[
  {
    "path": ".gitignore",
    "content": "*.pyc\ndoc/html\n.vscode\nsimulator/platform/win32/eez_psu_sim.VC.db\n*.opendb\n*.eez-studio-cache\npsu.eez-project-ui-state\n.pioenvs\n.piolibdeps\n.vscode/c_cpp_properties.json\n.travis.yml\nlib/readme.txt\n.clang_complete\n.gcc-flags.json\npsu-extensions.eez-project-ui-state\n"
  },
  {
    "path": "CONTRIB.TXT",
    "content": "\tYou must attempt to send the modified documentation by email to any of the developers who have provided their email address in the list below. This is a good faith obligation - if the email fails, you need do nothing more and may go on with your distribution.\n\n\tIf you wish to be notified of modifications that others may make, include your email address in this file.\n\n-----BEGINING OF THE MAILING LIST-----\n\nName\t-\temail\n------------\nEnvox d.o.o.\t-\teez@envox.hr\n\n-----END OF THE MAILING LIST-----\n"
  },
  {
    "path": "LICENSE.TXT",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "build-arduino-library.py",
    "content": "from __future__ import (print_function)\n\n'''\nEEZ PSU Firmware\nCopyright (C) 2015 Envox d.o.o.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n'''\n\n'''\nThis script creates scpi-parser library that is compatible with Arduino IDE.\nAs a convinience, it also copies a newly create library into arduino libraries\ndirectory so any Arduino sketch can see it.\nExecute this script if scpi-parser is changed or scpi_user_config.h (from this directory) is changed.\n'''\n\nimport os\nimport platform\nimport sys\nimport shutil\n\ndef rm_then_cp(src, dest, ignoreRootDirs=None):\n    def copytreeIgnore(d, files):\n        if ignoreRootDirs is not None:\n            if d == src:\n                return ignoreRootDirs\n        return []\n\n    if os.path.exists(dest):\n        shutil.rmtree(dest)\n\n    shutil.copytree(src, dest, ignore=copytreeIgnore)\n\ndef build_scpi_parser_lib(libscpi_dir, scpi_parser_dir):\n    '''\n    Build scpi-parser as arduino compatible library\n    '''\n\n    # copy *.h files\n    rm_then_cp(os.path.join(libscpi_dir, 'inc/scpi'), os.path.join(scpi_parser_dir, 'src/scpi'))\n\n    # modify config.h\n    config_h_file_path = os.path.join(scpi_parser_dir, 'src/scpi/config.h')\n    config_h_file = open(config_h_file_path)\n    tmp_file_path = config_h_file_path + \".tmp\"\n    tmp_file = open(tmp_file_path, \"w\")\n    for line in config_h_file:\n        if line == '#ifdef SCPI_USER_CONFIG\\n':\n            tmp_file.write('// This is automatically added by the build-arduino-library.py\\n')\n            tmp_file.write('#define SCPI_USER_CONFIG 1\\n')\n            tmp_file.write('\\n')\n        tmp_file.write(line)\n    config_h_file.close()\n    tmp_file.close()\n    os.unlink(config_h_file_path)\n    os.rename(tmp_file_path, config_h_file_path)\n\n    # copy scpi_user_config.h\n    shutil.copyfile(os.path.join(os.path.dirname(__file__), 'eez_psu_sketch/scpi_user_config.h'), os.path.join(scpi_parser_dir, 'src/scpi/scpi_user_config.h'))\n\n    # copy *.c files\n    rm_then_cp(os.path.join(libscpi_dir, 'src'), os.path.join(scpi_parser_dir, 'src/impl'))\n    \ndef build_UIPEthernet_lib(arduino_uip_dir, UIPEthernet_dir):\n    rm_then_cp(os.path.join(arduino_uip_dir, 'UIPEthernet'), UIPEthernet_dir, ['examples'])\n\ndef build_Ethernet2_lib(arduino_Ethernet2_dir, Ethernet2_dir):\n    rm_then_cp(arduino_Ethernet2_dir, Ethernet2_dir, ['.git', '.github', 'examples'])\n    \ndef copy_lib(src_lib_dir, dst_name):\n    #\n    # find arduino libraries directory\n    #\n    ARDUINO_LIB_DIR_CANDIDATES = {\n        'Linux': ['Arduino/libraries/', 'Documents/Arduino/libraries/'],\n        'Darwin': ['Documents/Arduino/libraries/'],\n        'Windows': ['Documents\\\\Arduino\\\\libraries\\\\', 'My Documents\\\\Arduino\\\\libraries\\\\']\n    }\n\n    home_dir = os.path.expanduser('~')\n\n    arduino_libs_dir = None\n\n    candidates = ARDUINO_LIB_DIR_CANDIDATES.get(platform.system())\n    if candidates:\n        for candidate_dir in ARDUINO_LIB_DIR_CANDIDATES.get(platform.system()):\n            arduino_libs_dir = os.path.join(home_dir, candidate_dir)\n            if os.path.exists(arduino_libs_dir):\n                break\n\n    if arduino_libs_dir:\n        # copy arduino scpi-parser library to the arduino libraries folder\n        rm_then_cp(src_lib_dir, os.path.join(arduino_libs_dir, dst_name))\n        return True\n    else:\n        print(\"Arduino libraries directory not found!\")\n        return False\n\nif __name__ == \"__main__\":\n    libscpi_dir = os.path.join(os.path.dirname(__file__), '../../libscpi')\n    scpi_parser_dir = os.path.join(os.path.dirname(__file__), 'scpi-parser')\n    build_scpi_parser_lib(libscpi_dir, scpi_parser_dir)\n    copy_lib(scpi_parser_dir, 'scpi-parser')"
  },
  {
    "path": "build.py",
    "content": "'''\nEEZ PSU Firmware\nCopyright (C) 2015 Envox d.o.o.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n'''\n \nimport os\n\nbuild_arduino_library = __import__(\"build-arduino-library\")\n\n# scpi-parser\nlibscpi_dir = os.path.join(os.path.dirname(__file__), '../libraries/scpi-parser/libscpi')\nscpi_parser_dir = os.path.join(os.path.dirname(__file__), 'libraries/scpi-parser')\nbuild_arduino_library.build_scpi_parser_lib(libscpi_dir, scpi_parser_dir)\nbuild_arduino_library.copy_lib(scpi_parser_dir, 'scpi-parser')\n\n# eez_psu_lib\neez_psu_lib_dir = os.path.join(os.path.dirname(__file__), 'libraries/eez_psu_lib')\nbuild_arduino_library.copy_lib(eez_psu_lib_dir, 'eez_psu_lib')\n"
  },
  {
    "path": "doc/Doxyfile",
    "content": "# Doxyfile 1.8.10\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org) for a project.\n#\n# All text after a double hash (##) is considered a comment and is placed in\n# front of the TAG it is preceding.\n#\n# All text after a single hash (#) is considered a comment and will be ignored.\n# The format is:\n# TAG = value [value, ...]\n# For lists, items can also be appended using:\n# TAG += value [value, ...]\n# Values that contain spaces should be placed between quotes (\\\" \\\").\n\n#---------------------------------------------------------------------------\n# Project related configuration options\n#---------------------------------------------------------------------------\n\n# This tag specifies the encoding used for all characters in the config file\n# that follow. The default is UTF-8 which is also the encoding used for all text\n# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv\n# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv\n# for the list of possible encodings.\n# The default value is: UTF-8.\n\nDOXYFILE_ENCODING      = UTF-8\n\n# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by\n# double-quotes, unless you are using Doxywizard) that should identify the\n# project for which the documentation is generated. This name is used in the\n# title of most generated pages and in a few other places.\n# The default value is: My Project.\n\nPROJECT_NAME           = Firmware\n\n# The PROJECT_NUMBER tag can be used to enter a project or revision number. This\n# could be handy for archiving the generated documentation or if some version\n# control system is used.\n\nPROJECT_NUMBER         = \n\n# Using the PROJECT_BRIEF tag one can provide an optional one line description\n# for a project that appears at the top of each page and should give viewer a\n# quick idea about the purpose of the project. Keep the description short.\n\nPROJECT_BRIEF          = \n\n# With the PROJECT_LOGO tag one can specify a logo or an icon that is included\n# in the documentation. The maximum height of the logo should not exceed 55\n# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy\n# the logo to the output directory.\n\nPROJECT_LOGO           = template/eez_logo.png\n\n# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path\n# into which the generated documentation will be written. If a relative path is\n# entered, it will be relative to the location where doxygen was started. If\n# left blank the current directory will be used.\n\nOUTPUT_DIRECTORY       = .\n\n# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-\n# directories (in 2 levels) under the output directory of each output format and\n# will distribute the generated files over these directories. Enabling this\n# option can be useful when feeding doxygen a huge amount of source files, where\n# putting all generated files in the same directory would otherwise causes\n# performance problems for the file system.\n# The default value is: NO.\n\nCREATE_SUBDIRS         = NO\n\n# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII\n# characters to appear in the names of generated files. If set to NO, non-ASCII\n# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode\n# U+3044.\n# The default value is: NO.\n\nALLOW_UNICODE_NAMES    = NO\n\n# The OUTPUT_LANGUAGE tag is used to specify the language in which all\n# documentation generated by doxygen is written. Doxygen will use this\n# information to generate all constant output in the proper language.\n# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,\n# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),\n# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,\n# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),\n# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,\n# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,\n# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,\n# Ukrainian and Vietnamese.\n# The default value is: English.\n\nOUTPUT_LANGUAGE        = English\n\n# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member\n# descriptions after the members that are listed in the file and class\n# documentation (similar to Javadoc). Set to NO to disable this.\n# The default value is: YES.\n\nBRIEF_MEMBER_DESC      = YES\n\n# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief\n# description of a member or function before the detailed description\n#\n# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the\n# brief descriptions will be completely suppressed.\n# The default value is: YES.\n\nREPEAT_BRIEF           = YES\n\n# This tag implements a quasi-intelligent brief description abbreviator that is\n# used to form the text in various listings. Each string in this list, if found\n# as the leading text of the brief description, will be stripped from the text\n# and the result, after processing the whole list, is used as the annotated\n# text. Otherwise, the brief description is used as-is. If left blank, the\n# following values are used ($name is automatically replaced with the name of\n# the entity):The $name class, The $name widget, The $name file, is, provides,\n# specifies, contains, represents, a, an and the.\n\nABBREVIATE_BRIEF       = \"The $name class\" \\\n                         \"The $name widget\" \\\n                         \"The $name file\" \\\n                         is \\\n                         provides \\\n                         specifies \\\n                         contains \\\n                         represents \\\n                         a \\\n                         an \\\n                         the\n\n# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then\n# doxygen will generate a detailed section even if there is only a brief\n# description.\n# The default value is: NO.\n\nALWAYS_DETAILED_SEC    = NO\n\n# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all\n# inherited members of a class in the documentation of that class as if those\n# members were ordinary class members. Constructors, destructors and assignment\n# operators of the base classes will not be shown.\n# The default value is: NO.\n\nINLINE_INHERITED_MEMB  = NO\n\n# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path\n# before files name in the file list and in the header files. If set to NO the\n# shortest path that makes the file name unique will be used\n# The default value is: YES.\n\nFULL_PATH_NAMES        = YES\n\n# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.\n# Stripping is only done if one of the specified strings matches the left-hand\n# part of the path. The tag can be used to show relative paths in the file list.\n# If left blank the directory from which doxygen is run is used as the path to\n# strip.\n#\n# Note that you can specify absolute paths here, but also relative paths, which\n# will be relative from the directory where doxygen is started.\n# This tag requires that the tag FULL_PATH_NAMES is set to YES.\n\nSTRIP_FROM_PATH        = \n\n# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the\n# path mentioned in the documentation of a class, which tells the reader which\n# header file to include in order to use a class. If left blank only the name of\n# the header file containing the class definition is used. Otherwise one should\n# specify the list of include paths that are normally passed to the compiler\n# using the -I flag.\n\nSTRIP_FROM_INC_PATH    = \n\n# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but\n# less readable) file names. This can be useful is your file systems doesn't\n# support long names like on DOS, Mac, or CD-ROM.\n# The default value is: NO.\n\nSHORT_NAMES            = NO\n\n# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the\n# first line (until the first dot) of a Javadoc-style comment as the brief\n# description. If set to NO, the Javadoc-style will behave just like regular Qt-\n# style comments (thus requiring an explicit @brief command for a brief\n# description.)\n# The default value is: NO.\n\nJAVADOC_AUTOBRIEF      = YES\n\n# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first\n# line (until the first dot) of a Qt-style comment as the brief description. If\n# set to NO, the Qt-style will behave just like regular Qt-style comments (thus\n# requiring an explicit \\brief command for a brief description.)\n# The default value is: NO.\n\nQT_AUTOBRIEF           = NO\n\n# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a\n# multi-line C++ special comment block (i.e. a block of //! or /// comments) as\n# a brief description. This used to be the default behavior. The new default is\n# to treat a multi-line C++ comment block as a detailed description. Set this\n# tag to YES if you prefer the old behavior instead.\n#\n# Note that setting this tag to YES also means that rational rose comments are\n# not recognized any more.\n# The default value is: NO.\n\nMULTILINE_CPP_IS_BRIEF = NO\n\n# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the\n# documentation from any documented member that it re-implements.\n# The default value is: YES.\n\nINHERIT_DOCS           = YES\n\n# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new\n# page for each member. If set to NO, the documentation of a member will be part\n# of the file/class/namespace that contains it.\n# The default value is: NO.\n\nSEPARATE_MEMBER_PAGES  = NO\n\n# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen\n# uses this value to replace tabs by spaces in code fragments.\n# Minimum value: 1, maximum value: 16, default value: 4.\n\nTAB_SIZE               = 4\n\n# This tag can be used to specify a number of aliases that act as commands in\n# the documentation. An alias has the form:\n# name=value\n# For example adding\n# \"sideeffect=@par Side Effects:\\n\"\n# will allow you to put the command \\sideeffect (or @sideeffect) in the\n# documentation, which will result in a user-defined paragraph with heading\n# \"Side Effects:\". You can put \\n's in the value part of an alias to insert\n# newlines.\n\nALIASES                = \n\n# This tag can be used to specify a number of word-keyword mappings (TCL only).\n# A mapping has the form \"name=value\". For example adding \"class=itcl::class\"\n# will allow you to use the command class in the itcl::class meaning.\n\nTCL_SUBST              = \n\n# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources\n# only. Doxygen will then generate output that is more tailored for C. For\n# instance, some of the names that are used will be different. The list of all\n# members will be omitted, etc.\n# The default value is: NO.\n\nOPTIMIZE_OUTPUT_FOR_C  = NO\n\n# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or\n# Python sources only. Doxygen will then generate output that is more tailored\n# for that language. For instance, namespaces will be presented as packages,\n# qualified scopes will look different, etc.\n# The default value is: NO.\n\nOPTIMIZE_OUTPUT_JAVA   = NO\n\n# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran\n# sources. Doxygen will then generate output that is tailored for Fortran.\n# The default value is: NO.\n\nOPTIMIZE_FOR_FORTRAN   = NO\n\n# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL\n# sources. Doxygen will then generate output that is tailored for VHDL.\n# The default value is: NO.\n\nOPTIMIZE_OUTPUT_VHDL   = NO\n\n# Doxygen selects the parser to use depending on the extension of the files it\n# parses. With this tag you can assign which parser to use for a given\n# extension. Doxygen has a built-in mapping, but you can override or extend it\n# using this tag. The format is ext=language, where ext is a file extension, and\n# language is one of the parsers supported by doxygen: IDL, Java, Javascript,\n# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:\n# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:\n# Fortran. In the later case the parser tries to guess whether the code is fixed\n# or free formatted code, this is the default for Fortran type files), VHDL. For\n# instance to make doxygen treat .inc files as Fortran files (default is PHP),\n# and .f files as C (default is Fortran), use: inc=Fortran f=C.\n#\n# Note: For files without extension you can use no_extension as a placeholder.\n#\n# Note that for custom extensions you also need to set FILE_PATTERNS otherwise\n# the files are not read by doxygen.\n\nEXTENSION_MAPPING      = \n\n# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments\n# according to the Markdown format, which allows for more readable\n# documentation. See http://daringfireball.net/projects/markdown/ for details.\n# The output of markdown processing is further processed by doxygen, so you can\n# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in\n# case of backward compatibilities issues.\n# The default value is: YES.\n\nMARKDOWN_SUPPORT       = YES\n\n# When enabled doxygen tries to link words that correspond to documented\n# classes, or namespaces to their corresponding documentation. Such a link can\n# be prevented in individual cases by putting a % sign in front of the word or\n# globally by setting AUTOLINK_SUPPORT to NO.\n# The default value is: YES.\n\nAUTOLINK_SUPPORT       = YES\n\n# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want\n# to include (a tag file for) the STL sources as input, then you should set this\n# tag to YES in order to let doxygen match functions declarations and\n# definitions whose arguments contain STL classes (e.g. func(std::string);\n# versus func(std::string) {}). This also make the inheritance and collaboration\n# diagrams that involve STL classes more complete and accurate.\n# The default value is: NO.\n\nBUILTIN_STL_SUPPORT    = NO\n\n# If you use Microsoft's C++/CLI language, you should set this option to YES to\n# enable parsing support.\n# The default value is: NO.\n\nCPP_CLI_SUPPORT        = NO\n\n# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:\n# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen\n# will parse them like normal C++ but will assume all classes use public instead\n# of private inheritance when no explicit protection keyword is present.\n# The default value is: NO.\n\nSIP_SUPPORT            = NO\n\n# For Microsoft's IDL there are propget and propput attributes to indicate\n# getter and setter methods for a property. Setting this option to YES will make\n# doxygen to replace the get and set methods by a property in the documentation.\n# This will only work if the methods are indeed getting or setting a simple\n# type. If this is not the case, or you want to show the methods anyway, you\n# should set this option to NO.\n# The default value is: YES.\n\nIDL_PROPERTY_SUPPORT   = YES\n\n# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC\n# tag is set to YES then doxygen will reuse the documentation of the first\n# member in the group (if any) for the other members of the group. By default\n# all members of a group must be documented explicitly.\n# The default value is: NO.\n\nDISTRIBUTE_GROUP_DOC   = NO\n\n# If one adds a struct or class to a group and this option is enabled, then also\n# any nested class or struct is added to the same group. By default this option\n# is disabled and one has to add nested compounds explicitly via \\ingroup.\n# The default value is: NO.\n\nGROUP_NESTED_COMPOUNDS = NO\n\n# Set the SUBGROUPING tag to YES to allow class member groups of the same type\n# (for instance a group of public functions) to be put as a subgroup of that\n# type (e.g. under the Public Functions section). Set it to NO to prevent\n# subgrouping. Alternatively, this can be done per class using the\n# \\nosubgrouping command.\n# The default value is: YES.\n\nSUBGROUPING            = YES\n\n# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions\n# are shown inside the group in which they are included (e.g. using \\ingroup)\n# instead of on a separate page (for HTML and Man pages) or section (for LaTeX\n# and RTF).\n#\n# Note that this feature does not work in combination with\n# SEPARATE_MEMBER_PAGES.\n# The default value is: NO.\n\nINLINE_GROUPED_CLASSES = NO\n\n# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions\n# with only public data fields or simple typedef fields will be shown inline in\n# the documentation of the scope in which they are defined (i.e. file,\n# namespace, or group documentation), provided this scope is documented. If set\n# to NO, structs, classes, and unions are shown on a separate page (for HTML and\n# Man pages) or section (for LaTeX and RTF).\n# The default value is: NO.\n\nINLINE_SIMPLE_STRUCTS  = NO\n\n# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or\n# enum is documented as struct, union, or enum with the name of the typedef. So\n# typedef struct TypeS {} TypeT, will appear in the documentation as a struct\n# with name TypeT. When disabled the typedef will appear as a member of a file,\n# namespace, or class. And the struct will be named TypeS. This can typically be\n# useful for C code in case the coding convention dictates that all compound\n# types are typedef'ed and only the typedef is referenced, never the tag name.\n# The default value is: NO.\n\nTYPEDEF_HIDES_STRUCT   = NO\n\n# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This\n# cache is used to resolve symbols given their name and scope. Since this can be\n# an expensive process and often the same symbol appears multiple times in the\n# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small\n# doxygen will become slower. If the cache is too large, memory is wasted. The\n# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range\n# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536\n# symbols. At the end of a run doxygen will report the cache usage and suggest\n# the optimal cache size from a speed point of view.\n# Minimum value: 0, maximum value: 9, default value: 0.\n\nLOOKUP_CACHE_SIZE      = 0\n\n#---------------------------------------------------------------------------\n# Build related configuration options\n#---------------------------------------------------------------------------\n\n# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in\n# documentation are documented, even if no documentation was available. Private\n# class members and static file members will be hidden unless the\n# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.\n# Note: This will also disable the warnings about undocumented members that are\n# normally produced when WARNINGS is set to YES.\n# The default value is: NO.\n\nEXTRACT_ALL            = NO\n\n# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will\n# be included in the documentation.\n# The default value is: NO.\n\nEXTRACT_PRIVATE        = NO\n\n# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal\n# scope will be included in the documentation.\n# The default value is: NO.\n\nEXTRACT_PACKAGE        = NO\n\n# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be\n# included in the documentation.\n# The default value is: NO.\n\nEXTRACT_STATIC         = NO\n\n# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined\n# locally in source files will be included in the documentation. If set to NO,\n# only classes defined in header files are included. Does not have any effect\n# for Java sources.\n# The default value is: YES.\n\nEXTRACT_LOCAL_CLASSES  = YES\n\n# This flag is only useful for Objective-C code. If set to YES, local methods,\n# which are defined in the implementation section but not in the interface are\n# included in the documentation. If set to NO, only methods in the interface are\n# included.\n# The default value is: NO.\n\nEXTRACT_LOCAL_METHODS  = NO\n\n# If this flag is set to YES, the members of anonymous namespaces will be\n# extracted and appear in the documentation as a namespace called\n# 'anonymous_namespace{file}', where file will be replaced with the base name of\n# the file that contains the anonymous namespace. By default anonymous namespace\n# are hidden.\n# The default value is: NO.\n\nEXTRACT_ANON_NSPACES   = NO\n\n# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all\n# undocumented members inside documented classes or files. If set to NO these\n# members will be included in the various overviews, but no documentation\n# section is generated. This option has no effect if EXTRACT_ALL is enabled.\n# The default value is: NO.\n\nHIDE_UNDOC_MEMBERS     = NO\n\n# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all\n# undocumented classes that are normally visible in the class hierarchy. If set\n# to NO, these classes will be included in the various overviews. This option\n# has no effect if EXTRACT_ALL is enabled.\n# The default value is: NO.\n\nHIDE_UNDOC_CLASSES     = NO\n\n# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend\n# (class|struct|union) declarations. If set to NO, these declarations will be\n# included in the documentation.\n# The default value is: NO.\n\nHIDE_FRIEND_COMPOUNDS  = NO\n\n# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any\n# documentation blocks found inside the body of a function. If set to NO, these\n# blocks will be appended to the function's detailed documentation block.\n# The default value is: NO.\n\nHIDE_IN_BODY_DOCS      = NO\n\n# The INTERNAL_DOCS tag determines if documentation that is typed after a\n# \\internal command is included. If the tag is set to NO then the documentation\n# will be excluded. Set it to YES to include the internal documentation.\n# The default value is: NO.\n\nINTERNAL_DOCS          = NO\n\n# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file\n# names in lower-case letters. If set to YES, upper-case letters are also\n# allowed. This is useful if you have classes or files whose names only differ\n# in case and if your file system supports case sensitive file names. Windows\n# and Mac users are advised to set this option to NO.\n# The default value is: system dependent.\n\nCASE_SENSE_NAMES       = NO\n\n# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with\n# their full class and namespace scopes in the documentation. If set to YES, the\n# scope will be hidden.\n# The default value is: NO.\n\nHIDE_SCOPE_NAMES       = NO\n\n# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will\n# append additional text to a page's title, such as Class Reference. If set to\n# YES the compound reference will be hidden.\n# The default value is: NO.\n\nHIDE_COMPOUND_REFERENCE= NO\n\n# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of\n# the files that are included by a file in the documentation of that file.\n# The default value is: YES.\n\nSHOW_INCLUDE_FILES     = YES\n\n# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each\n# grouped member an include statement to the documentation, telling the reader\n# which file to include in order to use the member.\n# The default value is: NO.\n\nSHOW_GROUPED_MEMB_INC  = NO\n\n# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include\n# files with double quotes in the documentation rather than with sharp brackets.\n# The default value is: NO.\n\nFORCE_LOCAL_INCLUDES   = NO\n\n# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the\n# documentation for inline members.\n# The default value is: YES.\n\nINLINE_INFO            = YES\n\n# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the\n# (detailed) documentation of file and class members alphabetically by member\n# name. If set to NO, the members will appear in declaration order.\n# The default value is: YES.\n\nSORT_MEMBER_DOCS       = YES\n\n# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\n# descriptions of file, namespace and class members alphabetically by member\n# name. If set to NO, the members will appear in declaration order. Note that\n# this will also influence the order of the classes in the class list.\n# The default value is: NO.\n\nSORT_BRIEF_DOCS        = NO\n\n# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the\n# (brief and detailed) documentation of class members so that constructors and\n# destructors are listed first. If set to NO the constructors will appear in the\n# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.\n# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief\n# member documentation.\n# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting\n# detailed member documentation.\n# The default value is: NO.\n\nSORT_MEMBERS_CTORS_1ST = NO\n\n# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy\n# of group names into alphabetical order. If set to NO the group names will\n# appear in their defined order.\n# The default value is: NO.\n\nSORT_GROUP_NAMES       = NO\n\n# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by\n# fully-qualified names, including namespaces. If set to NO, the class list will\n# be sorted only by class name, not including the namespace part.\n# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.\n# Note: This option applies only to the class list, not to the alphabetical\n# list.\n# The default value is: NO.\n\nSORT_BY_SCOPE_NAME     = NO\n\n# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper\n# type resolution of all parameters of a function it will reject a match between\n# the prototype and the implementation of a member function even if there is\n# only one candidate or it is obvious which candidate to choose by doing a\n# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still\n# accept a match between prototype and implementation in such cases.\n# The default value is: NO.\n\nSTRICT_PROTO_MATCHING  = NO\n\n# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo\n# list. This list is created by putting \\todo commands in the documentation.\n# The default value is: YES.\n\nGENERATE_TODOLIST      = YES\n\n# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test\n# list. This list is created by putting \\test commands in the documentation.\n# The default value is: YES.\n\nGENERATE_TESTLIST      = YES\n\n# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug\n# list. This list is created by putting \\bug commands in the documentation.\n# The default value is: YES.\n\nGENERATE_BUGLIST       = YES\n\n# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)\n# the deprecated list. This list is created by putting \\deprecated commands in\n# the documentation.\n# The default value is: YES.\n\nGENERATE_DEPRECATEDLIST= YES\n\n# The ENABLED_SECTIONS tag can be used to enable conditional documentation\n# sections, marked by \\if <section_label> ... \\endif and \\cond <section_label>\n# ... \\endcond blocks.\n\nENABLED_SECTIONS       = \n\n# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the\n# initial value of a variable or macro / define can have for it to appear in the\n# documentation. If the initializer consists of more lines than specified here\n# it will be hidden. Use a value of 0 to hide initializers completely. The\n# appearance of the value of individual variables and macros / defines can be\n# controlled using \\showinitializer or \\hideinitializer command in the\n# documentation regardless of this setting.\n# Minimum value: 0, maximum value: 10000, default value: 30.\n\nMAX_INITIALIZER_LINES  = 30\n\n# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at\n# the bottom of the documentation of classes and structs. If set to YES, the\n# list will mention the files that were used to generate the documentation.\n# The default value is: YES.\n\nSHOW_USED_FILES        = YES\n\n# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This\n# will remove the Files entry from the Quick Index and from the Folder Tree View\n# (if specified).\n# The default value is: YES.\n\nSHOW_FILES             = YES\n\n# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces\n# page. This will remove the Namespaces entry from the Quick Index and from the\n# Folder Tree View (if specified).\n# The default value is: YES.\n\nSHOW_NAMESPACES        = YES\n\n# The FILE_VERSION_FILTER tag can be used to specify a program or script that\n# doxygen should invoke to get the current version for each file (typically from\n# the version control system). Doxygen will invoke the program by executing (via\n# popen()) the command command input-file, where command is the value of the\n# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided\n# by doxygen. Whatever the program writes to standard output is used as the file\n# version. For an example see the documentation.\n\nFILE_VERSION_FILTER    = \n\n# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed\n# by doxygen. The layout file controls the global structure of the generated\n# output files in an output format independent way. To create the layout file\n# that represents doxygen's defaults, run doxygen with the -l option. You can\n# optionally specify a file name after the option, if omitted DoxygenLayout.xml\n# will be used as the name of the layout file.\n#\n# Note that if you run doxygen from a directory containing a file called\n# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE\n# tag is left empty.\n\nLAYOUT_FILE            = \n\n# The CITE_BIB_FILES tag can be used to specify one or more bib files containing\n# the reference definitions. This must be a list of .bib files. The .bib\n# extension is automatically appended if omitted. This requires the bibtex tool\n# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.\n# For LaTeX the style of the bibliography can be controlled using\n# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the\n# search path. See also \\cite for info how to create references.\n\nCITE_BIB_FILES         = \n\n#---------------------------------------------------------------------------\n# Configuration options related to warning and progress messages\n#---------------------------------------------------------------------------\n\n# The QUIET tag can be used to turn on/off the messages that are generated to\n# standard output by doxygen. If QUIET is set to YES this implies that the\n# messages are off.\n# The default value is: NO.\n\nQUIET                  = NO\n\n# The WARNINGS tag can be used to turn on/off the warning messages that are\n# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES\n# this implies that the warnings are on.\n#\n# Tip: Turn warnings on while writing the documentation.\n# The default value is: YES.\n\nWARNINGS               = YES\n\n# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate\n# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag\n# will automatically be disabled.\n# The default value is: YES.\n\nWARN_IF_UNDOCUMENTED   = YES\n\n# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for\n# potential errors in the documentation, such as not documenting some parameters\n# in a documented function, or documenting parameters that don't exist or using\n# markup commands wrongly.\n# The default value is: YES.\n\nWARN_IF_DOC_ERROR      = YES\n\n# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that\n# are documented, but have no documentation for their parameters or return\n# value. If set to NO, doxygen will only warn about wrong or incomplete\n# parameter documentation, but not about the absence of documentation.\n# The default value is: NO.\n\nWARN_NO_PARAMDOC       = NO\n\n# The WARN_FORMAT tag determines the format of the warning messages that doxygen\n# can produce. The string should contain the $file, $line, and $text tags, which\n# will be replaced by the file and line number from which the warning originated\n# and the warning text. Optionally the format may contain $version, which will\n# be replaced by the version of the file (if it could be obtained via\n# FILE_VERSION_FILTER)\n# The default value is: $file:$line: $text.\n\nWARN_FORMAT            = \"$file:$line: $text\"\n\n# The WARN_LOGFILE tag can be used to specify a file to which warning and error\n# messages should be written. If left blank the output is written to standard\n# error (stderr).\n\nWARN_LOGFILE           = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the input files\n#---------------------------------------------------------------------------\n\n# The INPUT tag is used to specify the files and/or directories that contain\n# documented source files. You may enter file names like myfile.cpp or\n# directories like /usr/src/myproject. Separate the files or directories with\n# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING\n# Note: If this tag is empty the current directory is searched.\n\nINPUT                  = .. \\\n                         ../readme.md \\\n                         files.md \\\n                         ../eez_psu_sketch/eez_psu_sketch.ino\n\n# This tag can be used to specify the character encoding of the source files\n# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses\n# libiconv (or the iconv built into libc) for the transcoding. See the libiconv\n# documentation (see: http://www.gnu.org/software/libiconv) for the list of\n# possible encodings.\n# The default value is: UTF-8.\n\nINPUT_ENCODING         = UTF-8\n\n# If the value of the INPUT tag contains directories, you can use the\n# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and\n# *.h) to filter out the source-files in the directories.\n#\n# Note that for custom extensions or not directly supported extensions you also\n# need to set EXTENSION_MAPPING for the extension otherwise the files are not\n# read by doxygen.\n#\n# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,\n# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,\n# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,\n# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,\n# *.vhdl, *.ucf, *.qsf, *.as and *.js.\n\nFILE_PATTERNS          = *.cpp \\\n                         *.h\n\n# The RECURSIVE tag can be used to specify whether or not subdirectories should\n# be searched for input files as well.\n# The default value is: NO.\n\nRECURSIVE              = YES\n\n# The EXCLUDE tag can be used to specify files and/or directories that should be\n# excluded from the INPUT source files. This way you can easily exclude a\n# subdirectory from a directory tree whose root is specified with the INPUT tag.\n#\n# Note that relative paths are relative to the directory from which doxygen is\n# run.\n\nEXCLUDE                = ../libraries/scpi-parser \\\n                         ../simulator/platform/linux/third_party \\\n                         \"../eez_psu_sketch/Visual Micro\" \\\n                         ../build.py \\\n                         ../build-arduino-library.py \\\n                         ../eez_psu_sketch/.vs \\\n                         ../eez_psu_sketch/__vm \\\n                         \"../eez_psu_sketch/Visual Micro\" \\\n                         html \\\n                         template \\\n                         ../libraries/UIPEthernet \\\n                         ../simulator/platform/win32/third_party \\\n                         ../libraries/Ethernet2 \\\n                         ../libraries/UTFT_Pro\n\n# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or\n# directories that are symbolic links (a Unix file system feature) are excluded\n# from the input.\n# The default value is: NO.\n\nEXCLUDE_SYMLINKS       = NO\n\n# If the value of the INPUT tag contains directories, you can use the\n# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude\n# certain files from those directories.\n#\n# Note that the wildcards are matched against the file with absolute path, so to\n# exclude all test directories for example use the pattern */test/*\n\nEXCLUDE_PATTERNS       = \n\n# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names\n# (namespaces, classes, functions, etc.) that should be excluded from the\n# output. The symbol name can be a fully qualified name, a word, or if the\n# wildcard * is used, a substring. Examples: ANamespace, AClass,\n# AClass::ANamespace, ANamespace::*Test\n#\n# Note that the wildcards are matched against the file with absolute path, so to\n# exclude all test directories use the pattern */test/*\n\nEXCLUDE_SYMBOLS        = \n\n# The EXAMPLE_PATH tag can be used to specify one or more files or directories\n# that contain example code fragments that are included (see the \\include\n# command).\n\nEXAMPLE_PATH           = \n\n# If the value of the EXAMPLE_PATH tag contains directories, you can use the\n# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and\n# *.h) to filter out the source-files in the directories. If left blank all\n# files are included.\n\nEXAMPLE_PATTERNS       = *\n\n# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be\n# searched for input files to be used with the \\include or \\dontinclude commands\n# irrespective of the value of the RECURSIVE tag.\n# The default value is: NO.\n\nEXAMPLE_RECURSIVE      = NO\n\n# The IMAGE_PATH tag can be used to specify one or more files or directories\n# that contain images that are to be included in the documentation (see the\n# \\image command).\n\nIMAGE_PATH             = ..\n\n# The INPUT_FILTER tag can be used to specify a program that doxygen should\n# invoke to filter for each input file. Doxygen will invoke the filter program\n# by executing (via popen()) the command:\n#\n# <filter> <input-file>\n#\n# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the\n# name of an input file. Doxygen will then use the output that the filter\n# program writes to standard output. If FILTER_PATTERNS is specified, this tag\n# will be ignored.\n#\n# Note that the filter must not add or remove lines; it is applied before the\n# code is scanned, but not when the output code is generated. If lines are added\n# or removed, the anchors will not be placed correctly.\n\nINPUT_FILTER           = \n\n# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern\n# basis. Doxygen will compare the file name with each pattern and apply the\n# filter if there is a match. The filters are a list of the form: pattern=filter\n# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how\n# filters are used. If the FILTER_PATTERNS tag is empty or if none of the\n# patterns match the file name, INPUT_FILTER is applied.\n\nFILTER_PATTERNS        = \n\n# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using\n# INPUT_FILTER) will also be used to filter the input files that are used for\n# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).\n# The default value is: NO.\n\nFILTER_SOURCE_FILES    = NO\n\n# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file\n# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and\n# it is also possible to disable source filtering for a specific pattern using\n# *.ext= (so without naming a filter).\n# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.\n\nFILTER_SOURCE_PATTERNS = \n\n# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that\n# is part of the input, its contents will be placed on the main page\n# (index.html). This can be useful if you have a project on for instance GitHub\n# and want to reuse the introduction page also for the doxygen output.\n\nUSE_MDFILE_AS_MAINPAGE = ../readme.md\n\n#---------------------------------------------------------------------------\n# Configuration options related to source browsing\n#---------------------------------------------------------------------------\n\n# If the SOURCE_BROWSER tag is set to YES then a list of source files will be\n# generated. Documented entities will be cross-referenced with these sources.\n#\n# Note: To get rid of all source code in the generated output, make sure that\n# also VERBATIM_HEADERS is set to NO.\n# The default value is: NO.\n\nSOURCE_BROWSER         = NO\n\n# Setting the INLINE_SOURCES tag to YES will include the body of functions,\n# classes and enums directly into the documentation.\n# The default value is: NO.\n\nINLINE_SOURCES         = NO\n\n# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any\n# special comment blocks from generated source code fragments. Normal C, C++ and\n# Fortran comments will always remain visible.\n# The default value is: YES.\n\nSTRIP_CODE_COMMENTS    = YES\n\n# If the REFERENCED_BY_RELATION tag is set to YES then for each documented\n# function all documented functions referencing it will be listed.\n# The default value is: NO.\n\nREFERENCED_BY_RELATION = NO\n\n# If the REFERENCES_RELATION tag is set to YES then for each documented function\n# all documented entities called/used by that function will be listed.\n# The default value is: NO.\n\nREFERENCES_RELATION    = NO\n\n# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set\n# to YES then the hyperlinks from functions in REFERENCES_RELATION and\n# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will\n# link to the documentation.\n# The default value is: YES.\n\nREFERENCES_LINK_SOURCE = YES\n\n# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the\n# source code will show a tooltip with additional information such as prototype,\n# brief description and links to the definition and documentation. Since this\n# will make the HTML file larger and loading of large files a bit slower, you\n# can opt to disable this feature.\n# The default value is: YES.\n# This tag requires that the tag SOURCE_BROWSER is set to YES.\n\nSOURCE_TOOLTIPS        = YES\n\n# If the USE_HTAGS tag is set to YES then the references to source code will\n# point to the HTML generated by the htags(1) tool instead of doxygen built-in\n# source browser. The htags tool is part of GNU's global source tagging system\n# (see http://www.gnu.org/software/global/global.html). You will need version\n# 4.8.6 or higher.\n#\n# To use it do the following:\n# - Install the latest version of global\n# - Enable SOURCE_BROWSER and USE_HTAGS in the config file\n# - Make sure the INPUT points to the root of the source tree\n# - Run doxygen as normal\n#\n# Doxygen will invoke htags (and that will in turn invoke gtags), so these\n# tools must be available from the command line (i.e. in the search path).\n#\n# The result: instead of the source browser generated by doxygen, the links to\n# source code will now point to the output of htags.\n# The default value is: NO.\n# This tag requires that the tag SOURCE_BROWSER is set to YES.\n\nUSE_HTAGS              = NO\n\n# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a\n# verbatim copy of the header file for each class for which an include is\n# specified. Set to NO to disable this.\n# See also: Section \\class.\n# The default value is: YES.\n\nVERBATIM_HEADERS       = YES\n\n# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the\n# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the\n# cost of reduced performance. This can be particularly helpful with template\n# rich C++ code for which doxygen's built-in parser lacks the necessary type\n# information.\n# Note: The availability of this option depends on whether or not doxygen was\n# compiled with the --with-libclang option.\n# The default value is: NO.\n\nCLANG_ASSISTED_PARSING = NO\n\n# If clang assisted parsing is enabled you can provide the compiler with command\n# line options that you would normally use when invoking the compiler. Note that\n# the include paths will already be set by doxygen for the files and directories\n# specified with INPUT and INCLUDE_PATH.\n# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.\n\nCLANG_OPTIONS          = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the alphabetical class index\n#---------------------------------------------------------------------------\n\n# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all\n# compounds will be generated. Enable this if the project contains a lot of\n# classes, structs, unions or interfaces.\n# The default value is: YES.\n\nALPHABETICAL_INDEX     = YES\n\n# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in\n# which the alphabetical index list will be split.\n# Minimum value: 1, maximum value: 20, default value: 5.\n# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.\n\nCOLS_IN_ALPHA_INDEX    = 5\n\n# In case all classes in a project start with a common prefix, all classes will\n# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag\n# can be used to specify a prefix (or a list of prefixes) that should be ignored\n# while generating the index headers.\n# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.\n\nIGNORE_PREFIX          = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the HTML output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output\n# The default value is: YES.\n\nGENERATE_HTML          = YES\n\n# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a\n# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of\n# it.\n# The default directory is: html.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_OUTPUT            = html\n\n# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each\n# generated HTML page (for example: .htm, .php, .asp).\n# The default value is: .html.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_FILE_EXTENSION    = .html\n\n# The HTML_HEADER tag can be used to specify a user-defined HTML header file for\n# each generated HTML page. If the tag is left blank doxygen will generate a\n# standard header.\n#\n# To get valid HTML the header file that includes any scripts and style sheets\n# that doxygen needs, which is dependent on the configuration options used (e.g.\n# the setting GENERATE_TREEVIEW). It is highly recommended to start with a\n# default header using\n# doxygen -w html new_header.html new_footer.html new_stylesheet.css\n# YourConfigFile\n# and then modify the file new_header.html. See also section \"Doxygen usage\"\n# for information on how to generate the default header that doxygen normally\n# uses.\n# Note: The header is subject to change so you typically have to regenerate the\n# default header when upgrading to a newer version of doxygen. For a description\n# of the possible markers and block names see the documentation.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_HEADER            = template/header.html\n\n# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each\n# generated HTML page. If the tag is left blank doxygen will generate a standard\n# footer. See HTML_HEADER for more information on how to generate a default\n# footer and what special commands can be used inside the footer. See also\n# section \"Doxygen usage\" for information on how to generate the default footer\n# that doxygen normally uses.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_FOOTER            = template/footer.html\n\n# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style\n# sheet that is used by each HTML page. It can be used to fine-tune the look of\n# the HTML output. If left blank doxygen will generate a default style sheet.\n# See also section \"Doxygen usage\" for information on how to generate the style\n# sheet that doxygen normally uses.\n# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as\n# it is more robust and this tag (HTML_STYLESHEET) will in the future become\n# obsolete.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_STYLESHEET        = \n\n# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined\n# cascading style sheets that are included after the standard style sheets\n# created by doxygen. Using this option one can overrule certain style aspects.\n# This is preferred over using HTML_STYLESHEET since it does not replace the\n# standard style sheet and is therefore more robust against future updates.\n# Doxygen will copy the style sheet files to the output directory.\n# Note: The order of the extra style sheet files is of importance (e.g. the last\n# style sheet in the list overrules the setting of the previous ones in the\n# list). For an example see the documentation.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_EXTRA_STYLESHEET  = template/customdoxygen.css\n\n# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or\n# other source files which should be copied to the HTML output directory. Note\n# that these files will be copied to the base HTML output directory. Use the\n# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these\n# files. In the HTML_STYLESHEET file, use the file name only. Also note that the\n# files will be copied as-is; there are no commands or markers available.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_EXTRA_FILES       = template/doxy-boot.js \\\n                         template/favicon.ico\n\n# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen\n# will adjust the colors in the style sheet and background images according to\n# this color. Hue is specified as an angle on a colorwheel, see\n# http://en.wikipedia.org/wiki/Hue for more information. For instance the value\n# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300\n# purple, and 360 is red again.\n# Minimum value: 0, maximum value: 359, default value: 220.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_COLORSTYLE_HUE    = 220\n\n# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors\n# in the HTML output. For a value of 0 the output will use grayscales only. A\n# value of 255 will produce the most vivid colors.\n# Minimum value: 0, maximum value: 255, default value: 100.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_COLORSTYLE_SAT    = 100\n\n# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the\n# luminance component of the colors in the HTML output. Values below 100\n# gradually make the output lighter, whereas values above 100 make the output\n# darker. The value divided by 100 is the actual gamma applied, so 80 represents\n# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not\n# change the gamma.\n# Minimum value: 40, maximum value: 240, default value: 80.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_COLORSTYLE_GAMMA  = 80\n\n# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n# page will contain the date and time when the page was generated. Setting this\n# to YES can help to show when doxygen was last run and thus if the\n# documentation is up to date.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_TIMESTAMP         = NO\n\n# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML\n# documentation will contain sections that can be hidden and shown after the\n# page has loaded.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_DYNAMIC_SECTIONS  = NO\n\n# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries\n# shown in the various tree structured indices initially; the user can expand\n# and collapse entries dynamically later on. Doxygen will expand the tree to\n# such a level that at most the specified number of entries are visible (unless\n# a fully collapsed tree already exceeds this amount). So setting the number of\n# entries 1 will produce a full collapsed tree by default. 0 is a special value\n# representing an infinite number of entries and will result in a full expanded\n# tree by default.\n# Minimum value: 0, maximum value: 9999, default value: 100.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nHTML_INDEX_NUM_ENTRIES = 100\n\n# If the GENERATE_DOCSET tag is set to YES, additional index files will be\n# generated that can be used as input for Apple's Xcode 3 integrated development\n# environment (see: http://developer.apple.com/tools/xcode/), introduced with\n# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a\n# Makefile in the HTML output directory. Running make will produce the docset in\n# that directory and running make install will install the docset in\n# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at\n# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html\n# for more information.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nGENERATE_DOCSET        = NO\n\n# This tag determines the name of the docset feed. A documentation feed provides\n# an umbrella under which multiple documentation sets from a single provider\n# (such as a company or product suite) can be grouped.\n# The default value is: Doxygen generated docs.\n# This tag requires that the tag GENERATE_DOCSET is set to YES.\n\nDOCSET_FEEDNAME        = \"Doxygen generated docs\"\n\n# This tag specifies a string that should uniquely identify the documentation\n# set bundle. This should be a reverse domain-name style string, e.g.\n# com.mycompany.MyDocSet. Doxygen will append .docset to the name.\n# The default value is: org.doxygen.Project.\n# This tag requires that the tag GENERATE_DOCSET is set to YES.\n\nDOCSET_BUNDLE_ID       = org.doxygen.Project\n\n# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify\n# the documentation publisher. This should be a reverse domain-name style\n# string, e.g. com.mycompany.MyDocSet.documentation.\n# The default value is: org.doxygen.Publisher.\n# This tag requires that the tag GENERATE_DOCSET is set to YES.\n\nDOCSET_PUBLISHER_ID    = org.doxygen.Publisher\n\n# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.\n# The default value is: Publisher.\n# This tag requires that the tag GENERATE_DOCSET is set to YES.\n\nDOCSET_PUBLISHER_NAME  = Publisher\n\n# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three\n# additional HTML index files: index.hhp, index.hhc, and index.hhk. The\n# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop\n# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on\n# Windows.\n#\n# The HTML Help Workshop contains a compiler that can convert all HTML output\n# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML\n# files are now used as the Windows 98 help format, and will replace the old\n# Windows help format (.hlp) on all Windows platforms in the future. Compressed\n# HTML files also contain an index, a table of contents, and you can search for\n# words in the documentation. The HTML workshop also contains a viewer for\n# compressed HTML files.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nGENERATE_HTMLHELP      = NO\n\n# The CHM_FILE tag can be used to specify the file name of the resulting .chm\n# file. You can add a path in front of the file if the result should not be\n# written to the html output directory.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nCHM_FILE               = \n\n# The HHC_LOCATION tag can be used to specify the location (absolute path\n# including file name) of the HTML help compiler (hhc.exe). If non-empty,\n# doxygen will try to run the HTML help compiler on the generated index.hhp.\n# The file has to be specified with full path.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nHHC_LOCATION           = \n\n# The GENERATE_CHI flag controls if a separate .chi index file is generated\n# (YES) or that it should be included in the master .chm file (NO).\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nGENERATE_CHI           = NO\n\n# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)\n# and project file content.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nCHM_INDEX_ENCODING     = \n\n# The BINARY_TOC flag controls whether a binary table of contents is generated\n# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it\n# enables the Previous and Next buttons.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nBINARY_TOC             = NO\n\n# The TOC_EXPAND flag can be set to YES to add extra items for group members to\n# the table of contents of the HTML help documentation and to the tree view.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTMLHELP is set to YES.\n\nTOC_EXPAND             = NO\n\n# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and\n# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that\n# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help\n# (.qch) of the generated HTML documentation.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nGENERATE_QHP           = NO\n\n# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify\n# the file name of the resulting .qch file. The path specified is relative to\n# the HTML output folder.\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQCH_FILE               = \n\n# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help\n# Project output. For more information please see Qt Help Project / Namespace\n# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).\n# The default value is: org.doxygen.Project.\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHP_NAMESPACE          = org.doxygen.Project\n\n# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt\n# Help Project output. For more information please see Qt Help Project / Virtual\n# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-\n# folders).\n# The default value is: doc.\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHP_VIRTUAL_FOLDER     = doc\n\n# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom\n# filter to add. For more information please see Qt Help Project / Custom\n# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-\n# filters).\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHP_CUST_FILTER_NAME   = \n\n# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the\n# custom filter to add. For more information please see Qt Help Project / Custom\n# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-\n# filters).\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHP_CUST_FILTER_ATTRS  = \n\n# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this\n# project's filter section matches. Qt Help Project / Filter Attributes (see:\n# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHP_SECT_FILTER_ATTRS  = \n\n# The QHG_LOCATION tag can be used to specify the location of Qt's\n# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the\n# generated .qhp file.\n# This tag requires that the tag GENERATE_QHP is set to YES.\n\nQHG_LOCATION           = \n\n# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be\n# generated, together with the HTML files, they form an Eclipse help plugin. To\n# install this plugin and make it available under the help contents menu in\n# Eclipse, the contents of the directory containing the HTML and XML files needs\n# to be copied into the plugins directory of eclipse. The name of the directory\n# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.\n# After copying Eclipse needs to be restarted before the help appears.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nGENERATE_ECLIPSEHELP   = NO\n\n# A unique identifier for the Eclipse help plugin. When installing the plugin\n# the directory name containing the HTML and XML files should also have this\n# name. Each documentation set should have its own identifier.\n# The default value is: org.doxygen.Project.\n# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.\n\nECLIPSE_DOC_ID         = org.doxygen.Project\n\n# If you want full control over the layout of the generated HTML pages it might\n# be necessary to disable the index and replace it with your own. The\n# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top\n# of each HTML page. A value of NO enables the index and the value YES disables\n# it. Since the tabs in the index contain the same information as the navigation\n# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nDISABLE_INDEX          = NO\n\n# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index\n# structure should be generated to display hierarchical information. If the tag\n# value is set to YES, a side panel will be generated containing a tree-like\n# index structure (just like the one that is generated for HTML Help). For this\n# to work a browser that supports JavaScript, DHTML, CSS and frames is required\n# (i.e. any modern browser). Windows users are probably better off using the\n# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can\n# further fine-tune the look of the index. As an example, the default style\n# sheet generated by doxygen has an example that shows how to put an image at\n# the root of the tree instead of the PROJECT_NAME. Since the tree basically has\n# the same information as the tab index, you could consider setting\n# DISABLE_INDEX to YES when enabling this option.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nGENERATE_TREEVIEW      = NO\n\n# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that\n# doxygen will group on one line in the generated HTML documentation.\n#\n# Note that a value of 0 will completely suppress the enum values from appearing\n# in the overview section.\n# Minimum value: 0, maximum value: 20, default value: 4.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nENUM_VALUES_PER_LINE   = 4\n\n# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used\n# to set the initial width (in pixels) of the frame in which the tree is shown.\n# Minimum value: 0, maximum value: 1500, default value: 250.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nTREEVIEW_WIDTH         = 250\n\n# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to\n# external symbols imported via tag files in a separate window.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nEXT_LINKS_IN_WINDOW    = NO\n\n# Use this tag to change the font size of LaTeX formulas included as images in\n# the HTML documentation. When you change the font size after a successful\n# doxygen run you need to manually remove any form_*.png images from the HTML\n# output directory to force them to be regenerated.\n# Minimum value: 8, maximum value: 50, default value: 10.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nFORMULA_FONTSIZE       = 10\n\n# Use the FORMULA_TRANPARENT tag to determine whether or not the images\n# generated for formulas are transparent PNGs. Transparent PNGs are not\n# supported properly for IE 6.0, but are supported on all modern browsers.\n#\n# Note that when changing this option you need to delete any form_*.png files in\n# the HTML output directory before the changes have effect.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nFORMULA_TRANSPARENT    = YES\n\n# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see\n# http://www.mathjax.org) which uses client side Javascript for the rendering\n# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX\n# installed or if you want to formulas look prettier in the HTML output. When\n# enabled you may also need to install MathJax separately and configure the path\n# to it using the MATHJAX_RELPATH option.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nUSE_MATHJAX            = NO\n\n# When MathJax is enabled you can set the default output format to be used for\n# the MathJax output. See the MathJax site (see:\n# http://docs.mathjax.org/en/latest/output.html) for more details.\n# Possible values are: HTML-CSS (which is slower, but has the best\n# compatibility), NativeMML (i.e. MathML) and SVG.\n# The default value is: HTML-CSS.\n# This tag requires that the tag USE_MATHJAX is set to YES.\n\nMATHJAX_FORMAT         = HTML-CSS\n\n# When MathJax is enabled you need to specify the location relative to the HTML\n# output directory using the MATHJAX_RELPATH option. The destination directory\n# should contain the MathJax.js script. For instance, if the mathjax directory\n# is located at the same level as the HTML output directory, then\n# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax\n# Content Delivery Network so you can quickly see the result without installing\n# MathJax. However, it is strongly recommended to install a local copy of\n# MathJax from http://www.mathjax.org before deployment.\n# The default value is: http://cdn.mathjax.org/mathjax/latest.\n# This tag requires that the tag USE_MATHJAX is set to YES.\n\nMATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest\n\n# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax\n# extension names that should be enabled during MathJax rendering. For example\n# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols\n# This tag requires that the tag USE_MATHJAX is set to YES.\n\nMATHJAX_EXTENSIONS     = \n\n# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces\n# of code that will be used on startup of the MathJax code. See the MathJax site\n# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an\n# example see the documentation.\n# This tag requires that the tag USE_MATHJAX is set to YES.\n\nMATHJAX_CODEFILE       = \n\n# When the SEARCHENGINE tag is enabled doxygen will generate a search box for\n# the HTML output. The underlying search engine uses javascript and DHTML and\n# should work on any modern browser. Note that when using HTML help\n# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)\n# there is already a search function so this one should typically be disabled.\n# For large projects the javascript based search engine can be slow, then\n# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to\n# search using the keyboard; to jump to the search box use <access key> + S\n# (what the <access key> is depends on the OS and browser, but it is typically\n# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down\n# key> to jump into the search results window, the results can be navigated\n# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel\n# the search. The filter options can be selected when the cursor is inside the\n# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>\n# to select a filter and <Enter> or <escape> to activate or cancel the filter\n# option.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_HTML is set to YES.\n\nSEARCHENGINE           = YES\n\n# When the SERVER_BASED_SEARCH tag is enabled the search engine will be\n# implemented using a web server instead of a web client using Javascript. There\n# are two flavors of web server based searching depending on the EXTERNAL_SEARCH\n# setting. When disabled, doxygen will generate a PHP script for searching and\n# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing\n# and searching needs to be provided by external tools. See the section\n# \"External Indexing and Searching\" for details.\n# The default value is: NO.\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nSERVER_BASED_SEARCH    = NO\n\n# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP\n# script for searching. Instead the search results are written to an XML file\n# which needs to be processed by an external indexer. Doxygen will invoke an\n# external search engine pointed to by the SEARCHENGINE_URL option to obtain the\n# search results.\n#\n# Doxygen ships with an example indexer (doxyindexer) and search engine\n# (doxysearch.cgi) which are based on the open source search engine library\n# Xapian (see: http://xapian.org/).\n#\n# See the section \"External Indexing and Searching\" for details.\n# The default value is: NO.\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nEXTERNAL_SEARCH        = NO\n\n# The SEARCHENGINE_URL should point to a search engine hosted by a web server\n# which will return the search results when EXTERNAL_SEARCH is enabled.\n#\n# Doxygen ships with an example indexer (doxyindexer) and search engine\n# (doxysearch.cgi) which are based on the open source search engine library\n# Xapian (see: http://xapian.org/). See the section \"External Indexing and\n# Searching\" for details.\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nSEARCHENGINE_URL       = \n\n# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed\n# search data is written to a file for indexing by an external tool. With the\n# SEARCHDATA_FILE tag the name of this file can be specified.\n# The default file is: searchdata.xml.\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nSEARCHDATA_FILE        = searchdata.xml\n\n# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the\n# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is\n# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple\n# projects and redirect the results back to the right project.\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nEXTERNAL_SEARCH_ID     = \n\n# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen\n# projects other than the one defined by this configuration file, but that are\n# all added to the same external search index. Each project needs to have a\n# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of\n# to a relative location where the documentation can be found. The format is:\n# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...\n# This tag requires that the tag SEARCHENGINE is set to YES.\n\nEXTRA_SEARCH_MAPPINGS  = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the LaTeX output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.\n# The default value is: YES.\n\nGENERATE_LATEX         = NO\n\n# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a\n# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of\n# it.\n# The default directory is: latex.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_OUTPUT           = latex\n\n# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be\n# invoked.\n#\n# Note that when enabling USE_PDFLATEX this option is only used for generating\n# bitmaps for formulas in the HTML output, but not in the Makefile that is\n# written to the output directory.\n# The default file is: latex.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_CMD_NAME         = latex\n\n# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate\n# index for LaTeX.\n# The default file is: makeindex.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nMAKEINDEX_CMD_NAME     = makeindex\n\n# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX\n# documents. This may be useful for small projects and may help to save some\n# trees in general.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nCOMPACT_LATEX          = NO\n\n# The PAPER_TYPE tag can be used to set the paper type that is used by the\n# printer.\n# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x\n# 14 inches) and executive (7.25 x 10.5 inches).\n# The default value is: a4.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nPAPER_TYPE             = a4\n\n# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names\n# that should be included in the LaTeX output. The package can be specified just\n# by its name or with the correct syntax as to be used with the LaTeX\n# \\usepackage command. To get the times font for instance you can specify :\n# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}\n# To use the option intlimits with the amsmath package you can specify:\n# EXTRA_PACKAGES=[intlimits]{amsmath}\n# If left blank no extra packages will be included.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nEXTRA_PACKAGES         = \n\n# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the\n# generated LaTeX document. The header should contain everything until the first\n# chapter. If it is left blank doxygen will generate a standard header. See\n# section \"Doxygen usage\" for information on how to let doxygen write the\n# default header to a separate file.\n#\n# Note: Only use a user-defined header if you know what you are doing! The\n# following commands have a special meaning inside the header: $title,\n# $datetime, $date, $doxygenversion, $projectname, $projectnumber,\n# $projectbrief, $projectlogo. Doxygen will replace $title with the empty\n# string, for the replacement values of the other commands the user is referred\n# to HTML_HEADER.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_HEADER           = \n\n# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the\n# generated LaTeX document. The footer should contain everything after the last\n# chapter. If it is left blank doxygen will generate a standard footer. See\n# LATEX_HEADER for more information on how to generate a default footer and what\n# special commands can be used inside the footer.\n#\n# Note: Only use a user-defined footer if you know what you are doing!\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_FOOTER           = \n\n# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined\n# LaTeX style sheets that are included after the standard style sheets created\n# by doxygen. Using this option one can overrule certain style aspects. Doxygen\n# will copy the style sheet files to the output directory.\n# Note: The order of the extra style sheet files is of importance (e.g. the last\n# style sheet in the list overrules the setting of the previous ones in the\n# list).\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_EXTRA_STYLESHEET = \n\n# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or\n# other source files which should be copied to the LATEX_OUTPUT output\n# directory. Note that the files will be copied as-is; there are no commands or\n# markers available.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_EXTRA_FILES      = \n\n# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is\n# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will\n# contain links (just like the HTML output) instead of page references. This\n# makes the output suitable for online browsing using a PDF viewer.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nPDF_HYPERLINKS         = YES\n\n# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate\n# the PDF file directly from the LaTeX files. Set this option to YES, to get a\n# higher quality PDF documentation.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nUSE_PDFLATEX           = YES\n\n# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode\n# command to the generated LaTeX files. This will instruct LaTeX to keep running\n# if errors occur, instead of asking the user for help. This option is also used\n# when generating formulas in HTML.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_BATCHMODE        = NO\n\n# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the\n# index chapters (such as File Index, Compound Index, etc.) in the output.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_HIDE_INDICES     = NO\n\n# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source\n# code with syntax highlighting in the LaTeX output.\n#\n# Note that which sources are shown also depends on other settings such as\n# SOURCE_BROWSER.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_SOURCE_CODE      = NO\n\n# The LATEX_BIB_STYLE tag can be used to specify the style to use for the\n# bibliography, e.g. plainnat, or ieeetr. See\n# http://en.wikipedia.org/wiki/BibTeX and \\cite for more info.\n# The default value is: plain.\n# This tag requires that the tag GENERATE_LATEX is set to YES.\n\nLATEX_BIB_STYLE        = plain\n\n#---------------------------------------------------------------------------\n# Configuration options related to the RTF output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The\n# RTF output is optimized for Word 97 and may not look too pretty with other RTF\n# readers/editors.\n# The default value is: NO.\n\nGENERATE_RTF           = NO\n\n# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a\n# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of\n# it.\n# The default directory is: rtf.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nRTF_OUTPUT             = rtf\n\n# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF\n# documents. This may be useful for small projects and may help to save some\n# trees in general.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nCOMPACT_RTF            = NO\n\n# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will\n# contain hyperlink fields. The RTF file will contain links (just like the HTML\n# output) instead of page references. This makes the output suitable for online\n# browsing using Word or some other Word compatible readers that support those\n# fields.\n#\n# Note: WordPad (write) and others do not support links.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nRTF_HYPERLINKS         = NO\n\n# Load stylesheet definitions from file. Syntax is similar to doxygen's config\n# file, i.e. a series of assignments. You only have to provide replacements,\n# missing definitions are set to their default value.\n#\n# See also section \"Doxygen usage\" for information on how to generate the\n# default style sheet that doxygen normally uses.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nRTF_STYLESHEET_FILE    = \n\n# Set optional variables used in the generation of an RTF document. Syntax is\n# similar to doxygen's config file. A template extensions file can be generated\n# using doxygen -e rtf extensionFile.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nRTF_EXTENSIONS_FILE    = \n\n# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code\n# with syntax highlighting in the RTF output.\n#\n# Note that which sources are shown also depends on other settings such as\n# SOURCE_BROWSER.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_RTF is set to YES.\n\nRTF_SOURCE_CODE        = NO\n\n#---------------------------------------------------------------------------\n# Configuration options related to the man page output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for\n# classes and files.\n# The default value is: NO.\n\nGENERATE_MAN           = NO\n\n# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a\n# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of\n# it. A directory man3 will be created inside the directory specified by\n# MAN_OUTPUT.\n# The default directory is: man.\n# This tag requires that the tag GENERATE_MAN is set to YES.\n\nMAN_OUTPUT             = man\n\n# The MAN_EXTENSION tag determines the extension that is added to the generated\n# man pages. In case the manual section does not start with a number, the number\n# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is\n# optional.\n# The default value is: .3.\n# This tag requires that the tag GENERATE_MAN is set to YES.\n\nMAN_EXTENSION          = .3\n\n# The MAN_SUBDIR tag determines the name of the directory created within\n# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by\n# MAN_EXTENSION with the initial . removed.\n# This tag requires that the tag GENERATE_MAN is set to YES.\n\nMAN_SUBDIR             = \n\n# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it\n# will generate one additional man file for each entity documented in the real\n# man page(s). These additional files only source the real man page, but without\n# them the man command would be unable to find the correct page.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_MAN is set to YES.\n\nMAN_LINKS              = NO\n\n#---------------------------------------------------------------------------\n# Configuration options related to the XML output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that\n# captures the structure of the code including all documentation.\n# The default value is: NO.\n\nGENERATE_XML           = NO\n\n# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a\n# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of\n# it.\n# The default directory is: xml.\n# This tag requires that the tag GENERATE_XML is set to YES.\n\nXML_OUTPUT             = xml\n\n# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program\n# listings (including syntax highlighting and cross-referencing information) to\n# the XML output. Note that enabling this will significantly increase the size\n# of the XML output.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_XML is set to YES.\n\nXML_PROGRAMLISTING     = YES\n\n#---------------------------------------------------------------------------\n# Configuration options related to the DOCBOOK output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files\n# that can be used to generate PDF.\n# The default value is: NO.\n\nGENERATE_DOCBOOK       = NO\n\n# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.\n# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in\n# front of it.\n# The default directory is: docbook.\n# This tag requires that the tag GENERATE_DOCBOOK is set to YES.\n\nDOCBOOK_OUTPUT         = docbook\n\n# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the\n# program listings (including syntax highlighting and cross-referencing\n# information) to the DOCBOOK output. Note that enabling this will significantly\n# increase the size of the DOCBOOK output.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_DOCBOOK is set to YES.\n\nDOCBOOK_PROGRAMLISTING = NO\n\n#---------------------------------------------------------------------------\n# Configuration options for the AutoGen Definitions output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an\n# AutoGen Definitions (see http://autogen.sf.net) file that captures the\n# structure of the code including all documentation. Note that this feature is\n# still experimental and incomplete at the moment.\n# The default value is: NO.\n\nGENERATE_AUTOGEN_DEF   = NO\n\n#---------------------------------------------------------------------------\n# Configuration options related to the Perl module output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module\n# file that captures the structure of the code including all documentation.\n#\n# Note that this feature is still experimental and incomplete at the moment.\n# The default value is: NO.\n\nGENERATE_PERLMOD       = NO\n\n# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary\n# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI\n# output from the Perl module output.\n# The default value is: NO.\n# This tag requires that the tag GENERATE_PERLMOD is set to YES.\n\nPERLMOD_LATEX          = NO\n\n# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely\n# formatted so it can be parsed by a human reader. This is useful if you want to\n# understand what is going on. On the other hand, if this tag is set to NO, the\n# size of the Perl module output will be much smaller and Perl will parse it\n# just the same.\n# The default value is: YES.\n# This tag requires that the tag GENERATE_PERLMOD is set to YES.\n\nPERLMOD_PRETTY         = YES\n\n# The names of the make variables in the generated doxyrules.make file are\n# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful\n# so different doxyrules.make files included by the same Makefile don't\n# overwrite each other's variables.\n# This tag requires that the tag GENERATE_PERLMOD is set to YES.\n\nPERLMOD_MAKEVAR_PREFIX = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the preprocessor\n#---------------------------------------------------------------------------\n\n# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all\n# C-preprocessor directives found in the sources and include files.\n# The default value is: YES.\n\nENABLE_PREPROCESSING   = YES\n\n# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names\n# in the source code. If set to NO, only conditional compilation will be\n# performed. Macro expansion can be done in a controlled way by setting\n# EXPAND_ONLY_PREDEF to YES.\n# The default value is: NO.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nMACRO_EXPANSION        = NO\n\n# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then\n# the macro expansion is limited to the macros specified with the PREDEFINED and\n# EXPAND_AS_DEFINED tags.\n# The default value is: NO.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nEXPAND_ONLY_PREDEF     = NO\n\n# If the SEARCH_INCLUDES tag is set to YES, the include files in the\n# INCLUDE_PATH will be searched if a #include is found.\n# The default value is: YES.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nSEARCH_INCLUDES        = YES\n\n# The INCLUDE_PATH tag can be used to specify one or more directories that\n# contain include files that are not input files but should be processed by the\n# preprocessor.\n# This tag requires that the tag SEARCH_INCLUDES is set to YES.\n\nINCLUDE_PATH           = \n\n# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard\n# patterns (like *.h and *.hpp) to filter out the header-files in the\n# directories. If left blank, the patterns specified with FILE_PATTERNS will be\n# used.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nINCLUDE_FILE_PATTERNS  = \n\n# The PREDEFINED tag can be used to specify one or more macro names that are\n# defined before the preprocessor is started (similar to the -D option of e.g.\n# gcc). The argument of the tag is a list of macros of the form: name or\n# name=definition (no spaces). If the definition and the \"=\" are omitted, \"=1\"\n# is assumed. To prevent a macro definition from being undefined via #undef or\n# recursively expanded use the := operator instead of the = operator.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nPREDEFINED             = CONF_DEBUG \\\n                         EEZ_PSU_ARDUINO \\\n                         EEZ_PSU_SIMULATOR\n\n# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this\n# tag can be used to specify a list of macro names that should be expanded. The\n# macro definition that is found in the sources will be used. Use the PREDEFINED\n# tag if you want to use a different macro definition that overrules the\n# definition found in the source code.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nEXPAND_AS_DEFINED      = \n\n# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will\n# remove all references to function-like macros that are alone on a line, have\n# an all uppercase name, and do not end with a semicolon. Such function macros\n# are typically used for boiler-plate code, and will confuse the parser if not\n# removed.\n# The default value is: YES.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n\nSKIP_FUNCTION_MACROS   = YES\n\n#---------------------------------------------------------------------------\n# Configuration options related to external references\n#---------------------------------------------------------------------------\n\n# The TAGFILES tag can be used to specify one or more tag files. For each tag\n# file the location of the external documentation should be added. The format of\n# a tag file without this location is as follows:\n# TAGFILES = file1 file2 ...\n# Adding location for the tag files is done as follows:\n# TAGFILES = file1=loc1 \"file2 = loc2\" ...\n# where loc1 and loc2 can be relative or absolute paths or URLs. See the\n# section \"Linking to external documentation\" for more information about the use\n# of tag files.\n# Note: Each tag file must have a unique name (where the name does NOT include\n# the path). If a tag file is not located in the directory in which doxygen is\n# run, you must also specify the path to the tagfile here.\n\nTAGFILES               = \n\n# When a file name is specified after GENERATE_TAGFILE, doxygen will create a\n# tag file that is based on the input files it reads. See section \"Linking to\n# external documentation\" for more information about the usage of tag files.\n\nGENERATE_TAGFILE       = \n\n# If the ALLEXTERNALS tag is set to YES, all external class will be listed in\n# the class index. If set to NO, only the inherited external classes will be\n# listed.\n# The default value is: NO.\n\nALLEXTERNALS           = NO\n\n# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed\n# in the modules index. If set to NO, only the current project's groups will be\n# listed.\n# The default value is: YES.\n\nEXTERNAL_GROUPS        = YES\n\n# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in\n# the related pages index. If set to NO, only the current project's pages will\n# be listed.\n# The default value is: YES.\n\nEXTERNAL_PAGES         = YES\n\n# The PERL_PATH should be the absolute path and name of the perl script\n# interpreter (i.e. the result of 'which perl').\n# The default file (with absolute path) is: /usr/bin/perl.\n\nPERL_PATH              = /usr/bin/perl\n\n#---------------------------------------------------------------------------\n# Configuration options related to the dot tool\n#---------------------------------------------------------------------------\n\n# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram\n# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to\n# NO turns the diagrams off. Note that this option also works with HAVE_DOT\n# disabled, but it is recommended to install and use dot, since it yields more\n# powerful graphs.\n# The default value is: YES.\n\nCLASS_DIAGRAMS         = YES\n\n# You can define message sequence charts within doxygen comments using the \\msc\n# command. Doxygen will then run the mscgen tool (see:\n# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the\n# documentation. The MSCGEN_PATH tag allows you to specify the directory where\n# the mscgen tool resides. If left empty the tool is assumed to be found in the\n# default search path.\n\nMSCGEN_PATH            = \n\n# You can include diagrams made with dia in doxygen documentation. Doxygen will\n# then run dia to produce the diagram and insert it in the documentation. The\n# DIA_PATH tag allows you to specify the directory where the dia binary resides.\n# If left empty dia is assumed to be found in the default search path.\n\nDIA_PATH               = \n\n# If set to YES the inheritance and collaboration graphs will hide inheritance\n# and usage relations if the target is undocumented or is not a class.\n# The default value is: YES.\n\nHIDE_UNDOC_RELATIONS   = YES\n\n# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is\n# available from the path. This tool is part of Graphviz (see:\n# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent\n# Bell Labs. The other options in this section have no effect if this option is\n# set to NO\n# The default value is: NO.\n\nHAVE_DOT               = YES\n\n# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed\n# to run in parallel. When set to 0 doxygen will base this on the number of\n# processors available in the system. You can set it explicitly to a value\n# larger than 0 to get control over the balance between CPU load and processing\n# speed.\n# Minimum value: 0, maximum value: 32, default value: 0.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_NUM_THREADS        = 0\n\n# When you want a differently looking font in the dot files that doxygen\n# generates you can specify the font name using DOT_FONTNAME. You need to make\n# sure dot is able to find the font, which can be done by putting it in a\n# standard location or by setting the DOTFONTPATH environment variable or by\n# setting DOT_FONTPATH to the directory containing the font.\n# The default value is: Helvetica.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_FONTNAME           = Helvetica\n\n# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of\n# dot graphs.\n# Minimum value: 4, maximum value: 24, default value: 10.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_FONTSIZE           = 10\n\n# By default doxygen will tell dot to use the default font as specified with\n# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set\n# the path where dot can find it using this tag.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_FONTPATH           = \n\n# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for\n# each documented class showing the direct and indirect inheritance relations.\n# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nCLASS_GRAPH            = YES\n\n# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a\n# graph for each documented class showing the direct and indirect implementation\n# dependencies (inheritance, containment, and class references variables) of the\n# class with other documented classes.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nCOLLABORATION_GRAPH    = YES\n\n# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for\n# groups, showing the direct groups dependencies.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nGROUP_GRAPHS           = YES\n\n# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and\n# collaboration diagrams in a style similar to the OMG's Unified Modeling\n# Language.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nUML_LOOK               = NO\n\n# If the UML_LOOK tag is enabled, the fields and methods are shown inside the\n# class node. If there are many fields or methods and many nodes the graph may\n# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the\n# number of items for each type to make the size more manageable. Set this to 0\n# for no limit. Note that the threshold may be exceeded by 50% before the limit\n# is enforced. So when you set the threshold to 10, up to 15 fields may appear,\n# but if the number exceeds 15, the total amount of fields shown is limited to\n# 10.\n# Minimum value: 0, maximum value: 100, default value: 10.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nUML_LIMIT_NUM_FIELDS   = 10\n\n# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and\n# collaboration graphs will show the relations between templates and their\n# instances.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nTEMPLATE_RELATIONS     = NO\n\n# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to\n# YES then doxygen will generate a graph for each documented file showing the\n# direct and indirect include dependencies of the file with other documented\n# files.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nINCLUDE_GRAPH          = YES\n\n# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are\n# set to YES then doxygen will generate a graph for each documented file showing\n# the direct and indirect include dependencies of the file with other documented\n# files.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nINCLUDED_BY_GRAPH      = YES\n\n# If the CALL_GRAPH tag is set to YES then doxygen will generate a call\n# dependency graph for every global function or class method.\n#\n# Note that enabling this option will significantly increase the time of a run.\n# So in most cases it will be better to enable call graphs for selected\n# functions only using the \\callgraph command. Disabling a call graph can be\n# accomplished by means of the command \\hidecallgraph.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nCALL_GRAPH             = YES\n\n# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller\n# dependency graph for every global function or class method.\n#\n# Note that enabling this option will significantly increase the time of a run.\n# So in most cases it will be better to enable caller graphs for selected\n# functions only using the \\callergraph command. Disabling a caller graph can be\n# accomplished by means of the command \\hidecallergraph.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nCALLER_GRAPH           = YES\n\n# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical\n# hierarchy of all classes instead of a textual one.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nGRAPHICAL_HIERARCHY    = YES\n\n# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the\n# dependencies a directory has on other directories in a graphical way. The\n# dependency relations are determined by the #include relations between the\n# files in the directories.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDIRECTORY_GRAPH        = YES\n\n# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images\n# generated by dot. For an explanation of the image formats see the section\n# output formats in the documentation of the dot tool (Graphviz (see:\n# http://www.graphviz.org/)).\n# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order\n# to make the SVG files visible in IE 9+ (other browsers do not have this\n# requirement).\n# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,\n# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and\n# png:gdiplus:gdiplus.\n# The default value is: png.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_IMAGE_FORMAT       = png\n\n# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to\n# enable generation of interactive SVG images that allow zooming and panning.\n#\n# Note that this requires a modern browser other than Internet Explorer. Tested\n# and working are Firefox, Chrome, Safari, and Opera.\n# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make\n# the SVG files visible. Older versions of IE do not have SVG support.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nINTERACTIVE_SVG        = NO\n\n# The DOT_PATH tag can be used to specify the path where the dot tool can be\n# found. If left blank, it is assumed the dot tool can be found in the path.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_PATH               = \n\n# The DOTFILE_DIRS tag can be used to specify one or more directories that\n# contain dot files that are included in the documentation (see the \\dotfile\n# command).\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOTFILE_DIRS           = \n\n# The MSCFILE_DIRS tag can be used to specify one or more directories that\n# contain msc files that are included in the documentation (see the \\mscfile\n# command).\n\nMSCFILE_DIRS           = \n\n# The DIAFILE_DIRS tag can be used to specify one or more directories that\n# contain dia files that are included in the documentation (see the \\diafile\n# command).\n\nDIAFILE_DIRS           = \n\n# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the\n# path where java can find the plantuml.jar file. If left blank, it is assumed\n# PlantUML is not used or called during a preprocessing step. Doxygen will\n# generate a warning when it encounters a \\startuml command in this case and\n# will not generate output for the diagram.\n\nPLANTUML_JAR_PATH      = \n\n# When using plantuml, the specified paths are searched for files specified by\n# the !include statement in a plantuml block.\n\nPLANTUML_INCLUDE_PATH  = \n\n# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes\n# that will be shown in the graph. If the number of nodes in a graph becomes\n# larger than this value, doxygen will truncate the graph, which is visualized\n# by representing a node as a red box. Note that doxygen if the number of direct\n# children of the root node in a graph is already larger than\n# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that\n# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.\n# Minimum value: 0, maximum value: 10000, default value: 50.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_GRAPH_MAX_NODES    = 50\n\n# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs\n# generated by dot. A depth value of 3 means that only nodes reachable from the\n# root by following a path via at most 3 edges will be shown. Nodes that lay\n# further from the root node will be omitted. Note that setting this option to 1\n# or 2 may greatly reduce the computation time needed for large code bases. Also\n# note that the size of a graph can be further restricted by\n# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.\n# Minimum value: 0, maximum value: 1000, default value: 0.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nMAX_DOT_GRAPH_DEPTH    = 0\n\n# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent\n# background. This is disabled by default, because dot on Windows does not seem\n# to support this out of the box.\n#\n# Warning: Depending on the platform used, enabling this option may lead to\n# badly anti-aliased labels on the edges of a graph (i.e. they become hard to\n# read).\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_TRANSPARENT        = NO\n\n# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output\n# files in one run (i.e. multiple -o and -T options on the command line). This\n# makes dot run faster, but since only newer versions of dot (>1.8.10) support\n# this, this feature is disabled by default.\n# The default value is: NO.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_MULTI_TARGETS      = NO\n\n# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page\n# explaining the meaning of the various boxes and arrows in the dot generated\n# graphs.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nGENERATE_LEGEND        = YES\n\n# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot\n# files that are used to generate the various graphs.\n# The default value is: YES.\n# This tag requires that the tag HAVE_DOT is set to YES.\n\nDOT_CLEANUP            = YES\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 1 - introduction.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.note { font-style: italic; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">1. <a name=\"_introduction\"></a>Introduction</p>\n\t\t<p>This manual contains reference information for programming the open hardware/open source EEZ programmable PSU (Power Supply Unit) over the remote interface using the SCPI programming language.</p>\n\t\t<p>The SCPI (<span style=\"font-style: italic;\">Standard Commands for Programmable Instruments</span>, often pronounced “skippy”) is an open standard freely available on the <a href=\"http://www.ivifoundation.org/scpi/\" target=\"_blank\"><span style=\"text-decoration: underline;\">IVI Foundation</span></a> web pages. The current version is SCPI 1999.0.</p>\n\t\t<p>SCPI is a pure software standard, and can be used over many communication interfaces. SCPI communications are ASCII text, and therefore can be supported in programs written in almost any computer language, such as C, C++, etc.</p>\n\t\t<p>&#160;</p>\n\t\t<p>The physical communications link is not defined by SCPI. It was originally created with the IEEE 488 (GPIB) environment in mind, but it can also be used with RS-232 (serial), Ethernet, USB, VXIbus, HiSLIP, etc. The EEZ PSU supports Serial (via USB) and Ethernet communication.</p>\n\t\t<p>The application software that uses SCPI commands is called a <span style=\"font-style: italic;\">Controller</span> and that in a SCPI enabled device – such as the EEZ PSU – is called an <span style=\"font-style: italic;\">Instrument</span>.</p>\n\t\t<p>&#160;</p>\n\t\t<p class=\"note\">Please note that IEEE 488 standard documents are not freely available, and when it's mentioned in this manual we do so only for reference purposes.  Those who with to research the GPIB for better understanding or possible modification/improvement of the PSU remote control may wish to purchase standards documents from the IEEE. </p>\n\t\t<p class=\"Heading_2\">1.1. About SCPI</p>\n\t\t<p>The SCPI 1999.0 standard document says (Section 1.3) the goal of SCPI is to reduce Automatic Test Equipment (ATE) program development time. SCPI does this goal by providing a consistent programming environment for instrument control and data usage. This is achieved by use of defined program messages, instrument responses, and data formats across all SCPI instruments, regardless of manufacturer.</p>\n\t\t<p>A consistent program environment uses the same commands and parameters to control instruments that have the same function.</p>\n\t\t<p>SCPI programming consistency is both vertical and horizontal. Vertical programming consistency defines program messages within an instrument class. An example of vertical consistency is using the same command for reading DC voltage from different multimeters supporting SCPI. Horizontal consistency uses the same command to control similar functions across instrument classes. For example, the trigger command would be the same for trigger functions found in conforming counters, oscilloscopes, function generators, etc.</p>\n\t\t<p>A key to consistent programming is the reduction of multiple ways to control similar instrument functions. The philosophy of SCPI is that the same instrument functions are to be controlled by the same SCPI commands. To simplify learning, SCPI uses industry-standard names, and terms that are manufacturer and customer supported.</p>\n\t\t<p>SCPI is designed to be expanded with new defined commands in the future without causing programming problems. As new instruments are introduced, the intent is to maintain program compatibility with existing SCPI instruments.</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>Additional links:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Wikipedia <a href=\"https://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments\" target=\"_blank\"><span style=\"text-decoration: underline;\">SCPI</span></a></li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Technopedia <a href=\"https://www.techopedia.com/definition/21951/standard-commands-for-programmable-instruments-scpi\" target=\"_blank\"><span style=\"text-decoration: underline;\">Standard Commands For Programmable Instruments (SCPI)</span></a></li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Wikipedia <a href=\"https://en.wikipedia.org/wiki/IEEE-488\" target=\"_blank\"><span style=\"text-decoration: underline;\">IEEE-488</span></a></li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Keysight (ex. Agilent) <a href=\"http://www.keysight.com/main/redirector.jspx?action=ref&amp;lc=eng&amp;cc=HR&amp;nfr=&amp;ckey=1708060&amp;cname=EDITORIAL\" target=\"_blank\"><span style=\"text-decoration: underline;\">Developing a SCPI command set</span></a></li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">NI (National Instrument) <a href=\"http://www.ni.com/white-paper/3388/en/\" target=\"_blank\"><span style=\"text-decoration: underline;\">GPIB Hardware and Software Specifications</span></a></li>\n\t\t</ul>\n\t\t<p>Implementation links:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\"><a href=\"https://j123b567.github.io/scpi-parser/\" target=\"_blank\"><span style=\"text-decoration: underline;\">Open source SCPI device</span></a> library</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Keysight (ex. Agilent) <a href=\"http://cp.literature.agilent.com/litweb/pdf/5989-6717EN.pdf\" target=\"_blank\"><span style=\"text-decoration: underline;\">Application Note 1465-29</span></a></li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Keysight (ex. Agilent) <a href=\"http://www.keysight.com/en/pd-2036130/command-expert?cc=US&amp;lc=eng\" target=\"_blank\"><span style=\"text-decoration: underline;\">Command Expert</span></a></li>\n\t\t</ul>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 10 - Programming examples.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.table_body { font-style: italic; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">10. <a name=\"_programming examples\"></a>Programming examples</p>\n\t\t<p class=\"Heading_2\">10.1. Set channel output values and working with the OCP</p>\n\t\t<p>This is a SCPI commands sequence that sets a voltage, current, and the over-current protection (OCP) on the channel two:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check currently selected output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Select channel two as current channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Set output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Set output current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check OCP status</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Enable OCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:DEL 100ms</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Set OCP delay</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Enable output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">10.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure output current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Current is zero since no load is connected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>If <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-digital-control/psu-scpi-reference-manual/psu-scpi-simulator.html\"><span style=\"text-decoration: underline;\">soft</span></a><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html\"><span style=\"text-decoration: underline;\">ware simulator</span></a> is used, connection of the load can be also simulated:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD 20</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Define connected load impedance</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure voltage once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">10.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure current once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0.50</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measured current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The following command sequence could be used to test channel mode with load previously defined and after the load impedance is lowered enough that output current reach programmed value. The OCP has to be disabled because previously defined 100ms delay does not give us enough time to execute the whole sequence for testing channel mode and output voltage and current values:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:MODE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;CV&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">The channel is in constant-voltage mode since output current is below previously programmed level</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check load value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check OCP status</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Disable OCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Decrease load impedance</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:MODE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check once again mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;CC&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Channel enters constant-current mode since I<span style=\"vertical-align: sub;\">max</span> = U / R = 10 / 4 = 2.5A and current is limited to the 1A</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure output current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Measure output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">4.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Output voltage is decreased since U = I * R = 1 * 4 = 4V</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The OCP will “trip” when output current reach programmed value and channel stay in the CC mode for more then programmed OCP delay time. To test that with e.g. the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html\"><span style=\"text-decoration: underline;\">software simulator</span></a> we’ll disable channel output first, enable OCP and when change channel output back to enabled state:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Disable channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check OCP status</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">OCP is not activated</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Enable OCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check programmed output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">10.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check programmed output current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1.00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check simulated load value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Enable channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check OCP status once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">OCP has been tripped</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check channel output state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Channel output is changed to OFF stated by the OCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The channel output state cannot be changed to enabled until any of protection is active. We have to clear protection first. If the same load that caused the first protection trip is still connected the channel output will be disabled immediately after the protection programmed delay time expired. Therefore we also have to disconnect load or disable protection. The later method will be used in the command sequence that follows:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">First attempt to enable channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">This attempt failed, the channel output remain disabled</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:PROT:CLE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Channel protections reset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Second to enable channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Channel output was enabled for a short time (100ms) and returns back to OFF state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Check OCP status</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">OCP has been tripped</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:PROT:CLE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Reset channel protections once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Disable OCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Third attempt to enable channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Output is finally enabled</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:MODE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;CC&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 73%;\">\n\t\t\t\t\t<p class=\"table_body\">Channel enters CC mode of operation </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">10.2. <a name=\"__RefHeading__270367_2069274779\"></a><a name=\"calibration\"></a>Voltage and current calibration<a name=\"__RefHeading__270367_2069274779\"></a></p>\n\t\t<p>For optimum calibration results the following condition are recommended:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">the calibration ambient temperature is stable and between 20 °C and 30 °C.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">ambient relative humidity is less than 80%.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Allow a one hour warm-up period before verification or calibration (use e.g. SYST:CHAN:INFO:ONT:LAST? or SYST:CPU:INFO:ONT:LAST? to get that info).</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Use short and thick cables to connect test setups.</li>\n\t\t</ul>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 6%;\">\n\t\t\t\t\t<p class=\"table_header\">Step</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 28%;\">\n\t\t\t\t\t<p class=\"table_header\">Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 65%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*RST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:RWL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Make sure that PSU is in remote mode and cannot be unlock from local console (TFT display)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST {CH1|CH2}; OUTP ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Select the channel to be calibrated and enable the channel output.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROT:STAT OFF</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT OFF</p>\n\t\t\t\t\t<p class=\"cmd_code\">POW:PROT:STAT OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Disable if required the voltage, current and power protections.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL ON, &quot;&lt;password&gt;&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">PSU enters calibration mode on the channel selected in step 1. Both voltage and current on the selected channel are set to the MINimum value. The VOLT? and CURR? commands can be optionally used here to test channel output values.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">6</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">For voltage calibration, connect a digital voltmeter (DVM) across the PSU’s output terminals.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT:LEV MIN</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Set the channel to the low-end (MIN) calibration point.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT 81.8MV</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Enter the reading you obtained from the external DVM.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT:LEV MID</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Set the channel to the middle (MID) calibration point.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT 19.68</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Enter the reading you obtained from the DVM.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">11</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT:LEV MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Set the channel to the high (MAX) calibration point.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">12</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:VOLT 39.2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Enter the reading you obtained from the DVM.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">13</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">For current calibration, connect current monitoring resistor (shunt) across the output terminals and connect the DVM across the shunt resistor. Its resistance has to be less then 5&#160;Ω and rated for 25&#160;W or more for measuring MAX current level. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">14</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Repeat step 7 through step 12 by substituting CURR for VOLT for current calibration. For example, CAL:CURR:LEV MIN.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL_CURR:RANG LOW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\"><span style=\"font-style: normal;\">Power board r5B12 only</span>: for low current range (i.e. 0&#160;–&#160;500&#160;mA) calibration use this command to change the range and repeat once again procedure mentioned in step 14.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:REM &quot;&lt;string&gt;&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Record calibration information such as next calibration due date for future reference. The calibration string may contain up to 40 characters. You don’t need to enter current date and time since that information will be recorded automatically.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">17</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:SAVE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Save to non-volatile memory new calibration data.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">18</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL OFF, &quot;&lt;password&gt;&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">PSU exit calibration mode. Both voltage and current on the selected channel are again set to the MINimum value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 6%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">19</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:REM</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 65%;\">\n\t\t\t\t\t<p class=\"table_body\">Enable local console unlock. Alternatively SYST:LOC can be executed to make local console enabled again.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">10.3. Working with profiles</p>\n\t\t<p>The following command sequence could be used to store current set of parameters to the profile location 4 in the non-volatile memory:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:VAL? 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Check to see if profile selected location is empty</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:NAME? 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">We can also check that by querying profile location name</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;--Not used--&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST CH1 </p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?;:CURR?;:OUTP? </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Examine currently programmed output values of the first channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0.00;0.00;0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST CH2</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?;:CURR?;:OUTP? </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Examine currently programmed output values of the second channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0.00;0.00;0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 12;:CURR 300mA</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 12;:CURR 300mA</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP 1;:OUTP 1, CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Reprogram both channel output values that will be stored as a new profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*SAV 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">All profile parameters is now storing on the selected location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:NAME? 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Check profile name</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:NAME 4, &quot;Dual 12V/300mA, Output ON&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Set the profile name (only ASCII characters are allowed!)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:NAME? 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Check the profile name once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;Dual 12V/300ma, Output ON&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>We can now turn the PSU off (when it enters the Stand-by mode) turn it on again and check some of the  programmed parameters:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">The PSU enters the Stand-by mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Returns back from the Stand-by mode. Please note that this command can be executed with the minimum of 5 seconds delay otherwise a -200,&quot;Execution error&quot; will be generated (you can check that with the SYST:ERR? command) </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?;:CURR?;:OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Query programmed voltage, current and output state of the currently selected channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0.00;0.00;0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Returned data indicate that previously saved values in profile number 4 were not used</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*RCL 4</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?;:CURR?;:OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Recall parameters from desired location and execute query once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">12.00;0.30;1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">The channel output values are now programmed using the selected profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>We can automate above mentioned process that channel profile parameters stored in non-volatile memory are using on power up. First we’ll check what is a current status of automatic recall and what profile will be used in the case of automatic recall:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:AUTO?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Query status of automatic profile recall during power on sequence</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Automatic recall is turned off</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:AUTO ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Turn on automatic recall</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:SEL?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Query which profile will be used when automatic recall is turned on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Selected profile was 0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:SEL 4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Change power on profile to 4</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Switch the PSU to the Stand-by mode once again</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Returns back from the Stand-by mode. Again wait at least 5 seconds before enters this command</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?;:CURR?;:OUTP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">Query programmed voltage, current and output state of the currently selected channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"cmd_code\">12.00;0.30;1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 66%;\">\n\t\t\t\t\t<p class=\"table_body\">The channel output values are programmed using the selected profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">10.4. Get identification info and self-test results</p>\n\t\t<p>The PSU’s identification information could be beneficial when more then one instrument are controlled. Additionally in the following example information about self-test will be queried:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*IDN?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Query identification string</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">EEZ,1/50/03-1/40/05 (Due),00001,M1.0.93</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">PSU with two different channels is identified, the  first channel is 0-50V/3A and the second is 0-40V/5A. Serial number is 00001, and firmware version M1.0.93</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*TST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Execute self-test and query result</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Self-test is passed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:TEST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Query additional information about self-test</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;1, EEPROM, installed, passed&quot;,&quot;1, Ethernet, installed, passed&quot;,&quot;1, RTC, installed, passed&quot;,&quot;1, DateTime, installed, passed&quot;,&quot;2, BP option, installed, skipped&quot;,&quot;1, CH1 IOEXP, installed, passed&quot;,&quot;1, CH1 DAC, installed, passed&quot;,&quot;1, CH1 ADC, installed, passed&quot;,&quot;1, CH2 IOEXP, installed, passed&quot;,&quot;1, CH2 DAC, installed, passed&quot;,&quot;1, CH2 ADC, installed, passed&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The self-test could be performed even when the PSU is in the Stand-by mode. We’ll first switch the PSU into the Stand-by mode. At the end of this example we are using additional diagnostic command that allows us to query information about channel’s ADC measurements.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">The PSU enters the Stand-by mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:TEST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Query additional information about self-test</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;1, EEPROM, installed, passed&quot;,&quot;1, Ethernet, installed, passed&quot;,&quot;1, RTC, installed, passed&quot;,&quot;1, DateTime, installed, passed&quot;,&quot;2, BP option, installed, skipped&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Only Arduino Shield +BP module diagnostic information is returned</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Returns back from the Stand-by mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:ADC?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">Additional information about currently selected channel ADC inputs</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"cmd_code\">&quot;U_SET=12.02 V&quot;,&quot;U_MON=12.00 V&quot;,&quot;I_SET=0.30 A&quot;,&quot;I_MON=0.00 A&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_body\">U_SET and I_SET are measured values of the DAC outputs, U_MON and I_MON are actual output values. I_MON is 0 because no load is connected. A small difference between set and actual output voltage exists because calibration data are currently in use.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_2\">10.5. Programming output voltage using the list of values</p>\n\t\t<p>The PSU comes with simple “arbitary waveform generator” functionality that can be accomplished using the LIST commands. The following example changes in the loop output voltage between five output values each half a second long while current is set to 3&#160;A.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST CH1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Select the channel that has to be programmed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:MODE LIST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Set voltage programming mode to the list of values</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:VOLT 5, 10, 20, 40, 0 </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Define sequence of output voltage (could be up to 256 steps)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:MODE LIST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Set current programming mode to the list of values.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:CURR 3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Only one output current value is defined. Single value or number of values equivalent to other parameters (LIST:VOLT and LIST:DWEL) is allowed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:DWEL 0.5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Only one value for the duration of each step is chosen. Single value or number of values equivalent to other parameters (LIST:VOLT and LIST:CURR) is allowed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:COUN INF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Repeat continuously LIST sequence</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR IMM</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Define type of trigger. In this case the list execution will start immediately after INIT command is received.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_body\">Start the trigger.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>Resulting output voltage and current waveform with connected load of 15&#160;Ω is shown on the picture below.</p>\n\t\t<p>&#160;</p>\n\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/scpi_example_list.png\">\t\t\t<img src=\"images/EEZ PSU SCPI reference 10 - Programming examples-scpi_example_list.png\" alt=\"scpi_example_list.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 84.67mm; height: 63.5mm;\"/>\n</a>\t\t</div>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 12 - SCPI commands summary.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.scpi4 { text-align: left; margin-left: 20mm; }\n\t\t\t.scpi5 { margin-left: 24.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">SCPI commands summary</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"table_header\">Common command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*CLS</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Clears all status data structures</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*ESE {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Programs the Standard Event Status Enable register bits</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*ESR?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reads the Standard Event Status Register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*IDN?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Returns the UNIQUE identification of the PSU</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*OPC</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Operation Complete Command used for program synchronization</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*RCL {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Recalls the PSU state stored in the specified storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*RST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reset PSU to the initial state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*SAV {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Stores the current PSU state in the specified storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*STB?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reads the Status Byte register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Generates a software trigger</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*TST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Returns Self-Test results</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\">*WAI</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"scpi0\">Waits until all pending commands are completed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI Command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">ABORt</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Resets the trigger system to the Idle state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi0\">Stops the internal data logging session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">CALibrate[:MODE] {&lt;bool&gt;, &lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables/disables calibration mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CLEar {&lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Clears all calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:DATA] {&lt;new value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enters the calibration value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LEVel {&lt;level&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Calibrates the output current programming</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:RANGe {&lt;range&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets current range for multiple current range model</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PASSword</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:NEW {&lt;old&gt;, &lt;new&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Changes calibration password</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:REMark {&lt;string&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Saves calibration information </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:SAVE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Saves the new cal constants in non-volatile memory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:STATe {&lt;bool&gt;, &lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VOLTage</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:DATA] {&lt;new value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enters the calibration value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LEVel {&lt;level&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Calibrates the output voltage programming</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">DIAGnostic</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:INFOrmation]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ADC?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns the latest values acquired by ADC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CALibration?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns a list of the calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FAN?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns status of the cooling fan.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns the information about all protections.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TEST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns results of the most recent self-test</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">DISPlay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:BRIGhtness {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets the intensity of the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:MODE {&lt;mode&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets the main page appearance</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:WINdow] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:STATe] {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets the front panel TFT display state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TEXT {&lt;message&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Displays a message on the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CLEar</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Clear a message on the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">INITiate</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Completes one full trigger cycle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DLOG {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables internal data log session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CONTinuous {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables/disables continuous transient triggers</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">INSTrument</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:SELect] {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Selects the output to be programmed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:COUPle</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi1\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TRACking {&lt;type&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi1\" style=\"margin-left: 0;\">Selects independent, parallel-tracking, or series-tracking mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DISPlay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TRACe[&lt;n&gt;] {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Selects output value on the specified display trace</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:SWAP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Swaps positions of selected output values</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:YT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:RATE {&lt;duration&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Selects YT view sample duration</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:NSELect {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Selects the output to be programmed </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">MEASure</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:SCALar]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:POWer</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average power</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TEMPerature</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:DC]? {&lt;sensor&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average temperature</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:VOLTage]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">MEMory</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:NSTates?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Returns total number of state storage memory locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:STATe</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CATalog?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Lists the names associated with all ten state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DELete {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Deletes the contents of a state storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ALL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Deletes the contents of all state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:NAME {&lt;profile&gt;, &lt;name&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Assigns a custom name to a state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:RECall</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:AUTO {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Specifies whether the power-down state is recalled from location 0 on power-on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">:SELect {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Specifies which PSU state will be used at power on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">:VALid? {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Determines whether a storage location contains a valid state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">MMEMory</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CATalog [&lt;directory&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns a list of items in the specified directory (folder)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LENgth [&lt;directory&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the number of items in the specified directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Changes the current directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:COPY {&lt;source&gt;}, {&lt;destination&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Copies &lt;source&gt; to &lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DATE? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns date that the specified file was last saved</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DELete {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Deletes an existing file</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DOWNload</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ABORt</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Aborts current download session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DATA :DATA {#&lt;length&gt;,&lt;encoding&gt;,&lt;block&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Downloads data from the host computer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FNAMe {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Creates or opens the specified filename for download data</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SIZE {&lt;filesize&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets information about file size used for progress bar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LOAD</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIST[&lt;n&gt;] {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Loads stored LIST to the specified channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROFile {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Loads stored user profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:STATe {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Loads the instrument setup</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LOCK {&lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets write protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:MDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Makes a new directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:MOVE {&lt;source&gt;}, {&lt;destination&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Moves or renames &lt;source&gt; to &lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:RDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Removes the specified directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:STORe</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIST[&lt;n&gt;] {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Saves specified channel LIST </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROFile {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Saves specified user profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:STATe {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Saves the instrument setup</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TIME? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns time that the specified file was last saved</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:UNLock {&lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Clears write protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:UPLoad? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Uploads data to the host computer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">OUTPut</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:STATe] {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables the specified output channel(s)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">TRIGgered {&lt;bool&gt;} [, &lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">Controls channel output state with trigger</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:MODE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the channel mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PROTection</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CLEar</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Resets latched protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:COUPle {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">Enables channel coupling for protection faults</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TRACk[:STATe] {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables channels to operate in the track mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">SIMUlator</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:EXIT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Closes simulator</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:GUI</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Starts simulator’s GUI</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LOAD {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets value of the virtual load</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>“Connects” virtual load to the channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PIN1 {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets value of the PIN1 input</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PWRGood {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the PWRGOOD signal state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:RPOL {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the RPOL signal state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TEMP {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the temperature sensor value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VOLT:PROG:EXT {&lt;voltage&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output voltage when channel is in external programming mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">SENSe</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:DC] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">RANGe[:UPPer] {&lt;range&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Selects a DC current measurement range</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">AUTO {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables seamless measurement auto ranging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FUNCtion</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CURRent {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables output current internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:POWer {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables output power internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:VOLTage {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables output voltage internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PERiod {&lt;time&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the sample period for internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TIME {&lt;time&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the sample duration for internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">[SOURce[&lt;n&gt;]] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:IMMediate][:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output current </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:STEP[:INCRement] {&lt;step&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the step of the current change</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TRIGgered [:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the triggered output current </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIMit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:POSitive][:IMMediate][:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output current limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the over-current protection (OCP) programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables over-current protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns status of over-current protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LIST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:COUNt</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the number of times that the list is executed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CURRent[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Specifies the current setting for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DWELl</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Specifies the dwell time for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:VOLTage[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Specifies the voltage setting for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LRIPple {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets low output ripple (noise) mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:AUTO {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets automatic changing to the low output ripple (noise) mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:POWer</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIMit {&lt;power&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output power limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the over-power protection (OPP) level</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the over-power protection programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables over-power protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns status of over-power protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VOLTage </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:IMMediate][:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output voltage </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:STEP[:INCRement] {&lt;step&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the step of the voltage change</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TRIGgered [:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"scpi4\" style=\"margin-left: 0;\">Sets the triggered output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIMit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:POSitive][:IMMediate][:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the output voltage limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROGram[:SOURce] {&lt;source&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets voltage programming source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the over-voltage protection (OVP) level</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the over-voltage protection (OVP) programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables over-voltage protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns status of over-voltage protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SENSe[:SOURce] {&lt;source&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets voltage sense inputs source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">STATus</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:OPERation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INSTrument[&lt;n&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ISUMmary&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Isummary Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PREset</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Presets all enable registers to power-on state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:QUEStionable</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INSTrument[&lt;n&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ISUMmary&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Isummary Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:ENABle {&lt;value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">SYSTem</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:BEEPer[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Issues a single beep immediately</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables beeper function</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:KEY</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:STATe {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables click tone for local control</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CAPability?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns an &lt;instrument_specifier&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CHANnel</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:COUNt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the number of output channels</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INFOrmation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:AHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">TOTal?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns channel’s total delivered energy in Ah</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CURRent?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns output current capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ONtime</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">LAST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns time passed after last output enable</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">TOTal?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns channel’s total active time</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:POWer?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns output power capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:PROGram?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns programmable features of the channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:VOLTage?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns output voltage capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:WHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">TOTal?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns channel’s total delivered energy in Wh</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:MODel?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the channel model identification</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:COMMunicate</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ENABle {&lt;bool&gt;, &lt;interface&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables the remote interface </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ETHernet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ADDRess {&lt;ip_address&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the static LAN (IP) address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DHCP {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables the use of the Dynamic Host Configuration Protocol (DHCP)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DNS &lt;ip_address&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the IP address of the DNS server.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:GATEway {&lt;ip_address&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the IP address of the default gateway</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:MAC?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the MAC address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:PORT {&lt;number&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the port number</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:SMASk {&lt;mask&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the static subnet mask</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:NTP {&lt;server&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Set s NTP service server address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:RLSTate {&lt;state&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Places the instrument in remote or local mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SERial</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:BAUD {&lt;speed&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the baud rate (speed)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:PARity {&lt;parity&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the parity mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">CPU</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INFOrmation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ETHernet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:TYPE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the type of Ethernet controller</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ONtime</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">LAST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns time passed after last power on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">TOTal?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns PSU’s total active time</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:TYPE?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the type of CPU</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:MODel?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the control board model identification</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:OPTion?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns information about installed options on the control board</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DATE {&lt;yyyy&gt;,&lt;mm&gt;,&lt;dd&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the date of the system clock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DIGital</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INPut:DATA? [&lt;pin&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Reads the state of the digital port pins</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:OUTPut:DATA [&lt;pin&gt;] {&lt;state&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the state of the digital port pins</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PIN&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:FUNCtion {&lt;function&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the selected pin’s function</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:POLarity {&lt;polarity&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the selected pin’s polarity</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TOUTput</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:BUS[:ENABle] {&lt;Bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables BUS-generated triggers on digital pins</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:ERRor</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:NEXT]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Queries and clears errors from the error queue</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:COUNt?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Queries the error/event queue for the number of unread items</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:INHibit?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Queries system inhibit state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:KLOCk</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Disables front panel [lock/unlock] icon</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LOCal</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Places the PSU in the local mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PASSword</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CALibration</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:RESet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Resets the calibration password to initial value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FPANel</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:RESet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Resets the front panel lock password to initial value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:NEW {&lt;old&gt;, &lt;new&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Changes system password</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:POWer {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enters the PSU into the Stand-by mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection:TRIP {&lt;bool&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enters the PSU into the Stand-by mode in case of protection trip</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:REMote</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Places the PSU in the remote mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:RWLock</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Places the PSU in the remote mode and disables front panel [lock/unlock] icon</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TEMPerature</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:HIGH]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">[:LEVel] {&lt;temperature&gt;[, &lt;sensor&gt;]}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the OTP value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:CLEar [, {&lt;sensor&gt;}]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Clears the latched protection status of the over-temperature protection (OTP)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:DELay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets time-out period</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi5\">[:TIME] {&lt;delay&gt;[, &lt;sensor&gt;]}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the OTP programming delay</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:STATe {&lt;bool&gt;[, &lt;sensor&gt;]}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables OTP on the selected temperature sensor </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi4\">:TRIPped? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns status of OTP activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TIME {&lt;hh&gt;,&lt;mm&gt;,&lt;ss&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the time of the system clock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DTS {rules}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Defines daylight saving time (DST) rules </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ZONE {zone}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Defines time zone</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VERSion?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Returns the SCPI version number</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">TRIGger</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:SEQuence]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:DELay {&lt;delay&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the time delay between the detection of a trigger event and the start of any corresponding trigger action</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:EXIT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CONDition {&lt;condition}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets channel’s condition when LIST execution stopped</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SOURce {&lt;source&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the trigger source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\">:SOURce {&lt;source&gt;}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the internal data logger trigger source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 2 - syntax and style.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.Text_body { margin-bottom: 2.12mm; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">2. <a name=\"_syntax and style\"></a>Syntax and style</p>\n\t\t<p>Throughout this document, the following conventions are used for the SCPI command syntax:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Square brackets ([]) indicate optional keywords or parameters. The braces are not sent with the command string.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Braces ({}) enclose parameters within a command string.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Triangle brackets (&lt;&gt;) indicate that you must substitute a value or a code for the enclosed parameter.</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">A vertical bar (|) separates one of two or more alternative parameters.</li>\n\t\t</ul>\n\t\t<p class=\"Heading_2\">2.1. Root Specifier</p>\n\t\t<p>When it precedes the first header of a message unit, the colon becomes the root specifier. It tells the command parser that this is the root or the top node of the command tree.</p>\n\t\t<p class=\"Heading_2\">2.2. Command termination</p>\n\t\t<p>A command string sent to the PSU must terminate with a &lt;new line&gt;character. A &lt;carriage return&gt;</p>\n\t\t<p>followed by a &lt;new line&gt;is also accepted. Command string termination will always reset the current SCPI command path to the root level.</p>\n\t\t<p class=\"Heading_2\">2.3. Command separators</p>\n\t\t<p>A colon (:) is used to separate a command keyword from a lower-level keyword as shown below:</p>\n\t\t<p class=\"cmd_code_single\">SOURce1:CURRent:PROTection:STATe</p>\n\t\t<p>A semicolon (;) is used to separate two commands within the same subsystem, and can also minimize typing. For example, sending the following command string,</p>\n\t\t<p class=\"cmd_code_single\">SOURce1:VOLTage 20;CURRent 300mA</p>\n\t\t<p>is the same as sending the following two commands:</p>\n\t\t<p class=\"cmd_code_Start\">SOURce1:VOLTage 20</p>\n\t\t<p class=\"cmd_code_End\">SOURce1:CURRent 1.5</p>\n\t\t<p>Use a colon and a semicolon to link commands from different subsystems. For example, in the following command string, an error is generated if you do not use the colon and semicolon:</p>\n\t\t<p class=\"cmd_code_Start\">SYSTem:BEEP;:SOURce1:CURRent 2.5</p>\n\t\t<p class=\"Heading_2\">2.4. Querying parameter settings</p>\n\t\t<p>You can query the value of most parameters by adding a question mark (?) to the command. For example, the following command sets the output voltage to 45.5V:</p>\n\t\t<p class=\"cmd_code_single\">VOLTage 45.5</p>\n\t\t<p>You can query the value by executing:</p>\n\t\t<p class=\"cmd_code_single\">VOLTage?</p>\n\t\t<p>If error is occurred use <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-system.html#syst_err\"><span style=\"text-decoration: underline;\">SYSTem:ERRor[:NEXT]?</span></a> to get more information about error.</p>\n\t\t<p class=\"Heading_2\">2.5. Using the MIN, MAX, and DEF Parameters </p>\n\t\t<p class=\"Text_body\">For many commands, you can substitute &quot;MIN&quot; or &quot;MAX&quot; in place of a parameter. In some cases you may also substitute &quot;DEF&quot;. For example, consider the following command: </p>\n\t\t<p class=\"Text_body\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate][:AMPLitude] {&lt;voltage&gt;|MIN|DEF|MAX|UP|DOWN}</p>\n\t\t<p class=\"Text_body\">Instead of selecting a specific value for the &lt;voltage&gt; parameter, you can substitute MIN to set the voltage to its minimum value, MAX to set the voltage to its maximum value, or DEF to set the voltage to its default value. For list of parameter values see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t<p class=\"Heading_2\">2.6. Command and message types</p>\n\t\t<p>SCPI commands can be divided to <span style=\"font-weight: bold;\">common</span> and <span style=\"font-weight: bold;\">subsystem</span> commands.</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Common commands are defined by the IEEE 488.2 standard to perform common interface functions. They begin with an * and consist of three letters (command) or three letters and a ? (query). Description of supported common commands can be found in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html\"><span style=\"text-decoration: underline;\">Section 4</span></a></li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Subsystem commands are specific to instrument (PSU in this case) functions. They can be a single command or a group of commands. The groups are comprised of commands that extend one or more levels below the root. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference.html\"><span style=\"text-decoration: underline;\">Section 5</span></a> for commands that is created in accordance to the SCPI 1999.0 standard. Commands that is not defined by SCPI 1999.0 is labeled &quot;unclassified&quot; and are presented in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-device-specific-unclassified-commands.html\"><span style=\"text-decoration: underline;\">Section 6</span></a></li>\n\t\t</ul>\n\t\t<p>There are two types of SCPI messages, <span style=\"font-weight: bold;\">program</span> and <span style=\"font-weight: bold;\">response</span>.</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">A program message consists of one or more properly formatted SCPI commands sent from the controller to the instrument. The message, which may be sent at any time, requests the instrument to perform some action.</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">A response message consists of data in a specific SCPI format sent from the instrument to the controller. The instrument sends the message only in response to a <span style=\"font-weight: bold;\">query</span> header.</li>\n\t\t</ul>\n\t\t<p class=\"Heading_2\">2.7. Required Commands</p>\n\t\t<p>The following commands are required in all SCPI instruments (see SCPI 1999.0 Section 4.2.1):</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"table_header\">&#160;</p>\n\t\t\t\t\t<p class=\"table_header\">Mnemonic</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI 1999.0 Command<br>Reference Section</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI 1999.0 Syntax<br>and Style Section</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi0\">:SYSTem</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi1\">:ERRor</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>21.8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:NEXT]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>21.8.3e</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>1996</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VERSion?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>19.16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>1991</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi0\">:STATus</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>18</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi1\">:OPERation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"scpi2\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ENABle</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi1\">:QUEStionable</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"scpi2\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ENABle</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PRESet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 34%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">2.7.1. Base functionality for the Power supply instrument class</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI Command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">OUTPut</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:STATe] &lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables the specified output channel(s)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\">[SOURce[&lt;n&gt;]]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:IMMediate][:AMPLitude] &lt;current&gt; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets the output current </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">VOLTage </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:IMMediate][:AMPLitude] &lt;voltage&gt; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets the output voltage </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>All SCPI power supplies shall implement the status reporting structure. STATus Subsystem defines the commands which shall be used to control the status reporting structure. </p>\n\t\t<p>For a power supply, the bits of interest in the QUEStionable status structure are VOLTage and CURRent. When a power supply is operating as a voltage source, bit 1 (CURRent) shall be set. When a power supply is operating as a current source, bit 0 (VOLTage) shall be set. When the output is unregulated, both bits shall be set (for example, while the output is changing to a new programmed value).</p>\n\t\t<p class=\"Heading_2\">2.8. Multiple Commands in a Message</p>\n\t\t<p>Multiple SCPI commands can be combined and sent as a single message with one message terminator. There are two important considerations when sending several commands within a single message:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Use a semicolon to separate commands within a message.</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">There is an implied header path that affects how commands are interpreted by the PSU.</li>\n\t\t</ul>\n\t\t<p>The header path can be thought of as a string that gets inserted before each command within a message. For the first command in a message, the header path is a null string. For each subsequent command the header path is defined as the characters that make up the headers of the previous command in the message up to and including the last colon separator. An example of a message with two commands is:</p>\n\t\t<p class=\"cmd_code_single\">OUTPut:STATe ON,CH1;PROTection:CLEar CH1</p>\n\t\t<p>which shows the use of the semicolon separating the two commands, and also illustrates the header path concept. Note that with the second command, the leading header OUTPut was omitted because after the OUTPut:STATe ON command, the header path became defined as OUTPut and thus the instrument interpreted the second command as:</p>\n\t\t<p class=\"cmd_code_single\">OUTPut:PROTection:CLEar CH1</p>\n\t\t<p>In fact, it would have been syntactically incorrect to include the OUTPut explicitly in the second command, since the result after combining it with the header path would be:</p>\n\t\t<p class=\"cmd_code_single\">OUTPut:OUTPut:PROTection:CLEar CH1</p>\n\t\t<p>which is incorrect.</p>\n\t\t<p>&#160;</p>\n\t\t<p>You can combine common commands (IEEE488) with subsystem commands in the same message. Treat the common command as a message unit by separating it with a semicolon (the message unit separator). Common commands do not affect the header path; you may insert them anywhere in the message.</p>\n\t\t<p class=\"cmd_code_single\">*TST?;SYSTem:ERRor?</p>\n\t\t<p class=\"Heading_2\">2.9. Moving Among Subsystems</p>\n\t\t<p>In order to combine commands from different subsystems, you need to be able to reset the header path to a null string within a message. You do this by beginning the command with a colon (:), which discards any previous header path. For example, you could clear the output protection and check the status of the Operation Condition register in one message by using a root specifier as follows:</p>\n\t\t<p class=\"cmd_code_single\">OUTPut:PROTection:CLEar CH1;:STATus:OPERation:CONDition?</p>\n\t\t<p>The following message shows how to combine commands from different subsystems as well as within the same subsystem:</p>\n\t\t<p class=\"cmd_code_single\">SOURce1:VOLTage:LEVel 7.5;:VOLTage:PROTection:DELay 10;:CURRent:LEVel 0.5</p>\n\t\t<p>Note the use of the optional header LEVel to maintain the correct path within the subsystems, and the use of the root specifier to move between subsystems.</p>\n\t\t<p class=\"Heading_2\">2.10. SCPI parameter types</p>\n\t\t<p>The SCPI language defines several different data formats to be used in program messages and response messages:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p>Numeric</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p>Commands that require numeric parameters will accept all commonly used representations of numbers like integer (also known as NR1 format specified in ANSI X3.42-1990) or decimal representations of numbers including optional signs, decimal points (NR2 format), and scientific notation (i.e. 10E3 or NR3 format). Special values for numeric parameters like MINimum, MAXimum, and DEFault are also accepted. You can also send engineering unit suffixes (V, A, or SEC) with numeric parameters. If only specific numeric values are accepted, the PSU will automatically round the input numeric parameters. The following command uses a numeric parameter:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">VOLT:STEP {&lt;step&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p>Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p>Used to program settings that have a limited number of values such as BUS and IMM or CH1 and CH2. Query responses will always return the short form in all uppercase letters. The following command uses discrete parameters:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CAL:CURR:LEV {MIN|MID|MAX}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p>Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p>Represent a single binary condition that is either true or false. For a false condition, the PSU will accept OFF or 0. For a true condition, the PSU will accept ON or any nonzero value (i.e. 1 but also 2.34 or -3). When you query a Boolean setting, the PSU will always return 0 or 1. The following command uses a Boolean parameter:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">OUTP {OFF|ON}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p>String </p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p>Can contain virtually any set of ASCII characters. A string must begin and end with matching quotes, either with a single quote or with a double quote. You can include the quote delimiter as part of the string by typing it twice without any characters in between. The following command uses a string parameter:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CAL:REM &lt;quoted string&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"5\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p>Data block</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p>#&lt;length-digits&gt;&lt;length&gt;&lt;block&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p>&lt;length-digits&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&lt;length&gt; number of digits (e.g. 2 for two digit number)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p>&lt;length&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Limited only with available space on SD card</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p>&lt;block&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Only exact size is allowed as defined with &lt;length&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 86%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Downloads text <span style=\"font-style: italic;\">Hello world</span> and store into the file &quot;test file&quot; in the current directory. Digit 2  denotes two digits of data length (11).</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">MMEM:DOWN:FNAM &quot;test file&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DOWN:DATA <span style=\"font-weight: bold;\">#211Hello world</span></p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DOWN:FNAM &quot;&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 3 - registers and queue.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Caption { text-align: center; margin-top: 2.12mm; margin-bottom: 2.12mm; font-size: 10.0pt; font-style: italic; }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">3. <a name=\"_registers and queues\"></a>Registers and queues</p>\n\t\t<p>SCPI requires the status mechanism described in Section 11 of IEEE 488.2, including full implementation of the status register structure. Summary of implemented registers structure for the PSU is shown on Fig. 1. (commands used to access registers are written in parentheses).</p>\n\t\t<p>&#160;</p>\n\t\t<p>All SCPI instruments have to implement status registers in the same way. The status system records various instrument conditions in the following register groups: </p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">the Status Byte register, </li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">the Standard Event register, </li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">the QUEStionable Status register group, and </li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">the OPERation Status register group. </li>\n\t\t</ul>\n\t\t<p>The Status Byte register records high-level summary information reported in the other register groups.</p>\n\t\t<p>Message interchanging between Controller and Instrument is accomplished by using input buffer and Output queue and Error queue. The length of the Input buffer is 48 characters. Both Output and Error queue can handle up to 20 messages.</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/status_structure_registers_v1.1.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 3 - registers and queue-status_structure_registers_v1.1.png\" alt=\"status_structure_registers_v1.1.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 170mm; height: 155.01mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 1: Summary of status structure registers</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_2\">3.1. <a name=\"__RefNumPara__5224_1776698109\"></a><a name=\"__RefHeading__5462_1776152697\"></a><a name=\"std_even_stat_reg\"></a>Standard Event Status Register<a name=\"__RefNumPara__5224_1776698109\"></a><a name=\"__RefHeading__5462_1776152697\"></a></p>\n\t\t<p>An status register group is consist of Condition, Event and Enable registers (see Fig. 1):</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">The Condition register is a read-only register, which holds the live (unlatched) operational status of the instrument. Reading the Condition register does not clear it.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">The Event register is a read-only that reports defined conditions within the PSU. Bits in an event register are latched. Once an event bit is set, subsequent state changes are ignored. Bits in the Event register are automatically cleared by a query of that register (such as *ESR? or STATus:QUEStionable:EVENt?) or by sending the *CLS (clear status) command. A reset (*RST) or device clear will <span style=\"font-style: italic;\">not</span> clear bits in event registers (See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#reset_settings\"><span style=\"text-decoration: underline;\">Section 8.2</span></a>). Querying an event register returns a decimal value which corresponds to the binary-weighted sum of all bits set in the register.</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">The ENABle register is used to define which bits of the Event Status register will latch ESB (bit 5) of the Status byte register. </li>\n\t\t</ul>\n\t\t<p>An error status (bit 2, 3, 4 or 5) records one or more errors in the PSU error queue. The SYSTem:ERRor? command can be used to read the error queue. </p>\n\t\t<p>&#160;</p>\n\t\t<p>Implementation of the Standard Event Status register follows IEEE 488.2 Section 11.5.1.1:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Operation Complete (OPC) – This event bit is generated in response to the *OPC command. It indicates that the PSU has completed all selected pending operations (including *OPC).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Query ERROR (QYE) – Query Errors are detected by the Output Queue Control. This event bit indicates that either</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">An attempt is being made to read data from the Output Queue when no output is either present or pending, or</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Data in the Output Queue has been lost.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>Events that generate Query Errors do not generate Execution Errors, Command Errors, or Device-Specific Errors.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Device-Specific ERROR (DDE) – This event bit indicates that an error has occurred that is neither a Command Error, a Query Error, nor an Execution Error. A Device-Specific Error is any executed device operation that did not properly complete due to some condition, such as over-range, a self-test or calibration error.</p>\n\t\t\t\t\t<p>Following a Device-Specific Error, the PSU will continue to process the input stream.</p>\n\t\t\t\t\t<p>Events that generate Device-Specific Errors do not generate Command Errors, Query Errors, or Execution Errors.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Execution ERROR (ERR) – This event bit indicates that:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">A &lt;PROGRAM DATA&gt; element following a header was evaluated by the PSU as outside of its legal input range or is otherwise inconsistent with the PSU’s capabilities.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">A valid program message could not be properly executed due to some PSU condition.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>Following an Execution Error, the PSU will continue parsing the input stream. Execution Errors will be reported by the PSU after rounding and expression evaluation operations have taken place. Rounding a numeric data element, for example, will not be reported as an Execution Error.</p>\n\t\t\t\t\t<p>Events that generate Execution Errors do not generate Command Errors, Query Errors, or Device-Specific Errors.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">32</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Command ERROR (CME) – Command Errors are detected by the parser. This event bit indicates that one of the following events has occurred:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">An IEEE 488.2 syntax error has been detected by the parser. That is, a controller-to-device message was received that is in violation of this standard. Possible violations include a data element that violates the device listening formats or whose type is unacceptable to the device (see also IEEE 488.2 Section 7.1.2.2).</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">A semantic error has occurred indicating that an unrecognized header was received. Unrecognized headers include incorrect device-specific headers and incorrect or unimplemented common commands described in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html\"><span style=\"text-decoration: underline;\">Section 4</span></a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>When the PSU detects a Command Error, parser synchronization may be lost.</p>\n\t\t\t\t\t<p class=\"note\">When a Command Error is detected, any prior parsable elements of the same &lt;PROGRAM MESSAGE&gt; will be executed. That is also true for all parsable elements that follows after detected Command Error.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The Command Error bit not be set to report any other device-specific condition. Events that are reported as Command Errors cannot be reported as Execution Errors, Query Errors, or Device-Specific Errors.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">6</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">64</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>User Request (URQ) – This event bit indicates that the PSU input device (TFT Touch screen) has been for any reason activated. The setting of this event-bit occur regardless of the IEEE 488.1 Remote/Local state of the device (<span style=\"font-style: italic;\">not implemented yet</span>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">128</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Power On (PON) – This event bit indicates that an off-to-on transition has occurred in the device’s power supply. See also SYSTem:POWer.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_2\">3.2. <a name=\"__RefNumPara__7055_1776698109\"></a><a name=\"__RefHeading__6866_1044300784\"></a><a name=\"stat_byte_reg\"></a>Status Byte Register<a name=\"__RefNumPara__7055_1776698109\"></a><a name=\"__RefHeading__6866_1044300784\"></a></p>\n\t\t<p>The Status Byte summary register reports conditions from the other status registers (see Fig. 1). Query data that is waiting in the PSU’s output buffer is immediately reported through the &quot;Message Available&quot; (MAV) bit (bit 4) of the Status Byte register. Bits in the summary register are NOT latched. Clearing an event register will clear the corresponding bits in the Status Byte summary register. Reading all messages in the output buffer, including any pending queries, will clear the message available bit (MAV).</p>\n\t\t<p>The Status Byte summary register is cleared when the *CLS (clear status) command has been executed.</p>\n\t\t<p>The Status Byte enable register (request service) is cleared when the *SRE 0 command has been executed.</p>\n\t\t<p>Querying the Standard Event register (*ESR? command) will clear only bit 5 (ESR) in the Status Byte summary register. For example, 24 (8 + 16) is returned when you have queried the status of the Status Byte register, QUES and MAV conditions have occurred.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>ERR – Error queue bit indicates that one or more errors have been stored in the Error queue.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>QUES – One or more bits are set in the QUEStionable Status register (bits must be enabled in the enable register).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>MAV – The Message Available bit indicates whether or not the Output Queue is empty. Whenever the device is ready to accept a request by the controller to output data bytes, the MAV is TRUE. The MAV is FALSE when the Output Queue is empty.</p>\n\t\t\t\t\t<p>This bit is used to synchronize information exchange with the controller. The controller can, for example, send a query command to the device and then wait for MAV to become TRUE. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">32</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>ESB – One or more bits are set in the Standard Event register (bits must be enabled in the enable register, see *ESE command).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">6</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">64</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>MMS – Master Status summary bit indicates that one or more bits are set in the Status Byte Register (bits must be enabled, see *SRE command). Also used to indicate a request for service (RQS).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">128</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>OPER – One or more bits are set in the OPERation Status register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">3.3. <a name=\"__RefHeading__15450_670294931\"></a><a name=\"oper_stat_reg\"></a>OPERation Status Register<a name=\"__RefHeading__15450_670294931\"></a></p>\n\t\t<p>The OPERation status register contains conditions which are part of the instrument’s normal operation.</p>\n\t\t<p>Each channel of the PSU is considered as separate &quot;instrument&quot;. The two logical outputs (channels) of the PSU include an INSTrument summary status register and an individual instrument ISUMmary register for each logical output. </p>\n\t\t<p>The bit definition of OPERation Status register shown on Fig.1.:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">256</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>COUPle PARAllel indicate that PSU’s channels are connected in parallel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">512</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>COUPle SERial indicate that PSU’s channels are connected in serial.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1024</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Internal data logging is in progress.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">11 – 12 </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">13</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8192</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INSTrument Summary Bit – One of n multiple logical instruments is reporting OPERational status.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">14 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The Event Status Enable register is cleared when the STAT:EVEN:ENAB 0 command is executed. The *CLS command can be also used to clear the register.</p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/operation_status_registers.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 3 - registers and queue-OPERation status registers.png\" alt=\"OPERation status registers.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 170mm; height: 102.62mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 2: OPERation Status registers summary</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">3.3.1. <a name=\"__RefHeading__15452_670294931\"></a><a name=\"oper_inst_stat_reg\"></a>Operation INSTrument Status register<a name=\"__RefHeading__15452_670294931\"></a></p>\n\t\t<p>The bit definition of OPERation INSTrument Status register shown on Fig.2.:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INST1 – Instrument1 summary bit indicate that one or more bits are changed in the Channel 1 OPERation INSTrument Summary register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INST2 – Instrument2 summary bit indicate that one or more bits are changed in the Channel 2 OPERation INSTrument Summary register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">3.3.2. <a name=\"__RefHeading__15454_670294931\"></a><a name=\"oper_isum_stat_reg\"></a>Operation Instrument SUMmary status register<a name=\"__RefHeading__15454_670294931\"></a></p>\n\t\t<p>The ISUMmary registers report to the INSTrument register, which in turn reports to bit 13 of the Operation Status register. This is illustrated on Fig. 2. Using such a status register configuration allows a status event to be cross- referenced by output channel and type of event. The INSTrument register indicates which channel(s) have generated an event. The ISUMmary register represent a pseudo-operation Status register for a particular logical output.</p>\n\t\t<p>&#160;</p>\n\t\t<p>The bit definition of OPERation INSTrument ISUMmary Status register shown on Fig.2.:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>CALibrating – Channel is performing calibration</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>MEASuring – Channel is performing measurement (<span style=\"font-style: italic;\">not implemented yet)</span></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">32</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Waiting for TRIGger – Channel is waiting for the trigger event</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">6 – 7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">256</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>CV – Channel is entered CV operation mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">512</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>CC – Channel is entered CC operation mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1024</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>OE – Output is switched off</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">11</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2048</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>DP – Down-programmer is switched off</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">12</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4096</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>RSENSE – Remote voltage sense is switched on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">13</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8192</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>RPROG – Remote voltage programming is switched on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">14 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">3.4. <a name=\"__RefHeading__16609_670294931\"></a><a name=\"ques_stat_reg\"></a>QUEStionable Status Register<a name=\"__RefHeading__16609_670294931\"></a></p>\n\t\t<p>The Questionable Status register provides information about unexpected operations of the PSU. Each channel of the PSU is considered as separate &quot;instrument&quot;. The two logical outputs (channels) of the PSU include an INSTrument summary status register and an individual instrument ISUMmary register for each logical output. </p>\n\t\t<p>The ISUMmary registers report to the INSTrument register, which in turn reports to bit 13 of the Questionable Status register. This is illustrated on Fig. 3. Using such a status register configuration allows a status event to be cross-referenced by output channel and type of event. The INSTrument register indicates which channel(s) have generated an event. The ISUMmary register represent a pseudo-Questionable Status register for a particular logical output.</p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/questionable_instrument_registers_m2.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 3 - registers and queue-QUEStionable INSTrument registers_M2.png\" alt=\"QUEStionable INSTrument registers_M2.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 170mm; height: 104.46mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 3: QUEStionable INSTrument registers summary</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p>For example, if one of the two channels is in constant voltage (CV) mode and due to an overload looses regulation, bit 13 is set (latched). To read the register, the command STATus:QUEStionable? is required. To make use of bit 13 (ISUM), enable register must be correctly set. The command STAT:QUES:INST:ENAB 6 (2 + 4) has to be send to enable the Questionable instrument register, followed by the command STAT:QUES:INST:ISUM&lt;n&gt;:ENAB 19 for each channel to enable the QUEStionable INSTrument SUMmary register, where n is 1 or 2.</p>\n\t\t<p>&#160;</p>\n\t\t<p>Bit definition for QUEStionable Status register shown on Fig.1.:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>TIME – indicate abnormal time/date situation due to RTC failure or conflict between current and time/date retrieved from the stored configuration.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>TEMPerature – temperature measurement that use the AUX temperature sensor on the Arduino Shield board require attention (i.e. over-temperature condition is detected, sensor is not functional, etc.). </p>\n\t\t\t\t\t<p class=\"note\">Do not confuse this sensor with that are connected to a PSU channels.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5 – 11</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">12</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4096</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>FAN – cooling fan failure is detected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">13</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8192</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INSTrument summary, is described later in this chapter in association with multiple logical instruments.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">14 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>The Questionable Status Enable register is cleared when the STAT:QUES:ENAB 0 command is executed. The *CLS command can be also used to clear the register.</p>\n\t\t<p class=\"Heading_3\">3.4.1. <a name=\"__RefNumPara__35965_1442645923\"></a><a name=\"__RefHeading__17188_670294931\"></a><a name=\"ques_inst_stat_reg\"></a>Questionable INSTrument Status register<a name=\"__RefNumPara__35965_1442645923\"></a><a name=\"__RefHeading__17188_670294931\"></a></p>\n\t\t<p>Bit definition for QUEStionable INSTrument register:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INST1 – Instrument1 summary bit indicate that one or more bits are changed in the Channel 1 OPERation INSTrument Summary register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>INST2 – Instrument2 summary bit indicate that one or more bits are changed in the Channel 2 OPERation INSTrument Summary register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">3.4.2. <a name=\"__RefHeading__17192_670294931\"></a><a name=\"__RefNumPara__35967_1442645923\"></a><a name=\"ques_isum_stat_reg\"></a>Questionable Instrument SUMmary status register<a name=\"__RefHeading__17192_670294931\"></a><a name=\"__RefNumPara__35967_1442645923\"></a></p>\n\t\t<p>There are two questionable instrument summary registers, one for each PSU output. These registers provide information about voltage and current regulation. </p>\n\t\t<p>Bit definition for QUEStionable INSTrument SUMmary register:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 11%;\">\n\t\t\t\t\t<p class=\"table_header\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\">Decimal value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #ffcc00; width: 78%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>VOLTage – This bit is set when the voltage becomes unregulated, therefore a channel enters CC operation mode.</p>\n\t\t\t\t\t<p class=\"note\">If the over-voltage protection (OVP) is activated (see VOLTage:PROTection:STATe) channel output will be switched off. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>CURRent – This bit is set when the current becomes unregulated, therefore a channel enters CV operation mode.</p>\n\t\t\t\t\t<p class=\"note\">If the over-current protection (OCP) is activated (see CURRent:PROTection:STATe) channel output will be switched off.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2 – 3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>TEMPerature – the temperature sensor on the channel power board require attention (i.e. over-temperature condition is detected, sensor is not functional, etc.). </p>\n\t\t\t\t\t<p class=\"note\">Do not confuse this sensor with one that is connected to the Arduino shield board.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5 – 6</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">7</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">128</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>RPOL – Remote sense reverse polarity is detected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">256</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>OVP – Over-voltage protection is activated. The query VOLT:PROT:TRIP? returns value of this bit. See also STAT:QUES.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">512</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>OCP – Over-current protection is activated. The query CURR:PROT:TRIP? returns value of this bit. See also STAT:QUES.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1024</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>OPP – Over-power protection is activated. The query POW:PROT:TRIP? returns value of this bit. See also STAT:QUES.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">11 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 78%;\">\n\t\t\t\t\t<p>Not used, always zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"note\">Please note here that CURRent bit is use for questionable Voltage operating mode and vice versa.</p>\n\t\t<p class=\"note\">If 0 and 1 bits is true that indicate neither the voltage nor the current is regulated (so-called unregulated or UR mode), and both bits false indicate the PSU channel are off.</p>\n\t\t<p>&#160;</p>\n\t\t<p>To read the register for each PSU channel, the command STAT:QUES:INST:ISUM[&lt;n&gt;]? has to be send, where [&lt;n&gt;] is 1 or 2. If [&lt;n&gt;] is not specified the currently selected channel is used.</p>\n\t\t<p>Use STAT:QUES:INST:ISUM&lt;n&gt;:COND? to determine operating mode (CV or CC) for the PSU channel (where n is 1 or 2 depending on the output). </p>\n\t\t<p>The Questionable Status event register is cleared with:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">the *CLS (clear status) command or</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">the event register is queried using the STAT:QUES? (status questionable event register) command.</li>\n\t\t</ul>\n\t\t<p class=\"Heading_2\">3.5. <a name=\"err_queue\"></a>Error queue</p>\n\t\t<p>The error queue contains items that include a numerical and textual description of the error or event.</p>\n\t\t<p>The &lt;Error/event_number&gt; is a unique integer in the range [-32&#160;768, 32&#160;767]. All positive numbers are instrument-dependent. All negative numbers are reserved by the SCPI standard with certain standard error/event codes. The value, zero, is also reserved to indicate that no error or event has occurred.</p>\n\t\t<p>The second parameter of the full response is a quoted string containing an &lt;Error/event_description&gt;. Each &lt;Error/event_number&gt; has a unique and fixed &lt;Error/event_description&gt; associated with it. An example:</p>\n\t\t<p class=\"cmd_code_single\">-113,&quot;Undefined header&quot;</p>\n\t\t<p>The maximum string length of &lt;Error/event_description&gt; plus &lt;Device-dependent_info&gt; is 255 characters. List of all error/event messages can be found in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html\"><span style=\"text-decoration: underline;\">Section 7</span></a> of this document.</p>\n\t\t<p>&#160;</p>\n\t\t<p>As errors and events are detected, they are placed in a queue. This queue is first in, first out. If the queue overflows, the last error/event in the queue is replaced with error:</p>\n\t\t<p class=\"cmd_code_single\">-350,&quot;Queue overflow&quot;</p>\n\t\t<p>Any time the queue overflows, the least recent errors/events remain in the queue, and the most recent error/event is discarded. Reading an error/event from the head of the queue removes that error/event from the queue, and opens a position at the tail of the queue for a new error/event, if one is subsequently detected.</p>\n\t\t<p>&#160;</p>\n\t\t<p>If the error queue is not empty, bit 2 of the Instrument Summary Status Register is set. A query returns only the oldest error code and associated error description information from the error queue. To return all error codes and associated description information, use repetitive queries until an error value of zero is returned, or until bit 2 of the status register is 0.</p>\n\t\t<p>The error queue is cleared when any of the following occur (IEEE 488.2, section 11.4.3.4):</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Upon power up</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Upon receipt of a *CLS command</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Upon reading the last error message from the queue</li>\n\t\t</ul>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 4 - common comand reference.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">4. <a name=\"__RefHeading__6099_1338916529\"></a><a name=\"_ieee488\"></a>Common command reference<a name=\"__RefHeading__6099_1338916529\"></a></p>\n\t\t<p>This section summarizes the mandatory subset of IEEE 488.2 commands required for any SCPI compliant instrument.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"table_header\">Common command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#cls\"><span style=\"text-decoration: underline;\">*CLS</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Clears all status data structures</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#ese\"><span style=\"text-decoration: underline;\">*ESE {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Programs the Standard Event Status Enable register bits</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#esr\"><span style=\"text-decoration: underline;\">*ESR?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reads the Standard Event Status Register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#idn\"><span style=\"text-decoration: underline;\">*IDN?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Returns the UNIQUE identification of the PSU</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#opc\"><span style=\"text-decoration: underline;\">*OPC</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Operation Complete Command used for program synchronization</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#rcl\"><span style=\"text-decoration: underline;\">*RCL {&lt;profile&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Recalls the PSU state stored in the specified storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#rst\"><span style=\"text-decoration: underline;\">*RST</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reset PSU to the initial state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#sav\"><span style=\"text-decoration: underline;\">*SAV {&lt;profile&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Stores the current PSU state in the specified storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#sre\"><span style=\"text-decoration: underline;\">*</span></a><a href=\"#sre\"><span style=\"text-decoration: underline;\">SRE</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Enables bits in the Status Byte enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#stb\"><span style=\"text-decoration: underline;\">*STB?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Reads the Status Byte register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#trg\"><span style=\"text-decoration: underline;\">*TRG</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Generates a software trigger</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#tst\"><span style=\"text-decoration: underline;\">*TST?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p>Returns Self-Test results</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#wai\"><span style=\"text-decoration: underline;\">*WAI</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 75%;\">\n\t\t\t\t\t<p class=\"scpi0\">Waits until all pending commands are completed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.1. <a name=\"cls\"></a>*CLS</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Clear Status Command. This command clears all status data structures in the PSU:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Standard Event Status Register</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OPERation Event Status Register</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">QUEStionable Event Status Register</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Error/Event Queue</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">The corresponding condition and enable registers are unaffected. If *CLS immediately follows a program message terminator (&lt;NL&gt;), then the output queue and the MAV bit are also cleared. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*ESR?</p>\n\t\t\t\t\t<p>STATus:OPERation[:EVENt]</p>\n\t\t\t\t\t<p>STATus:OPERation:INSTrument[:EVENt]</p>\n\t\t\t\t\t<p>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]</p>\n\t\t\t\t\t<p>STATus:QUEStionable[:EVENt]</p>\n\t\t\t\t\t<p>STATus:QUEStionable:INSTrument[:EVENt]</p>\n\t\t\t\t\t<p>STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]</p>\n\t\t\t\t\t<p>SYSTem:ERRor</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.2. <a name=\"ese\"></a>*ESE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*ESE {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">*ESE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Standard Event Status Enable Command. This command sets the Standard Event Status Enable register bits in the PSU. Those settings determine which events of the Standard Event Status Event register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#esr\"><span style=\"text-decoration: underline;\">*ESR?</span></a>) are allowed to set the ESB (Event Summary Bit) of the Status Byte register. A 1 in the bit position enables the corresponding event. All of the enabled events of the Standard Event Status Event Register are logically ORed sets the Event Summary Bit (ESB) of the Status Byte Register.</p>\n\t\t\t\t\t<p>A STATus:PRESet command does not clear the bits in the Status Byte register.</p>\n\t\t\t\t\t<p>See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a> in this document.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 11%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p>0 – 255 (A decimal value which corresponds to the binary-weighted sum of the bits in the register. See also table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>The query reads the enable register and returns a decimal value which corresponds to the binary-weighted sum of all bits set in the register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>To enable bit 2 (decimal value = 4), bit 3 (decimal value = 8), and bit 7 (decimal value = 128), the corresponding decimal value would be 140 (4 + 8 + 128):</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">*ESE 140</p>\n\t\t\t\t\t<p>Read value of the Standard Event Status Enable register:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">*ESE?</p>\n\t\t\t\t\t<p class=\"cmd_code\">140</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-200,&quot;Execution error&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>*ESR</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>STATus:PRESet</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.3. <a name=\"esr\"></a>*ESR?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*ESR?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Standard Event Status Register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#stat_byte_reg\"><span style=\"text-decoration: underline;\">Section 3.2</span></a>) Query. Reading the Standard Event Status Event register clears it.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>If ERRor (bit 2) is set:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">ESR?</p>\n\t\t\t\t\t<p class=\"cmd_code\">4</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.4. <a name=\"idn\"></a>*IDN?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*IDN?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Identification query for the UNIQUE identification of the PSU. (see also IEEE 488.2 10.14).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>The following system parameters will be displayed: &lt;vendor&gt;, &lt;model&gt;, &lt;serial number&gt;, &lt;firmware&gt;. The &lt;model&gt; include information about the CPU in use in brackets and could be <span style=\"font-style: italic;\">Due</span> or <span style=\"font-style: italic;\">Simulator</span>. More information about the simulator can be found in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html\"><span style=\"text-decoration: underline;\">Section 9</span></a>.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*IDN?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">Envox,EEZ H24005 (Due),CS17001,v1.1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.5. <a name=\"opc\"></a>*OPC</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*OPC</p>\n\t\t\t\t\t<p class=\"cmd_root\">*OPC?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Operation Complete Command. The command is mainly used for program synchronization. It causes the PSU to set the OPC bit (bit 0) of the Standard Event Status register when the PSU has completed all pending operations *OPC. Pending operations are complete when:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">All commands sent before *OPC is received, including paralleled commands, have been completed. Most commands are sequential and are completed before the next command is executed. Commands that affect output voltage, current, or state, relays, and trigger actions are executed in parallel with subsequent commands. *OPC provides notification that all parallel commands have completed.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">All triggered actions are completed.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>Query whether the current operation is completed and the query returns 1.</p>\n\t\t\t\t\t<p>See also IEEE 488.2 Section 12.5 – 12.8. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Query causes the PSU to place a 1 in the output buffer when all pending operations are completed. *OPC? does not suspend processing of commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*OPC?</p>\n\t\t\t\t\t<p class=\"cmd_code_End\">1</p>\n\t\t\t\t\t<p>if current operation is not completed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">*OPC?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.6. <a name=\"rcl\"></a>*RCL</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*RCL {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>This command recalls the PSU state stored in the specified storage location. The PSU has ten storage locations in non-volatile memory to store PSU states.</p>\n\t\t\t\t\t<p>It is not possible to recall the PSU state from a storage location that is empty or was deleted (Error 400 will be generated). When the firmware is started for the first time, storage locations 1 through 9 are empty (location 0 has the power-on state).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">The PSU uses location 0 to automatically save the state of the PSU at power down.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 9 </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*RCL 2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">400,<a name=\"__DdeLink__91056_114573492\"></a>&quot;<a name=\"__DdeLink__91056_114573492\"></a>Cannot load empty profile&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEMory:STATe:DELete</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:AUTO</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:SELect</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.7. <a name=\"rst\"></a>*RST</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*RST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Reset Command. Restores the PSU to its initial state (as predefined in the PSU firmware, see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#reset_settings\"><span style=\"text-decoration: underline;\">Section 8.2</span></a>) and clears the error queue. The reset command does NOT affect calibration data, nor any of saved configuration profiles (0 to 9). </p>\n\t\t\t\t\t<p>When *RST is issued, all outputs are set to OFF, and voltage and current are programmed to 0. The power up sequence is started. All SPI peripherals are reinitialize except the controller if an active Ethernet connection exists.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*RST</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEMory:RECall:AUTO</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">*RST</p>\n\t\t\t\t\t<p class=\"Default_ntt\">*SAV</p>\n\t\t\t\t\t<p class=\"Default_ntt\">MEMory:STATe:CATalog?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.8. <a name=\"sav\"></a>*SAV</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*SAV {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">This command stores the current instrument state in the specified storage location. Any state previously stored in the same location is overwritten without generating any errors. The PSU has nine storage locations in non-volatile memory which are available to the user for storing PSU states. The following channel and system parameters are  stored in the non-volatile memory:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Calibration status (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-calibrate.html#cal_stat\"><span style=\"text-decoration: underline;\">CALibration:STATe</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output enable state (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-output.html#outp\"><span style=\"text-decoration: underline;\">OUTPut[:STATe]</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output track state (OUTPut:TRACk[:STATe])</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Channel coupling state (INSTrument:COUPle:TRACking)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Low ripple state (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_lrip\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:LRIPple</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Low ripple auto mode (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_lrip_auto\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:LRIPple:AUTO</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Remote sense state (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt_sens\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage:SENSe[:SOURce]</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output voltage (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output voltage limit (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt_lim\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage:LIMit</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output voltage step (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt_step\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage:STEP</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OVP status (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr_prot_stat\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OVP delay (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt_prot_del\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output current (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output current limit (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr_lim\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent:LIMit</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output current step (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr_step\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent:STEP</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OCP status (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr_prot_stat\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OCP delay (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr_prot_del\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Output power limit (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_pow_lim\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:POWer:LIMit</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OPP level (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_pow_prot\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel]</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OPP status (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_pow_prot_stat\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OPP delay (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt_prot_del\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:POWer:PROTection:DELay</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OTP level (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-system.html#syst_temp_prot\"><span style=\"text-decoration: underline;\">SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OTP status (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-system.html#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\">SYSTem:TEMPerature:PROTection[:HIGH]:STATe</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OTP delay (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-system.html#syst_temp_prot_del\"><span style=\"text-decoration: underline;\">SYSTem:TEMPerature:PROTection[:HIGH]:DELay</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Power on state (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-system.html#syst_pow\"><span style=\"text-decoration: underline;\">SYSTem:POWer</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Simulator load value (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html#simu_load\"><span style=\"text-decoration: underline;\">SIMUlator:LOAD</span></a>)</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Simulator load connection (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html#simu_load_stat\"><span style=\"text-decoration: underline;\">SIMUlator:LOAD:STATe</span></a>)</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p class=\"Default_ntt\">Users can assign an arbitrary name to each of locations 1 through 9 using the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-memory.html#mem_stat_name\"><span style=\"text-decoration: underline;\">MEMory:STATe:NAME</span></a> command.</p>\n\t\t\t\t\t<p class=\"Default_ntt\">&#160;</p>\n\t\t\t\t\t<p class=\"Default_ntt\">A reset (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RST</span></a> command) does not affect the configurations stored in memory. Once a state is stored, it remains constant until it is overwritten using this command or specifically deleted using the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-memory.html#mem_stat_del\"><span style=\"text-decoration: underline;\">MEMory:STATe:DELete</span></a> command. </p>\n\t\t\t\t\t<p class=\"Default_ntt\">&#160;</p>\n\t\t\t\t\t<p class=\"note\">The PSU uses location 0 to automatically hold the state of the PSU at power down.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 9 </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*SAV 2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">*RCL</p>\n\t\t\t\t\t<p class=\"Default_ntt\">*RST</p>\n\t\t\t\t\t<p class=\"Default_ntt\">MEMory:STATe:CATalog?</p>\n\t\t\t\t\t<p class=\"Default_ntt\">MEMory:STATe:NAME</p>\n\t\t\t\t\t<p class=\"Default_ntt\">MEMory:STATe:DELete</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.9. <a name=\"sre\"></a>*SRE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 170mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*SRE {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">*SRE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Enable bits in the Status Byte enable register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#stat_byte_reg\"><span style=\"text-decoration: underline;\">Section 3.2</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 32%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 32%;\">\n\t\t\t\t\t<p>0 – 255 (A decimal value which corresponds to the binary-weighted sum of the bits in the register. See also table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Query the Status Byte enable register. The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits set in the enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*SRE 32</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*STB</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.10. <a name=\"stb\"></a>*STB?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*STB?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Read Status Byte Query. This query reads the Status Byte register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#stat_byte_reg\"><span style=\"text-decoration: underline;\">Section 3.2</span></a>), which contains the status summary bits and the Output Queue MAV bit. The Status Byte is a read-only register and its bits are not cleared when it is read.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>A serial poll also returns the value of the Status Byte register, except that bit 6 returns Request for Service (RQS) instead of Master Status Summary (MSS). A serial poll clears RQS, but not MSS. When the MSS bit is set, the PSU has one or more reasons for requesting service.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>If OPER (bit 7) is set:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">*STB?</p>\n\t\t\t\t\t<p class=\"cmd_code\">128</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*SRE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.11. <a name=\"trg\"></a>*TRG</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>This command generates a trigger to the trigger subsystem which has selected a bus </p>\n\t\t\t\t\t<p>(software) trigger as its source (TRIGger[:SEQuence]:SOURce BUS).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Generate a trigger operation after 5 seconds:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">TRIG:SOUR BUS</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:DEL 5</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-211, &quot;Trigger ignored&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">304,&quot;Incompatible transient modes&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">307,&quot;List lengths are not equivalent&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*WAI</p>\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t\t<p>INITiate</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:DELay</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.12. <a name=\"tst\"></a>*TST?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*TST?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>Self-Test Query. The self-test query causes an internal self-test, and places a response into the Output Queue indicating whether or not the PSU completed the self-test without detected errors.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Note: All all terminal connections must be removed while the internal self-test is being performed.</p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p class=\"note\"><span style=\"font-style: normal;\">If an active Ethernet connection exists, testing of the Ethernet controller will be skipped. You can use </span><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-diagnostic.html#diag_test\"><span style=\"font-style: normal; text-decoration: underline;\">DIAGnostic[:INFOrmation]:TEST?</span></a><span style=\"font-style: normal;\"> for to produce a detailed report of the latest self-test. </span></p>\n\t\t\t\t\t<p class=\"note\" style=\"font-style: normal;\">&#160;</p>\n\t\t\t\t\t<p class=\"note\" style=\"font-style: normal;\">If a fan is installed, and not running, this command will start it for the short time to obtain speed information.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>0 or 1 depends of the self-test results. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-diagnostic.html#diag_test\"><span style=\"text-decoration: underline;\">DIAGnostic[:INFOrmation]:TEST?</span></a>.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>If all tests passed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">*TST?</p>\n\t\t\t\t\t<p class=\"cmd_code_End\">0</p>\n\t\t\t\t\t<p>If one or more tests failed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">*TST?</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:TEST?</p>\n\t\t\t\t\t<p>SYSTem:BEEP:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">4.13. <a name=\"wai\"></a>*WAI</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p class=\"cmd_root\">*WAI</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p style=\"font-style: italic;\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The Wait-to-Continue Command causes the PSU to wait until all pending commands are completed before executing any other commands. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Pending operations are as defined under the *OPC command. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>For example, the *WAI command can be used to make a voltage measurement after an OUTPut ON command has completed:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">OUTPut ON;*WAI;:MEASure:VOLTage?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 85%;\">\n\t\t\t\t\t<p>*OPC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.1 - ABORt.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.1. <a name=\"_abort\"></a>ABORT</p>\n\t\t<p>Abort commands cancel any triggered actions.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#abor\"><span style=\"text-decoration: underline;\">ABORt</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Resets the trigger system to the Idle state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#abor_dlog\"><span style=\"text-decoration: underline;\">:DLOG</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Stops the internal data logging session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.1.1. <a name=\"abor\"></a>ABORt </p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">ABORt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The ABORt command resets the trigger system and places all trigger sequences in the IDLE state. Any actions related to the trigger system that are in progress will be also aborted as quickly as possible. As a result, subsequent triggers have no effect on the input level.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">ABORt is also executed at power-on and upon execution of the *RST command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">ABOR</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>INITiate</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:TRIGgered</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:TRIGgered</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.1.2. <a name=\"abor_dlog\"></a>ABORt:DLOG</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">ABORt:DLOG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command stops the internal data logging session.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">ABORt:DLOG is also executed at power-on and upon execution of the *RST command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">ABOR:DLOG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.10 - MMEMory.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.10. <a name=\"_mmemory\"></a>MMEMory</p>\n\t\t<p>The MMEMory commands are used to store, read or delete file in the PSU’s SD card. It can also query SD card information. In addition it is used for storing and recalling values used by [SOURce[&lt;n&gt;]]:LIST subsystem. File and directory (folder) names cannot contain the following characters:\\&#160;/&#160;:&#160;*&#160;?&#160;&quot;&#160;&lt;&#160;&gt;&#160;|</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi0\">MMEMory</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_cat\"><span style=\"text-decoration: underline;\">:CATalog [&lt;directory&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns a list of items in the specified directory (folder)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_cat_len\"><span style=\"text-decoration: underline;\">:LENgth [&lt;directory&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns the number of items in the specified directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_cdir\"><span style=\"text-decoration: underline;\">:CDIRectory {&lt;directory&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Changes the current directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_copy\"><span style=\"text-decoration: underline;\">:COPY {&lt;source&gt;}, {&lt;destination&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Copies &lt;source&gt; to &lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_date\"><span style=\"text-decoration: underline;\">:DATE? {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns date that the specified file was last saved</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_del\"><span style=\"text-decoration: underline;\">:DELete {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Deletes an existing file</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DOWNload</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_abor\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#mmem_abor\"><span style=\"text-decoration: underline;\">ABORt</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Aborts current download session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_down_data\"><span style=\"text-decoration: underline;\">:DATA {&lt;block&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Downloads data from the host computer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_down_fnam\"><span style=\"text-decoration: underline;\">:FNAMe {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Creates or opens the specified filename for download data</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_down_size\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#mmem_down_size\"><span style=\"text-decoration: underline;\">SIZE {&lt;filesize&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Sets information about file size used for progress bar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_info\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#mmem_info\"><span style=\"text-decoration: underline;\">INFOrmation?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns used and free space</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LOAD</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_load_list\"><span style=\"text-decoration: underline;\">:LIST&lt;n&gt; {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Loads stored LIST to the specified channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_load_prof\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#mmem_load_prof\"><span style=\"text-decoration: underline;\">PROFile {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Loads stored user profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_lock\"><span style=\"text-decoration: underline;\">:LOCK {&lt;password&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Sets write protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_mdir\"><span style=\"text-decoration: underline;\">:MDIRectory {&lt;directory&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Makes a new directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_move\"><span style=\"text-decoration: underline;\">:MOVE {&lt;source&gt;}, {&lt;destination&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Moves or renames &lt;source&gt; to &lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_rdir\"><span style=\"text-decoration: underline;\">:RDIRectory {&lt;directory&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Removes the specified directory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\">:STORe</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_stor_list\"><span style=\"text-decoration: underline;\">:LIST&lt;n&gt; {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Saves specified channel LIST </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mmem_stor_prof\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#mmem_stor_prof\"><span style=\"text-decoration: underline;\">PROFile {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Saves specified user profile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_time\"><span style=\"text-decoration: underline;\">:TIME? {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns time that the specified file was last saved</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_unl\"><span style=\"text-decoration: underline;\">:UNLock {&lt;password&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Clears write protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mmem_upl\"><span style=\"text-decoration: underline;\">:UPLoad? {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Uploads data to the host computer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.1. <a name=\"mmem_cat\"></a>MMEMory:CATalog</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:CATalog? [&lt;directory&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the list of files and directories (folders) names, types and sizes in the current or specified directory. Number of items (files/directories) corresponds to the value returned by the MMEMory:CATalog:LENgth? command. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>To read out the information in the root directory (folder), specify &quot;\\&quot; (backslash) or &quot;/&quot;. If &lt;directory&gt; is not set, this function is applied to the current directory. If directory=&lt;path&gt;, this function is applied to &lt;current directory&gt;\\&lt;path&gt;.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Error occurs if the specified directory does not exist.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;directory&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns all files in the directory as list of comma delimited quoted strings of &lt;filename&gt;, &lt;filetype&gt; and &lt;filesize&gt;. The following file types are supported:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">BIN – binary data</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">CSV – textual data (comma separated)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">FOLD – directory (folder)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">LIST – LIST program data</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">LOG – trace (display) or logged data (file extension .log)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">PROF – user profile data (file extension .profile)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">STAT – instrument (setting) state or user profiles (file extension .conf)</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;USER,FOLD,0&quot;,&quot;SCPI.PDF,BIN,1274844&quot;,&quot;SCH5B13A.PDF,BIN,296589&quot;,<br>&quot;Documents,FOLD,0&quot;,&quot;Lists,FOLD,0&quot;,&quot;Videos,FOLD,0&quot;,<br>&quot;profile0.profile,PROF,264&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CAT? &quot;USER&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;LST_2_3.CSV,BIN,88&quot;,&quot;FERY2.PDF,BIN,2443&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-250,&quot;Mass storage error&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-251,&quot;Missing mass storage&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-252,&quot;Missing media&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CATalog:LENgth?</p>\n\t\t\t\t\t<p>MMEMory:INFOrmation?</p>\n\t\t\t\t\t<p>MMEMory:DATE?</p>\n\t\t\t\t\t<p>MMEMory:TIME?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.2. <a name=\"mmem_cat_len\"></a>MMEMory:CATalog:LENgth</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:CATalog:LENgth? [&lt;directory&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command returns the number of items in the current or specified directory (folder). The result corresponds to the number of files returned by the MMEMory:CATalog? command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;directory&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns number (NR1) of items (files and directories).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"height: 9.97mm; background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CAT:LEN? &quot;USER&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CATalog?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.3. <a name=\"mmem_cdir\"></a>MMEMory:CDIRectory</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:CDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:CDIRectory?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Changes the current directory to the specified directory (folder). This directory must exist otherwise an error will be generated.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At *RST, this value is set to the root path.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;directory&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the full path of the current directory.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CDIR &quot;TEST/Test folder2&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CDIR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;TEST/Test folder2&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>MMEMory:CATalog?</p>\n\t\t\t\t\t<p>MMEMory:MDIRectory</p>\n\t\t\t\t\t<p>MMEMory:RDIRectory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.4. <a name=\"mmem_copy\"></a>MMEMory:COPY</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:COPY {&lt;source&gt;}, {&lt;destination&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Makes a copy of an existing file in the current directory. The file names must include any file extension.</p>\n\t\t\t\t\t<p>If &lt;destination&gt; is a file name, the copy file is created in the current directory. When &lt;destination&gt; is a &lt;path&gt; (e.g. “test lists/test022”) the source file is duplicated in &lt;current directory&gt;/&lt;path&gt;.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Source file name, 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Copy file name or directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:COPY &quot;test.bin&quot;, &quot;new2/test_new.bin&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-253,&quot;Corrupt media&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-254,&quot;Media full&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CATalog?</p>\n\t\t\t\t\t<p>MMEMory:CDIRectory</p>\n\t\t\t\t\t<p>MMEMory:LOCK</p>\n\t\t\t\t\t<p>MMEMory:MDIRectory</p>\n\t\t\t\t\t<p>MMEMory:MOVE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.5. <a name=\"mmem_date\"></a>MMEMory:DATE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DATE? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the (year, month, day) that the specified file was last saved.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name or directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Comma-separated numbers (NR1) of year, month, day formated as yyyy, mm, dd</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DATE? &quot;test.002&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2017, 10, 1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.6. <a name=\"mmem_del\"></a>MMEMory:DELete</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DELete {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to delete a file in the current directory. If SD card is locked using the MMEMory:LOCK command, an error -258 will be generated.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DEL &quot;test.002&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CATalog?</p>\n\t\t\t\t\t<p>MMEMory:CDIRectory</p>\n\t\t\t\t\t<p>MMEMory:RDIRectory</p>\n\t\t\t\t\t<p>MMEMory:LOCK</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.7. <a name=\"mmem_abor\"></a>MMEMory:DOWNload:ABORt</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DOWNload:ABORt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to abort currenlty running file transfer from the host initiated with the MMEMory:DOWNload:DATA command. If not active file transfer exists, the PSU will ignore this command without generating any error.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:ABOR</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.8. <a name=\"mmem_down_data\"></a>MMEMory:DOWNload:DATA</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DOWNload:DATA {&lt;block&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Downloads data from the host computer to a file in the SD card. This is a multiple steps process:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">The filename must have been previously specified by MMEMory:DOWNload:FNAMe. </li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">The data can be transferred in single or more blocks. Receiving of first block will erase all previously stored, and each consecutive block will be appended to the end</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Download is finished when MMEMory:DOWNload:FNAMe with empty name was sent</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p class=\"note\">Use MMEMory:INFOrmation? command first to check available space.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;block&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Data block</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 35%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Downloads text <span style=\"font-style: italic;\">Hello world</span> and store into the file &quot;test file&quot; in the current directory. Digit 2  denotes two digits of data length (11).</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">MMEM:DOWN:FNAM &quot;test file&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DOWN:DATA #211Hello world</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:DOWN:FNAM &quot;&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-253,&quot;Corrupt media&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-254,&quot;Media full&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:FNAMe</p>\n\t\t\t\t\t<p>MMEMory:INFOrmation?</p>\n\t\t\t\t\t<p>MMEMory:LOCK</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.9. <a name=\"mmem_down_fnam\"></a>MMEMory:DOWNload:FNAMe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DOWNload:FNAMe {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Creates or opens the specified filename prior to writing data to that file with MMEMory:DOWNload:DATA.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEMory:DOWNload:FNAMe &quot;new_list.bin&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.10. <a name=\"mmem_down_size\"></a>MMEMory:DOWNload:SIZE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:DOWNload:SIZE {&lt;filesize&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command define filesize used by progress bar displayed on the local console during the file transfer. If filesize is not provided, progress bar will not be displayed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filesize&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p>0 to 2.147.483.648 (2&#160;GiB) as limited by SD Card FAT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEMory:DOWNload:SIZE 124000</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:DATA</p>\n\t\t\t\t\t<p>MMEMory:DOWNload:FNAMe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.11. <a name=\"mmem_info\"></a>MMEMory:INFOrmation</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:INFOrmation?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p><span style=\"color: #000000;\">Use this command to find out </span>total amount of storage currently used and storage available on the SD card. The sum of that two amounts represents SD card capacity in bytes.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The command returns used space and free space as two comma separated integers. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:INFO?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">3932160,7732461568</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.12. <a name=\"mmem_load_list\"></a>MMEMory:LOAD:LIST</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:LOAD:LIST&lt;n&gt; {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Load stored LIST program from SD card location defined by &lt;filename&gt; to the channel defined with &lt;n&gt;.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOAD:LIST1 &quot;DC_DC conv testing.list&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOAD:LIST2 &quot;DC_DC conv testing.list&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR BUS</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-200,&quot;Execution error&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:STORe:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:DWELl</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.13. <a name=\"mmem_load_prof\"></a>MMEMory:LOAD:PROFile</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:LOAD:PROFile {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command loads data from user profile file to the user profile 0.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOAD:PROF &quot;old settings.profile&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RCL</p>\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:AUTO</p>\n\t\t\t\t\t<p>MMEMory:STORe:PROFile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.14. <a name=\"mmem_lock\"></a>MMEMory:LOCK</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:LOCK {&lt;password&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:LOCK?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to enable write protection of SD card. All writing, deleting or modifying attempts on files or directories will generate an error if SD card is locked.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;password&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">System password (4 to 16 characters)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns 0 if SD card is unlocked, or 1 if SD card is locked.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOCK &quot;test123&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOCK?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">122,&quot;Invalid sys password&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:UNLock</p>\n\t\t\t\t\t<p>SYSTem:PASSword:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.15. <a name=\"mmem_mdir\"></a>MMEMory:MDIRectory</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:MDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command creates a new directory. If directory=&lt;path&gt;, this command creates a &lt;current directory&gt;/&lt;path&gt; directory.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;directory&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:MDIR &quot;test folder&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CDIRectory</p>\n\t\t\t\t\t<p>MMEMory:RDIRectory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.16. <a name=\"mmem_move\"></a>MMEMory:MOVE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:MOVE {&lt;source&gt;}, {&lt;destination&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command moves or renames an existing file. If destination is a file name, the source file is renamed to the new file name in the current directory. When destination=&lt;path&gt;, the source file is moved to &lt;current directory&gt;/&lt;path&gt;.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Error occurs if the source file does not exist or the destination file already exists.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Source file name, 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;destination&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">New file name or directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Rename file:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">MMEM:MOVE &quot;old name&quot;,&quot;new name&quot;</p>\n\t\t\t\t\t<p>Move file from current directory to “/Test” directory:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">MMEM:MOVE &quot;new name&quot;,&quot;/Test/new name&quot;</p>\n\t\t\t\t\t<p>Move and rename file:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">MMEM:MOVE &quot;/Test/new name&quot;,&quot;/Documents/new doc&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CDIRectory</p>\n\t\t\t\t\t<p>MMEMory:COPY</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.17. <a name=\"mmem_rdir\"></a>MMEMory:RDIRectory</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:RDIRectory {&lt;directory&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Removes the specified empty directory.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;directory&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CDIR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">&quot;Test folder2&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:CAT:LEN?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:RDIR &quot;Test folder2&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-250,&quot;Mass storage error&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:CATalog?</p>\n\t\t\t\t\t<p>MMEMory:CDIRectory</p>\n\t\t\t\t\t<p>MMEMory:MDIRectory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.18. <a name=\"mmem_stor_list\"></a>MMEMory:STORe:LIST</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:STORe:LIST&lt;n&gt; {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Store LIST program of channel defined with &lt;n&gt; to SD card location defined by &lt;filename&gt;. Stored file type will be TRAC. Default file extension is .list</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:STOR:LIST1 &quot;DC_DC conv testing.list&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:LOAD:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:DWELl</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.19. <a name=\"mmem_stor_prof\"></a>MMEMory:STORe:PROFile</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:STORe:PROFile {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command stores the PSU state (i.e. user profile 0) to SD card location defined by &lt;filename&gt;. Stored file type will be STAT. Default file extension is .conf</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:STOR:PROF &quot;Both channels 5V_3A.profile&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RCL</p>\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:AUTO</p>\n\t\t\t\t\t<p>MMEMory:LOAD:PROFile</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.20. <a name=\"mmem_time\"></a>MMEMory:TIME</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:TIME? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the (hours, minute, seconds) that the specified file was last saved.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name or directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Comma-separated numbers (NR1) of hours, minute, seconds formatted as hh, mm, ss</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:TIME? &quot;test.002&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">22, 10, 14</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DATE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.21. <a name=\"mmem_unl\"></a>MMEMory:UNLock</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:UNLock {&lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Disable write protection of SD card activated by the MMEMory:LOCK command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;password&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">System password (4 to 16 characters)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOCK?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:UNL &quot;test123&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:LOCK?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">122,&quot;Invalid sys password&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:LOCK</p>\n\t\t\t\t\t<p>SYSTem:PASSword:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.10.22. <a name=\"mmem_upl\"></a>MMEMory:UPLoad</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MMEMory:UPLoad? {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command uploads the contents of a file from the instrument to the host computer.</p>\n\t\t\t\t\t<p>The format for &lt;file&gt; is &quot;[&lt;path&gt;]&lt;file_name&gt;&quot;, where &lt;path&gt; must be an absolute folder path. If &lt;path&gt; is omitted, the folder specified by the MMEMory:CDIRectory command is used. Absolute paths begin with a &quot;\\&quot; or &quot;/&quot; and start at the root folder of SD card.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 36%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name or directory name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the file contents are returned as an IEEE 488.2 definite-length block.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MMEM:UPL? &quot;test file&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">#211Hello world</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-257,&quot;File name error&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:DOWNload:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.11 - OUTPut.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.11. <a name=\"_output\"></a>OUTPut</p>\n\t\t<p>The OUTPut subsystem controls the output state, coupling outputs and protections, protection clear and tracking state.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi0\">OUTPut</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#outp\"><span style=\"text-decoration: underline;\">[:STATe] {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Controls the specified channel output state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_trig\"><span style=\"text-decoration: underline;\">TRIGgered {&lt;bool&gt;} [, &lt;channel&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Controls channel output state with trigger</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DELay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_del_on\"><span style=\"text-decoration: underline;\">:ON {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Sets the delay time for turning the output on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_del_off\"><span style=\"text-decoration: underline;\">:OFF {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Sets the delay time for turning the output off</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#outp_dpr\"><span style=\"text-decoration: underline;\">:DPRog {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Controls down-programmer circuit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#outp_mode\"><span style=\"text-decoration: underline;\">:MODE?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Returns the channel mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PROTection</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_prot_cle\"><span style=\"text-decoration: underline;\">:CLEar</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Resets latched protection</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_prot_coup\"><span style=\"text-decoration: underline;\">:COUPle {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">Enables channel coupling for protection faults</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#outp_prot_meas\"><span style=\"text-decoration: underline;\">:MEASure {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">Enables measuring of output voltage before channel output is turned on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#outp_trac\"><span style=\"text-decoration: underline;\">:TRACk[:STATe] {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 59%;\">\n\t\t\t\t\t<p>Enables channels to operate in the track mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">5.11.1. <a name=\"outp\"></a>OUTPut[:STATe]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut[:STATe] {&lt;bool&gt;} [, &lt;channel&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut[:STATe]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the specified output channel(s). The enabled state is ON (1); the disabled state is OFF (0). The state of a disabled output is a condition of zero output voltage and zero source current.</p>\n\t\t\t\t\t<p>Execution of this command also affects bit 10 (OE) and bit 11 (DP) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>).</p>\n\t\t\t\t\t<p>Self-test operation initiated by <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#tst\"><span style=\"text-decoration: underline;\">*TST?</span></a> command will put all PSU channels into disable state.</p>\n\t\t\t\t\t<p>When the BP_OPTION is enabled and the channels are not coupled together (INSTrument:COUPle:TRACking) this command sets LED indicators above binding posts in the following manner:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Turn on/off Out1 green indicator (LED_O1) when CH1 is selected </li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Turn on/off Out2 indicator (LED_O2) when CH2 is selected</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>Execution of the OUTP ON command on the channel with tripped one or more protection (OCP, OVP, OPP or OTP) will generate error 201. Use OUTPut:PROTection:CLEar command to clear all tripped protections.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">This command also affects Sense+/Sense- indicators (LED_S1+, LED_S1-, LED_S2+, LED_S2-) controlled by the [SOURce:]VOLTage:SENSe[:SOURce] command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the output is OFF, and 1 if the output is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON, CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">108,&quot;Cal output disabled&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">201,&quot;Cannot execute before clearing protection&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>[SOURce:]VOLTage:SENSe[:SOURce]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.2. <a name=\"outp_trig\"></a>OUTPut[:STATe]:TRIGgered</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut[:STATe]:TRIGgered {&lt;bool&gt;} [, &lt;channel&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut[:STATe]:TRIGgered? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command programs the pending triggered channel’s output state. The pending triggered output state is a stored value that is transferred to the output terminals when a trigger occurs.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the triggered output state presently programmed. If no triggered level is programmed, the OUTPut? state is returned. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">OUTP:TRIG ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR IMM</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">108,&quot;Cal output disabled&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">201,&quot;Cannot execute before clearing protection&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>[SOURce:]VOLTage:SENSe[:SOURce]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.3. <a name=\"outp_del_on\"></a>OUTPut:DELay:ON</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t\t<p class=\"Heading_3\">5.11.4. <a name=\"outp_del_off\"></a>OUTPut:DELay:OFF</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t\t<p class=\"Heading_3\">5.11.5. <a name=\"outp_dpr\"></a>OUTPut:DPRog</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:DPRog {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:DPRog?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>A down-programmer is a circuit built into the channel’s output of a PSU that actively pulls the output voltage down when the PSU’s channel is moving from a higher setting to a lower setting.</p>\n\t\t\t\t\t<p>The down-programmer circuit is active by default and only rare situation requires to be turned off. One such situation is when battery is connected as a load. Another one is connecting two channel in parallel when only one down-programmer circuit is enough for actively pulls the output voltage down while lower voltage is set.</p>\n\t\t\t\t\t<p>Execution of this command also affects bit 11 (DP) of the Operation Instrument Isummary register (see Section <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Despite of the down-programmer state programmed by this command, it will be deactivated when the channel output is turned off (i.e. OUTPut[:STATe] OFF) after <span class=\"backtick\">DP_OFF_DELAY_PERIOD</span> seconds). When the channel output is turned on again, down-programmer will be set back to the state programmed with this command.</p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p>If negative output power (<span class=\"backtick\">DP_NEG_LEV</span>) is measured and last more then <span class=\"backtick\">DP_NEG_DELAY</span> seconds the down-programmer will be switched off and an error 500 will be generated.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns 0 (OFF) if down-programmer is disabled, or 1 (ON) when down-programmer is enabled. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:DPR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">500,&quot;Down-programmer on CH1 switched off&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">501,&quot;Down-programmer on CH2 switched off&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut[:STATe]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.6. <a name=\"outp_mode\"></a>OUTPut:MODE?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:MODE? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command simplify resolving a results that can be obtained reading the bit 8 (CV) and 9 (CC) of the read-only Instrument Isummary Operation Status register for a specific channel (see table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>). The PSU can works in one of the three output modes: </p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">CV (Constant Voltage), when the output voltage equals the voltage setting value and the output current is determined by the load</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">CC (Constant Current), when the output current equals the current setting value and the output voltage is determined by the load and</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">UR (Unregulated) that is critical mode between CV and CC modes that could be noticed when the output voltage is close to the one end of the full scale (i.e. somewhere below 2&#160;V and above 48&#160;V for the 50&#160;V model that depends of the connected load).</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p class=\"note\">The UR mode is not supported in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-simulator.html\"><span style=\"text-decoration: underline;\">software simulator</span></a>.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns CV, CC or UR.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set output voltage to 20&#160;V and max. current, check that output voltage is as defined that indicate the constant voltage mode of operation:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT 20; CURR MAX</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">20.0</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:MODE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CV</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]</p>\n\t\t\t\t\t<p>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:CONDition</p>\n\t\t\t\t\t<p>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:ENABle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.7. <a name=\"outp_prot_cle\"></a>OUTPut:PROTection:CLEar</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:PROTection:CLEar [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command clears the latched protection status that disables the output when an over-voltage, over-current or a power-limit condition is detected.</p>\n\t\t\t\t\t<p>All conditions that generate the fault must be removed before the latched status can be cleared. The output is restored to the state it was in before the fault condition occurred.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The following command clears the latched protection status on all channels:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">OUTP:PROT:CLE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.8. <a name=\"outp_prot_coup\"></a>OUTPut:PROTection:COUPle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:PROTection:COUPle {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:PROTection:COUPle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables output coupling for protection faults. When enabled, all output channels are disabled when a protection fault occurs on any output channel. When disabled, only the affected output channel is disabled when a protection fault is triggered.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the protection coupling is OFF (disabled), and 1 if the protection coupling is ON (enabled).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:PROT:COUP ON</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">OUTP:PROT:COUP?</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.9. <a name=\"outp_prot_meas\"></a>OUTPut:PROTection:MEASure</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:PROTection:MEASure {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:PROTection:MEASure?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This command enables or disables measuring of output voltage before channel output will be enabled. </p>\n\t\t\t\t\t<p>If non-zero voltage is present on the output due to e.g. intentionally connected battery or wrong wiring that brings some other power source to the output terminals an error message will be generated.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the voltage measuring is disabled (OFF) before output is going to be enabled, and 1 if voltage measuring is ON (enabled).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:PROT:MEAS ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">505,&quot;External voltage on CH1 detected&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">506,&quot;External voltage on CH2 detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut[:STATe]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.11.10. <a name=\"outp_trac\"></a>OUTPut:TRACk[:STATe]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:TRACk[:STATe] {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">OUTPut:TRACk[:STATe]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the PSU to operate in the track mode. When the track mode is first enabled, the CH2 output will be set to the same voltage level as the CH1 output. Once enabled, any change of the programmed voltage level in either CH1 or CH2 will be reflected in the other channel. The TRACk OFF command returns the PSU to the non-track mode.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>A device-specific error 312 will be generated if this command is tried to executed when channels are in any of coupled mode.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The following commands will affect the both channel regardless of which channel is currently selected using the INSTrument[:SELect] or INSTrument:NSELect command):</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">OUTPut:PROTection:CLEar</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:CURRent, [SOURce[&lt;n&gt;]]:CURRent:STEP, [SOURce[&lt;n&gt;]]:CURRent:TRIGgered, [SOURce[&lt;n&gt;]]:CURRent:LIMit, [SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay, [SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe, [SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped?, [SOURce[&lt;n&gt;]]:LIST:COUNt, [SOURce[&lt;n&gt;]]:LIST:CURRent, [SOURce[&lt;n&gt;]]:LIST:DWELl, [SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel], [SOURce[&lt;n&gt;]]:LRIPple:AUTO, [SOURce[&lt;n&gt;]]:POWer:LIMit, [SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel], [SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME], [SOURce[&lt;n&gt;]]:POWer:PROTection:STATe, [SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?, [SOURce[&lt;n&gt;]]:VOLTage, [SOURce[&lt;n&gt;]]:VOLTage:LIMit, [SOURce[&lt;n&gt;]]:VOLTage:STEP, [SOURce[&lt;n&gt;]]:VOLTage:TRIGgered, [SOURce[&lt;n&gt;]]:VOLTage:MODE, [SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel], [SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay, [SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe, [SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">TRIGger[:SEQuence][:IMMediate], TRIGger[:SEQuence]:DELay, TRIGger[:SEQuence]:SLOPe, TRIGger[:SEQuence]:SOURce</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>The following channel specific commands will generate a device-specific error 313 when channels are in tracking mode:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">CALibrate, </li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">INSTrument:COUPle:TRACking,</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OUTPut:TRACk[:STATe],</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">SIMUlator:RPOL, SIMUlator:VOLTage:PROGram,</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:LRIPple, [SOURce[&lt;n&gt;]]:LRIPple:AUTO</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:VOLTage:PROGram,</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At *RST, the tracking mode is disabled.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the tracking mode state of the PSU. The returned value is 0 (OFF) or 1 (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP:TRAC ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 12</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">12.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">12.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">313,&quot;Cannot execute in tracking mode&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.12 - SENSe.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.scpi4 { text-align: left; margin-left: 20mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.12. <a name=\"_sense\"></a>SENSe</p>\n\t\t<p>The SENSe control the current measurement range, energy counting/window, and the data acquisition sequence.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi0\">SENSe </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:AHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sens_aho_res\"><span style=\"text-decoration: underline;\">:RESet {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Resets the amp-hour (Ah) measurement to zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:DC] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sens_curr_rang\"><span style=\"text-decoration: underline;\">RANGe[:UPPer] {&lt;range&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Selects a DC current measurement range</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sens_curr_rang_auto\"><span style=\"text-decoration: underline;\">AUTO {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables/disables seamless measurement auto ranging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FUNCtion</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sens_dlog_func_curr\"><span style=\"text-decoration: underline;\">:CURRent {&lt;bool&gt;}, {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables/disables output current internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sens_dlog_func_pow\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#sens_dlog_func_pow\"><span style=\"text-decoration: underline;\">POWer {&lt;bool&gt;}, {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables/disables output power internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sens_dlog_func_volt\"><span style=\"text-decoration: underline;\">:VOLTage {&lt;bool&gt;}, {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables/disables output voltage internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sens_dlog_per\"><span style=\"text-decoration: underline;\">:PERiod {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Sets the sample period for internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sens_dlog_time\"><span style=\"text-decoration: underline;\">:TIME {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Sets the sample duration for internal data logging</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:WHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sens_who_res\"><span style=\"text-decoration: underline;\">:RESet {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Resets the watt-hour (Wh) measurement to zero</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.1. <a name=\"sens_aho_res\"></a>SENSe:AHOur:RESet</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:AHOur:RESet {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Use this command to reset the amp-hour counter to zero of the specified channel. If channels are coupled (in series or parallel) or in tracking mode, both channel’s counters will be reset to zero.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENSE:AHO:RES</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>FETCh:WHOur?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:TRACk[:STATe]</p>\n\t\t\t\t\t<p>SENSe:AHOur:RESet</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:AHOur:TOTal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.2. <a name=\"sens_curr_rang\"></a>SENSe:CURRent[:DC]:RANGe[:UPPer]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:CURRent[:DC]:RANGe[:UPPer] {&lt;range&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:CURRent[:DC]:RANGe[:UPPer]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command selects a DC current measurement range when Power board with multiple current ranges is installed (e.g. r5B12 that can be find out with the SYSTem:CHANnel:MODel? command). The entered value must be higher than the maximum current that you expect to measure. Units are in amperes. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>If selected range is lower then measured current, when load is connected, an error -220 will be generated.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 29%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;range&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 29%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0.5, 5, MIN|MAX|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the maximum DC current that can be measured on the range that is presently set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:CURR:RANG?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0.5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-220,&quot;Cannot set range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SENSe:CURRent[:DC]:RANGe:AUTO</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.3. <a name=\"sens_curr_rang_auto\"></a>SENSe:CURRent[:DC]:RANGe:AUTO</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:CURRent[:DC]:RANGe:AUTO {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:CURRent[:DC]:RANGe:AUTO?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables/disables current measurement autoranging. Autoranging provides seamless measurement ranging, which results in a wide dynamic range with no data being lost across ranges.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>When enabled, this command overrides the SENSe:CURRent[:DC]:RANGe setting.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if current measurement autoranging is OFF, and 1 if current measurement autoranging is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:CURR:RANG:AUTO?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SENSe:CURRent[:DC]:RANGe</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.4. <a name=\"sens_dlog_func_curr\"></a>SENSe:DLOG:FUNCtion:CURRent</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:CURRent {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:CURRent? {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to enable or disable output current internal data logging on the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the status (0 or 1) of the output current internal data logging enabled on the specified channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:DLOG:FUNC:CURR ON, CH1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INIT:DLOG</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:POWer</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:VOLTage</p>\n\t\t\t\t\t<p>SENSe:DLOG:PERiod</p>\n\t\t\t\t\t<p>SENSe:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.5. <a name=\"sens_dlog_func_pow\"></a>SENSe:DLOG:FUNCtion:POWer</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:POWer {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:POWer? {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to enable or disable output power internal data logging on the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the status (0 or 1) of the output power internal data logging enabled on the specified channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:DLOG:FUNC:VOLT OFF, CH2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INIT:DLOG</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:CURRent</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:VOLTage</p>\n\t\t\t\t\t<p>SENSe:DLOG:PERiod</p>\n\t\t\t\t\t<p>SENSe:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.6. <a name=\"sens_dlog_func_volt\"></a>SENSe:DLOG:FUNCtion:VOLTage</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:VOLTage {&lt;bool&gt;}, {&lt;channel&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:FUNCtion:VOLTage? {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to enable or disable output voltage internal data logging on the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the status (0 or 1) of the output voltage internal data logging enabled on the specified channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:DLOG:FUNC:VOLT OFF, CH2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INIT:DLOG</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:CURRent</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:POWer</p>\n\t\t\t\t\t<p>SENSe:DLOG:PERiod</p>\n\t\t\t\t\t<p>SENSe:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.7. <a name=\"sens_dlog_per\"></a>SENSe:DLOG:PERiod</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:PERiod {&lt;time&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:PERiod?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to set the sample period in seconds. For the sample period, the </p>\n\t\t\t\t\t<p>minimum is 20&#160;ms, and it has to be in integral of 20&#160;ms, while the maximum is 120&#160;s. The entered value will be rounded to the nearest 20&#160;ms integral.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.02 – 120</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.02</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the sample period in seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:DLOG:PER 1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SENSe:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.8. <a name=\"sens_dlog_time\"></a>SENSe:DLOG:TIME</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:TIME {&lt;time&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:DLOG:TIME?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the sample duration, the entered value is in seconds. For sample duration, the maximum is 86&#160;400&#160;000 seconds or 24&#160;000 hours or 1000 days (depending of the available space on the installed SD Card, see the MMEMory:INFOrmation? command).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 86400000</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">60</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the sample duration in seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:DLOG:TIME 3600</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:INFOrmation?</p>\n\t\t\t\t\t<p>SENSe:DLOG:PERiod</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.12.9. <a name=\"sens_who_res\"></a>SENSe:WHOur:RESet</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SENSe:WHOur:RESet {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p>Use this command to reset the watt-hour counter to zero of the specified channel. If channels are coupled (in series or parallel) or in tracking mode, both channel’s counters will be reset to zero.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SENS:WHO:RES</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>FETCh:AHOur?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:TRACk[:STATe]</p>\n\t\t\t\t\t<p>SENSe:WHOur:RESet</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:WHOur:TOTal</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.13 - SOURce.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.Table_Contents { }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.scpi4 { text-align: left; margin-left: 20mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.13. <a name=\"_source\"></a>SOURce</p>\n\t\t<p>The SOURce commands are used to set the output voltage and current values, remote voltage sensing, and implemented protection mechanisms on the specified channel. Although the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-device-specific-unclassified-commands.html#apply\"><span style=\"text-decoration: underline;\">APPLy</span></a> command provides the most straightforward method to program the PSU over the remote interfaces, the SOURce commands give you more flexibility to change individual parameters.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi0\">[SOURce[&lt;n&gt;]] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_curr\"><span style=\"text-decoration: underline;\">[:IMMediate][:AMPLitude] {&lt;current&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the output current </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sour_curr_step\"><span style=\"text-decoration: underline;\">:STEP[:INCRement] {&lt;step&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the step of the current change</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_curr_trig\"><span style=\"text-decoration: underline;\">:TRIGgered[:AMPLitude] {&lt;current&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the triggered output current </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIMit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_curr_lim\"><span style=\"text-decoration: underline;\">[:POSitive][:IMMediate][:AMPLitude] {&lt;current&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the output current limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_curr_mode\"><span style=\"text-decoration: underline;\">:MODE {&lt;mode&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the current trigger mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sour_curr_prot_del\"><span style=\"text-decoration: underline;\">[:TIME] {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the over-current protection (OCP) programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_curr_prot_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Enables/disables over-current protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_curr_prot_trip\"><span style=\"text-decoration: underline;\">:TRIPped?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Returns status of over-current protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SLEW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:FALLing</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the falling current slew rate</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:RISing</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the rising current slew rate</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi1\">:LIST</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_list_count\"><span style=\"text-decoration: underline;\">:COUNt</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the number of times that the list is executed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_list_curr\"><span style=\"text-decoration: underline;\">:CURRent[:LEVel]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Specifies the current setting for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_list_dwel\"><span style=\"text-decoration: underline;\">:DWELl</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Specifies the dwell time for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_list_volt\"><span style=\"text-decoration: underline;\">:VOLTage[:LEVel]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Specifies the voltage setting for each list step</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#sour_lrip\"><span style=\"text-decoration: underline;\">:LRIPple {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets low output ripple (noise) mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_lrip_auto\"><span style=\"text-decoration: underline;\">:AUTO {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets automatic changing to the low output ripple (noise) mode of operation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi1\">:POWer</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_pow_lim\"><span style=\"text-decoration: underline;\">:LIMit {&lt;power&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the output power limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_pow_prot\"><span style=\"text-decoration: underline;\">:PROTection[:LEVel]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the over-power protection (OPP) level</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sour_pow_prot_del\"><span style=\"text-decoration: underline;\">[:TIME] {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the over-power protection programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_pow_prot_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Enables/disables over-power protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_pow_prot_trip\"><span style=\"text-decoration: underline;\">:TRIPped?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Returns status of over-power protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VOLTage </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:LEVel] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_volt\"><span style=\"text-decoration: underline;\">[:IMMediate][:AMPLitude] {&lt;voltage&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the output voltage </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sour_volt_step\"><span style=\"text-decoration: underline;\">:STEP[:INCRement] {&lt;step&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the step of the voltage change</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_volt_trig\"><span style=\"text-decoration: underline;\">:TRIGgered[:AMPLitude] {&lt;voltage&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"scpi4\" style=\"margin-left: 0;\">Sets the triggered output voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">:LIMit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_volt_lim\"><span style=\"text-decoration: underline;\">[:POSitive][:IMMediate][:AMPLitude] {&lt;voltage&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the output voltage limit</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_volt_mode\"><span style=\"text-decoration: underline;\">:MODE {&lt;mode&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p class=\"scpi3\" style=\"margin-left: 0;\">Sets the voltage trigger mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_volt_prog\"><span style=\"text-decoration: underline;\">:PROGram[:SOURce] {&lt;source&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets voltage programming source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_volt_prot\"><span style=\"text-decoration: underline;\">:PROTection[:LEVel]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the over-voltage protection (OVP) level</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:DELay </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#sour_volt_prot_del\"><span style=\"text-decoration: underline;\">[:TIME] {&lt;time&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the over-voltage protection (OVP) programming delay </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_volt_prot_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Enables/disables over-voltage protection on the selected channel </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#sour_volt_prot_trip\"><span style=\"text-decoration: underline;\">:TRIPped?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Returns status of over-voltage protection activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#sour_volt_sens\"><span style=\"text-decoration: underline;\">:SENSe[:SOURce] {&lt;source&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets voltage sense inputs source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SLEW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:FALLing</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the falling voltage slew rate</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 49%;\">\n\t\t\t\t\t<p class=\"scpi3\">:RISing</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 51%;\">\n\t\t\t\t\t<p>Sets the rising voltage slew rate</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">5.13.1. <a name=\"sour_curr\"></a>[SOURce[&lt;n&gt;]]:CURRent</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate][:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate][:AMPLitude]? [&lt;query current&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the immediate current level of the channel. Units are in amperes. When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This command also increases or decreases the immediate current level using the ‘UP’ or DOWN parameter by a predetermined amount. The command CURRent:STEP sets the amount of increase or decrease. A new increment setting will <span style=\"font-style: italic;\">not</span> cause an execution error -222,&quot;Data out of range&quot; when the maximum or the minimum rated current is exceeded – the output value will be set to the maximum or the minimum value instead.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RST</span></a>, the signal being sourced will be set to a &quot;safe&quot; condition. This is achieved by setting the amplitude to its MINimum value (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed current level. CURR? MIN, CURR? DEF and CURR? MAX can be used to obtain minimum, default and maximum current level on the currently selected channel. For actual output current value use MEASure:CURRent command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;query current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|DEF|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>A 10 ohm load is connected and voltage is set to 20&#160;V. With MAX current set measured current will be 2&#160;A. When new current value is set to 1.2&#160;A, voltage will drop to 12&#160;V (the channel enters the CC mode of operation):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 20</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR MAX</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">20.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR 1.2</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">12.00</p>\n\t\t\t\t\t<p>Query that returns maximum current of the currently selected channel:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR? MAX</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">5.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">150,&quot;Power limit exceeded&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-222,&quot;Data out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>APPLy</p>\n\t\t\t\t\t<p>MEASure[:SCALar]:CURRent[:DC]?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.2. <a name=\"sour_curr_step\"></a>[SOURce[&lt;n&gt;]]:CURRent:STEP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement] {&lt;step&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]? [&lt;query step&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the step of the current change of the channel. When [SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. Step change is performed by using UP and DOWN as parameter for the [SOURce[&lt;n&gt;]]:CURRent command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the step of the current change of the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&lt;step&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.01 to 1|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.05</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&lt;query step&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return default step value:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR:STEP? DEF</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0.05</p>\n\t\t\t\t\t<p>When a 10&#160;ohm load is connected with voltage set to 20&#160;V and current to 1&#160;A the first channel enters CC mode of operation. Current is then increased from 1&#160;A in two steps to 1.2&#160;A:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">APPL CH1, 20,1</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">10.00</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR:STEP 0.1</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR UP</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1.10</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR UP</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1.20</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">12.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.3. <a name=\"sour_curr_trig\"></a>[SOURce[&lt;n&gt;]]:CURRent:TRIGgered</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel]:TRIGgered[:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel]:TRIGgered[:AMPLitude]? [&lt;query current&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command programs the pending triggered current level. The pending triggered current level is a stored value that is transferred to the output terminals when a trigger occurs.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">A pending triggered level is not affected by subsequent CURRent commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the triggered current level presently programmed. If no triggered level is programmed, the CURRent level is returned. CURR:TRIG? MIN and CURR:TRIG? MAX return the lowest and highest programmable triggered current levels.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to maximum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|DEF|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>On the currently selected channel voltage will be set to 3.3&#160;V and current to 1&#160;A when INITiate command is executed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:TRIG 3.3</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:TRIG 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR IMM</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.4. <a name=\"sour_curr_lim\"></a>[SOURce[&lt;n&gt;]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude] {&lt;current&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]? [&lt;query current&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the channel’s output current limit. Units are in amperes.</p>\n\t\t\t\t\t<p>When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. </p>\n\t\t\t\t\t<p>This command could be used as mean of protection against incidental programming of too high output current that can be set for example with [SOURce[&lt;n&gt;]]:CURRent:STEP command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Maximum limit value will be affected with detected failure of cooling fan or channel’s temperature sensor. Use CURR:LIM? MAX to query actual value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the max. allowed output current of the specified channel. Querying MAX on an output channel returns the maximum current limit.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">MAXimum</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|DEF|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Normal mode of operation for 5&#160;A model:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR:LIM MAX?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">5.00</p>\n\t\t\t\t\t<p>Max. allowable current with faulty cooling fan or temperature sensor:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR:LIM MAX?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:STEP</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:LIMit</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.5. <a name=\"sour_curr_mode\"></a>[SOURce[&lt;n&gt;]]:CURRent:MODE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:MODE {&lt;mode&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:MODE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command determines what happens to the output current when the transient system is initiated and triggered:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">FIXed – the output current remains at the immediate value</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">LIST – the output follows the list values when a trigger occurs.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">STEP – the output goes to the triggered level when a trigger occurs.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the current mode of the currently selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;mode&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">FIXed|LIST|STEP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">FIXed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:MODE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">FIX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:MODE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.6. [SOURce[&lt;n&gt;]]:CURRent:SLEW:FALLing</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t\t<p class=\"Heading_3\">5.13.7. [SOURce[&lt;n&gt;]]:CURRent:SLEW:RISing</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t\t<p class=\"Heading_3\">5.13.8. <a name=\"sour_curr_prot_del\"></a>[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME]? [&lt;query time&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the over-current protection delay. The over-current protection function will not be triggered on the selected output channel during the delay time. After the delay time has expired, the over-current protection function will be active.</p>\n\t\t\t\t\t<p>This prevents momentary changes in output status from triggering the over-current protection function. Programmed values can range from 0 to 10 seconds.  See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section </span></a><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed delay time.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 10|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">20&#160;ms</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;query time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Get default OCP delay of 20 milliseconds:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR:PROT:DEL? DEF</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0.02</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.9. <a name=\"sour_curr_prot_stat\"></a>[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the over-current protection (OCP) function. The enabled state is ON (1); the disabled state is OFF (0). </p>\n\t\t\t\t\t<p>Since the PSU do not have a dedicated over-current protection circuit that can be programmed independently of output current level, entering the CC (constant current) mode of operation is used as a trigger to start OCP sequence. When delay time specified with the [SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME] command expired the output turns off and the Questionable Condition status register OCP bit 9 is set. An error tone will also follow if beeper is enabled (see SYSTem:BEEPer:STATe).</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped? command can be used to query whether over-current protection occurred on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the current protection state is OFF, and 1 if the current protection state is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>OUTPut:PROTection:COUPle</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped</p>\n\t\t\t\t\t<p>SYSTem:BEEPer:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.10. <a name=\"sour_curr_prot_trip\"></a>[SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query whether OCP occurred on the currently selected channel. When protection is tripped bit 9 (OCP) of the Questionable Instrument Isummary register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a>).</p>\n\t\t\t\t\t<p>The <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-output.html#outp_prot_cle\"><span style=\"text-decoration: underline;\">OUTPut:PROTection:CLEar</span></a> command can be send to clear OCP condition on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a 1 if the protection circuit is tripped and a 0 if it is untripped.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CURR:PROT:TRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.11. <a name=\"sour_list_count\"></a>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:COUNt {&lt;count&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:COUNt?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the number of times that the list is executed before it is completed. The list count range is 1 through 255. Use the INFinity parameter or 0 to execute a list continuously.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Use ABORt to stop the list at any time. When the list is aborted, the output returns to the settings that were in effect before the list started.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the list count. Multiple responses are separated by commas. If a repeat count of 0 is returned, it means the list is set to repeat continuously.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;count&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0|1 – 65535|INFinity</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_End\">LIST:COUN?</p>\n\t\t\t\t\t<p class=\"cmd_code\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t\t<p>INITiate[:IMMediate]</p>\n\t\t\t\t\t<p>MMEMory:LOAD:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>MMEMory:STORe:LIST[&lt;n&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.12. <a name=\"sour_list_curr\"></a>[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel] {&lt;current&gt;}[, ...]</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:CURRent[:LEVel]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command specifies the current setting for each list step in amperes. A comma-delimited list of up to 256 steps may be programmed.</p>\n\t\t\t\t\t<p>The order in which the current values are entered determines the sequence when the list executes.</p>\n\t\t\t\t\t<p>To create a valid list, the VOLTage, CURRent and DWELl lists must either all be the same length, or have a length of 1, which is interpreted as having the same length as the list with the maximum length.</p>\n\t\t\t\t\t<p>This command overwrites any previously programmed current list; it does not append to the previous list.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed current level. Multiple responses are separated by commas.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to maximum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:CURR 0.25</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">306,&quot;Too many list points&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:LOAD:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>MMEMory:STORe:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:MODE</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.13. <a name=\"sour_list_dwel\"></a>[SOURce[&lt;n&gt;]]:LIST:DWELl</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:DWELl {&lt;time&gt;}[, ...]</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:DWELl?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command specifies the dwell time for each list step. A comma-delimited list of up to 256 steps may be programmed. Dwell time is the time that the output will remain at a specific step. Dwell times can be programmed from 0 through 65535 seconds.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Note that min. dwell time that can be achieved during the list execution depends of MCU activity and waveform shape. Therefore one have to find that out experimentally while list is executed on desired number of channels (one or two). Usage of oscilloscope is recommended for fast transitions since e.g. YT view resolution cannot be set to less then 20&#160;ms. The expected usable min. dwell time goes well below 10&#160;ms (down to 1&#160;ms).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed dwell times. Multiple responses are separated by commas.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 65535</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">LIST:DWEL 20ms,10ms,10ms,50ms</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">306,&quot;Too many list points&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:LOAD:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>MMEMory:STORe:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.14. <a name=\"sour_list_volt\"></a>[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel] {&lt;voltage&gt;}[, ...]</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command specifies the voltage setting for each list step in volts. A comma-delimited list of up to 256 steps may be programmed.</p>\n\t\t\t\t\t<p>The order in which the voltage values are entered determines the sequence when the list executes.</p>\n\t\t\t\t\t<p>To create a valid list, the VOLTage, CURRent and DWELl lists must either all be the same length, or have a length of 1, which is interpreted as having the same length as the list with the maximum length.</p>\n\t\t\t\t\t<p>This command overwrites any previously programmed voltage list; it does not append to the previous list.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed voltage level. Multiple responses are separated by commas.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to maximum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Programming the list that contain 4 steps and will be executed 20 times on the channel 2. Execution will start by receiving remote command (*TRG) since BUS is selected as a trigger source:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST CH2</p>\n\t\t\t\t\t<p class=\"cmd_code\">LIST:COUN 20</p>\n\t\t\t\t\t<p class=\"cmd_code\">LIST:VOLT 0,1.5,3,4.5</p>\n\t\t\t\t\t<p class=\"cmd_code\">LIST:CURR 0.25</p>\n\t\t\t\t\t<p class=\"cmd_code\">LIST:DWEL 20ms,10ms,10ms,50ms</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">*OPC?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR BUS</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">306,&quot;Too many list points&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MMEMory:LOAD:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>MMEMory:STORe:LIST[&lt;n&gt;]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:MODE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.15. <a name=\"sour_lrip\"></a>[SOURce[&lt;n&gt;]]:LRIPple</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LRIPple {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LRIPple?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables low output ripple (noise) mode of operation when it’s supported by installed channel board (use the SYSTem:CHANnel[:INFOrmation]:PROGram? to query channel functionality).</p>\n\t\t\t\t\t<p>When low ripple mode of operation is selected the power pre-regulator is bypassed by setting so-called <a href=\"https://en.wikipedia.org/wiki/Duty_cycle\" target=\"_blank\"><span style=\"text-decoration: underline;\">Duty cycle</span></a> of the SMPS controller to 100&#160;%. That will disable switching frequency and therefore that otherwise hard to filter component disappear entirely from the channel output. In that case the remaining noise mainly comes from the low power bias switching pre-regulator.</p>\n\t\t\t\t\t<p>The maximum output power in this mode of operation is limited to stay within <a href=\"https://en.wikipedia.org/wiki/Safe_operating_area\" target=\"_blank\"><span style=\"text-decoration: underline;\">SOA</span></a> (Safe operating area) of the pre-regulator and post-regulator regulation elements. The maximum output power is limited by the first of the following conditions that is met:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">The pre-regulator regulation element (switching mosfet) capability is limited with max. allowed continuous current (<span style=\"font-style: italic;\">SOA_PREG_CURR</span> value) for the applied input voltage (<span style=\"font-style: italic;\">SOA_VIN</span> value). The set output current cannot exceeds this value in <span style=\"font-style: italic;\">any</span> moment.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">The post-regulator regulation element (pass mosfet) could dissipate finite power (<span style=\"font-style: italic;\">SOA_POSTREG_PTOT</span> value) while load is connected. Therefore output power cannot exceed product of voltage difference (<span style=\"font-style: italic;\">SOA_VIN</span> and output voltage) and output current.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>For example, when output voltage is set to 12&#160;V and <span style=\"font-style: italic;\">SOA_VIN</span> = 50&#160;V, <span style=\"font-style: italic;\">SOA_PREG_CURR</span> = 0.8&#160;A and <span style=\"font-style: italic;\">SOA_POSTREG_PTOT</span> = 20&#160;W, the max. output current in low ripple mode cannot exceed 0.526&#160;A because SOA_VIN-VOLT = 50-12 = 38&#160;V and Imax=SOA_POSTREG_PTOT/38 = 20/38 = 0.526&#160;A.</p>\n\t\t\t\t\t<p>If output voltage is set to 36&#160;V with the same SOA values as in example above the max. output current cannot exceed 0.8&#160;A (limited by <span style=\"font-style: italic;\">SOA_PREG_CURR</span>) regardless of the fact that max. power dissipation of 20&#160;W allows output current of up to 1.428&#160;A or 20/(50-36).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p style=\"font-style: italic;\">If low ripple mode is set an error will be generated when any of the limits are exceeded. The AUTOmatic mode should be used to avoid error conditions. Also if AUTOmatic mode disables low ripple, an attempt to enable it using the [SOURce[&lt;n&gt;]]:LRIPple ON command will generate an execution error.</p>\n\t\t\t\t\t<p style=\"font-style: italic;\">&#160;</p>\n\t\t\t\t\t<p style=\"font-style: italic;\">An attempt to enter low ripple mode while remote (EXTernal) voltage programming is active ([SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]) will generate -221 error.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 1 if the low ripple mode is active, and 0 if the low ripple mode is not active.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:LRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-200,&quot;Execution error&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-221,&quot;Settings conflict&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LRIPple:AUTO</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:PROGram?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.16. <a name=\"sour_lrip_auto\"></a>[SOURce[&lt;n&gt;]]:LRIPple:AUTO</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LRIPple:AUTO {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:LRIPple:AUTO?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to allow automatic changing to the low ripple (noise) mode of operation. </p>\n\t\t\t\t\t<p>If AUTOmatic mode of operation is enabled, the channel will stay in low ripple mode of operation as long as output power does not exceed calculated limitations allowed for that mode of operation. The [SOURce[&lt;n&gt;]]:LRIPple? query can be used to determine current status.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 1 if the low ripple automatic mode is active, and 0 if the low ripple automatic mode is not active.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:LRIP:AUTO 1 </p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:LRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>SOURce[&lt;n&gt;]]:LRIPple</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:PROGram?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.17. <a name=\"sour_pow_lim\"></a>[SOURce[&lt;n&gt;]]:POWer:LIMit</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]<span style=\"font-size: 11.0pt; font-weight: bold;\">]:</span>POWer:LIMit {&lt;power&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]<span style=\"font-size: 11.0pt; font-weight: bold;\">]:</span>POWer:LIMit? [&lt;query power&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the channel’s output power limit. Units are in Watts. Such limitation is required if main transformer (or AC/DC adapter if DC power input is used) <span style=\"font-style: italic;\">cannot</span> provide the same power as connected channel power module. For example if power module can deliver 200&#160;W but main transformer offer only 160&#160;W then MAXimum allowable continuous power is only 160&#160;W.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the max. allowed output power of the specified channel. Querying MAX on an output channel returns the maximum rated power limit.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;power&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU power rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">MAXimum</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query power&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">POW:LIM DEF</p>\n\t\t\t\t\t<p class=\"cmd_code\">POW:LIM?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">150.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.18. <a name=\"sour_pow_prot\"></a>[SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel] {&lt;power&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the over-power protection (OPP) value of the channel. When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. When the over-power protection function of the specified channel is enabled ([SOURce[&lt;n&gt;]]:POWer:PROTection:STATe), the output turns off automatically when the output power exceeds the over-power protection value currently set. </p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped? command can be used to query whether over-power protection occurred on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the over-power protection (OPP) value of the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;power&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU power rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set power protection to 50&#160;W on the channel 2:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">SOUR2:POW:PROT 50</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:COUPle</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.19. <a name=\"sour_pow_prot_del\"></a>[SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME]? [&lt;query time&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the over-power protection (OPP) delay. The over-power protection function will not be triggered on the selected output channel during the delay time. After the delay time has expired, the over-power protection function will be active. </p>\n\t\t\t\t\t<p>This prevents momentary changes in output status from triggering the over-power protection function. Programmed values can range from 0 to 300 seconds. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed delay time.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 300|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;query time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Get default OPP delay of 10 seconds:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">POW:PROT:DEL? DEF</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.20. <a name=\"sour_pow_prot_stat\"></a>[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the over-power protection (OPP) function. The enabled state is ON (1); the disabled state is OFF (0). If the over-power protection function is enabled and the measure output power reach value set by [SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel] the output is disabled and the Questionable Condition status register OPP bit 10 is set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the current protection state is OFF, and 1 if the current protection state is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">POW:PROT:STAT ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">POW:PROT:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.21. <a name=\"sour_pow_prot_trip\"></a>[SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query whether OPP occurred on the currently selected channel. When protection is tripped bit 10 (OPP) of the Questionable Instrument Isummary register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a>).</p>\n\t\t\t\t\t<p>The <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-output.html#outp_prot_cle\"><span style=\"text-decoration: underline;\">OUTPut:PROTection:CLEar</span></a> command can be send to clear OPP condition on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a 1 if the protection circuit is tripped and a 0 if it is untripped.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">POW:PROT:TRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.22. <a name=\"sour_volt\"></a>[SOURce[&lt;n&gt;]]:VOLTage</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate][:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]? [&lt;query voltage&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the immediate voltage level of the output channel. Units are in volts. When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This command also increases or decreases the immediate voltage level using the ‘UP’ or DOWN parameter by a predetermined amount. The command VOLTage:STEP sets the amount of increase or decrease. A new increment setting will <span style=\"font-style: italic;\">not</span> cause an execution error -222,&quot;Data out of range&quot; when the maximum or the minimum rated current is exceeded – the output value will be set to the maximum or the minimum value instead.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At *RST, the signal being sourced will be set to a &quot;safe&quot; condition. This is achieved by setting the amplitude to its MINimum value (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed voltage level. VOLT? MIN, VOLT? DEF and VOLT? MAX can be used to obtain minimum, default and maximum voltage level on the currently selected channel. For actual output voltage value use MEASure:VOLTage? command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;query voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|DEF|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>A 10&#160;ohm load is connected and current is set to 1&#160;A. With MAX voltage set measured voltage will be 10&#160;V. When new voltage value is set to 5&#160;V, current will drop to 0.5&#160;A (the channel enters the CV mode of operation):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT MAX</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 5</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0.50</p>\n\t\t\t\t\t<p>Query that returns maximum current of the currently selected channel:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR? MAX</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">5.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">150,&quot;Power limit exceeded&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-222,&quot;Data out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>APPLy</p>\n\t\t\t\t\t<p>MEASure[:SCALar]:VOLTage[:DC]?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.23. <a name=\"sour_volt_lim\"></a>[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]? [&lt;query voltage&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the channel’s output voltage limit. Units are in volts.</p>\n\t\t\t\t\t<p>When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. </p>\n\t\t\t\t\t<p>This command could be used as mean of protection against incidental programming of too high output voltage that can be set for example with [SOURce[&lt;n&gt;]]:VOLTage:STEP command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the max. allowed output voltage of the specified channel. Querying MAX on an output channel returns the maximum voltage limit.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">MAXimum</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:LIM 20</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:STEP</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:LIMit</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.24. <a name=\"sour_volt_step\"></a>[SOURce[&lt;n&gt;]]:VOLTage:STEP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement] {&lt;step&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]? [&lt;query step&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the step of the voltage change of the channel. When [SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. Step change is performed by using UP and DOWN as parameter for the [SOURce[&lt;n&gt;]]:VOLTage command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the step of the voltage change of the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&lt;step&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.01 to 10|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&lt;query step&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return default step value:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:STEP? DEF</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0.10</p>\n\t\t\t\t\t<p>By connecting a 10&#160;ohm load and current set to 2&#160;A and voltage to 10&#160;V the first channel enters the CV mode of operation. Voltage is then decreased from 10&#160;V in two steps to 6&#160;V:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">APPL CH1, 10,2</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1.0</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:STEP 2</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT DOWN</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT DOWN</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">6.0</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0.60</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.25. <a name=\"sour_volt_trig\"></a>[SOURce[&lt;n&gt;]]:VOLTage:TRIGgered</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude] {&lt;voltage&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]? [&lt;query voltage&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command programs the pending triggered voltage level. The pending triggered current level is a stored value that is transferred to the output terminals when a trigger occurs.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">A pending triggered level is not affected by subsequent VOLTage commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the triggered voltage level presently programmed. If no triggered level is programmed, the VOLTage level is returned. VOLT:TRIG? MIN and VOLT:TRIG? MIN return the lowest and highest programmable triggered voltage levels.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to maximum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">MIN|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>On the currently selected channel voltage will be set to 3.3V and current to 1A when INITiate command is executed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:TRIG 3.3</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:TRIG 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR IMM</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.26. <a name=\"sour_volt_mode\"></a>[SOURce[&lt;n&gt;]]:VOLTage:MODE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:MODE {&lt;mode&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:MODE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command determines what happens to the output voltage when the transient system is initiated and triggered:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">FIXed – the output current remains at the immediate value</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">LIST – the output follows the list values when a trigger occurs.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">STEP – the output goes to the triggered level when a trigger occurs.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the voltage mode of the currently selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;mode&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">FIXed|LIST|STEP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">FIXed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:MODE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">LIST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:MODE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.27. <a name=\"sour_volt_prog\"></a>[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce] {&lt;source&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to define source for output voltage programming if channel support this option (use the SYSTem:CHANnel[:INFOrmation]:PROGram? to query channel programming capability).</p>\n\t\t\t\t\t<p>A channel’s D/A converter controlled by CPU is used by default for voltage output programming. That source can be calibrated (see the CALibrate subsystem) and provide output within safe limits. </p>\n\t\t\t\t\t<p>The external voltage programming could be used when fast interaction with an external process is required. For example if tracking output of the connected D.U.T. (i.e. a power supply) is needed the PSU effectively becomes a pre-regulator keeping its output voltage in relation with changes of the D.U.T. output keeping constant difference between connected D.U.T input and output and in that way its max. power dissipation.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Max. D/A converter programmed voltage of 2.5&#160;V would results with MAXimal voltage output regardless of the channel’s voltage range (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>). Therefore if EXTernal programming source is selected, any voltage value higher then 2.5&#160;V could produce unexpected results and eventually damage the PSU and/or connected load. </p>\n\t\t\t\t\t<p class=\"note\">To limit possible damage when programming source is set to EXTernal, the over-voltage protection (OVP) will be activated and set to MAXimum ([SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel]) with protection delay time set to zero ([SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]). Further adjustment of OVP level and delay is also allowed (e.g. to decrease OVP level or increase delay time).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The enabled state is EXTernal (1); the disabled state is INTernal (0). Execution of this command also affects bit 13 (RPROG) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section </span></a><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">3.3.2</span></a>).</p>\n\t\t\t\t\t<p>Self-test operation initiated by <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#tst\"><span style=\"text-decoration: underline;\">*TST?</span></a> command will reset voltage programming on all PSU channels to the internal/local source.</p>\n\t\t\t\t\t<p>If external programming source is selected the DIAGnostic[:INFOrmation]:ADC? Query returns 0.00 value for U_SET.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">INTernal|EXTernal</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">INTernal</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the local (internal) voltage programming is selected, and 1 if the remote (external) sense is selected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROG EXT</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROG?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST</p>\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:ADC?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:[:STATe]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>SYSTem:CHANnel[:INFOrmation:PROGram?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.28. <a name=\"sour_volt_prot\"></a>[SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel] {&lt;voltage&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the over-voltage protection (OVP) value of the channel. When [:SOURce[&lt;n&gt;]] or [&lt;n&gt;] is omitted, the currently selected channel will be affected by this command. When the over-votlage protection function of the specified channel is enabled ([SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe), the output turns off automatically when the output voltage exceeds the over-voltage protection value currently set. </p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped? command can be used to query whether over-voltage protection occurred on the selected channel.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>An execution error -222,&quot;Data out of range&quot; will be generated when output voltage is controlled internally ([SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]) and OVP value is set below programmed output voltage ([SOURce[&lt;n&gt;]]:VOLTage). </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the over-voltage protection (OVP) value of the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to maximum, MIN|DEF|MAX</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set voltage protection to 10.2&#160;V on the channel 1:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">SOUR1:VOLT:PROT 10.2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-222,&quot;Data out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:COUPle</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.29. <a name=\"sour_volt_prot_del\"></a>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME] {&lt;time&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]? [&lt;query time&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the over-voltage protection delay. The over-voltage protection function will not be triggered on the selected output channel during the delay time. After the delay time has expired, the over-voltage protection function will be active. </p>\n\t\t\t\t\t<p>This prevents momentary changes in output status from triggering the over-voltage protection function. Programmed values can range from 0 to 10 seconds. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed delay time.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 10|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5&#160;ms</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;query time&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Get default OVP delay of 50 milliseconds:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:PROT:DEL? DEF</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0.050</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.30. <a name=\"sour_volt_prot_stat\"></a>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the over-voltage protection (OVP) function. The enabled state is ON (1); the disabled state is OFF (0).</p>\n\t\t\t\t\t<p>Since the PSU do not have a dedicated over-voltage protection circuit that can be programmed independently of output current level, entering the CV (constant voltage) mode of operation is used as a trigger to start OVP sequence. When delay time specified with the [SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME] command expired the output turns off and the Questionable Condition status register OCP bit 8 is set. An error tone will also follow if beeper is enabled (see SYSTem:BEEPer:STATe).</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped? command can be used to query whether over-voltage protection occurred on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the voltage protection state is OFF, and 1 if the voltage protection state is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROT:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped</p>\n\t\t\t\t\t<p>SYSTem:BEEPer:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.31. <a name=\"sour_volt_prot_trip\"></a>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query whether OVP occurred on the currently selected channel. When protection is tripped bit 8 (OVP) of the Questionable Instrument Isummary register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a>).</p>\n\t\t\t\t\t<p>When channel’s output voltage is controlled remotely ([SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]) this protection will change voltage control back to INTernal source.</p>\n\t\t\t\t\t<p>The <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-output.html#outp_prot_cle\"><span style=\"text-decoration: underline;\">OUTPut:PROTection:CLEar</span></a> command can be send to clear OVP condition on the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a 1 if the protection circuit is tripped and a 0 if it is untripped.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROT:TRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROG?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:PROTection:CLEar</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.32. <a name=\"sour_volt_sens\"></a>[SOURce[&lt;n&gt;]]:VOLTage:SENSe[:SOURce]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:SENSe[:SOURce] {&lt;source&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">[SOURce[&lt;n&gt;]]:VOLTage:SENSe[:SOURce]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables remote sensing. The enabled state is EXTernal (1); the disabled state is INTernal (0). Execution of this command also affects bit 12 (RSENSE) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section </span></a><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">3.3.2</span></a>).</p>\n\t\t\t\t\t<p>Self-test operation initiated by <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#tst\"><span style=\"text-decoration: underline;\">*TST?</span></a> command will put remote sense on all PSU channels into disable state.</p>\n\t\t\t\t\t<p>When the BP_OPTION is enabled and the channels are not coupled together (INSTrument:COUPle:TRACking) this command sets LED indicators above binding posts and sense relays in the following manner:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Turn on/off Sense1 indicator (LED_S1) and sense relay K_S1 when CH1 is selected</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Turn on/off Sense2 indicators (LED_S2) and sense relay K_S2 when CH2 is selected</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p class=\"note\">Remote sensing has no effect during CC (Constant Current) operation. Sense+/Sense- indicators (LED_S1, LED_S2) will not be affected if output state is off (OUTPut OFF command).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">INTernal|EXTernal</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">INTernal</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the internal sense is selected, and 1 if the remote (external) sense is selected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:SENS EXT</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:SENS?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>*TST</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:[:STATe]</p>\n\t\t\t\t\t<p>SYSTem:CHANnel[:INFOrmation]:PROGram?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.13.33. [SOURce[&lt;n&gt;]]:VOLTage:SLEW:FALLing</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t\t<p class=\"Heading_3\">5.13.34. [SOURce[&lt;n&gt;]]:VOLTage:SLEW:RISing</p>\n\t\t<p class=\"note\">Not implemented yet</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.14 - STATus.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.scpi4 { text-align: left; margin-left: 20mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.14. <a name=\"_status\"></a>STATus </p>\n\t\t<p>Status register programming lets you determine the operating condition of the instrument at any time.</p>\n\t\t<p>This subsystem controls the SCPI-defined status-reporting structures. SCPI defines, in addition to those in IEEE 488.2, QUEStionable, OPERation, Instrument SUMmary and INSTrument registers. These registers conform to the IEEE 488.2 specification and each may be comprised of a condition register, an event register, an enable register. The purpose and definition of the SCPI-defined registers is described in &quot;Volume 1: Syntax and Style&quot;. SCPI also defines an IEEE 488.2 queue for status. The queue provides a human readable record of instrument events. The application programmer may individually enable events into the queue. </p>\n\t\t<p>STATus:PRESet enables errors and disables all other events. </p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi0\">STATus</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:OPERation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_oper\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_oper_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_oper_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INSTrument[&lt;n&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_oper_inst\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_oper_inst_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_oper_inst_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ISUMmary&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_oper_inst_isum\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_oper_inst_isum_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Operation Instrument Isummary Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_ques_inst_isum_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Operation Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#stat_pre\"><span style=\"text-decoration: underline;\">:PREset</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Presets all enable registers to power-on state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi1\">:QUEStionable</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_ques\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_ques_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#stat_ques_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INSTrument[&lt;n&gt;]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_ques_inst\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_ques_inst_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#stat_ques_inst_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Instrument Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ISUMmary&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_ques_inst_isum\"><span style=\"text-decoration: underline;\">[:EVENt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_oper_inst_isum_cond\"><span style=\"text-decoration: underline;\">:CONDition?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Returns the value of the Questionable Instrument Isummary Condition register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 44%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#stat_ques_inst_isum_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 56%;\">\n\t\t\t\t\t<p>Enables specific bits in the Questionable Instrument Isummary Event register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.1. <a name=\"stat_oper\"></a>STATus:OPERation[:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Operation Status Event register The bits are latched and reading the register will clear it. The *CLS command can be also used to clear the register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. For example, if bit 9 (decimal value = 512) and bit 13 (decimal value = 8192) are set, this command will return 8704. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If GROUp PARallel (bit 8) is set (next query returns 0 since the first query clears the event register):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">256</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">STAT:OPER?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>*STB?</p>\n\t\t\t\t\t<p>STATus:OPERation:ENABle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.2. <a name=\"stat_oper_cond\"></a>STATus:OPERation:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Operation Status Condition register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. For example, if bit 9 (decimal value = 512) and bit 13 (decimal value = 8192) are set, this command will return 8704. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If GROUp PARallel (bit 8) is set:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">256</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>STATus:OPERation:ENABle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.3. <a name=\"stat_oper_enab\"></a>STATus:OPERation:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command and its query set and read the value of the Operation Status Enable register. The Enable register is a mask for enabling specific bits from the Operation Event register to set the operation summary bit 7 (OPER) of the Status Byte register. This bit is the logical OR of all the Operational Event register bits that are enabled by the Operation Status Enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Operation Status Enable register. The PSU returns a binary-weighted decimal representing the bits set in the enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see the table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable ISUM (bit 13):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:ENAB 8192</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>*STB?</p>\n\t\t\t\t\t<p>STATus:OPERation[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.4. <a name=\"stat_oper_inst\"></a>STATus:OPERation:INSTrument[:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Instrument Operation Status Event register. The bits are latched and reading the register will clear it. The *CLS command can be also used to clear the register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. For example, if bit 1 (decimal value = 2) and bit 2 (decimal value = 4) are set, this command will return 6. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.1</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If bit 2 (INST2) is set:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:INST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">4</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.5. <a name=\"stat_oper_inst_cond\"></a>STATus:OPERation:INSTrument:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Instrument Operation Status Condition register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. For example, if bit 1 (decimal value = 2) and bit 2 (decimal value = 4) are set, this command will return 6. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.1</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If bit 2 (INST2) is set:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:INST:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">4</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.6. <a name=\"stat_oper_inst_enab\"></a>STATus:OPERation:INSTrument:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable bits in the Instrument Operation Status Enable register. The selected bits are then reported to the Operation Status Event register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Instrument Operation Status Enable register. The PSU returns a binary-weighted decimal representing the bits set in the enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see the table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable INST1 (bit 1) and INST2 (bit 2):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:INST:ENAB 6</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.7. <a name=\"stat_oper_inst_isum\"></a>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Instrument Isummary Operation Status Event register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the Instrument Isummary Operation Status Event register of the current channel. The bits are latched and reading the register will clear it. The *CLS command can be also used to clear the register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If bit 8 (CV1) and bit 10 (OE1) on the channel 1 are set (256+1024=1280):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:INST:ISUM1?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1280</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.8. <a name=\"stat_oper_inst_isum_cond\"></a>STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the value of the read-only Instrument Isummary Operation Status Condition register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the Instrument Isummary Operation Status Condition register of the current channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The value returned is the binary-weighted sum of all bits set in the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If bit 8 (CV1) and bit 10 (OE1) on the channel 1 are set (256+1024=1280):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:OPER:INST:ISUM1:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1280</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.9. <a name=\"stat_oper_inst_isum_enab\"></a>STATus:OPERation:INSTrument:ISUMmary&lt;n&gt;:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:OPERation:INSTrument:ISUMmary[&lt;n&gt;]:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable bits in the Instrument Isummary Operation Status Enable register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the Instrument Isummary Operation Status Enable register of the current channel. The selected bits are then reported to the Status Byte.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This command and its query set and read the value of the Operation Status Enable register. The Enable register is a mask for enabling specific bits from the Operation Event register to set the operation summary bit (OPER) of the Status Byte register. This bit (bit 7) is the logical OR of all the Operational Event register bits that are enabled by the Operation Status Enable register</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Instrument Isummary Operation Status Enable register. The PSU returns a binary-weighted decimal representing the bits set in the enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see the table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns that VOLT1 (bit 0), CURR1 (bit 1) and TEMP1 (bit 4) are set (1+2+16=19):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST?</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">STAT:OPER:INST:ISUM:ENABLE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">19</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.10. <a name=\"stat_pre\"></a>STATus:PREset</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command clears all bits in the Enable registers.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">STAT:PRE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.11. <a name=\"stat_ques\"></a>STATus:QUEStionable[:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable[:EVENt]? </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Questionable Status event register. The bits are latched and reading the register will clear it. The *CLS command can be also used to clear the register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If the error is detected in RTC (Real-time clock) circuit, the bit 3 (TIME) is set and this command returns 8:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">8</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.12. <a name=\"stat_ques_cond\"></a>STATus:QUEStionable:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:CONDition? </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Questionable Status condition register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If the error is detected in RTC (Real-time clock) circuit, the bit 3 (TIME) is set and this command returns 8:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">8</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.13. <a name=\"stat_ques_enab\"></a>STATus:QUEStionable:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:ENABle? </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable bits in the Questionable Status Enable register. The selected bits are then reported to the Status Byte. </p>\n\t\t\t\t\t<p>When &lt;enable value&gt; is set to 0, executing this command will clear the Questionable Status Enable register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Questionable Status Enable register. The PSU returns a binary-weighted decimal representing the bits set in the enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns that TIME (bit 3), TEMPerature (bit 4) and ISUM (bit 13) are enabled (8+16+8192=8216):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:ENAB?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">8216</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.14. <a name=\"stat_ques_inst\"></a>STATus:QUEStionable:INSTrument[:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument[:EVENt]? </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the questionable instrument event register. The bits are latched and reading the register will clear it. The *CLS command can be also used to clear the register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register and clears the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.1</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Result of the query when INST1 (bit 1) and INST2 (bit 2) are set (2+4=6): </p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">6</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.15. <a name=\"stat_ques_inst_cond\"></a>STATus:QUEStionable:INSTrument:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:CONDition? </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the questionable instrument condition register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a decimal value which corresponds to the binary-weighted sum of all bits in the register and clears the register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.1</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Result of the query when INST1 (bit 1) and INST2 (bit 2) are set (2+4=6): </p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">6</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.16. <a name=\"stat_ques_inst_enab\"></a>STATus:QUEStionable:INSTrument:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the value of the questionable instrument enable register. This register is a mask for enabling specific bits from the questionable instrument event register to set the instrument summary bit 13 (ISUM) of the Questionable Status register. The ISUM bit of the Questionable Status register is the logical OR of all the questionable instrument event register bits that are enabled by the questionable instrument enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the Questionable Instrument Enable register. The PSU returns a binary-weighted decimal representing the bits set in the enable register. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_inst_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set INST1 (bit 1) and INST2 (bit 2):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST:ENAB 6</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.17. <a name=\"stat_ques_inst_isum\"></a>STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;][:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return the value of the Questionable Instrument Isummary Event register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the questionable instrument Isummary enable register of the current channel. The event register is a read-only register which holds (latches) all events. Reading the Questionable Instrument Isummary Event register clears it. The *CLS command can be also used to clear the register.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>When the PSU is operating as a voltage source, bit 1 (CURRent) is set. When the PSU is operating as a current source, bit 0 (VOLTage) is set. When the output is unregulated (UR), both bits are set (for example, while the output is changing to a new programmed value or when the PSU is sinking instead of sourcing because down-programmer is active with battery with higher voltage then set output is connected).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a binary-weighted decimal representing the bits set in the enable register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Result of the query when over-current protection (OCP) condition is detected (bit 9):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST:ISUM1?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">512</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.18. <a name=\"stat_ques_inst_isum_cond\"></a>STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;]:CONDition?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;]:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return the value of the Questionable Instrument Isummary Condition register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the questionable instrument Isummary enable register of the current channel.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>When the PSU is operating as a voltage source, bit 1 (CURRent) is set. When the PSU is operating as a current source, bit 0 (VOLTage) is set. When the output is unregulated (UR), both bits are set (for example, while the output is changing to a new programmed value or when the PSU is sinking instead of sourcing because down-programmer is active with battery with higher voltage then set output is connected).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a binary-weighted decimal representing the bits set in the enable register. See table in the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a> for bits description.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Result of the query when over-current protection (OCP) condition is detected (bit 9):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST:ISUM1:COND?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">512</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.14.19. <a name=\"stat_ques_inst_isum_enab\"></a>STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;]:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;]:ENABle {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">STATus:QUEStionable:INSTrument:ISUMmary[&lt;n&gt;]:ENABle?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the value of the Questionable Instrument Isummary Enable register for a specific channel of the PSU represented by numeric value [&lt;n&gt;]. When [&lt;n&gt;] is omitted, the system queries the Questionable Instrument Isummary Enable register of the current channel. The *CLS command can be used to clear the register.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This register is a mask for enabling specific bits from the Questionable Instrument Isummary Event register to set the Instrument Summary bit (bits 1 and 2) of the Questionable Instrument register. These bits are the logical OR of all the Questionable Instrument Isummary Event register bits that are enabled by the Questionable Instrument Isummary Enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the value of the Questionable Instrument Isummary Enable register.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">A decimal value which corresponds to the binary-weighted sum of the bits in the register (see table in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4.2</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">PREset=0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable bits for all events on channel 2 – VOLT2 (bit 0, value=1), CURR (bit 1, decimal value=2), TEMP2 (bit 4, value 16), OVP1 (bit 8, value=256), OCP2 (bit 9, value=512), OPP2 (bit 10, value=1024), therefore the enable value is 1+2+16+256+512+1024=1811:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">STAT:QUES:INST:ISUM2:ENAB 1811</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>STATus:PREset</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.15 - SYSTem.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 5.715mm; margin-top: 3.375mm; margin-bottom: 1.875mm; text-indent: -5.715mm; font-size: 9.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 5.715mm; margin-top: 3.375mm; margin-bottom: 1.875mm; text-indent: -5.715mm; font-size: 8.25pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 7.5mm; margin-right: 1.4925mm; text-indent: -4.5mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 7.5mm; margin-right: 1.4925mm; margin-bottom: 2.25mm; text-indent: -4.5mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 7.5mm; margin-right: 1.4925mm; margin-top: 2.25mm; text-indent: -4.5mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 7.875pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 7.875pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.4925mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.4925mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.4925mm; margin-bottom: 1.4925mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 3.7425mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 7.5mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 11.2425mm; }\n\t\t\t.scpi4 { text-align: left; margin-left: 15mm; }\n\t\t\t.scpi5 { margin-left: 18.7425mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 7.5pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t\t/* Paragraphs to tables */\n\t\t\t.table_master_sadrzaj { width: 100%; } \n\t\t\t.table_master_sadrzaj td:last-child { white-space: nowrap; width: auto; }\n\t\t\t.table_sadrzaj { width: 100%; } \n\t\t\t.table_sadrzaj td:last-child { white-space: nowrap; width: auto; }\n\t\t\t.table_dijalog td:first-child { white-space: nowrap; }\n\t\t\t.table_dijalog td { vertical-align: top; }\n\t\t\t.table_dijalog p { margin: 0 1em; text-indent: 0; }\n\t\t\t.table_dijalog2 td:first-child { white-space: nowrap; }\n\t\t\t.table_dijalog2 td { vertical-align: top; }\n\t\t\t.table_dijalog2 p { margin: 0 1em; text-indent: 0; }\n\t\t\t.table_transkript td:first-child { white-space: nowrap; }\n\t\t\t.table_transkript td { vertical-align: top; }\n\t\t\t.table_transkript p { margin: 0 1em; text-indent: 0; }\n\t\t\t\n\t\t\t/* Custom CSS */\n\t\t\ta:link, a:active {\n color: #66c;\n text-decoration: none;}\n\na:hover {\n text-decoration: underline;}\n\n#content .citat1 { text-indent: 0; background: url(\"/images/blockquote2.gif\") no-repeat scroll 3px 3px #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin: 0;\n    padding: 8px 12px 8px 36px;}\n\t\n#content .citat1_start { text-indent: 0; background: url(\"/images/blockquote2.gif\") no-repeat scroll 3px 3px #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin: 0;\n    padding: 8px 12px 0px 36px;}\n\t\n#content .citat1_sredina { text-indent: 0; background-color: #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin: 0;\n    padding: 0px 12px 0px 36px;}\n\t\n#content .citat1_kraj { text-indent: 0; background-color: #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin: 0;\n    padding: 0px 12px 8px 36px;}\n\n#content .citat2{ text-indent: 0; background: url(\"/images/blockquote2.gif\") no-repeat scroll 3px 3px #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin-left: 10mm;\n    padding: 8px 12px 8px 36px;}\n\t\n#content .citat2_start { text-indent: 0; background: url(\"/images/blockquote2.gif\") no-repeat scroll 3px 3px #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin-left: 10mm;\n    padding: 8px 12px 0px 36px;}\n\t\n#content .citat2_sredina { text-indent: 0; background-color: #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin-left: 10mm;\n    padding: 0px 12px 0px 36px;}\n\t\n#content .citat2_kraj { text-indent: 0; background-color: #F4F5F7;\n    border: 0 solid #CCCCCC;\n    margin-left: 10mm;\n    padding: 0px 12px 8px 36px;}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.15. <a name=\"_system\"></a>SYSTem</p>\n\t\t<p>System commands control system functions that are not directly related to output control, measurement, or status functions.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 131.265mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi0\">SYSTem</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_beep\"><span style=\"text-decoration: underline;\">:BEEPer[:IMMediate]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Issues a single beep immediately</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:KEY</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_beep_key_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enables click tone for local control</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_beep_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enables beeper function</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_cap\"><span style=\"text-decoration: underline;\">:CAPability?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns an &lt;instrument_specifier&gt;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CHANnel</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_chan_coun\"><span style=\"text-decoration: underline;\">[:COUNt]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the number of output channels</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INFOrmation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:AHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_chan_aho\"><span style=\"text-decoration: underline;\">TOTal?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns channel’s total delivered energy in Ah</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_chan_curr\"><span style=\"text-decoration: underline;\">:CURRent?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns output current capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ONTime</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_chan_ont_last\"><span style=\"text-decoration: underline;\">LAST?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns time passed after last output enable</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_chan_ont_tot\"><span style=\"text-decoration: underline;\">TOTal?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns channel’s total active time</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_chan_pow\"><span style=\"text-decoration: underline;\">:POWer?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns output power capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_chan_prog\"><span style=\"text-decoration: underline;\">:PROGram?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns programmable features of the channel</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_chan_volt\"><span style=\"text-decoration: underline;\">:VOLTage?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns output voltage capability</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:WHOur</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\" style=\"text-align: justify;\"><a href=\"#syst_chan_who\"><span style=\"text-decoration: underline;\">:TOTal?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns channel’s total delivered energy in Wh</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_chan_mod\"><span style=\"text-decoration: underline;\">:MODel?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the channel model identification</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:COMMunicate</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_comm_enab\"><span style=\"text-decoration: underline;\">:ENABle {&lt;bool&gt;</span></a><a href=\"#syst_comm_enab\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_comm_enab\"><span style=\"text-decoration: underline;\">, </span></a><a href=\"#syst_comm_enab\"><span style=\"text-decoration: underline;\">{</span></a><a href=\"#syst_comm_enab\"><span style=\"text-decoration: underline;\">&lt;interface&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enables the remote interface </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:ETHernet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_addr\"><span style=\"text-decoration: underline;\">:ADDRess {&lt;ip_address&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the static LAN (IP) address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:CONTrol?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the control connection port</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_dhcp\"><span style=\"text-decoration: underline;\">:DHCP {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enables the use of the Dynamic Host Configuration Protocol (DHCP)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_dns\"><span style=\"text-decoration: underline;\">:DNS &lt;ip_address&gt;</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the IP address of the DNS server.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_gate\"><span style=\"text-decoration: underline;\">:GATEway {&lt;ip_address&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the IP address of the default gateway</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_mac\"><span style=\"text-decoration: underline;\">:MAC?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the MAC address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_port\"><span style=\"text-decoration: underline;\">:PORT {&lt;number&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the port number</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_eth_smas\"><span style=\"text-decoration: underline;\">:SMASk {&lt;mask&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the static subnet mask</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_comm_ntp\"><span style=\"text-decoration: underline;\">:NTP {&lt;server&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Set s NTP service server address</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_comm_rlst\"><span style=\"text-decoration: underline;\">:RLSTate {&lt;state&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Places the instrument in remote or local mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:SERial</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_ser_baud\"><span style=\"text-decoration: underline;\">:BAUD {&lt;speed&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the baud rate (speed)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_comm_ser_par\"><span style=\"text-decoration: underline;\">:PARity {&lt;parity&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the parity mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CPU</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:INFOrmation</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ETHernet</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_cpu_eth_type\"><span style=\"text-decoration: underline;\">:TYPE?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the type of Ethernet controller</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ONtime</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_cpu_ont_last\"><span style=\"text-decoration: underline;\">LAST?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns time passed after last power on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_cpu_ont_tot\"><span style=\"text-decoration: underline;\">TOTal?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns PSU’s total active time</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_cpu_type\"><span style=\"text-decoration: underline;\">:TYPE?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the type of CPU</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_cpu_mod\"><span style=\"text-decoration: underline;\">:MODel?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the control board model identification</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_cpu_opt\"><span style=\"text-decoration: underline;\">:OPTion?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns information about installed options on the control board</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">:DATE {&lt;year&gt;</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">,</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\"> {</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">&lt;month&gt;</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">,</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\"> {</span></a><a href=\"#syst_date\"><span style=\"text-decoration: underline;\">&lt;day&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the date of the system clock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DIGital</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_dig_inp_data\"><span style=\"text-decoration: underline;\">:INPut:DATA? {&lt;pin&gt;</span></a>}</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Reads the state of the digital port pins</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_dig_outp_data\"><span style=\"text-decoration: underline;\">:OUTPut:DATA {&lt;pin&gt;}, {&lt;state&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the state of the digital port pins</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PIN&lt;n&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_dig_pin_func\"><span style=\"text-decoration: underline;\">:FUNCtion {&lt;function&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the selected pin’s function</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_dig_pin_pol\"><span style=\"text-decoration: underline;\">:POLarity {&lt;polarity&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the selected pin’s polarity</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:ERRor</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_err\"><span style=\"text-decoration: underline;\">[:NEXT]?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Queries and clears errors from the error queue</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_err_coun\"><span style=\"text-decoration: underline;\">:COUNt?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Queries the error/event queue for the number of unread items</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_inh\"><span style=\"text-decoration: underline;\">:INHibit?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Queries system inhibit state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_kloc\"><span style=\"text-decoration: underline;\">:KLOCk</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Disables front panel [lock/unlock] icon</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_loc\"><span style=\"text-decoration: underline;\">:LOCal</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Places the PSU in the local mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PASSword</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CALibration</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_pass_cal_res\"><span style=\"text-decoration: underline;\">:RESet</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Resets the calibration password to initial value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:FPANel</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#syst_pass_fpan_res\"><span style=\"text-decoration: underline;\">:RESet</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Resets the front panel lock password to initial value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_pass_new\"><span style=\"text-decoration: underline;\">:NEW {&lt;old&gt;</span></a><a href=\"#syst_pass_new\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_pass_new\"><span style=\"text-decoration: underline;\">, </span></a><a href=\"#syst_pass_new\"><span style=\"text-decoration: underline;\">{</span></a><a href=\"#syst_pass_new\"><span style=\"text-decoration: underline;\">&lt;new&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Changes system password</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_pon_outp_dis\"><span style=\"text-decoration: underline;\">:PON:OUTPut:DISable {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets output state on power up</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_pow\"><span style=\"text-decoration: underline;\">:POWer {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enters the PSU into the Stand-by mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_pow_prot_trip\"><span style=\"text-decoration: underline;\">:PROTection:TRIP {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enters the PSU into the Stand-by mode in case of protection trip</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_rem\"><span style=\"text-decoration: underline;\">:REMote</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Places the PSU in the remote mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_rwl\"><span style=\"text-decoration: underline;\">:RWLock</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Places the PSU in the remote mode and disables front panel [lock/unlock] icon</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\">:TEMPerature</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\">:PROTection </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi3\">[:HIGH]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_temp_prot\"><span style=\"text-decoration: underline;\">[:LEVel] {&lt;temperature&gt;</span></a><a href=\"#syst_temp_prot\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_temp_prot\"><span style=\"text-decoration: underline;\"> </span></a><a href=\"#syst_temp_prot\"><span style=\"text-decoration: underline;\">[</span></a>, <a href=\"#syst_temp_prot\"><span style=\"text-decoration: underline;\">&lt;sensor&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the OTP value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_temp_prot_cle\"><span style=\"text-decoration: underline;\">:CLEar</span></a><a href=\"#syst_temp_prot_cle\"><span style=\"text-decoration: underline;\"> </span></a><a href=\"#syst_temp_prot_cle\"><span style=\"text-decoration: underline;\">{&lt;sensor&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Clears the latched protection status of the over-temperature protection (OTP)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\">:DELay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi5\"><a href=\"#syst_temp_prot_del\"><span style=\"text-decoration: underline;\">[:TIME] {&lt;delay&gt;</span></a><a href=\"#syst_temp_prot_del\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_temp_prot_del\"><span style=\"text-decoration: underline;\"> </span></a><a href=\"#syst_temp_prot_del\"><span style=\"text-decoration: underline;\">[</span></a>, <a href=\"#syst_temp_prot_del\"><span style=\"text-decoration: underline;\">&lt;sensor&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the OTP programming delay</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;</span></a><a href=\"#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\"> </span></a><a href=\"#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\">[</span></a>, <a href=\"#syst_temp_prot_stat\"><span style=\"text-decoration: underline;\">&lt;sensor&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Enables/disables OTP on the selected temperature sensor </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi4\"><a href=\"#syst_temp_prot_trip\"><span style=\"text-decoration: underline;\">:TRIPped? [&lt;sensor&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns status of OTP activation</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_time\"><span style=\"text-decoration: underline;\">:TIME {&lt;hours&gt;</span></a><a href=\"#syst_time\"><span style=\"text-decoration: underline;\">}</span></a><a href=\"#syst_time\"><span style=\"text-decoration: underline;\">,</span></a><a href=\"#syst_time\"><span style=\"text-decoration: underline;\"> {</span></a><a href=\"#syst_time\"><span style=\"text-decoration: underline;\">&lt;minutes&gt;</span></a>}<a href=\"#syst_time\"><span style=\"text-decoration: underline;\">,</span></a> {<a href=\"#syst_time\"><span style=\"text-decoration: underline;\">&lt;seconds&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the time of the system clock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_time_dst\"><span style=\"text-decoration: underline;\">:DTS {rules}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Defines daylight saving time (DST) rules </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#syst_time_zone\"><span style=\"text-decoration: underline;\">:ZONE {zone}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Defines time zone</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#syst_vers\"><span style=\"text-decoration: underline;\">:VERSion?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Returns the SCPI version number</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.1. <a name=\"syst_beep\"></a>SYSTem:BEEPer</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:BEEPer[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command issues a single beep immediately.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:BEEP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.2. <a name=\"syst_beep_key_stat\"></a>SYSTem:BEEPer:KEY:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:BEEPer:KEY:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:BEEPer:KEY:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to enable or disable generation of audiable “click” sound when front panel option is selected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:BEEP:KEY:STAT ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:BEEPer[:IMMediate]</p>\n\t\t\t\t\t<p>SYSTem:BEEPer:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.3. <a name=\"syst_beep_stat\"></a>SYSTem:BEEPer:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:BEEPer:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:BEEPer:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>When the beeper is enabled, the PSU generates audible sound in any of the following situations:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">the power is turns on or off (see SYSTem:POWer),</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">when error occurs during front panel operation or remote operation (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html\"><span style=\"text-decoration: underline;\">Section 7</span></a> for the list of error messages),</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">self-test is failed and</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">any of the protection function is “tripped”</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:BEEP:STAT ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:BEEP:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:BEEPer[:IMMediate]</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.4. <a name=\"syst_cap\"></a>SYSTem:CAPability?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CAPability?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the PSU’s capabilities and outputs the appropriate specifiers.</p>\n\t\t\t\t\t<p>See also SCPI Volume 4: Section 7.1, 1.4.1, 7.2.1, 7.2.2, and 7.2.3</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:CAPability?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DCSUPPLY WITH (MEASURE|MULTIPLE|TRIGGER)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.5. <a name=\"syst_chan_coun\"></a>SYSTem:CHANnel[:COUNt]?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel[:COUNt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the number of output channels in a mainframe.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:CHANnel?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INSTrument[:SELect]</p>\n\t\t\t\t\t<p class=\"cmd_code\">INSTrument:NSELect</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.6. <a name=\"syst_chan_aho\"></a>SYSTem:CHANnel:INFOrmation:AHOur:TOTal?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:AHOur:TOTal? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns total delivered energy in amp-hours (Ah) of the currently selected channel. This information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to the last 10 minutes of calculated energy is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Energy specified in amp-hours can be easily converted into e.g. Coulumbs (1&#160;Ah&#160;=&#160;3600&#160;C).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:AHO:TOT? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1344.35</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">FETCh:AHOur?</p>\n\t\t\t\t\t<p class=\"cmd_code\">FETCh:WHOur?</p>\n\t\t\t\t\t<p class=\"cmd_code\">SENSe:AHOur:RESet</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:CHANnel:INFOrmation:WHOur:TOTal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.7. <a name=\"syst_chan_curr\"></a>SYSTem:CHANnel:INFOrmation:CURRent?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:CURRent? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this query to get currently selected channel output current capability.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:CURR? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">5.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.8. <a name=\"syst_chan_ont_last\"></a>SYSTem:CHANnel:INFOrmation:ONTime:LAST?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:ONTime:LAST? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns time passed after last activation of the currently selected channel. Resolution is 1 minute and this information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to 10 minutes is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:ONT:LAST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">15m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.9. <a name=\"syst_chan_ont_tot\"></a>SYSTem:CHANnel:INFOrmation:ONTime:TOTal?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:ONTime:TOTal? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns total active time of the currently selected channel. Resolution is 1 minute and this information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to 10 minutes is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:ONT:TOT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1h 45m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.10. <a name=\"syst_chan_pow\"></a>SYSTem:CHANnel:INFOrmation:POWer?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:POWer? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this query to get currently selected channel output power capability.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:POW?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">160.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.11. <a name=\"syst_chan_prog\"></a>SYSTem:CHANnel:INFOrmation:PROGram?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:PROGram? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns names of all channel board functionality that can be controlled by firmware. Depending of the board model (see the SYSTem:CHANnel:MODel? query) various combination of the following features can be returned:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">Volt – program the output voltage while channel is in the CV mode of operation (see [SOURce[&lt;n&gt;]]:VOLTage and APPLy commands)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Current – program the output current while channel is in the CC mode of operation (see [SOURce[&lt;n&gt;]]:CURRent and APPLy commands)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Power – set max. allowed output power regardless of the channel mode of operation (see [SOURce[&lt;n&gt;]]:POWer:LIMit)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OE – set channel power output (see OUTPut[:STATe])</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Dprog – control down-programmer circuit (see OUTPut:DPRog)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">LRipple – set low power mode of operation when SMPS pre-regulator is switched off (see OUTPut:LRIPple)</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">Rprog – control output voltage programming source (see [SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce])</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:PROG? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;Volt&quot;, &quot;Current&quot;, &quot;Power&quot;, &quot;OE&quot;, &quot;DProg&quot;, &quot;LRipple&quot;, &quot;Rprog&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>APPLy</p>\n\t\t\t\t\t<p>OUTPut:DPRog</p>\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t\t<p>OUTPut[:STATe]</p>\n\t\t\t\t\t<p>OUTPut:LRIPple</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:LIMit</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce])</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.12. <a name=\"syst_chan_volt\"></a>SYSTem:CHANnel:INFOrmation:VOLTage?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:VOLTage? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this query to get currently selected channel output voltage capability.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">40.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.13. <a name=\"syst_chan_who\"></a>SYSTem:CHANnel:INFOrmation:WHOur:TOTal?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:INFOrmation:WHOur:TOTal? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns total delivered energy in watt-hours (Wh) of the currently selected channel. This information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to the last 10 minutes of calculated energy is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Energy specified in watt-hours can be easily converted into e.g. Joules (1&#160;Wh&#160;=&#160;3600&#160;J).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:INFO:WHO:TOT? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2044.15</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">FETCh:AHOur?</p>\n\t\t\t\t\t<p class=\"cmd_code\">FETCh:WHOur?</p>\n\t\t\t\t\t<p class=\"cmd_code\">SENSe:WHOur:RESet</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:CHANnel:INFOrmation:AHOur:TOTal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.14. <a name=\"syst_chan_mod\"></a>SYSTem:CHANnel:MODel?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CHANnel:MODel? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the model identification string of the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CHAN:MOD?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;Power_r5B12&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:CPU:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.15. <a name=\"syst_comm_enab\"></a>SYSTem:COMMunicate:ENABle</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ENABle {&lt;bool&gt;}, {&lt;interface&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ENABle? {&lt;interface&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enables or disables the remote interface Serial (via USB), Ethernet, NTP service, or the remote service Sockets. The setting is effective after rebooting the PSU. This command setting is not changed by power off or the *RST command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Remote service Sockets is not supported yet</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p>ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;interface&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p>SERial|ETHernet|NTP|SOCKets</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the status of the selected interface that could be 0 (OFF) or 1 (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ENAB 1, ETH</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ENAB 0, SER</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.16. <a name=\"syst_comm_eth_addr\"></a>SYSTem:COMMunicate:<span style=\"font-size: 7.875pt;\">ETHernet:</span>ADDRess</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:ADDRess {&lt;ip_address&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:ADDRess?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the IP address of the system manually if the DHCP mode is not enabled. If the DHCP mode is enabled setting the IP address using this command will be ignored.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;ip_address&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p>15 characters max. formatted as four groups of up to 3 digits (range 0–255), separated by “.”</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the current IP address sets manually or assigned by the DHCP server.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:ADDR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;192.168.10.100&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ETHernet:DHCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.17. <a name=\"syst_comm_eth_dhcp\"></a>SYSTem:COMMunicate:ETHernet:DHCP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:DHCP {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:DHCP?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enable or disable the DHCP mode. In DHCP mode, the DHCP server in the current network assigns network parameters (IP ADdress, DNS address, GATEway address and the Subnet MASk) for the PSU.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the status of the DHCP mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:DHCP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.18. <a name=\"syst_comm_eth_dns\"></a>SYSTem:COMMunicate:ETHernet:DNS</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:DNS {&lt;ip_address&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:DNS?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the DNS (Domain Name Service) address if the DHCP mode is not enabled. If the DHCP mode is enabled setting the DNS address using this command will be ignored.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;ip_address&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p>15 characters max. formatted as four groups of up to 3 digits (range 0–255), separated by “.”</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the DNS address sets manually or assigned by the DHCP server.</p>\n\t\t\t\t\t<p>If DHCP is used query will return “unknown”.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:DNS &quot;192.168.1.200&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ETHernet:DHCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.19. <a name=\"syst_comm_eth_gate\"></a>SYSTem:COMMunicate:ETHernet:GATEway</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:GATEway {&lt;ip_address&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:GATEway?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the network gateway address if the DHCP mode is not enabled. If the DHCP mode is enabled setting the network gateway address using this command will be ignored.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;ip_address&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p>15 characters max. formatted as four groups of up to 3 digits (range 0–255), separated by “.”</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the network gateway address sets manually or assigned by the DHCP server. If DHCP is used query will return “unknown”.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:GATE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;192.168.10.1&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ETHernet:DHCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.20. <a name=\"syst_comm_eth_mac\"></a>SYSTem:COMMunicate:ETHernet:MAC</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:MAC {&lt;mac_address&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:MAC?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p style=\"font-family: &quot;Arial;Helvetica Neue;Helvetica;sans-serif&quot;; font-size: 8.4375pt; color: #242729;\">Use this command to set Ethernet controller IC (W5500) MAC. You can set any combination of six hexadecimal values separated by “-”. Ethernet will work as long as two different machine in the LAN don't have the same MAC address.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;mac_address&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p>17 characters formatted as six groups of 2 digits  separated by “-”</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">74-69-69-2D-30-00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the MAC address as a quoted string (six hexadecimal values separated by “-”).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:MAC?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;70-60-50-40-30-20&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.21. <a name=\"syst_comm_eth_port\"></a>SYSTem:COMMunicate:ETHernet:PORT</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:PORT {&lt;number&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:PORT?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to change default (5025) Ethernet communication port for SCPI.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;number&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>1-65535</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">5025</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the Ethernet communication port number.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:PORT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">5025</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t\t<p>SYSTem:COMMunicate:ETHernet:CONTrol?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.22. <a name=\"syst_comm_eth_smas\"></a>SYSTem:COMMunicate:ETHernet:SMASk</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:SMASk {&lt;mask&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:ETHernet:SMASk?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the subnet mask if the DHCP mode is not enabled. If the DHCP mode is enabled setting the network gateway address using this command will be ignored.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;mask&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p>15 characters max. formatted as four groups of up to 3 digits (range 0–255), separated by “.”</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the subnet mask sets manually or assigned by the DHCP server. If DHCP is used query will return “unknown”.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ETH:SMAS &quot;255.255.255.0&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ETHernet:DHCP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.23. <a name=\"syst_comm_ntp\"></a>SYSTem:COMMunicate:NTP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:NTP {&lt;server&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:NTP?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to set the NTP service server network address. The PSU will try to establish connection with selected NTP service on each power up (hard reset), when *RST is issued or once per day (24h as defined with <span class=\"backtick\">CONF_NTP_PERIOD_SEC</span> parameter in firmware)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;server&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>IP address or NTP server host name up to 32 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">europe.pool.ntp.org</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the NTP service server network address.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:ENAB NTP</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:NTP &quot;ntp.ubuntu.com&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"height: 14.595mm; background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t\t<p>SYSTem:DATE</p>\n\t\t\t\t\t<p>SYSTem:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.24. <a name=\"syst_comm_rlst\"></a>SYSTem:COMMunicate:RLSTate</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:RLSTate {&lt;state&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:RLSTate?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command configures the remote/local state of the PSU according to the following settings:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">LOCal – The PSU is set to front panel and remote interface control.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">REMote – The PSU is set to front panel and remote interface control.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">RWLock – The front panel keys are disabled. The PSU can only be controlled via the remote interface. This programmable setting is completely independent from the front panel lock/unlock function that is available from the front panel menu. If you use this command to lock the front panel, the front panel will be unlocked when AC power is cycled.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>The LOCal parameter is the same as SYSTem:LOCal, the REMote parameter is the same as SYSTem:REMote, and the RWLock parameter is the same as SYSTem:RWLock.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The remote/local state is unaffected by *RST or any SCPI commands other than SYSTem:COMMunicate:RLState.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;state&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">LOCal|REMote|RWLock</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">LOCal</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns control state of the PSU that could be LOC, REM, or RWL.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:RLST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;LOC&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">*RST</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:LOCal</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:REMote</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYSTem:RWLock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.25. <a name=\"syst_comm_ser_baud\"></a>SYSTem:COMMunicate:SERial:BAUD</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:SERial:BAUD {&lt;speed&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:SERial:BAUD?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the baud rate of the serial (via USB) interface and the unit is Baud.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;speed&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>4800|9600|19200|38400|57600|115200</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">9600</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the baud rate of the serial interface.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:SER:BAUD 38400</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:SER:BAUD?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">38400</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.26. <a name=\"syst_comm_ser_par\"></a>SYSTem:COMMunicate:SERial:PARity</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:SERial:PARity {&lt;parity&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:COMMunicate:SERial:PARity?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the parity mode of the serial (via USB) interface.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;parity&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>EVEN|MARK|NONE|ODD|SPACE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NONE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the parity mode of the serial interface.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:COMM:SER:PAR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">NONE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.27. <a name=\"syst_cpu_eth_type\"></a>SYSTem:CPU:INFOrmation:ETHernet:TYPE?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:INFOrmation:ETHernet:TYPE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the name of Ethernet controller installed on the control board (Arduino Shield). If simulator is used it returns “Simulator”.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The information will be returned as a list of quoted strings.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CPU:INFO:ETH:TYPE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;W5500&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.28. <a name=\"syst_cpu_ont_last\"></a>SYSTem:CPU:INFOrmation:ONTime:LAST?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:INFOrmation:ONTime:LAST? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns time passed after last activation of the PSU. Resolution is 1 minute and this information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to 10 minutes is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CPU:INFO:ONT:LAST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">15m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.29. <a name=\"syst_cpu_ont_tot\"></a>SYSTem:CPU:INFOrmation:ONTime:TOTal?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:INFOrmation:ONTime:TOTal? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns total active time of the PSU. Resolution is 1 minute and this information is stored every 10 minutes in non-volatile memory. Therefore it’s possible that up to 10 minutes is lost after restart caused with power outage or system reset.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CPU:INFO:ONT:TOT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;1h 45m&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.30. <a name=\"syst_cpu_type\"></a>SYSTem:CPU:INFOrmation:TYPE?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:INFOrmation:TYPE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the name of CPU installed on the control board (Arduino Shield). If simulator is used it returns “Simulator”.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CPU:INFO:TYPE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;Due&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*IDN?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.31. <a name=\"syst_cpu_mod\"></a>SYSTem:CPU:MODel?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the name of the control board (Arduino Shield). If simulator is used it returns “Simulator” and its version.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If revision 1 Arduino Shield is detected:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">SYST:CPU:MOD?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">&quot;Arduino, r5B12&quot;</p>\n\t\t\t\t\t<p>If firmware is running on simulator:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">SYST:CPU:MOD?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;Simulator, v1.1&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:CPU:OPTion?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.32. <a name=\"syst_cpu_opt\"></a>SYSTem:CPU:OPTion?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:CPU:OPTion?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a list of all installed options on the control board. The information will be returned as a list of quoted strings.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:CPU:OPT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;BPost, EEPROM, RTC, SDcard, Ethernet, Display, Watchdog&quot; </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:CPU:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.33. <a name=\"syst_date\"></a>SYSTem:DATE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DATE {&lt;year&gt;}, {&lt;month&gt;}, {&lt;day&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DATE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Sets the date of the system clock (RTC). Specify the year, month, and day. </p>\n\t\t\t\t\t<p>The self-test procedure compare date and time stored in RTC registers with values stored in the non-volatile memory (EEPROM). When the later is greater then former or any of them lost integrity (i.e. any of value is outside allowed range: for example seconds are higher then 60 or months are higher then 12, etc.) self-test will failed. The *TST? will return 1 and detailed report could be queried using the DIAGnostic:TEST? command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The bit 3 (TIME) of the Questionable Status register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a>) if datetime self-test failed or datetime was never set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;year&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2000 – 2099</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;month&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 12</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;day&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 31</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the current date of the system clock in YYYY, MM, DD format.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DATE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2015, 10, 24</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST?</p>\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:TEST?</p>\n\t\t\t\t\t<p>SYSTem:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.34. <a name=\"syst_dig_inp_data\"></a>SYSTem:DIGital:INPut:DATA</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:INPut:DATA? {&lt;pin&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query reads the state of the digital control port.</p>\n\t\t\t\t\t<p class=\"note\">Applies only to pin 1. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the value of the state of input pin.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;pin&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_End\">SYST:DIG:INP:DATA? 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:DIGital:PIN&lt;n&gt;:FUNCtion</p>\n\t\t\t\t\t<p>SYSTem:DIGital:PIN&lt;n&gt;:POLarity</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.35. <a name=\"syst_dig_outp_data\"></a>SYSTem:DIGital:OUTPut:DATA</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:OUTPut:DATA {&lt;pin&gt;}, {&lt;state&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:OUTPut:DATA? {&lt;pin&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the output data on the digital output pin.</p>\n\t\t\t\t\t<p class=\"note\">Applies only to pin 2 and pin 3. This command is supported on Arduino Shield r5B11 or newer revision.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns the last programmed value on the selected pin.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;pin&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2 – 3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;state&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:DIG:OUTP:DATA 2, 0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-114,&quot;Header suffix out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:DIGital:PIN&lt;n&gt;:FUNCtion</p>\n\t\t\t\t\t<p>SYSTem:DIGital:PIN&lt;n&gt;:POLarity</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.36. <a name=\"syst_dig_pin_func\"></a>SYSTem:DIGital:PIN&lt;n&gt;:FUNCtion</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:PIN&lt;n&gt;:FUNCtion {&lt;function&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:PIN&lt;n&gt;:FUNCtion?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to set function of the selected digital port pin. The pin function is saved in non-volatile memory.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">All input functions applies only to pin1 and all output functions applies only to pin 2 and pin 3.</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">DINPut – The pin is in digital input mode.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">DOUTput – The pin is in digital output mode.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">FAULt – Setting FAULt means that pin functions as an isolated fault output. The fault signal is true when any output is in a protected state (from OCP, OVP, OTP, OPP) or Fan fault is detected.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">INHibit – When pin is configured as an inhibit input, a true signal at the pin will disable all output channels.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">ONCouple – output pin synchronize channel output state.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">TINPut – The pin is configured as a trigger input. When configured as a trigger input, the pin can be selected as the source for trigger signals. See TRIGger[:SEQuence]:SOURce.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">TOUTput – This allows a BUS trigger to be sent to any digital port pin that has been configured as a trigger output. A trigger out pulse is generated when the state is on and a bus trigger is received. A BUS trigger is generated using the *TRG command.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns DINP, DOUT, FAUL, INH or TINP.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;function&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">DINP|DOUT|FAUL|INH|ONC|TINP|TOUT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DIG:PIN1:FUNC INH</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DIG:PIN2:FUNC FAUL</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DIG:PIN3:FUNC ONC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-114,&quot;Header suffix out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t\t<p>SYSTem:DIGital:INPut:DATA</p>\n\t\t\t\t\t<p>SYSTem:DIGital:OUTPut:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.37. <a name=\"syst_dig_pin_pol\"></a>SYSTem:DIGital:PIN&lt;n&gt;:POLarity</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:PIN&lt;n&gt;:POLarity {&lt;polarity&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:DIGital:PIN&lt;n&gt;:POLarity?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the polarity of the selected digital port pin. The pin polarity is saved in non-volatile memory.</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">POSitive – a logical true signal is a voltage high at the pin. For trigger inputs and outputs, POSitive means a rising edge.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">NEGative – a logical true signal is a voltage low at the pin. For trigger inputs and outputs, NEGative means a falling edge.</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns POS or NEG.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;polarity&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">POSitive|NEGative</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DIG:PIN1:POL POS</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:DIG:PIN2:POL NEG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-114,&quot;Header suffix out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t\t<p>SYSTem:DIGital:INPut:DATA</p>\n\t\t\t\t\t<p>SYSTem:DIGital:OUTPut:DATA</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.38. <a name=\"__RefHeading__23078_295952897\"></a><a name=\"syst_err\"></a>SYSTem:ERRor<a name=\"__RefHeading__23078_295952897\"></a></p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:ERRor[:NEXT]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query command reads and clear errors from the error queue. A record of up to 20 errors can be stored in the PSU’s error queue. See also “Error Messages” in <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html\"><span style=\"text-decoration: underline;\">Section 7</span></a>.</p>\n\t\t\t\t\t<p>Errors are retrieved in first-in-first-out (FIFO) order. The first error returned is the first error that was stored. The PSU beeps once each time an error is generated. The error queue is cleared when power has been off or after a *CLS command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:ERRor[:NEXT]? queries and clears the error messages in the error queue. The query returns the number and content of the error message.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:ERR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">-113,&quot;Undefined header&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>If more than 20 errors have occurred, the last error stored in the queue (the most recent error) is replaced with:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">-350,&quot;Queue overflow&quot;</p>\n\t\t\t\t\t<p>No additional errors are stored until you remove errors from the queue. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:ERRor:COUNt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.39. <a name=\"syst_err_coun\"></a>SYSTem:ERRor:COUNt?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:ERRor:COUNt?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query command queries the error/event queue for the number of unread items. As errors and events may occur at any time, more items may be present in the queue at the time it is actually read.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:ERR:COUN?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*CLS</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:ERRor[:NEXT]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.40. <a name=\"syst_inh\"></a>SYSTem:INHibit?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:INHibit?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to query PSU’s inhibit state that is controlled with digital input (see [SOURce]:DIGital:PIN&lt;n&gt;:FUNCtion command). When PSU is in inhibited state, all channel’s output will be disabled (OFF) and triggered action (e.g. LIST) will be paused.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Channel output state command (OUTPut[:STATe]) can be used when PSU is in inhibited mode but it will not affect output (i.e. change it to enable state).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns 0 if inhibit is not active or 1 if inhibit is active.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:INH?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut[:STATe] {&lt;bool&gt;} [, &lt;channel&gt;]</p>\n\t\t\t\t\t<p>[SOURce]:DIGital:PIN&lt;n&gt;:FUNCtion</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.41. <a name=\"syst_kloc\"></a>SYSTem:KLOCk</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:KLOCk</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command similar to the SYSTem:REMote command disables all front-panel options except for [Lock/Unlock] icon. You can push and hold the [Lock/Unlock] for a few seconds to unlock the front panel. The system password may be needed if it is set.</p>\n\t\t\t\t\t<p>Lock state is saved in non-volatile memory. Therefore, the front panel remains locked even after AC power is cycled.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:KLOC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:RLSTate</p>\n\t\t\t\t\t<p>SYSTem:REMote</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.42. <a name=\"syst_loc\"></a>SYSTem:LOCal</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:LOCal</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command places the PSU in the local mode during remote operation. All options on the front panel are fully functional.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:LOC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:RLSTate</p>\n\t\t\t\t\t<p>SYSTem:REMote</p>\n\t\t\t\t\t<p>SYSTem:RWLock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.43. <a name=\"syst_pass_cal_res\"></a>SYSTem:PASSword:CALibration:RESet</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:PASSword:CALibration:RESet</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command resets the calibration password to the firmware default setting, which is “eezpsu”. This command does not reset the system password.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:PASS:CAL:RES</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration[:MODE]</p>\n\t\t\t\t\t<p>CALibration:PASSword:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.44. <a name=\"syst_pass_fpan_res\"></a>SYSTem:PASSword:FPANel:RESet</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:PASSword:FPANel:RESet</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command resets the front panel lockout password to the firmware default setting, which is empty space (“”). This command does not reset the calibration password.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:PASS:FPAN:RES</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:KLOCk</p>\n\t\t\t\t\t<p>SYSTem:PASSword:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.45. <a name=\"syst_pass_new\"></a>SYSTem:PASSword:NEW</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:PASSword:NEW {&lt;old&gt;}, {&lt;new&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enter a new system password. To change the password, first unsecure the PSU using the old password. Then, the new code has to be entered. The calibration code may contain up to 16 characters over the remote interface. Minimum length is 4 characters.</p>\n\t\t\t\t\t<p>The new password is automatically stored in non-volatile memory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;old&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;new&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:PASS:NEW &quot;&quot;,&quot;mypass2016&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">122,&quot;Invalid sys password&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">125,&quot;Sys password too long&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">126,&quot;Sys password too short&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:KLOCk</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.46. <a name=\"syst_pon_outp_dis\"></a>SYSTem:PON:OUTPut:DISable</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:PON:OUTPut:DISable {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:PON:OUTPut:DISable?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command controls status off all channel outputs on power up. If enabled (ON), all outputs will be disabled regardless of what is stored in user profile selected for auto recall.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns status of forced output disabling on power up.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">OUTP?</p>\n\t\t\t\t\t<p class=\"cmd_code\">1</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">SYST:PON:OUTP:DIS 1</p>\n\t\t\t\t\t<p>(Restart)</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">OUTP?</p>\n\t\t\t\t\t<p class=\"cmd_code\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MEMory:STATe:RECall:AUTO</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.47. <a name=\"syst_pow\"></a>SYSTem:POWer</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:POWer {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:POWer?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command controls powering down and powering up sequence of the AC power inputs. The “Stand-by” indicator (LED_PWR, TLC5925 Out15) will be switched on when the PSU enters the Stand-by mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns PSU power Stand-by status.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>*TST?</p>\n\t\t\t\t\t<p>SYSTem:BEEP:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.48. <a name=\"syst_pow_prot_trip\"></a>SYSTem:POWer:PROTection:TRIP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:POWer:PROTection:TRIP {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:POWer:PROTection:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to shut down (stand-by) the PSU when any of channel’s protection tripped. The SYSTem:POWer command has to be used to power the PSU on again.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns status of shutdown when tripped mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW:PROT:TRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.49. <a name=\"syst_rem\"></a>SYSTem:REMote</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:REMote</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to place the PSU into remote mode for serial (via USB) or Ethernet remote control. All front-panel options are disabled except for [Lock/Unlock] icon. You can push and hold the [Lock/Unlock] for a few seconds to unlock the front panel. The system password may be needed if it is set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:REM</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:RLSTate</p>\n\t\t\t\t\t<p>SYSTem:LOCal</p>\n\t\t\t\t\t<p>SYSTem:RWLock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.50. <a name=\"syst_rwl\"></a>SYSTem:RWLock</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:RWLock</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Places the PSU in the remote mode for serial (via USB) or Ethernet remote control. This command is the same as SYSTem:REMote, except that all front panel options are disabled, including the [Lock/Unlock] icon.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:RWL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:RLSTate</p>\n\t\t\t\t\t<p>SYSTem:LOCal</p>\n\t\t\t\t\t<p>SYSTem:REMote</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.51. <a name=\"syst_temp_prot\"></a>SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH][:LEVel] {&lt;temperature&gt;} [, &lt;sensor&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the over-temperature protection (OTP) value in degrees Celsius (<span style=\"vertical-align: super;\">o</span>C) of the selected temperature sensor. When the over-temperature protection function of the specified temperature sensor is enabled (SYSTem:TEMPerature:PROTection[:HIGH]:STATe), one of the following action will be performed when the temperature exceeds the over-temperature protection value currently set:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">AUX – Switch off power of the main transformer and set bit 4 of the Questionable Status register</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">CH1, CH2 – Disable channel output (OUTPut OFF) and set bit 4 of the Questionable Instrument Isummary registerIf any of above mentioned temperature sensors cause over-temperature condition an error tone will also follow if beeper is enabled (see SYSTem:BEEPer:STATe).</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped? command can be used to query whether over-temperature protection occurred on the selected temperature sensor.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p>&lt;temperature&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 100</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">70 for CH1, CH2, 50 for AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the over-temperature protection (OTP) value of the selected temperature sensor.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT 50, AUX</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">50</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:STATe</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.52. <a name=\"syst_temp_prot_cle\"></a>SYSTem:TEMPerature:PROTection[:HIGH]:CLEar</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:CLEar [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command clears the latched protection status when an over-temperature is detected.</p>\n\t\t\t\t\t<p>All conditions that generate the fault must be removed before the latched status can be cleared. The output is restored to the state it was in before the fault condition occurred.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"height: 2.325mm; background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"height: 2.325mm; background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT:CLE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.53. <a name=\"syst_temp_prot_del\"></a>SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME] {&lt;delay&gt;} [, &lt;sensor&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the over-temperature protection delay. The over-temperature protection function will not be triggered during the delay time. After the delay time has expired, the over-temperature protection function will be active. </p>\n\t\t\t\t\t<p>Programmed values can range from 0 to 300 seconds. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;delay&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 300 seconds</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query returns programmed over-temperature protection delay.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT:DEL 30, CH2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.54. <a name=\"syst_temp_prot_stat\"></a>SYSTem:TEMPerature:PROTection[:HIGH]:STATe </p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:STATe {&lt;bool&gt;} [, &lt;sensor&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:STATe? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables the over-temperature protection (OTP) function. The enabled state is ON (1); the disabled state is OFF (0). If the over-temperature protection function is enabled and the measured output power reach value set by [SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel] the output is disabled and the Questionable Condition status register OPP bit 10 is set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if the current protection state is OFF, and 1 if the current protection state is ON.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT:STAT? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:CLEar</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.55. <a name=\"syst_temp_prot_trip\"></a>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query whether OTP occurred on the selected temperature sensor. When protection is tripped bit 4 (TEMPerature) of the Questionable Status register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a>).</p>\n\t\t\t\t\t<p>The SYSTem:TEMPerature:PROTection[:HIGH]:CLEar command can be send to clear OTP condition caused by the selected temperature sensor.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a 1 if the protection circuit is tripped and a 0 if it is untripped.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TEMP:PROT:TRIP?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:CLEar</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.56. <a name=\"syst_time\"></a>SYSTem:TIME</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME {&lt;hours&gt;}, {&lt;minutes&gt;}, {&lt;seconds&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Sets the time of the system clock (RTC). Specify the hours, minutes, and seconds.</p>\n\t\t\t\t\t<p>The self-test procedure compare date and time stored in RTC registers with values stored in the non-volatile memory (EEPROM). When the later is greater then former or any of them lost integrity (i.e. any of value is outside allowed range: for example seconds are higher then 60 or months are higher then 12, etc.) self-test will failed. The *TST? will return 1 and detailed report could be queried using the DIAGnostic:TEST? command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">The bit 3 (TIME) of the Questionable Status register will be set (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#ques_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.4</span></a>) if datetime self-test failed or datetime was never set.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;hours&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 23</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;minutes&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 59</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;seconds&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 59</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the current time of the system clock in HH, MM, SS format.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TIME?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">15, 10, 33</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST?</p>\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:TEST?</p>\n\t\t\t\t\t<p>SYSTem:DATE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.57. <a name=\"syst_time_dst\"></a>SYSTem:TIME:DST</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME:DST {&lt;rules&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME:DST?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to define daylight saving time (DST) rules used in your region. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Firmware v1.0 support limited number of region: Europe, US/Canada and Australia/New Zealand. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;rules&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF|EU|USA|AUS</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the DTS rule name used for adjust time.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TIME:DST EU</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t\t<p>SYSTem:COMMunicate:NTP</p>\n\t\t\t\t\t<p>SYSTem:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.58. <a name=\"syst_time_zone\"></a>SYSTem:TIME:ZONE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME:ZONE {&lt;zone&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:TIME:ZONE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to define time zone as offset from GMT.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;zone&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">-12:00 to 14:00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the time zone as offset from GMT in the following format: “[sign]hh:mm GMT”</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TIME:ZONE 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:TIME:ZONE?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;+01:00 GMT&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:COMMunicate:ENABle</p>\n\t\t\t\t\t<p>SYSTem:COMMunicate:NTP</p>\n\t\t\t\t\t<p>SYSTem:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.15.59. <a name=\"syst_vers\"></a>SYSTem:VERSion?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 127.44mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SYSTem:VERSion?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command returns the version of the SCPI (Standard Commands for Programmable Instruments) standard with which the instrument is in compliance</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The command returns a string in the form “YYYY.V”, where YYYY represents the year of the version and V represents a version for that year.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:VERS?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1999.0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.16 - TRIGger.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.16. <a name=\"_trigger\"></a>TRIGger</p>\n\t\t<p>The PSU's triggering system allows a change in output voltage, current or start internal data logging when receiving a trigger, to select a trigger source, and to insert a trigger. Triggering the PSU is a multi-step process, for example:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">An output has to be selected (the INSTrument:SELect command) following by configuring the PSU for the triggered output level by using CURRent:TRIGgered and VOLTage:TRIGgered commands.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">The source from which the PSU will accept the trigger must be specified. The PSU could accept e.g. a BUS (software) trigger or an IMMediate trigger from the remote interface.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">The time delay between the detection of the trigger on the specified trigger source and the start of any corresponding output change can be programmed if needed. Such time delay is valid only for the BUS trigger source.</li>\n\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">Trigger programming is completed by providing an INITiate[:IMMediate] command. If the IMMediate source is selected, the selected output is set to the triggered level immediately. But if the trigger source is the BUS, the PSU is set to the triggered level after receiving the *TRG command.</li>\n\t\t</ul>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">TRIGger</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:SEQuence]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#trig_imm\"><span style=\"text-decoration: underline;\">[:IMMediate]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Starts the trigger immediately</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#trig_del\"><span style=\"text-decoration: underline;\">:DELay {&lt;delay&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the time delay between the detection of a trigger event and the start of any corresponding trigger action</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:EXIT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#trig_exit_cond\"><span style=\"text-decoration: underline;\">:CONDition {&lt;condition}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets channels condition when LIST execution stopped</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#trig_sour\"><span style=\"text-decoration: underline;\">:SOURce {&lt;source&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the trigger source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#trig_dlog\"><span style=\"text-decoration: underline;\">[:IMMediate]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#trig_dlog_sour\"><span style=\"text-decoration: underline;\">:SOURce {&lt;source&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Sets the internal data logger trigger source</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.1. <a name=\"trig_imm\"></a>TRIGger[:SEQuence][:IMMediate]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence][:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This event command causes a defined LIST to immediately start without the selected trigger occurring. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.2. <a name=\"trig_del\"></a>TRIGger[:SEQuence]:DELay</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:DELay {&lt;delay&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:DELay?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the time delay between the detection of an event on the specified </p>\n\t\t\t\t\t<p>trigger source and the start of any corresponding trigger action on the PSU output. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;delay&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 3600|MIN|MAX</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">MIN</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed delay in seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:DEL 10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.3. <a name=\"trig_exit_cond\"></a>TRIGger[:SEQuence]:EXIT:CONDition</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:EXIT:CONDition {&lt;condition&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:EXIT:CONDition?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets channels condition when LIST execution is not prematurely stopped (e.g. with ABORt command or by user action). </p>\n\t\t\t\t\t<p>Use [SOURce[&lt;n&gt;]]:LIST:COUNt to set finite number of LIST loops.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 29%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;condition&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 29%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF|FIRSt|LAST|STANdby</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed exit condition.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:EXIT:COND STAN</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t\t<p>INITiate</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:LIST:COUNt</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:MODE</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:MODE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.4. <a name=\"trig_sour\"></a>TRIGger[:SEQuence]:SOURce</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:SOURce {&lt;source&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger[:SEQuence]:SOURce?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command selects the source from which the PSU will accept a trigger.</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">BUS – enables LAN and serial (via USB) triggering using the *TRG command.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">IMMediate – the PSU executes a complete trigger operation immediately after executing the INITiate command without delay.</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">MANual – enables triggering by selecting<span style=\"font-style: italic;\"> </span>the encoder knob switch.</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">PIN&lt;n&gt; – selects a digital port pin configured as a trigger input. &lt;n&gt; specifies the pin number (it’s always 1).</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>When the trigger source is set to BUS, the *WAI command can ensure the synchronization. After executing the *WAI command, the PSU will only execute new command when all the pending operations are completed.</p>\n\t\t\t\t\t<p>Also when the trigger source is set to BUS, you can use the *OPC command to report that the operation is completed. The *OPC? command will return “1” to the output buffer and the *OPC command will set the bit 0 (OPC bit, operation complete) in the standard event register when the operation is finished.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The wait for the BUS, EXTernal, or KEY trigger can be bypassed by sending the</p>\n\t\t\t\t\t<p><span style=\"background-color: #ffffff;\">TRIGger[:SEQuence][:IMMediate] </span>command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">The APPLy command automatically sets the source to IMMediate.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">BUS|IMM|MAN|PIN1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed trigger subsystem source.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR BUS</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">BUS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*OPC</p>\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>*TRG</p>\n\t\t\t\t\t<p>*WAI</p>\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t\t<p>APPLy</p>\n\t\t\t\t\t<p>INITialize</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence][:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.5. <a name=\"trig_dlog\"></a>TRIGger:DLOG[:IMMediate]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger:DLOG[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The command sends an immediate trigger signal to the data logger. This will trigger the internal data log session regardless of the selected trigger source. You must initiate (see the INIT:DLOG command) the data logger before you trigger it.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:DLOG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TRG</p>\n\t\t\t\t\t<p>INITialize:DLOG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.16.6. <a name=\"trig_dlog_sour\"></a>TRIGger:DLOG:SOURce</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger:DLOG:SOURce {&lt;source&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">TRIGger:DLOG:SOURce?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The command selects the trigger source for the data logger in the same fashion as the TRIGger[:SEQuence]:SOURce command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;source&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">BUS|IMM|MAN|PIN1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed trigger subsystem source.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:DLOG:SOUR PIN1</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">PIN1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INITialize</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t\t<p>TRIGger:DLOG[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.2 - CALibrate.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.2. <a name=\"_calibrate\"></a>CALibration</p>\n\t\t<p>This subsystem provides commands for the PSU calibration. Only one channel can be calibrated at a time. If calibration mode has not been enabled with CALibration:STATe, the calibration commands will generate an error. Use CALibration:SAVE to save any changes, otherwise all changes will be lost on exit from calibration mode. Within the same calibration session both output voltage and current can be calibrated for the currently selected channel. </p>\n\t\t<p>Calibration cannot start if channel output is not enabled (OUTPut[:STATe] ON). During calibration process three points has to be entered: MIN, MID and MAX. But in practice two point calibration is performed to re-scale the output programmed and measured values by correcting both slope and offset errors. MID point is used only as an additional validation that between entered MIN and MAX values it’s possible to “draw” a line within allowed minor tolerance.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI Command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi0\"><a href=\"#cal_mode\"><span style=\"text-decoration: underline;\">CALibration[:MODE] {&lt;bool&gt;}, {&lt;password&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables/disables calibration mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#cal_cle\"><span style=\"text-decoration: underline;\">:CLEar {&lt;password&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Clears all calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_curr\"><span style=\"text-decoration: underline;\">[:DATA] {&lt;new value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enters the calibration value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_curr_lev\"><span style=\"text-decoration: underline;\">:LEVel {&lt;level&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Calibrates the output current programming</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_curr_rang\"><span style=\"text-decoration: underline;\">:RANGe {range}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Sets current range for multiple current range model</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:PASSword</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_pass_new\"><span style=\"text-decoration: underline;\">:NEW {&lt;old&gt;}, {&lt;new&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Changes calibration password</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#cal_rem\"><span style=\"text-decoration: underline;\">:REMark {&lt;string&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Saves calibration information </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#cal_save\"><span style=\"text-decoration: underline;\">:SAVE</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Saves the new cal constants in non-volatile memory</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#cal_scr\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#cal_scr\"><span style=\"text-decoration: underline;\">SCReen:INIT</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Initiates touchscreen calibration procedure</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#cal_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}, {&lt;password&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enables calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi1\">:VOLTage</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_volt\"><span style=\"text-decoration: underline;\">[:DATA] {&lt;new value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Enters the calibration value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#cal_volt_lev\"><span style=\"text-decoration: underline;\">:LEVel {&lt;level&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p>Calibrates the output voltage programming</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.1. <a name=\"cal_mode\"></a>CALibration[:MODE]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration[:MODE] {&lt;bool&gt;}, {&lt;password&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">CALibration[:MODE]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables calibration mode. Calibration mode must be enabled for the channel to accept any calibration commands. The first parameter specifies the ON (1) or OFF (0) state. The second parameter is the password. Successful execution of this command set both output VOLTage and CURRent of the selected channel to the MINimum value (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>). </p>\n\t\t\t\t\t<p>Execution of this command also affects bit 0 (CALibrating) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">If both voltage and current calibration parameters exists on calibration mode exit (CALibration[:MODE] OFF) the CALibration:STATe ON command will automatically follows.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;password&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&quot;eezpsu&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The returned parameter is 0 (OFF) or 1 (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">102,&quot;Invalid cal password&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:OTIMe?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.2. <a name=\"cal_cle\"></a>CALibration:CLEar</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:CLEar {&lt;password&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Clear all calibration parameters stored in the non-volatile memory for the currently selected channel. After successful execution of this command CALibration:STATe will be set to OFF (0) and further usage of the calibration data will be disabled. This command will be also filled calibration remark with the date and note that calibration data has been cleared. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;password&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&quot;eezpsu&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:CAL?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">&quot;remark=20170331 new cal&quot;,&quot;u_cal_params_exists=1&quot;,&quot;u_min_level=0.150V&quot;,&quot;u_min_data=0.1<br>06V&quot;,&quot;u_min_adc=0.165V&quot;,&quot;u_mid_level=19.100V&quot;,&quot;u_mid_data=19.056V<br>&quot;,&quot;u_mid_adc=18.500V&quot;,&quot;u_max_level=38.000V&quot;,&quot;u_max_data=37.956V&quot;,<br>&quot;u_max_adc=36.791V&quot;,&quot;u_min_range=0.000V&quot;,&quot;u_max_range=40.000V&quot;,&quot;i<br>_5A_cal_params_exists=1&quot;,&quot;i_5A_min_level=0.050A&quot;,&quot;i_5A_min_data=0<br>.057A&quot;,&quot;i_5A_min_adc=0.050A&quot;,&quot;i_5A_mid_level=2.425A&quot;,&quot;i_5A_mid_da<br>ta=2.438A&quot;,&quot;i_5A_mid_adc=2.368A&quot;,&quot;i_5A_max_level=4.800A&quot;,&quot;i_5A_ma<br>x_data=4.811A&quot;,&quot;i_5A_max_adc=4.686A&quot;,&quot;i_5A_min_range=0.000A&quot;,&quot;i_5<br>A_max_range=5.000A&quot;,&quot;i_500mA_cal_params_exists=1&quot;,&quot;i_500mA_min_le<br>vel=0.0050A&quot;,&quot;i_500mA_min_data=0.0060A&quot;,&quot;i_500mA_min_adc=0.0051A&quot;<br>,&quot;i_500mA_mid_level=0.2425A&quot;,&quot;i_500mA_mid_data=0.2617A&quot;,&quot;i_500mA_<br>mid_adc=0.2368A&quot;,&quot;i_500mA_max_level=0.4800A&quot;,&quot;i_500mA_max_data=0.<br>5170A&quot;,&quot;i_500mA_max_adc=0.4686A&quot;,&quot;i_500mA_min_range=0.0000A&quot;,&quot;i_5<br>00mA_max_range=0.0000A&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CAL:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1</p>\n\t\t\t\t\t<p class=\"cmd_code\">CAL:CLE “eezpsu”</p>\n\t\t\t\t\t<p class=\"cmd_code\">CAL:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">DIAG:CAL?</p>\n\t\t\t\t\t<p class=\"cmd_code\">&quot;remark= Not calibrated&quot;,&quot;u_cal_params_exists=0&quot;,&quot;i_cal_params_exists=0&quot; </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">102,&quot;Invalid cal password&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:CALibration?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.3. <a name=\"cal_curr\"></a>CALibration:CURRent[:DATA]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:CURRent[:DATA] {&lt;new value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can only be used when calibration is enabled and the output state of the currently selected channel is ON. It enters a current value that is obtained by reading an external meter. The minimum calibration level (CAL:CURR:LEV MIN) has to be selected first for the value being entered, then the middle and maximum calibration levels (CAL:CURR:LEV MID and CAL:CURR:LEV MAX) for the value being entered. Three successive values must be selected and entered. Data values are expressed in base units – either volts or amperes, depending on which function is being calibrated.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 32%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;new value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 32%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">-0.2A to MAX + 0.2A</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">107,&quot;Cal value out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.4. <a name=\"cal_curr_lev\"></a>CALibration:CURRent:LEVel</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:CURRent:LEVel {&lt;level&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can only be used when calibration is enabled and the output state of the currently selected channel is ON. It sets the PSU to a calibration point that is entered with the CAL:CURR command. During calibration, three points must be entered and the low-end point (MIN) must be selected and entered first.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">This command will set output voltage to MAXimum / 2 (for example 25V for the PSU model with 0-50V).</p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p class=\"note\">When calibration LEVel is set it’s possible to override its default value using the CURRent command. That could be especially useful when LOW range is calibrating with average 3½-digit multimeter with full scale of 200&#160;mA that is not enough to measure MID and MAX level. Therefore instead of predefined 242.5&#160;mA and 480&#160;mA one can set e.g. 100&#160;mA and 200&#160;mA to stay within multimeter’s low current range (next one is usually 10&#160;A or 20&#160;A that cannot be used to get satisfactory results).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p>&lt;level&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p>MIN|MID|MAX (see also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">101,&quot;Calibration state is off&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>INSTrument:NSELect</p>\n\t\t\t\t\t<p>INSTrument[:SELect]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.5. <a name=\"cal_curr_rang\"></a>CALibration:CURRent:RANGe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:CURRent:RANGe {&lt;range&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>When PSU is equipped with Power boards that has multiple current range (e.g. r5B12 that can be find out with the SYSTem:CHANnel:MODel? command) it’s recommended to perform calibration of both range. Use this command to select current range on which calibration will be accomplished. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p>&lt;range&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete|NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p>HIGH|LOW|5|0.5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">HIGH|5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">101,&quot;Calibration state is off&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:CURRent:LEVel</p>\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:MODel?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.6. <a name=\"cal_pass_new\"></a>CALibration:PASSword:NEW</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:PASSword:NEW {&lt;old&gt;}, {&lt;new&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Enter a new calibration password. To change the password, first unsecure the PSU using the old password. Then, the new code has to be entered. The calibration code may contain up to 16 characters over the remote interface. Minimum length is 4 characters.</p>\n\t\t\t\t\t<p>The new password is automatically stored in non-volatile memory and does not have to be stored with CALibration:SAVE.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;old&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">eezpsu</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;new&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 to 16 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_single\">CAL:PASS:NEW &quot;eezpsu&quot;, &quot;mycal1234&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">102,&quot;Invalid cal password&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">105,&quot;Cal password too long&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">106,&quot;Cal password too short&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.7. <a name=\"cal_rem\"></a>CALibration:REMark</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:REMark {&lt;user remark&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:REMark?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Record calibration information about the PSU. The calibration message is consist of two parts:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">datetime stamp in format <span style=\"font-style: italic;\">yyyymmdd</span> and</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">up to 32 characters. </li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>The PSU should be in calibration mode before sending a calibration message. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p>&lt;user remark&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 23%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 to 32 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&quot;Calibration passed&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the calibration message.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>When CAL:REM with text &quot;Calibrated by EEZ&quot; is executed at 2015-09-14:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CAL:REM &quot;Calibrated by EEZ&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">CAL:REM?</p>\n\t\t\t\t\t<p class=\"cmd_code_End\">&quot;20150904 Calibrated by EEZ&quot;</p>\n\t\t\t\t\t<p>See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The following errors could be generated by command but not query:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">101,&quot;Calibration state is off&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.8. <a name=\"cal_save\"></a>CALibration:SAVE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:SAVE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command saves calibration constants in non-volatile memory after the calibration procedure has been completed. If calibration mode is exited by programming CALibration:STATe OFF without first saving the new constants, the previous constants are restored. Execution of this command also affects bit 0 (CALibrating) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-340,&quot;Calibration failed&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">101,&quot;Calibration state is off&quot; </p>\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">111,&quot;No new cal data exists&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.9. <a name=\"cal_scr\"></a>CALibration:SCReen:INIT</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:SCReen:INIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to initiate calibration procedure when touchscreen calibration data are lost or corrupted. Calibration has to be performed locally on the PSU.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">New calibration procedure can be initiated also by touching the screen and hold for more then 30 seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:SCR:INIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.10. <a name=\"cal_stat\"></a>CALibration:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command enables or disables usage of calibration parameters if they exists.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF|ON|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The returned parameter is 0 (OFF) or 1 (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">CAL:STAT OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">110,&quot;Cal params missing or corrupted&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:OTIMe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.11. <a name=\"cal_volt\"></a>CALibration:VOLTage[:DATA]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:VOLTage[:DATA] {&lt;new value&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can only be used when calibration is enabled and the output state of the currently selected channel is ON. It enters a voltage value that you obtained by reading an external meter. You must first select the minimum calibration level (CAL:VOLT:LEV MIN) for the value being entered. You must then select the middle and maximum calibration levels (CAL:VOLT:LEV MID and CAL:VOLT:LEV MAX) for the value being entered. Three successive values must be selected and entered. The PSU then computes new voltage calibration constants. These constants has to be stored in non-volatile memory with CALibration:SAVE command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 20%;\">\n\t\t\t\t\t<p>&lt;new value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">-0.5V to MAX + 0.5V</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The maximum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See Section <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">107,&quot;Cal value out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:SAVE</p>\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>INSTrument:NSELect</p>\n\t\t\t\t\t<p>INSTrument[:SELect]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.2.12. <a name=\"cal_volt_lev\"></a>CALibration:VOLTage:LEVel</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">CALibration:VOLTage:LEVel {&lt;level&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can only be used when calibration is enabled and the output state of the currently selected channel is ON. It sets the PSU to a calibration point that is entered with the CAL:VOLT[:DATA] command. During calibration, three points must be entered and the low-end point (MIN) must be selected and entered first. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">This command will set output current to 50mA.</p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p class=\"note\">When calibration LEVel is set it’s possible to override its default value using the VOLTage command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p>&lt;level&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p>MIN|MID|MAX (see also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>See Section <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-programming-examples.html#calibration\"><span style=\"text-decoration: underline;\">Section 10.2</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">101,&quot;Calibration state is off&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of calibration commands&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:STATe</p>\n\t\t\t\t\t<p>INSTrument:NSELect</p>\n\t\t\t\t\t<p>INSTrument[:SELect]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.3 - DIAGnostic.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.3. <a name=\"_diagnostic\"></a>DIAGnostic</p>\n\t\t<p>The purpose of the DIAGnostic subsystem is to provide a tree node for all of the PSU service and diagnostic routines used in routine maintenance and repair.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi0\">DIAGnostic</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:INFOrmation]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#diag_adc\"><span style=\"text-decoration: underline;\">:ADC?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>Returns the latest values acquired by ADC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#diag_cal\"><span style=\"text-decoration: underline;\">:CALibration?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>Returns a list of the calibration parameters</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#diag_fan\"><span style=\"text-decoration: underline;\">:FAN?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>Returns status of the cooling fan.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#diag_prot\"><span style=\"text-decoration: underline;\">:PROTection?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>Returns the information about all protections.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#diag_test\"><span style=\"text-decoration: underline;\">:TEST?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p>Returns results of the most recent self-test</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">5.3.1. <a name=\"diag_adc\"></a>DIAGnostic[:INFOrmation]:ADC?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DIAGnostic[:INFOrmation]:ADC? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the latest values acquired by ADC (Analog-to-Digital Converter) of the currently selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return a list of quoted strings. The U_SET and I_SET are values measure on DAC outputs, and U_MON and I_SET on the channel output binding posts. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">n/a</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:ADC? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;U_SET=10.1202&quot;, &quot;U_MON=10.12&quot;, &quot;I_SET=3.00&quot;, &quot;I_MON=1.23&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">MEASure[:SCALar]:CURRent[:DC]</p>\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">MEASure[:SCALar][:VOLTage][:DC]</p>\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate][:AMPLitude]</p>\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate][:AMPLitude] </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.3.2. <a name=\"diag_fan\"></a>DIAGnostic[:INFOrmation]:FAN?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DIAGnostic[:INFOrmation]:FAN?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this query to obtain information about cooling fan state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns -1 if cooling fan is not installed (see SYSTem:CPU:[INFOrmation]?), 0 if fan is stalled (fault condition) or measured fan speed in rpm.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Cooling fan is periodically tested while it’s working (that depends of measured channel’s temperature sensor value). When it does not passed the test, programmed output current is automatically limited to value defined with <span class=\"backtick\">ERR_MAX_CURRENT</span> constant (<span class=\"backtick\">conf_advanced.h</span>). If load that draws more current then <span class=\"backtick\">ERR_MAX_CURRENT</span> value output current will be set to zero.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DIAG:FAN?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1205.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]</p>\n\t\t\t\t\t<p class=\"scpi2\" style=\"margin-left: 0;\">SYSTem:CPU:[INFOrmation]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.3.3. <a name=\"diag_cal\"></a>DIAGnostic[:INFOrmation]:CALibration?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DIAGnostic[:INFOrmation]:CALibration? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns a list of calibration parameters for the currently selected channel. If the selected channel is in the calibration mode (CALibration[:MODE] ON) then all calibration information collected to the current calibration step will be returned. Otherwise the calibration data stored in non-volatile memory will be returned.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The information will be returned as a list of quoted strings.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">n/a</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Calibration parameters for H24005 PSU model when the channel 1 is not in the calibration mode:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIAG:INFO:CAL? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">&quot;remark=20161211 he2&quot;,&quot;u_cal_params_exists=1&quot;,&quot;u_min_level=0.15V&quot;,&quot;u_min_data=0.13<br>V&quot;,&quot;u_min_adc=0.11V&quot;,&quot;u_mid_level=19.10V&quot;,&quot;u_mid_data=19.07V&quot;,&quot;u_<br>mid_adc=18.75V&quot;,&quot;u_max_level=38.00V&quot;,&quot;u_max_data=37.90V&quot;,&quot;u_max_a<br>dc=37.35V&quot;,&quot;u_min_range=0.019735V&quot;,&quot;u_max_range=39.997578V&quot;,&quot;i_ca<br>l_params_exists=1&quot;,&quot;i_min_level=0.05A&quot;,&quot;i_min_data=0.04A&quot;,&quot;i_min_<br>adc=0.04A&quot;,&quot;i_mid_level=2.42A&quot;,&quot;i_mid_data=2.42A&quot;,&quot;i_mid_adc=2.42<br>A&quot;,&quot;i_max_level=4.80A&quot;,&quot;i_max_data=4.81A&quot;,&quot;i_max_adc=4.79A&quot;,&quot;i_mi<br>n_range=0.012135A&quot;,&quot;i_max_range=4.999954A&quot;</p>\n\t\t\t\t\t<p>The query results when a channel is just entered the calibration mode:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIAG:INFO:CAL?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;u_level=none&quot;, &quot;i_level=none&quot;</p>\n\t\t\t\t\t<p>The query results when a channel is at the step MIDdle of the voltage calibration:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIAG:INFO:CAL?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;u_min=0.11V&quot;, &quot;u_level=mid&quot;, &quot;u_level_value=24.05V&quot;, &quot;u_adc=24.14V&quot;, &quot;i_level=none&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>CALibration:REMark</p>\n\t\t\t\t\t<p>CALibration:SAVE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.3.4. <a name=\"diag_prot\"></a>DIAGnostic[:INFOrmation]:PROTection?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DIAGnostic[:INFOrmation]:PROTection?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns information about all supported output protection mechanisms.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The information will be returned as a list of quoted strings.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code_End\">DIAG:PROT?</p>\n\t\t\t\t\t<p class=\"cmd_code\">&quot;CH1 u_tripped=0&quot;,&quot;CH1 u_state=0&quot;,&quot;CH1 u_delay=5.00 ms&quot;,&quot;CH1 u_level=39.99 V&quot;,&quot;CH1 i_tripped=0&quot;,&quot;CH1 i_state=1&quot;,&quot;CH1 i_delay=20.00 ms&quot;,&quot;CH1 p_tripped=0&quot;,&quot;CH1 p_state=1&quot;,&quot;CH1 p_delay=10.00 s&quot;,&quot;CH1 p_level=155.00 W&quot;,&quot;CH2 u_tripped=0&quot;,&quot;CH2 u_state=0&quot;,&quot;CH2 u_delay=5.00 ms&quot;,&quot;CH2 u_level=39.99 V&quot;,&quot;CH2 i_tripped=1&quot;,&quot;CH2 i_state=1&quot;,&quot;CH2 i_delay=20.00 ms&quot;,&quot;CH2 p_tripped=0&quot;,&quot;CH2 p_state=1&quot;,&quot;CH2 p_delay=10.00 s&quot;,&quot;CH2 p_level=155.00 W&quot;,&quot;temp_AUX_tripped=0&quot;,&quot;temp_AUX_state=0&quot;,&quot;temp_AUX_delay=10.00 s&quot;,&quot;temp_AUX_level=55.00 oC&quot;,&quot;temp_CH1_tripped=0&quot;,&quot;temp_CH1_state=1&quot;,&quot;temp_CH1_delay=30.00 s&quot;,&quot;temp_CH1_level=75.00 oC&quot;,&quot;temp_CH2_tripped=0&quot;,&quot;temp_CH2_state=1&quot;,&quot;temp_CH2_delay=30.00 s&quot;,&quot;temp_CH2_level=75.00 oC&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay[:TIME]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:STATe</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.3.5. <a name=\"diag_test\"></a>DIAGnostic[:INFOrmation]:TEST?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DIAGnostic[:INFOrmation]:TEST?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns results of the most recent self-test (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#tst\"><span style=\"text-decoration: underline;\">*TST?</span></a> command).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The information will be returned in the following format: &quot;&lt;return code, device name, installed, return message&gt;&quot; where the return code could be one of the following values:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">0 – failed</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">1 – passed</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">2 – skipped</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>This information format will repeat with as many iterations as the number of devices found in configuration parameters of the PSU. While in the Stand-by mode this command will returns only test results for the Arduino shield devices.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Return code for the BP option will always be 2 (skipped). </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Return self-test results when SD card is not found:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIAG:TEST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;1, EEPROM, installed, passed&quot;,&quot;0, <span style=\"color: #ff3333;\">SD card, installed, failed</span>&quot;,&quot;2, Ethernet, installed, skipped&quot;,&quot;1, RTC, installed, passed&quot;,&quot;1, DateTime, installed, passed&quot;,&quot;2, BP option, installed, skipped&quot;,&quot;1, Fan, installed, passed&quot;,&quot;1, AUX temp, installed, passed&quot;,&quot;1, CH1 temp, installed, passed&quot;,&quot;1, CH2 temp, installed, passed&quot;,&quot;1, CH1 IOEXP, installed, passed&quot;,&quot;1, CH1 DAC, installed, passed&quot;,&quot;1, CH1 ADC, installed, passed&quot;,&quot;1, CH2 IOEXP, installed, passed&quot;,&quot;1, CH2 DAC, installed, passed&quot;,&quot;1, CH2 ADC, installed, passed&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">&#160;</p>\n\t\t\t\t\t<p>Return self-test results while PSU is in the Stand-by mode:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIAG:TEST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;1, EEPROM, installed, passed&quot;,&quot;1, SD card, installed, passed&quot;,&quot;2, Ethernet, installed, skipped&quot;,&quot;1, RTC, installed, passed&quot;,&quot;1, DateTime, installed, passed&quot;,&quot;2, BP option, installed, skipped&quot;,&quot;1, Fan, installed, passed&quot;,&quot;1, AUX temp, installed, passed&quot;,&quot;1, CH1 temp, installed, passed&quot;,&quot;1, CH2 temp, installed, passed&quot;,&quot;1, CH1 IOEXP, installed, passed&quot;,&quot;1, CH1 DAC, installed, passed&quot;,&quot;1, CH1 ADC, installed, passed&quot;,&quot;1, CH2 IOEXP, installed, passed&quot;,&quot;1, CH2 DAC, installed, passed&quot;,&quot;1, CH2 ADC, installed, passed&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TST?</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.4 - DISPlay.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.4. <a name=\"_display\"></a>DISPlay</p>\n\t\t<p>The DISPlay commands are used to set the display mode, turn on or off the front panel TFT display, select main page appearance, display and clear the text sent using a controller application. DISPlay is independent of, and does not modify, how data is returned to the controller application.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi0\">DISPlay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#disp_brig\"><span style=\"text-decoration: underline;\">:BRIGhtness {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Sets the intensity of the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#disp_view\"><span style=\"text-decoration: underline;\">:VIEW {&lt;mode&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Sets the front panel TFT display main page appearance</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:WINdow] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#disp_stat\"><span style=\"text-decoration: underline;\">[:STATe] {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Sets the front panel TFT display state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#disp_text\"><span style=\"text-decoration: underline;\">:TEXT {&lt;message&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Displays a message on the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#disp_text_cle\"><span style=\"text-decoration: underline;\">:CLEar</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Clear a message on the front panel TFT display</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.4.1. <a name=\"disp_brig\"></a>DISPlay:BRIGhtness</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay:BRIGhtness {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay:BRIGhtness?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Controls the intensity of the front panel TFT display. The range of the parameter is 1 to 20, where 20 is full intensity and 1 is fully blanked.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 20</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">20</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns set front panel's TFT display brightness value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DISP:BRIG?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">20</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.4.2. <a name=\"disp_view\"></a>DISPlay:VIEW</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay:VIEW {&lt;mode&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay:VIEW?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to set front panel TFT display main page appearance. The following modes are available:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">1 – Digits</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">2 – Bar graph horizontal</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">3 – Bar graph vertical</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">4 – YT view</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;mode&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 4|DEFault</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">DEFault</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns set front panel's TFT display main page appearance numeric value (NR1).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DISP:VIEW 2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.4.3. <a name=\"disp_stat\"></a>DISPlay[:WINdow][:STATe]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay[:WINdow][:STATe] {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay[:WINdow][:STATe]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Turn the front panel TFT display off or on. When the display is turned off, outputs are not sent to the display and all indicators are disabled except the Event view indicator. The display state is automatically turned on when you return to the local mode.</p>\n\t\t\t\t\t<p>Press and hold the display for about a second to return to the LOCal from the REMote control.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DISPlay? query the front panel TFT display state. Returns 0 (OFF) or 1 (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DISP ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:LOCal</p>\n\t\t\t\t\t<p>SYSTem:REMote</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.4.4. <a name=\"disp_text\"></a>DISPlay[:WINdow]:TEXT </p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay[:WINdow]:TEXT {&lt;text message&gt;} </p>\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay[:WINdow]:TEXT?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Display a message on the front panel TFT display. The PSU will display up to 32 characters in a message.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;text message&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the message sent to the front panel TFT display and returns a quoted string.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Send &quot;Hello world&quot; textual message:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DISP:TEXT &quot;Hello world&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.4.5. <a name=\"disp_text_cle\"></a>DISPlay[:WINdow]:TEXT:CLEar</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DISPlay[:WINdow]:TEXT:CLEar </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Clear the message displayed on the front panel TFT display.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DISP:TEXT:CLE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.5 - FETCh.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.5. <a name=\"_fetch\"></a>FETCh</p>\n\t\t<p>Fetch commands return measurement data that has been previously acquired. FETCh queries do not generate new measurements, but allow additional measurement calculations from the same acquired data.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi0\">FETCh</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#fetc_aho\"><span style=\"text-decoration: underline;\">:AHOur? {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Returns the delivered energy in amp-hours</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#fetc_who\"><span style=\"text-decoration: underline;\">WHOur? {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Returns the delivered energy in watt-hours</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.5.1. <a name=\"fetc_aho\"></a>FETCh:AHOur?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">FETCh:AHOur? {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Use this command to query delivered energy on the specified channel in amp-hours accumulated after last power-on or SENSe:AHOur:RESet command. </p>\n\t\t\t\t\t<p>This value is measured independently of channel’s total delivered energy in amp-hours stored in non-volatile memory that can be queried using the SYSTem:CHANnel:INFOrmation:AHOur:TOTal? Command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">If channels are coupled (in series or parallel) or in tracking mode, this command will return a sum of delivered energy on both channels.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">FETC:AHO? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1340.30</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>FETCh:WHOur?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:TRACk[:STATe]</p>\n\t\t\t\t\t<p>SENSe:AHOur:RESet</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:AHOur:TOTal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.5.2. <a name=\"fetc_who\"></a>FETCh:WHOur?</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">FETCh:WHOur? {&lt;channel&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"note\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Use this command to query delivered energy on the specified channel in watt-hours accumulated after last power-on or SENSe:AHOur:RESet command. </p>\n\t\t\t\t\t<p>This value is measured independently of channel’s total delivered energy in watt-hours stored in non-volatile memory that can be queried using the SYSTem:CHANnel:INFOrmation:WHOur:TOTal? Command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">If channels are coupled (in series or parallel) or in tracking mode, this command will return a sum of delivered energy on both channels.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">FETC:WHO? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">100.30</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">FETC:WHO:RES CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">FETC:WHO? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>FETCh:AHOur?</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>OUTPut:TRACk[:STATe]</p>\n\t\t\t\t\t<p>SENSe:WHOur:RESet</p>\n\t\t\t\t\t<p>SYSTem:CHANnel:INFOrmation:WHOur:TOTal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.6 - INITiate.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.6. <a name=\"_initiate\"></a>INITiate</p>\n\t\t<p>INITiate commands initialize the trigger system. This enables the trigger system to receive triggers.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">INITiate</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#init\"><span style=\"text-decoration: underline;\">[:IMMediate]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Completes one full trigger cycle</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#init_dlog\"><span style=\"text-decoration: underline;\">:DLOG {&lt;filename&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables internal data log session</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#init_cont\"><span style=\"text-decoration: underline;\">:CONTinuous {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Enables/disables continuous transient triggers</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.6.1. <a name=\"init\"></a>INITiate<a name=\"init\"></a></p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INITiate[:IMMediate]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The INITiate command is used to initialize the trigger system of the PSU. This command completes one full trigger cycle when the trigger source is an IMMediate and initiates the trigger subsystem when the trigger source is BUS.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>For example, when the IMMediate is selected as a trigger source, an INITiate command</p>\n\t\t\t\t\t<p>immediately transfers the VOLTage:TRIGgered[:AMPLitude] and CURRent:TRIGgered[:AMPLitude] values to VOLTage[:LEVel][:IMMediate][:AMPLitude] and CURRent[:LEVel][:IMMediate][:AMPLitude] values. Any delay is ignored.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Execution of this command also affects bit 5 (Waiting for TRIGger) of the Operation Instrument Isummary register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_isum_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3.2</span></a>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Generate a trigger operation after 5 seconds:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">TRIG:SOUR BUS</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:DEL 5</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">*TRG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-213,&quot;Init ignored&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">307,&quot;List lengths are not equivalent&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">308,&quot;Cannot be changed while transient trigger is initiated&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">309,&quot;Cannot initiate while in fixed mode&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*TRG</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRIGger</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.6.2. <a name=\"init_dlog\"></a>INITiate:DLOG</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"7\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INITiate:DLOG {&lt;filename&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"7\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The command starts the internal data logging session. All selected measurements defined with SENSe:DLOG:FUNCtion:CURRent and SENSe:DLOG:FUNCtion:VOLTage commands will be saved periodically in the specified filename. The data logging session will last until time specified with the SENSe:DLOG:TIME not expired or is interrupted prematurely (e.g. using the ABORt:DLOG or *RST command).  </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Data log file contains header and data section. The header is 28 bytes long and include the following information in little-endian format, i.e. the least significant byte (LSB) value is at the lowest address:</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-weight: bold;\">Position</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-weight: bold;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-weight: bold;\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 7</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>FILE_ID</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Always contains 0x45 0x45 0x5a 0x2d 0x44 0x4c 0x4f 0x47 (i.e. EEZ-DLOG text in ASCII format)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8 – 9</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>VERSION</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>File format version (e.g. 0x01 0x00)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">10 – 11</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>FLAGS</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>0 – jitter column not included</p>\n\t\t\t\t\t<p>1 – jitter column included</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">12 – 15</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>COLUMNS</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Information about measured values that will be stored. A four bits per channel are used in the following manner (up to 8 channels can be supported):</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-style: italic;\">Bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p style=\"font-style: italic;\">Output value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>Channel 1 Voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>Channel 1 Current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">2</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>Channel 1 Power</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>Channel 1 Reserved for future use</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>Channel 2 Voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 5%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">...</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 57%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">16 – 19</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>PERIOD</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Sampling frequency as specified with the SENSe:DLOG:PERiod command written as float (e.g. IEEE-754 32-bit floating point number in little-endian format)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">20 – 23</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>DURATION</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Internal data logging duration as defined with the SENSe:DLOG:TIME command. If data logging is interrupted prematurely (e.g. using the ABORt:DLOG or *RST command) recorded duration can be calculated from the log file size:</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>(FILE_SIZE - HEADER_SIZE) / (1 + NUM_COLUMNS) * PERIOD</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">24 – 27</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p>START_TIME</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Date and time when internal data logging session started written using the <a href=\"https://en.wikipedia.org/wiki/Unix_time\" target=\"_blank\"><span style=\"text-decoration: underline;\">Unix time</span></a> format.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"7\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">&#160;</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The Log file data section contains multiple rows recorded with sampling frequency (every PERIOD) for the max. duration specified in DURATION field in the header. Number of recorded columns in each row depends of selected values for data logging as specify in COLUMNS and FLAGS fields in the header. For example:</p>\n\t\t\t\t\t<p style=\"text-align: left;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-weight: bold;\">Position</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: center; font-weight: bold;\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 3</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Jitter (if Jitter flag is set in FLAG field)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">4 – 7</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">First value (e.g. output voltage on Channel 1)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">8 – 11</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">Second value (e.g. output current on Channel 2)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">...</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 10%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"6\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 77%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;filename&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 19%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">File name, either / (slash) or \\ (backslash) can be used as the path separator. 1 to 255 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"7\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INIT:DLOG &quot;test_log.dlog&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"7\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>ABORt:DLOG</p>\n\t\t\t\t\t<p>MMEMory:INFOrmation?</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:CURRent</p>\n\t\t\t\t\t<p>SENSe:DLOG:FUNCtion:VOLTage</p>\n\t\t\t\t\t<p>SENSe:DLOG:PERiod</p>\n\t\t\t\t\t<p>SENSe:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.6.3. <a name=\"init_cont\"></a>INITiate:CONTinuous</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INITiate:CONTinuous {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INITiate:CONTinuous?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command is used to select whether the trigger system is continuously initiated or not. With CONTinuous set to OFF, the trigger system remain in the IDLE state until CONTinuous is set to ON or INITiate:IMMediate is received. </p>\n\t\t\t\t\t<p>Once CONTinuous is set to ON, the trigger system will be initiated and exit the IDLE state. On completion of each trigger cycle, with CONTinuous ON, the trigger system immediately commence another trigger cycle without entering the IDLE state.</p>\n\t\t\t\t\t<p>When INITiate:CONTinuous is set to OFF, the current trigger cycle will be completed before entering the IDLE state. The return to IDLE also occur as the result of an ABORt or *RST command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The ABORt command force the trigger system to the IDLE state; however, the value of INITiate:CONTinuous is unaffected.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>If INITiate:CONTinuous was set to ON prior to receiving ABORt, it remains ON and the trigger system immediately exit the IDLE state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 24%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF|ON|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 if continuous transients are disabled (OFF), and 1 if continuous transients are enabled (ON).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INIT:CONT ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.7 - INSTrument.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.7. <a name=\"_instrument\"></a>INSTrument</p>\n\t\t<p>Each channel of the PSU is considered as separate (logical) instrument, which is required by the SCPI standard. The INSTrument subsystem provides a mechanism to identify and select instruments and establish coupling to simplify programming of more channels at once.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi0\">INSTrument</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#inst_sel\"><span style=\"text-decoration: underline;\">[:SELect] {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Selects the output to be programmed</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi1\">:COUPle</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"scpi1\" style=\"margin-left: 0;\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#inst_coup\"><span style=\"text-decoration: underline;\">:TRACking {&lt;type&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p class=\"scpi1\" style=\"margin-left: 0;\">Selects independent, parallel-tracking, or series-tracking mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#inst_coup_trig\"><span style=\"text-decoration: underline;\">:TRIGger {&lt;mode&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Selects a coupling between channels trigger systems</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi1\">:DISPlay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#inst_disp_trac\"><span style=\"text-decoration: underline;\">:TRACe[&lt;n&gt;] {&lt;value&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Selects output value on the specified display trace</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#inst_disp_trac_swap\"><span style=\"text-decoration: underline;\">:SWAP</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Swaps positions of selected output values</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi2\">:YT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#inst_disp_yt_rate\"><span style=\"text-decoration: underline;\">:RATE {&lt;duration&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Selects YT view sample duration</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#inst_nsel\"><span style=\"text-decoration: underline;\">:NSELect {&lt;channel&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Selects the output to be programmed </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.1. <a name=\"inst_sel\"></a>INSTrument[:SELect]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument[:SELect] {&lt;channel&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument[:SELect]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command selects the output to be programmed by the output identifier. The outputs of the PSU are considered as two logical instruments. The INSTrument command provides a mechanism to identify and select an output.</p>\n\t\t\t\t\t<p>When one output is selected, the other output is unavailable for programming until selected. The following commands are affected by the INSTrument command: SOURce, MEASure, and CALibration.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns the currently selected output by the INSTrument[:SELect] or INSTrument:NSELect command. The returned value is CH1 or CH2.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:SEL?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CH1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:NSELect</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.2. <a name=\"inst_coup\"></a>INSTrument:COUPle:TRACking</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:COUPle:TRACking {&lt;type&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:COUPle:TRACking?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command selects how channel’s outputs will be internally connected:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">independent (NONE)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">parallel-tracking (PARallel) controls K_PAR power relay state when max. output current is doubled (e.g. 10&#160;A instead of 5&#160;A), or</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">series-tracking (SERies) that controls K_SER power relay state and max. output voltage is doubled (e.g. 80&#160;V instead of 40&#160;V).</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>When channels are coupled, resulting output will be present on different binding posts as indicated with LED_SP (red) instead of LED_OUT1 (green) and/or LED_OUT2 (green). </p>\n\t\t\t\t\t<p>Coupled channels will be seen as single channel. Therefore the following commands will affect the both channel regardless of which channel is currently selected using the INSTrument[:SELect] or INSTrument:NSELect command):</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">OUTPut[:STATe], OUTPut:DPRog, OUTPut:PROTection:CLEar</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">MEASure[:SCALar]:CURRent[:DC], MEASure[:SCALar]:POWer[:DC],  MEASure[:SCALar][:VOLTage][:DC]</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">SIMUlator:LOAD, SIMUlator:LOAD:STATe</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:CURRent, [SOURce[&lt;n&gt;]]:CURRent:STEP, [SOURce[&lt;n&gt;]]:CURRent:TRIGgered, [SOURce[&lt;n&gt;]]:CURRent:LIMit, [SOURce[&lt;n&gt;]]:CURRent:MODE, [SOURce[&lt;n&gt;]]:CURRent:PROTection:DELay, [SOURce[&lt;n&gt;]]:CURRent:PROTection:STATe, [SOURce[&lt;n&gt;]]:CURRent:PROTection:TRIPped?, [SOURce[&lt;n&gt;]]:LIST:COUNt, [SOURce[&lt;n&gt;]]:LIST:CURRent, [SOURce[&lt;n&gt;]]:LIST:DWELl, [SOURce[&lt;n&gt;]]:LIST:VOLTage[:LEVel], [SOURce[&lt;n&gt;]]:LRIPple,  [SOURce[&lt;n&gt;]]:LRIPple:AUTO, [SOURce[&lt;n&gt;]]:POWer:LIMit, [SOURce[&lt;n&gt;]]:POWer:PROTection[:LEVel], [SOURce[&lt;n&gt;]]:POWer:PROTection:DELay[:TIME], [SOURce[&lt;n&gt;]]:POWer:PROTection:STATe, [SOURce[&lt;n&gt;]]:POWer:PROTection:TRIPped?, [SOURce[&lt;n&gt;]]:VOLTage, [SOURce[&lt;n&gt;]]:VOLTage:LIMit, [SOURce[&lt;n&gt;]]:VOLTage:STEP, [SOURce[&lt;n&gt;]]:VOLTage:TRIGgered, [SOURce[&lt;n&gt;]]:VOLTage:MODE, [SOURce[&lt;n&gt;]]:VOLTage:PROTection[:LEVel], [SOURce[&lt;n&gt;]]:VOLTage:PROTection:DELay, [SOURce[&lt;n&gt;]]:VOLTage:PROTection:STATe, [SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">TRIGger[:SEQuence][:IMMediate], TRIGger[:SEQuence]:DELay, TRIGger[:SEQuence]:SLOPe, TRIGger[:SEQuence]:SOURce</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>The following channel specific commands will generate a device specific error 312 when channels are coupled:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">CALibrate, </li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">OUTPut:TRACk[:STATe],</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">SIMUlator:RPOL, SIMUlator:VOLTage:PROGram,</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:LRIPple, [SOURce[&lt;n&gt;]]:LRIPple:AUTO</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce[&lt;n&gt;]]:VOLTage:PROGram,</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">[SOURce:]VOLTage:SENSe (series-tracking only)</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>Channels coupled in parallel could have only one down-programmer circuit active that is on the channel 1. State of the channel 2 down-programmer will always be off regardless of what is set with the OUTPut:DPRog command.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>If channels are calibrated (CAL:STAT? 1) a max. value of the channel that has lower calibrated value will be used as a reference and multiplied by two. For example, if channel 1 max. voltage is 39.98 and channel 2 max. voltage is 40.00 the new max. value for the SERies-tracking will become 79.96&#160;V instead of 80.00&#160;V.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Two conditions requires special attention: that is entering CC mode while channels are coupled in SERies or entering CV mode when PARallel coupling is active. </p>\n\t\t\t\t\t<p>For example when coupled in SERies and output voltage is set to 60&#160;V and current to 1.7&#160;A with connected load of 1&#160;Ω the PSU will enter the CC mode of operation (see OUTPut:MODE?) and output voltage will drop to 1.7&#160;V. Coupling mechanism will set both channels to 30&#160;V (inital value divided by two) but that value cannot be maintained on any output and there is no warranty that new voltage will be equally shared between channels (i.e. 1.7&#160;/&#160;2 = 1.35&#160;V per channel). It’s even possible that outputs become unbalanced in a way that one of the channels becomes negative like -0.6&#160;V on one channel and +2.3&#160;V on another that still resulting in required +1.7&#160;V limited by max. current. To avoid such situation coupling mechanism also include <span style=\"font-style: italic;\">balancing</span> to ensure that such deviation when one channel is pushed to sink instead of source power is rectified. That is accomplished by calculating and set more appropriate output voltage values during the CC mode of operation. The measured output voltage (using the MEASure[:SCALar][:VOLTage][:DC]? Command) will return that newly programmed value, that could be e.g. 30.93&#160;V instead of 60&#160;V. When output come back to CV mode of operation (e.g. load is disconnected), initial set 60&#160;V will be measured again.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Execution of this command also affects bit 8 (PARAlell) or bit 9 (SERies) of the Operation status register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#oper_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.3</span></a>).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At *RST, channels will be uncoupled (NONE).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;type&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 26%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NONE|PARallel|SERies</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NONE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns the currently selected output coupling state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:COUP:TRAC SER</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT 70</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">70.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:COUP:TRAC PAR</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR 9</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">9.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEASure[:SCALar]:CURRent[:DC]</p>\n\t\t\t\t\t<p>MEASure[:SCALar][:VOLTage][:DC]</p>\n\t\t\t\t\t<p>OUTPut:DPRog</p>\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t\t<p>OUTPut:TRACk[:STATe]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.3. <a name=\"inst_disp_trac\"></a>INSTrument:DISPlay:TRACe[&lt;n&gt;]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:DISPlay:TRACe[&lt;n&gt;] {&lt;value&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:DISPlay:TRACe[&lt;n&gt;]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the output value that will be displayed on the display position (trace) defined with [&lt;n&gt;]. This command affects only display modes 2, 3 and 4 (see the DISPlay:VIEW command).</p>\n\t\t\t\t\t<p>An attempt to select the same value on both positions (traces) will generate an execution error.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;value&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">VOLTage|CURRent|POWer</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query returns the currently selected displayed output value on the selected display position (trace).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:TRAC2?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-200,&quot;Execution error&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DISPlay:VIEW</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:TRACe:SWAP</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:YT:RATE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.4. <a name=\"inst_disp_trac_swap\"></a>INSTrument:DISPlay:TRACe:SWAP</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:DISPlay:TRACe:SWAP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to swap output values display positions.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:TRAC1?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">VOLT</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:TRAC2?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CURR</p>\n\t\t\t\t\t<p class=\"cmd_code\">INT:DISP:TRAC:SWAP</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:TRAC1?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CURR</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:TRAC2?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DISPlay:VIEW</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:TRACe[&lt;n&gt;] {&lt;value&gt;}</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:YT:RATE</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.5. <a name=\"inst_disp_yt_rate\"></a>INSTrument:DISPlay:YT:RATE</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:DISPlay:YT:RATE {&lt;duration&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:DISPlay:YT:RATE?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the sample duration in seconds when YT (mode 4, see the DISPlay:VIEW command) display view is selected. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;duration&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 31%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.02 – 300</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed sample duration in seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:DISP:YT:RATE 10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DISPlay:VIEW</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:TRACe[&lt;n&gt;] {&lt;value&gt;}</p>\n\t\t\t\t\t<p>INSTrument:DISPlay:TRACe:SWAP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.6. <a name=\"inst_coup_trig\"></a>INSTrument:COUPle:TRIGger</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:COUPle:TRIGger {&lt;mode&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:COUPle:TRIGger?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p style=\"font-style: italic;\">Not implemented yet</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>This command defines a coupling between channels trigger systems. Use ALL parameter to couple or NONE to remove coupling.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>At *RST, trigger systems are uncoupled.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;mode&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 25%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ALL|CH1|CH2|NONE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ALL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query returns the currently coupled output.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:SEL CH1</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:TRIG 12</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:TRIG 1.5</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:SEL CH2</p>\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:TRIG 5</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:TRIG MAX</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:COUP:TRIG ALL</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR IMM</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RST</p>\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.7.7. <a name=\"inst_nsel\"></a>INSTrument:NSELect</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:NSELect {&lt;channel&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">INSTrument:NSELect?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command is used in conjunction with the SELect command. It serves the same purpose, except that it uses a numeric value instead of the identifier used in the SELect command. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1|2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>When queried it returns the logical instrument number of the currently selected PSU channel. Note that the numbering used for logical instruments directly corresponds to the numbers used in status reporting for multiple instruments; specifically the STATus:QUEStionable:INSTrument and STATus:OPERation:INSTrument commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">INST:NSEL 2</p>\n\t\t\t\t\t<p class=\"cmd_code\">INST:NSEL?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>STATus:QUEStionable:INSTrument</p>\n\t\t\t\t\t<p>STATus:OPERation:INSTrument</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.8 - MEASure.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.8. <a name=\"_measure\"></a>MEASure</p>\n\t\t<p>Measure commands measure the output voltage, current, power or temperature. They trigger the acquisition of new data before returning the reading. Measurements are performed by digitizing the instantaneous output voltage, current or temperature. Output power is calculated as product of measured voltage and current. Keyword [:DC] is optional since all measurement are by default of the DC level of the signal.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi0\">MEASure</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi1\">[:SCALar]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:CURRent</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#meas_curr\"><span style=\"text-decoration: underline;\">[:DC]? [&lt;channel&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average current</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:POWer</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#meas_pow\"><span style=\"text-decoration: underline;\">[:DC]? [&lt;channel&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average power</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">:TEMPerature</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#meas_temp\"><span style=\"text-decoration: underline;\">[:DC]? {&lt;sensor&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average temperature</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi2\">[:VOLTage]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 42%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#meas_volt\"><span style=\"text-decoration: underline;\">[:DC]? [&lt;channel&gt;]</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 58%;\">\n\t\t\t\t\t<p>Takes a measurement; returns the average voltage</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">5.8.1. <a name=\"meas_curr\"></a>MEASure[:SCALar]:CURRent[:DC]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEASure[:SCALar]:CURRent[:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the current measured across the current sense resistor inside the PSU.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the average output current in amperes as decimal number (NR2).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Measure current on the currently selected channel (CH1) and CH2:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">MEAS:CURR?;:MEAS:CURR? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1.23;0.12</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.8.2. <a name=\"meas_pow\"></a>MEASure[:SCALar]:POWer[:DC]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEASure[:SCALar]:POWer[:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the output power calculated as product of measured voltage and current value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">n/a</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the average output power in watts as decimal number (NR2).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:POW? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">80.44</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.8.3. <a name=\"meas_temp\"></a>MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]? {&lt;sensor&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the temperature measured using the specified temperature sensors as follows:</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">AUX – auxiliary temperature sensor connected to Arduino Shield board (can be used to monitor e.g. “ambient” or chassis temperature)</li>\n\t\t\t\t\t\t<li class=\"List_1\" style=\"text-indent: 0; list-style-type: disc;\">CH1, CH2  – temperature sensor connected to channel power board used to regulate fan speed (if installed)</li>\n\t\t\t\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">BATT – isolated V/F (Voltage-to-frequency converter) temperature sensor connected to Arduino Shield board (can be used to monitor e.g. connected battery temperature during the charging cycle)</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<p>All installed sensors are periodically tested. When sensor does not passed the test, programmed output current is automatically limited to value defined with <span class=\"backtick\">ERR_MAX_CURRENT</span> constant (<span class=\"backtick\">conf_advanced.h</span>). If load that draws more current then <span class=\"backtick\">ERR_MAX_CURRENT</span> value output current will be set to zero.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">BATT sensor support is not implemented yet.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the average temperature value in degrees Celsius (<span style=\"vertical-align: super;\">o</span>C) as decimal number (NR2). If self-test detect selected temperature sensor failure or sensor is not installed a -240 or -241 error will be generated. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 28%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 16%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 27%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2|BATT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 17%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:TEMP? AUX</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">39.50</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-240,&quot;Hardware error&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:FAN?</p>\n\t\t\t\t\t<p>SYSTem:CPU:OPTion?</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:STATe</p>\n\t\t\t\t\t<p>SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.8.4. <a name=\"meas_volt\"></a>MEASure[:SCALar][:VOLTage][:DC]</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEASure[:SCALar][:VOLTage][:DC]? [&lt;channel&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Query the voltage measured at the sense terminals of the selected channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">n/a</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the average output voltage in volts as decimal number (NR2).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:VOLT? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">43.25</p>\n\t\t\t\t\t<p>Query voltage of the channel 2 that is currently selected:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">INST CH2</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">12.40</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 5.9 - MEMory.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.scpi3 { text-align: left; margin-left: 14.99mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_2\">5.9. <a name=\"_memory\"></a>MEMory</p>\n\t\t<p>The MEMory subsystem works with PSU state files that are saved to (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#sav\"><span style=\"text-decoration: underline;\">*SAV</span></a>) and recalled from (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rcl\"><span style=\"text-decoration: underline;\">*RCL</span></a>) non-volatile storage locations numbered 0 through 9. The storage location 0 named “Power down state” is used to store the current PSU parameters. </p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi0\">MEMory</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#mem_nst\"><span style=\"text-decoration: underline;\">:NSTates?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Returns total number of state storage memory locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi1\">:STATe</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mem_stat_cat\"><span style=\"text-decoration: underline;\">:CATalog?</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Lists the names associated with all ten state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mem_stat_del\"><span style=\"text-decoration: underline;\">:DELete {&lt;profile&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Deletes the contents of a state storage location</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi3\">:ALL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Deletes the contents of all state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mem_stat_name\"><span style=\"text-decoration: underline;\">:NAME {&lt;profile&gt;}, {&lt;name&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Assigns a custom name to a state storage locations</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\">:RECall</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#mem_stat_rec_auto\"><span style=\"text-decoration: underline;\">:AUTO {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Specifies whether the power-down state is recalled from location 0 on power-on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi3\"><a href=\"#mem_stat_rec_sel\"><span style=\"text-decoration: underline;\">:SELect {&lt;profile&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Specifies which PSU state will be used at power on</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#mem_stat_val\"><span style=\"text-decoration: underline;\">:VALid? {&lt;profile&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p>Determines whether a storage location contains a valid state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.1. <a name=\"mem_nst\"></a>MEMory:NSTates</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:NSTates?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns the total number of *SAV/*RCL states available in the PSU.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns numeric value (NR1) which is one greater than the maximum that can be sent as a parameter to the *SAV and *RCL commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:NST?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.2. <a name=\"mem_stat_cat\"></a>MEMory:STATe:CATalog</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:CATalog?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This query requests a list of defined names in the MEMory:STATe subsystem. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The PSU returns a list of defined &lt;name&gt;’s in a comma separated list. Each &lt;name&gt; is returned in a quoted string.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:CAT?</p>\n\t\t\t\t\t<p class=\"cmd_code\">&quot;Power down state&quot;, &quot;All outputs on&quot;, &quot;dual 15V/300mA&quot;, &quot;Power protection at 100W&quot;, &quot;--Not used--&quot;, &quot;--Not used--&quot;, &quot;--Not used--&quot;, &quot;--Not used--&quot;, &quot;--Not used--&quot;, &quot;--Not used--&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MEMory:STATe:NAME</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\" style=\"margin-left: 0; text-indent: 0;\">5.9.3. <a name=\"mem_stat_del\"></a>MEMory:STATe:DELete</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:DELete {&lt;profile&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:DELete:ALL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>When used with a profile number this command deletes the contents of the specified storage location. The MEMory:STATe:DELete:ALL deletes the contents of storage locations 1 through 9. </p>\n\t\t\t\t\t<p class=\"note\">&#160;</p>\n\t\t\t\t\t<p class=\"note\">An error is generated on an attempt to recall a deleted state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>None</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:DEL 2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RCL</p>\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.4. <a name=\"mem_stat_name\"></a>MEMory:STATe:NAME</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:NAME {&lt;profile&gt;}, {&lt;name&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:NAME? {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command associates a &lt;name&gt; with a *SAV/*RCL register number. May assign same name to different locations and state names are unaffected by <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RST</span></a>. Deleting a storage location's contents MEMory:STATe:DELete resets associated name to “--Not used--”</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">1 – 9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;name&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Quoted string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 to 32 characters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns a *SAV/*RCL register number associates with profile number.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:DEF, 2, &quot;All outputs on&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:DEF? 2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">&quot;All outputs on&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MEMory:STATe:DELete</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.5. <a name=\"mem_stat_rec_auto\"></a>MEMory:STATe:RECall:AUTO</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:RECall:AUTO {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:RECall:AUTO?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command disables or enables the automatic recall of a specific stored PSU state selected using the MEMory:STATe:RECall:SELect command when power is turned on. </p>\n\t\t\t\t\t<p>Select ON to automatically recall one of the ten stored states or the “power-down” state (location 0) when power is turned on. Select OFF to issue a reset (<a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RST</span></a>) when power is turned on. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns 0 (OFF) or 1 (ON). </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:AUTO?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:SELect</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.6. <a name=\"mem_stat_rec_sel\"></a>MEMory:STATe:RECall:SELect</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:RECall:SELect {&lt;profile&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:RECall:SELect?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command selects which PSU state will be used at power on if the automatic recall mode is enabled (see MEMory:STATe:RECall:AUTO ON command). If the automatic recall mode is disabled (MEMory:STATe:RECall:AUTO OFF), then a “factory reset” (return to the default values) is issued when power is turned on.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns numeric value (NR1) for 0 to 9 indicating which instrument state will be used at power on.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:REC:SEL?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t\t<p>MEMory:STATe:RECall:AUTO</p>\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">5.9.7. <a name=\"mem_stat_val\"></a>MEMory:STATe:VALid</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">MEMory:STATe:VALid? {&lt;profile&gt;}</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command queries the specified storage location to determine if a valid state is currently stored in this location. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">Use this command before sending the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RCL</span></a> command to determine if a valid state has been previously stored on queried location.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;profile&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 9</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Returns 0 if no state has been stored or if it has been deleted. It returns 1 if a valid state is stored in this location.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">MEM:STAT:VAL? 2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>*RCL</p>\n\t\t\t\t\t<p>*SAV</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 6 - Device-specific commands.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.Text_body { margin-bottom: 2.12mm; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">6. <a name=\"_device specific\"></a>Device-specific (unclassified) commands</p>\n\t\t<p>The commands in this section are specific to the PSU, and so are not included in the 1999.0 version of the SCPI standard. However, these commands are designed with the SCPI standard in mind, and they follow all of the command syntax rules defined by the standard.</p>\n\t\t<p class=\"Heading_3\">6.1.1. <a name=\"__RefNumPara__11998_1238896024\"></a><a name=\"apply\"></a>APPLy<a name=\"__RefNumPara__11998_1238896024\"></a></p>\n\t\t<p class=\"Text_body\">The APPLy command provides the most straightforward method to program the PSU remotely.</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">APPLy {&lt;channel&gt;}, {&lt;voltage&gt;} [, &lt;current&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">APPLy? {&lt;channel&gt;} [, &lt;query param&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command is a combination of the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-instrument.html#inst_sel\"><span style=\"text-decoration: underline;\">INSTrument:SELect</span></a> (or <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-instrument.html#inst_nsel\"><span style=\"text-decoration: underline;\">INSTrument:NSELect</span></a>), <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_volt\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:VOLTage</span></a> and <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-source.html#sour_curr\"><span style=\"text-decoration: underline;\">[SOURce[&lt;n&gt;]]:CURRent</span></a> commands. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The APPLy changes the PSU’s output to the newly programmed values only if the programmed values are valid within the presently selected PSU operating range. An execution error will occur if the programmed values are not valid within the selected range. You can substitute MINimum, MAXimum, or DEFault in place of a specific value for the voltage and current parameters (see table below).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"5\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;channel&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU voltage rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;current&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p style=\"text-align: left;\">0 to MAXimum, MIN|DEF|MAX|UP|DOWN</p>\n\t\t\t\t\t<p style=\"text-align: left;\">The MAXimum value is dependent on the PSU current rating. See <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 18%;\">\n\t\t\t\t\t<p>&lt;query param&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 41%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">CURR|VOLT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>APPLy? query the voltage/current of the specified channel.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Set the voltage and current of CH1 to 35.5V and 0.5A respectively:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">APPL CH1,35.5,0.5</p>\n\t\t\t\t\t<p>Query the voltage and current settings of the first channel:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">APPL? CH1</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CH1:50V/3A, 35.500, 0.500</p>\n\t\t\t\t\t<p>Query only current setting of the second channel:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">APPL? CH2, CURR</p>\n\t\t\t\t\t<p class=\"cmd_code\">0.25</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-221,&quot;Power limit exceeded&quot;</p>\n\t\t\t\t\t<p class=\"cmd_code\">-222,&quot;Data out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:NSELect</p>\n\t\t\t\t\t<p>INSTrument[:SELect]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:CURRent[:LEVel][:IMMediate][:AMPLitude]</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">6.1.2. <a name=\"debug\"></a>DEBUg</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">DEBUg?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Use this command to collect various runtime information that can be used in debugging process.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">DEBU?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CH1 U_DAC = 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 U_DAC = 32768</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 U_MON = 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 U_MON = 4095</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 U_MON_DAC = 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 U_MON_DAC = 16383</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 I_DAC = 39321</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 I_DAC = 6554</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 I_MON = 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 I_MON = 3276</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 I_MON_DAC = 19660</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 I_MON_DAC = 3276</p>\n\t\t\t\t\t<p class=\"cmd_code\">AUX TEMP = 373</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH1 TEMP = 561</p>\n\t\t\t\t\t<p class=\"cmd_code\">CH2 TEMP = 373</p>\n\t\t\t\t\t<p class=\"cmd_code\">MAIN_LOOP_DURATION = 15998 16696 17409 / 0 0 0 / 1844 346805388</p>\n\t\t\t\t\t<p class=\"cmd_code\">ADC_COUNTER = 120 / 0 / 296</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>DIAGnostic[:INFOrmation]:ADC?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 7 - Error messages.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }\n\t\t\t.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">7. <a name=\"__RefHeading__5776_1776152697\"></a><a name=\"_error messages\"></a>Error messages<a name=\"__RefHeading__5776_1776152697\"></a></p>\n\t\t<p>The system-defined error/event numbers are chosen on an enumerated (“1 of N”) basis. The SCPI-defined error/event numbers and the &lt;error/event_description&gt; portions of the full queue item are listed here. The first error/event described in each class (for example, -100, -200, -300, -400) is a “generic” error.</p>\n\t\t<p class=\"Heading_2\">7.1. <a name=\"command_err\"></a>Command Error [-199, -100]</p>\n\t\t<p>An &lt;error/event number&gt; in the range [-199, -100] indicates that a syntax error has been detected by the PSU’s SCPI command parser. The occurrence of an error in this class cause the command error bit (CME, bit 5) in the Standard Event Status Register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>) to be set.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 170mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\">Return string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 62%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">0,&quot;No error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The queue is completely empty. Every error/event in the queue has been read, or the queue was purposely cleared by a power-on event, *CLS, etc.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">−100,&quot;Command error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Generic syntax error.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-101,&quot;Invalid character&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>An invalid character was found in the command string. There may be a character such as #, $, or % in the command keyword or within a parameter. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">OUTP:STAT #ON </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-103,&quot;Invalid separator&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>An invalid separator was found in the command string. There may be a comma instead of a colon, semicolon, or blank space, or a blank space instead of a comma. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">TRIG:SOUR,BUS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-104,&quot;Data type error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The wrong parameter type was found in the command string. A string might have been sent when a string was expected, or vice versa. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example (the password must be a quoted string):</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">CAL ON, 123</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-108,&quot;Parameter not allowed&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>More parameters were received than expected for the command. There may be an extra parameter, or parameter added to a command that does not accept a parameter.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">INST CH1, CH2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-109,&quot;Missing parameter&quot; </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Fewer parameters were received than expected for the command. One or more parameters that are required for this command was not received.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">APPL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-113,&quot;Undefined header&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A command was received that is not valid for this PSU. The command may have been misspelled, or it may not be a valid command. Short forms of commands, may contain up to four letters.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">MEASU:CURR?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"height: 9.9mm; background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-114,&quot;Header suffix out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The numeric suffix attached to a command header is not one of the allowable values.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">STAT:QUES:INST:ISUM3?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-131,&quot;Invalid suffix&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A suffix was incorrectly specified for a numeric parameter. It may have been misspelled.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example (use A instead of V): </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">VOLT 3A</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-138,&quot;Suffix not allowed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A suffix was received following a numeric parameter which does not accept a suffix.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example (SEC is not a valid suffix):</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">STAT:QUES:ENAB 10 SEC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-151,&quot;Invalid string data&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>An invalid character string was received. Check to see if you have enclosed the character string in single or double quotes.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example: </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">DISP:TEXT ’ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">7.2. <a name=\"exec_err\"></a>Execution Error [-299, -200]</p>\n\t\t<p>An &lt;error/event number&gt; in the range [-299, -200] indicates an error has been detected by the PSU’s execution control block. The occurrence of any error in this class sets the execution error bit (EXE, bit 4) in the Standard Event Status Register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>). One of the following events has occurred:</p>\n\t\t<ul>\n\t\t\t<li class=\"List_1_Start\" style=\"text-indent: 0; list-style-type: disc;\">A &lt;PROGRAM DATA&gt; element following a header was evaluated by the PSU as outside of its legal input range, or as otherwise inconsistent with the PSU’s capabilities.</li>\n\t\t\t<li class=\"List_1_End\" style=\"text-indent: 0; list-style-type: disc;\">A valid program message could not be properly executed.  Probably due to some PSU condition.</li>\n\t\t</ul>\n\t\t<p>Execution errors will be reported by the PSU after rounding and expression evaluation has taken place. Rounding a numeric data element, for example, will not be reported as an execution error. Events that generate execution errors will not generate Command Errors, device-specific errors, or Query Errors; see the other error definitions in this section.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\">Return string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 62%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-200,&quot;Execution error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>This is the generic execution error when more specific error is not assigned in the case that command execution failed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-221,&quot;Settings conflict&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Indicates that a legal program data element was parsed but could not be executed due to the current device state. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example (an attempt to enter low ripple mode while remote programming is activated):</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT:PROG EXT</p>\n\t\t\t\t\t<p class=\"cmd_code_End\">LRIP ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-222,&quot;Data out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A numeric parameter value is outside the valid range for the command. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">VOLT 166</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-223,&quot;Too much data&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A character string was received but could not be executed because the string length was more than 32 characters. This error can be generated by the CALibration:REMark command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-224,&quot;Illegal parameter value&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A discrete parameter was received which was not a valid choice for the command. You may have used an invalid parameter choice.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">VOLT ON </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-230,&quot;Digital pin function mismatch&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Operation with digital pin is not possible due to incorrect function definition.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">DIG:PIN1:FUNC INH</p>\n\t\t\t\t\t<p class=\"cmd_code\">DIG:INP:DATA? 1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-240,&quot;Hardware error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because failure is detected during power-up self-test. Use the *TST? command to query self-test results. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html#self-test_err_msg\"><span style=\"text-decoration: underline;\">Section 7.3.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-241,&quot;Hardware missing&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because of missing PSU hardware.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example (remote sense cannot be activated when BP_OPTION is false):</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">OUTP:SENS ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-242,&quot;CH1 fault detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A POWERGOOD signal failure has been detected on Channel 1. If such a condition has happened, PSU firmware will be immediately put into the stand-by mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-243,&quot;CH2 fault detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A POWERGOOD signal failure has been detected on Channel 2. If such condition has happened, the PSU firmware will be immediately put into the stand-by mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-245,&quot;CH1 output fault detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A prohibited state has been detected on the Channel 1 output (e.g., negative power is measured for extended period of time). The Channel 1 output will be turned off.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-246,&quot;CH2 output fault detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A prohibited state has been detected on the Channel 2 output (e.g., negative power is measured for extended period of time). The Channel 2 output will be turned off.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-250,&quot;Mass storage error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Indicates that a SD card error occurred. This error message is generated when the firmware cannot detect the more specific errors described for errors -251 through -258.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-251,&quot;Missing mass storage&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because of missing mass storage; SD card option was not installed. (Not implemented yet)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-252,&quot;Missing media&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because of a missing SD card. (Not implemented yet)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-253,&quot;Corrupt media&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because of corrupt media; for example, bad SD card or wrong format. (Not implemented yet)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-254,&quot;Media full&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because the SD card is full. (Not implemented yet)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-256,&quot;File name not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because the file name on the device media was not found; for example, an attempt was made to read or copy a nonexistent file.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-257,&quot;File name error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because the file name on the device media was in error; for example, an attempt was made to copy to a duplicate file name. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-258,&quot;Media protected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Command or query could not be executed because the SD card access is locked (MMEMory:LOCK command).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-259,&quot;File transfer aborted&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Command or query for file transfer is aborted before transfer is completed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">7.3. <a name=\"device_err\"></a>Device-Specific Error [-399, -300], [1, 32767] </p>\n\t\t<p>An &lt;error/event number&gt; in the range [-399, -300] or [1, 32767] indicates that the PSU has detected an error which is not a command error, a query error, or an execution error.  Most likely, some PSU operations did not properly complete, possibly due to an abnormal hardware or firmware condition. These codes are also used for self-test response errors. The occurrence of any error in this class sets the device-specific error bit (DDE, bit 3) in the Standard Event Status Register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>). </p>\n\t\t<p>&#160;</p>\n\t\t<p>Events that generate device-specific errors do not generate command errors, execution errors, or query errors; see the other error definitions in this section.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\">Return string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 62%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-211,&quot;Trigger ignored&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A *TRG was received but the trigger was ignored. The trigger source should be set to the BUS and the trigger subsystem should be initiated by the INITiate[:IMMidate] command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-213,&quot;Init ignored&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>An INITiate command was received but could not be executed because a measurement was already in progress.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-220,&quot;Cannot set range&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The measurement range cannot be set because the currently measured value is higher then range max value. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_End\">2.33</p>\n\t\t\t\t\t<p class=\"cmd_code\">SENS:CURR:RANG 0.5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-310,&quot;System error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>An internal firmware error has been detected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-330,&quot;Self-test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>The PSU’s complete self-test failed from the remote interface (*TST? command). In addition to this error, more specific self-test errors are also reported. See also <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html#self-test_err_msg\"><span style=\"text-decoration: underline;\">Section </span></a><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-error-messages.html#self-test_err_msg\"><span style=\"text-decoration: underline;\">7.3.1</span></a></p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-350,&quot;Queue overflow&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The error queue is full because more than 16 errors have occurred. No additional errors will be stored until errors have been removed from the queue. The error queue is cleared when power has been turned off, or after a *CLS (clear status) command has been executed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">-363,&quot;Input buffer overrun&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Input buffer overrun. The Serial or Ethernet port input buffer has lost data due to an overflow.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">100,&quot;Channel not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A non existing channel number has been specified.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">SOUR3:VOLT?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">101,&quot;Calibration mode is off&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Calibration is not enabled. The PSU will not accept calibration commands.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">102,&quot;Invalid password&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The calibration password is incorrect.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">104,&quot;Bad sequence of cal commands&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Calibration commands have not been entered in the proper sequence.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">105,&quot;Password too long&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A calibration password was received which contained more than 16 characters.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">106,&quot;Password too short&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A calibration password was received which contained less than 4 characters.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">107,&quot;Cal value out of range&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The specified calibration value (CALibration:CURRent:DATA or CALibration:VOLTage:DATA) is not valid for the PSU's present measurement function and range.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">108,&quot;Cal output disabled&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>The Calibration operation has been aborted by sending the OUTPut OFF command during an output calibration.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">109,&quot;Invalid cal data&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>One or more calibration data values are impossible or out of range, and will prohibit the calibration parameters calculation. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>For example the MID value is lower then MIN, or the MIN value is higher then MAX, or the MID value is so out of accepted tolerance that it cannot be predicted with newly calculated calibration parameters. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">110,&quot;Cal params missing or corrupted&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Calibration parameters activation started by the CALibration:STATe ON, &quot;&lt;password&gt;&quot; command failed because calibration has never been conducted or existing parameters are corrupted. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">111,&quot;No new cal data exists&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>There was an attempt to save calibration data with the CALibration:SAVE command without calibration data. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffffff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">150,&quot;Power limit exceeded&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffffff; width: 62%;\">\n\t\t\t\t\t<p>The product of voltage and current exceeds channel power limitation. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>For example if channel power limit is 160&#160;W and the following sequence is executed:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT 38</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR 4.4</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">151,&quot;Voltage limit exceeded&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Set voltage exceeds channel capability. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">VOLT 60</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">152,&quot;Current limit exceeded&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Set current exceeds channel capability. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Example:</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">CURR 5.5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">201,&quot;Cannot execute before clearing protection&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Example:  a command such as OUTP ON cannot be executed on a channel where one or more protections will be tripped.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">270,&quot;CH1 ADC timeout detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Channel 1 has been switched off after 3 consecutive ADC timeouts were detected.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">304,&quot;Incompatible transient modes&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>For example, VOLTage and CURRent cannot be in both STEP and LIST modes at the same time (see [SOURce[&lt;n&gt;]]:CURRent:MODE and [SOURce[&lt;n&gt;]]:VOLTage:MODE)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">306,&quot;Too many list points&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Too many list points have been specified.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">307,&quot;List lengths are not equivalent&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>One or more lists are not the same length. </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>For example, number of CURRent steps is not equal to one or number of VOLTage steps</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">LIST:VOLT 0, 5, 10, 15, 20</p>\n\t\t\t\t\t<p class=\"cmd_code\">LIST:CURR 1, 2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">308,&quot;Cannot be changed while transient trigger is initiated&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>An attempt to change a setting which cannot be changed while the instrument is waiting for or executing a trigger sequence.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">309,&quot;Cannot initiate while in fixed mode&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Cannot initiate transient generator. Either the VOLTage or CURRent function is set to FIXed mode.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">310,&quot;List not found&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>A list cannot be found on the SD card.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">311,&quot;List is empty&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>A list cannot be started because it’s empty.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>Cannot execute a command when the channel outputs are coupled.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">313,&quot;Cannot execute in tracking mode&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>Cannot execute a command when the tracking mode is active.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">320,&quot;Firmware update error&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>An attempt to upload firmware via LAN has failed due to communication error, checksum error, etc. (<span style=\"font-style: italic;\">Not implemented yet</span>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">400,&quot;Cannot load empty profile&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>An attempt has been made to recall an empty or erased user profile with *RCL command.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">500,&quot;Down-programmer on CH1 switched off&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>The down programmer has been switched off because a negative output power (<span class=\"backtick\">DP_NEG_LEV</span>) has been measured on Channel 1 that has lasted more then <span class=\"backtick\">DP_NEG_DELAY</span> seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">501,&quot;Down-programmer on CH2 switched off&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>The down programmer has been switched off because a negative output power (<span class=\"backtick\">DP_NEG_LEV</span>) has been measured on Channel 2 that has lasted more then <span class=\"backtick\">DP_NEG_DELAY</span> seconds.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">505,&quot;External voltage on CH1 detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>An external voltage has been measured (e.g., from a battery or other power source intentionally or mistakenly left connected) on Channel 1 while output is switched from off to on.  (<span style=\"font-style: italic;\">Not implemented yet</span>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">506,&quot;External voltage on CH2 detected&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 62%;\">\n\t\t\t\t\t<p>An external voltage has been measured (e.g., from a battery or other power source intentionally or mistakenly left connected) on Channel 2 while output is switched from off to on.  (<span style=\"font-style: italic;\">Not implemented yet</span>).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"cmd_code\">615,&quot;External EEPROM save failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 62%;\">\n\t\t\t\t\t<p>If non-volatile memory (an external EEPROM) is not installed, damaged or not responsive, and <span class=\"backtick\">OPTION_EXT_EEPROM</span> is set to 1 (<span class=\"backtick\">conf.h</span>) this error will be reported.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">7.3.1. <a name=\"__RefHeading__10051_1925441995\"></a><a name=\"self-test_err_msg\"></a>Self-Test Error Messages<a name=\"__RefHeading__10051_1925441995\"></a></p>\n\t\t<p>During power-up, the PSU will start self-test sequences when communication with all SPI devices that is marked as installed will be established. The scope of the self-test depends on device capability and it could vary from simply reading device registers, and waiting for expected responses to more complex operations such as setting DAC registers and reading back those values using the ADC (if ADC test passed). Every test failure will be announced by an error beep, and one error message per failed test will be inserted into the error queue. The device-specific error bit (DDE, bit 3) in the Standard Event Status Register (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-registers-and-queues.html#std_even_stat_reg\"><span style=\"text-decoration: underline;\">Section 3.1</span></a>) will also be set.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 37%;\">\n\t\t\t\t\t<p class=\"table_header\">Return string</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 63%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">210,&quot;CH1 IOEXP test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Communication with the Channel 1 I/O expander is not possible. Probably because the I/O expander is not functional.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">211,&quot;CH2 IOEXP test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 63%;\">\n\t\t\t\t\t<p>Communication with the Channel 2 I/O expander is not possible. Probably because the I/O expander is not functional.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">220,&quot;CH1 ADC test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>Communication with the Channel 1 ADC is not possible. Probably because values written into various registers are not equal to the returned values.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">221,&quot;CH2 ADC test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 63%;\">\n\t\t\t\t\t<p>Communication with the Channel 2 ADC is not possible. Probably because values written into various registers are not equal to the returned values.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">230,&quot;CH1 DAC test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>The Channel 1 DAC is not functional.  Possibly because communication has failed, or because there's a difference between the test voltage data sent to the Channel 1 DAC and that read back.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">231,&quot;CH2 DAC test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 63%;\">\n\t\t\t\t\t<p>The Channel 2 DAC is not functional.  Possibly because communication has failed, or because there's a difference between the test voltage data sent to the Channel 2 DAC and that read back.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">240,&quot;External EEPROM test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>The non-volatile memory on the Arduino board has failed the checksum integrity test.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">250,&quot;RTC test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 63%;\">\n\t\t\t\t\t<p>The RTC (real time clock) on the Arduino board is not present,  or the date or time values returned are not valid, or the last datetime value stored into non-volatile memory is greater then RTC datetime.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">260,&quot;Ethernet test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 63%;\">\n\t\t\t\t\t<p>The Ethernet controller on the Arduino Shield board test failed.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 37%;\">\n\t\t\t\t\t<p class=\"cmd_code\">630,&quot;Fan test failed&quot;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 63%;\">\n\t\t\t\t\t<p>The measured fan speed during the self-test procedure is not within expected range.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>For example, if SPI-bus cable is accidentally not connected, or wrongly wired, on Channel 1 two errors will be generated and placed into the error queue which can be checked using the following command sequence:</p>\n\t\t<p>&#160;</p>\n\t\t<p class=\"cmd_code_Start\">SYST:ERR:COUN?</p>\n\t\t<p class=\"cmd_code_End\">2</p>\n\t\t<p class=\"cmd_code\">SYST:ERR?</p>\n\t\t<p class=\"cmd_code_End\">210,&quot;CH1 IOEXP test failed&quot; </p>\n\t\t<p class=\"cmd_code\">SYST:ERR?</p>\n\t\t<p class=\"cmd_code_End\">220,&quot;CH1 ADC test failed&quot; </p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 8 - Parameters and settings.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.Table_Contents { }\n\t\t\t.table_body { font-style: italic; }\n\t\t\t.table_body_centered { text-align: center; font-style: italic; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">8. <a name=\"__RefHeading__16431_1553892307\"></a><a name=\"_parameters and settings\"></a>Parameters and settings<a name=\"__RefHeading__16431_1553892307\"></a></p>\n\t\t<p class=\"Heading_2\">8.1. <a name=\"__RefHeading__19397_1941500089\"></a><a name=\"programming_parameters\"></a>Programming parameters<a name=\"__RefHeading__19397_1941500089\"></a></p>\n\t\t<p>The PSU firmware can be used to control its channels with various characteristics. For example, the voltage range could be set from 0 to 30&#160;V, 0 to 40&#160;V or 0 to 50&#160;V, and the current range could vary from 0 to 3.12&#160;A, 0 to 4.16&#160;A or 0 to 5&#160;A. It’s also possible to mix two channels with different voltage and current ranges e.g. 0 – 40&#160;V/0 – 5&#160;A and 0 – 50&#160;V/0 – 3.12&#160;A. Use the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#idn\"><span style=\"text-decoration: underline;\">*IDN?</span></a> command to find out what channels are defined in the PSU's firmware. </p>\n\t\t<p class=\"Heading_3\">8.1.1. Voltage</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"text-align: left;\">Programming range or model</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 21%;\">\n\t\t\t\t\t<p class=\"table_header\">0 – 30&#160;V</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 21%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"font-weight: bold;\">EEZ PSU H24005</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 21%;\">\n\t\t\t\t\t<p class=\"table_header\">0 – 50&#160;V</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">MAXimum [V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">30</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">40</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">50</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">MINimum [V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">DEFault [V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Value after *RST or *TST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP MINimum [V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">10m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">10m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">10m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP MAXimum [V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">5</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP DEFault [V] </p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">100m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">100m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">100m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MINimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MAXimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay DEFault [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">5m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">5m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">5m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MINimum[V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0.15</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0.15</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MIDdle[V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">14.1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">19.1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">24.1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MAXimum[V]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">28</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">38</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">48</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">8.1.2. Current</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"text-align: left;\">Programming range or model</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 31%;\">\n\t\t\t\t\t<p class=\"table_header\">0 – 3.12&#160;A</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 31%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"font-weight: bold;\">EEZ PSU H24005</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">MAXimum [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">3.12</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">5</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">MINimum [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">DEFault [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Value after *RST or *TST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP and STEP MINimum [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">10m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">10m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP MAXimum [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">STEP DEFault [A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">50m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">50m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MINimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MAXimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay DEFault [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">20m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">20m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MINimum[A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">50m</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">50m</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MIDdle[A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">1.525</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">2.425</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">CALibration VALue MAXimum[A]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">3</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center; font-weight: bold;\">4.8</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">8.1.3. Power</p>\n\t\t<p>The total number of possible combinations for the PSU's power parameters is 6, of which two typical examples are given below:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 38%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"text-align: left;\">Programming range or model</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 31%;\">\n\t\t\t\t\t<p class=\"table_header\">0 – 50&#160;V, 0 – 3.12&#160;A</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 31%;\">\n\t\t\t\t\t<p class=\"table_header\" style=\"font-weight: bold;\">EEZ PSU H24005</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">MINimum [W]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">DEFault [W]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">100</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">155</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">MAXimum [W]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">150</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">160</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection LEVel DEFault [W]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">100</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">155</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MINimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay MAXimum [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">300</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background-color: #e6e6ff; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">300</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 38%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: left;\">PROTection DELay DEFault [s]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center;\">10</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: middle; background: transparent; width: 31%;\">\n\t\t\t\t\t<p class=\"Default_ntt\" style=\"text-align: center; font-weight: bold;\">10</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">8.2. <a name=\"__RefHeading__20221_1650922369\"></a><a name=\"reset_settings\"></a>Reset Settings (*RST)<a name=\"__RefHeading__20221_1650922369\"></a></p>\n\t\t<p>At power-on or after execution of the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-common-command-reference.html#rst\"><span style=\"text-decoration: underline;\">*RST</span></a> common command, device settings will be set to the states listed in the following table. See also the <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-memory.html#mem_stat_rec_auto\"><span style=\"text-decoration: underline;\">MEMory:STATe:RECall:AUTO</span></a> command.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 40%;\">\n\t\t\t\t\t<p class=\"table_header\">Command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 30%;\">\n\t\t\t\t\t<p class=\"table_header\">Power on</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 30%;\">\n\t\t\t\t\t<p class=\"table_header\">*RST</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">*ESE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">*ESR</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">*SRE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">*STB?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">???</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">CAL[:MODE]</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">CAL:STAT</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body\">ON if valid calibrating data for both voltage and current exists in the non-volatile memory, otherwise OFF.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">DISP:BRIG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">20</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">DISP:VIEW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">DISP[:STAT]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">INST:NSEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">INST:SEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">CH1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">MEMM:CDIR</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">/</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">MEMM:DOWN:FNAM</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">&quot;&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">MMEM:LOCK</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">OUTP[:STAT]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">OUTP:PROT:COUP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">OUTP:TRAC</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:CURR:RANG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (Best)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:CURR:RANG:AUTO</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:DLOG:FUNC:CURR</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:DLOG:FUNC:POW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:DLOG:FUNC:VOLT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:DLOG:PER</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0.02</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SENS:DLOG:TIME</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">60</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:CURR</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:CURR:PROT:DEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:CURR:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:CURR:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:CURR:STEP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[&lt;n&gt;]]:LRIP:AUTO</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:POW:PROT[:LEV]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:POW:PROT:DEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:POW:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:POW:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:VOLT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[&lt;n&gt;]]:VOLT:PROG[:SOUR]</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">INT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:VOLT:PROT:DEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:VOLT:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:VOLT:PROT:TRIP?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[n]]:VOLT:STEP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">DEF (see <a href=\"http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-parameters-and-settings.html#programming_parameters\"><span style=\"text-decoration: underline;\">Section 8.1</span></a>)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">[SOUR[&lt;n&gt;]]:VOLT:SENS[:SOUR]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">OFF</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:ISUM[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:ISUM:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:ISUM:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:INST[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:INST:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:INST:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:INST:ISUM[:EVEN]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:QUES:INST:ISUM:COND</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">STAT:OPER:INST:ISUM:ENAB</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:CHAN:INFO:ONT:LAST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:CHAN:INFO:ONT:TOT?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:CPU:INFO:ONT:LAST?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:CPU:INFO:ONT:TOT?</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Not affected</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:ERR:COUN?</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 60%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:POW</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT [AUX]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">55</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT:DEL [AUX]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">30</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT:STAT [AUX]</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">75</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT:DEL CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">30</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">SYST:TEMP:PROT:STAT CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">TRIG:DEL</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">TRIG:SLOP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">POS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">TRIG:SOUR</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">IMM</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 40%;\">\n\t\t\t\t\t<p class=\"table_body\">TRIG:SOUR:DLOG</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">Power down state</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 30%;\">\n\t\t\t\t\t<p class=\"table_body_centered\">IMM</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">8.3. <a name=\"special modes\"></a>Special modes of operation</p>\n\t\t<p>Operations will differ when tracking or any of coupling modes between channels have been selected. Please note that some of features must be disabled because they are impossible for the PSU hardware or its software.  The following table shows how special modes of operation affects some features:</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 170.09mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 14%;\">\n\t\t\t\t\t<p class=\"table_header\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 12%;\">\n\t\t\t\t\t<p class=\"table_header\"><br>Calibration (CAL)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 14%;\">\n\t\t\t\t\t<p class=\"table_header\">Low ripple (LRIP, LRIP:AUTO)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 14%;\">\n\t\t\t\t\t<p class=\"table_header\">Remote sensing (VOLT:SENS)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 15%;\">\n\t\t\t\t\t<p class=\"table_header\">Voltage<br>programming (VOLT:PROG)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 15%;\">\n\t\t\t\t\t<p class=\"table_header\">Tracking<br>control (OUTP:TRAC)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 15%;\">\n\t\t\t\t\t<p class=\"table_header\">Coupling (INST:COUP:TRAC)</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">TRACking</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: left;\">Coupled in PARallel</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 12%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: left;\">Coupled in SERies</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 12%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 14%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\" style=\"text-align: center;\">Disabled</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 15%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_2\">8.4. <a name=\"default settings\"></a>Default settings (in the distributed firmware)</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 170.09mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 46%;\">\n\t\t\t\t\t<p class=\"table_header\">Function</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 21%;\">\n\t\t\t\t\t<p class=\"table_header\">State / Value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #ffcc00; width: 33%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command reference</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Over-current protection (OCP)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">CURR:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Over-voltage protection (OVP)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">VOLT:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Over-power protection (OPP)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">POW:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OPP trip level</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">155.00&#160;W</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">POW:PROT:TRIP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OPP delay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">10&#160;s</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">POW:PROT:DEL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Channel Over-temperature protection (OTP)</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Channel OTP trip level</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">75.00&#160;<span style=\"vertical-align: super;\">o</span>C</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:TRIP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Channel OTP delay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">30&#160;s</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:DEL</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">AUX sensor OTP</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:STAT AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">AUX sensor OTP trip level</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">50&#160;<span style=\"vertical-align: super;\">o</span>C</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:TRIP AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">AUX sensor OTP delay</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">10&#160;s</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:TEMP:PROT:DEL AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Shutdown when protection tripped</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:POW:PROT:TRIP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Switch off all outputs when protection tripped</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OUTP:PROT:COUP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Low ripple mode</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">LRIP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Remote voltage programming</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">VOLT:PROG</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Remote voltage sense</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">VOLT:SENS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Coupling mode</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">NONE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">INST:COUP:TRAC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Tracking mode</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OUTP:TRAC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Calibration password</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">eezpsu</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">CAL:PASS:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">System password</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Not defined</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:PASS:NEW</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Communication mode</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Local</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:LOC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Front panel lock</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:KLOC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Front panel display</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">DISP:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Ethernet communication</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:ENAB 0, ETH</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Force disabling of all outputs on power up</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:PON:OUTP:DIS</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Beeper</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">ON</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:BEEP:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">“Key pressed” click tone</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:BEEP:KEY:STAT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Ethernet port communication</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">5025</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:ETH:PORT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Ethernet MAC</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">74-69-69-2D-30-00</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:ETH:MAC</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Serial port communication</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:ENAB 0, SER</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Serial port speed</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">9600</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:SER:BAUD</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">Serial port parity bit</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">NONE</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:SER:PAR</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">NTP service</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">OFF</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:ENAB 0, NTP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 46%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">NTP server</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 21%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">europe.pool.ntp.org</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background-color: #e6e6ff; width: 33%;\">\n\t\t\t\t\t<p class=\"Table_Contents\">SYST:COMM:NTP</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Commands/EEZ PSU SCPI reference 9 - Software simulator.html",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t\t<title></title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Reset */\n\t\t\tol, ul { margin: 0; padding: 0; }\n\t\t\tli { list-style-position: outside; }\n\t\t\t\n\t\t\t/* Paragraphs and texts */\n\t\t\t.Caption { text-align: center; margin-top: 2.12mm; margin-bottom: 2.12mm; font-size: 10.0pt; font-style: italic; }\n\t\t\t.Default_ntt { }\n\t\t\t.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }\n\t\t\t.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }\n\t\t\t.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }\n\t\t\tp { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\tli { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: \"Arial\"; font-size: 10.5pt; font-weight: normal; font-style: normal; }\n\t\t\t.cmd_code { text-align: left; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: \"Courier New\"; }\n\t\t\t.cmd_root { text-align: left; color: #0066cc; }\n\t\t\t.note { font-style: italic; }\n\t\t\t.scpi0 { text-align: left; }\n\t\t\t.scpi1 { text-align: left; margin-left: 4.99mm; }\n\t\t\t.scpi2 { text-align: left; margin-left: 10mm; }\n\t\t\t.table_header { text-align: center; }\n\t\t\t.backtick { font-family: \"Courier New\"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }\n\t\t\t\n\t\t\t/* Footnotes & endnotes */\n\t\t\t#webpub_footnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 1px solid black; }\n\t\t\t#webpub_footnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_footnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_footnotes td.content { }\n\t\t\ta.webpub_footnote { font-size: 80%; vertical-align: super; }\n\t\t\t#webpub_endnotes_divider { clear: both; margin-top: 2em; width: 25%; border-top: 3px double black; }\n\t\t\t#webpub_endnotes { font-size: 80%; text-align: justify; }\n\t\t\t#webpub_endnotes td.label { text-align: right; vertical-align: top; }\n\t\t\t#webpub_endnotes td.content { }\n\t\t\ta.webpub_endnote { font-size: 80%; vertical-align: super; }\n\t\t\t\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<p class=\"Heading_1\">9. <a name=\"_simulator\"></a>Software simulator</p>\n\t\t<p>The PSU firmware can be compiled and executed on a Windows, Linux or OS X system. The  software simulator is a terminal application that can respond to any currently supported SCPI command described in this document. SCPI commands could be entered directly in the simulator’s terminal window (Fig. 1) or remotely by using the e.g. a <a href=\"https://en.wikipedia.org/wiki/Telnet\" target=\"_blank\"><span style=\"text-decoration: underline;\">Telnet</span></a> client (Fig. 2). </p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/simulator_welcome_screen.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 9 - Software simulator-simulator welcome screen.png\" alt=\"simulator welcome screen.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 140mm; height: 97.51mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 1: Simulator welcome screen</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/simulator_telnet_session.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 9 - Software simulator-simulator telnet session.png\" alt=\"simulator telnet session.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 140mm; height: 97.51mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 2: Remote connection using a telnet client</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p>The simulator also has an internal GUI.  When started, open a separate window with the picture of the PSU front panel. The GUI depends of which PSU revision is used that can be set in <span class=\"backtick\">conf_user_revision.h</span> file before simulator compilation.</p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/simulator_gui.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 9 - Software simulator-simulator_gui.png\" alt=\"simulator_gui.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 170mm; height: 65.97mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 3: Simulator GUI for portrait front panel (r1B9)</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/simulator_gui_r3b4_off.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 9 - Software simulator-simulator_gui_r3B4_off.png\" alt=\"simulator_gui_r3B4_off.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 150mm; height: 56.39mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 4: Simulator GUI for landscape front panel (r3B4)</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p>The GUI simulator front panel currently displays only changes in LED indicators and indicates whether load is applied on the output terminals or not. For example if an 8.2&#160;Ohm load is connected to channel 2 and causes that channel to enter CC mode, the GUI front panel will indicate that in the following way:</p>\n\t\t<p>&#160;</p>\n\t\t<div>\n\t\t\t<div style=\"text-align: center; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;\">\n<a href=\"http://www.envox.hr/eez/images/simulator_gui_r5b12.png\">\t\t\t\t<img src=\"images/EEZ PSU SCPI reference 9 - Software simulator-simulator_gui_r5B12.png\" alt=\"simulator_gui_r5B12.png\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; width: 150mm; height: 56.57mm;\"/>\n</a>\t\t\t</div>\n\t\t\t<p class=\"Caption\">Fig. 5: Simulator GUI with a connected load on channel 2 (r5B12)</p>\n\t\t</div>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_2\">9.1. SIMUlator</p>\n\t\t<p>The SIMUlator software subsystem implements a set of unclassified SCPI commands for managing external parameters and events such as load impedance, connection and disconnection of the load, sensor temperature or the PSU control circuit power supply state. Thus it is possible to exercise the measuring and protection commands that depend on external events.  </p>\n\t\t<p>&#160;</p>\n\t\t<p>For example, a MEASure:CURRent? command without a connected load will always return zero, or activation of the VOLTage:PROTection:STATe will automatically trip the OVP signal since a channel in CC operation cannot start when output is switched on, etc.</p>\n\t\t<p>&#160;</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 175.02mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"table_header\">SCPI command</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p class=\"table_header\">Description</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi0\">SIMUlator</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_exit\"><span style=\"text-decoration: underline;\">:EXIT</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Closes simulator</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_gui\"><span style=\"text-decoration: underline;\">:GUI</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Starts simulator’s GUI</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_load\"><span style=\"text-decoration: underline;\">:LOAD {&lt;resistance&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the value of the simulated load</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi2\"><a href=\"#simu_load_stat\"><span style=\"text-decoration: underline;\">:STATe {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>“Connects” a simulated load to the channel output</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_pin1\"><span style=\"text-decoration: underline;\">:PIN1 {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the value of the PIN1 input</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_pwrg\"><span style=\"text-decoration: underline;\">:PWRGood {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the PWRGOOD signal state</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_quit\"><span style=\"text-decoration: underline;\">:</span></a><a href=\"#simu_quit\"><span style=\"text-decoration: underline;\">QUIT</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Closes simulator</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_rpol\"><span style=\"text-decoration: underline;\">:RPOL {&lt;bool&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the RPOL signal </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_temp\"><span style=\"text-decoration: underline;\">:TEMP {&lt;temperature&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the temperature sensor value</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 47%;\">\n\t\t\t\t\t<p class=\"scpi1\"><a href=\"#simu_volt_prog\"><span style=\"text-decoration: underline;\">:VOLT:PROG:EXT {&lt;voltage&gt;}</span></a></p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 53%;\">\n\t\t\t\t\t<p>Sets the output voltage when a channel is in external programming mode</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.1. <a name=\"simu_exit\"></a>SIMUlator:EXIT</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:EXIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command close all Simulator windows (terminal and GUI if started).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:EXIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.2. <a name=\"simu_gui\"></a>SIMUlator:GUI</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:GUI</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command starts the GUI simulation in a new window (see Fig. 3 and Fig. 4).</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:GUI</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:EXIT</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.3. <a name=\"simu_load\"></a>SIMUlator:LOAD</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:LOAD {&lt;resistance&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:LOAD?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command define the impedance of a simulated load connected to a channel output. Units are in ohms. With a load connected it is possible to simulate several PSU operations:  e.g., CC mode of operation, current and power measurement, OCP and OPP functionality, etc.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>The simulated load value can be also changed by clicking and dragging the load’s image. Move to the left to decrease, or to the right to increase the simulated value in increments of 1&#160;Ω.</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">The simulator currently cannot emulate the “UR” mode of operation (see the <a href=\"http://envox.hr/eez/bench-power-supply/psu-digital-control/psu-scpi-reference-manual/psu-scpi-subsystem-command-reference/psu-scpi-output.html#outp_mode\"><span style=\"text-decoration: underline;\">OUTPut:MODE?</span></a> command). </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;resistance&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2|Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 9999999|INFinite</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the programmed load value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD 8.2</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.4. <a name=\"simu_load_stat\"></a>SIMUlator:LOAD:STATe</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:LOAD:STATe {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:LOAD:STATe?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command “connects” or “disconnects” the simulated load on the channel output. If the GUI simulator has been started (via the SIMUlator:GUI command) a load symbol with the currently selected value in Ohms will be displayed (See Fig. 5).</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p>Another possibility to connect (or disconnect) a load is by click on its image.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the load state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD:STAT?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:LOAD:STAT ON</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:CURR?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">1.50</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>OUTPut:MODE?</p>\n\t\t\t\t\t<p>SIMUlator:GUI</p>\n\t\t\t\t\t<p>SIMUlator:LOAD</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.5. <a name=\"simu_pin1\"></a>SIMUlator:PIN1</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:PIN1 {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:PIN1?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can be used to simulate the state of the PIN1 input on the PSU front panel push-in connector that can be used for initiate trigger.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the state of the simulated PIN1 input.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:TRIG 12.00</p>\n\t\t\t\t\t<p class=\"cmd_code\">CURR:TRIG 2.50</p>\n\t\t\t\t\t<p class=\"cmd_code\">TRIG:SOUR PIN1</p>\n\t\t\t\t\t<p class=\"cmd_code\">OUTP 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">INIT</p>\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:PIN1</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>ABORt</p>\n\t\t\t\t\t<p>INITiate[:IMMediate]</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:DELay</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SLOPe</p>\n\t\t\t\t\t<p>TRIGger[:SEQuence]:SOURce</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.6. <a name=\"simu_pwrg\"></a>SIMUlator:PWRGood</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:PWRGood {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:PWRGood?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can be used to simulate an internal power supply failure. When the PWRGOOD signal is changed from 1 to 0 the PSU will go into the Stand-by mode (equal to the command SYSTem:POW OFF). </p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t\t<p class=\"note\">The simulated PSU mode cannot be changed until PWRGOOD is not changed to 1.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the PWRGOOD signal state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW?</p>\n\t\t\t\t\t<p class=\"cmd_code_single\">1</p>\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:PWRG 0</p>\n\t\t\t\t\t<p class=\"cmd_code\">SYST:POW?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">0</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>SYSTem:POWer</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.7. <a name=\"simu_quit\"></a>SIMUlator:QUIT</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:QUIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>Same as SIMUlator:EXIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:QUIT</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.8. <a name=\"simu_rpol\"></a>SIMUlator:RPOL</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:RPOL {&lt;bool&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:RPOL?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command can be used to simulate detection of a remote sensing reverse polarity condition. </p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;bool&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Boolean</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON|OFF|0|1</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">ON</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the RPOL signal state.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">STAT:QUES:INST:ISUM2? </p>\n\t\t\t\t\t<p class=\"cmd_code_single\">0 </p>\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:RPOL 1</p>\n\t\t\t\t\t<p class=\"cmd_code\">STAT:QUES:INST:ISUM2? </p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">128</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:SENSe[:SOURce]</p>\n\t\t\t\t\t<p>STATus:QUEStionable:INSTrument[:EVENt]?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p class=\"Heading_3\">9.1.9. <a name=\"simu_temp\"></a>SIMUlator:TEMPerature</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:TEMPerature {&lt;temperature&gt;} [, &lt;sensor&gt;]</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:TEMPerature? [&lt;sensor&gt;]</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the simulated temperature in degrees Celsius (<span style=\"vertical-align: super;\">o</span>C), and then reads it from the simulated temperature sensor.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"3\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;temperature&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0 – 100</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">–</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;sensor&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Discrete</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX|CH1|CH2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">AUX</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the set temperature value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:TEMP 45, CH2</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS:TEMP? CH2</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">45.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]</p>\n\t\t\t\t\t<p>&#160;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p class=\"Heading_3\">9.1.10. <a name=\"simu_volt_prog\"></a>SIMUlator:VOLTage:PROGram:EXTernal</p>\n\t\t<table style=\"border-collapse: collapse; background: transparent; width: 169.92mm;\">\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Syntax</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:VOLTage:PROGram:EXTernal {&lt;voltage&gt;}</p>\n\t\t\t\t\t<p class=\"cmd_root\">SIMUlator:VOLTage:PROGram:EXTernal?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Description</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>This command sets the simulated voltage that will be used for output voltage programming when the simulated channel is set in external&#160;/&#160;remote programming mode (see [SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]). For full range, apply 2.5&#160;V;  if a higher value is entered channel’s OVP will trip.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td rowspan=\"2\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p>Parameters</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Name</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Type</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Range</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Default</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p>&lt;voltage&gt;</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">NR2</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">Positive value</p>\n\t\t\t\t</td>\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 22%;\">\n\t\t\t\t\t<p style=\"text-align: center;\">0.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Return</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>The query command returns the simulated external output voltage programming value.</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Usage<span style=\"font-style: italic;\"> </span>example</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">VOLT:PROG EXT</p>\n\t\t\t\t\t<p class=\"cmd_code\">SIMU:VOLT:PROG:EXT 1.25</p>\n\t\t\t\t\t<p class=\"cmd_code\">MEAS?</p>\n\t\t\t\t\t<p class=\"cmd_code_Start\">20.00</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Errors</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p class=\"cmd_code\">312,&quot;Cannot execute when the channels are coupled&quot;</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr style=\"background: transparent;\">\n\t\t\t\t<td style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;\">\n\t\t\t\t\t<p class=\"Default_ntt\">Related Commands</p>\n\t\t\t\t</td>\n\t\t\t\t<td colspan=\"4\" style=\"border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;\">\n\t\t\t\t\t<p>INSTrument:COUPle:TRACking</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROGram[:SOURce]</p>\n\t\t\t\t\t<p>[SOURce[&lt;n&gt;]]:VOLTage:PROTection:TRIPped?</p>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t<p>&#160;</p>\n\t\t<p>&#160;</p>\n\t</body>\n</html>\n"
  },
  {
    "path": "doc/SCPI reference guide/Registers/SCPI registers (v1.1).sch",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE eagle SYSTEM \"eagle.dtd\">\n<eagle version=\"7.5.0\">\n<drawing>\n<settings>\n<setting alwaysvectorfont=\"no\"/>\n<setting verticaltext=\"up\"/>\n</settings>\n<grid distance=\"0.025\" unitdist=\"inch\" unit=\"inch\" style=\"lines\" multiple=\"4\" display=\"yes\" altdistance=\"0.01\" altunitdist=\"inch\" altunit=\"inch\"/>\n<layers>\n<layer number=\"1\" name=\"Top\" color=\"4\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"2\" name=\"Route2\" color=\"1\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"3\" name=\"Route3\" color=\"4\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"4\" name=\"Route4\" color=\"1\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"5\" name=\"Route5\" color=\"4\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"6\" name=\"Route6\" color=\"1\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"7\" name=\"Route7\" color=\"4\" fill=\"8\" visible=\"no\" active=\"no\"/>\n<layer number=\"8\" name=\"Route8\" color=\"1\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"9\" name=\"Route9\" color=\"4\" fill=\"2\" visible=\"no\" active=\"no\"/>\n<layer number=\"10\" name=\"Route10\" color=\"1\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"11\" name=\"Route11\" color=\"4\" fill=\"7\" visible=\"no\" active=\"no\"/>\n<layer number=\"12\" name=\"Route12\" color=\"1\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"13\" name=\"Route13\" color=\"4\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"14\" name=\"Route14\" color=\"1\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"15\" name=\"Route15\" color=\"4\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"16\" name=\"Bottom\" color=\"1\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"17\" name=\"Pads\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"18\" name=\"Vias\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"19\" name=\"Unrouted\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"20\" name=\"Dimension\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"21\" name=\"tPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"22\" name=\"bPlace\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"23\" name=\"tOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"24\" name=\"bOrigins\" color=\"15\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"25\" name=\"tNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"26\" name=\"bNames\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"27\" name=\"tValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"28\" name=\"bValues\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"29\" name=\"tStop\" color=\"7\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"30\" name=\"bStop\" color=\"7\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"31\" name=\"tCream\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"32\" name=\"bCream\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"33\" name=\"tFinish\" color=\"6\" fill=\"3\" visible=\"no\" active=\"no\"/>\n<layer number=\"34\" name=\"bFinish\" color=\"6\" fill=\"6\" visible=\"no\" active=\"no\"/>\n<layer number=\"35\" name=\"tGlue\" color=\"7\" fill=\"4\" visible=\"no\" active=\"no\"/>\n<layer number=\"36\" name=\"bGlue\" color=\"7\" fill=\"5\" visible=\"no\" active=\"no\"/>\n<layer number=\"37\" name=\"tTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"38\" name=\"bTest\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"39\" name=\"tKeepout\" color=\"4\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"40\" name=\"bKeepout\" color=\"1\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"41\" name=\"tRestrict\" color=\"4\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"42\" name=\"bRestrict\" color=\"1\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"43\" name=\"vRestrict\" color=\"2\" fill=\"10\" visible=\"no\" active=\"no\"/>\n<layer number=\"44\" name=\"Drills\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"45\" name=\"Holes\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"46\" name=\"Milling\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"47\" name=\"Measures\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"48\" name=\"Document\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"49\" name=\"Reference\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"50\" name=\"dxf\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"51\" name=\"tDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"52\" name=\"bDocu\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"53\" name=\"tGND_GNDA\" color=\"7\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"54\" name=\"bGND_GNDA\" color=\"1\" fill=\"9\" visible=\"no\" active=\"no\"/>\n<layer number=\"56\" name=\"wert\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"57\" name=\"tCAD\" color=\"7\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"91\" name=\"Nets\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"92\" name=\"Busses\" color=\"2\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"93\" name=\"Pins\" color=\"2\" fill=\"1\" visible=\"no\" active=\"yes\"/>\n<layer number=\"94\" name=\"Symbols\" color=\"15\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"95\" name=\"Names\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"96\" name=\"Values\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"97\" name=\"Info\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"98\" name=\"Guide\" color=\"6\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"100\" name=\"Power_PCB\" color=\"9\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"101\" name=\"MCU_PCB\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"102\" name=\"ETH_USB_PCB\" color=\"5\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"103\" name=\"BP_PCB\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"104\" name=\"AUX_PCB\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"105\" name=\"+15V\" color=\"5\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"106\" name=\"-15V\" color=\"11\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"107\" name=\"+5V\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"108\" name=\"Out\" color=\"12\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"109\" name=\"Sense\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"110\" name=\"KEYPAD_PCB\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"111\" name=\"Group\" color=\"3\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"112\" name=\"command\" color=\"4\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"116\" name=\"Patch_BOT\" color=\"9\" fill=\"4\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"121\" name=\"_tsilk\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"122\" name=\"_bsilk\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"125\" name=\"_tNames\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"144\" name=\"Drill_legend\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"151\" name=\"HeatSink\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"153\" name=\"FabDoc1\" color=\"6\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"154\" name=\"FabDoc2\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"155\" name=\"FabDoc3\" color=\"7\" fill=\"15\" visible=\"no\" active=\"no\"/>\n<layer number=\"200\" name=\"200bmp\" color=\"1\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"201\" name=\"201bmp\" color=\"2\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"202\" name=\"202bmp\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"203\" name=\"203bmp\" color=\"4\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"204\" name=\"204bmp\" color=\"5\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"205\" name=\"205bmp\" color=\"6\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"206\" name=\"206bmp\" color=\"7\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"207\" name=\"207bmp\" color=\"8\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"208\" name=\"208bmp\" color=\"9\" fill=\"10\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"209\" name=\"209bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"210\" name=\"210bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"211\" name=\"211bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"212\" name=\"212bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"213\" name=\"213bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"214\" name=\"214bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"215\" name=\"215bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"216\" name=\"216bmp\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n<layer number=\"217\" name=\"217bmp\" color=\"18\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"218\" name=\"218bmp\" color=\"19\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"219\" name=\"219bmp\" color=\"20\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"220\" name=\"220bmp\" color=\"21\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"221\" name=\"221bmp\" color=\"22\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"222\" name=\"222bmp\" color=\"23\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"223\" name=\"223bmp\" color=\"24\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"224\" name=\"224bmp\" color=\"25\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"250\" name=\"Descript\" color=\"3\" fill=\"1\" visible=\"no\" active=\"no\"/>\n<layer number=\"251\" name=\"SMDround\" color=\"12\" fill=\"11\" visible=\"no\" active=\"no\"/>\n<layer number=\"254\" name=\"cooling\" color=\"7\" fill=\"1\" visible=\"yes\" active=\"yes\"/>\n</layers>\n<schematic xreflabel=\"%F%N/%S.%C%R\" xrefpart=\"/%S.%C%R\">\n<libraries>\n</libraries>\n<attributes>\n</attributes>\n<variantdefs>\n</variantdefs>\n<classes>\n<class number=\"0\" name=\"default\" width=\"0\" drill=\"0\">\n</class>\n</classes>\n<parts>\n</parts>\n<sheets>\n<sheet>\n<plain>\n<wire x1=\"56.515\" y1=\"32.385\" x2=\"60.96\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"32.385\" x2=\"60.96\" y2=\"30.48\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"30.48\" x2=\"60.96\" y2=\"25.4\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"25.4\" x2=\"60.96\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"22.86\" x2=\"60.96\" y2=\"20.32\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"20.32\" x2=\"60.96\" y2=\"17.78\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"17.78\" x2=\"60.96\" y2=\"15.24\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"15.24\" x2=\"60.96\" y2=\"12.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"12.7\" x2=\"60.96\" y2=\"10.16\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"10.16\" x2=\"56.515\" y2=\"10.16\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"10.16\" x2=\"56.515\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<circle x=\"78.105\" y=\"21.59\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.105\" y1=\"22.225\" x2=\"78.105\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.74\" y1=\"21.59\" x2=\"77.47\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"22.86\" x2=\"67.945\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"22.86\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"20.32\" x2=\"67.945\" y2=\"20.32\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"20.32\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"25.4\" x2=\"67.945\" y2=\"25.4\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"25.4\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"30.48\" x2=\"67.945\" y2=\"30.48\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"30.48\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"17.78\" x2=\"67.945\" y2=\"17.78\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"17.78\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"12.7\" x2=\"67.945\" y2=\"12.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"12.7\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.855\" y1=\"36.195\" x2=\"114.935\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"36.195\" x2=\"114.935\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"29.21\" x2=\"114.935\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"26.67\" x2=\"114.935\" y2=\"24.13\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"24.13\" x2=\"114.935\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"21.59\" x2=\"114.935\" y2=\"16.51\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"16.51\" x2=\"114.935\" y2=\"13.97\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"13.97\" x2=\"109.855\" y2=\"13.97\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.855\" y1=\"13.97\" x2=\"109.855\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"26.67\" x2=\"119.38\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"24.13\" x2=\"119.38\" y2=\"24.13\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"29.21\" x2=\"119.38\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"21.59\" x2=\"119.38\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"16.51\" x2=\"119.38\" y2=\"16.51\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"76.835\" y=\"23.495\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"100.965\" y=\"22.225\" size=\"1.4224\" layer=\"94\">ESB</text>\n<text x=\"115.57\" y=\"29.845\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"115.57\" y=\"27.305\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"115.57\" y=\"24.765\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"115.57\" y=\"22.225\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"115.57\" y=\"17.145\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"61.595\" y=\"31.115\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"61.595\" y=\"26.035\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"61.595\" y=\"23.495\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"61.595\" y=\"20.955\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"61.595\" y=\"18.415\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"61.595\" y=\"13.335\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"100.965\" y=\"24.765\" size=\"1.4224\" layer=\"94\">MAV</text>\n<text x=\"95.885\" y=\"19.685\" size=\"1.4224\" layer=\"94\">MMS (RQS)</text>\n<text x=\"100.965\" y=\"29.845\" size=\"1.4224\" layer=\"94\">ERR</text>\n<text x=\"100.965\" y=\"27.305\" size=\"1.4224\" layer=\"94\">QUES</text>\n<text x=\"113.03\" y=\"17.145\" size=\"1.4224\" layer=\"95\" rot=\"R90\">S t a t u s  b y t e</text>\n<text x=\"44.45\" y=\"36.195\" size=\"1.4224\" layer=\"111\">Standard Event Status group</text>\n<text x=\"55.245\" y=\"17.145\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"52.07\" y1=\"32.385\" x2=\"56.515\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"10.16\" x2=\"52.07\" y2=\"10.16\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"10.16\" x2=\"52.07\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"20.32\" y=\"31.115\" size=\"1.4224\" layer=\"94\">Operation Complete (OPC)</text>\n<text x=\"20.32\" y=\"26.035\" size=\"1.4224\" layer=\"94\">Query Error (QYE)</text>\n<text x=\"20.32\" y=\"23.495\" size=\"1.4224\" layer=\"94\">Device Dependent Error (DDE)</text>\n<text x=\"20.32\" y=\"20.955\" size=\"1.4224\" layer=\"94\">Execution Error (EXE)</text>\n<text x=\"20.32\" y=\"18.415\" size=\"1.4224\" layer=\"94\">Command Error (CME)</text>\n<text x=\"20.32\" y=\"13.335\" size=\"1.4224\" layer=\"94\">Power On (PON)</text>\n<text x=\"100.965\" y=\"17.145\" size=\"1.4224\" layer=\"94\">OPER</text>\n<circle x=\"78.105\" y=\"53.975\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.105\" y1=\"54.61\" x2=\"78.105\" y2=\"53.34\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.74\" y1=\"53.975\" x2=\"77.47\" y2=\"53.975\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"76.835\" y=\"55.88\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"44.45\" y=\"83.82\" size=\"1.4224\" layer=\"111\">OPERation Status group</text>\n<wire x1=\"47.625\" y1=\"82.55\" x2=\"52.07\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"82.55\" x2=\"56.515\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"40.64\" x2=\"52.07\" y2=\"40.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"40.64\" x2=\"47.625\" y2=\"40.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"47.625\" y1=\"40.64\" x2=\"47.625\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"82.55\" x2=\"60.96\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"82.55\" x2=\"60.96\" y2=\"60.325\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"60.325\" x2=\"60.96\" y2=\"57.785\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"57.785\" x2=\"60.96\" y2=\"47.625\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"47.625\" x2=\"60.96\" y2=\"40.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"40.64\" x2=\"56.515\" y2=\"40.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"40.64\" x2=\"56.515\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"60.325\" x2=\"67.945\" y2=\"60.325\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"60.325\" x2=\"76.835\" y2=\"53.975\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"57.785\" x2=\"67.945\" y2=\"57.785\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"57.785\" x2=\"76.835\" y2=\"53.975\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"47.625\" x2=\"67.945\" y2=\"47.625\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"47.625\" x2=\"76.835\" y2=\"53.975\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"61.595\" y=\"60.96\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"61.595\" y=\"58.42\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"61.595\" y=\"48.26\" size=\"1.4224\" layer=\"96\">8192</text>\n<wire x1=\"104.14\" y1=\"16.51\" x2=\"88.9\" y2=\"16.51\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"88.9\" y1=\"16.51\" x2=\"88.9\" y2=\"53.975\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"64.77\" x2=\"119.38\" y2=\"64.77\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"64.77\" x2=\"119.38\" y2=\"60.96\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"60.96\" x2=\"119.38\" y2=\"57.15\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"57.15\" x2=\"119.38\" y2=\"53.34\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"53.34\" x2=\"119.38\" y2=\"49.53\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"49.53\" x2=\"119.38\" y2=\"45.72\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"45.72\" x2=\"113.03\" y2=\"45.72\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"113.03\" y1=\"45.72\" x2=\"106.68\" y2=\"45.72\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"45.72\" x2=\"106.68\" y2=\"49.53\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"106.68\" y=\"66.04\" size=\"1.4224\" layer=\"95\">Output queue</text>\n<wire x1=\"106.68\" y1=\"49.53\" x2=\"106.68\" y2=\"53.34\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"53.34\" x2=\"106.68\" y2=\"57.15\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"57.15\" x2=\"106.68\" y2=\"60.96\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"60.96\" x2=\"106.68\" y2=\"64.77\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"60.96\" x2=\"119.38\" y2=\"60.96\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"57.15\" x2=\"119.38\" y2=\"57.15\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"53.34\" x2=\"119.38\" y2=\"53.34\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"49.53\" x2=\"119.38\" y2=\"49.53\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"109.22\" y=\"61.9125\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"109.22\" y=\"58.1025\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"109.22\" y=\"54.2925\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"109.22\" y=\"50.4825\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"109.22\" y=\"46.6725\" size=\"1.778\" layer=\"94\">Data</text>\n<wire x1=\"106.68\" y1=\"93.98\" x2=\"119.38\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"93.98\" x2=\"119.38\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"90.17\" x2=\"119.38\" y2=\"86.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"86.36\" x2=\"119.38\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"82.55\" x2=\"119.38\" y2=\"78.74\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"78.74\" x2=\"119.38\" y2=\"74.93\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"119.38\" y1=\"74.93\" x2=\"113.03\" y2=\"74.93\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"113.03\" y1=\"74.93\" x2=\"106.68\" y2=\"74.93\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"74.93\" x2=\"106.68\" y2=\"78.74\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"106.68\" y=\"95.25\" size=\"1.4224\" layer=\"95\">Error queue</text>\n<wire x1=\"106.68\" y1=\"78.74\" x2=\"106.68\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"82.55\" x2=\"106.68\" y2=\"86.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"86.36\" x2=\"106.68\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"90.17\" x2=\"106.68\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"90.17\" x2=\"119.38\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"86.36\" x2=\"119.38\" y2=\"86.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"82.55\" x2=\"119.38\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"106.68\" y1=\"78.74\" x2=\"119.38\" y2=\"78.74\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"109.22\" y=\"91.1225\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"109.22\" y=\"87.3125\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"109.22\" y=\"83.5025\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"109.22\" y=\"79.6925\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"109.22\" y=\"75.8825\" size=\"1.778\" layer=\"94\">Error</text>\n<wire x1=\"113.03\" y1=\"45.72\" x2=\"113.03\" y2=\"43.18\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"113.03\" y1=\"43.18\" x2=\"99.06\" y2=\"43.18\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"99.06\" y1=\"43.18\" x2=\"99.06\" y2=\"24.13\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"113.665\" y=\"43.18\" size=\"1.4224\" layer=\"94\">Queue not empty</text>\n<wire x1=\"113.03\" y1=\"74.93\" x2=\"113.03\" y2=\"72.39\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"113.03\" y1=\"72.39\" x2=\"96.52\" y2=\"72.39\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"72.39\" x2=\"96.52\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"29.21\" x2=\"99.06\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"113.665\" y=\"72.39\" size=\"1.4224\" layer=\"94\">Queue not empty</text>\n<wire x1=\"125.095\" y1=\"36.195\" x2=\"130.175\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"36.195\" x2=\"130.175\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"29.21\" x2=\"130.175\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"26.67\" x2=\"130.175\" y2=\"24.13\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"24.13\" x2=\"130.175\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"21.59\" x2=\"130.175\" y2=\"16.51\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"16.51\" x2=\"130.175\" y2=\"13.97\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"13.97\" x2=\"125.095\" y2=\"13.97\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"125.095\" y1=\"13.97\" x2=\"125.095\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<circle x=\"147.32\" y=\"22.86\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"147.32\" y1=\"23.495\" x2=\"147.32\" y2=\"22.225\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"147.955\" y1=\"22.86\" x2=\"146.685\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"26.67\" x2=\"137.16\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"26.67\" x2=\"146.05\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"24.13\" x2=\"137.16\" y2=\"24.13\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"24.13\" x2=\"146.05\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"29.21\" x2=\"137.16\" y2=\"29.21\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"29.21\" x2=\"146.05\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"21.59\" x2=\"137.16\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"21.59\" x2=\"146.05\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"130.175\" y1=\"16.51\" x2=\"137.16\" y2=\"16.51\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"16.51\" x2=\"146.05\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"144.78\" y=\"25.4\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"130.81\" y=\"29.845\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"130.81\" y=\"27.305\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"130.81\" y=\"24.765\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"130.81\" y=\"22.225\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"130.81\" y=\"17.145\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"124.46\" y=\"37.465\" size=\"1.4224\" layer=\"95\">Enable</text>\n<wire x1=\"96.52\" y1=\"19.05\" x2=\"96.52\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"6.35\" x2=\"152.4\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"152.4\" y1=\"6.35\" x2=\"152.4\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"148.59\" y1=\"22.86\" x2=\"152.4\" y2=\"22.86\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"120.015\" y=\"39.37\" size=\"1.4224\" layer=\"95\">Service Request</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"29.21\"/>\n<vertex x=\"108.2675\" y=\"29.5275\"/>\n<vertex x=\"108.2675\" y=\"28.8925\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"24.13\"/>\n<vertex x=\"108.2675\" y=\"24.4475\"/>\n<vertex x=\"108.2675\" y=\"23.8125\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"21.59\"/>\n<vertex x=\"108.2675\" y=\"21.9075\"/>\n<vertex x=\"108.2675\" y=\"21.2725\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"19.05\"/>\n<vertex x=\"108.2675\" y=\"19.3675\"/>\n<vertex x=\"108.2675\" y=\"18.7325\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"16.51\"/>\n<vertex x=\"108.2675\" y=\"16.8275\"/>\n<vertex x=\"108.2675\" y=\"16.1925\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"109.855\" y=\"26.67\"/>\n<vertex x=\"108.2675\" y=\"26.9875\"/>\n<vertex x=\"108.2675\" y=\"26.3525\"/>\n</polygon>\n<text x=\"16.51\" y=\"48.26\" size=\"1.4224\" layer=\"94\">INSTrument Summary (ISUM)</text>\n<circle x=\"78.105\" y=\"107.315\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.105\" y1=\"107.95\" x2=\"78.105\" y2=\"106.68\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.74\" y1=\"107.315\" x2=\"77.47\" y2=\"107.315\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"120.015\" x2=\"67.945\" y2=\"120.015\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"120.015\" x2=\"76.835\" y2=\"107.315\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"117.475\" x2=\"67.945\" y2=\"117.475\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"117.475\" x2=\"76.835\" y2=\"107.315\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"76.835\" y=\"109.22\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"61.595\" y=\"120.65\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"61.595\" y=\"118.11\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"43.18\" y=\"130.81\" size=\"1.4224\" layer=\"111\">QUEStionable Status group</text>\n<text x=\"59.69\" y=\"104.14\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"55.245\" y=\"105.41\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"47.625\" y1=\"129.54\" x2=\"52.07\" y2=\"129.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"129.54\" x2=\"52.07\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"87.63\" x2=\"47.625\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"47.625\" y1=\"87.63\" x2=\"47.625\" y2=\"129.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.07\" y1=\"129.54\" x2=\"56.515\" y2=\"129.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"129.54\" x2=\"60.96\" y2=\"129.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"129.54\" x2=\"60.96\" y2=\"120.015\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"120.015\" x2=\"60.96\" y2=\"117.475\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"117.475\" x2=\"60.96\" y2=\"97.155\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"97.155\" x2=\"60.96\" y2=\"94.615\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"94.615\" x2=\"60.96\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"87.63\" x2=\"56.515\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"56.515\" y1=\"87.63\" x2=\"52.07\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"94.615\" x2=\"67.945\" y2=\"94.615\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"94.615\" x2=\"76.835\" y2=\"107.315\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"16.51\" y=\"95.25\" size=\"1.4224\" layer=\"94\">INSTrument Summary (ISUM)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"30.48\"/>\n<vertex x=\"50.4825\" y=\"30.7975\"/>\n<vertex x=\"50.4825\" y=\"30.1625\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"25.4\"/>\n<vertex x=\"50.4825\" y=\"25.7175\"/>\n<vertex x=\"50.4825\" y=\"25.0825\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"22.86\"/>\n<vertex x=\"50.4825\" y=\"23.1775\"/>\n<vertex x=\"50.4825\" y=\"22.5425\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"20.32\"/>\n<vertex x=\"50.4825\" y=\"20.6375\"/>\n<vertex x=\"50.4825\" y=\"20.0025\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"17.78\"/>\n<vertex x=\"50.4825\" y=\"18.0975\"/>\n<vertex x=\"50.4825\" y=\"17.4625\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"12.7\"/>\n<vertex x=\"50.4825\" y=\"13.0175\"/>\n<vertex x=\"50.4825\" y=\"12.3825\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"47.625\" y=\"47.625\"/>\n<vertex x=\"46.0375\" y=\"47.9425\"/>\n<vertex x=\"46.0375\" y=\"47.3075\"/>\n</polygon>\n<text x=\"16.51\" y=\"118.11\" size=\"1.4224\" layer=\"94\">TEMPerature</text>\n<text x=\"16.51\" y=\"60.96\" size=\"1.4224\" layer=\"94\">COUPle PARAllel</text>\n<text x=\"16.51\" y=\"58.42\" size=\"1.4224\" layer=\"94\">COUPle SERial</text>\n<text x=\"16.51\" y=\"120.65\" size=\"1.4224\" layer=\"94\">TIME</text>\n<text x=\"46.99\" y=\"88.265\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:QUES:EVEN?)</text>\n<text x=\"46.99\" y=\"41.275\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:OPER:EVEN?)</text>\n<text x=\"61.595\" y=\"90.805\" size=\"1.4224\" layer=\"112\">(STAT:QUES:ENAB &lt;value&gt;)</text>\n<text x=\"61.595\" y=\"88.265\" size=\"1.4224\" layer=\"112\">(STAT:QUES:ENAB?)</text>\n<text x=\"61.595\" y=\"43.815\" size=\"1.4224\" layer=\"112\">(STAT:OPER:ENAB &lt;value&gt;)</text>\n<text x=\"61.595\" y=\"41.275\" size=\"1.4224\" layer=\"112\">(STAT:OPER:ENAB?)</text>\n<text x=\"63.5\" y=\"5.08\" size=\"1.4224\" layer=\"112\">(*ESR?)</text>\n<text x=\"63.5\" y=\"10.16\" size=\"1.4224\" layer=\"112\">(*ESE &lt;value&gt;)</text>\n<text x=\"63.5\" y=\"7.62\" size=\"1.4224\" layer=\"112\">(*ESE?)</text>\n<text x=\"109.22\" y=\"10.795\" size=\"1.4224\" layer=\"112\">(*STB?)</text>\n<text x=\"125.095\" y=\"11.43\" size=\"1.4224\" layer=\"112\">(*SRE &lt;value&gt;)</text>\n<text x=\"125.095\" y=\"8.89\" size=\"1.4224\" layer=\"112\">(*SRE?)</text>\n<text x=\"120.015\" y=\"83.82\" size=\"1.4224\" layer=\"112\">(SYSTem:ERRor?)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"47.625\" y=\"94.615\"/>\n<vertex x=\"46.0375\" y=\"94.9325\"/>\n<vertex x=\"46.0375\" y=\"94.2975\"/>\n</polygon>\n<text x=\"61.595\" y=\"95.25\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"20.32\" y=\"15.875\" size=\"1.4224\" layer=\"94\">User Request (URQ)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"52.07\" y=\"15.24\"/>\n<vertex x=\"50.4825\" y=\"15.5575\"/>\n<vertex x=\"50.4825\" y=\"14.9225\"/>\n</polygon>\n<text x=\"61.595\" y=\"15.875\" size=\"1.4224\" layer=\"96\">64</text>\n<wire x1=\"67.945\" y1=\"15.24\" x2=\"76.835\" y2=\"21.59\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"60.96\" y1=\"15.24\" x2=\"67.945\" y2=\"15.24\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"59.69\" y=\"57.15\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"59.69\" y=\"16.51\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<wire x1=\"56.515\" y1=\"129.54\" x2=\"56.515\" y2=\"87.63\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"50.8\" y=\"102.87\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"46.99\" y=\"90.805\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:QUES:COND?)</text>\n<text x=\"46.99\" y=\"120.65\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"46.99\" y=\"118.11\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"46.99\" y=\"95.25\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<wire x1=\"52.07\" y1=\"40.64\" x2=\"52.07\" y2=\"82.55\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"46.99\" y=\"60.96\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"46.99\" y=\"58.42\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"46.99\" y=\"48.26\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<text x=\"55.245\" y=\"58.42\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<text x=\"50.8\" y=\"55.88\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"46.99\" y=\"43.815\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:OPER:COND?)</text>\n<text x=\"51.435\" y=\"31.115\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"51.435\" y=\"26.035\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"51.435\" y=\"23.495\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"51.435\" y=\"20.955\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"51.435\" y=\"18.415\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"51.435\" y=\"15.875\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">6</text>\n<text x=\"51.435\" y=\"13.335\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"109.22\" y=\"29.845\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"109.22\" y=\"27.305\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"109.22\" y=\"24.765\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"109.22\" y=\"22.225\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"109.22\" y=\"19.685\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">6</text>\n<text x=\"109.22\" y=\"17.145\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"124.46\" y=\"29.845\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"124.46\" y=\"27.305\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"124.46\" y=\"24.765\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"124.46\" y=\"22.225\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"124.46\" y=\"17.145\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"16.51\" y=\"97.79\" size=\"1.4224\" layer=\"94\">FAN</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"47.625\" y=\"97.155\"/>\n<vertex x=\"46.0375\" y=\"97.4725\"/>\n<vertex x=\"46.0375\" y=\"96.8375\"/>\n</polygon>\n<text x=\"46.99\" y=\"97.79\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<wire x1=\"60.96\" y1=\"97.155\" x2=\"67.945\" y2=\"97.155\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"61.595\" y=\"97.79\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"16.51\" y=\"55.88\" size=\"1.4224\" layer=\"94\">DLOG active</text>\n<text x=\"46.99\" y=\"55.88\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n</plain>\n<instances>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"N$3\" class=\"0\">\n<segment>\n<wire x1=\"52.07\" y1=\"22.86\" x2=\"20.32\" y2=\"22.86\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.07\" y1=\"20.32\" x2=\"20.32\" y2=\"20.32\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.07\" y1=\"17.78\" x2=\"20.32\" y2=\"17.78\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.07\" y1=\"12.7\" x2=\"20.32\" y2=\"12.7\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.07\" y1=\"30.48\" x2=\"20.32\" y2=\"30.48\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$5\" class=\"0\">\n<segment>\n<wire x1=\"88.9\" y1=\"53.975\" x2=\"79.375\" y2=\"53.975\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$8\" class=\"0\">\n<segment>\n<wire x1=\"125.095\" y1=\"26.67\" x2=\"119.38\" y2=\"26.67\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"125.095\" y1=\"24.13\" x2=\"119.38\" y2=\"24.13\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"125.095\" y1=\"21.59\" x2=\"119.38\" y2=\"21.59\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"125.095\" y1=\"16.51\" x2=\"119.38\" y2=\"16.51\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$9\" class=\"0\">\n<segment>\n<wire x1=\"125.095\" y1=\"29.21\" x2=\"119.38\" y2=\"29.21\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$27\" class=\"0\">\n<segment>\n<wire x1=\"109.855\" y1=\"24.13\" x2=\"99.06\" y2=\"24.13\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"109.855\" y1=\"16.51\" x2=\"104.14\" y2=\"16.51\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"109.855\" y1=\"19.05\" x2=\"96.52\" y2=\"19.05\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"109.855\" y1=\"21.59\" x2=\"79.375\" y2=\"21.59\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"91.44\" y1=\"107.315\" x2=\"79.375\" y2=\"107.315\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"109.855\" y1=\"26.67\" x2=\"91.44\" y2=\"26.67\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"91.44\" y1=\"107.315\" x2=\"91.44\" y2=\"26.67\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$28\" class=\"0\">\n<segment>\n<wire x1=\"47.625\" y1=\"120.015\" x2=\"16.51\" y2=\"120.015\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"47.625\" y1=\"117.475\" x2=\"16.51\" y2=\"117.475\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"47.625\" y1=\"94.615\" x2=\"16.51\" y2=\"94.615\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$31\" class=\"0\">\n<segment>\n<wire x1=\"52.07\" y1=\"25.4\" x2=\"20.32\" y2=\"25.4\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$2\" class=\"0\">\n<segment>\n<wire x1=\"109.855\" y1=\"29.21\" x2=\"99.06\" y2=\"29.21\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$46\" class=\"0\">\n<segment>\n<wire x1=\"47.625\" y1=\"60.325\" x2=\"16.51\" y2=\"60.325\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"47.625\" y1=\"57.785\" x2=\"16.51\" y2=\"57.785\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$13\" class=\"0\">\n<segment>\n<wire x1=\"47.625\" y1=\"47.625\" x2=\"16.51\" y2=\"47.625\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$18\" class=\"0\">\n<segment>\n<wire x1=\"52.07\" y1=\"15.24\" x2=\"20.32\" y2=\"15.24\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$22\" class=\"0\">\n<segment>\n<wire x1=\"129.54\" y1=\"20.32\" x2=\"125.73\" y2=\"18.415\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$23\" class=\"0\">\n<segment>\n<wire x1=\"125.73\" y1=\"20.32\" x2=\"129.54\" y2=\"18.415\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$77\" class=\"0\">\n<segment>\n<wire x1=\"47.625\" y1=\"97.155\" x2=\"16.51\" y2=\"97.155\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$78\" class=\"0\">\n<segment>\n<wire x1=\"67.945\" y1=\"97.155\" x2=\"76.835\" y2=\"107.315\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$29\" class=\"0\">\n<segment>\n<wire x1=\"47.625\" y1=\"55.245\" x2=\"16.51\" y2=\"55.245\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n<sheet>\n<plain>\n<circle x=\"83.185\" y=\"78.105\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"83.185\" y1=\"78.74\" x2=\"83.185\" y2=\"77.47\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"83.82\" y1=\"78.105\" x2=\"82.55\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"81.915\" x2=\"73.025\" y2=\"81.915\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"81.915\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"89.535\" x2=\"73.025\" y2=\"89.535\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"89.535\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"92.075\" x2=\"73.025\" y2=\"92.075\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"92.075\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"81.915\" y=\"80.01\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"66.675\" y=\"92.71\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"66.675\" y=\"90.17\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"66.675\" y=\"82.55\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"36.83\" y=\"95.885\" size=\"1.4224\" layer=\"112\">(STATus:QUEStionable:INSTrument:ISUMmary&lt;n&gt;)</text>\n<circle x=\"83.185\" y=\"32.385\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"83.185\" y1=\"33.02\" x2=\"83.185\" y2=\"31.75\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"83.82\" y1=\"32.385\" x2=\"82.55\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"36.195\" x2=\"73.025\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"36.195\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"43.815\" x2=\"73.025\" y2=\"43.815\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"43.815\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"46.355\" x2=\"73.025\" y2=\"46.355\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"46.355\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"81.915\" y=\"29.21\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"66.675\" y=\"46.99\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"66.675\" y=\"44.45\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"66.675\" y=\"36.83\" size=\"1.4224\" layer=\"96\">16</text>\n<circle x=\"156.845\" y=\"62.865\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"156.845\" y1=\"63.5\" x2=\"156.845\" y2=\"62.23\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"157.48\" y1=\"62.865\" x2=\"156.21\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"61.595\" x2=\"146.685\" y2=\"61.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"146.685\" y1=\"61.595\" x2=\"155.575\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"64.135\" x2=\"146.685\" y2=\"64.135\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"146.685\" y1=\"64.135\" x2=\"155.575\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"155.575\" y=\"64.77\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"140.97\" y=\"64.77\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"140.97\" y=\"62.23\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"117.475\" y=\"69.85\" size=\"1.4224\" layer=\"112\">(STATus:QUEStionable:INSTrument)</text>\n<text x=\"90.805\" y=\"64.77\" size=\"1.4224\" layer=\"94\">INSTrument1 Event Summary (INST1)</text>\n<text x=\"90.805\" y=\"62.23\" size=\"1.4224\" layer=\"94\">INSTrument2 Event Summary (INST2)</text>\n<text x=\"142.875\" y=\"48.26\" size=\"1.4224\" layer=\"91\">To QUESTionable Status register</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"164.465\" y=\"50.8\"/>\n<vertex x=\"164.7825\" y=\"52.3875\"/>\n<vertex x=\"164.1475\" y=\"52.3875\"/>\n</polygon>\n<text x=\"123.825\" y=\"72.39\" size=\"1.4224\" layer=\"111\">INSTrument register</text>\n<text x=\"52.07\" y=\"98.425\" size=\"1.4224\" layer=\"111\">ISUMmary registers</text>\n<text x=\"142.875\" y=\"45.72\" size=\"1.4224\" layer=\"91\">INSTrument Summary bit 13 (ISUM)</text>\n<text x=\"35.56\" y=\"82.55\" size=\"1.4224\" layer=\"94\">TEMPerature1</text>\n<text x=\"35.56\" y=\"92.71\" size=\"1.4224\" layer=\"94\">VOLTage1</text>\n<text x=\"35.56\" y=\"90.17\" size=\"1.4224\" layer=\"94\">CURRent1</text>\n<text x=\"35.56\" y=\"46.99\" size=\"1.4224\" layer=\"94\">VOLTage2</text>\n<text x=\"35.56\" y=\"44.45\" size=\"1.4224\" layer=\"94\">CURRent2</text>\n<text x=\"35.56\" y=\"36.83\" size=\"1.4224\" layer=\"94\">TEMPerature2</text>\n<text x=\"142.24\" y=\"30.48\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ENAB &lt;value&gt;)</text>\n<text x=\"142.24\" y=\"27.94\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ENAB?)</text>\n<text x=\"142.24\" y=\"33.02\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:EVEN?)</text>\n<text x=\"81.28\" y=\"88.9\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:ENAB &lt;value&gt;)</text>\n<text x=\"81.28\" y=\"86.36\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:ENAB?)</text>\n<text x=\"81.28\" y=\"91.44\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:COND?)</text>\n<text x=\"81.28\" y=\"20.32\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:ENAB &lt;value&gt;)</text>\n<text x=\"81.28\" y=\"17.78\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:ENAB?)</text>\n<text x=\"81.28\" y=\"22.86\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:COND?)</text>\n<text x=\"35.56\" y=\"72.39\" size=\"1.4224\" layer=\"94\">OVP1</text>\n<text x=\"35.56\" y=\"69.85\" size=\"1.4224\" layer=\"94\">OCP1</text>\n<wire x1=\"66.04\" y1=\"71.755\" x2=\"73.025\" y2=\"71.755\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"69.215\" x2=\"73.025\" y2=\"69.215\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"72.39\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"66.675\" y=\"69.85\" size=\"1.4224\" layer=\"96\">512</text>\n<wire x1=\"73.025\" y1=\"71.755\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"69.215\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"35.56\" y=\"26.67\" size=\"1.4224\" layer=\"94\">OVP2</text>\n<text x=\"35.56\" y=\"24.13\" size=\"1.4224\" layer=\"94\">OCP2</text>\n<wire x1=\"66.04\" y1=\"26.035\" x2=\"73.025\" y2=\"26.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"23.495\" x2=\"73.025\" y2=\"23.495\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"26.67\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"66.675\" y=\"24.13\" size=\"1.4224\" layer=\"96\">512</text>\n<wire x1=\"73.025\" y1=\"26.035\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"23.495\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"35.56\" y=\"21.59\" size=\"1.4224\" layer=\"94\">OPP2</text>\n<wire x1=\"66.04\" y1=\"20.955\" x2=\"73.025\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"73.025\" y1=\"20.955\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"21.59\" size=\"1.4224\" layer=\"96\">1024</text>\n<wire x1=\"66.04\" y1=\"66.675\" x2=\"73.025\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"67.31\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"35.56\" y=\"67.31\" size=\"1.4224\" layer=\"94\">OPP1</text>\n<wire x1=\"73.025\" y1=\"66.675\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"60.325\" y=\"69.215\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"64.135\" y=\"69.85\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"52.705\" y1=\"93.98\" x2=\"57.15\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"93.98\" x2=\"57.15\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"52.07\" x2=\"52.705\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.705\" y1=\"52.07\" x2=\"52.705\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"93.98\" x2=\"61.595\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"93.98\" x2=\"66.04\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"93.98\" x2=\"66.04\" y2=\"74.295\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"74.295\" x2=\"66.04\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"52.07\" x2=\"61.595\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"52.07\" x2=\"57.15\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"93.98\" x2=\"61.595\" y2=\"52.07\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"55.88\" y=\"67.31\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"60.325\" y=\"23.495\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"64.77\" y=\"24.13\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"52.705\" y1=\"48.26\" x2=\"57.15\" y2=\"48.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"48.26\" x2=\"57.15\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"6.35\" x2=\"52.705\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"52.705\" y1=\"6.35\" x2=\"52.705\" y2=\"48.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.15\" y1=\"48.26\" x2=\"61.595\" y2=\"48.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"48.26\" x2=\"66.04\" y2=\"48.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"48.26\" x2=\"66.04\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"36.195\" x2=\"66.04\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"6.35\" x2=\"61.595\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"6.35\" x2=\"57.15\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"61.595\" y1=\"48.26\" x2=\"61.595\" y2=\"6.35\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"55.88\" y=\"21.59\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"52.07\" y=\"92.71\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"52.07\" y=\"90.17\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"52.07\" y=\"82.55\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"52.07\" y=\"72.39\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"52.07\" y=\"69.85\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"52.07\" y=\"67.31\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"81.28\" y=\"83.82\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:EVEN?)</text>\n<text x=\"81.28\" y=\"15.24\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:EVEN?)</text>\n<text x=\"52.07\" y=\"46.99\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"52.07\" y=\"44.45\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"52.07\" y=\"36.83\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"52.07\" y=\"26.67\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"52.07\" y=\"24.13\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"52.07\" y=\"21.59\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"134.62\" y=\"43.815\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"138.43\" y=\"44.45\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"127\" y1=\"68.58\" x2=\"131.445\" y2=\"68.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"131.445\" y1=\"68.58\" x2=\"131.445\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"131.445\" y1=\"26.67\" x2=\"127\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"26.67\" x2=\"127\" y2=\"68.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"131.445\" y1=\"68.58\" x2=\"135.89\" y2=\"68.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"135.89\" y1=\"68.58\" x2=\"140.335\" y2=\"68.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"68.58\" x2=\"140.335\" y2=\"64.135\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"64.135\" x2=\"140.335\" y2=\"61.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"61.595\" x2=\"140.335\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"140.335\" y1=\"26.67\" x2=\"135.89\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"135.89\" y1=\"26.67\" x2=\"131.445\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"135.89\" y1=\"68.58\" x2=\"135.89\" y2=\"26.67\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"130.175\" y=\"41.91\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"126.365\" y=\"62.23\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"126.365\" y=\"64.77\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"142.24\" y=\"35.56\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:COND?)</text>\n<text x=\"35.56\" y=\"74.93\" size=\"1.4224\" layer=\"94\">RPOL1</text>\n<text x=\"52.07\" y=\"74.93\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"35.56\" y=\"29.21\" size=\"1.4224\" layer=\"94\">RPOL2</text>\n<text x=\"52.07\" y=\"29.21\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<wire x1=\"66.04\" y1=\"74.295\" x2=\"73.025\" y2=\"74.295\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"74.93\" size=\"1.4224\" layer=\"96\">128</text>\n<wire x1=\"73.025\" y1=\"74.295\" x2=\"81.915\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"66.04\" y1=\"28.575\" x2=\"73.025\" y2=\"28.575\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"29.21\" size=\"1.4224\" layer=\"96\">128</text>\n<wire x1=\"73.025\" y1=\"28.575\" x2=\"81.915\" y2=\"32.385\" width=\"0.1524\" layer=\"94\"/>\n</plain>\n<instances>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"N$16\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"81.915\" x2=\"35.56\" y2=\"81.915\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.705\" y1=\"92.075\" x2=\"35.56\" y2=\"92.075\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$20\" class=\"0\">\n<segment>\n<wire x1=\"88.9\" y1=\"78.105\" x2=\"84.455\" y2=\"78.105\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"127\" y1=\"64.135\" x2=\"88.9\" y2=\"64.135\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"88.9\" y1=\"64.135\" x2=\"88.9\" y2=\"78.105\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"88.9\" y1=\"32.385\" x2=\"84.455\" y2=\"32.385\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"88.9\" y1=\"32.385\" x2=\"88.9\" y2=\"61.595\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"127\" y1=\"61.595\" x2=\"88.9\" y2=\"61.595\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$21\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"36.195\" x2=\"35.56\" y2=\"36.195\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.705\" y1=\"46.355\" x2=\"35.56\" y2=\"46.355\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$25\" class=\"0\">\n<segment>\n<wire x1=\"164.465\" y1=\"50.8\" x2=\"164.465\" y2=\"62.865\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"164.465\" y1=\"62.865\" x2=\"158.115\" y2=\"62.865\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$6\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"89.535\" x2=\"35.56\" y2=\"89.535\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$10\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"43.815\" x2=\"35.56\" y2=\"43.815\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$91\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"71.755\" x2=\"35.56\" y2=\"71.755\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"52.705\" y1=\"74.295\" x2=\"35.56\" y2=\"74.295\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$97\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"69.215\" x2=\"35.56\" y2=\"69.215\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"52.705\" y1=\"66.675\" x2=\"35.56\" y2=\"66.675\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$99\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"26.035\" x2=\"35.56\" y2=\"26.035\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$100\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"23.495\" x2=\"35.56\" y2=\"23.495\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"52.705\" y1=\"20.955\" x2=\"35.56\" y2=\"20.955\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$65\" class=\"0\">\n<segment>\n<wire x1=\"52.705\" y1=\"28.575\" x2=\"35.56\" y2=\"28.575\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n<sheet>\n<plain>\n<text x=\"6.35\" y=\"110.49\" size=\"1.4224\" layer=\"112\">(STATus:OPERation:INSTrument:ISUMmary&lt;n&gt;)</text>\n<circle x=\"120.015\" y=\"72.39\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"73.025\" x2=\"120.015\" y2=\"71.755\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.65\" y1=\"72.39\" x2=\"119.38\" y2=\"72.39\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"71.12\" x2=\"109.855\" y2=\"71.12\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.855\" y1=\"71.12\" x2=\"118.745\" y2=\"72.39\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"73.66\" x2=\"109.855\" y2=\"73.66\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.855\" y1=\"73.66\" x2=\"118.745\" y2=\"72.39\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"118.745\" y=\"74.295\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"105.41\" y=\"74.295\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"105.41\" y=\"71.755\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"83.185\" y=\"79.375\" size=\"1.4224\" layer=\"112\">(STATus:OPERation:INSTrument)</text>\n<text x=\"58.42\" y=\"74.295\" size=\"1.27\" layer=\"94\">INSTrument1 Event Summary (INST1)</text>\n<text x=\"58.42\" y=\"71.755\" size=\"1.27\" layer=\"94\">INSTrument2 Event Summary (INST2)</text>\n<text x=\"107.315\" y=\"57.785\" size=\"1.4224\" layer=\"91\">To OPERation Status register</text>\n<text x=\"88.9\" y=\"81.915\" size=\"1.4224\" layer=\"111\">INSTrument register</text>\n<text x=\"18.415\" y=\"113.03\" size=\"1.4224\" layer=\"111\">ISUMmary registers</text>\n<text x=\"107.315\" y=\"55.245\" size=\"1.4224\" layer=\"91\">INSTrument Summary bit 13 (ISUM)</text>\n<circle x=\"50.8\" y=\"44.45\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"45.085\" x2=\"50.8\" y2=\"43.815\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"51.435\" y1=\"44.45\" x2=\"50.165\" y2=\"44.45\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"50.8\" x2=\"40.64\" y2=\"50.8\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"50.8\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"48.26\" x2=\"40.64\" y2=\"48.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"48.26\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"49.53\" y=\"41.275\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"34.29\" y=\"51.435\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"34.29\" y=\"48.895\" size=\"1.4224\" layer=\"96\">32</text>\n<wire x1=\"33.655\" y1=\"38.1\" x2=\"40.64\" y2=\"38.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"38.1\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-12.7\" y=\"51.435\" size=\"1.4224\" layer=\"94\">MEASuring2</text>\n<text x=\"-12.7\" y=\"31.115\" size=\"1.4224\" layer=\"94\">Remote SENSe ON (RSENSE2)</text>\n<text x=\"-12.7\" y=\"48.895\" size=\"1.4224\" layer=\"94\">Waiting for TRIGger2</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"127.635\" y=\"60.325\"/>\n<vertex x=\"127.9525\" y=\"61.9125\"/>\n<vertex x=\"127.3175\" y=\"61.9125\"/>\n</polygon>\n<text x=\"-12.7\" y=\"41.275\" size=\"1.4224\" layer=\"94\">Constant Voltage (CV2)</text>\n<text x=\"-12.7\" y=\"38.735\" size=\"1.4224\" layer=\"94\">Constant Current (CC2)</text>\n<text x=\"-12.7\" y=\"36.195\" size=\"1.4224\" layer=\"94\">Output Enable OFF (OE2)</text>\n<text x=\"-12.7\" y=\"33.655\" size=\"1.4224\" layer=\"94\">Down-Programmer OFF (DP2)</text>\n<text x=\"34.29\" y=\"41.275\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"34.29\" y=\"38.735\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"34.29\" y=\"36.195\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"34.29\" y=\"33.655\" size=\"1.4224\" layer=\"96\">2048</text>\n<text x=\"34.29\" y=\"31.115\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"34.29\" y=\"61.595\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-12.7\" y=\"61.595\" size=\"1.4224\" layer=\"94\">CALibrating2</text>\n<circle x=\"50.8\" y=\"90.17\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"90.805\" x2=\"50.8\" y2=\"89.535\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"51.435\" y1=\"90.17\" x2=\"50.165\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"96.52\" x2=\"40.64\" y2=\"96.52\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"96.52\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"93.98\" x2=\"40.64\" y2=\"93.98\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"93.98\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"49.53\" y=\"92.075\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"34.29\" y=\"97.155\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"34.29\" y=\"94.615\" size=\"1.4224\" layer=\"96\">32</text>\n<wire x1=\"33.655\" y1=\"83.82\" x2=\"40.64\" y2=\"83.82\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"40.64\" y1=\"83.82\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-12.7\" y=\"97.155\" size=\"1.4224\" layer=\"94\">MEASuring1</text>\n<text x=\"-12.7\" y=\"76.835\" size=\"1.4224\" layer=\"94\">Remote SENSe ON (RSENSE1)</text>\n<text x=\"-12.7\" y=\"94.615\" size=\"1.4224\" layer=\"94\">Waiting for TRIGger1</text>\n<text x=\"-12.7\" y=\"86.995\" size=\"1.4224\" layer=\"94\">Constant Voltage (CV1)</text>\n<text x=\"-12.7\" y=\"84.455\" size=\"1.4224\" layer=\"94\">Constant Current (CC1)</text>\n<text x=\"-12.7\" y=\"81.915\" size=\"1.4224\" layer=\"94\">Output Enable OFF (OE1)</text>\n<text x=\"-12.7\" y=\"79.375\" size=\"1.4224\" layer=\"94\">Down-Programmer OFF (DP1)</text>\n<text x=\"34.29\" y=\"86.995\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"34.29\" y=\"84.455\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"34.29\" y=\"81.915\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"34.29\" y=\"79.375\" size=\"1.4224\" layer=\"96\">2048</text>\n<text x=\"34.29\" y=\"76.835\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"34.29\" y=\"107.315\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-12.7\" y=\"107.315\" size=\"1.4224\" layer=\"94\">CALibrating1</text>\n<text x=\"107.315\" y=\"40.64\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ENAB &lt;value&gt;)</text>\n<text x=\"107.315\" y=\"38.1\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ENAB?)</text>\n<text x=\"107.315\" y=\"43.18\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:EVEN?)</text>\n<text x=\"48.895\" y=\"100.965\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:ENAB &lt;value&gt;)</text>\n<text x=\"48.895\" y=\"98.425\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:ENAB?)</text>\n<text x=\"48.895\" y=\"103.505\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:EVEN?)</text>\n<text x=\"48.895\" y=\"32.385\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:ENAB &lt;value&gt;)</text>\n<text x=\"48.895\" y=\"29.845\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:ENAB?)</text>\n<text x=\"48.895\" y=\"34.925\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:EVEN?)</text>\n<text x=\"27.94\" y=\"83.82\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"31.75\" y=\"84.455\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"20.32\" y1=\"108.585\" x2=\"24.765\" y2=\"108.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"108.585\" x2=\"24.765\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"66.675\" x2=\"20.32\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"66.675\" x2=\"20.32\" y2=\"108.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"108.585\" x2=\"29.21\" y2=\"108.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"108.585\" x2=\"33.655\" y2=\"108.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"108.585\" x2=\"33.655\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"66.675\" x2=\"29.21\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"66.675\" x2=\"24.765\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"108.585\" x2=\"29.21\" y2=\"66.675\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"23.495\" y=\"81.915\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"19.685\" y=\"107.315\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"19.685\" y=\"94.615\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"19.685\" y=\"97.155\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"19.685\" y=\"86.995\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"19.685\" y=\"84.455\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"19.685\" y=\"81.915\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"19.685\" y=\"79.375\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">11</text>\n<text x=\"27.94\" y=\"38.1\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"31.75\" y=\"38.735\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"20.32\" y1=\"62.865\" x2=\"24.765\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"62.865\" x2=\"24.765\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"20.955\" x2=\"20.32\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"20.32\" y1=\"20.955\" x2=\"20.32\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"24.765\" y1=\"62.865\" x2=\"29.21\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"62.865\" x2=\"33.655\" y2=\"62.865\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"62.865\" x2=\"33.655\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"33.655\" y1=\"20.955\" x2=\"29.21\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"20.955\" x2=\"24.765\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"29.21\" y1=\"62.865\" x2=\"29.21\" y2=\"20.955\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"23.495\" y=\"36.195\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"19.685\" y=\"61.595\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"19.685\" y=\"48.895\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"19.685\" y=\"31.115\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<text x=\"19.685\" y=\"33.655\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">11</text>\n<text x=\"19.685\" y=\"36.195\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"19.685\" y=\"38.735\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"19.685\" y=\"51.435\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"19.685\" y=\"41.275\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"48.895\" y=\"37.465\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:COND?)</text>\n<text x=\"48.895\" y=\"106.045\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:COND?)</text>\n<text x=\"19.685\" y=\"76.835\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<text x=\"99.06\" y=\"53.34\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"102.87\" y=\"53.975\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"91.44\" y1=\"78.105\" x2=\"95.885\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"95.885\" y1=\"78.105\" x2=\"95.885\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"95.885\" y1=\"36.195\" x2=\"91.44\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"91.44\" y1=\"36.195\" x2=\"91.44\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"95.885\" y1=\"78.105\" x2=\"100.33\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"100.33\" y1=\"78.105\" x2=\"104.775\" y2=\"78.105\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"78.105\" x2=\"104.775\" y2=\"73.66\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"73.66\" x2=\"104.775\" y2=\"71.12\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"71.12\" x2=\"104.775\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"36.195\" x2=\"100.33\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"100.33\" y1=\"36.195\" x2=\"95.885\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"100.33\" y1=\"78.105\" x2=\"100.33\" y2=\"36.195\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"94.615\" y=\"51.435\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"90.805\" y=\"71.755\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"90.805\" y=\"74.295\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"107.315\" y=\"45.72\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:COND?)</text>\n<text x=\"-12.7\" y=\"74.295\" size=\"1.4224\" layer=\"94\">Remote PROGram ON (RPROG1)</text>\n<text x=\"34.29\" y=\"74.295\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"19.685\" y=\"74.295\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<text x=\"-12.7\" y=\"28.575\" size=\"1.4224\" layer=\"94\">Remote PROGram ON (RPROG2)</text>\n<text x=\"34.29\" y=\"28.575\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"19.685\" y=\"28.575\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n</plain>\n<instances>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"N$38\" class=\"0\">\n<segment>\n<wire x1=\"91.44\" y1=\"71.12\" x2=\"55.88\" y2=\"71.12\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"55.88\" y1=\"44.45\" x2=\"52.07\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"55.88\" y1=\"71.12\" x2=\"55.88\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$43\" class=\"0\">\n<segment>\n<wire x1=\"127.635\" y1=\"60.325\" x2=\"127.635\" y2=\"72.39\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"127.635\" y1=\"72.39\" x2=\"121.285\" y2=\"72.39\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$37\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"50.8\" x2=\"-12.7\" y2=\"50.8\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"20.32\" y1=\"60.96\" x2=\"-12.7\" y2=\"60.96\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"48.26\" x2=\"-12.7\" y2=\"48.26\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"30.48\" x2=\"-12.7\" y2=\"30.48\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$40\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"38.1\" x2=\"-12.7\" y2=\"38.1\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"33.02\" x2=\"-12.7\" y2=\"33.02\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"40.64\" x2=\"-12.7\" y2=\"40.64\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$50\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"35.56\" x2=\"-12.7\" y2=\"35.56\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$41\" class=\"0\">\n<segment>\n<wire x1=\"33.655\" y1=\"40.64\" x2=\"40.64\" y2=\"40.64\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"40.64\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"35.56\" x2=\"40.64\" y2=\"35.56\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"35.56\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"33.02\" x2=\"40.64\" y2=\"33.02\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"33.02\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"30.48\" x2=\"40.64\" y2=\"30.48\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"30.48\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"60.96\" x2=\"40.64\" y2=\"60.96\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"60.96\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$33\" class=\"0\">\n<segment>\n<wire x1=\"55.88\" y1=\"90.17\" x2=\"52.07\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"91.44\" y1=\"73.66\" x2=\"55.88\" y2=\"73.66\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"55.88\" y1=\"90.17\" x2=\"55.88\" y2=\"73.66\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$36\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"96.52\" x2=\"-12.7\" y2=\"96.52\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"20.32\" y1=\"106.68\" x2=\"-12.7\" y2=\"106.68\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"93.98\" x2=\"-12.7\" y2=\"93.98\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"76.2\" x2=\"-12.7\" y2=\"76.2\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$48\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"83.82\" x2=\"-12.7\" y2=\"83.82\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"78.74\" x2=\"-12.7\" y2=\"78.74\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"20.32\" y1=\"86.36\" x2=\"-12.7\" y2=\"86.36\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$49\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"81.28\" x2=\"-12.7\" y2=\"81.28\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$51\" class=\"0\">\n<segment>\n<wire x1=\"33.655\" y1=\"86.36\" x2=\"40.64\" y2=\"86.36\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"86.36\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"81.28\" x2=\"40.64\" y2=\"81.28\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"81.28\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"78.74\" x2=\"40.64\" y2=\"78.74\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"78.74\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"76.2\" x2=\"40.64\" y2=\"76.2\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"76.2\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"33.655\" y1=\"106.68\" x2=\"40.64\" y2=\"106.68\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"106.68\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$81\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"73.66\" x2=\"-12.7\" y2=\"73.66\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$82\" class=\"0\">\n<segment>\n<wire x1=\"33.655\" y1=\"73.66\" x2=\"40.64\" y2=\"73.66\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"73.66\" x2=\"49.53\" y2=\"90.17\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$83\" class=\"0\">\n<segment>\n<wire x1=\"20.32\" y1=\"27.94\" x2=\"-12.7\" y2=\"27.94\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$84\" class=\"0\">\n<segment>\n<wire x1=\"33.655\" y1=\"27.94\" x2=\"40.64\" y2=\"27.94\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"40.64\" y1=\"27.94\" x2=\"49.53\" y2=\"44.45\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n<sheet>\n<plain>\n<wire x1=\"46.355\" y1=\"184.785\" x2=\"50.8\" y2=\"184.785\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"184.785\" x2=\"50.8\" y2=\"182.88\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"182.88\" x2=\"50.8\" y2=\"177.8\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"177.8\" x2=\"50.8\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"175.26\" x2=\"50.8\" y2=\"172.72\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"172.72\" x2=\"50.8\" y2=\"170.18\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"170.18\" x2=\"50.8\" y2=\"167.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"167.64\" x2=\"50.8\" y2=\"165.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"165.1\" x2=\"50.8\" y2=\"162.56\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"162.56\" x2=\"46.355\" y2=\"162.56\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"162.56\" x2=\"46.355\" y2=\"184.785\" width=\"0.1524\" layer=\"94\"/>\n<circle x=\"67.945\" y=\"173.99\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"174.625\" x2=\"67.945\" y2=\"173.355\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"68.58\" y1=\"173.99\" x2=\"67.31\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"175.26\" x2=\"57.785\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"175.26\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"172.72\" x2=\"57.785\" y2=\"172.72\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"172.72\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"177.8\" x2=\"57.785\" y2=\"177.8\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"177.8\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"182.88\" x2=\"57.785\" y2=\"182.88\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"182.88\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"170.18\" x2=\"57.785\" y2=\"170.18\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"170.18\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"165.1\" x2=\"57.785\" y2=\"165.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"165.1\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"99.695\" y1=\"188.595\" x2=\"104.775\" y2=\"188.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"188.595\" x2=\"104.775\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"181.61\" x2=\"104.775\" y2=\"179.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"179.07\" x2=\"104.775\" y2=\"176.53\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"176.53\" x2=\"104.775\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"173.99\" x2=\"104.775\" y2=\"168.91\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"168.91\" x2=\"104.775\" y2=\"166.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"166.37\" x2=\"99.695\" y2=\"166.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"99.695\" y1=\"166.37\" x2=\"99.695\" y2=\"188.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"179.07\" x2=\"109.22\" y2=\"179.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"176.53\" x2=\"109.22\" y2=\"176.53\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"181.61\" x2=\"109.22\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"173.99\" x2=\"109.22\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"104.775\" y1=\"168.91\" x2=\"109.22\" y2=\"168.91\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"175.895\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"90.805\" y=\"174.625\" size=\"1.4224\" layer=\"94\">ESB</text>\n<text x=\"105.41\" y=\"182.245\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"105.41\" y=\"179.705\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"105.41\" y=\"177.165\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"105.41\" y=\"174.625\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"105.41\" y=\"169.545\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"51.435\" y=\"183.515\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"51.435\" y=\"178.435\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"51.435\" y=\"175.895\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"51.435\" y=\"173.355\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"51.435\" y=\"170.815\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"51.435\" y=\"165.735\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"90.805\" y=\"177.165\" size=\"1.4224\" layer=\"94\">MAV</text>\n<text x=\"85.725\" y=\"172.085\" size=\"1.4224\" layer=\"94\">MMS (RQS)</text>\n<text x=\"90.805\" y=\"182.245\" size=\"1.4224\" layer=\"94\">ERR</text>\n<text x=\"90.805\" y=\"179.705\" size=\"1.4224\" layer=\"94\">QUES</text>\n<text x=\"102.87\" y=\"169.545\" size=\"1.4224\" layer=\"95\" rot=\"R90\">S t a t u s  b y t e</text>\n<text x=\"34.29\" y=\"186.69\" size=\"1.4224\" layer=\"111\">Standard Event Status group</text>\n<text x=\"45.085\" y=\"169.545\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"41.91\" y1=\"184.785\" x2=\"46.355\" y2=\"184.785\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"162.56\" x2=\"41.91\" y2=\"162.56\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"162.56\" x2=\"41.91\" y2=\"184.785\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"10.16\" y=\"183.515\" size=\"1.4224\" layer=\"94\">Operation Complete (OPC)</text>\n<text x=\"10.16\" y=\"178.435\" size=\"1.4224\" layer=\"94\">Query Error (QYE)</text>\n<text x=\"10.16\" y=\"175.895\" size=\"1.4224\" layer=\"94\">Device Dependent Error (DDE)</text>\n<text x=\"10.16\" y=\"173.355\" size=\"1.4224\" layer=\"94\">Execution Error (EXE)</text>\n<text x=\"10.16\" y=\"170.815\" size=\"1.4224\" layer=\"94\">Command Error (CME)</text>\n<text x=\"10.16\" y=\"165.735\" size=\"1.4224\" layer=\"94\">Power On (PON)</text>\n<text x=\"90.805\" y=\"169.545\" size=\"1.4224\" layer=\"94\">OPER</text>\n<circle x=\"67.945\" y=\"207.01\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"207.645\" x2=\"67.945\" y2=\"206.375\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"68.58\" y1=\"207.01\" x2=\"67.31\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"208.915\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"34.29\" y=\"236.855\" size=\"1.4224\" layer=\"111\">OPERation Status group</text>\n<wire x1=\"37.465\" y1=\"235.585\" x2=\"41.91\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"235.585\" x2=\"46.355\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"193.675\" x2=\"41.91\" y2=\"193.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"193.675\" x2=\"37.465\" y2=\"193.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"37.465\" y1=\"193.675\" x2=\"37.465\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"235.585\" x2=\"50.8\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"235.585\" x2=\"50.8\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"213.36\" x2=\"50.8\" y2=\"210.82\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"210.82\" x2=\"50.8\" y2=\"200.66\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"200.66\" x2=\"50.8\" y2=\"193.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"193.675\" x2=\"46.355\" y2=\"193.675\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"193.675\" x2=\"46.355\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"213.36\" x2=\"57.785\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"213.36\" x2=\"66.675\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"210.82\" x2=\"57.785\" y2=\"210.82\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"210.82\" x2=\"66.675\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"200.66\" x2=\"57.785\" y2=\"200.66\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"200.66\" x2=\"66.675\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"51.435\" y=\"213.995\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"51.435\" y=\"211.455\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"51.435\" y=\"201.295\" size=\"1.4224\" layer=\"96\">8192</text>\n<wire x1=\"93.98\" y1=\"168.91\" x2=\"78.74\" y2=\"168.91\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"78.74\" y1=\"168.91\" x2=\"78.74\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"217.17\" x2=\"109.22\" y2=\"217.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"217.17\" x2=\"109.22\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"213.36\" x2=\"109.22\" y2=\"209.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"209.55\" x2=\"109.22\" y2=\"205.74\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"205.74\" x2=\"109.22\" y2=\"201.93\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"201.93\" x2=\"109.22\" y2=\"198.12\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"198.12\" x2=\"102.87\" y2=\"198.12\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"102.87\" y1=\"198.12\" x2=\"96.52\" y2=\"198.12\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"198.12\" x2=\"96.52\" y2=\"201.93\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"96.52\" y=\"218.44\" size=\"1.4224\" layer=\"95\">Output queue</text>\n<wire x1=\"96.52\" y1=\"201.93\" x2=\"96.52\" y2=\"205.74\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"205.74\" x2=\"96.52\" y2=\"209.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"209.55\" x2=\"96.52\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"213.36\" x2=\"96.52\" y2=\"217.17\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"213.36\" x2=\"109.22\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"209.55\" x2=\"109.22\" y2=\"209.55\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"205.74\" x2=\"109.22\" y2=\"205.74\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"201.93\" x2=\"109.22\" y2=\"201.93\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"99.06\" y=\"214.3125\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"99.06\" y=\"210.5025\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"99.06\" y=\"206.6925\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"99.06\" y=\"202.8825\" size=\"1.778\" layer=\"94\">Data</text>\n<text x=\"99.06\" y=\"199.0725\" size=\"1.778\" layer=\"94\">Data</text>\n<wire x1=\"96.52\" y1=\"246.38\" x2=\"109.22\" y2=\"246.38\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"246.38\" x2=\"109.22\" y2=\"242.57\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"242.57\" x2=\"109.22\" y2=\"238.76\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"238.76\" x2=\"109.22\" y2=\"234.95\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"234.95\" x2=\"109.22\" y2=\"231.14\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"231.14\" x2=\"109.22\" y2=\"227.33\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"109.22\" y1=\"227.33\" x2=\"102.87\" y2=\"227.33\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"102.87\" y1=\"227.33\" x2=\"96.52\" y2=\"227.33\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"227.33\" x2=\"96.52\" y2=\"231.14\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"96.52\" y=\"247.65\" size=\"1.4224\" layer=\"95\">Error queue</text>\n<wire x1=\"96.52\" y1=\"231.14\" x2=\"96.52\" y2=\"234.95\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"234.95\" x2=\"96.52\" y2=\"238.76\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"238.76\" x2=\"96.52\" y2=\"242.57\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"242.57\" x2=\"96.52\" y2=\"246.38\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"242.57\" x2=\"109.22\" y2=\"242.57\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"238.76\" x2=\"109.22\" y2=\"238.76\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"234.95\" x2=\"109.22\" y2=\"234.95\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"96.52\" y1=\"231.14\" x2=\"109.22\" y2=\"231.14\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"99.06\" y=\"243.5225\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"99.06\" y=\"239.7125\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"99.06\" y=\"235.9025\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"99.06\" y=\"232.0925\" size=\"1.778\" layer=\"94\">Error</text>\n<text x=\"99.06\" y=\"228.2825\" size=\"1.778\" layer=\"94\">Error</text>\n<wire x1=\"102.87\" y1=\"198.12\" x2=\"102.87\" y2=\"195.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"102.87\" y1=\"195.58\" x2=\"88.9\" y2=\"195.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"88.9\" y1=\"195.58\" x2=\"88.9\" y2=\"176.53\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"103.505\" y=\"195.58\" size=\"1.4224\" layer=\"94\">Queue not empty</text>\n<wire x1=\"102.87\" y1=\"227.33\" x2=\"102.87\" y2=\"224.79\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"102.87\" y1=\"224.79\" x2=\"86.36\" y2=\"224.79\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"86.36\" y1=\"224.79\" x2=\"86.36\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"86.36\" y1=\"181.61\" x2=\"88.9\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"103.505\" y=\"224.79\" size=\"1.4224\" layer=\"94\">Queue not empty</text>\n<wire x1=\"114.935\" y1=\"188.595\" x2=\"120.015\" y2=\"188.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"188.595\" x2=\"120.015\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"181.61\" x2=\"120.015\" y2=\"179.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"179.07\" x2=\"120.015\" y2=\"176.53\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"176.53\" x2=\"120.015\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"173.99\" x2=\"120.015\" y2=\"168.91\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"168.91\" x2=\"120.015\" y2=\"166.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"166.37\" x2=\"114.935\" y2=\"166.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"114.935\" y1=\"166.37\" x2=\"114.935\" y2=\"188.595\" width=\"0.1524\" layer=\"94\"/>\n<circle x=\"137.16\" y=\"175.26\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.16\" y1=\"175.895\" x2=\"137.16\" y2=\"174.625\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"137.795\" y1=\"175.26\" x2=\"136.525\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"179.07\" x2=\"127\" y2=\"179.07\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"179.07\" x2=\"135.89\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"176.53\" x2=\"127\" y2=\"176.53\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"176.53\" x2=\"135.89\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"181.61\" x2=\"127\" y2=\"181.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"181.61\" x2=\"135.89\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"173.99\" x2=\"127\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"173.99\" x2=\"135.89\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"120.015\" y1=\"168.91\" x2=\"127\" y2=\"168.91\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"127\" y1=\"168.91\" x2=\"135.89\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"134.62\" y=\"177.8\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"120.65\" y=\"182.245\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"120.65\" y=\"179.705\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"120.65\" y=\"177.165\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"120.65\" y=\"174.625\" size=\"1.4224\" layer=\"96\">32</text>\n<text x=\"120.65\" y=\"169.545\" size=\"1.4224\" layer=\"96\">128</text>\n<text x=\"114.3\" y=\"189.865\" size=\"1.4224\" layer=\"95\">Enable</text>\n<wire x1=\"86.36\" y1=\"171.45\" x2=\"86.36\" y2=\"158.75\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"86.36\" y1=\"158.75\" x2=\"142.24\" y2=\"158.75\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"142.24\" y1=\"158.75\" x2=\"142.24\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"138.43\" y1=\"175.26\" x2=\"142.24\" y2=\"175.26\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"109.855\" y=\"191.77\" size=\"1.4224\" layer=\"95\">Service Request</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"181.61\"/>\n<vertex x=\"98.1075\" y=\"181.9275\"/>\n<vertex x=\"98.1075\" y=\"181.2925\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"176.53\"/>\n<vertex x=\"98.1075\" y=\"176.8475\"/>\n<vertex x=\"98.1075\" y=\"176.2125\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"173.99\"/>\n<vertex x=\"98.1075\" y=\"174.3075\"/>\n<vertex x=\"98.1075\" y=\"173.6725\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"171.45\"/>\n<vertex x=\"98.1075\" y=\"171.7675\"/>\n<vertex x=\"98.1075\" y=\"171.1325\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"168.91\"/>\n<vertex x=\"98.1075\" y=\"169.2275\"/>\n<vertex x=\"98.1075\" y=\"168.5925\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"99.695\" y=\"179.07\"/>\n<vertex x=\"98.1075\" y=\"179.3875\"/>\n<vertex x=\"98.1075\" y=\"178.7525\"/>\n</polygon>\n<text x=\"6.35\" y=\"201.295\" size=\"1.4224\" layer=\"94\">INSTrument Summary (ISUM)</text>\n<circle x=\"67.945\" y=\"261.62\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"67.945\" y1=\"262.255\" x2=\"67.945\" y2=\"260.985\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"68.58\" y1=\"261.62\" x2=\"67.31\" y2=\"261.62\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"274.32\" x2=\"57.785\" y2=\"274.32\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"274.32\" x2=\"66.675\" y2=\"261.62\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"271.78\" x2=\"57.785\" y2=\"271.78\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"271.78\" x2=\"66.675\" y2=\"261.62\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"66.675\" y=\"263.525\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"51.435\" y=\"274.955\" size=\"1.4224\" layer=\"96\">8</text>\n<text x=\"51.435\" y=\"272.415\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"33.02\" y=\"285.115\" size=\"1.4224\" layer=\"111\">QUEStionable Status group</text>\n<text x=\"49.53\" y=\"258.445\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"45.085\" y=\"259.715\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"37.465\" y1=\"283.845\" x2=\"41.91\" y2=\"283.845\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"283.845\" x2=\"41.91\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"241.935\" x2=\"37.465\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"37.465\" y1=\"241.935\" x2=\"37.465\" y2=\"283.845\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"41.91\" y1=\"283.845\" x2=\"46.355\" y2=\"283.845\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"283.845\" x2=\"50.8\" y2=\"283.845\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"283.845\" x2=\"50.8\" y2=\"274.32\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"274.32\" x2=\"50.8\" y2=\"271.78\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"271.78\" x2=\"50.8\" y2=\"248.92\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"248.92\" x2=\"50.8\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"241.935\" x2=\"46.355\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"46.355\" y1=\"241.935\" x2=\"41.91\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"248.92\" x2=\"57.785\" y2=\"248.92\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"57.785\" y1=\"248.92\" x2=\"66.675\" y2=\"261.62\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"6.35\" y=\"249.555\" size=\"1.4224\" layer=\"94\">INSTrument Summary (ISUM)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"182.88\"/>\n<vertex x=\"40.3225\" y=\"183.1975\"/>\n<vertex x=\"40.3225\" y=\"182.5625\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"177.8\"/>\n<vertex x=\"40.3225\" y=\"178.1175\"/>\n<vertex x=\"40.3225\" y=\"177.4825\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"175.26\"/>\n<vertex x=\"40.3225\" y=\"175.5775\"/>\n<vertex x=\"40.3225\" y=\"174.9425\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"172.72\"/>\n<vertex x=\"40.3225\" y=\"173.0375\"/>\n<vertex x=\"40.3225\" y=\"172.4025\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"170.18\"/>\n<vertex x=\"40.3225\" y=\"170.4975\"/>\n<vertex x=\"40.3225\" y=\"169.8625\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"165.1\"/>\n<vertex x=\"40.3225\" y=\"165.4175\"/>\n<vertex x=\"40.3225\" y=\"164.7825\"/>\n</polygon>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"37.465\" y=\"200.66\"/>\n<vertex x=\"35.8775\" y=\"200.9775\"/>\n<vertex x=\"35.8775\" y=\"200.3425\"/>\n</polygon>\n<text x=\"6.35\" y=\"272.415\" size=\"1.4224\" layer=\"94\">TEMPerature</text>\n<text x=\"6.35\" y=\"213.995\" size=\"1.4224\" layer=\"94\">COUPle PARAllel</text>\n<text x=\"6.35\" y=\"211.455\" size=\"1.4224\" layer=\"94\">COUPle SERial</text>\n<text x=\"6.35\" y=\"274.955\" size=\"1.4224\" layer=\"94\">TIME</text>\n<text x=\"36.83\" y=\"242.57\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:QUES:EVEN?)</text>\n<text x=\"36.83\" y=\"194.31\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:OPER:EVEN?)</text>\n<text x=\"51.435\" y=\"245.11\" size=\"1.4224\" layer=\"112\">(STAT:QUES:ENAB &lt;value&gt;)</text>\n<text x=\"51.435\" y=\"242.57\" size=\"1.4224\" layer=\"112\">(STAT:QUES:ENAB?)</text>\n<text x=\"51.435\" y=\"196.85\" size=\"1.4224\" layer=\"112\">(STAT:OPER:ENAB &lt;value&gt;)</text>\n<text x=\"51.435\" y=\"194.31\" size=\"1.4224\" layer=\"112\">(STAT:OPER:ENAB?)</text>\n<text x=\"53.34\" y=\"157.48\" size=\"1.4224\" layer=\"112\">(*ESR?)</text>\n<text x=\"53.34\" y=\"162.56\" size=\"1.4224\" layer=\"112\">(*ESE &lt;value&gt;)</text>\n<text x=\"53.34\" y=\"160.02\" size=\"1.4224\" layer=\"112\">(*ESE?)</text>\n<text x=\"99.06\" y=\"163.195\" size=\"1.4224\" layer=\"112\">(*STB?)</text>\n<text x=\"114.935\" y=\"163.83\" size=\"1.4224\" layer=\"112\">(*SRE &lt;value&gt;)</text>\n<text x=\"114.935\" y=\"161.29\" size=\"1.4224\" layer=\"112\">(*SRE?)</text>\n<text x=\"109.855\" y=\"236.22\" size=\"1.4224\" layer=\"112\">(SYSTem:ERRor?)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"37.465\" y=\"248.92\"/>\n<vertex x=\"35.8775\" y=\"249.2375\"/>\n<vertex x=\"35.8775\" y=\"248.6025\"/>\n</polygon>\n<text x=\"51.435\" y=\"249.555\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"10.16\" y=\"168.275\" size=\"1.4224\" layer=\"94\">User Request (URQ)</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"41.91\" y=\"167.64\"/>\n<vertex x=\"40.3225\" y=\"167.9575\"/>\n<vertex x=\"40.3225\" y=\"167.3225\"/>\n</polygon>\n<text x=\"51.435\" y=\"168.275\" size=\"1.4224\" layer=\"96\">64</text>\n<wire x1=\"57.785\" y1=\"167.64\" x2=\"66.675\" y2=\"173.99\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"50.8\" y1=\"167.64\" x2=\"57.785\" y2=\"167.64\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"49.53\" y=\"210.185\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"49.53\" y=\"168.91\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<wire x1=\"46.355\" y1=\"283.845\" x2=\"46.355\" y2=\"241.935\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"40.64\" y=\"257.175\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"36.83\" y=\"245.11\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:QUES:COND?)</text>\n<text x=\"36.83\" y=\"274.955\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"36.83\" y=\"272.415\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"36.83\" y=\"249.555\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<wire x1=\"41.91\" y1=\"193.675\" x2=\"41.91\" y2=\"235.585\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"36.83\" y=\"213.995\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"36.83\" y=\"211.455\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"36.83\" y=\"201.295\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<text x=\"45.085\" y=\"211.455\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<text x=\"40.64\" y=\"208.915\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"36.83\" y=\"196.85\" size=\"1.4224\" layer=\"112\" rot=\"MR0\">(STAT:OPER:COND?)</text>\n<text x=\"41.275\" y=\"183.515\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"41.275\" y=\"178.435\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"41.275\" y=\"175.895\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"41.275\" y=\"173.355\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"41.275\" y=\"170.815\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"41.275\" y=\"168.275\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">6</text>\n<text x=\"41.275\" y=\"165.735\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"99.06\" y=\"182.245\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"99.06\" y=\"179.705\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"99.06\" y=\"177.165\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"99.06\" y=\"174.625\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"99.06\" y=\"172.085\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">6</text>\n<text x=\"99.06\" y=\"169.545\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<text x=\"114.3\" y=\"182.245\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"114.3\" y=\"179.705\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">3</text>\n<text x=\"114.3\" y=\"177.165\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"114.3\" y=\"174.625\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"114.3\" y=\"169.545\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<circle x=\"-79.375\" y=\"308.61\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-79.375\" y1=\"309.245\" x2=\"-79.375\" y2=\"307.975\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-78.74\" y1=\"308.61\" x2=\"-80.01\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"312.42\" x2=\"-89.535\" y2=\"312.42\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"312.42\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"320.04\" x2=\"-89.535\" y2=\"320.04\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"320.04\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"322.58\" x2=\"-89.535\" y2=\"322.58\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"322.58\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-80.645\" y=\"310.515\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-95.885\" y=\"323.215\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-95.885\" y=\"320.675\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"-95.885\" y=\"313.055\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"-125.73\" y=\"326.39\" size=\"1.4224\" layer=\"112\">(STATus:QUEStionable:INSTrument:ISUMmary&lt;n&gt;)</text>\n<circle x=\"-79.375\" y=\"262.89\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-79.375\" y1=\"263.525\" x2=\"-79.375\" y2=\"262.255\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-78.74\" y1=\"262.89\" x2=\"-80.01\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"266.7\" x2=\"-89.535\" y2=\"266.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"266.7\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"274.32\" x2=\"-89.535\" y2=\"274.32\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"274.32\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"276.86\" x2=\"-89.535\" y2=\"276.86\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"276.86\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-80.645\" y=\"259.715\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-95.885\" y=\"277.495\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-95.885\" y=\"274.955\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"-95.885\" y=\"267.335\" size=\"1.4224\" layer=\"96\">16</text>\n<circle x=\"-5.715\" y=\"293.37\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-5.715\" y1=\"294.005\" x2=\"-5.715\" y2=\"292.735\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-5.08\" y1=\"293.37\" x2=\"-6.35\" y2=\"293.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"292.1\" x2=\"-15.875\" y2=\"292.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-15.875\" y1=\"292.1\" x2=\"-6.985\" y2=\"293.37\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"294.64\" x2=\"-15.875\" y2=\"294.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-15.875\" y1=\"294.64\" x2=\"-6.985\" y2=\"293.37\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-6.985\" y=\"295.275\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-21.59\" y=\"295.275\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"-21.59\" y=\"292.735\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"-45.085\" y=\"300.355\" size=\"1.4224\" layer=\"112\">(STATus:QUEStionable:INSTrument)</text>\n<text x=\"-71.755\" y=\"295.275\" size=\"1.4224\" layer=\"94\">INSTrument1 Event Summary (INST1)</text>\n<text x=\"-71.755\" y=\"292.735\" size=\"1.4224\" layer=\"94\">INSTrument2 Event Summary (INST2)</text>\n<text x=\"-38.735\" y=\"302.895\" size=\"1.4224\" layer=\"111\">INSTrument register</text>\n<text x=\"-110.49\" y=\"328.93\" size=\"1.4224\" layer=\"111\">ISUMmary registers</text>\n<text x=\"-127\" y=\"313.055\" size=\"1.4224\" layer=\"94\">TEMPerature1</text>\n<text x=\"-127\" y=\"323.215\" size=\"1.4224\" layer=\"94\">VOLTage1</text>\n<text x=\"-127\" y=\"320.675\" size=\"1.4224\" layer=\"94\">CURRent1</text>\n<text x=\"-127\" y=\"277.495\" size=\"1.4224\" layer=\"94\">VOLTage2</text>\n<text x=\"-127\" y=\"274.955\" size=\"1.4224\" layer=\"94\">CURRent2</text>\n<text x=\"-127\" y=\"267.335\" size=\"1.4224\" layer=\"94\">TEMPerature2</text>\n<text x=\"-35.56\" y=\"248.285\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ENAB &lt;value&gt;)</text>\n<text x=\"-35.56\" y=\"245.745\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ENAB?)</text>\n<text x=\"-35.56\" y=\"250.825\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:EVEN?)</text>\n<text x=\"-81.28\" y=\"319.405\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:ENAB &lt;value&gt;)</text>\n<text x=\"-81.28\" y=\"316.865\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:ENAB?)</text>\n<text x=\"-81.28\" y=\"321.945\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:COND?)</text>\n<text x=\"-81.28\" y=\"250.825\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:ENAB &lt;value&gt;)</text>\n<text x=\"-81.28\" y=\"248.285\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:ENAB?)</text>\n<text x=\"-81.28\" y=\"253.365\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:COND?)</text>\n<text x=\"-127\" y=\"302.895\" size=\"1.4224\" layer=\"94\">OVP1</text>\n<text x=\"-127\" y=\"300.355\" size=\"1.4224\" layer=\"94\">OCP1</text>\n<wire x1=\"-96.52\" y1=\"302.26\" x2=\"-89.535\" y2=\"302.26\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"299.72\" x2=\"-89.535\" y2=\"299.72\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"302.895\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"-95.885\" y=\"300.355\" size=\"1.4224\" layer=\"96\">512</text>\n<wire x1=\"-89.535\" y1=\"302.26\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"299.72\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-127\" y=\"257.175\" size=\"1.4224\" layer=\"94\">OVP2</text>\n<text x=\"-127\" y=\"254.635\" size=\"1.4224\" layer=\"94\">OCP2</text>\n<wire x1=\"-96.52\" y1=\"256.54\" x2=\"-89.535\" y2=\"256.54\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"254\" x2=\"-89.535\" y2=\"254\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"257.175\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"-95.885\" y=\"254.635\" size=\"1.4224\" layer=\"96\">512</text>\n<wire x1=\"-89.535\" y1=\"256.54\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"254\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-127\" y=\"252.095\" size=\"1.4224\" layer=\"94\">OPP2</text>\n<wire x1=\"-96.52\" y1=\"251.46\" x2=\"-89.535\" y2=\"251.46\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"251.46\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"252.095\" size=\"1.4224\" layer=\"96\">1024</text>\n<wire x1=\"-96.52\" y1=\"297.18\" x2=\"-89.535\" y2=\"297.18\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"297.815\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"-127\" y=\"297.815\" size=\"1.4224\" layer=\"94\">OPP1</text>\n<wire x1=\"-89.535\" y1=\"297.18\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-102.235\" y=\"299.72\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-98.425\" y=\"300.355\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-109.855\" y1=\"324.485\" x2=\"-105.41\" y2=\"324.485\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"324.485\" x2=\"-105.41\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"282.575\" x2=\"-109.855\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-109.855\" y1=\"282.575\" x2=\"-109.855\" y2=\"324.485\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"324.485\" x2=\"-100.965\" y2=\"324.485\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"324.485\" x2=\"-96.52\" y2=\"324.485\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"324.485\" x2=\"-96.52\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"282.575\" x2=\"-100.965\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"282.575\" x2=\"-105.41\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"324.485\" x2=\"-100.965\" y2=\"282.575\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-106.68\" y=\"297.815\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-102.235\" y=\"254\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-97.79\" y=\"254.635\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-109.855\" y1=\"278.765\" x2=\"-105.41\" y2=\"278.765\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"278.765\" x2=\"-105.41\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"236.855\" x2=\"-109.855\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-109.855\" y1=\"236.855\" x2=\"-109.855\" y2=\"278.765\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"278.765\" x2=\"-100.965\" y2=\"278.765\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"278.765\" x2=\"-96.52\" y2=\"278.765\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"278.765\" x2=\"-96.52\" y2=\"266.7\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"266.7\" x2=\"-96.52\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"236.855\" x2=\"-100.965\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"236.855\" x2=\"-105.41\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"278.765\" x2=\"-100.965\" y2=\"236.855\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-106.68\" y=\"252.095\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-110.49\" y=\"323.215\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"-110.49\" y=\"320.675\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"-110.49\" y=\"313.055\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"-110.49\" y=\"302.895\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"-110.49\" y=\"300.355\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"-110.49\" y=\"297.815\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"-81.28\" y=\"314.325\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM1:EVEN?)</text>\n<text x=\"-81.28\" y=\"245.745\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:ISUM2:EVEN?)</text>\n<text x=\"-110.49\" y=\"277.495\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"-110.49\" y=\"274.955\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"-110.49\" y=\"267.335\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"-110.49\" y=\"257.175\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"-110.49\" y=\"254.635\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"-110.49\" y=\"252.095\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"-27.94\" y=\"274.32\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-24.13\" y=\"274.955\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-35.56\" y1=\"299.085\" x2=\"-31.115\" y2=\"299.085\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"299.085\" x2=\"-31.115\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"257.175\" x2=\"-35.56\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-35.56\" y1=\"257.175\" x2=\"-35.56\" y2=\"299.085\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"299.085\" x2=\"-26.67\" y2=\"299.085\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"299.085\" x2=\"-22.225\" y2=\"299.085\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"299.085\" x2=\"-22.225\" y2=\"294.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"294.64\" x2=\"-22.225\" y2=\"292.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"292.1\" x2=\"-22.225\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"257.175\" x2=\"-26.67\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"257.175\" x2=\"-31.115\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"299.085\" x2=\"-26.67\" y2=\"257.175\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-32.385\" y=\"272.415\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-36.195\" y=\"292.735\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"-36.195\" y=\"295.275\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"-35.56\" y=\"253.365\" size=\"1.4224\" layer=\"112\">(STAT:QUES:INST:COND?)</text>\n<text x=\"-123.825\" y=\"227.33\" size=\"1.4224\" layer=\"112\">(STATus:OPERation:INSTrument:ISUMmary&lt;n&gt;)</text>\n<circle x=\"-7.62\" y=\"189.23\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-7.62\" y1=\"189.865\" x2=\"-7.62\" y2=\"188.595\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-6.985\" y1=\"189.23\" x2=\"-8.255\" y2=\"189.23\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"187.96\" x2=\"-17.78\" y2=\"187.96\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-17.78\" y1=\"187.96\" x2=\"-8.89\" y2=\"189.23\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"190.5\" x2=\"-17.78\" y2=\"190.5\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-17.78\" y1=\"190.5\" x2=\"-8.89\" y2=\"189.23\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-10.795\" y=\"186.055\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-21.59\" y=\"191.135\" size=\"1.4224\" layer=\"96\">2</text>\n<text x=\"-21.59\" y=\"188.595\" size=\"1.4224\" layer=\"96\">4</text>\n<text x=\"-43.815\" y=\"196.215\" size=\"1.4224\" layer=\"112\">(STATus:OPERation:INSTrument)</text>\n<text x=\"-71.12\" y=\"191.135\" size=\"1.27\" layer=\"94\">INSTrument1 Event Summary (INST1)</text>\n<text x=\"-71.12\" y=\"188.595\" size=\"1.27\" layer=\"94\">INSTrument2 Event Summary (INST2)</text>\n<text x=\"-38.1\" y=\"198.755\" size=\"1.4224\" layer=\"111\">INSTrument register</text>\n<text x=\"-111.76\" y=\"229.87\" size=\"1.4224\" layer=\"111\">ISUMmary registers</text>\n<circle x=\"-79.375\" y=\"161.29\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-79.375\" y1=\"161.925\" x2=\"-79.375\" y2=\"160.655\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-78.74\" y1=\"161.29\" x2=\"-80.01\" y2=\"161.29\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"167.64\" x2=\"-89.535\" y2=\"167.64\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"167.64\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"165.1\" x2=\"-89.535\" y2=\"165.1\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"165.1\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-80.645\" y=\"158.115\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-95.885\" y=\"168.275\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"-95.885\" y=\"165.735\" size=\"1.4224\" layer=\"96\">32</text>\n<wire x1=\"-96.52\" y1=\"154.94\" x2=\"-89.535\" y2=\"154.94\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"154.94\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-142.875\" y=\"168.275\" size=\"1.4224\" layer=\"94\">MEASuring2</text>\n<text x=\"-142.875\" y=\"147.955\" size=\"1.4224\" layer=\"94\">Remote SENSe ON (RSENSE2)</text>\n<text x=\"-142.875\" y=\"165.735\" size=\"1.4224\" layer=\"94\">Waiting for TRIGger2</text>\n<text x=\"-142.875\" y=\"158.115\" size=\"1.4224\" layer=\"94\">Constant Voltage (CV2)</text>\n<text x=\"-142.875\" y=\"155.575\" size=\"1.4224\" layer=\"94\">Constant Current (CC2)</text>\n<text x=\"-142.875\" y=\"153.035\" size=\"1.4224\" layer=\"94\">Output Enable OFF (OE2)</text>\n<text x=\"-142.875\" y=\"150.495\" size=\"1.4224\" layer=\"94\">Down-Programmer OFF (DP2)</text>\n<text x=\"-95.885\" y=\"158.115\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"-95.885\" y=\"155.575\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"-95.885\" y=\"153.035\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"-95.885\" y=\"150.495\" size=\"1.4224\" layer=\"96\">2048</text>\n<text x=\"-95.885\" y=\"147.955\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"-95.885\" y=\"178.435\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-142.875\" y=\"178.435\" size=\"1.4224\" layer=\"94\">CALibrating2</text>\n<circle x=\"-79.375\" y=\"207.01\" radius=\"1.27\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-79.375\" y1=\"207.645\" x2=\"-79.375\" y2=\"206.375\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-78.74\" y1=\"207.01\" x2=\"-80.01\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"213.36\" x2=\"-89.535\" y2=\"213.36\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"213.36\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"210.82\" x2=\"-89.535\" y2=\"210.82\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"210.82\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-80.645\" y=\"208.915\" size=\"1.4224\" layer=\"94\">Logical OR</text>\n<text x=\"-95.885\" y=\"213.995\" size=\"1.4224\" layer=\"96\">16</text>\n<text x=\"-95.885\" y=\"211.455\" size=\"1.4224\" layer=\"96\">32</text>\n<wire x1=\"-96.52\" y1=\"200.66\" x2=\"-89.535\" y2=\"200.66\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-89.535\" y1=\"200.66\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-142.875\" y=\"213.995\" size=\"1.4224\" layer=\"94\">MEASuring1</text>\n<text x=\"-142.875\" y=\"193.675\" size=\"1.4224\" layer=\"94\">Remote SENSe ON (RSENSE1)</text>\n<text x=\"-142.875\" y=\"211.455\" size=\"1.4224\" layer=\"94\">Waiting for TRIGger1</text>\n<text x=\"-142.875\" y=\"203.835\" size=\"1.4224\" layer=\"94\">Constant Voltage (CV1)</text>\n<text x=\"-142.875\" y=\"201.295\" size=\"1.4224\" layer=\"94\">Constant Current (CC1)</text>\n<text x=\"-142.875\" y=\"198.755\" size=\"1.4224\" layer=\"94\">Output Enable OFF (OE1)</text>\n<text x=\"-142.875\" y=\"196.215\" size=\"1.4224\" layer=\"94\">Down-Programmer OFF (DP1)</text>\n<text x=\"-95.885\" y=\"203.835\" size=\"1.4224\" layer=\"96\">256</text>\n<text x=\"-95.885\" y=\"201.295\" size=\"1.4224\" layer=\"96\">512</text>\n<text x=\"-95.885\" y=\"198.755\" size=\"1.4224\" layer=\"96\">1024</text>\n<text x=\"-95.885\" y=\"196.215\" size=\"1.4224\" layer=\"96\">2048</text>\n<text x=\"-95.885\" y=\"193.675\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"-95.885\" y=\"224.155\" size=\"1.4224\" layer=\"96\">1</text>\n<text x=\"-142.875\" y=\"224.155\" size=\"1.4224\" layer=\"94\">CALibrating1</text>\n<text x=\"-20.32\" y=\"155.575\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ENAB &lt;value&gt;)</text>\n<text x=\"-20.32\" y=\"153.035\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ENAB?)</text>\n<text x=\"-20.32\" y=\"158.115\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:EVEN?)</text>\n<text x=\"-81.28\" y=\"217.805\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:ENAB &lt;value&gt;)</text>\n<text x=\"-81.28\" y=\"215.265\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:ENAB?)</text>\n<text x=\"-81.28\" y=\"220.345\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:EVEN?)</text>\n<text x=\"-81.28\" y=\"149.225\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:ENAB &lt;value&gt;)</text>\n<text x=\"-81.28\" y=\"146.685\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:ENAB?)</text>\n<text x=\"-81.28\" y=\"151.765\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:EVEN?)</text>\n<text x=\"-102.235\" y=\"200.66\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-98.425\" y=\"201.295\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-109.855\" y1=\"225.425\" x2=\"-105.41\" y2=\"225.425\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"225.425\" x2=\"-105.41\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"183.515\" x2=\"-109.855\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-109.855\" y1=\"183.515\" x2=\"-109.855\" y2=\"225.425\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"225.425\" x2=\"-100.965\" y2=\"225.425\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"225.425\" x2=\"-96.52\" y2=\"225.425\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"225.425\" x2=\"-96.52\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"183.515\" x2=\"-100.965\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"183.515\" x2=\"-105.41\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"225.425\" x2=\"-100.965\" y2=\"183.515\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-106.68\" y=\"198.755\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-110.49\" y=\"224.155\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"-110.49\" y=\"211.455\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"-110.49\" y=\"213.995\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"-110.49\" y=\"203.835\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"-110.49\" y=\"201.295\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"-110.49\" y=\"198.755\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"-110.49\" y=\"196.215\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">11</text>\n<text x=\"-102.235\" y=\"154.94\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-98.425\" y=\"155.575\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-109.855\" y1=\"179.705\" x2=\"-105.41\" y2=\"179.705\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"179.705\" x2=\"-105.41\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"137.795\" x2=\"-109.855\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-109.855\" y1=\"137.795\" x2=\"-109.855\" y2=\"179.705\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-105.41\" y1=\"179.705\" x2=\"-100.965\" y2=\"179.705\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"179.705\" x2=\"-96.52\" y2=\"179.705\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"179.705\" x2=\"-96.52\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-96.52\" y1=\"137.795\" x2=\"-100.965\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"137.795\" x2=\"-105.41\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-100.965\" y1=\"179.705\" x2=\"-100.965\" y2=\"137.795\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-106.68\" y=\"153.035\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-110.49\" y=\"178.435\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">0</text>\n<text x=\"-110.49\" y=\"165.735\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">5</text>\n<text x=\"-110.49\" y=\"147.955\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<text x=\"-110.49\" y=\"150.495\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">11</text>\n<text x=\"-110.49\" y=\"153.035\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n<text x=\"-110.49\" y=\"155.575\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">9</text>\n<text x=\"-110.49\" y=\"168.275\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">4</text>\n<text x=\"-110.49\" y=\"158.115\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">8</text>\n<text x=\"-81.28\" y=\"154.305\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM2:COND?)</text>\n<text x=\"-81.28\" y=\"222.885\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:ISUM1:COND?)</text>\n<text x=\"-110.49\" y=\"193.675\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<text x=\"-27.94\" y=\"170.18\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E n a b l e</text>\n<text x=\"-24.13\" y=\"170.815\" size=\"1.4224\" layer=\"95\" rot=\"R90\">E v e n t</text>\n<wire x1=\"-35.56\" y1=\"194.945\" x2=\"-31.115\" y2=\"194.945\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"194.945\" x2=\"-31.115\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"153.035\" x2=\"-35.56\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-35.56\" y1=\"153.035\" x2=\"-35.56\" y2=\"194.945\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-31.115\" y1=\"194.945\" x2=\"-26.67\" y2=\"194.945\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"194.945\" x2=\"-22.225\" y2=\"194.945\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"194.945\" x2=\"-22.225\" y2=\"190.5\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"190.5\" x2=\"-22.225\" y2=\"187.96\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"187.96\" x2=\"-22.225\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-22.225\" y1=\"153.035\" x2=\"-26.67\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"153.035\" x2=\"-31.115\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<wire x1=\"-26.67\" y1=\"194.945\" x2=\"-26.67\" y2=\"153.035\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-32.385\" y=\"168.275\" size=\"1.4224\" layer=\"95\" rot=\"R90\">C o n d i t i o n</text>\n<text x=\"-36.195\" y=\"188.595\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">2</text>\n<text x=\"-36.195\" y=\"191.135\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">1</text>\n<text x=\"-20.32\" y=\"160.655\" size=\"1.4224\" layer=\"112\">(STAT:OPER:INST:COND?)</text>\n<text x=\"6.35\" y=\"252.095\" size=\"1.4224\" layer=\"94\">FAN</text>\n<polygon width=\"0.1524\" layer=\"94\">\n<vertex x=\"37.465\" y=\"251.46\"/>\n<vertex x=\"35.8775\" y=\"251.7775\"/>\n<vertex x=\"35.8775\" y=\"251.1425\"/>\n</polygon>\n<text x=\"36.83\" y=\"252.095\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">12</text>\n<wire x1=\"50.8\" y1=\"251.46\" x2=\"57.785\" y2=\"251.46\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"51.435\" y=\"252.095\" size=\"1.4224\" layer=\"96\">4096</text>\n<text x=\"-142.875\" y=\"191.135\" size=\"1.4224\" layer=\"94\">Remote PROGram ON (RPROG1)</text>\n<text x=\"-95.885\" y=\"191.135\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"-110.49\" y=\"191.135\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<text x=\"-142.875\" y=\"145.415\" size=\"1.4224\" layer=\"94\">Remote PROGram ON (RPROG1)</text>\n<text x=\"-95.885\" y=\"145.415\" size=\"1.4224\" layer=\"96\">8192</text>\n<text x=\"-110.49\" y=\"145.415\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">13</text>\n<text x=\"-127\" y=\"305.435\" size=\"1.4224\" layer=\"94\">RPOL1</text>\n<text x=\"-110.49\" y=\"305.435\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<wire x1=\"-96.52\" y1=\"304.8\" x2=\"-89.535\" y2=\"304.8\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"305.435\" size=\"1.4224\" layer=\"96\">128</text>\n<wire x1=\"-89.535\" y1=\"304.8\" x2=\"-80.645\" y2=\"308.61\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-127\" y=\"259.715\" size=\"1.4224\" layer=\"94\">RPOL2</text>\n<text x=\"-110.49\" y=\"259.715\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">7</text>\n<wire x1=\"-96.52\" y1=\"259.08\" x2=\"-89.535\" y2=\"259.08\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"-95.885\" y=\"259.715\" size=\"1.4224\" layer=\"96\">128</text>\n<wire x1=\"-89.535\" y1=\"259.08\" x2=\"-80.645\" y2=\"262.89\" width=\"0.1524\" layer=\"94\"/>\n<text x=\"6.35\" y=\"208.915\" size=\"1.4224\" layer=\"94\">DLOG active</text>\n<text x=\"36.83\" y=\"208.915\" size=\"1.4224\" layer=\"96\" rot=\"MR0\">10</text>\n</plain>\n<instances>\n</instances>\n<busses>\n</busses>\n<nets>\n<net name=\"N$116\" class=\"0\">\n<segment>\n<wire x1=\"41.91\" y1=\"175.26\" x2=\"10.16\" y2=\"175.26\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"41.91\" y1=\"172.72\" x2=\"10.16\" y2=\"172.72\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"41.91\" y1=\"170.18\" x2=\"10.16\" y2=\"170.18\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"41.91\" y1=\"165.1\" x2=\"10.16\" y2=\"165.1\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"41.91\" y1=\"182.88\" x2=\"10.16\" y2=\"182.88\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$117\" class=\"0\">\n<segment>\n<wire x1=\"78.74\" y1=\"207.01\" x2=\"69.215\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$118\" class=\"0\">\n<segment>\n<wire x1=\"114.935\" y1=\"179.07\" x2=\"109.22\" y2=\"179.07\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"114.935\" y1=\"176.53\" x2=\"109.22\" y2=\"176.53\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"114.935\" y1=\"173.99\" x2=\"109.22\" y2=\"173.99\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"114.935\" y1=\"168.91\" x2=\"109.22\" y2=\"168.91\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$119\" class=\"0\">\n<segment>\n<wire x1=\"114.935\" y1=\"181.61\" x2=\"109.22\" y2=\"181.61\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$120\" class=\"0\">\n<segment>\n<wire x1=\"99.695\" y1=\"176.53\" x2=\"88.9\" y2=\"176.53\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"99.695\" y1=\"168.91\" x2=\"93.98\" y2=\"168.91\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"99.695\" y1=\"171.45\" x2=\"86.36\" y2=\"171.45\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"99.695\" y1=\"173.99\" x2=\"69.215\" y2=\"173.99\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"81.28\" y1=\"261.62\" x2=\"69.215\" y2=\"261.62\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"99.695\" y1=\"179.07\" x2=\"81.28\" y2=\"179.07\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"81.28\" y1=\"261.62\" x2=\"81.28\" y2=\"179.07\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$121\" class=\"0\">\n<segment>\n<wire x1=\"37.465\" y1=\"274.32\" x2=\"6.35\" y2=\"274.32\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"37.465\" y1=\"271.78\" x2=\"6.35\" y2=\"271.78\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"37.465\" y1=\"248.92\" x2=\"2.54\" y2=\"248.92\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$122\" class=\"0\">\n<segment>\n<wire x1=\"41.91\" y1=\"177.8\" x2=\"10.16\" y2=\"177.8\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$123\" class=\"0\">\n<segment>\n<wire x1=\"99.695\" y1=\"181.61\" x2=\"88.9\" y2=\"181.61\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$124\" class=\"0\">\n<segment>\n<wire x1=\"37.465\" y1=\"213.36\" x2=\"6.35\" y2=\"213.36\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"37.465\" y1=\"210.82\" x2=\"6.35\" y2=\"210.82\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$125\" class=\"0\">\n<segment>\n<wire x1=\"37.465\" y1=\"200.66\" x2=\"0\" y2=\"200.66\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$126\" class=\"0\">\n<segment>\n<wire x1=\"41.91\" y1=\"167.64\" x2=\"10.16\" y2=\"167.64\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$127\" class=\"0\">\n<segment>\n<wire x1=\"119.38\" y1=\"172.72\" x2=\"115.57\" y2=\"170.815\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$128\" class=\"0\">\n<segment>\n<wire x1=\"115.57\" y1=\"172.72\" x2=\"119.38\" y2=\"170.815\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$129\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"312.42\" x2=\"-127\" y2=\"312.42\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"322.58\" x2=\"-127\" y2=\"322.58\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$130\" class=\"0\">\n<segment>\n<wire x1=\"-73.66\" y1=\"308.61\" x2=\"-78.105\" y2=\"308.61\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-35.56\" y1=\"294.64\" x2=\"-73.66\" y2=\"294.64\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-73.66\" y1=\"294.64\" x2=\"-73.66\" y2=\"308.61\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-73.66\" y1=\"262.89\" x2=\"-78.105\" y2=\"262.89\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-73.66\" y1=\"262.89\" x2=\"-73.66\" y2=\"292.1\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-35.56\" y1=\"292.1\" x2=\"-73.66\" y2=\"292.1\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$131\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"266.7\" x2=\"-127\" y2=\"266.7\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"276.86\" x2=\"-127\" y2=\"276.86\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$132\" class=\"0\">\n<segment>\n<wire x1=\"2.54\" y1=\"248.92\" x2=\"2.54\" y2=\"293.37\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"2.54\" y1=\"293.37\" x2=\"-4.445\" y2=\"293.37\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$133\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"320.04\" x2=\"-127\" y2=\"320.04\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$134\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"274.32\" x2=\"-127\" y2=\"274.32\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$135\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"302.26\" x2=\"-127\" y2=\"302.26\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$136\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"299.72\" x2=\"-127\" y2=\"299.72\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-109.855\" y1=\"297.18\" x2=\"-127\" y2=\"297.18\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$137\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"256.54\" x2=\"-127\" y2=\"256.54\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$138\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"254\" x2=\"-127\" y2=\"254\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-109.855\" y1=\"251.46\" x2=\"-127\" y2=\"251.46\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$1\" class=\"0\">\n<segment>\n<wire x1=\"-35.56\" y1=\"187.96\" x2=\"-73.66\" y2=\"187.96\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-73.66\" y1=\"161.29\" x2=\"-78.105\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-73.66\" y1=\"187.96\" x2=\"-73.66\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$4\" class=\"0\">\n<segment>\n<wire x1=\"0\" y1=\"200.66\" x2=\"0\" y2=\"189.23\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"0\" y1=\"189.23\" x2=\"-6.35\" y2=\"189.23\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$7\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"167.64\" x2=\"-142.875\" y2=\"167.64\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-109.855\" y1=\"177.8\" x2=\"-142.875\" y2=\"177.8\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"165.1\" x2=\"-142.875\" y2=\"165.1\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"147.32\" x2=\"-142.875\" y2=\"147.32\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$11\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"154.94\" x2=\"-142.875\" y2=\"154.94\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"149.86\" x2=\"-142.875\" y2=\"149.86\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"157.48\" x2=\"-142.875\" y2=\"157.48\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$12\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"152.4\" x2=\"-142.875\" y2=\"152.4\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$14\" class=\"0\">\n<segment>\n<wire x1=\"-96.52\" y1=\"157.48\" x2=\"-89.535\" y2=\"157.48\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"157.48\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"152.4\" x2=\"-89.535\" y2=\"152.4\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"152.4\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"149.86\" x2=\"-89.535\" y2=\"149.86\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"149.86\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"147.32\" x2=\"-89.535\" y2=\"147.32\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"147.32\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"177.8\" x2=\"-89.535\" y2=\"177.8\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"177.8\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$15\" class=\"0\">\n<segment>\n<wire x1=\"-73.66\" y1=\"207.01\" x2=\"-78.105\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-35.56\" y1=\"190.5\" x2=\"-73.66\" y2=\"190.5\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-73.66\" y1=\"207.01\" x2=\"-73.66\" y2=\"190.5\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$17\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"213.36\" x2=\"-142.875\" y2=\"213.36\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-109.855\" y1=\"223.52\" x2=\"-142.875\" y2=\"223.52\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"210.82\" x2=\"-142.875\" y2=\"210.82\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"193.04\" x2=\"-142.875\" y2=\"193.04\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$19\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"200.66\" x2=\"-142.875\" y2=\"200.66\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"195.58\" x2=\"-142.875\" y2=\"195.58\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n<segment>\n<wire x1=\"-109.855\" y1=\"203.2\" x2=\"-142.875\" y2=\"203.2\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$24\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"198.12\" x2=\"-142.875\" y2=\"198.12\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$26\" class=\"0\">\n<segment>\n<wire x1=\"-96.52\" y1=\"203.2\" x2=\"-89.535\" y2=\"203.2\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"203.2\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"198.12\" x2=\"-89.535\" y2=\"198.12\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"198.12\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"195.58\" x2=\"-89.535\" y2=\"195.58\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"195.58\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"193.04\" x2=\"-89.535\" y2=\"193.04\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"193.04\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-96.52\" y1=\"223.52\" x2=\"-89.535\" y2=\"223.52\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"223.52\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$79\" class=\"0\">\n<segment>\n<wire x1=\"37.465\" y1=\"251.46\" x2=\"6.35\" y2=\"251.46\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$80\" class=\"0\">\n<segment>\n<wire x1=\"57.785\" y1=\"251.46\" x2=\"66.675\" y2=\"261.62\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$85\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"190.5\" x2=\"-142.875\" y2=\"190.5\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$86\" class=\"0\">\n<segment>\n<wire x1=\"-96.52\" y1=\"190.5\" x2=\"-89.535\" y2=\"190.5\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"190.5\" x2=\"-80.645\" y2=\"207.01\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$87\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"144.78\" x2=\"-142.875\" y2=\"144.78\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$88\" class=\"0\">\n<segment>\n<wire x1=\"-96.52\" y1=\"144.78\" x2=\"-89.535\" y2=\"144.78\" width=\"0.1524\" layer=\"91\"/>\n<wire x1=\"-89.535\" y1=\"144.78\" x2=\"-80.645\" y2=\"161.29\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$89\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"304.8\" x2=\"-127\" y2=\"304.8\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$92\" class=\"0\">\n<segment>\n<wire x1=\"-109.855\" y1=\"259.08\" x2=\"-127\" y2=\"259.08\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n<net name=\"N$30\" class=\"0\">\n<segment>\n<wire x1=\"37.465\" y1=\"208.28\" x2=\"6.35\" y2=\"208.28\" width=\"0.1524\" layer=\"91\"/>\n</segment>\n</net>\n</nets>\n</sheet>\n</sheets>\n</schematic>\n</drawing>\n</eagle>\n"
  },
  {
    "path": "doc/build.bat",
    "content": "dot -Tpng components.dot -o components.png"
  },
  {
    "path": "doc/components.dot",
    "content": "digraph hierarchy {\n\n\tnodesep=1.0 // increases the separation between nodes\n\t\n\tnode [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour\n\tedge [color=Blue, style=dashed] //All the lines look like this\n\n\tHeadteacher->{Deputy1 Deputy2 BusinessManager}\n\tDeputy1->{Teacher1 Teacher2}\n\tBusinessManager->ITManager\n\t{rank=same;ITManager Teacher1 Teacher2}  // Put them on the same level\n}"
  },
  {
    "path": "doc/files.md",
    "content": "# File system structure\n\n|Folder/File|Description|\n|-|-|\n|`doc/`|Documentation related stuff.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`html/`|Autogenerated HTML documentation using doxygen tool.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`template/`|Doxygen template files.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`Doxyfile`|Doxygen configuration file.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`*.dot`|Diagrams described using [dot](www.graphviz.org/doc/info/lang.html) language.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`*.md`|Articles writen in markdown.|\n|`eez_psu_sketch/`|Arduino EEZ PSU sketch source code.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`eez_psu_sketch.ino`|EEZ PSU sketch.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`*.cpp`|Sketch source files.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`*.h`|Sketch header files.|\n|`libraries/`|Arduino libraries required by the EEZ PSU sketch.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`eez_psu_lib/`|This library contains pin definitions for the EEZ PSU hardware.|\t\n|&nbsp;&nbsp;&nbsp;&nbsp;`scpi-parser/`|[scpi-parser](https://github.com/mvladic/scpi-parser/tree/avr_progmem)|\n|&nbsp;&nbsp;&nbsp;&nbsp;`UIPEthernet/`|[UIPEthernet](https://github.com/mvladic/arduino_uip/tree/Arduino_1.5.x)|\n|`simulator/`|Simulator source code.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`fonts/`|Fonts used by the simulator GUI.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`images/`|Images used by the simulator GUI.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`platform/`|Platform specific source and make files.| \n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`Win32/`|Windows platform files.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`eez_psu/`|Visual Studio 2015 solution for simulator executable.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`eez_imgui/`|Visual Studio 2013 solution for EEZ IMGUI DLL.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`linux/`|Linux (and Mac) platform files.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`src/`|Simulator source code.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`arduino/`|Arduino API emulation.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`front_panel/`|Simulator GUI Front panel.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`imgui/`|EEZ immediate mode GUI library.|\n|&nbsp;&nbsp;&nbsp;&nbsp;`third_party/`|Third party libraries used by simulator.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`SDL2/`|SDL2 for Windows.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`SDL2_image/`|SDL2 image module for Windows.|\n|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`SDL2_ttf/`|SDL2 TTF module for Windows.|\n"
  },
  {
    "path": "doc/template/customdoxygen.css",
    "content": "/* Custom Look and feel - Can be edited\n----------------------------------- */\n#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{\n    border-bottom: 1px solid #EEEEEE;\n}\n\n.adjust-right {\n\tmargin-left: 30px !important;\n\tfont-size: 1.15em !important;\n}\n\n/* DOXYGEN Code Styles - These are from doxygen but can be changed to fit the theme\n----------------------------------- */\n\na.qindex {\n    font-weight: bold;\n}\n\na.qindexHL {\n    font-weight: bold;\n    background-color: #9CAFD4;\n    color: #ffffff;\n    border: 1px double #869DCA;\n}\n\n.contents a.qindexHL:visited {\n    color: #ffffff;\n}\n\na.code, a.code:visited, a.line, a.line:visited {\n    color: #4665A2;\n}\n\na.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {\n    color: #4665A2;\n}\n\n/* @end */\n\ndl.el {\n    margin-left: -1cm;\n}\n\npre.fragment {\n    border: 1px solid #C4CFE5;\n    background-color: #FBFCFD;\n    padding: 4px 6px;\n    margin: 4px 8px 4px 2px;\n    overflow: auto;\n    word-wrap: break-word;\n    font-size:  9pt;\n    line-height: 125%;\n    font-family: monospace, fixed;\n    font-size: 105%;\n}\n\ndiv.fragment {\n    padding: 4px 6px;\n    margin: 4px 8px 4px 2px;\n    border: 1px solid #C4CFE5;\n}\n\ndiv.line {\n    font-family: monospace, fixed;\n    font-size: 13px;\n    min-height: 13px;\n    line-height: 1.0;\n    text-wrap: unrestricted;\n    white-space: -moz-pre-wrap; /* Moz */\n    white-space: -pre-wrap;     /* Opera 4-6 */\n    white-space: -o-pre-wrap;   /* Opera 7 */\n    white-space: pre-wrap;      /* CSS3  */\n    word-wrap: break-word;      /* IE 5.5+ */\n    text-indent: -53px;\n    padding-left: 53px;\n    padding-bottom: 0px;\n    margin: 0px;\n    -webkit-transition-property: background-color, box-shadow;\n    -webkit-transition-duration: 0.5s;\n    -moz-transition-property: background-color, box-shadow;\n    -moz-transition-duration: 0.5s;\n    -ms-transition-property: background-color, box-shadow;\n    -ms-transition-duration: 0.5s;\n    -o-transition-property: background-color, box-shadow;\n    -o-transition-duration: 0.5s;\n    transition-property: background-color, box-shadow;\n    transition-duration: 0.5s;\n}\n\ndiv.line.glow {\n    background-color: cyan;\n    box-shadow: 0 0 10px cyan;\n}\n\n\nspan.lineno {\n    padding-right: 4px;\n    text-align: right;\n    border-right: 2px solid #0F0;\n    background-color: #E8E8E8;\n    white-space: pre;\n}\nspan.lineno a {\n    background-color: #D8D8D8;\n}\n\nspan.lineno a:hover {\n    background-color: #C8C8C8;\n}\n\ndiv.groupHeader {\n    margin-left: 16px;\n    margin-top: 12px;\n    font-weight: bold;\n}\n\ndiv.groupText {\n    margin-left: 16px;\n    font-style: italic;\n}\n\n/* @group Code Colorization */\n\nspan.keyword {\n    color: #008000\n}\n\nspan.keywordtype {\n    color: #604020\n}\n\nspan.keywordflow {\n    color: #e08000\n}\n\nspan.comment {\n    color: #800000\n}\n\nspan.preprocessor {\n    color: #806020\n}\n\nspan.stringliteral {\n    color: #002080\n}\n\nspan.charliteral {\n    color: #008080\n}\n\nspan.vhdldigit {\n    color: #ff00ff\n}\n\nspan.vhdlchar {\n    color: #000000\n}\n\nspan.vhdlkeyword {\n    color: #700070\n}\n\nspan.vhdllogic {\n    color: #ff0000\n}\n\nblockquote {\n    background-color: #F7F8FB;\n    border-left: 2px solid #9CAFD4;\n    margin: 0 24px 0 4px;\n    padding: 0 12px 0 16px;\n}\n\n/* ------------------------------------------------------------------ */\n\n.navbar-header {\n    padding: 5px 0;\n}\n\n.navbar-header>img {\n    display: block;\n    float: left;\n}\n\n.navbar-header>span {\n    display: block;\n}"
  },
  {
    "path": "doc/template/doxy-boot.js",
    "content": "$( document ).ready(function() {\n\n    $(\"div.headertitle\").addClass(\"page-header\");\n    $(\"div.title\").addClass(\"h1\");\n\n    $('li > a[href=\"index.html\"] > span').before(\"<i class='fa fa-cog'></i> \");\n    //$('li > a[href=\"index.html\"] > span').text(\"EEZ PSU\");\n    $('li > a[href=\"modules.html\"] > span').before(\"<i class='fa fa-square'></i> \");\n    $('li > a[href=\"namespaces.html\"] > span').before(\"<i class='fa fa-bars'></i> \");\n    $('li > a[href=\"annotated.html\"] > span').before(\"<i class='fa fa-list-ul'></i> \");\n    $('li > a[href=\"classes.html\"] > span').before(\"<i class='fa fa-book'></i> \");\n    $('li > a[href=\"inherits.html\"] > span').before(\"<i class='fa fa-sitemap'></i> \");\n    $('li > a[href=\"functions.html\"] > span').before(\"<i class='fa fa-list'></i> \");\n    $('li > a[href=\"functions_func.html\"] > span').before(\"<i class='fa fa-list'></i> \");\n    $('li > a[href=\"functions_vars.html\"] > span').before(\"<i class='fa fa-list'></i> \");\n    $('li > a[href=\"functions_enum.html\"] > span').before(\"<i class='fa fa-list'></i> \");\n    $('li > a[href=\"functions_eval.html\"] > span').before(\"<i class='fa fa-list'></i> \");\n    $('img[src=\"ftv2ns.png\"]').replaceWith('<span class=\"label label-danger\">N</span> ');\n    $('img[src=\"ftv2cl.png\"]').replaceWith('<span class=\"label label-danger\">C</span> ');\n\n    $(\"ul.tablist\").addClass(\"nav nav-pills nav-justified\");\n    $(\"ul.tablist\").css(\"margin-top\", \"0.5em\");\n    $(\"ul.tablist\").css(\"margin-bottom\", \"0.5em\");\n    $(\"li.current\").addClass(\"active\");\n    $(\"iframe\").attr(\"scrolling\", \"yes\");\n\n    $(\"#nav-path > ul\").addClass(\"breadcrumb\");\n\n    $(\"table.params\").addClass(\"table\");\n    $(\"div.ingroups\").wrapInner(\"<small></small>\");\n    $(\"div.levels\").css(\"margin\", \"0.5em\");\n    $(\"div.levels > span\").addClass(\"btn btn-default btn-xs\");\n    $(\"div.levels > span\").css(\"margin-right\", \"0.25em\");\n\n    $(\"table.directory\").addClass(\"table table-striped\");\n    $(\"div.summary > a\").addClass(\"btn btn-default btn-xs\");\n    $(\"table.fieldtable\").addClass(\"table\");\n    $(\".fragment\").addClass(\"well\");\n    $(\".memitem\").addClass(\"panel panel-default\");\n    $(\".memproto\").addClass(\"panel-heading\");\n    $(\".memdoc\").addClass(\"panel-body\");\n    $(\"span.mlabel\").addClass(\"label label-info\");\n\n    $(\"table.memberdecls\").addClass(\"table\");\n    $(\"[class^=memitem]\").addClass(\"active\");\n\n    $(\"div.ah\").addClass(\"btn btn-default\");\n    $(\"span.mlabels\").addClass(\"pull-right\");\n    $(\"table.mlabels\").css(\"width\", \"100%\")\n    $(\"td.mlabels-right\").addClass(\"pull-right\");\n\n    $(\"div.ttc\").addClass(\"panel panel-primary\");\n    $(\"div.ttname\").addClass(\"panel-heading\");\n    $(\"div.ttname a\").css(\"color\", 'white');\n    $(\"div.ttdef,div.ttdoc,div.ttdeci\").addClass(\"panel-body\");\n\n    $('#MSearchBox').parent().remove();\n\n    $('div.fragment.well div.line:first').css('margin-top', '15px');\n    $('div.fragment.well div.line:last').css('margin-bottom', '15px');\n\t\n\t$('table.doxtable').removeClass('doxtable').addClass('table table-striped table-bordered').each(function(){\n\t\t$(this).prepend('<thead></thead>');\n\t\t$(this).find('tbody > tr:first').prependTo($(this).find('thead'));\n\t\t\n\t\t$(this).find('td > span.success').parent().addClass('success');\n\t\t$(this).find('td > span.warning').parent().addClass('warning');\n\t\t$(this).find('td > span.danger').parent().addClass('danger');\n\t});\n\t\n\t\n\n    if($('div.fragment.well div.ttc').length > 0)\n    {\n        $('div.fragment.well div.line:first').parent().removeClass('fragment well');\n    }\n\n    $('table.memberdecls').find('.memItemRight').each(function(){\n        $(this).contents().appendTo($(this).siblings('.memItemLeft'));\n        $(this).siblings('.memItemLeft').attr('align', 'left');\n    });\n\t\n\tfunction getOriginalWidthOfImg(img_element) {\n\t\tvar t = new Image();\n\t\tt.src = (img_element.getAttribute ? img_element.getAttribute(\"src\") : false) || img_element.src;\n\t\treturn t.width;\n\t}\n\t\n\t$('div.dyncontent').find('img').each(function(){\n\t\tif(getOriginalWidthOfImg($(this)[0]) > $('#content>div.container').width())\n\t\t\t$(this).css('width', '100%');\n\t});\n\t\n\t$(\".memitem\").removeClass('memitem');\n    $(\".memproto\").removeClass('memproto');\n    $(\".memdoc\").removeClass('memdoc');\n\t$(\"span.mlabel\").removeClass('mlabel');\n\t$(\"table.memberdecls\").removeClass('memberdecls');\n    $(\"[class^=memitem]\").removeClass('memitem');\n    $(\"span.mlabels\").removeClass('mlabels');\n    $(\"table.mlabels\").removeClass('mlabels');\n    $(\"td.mlabels-right\").removeClass('mlabels-right');\n\t$(\".navpath\").removeClass('navpath');\n\t$(\"li.navelem\").removeClass('navelem');\n\t$(\"a.el\").removeClass('el');\n\t$(\"div.ah\").removeClass('ah');\n\t$(\"div.header\").removeClass(\"header\");\n\t\n\t$('.mdescLeft').each(function(){\n\t\tif($(this).html()==\"&nbsp;\") {\n\t\t\t$(this).siblings('.mdescRight').attr('colspan', 2);\n\t\t\t$(this).remove();\n\t\t}\n\t});\n\t$('td.memItemLeft').each(function(){\n\t\tif($(this).siblings('.memItemRight').html()==\"\") {\n\t\t\t$(this).attr('colspan', 2);\n\t\t\t$(this).siblings('.memItemRight').remove();\n\t\t}\n\t});\n});"
  },
  {
    "path": "doc/template/footer.html",
    "content": "<!-- HTML footer for doxygen 1.8.8-->\n<!-- start footer part -->\n<!--BEGIN GENERATE_TREEVIEW-->\n<div id=\"nav-path\" class=\"navpath\"><!-- id is needed for treeview function! -->\n  <ul>\n    $navpath\n    <li class=\"footer\">$generatedby\n    <a href=\"http://www.doxygen.org/index.html\">\n    <img class=\"footer\" src=\"$relpath^doxygen.png\" alt=\"doxygen\"/></a> $doxygenversion </li>\n  </ul>\n</div>\n<!--END GENERATE_TREEVIEW-->\n</div>\n</div>\n</div>\n</div>\n</div>\n<!--BEGIN !GENERATE_TREEVIEW-->\n<hr class=\"footer\"/><address class=\"footer\"><small>\n$generatedby &#160;<a href=\"http://www.doxygen.org/index.html\">\n<img class=\"footer\" src=\"$relpath^doxygen.png\" alt=\"doxygen\"/>\n</a> $doxygenversion\n</small></address>\n<!--END !GENERATE_TREEVIEW-->\n</body>\n</html>"
  },
  {
    "path": "doc/template/header.html",
    "content": "<!-- HTML header for doxygen 1.8.8-->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <!-- For Mobile Devices -->\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>\n        <meta name=\"generator\" content=\"Doxygen $doxygenversion\"/>\n        \n        <link rel=\"icon\" href=\"favicon.ico\">\n        \n        <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-2.1.1.min.js\"></script>\n\n        <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->\n        <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->\n        <!--<link href=\"$relpath^tabs.css\" rel=\"stylesheet\" type=\"text/css\"/>-->\n        <script type=\"text/javascript\" src=\"$relpath^dynsections.js\"></script>\n        $treeview\n        $search\n        $mathjax\n        <link href=\"$relpath^$stylesheet\" rel=\"stylesheet\" type=\"text/css\" />\n        $extrastylesheet\n\n        <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css\">\n        <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js\"></script>\n        <script type=\"text/javascript\" src=\"$relpath^doxy-boot.js\"></script>\n    </head>\n    <body>\n        <nav class=\"navbar navbar-default\" role=\"navigation\">\n            <div class=\"container\">\n                <div class=\"navbar-header\">\n                    <span class=\"navbar-brand\"><a href=\"http://www.envox.hr/eez/bench-power-supply/psu-firmware.html\">EEZ Bench Power Supply</a> / Firmware</span>\n                </div>\n            </div>\n        </nav>\n        <div id=\"top\"><!-- do not remove this div, it is closed by doxygen! -->\n            <div class=\"content\" id=\"content\">\n                <div class=\"container\">\n                    <div class=\"row\">\n                        <div class=\"col-sm-12 panel panel-default\" style=\"padding-bottom: 15px;\">\n                            <div style=\"margin-bottom: 15px;\">\n<!-- end header part -->"
  },
  {
    "path": "eez_psu_sketch/.gitignore",
    "content": "Visual Micro\n.vs\nDebug\nPSU_SCPI.opensdf\nPSU_SCPI.sdf\nPSU_SCPI.vcxproj.user\nPSU_SCPI.vcxproj.filters\n__vm\n\n## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbuild/\nbld/\n[Bb]in/\n[Oo]bj/\n\n# Visual Studio 2015 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# DNX\nproject.lock.json\nartifacts/\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opensdf\n*.sdf\n*.cachefile\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n\n# Windows Azure Build Output\ncsx/\n*.build.csdef\n\n# Windows Store app package directory\nAppPackages/\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n[Ss]tyle[Cc]op.*\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.pfx\n*.publishsettings\nnode_modules/\norleans.codegen.cs\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt"
  },
  {
    "path": "eez_psu_sketch/actions.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see http://www.gnu.org/licenses.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"actions.h\"\n#include \"event_queue.h\"\n#include \"persist_conf.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"sound.h\"\n#include \"gui_internal.h\"\n#include \"gui_keypad.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_calibration.h\"\n#include \"gui_page_ch_settings_protection.h\"\n#include \"gui_page_ch_settings_adv.h\"\n#include \"gui_page_sys_settings.h\"\n#include \"gui_page_user_profiles.h\"\n#include \"gui_password.h\"\n#include \"gui_page_ch_settings_trigger.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace gui;\n\nvoid action_channel_toggle_output() {\n    channelToggleOutput();\n}\n\nvoid action_edit() {\n    edit_mode::enter();\n}\n\nvoid action_edit_mode_slider() {\n    edit_mode::enter(PAGE_ID_EDIT_MODE_SLIDER);\n}\n\nvoid action_edit_mode_step() {\n    edit_mode::enter(PAGE_ID_EDIT_MODE_STEP);\n}\n\nvoid action_edit_mode_keypad() {\n    edit_mode::enter(PAGE_ID_EDIT_MODE_KEYPAD);\n}\n\nvoid action_exit_edit_mode() {\n    if (edit_mode::isActive()) {\n        edit_mode::exit();\n    }\n}\n\nvoid action_toggle_interactive_mode() {\n    edit_mode::toggleInteractiveMode();\n}\n\nvoid action_non_interactive_enter() {\n    edit_mode::nonInteractiveSet();\n}\n\nvoid action_non_interactive_discard() {\n    edit_mode::nonInteractiveDiscard();\n}\n\nvoid action_keypad_key() {\n    getActiveKeypad()->key();\n}\n\nvoid action_keypad_space() {\n    getActiveKeypad()->space();\n}\n\nvoid action_keypad_back() {\n    getActiveKeypad()->back();\n}\n\nvoid action_keypad_clear() {\n    getActiveKeypad()->clear();\n}\n\nvoid action_keypad_caps() {\n    getActiveKeypad()->caps();\n}\n\nvoid action_keypad_ok() {\n    getActiveKeypad()->ok();\n}\n\nvoid action_keypad_cancel() {\n    getActiveKeypad()->cancel();\n}\n\nvoid action_keypad_sign() {\n    getActiveKeypad()->sign();\n}\n\nvoid action_keypad_unit() {\n    getActiveKeypad()->unit();\n}\n\nvoid action_keypad_option1() {\n    getActiveKeypad()->option1();\n}\n\nvoid action_keypad_option2() {\n    getActiveKeypad()->option2();\n}\n\nvoid action_touch_screen_calibration() {\n    touch::calibration::enterCalibrationMode();\n}\n\nvoid action_yes() {\n    dialogYes();\n}\n\nvoid action_no() {\n    dialogNo();\n}\n\nvoid action_ok() {\n    dialogOk();\n}\n\nvoid action_cancel() {\n    dialogCancel();\n}\n\nvoid action_later() {\n    dialogLater();\n}\n\nvoid action_stand_by() {\n    gui::standBy();\n}\n\nvoid action_show_previous_page() {\n    popPage();\n}\n\nvoid action_show_main_page() {\n    setPage(PAGE_ID_MAIN);\n}\n\nvoid action_show_event_queue() {\n    setPage(PAGE_ID_EVENT_QUEUE);\n}\n\nvoid action_show_channel_settings() {\n    gui::selectChannel();\n    setPage(PAGE_ID_CH_SETTINGS_PROT);\n}\n\nvoid action_show_sys_settings() {\n    setPage(PAGE_ID_SYS_SETTINGS);\n}\n\nvoid action_show_sys_settings2() {\n    setPage(PAGE_ID_SYS_SETTINGS2);\n}\n\nvoid action_show_sys_settings_trigger() {\n    pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);\n}\n\nvoid action_show_sys_settings_io() {\n    pushPage(PAGE_ID_SYS_SETTINGS_IO);\n}\n\nvoid action_show_sys_settings_date_time() {\n    pushPage(PAGE_ID_SYS_SETTINGS_DATE_TIME);\n}\n\nvoid action_show_sys_settings_cal() {\n    pushPage(PAGE_ID_SYS_SETTINGS_CAL);\n}\n\nvoid action_show_sys_settings_cal_ch() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);\n}\n\nvoid action_show_sys_settings_screen_calibration() {\n    pushPage(PAGE_ID_SYS_SETTINGS_SCREEN_CALIBRATION);\n}\n\nvoid action_show_sys_settings_display() {\n    pushPage(PAGE_ID_SYS_SETTINGS_DISPLAY);\n}\n\nvoid action_show_sys_settings_serial() {\n    pushPage(PAGE_ID_SYS_SETTINGS_SERIAL);\n}\n\nvoid action_show_sys_settings_ethernet() {\n    pushPage(PAGE_ID_SYS_SETTINGS_ETHERNET);\n}\n\nvoid action_show_sys_settings_protections() {\n    pushPage(PAGE_ID_SYS_SETTINGS_PROTECTIONS);\n}\n\nvoid action_show_sys_settings_aux_otp() {\n    pushPage(PAGE_ID_SYS_SETTINGS_AUX_OTP);\n}\n\nvoid action_show_sys_settings_sound() {\n    pushPage(PAGE_ID_SYS_SETTINGS_SOUND);\n}\n\nvoid action_show_sys_settings_encoder() {\n    pushPage(PAGE_ID_SYS_SETTINGS_ENCODER);\n}\n\nvoid action_show_sys_info() {\n    setPage(PAGE_ID_SYS_INFO);\n}\n\nvoid action_show_sys_info2() {\n    setPage(PAGE_ID_SYS_INFO2);\n}\n\nvoid action_show_main_help_page() {\n    setPage(PAGE_ID_MAIN_HELP);\n}\n\nvoid action_show_edit_mode_step_help() {\n    pushPage(PAGE_ID_EDIT_MODE_STEP_HELP);\n}\n\nvoid action_show_edit_mode_slider_help() {\n    pushPage(PAGE_ID_EDIT_MODE_SLIDER_HELP);\n}\n\nvoid action_show_ch_settings_prot() {\n    setPage(PAGE_ID_CH_SETTINGS_PROT);\n}\n\nvoid action_show_ch_settings_prot_clear() {\n    gui::selectChannel();\n    setPage(PAGE_ID_CH_SETTINGS_PROT_CLEAR);\n}\n\nvoid action_show_ch_settings_prot_ocp() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_CH_SETTINGS_PROT_OCP);\n}\n\nvoid action_show_ch_settings_prot_ovp() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_CH_SETTINGS_PROT_OVP);\n}\n\nvoid action_show_ch_settings_prot_opp() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_CH_SETTINGS_PROT_OPP);\n}\n\nvoid action_show_ch_settings_prot_otp() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_CH_SETTINGS_PROT_OTP);\n}\n\nvoid action_show_ch_settings_trigger() {\n    setPage(PAGE_ID_CH_SETTINGS_TRIGGER);\n}\n\nvoid action_show_ch_settings_lists() {\n    pushPage(PAGE_ID_CH_SETTINGS_LISTS);\n}\n\nvoid action_show_ch_settings_adv() {\n    setPage(PAGE_ID_CH_SETTINGS_ADV);\n}\n\nvoid action_show_ch_settings_adv_lripple() {\n    gui::selectChannel();\n    pushPage(PAGE_ID_CH_SETTINGS_ADV_LRIPPLE);\n}\n\nvoid action_show_ch_settings_adv_remote() {\n    setPage(PAGE_ID_CH_SETTINGS_ADV_REMOTE);\n}\n\nvoid action_show_ch_settings_adv_ranges() {\n    setPage(PAGE_ID_CH_SETTINGS_ADV_RANGES);\n}\n\nvoid action_show_ch_settings_adv_tracking() {\n    setPage(PAGE_ID_CH_SETTINGS_ADV_TRACKING);\n}\n\nvoid action_show_ch_settings_adv_coupling() {\n    setPage(PAGE_ID_CH_SETTINGS_ADV_COUPLING);\n}\n\nvoid action_show_ch_settings_adv_view() {\n    pushPage(PAGE_ID_CH_SETTINGS_ADV_VIEW);\n}\n\nvoid action_show_ch_settings_info() {\n    setPage(PAGE_ID_CH_SETTINGS_INFO);\n}\n\nvoid action_show_ch_settings_info_cal() {\n    pushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);\n}\n\nvoid action_sys_settings_cal_edit_password() {\n    editCalibrationPassword();\n}\n\nvoid action_sys_settings_cal_ch_wiz_start() {\n    gui::calibration::start();\n}\n\nvoid action_sys_settings_cal_ch_wiz_step_previous() {\n    gui::calibration::previousStep();\n}\n\nvoid action_sys_settings_cal_ch_wiz_step_next() {\n    gui::calibration::nextStep();\n}\n\nvoid action_sys_settings_cal_ch_wiz_stop_and_show_previous_page() {\n    gui::calibration::stop(popPage);\n}\n\nvoid action_sys_settings_cal_ch_wiz_stop_and_show_main_page() {\n    gui::calibration::stop(action_show_main_page);\n}\n\nvoid action_sys_settings_cal_ch_wiz_step_set() {\n    gui::calibration::set();\n}\n\nvoid action_sys_settings_cal_ch_wiz_step_set_level_value() {\n    gui::calibration::setLevelValue();\n}\n\nvoid action_sys_settings_cal_ch_wiz_save() {\n    gui::calibration::save();\n}\n\nvoid action_sys_settings_cal_toggle_enable() {\n    gui::calibration::toggleEnable();\n}\n\nvoid action_ch_settings_prot_clear() {\n    ChSettingsProtectionPage::clear();\n}\n\nvoid action_ch_settings_prot_clear_and_disable() {\n    ChSettingsProtectionPage::clearAndDisable();\n}\n\nvoid action_ch_settings_prot_toggle_state() {\n    ((ChSettingsProtectionSetPage *)getActivePage())->toggleState();\n}\n\nvoid action_ch_settings_prot_edit_limit() {\n    ((ChSettingsProtectionSetPage *)getActivePage())->editLimit();\n}\n\nvoid action_ch_settings_prot_edit_level() {\n    ((ChSettingsProtectionSetPage *)getActivePage())->editLevel();\n}\n\nvoid action_ch_settings_prot_edit_delay() {\n    ((ChSettingsProtectionSetPage *)getActivePage())->editDelay();\n}\n\nvoid action_set() {\n    ((SetPage *)getActivePage())->set();\n}\n\nvoid action_discard() {\n    ((SetPage *)getActivePage())->discard();\n}\n\nvoid action_edit_field() {\n    ((SetPage *)getActivePage())->edit();\n}\n\nvoid action_event_queue_previous_page() {\n    event_queue::moveToPreviousPage();\n}\n\nvoid action_event_queue_next_page() {\n    event_queue::moveToNextPage();\n}\n\nvoid action_ch_settings_adv_lripple_toggle_status() {\n    ((ChSettingsAdvLRipplePage *)getActivePage())->toggleStatus();\n}\n\nvoid action_ch_settings_adv_lripple_toggle_auto_mode() {\n    ((ChSettingsAdvLRipplePage *)getActivePage())->toggleAutoMode();\n}\n\nvoid action_ch_settings_adv_remote_toggle_sense() {\n    ((ChSettingsAdvRemotePage *)getActivePage())->toggleSense();\n}\n\nvoid action_ch_settings_adv_remote_toggle_programming() {\n    ((ChSettingsAdvRemotePage *)getActivePage())->toggleProgramming();\n}\n\nvoid action_date_time_select_dst_rule() {\n    ((SysSettingsDateTimePage *)getActivePage())->selectDstRule();\n}\n\nvoid action_show_user_profiles() {\n    setPage(PAGE_ID_USER_PROFILES);\n}\n\nvoid action_show_user_profiles2() {\n    setPage(PAGE_ID_USER_PROFILES2);\n}\n\nvoid action_show_user_profile_settings() {\n    ((UserProfilesPage *)getActivePage())->showProfile();\n}\n\nvoid action_profiles_toggle_auto_recall() {\n    ((UserProfilesPage *)getActivePage())->toggleAutoRecall();\n}\n\nvoid action_profile_toggle_is_auto_recall_location() {\n    ((UserProfilesPage *)getActivePage())->toggleIsAutoRecallLocation();\n}\n\nvoid action_profile_recall() {\n    ((UserProfilesPage *)getActivePage())->recall();\n}\n\nvoid action_profile_save() {\n    ((UserProfilesPage *)getActivePage())->save();\n}\n\nvoid action_profile_delete() {\n    ((UserProfilesPage *)getActivePage())->deleteProfile();\n}\n\nvoid action_profile_edit_remark() {\n    ((UserProfilesPage *)getActivePage())->editRemark();\n}\n\nvoid action_toggle_channels_view_mode() {\n    persist_conf::toggleChannelsViewMode();\n}\n\nvoid action_ethernet_toggle() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetPage *)getActivePage())->toggle();\n    #endif\n}\n\nvoid action_ethernet_toggle_dhcp() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetPage *)getActivePage())->toggleDhcp();\n    #endif\n}\n\nvoid action_ethernet_edit_mac_address() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetPage *)getActivePage())->editMacAddress();\n    #endif\n}\n\nvoid action_ethernet_edit_static_address() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetPage *)getActivePage())->editStaticAddress();\n    #endif\n}\n\nvoid action_ethernet_edit_ip_address() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetStaticPage *)getActivePage())->editIpAddress();\n    #endif\n}\n\nvoid action_ethernet_edit_dns() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetStaticPage *)getActivePage())->editDns();\n    #endif\n}\n\nvoid action_ethernet_edit_gateway() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetStaticPage *)getActivePage())->editGateway();\n    #endif\n}\n\nvoid action_ethernet_edit_subnet_mask() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetStaticPage *)getActivePage())->editSubnetMask();\n    #endif\n}\n\nvoid action_ethernet_edit_scpi_port() {\n    #if OPTION_ETHERNET\n    ((SysSettingsEthernetPage *)getActivePage())->editScpiPort();\n    #endif\n}\n\nvoid action_ch_settings_adv_coupling_uncouple() {\n    ((ChSettingsAdvCouplingPage *)getActivePage())->uncouple();\n}\n\nvoid action_ch_settings_adv_coupling_set_parallel_info() {\n    ((ChSettingsAdvCouplingPage *)getActivePage())->setParallelInfo();\n}\n\nvoid action_ch_settings_adv_coupling_set_series_info() {\n    ((ChSettingsAdvCouplingPage *)getActivePage())->setSeriesInfo();\n}\n\nvoid action_ch_settings_adv_coupling_set_parallel() {\n    ((ChSettingsAdvCouplingPage *)getActivePage())->setParallel();\n}\n\nvoid action_ch_settings_adv_coupling_set_series() {\n    ((ChSettingsAdvCouplingPage *)getActivePage())->setSeries();\n}\n\nvoid action_ch_settings_adv_toggle_tracking_mode() {\n    ((ChSettingsAdvTrackingPage *)getActivePage())->toggleTrackingMode();\n}\n\nvoid action_sys_settings_protections_toggle_output_protection_couple() {\n    SysSettingsProtectionsPage::toggleOutputProtectionCouple();\n}\n\nvoid action_sys_settings_protections_toggle_shutdown_when_protection_tripped() {\n    SysSettingsProtectionsPage::toggleShutdownWhenProtectionTripped();\n}\n\nvoid action_sys_settings_protections_toggle_force_disabling_all_outputs_on_power_up() {\n    SysSettingsProtectionsPage::toggleForceDisablingAllOutputsOnPowerUp();\n}\n\nvoid action_sys_settings_protections_aux_otp_toggle_state() {\n    ((SysSettingsAuxOtpPage *)getActivePage())->toggleState();\n}\n\nvoid action_sys_settings_protections_aux_otp_edit_level() {\n    ((SysSettingsAuxOtpPage *)getActivePage())->editLevel();\n}\n\nvoid action_sys_settings_protections_aux_otp_edit_delay() {\n    ((SysSettingsAuxOtpPage *)getActivePage())->editDelay();\n}\n\nvoid action_sys_settings_protections_aux_otp_clear() {\n    SysSettingsAuxOtpPage::clear();\n}\n\nvoid action_on_last_error_event_action() {\n    onLastErrorEventAction();\n}\n\nvoid action_edit_system_password() {\n    editSystemPassword();\n}\n\nvoid action_sys_front_panel_lock() {\n    lockFrontPanel();\n}\n\nvoid action_sys_front_panel_unlock() {\n    unlockFrontPanel();\n}\n\nvoid action_sys_settings_sound_toggle() {\n    ((SysSettingsSoundPage *)getActivePage())->toggleSound();\n}\n\nvoid action_sys_settings_sound_toggle_click() {\n    ((SysSettingsSoundPage *)getActivePage())->toggleClickSound();\n}\n\nvoid action_ch_settings_adv_view_edit_display_value1() {\n    ((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue1();\n}\n\nvoid action_ch_settings_adv_view_edit_display_value2() {\n    ((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue2();\n}\n\nvoid action_ch_settings_adv_view_swap_display_values() {\n    ((ChSettingsAdvViewPage *)getActivePage())->swapDisplayValues();\n}\n\nvoid action_ch_settings_adv_view_edit_ytview_rate() {\n    ((ChSettingsAdvViewPage *)getActivePage())->editYTViewRate();\n}\n\nvoid action_select_enum_item() {\n    ((SelectFromEnumPage *)getActivePage())->selectEnumItem();\n}\n\nvoid action_error_alert_action() {\n    errorMessageAction();\n}\n\nvoid action_up_down() {\n    upDown();\n}\n\nvoid action_sys_settings_encoder_toggle_confirmation_mode() {\n    #if OPTION_ENCODER\n    ((SysSettingsEncoderPage *)getActivePage())->toggleConfirmationMode();\n    #endif\n}\n\nvoid action_turn_display_off() {\n    gui::turnDisplayOff();\n}\n\nvoid action_ch_settings_trigger_edit_trigger_mode() {\n    ((ChSettingsTriggerPage *)getActivePage())->editTriggerMode();\n}\n\nvoid action_ch_settings_trigger_edit_voltage_trigger_value() {\n    ((ChSettingsTriggerPage *)getActivePage())->editVoltageTriggerValue();\n}\n\nvoid action_ch_settings_trigger_edit_current_trigger_value() {\n    ((ChSettingsTriggerPage *)getActivePage())->editCurrentTriggerValue();\n}\n\nvoid action_ch_settings_trigger_edit_list_count() {\n    ((ChSettingsTriggerPage *)getActivePage())->editListCount();\n}\n\nvoid action_ch_settings_trigger_toggle_output_state() {\n    ((ChSettingsTriggerPage *)getActivePage())->toggleOutputState();\n}\n\nvoid action_ch_settings_trigger_edit_on_list_stop() {\n    ((ChSettingsTriggerPage *)getActivePage())->editTriggerOnListStop();\n}\n\nvoid action_channel_lists_previous_page() {\n    ((ChSettingsListsPage *)getActivePage())->previousPage();\n}\n\nvoid action_channel_lists_next_page() {\n    ((ChSettingsListsPage *)getActivePage())->nextPage();\n}\n\nvoid action_channel_lists_edit() {\n    ((ChSettingsListsPage *)getActivePage())->edit();\n}\n\nvoid action_show_channel_lists_insert_menu() {\n    ((ChSettingsListsPage *)getActivePage())->showInsertMenu();\n}\n\nvoid action_show_channel_lists_delete_menu() {\n    ((ChSettingsListsPage *)getActivePage())->showDeleteMenu();\n}\n\nvoid action_channel_lists_insert_row_above() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->insertRowAbove();\n}\n\nvoid action_channel_lists_insert_row_below() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->insertRowBelow();\n}\n\nvoid action_channel_lists_delete_row() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->deleteRow();\n}\n\nvoid action_channel_lists_clear_column() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->clearColumn();\n}\n\nvoid action_channel_lists_delete_rows() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->deleteRows();\n}\n\nvoid action_channel_lists_delete_all() {\n    popPage();\n    ((ChSettingsListsPage *)getActivePage())->deleteAll();\n}\n\nvoid action_channel_initiate_trigger() {\n    channelInitiateTrigger();\n}\n\nvoid action_channel_set_to_fixed() {\n    channelSetToFixed();\n}\n\nvoid action_channel_enable_output() {\n    channelEnableOutput();\n}\n\nvoid action_trigger_select_source() {\n    ((SysSettingsTriggerPage *)getActivePage())->selectSource();\n}\n\nvoid action_trigger_edit_delay() {\n    ((SysSettingsTriggerPage *)getActivePage())->editDelay();\n}\n\nvoid action_trigger_toggle_initiate_continuously() {\n    ((SysSettingsTriggerPage *)getActivePage())->toggleInitiateContinuously();\n}\n\nvoid action_trigger_generate_manual() {\n    if (trigger::generateTrigger(trigger::SOURCE_MANUAL, false) != SCPI_ERROR_TRIGGER_IGNORED) {\n        sound::playClick();\n        return;\n    }\n}\n\nvoid action_trigger_show_general_settings() {\n    pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);\n}\n\nvoid action_show_stand_by_menu() {\n    pushPage(PAGE_ID_STAND_BY_MENU);\n}\n\nvoid action_reset() {\n    gui::reset();\n}\n\nvoid action_ch_settings_adv_ranges_select_mode() {\n    ((ChSettingsAdvRangesPage *)getActivePage())->selectMode();\n}\n\nvoid action_ch_settings_adv_ranges_toggle_auto_ranging() {\n    ((ChSettingsAdvRangesPage *)getActivePage())->toggleAutoRanging();\n}\n\nvoid action_io_pin_toggle_polarity() {\n    ((SysSettingsIOPinsPage *)getActivePage())->togglePolarity();\n}\n\nvoid action_io_pin_select_function() {\n    ((SysSettingsIOPinsPage *)getActivePage())->selectFunction();\n}\n\nvoid action_serial_toggle() {\n    ((SysSettingsSerialPage *)getActivePage())->toggle();\n}\n\nvoid action_serial_select_parity() {\n    ((SysSettingsSerialPage *)getActivePage())->selectParity();\n}\n\nvoid action_ntp_toggle() {\n    ((SysSettingsDateTimePage *)getActivePage())->toggleNtp();\n}\n\nvoid action_ntp_edit_server() {\n    ((SysSettingsDateTimePage *)getActivePage())->editNtpServer();\n}\n\n\nActionExecFunc g_actionExecFunctions[] = {\n    0,\n    action_channel_toggle_output,\n    action_edit,\n    action_edit_mode_slider,\n    action_edit_mode_step,\n    action_edit_mode_keypad,\n    action_exit_edit_mode,\n    action_toggle_interactive_mode,\n    action_non_interactive_enter,\n    action_non_interactive_discard,\n    action_keypad_key,\n    action_keypad_space,\n    action_keypad_back,\n    action_keypad_clear,\n    action_keypad_caps,\n    action_keypad_ok,\n    action_keypad_cancel,\n    action_keypad_sign,\n    action_keypad_unit,\n    action_keypad_option1,\n    action_keypad_option2,\n    action_touch_screen_calibration,\n    action_yes,\n    action_no,\n    action_ok,\n    action_cancel,\n    action_later,\n    action_stand_by,\n    action_show_previous_page,\n    action_show_main_page,\n    action_show_event_queue,\n    action_show_channel_settings,\n    action_show_sys_settings,\n    action_show_sys_settings2,\n    action_show_sys_settings_trigger,\n    action_show_sys_settings_io,\n    action_show_sys_settings_date_time,\n    action_show_sys_settings_cal,\n    action_show_sys_settings_cal_ch,\n    action_show_sys_settings_screen_calibration,\n    action_show_sys_settings_display,\n    action_show_sys_settings_serial,\n    action_show_sys_settings_ethernet,\n    action_show_sys_settings_protections,\n    action_show_sys_settings_aux_otp,\n    action_show_sys_settings_sound,\n    action_show_sys_settings_encoder,\n    action_show_sys_info,\n    action_show_sys_info2,\n    action_show_main_help_page,\n    action_show_edit_mode_step_help,\n    action_show_edit_mode_slider_help,\n    action_show_ch_settings_prot,\n    action_show_ch_settings_prot_clear,\n    action_show_ch_settings_prot_ocp,\n    action_show_ch_settings_prot_ovp,\n    action_show_ch_settings_prot_opp,\n    action_show_ch_settings_prot_otp,\n    action_show_ch_settings_trigger,\n    action_show_ch_settings_lists,\n    action_show_ch_settings_adv,\n    action_show_ch_settings_adv_lripple,\n    action_show_ch_settings_adv_remote,\n    action_show_ch_settings_adv_ranges,\n    action_show_ch_settings_adv_tracking,\n    action_show_ch_settings_adv_coupling,\n    action_show_ch_settings_adv_view,\n    action_show_ch_settings_info,\n    action_show_ch_settings_info_cal,\n    action_sys_settings_cal_edit_password,\n    action_sys_settings_cal_ch_wiz_start,\n    action_sys_settings_cal_ch_wiz_step_previous,\n    action_sys_settings_cal_ch_wiz_step_next,\n    action_sys_settings_cal_ch_wiz_stop_and_show_previous_page,\n    action_sys_settings_cal_ch_wiz_stop_and_show_main_page,\n    action_sys_settings_cal_ch_wiz_step_set,\n    action_sys_settings_cal_ch_wiz_step_set_level_value,\n    action_sys_settings_cal_ch_wiz_save,\n    action_sys_settings_cal_toggle_enable,\n    action_ch_settings_prot_clear,\n    action_ch_settings_prot_clear_and_disable,\n    action_ch_settings_prot_toggle_state,\n    action_ch_settings_prot_edit_limit,\n    action_ch_settings_prot_edit_level,\n    action_ch_settings_prot_edit_delay,\n    action_set,\n    action_discard,\n    action_edit_field,\n    action_event_queue_previous_page,\n    action_event_queue_next_page,\n    action_ch_settings_adv_lripple_toggle_status,\n    action_ch_settings_adv_lripple_toggle_auto_mode,\n    action_ch_settings_adv_remote_toggle_sense,\n    action_ch_settings_adv_remote_toggle_programming,\n    action_date_time_select_dst_rule,\n    action_show_user_profiles,\n    action_show_user_profiles2,\n    action_show_user_profile_settings,\n    action_profiles_toggle_auto_recall,\n    action_profile_toggle_is_auto_recall_location,\n    action_profile_recall,\n    action_profile_save,\n    action_profile_delete,\n    action_profile_edit_remark,\n    action_toggle_channels_view_mode,\n    action_ethernet_toggle,\n    action_ethernet_toggle_dhcp,\n    action_ethernet_edit_mac_address,\n    action_ethernet_edit_static_address,\n    action_ethernet_edit_ip_address,\n    action_ethernet_edit_dns,\n    action_ethernet_edit_gateway,\n    action_ethernet_edit_subnet_mask,\n    action_ethernet_edit_scpi_port,\n    action_ch_settings_adv_coupling_uncouple,\n    action_ch_settings_adv_coupling_set_parallel_info,\n    action_ch_settings_adv_coupling_set_series_info,\n    action_ch_settings_adv_coupling_set_parallel,\n    action_ch_settings_adv_coupling_set_series,\n    action_ch_settings_adv_toggle_tracking_mode,\n    action_sys_settings_protections_toggle_output_protection_couple,\n    action_sys_settings_protections_toggle_shutdown_when_protection_tripped,\n    action_sys_settings_protections_toggle_force_disabling_all_outputs_on_power_up,\n    action_sys_settings_protections_aux_otp_toggle_state,\n    action_sys_settings_protections_aux_otp_edit_level,\n    action_sys_settings_protections_aux_otp_edit_delay,\n    action_sys_settings_protections_aux_otp_clear,\n    action_on_last_error_event_action,\n    action_edit_system_password,\n    action_sys_front_panel_lock,\n    action_sys_front_panel_unlock,\n    action_sys_settings_sound_toggle,\n    action_sys_settings_sound_toggle_click,\n    action_ch_settings_adv_view_edit_display_value1,\n    action_ch_settings_adv_view_edit_display_value2,\n    action_ch_settings_adv_view_swap_display_values,\n    action_ch_settings_adv_view_edit_ytview_rate,\n    action_select_enum_item,\n    action_error_alert_action,\n    action_up_down,\n    action_sys_settings_encoder_toggle_confirmation_mode,\n    action_turn_display_off,\n    action_ch_settings_trigger_edit_trigger_mode,\n    action_ch_settings_trigger_edit_voltage_trigger_value,\n    action_ch_settings_trigger_edit_current_trigger_value,\n    action_ch_settings_trigger_edit_list_count,\n    action_ch_settings_trigger_toggle_output_state,\n    action_ch_settings_trigger_edit_on_list_stop,\n    action_channel_lists_previous_page,\n    action_channel_lists_next_page,\n    action_channel_lists_edit,\n    action_show_channel_lists_insert_menu,\n    action_show_channel_lists_delete_menu,\n    action_channel_lists_insert_row_above,\n    action_channel_lists_insert_row_below,\n    action_channel_lists_delete_row,\n    action_channel_lists_clear_column,\n    action_channel_lists_delete_rows,\n    action_channel_lists_delete_all,\n    action_channel_initiate_trigger,\n    action_channel_set_to_fixed,\n    action_channel_enable_output,\n    action_trigger_select_source,\n    action_trigger_edit_delay,\n    action_trigger_toggle_initiate_continuously,\n    action_trigger_generate_manual,\n    action_trigger_show_general_settings,\n    action_show_stand_by_menu,\n    action_reset,\n    action_ch_settings_adv_ranges_select_mode,\n    action_ch_settings_adv_ranges_toggle_auto_ranging,\n    action_io_pin_toggle_polarity,\n    action_io_pin_select_function,\n    action_serial_toggle,\n    action_serial_select_parity,\n    action_ntp_toggle,\n    action_ntp_edit_server\n};\n\n}\n} // namespace eez::psu\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/actions.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\n\nenum ActionsEnum {\n    ACTION_ID_NONE = 0,\n    ACTION_ID_CHANNEL_TOGGLE_OUTPUT = 1,\n    ACTION_ID_EDIT = 2,\n    ACTION_ID_EDIT_MODE_SLIDER = 3,\n    ACTION_ID_EDIT_MODE_STEP = 4,\n    ACTION_ID_EDIT_MODE_KEYPAD = 5,\n    ACTION_ID_EXIT_EDIT_MODE = 6,\n    ACTION_ID_TOGGLE_INTERACTIVE_MODE = 7,\n    ACTION_ID_NON_INTERACTIVE_ENTER = 8,\n    ACTION_ID_NON_INTERACTIVE_DISCARD = 9,\n    ACTION_ID_KEYPAD_KEY = 10,\n    ACTION_ID_KEYPAD_SPACE = 11,\n    ACTION_ID_KEYPAD_BACK = 12,\n    ACTION_ID_KEYPAD_CLEAR = 13,\n    ACTION_ID_KEYPAD_CAPS = 14,\n    ACTION_ID_KEYPAD_OK = 15,\n    ACTION_ID_KEYPAD_CANCEL = 16,\n    ACTION_ID_KEYPAD_SIGN = 17,\n    ACTION_ID_KEYPAD_UNIT = 18,\n    ACTION_ID_KEYPAD_OPTION1 = 19,\n    ACTION_ID_KEYPAD_OPTION2 = 20,\n    ACTION_ID_TOUCH_SCREEN_CALIBRATION = 21,\n    ACTION_ID_YES = 22,\n    ACTION_ID_NO = 23,\n    ACTION_ID_OK = 24,\n    ACTION_ID_CANCEL = 25,\n    ACTION_ID_LATER = 26,\n    ACTION_ID_STAND_BY = 27,\n    ACTION_ID_SHOW_PREVIOUS_PAGE = 28,\n    ACTION_ID_SHOW_MAIN_PAGE = 29,\n    ACTION_ID_SHOW_EVENT_QUEUE = 30,\n    ACTION_ID_SHOW_CHANNEL_SETTINGS = 31,\n    ACTION_ID_SHOW_SYS_SETTINGS = 32,\n    ACTION_ID_SHOW_SYS_SETTINGS2 = 33,\n    ACTION_ID_SHOW_SYS_SETTINGS_TRIGGER = 34,\n    ACTION_ID_SHOW_SYS_SETTINGS_IO = 35,\n    ACTION_ID_SHOW_SYS_SETTINGS_DATE_TIME = 36,\n    ACTION_ID_SHOW_SYS_SETTINGS_CAL = 37,\n    ACTION_ID_SHOW_SYS_SETTINGS_CAL_CH = 38,\n    ACTION_ID_SHOW_SYS_SETTINGS_SCREEN_CALIBRATION = 39,\n    ACTION_ID_SHOW_SYS_SETTINGS_DISPLAY = 40,\n    ACTION_ID_SHOW_SYS_SETTINGS_SERIAL = 41,\n    ACTION_ID_SHOW_SYS_SETTINGS_ETHERNET = 42,\n    ACTION_ID_SHOW_SYS_SETTINGS_PROTECTIONS = 43,\n    ACTION_ID_SHOW_SYS_SETTINGS_AUX_OTP = 44,\n    ACTION_ID_SHOW_SYS_SETTINGS_SOUND = 45,\n    ACTION_ID_SHOW_SYS_SETTINGS_ENCODER = 46,\n    ACTION_ID_SHOW_SYS_INFO = 47,\n    ACTION_ID_SHOW_SYS_INFO2 = 48,\n    ACTION_ID_SHOW_MAIN_HELP_PAGE = 49,\n    ACTION_ID_SHOW_EDIT_MODE_STEP_HELP = 50,\n    ACTION_ID_SHOW_EDIT_MODE_SLIDER_HELP = 51,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT = 52,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT_CLEAR = 53,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT_OCP = 54,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT_OVP = 55,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT_OPP = 56,\n    ACTION_ID_SHOW_CH_SETTINGS_PROT_OTP = 57,\n    ACTION_ID_SHOW_CH_SETTINGS_TRIGGER = 58,\n    ACTION_ID_SHOW_CH_SETTINGS_LISTS = 59,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV = 60,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_LRIPPLE = 61,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_REMOTE = 62,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_RANGES = 63,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_TRACKING = 64,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_COUPLING = 65,\n    ACTION_ID_SHOW_CH_SETTINGS_ADV_VIEW = 66,\n    ACTION_ID_SHOW_CH_SETTINGS_INFO = 67,\n    ACTION_ID_SHOW_CH_SETTINGS_INFO_CAL = 68,\n    ACTION_ID_SYS_SETTINGS_CAL_EDIT_PASSWORD = 69,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_START = 70,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP_PREVIOUS = 71,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP_NEXT = 72,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STOP_AND_SHOW_PREVIOUS_PAGE = 73,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STOP_AND_SHOW_MAIN_PAGE = 74,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP_SET = 75,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP_SET_LEVEL_VALUE = 76,\n    ACTION_ID_SYS_SETTINGS_CAL_CH_WIZ_SAVE = 77,\n    ACTION_ID_SYS_SETTINGS_CAL_TOGGLE_ENABLE = 78,\n    ACTION_ID_CH_SETTINGS_PROT_CLEAR = 79,\n    ACTION_ID_CH_SETTINGS_PROT_CLEAR_AND_DISABLE = 80,\n    ACTION_ID_CH_SETTINGS_PROT_TOGGLE_STATE = 81,\n    ACTION_ID_CH_SETTINGS_PROT_EDIT_LIMIT = 82,\n    ACTION_ID_CH_SETTINGS_PROT_EDIT_LEVEL = 83,\n    ACTION_ID_CH_SETTINGS_PROT_EDIT_DELAY = 84,\n    ACTION_ID_SET = 85,\n    ACTION_ID_DISCARD = 86,\n    ACTION_ID_EDIT_FIELD = 87,\n    ACTION_ID_EVENT_QUEUE_PREVIOUS_PAGE = 88,\n    ACTION_ID_EVENT_QUEUE_NEXT_PAGE = 89,\n    ACTION_ID_CH_SETTINGS_ADV_LRIPPLE_TOGGLE_STATUS = 90,\n    ACTION_ID_CH_SETTINGS_ADV_LRIPPLE_TOGGLE_AUTO_MODE = 91,\n    ACTION_ID_CH_SETTINGS_ADV_REMOTE_TOGGLE_SENSE = 92,\n    ACTION_ID_CH_SETTINGS_ADV_REMOTE_TOGGLE_PROGRAMMING = 93,\n    ACTION_ID_DATE_TIME_SELECT_DST_RULE = 94,\n    ACTION_ID_SHOW_USER_PROFILES = 95,\n    ACTION_ID_SHOW_USER_PROFILES2 = 96,\n    ACTION_ID_SHOW_USER_PROFILE_SETTINGS = 97,\n    ACTION_ID_PROFILES_TOGGLE_AUTO_RECALL = 98,\n    ACTION_ID_PROFILE_TOGGLE_IS_AUTO_RECALL_LOCATION = 99,\n    ACTION_ID_PROFILE_RECALL = 100,\n    ACTION_ID_PROFILE_SAVE = 101,\n    ACTION_ID_PROFILE_DELETE = 102,\n    ACTION_ID_PROFILE_EDIT_REMARK = 103,\n    ACTION_ID_TOGGLE_CHANNELS_VIEW_MODE = 104,\n    ACTION_ID_ETHERNET_TOGGLE = 105,\n    ACTION_ID_ETHERNET_TOGGLE_DHCP = 106,\n    ACTION_ID_ETHERNET_EDIT_MAC_ADDRESS = 107,\n    ACTION_ID_ETHERNET_EDIT_STATIC_ADDRESS = 108,\n    ACTION_ID_ETHERNET_EDIT_IP_ADDRESS = 109,\n    ACTION_ID_ETHERNET_EDIT_DNS = 110,\n    ACTION_ID_ETHERNET_EDIT_GATEWAY = 111,\n    ACTION_ID_ETHERNET_EDIT_SUBNET_MASK = 112,\n    ACTION_ID_ETHERNET_EDIT_SCPI_PORT = 113,\n    ACTION_ID_CH_SETTINGS_ADV_COUPLING_UNCOUPLE = 114,\n    ACTION_ID_CH_SETTINGS_ADV_COUPLING_SET_PARALLEL_INFO = 115,\n    ACTION_ID_CH_SETTINGS_ADV_COUPLING_SET_SERIES_INFO = 116,\n    ACTION_ID_CH_SETTINGS_ADV_COUPLING_SET_PARALLEL = 117,\n    ACTION_ID_CH_SETTINGS_ADV_COUPLING_SET_SERIES = 118,\n    ACTION_ID_CH_SETTINGS_ADV_TOGGLE_TRACKING_MODE = 119,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_TOGGLE_OUTPUT_PROTECTION_COUPLE = 120,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_TOGGLE_SHUTDOWN_WHEN_PROTECTION_TRIPPED = 121,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_TOGGLE_FORCE_DISABLING_ALL_OUTPUTS_ON_POWER_UP = 122,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_AUX_OTP_TOGGLE_STATE = 123,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_AUX_OTP_EDIT_LEVEL = 124,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_AUX_OTP_EDIT_DELAY = 125,\n    ACTION_ID_SYS_SETTINGS_PROTECTIONS_AUX_OTP_CLEAR = 126,\n    ACTION_ID_ON_LAST_ERROR_EVENT_ACTION = 127,\n    ACTION_ID_EDIT_SYSTEM_PASSWORD = 128,\n    ACTION_ID_SYS_FRONT_PANEL_LOCK = 129,\n    ACTION_ID_SYS_FRONT_PANEL_UNLOCK = 130,\n    ACTION_ID_SYS_SETTINGS_SOUND_TOGGLE = 131,\n    ACTION_ID_SYS_SETTINGS_SOUND_TOGGLE_CLICK = 132,\n    ACTION_ID_CH_SETTINGS_ADV_VIEW_EDIT_DISPLAY_VALUE1 = 133,\n    ACTION_ID_CH_SETTINGS_ADV_VIEW_EDIT_DISPLAY_VALUE2 = 134,\n    ACTION_ID_CH_SETTINGS_ADV_VIEW_SWAP_DISPLAY_VALUES = 135,\n    ACTION_ID_CH_SETTINGS_ADV_VIEW_EDIT_YTVIEW_RATE = 136,\n    ACTION_ID_SELECT_ENUM_ITEM = 137,\n    ACTION_ID_ERROR_ALERT_ACTION = 138,\n    ACTION_ID_UP_DOWN = 139,\n    ACTION_ID_SYS_SETTINGS_ENCODER_TOGGLE_CONFIRMATION_MODE = 140,\n    ACTION_ID_TURN_DISPLAY_OFF = 141,\n    ACTION_ID_CH_SETTINGS_TRIGGER_EDIT_TRIGGER_MODE = 142,\n    ACTION_ID_CH_SETTINGS_TRIGGER_EDIT_VOLTAGE_TRIGGER_VALUE = 143,\n    ACTION_ID_CH_SETTINGS_TRIGGER_EDIT_CURRENT_TRIGGER_VALUE = 144,\n    ACTION_ID_CH_SETTINGS_TRIGGER_EDIT_LIST_COUNT = 145,\n    ACTION_ID_CH_SETTINGS_TRIGGER_TOGGLE_OUTPUT_STATE = 146,\n    ACTION_ID_CH_SETTINGS_TRIGGER_EDIT_ON_LIST_STOP = 147,\n    ACTION_ID_CHANNEL_LISTS_PREVIOUS_PAGE = 148,\n    ACTION_ID_CHANNEL_LISTS_NEXT_PAGE = 149,\n    ACTION_ID_CHANNEL_LISTS_EDIT = 150,\n    ACTION_ID_SHOW_CHANNEL_LISTS_INSERT_MENU = 151,\n    ACTION_ID_SHOW_CHANNEL_LISTS_DELETE_MENU = 152,\n    ACTION_ID_CHANNEL_LISTS_INSERT_ROW_ABOVE = 153,\n    ACTION_ID_CHANNEL_LISTS_INSERT_ROW_BELOW = 154,\n    ACTION_ID_CHANNEL_LISTS_DELETE_ROW = 155,\n    ACTION_ID_CHANNEL_LISTS_CLEAR_COLUMN = 156,\n    ACTION_ID_CHANNEL_LISTS_DELETE_ROWS = 157,\n    ACTION_ID_CHANNEL_LISTS_DELETE_ALL = 158,\n    ACTION_ID_CHANNEL_INITIATE_TRIGGER = 159,\n    ACTION_ID_CHANNEL_SET_TO_FIXED = 160,\n    ACTION_ID_CHANNEL_ENABLE_OUTPUT = 161,\n    ACTION_ID_TRIGGER_SELECT_SOURCE = 162,\n    ACTION_ID_TRIGGER_EDIT_DELAY = 163,\n    ACTION_ID_TRIGGER_TOGGLE_INITIATE_CONTINUOUSLY = 164,\n    ACTION_ID_TRIGGER_GENERATE_MANUAL = 165,\n    ACTION_ID_TRIGGER_SHOW_GENERAL_SETTINGS = 166,\n    ACTION_ID_SHOW_STAND_BY_MENU = 167,\n    ACTION_ID_RESET = 168,\n    ACTION_ID_CH_SETTINGS_ADV_RANGES_SELECT_MODE = 169,\n    ACTION_ID_CH_SETTINGS_ADV_RANGES_TOGGLE_AUTO_RANGING = 170,\n    ACTION_ID_IO_PIN_TOGGLE_POLARITY = 171,\n    ACTION_ID_IO_PIN_SELECT_FUNCTION = 172,\n    ACTION_ID_SERIAL_TOGGLE = 173,\n    ACTION_ID_SERIAL_SELECT_PARITY = 174,\n    ACTION_ID_NTP_TOGGLE = 175,\n    ACTION_ID_NTP_EDIT_SERVER = 176\n};\n\nextern ActionExecFunc g_actionExecFunctions[];\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/adc.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"adc.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic const uint8_t ADC_REG2_VAL = 0B01100000; // Register 02h: External Vref, 50Hz rejection, PSW off, IDAC off\nstatic const uint8_t ADC_REG3_VAL = 0B00000000; // Register 03h: IDAC1 disabled, IDAC2 disabled, dedicated DRDY\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if ADC_USE_INTERRUPTS\nstatic void adc_interrupt_ch1() {\n    Channel::get(0).adc.onInterrupt();\n}\n\nstatic void adc_interrupt_ch2() {\n    Channel::get(1).adc.onInterrupt();\n}\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nAnalogDigitalConverter::AnalogDigitalConverter(Channel &channel_) : channel(channel_) {\n    g_testResult = psu::TEST_SKIPPED;\n}\n\nuint8_t AnalogDigitalConverter::getReg1Val() {\n    return (ADC_SPS << 5) | 0B00000000;\n}\n\nvoid AnalogDigitalConverter::init() {\n#if ADC_USE_INTERRUPTS\n    int intNum = digitalPinToInterrupt(channel.convend_pin);\n    SPI_usingInterrupt(intNum);\n    attachInterrupt(\n        intNum,\n        channel.index == 1 ? adc_interrupt_ch1 : adc_interrupt_ch2,\n        FALLING\n        );\n#endif\n\n    SPI_beginTransaction(ADS1120_SPI);\n    digitalWrite(channel.isolator_pin, ISOLATOR_ENABLE);\n    digitalWrite(channel.adc_pin, LOW);\n\n    // Send RESET command\n    SPI.transfer(ADC_RESET);\n    delayMicroseconds(100); // Guard time\n\n    SPI.transfer(ADC_WR3S1);\n\n    uint8_t reg1_val = getReg1Val();\n    SPI.transfer(reg1_val);\n    \n    SPI.transfer(ADC_REG2_VAL);\n    SPI.transfer(ADC_REG3_VAL);\n\n    digitalWrite(channel.adc_pin, HIGH);\n    digitalWrite(channel.isolator_pin, ISOLATOR_DISABLE);\n    SPI_endTransaction();\n}\n\nbool AnalogDigitalConverter::test() {\n    SPI_beginTransaction(ADS1120_SPI);\n    digitalWrite(channel.isolator_pin, ISOLATOR_ENABLE);\n    digitalWrite(channel.adc_pin, LOW);\n\n    SPI.transfer(ADC_RD3S1);\n    byte reg1 = SPI.transfer(0);\n    byte reg2 = SPI.transfer(0);\n    byte reg3 = SPI.transfer(0);\n\n    digitalWrite(channel.adc_pin, HIGH);\n    digitalWrite(channel.isolator_pin, ISOLATOR_DISABLE);\n    SPI_endTransaction();\n\n    g_testResult = psu::TEST_OK;\n\n    if (reg1 != getReg1Val()) {\n        DebugTraceF(\"Ch%d ADC test failed reg1: expected=%d, got=%d\", channel.index, getReg1Val(), reg1);\n        g_testResult = psu::TEST_FAILED;\n    }\n\n    if (reg2 != ADC_REG2_VAL) {\n        DebugTraceF(\"Ch%d ADC test failed reg2: expected=%d, got=%d\", channel.index, ADC_REG2_VAL, reg2);\n        g_testResult = psu::TEST_FAILED;\n    }\n\n    if (reg3 != ADC_REG3_VAL) {\n        DebugTraceF(\"Ch%d ADC test failed reg3: expected=%d, got=%d\", channel.index, ADC_REG3_VAL, reg3);\n        g_testResult = psu::TEST_FAILED;\n    }\n\n    if (g_testResult == psu::TEST_FAILED) {\n        if (channel.index == 1) {\n            psu::generateError(SCPI_ERROR_CH1_ADC_TEST_FAILED);\n        }\n        else if (channel.index == 2) {\n            psu::generateError(SCPI_ERROR_CH2_ADC_TEST_FAILED);\n        }\n        else {\n            // TODO\n        }\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\nvoid AnalogDigitalConverter::tick(uint32_t tick_usec) {\n#if ADC_USE_INTERRUPTS\n    if (channel.isOk()) {\n        if (channel.isOutputEnabled()) {\n            noInterrupts();\n            uint32_t last_adc_start_time = start_time;\n            interrupts();\n            int32_t diff = tick_usec - last_adc_start_time;\n            if (diff > ADC_TIMEOUT_MS * 1000L) {\n                if (adc_timeout_recovery_attempts_counter < MAX_ADC_TIMEOUT_RECOVERY_ATTEMPTS) {\n                    ++adc_timeout_recovery_attempts_counter;\n\n                    DebugTraceF(\"ADC timeout (%lu) detected on CH%d, recovery attempt no. %d\", diff, channel.index, adc_timeout_recovery_attempts_counter);\n\n                    uint32_t saved_start_time = start_time;\n\n                    channel.init();\n                    start(ADC_REG0_READ_U_MON);\n\n                    start_time = saved_start_time;\n                }\n                else {\n                    if (channel.index == 1) {\n                        psu::generateError(SCPI_ERROR_CH1_ADC_TIMEOUT_DETECTED);\n                    }\n                    else if (channel.index == 2) {\n                        psu::generateError(SCPI_ERROR_CH2_ADC_TIMEOUT_DETECTED);\n                    }\n                    else {\n                        // TODO\n                    }\n\n                    channel_dispatcher::outputEnable(channel, false);\n                    channel_dispatcher::remoteSensingEnable(channel, false);\n                    if (channel.getFeatures() & CH_FEATURE_RPROG) {\n                        channel_dispatcher::remoteProgrammingEnable(channel, false);\n                    }\n                    if (channel.getFeatures() & CH_FEATURE_LRIPPLE) {\n                        channel_dispatcher::lowRippleEnable(channel, false);\n                    }\n                }\n            }\n            else {\n                adc_timeout_recovery_attempts_counter = 0;\n            }\n        }\n    } else {\n        start_time = micros();\n    }\n#else\n    if (start_reg0) {\n        if (!digitalRead(channel.convend_pin)) {\n            int16_t adc_data = read();\n            channel.eventAdcData(adc_data);\n#if CONF_DEBUG\n            debug::g_adcCounter.inc();\n#endif\n        }\n    }\n#endif\n}\n\nvoid AnalogDigitalConverter::start(uint8_t reg0) {\n    start_reg0 = reg0;\n\n    if (start_reg0) {\n        SPI_beginTransaction(ADS1120_SPI);\n        digitalWrite(channel.isolator_pin, ISOLATOR_ENABLE);\n        digitalWrite(channel.adc_pin, LOW);\n\n#if ADC_USE_INTERRUPTS\n        SPI.transfer(ADC_WR1S0);\n        SPI.transfer(start_reg0);\n#else\n        SPI.transfer(ADC_WR1S0);\n        SPI.transfer(start_reg0);\n#endif\n\n        // Start conversion (single shot)\n        SPI.transfer(ADC_START);\n\n        digitalWrite(channel.adc_pin, HIGH);\n        digitalWrite(channel.isolator_pin, ISOLATOR_DISABLE);\n        SPI_endTransaction();\n\n        start_time = micros();\n    }\n}\n\nint16_t AnalogDigitalConverter::read() {\n    SPI_beginTransaction(ADS1120_SPI);\n    digitalWrite(channel.isolator_pin, ISOLATOR_ENABLE);\n    digitalWrite(channel.adc_pin, LOW);\n\n    // Read conversion data\n    SPI.transfer(ADC_RDATA);\n    uint16_t dmsb = SPI.transfer(0);\n    uint16_t dlsb = SPI.transfer(0);\n\n    digitalWrite(channel.adc_pin, HIGH);\n    digitalWrite(channel.isolator_pin, ISOLATOR_DISABLE);\n    SPI_endTransaction();\n\n    return (int16_t)((dmsb << 8) | dlsb);\n}\n\n#if ADC_USE_INTERRUPTS\nvoid AnalogDigitalConverter::onInterrupt() {\n    g_insideInterruptHandler = true;\n\n    int16_t adc_data = read();\n    channel.eventAdcData(adc_data);\n\n#if CONF_DEBUG\n    debug::g_adcCounter.inc();\n#endif\n\n    g_insideInterruptHandler = false;\n}\n#endif\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/adc.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n\n/// Analog to digital converter HW used by the channel.\nclass AnalogDigitalConverter {\npublic:\n    static const uint16_t ADC_MIN = 0;\n    static const uint16_t ADC_MAX = (1L << ADC_RES) - 1;\n\n    static const uint8_t ADC_RESET = 0B00000110;\n    static const uint8_t ADC_RDATA = 0B00010000;\n    static const uint8_t ADC_START = 0B00001000;\n\n    static const uint8_t ADC_WR3S1 = 0B01000110;\n    static const uint8_t ADC_RD3S1 = 0B00100110;\n    static const uint8_t ADC_WR1S0 = 0B01000000;\n    static const uint8_t ADC_WR4S0 = 0B01000011;\n\n    static const uint8_t ADC_REG0_READ_U_MON = 0x91; // B10010001: [7:4] AINP = AIN1, AINN = AVSS, [3:1] Gain = 1, [0] PGA disabled and bypassed\n    static const uint8_t ADC_REG0_READ_I_MON = 0xA1; // B10100001: [7:4] AINP = AIN2, AINN = AVSS, [3:1] Gain = 1, [0] PGA disabled and bypassed\n\n    static const uint8_t ADC_REG0_READ_U_SET = 0x81; // B10000001: [7:4] AINP = AIN0, AINN = AVSS, [3:1] Gain = 1, [0] PGA disabled and bypassed\n    static const uint8_t ADC_REG0_READ_I_SET = 0xB1; // B10110001: [7:4] AINP = AIN3, AINN = AVSS, [3:1] Gain = 1, [0] PGA disabled and bypassed\n\n    psu::TestResult g_testResult;\n    uint8_t start_reg0;\n\n    AnalogDigitalConverter(Channel &channel);\n\n    void init();\n    bool test();\n\n    void tick(uint32_t tick_usec);\n\n    void start(uint8_t reg0);\n    int16_t read();\n\n#if ADC_USE_INTERRUPTS\n    void onInterrupt();\n#endif\n\nprivate:\n    Channel &channel;\n    uint32_t start_time;\n    uint8_t adc_timeout_recovery_attempts_counter;\n\n    uint8_t getReg1Val();\n};\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/arduino_psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015 Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#define SCPI_SIMU_COMMANDS\n\n#pragma GCC diagnostic ignored \"-Wunused-variable\"\n\n#if defined(EEZ_PSU_ARDUINO_DUE)\n\n#ifndef strncmp_P\n#define strncmp_P(a, b, c) strncmp((a), (b), (c))\n#endif\n\n#ifndef snprintf_P\n#define snprintf_P snprintf\n#endif\n\n#ifndef vsnprintf_P\n#define vsnprintf_P vsnprintf\n#endif\n\n#ifndef strncpy_P\n#define strncpy_P strncpy\n#endif\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/arduino_util.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n#include \"arduino_util.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace arduino_util {\n\nuint8_t prog_read_byte(const uint8_t *p PROGMEM) {\n    return pgm_read_byte_near(p);\n}\n\nuint16_t prog_read_word(const uint8_t *p PROGMEM) {\n    return (((uint16_t)pgm_read_byte_near(p)) << 8) + pgm_read_byte_near(p + 1);\n}\n\nvoid prog_read_buffer(const uint8_t *src PROGMEM, uint8_t *dest, int length) {\n    for (int i = 0; i < length; ++i) {\n        *dest++ = pgm_read_byte_near(src);\n        ++src;\n    }\n}\n\n}\n}\n} // namespace eez::psu::arduino_util\n"
  },
  {
    "path": "eez_psu_sketch/arduino_util.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\n/// Utility code (PROGMEM access) for Arduino platform\nnamespace arduino_util {\n\nuint8_t prog_read_byte(const uint8_t *p PROGMEM);\nuint16_t prog_read_word(const uint8_t *p PROGMEM);\nvoid prog_read_buffer(const uint8_t *src PROGMEM, uint8_t *dest, int length);\n\n}\n}\n} // namespace eez::psu::arduino_util\n"
  },
  {
    "path": "eez_psu_sketch/board.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"board.h\"\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_WATCHDOG\n#include \"watchdog.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace board {\n\nvoid powerUp() {\n    digitalWrite(PWR_SSTART, HIGH);\n    delay(700);\n\n    DebugTrace(\"PWR_DIRECT -> HIGH\");\n    digitalWrite(PWR_DIRECT, HIGH);\n    delay(100);\n\n    digitalWrite(PWR_SSTART, LOW);\n}\n\nvoid powerDown() {\n//#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_WATCHDOG && (CONF_DEBUG || CONF_DEBUG_LATEST)\n//    watchdog::printInfo();\n//#endif\n\n    DebugTrace(\"PWR_DIRECT -> LOW\");\n    digitalWrite(PWR_DIRECT, LOW);\n}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\nvoid cvLedSwitch(Channel *channel, bool on) {\n    digitalWrite(channel->cv_led_pin, on);\n}\n\nvoid ccLedSwitch(Channel *channel, bool on) {\n    digitalWrite(channel->cc_led_pin, on);\n}\n\n#endif\n\n}\n}\n} // namespace eez::psu::board"
  },
  {
    "path": "eez_psu_sketch/board.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace board {\n\nvoid powerUp();\nvoid powerDown();\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\nvoid cvLedSwitch(Channel *channel, bool on);\nvoid ccLedSwitch(Channel *channel, bool on);\n#endif\n\n}\n} \n} // namespace eez::psu::board\n"
  },
  {
    "path": "eez_psu_sketch/bp.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"bp.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace bp {\n\npsu::TestResult g_testResult = psu::TEST_SKIPPED;\n\nstatic uint16_t g_lastConf;\nstatic int g_channelCouplingType;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid set(uint16_t conf) {\n    if (OPTION_BP) {\n        SPI_beginTransaction(TLC5925_SPI);\n        digitalWrite(BP_OE, HIGH);\n        digitalWrite(BP_SELECT, LOW);\n        SPI.transfer(conf >> 8);\n        SPI.transfer(conf & 0xFF);\n        g_lastConf = conf;\n        digitalWrite(BP_SELECT, HIGH);\n        digitalWrite(BP_SELECT, LOW);\n        digitalWrite(BP_OE, LOW);\n        SPI_endTransaction();\n\n        //DebugTraceF(\"BP 0x%04x\", (int)conf);\n    }\n}\n\nvoid bp_switch(uint16_t mask, bool on) {\n    uint16_t conf = g_lastConf;\n\n    if (on) {\n        conf |= mask;\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n        if (mask & (1 << BP_LED_OUT1_PLUS)) conf &= ~(1 << BP_LED_OUT1_PLUS_RED);\n        if (mask & (1 << BP_LED_OUT1_MINUS)) conf &= ~(1 << BP_LED_OUT1_MINUS_RED);\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n        if (mask & (1 << BP_LED_OUT1)) conf &= ~(1 << BP_LED_OUT1_RED);\n        if (mask & (1 << BP_LED_OUT1_RED)) conf &= ~((1 << BP_LED_OUT1) | (1 << BP_LED_OUT2));\n#endif\n    }\n    else {\n        conf &= ~mask;\n    }\n\n    if (conf != g_lastConf) {\n        set(conf);\n    }\n}\n\nvoid bp_switch2(uint16_t maskOn, uint16_t maskOff) {\n    uint16_t conf = g_lastConf;\n\n    conf |= maskOn;\n    conf &= ~maskOff;\n\n    if (conf != g_lastConf) {\n        set(conf);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n    flashAll();\n    switchStandby(true);\n}\n\nvoid flashAll() {\n    uint16_t savedConf = g_lastConf;\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    set(\n        (1 << BP_LED_OUT1_PLUS) |\n        (1 << BP_LED_SENSE1_PLUS) |\n        (1 << BP_LED_SENSE1_MINUS) |\n        (1 << BP_LED_OUT1_MINUS) |\n        (1 << BP_LED_OUT2_PLUS) |\n        (1 << BP_LED_SENSE2_PLUS) |\n        (1 << BP_LED_SENSE2_MINUS) |\n        (1 << BP_LED_OUT2_MINUS) |\n        (1 << BP_STANDBY)\n    );\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    set(\n        (1 << BP_LED_OUT1) |\n        (1 << BP_LED_OUT1_RED) |\n        (1 << BP_LED_SENSE1) |\n        (1 << BP_LED_OUT2) |\n        (1 << BP_LED_SENSE2) |\n        (1 << BP_LED_CV1) |\n        (1 << BP_LED_CC1) |\n        (1 << BP_LED_CV2) |\n        (1 << BP_LED_CC2) |\n        (1 << BP_LED_PROG1) |\n        (1 << BP_LED_PROG2) |\n        (1 << BP_STANDBY)\n    );\n#endif\n\n    delay(CONF_BP_TEST_FLASH_DURATION_MS);\n\n    set(savedConf);\n}\n\nbool isStandbyOn() {\n    return (g_lastConf & (1 << BP_STANDBY)) ? true : false;\n}\n\nvoid switchStandby(bool on) {\n    bp_switch(1 << BP_STANDBY, on);\n}\n\nvoid switchOutput(Channel *channel, bool on) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    if (g_channelCouplingType != CHANNELS_COUPLING_TYPE_PARALLEL && g_channelCouplingType != CHANNELS_COUPLING_TYPE_SERIES) {\n        bp_switch((1 << channel->bp_led_out_plus) | (1 << channel->bp_led_out_minus), on);\n    } else {\n        if (channe->index == 1) {\n            bp_switch((1 << BP_LED_OUT1_PLUS_RED) | (1 << BP_LED_OUT1_MINUS_RED), on);\n        }\n    }\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    if (g_channelCouplingType != CHANNELS_COUPLING_TYPE_PARALLEL && g_channelCouplingType != CHANNELS_COUPLING_TYPE_SERIES) {\n        bp_switch((1 << channel->bp_led_out), on);\n    } else {\n        bp_switch((1 << BP_LED_OUT1_RED), on);\n    }\n#endif\n}\n\nvoid switchSense(Channel *channel, bool on) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    bp_switch((1 << channel->bp_led_sense_plus) |\n        (1 << channel->bp_led_sense_minus) |\n        (1 << channel->bp_relay_sense), on);\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    bp_switch((1 << channel->bp_led_sense) | (1 << channel->bp_relay_sense), on);\n#endif\n}\n\nvoid switchProg(Channel *channel, bool on) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    bp_switch(1 << channel->bp_led_prog, on);\n#endif\n}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\nvoid cvLedSwitch(Channel *channel, bool on) {\n    bp_switch(1 << channel->cv_led_pin, on);\n}\n\nvoid ccLedSwitch(Channel *channel, bool on) {\n    bp_switch(1 << channel->cc_led_pin, on);\n}\n\n#endif\n\nvoid switchChannelCoupling(int channelCouplingType) {\n    g_channelCouplingType = channelCouplingType;\n\n    if (g_channelCouplingType == CHANNELS_COUPLING_TYPE_PARALLEL) {\n        bp_switch2(1 << BP_K_PAR, 1 << BP_K_SER);\n    } else if (g_channelCouplingType == CHANNELS_COUPLING_TYPE_SERIES) {\n        bp_switch2(1 << BP_K_SER, 1 << BP_K_PAR);\n    } else {\n        bp_switch2(0, (1 << BP_K_SER) | (1 << BP_K_PAR));\n    }\n}\n\n}\n}\n} // namespace eez::psu::bp"
  },
  {
    "path": "eez_psu_sketch/bp.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\n#define BP_LED_OUT1_PLUS      7\n#define BP_LED_OUT1_PLUS_RED  6\n#define BP_LED_SENSE1_PLUS    5\n#define BP_LED_SENSE1_MINUS   4\n#define BP_LED_OUT1_MINUS     3\n#define BP_LED_OUT1_MINUS_RED 2\n\n#define BP_LED_OUT2_PLUS      13\n#define BP_LED_SENSE2_PLUS    12\n#define BP_LED_SENSE2_MINUS   11\n#define BP_LED_OUT2_MINUS     10\n\n#define BP_RELAY_SENSE1       1\n#define BP_RELAY_SENSE2       14\n\n#define BP_K_PAR              9\n#define BP_K_SER              8\n\n#define BP_STANDBY            15\n\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\n#define BP_LED_OUT1           2\n#define BP_LED_OUT1_RED       3\n#define BP_LED_SENSE1         5\n\n#define BP_LED_OUT2           13\n#define BP_LED_SENSE2         12\n\n#define BP_RELAY_SENSE1       1\n#define BP_RELAY_SENSE2       14\n\n#define BP_K_PAR              9\n#define BP_K_SER              8\n\n#define BP_STANDBY            15\n\n#define BP_LED_CV1            7\n#define BP_LED_CC1            6\n\n#define BP_LED_CV2            0\n#define BP_LED_CC2            10\n\n#define BP_LED_PROG1          4\n#define BP_LED_PROG2          11\n\n#endif\n\n#define CHANNELS_COUPLING_TYPE_NONE     0\n#define CHANNELS_COUPLING_TYPE_PARALLEL 1\n#define CHANNELS_COUPLING_TYPE_SERIES   2\n#define CHANNELS_COUPLING_TYPE_TRACKED  3\n\nnamespace eez {\nnamespace psu {\nnamespace bp {\n\nextern psu::TestResult g_testResult;\n\nvoid init();\n\nvoid flashAll();\n\nbool isStandbyOn();\nvoid switchStandby(bool on);\nvoid switchOutput(Channel *channel, bool on);\nvoid switchSense(Channel *channel, bool on);\n\nvoid switchProg(Channel *channel, bool on);\n\nvoid switchChannelCoupling(int channelCouplingType);\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\nvoid cvLedSwitch(Channel *channel, bool on);\nvoid ccLedSwitch(Channel *channel, bool on);\n#endif\n\n}\n}\n} // namespace eez::psu::bp\n"
  },
  {
    "path": "eez_psu_sketch/buzzer.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"buzzer.h\"\n\n#if defined (_VARIANT_ARDUINO_DUE_X_)\n/*\nTone generator\nv1  use timer, and toggle any digital pin in ISR\nfunky duration from arduino version\nTODO use FindMckDivisor?\ntimer selected will preclude using associated pins for PWM etc.\ncould also do timer/pwm hardware toggle where caller controls duration\n*/\n\n\n// timers TC0 TC1 TC2   channels 0-2 ids 0-2  3-5  6-8     AB 0 1\n// use TC1 channel 0\n#define TONE_TIMER TC1\n#define TONE_CHNL 0\n#define TONE_IRQ TC3_IRQn\n\n// TIMER_CLOCK4   84MHz/128 with 16 bit counter give 10 Hz to 656KHz\n//  piano 27Hz to 4KHz\n\nstatic uint8_t pinEnabled[PINS_COUNT];\nstatic uint8_t TCChanEnabled = 0;\nstatic boolean pin_state = false;\nstatic Tc *chTC = TONE_TIMER;\nstatic uint32_t chNo = TONE_CHNL;\n\nvolatile static int32_t toggle_count;\nstatic uint32_t tone_pin;\n\n// frequency (in hertz) and duration (in milliseconds).\n\nvoid tone(uint32_t ulPin, uint32_t frequency, int32_t duration)\n{\n    const uint32_t rc = VARIANT_MCK / 256 / frequency;\n    tone_pin = ulPin;\n    toggle_count = 0;  // strange  wipe out previous duration\n    if (duration > 0) toggle_count = 2 * frequency * duration / 1000;\n    else toggle_count = -1;\n\n    if (!TCChanEnabled) {\n        pmc_set_writeprotect(false);\n        pmc_enable_periph_clk((uint32_t)TONE_IRQ);\n        TC_Configure(chTC, chNo,\n            TC_CMR_TCCLKS_TIMER_CLOCK4 |\n            TC_CMR_WAVE |         // Waveform mode\n            TC_CMR_WAVSEL_UP_RC); // Counter running up and reset when equals to RC\n\n        chTC->TC_CHANNEL[chNo].TC_IER = TC_IER_CPCS;  // RC compare interrupt\n        chTC->TC_CHANNEL[chNo].TC_IDR = ~TC_IER_CPCS;\n        NVIC_EnableIRQ(TONE_IRQ);\n        TCChanEnabled = 1;\n    }\n    if (!pinEnabled[ulPin]) {\n        pinMode(ulPin, OUTPUT);\n        pinEnabled[ulPin] = 1;\n    }\n    TC_Stop(chTC, chNo);\n    TC_SetRC(chTC, chNo, rc);    // set frequency\n    TC_Start(chTC, chNo);\n}\n\nvoid noTone(uint32_t ulPin)\n{\n    TC_Stop(chTC, chNo);  // stop timer\n    digitalWrite(ulPin, LOW);  // no signal on pin\n}\n\n// timer ISR  TC1 ch 0\nvoid TC3_Handler(void) {\n    TC_GetStatus(TC1, 0);\n    if (toggle_count != 0) {\n        // toggle pin  TODO  better\n        digitalWrite(tone_pin, pin_state = !pin_state);\n        if (toggle_count > 0) toggle_count--;\n    }\n    else {\n        noTone(tone_pin);\n    }\n}\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace buzzer {\n\nvoid tone(uint32_t frequency, int32_t duration) {\n    ::tone(BUZZER, frequency, duration);\n}\n\n}\n}\n} // namespace eez::psu::buzzer"
  },
  {
    "path": "eez_psu_sketch/buzzer.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace buzzer {\n\nvoid tone(uint32_t frequency, int32_t duration);\n\n}\n}\n} // namespace eez::psu::buzzer\n"
  },
  {
    "path": "eez_psu_sketch/calibration.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"calibration.h\"\n#include \"scpi_psu.h\"\n#include \"datetime.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace calibration {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic Channel *g_channel;\nstatic bool g_enabled;\nstatic bool g_remarkSet;\nstatic char g_remark[CALIBRATION_REMARK_MAX_LENGTH + 1];\n\nstatic int8_t g_currentRangeSelected = 0;\n\nstatic Value g_voltage(true);\nstatic Value g_currents[] = {\n    Value(false, 0),\n    Value(false, 1)\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nValue::Value(bool voltOrCurr_, int currentRange_)\n    : voltOrCurr(voltOrCurr_)\n    , currentRange(currentRange_)\n{\n}\n\nvoid Value::reset() {\n    level = LEVEL_NONE;\n\n    min_set = false;\n    mid_set = false;\n    max_set = false;\n\n    min_dac = voltOrCurr ? g_channel->U_CAL_VAL_MIN : (currentRange == 0 ? g_channel->I_CAL_VAL_MIN : g_channel->I_CAL_VAL_MIN / 10); \n    mid_dac = voltOrCurr ? g_channel->U_CAL_VAL_MID : (currentRange == 0 ? g_channel->I_CAL_VAL_MID : g_channel->I_CAL_VAL_MID / 10); \n    max_dac = voltOrCurr ? g_channel->U_CAL_VAL_MAX : (currentRange == 0 ? g_channel->I_CAL_VAL_MAX : g_channel->I_CAL_VAL_MAX / 10); \n}\n\nfloat Value::getLevelValue() {\n    if (level == LEVEL_MIN) {\n        return min_dac;\n    } else if (level == LEVEL_MID) {\n        return mid_dac;\n    } else {\n        return max_dac;\n    }\n}\n\nfloat Value::getDacValue() {\n    return voltOrCurr ? g_channel->u.set : g_channel->i.set;\n}\n\nfloat Value::getAdcValue() {\n    return voltOrCurr ? g_channel->u.mon_last : g_channel->i.mon_last;\n}\n\nvoid Value::setLevel(int8_t value) { \n    level = value;\n}\n\nvoid Value::setLevelValue() {\n    if (voltOrCurr) {\n        g_channel->setVoltage(getLevelValue());\n        g_channel->setCurrent(g_channel->I_VOLT_CAL);\n    } else {\n        g_channel->setCurrent(getLevelValue());\n        g_channel->setVoltage(g_channel->U_CURR_CAL);\n    }\n}\n\nvoid Value::setDacValue(float value) {\n    if (level == LEVEL_MIN) {\n        min_dac = value;\n    } else if (level == LEVEL_MID) {\n        mid_dac = value;\n    } else {\n        max_dac = value;\n    }\n\n    if (voltOrCurr) {\n        g_channel->setVoltage(value);\n    } else {\n        g_channel->setCurrent(value);\n    }\n}\n\nbool Value::checkRange(float dac, float data, float adc) {\n    float range;\n    if (voltOrCurr) {\n        range = g_channel->U_CAL_VAL_MAX - g_channel->U_CAL_VAL_MIN;\n    } else {\n        range = g_channel->I_CAL_VAL_MAX - g_channel->I_CAL_VAL_MIN;\n        if (currentRange == 1) {\n            range /= 5;\n        }\n    }\n\n    float allowedDiff = range * CALIBRATION_DATA_TOLERANCE / 100;\n    float diff;\n\n    diff = fabsf(dac - data);\n    if (diff > allowedDiff) {\n        DebugTraceF(\"Data check failed: level=%f, data=%f, diff=%f, allowedDiff=%f\", dac, data, diff, allowedDiff);\n        return false;\n    }\n\n    diff = fabsf(dac - adc);\n    if (diff > allowedDiff) {\n        DebugTraceF(\"ADC check failed: level=%f, adc=%f, diff=%f, allowedDiff=%f\", dac, adc, diff, allowedDiff);\n        return false;\n    }\n\n    return true;\n}\nvoid Value::setData(float dac, float data, float adc) {\n    if (level == LEVEL_MIN) {\n        min_set = true;\n        min_dac = dac;\n        min_val = data;\n        min_adc = adc;\n    }\n    else if (level == LEVEL_MID) {\n        mid_set = true;\n        mid_dac = dac;\n        mid_val = data;\n        mid_adc = adc;\n    }\n    else {\n        max_set = true;\n        max_dac = dac;\n        max_val = data;\n        max_adc = adc;\n    }\n\n    if (min_set && max_set) {\n        if (voltOrCurr) {\n            g_channel->calibrationFindVoltageRange(min_dac, min_val, min_adc, max_dac, max_val, max_adc, &minPossible, &maxPossible);\n            DebugTraceF(\"Voltage range: %lf - %lfV\", minPossible, maxPossible);\n        }\n        else {\n            if (currentRange == 0) {\n                g_channel->calibrationFindCurrentRange(min_dac, min_val, min_adc, max_dac, max_val, max_adc, &minPossible, &maxPossible);\n                DebugTraceF(\"Current range: %lf - %lfA\", minPossible, maxPossible);\n            }\n        }\n        DebugTraceF(\"ADC=%f\", min_adc);\n    }\n}\n\nbool Value::checkMid() {\n    float mid = util::remap(mid_dac, min_dac, min_val, max_dac, max_val);\n\n    float allowedDiff = CALIBRATION_MID_TOLERANCE_PERCENT * (max_val - min_val) / 100.0f;\n\n    float diff = fabsf(mid - mid_val);\n    if (diff <= allowedDiff) {\n        return true;\n    } else {\n        DebugTraceF(\"%s MID point check failed: level=%f, data=%f, diff=%f, allowedDiff=%f\",\n            voltOrCurr ? \"Volt\" : (currentRange == 0 ? \"HI Curr\" : \"LO Curr\"),\n            mid, mid_val, diff, allowedDiff);\n        return false;\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid resetChannelToZero() {\n    g_channel->setVoltage(g_channel->u.min);\n    g_channel->setCurrent(g_channel->i.min);\n}\n\nbool isEnabled() {\n    return g_enabled; \n}\n\nChannel &getCalibrationChannel() {\n    return *g_channel;\n}\n\nvoid start(Channel *channel_) {\n    if (g_enabled) return;\n\n    g_enabled = true;\n    g_channel = channel_;\n    g_currentRangeSelected = 0;\n    g_channel->setCurrentRange(g_currentRangeSelected);\n    g_remarkSet = false;\n    g_remark[0] = 0;\n\n    g_currents[0].reset();\n    if (hasSupportForCurrentDualRange()) {\n        g_currents[1].reset();\n    }\n    g_voltage.reset();\n\n    g_channel->calibrationEnable(false);\n    resetChannelToZero();\n\n    g_channel->setOperBits(OPER_ISUM_CALI, true);\n}\n\nvoid stop() {\n    if (!g_enabled) return;\n\n    g_enabled = false;\n\n    if (g_channel->isCalibrationExists()) {\n        g_channel->calibrationEnable(true);\n    }\n    resetChannelToZero();\n\n    g_channel->setOperBits(OPER_ISUM_CALI, false);\n}\n\nbool hasSupportForCurrentDualRange() {\n    return g_channel->hasSupportForCurrentDualRange();\n}\n\nvoid selectCurrentRange(int8_t range) {\n    g_currentRangeSelected = range;\n    g_channel->setCurrentRange(range);\n}\n\nValue& getVoltage() {\n    return g_voltage;\n}\n\nValue& getCurrent() {\n    return g_currents[g_currentRangeSelected];\n}\n\nbool isRemarkSet() { \n    return g_remarkSet; \n}\n\nconst char *getRemark() { \n    return g_remark; \n}\n\nvoid setRemark(const char *value, size_t len) {\n    g_remarkSet = true;\n    memset(g_remark, 0, sizeof(g_remark));\n    strncpy(g_remark, value, len);\n}\n\nstatic bool checkCalibrationValue(calibration::Value &calibrationValue, int16_t &scpiErr) {\n    if (calibrationValue.min_val >= calibrationValue.max_val) {\n        scpiErr = SCPI_ERROR_INVALID_CAL_DATA;\n        return false;\n    }\n\n    if (!calibrationValue.checkMid()) {\n        scpiErr = SCPI_ERROR_INVALID_CAL_DATA;\n        return false;\n    }\n\n    return true;\n}\n\nbool isVoltageCalibrated() {\n    return g_voltage.min_set && g_voltage.mid_set && g_voltage.max_set;\n}\n\nbool isCurrentCalibrated(Value &current) {\n    return current.min_set && current.mid_set && current.max_set;\n}\n\nbool canSave(int16_t &scpiErr) {\n    if (!isEnabled()) {\n        scpiErr = SCPI_ERROR_CALIBRATION_STATE_IS_OFF;\n        return false;\n    }\n\n    if (!isRemarkSet()) {\n        scpiErr = SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS;\n        return false;\n    }\n\n    // at least one value should be calibrated\n    bool valueCalibrated = false;\n    \n    if (isVoltageCalibrated()) {\n        if (!checkCalibrationValue(calibration::g_voltage, scpiErr)) {\n            return false;\n        }\n        valueCalibrated = true;\n    }\n\n    if (isCurrentCalibrated(g_currents[0])) {\n        if (!checkCalibrationValue(g_currents[0], scpiErr)) {\n            return false;\n        }\n        valueCalibrated = true;\n    }\n\n    if (hasSupportForCurrentDualRange()) {\n        if (isCurrentCalibrated(g_currents[1])) {\n            if (!checkCalibrationValue(g_currents[1], scpiErr)) {\n                return false;\n            }\n            valueCalibrated = true;\n        }\n    }\n\n    if (!valueCalibrated) {\n        scpiErr = SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS;\n        return false;\n    }\n\n    return true;\n}\n\nbool save() {\n    uint8_t year;\n    uint8_t month;\n    uint8_t day;\n    if (datetime::getDate(year, month, day)) {\n        sprintf_P(g_channel->cal_conf.calibration_date, PSTR(\"%d%02d%02d\"), (int)(2000 + year), (int)month, (int)day);\n    }\n    else {\n        strcpy(g_channel->cal_conf.calibration_date, \"\");\n    }\n\n    memset(&g_channel->cal_conf.calibration_remark, 0, sizeof(g_channel->cal_conf.calibration_remark));\n    strcpy(g_channel->cal_conf.calibration_remark, g_remark);\n\n    if (isVoltageCalibrated()) {\n        g_channel->cal_conf.flags.u_cal_params_exists = 1;\n\n        g_channel->cal_conf.u.min.dac = g_voltage.min_dac;\n        g_channel->cal_conf.u.min.val = g_voltage.min_val;\n        g_channel->cal_conf.u.min.adc = g_voltage.min_adc;\n\n        g_channel->cal_conf.u.mid.dac = g_voltage.mid_dac;\n        g_channel->cal_conf.u.mid.val = g_voltage.mid_val;\n        g_channel->cal_conf.u.mid.adc = g_voltage.mid_adc;\n\n        g_channel->cal_conf.u.max.dac = g_voltage.max_dac;\n        g_channel->cal_conf.u.max.val = g_voltage.max_val;\n        g_channel->cal_conf.u.max.adc = g_voltage.max_adc;\n\n        g_channel->cal_conf.u.minPossible = g_voltage.minPossible;\n        g_channel->cal_conf.u.maxPossible = g_voltage.maxPossible;\n\n        g_voltage.level = LEVEL_NONE;\n    }\n\n    if (isCurrentCalibrated(g_currents[0])) {\n        g_channel->cal_conf.flags.i_cal_params_exists_range_high = 1;\n\n        g_channel->cal_conf.i[0].min.dac = g_currents[0].min_dac;\n        g_channel->cal_conf.i[0].min.val = g_currents[0].min_val;\n        g_channel->cal_conf.i[0].min.adc = g_currents[0].min_adc;\n\n        g_channel->cal_conf.i[0].mid.dac = g_currents[0].mid_dac;\n        g_channel->cal_conf.i[0].mid.val = g_currents[0].mid_val;\n        g_channel->cal_conf.i[0].mid.adc = g_currents[0].mid_adc;\n\n        g_channel->cal_conf.i[0].max.dac = g_currents[0].max_dac;\n        g_channel->cal_conf.i[0].max.val = g_currents[0].max_val;\n        g_channel->cal_conf.i[0].max.adc = g_currents[0].max_adc;\n\n        g_channel->cal_conf.i[0].minPossible = g_currents[0].minPossible;\n        g_channel->cal_conf.i[0].maxPossible = g_currents[0].maxPossible;\n\n        g_currents[0].level = LEVEL_NONE;\n    }\n\n    if (hasSupportForCurrentDualRange()) {\n        if (isCurrentCalibrated(g_currents[1])) {\n            g_channel->cal_conf.flags.i_cal_params_exists_range_low = 1;\n\n            g_channel->cal_conf.i[1].min.dac = g_currents[1].min_dac;\n            g_channel->cal_conf.i[1].min.val = g_currents[1].min_val;\n            g_channel->cal_conf.i[1].min.adc = g_currents[1].min_adc;\n\n            g_channel->cal_conf.i[1].mid.dac = g_currents[1].mid_dac;\n            g_channel->cal_conf.i[1].mid.val = g_currents[1].mid_val;\n            g_channel->cal_conf.i[1].mid.adc = g_currents[1].mid_adc;\n\n            g_channel->cal_conf.i[1].max.dac = g_currents[1].max_dac;\n            g_channel->cal_conf.i[1].max.val = g_currents[1].max_val;\n            g_channel->cal_conf.i[1].max.adc = g_currents[1].max_adc;\n\n            g_channel->cal_conf.i[1].minPossible = g_currents[1].minPossible;\n            g_channel->cal_conf.i[1].maxPossible = g_currents[1].maxPossible;\n\n            g_currents[1].level = LEVEL_NONE;\n        }\n    }\n\n    resetChannelToZero();\n\n    return persist_conf::saveChannelCalibration(*g_channel);\n}\n\nbool clear(Channel *channel) {\n    channel->calibrationEnable(false);\n    channel->clearCalibrationConf();\n    return persist_conf::saveChannelCalibration(*channel);\n}\n\n}\n}\n} // namespace eez::psu::calibration"
  },
  {
    "path": "eez_psu_sketch/calibration.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n/// Channel calibration procedure.\nnamespace calibration {\n\nenum Level {\n    LEVEL_NONE,\n    LEVEL_MIN,\n    LEVEL_MID,\n    LEVEL_MAX\n};\n\nenum CurrentRange {\n    CURRENT_RANGE_5A,\n    CURRENT_RANGE_500MA\n};\n\n/// Calibration parameters for the voltage or current during calibration procedure.\nstruct Value {\n    bool voltOrCurr;\n    int8_t currentRange;\n\n    int8_t level;\n\n    bool  min_set;\n    float min_dac;\n    float min_val;\n    float min_adc;\n\n    bool  mid_set;\n    float mid_dac;\n    float mid_val;\n    float mid_adc;\n\n    bool  max_set;\n    float max_dac;\n    float max_val;\n    float max_adc;\n\n    float minPossible;\n    float maxPossible;\n\n    Value(bool voltOrCurr, int currentRange_ = -1);\n\n    void reset();\n\n    void setLevel(int8_t level);\n    void setLevelValue();\n\n    float getLevelValue();\n    float getDacValue();\n    float getAdcValue();\n\n    void setDacValue(float value);\n\n    bool checkRange(float dac, float data, float adc);\n    void setData(float dac, float data, float adc);\n\n    bool checkMid();\n};\n\nbool isEnabled();\nChannel &getCalibrationChannel();\n\n/// Start calibration procedure on the channel.\n/// /param channel Selected channel\nvoid start(Channel *channel);\n\n/// Stop calibration procedure.\nvoid stop();\n\n/// Set U and I to zero for the calibration channel.\nvoid resetChannelToZero();\n\nbool hasSupportForCurrentDualRange();\nvoid selectCurrentRange(int8_t range);\n\nValue& getVoltage();\nValue& getCurrent();\n\n/// Is calibration remark is set.\nbool isRemarkSet();\n\n/// Get currently set remark.\nconst char *getRemark();\n\n/// Set calibration remark.\nvoid setRemark(const char *value, size_t len);\n\n/// Are all calibration parameters entered?\nbool canSave(int16_t &scpiErr);\n\n/// Save calibration parameters entered during calibration procedure.\nbool save();\n\n/// Clear calibration parameters for the currently selected channel.\n/// /param channel Selected channel\nbool clear(Channel *channel);\n\n}\n}\n} // namespace eez::psu::calibration\n"
  },
  {
    "path": "eez_psu_sketch/channel.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"serial_psu.h\"\n\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#endif\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_WATCHDOG\n#include \"watchdog.h\"\n#endif\n\n#include \"bp.h\"\n#include \"board.h\"\n#include \"ioexp.h\"\n#include \"adc.h\"\n#include \"dac.h\"\n#include \"bp.h\"\n#include \"calibration.h\"\n#include \"persist_conf.h\"\n#include \"sound.h\"\n#include \"profile.h\"\n#include \"event_queue.h\"\n#include \"channel_dispatcher.h\"\n#include \"list.h\"\n#include \"trigger.h\"\n#include \"io_pins.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace scpi;\n\n////////////////////////////////////////////////////////////////////////////////\n\nconst char *CH_BOARD_REVISION_NAMES[] = {\n    // CH_BOARD_REVISION_R4B43A\n    \"Power_r4b43a\",\n    // CH_BOARD_REVISION_R5B6B\n    \"Power_r5B6b\",\n    // CH_BOARD_REVISION_R5B9\n    \"Power_r5B9\",\n    // CH_BOARD_REVISION_R5B10\n    \"Power_r5B10\",\n    // CH_BOARD_REVISION_R5B12\n    \"Power_r5B12\"\n};\n\nuint16_t CH_BOARD_REVISION_FEATURES[] = {\n    // CH_BOARD_REVISION_R4B43A\n    CH_FEATURE_VOLT | CH_FEATURE_CURRENT | CH_FEATURE_OE, \n    // CH_BOARD_REVISION_R5B6B\n    CH_FEATURE_VOLT | CH_FEATURE_CURRENT | CH_FEATURE_POWER | CH_FEATURE_OE | CH_FEATURE_DPROG | CH_FEATURE_LRIPPLE | CH_FEATURE_RPROG,\n    // CH_BOARD_REVISION_R5B9\n    CH_FEATURE_VOLT | CH_FEATURE_CURRENT | CH_FEATURE_POWER | CH_FEATURE_OE | CH_FEATURE_DPROG | CH_FEATURE_LRIPPLE | CH_FEATURE_RPROG | CH_FEATURE_RPOL,\n    // CH_BOARD_REVISION_R5B10\n    CH_FEATURE_VOLT | CH_FEATURE_CURRENT | CH_FEATURE_POWER | CH_FEATURE_OE | CH_FEATURE_DPROG | CH_FEATURE_LRIPPLE | CH_FEATURE_RPROG | CH_FEATURE_RPOL,\n    // CH_BOARD_REVISION_R5B12\n    CH_FEATURE_VOLT | CH_FEATURE_CURRENT | CH_FEATURE_POWER | CH_FEATURE_OE | CH_FEATURE_DPROG | CH_FEATURE_LRIPPLE | CH_FEATURE_RPROG | CH_FEATURE_RPOL\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define CHANNEL(INDEX, BOARD_REVISION, PINS, PARAMS) Channel(INDEX, BOARD_REVISION, PINS, PARAMS)\nChannel channels[CH_MAX] = { CHANNELS };\n#undef CHANNEL\n\n////////////////////////////////////////////////////////////////////////////////\n\nChannel &Channel::get(int channel_index) {\n    return channels[channel_index];\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid Channel::Value::init(float set_, float step_, float limit_) {\n    set = set_;\n    step = step_;\n    limit = limit_;\n    resetMonValues();\n}\n\nvoid Channel::Value::resetMonValues() {\n    mon_adc = 0;\n    mon = 0;\n    mon_last = 0;\n    mon_dac = 0;\n\n    mon_index = -1;\n    mon_dac_index = -1;\n\n    mon_measured = false;\n}\n\nvoid Channel::Value::addMonValue(float value) {\n    mon_last = value;\n\n    if (mon_index == -1) {\n        mon_index = 0;\n        for (int i = 0; i < NUM_ADC_AVERAGING_VALUES; ++i) {\n            mon_arr[i] = value;\n        }\n        mon_total = NUM_ADC_AVERAGING_VALUES * value;\n        mon = value;\n    } else {\n        mon_total -= mon_arr[mon_index]; \n        mon_total += value;\n        mon_arr[mon_index] = value;\n        mon_index = (mon_index + 1) % NUM_ADC_AVERAGING_VALUES;\n        mon = mon_total / NUM_ADC_AVERAGING_VALUES;\n    }\n\n    mon_measured = true;\n}\n\nvoid Channel::Value::addMonDacValue(float value) {\n    if (mon_dac_index == -1) {\n        mon_dac_index = 0;\n        for (int i = 0; i < NUM_ADC_AVERAGING_VALUES; ++i) {\n            mon_dac_arr[i] = value;\n        }\n        mon_dac_total = NUM_ADC_AVERAGING_VALUES * value;\n        mon_dac = value;\n    } else {\n        mon_dac_total -= mon_dac_arr[mon_dac_index]; \n        mon_dac_total += value;\n        mon_dac_arr[mon_dac_index] = value;\n        mon_dac_index = (mon_dac_index + 1) % NUM_ADC_AVERAGING_VALUES;\n        mon_dac = mon_dac_total / NUM_ADC_AVERAGING_VALUES;\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic struct {\n    unsigned OE_SAVED: 1;\n    unsigned CH1_OE: 1;\n    unsigned CH2_OE: 1;\n} g_savedOE;\n\nvoid Channel::saveAndDisableOE() {\n    if (!g_savedOE.OE_SAVED) {\n        if (CH_NUM > 0) {\n            g_savedOE.CH1_OE = Channel::get(0).isOutputEnabled() ? 1 : 0;\n            Channel::get(0).outputEnable(false);\n\n            if (CH_NUM > 1) {\n                g_savedOE.CH2_OE = Channel::get(1).isOutputEnabled() ? 1 : 0;\n                Channel::get(1).outputEnable(false);\n            }\n        }\n        g_savedOE.OE_SAVED = 1;\n    }\n}\n\nvoid Channel::restoreOE() {\n    if (g_savedOE.OE_SAVED) {\n        if (CH_NUM > 0) {\n            Channel::get(0).outputEnable(g_savedOE.CH1_OE ? true : false);\n            if (CH_NUM > 1) {\n                Channel::get(1).outputEnable(g_savedOE.CH2_OE ? true : false);\n            }\n        }\n        g_savedOE.OE_SAVED = 0;\n    }\n}\n\nchar *Channel::getChannelsInfo(char *p) {\n    bool ch_used[CH_MAX];\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        ch_used[i] = false;\n    }\n\n    bool first_channel = true;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (!ch_used[i]) {\n            int count = 1;\n            for (int j = i + 1; j < CH_NUM; ++j) {\n                if (Channel::get(i).U_MAX == Channel::get(j).U_MAX && Channel::get(i).I_MAX == Channel::get(j).I_MAX) {\n                    ch_used[j] = true;\n                    ++count;\n                }\n            }\n\n            if (first_channel) {\n                *p++ += ' ';\n                first_channel = false;\n            }\n            else {\n                *p++ += '-';\n            }\n\n            p += sprintf_P(p, PSTR(\"%d/%02d/%02d\"), count, (int)floor(Channel::get(i).U_MAX), (int)floor(Channel::get(i).I_MAX));\n        }\n    }\n\n    return p;\n}\n\nchar *Channel::getChannelsInfoShort(char *p) {\n    bool ch_used[CH_MAX];\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        ch_used[i] = false;\n    }\n\n    bool first_channel = true;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (!ch_used[i]) {\n            int count = 1;\n            for (int j = i + 1; j < CH_NUM; ++j) {\n                if (Channel::get(i).U_MAX == Channel::get(j).U_MAX && Channel::get(i).I_MAX == Channel::get(j).I_MAX) {\n                    ch_used[j] = true;\n                    ++count;\n                }\n            }\n\n            if (first_channel) {\n                first_channel = false;\n            }\n            else {\n                *p++ += ' ';\n                *p++ += '-';\n                *p++ += ' ';\n            }\n\n            p += sprintf_P(p, PSTR(\"%d V / %d A\"), (int)floor(Channel::get(i).U_MAX), (int)floor(Channel::get(i).I_MAX));\n        }\n    }\n\n    return p;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#ifdef EEZ_PSU_SIMULATOR\n\nvoid Channel::Simulator::setLoadEnabled(bool value) {\n    load_enabled = value;\n    profile::save();\n}\n\nbool Channel::Simulator::getLoadEnabled() {\n    return load_enabled;\n}\n\nvoid Channel::Simulator::setLoad(float value) {\n    load = value;\n    profile::save();\n}\n\nfloat Channel::Simulator::getLoad() {\n    return load;\n}\n\nvoid Channel::Simulator::setVoltProgExt(float value) {\n    voltProgExt = value;\n    profile::save();\n}\n\nfloat Channel::Simulator::getVoltProgExt() {\n    return voltProgExt;\n}\n\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nChannel::Channel(\n    uint8_t index_,\n    uint8_t boardRevision_, uint8_t ioexp_iodir_, uint8_t ioexp_gpio_init_, uint8_t IO_BIT_OUT_SET_100_PERCENT_, uint8_t IO_BIT_OUT_EXT_PROG_, float VOLTAGE_GND_OFFSET_, float CURRENT_GND_OFFSET_,\n    uint8_t isolator_pin_, uint8_t ioexp_pin_, uint8_t convend_pin_, uint8_t adc_pin_, uint8_t dac_pin_,\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    uint8_t bp_led_out_plus_, uint8_t bp_led_out_minus_, uint8_t bp_led_sense_plus_, uint8_t bp_led_sense_minus_, uint8_t bp_relay_sense_,\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    uint8_t bp_led_out_, uint8_t bp_led_sense_, uint8_t bp_relay_sense_, uint8_t bp_led_prog_,\n#endif\n    uint8_t cc_led_pin_, uint8_t cv_led_pin_,\n    float U_MIN_, float U_DEF_, float U_MAX_, float U_MAX_CONF_, float U_MIN_STEP_, float U_DEF_STEP_, float U_MAX_STEP_, float U_CAL_VAL_MIN_, float U_CAL_VAL_MID_, float U_CAL_VAL_MAX_, float U_CURR_CAL_,\n    bool OVP_DEFAULT_STATE_, float OVP_MIN_DELAY_, float OVP_DEFAULT_DELAY_, float OVP_MAX_DELAY_,\n    float I_MIN_, float I_DEF_, float I_MAX_, float I_MAX_CONF_, float I_MIN_STEP_, float I_DEF_STEP_, float I_MAX_STEP_, float I_CAL_VAL_MIN_, float I_CAL_VAL_MID_, float I_CAL_VAL_MAX_, float I_VOLT_CAL_,\n    bool OCP_DEFAULT_STATE_, float OCP_MIN_DELAY_, float OCP_DEFAULT_DELAY_, float OCP_MAX_DELAY_,\n    bool OPP_DEFAULT_STATE_, float OPP_MIN_DELAY_, float OPP_DEFAULT_DELAY_, float OPP_MAX_DELAY_, float OPP_MIN_LEVEL_, float OPP_DEFAULT_LEVEL_, float OPP_MAX_LEVEL_,\n    float SOA_VIN_, float SOA_PREG_CURR_, float SOA_POSTREG_PTOT_, float PTOT_\n    )\n    :\n    index(index_),\n    boardRevision(boardRevision_), ioexp_iodir(ioexp_iodir_), ioexp_gpio_init(ioexp_gpio_init_),\n    isolator_pin(isolator_pin_), ioexp_pin(ioexp_pin_), convend_pin(convend_pin_), adc_pin(adc_pin_), dac_pin(dac_pin_),\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    bp_led_out_plus(bp_led_out_plus_), bp_led_out_minus(bp_led_out_minus_), bp_led_sense_plus(bp_led_sense_plus_), bp_led_sense_minus(bp_led_sense_minus_), bp_relay_sense(bp_relay_sense_),\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    bp_led_out(bp_led_out_), bp_led_sense(bp_led_sense_), bp_relay_sense(bp_relay_sense_), bp_led_prog(bp_led_prog_),\n#endif\n    cc_led_pin(cc_led_pin_), cv_led_pin(cv_led_pin_),\n    U_MIN(U_MIN_), U_DEF(U_DEF_), U_MAX(U_MAX_), U_MAX_CONF(U_MAX_CONF_), U_MIN_STEP(U_MIN_STEP_), U_DEF_STEP(U_DEF_STEP_), U_MAX_STEP(U_MAX_STEP_), U_CAL_VAL_MIN(U_CAL_VAL_MIN_), U_CAL_VAL_MID(U_CAL_VAL_MID_), U_CAL_VAL_MAX(U_CAL_VAL_MAX_), U_CURR_CAL(U_CURR_CAL_),\n    OVP_DEFAULT_STATE(OVP_DEFAULT_STATE_), OVP_MIN_DELAY(OVP_MIN_DELAY_), OVP_DEFAULT_DELAY(OVP_DEFAULT_DELAY_), OVP_MAX_DELAY(OVP_MAX_DELAY_),\n    I_MIN(I_MIN_), I_DEF(I_DEF_), I_MAX(I_MAX_), I_MAX_CONF(I_MAX_CONF_), I_MIN_STEP(I_MIN_STEP_), I_DEF_STEP(I_DEF_STEP_), I_MAX_STEP(I_MAX_STEP_), I_CAL_VAL_MIN(I_CAL_VAL_MIN_), I_CAL_VAL_MID(I_CAL_VAL_MID_), I_CAL_VAL_MAX(I_CAL_VAL_MAX_), I_VOLT_CAL(I_VOLT_CAL_),\n    OCP_DEFAULT_STATE(OCP_DEFAULT_STATE_), OCP_MIN_DELAY(OCP_MIN_DELAY_), OCP_DEFAULT_DELAY(OCP_DEFAULT_DELAY_), OCP_MAX_DELAY(OCP_MAX_DELAY_),\n    OPP_DEFAULT_STATE(OPP_DEFAULT_STATE_), OPP_MIN_DELAY(OPP_MIN_DELAY_), OPP_DEFAULT_DELAY(OPP_DEFAULT_DELAY_), OPP_MAX_DELAY(OPP_MAX_DELAY_), OPP_MIN_LEVEL(OPP_MIN_LEVEL_), OPP_DEFAULT_LEVEL(OPP_DEFAULT_LEVEL_), OPP_MAX_LEVEL(OPP_MAX_LEVEL_),\n    SOA_VIN(SOA_VIN_), SOA_PREG_CURR(SOA_PREG_CURR_), SOA_POSTREG_PTOT(SOA_POSTREG_PTOT_), PTOT(PTOT_),\n    ioexp(*this, IO_BIT_OUT_SET_100_PERCENT_, IO_BIT_OUT_EXT_PROG_),\n    adc(*this),\n    dac(*this),\n    onTimeCounter(index_),\n    VOLTAGE_GND_OFFSET(VOLTAGE_GND_OFFSET_),\n    CURRENT_GND_OFFSET(CURRENT_GND_OFFSET_)\n{\n    u.min = U_MIN;\n    u.max = U_MAX;\n    u.def = U_DEF;\n\n    i.min = I_MIN;\n    i.max = I_MAX;\n    i.def = I_DEF;\n\n    //negligibleAdcDiffForVoltage2 = (int)((AnalogDigitalConverter::ADC_MAX - AnalogDigitalConverter::ADC_MIN) / (2 * 100 * (U_MAX - U_MIN))) + 1;\n    //negligibleAdcDiffForVoltage3 = (int)((AnalogDigitalConverter::ADC_MAX - AnalogDigitalConverter::ADC_MIN) / (2 * 1000 * (U_MAX - U_MIN))) + 1;\n    //calculateNegligibleAdcDiffForCurrent();\n\n#ifdef EEZ_PSU_SIMULATOR\n    simulator.load_enabled = true;\n    simulator.load = 10;\n#endif\n\n    uBeforeBalancing = NAN;\n    iBeforeBalancing = NAN;\n\n    flags.currentCurrentRange = CURRENT_RANGE_HIGH;\n    flags.currentRangeSelectionMode = CURRENT_RANGE_SELECTION_USE_BOTH;\n    flags.autoSelectCurrentRange = 1;\n\n    flags.displayValue1 = DISPLAY_VALUE_VOLTAGE;\n    flags.displayValue2 = DISPLAY_VALUE_CURRENT; \n    ytViewRate = GUI_YT_VIEW_RATE_DEFAULT;\n\n    autoRangeCheckLastTickCount = 0;\n\n    flags.cvMode = 0;\n    flags.ccMode = 0;\n    updateCcAndCvSwitch();\n}\n\nvoid Channel::protectionEnter(ProtectionValue &cpv) {\n    channel_dispatcher::outputEnable(*this, false);\n\n    cpv.flags.tripped = 1;\n\n    int bit_mask = reg_get_ques_isum_bit_mask_for_channel_protection_value(this, cpv);\n    setQuesBits(bit_mask, true);\n\n    int16_t eventId = event_queue::EVENT_ERROR_CH1_OVP_TRIPPED + 3 * (index - 1);\n\n    if (IS_OVP_VALUE(this, cpv)) {\n        if (flags.rprogEnabled && util::equal(channel_dispatcher::getUProtectionLevel(*this), channel_dispatcher::getUMax(*this), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n            psu::g_rprogAlarm = true;\n        }\n        doRemoteProgrammingEnable(false);\n    } else if (IS_OCP_VALUE(this, cpv)) {\n        eventId += 1;\n    } else {\n        eventId += 2;\n    }\n\n    event_queue::pushEvent(eventId);\n\n    onProtectionTripped();\n}\n\nvoid Channel::protectionCheck(ProtectionValue &cpv) {\n    bool state;\n    bool condition;\n    float delay;\n    \n    if (IS_OVP_VALUE(this, cpv)) {\n        state = flags.rprogEnabled || prot_conf.flags.u_state;\n        //condition = flags.cv_mode && (!flags.cc_mode || fabs(i.mon_last - i.set) >= CHANNEL_VALUE_PRECISION) && (prot_conf.u_level <= u.set);\n        condition = util::greaterOrEqual(channel_dispatcher::getUMon(*this), channel_dispatcher::getUProtectionLevel(*this), getPrecision(VALUE_TYPE_FLOAT_VOLT))\n            || flags.rprogEnabled && util::greaterOrEqual(channel_dispatcher::getUMonDac(*this), channel_dispatcher::getUProtectionLevel(*this), getPrecision(VALUE_TYPE_FLOAT_VOLT));\n        delay = prot_conf.u_delay;\n        delay -= PROT_DELAY_CORRECTION;\n    }\n    else if (IS_OCP_VALUE(this, cpv)) {\n        state = prot_conf.flags.i_state;\n        //condition = flags.cc_mode && (!flags.cv_mode || fabs(u.mon_last - u.set) >= CHANNEL_VALUE_PRECISION);\n        condition = util::greaterOrEqual(\n            channel_dispatcher::getIMon(*this),\n            channel_dispatcher::getISet(*this),\n            getPrecision(VALUE_TYPE_FLOAT_AMPER));\n        delay = prot_conf.i_delay;\n        delay -= PROT_DELAY_CORRECTION;\n    }\n    else {\n        state = prot_conf.flags.p_state;\n        condition = channel_dispatcher::getUMon(*this) * channel_dispatcher::getIMon(*this) > channel_dispatcher::getPowerProtectionLevel(*this);\n        delay = prot_conf.p_delay;\n    }\n\n    if (state && isOutputEnabled() && condition) {\n        if (delay > 0) {\n            if (cpv.flags.alarmed) {\n                if (micros() - cpv.alarm_started >= delay * 1000000UL) {\n                    cpv.flags.alarmed = 0;\n\n                    //if (IS_OVP_VALUE(this, cpv)) {\n                    //    DebugTraceF(\"OVP condition: CV_MODE=%d, CC_MODE=%d, I DIFF=%d mA, I MON=%d mA\", (int)flags.cvMode, (int)flags.ccMode, (int)(fabs(i.mon_last - i.set) * 1000), (int)(i.mon_last * 1000));\n                    //}\n                    //else if (IS_OCP_VALUE(this, cpv)) {\n                    //    DebugTraceF(\"OCP condition: CC_MODE=%d, CV_MODE=%d, U DIFF=%d mV\", (int)flags.ccMode, (int)flags.cvMode, (int)(fabs(u.mon_last - u.set) * 1000));\n                    //}\n\n                    protectionEnter(cpv);\n                }\n            }\n            else {\n                cpv.flags.alarmed = 1;\n                cpv.alarm_started = micros();\n            }\n        }\n        else {\n            //if (IS_OVP_VALUE(this, cpv)) {\n            //    DebugTraceF(\"OVP condition: CV_MODE=%d, CC_MODE=%d, I DIFF=%d mA\", (int)flags.cvMode, (int)flags.ccMode, (int)(fabs(i.mon_last - i.set) * 1000));\n            //}\n            //else if (IS_OCP_VALUE(this, cpv)) {\n            //    DebugTraceF(\"OCP condition: CC_MODE=%d, CV_MODE=%d, U DIFF=%d mV\", (int)flags.ccMode, (int)flags.cvMode, (int)(fabs(u.mon_last - u.set) * 1000));\n            //}\n\n            protectionEnter(cpv);\n        }\n    }\n    else {\n        cpv.flags.alarmed = 0;\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid Channel::init() {\n    bool last_save_enabled = profile::enableSave(false);\n\n    ioexp.init();\n    adc.init();\n    dac.init();\n\n    profile::enableSave(last_save_enabled);\n}\n\nvoid Channel::onPowerDown() {\n    bool last_save_enabled = profile::enableSave(false);\n\n    outputEnable(false);\n    doRemoteSensingEnable(false);\n    if (getFeatures() & CH_FEATURE_RPROG) {\n        doRemoteProgrammingEnable(false);\n    }\n    if (getFeatures() & CH_FEATURE_LRIPPLE) {\n        doLowRippleEnable(false);\n    }\n\n    clearProtection(false);\n\n    profile::enableSave(last_save_enabled);\n}\n\nvoid Channel::reset() {\n    flags.outputEnabled = 0;\n    flags.dpOn = 0;\n    flags.senseEnabled = 0;\n    flags.rprogEnabled = 0;\n\n    flags.cvMode = 0;\n    flags.ccMode = 0;\n\n    ovp.flags.tripped = 0;\n    ovp.flags.alarmed = 0;\n\n    ocp.flags.tripped = 0;\n    ocp.flags.alarmed = 0;\n\n    opp.flags.tripped = 0;\n    opp.flags.alarmed = 0;\n\n    flags.currentCurrentRange = CURRENT_RANGE_HIGH;\n    flags.currentRangeSelectionMode = CURRENT_RANGE_SELECTION_USE_BOTH;\n    flags.autoSelectCurrentRange = 1;\n\n    // CAL:STAT ON if valid calibrating data for both voltage and current exists in the nonvolatile memory, otherwise OFF.\n    doCalibrationEnable(isCalibrationExists());\n\n    // OUTP:PROT:CLE OFF\n    // [SOUR[n]]:VOLT:PROT:TRIP? 0\n    // [SOUR[n]]:CURR:PROT:TRIP? 0\n    // [SOUR[n]]:POW:PROT:TRIP? 0\n    clearProtection(false);\n\n    // [SOUR[n]]:VOLT:SENS INTernal\n    doRemoteSensingEnable(false);\n\n    if (getFeatures() & CH_FEATURE_RPROG) {\n        // [SOUR[n]]:VOLT:PROG INTernal\n        doRemoteProgrammingEnable(false);\n    }\n\n    if (getFeatures() & CH_FEATURE_LRIPPLE) {\n        doLowRippleEnable(false);\n    }\n\n    // [SOUR[n]]:VOLT:PROT:DEL \n    // [SOUR[n]]:VOLT:PROT:STAT\n    // [SOUR[n]]:CURR:PROT:DEL\n    // [SOUR[n]]:CURR:PROT:STAT \n    // [SOUR[n]]:POW:PROT[:LEV]\n    // [SOUR[n]]:POW:PROT:DEL\n    // [SOUR[n]]:POW:PROT:STAT -> set all to default\n    clearProtectionConf();\n\n    // [SOUR[n]]:CURR\n    // [SOUR[n]]:CURR:STEP\n    // [SOUR[n]]:VOLT\n    // [SOUR[n]]:VOLT:STEP -> set all to default\n    u.init(U_MIN, U_DEF_STEP, u.max);\n    i.init(I_MIN, I_DEF_STEP, i.max);\n\n    maxCurrentLimitCause = MAX_CURRENT_LIMIT_CAUSE_NONE;\n    p_limit = PTOT;\n\n    resetHistory();\n\n    flags.displayValue1 = DISPLAY_VALUE_VOLTAGE;\n    flags.displayValue2 = DISPLAY_VALUE_CURRENT;\n    ytViewRate = GUI_YT_VIEW_RATE_DEFAULT;\n\n    flags.voltageTriggerMode = TRIGGER_MODE_FIXED;\n    flags.currentTriggerMode = TRIGGER_MODE_FIXED;\n    flags.triggerOutputState = 1;\n    flags.triggerOnListStop = TRIGGER_ON_LIST_STOP_OUTPUT_OFF;\n    trigger::setVoltage(*this, U_MIN);\n    trigger::setCurrent(*this, I_MIN);\n    list::resetChannelList(*this);\n\n#ifdef EEZ_PSU_SIMULATOR\n    simulator.setLoadEnabled(false);\n    simulator.load = 10;\n#endif\n}\n\nvoid Channel::resetHistory() {\n    historyPosition = -1;\n}\n\nvoid Channel::clearCalibrationConf() {\n    cal_conf.flags.u_cal_params_exists = 0;\n    cal_conf.flags.i_cal_params_exists_range_high = 0;\n    cal_conf.flags.i_cal_params_exists_range_low = 0;\n\n    cal_conf.u.min.dac = cal_conf.u.min.val = cal_conf.u.min.adc = U_CAL_VAL_MIN;\n    cal_conf.u.mid.dac = cal_conf.u.mid.val = cal_conf.u.mid.adc = (U_CAL_VAL_MIN + U_CAL_VAL_MAX) / 2;\n    cal_conf.u.max.dac = cal_conf.u.max.val = cal_conf.u.max.adc = U_CAL_VAL_MAX;\n    cal_conf.u.minPossible = U_MIN;\n    cal_conf.u.maxPossible = U_MAX;\n    \n    cal_conf.i[0].min.dac = cal_conf.i[0].min.val = cal_conf.i[0].min.adc = I_CAL_VAL_MIN;\n    cal_conf.i[0].mid.dac = cal_conf.i[0].mid.val = cal_conf.i[0].mid.adc = (I_CAL_VAL_MIN + I_CAL_VAL_MAX) / 2;\n    cal_conf.i[0].max.dac = cal_conf.i[0].max.val = cal_conf.i[0].max.adc = I_CAL_VAL_MAX;\n    cal_conf.i[0].minPossible = I_MIN;\n    cal_conf.i[0].maxPossible = I_MAX;\n\n    cal_conf.i[1].min.dac = cal_conf.i[1].min.val = cal_conf.i[1].min.adc = I_CAL_VAL_MIN / 10;\n    cal_conf.i[1].mid.dac = cal_conf.i[1].mid.val = cal_conf.i[1].mid.adc = (I_CAL_VAL_MIN + I_CAL_VAL_MAX) / 2 / 10;\n    cal_conf.i[1].max.dac = cal_conf.i[1].max.val = cal_conf.i[1].max.adc = I_CAL_VAL_MAX / 10;\n    cal_conf.i[1].minPossible = I_MIN;\n    cal_conf.i[1].maxPossible = I_MAX / 10;\n\n    strcpy(cal_conf.calibration_date, \"\");\n    strcpy(cal_conf.calibration_remark, CALIBRATION_REMARK_INIT);\n}\n\nvoid Channel::clearProtectionConf() {\n    prot_conf.flags.u_state = OVP_DEFAULT_STATE;\n    prot_conf.flags.i_state = OCP_DEFAULT_STATE;\n    prot_conf.flags.p_state = OPP_DEFAULT_STATE;\n\n    prot_conf.u_delay = OVP_DEFAULT_DELAY;\n    prot_conf.u_level = u.max;\n    prot_conf.i_delay = OCP_DEFAULT_DELAY;\n    prot_conf.p_delay = OPP_DEFAULT_DELAY;\n    prot_conf.p_level = OPP_DEFAULT_LEVEL;\n\n    temperature::sensors[temp_sensor::CH1 + index - 1].prot_conf.state = OTP_CH_DEFAULT_STATE;\n    temperature::sensors[temp_sensor::CH1 + index - 1].prot_conf.level = OTP_CH_DEFAULT_LEVEL;\n    temperature::sensors[temp_sensor::CH1 + index - 1].prot_conf.delay = OTP_CH_DEFAULT_DELAY;\n}\n\nbool Channel::test() {\n    bool last_save_enabled = profile::enableSave(false);\n\n    flags.powerOk = 0;\n\n    outputEnable(false);\n    doRemoteSensingEnable(false);\n    if (getFeatures() & CH_FEATURE_RPROG) {\n        doRemoteProgrammingEnable(false);\n    }\n    if (getFeatures() & CH_FEATURE_LRIPPLE) {\n        doLowRippleEnable(false);\n    }\n\n    ioexp.test();\n    adc.test();\n    dac.test();\n\n    profile::enableSave(last_save_enabled);\n    profile::save();\n\n    return isOk();\n}\n\nbool Channel::isPowerOk() {\n    return flags.powerOk;\n}\n\nbool Channel::isTestFailed() {\n    return ioexp.g_testResult == psu::TEST_FAILED ||\n        adc.g_testResult == psu::TEST_FAILED ||\n        dac.g_testResult == psu::TEST_FAILED;\n}\n\nbool Channel::isTestOk() {\n    return ioexp.g_testResult == psu::TEST_OK &&\n        adc.g_testResult == psu::TEST_OK &&\n        dac.g_testResult == psu::TEST_OK;\n}\n\nbool Channel::isOk() {\n    return psu::isPowerUp() && isPowerOk() && isTestOk();\n}\n\nvoid Channel::voltageBalancing() {\n    //DebugTraceF(\"Channel voltage balancing: CH1_Umon=%f, CH2_Umon=%f\", Channel::get(0).u.mon_last, Channel::get(1).u.mon_last);\n    if (util::isNaN(uBeforeBalancing)) {\n        uBeforeBalancing = u.set;\n    }\n    doSetVoltage((Channel::get(0).u.mon_last + Channel::get(1).u.mon_last) / 2);\n}\n\nvoid Channel::currentBalancing() {\n    //DebugTraceF(\"CH%d channel current balancing: CH1_Imon=%f, CH2_Imon=%f\", index, Channel::get(0).i.mon_last, Channel::get(1).i.mon_last);\n    if (util::isNaN(iBeforeBalancing)) {\n        iBeforeBalancing = i.set;\n    }\n    doSetCurrent((Channel::get(0).i.mon_last + Channel::get(1).i.mon_last) / 2);\n}\n\nvoid Channel::restoreVoltageToValueBeforeBalancing() {\n    if (!util::isNaN(uBeforeBalancing)) {\n        //DebugTraceF(\"Restore voltage to value before balancing: %f\", uBeforeBalancing);\n        profile::enableSave(false);\n        setVoltage(uBeforeBalancing);\n        profile::enableSave(true);\n        uBeforeBalancing = NAN;\n    }\n}\n\nvoid Channel::restoreCurrentToValueBeforeBalancing() {\n    if (!util::isNaN(iBeforeBalancing)) {\n        //DebugTraceF(\"Restore current to value before balancing: %f\", index, iBeforeBalancing);\n        profile::enableSave(false);\n        setCurrent(iBeforeBalancing);\n        profile::enableSave(true);\n        iBeforeBalancing = NAN;\n    }\n}\n\nvoid Channel::tick(uint32_t tick_usec) {\n    if (!isOk()) {\n        return;\n    }\n\n    ioexp.tick(tick_usec);\n    adc.tick(tick_usec);\n    onTimeCounter.tick(tick_usec);\n\n    if (getFeatures() & CH_FEATURE_LRIPPLE) {\n        lowRippleCheck(tick_usec);\n    }\n\n    // turn off DP after delay\n    if (delayed_dp_off && (micros() - delayed_dp_off_start) >= DP_OFF_DELAY_PERIOD * 1000000L) {\n        delayed_dp_off = false;\n        doDpEnable(false);\n    }\n\n    /// Output power is monitored and if its go below DP_NEG_LEV\n    /// that is negative value in Watts (default -1 W),\n    /// and that condition lasts more then DP_NEG_DELAY seconds (default 5 s),\n    /// down-programmer circuit has to be switched off.\n    if (isOutputEnabled()) {\n        if (u.mon_last * i.mon_last >= DP_NEG_LEV || tick_usec < dpNegMonitoringTime) {\n            dpNegMonitoringTime = tick_usec;\n        } else {\n            if (tick_usec - dpNegMonitoringTime > DP_NEG_DELAY * 1000000UL) {\n                if (flags.dpOn) {\n                    DebugTraceF(\"CH%d, neg. P, DP off: %f\", index, u.mon_last * i.mon_last);\n                    dpNegMonitoringTime = tick_usec;\n                    psu::generateError(SCPI_ERROR_CH1_DOWN_PROGRAMMER_SWITCHED_OFF + (index - 1));\n                    doDpEnable(false);\n                } else {\n                    DebugTraceF(\"CH%d, neg. P, output off: %f\", index, u.mon_last * i.mon_last);\n                    psu::generateError(SCPI_ERROR_CH1_OUTPUT_FAULT_DETECTED - (index - 1));\n                    channel_dispatcher::outputEnable(*this, false);\n                }\n            } else if (tick_usec - dpNegMonitoringTime > 500 * 1000UL) {\n                if (flags.dpOn) {\n                    if (channel_dispatcher::isSeries()) {\n                        Channel& channel = Channel::get(index == 1 ? 1 : 0);\n                        channel.voltageBalancing();\n                        dpNegMonitoringTime = tick_usec;\n                    } else if (channel_dispatcher::isParallel()) {\n                        Channel& channel = Channel::get(index == 1 ? 1 : 0);\n                        channel.currentBalancing();\n                        dpNegMonitoringTime = tick_usec;\n                    }\n                }\n            }\n        }\n    }\n\n    // If channel output is off then test PWRGOOD here, otherwise it is tested in Channel::eventGpio method.\n#if !CONF_SKIP_PWRGOOD_TEST\n    if (!isOutputEnabled()) {\n        testPwrgood(ioexp.readGpio());\n    }\n#endif\n\n    if (historyPosition == -1) {\n        uHistory[0] = util::roundPrec(u.mon_last, getPrecisionFromNumSignificantDecimalDigits(VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS));\n        iHistory[0] = util::roundPrec(i.mon_last, getPrecisionFromNumSignificantDecimalDigits(CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS));\n        for (int i = 1; i < CHANNEL_HISTORY_SIZE; ++i) {\n            uHistory[i] = 0;\n            iHistory[i] = 0;\n        }\n            \n        historyPosition = 1;\n        historyLastTick = tick_usec;\n    } else {\n        uint32_t ytViewRateMicroseconds = (int)round(ytViewRate * 1000000L); \n\n        while (tick_usec - historyLastTick >= ytViewRateMicroseconds) {\n            uHistory[historyPosition] = util::roundPrec(u.mon_last, getPrecisionFromNumSignificantDecimalDigits(VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS));\n            iHistory[historyPosition] = util::roundPrec(i.mon_last, getPrecisionFromNumSignificantDecimalDigits(CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS));\n                \n            if (++historyPosition == CHANNEL_HISTORY_SIZE) {\n                historyPosition = 0;\n            }\n\n            historyLastTick += ytViewRateMicroseconds;\n        }\n    }\n\n    doAutoSelectCurrentRange(tick_usec);\n}\n\nfloat Channel::remapAdcDataToVoltage(int16_t adc_data) {\n    return util::remap((float)adc_data, (float)AnalogDigitalConverter::ADC_MIN, U_MIN, (float)AnalogDigitalConverter::ADC_MAX, U_MAX_CONF);\n}\n\nfloat Channel::remapAdcDataToCurrent(int16_t adc_data) {\n    return util::remap((float)adc_data, (float)AnalogDigitalConverter::ADC_MIN, I_MIN, (float)AnalogDigitalConverter::ADC_MAX, getDualRangeMax());\n}\n\nint16_t Channel::remapVoltageToAdcData(float value) {\n    float adc_value = util::remap(value, U_MIN, (float)AnalogDigitalConverter::ADC_MIN, U_MAX, (float)AnalogDigitalConverter::ADC_MAX);\n    return (int16_t)util::clamp(adc_value, (float)(-AnalogDigitalConverter::ADC_MAX - 1), (float)AnalogDigitalConverter::ADC_MAX);\n}\n\nint16_t Channel::remapCurrentToAdcData(float value) {\n    float adc_value = util::remap(value, I_MIN, (float)AnalogDigitalConverter::ADC_MIN, getDualRangeMax(), (float)AnalogDigitalConverter::ADC_MAX);\n    return (int16_t)util::clamp(adc_value, (float)(-AnalogDigitalConverter::ADC_MAX - 1), (float)AnalogDigitalConverter::ADC_MAX);\n}\n\nvoid Channel::adcDataIsReady(int16_t data, bool startAgain) {\n    uint8_t nextStartReg0 = 0;\n\n    switch (adc.start_reg0) {\n\n    case AnalogDigitalConverter::ADC_REG0_READ_U_MON:\n    {\n#if CONF_DEBUG\n        debug::g_uMon[index - 1].set(data);\n#endif\n\n        //if (util::greaterOrEqual(u.mon_adc, 10.0f, getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n        //    if (abs(u.mon_adc - data) > negligibleAdcDiffForVoltage2) {\n        //        u.mon_adc = data;\n        //    }\n        //} else {\n        //    if (abs(u.mon_adc - data) > negligibleAdcDiffForVoltage3) {\n        //        u.mon_adc = data;\n        //    }\n        //}\n        u.mon_adc = data;\n\n        float value;\n        if (isVoltageCalibrationEnabled()) {\n\n            value = remapAdcDataToVoltage(data);\n\n#if !defined(EEZ_PSU_SIMULATOR)\n            value -= VOLTAGE_GND_OFFSET;\n#endif\n\n            value = util::remap(value, cal_conf.u.min.adc, cal_conf.u.min.val, cal_conf.u.max.adc, cal_conf.u.max.val);\n        } else {\n            value = remapAdcDataToVoltage(data);\n\n#if !defined(EEZ_PSU_SIMULATOR)\n            value -= VOLTAGE_GND_OFFSET;\n#endif\n        }\n\n        u.addMonValue(value);\n\n        nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_I_MON;\n    }\n    break;\n\n    case AnalogDigitalConverter::ADC_REG0_READ_I_MON:\n    {\n#if CONF_DEBUG\n        debug::g_iMon[index - 1].set(data);\n#endif\n\n        //if (abs(i.mon_adc - data) > negligibleAdcDiffForCurrent) {\n        //    i.mon_adc = data;\n        //}\n        i.mon_adc = data;\n\n        float value = remapAdcDataToCurrent(data) - getDualRangeGndOffset();\n\n        if (isCurrentCalibrationEnabled()) {\n            value = util::remap(value,\n                cal_conf.i[flags.currentCurrentRange].min.adc,\n                cal_conf.i[flags.currentCurrentRange].min.val,\n                cal_conf.i[flags.currentCurrentRange].max.adc,\n                cal_conf.i[flags.currentCurrentRange].max.val);\n        }\n\n        i.addMonValue(value);\n\n        if (isOutputEnabled()) {\n            if (isRemoteProgrammingEnabled()) {\n                nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_U_SET;\n            }\n            else {\n                nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_U_MON;\n            }\n        }\n        else {\n            u.resetMonValues();\n            i.resetMonValues();\n\n            nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_U_SET;\n        }\n    }\n    break;\n\n    case AnalogDigitalConverter::ADC_REG0_READ_U_SET:\n    {\n#if CONF_DEBUG\n        debug::g_uMonDac[index - 1].set(data);\n#endif\n\n        float value = remapAdcDataToVoltage(data);\n\n#if !defined(EEZ_PSU_SIMULATOR)\n        if (!flags.rprogEnabled) {\n            value -= VOLTAGE_GND_OFFSET;\n        }\n#endif\n\n        //if (isVoltageCalibrationEnabled()) {\n        //    u.mon_dac = util::remap(value, cal_conf.u.min.adc, cal_conf.u.min.val, cal_conf.u.max.adc, cal_conf.u.max.val);\n        //} else {\n        //    u.mon_dac = value;\n        //}\n\n        u.addMonDacValue(value);\n\n        if (isOutputEnabled() && isRemoteProgrammingEnabled()) {\n            nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_U_MON;\n        }\n        else {\n            nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_I_SET;\n        }\n    }\n    break;\n\n    case AnalogDigitalConverter::ADC_REG0_READ_I_SET:\n    {\n#if CONF_DEBUG\n        debug::g_iMonDac[index - 1].set(data);\n#endif\n\n        float value = remapAdcDataToCurrent(data) - getDualRangeGndOffset();\n\n        //if (isCurrentCalibrationEnabled()) {\n        //    i.mon_dac = util::remap(value,\n        //        cal_conf.i[flags.currentCurrentRange].min.adc,\n        //        cal_conf.i[flags.currentCurrentRange].min.val,\n        //        cal_conf.i[flags.currentCurrentRange].max.adc,\n        //        cal_conf.i[flags.currentCurrentRange].max.val);\n        //} else {\n        //    i.mon_dac = value;\n        //}\n\n        i.addMonDacValue(value);\n\n        if (isOutputEnabled()) {\n            nextStartReg0 = AnalogDigitalConverter::ADC_REG0_READ_U_MON;\n        }\n    }\n    break;\n    }\n\n    if (startAgain) {\n        adc.start(nextStartReg0);\n    }\n}\n\nvoid Channel::updateCcAndCvSwitch() {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    board::cvLedSwitch(this, isCvMode());\n    board::ccLedSwitch(this, isCcMode());\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    bp::cvLedSwitch(this, isCvMode());\n    bp::ccLedSwitch(this, isCcMode());\n#endif\n}\n\nvoid Channel::setCcMode(bool cc_mode) {\n    cc_mode = cc_mode && isOutputEnabled();\n\n    if (cc_mode != flags.ccMode) {\n        flags.ccMode = cc_mode;\n\n        updateCcAndCvSwitch();\n\n        setOperBits(OPER_ISUM_CC, cc_mode);\n        setQuesBits(QUES_ISUM_VOLT, cc_mode);\n\n        Channel::get(index == 1 ? 1 : 0).restoreCurrentToValueBeforeBalancing();\n    }\n}\n\nvoid Channel::setCvMode(bool cv_mode) {\n    cv_mode = cv_mode && isOutputEnabled();\n\n    if (cv_mode != flags.cvMode) {\n        flags.cvMode = cv_mode;\n\n        updateCcAndCvSwitch();\n\n        setOperBits(OPER_ISUM_CV, cv_mode);\n        setQuesBits(QUES_ISUM_CURR, cv_mode);\n\n        Channel::get(index == 1 ? 1 : 0).restoreVoltageToValueBeforeBalancing();\n    }\n}\n\nvoid Channel::protectionCheck() {\n    if (channel_dispatcher::isCoupled() && index == 2) {\n        // protections of coupled channels are checked on channel 1\n        return;\n    }\n\n    protectionCheck(ovp);\n    protectionCheck(ocp);\n    protectionCheck(opp);\n}\n\nvoid Channel::eventAdcData(int16_t adc_data, bool startAgain) {\n    if (!psu::isPowerUp()) return;\n\n    adcDataIsReady(adc_data, startAgain);\n    protectionCheck();\n}\n\nvoid Channel::eventGpio(uint8_t gpio) {\n    if (!isOk()) return;\n\n#if !CONF_SKIP_PWRGOOD_TEST\n    testPwrgood(gpio);\n#endif\n\n    if (getFeatures() & CH_FEATURE_RPOL) {\n        unsigned rpol = !(gpio & (1 << IOExpander::IO_BIT_IN_RPOL));\n\n        if (rpol != flags.rpol) {\n            flags.rpol = rpol;\n            setQuesBits(QUES_ISUM_RPOL, flags.rpol ? true : false);\n        }\n\n        if (rpol && isOutputEnabled()) {\n            channel_dispatcher::outputEnable(*this, false);\n            event_queue::pushEvent(event_queue::EVENT_ERROR_CH1_REMOTE_SENSE_REVERSE_POLARITY_DETECTED + index - 1);\n\t\t\tonProtectionTripped();\n\t\t\treturn;\n        }\n    }\n\n    if (!io_pins::isInhibited()) {\n        setCvMode(gpio & (1 << IOExpander::IO_BIT_IN_CV_ACTIVE) ? true : false);\n        setCcMode(gpio & (1 << IOExpander::IO_BIT_IN_CC_ACTIVE) ? true : false);\n    }\n}\n\nvoid Channel::adcReadMonDac() {\n#if ADC_USE_INTERRUPTS\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_SET);\n    delay(ADC_TIMEOUT_MS * 2);\n#else\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_SET);\n    delay(ADC_TIMEOUT_MS);\n    adc.tick(micros());\n    delay(ADC_TIMEOUT_MS);\n    adc.tick(micros());\n#endif\n}\n\nvoid Channel::adcReadAll() {\n    if (isOutputEnabled()) {\n#if ADC_USE_INTERRUPTS\n        adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_SET);\n        delay(ADC_TIMEOUT_MS * 3);\n#else\n        adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_SET);\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n#endif\n    } else {\n#if ADC_USE_INTERRUPTS\n        adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n        delay(ADC_TIMEOUT_MS * 4);\n#else\n        adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n        delay(ADC_TIMEOUT_MS);\n        adc.tick(micros());\n#endif\n    }\n}\n\nvoid Channel::doDpEnable(bool enable) {\n    // DP bit is active low\n    ioexp.changeBit(IOExpander::IO_BIT_OUT_DP_ENABLE, !enable);\n    setOperBits(OPER_ISUM_DP_OFF, !enable);\n    flags.dpOn = enable;\n    if (enable) {\n        dpNegMonitoringTime = micros();\n    }\n}\n\nvoid Channel::executeOutputEnable(bool enable) {\n    ioexp.changeBit(IOExpander::IO_BIT_OUT_OUTPUT_ENABLE, enable);\n    setOperBits(OPER_ISUM_OE_OFF, !enable);\n    bp::switchOutput(this, enable);\n\n    if (hasSupportForCurrentDualRange()) {\n        doSetCurrentRange();\n    }\n\n    if (enable) {\n        if (getFeatures() & CH_FEATURE_LRIPPLE) {\n            outputEnableStartTime = micros();\n            delayLowRippleCheck = true;\n        }\n\n        // enable DP\n        delayed_dp_off = false;\n        doDpEnable(true);\n\n        dpNegMonitoringTime = micros();\n    } else {\n        if (getFeatures() & CH_FEATURE_LRIPPLE) {\n            doLowRippleEnable(false);\n        }\n\n        setCvMode(false);\n        setCcMode(false);\n\n        if (calibration::isEnabled()) {\n            calibration::stop();\n        }\n\n        // turn off DP after some delay\n        delayed_dp_off = true;\n        delayed_dp_off_start = micros();\n    }\n\n    restoreVoltageToValueBeforeBalancing();\n    restoreCurrentToValueBeforeBalancing();\n\n    if (enable) {\n        // start ADC conversion\n        adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n\n        onTimeCounter.start();\n    } else {\n        onTimeCounter.stop();\n    }\n}\n\nvoid Channel::doOutputEnable(bool enable) {\n    if (!psu::g_isBooted) {\n        flags.afterBootOutputEnabled = enable;\n        return;\n    }\n\n    if (enable && !isOk()) {\n        return;\n    }\n\n    flags.outputEnabled = enable;\n\n    if (!io_pins::isInhibited()) {\n        executeOutputEnable(enable);\n    }\n}\n\nvoid Channel::onInhibitedChanged(bool inhibited) {\n    if (isOutputEnabled()) {\n        if (inhibited) {\n            executeOutputEnable(false);\n        } else {\n            executeOutputEnable(true);\n        }\n    }\n}\n\nvoid Channel::doRemoteSensingEnable(bool enable) {\n    if (enable && !isOk()) {\n        return;\n    }\n    flags.senseEnabled = enable;\n    bp::switchSense(this, enable);\n    setOperBits(OPER_ISUM_RSENS_ON, enable);\n}\n\nvoid Channel::doRemoteProgrammingEnable(bool enable) {\n    if (enable && !isOk()) {\n        return;\n    }\n    flags.rprogEnabled = enable;\n    if (enable) {\n        setVoltageLimit(u.max);\n        setVoltage(u.min);\n        prot_conf.u_level = u.max;\n        prot_conf.flags.u_state = true;\n    }\n    ioexp.changeBit(ioexp.IO_BIT_OUT_EXT_PROG, enable);\n    bp::switchProg(this, enable);\n    setOperBits(OPER_ISUM_RPROG_ON, enable);\n}\n\nbool Channel::isLowRippleAllowed(uint32_t tick_usec) {\n    if (!isOutputEnabled()) {\n        return false;\n    }\n\n    if (delayLowRippleCheck) {\n        if (tick_usec - outputEnableStartTime < 100 * 1000L) {\n            // If Auto low ripple is enabled, channel cannot enter low ripple mode\n            // even if condition for that exist before pre-regulation is not activated\n            // for a short period of time (100ms). Without this transition repetive\n            // changing of channel's output mode with load connected WILL result with\n            // post-regulator's power mosfet damage, and overheating of down-programmer mosfet!\n            return false;\n        }\n        delayLowRippleCheck = false;\n    }\n\n    if (i.mon_last > SOA_PREG_CURR || i.mon_last > SOA_POSTREG_PTOT / (SOA_VIN - u.mon_last)) {\n        return false;\n    }\n\n    if (i.mon_last * (SOA_VIN - u.mon_last) > SOA_POSTREG_PTOT) {\n        return false;\n    }\n\n    return true;\n}\n\nvoid Channel::lowRippleCheck(uint32_t tick_usec) {\n    if (isLowRippleAllowed(tick_usec)) {\n        if (!flags.lrippleEnabled) {\n            if (flags.lrippleAutoEnabled) {\n                doLowRippleEnable(true);\n            }\n        }\n    } else {\n        if (flags.lrippleEnabled) {\n            doLowRippleEnable(false);\n        }\n    }\n}\n\nvoid Channel::doLowRippleEnable(bool enable) {\n    flags.lrippleEnabled = enable;\n    ioexp.changeBit(ioexp.IO_BIT_OUT_SET_100_PERCENT, !enable);\n}\n\nvoid Channel::doLowRippleAutoEnable(bool enable) {\n    if (enable && !isOk()) {\n        return;\n    }\n    flags.lrippleAutoEnabled = enable;\n}\n\nvoid Channel::update() {\n    if (!isOk()) {\n        return;\n    }\n\n    if (index == 1) {\n        doCalibrationEnable(persist_conf::devConf.flags.ch1CalEnabled && isCalibrationExists());\n    } else if (index == 2) {\n        doCalibrationEnable(persist_conf::devConf.flags.ch2CalEnabled && isCalibrationExists());\n    }\n\n    bool last_save_enabled = profile::enableSave(false);\n\n    setVoltage(u.set);\n    setCurrent(i.set);\n    doOutputEnable(flags.outputEnabled);\n    doRemoteSensingEnable(flags.senseEnabled);\n    if (getFeatures() & CH_FEATURE_RPROG) {\n        doRemoteProgrammingEnable(flags.rprogEnabled);\n    }\n\n    profile::enableSave(last_save_enabled);\n}\n\nvoid Channel::outputEnable(bool enable) {\n    if (enable != flags.outputEnabled) {\n        doOutputEnable(enable);\n        event_queue::pushEvent((enable ? event_queue::EVENT_INFO_CH1_OUTPUT_ENABLED :\n            event_queue::EVENT_INFO_CH1_OUTPUT_DISABLED) + index - 1);\n        profile::save();\n    }\n}\n\nvoid Channel::afterBootOutputEnable() {\n    if (flags.afterBootOutputEnabled) {\n        doOutputEnable(true);\n    }\n}\n\nbool Channel::isOutputEnabled() {\n    return psu::isPowerUp() && flags.outputEnabled;\n}\n\nvoid Channel::doCalibrationEnable(bool enable) {\n    flags._calEnabled = enable;\n\n    if (enable) {\n        u.min = util::floorPrec(cal_conf.u.minPossible, getPrecision(VALUE_TYPE_FLOAT_VOLT));\n        if (u.min < U_MIN) u.min = U_MIN;\n        if (u.limit < u.min) u.limit = u.min;\n        if (u.set < u.min) setVoltage(u.min);\n        \n        u.max = util::ceilPrec(cal_conf.u.maxPossible, getPrecision(VALUE_TYPE_FLOAT_VOLT));\n        if (u.max > U_MAX) u.max = U_MAX;\n        if (u.set > u.max) setVoltage(u.max);\n        if (u.limit > u.max) u.limit = u.max;\n\n        i.min = util::floorPrec(cal_conf.i[0].minPossible, getPrecision(VALUE_TYPE_FLOAT_AMPER));\n        if (i.min < I_MIN) i.min = I_MIN;\n        if (i.limit < i.min) i.limit = i.min;\n        if (i.set < i.min) setCurrent(i.min);\n\n        i.max = util::ceilPrec(cal_conf.i[0].maxPossible, getPrecision(VALUE_TYPE_FLOAT_AMPER));\n        if (i.max > I_MAX) i.max = I_MAX;\n        if (i.limit > i.max) i.limit = i.max;\n        if (i.set > i.max) setCurrent(i.max);\n    } else {\n        u.min = U_MIN;\n        u.max = U_MAX;\n\n        i.min = I_MIN;\n        i.max = I_MAX;\n    }\n\n    u.def = u.min;\n    i.def = i.min;\n\n    setVoltage(u.set);\n    setCurrent(i.set);\n}\n\nvoid Channel::calibrationEnable(bool enabled) {\n    if (enabled != isCalibrationEnabled()) {\n        doCalibrationEnable(enabled);\n        event_queue::pushEvent((enabled ? event_queue::EVENT_INFO_CH1_CALIBRATION_ENABLED :\n            event_queue::EVENT_WARNING_CH1_CALIBRATION_DISABLED) + index - 1);\n        persist_conf::saveCalibrationEnabledFlag(*this, enabled);\n    }\n}\n\nvoid Channel::calibrationEnableNoEvent(bool enabled) {\n    if (enabled != isCalibrationEnabled()) {\n        doCalibrationEnable(enabled);\n    }\n}\n\nbool Channel::isCalibrationEnabled() {\n    return flags._calEnabled;\n}\n\nbool Channel::isVoltageCalibrationEnabled() {\n    return flags._calEnabled && cal_conf.flags.u_cal_params_exists;\n}\n\nbool Channel::isCurrentCalibrationEnabled() {\n    return flags._calEnabled && (\n        flags.currentCurrentRange == CURRENT_RANGE_HIGH && cal_conf.flags.i_cal_params_exists_range_high ||\n        flags.currentCurrentRange == CURRENT_RANGE_LOW && cal_conf.flags.i_cal_params_exists_range_low\n    );\n}\n\nvoid Channel::calibrationFindVoltageRange(float minDac, float minVal, float minAdc, float maxDac, float maxVal, float maxAdc, float *min, float *max) {\n    if (boardRevision == CH_BOARD_REVISION_R5B6B || boardRevision == CH_BOARD_REVISION_R5B10 || boardRevision == CH_BOARD_REVISION_R5B12) {\n        *min = U_MIN;\n        *max = U_MAX;\n        return;\n    }\n\n    flags._calEnabled = true;\n\n    bool u_cal_params_exists = cal_conf.flags.u_cal_params_exists;\n    cal_conf.flags.u_cal_params_exists = true;\n\n    CalibrationValueConfiguration calValueConf;\n    calValueConf = cal_conf.u;\n\n    cal_conf.u.min.dac = minDac;\n    cal_conf.u.min.val = minVal;\n    cal_conf.u.min.adc = minAdc;\n    cal_conf.u.max.dac = maxDac;\n    cal_conf.u.max.val = maxVal;\n    cal_conf.u.max.adc = maxAdc;\n\n    doSetVoltage(U_MIN);\n    //DebugTraceF(\"U_MIN=%f\", U_MIN);\n    delay(100);\n#if !ADC_USE_INTERRUPTS\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n    delayMicroseconds(2 * ADC_READ_TIME_US);\n    adc.tick(micros());\n#endif\n    //DebugTraceF(\"DAC=%d\", (int)debug::g_uDac[index-1].get());\n    //DebugTraceF(\"MON_ADC=%d\", (int)u.mon_adc);\n    *min = u.mon_last;\n\n    doSetVoltage(U_MAX);\n    //DebugTraceF(\"U_MAX=%f\", U_MAX);\n    delay(200); // guard time, because without load it will require more than 15ms to jump to the max\n#if !ADC_USE_INTERRUPTS\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n    delayMicroseconds(2 * ADC_READ_TIME_US);\n    adc.tick(micros());\n#endif\n    //DebugTraceF(\"DAC=%d\", (int)debug::g_uDac[index-1].get());\n    //DebugTraceF(\"MON_ADC=%d\", (int)u.mon_adc);\n    *max = u.mon_last;\n\n    cal_conf.flags.u_cal_params_exists = u_cal_params_exists;\n    cal_conf.u = calValueConf;\n\n    flags._calEnabled = false;\n}\n\nvoid Channel::calibrationFindCurrentRange(float minDac, float minVal, float minAdc, float maxDac, float maxVal, float maxAdc, float *min, float *max) {\n    if (boardRevision == CH_BOARD_REVISION_R5B6B || boardRevision == CH_BOARD_REVISION_R5B10 || boardRevision == CH_BOARD_REVISION_R5B12) {\n        *min = I_MIN;\n        *max = I_MAX;\n        return;\n    }\n\n    flags._calEnabled = true;\n\n    bool i_cal_params_exists = cal_conf.flags.i_cal_params_exists_range_high;\n    cal_conf.flags.i_cal_params_exists_range_high = true;\n\n    CalibrationValueConfiguration calValueConf;\n    calValueConf = cal_conf.i[0];\n\n    cal_conf.i[0].min.dac = minDac;\n    cal_conf.i[0].min.val = minVal;\n    cal_conf.i[0].min.adc = minAdc;\n    cal_conf.i[0].max.dac = maxDac;\n    cal_conf.i[0].max.val = maxVal;\n    cal_conf.i[0].max.adc = maxAdc;\n\n    doSetCurrent(I_MIN);\n    //DebugTraceF(\"I_MIN=%f\", I_MIN);\n    delay(100);\n#if !ADC_USE_INTERRUPTS\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_I_MON);\n    delayMicroseconds(2 * ADC_READ_TIME_US);\n    adc.tick(micros());\n#endif\n    //DebugTraceF(\"DAC=%d\", (int)debug::g_iDac[index-1].get());\n    //DebugTraceF(\"MON_ADC=%d\", (int)i.mon_adc);\n    *min = i.mon_last;\n\n    doSetCurrent(I_MAX);\n    delay(100);\n    //DebugTraceF(\"I_MAX=%f\", I_MAX);\n#if !ADC_USE_INTERRUPTS\n    adc.start(AnalogDigitalConverter::ADC_REG0_READ_I_MON);\n    delayMicroseconds(2 * ADC_READ_TIME_US);\n    adc.tick(micros());\n#endif\n    //DebugTraceF(\"DAC=%d\", (int)debug::g_iDac[index-1].get());\n    //DebugTraceF(\"MON_ADC=%d\", (int)i.mon_adc);\n    *max = i.mon_last;\n\n    cal_conf.flags.i_cal_params_exists_range_high = i_cal_params_exists;\n    cal_conf.i[0] = calValueConf;\n\n    flags._calEnabled = false;\n}\n\nvoid Channel::remoteSensingEnable(bool enable) {\n    if (enable != flags.senseEnabled) {\n        doRemoteSensingEnable(enable);\n        event_queue::pushEvent((enable ? event_queue::EVENT_INFO_CH1_REMOTE_SENSE_ENABLED :\n            event_queue::EVENT_INFO_CH1_REMOTE_SENSE_DISABLED) + index - 1);\n        profile::save();\n    }\n}\n\nbool Channel::isRemoteSensingEnabled() {\n    return flags.senseEnabled;\n}\n\nvoid Channel::remoteProgrammingEnable(bool enable) {\n    if (enable != flags.rprogEnabled) {\n        doRemoteProgrammingEnable(enable);\n        event_queue::pushEvent((enable ? event_queue::EVENT_INFO_CH1_REMOTE_PROG_ENABLED :\n            event_queue::EVENT_INFO_CH1_REMOTE_PROG_DISABLED) + index - 1);\n        profile::save();\n    }\n}\n\nbool Channel::isRemoteProgrammingEnabled() {\n    return flags.rprogEnabled;\n}\n\nbool Channel::lowRippleEnable(bool enable) {\n    if (enable != flags.lrippleEnabled) {\n        if (enable && !isLowRippleAllowed(micros())) {\n            return false;\n        }\n        doLowRippleEnable(enable);\n    }\n    return true;\n}\n\nbool Channel::isLowRippleEnabled() {\n    return flags.lrippleEnabled;\n}\n\nvoid Channel::lowRippleAutoEnable(bool enable) {\n    if (enable != flags.lrippleAutoEnabled) {\n        doLowRippleAutoEnable(enable);\n    }\n}\n\nbool Channel::isLowRippleAutoEnabled() {\n    return flags.lrippleAutoEnabled;\n}\n\nvoid Channel::doSetVoltage(float value) {\n    u.set = value;\n    u.mon_dac = 0;\n\n    if (prot_conf.u_level < u.set) {\n        prot_conf.u_level = u.set;\n    }\n\n    if (U_MAX != U_MAX_CONF) {\n        value = util::remap(value, 0, 0, U_MAX_CONF, U_MAX);\n    }\n\n    if (isVoltageCalibrationEnabled()) {\n        value = util::remap(value, cal_conf.u.min.val, cal_conf.u.min.dac, cal_conf.u.max.val, cal_conf.u.max.dac);\n    }\n\n#if !defined(EEZ_PSU_SIMULATOR)\n    value += VOLTAGE_GND_OFFSET;\n#endif\n\n    dac.set_voltage(value);\n}\n\nvoid Channel::setVoltage(float value) {\n    doSetVoltage(value);\n\n    uBeforeBalancing = NAN;\n    restoreCurrentToValueBeforeBalancing();\n\n    profile::save();\n}\n\nvoid Channel::doSetCurrent(float value) {\n    if (hasSupportForCurrentDualRange()) {\n        if (dac.isTesting()) {\n            setCurrentRange(CURRENT_RANGE_HIGH);\n        } else if (!calibration::isEnabled()) {\n            if (flags.currentRangeSelectionMode == CURRENT_RANGE_SELECTION_USE_BOTH) {\n                setCurrentRange(util::greater(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER)) ? CURRENT_RANGE_HIGH : CURRENT_RANGE_LOW);\n            } else if (flags.currentRangeSelectionMode == CURRENT_RANGE_SELECTION_ALWAYS_HIGH) {\n                setCurrentRange(CURRENT_RANGE_HIGH);\n            } else {\n                setCurrentRange(CURRENT_RANGE_LOW);\n            }\n        }\n    }\n\n    i.set = value;\n    i.mon_dac = 0;\n\n    if (I_MAX != I_MAX_CONF) {\n        value = util::remap(value, 0, 0, I_MAX_CONF, I_MAX);\n    }\n\n    if (isCurrentCalibrationEnabled()) {\n        value = util::remap(value,\n            cal_conf.i[flags.currentCurrentRange].min.val,\n            cal_conf.i[flags.currentCurrentRange].min.dac,\n            cal_conf.i[flags.currentCurrentRange].max.val,\n            cal_conf.i[flags.currentCurrentRange].max.dac);\n    }\n\n    value += getDualRangeGndOffset();\n\n    dac.set_current(value);\n}\n\nvoid Channel::setCurrent(float value) {\n    doSetCurrent(value);\n\n    iBeforeBalancing = NAN;\n    restoreVoltageToValueBeforeBalancing();\n\n    profile::save();\n}\n\nbool Channel::isCalibrationExists() {\n    return flags.currentCurrentRange == CURRENT_RANGE_HIGH && cal_conf.flags.i_cal_params_exists_range_high || \n        flags.currentCurrentRange == CURRENT_RANGE_LOW && cal_conf.flags.i_cal_params_exists_range_low ||\n        cal_conf.flags.u_cal_params_exists;\n}\n\nbool Channel::isTripped() {\n    return ovp.flags.tripped ||\n        ocp.flags.tripped ||\n        opp.flags.tripped ||\n        temperature::isAnySensorTripped(this);\n}\n\nvoid Channel::clearProtection(bool clearOTP) {\n    event_queue::Event lastEvent;\n    event_queue::getLastErrorEvent(&lastEvent);\n\n    ovp.flags.tripped = 0;\n    ovp.flags.alarmed = 0;\n    setQuesBits(QUES_ISUM_OVP, false);\n    if (lastEvent.eventId == event_queue::EVENT_ERROR_CH1_OVP_TRIPPED + 3 * (index - 1)) {\n        event_queue::markAsRead();\n    }\n\n    ocp.flags.tripped = 0;\n    ocp.flags.alarmed = 0;\n    setQuesBits(QUES_ISUM_OCP, false);\n    if (lastEvent.eventId == event_queue::EVENT_ERROR_CH1_OCP_TRIPPED + 3 * (index - 1)) {\n        event_queue::markAsRead();\n    }\n\n    opp.flags.tripped = 0;\n    opp.flags.alarmed = 0;\n    setQuesBits(QUES_ISUM_OPP, false);\n    if (lastEvent.eventId == event_queue::EVENT_ERROR_CH1_OPP_TRIPPED + 3 * (index - 1)) {\n        event_queue::markAsRead();\n    }\n\n    if (clearOTP) {\n        temperature::clearChannelProtection(this);\n    }\n}\n\nvoid Channel::disableProtection() {\n    if (!isTripped()) {\n        prot_conf.flags.u_state = 0;\n        prot_conf.flags.i_state = 0;\n        prot_conf.flags.p_state = 0;\n        temperature::disableChannelProtection(this);\n    }\n}\n\nvoid Channel::setQuesBits(int bit_mask, bool on) {\n\tif (serial::g_testResult == TEST_OK) {\n        reg_set_ques_isum_bit(&serial::g_scpiContext, this, bit_mask, on);\n    }\n#if OPTION_ETHERNET\n    if (ethernet::g_testResult == psu::TEST_OK) {\n        reg_set_ques_isum_bit(&ethernet::g_scpiContext, this, bit_mask, on);\n    }\n#endif\n}\n\nvoid Channel::setOperBits(int bit_mask, bool on) {\n\tif (serial::g_testResult == TEST_OK) {\n        reg_set_oper_isum_bit(&serial::g_scpiContext, this, bit_mask, on);\n    }\n#if OPTION_ETHERNET\n    if (ethernet::g_testResult == psu::TEST_OK) {\n        reg_set_oper_isum_bit(&ethernet::g_scpiContext, this, bit_mask, on);\n    }\n#endif\n}\n\nchar *Channel::getCvModeStr() {\n    if (isCvMode()) return \"CV\";\n    else if (isCcMode()) return \"CC\";\n    else return \"UR\";\n}\n\nconst char *Channel::getBoardRevisionName() {\n    return CH_BOARD_REVISION_NAMES[boardRevision];\n}\n\nuint16_t Channel::getFeatures() {\n    return CH_BOARD_REVISION_FEATURES[boardRevision];\n}\n\nfloat Channel::getVoltageLimit() const {\n    return u.limit;\n}\n\nfloat Channel::getVoltageMaxLimit() const {\n    return u.max;\n}\n\nvoid Channel::setVoltageLimit(float limit) {\n    u.limit = limit;\n    if (u.set > u.limit) {\n        setVoltage(u.limit);\n    }\n    profile::save();\n}\n\nfloat Channel::getCurrentLimit() const {\n    return i.limit;\n}\n\nvoid Channel::setCurrentLimit(float limit) {\n    if (limit > getMaxCurrentLimit()) {\n        limit = getMaxCurrentLimit();\n    }\n    i.limit = limit;\n    if (i.set > i.limit) {\n        setCurrent(i.limit);\n    }\n    profile::save();\n}\n\nfloat Channel::getMaxCurrentLimit() const {\n    if (hasSupportForCurrentDualRange() && flags.currentRangeSelectionMode == CURRENT_RANGE_SELECTION_ALWAYS_LOW) {\n        return 0.5f;\n    }\n    return isMaxCurrentLimited() ? ERR_MAX_CURRENT : i.max;\n}\n\nbool Channel::isMaxCurrentLimited() const {\n    return getMaxCurrentLimitCause() != MAX_CURRENT_LIMIT_CAUSE_NONE;\n}\n\nMaxCurrentLimitCause Channel::getMaxCurrentLimitCause() const {\n    if (psu::isMaxCurrentLimited()) {\n        return psu::getMaxCurrentLimitCause();\n    }\n    return maxCurrentLimitCause;\n}\n\nvoid Channel::limitMaxCurrent(MaxCurrentLimitCause cause) {\n    if (cause != maxCurrentLimitCause) {\n        maxCurrentLimitCause = cause;\n\n        if (isMaxCurrentLimited()) {\n            if (isOutputEnabled() && i.mon_last > ERR_MAX_CURRENT) {\n                setCurrent(0);\n            }\n\n            if (i.limit > ERR_MAX_CURRENT) {\n                setCurrentLimit(ERR_MAX_CURRENT);\n            }\n        }\n    }\n}\n\nvoid Channel::unlimitMaxCurrent() {\n    limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_NONE);\n}\n\nfloat Channel::getPowerLimit() const {\n    return p_limit;\n}\n\nfloat Channel::getPowerMaxLimit() const {\n    return PTOT;\n}\n\nvoid Channel::setPowerLimit(float limit) {\n    p_limit = limit;\n    if (u.set * i.set > p_limit) {\n        //setVoltage(p_limit / i.set);\n        setCurrent(p_limit / u.set);\n    }\n    profile::save();\n}\n\n#if !CONF_SKIP_PWRGOOD_TEST\nvoid Channel::testPwrgood(uint8_t gpio) {\n    if (!(gpio & (1 << IOExpander::IO_BIT_IN_PWRGOOD))) {\n        DebugTraceF(\"Ch%d PWRGOOD bit changed to 0\", index);\n        flags.powerOk = 0;\n        psu::generateError(SCPI_ERROR_CH1_FAULT_DETECTED - (index - 1));\n        psu::powerDownBySensor();\n        return;\n    }\n}\n#endif\n\nTriggerMode Channel::getVoltageTriggerMode() {\n    return (TriggerMode)flags.voltageTriggerMode;\n}\n\nvoid Channel::setVoltageTriggerMode(TriggerMode mode) {\n    flags.voltageTriggerMode = mode;\n}\n\nTriggerMode Channel::getCurrentTriggerMode() {\n    return (TriggerMode)flags.currentTriggerMode;\n}\n\nvoid Channel::setCurrentTriggerMode(TriggerMode mode) {\n    flags.currentTriggerMode = mode;\n}\n\nbool Channel::getTriggerOutputState() {\n    return flags.triggerOutputState ? true : false;\n}\n\nvoid Channel::setTriggerOutputState(bool enabled) {\n    flags.triggerOutputState = enabled ? 1 : 0;\n}\n\nTriggerOnListStop Channel::getTriggerOnListStop() {\n    return (TriggerOnListStop)flags.triggerOnListStop;\n}\n\nvoid Channel::setTriggerOnListStop(TriggerOnListStop value) {\n    flags.triggerOnListStop = value;\n}\n\nfloat Channel::getDualRangeGndOffset() {\n#ifdef EEZ_PSU_SIMULATOR\n    return 0;\n#else\n    return flags.currentCurrentRange == CURRENT_RANGE_LOW ? (CURRENT_GND_OFFSET / 10) : CURRENT_GND_OFFSET;\n#endif\n}\n\nvoid Channel::setCurrentRangeSelectionMode(CurrentRangeSelectionMode mode) {\n    flags.currentRangeSelectionMode = mode;\n    profile::save();\n\n    if (flags.currentRangeSelectionMode == CURRENT_RANGE_SELECTION_ALWAYS_LOW) {\n        if (util::greater(i.set, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            i.set = 0.5;\n        }\n\n        if (util::greater(i.limit, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            i.limit = 0.5;\n        }\n    }\n\n    setCurrent(i.set);\n}\n\nvoid Channel::enableAutoSelectCurrentRange(bool enable) {\n    flags.autoSelectCurrentRange = enable;\n    profile::save();\n\n    if (!flags.autoSelectCurrentRange) {\n        setCurrent(i.set);\n    }\n}\n\nbool Channel::isCurrentLowRangeAllowed() {\n    return hasSupportForCurrentDualRange() && flags.currentRangeSelectionMode != CURRENT_RANGE_SELECTION_ALWAYS_HIGH;\n}\n\nfloat Channel::getDualRangeMax() {\n    return flags.currentCurrentRange == CURRENT_RANGE_LOW ? (I_MAX / 10) : I_MAX;\n}\n\n//void Channel::calculateNegligibleAdcDiffForCurrent() {\n//    if (flags.currentCurrentRange == CURRENT_RANGE_LOW) {\n//        negligibleAdcDiffForCurrent = (int)((AnalogDigitalConverter::ADC_MAX - AnalogDigitalConverter::ADC_MIN) / (2 * 10000 * (I_MAX/10 - I_MIN))) + 1;\n//    } else {\n//        negligibleAdcDiffForCurrent = (int)((AnalogDigitalConverter::ADC_MAX - AnalogDigitalConverter::ADC_MIN) / (2 * 1000 * (I_MAX - I_MIN))) + 1;\n//    }\n//}\n\nvoid Channel::doSetCurrentRange() {\n    if (flags.outputEnabled) {\n        if (flags.currentCurrentRange == 0) {\n            // 5A\n            //DebugTraceF(\"CH%d: Switched to 5A range\", (int)index);\n            ioexp.changeBit(IOExpander::IO_BIT_5A, true);\n            ioexp.changeBit(IOExpander::IO_BIT_500mA, false);\n            //calculateNegligibleAdcDiffForCurrent();\n        }\n        else {\n            // 500mA\n            //DebugTraceF(\"CH%d: Switched to 500mA range\", (int)index);\n            ioexp.changeBit(IOExpander::IO_BIT_500mA, true);\n            ioexp.changeBit(IOExpander::IO_BIT_5A, false);\n            //calculateNegligibleAdcDiffForCurrent();\n        }\n    } else {\n        ioexp.changeBit(IOExpander::IO_BIT_5A, false);\n        ioexp.changeBit(IOExpander::IO_BIT_500mA, false);\n    }\n}\n\nvoid Channel::setCurrentRange(uint8_t currentCurrentRange) {\n    if (hasSupportForCurrentDualRange()) {\n        if (currentCurrentRange != flags.currentCurrentRange) {\n            flags.currentCurrentRange = currentCurrentRange;\n            doSetCurrentRange();\n            if (isOutputEnabled()) {\n                adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n            }\n        }\n    }\n}\n\nvoid Channel::doAutoSelectCurrentRange(uint32_t tickCount) {\n    if (isOutputEnabled()) {\n        if (autoRangeCheckLastTickCount != 0) {\n            if (tickCount - autoRangeCheckLastTickCount > CURRENT_AUTO_RANGE_SWITCHING_DELAY_MS * 1000L) {\n                if (flags.autoSelectCurrentRange && flags.currentRangeSelectionMode == CURRENT_RANGE_SELECTION_USE_BOTH && hasSupportForCurrentDualRange() && !dac.isTesting() && !calibration::isEnabled()) {\n                    if (flags.currentCurrentRange == CURRENT_RANGE_LOW) {\n                        if (util::greater(i.set, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER)) && isCcMode()) {\n                            doSetCurrent(i.set);\n                        }\n                    } else if (i.mon_measured) {\n                        if (util::less(i.mon_last, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n                            setCurrentRange(1);\n                            dac.set_current((uint16_t)65535);\n                        }\n                    }\n                }\n                autoRangeCheckLastTickCount = tickCount;\n            }\n        } else {\n            autoRangeCheckLastTickCount = tickCount;\n        }\n    } else {\n        autoRangeCheckLastTickCount = 0;\n    }\n}\n\n}\n} // namespace eez::psu"
  },
  {
    "path": "eez_psu_sketch/channel.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"persist_conf.h\"\n#include \"ioexp.h\"\n#include \"adc.h\"\n#include \"dac.h\"\n#include \"temp_sensor.h\"\n\n#define IS_OVP_VALUE(channel, cpv) (&cpv == &channel->ovp)\n#define IS_OCP_VALUE(channel, cpv) (&cpv == &channel->ocp)\n#define IS_OPP_VALUE(channel, cpv) (&cpv == &channel->opp)\n\nnamespace eez {\nnamespace psu {\n\nnamespace calibration {\nstruct Value;\n}\n\nenum DisplayValue {\n    DISPLAY_VALUE_VOLTAGE,\n    DISPLAY_VALUE_CURRENT,\n    DISPLAY_VALUE_POWER\n};\n\nenum ChannelFeatures {\n    CH_FEATURE_VOLT = (1 << 1),\n    CH_FEATURE_CURRENT = (1 << 2),\n    CH_FEATURE_POWER = (1 << 3),\n    CH_FEATURE_OE = (1 << 4),\n    CH_FEATURE_DPROG = (1 << 5),\n    CH_FEATURE_LRIPPLE = (1 << 6),\n    CH_FEATURE_RPROG = (1 << 7),\n    CH_FEATURE_RPOL = (1 << 8)\n};\n\nenum TriggerMode {\n    TRIGGER_MODE_FIXED,\n    TRIGGER_MODE_LIST,\n    TRIGGER_MODE_STEP\n};\n\nenum TriggerOnListStop {\n    TRIGGER_ON_LIST_STOP_OUTPUT_OFF,\n    TRIGGER_ON_LIST_STOP_SET_TO_FIRST_STEP,\n    TRIGGER_ON_LIST_STOP_SET_TO_LAST_STEP,\n    TRIGGER_ON_LIST_STOP_STANDBY\n};\n\n\nenum CurrentRangeSelectionMode {\n    CURRENT_RANGE_SELECTION_USE_BOTH,\n    CURRENT_RANGE_SELECTION_ALWAYS_HIGH,\n    CURRENT_RANGE_SELECTION_ALWAYS_LOW\n};\n\nenum CurrentRange {\n    CURRENT_RANGE_HIGH,\n    CURRENT_RANGE_LOW\n};\n\n/// PSU channel.\nclass Channel {\n    friend class DigitalAnalogConverter;\n    friend struct calibration::Value;\n\npublic:\n    /// Binary flags for the channel calibration configuration.\n    struct CalibrationConfigurationFlags {\n        /// Is voltage calibrated?\n        unsigned u_cal_params_exists : 1; \n        /// Is current in range 0 (5A) calibrated?\n        unsigned i_cal_params_exists_range_high : 1;\n        /// Is current in range 1 (500mA) calibrated?\n        unsigned i_cal_params_exists_range_low : 1;\n    };\n\n    /// Calibration parameters for the single point.\n    struct CalibrationValuePointConfiguration {\n        /// Value set on DAC by the calibration module.\n        float dac;\n        /// Real value, in volts, set by the user who reads it on the instrument (voltmeter and ampermeter).\n        float val;\n        /// Value read from ADC.\n        float adc;\n    };\n\n    /// Calibration parameters for the voltage and current.\n    /// There are three points defined: `min`, `mid` and `max`.\n    /// Only `min` and `max` are used in actual calculations -\n    /// `mid` is only used for the validity checking.\n    /// Here is how `DAC` value is calculated from the `real_value` set by user:\n    /// `DAC = min.dac + (real_value - min.val) * (max.dac - min.dac) / (max.val - min.val);`\n    /// And here is how `real_value` is calculated from the `ADC` value:\n    /// `real_value = min.val + (ADC - min.adc) * (max.val - min.val) / (max.adc - min.adc);`\n    struct CalibrationValueConfiguration {\n        /// Min point.\n        CalibrationValuePointConfiguration min;\n        /// Mid point.\n        CalibrationValuePointConfiguration mid;\n        /// Max point.\n        CalibrationValuePointConfiguration max;\n\n        /// Real min after calibration\n        float minPossible;\n\n        /// Real max after calibration\n        float maxPossible;\n    };\n\n    /// A structure where calibration parameters for the channel are stored.\n    struct CalibrationConfiguration {\n        /// Used by the persist_conf.\n        persist_conf::BlockHeader header;\n\n        /// Flags\n        CalibrationConfigurationFlags flags;\n\n        /// Calibration parameters for the voltage.\n        CalibrationValueConfiguration u; \n\n        /// Calibration parameters for the currents in both ranges.\n        CalibrationValueConfiguration i[2];\n\n        /// Date when calibration is saved.\n        /// Automatically set if RTC is present.\n        /// Format is YYYYMMDD. \n        char calibration_date[8 + 1];\n\n        /// Remark about calibration set by user.\n        char calibration_remark[CALIBRATION_REMARK_MAX_LENGTH + 1];\n    };\n\n    /// Binary flags for the channel protection configuration\n    struct ProtectionConfigurationFlags {\n        /// Is OVP enabled?\n        unsigned u_state : 1;\n        /// Is OCP enabled?\n        unsigned i_state : 1;\n        /// Is OPP enabled?\n        unsigned p_state : 1;\n    };\n\n    /// Channel OVP, OVP and OPP configuration parameters like level and delay.\n    struct ChannelProtectionConfiguration {\n        persist_conf::BlockHeader header;\n\n        ProtectionConfigurationFlags flags;\n\n        float u_delay;\n        float u_level;\n        float i_delay;\n        float p_delay;\n        float p_level;\n    };\n\n    /// Channel binary flags like output enabled, sense enabled, ...\n    struct Flags {\n        unsigned outputEnabled : 1;\n        unsigned afterBootOutputEnabled: 1;\n        unsigned dpOn : 1;\n        unsigned senseEnabled : 1;\n        unsigned cvMode : 1;\n        unsigned ccMode : 1;\n        unsigned powerOk : 1;\n        unsigned _calEnabled : 1;\n        unsigned rprogEnabled: 1;\n        unsigned lrippleEnabled: 1;\n        unsigned lrippleAutoEnabled: 1;\n        unsigned rpol : 1; // remote sense reverse polarity is detected\n        unsigned displayValue1: 2;\n        unsigned displayValue2: 2;\n        unsigned voltageTriggerMode: 2;\n        unsigned currentTriggerMode: 2;\n        unsigned triggerOutputState: 1;\n        unsigned triggerOnListStop: 3;\n        unsigned currentRangeSelectionMode: 2; // see enum CurrentRangeSelectionMode\n        unsigned autoSelectCurrentRange: 1; // switch between 5A/0.5A depending on Imon\n        unsigned currentCurrentRange: 1; // 0: 5A, 1:0.5A\n    };\n\n    /// Voltage and current data set and measured during runtime.\n    struct Value {\n        float set;\n\n        int16_t mon_adc;\n\n        bool mon_measured;\n\n        float mon;\n        float mon_last;\n        int8_t mon_index;\n        float mon_arr[NUM_ADC_AVERAGING_VALUES];\n        float mon_total;\n\n        float mon_dac;\n        int8_t mon_dac_index;\n        float mon_dac_arr[NUM_ADC_AVERAGING_VALUES];\n        float mon_dac_total;\n\n        float step;\n        float limit;\n\n        float min;\n        float def;\n        float max;\n\n        void init(float set_, float step_, float limit_);\n        void resetMonValues();\n        void addMonDacValue(float value);\n        void addMonValue(float value);\n    };\n\n    /// Runtime protection binary flags (alarmed, tripped)\n    struct ProtectionFlags {\n        unsigned alarmed : 1;\n        unsigned tripped : 1;\n    };\n\n    /// Runtime protection values    \n    struct ProtectionValue {\n        ProtectionFlags flags;\n        uint32_t alarm_started;\n    };\n\n#ifdef EEZ_PSU_SIMULATOR\n    /// Per channel simulator data\n    struct Simulator {\n        bool oe;\n        bool load_enabled;\n        float load;\n        float u_set;\n        float u_dac;\n        float i_set;\n        float i_dac;\n        float temperature[temp_sensor::NUM_TEMP_SENSORS];\n        float voltProgExt;\n\n        void setLoadEnabled(bool value);\n        bool getLoadEnabled();\n\n        void setLoad(float value);\n        float getLoad();\n\n        void setVoltProgExt(float value);\n        float getVoltProgExt();\n    };\n#endif // EEZ_PSU_SIMULATOR\n\n    /// Get channel instance\n    /// \\param channel_index Zero based channel index, greater then or equal to 0 and less then CH_MAX.\n    /// \\returns Reference to channel.\n    static Channel &get(int channel_index);\n\n    /// Save and disable OE for all the channels.\n    static void saveAndDisableOE();\n\n    /// Restore previously saved OE state for all the channels.\n    static void restoreOE();\n\n    ///\n    static char *getChannelsInfo(char *p);\n    static char *getChannelsInfoShort(char *p);\n\n    /// Channel index. Starts from 1.\n    uint8_t index;\n\n    uint8_t boardRevision;\n\n    uint8_t ioexp_iodir;\n    uint8_t ioexp_gpio_init;\n    uint8_t isolator_pin;\n    uint8_t ioexp_pin;\n    uint8_t convend_pin;\n    uint8_t adc_pin;\n    uint8_t dac_pin;\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    uint8_t bp_led_out_plus;\n    uint8_t bp_led_out_minus;\n    uint8_t bp_led_sense_plus;\n    uint8_t bp_led_sense_minus;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    uint8_t bp_led_out;\n    uint8_t bp_led_sense;\n    uint8_t bp_led_prog;\n#endif\n    uint8_t bp_relay_sense;\n    uint8_t cc_led_pin;\n    uint8_t cv_led_pin;\n\n    float U_MIN_STEP;\n    float U_DEF_STEP;\n    float U_MAX_STEP;\n    float U_CAL_VAL_MIN;\n    float U_CAL_VAL_MID;\n    float U_CAL_VAL_MAX;\n    float U_CURR_CAL; // voltage level during current calibration\n\n    bool OVP_DEFAULT_STATE;\n    float OVP_MIN_DELAY;\n    float OVP_DEFAULT_DELAY;\n    float OVP_MAX_DELAY;\n\n    float I_MIN_STEP;\n    float I_DEF_STEP;\n    float I_MAX_STEP;\n    float I_CAL_VAL_MIN;\n    float I_CAL_VAL_MID;\n    float I_CAL_VAL_MAX;\n    float I_VOLT_CAL; // current level during voltage calibration\n\n    bool OCP_DEFAULT_STATE;\n    float OCP_MIN_DELAY;\n    float OCP_DEFAULT_DELAY;\n    float OCP_MAX_DELAY;\n\n    bool OPP_DEFAULT_STATE;\n    float OPP_MIN_DELAY;\n    float OPP_DEFAULT_DELAY;\n    float OPP_MAX_DELAY;\n    float OPP_MIN_LEVEL;\n    float OPP_DEFAULT_LEVEL;\n    float OPP_MAX_LEVEL;\n\n    float SOA_VIN;\n    float SOA_PREG_CURR;\n    float SOA_POSTREG_PTOT;\n\n    float PTOT;\n\n    IOExpander ioexp;\n    AnalogDigitalConverter adc;\n    DigitalAnalogConverter dac;\n\n    Flags flags;\n\n    Value u;\n    Value i;\n\n    float p_limit;\n\n    CalibrationConfiguration cal_conf;\n    ChannelProtectionConfiguration prot_conf;\n\n    ProtectionValue ovp;\n    ProtectionValue ocp;\n    ProtectionValue opp;\n\n    ontime::Counter onTimeCounter;\n\n    float ytViewRate;\n\n#ifdef EEZ_PSU_SIMULATOR\n    Simulator simulator;\n#endif // EEZ_PSU_SIMULATOR\n\n    Channel(\n        uint8_t index,\n        uint8_t boardRevision, uint8_t ioexp_iodir, uint8_t ioexp_gpio_init, uint8_t IO_BIT_OUT_SET_100_PERCENT_, uint8_t IO_BIT_OUT_EXT_PROG_, float VOLTAGE_GND_OFFSET_, float CURRENT_GND_OFFSET_,\n        uint8_t isolator_pin, uint8_t ioexp_pin, uint8_t convend_pin, uint8_t adc_pin, uint8_t dac_pin,\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n        uint8_t bp_led_out_plus, uint8_t bp_led_out_minus, uint8_t bp_led_sense_plus, uint8_t bp_led_sense_minus, uint8_t bp_relay_sense,\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n        uint8_t bp_led_out, uint8_t bp_led_sense, uint8_t bp_relay_sense, uint8_t bp_led_prog,\n#endif\n        uint8_t cc_led_pin, uint8_t cv_led_pin,\n        float U_MIN, float U_DEF, float U_MAX, float U_MAX_CONF, float U_MIN_STEP, float U_DEF_STEP, float U_MAX_STEP, float U_CAL_VAL_MIN, float U_CAL_VAL_MID, float U_CAL_VAL_MAX, float U_CURR_CAL,\n        bool OVP_DEFAULT_STATE, float OVP_MIN_DELAY, float OVP_DEFAULT_DELAY, float OVP_MAX_DELAY,\n        float I_MIN, float I_DEF, float I_MAX, float I_MAX_CONF, float I_MIN_STEP, float I_DEF_STEP, float I_MAX_STEP, float I_CAL_VAL_MIN, float I_CAL_VAL_MID, float I_CAL_VAL_MAX, float I_VOLT_CAL,\n        bool OCP_DEFAULT_STATE, float OCP_MIN_DELAY, float OCP_DEFAULT_DELAY, float OCP_MAX_DELAY,\n        bool OPP_DEFAULT_STATE, float OPP_MIN_DELAY, float OPP_DEFAULT_DELAY, float OPP_MAX_DELAY, float OPP_MIN_LEVEL, float OPP_DEFAULT_LEVEL, float OPP_MAX_LEVEL,\n        float SOA_VIN, float SOA_PREG_CURR, float SOA_POSTREG_PTOT, float PTOT);\n\n    /// Initialize channel and underlying hardware.\n    /// Makes a required tests, for example ADC, DAC and IO Expander tests.\n    void init();\n\n    /// Reset the channel to default values.\n    void reset();\n\n    /// Clear channel calibration configuration.\n    void clearCalibrationConf();\n\n    /// Test the channel.\n    bool test();\n\n    /// Is channel power ok (state of PWRGOOD bit in IO Expander)?\n    bool isPowerOk();\n    \n    /// Is channel test failed?\n    bool isTestFailed();\n    \n    /// Is channel test ok?\n    bool isTestOk();\n\n    /// Is channel ready to work with?\n    bool isOk();\n\n    /// Called by main loop, used for channel maintenance.\n    void tick(uint32_t tick_usec);\n\n    /// Called from IO expander interrupt routine.\n    /// @param gpio State of IO expander GPIO register.\n    /// @param adc_data ADC snapshot data.\n    void eventAdcData(int16_t adc_data, bool startAgain = true);\n    void eventGpio(uint8_t gpio);\n\n    /// Called when device power is turned off, so channel\n    /// can do its own housekeeping.\n    void onPowerDown();\n\n    /// Force ADC read of u.mon_dac and i.mon_dac.\n    void adcReadMonDac();\n\n    /// Force ADC read of all values: u.mon, u.mon_dac, i.mon and i.mon_dac.\n    void adcReadAll();\n\n    /// Force update of all channel state (u.set, i.set, output enable, remote sensing, ...).\n    /// This is called when channel is recovering from hardware failure.\n    void update();\n\n    /// Enable/disable channel output.\n    void outputEnable(bool enable);\n\n    void afterBootOutputEnable();\n\n    /// Is channel output enabled?\n    bool isOutputEnabled();\n\n    /// Enable/disable channel output depending on inhibited state\n    void onInhibitedChanged(bool inhibited);\n\n    /// Enable/disable channel calibration.\n    void calibrationEnable(bool enabled);\n    void calibrationEnableNoEvent(bool enabled);\n\n    /// Is channel calibration enabled?\n    bool isCalibrationEnabled();\n\n    /// Enable/disable remote sensing.\n    void remoteSensingEnable(bool enable);\n\n    /// Is remote sensing enabled?\n    bool isRemoteSensingEnabled();\n\n    /// Enable/disable remote programming.\n    void remoteProgrammingEnable(bool enable);\n\n    /// Is remote programming enabled?\n    bool isRemoteProgrammingEnabled();\n\n    /// Enable/disable low ripple mode.\n    bool lowRippleEnable(bool enable);\n\n    /// Enable/disable low ripple auto mode.\n    void lowRippleAutoEnable(bool enable);\n\n    /// Is low ripple mode allowed?\n    bool isLowRippleAllowed(uint32_t tick_usec);\n\n    /// Is low ripple mode enabled?\n    bool isLowRippleEnabled();\n\n    /// Is low ripple auto mode enabled?\n    bool isLowRippleAutoEnabled();\n\n    /// Set channel voltage level.\n    void setVoltage(float voltage);\n\n    /// Set channel current level\n    void setCurrent(float current);\n\n    /// Is channel calibrated, both voltage and current?\n    bool isCalibrationExists();\n\n    /// Is OVP, OCP or OPP tripped?\n    bool isTripped();\n\n    /// Clear channel protection tripp state.\n    void clearProtection(bool clearOTP = true);\n\n    /// Disable protection for this channel\n    void disableProtection();\n\n    /// Turn on/off bit in SCPI Questinable Instrument Isummary register for this channel.\n    void setQuesBits(int bit_mask, bool on);\n\n    /// Turn on/off bit in SCPI Operational Instrument Isummary register for this channel.\n    void setOperBits(int bit_mask, bool on);\n\n    /// Is channel in CV (constant voltage) mode?\n    bool isCvMode() { return flags.cvMode && !flags.ccMode; }\n\n    /// Is channel in CC (constant current) mode?\n    bool isCcMode() { return flags.ccMode && !flags.cvMode; }\n\n    /// Returns \"CC\", \"CV\" or \"UR\"\n    char *getCvModeStr();\n\n    /// Remap ADC data value to actual voltage value\n    float remapAdcDataToVoltage(int16_t adc_data);\n\n    /// Remap ADC data value to actual current value (use calibration if configured).\n    float remapAdcDataToCurrent(int16_t adc_data);\n\n    /// Remap voltage value to ADC data value (use calibration if configured).\n    int16_t remapVoltageToAdcData(float value);\n\n    /// Remap current value to ADC data value (use calibration if configured).\n    int16_t remapCurrentToAdcData(float value);\n\n    /// Returns name of the board revison of this channel.\n    const char *getBoardRevisionName();\n\n    /// Returns features present (check ChannelFeatures) in board revision of this channel.\n    uint16_t getFeatures();\n\n    /// Returns currently set voltage limit\n    float getVoltageLimit() const;\n\n    /// Returns max. voltage limit\n    float getVoltageMaxLimit() const;\n\n    /// Change voltage limit, it will adjust U_SET if necessary.\n    void setVoltageLimit(float limit);\n\n    /// Returns currently set current limit\n    float getCurrentLimit() const;\n\n    /// Change current limit, it will adjust I_SET if necessary.\n    void setCurrentLimit(float limit);\n\n    /// Returns ERR_MAX_CURRENT if max. current is limited or i.max if not\n    float getMaxCurrentLimit() const;\n\n    /// Returns true if max current is limited to ERR_MAX_CURRENT.\n    bool isMaxCurrentLimited() const;\n\n    /// Returns max. current limit cause\n    MaxCurrentLimitCause getMaxCurrentLimitCause() const;\n\n    /// Set current max. limit to ERR_MAX_CURRENT\n    void limitMaxCurrent(MaxCurrentLimitCause cause);\n    \n    /// Unset current max. limit \n    void unlimitMaxCurrent();\n\n    /// Returns currently set power limit\n    float getPowerLimit() const;\n\n    /// Returns max. power limit\n    float getPowerMaxLimit() const;\n\n    /// Change power limit, it will adjust U_SET or I_SET if necessary.\n    void setPowerLimit(float limit);\n\n    bool isVoltageBalanced() { return !util::isNaN(uBeforeBalancing); }\n    bool isCurrentBalanced() { return !util::isNaN(iBeforeBalancing); }\n    float getUSetUnbalanced() { return isVoltageBalanced() ? uBeforeBalancing : u.set; }\n    float getISetUnbalanced() { return isCurrentBalanced() ? iBeforeBalancing : i.set; }\n\n    int getCurrentHistoryValuePosition() { return historyPosition; }\n    float getUMonHistory(int position) const { return uHistory[position]; }\n    float getIMonHistory(int position) const { return iHistory[position]; }\n\n    void resetHistory();\n\n    TriggerMode getVoltageTriggerMode();\n    void setVoltageTriggerMode(TriggerMode mode);\n\n    TriggerMode getCurrentTriggerMode();\n    void setCurrentTriggerMode(TriggerMode mode);\n\n    bool getTriggerOutputState();\n    void setTriggerOutputState(bool enabled);\n\n    TriggerOnListStop getTriggerOnListStop();\n    void setTriggerOnListStop(TriggerOnListStop value);\n\n    bool hasSupportForCurrentDualRange() const { return boardRevision == CH_BOARD_REVISION_R5B12; }\n    void setCurrentRangeSelectionMode(CurrentRangeSelectionMode mode);\n    CurrentRangeSelectionMode getCurrentRangeSelectionMode() { return (CurrentRangeSelectionMode)flags.currentRangeSelectionMode; }\n    void enableAutoSelectCurrentRange(bool enable);\n    bool isAutoSelectCurrentRangeEnabled() { return flags.autoSelectCurrentRange ? true : false; }\n    bool isCurrentLowRangeAllowed();\n    float getDualRangeMax();\n    void setCurrentRange(uint8_t currentRange);\n\nprivate:\n    bool delayed_dp_off;\n    uint32_t delayed_dp_off_start;\n    bool delayLowRippleCheck;\n    uint32_t outputEnableStartTime;\n    uint32_t dpNegMonitoringTime;\n\n    float U_MIN;\n    float U_DEF;\n    float U_MAX;\n    float U_MAX_CONF;\n\n    float I_MIN;\n    float I_DEF;\n    float I_MAX;\n    float I_MAX_CONF;\n\n    float uBeforeBalancing;\n    float iBeforeBalancing;\n\n    MaxCurrentLimitCause maxCurrentLimitCause;\n\n    //int negligibleAdcDiffForVoltage2;\n    //int negligibleAdcDiffForVoltage3;\n    //int negligibleAdcDiffForCurrent;\n\n    float uHistory[CHANNEL_HISTORY_SIZE];\n    float iHistory[CHANNEL_HISTORY_SIZE];\n    int historyPosition;\n    uint32_t historyLastTick;\n\n    float VOLTAGE_GND_OFFSET;\n    float CURRENT_GND_OFFSET;\n\n    void clearProtectionConf();\n    void protectionEnter(ProtectionValue &cpv);\n    void protectionCheck(ProtectionValue &cpv);\n    void protectionCheck();\n\n    void doCalibrationEnable(bool enable);\n    void calibrationFindVoltageRange(float minDac, float minVal, float minAdc, float maxDac, float maxVal, float maxAdc, float *min, float *max);\n    void calibrationFindCurrentRange(float minDac, float minVal, float minAdc, float maxDac, float maxVal, float maxAdc, float *min, float *max);\n    bool isVoltageCalibrationEnabled();\n    bool isCurrentCalibrationEnabled();\n\n    void adcDataIsReady(int16_t data, bool startAgain);\n    \n    void voltageBalancing();\n    void currentBalancing();\n\n    void restoreVoltageToValueBeforeBalancing();\n    void restoreCurrentToValueBeforeBalancing();\n\n    void doSetVoltage(float value);\n    void doSetCurrent(float value);\n\n    void setCcMode(bool cc_mode);\n    void setCvMode(bool cv_mode);\n    void updateCcAndCvSwitch();\n    \n    void executeOutputEnable(bool enable);\n    void doOutputEnable(bool enable);\n    \n    void doRemoteSensingEnable(bool enable);\n    void doRemoteProgrammingEnable(bool enable);\n\n    void lowRippleCheck(uint32_t tick_usec);\n    void doLowRippleEnable(bool enable);\n    void doLowRippleAutoEnable(bool enable);\n\n    void doDpEnable(bool enable);\n\n#if !CONF_SKIP_PWRGOOD_TEST\n    void testPwrgood(uint8_t gpio);\n#endif\n\n    float getDualRangeGndOffset();\n    //void calculateNegligibleAdcDiffForCurrent();\n\n    uint32_t autoRangeCheckLastTickCount;\n    void doAutoSelectCurrentRange(uint32_t tickCount);\n\n    void doSetCurrentRange();\n};\n\n}\n} // namespace eez::psu"
  },
  {
    "path": "eez_psu_sketch/channel_dispatcher.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"channel_dispatcher.h\"\n#include \"bp.h\"\n#include \"temperature.h\"\n#include \"event_queue.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"scpi_regs.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace channel_dispatcher {\n\nstatic Type g_channelCoupling = TYPE_NONE;\n\nbool isCouplingOrTrackingAllowed() {\n    if (CH_NUM < 2) {\n        return false;\n    }\n\n    if (!Channel::get(0).isOk() || !Channel::get(1).isOk()) {\n        return false;\n    }\n\n    return true;\n}\n\nbool setType(Type value) {\n    if (g_channelCoupling != value) {\n        if (value != TYPE_NONE && !isCouplingOrTrackingAllowed()) {\n            return false;\n        }\n\n        g_channelCoupling = value;\n\n        for (int i = 0; i < 2; ++i) {\n            if (i < CH_NUM) {\n                Channel &channel = Channel::get(i);\n                if (Channel::get(i).isOk()) {\n                    channel.outputEnable(false);\n                    channel.remoteSensingEnable(false);\n\n                    if (channel.getFeatures() & CH_FEATURE_RPROG) {\n                        channel.remoteProgrammingEnable(false);\n                    }\n                    if (channel.getFeatures() & CH_FEATURE_LRIPPLE) {\n                        channel.lowRippleEnable(false);\n                        channel.lowRippleAutoEnable(false);\n                    }\n\n                    channel.setVoltageTriggerMode(TRIGGER_MODE_FIXED);\n                    channel.setCurrentTriggerMode(TRIGGER_MODE_FIXED);\n                    channel.setTriggerOutputState(true);\n                    channel.setTriggerOnListStop(TRIGGER_ON_LIST_STOP_OUTPUT_OFF);\n\n                    list::resetChannelList(channel);\n\n                    if (isTracked()) {\n                        channel.setVoltageLimit(MIN(Channel::get(0).getVoltageLimit(), Channel::get(1).getVoltageLimit()));\n                        if (i != 0) {\n                            channel.setVoltage(Channel::get(0).u.set);\n                        }\n\n                        channel.setCurrentLimit(MIN(Channel::get(0).getCurrentLimit(), Channel::get(1).getCurrentLimit()));\n                        if (i != 0) {\n                            channel.setCurrent(Channel::get(0).i.set);\n                        }\n\n                        trigger::setVoltage(channel, Channel::get(0).u.def);\n                        trigger::setCurrent(channel, Channel::get(0).i.def);\n                    } else {\n                        channel.setVoltage(getUMin(channel));\n                        channel.setVoltageLimit(MIN(Channel::get(0).getVoltageLimit(), Channel::get(1).getVoltageLimit()));\n\n                        channel.setCurrent(getIMin(channel));\n                        channel.setCurrentLimit(MIN(Channel::get(0).getCurrentLimit(), Channel::get(1).getCurrentLimit()));\n\n                        trigger::setVoltage(channel, getUMin(channel));\n                        trigger::setCurrent(channel, getIMin(channel));\n\n#ifdef EEZ_PSU_SIMULATOR\n                        channel.simulator.setLoadEnabled(false);\n                        channel.simulator.setLoad(Channel::get(0).simulator.getLoad());\n#endif\n                    }\n\n                    if (isTracked() || isCoupled()) {\n                        channel.prot_conf.flags.u_state = Channel::get(0).prot_conf.flags.u_state || Channel::get(1).prot_conf.flags.u_state ? 1 : 0;\n                        channel.prot_conf.u_level = MIN(Channel::get(0).prot_conf.u_level, Channel::get(1).prot_conf.u_level);\n                        channel.prot_conf.u_delay = MIN(Channel::get(0).prot_conf.u_delay, Channel::get(1).prot_conf.u_delay);\n\n                        channel.prot_conf.flags.i_state = Channel::get(0).prot_conf.flags.i_state || Channel::get(1).prot_conf.flags.i_state ? 1 : 0;\n                        channel.prot_conf.i_delay = MIN(Channel::get(0).prot_conf.i_delay, Channel::get(1).prot_conf.i_delay);\n\n                        channel.prot_conf.flags.p_state = Channel::get(0).prot_conf.flags.p_state || Channel::get(1).prot_conf.flags.p_state ? 1 : 0;\n                        channel.prot_conf.p_level = MIN(Channel::get(0).prot_conf.p_level, Channel::get(1).prot_conf.p_level);\n                        channel.prot_conf.p_delay = MIN(Channel::get(0).prot_conf.p_delay, Channel::get(1).prot_conf.p_delay);\n\n                        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.state =\n                            temperature::sensors[temp_sensor::CH1].prot_conf.state ||\n                            temperature::sensors[temp_sensor::CH2].prot_conf.state ? 1 : 0;\n\n                        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.level =\n                            MIN(temperature::sensors[temp_sensor::CH1].prot_conf.level,\n                                temperature::sensors[temp_sensor::CH2].prot_conf.level);\n\n                        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.delay =\n                            MIN(temperature::sensors[temp_sensor::CH1].prot_conf.delay,\n                                temperature::sensors[temp_sensor::CH2].prot_conf.delay);\n                    }\n                }\n\n                if (i == 1) {\n                    Channel &channel1 = Channel::get(0);\n                    channel.flags.displayValue1 = channel1.flags.displayValue1;\n                    channel.flags.displayValue2 = channel1.flags.displayValue2;\n                    channel.ytViewRate = channel1.ytViewRate;\n\n                    if (isCoupled() || isTracked()) {\n                        channel.setVoltageTriggerMode(TRIGGER_MODE_FIXED);\n                        channel.setCurrentTriggerMode(TRIGGER_MODE_FIXED);\n                        channel.setTriggerOutputState(true);\n                        channel.setTriggerOnListStop(TRIGGER_ON_LIST_STOP_OUTPUT_OFF);\n                    }\n                }\n\n                channel.setCurrentRangeSelectionMode(CURRENT_RANGE_SELECTION_USE_BOTH);\n                channel.enableAutoSelectCurrentRange(false);\n\n                channel.resetHistory();\n            }\n        }\n\n        bp::switchChannelCoupling(g_channelCoupling);\n\n        if (isParallel()) {\n            event_queue::pushEvent(event_queue::EVENT_INFO_COUPLED_IN_PARALLEL);\n        } else if (isSeries()) {\n            event_queue::pushEvent(event_queue::EVENT_INFO_COUPLED_IN_SERIES);\n        } else if (isTracked()) {\n            event_queue::pushEvent(event_queue::EVENT_INFO_CHANNELS_TRACKED);\n        } else {\n            event_queue::pushEvent(event_queue::EVENT_INFO_CHANNELS_UNCOUPLED);\n        }\n\n        psu::setOperBits(OPER_GROUP_PARALLEL, isParallel());\n        psu::setOperBits(OPER_GROUP_SERIAL, isSeries());\n\n        delay(100); // Huge pause that allows relay contacts to debounce\n    }\n\n    return true;\n}\n\nType getType() {\n    return g_channelCoupling;\n}\n\nfloat getUSet(const Channel &channel) { \n    if (isSeries()) {\n        return Channel::get(0).u.set + Channel::get(1).u.set;\n    }\n    return channel.u.set;\n}\n\nfloat getUSetUnbalanced(const Channel &channel) { \n    if (isSeries()) {\n        return Channel::get(0).getUSetUnbalanced() + Channel::get(1).getUSetUnbalanced();\n    }\n    return channel.u.set;\n}\n\nfloat getUMon(const Channel &channel) { \n    if (isSeries()) {\n        return Channel::get(0).u.mon + Channel::get(1).u.mon;\n    }\n    return channel.u.mon; \n}\n\nfloat getUMonLast(const Channel &channel) {\n\tif (isSeries()) {\n\t\treturn Channel::get(0).u.mon_last + Channel::get(1).u.mon_last;\n\t}\n\treturn channel.u.mon_last;\n}\n\nfloat getUMonHistory(const Channel &channel, int position) {\n    if (isSeries()) {\n        return Channel::get(0).getUMonHistory(position) + Channel::get(1).getUMonHistory(position);\n    }\n    return channel.getUMonHistory(position); \n}\n\nfloat getUMonDac(const Channel &channel) { \n    if (isSeries()) {\n        return Channel::get(0).u.mon_dac + Channel::get(1).u.mon_dac;\n    }\n    return channel.u.mon_dac; \n}\n\nfloat getULimit(const Channel &channel) {\n    if (isSeries()) {\n        return 2 * MIN(Channel::get(0).getVoltageLimit(), Channel::get(1).getVoltageLimit());\n    }\n    return channel.getVoltageLimit();\n}\n\nfloat getUMaxLimit(const Channel &channel) {\n    if (isSeries()) {\n        return 2 * MIN(Channel::get(0).getVoltageMaxLimit(), Channel::get(1).getVoltageMaxLimit());\n    } else if (isParallel() || isTracked()) {\n        return MIN(Channel::get(0).getVoltageMaxLimit(), Channel::get(1).getVoltageMaxLimit());\n    }\n    return channel.getVoltageMaxLimit();\n}\n\nfloat getUMin(const Channel &channel) {\n    if (isSeries()) {\n        return 2 * MAX(Channel::get(0).u.min, Channel::get(1).u.min);\n    } else if (isParallel() || isTracked()) {\n        return MAX(Channel::get(0).u.min, Channel::get(1).u.min);\n    }\n    return channel.u.min;\n}\n\nfloat getUDef(const Channel &channel) {\n    if (isSeries()) {\n        return Channel::get(0).u.def + Channel::get(1).u.def;\n    }\n    return channel.u.def;\n}\n\nfloat getUMax(const Channel &channel) {\n    if (isSeries()) {\n        return 2 * MIN(Channel::get(0).u.max, Channel::get(1).u.max);\n    } else if (isParallel() || isTracked()) {\n        return MIN(Channel::get(0).u.max, Channel::get(1).u.max);\n    }\n    return channel.u.max;\n}\n\nfloat getUProtectionLevel(const Channel &channel) {\n    if (isSeries()) {\n        return Channel::get(0).prot_conf.u_level + Channel::get(1).prot_conf.u_level;\n    }\n    return channel.prot_conf.u_level;\n}\n\nvoid setVoltage(Channel &channel, float voltage) {\n    if (isSeries()) {\n        Channel::get(0).setVoltage(voltage / 2);\n        Channel::get(1).setVoltage(voltage / 2);\n    } else if (isParallel() || isTracked()) {\n        Channel::get(0).setVoltage(voltage);\n        Channel::get(1).setVoltage(voltage);\n    } else {\n        channel.setVoltage(voltage);\n    }\n}\n\nvoid setVoltageLimit(Channel &channel, float limit) {\n    if (isSeries()) {\n        Channel::get(0).setVoltageLimit(limit / 2);\n        Channel::get(1).setVoltageLimit(limit / 2);\n    } else if (isParallel() || isTracked()) {\n        Channel::get(0).setVoltageLimit(limit);\n        Channel::get(1).setVoltageLimit(limit);\n    } else {\n        channel.setVoltageLimit(limit);\n    }\n}\n\nvoid setOvpParameters(Channel &channel, int state, float level, float delay) {\n    if (isCoupled() || isTracked()) {\n        float coupledLevel = isSeries() ? level / 2 : level;\n\n        Channel::get(0).prot_conf.flags.u_state = state;\n        Channel::get(0).prot_conf.u_level = coupledLevel;\n        Channel::get(0).prot_conf.u_delay = delay;\n\n        Channel::get(1).prot_conf.flags.u_state = state;\n        Channel::get(1).prot_conf.u_level = coupledLevel;\n        Channel::get(1).prot_conf.u_delay = delay;\n    } else {\n        channel.prot_conf.flags.u_state = state;\n        channel.prot_conf.u_level = level;\n        channel.prot_conf.u_delay = delay;\n    }\n}\n\nvoid setOvpState(Channel &channel, int state) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.flags.u_state = state;\n        Channel::get(1).prot_conf.flags.u_state = state;\n    } else {\n        channel.prot_conf.flags.u_state = state;\n    }\n}\n\nvoid setOvpLevel(Channel &channel, float level) {\n    if (isCoupled() || isTracked()) {\n        float coupledLevel = isSeries() ? level / 2 : level;\n        Channel::get(0).prot_conf.u_level = coupledLevel;\n        Channel::get(1).prot_conf.u_level = coupledLevel;\n    } else {\n        channel.prot_conf.u_level = level;\n    }\n}\n\nvoid setOvpDelay(Channel &channel, float delay) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.u_delay = delay;\n        Channel::get(1).prot_conf.u_delay = delay;\n    } else {\n        channel.prot_conf.u_delay = delay;\n    }\n}\n\nfloat getISet(const Channel &channel) { \n    if (isParallel()) {\n        return Channel::get(0).i.set + Channel::get(1).i.set;\n    }\n    return channel.i.set; \n}\n\nfloat getISetUnbalanced(const Channel &channel) { \n    if (isParallel()) {\n        return Channel::get(0).getISetUnbalanced() + Channel::get(1).getISetUnbalanced();\n    }\n    return channel.i.set; \n}\n\nfloat getIMon(const Channel &channel) { \n    if (isParallel()) {\n        return Channel::get(0).i.mon + Channel::get(1).i.mon;\n    }\n    return channel.i.mon; \n}\n\nfloat getIMonLast(const Channel &channel) {\n\tif (isParallel()) {\n\t\treturn Channel::get(0).i.mon_last + Channel::get(1).i.mon_last;\n\t}\n\treturn channel.i.mon_last;\n}\n\nfloat getIMonHistory(const Channel &channel, int position) {\n    if (isParallel()) {\n        return Channel::get(0).getIMonHistory(position) + Channel::get(1).getIMonHistory(position);\n    }\n    return channel.getIMonHistory(position); \n}\n\nfloat getIMonDac(const Channel &channel) { \n    if (isParallel()) {\n        return Channel::get(0).i.mon_dac + Channel::get(1).i.mon_dac;\n    }\n    return channel.i.mon_dac; \n}\n\nfloat getILimit(const Channel &channel) {\n    if (isParallel()) {\n        return 2 * MIN(Channel::get(0).getCurrentLimit(), Channel::get(1).getCurrentLimit());\n    }\n    return channel.getCurrentLimit();\n}\n\nfloat getIMaxLimit(const Channel &channel) {\n    if (isParallel()) {\n        return 2 * MIN(Channel::get(0).getMaxCurrentLimit(), Channel::get(1).getMaxCurrentLimit());\n    } else if (isSeries() || isTracked()) {\n        return MIN(Channel::get(0).getMaxCurrentLimit(), Channel::get(1).getMaxCurrentLimit());\n    }\n    return channel.getMaxCurrentLimit();\n}\n\nfloat getIMin(const Channel &channel) {\n    if (isParallel()) {\n        return 2 * MAX(Channel::get(0).i.min, Channel::get(1).i.min);\n    } else if (isSeries() || isTracked()) {\n        return MAX(Channel::get(0).i.min, Channel::get(1).i.min);\n    }\n    return channel.i.min;\n}\n\nfloat getIDef(const Channel &channel) {\n    if (isParallel()) {\n        return Channel::get(0).i.def + Channel::get(1).i.def;\n    }\n    return channel.i.def;\n}\n\nfloat getIMax(const Channel &channel) {\n    if (isParallel()) {\n        return 2 * MIN(Channel::get(0).i.max, Channel::get(1).i.max);\n    } else if (isSeries() || isTracked()) {\n        return MIN(Channel::get(0).i.max, Channel::get(1).i.max);\n    }\n    return channel.i.max;\n}\n\nvoid setCurrent(Channel &channel, float current) {\n    if (isParallel()) {\n        Channel::get(0).setCurrent(current / 2);\n        Channel::get(1).setCurrent(current / 2);\n    } else if (isSeries() || isTracked()) {\n        Channel::get(0).setCurrent(current);\n        Channel::get(1).setCurrent(current);\n    } else {\n        channel.setCurrent(current);\n    }\n}\n\nvoid setCurrentLimit(Channel &channel, float limit) {\n    if (isParallel()) {\n        Channel::get(0).setCurrentLimit(limit / 2);\n        Channel::get(1).setCurrentLimit(limit / 2);\n    } else if (isSeries() || isTracked()) {\n        Channel::get(0).setCurrentLimit(limit);\n        Channel::get(1).setCurrentLimit(limit);\n    } else {\n        channel.setCurrentLimit(limit);\n    }\n}\n\nvoid setOcpParameters(Channel &channel, int state, float delay) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.flags.i_state = state;\n        Channel::get(0).prot_conf.i_delay = delay;\n\n        Channel::get(1).prot_conf.flags.i_state = state;\n        Channel::get(1).prot_conf.i_delay = delay;\n    } else {\n        channel.prot_conf.flags.i_state = state;\n        channel.prot_conf.i_delay = delay;\n    }\n}\n\nvoid setOcpState(Channel &channel, int state) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.flags.i_state = state;\n        Channel::get(1).prot_conf.flags.i_state = state;\n    } else {\n        channel.prot_conf.flags.i_state = state;\n    }\n}\n\nvoid setOcpDelay(Channel &channel, float delay) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.i_delay = delay;\n        Channel::get(1).prot_conf.i_delay = delay;\n    } else {\n        channel.prot_conf.i_delay = delay;\n    }\n}\n\nfloat getPowerLimit(const Channel& channel) {\n    if (isCoupled()) {\n        return 2 * MIN(Channel::get(0).getPowerLimit(), Channel::get(1).getPowerLimit());\n    }\n    return channel.getPowerLimit();\n}\n\nfloat getPowerMinLimit(const Channel& channel) {\n    return 0;\n}\n\nfloat getPowerMaxLimit(const Channel& channel) {\n    if (isCoupled()) {\n        return 2 * MIN(Channel::get(0).PTOT, Channel::get(1).PTOT);\n    }\n    return channel.PTOT;\n}\n\nfloat getPowerDefaultLimit(const Channel& channel) {\n    return getPowerMaxLimit(channel);\n}\n\nfloat getPowerProtectionLevel(const Channel &channel) {\n    if (isCoupled()) {\n        return Channel::get(0).prot_conf.p_level + Channel::get(1).prot_conf.p_level;\n    }\n    return channel.prot_conf.p_level;\n}\n\nvoid setPowerLimit(Channel &channel, float limit) {\n    if (isCoupled()) {\n        Channel::get(0).setPowerLimit(limit / 2);\n        Channel::get(1).setPowerLimit(limit / 2);\n    } else if (isTracked()) {\n        Channel::get(0).setPowerLimit(limit);\n        Channel::get(1).setPowerLimit(limit);\n    } else {\n        channel.setPowerLimit(limit);\n    }\n}\n\nfloat getOppMinLevel(Channel &channel) {\n    if (isCoupled()) {\n        return 2 * MAX(Channel::get(0).OPP_MIN_LEVEL, Channel::get(1).OPP_MIN_LEVEL);\n    }\n    return channel.OPP_MIN_LEVEL;\n}\n\nfloat getOppMaxLevel(Channel &channel) {\n    if (isCoupled()) {\n        return 2 * MIN(Channel::get(0).OPP_MAX_LEVEL, Channel::get(1).OPP_MAX_LEVEL);\n    }\n    return channel.OPP_MAX_LEVEL;\n}\n\nfloat getOppDefaultLevel(Channel &channel) {\n    if (isCoupled()) {\n        return Channel::get(0).OPP_DEFAULT_LEVEL + Channel::get(1).OPP_DEFAULT_LEVEL;\n    }\n    return channel.OPP_DEFAULT_LEVEL;\n}\n\nvoid setOppParameters(Channel &channel, int state, float level, float delay) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.flags.p_state = state;\n        Channel::get(0).prot_conf.p_level = isCoupled() ? level / 2 : level;\n        Channel::get(0).prot_conf.p_delay = delay;\n\n        Channel::get(1).prot_conf.flags.p_state = state;\n        Channel::get(1).prot_conf.p_level = isCoupled() ? level / 2 : level;\n        Channel::get(1).prot_conf.p_delay = delay;\n    } else {\n        channel.prot_conf.flags.p_state = state;\n        channel.prot_conf.p_level = level;\n        channel.prot_conf.p_delay = delay;\n    }\n}\n\nvoid setOppState(Channel &channel, int state) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.flags.p_state = state;\n        Channel::get(1).prot_conf.flags.p_state = state;\n    } else {\n        channel.prot_conf.flags.p_state = state;\n    }\n}\n\nvoid setOppLevel(Channel &channel, float level) {\n    if (isCoupled()) {\n        Channel::get(0).prot_conf.p_level = level / 2;\n        Channel::get(1).prot_conf.p_level = level / 2;\n    } else if (isTracked()) {\n        Channel::get(0).prot_conf.p_level = level;\n        Channel::get(1).prot_conf.p_level = level;\n    } else {\n        channel.prot_conf.p_level = level;\n    }\n}\n\nvoid setOppDelay(Channel &channel, float delay) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).prot_conf.p_delay = delay;\n        Channel::get(1).prot_conf.p_delay = delay;\n    } else {\n        channel.prot_conf.p_delay = delay;\n    }\n}\n\nvoid outputEnable(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).outputEnable(enable);\n        Channel::get(1).outputEnable(enable);\n    } else {\n        channel.outputEnable(enable);\n    }\n}\n\nvoid remoteSensingEnable(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).remoteSensingEnable(enable);\n        Channel::get(1).remoteSensingEnable(enable);\n    } else {\n        channel.remoteSensingEnable(enable);\n    }\n}\n\nvoid remoteProgrammingEnable(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).remoteSensingEnable(enable);\n        Channel::get(1).remoteSensingEnable(enable);\n    } else {\n        channel.remoteSensingEnable(enable);\n    }\n}\n\nbool lowRippleEnable(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        bool success = Channel::get(0).lowRippleEnable(enable) && Channel::get(1).lowRippleEnable(enable);\n        if (!success) {\n            Channel::get(0).lowRippleEnable(false);\n            Channel::get(1).lowRippleEnable(false);\n        }\n        return success;\n    } else {\n        return channel.lowRippleEnable(enable);\n    }\n}\n\nvoid lowRippleAutoEnable(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).lowRippleAutoEnable(enable);\n        Channel::get(1).lowRippleAutoEnable(enable);\n    } else {\n        channel.lowRippleAutoEnable(enable);\n    }\n}\n\nbool isTripped(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).isTripped() || Channel::get(1).isTripped();\n    } else {\n        return channel.isTripped();\n    }\n}\n\nvoid clearProtection(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).clearProtection();\n        Channel::get(1).clearProtection();\n    } else {\n        channel.clearProtection();\n    }\n}\n\nvoid disableProtection(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).disableProtection();\n        Channel::get(1).disableProtection();\n    } else {\n        channel.disableProtection();\n    }\n}\n\nbool isOvpTripped(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).ovp.flags.tripped || Channel::get(1).ovp.flags.tripped;\n    } else {\n        return channel.ovp.flags.tripped;\n    }\n}\n\nbool isOcpTripped(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).ocp.flags.tripped || Channel::get(1).ocp.flags.tripped;\n    } else {\n        return channel.ocp.flags.tripped;\n    }\n}\n\nbool isOppTripped(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).opp.flags.tripped || Channel::get(1).opp.flags.tripped;\n    } else {\n        return channel.opp.flags.tripped;\n    }\n}\n\nbool isOtpTripped(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return temperature::sensors[temp_sensor::CH1].isTripped() || temperature::sensors[temp_sensor::CH2].isTripped();\n    } else {\n        return temperature::sensors[temp_sensor::CH1 + channel.index - 1].isTripped();\n    }\n}\n\nvoid clearOtpProtection(int sensor) {\n    if ((sensor == temp_sensor::CH1 || sensor == temp_sensor::CH2) && (isCoupled() || isTracked())) {\n        temperature::sensors[temp_sensor::CH1].clearProtection();\n        temperature::sensors[temp_sensor::CH2].clearProtection();\n    } else {\n        temperature::sensors[sensor].clearProtection();\n    }\n}\n\nvoid setOtpParameters(Channel &channel, int state, float level, float delay) {\n    if (isCoupled() || isTracked()) {\n        temperature::sensors[temp_sensor::CH1].prot_conf.state = state ? true : false;\n        temperature::sensors[temp_sensor::CH2].prot_conf.state = state ? true : false;\n\n        temperature::sensors[temp_sensor::CH1].prot_conf.level = level;\n        temperature::sensors[temp_sensor::CH2].prot_conf.level = level;\n\n        temperature::sensors[temp_sensor::CH1].prot_conf.delay = delay;\n        temperature::sensors[temp_sensor::CH2].prot_conf.delay = delay;\n    } else {\n        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.state = state ? true : false;\n        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.level = level;\n        temperature::sensors[temp_sensor::CH1 + channel.index - 1].prot_conf.delay = delay;\n    }\n}\n\nvoid setOtpState(int sensor, int state) {\n    if ((sensor == temp_sensor::CH1 || sensor == temp_sensor::CH2) && (isCoupled() || isTracked())) {\n        temperature::sensors[temp_sensor::CH1].prot_conf.state = state ? true : false;\n        temperature::sensors[temp_sensor::CH2].prot_conf.state = state ? true : false;\n    } else {\n        temperature::sensors[sensor].prot_conf.state = state ? true : false;\n    }\n}\n\nvoid setOtpLevel(int sensor, float level) {\n    if ((sensor == temp_sensor::CH1 || sensor == temp_sensor::CH2) && (isCoupled() || isTracked())) {\n        temperature::sensors[temp_sensor::CH1].prot_conf.level = level;\n        temperature::sensors[temp_sensor::CH2].prot_conf.level = level;\n    } else {\n        temperature::sensors[sensor].prot_conf.level = level;\n    }\n}\n\nvoid setOtpDelay(int sensor, float delay) {\n    if ((sensor == temp_sensor::CH1 || sensor == temp_sensor::CH2) && (isCoupled() || isTracked())) {\n        temperature::sensors[temp_sensor::CH1].prot_conf.delay = delay;\n        temperature::sensors[temp_sensor::CH2].prot_conf.delay = delay;\n    } else {\n        temperature::sensors[sensor].prot_conf.delay = delay;\n    }\n}\n\nvoid setDisplayViewSettings(Channel &channel, int displayValue1, int displayValue2, float ytViewRate) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).flags.displayValue1 = displayValue1;\n        Channel::get(0).flags.displayValue2 = displayValue2;\n        Channel::get(0).ytViewRate = ytViewRate;\n\n        Channel::get(1).flags.displayValue1 = displayValue1;\n        Channel::get(1).flags.displayValue2 = displayValue2;\n        Channel::get(1).ytViewRate = ytViewRate;\n    } else {\n        channel.flags.displayValue1 = displayValue1;\n        channel.flags.displayValue2 = displayValue2;\n        channel.ytViewRate = ytViewRate;\n    }\n}\n\nTriggerMode getVoltageTriggerMode(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).getVoltageTriggerMode();\n    } else {\n        return channel.getVoltageTriggerMode();\n    }\n}\n\nvoid setVoltageTriggerMode(Channel& channel, TriggerMode mode) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).setVoltageTriggerMode(mode);\n    } else {\n        channel.setVoltageTriggerMode(mode);\n    }\n}\n\nTriggerMode getCurrentTriggerMode(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).getCurrentTriggerMode();\n    } else {\n        return channel.getCurrentTriggerMode();\n    }\n}\n\nvoid setCurrentTriggerMode(Channel& channel, TriggerMode mode) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).setCurrentTriggerMode(mode);\n    } else {\n        channel.setCurrentTriggerMode(mode);\n    }\n}\n\nbool getTriggerOutputState(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).getTriggerOutputState();\n    } else {\n        return channel.getTriggerOutputState();\n    }\n}\n\nvoid setTriggerOutputState(Channel& channel, bool enable) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).setTriggerOutputState(enable);\n    } else {\n        channel.setTriggerOutputState(enable);\n    }\n}\n\nTriggerOnListStop getTriggerOnListStop(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).getTriggerOnListStop();\n    } else {\n        return channel.getTriggerOnListStop();\n    }\n}\n\nvoid setTriggerOnListStop(Channel& channel, TriggerOnListStop value) {\n    if (isCoupled() || isTracked()) {\n        Channel::get(0).setTriggerOnListStop(value);\n    } else {\n        channel.setTriggerOnListStop(value);\n    }\n}\n\nfloat getTriggerVoltage(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return trigger::getVoltage(Channel::get(0));\n    } else {\n        return trigger::getVoltage(channel);\n    }\n}\n\nvoid setTriggerVoltage(Channel& channel, float value) {\n    if (isCoupled() || isTracked()) {\n        trigger::setVoltage(Channel::get(0), value);\n    } else {\n        trigger::setVoltage(channel, value);\n    }\n}\n\nfloat getTriggerCurrent(Channel& channel) {\n    if (isCoupled() || isTracked()) {\n        return trigger::getCurrent(Channel::get(0));\n    } else {\n        return trigger::getCurrent(channel);\n    }\n}\n\nvoid setTriggerCurrent(Channel& channel, float value) {\n    if (isCoupled() || isTracked()) {\n        trigger::setCurrent(Channel::get(0), value);\n    } else {\n        trigger::setCurrent(channel, value);\n    }\n}\n\n#ifdef EEZ_PSU_SIMULATOR\nvoid setLoadEnabled(Channel &channel, bool state) {\n    if (isCoupled()) {\n        Channel::get(0).simulator.setLoadEnabled(state);\n        Channel::get(1).simulator.setLoadEnabled(state);\n    } else {\n        channel.simulator.setLoadEnabled(state);\n    }\n}\n\nvoid setLoad(Channel &channel, float load) {\n    if (isCoupled()) {\n        Channel::get(0).simulator.setLoad(load);\n        Channel::get(1).simulator.setLoad(load);\n    } else {\n        channel.simulator.setLoad(load);\n    }\n}\n#endif\n\nbool isCurrentLowRangeAllowed(Channel &channel) {\n    if (isCoupled() || isTracked()) {\n        return Channel::get(0).isCurrentLowRangeAllowed() || Channel::get(1).isCurrentLowRangeAllowed();\n    } else {\n        return channel.isCurrentLowRangeAllowed();\n    }\n}\n\n}\n}\n} // namespace eez::psu::channel_dispatcher"
  },
  {
    "path": "eez_psu_sketch/channel_dispatcher.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"persist_conf.h\"\n#include \"ioexp.h\"\n#include \"adc.h\"\n#include \"dac.h\"\n#include \"temp_sensor.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace channel_dispatcher {\n\nenum Type {\n    TYPE_NONE,\n    TYPE_PARALLEL,\n    TYPE_SERIES,\n    TYPE_TRACKED\n};\n\nbool isCouplingOrTrackingAllowed();\n\nbool setType(Type value);\nType getType();\n\ninline bool isCoupled() { return getType() == TYPE_PARALLEL || getType() == TYPE_SERIES; }\ninline bool isParallel() { return getType() == TYPE_PARALLEL; }\ninline bool isSeries() { return getType() == TYPE_SERIES; }\ninline bool isTracked() { return getType() == channel_dispatcher::TYPE_TRACKED; }\n\nfloat getUSet(const Channel &channel);\nfloat getUSetUnbalanced(const Channel &channel);\nfloat getUMon(const Channel &channel);\nfloat getUMonLast(const Channel &channel);\nfloat getUMonHistory(const Channel &channel, int position);\nfloat getUMonDac(const Channel &channel);\nfloat getULimit(const Channel &channel);\nfloat getUMaxLimit(const Channel &channel);\nfloat getUMin(const Channel &channel);\nfloat getUDef(const Channel &channel);\nfloat getUMax(const Channel &channel);\nfloat getUProtectionLevel(const Channel &channel);\nvoid setVoltage(Channel &channel, float voltage);\nvoid setVoltageLimit(Channel &channel, float limit);\nvoid setOvpParameters(Channel &channel, int state, float level, float delay);\nvoid setOvpState(Channel &channel, int state);\nvoid setOvpLevel(Channel &channel, float level);\nvoid setOvpDelay(Channel &channel, float delay);\n\nfloat getISet(const Channel &channel);\nfloat getISetUnbalanced(const Channel &channel);\nfloat getIMon(const Channel &channel);\nfloat getIMonLast(const Channel &channel);\nfloat getIMonHistory(const Channel &channel, int position);\nfloat getIMonDac(const Channel &channel);\nfloat getILimit(const Channel &channel);\nfloat getIMaxLimit(const Channel &channel);\nfloat getIMin(const Channel &channel);\nfloat getIDef(const Channel &channel);\nfloat getIMax(const Channel &channel);\nvoid setCurrent(Channel &channel, float current);\nvoid setCurrentLimit(Channel &channel, float limit);\nvoid setOcpParameters(Channel &channel, int state, float delay);\nvoid setOcpState(Channel &channel, int state);\nvoid setOcpDelay(Channel &channel, float delay);\n\nfloat getPowerLimit(const Channel& channel);\nfloat getPowerMinLimit(const Channel& channel);\nfloat getPowerMaxLimit(const Channel& channel);\nfloat getPowerDefaultLimit(const Channel& channel);\nfloat getPowerProtectionLevel(const Channel& channel);\nvoid setPowerLimit(Channel &channel, float limit);\n\nfloat getOppMinLevel(Channel &channel);\nfloat getOppMaxLevel(Channel &channel);\nfloat getOppDefaultLevel(Channel &channel);\nvoid setOppParameters(Channel &channel, int state, float level, float delay);\nvoid setOppState(Channel &channel, int state);\nvoid setOppLevel(Channel &channel, float level);\nvoid setOppDelay(Channel &channel, float delay);\n\nvoid outputEnable(Channel& channel, bool enable);\nvoid remoteSensingEnable(Channel& channel, bool enable);\nvoid remoteProgrammingEnable(Channel& channel, bool enable);\nbool lowRippleEnable(Channel& channel, bool enable);\nvoid lowRippleAutoEnable(Channel& channel, bool enable);\n\nbool isTripped(Channel& channel);\nvoid clearProtection(Channel& channel);\nvoid disableProtection(Channel& channel);\n\nbool isOvpTripped(Channel& channel);\nbool isOcpTripped(Channel& channel);\nbool isOppTripped(Channel& channel);\nbool isOtpTripped(Channel& channel);\n\nvoid clearOtpProtection(int sensor);\nvoid setOtpParameters(Channel &channel, int state, float level, float delay);\nvoid setOtpState(int sensor, int state);\nvoid setOtpLevel(int sensor, float level);\nvoid setOtpDelay(int sensor, float delay);\n\nvoid setDisplayViewSettings(Channel &channel, int displayValue1, int displayValue2, float ytViewRate);\n\nTriggerMode getVoltageTriggerMode(Channel& channel);\nvoid setVoltageTriggerMode(Channel& channel, TriggerMode mode);\n\nTriggerMode getCurrentTriggerMode(Channel& channel);\nvoid setCurrentTriggerMode(Channel& channel, TriggerMode mode);\n\nbool getTriggerOutputState(Channel& channel);\nvoid setTriggerOutputState(Channel& channel, bool enable);\n\nTriggerOnListStop getTriggerOnListStop(Channel& channel);\nvoid setTriggerOnListStop(Channel& channel, TriggerOnListStop value);\n\nfloat getTriggerVoltage(Channel& channel);\nvoid setTriggerVoltage(Channel& channel, float value);\n\nfloat getTriggerCurrent(Channel& channel);\nvoid setTriggerCurrent(Channel& channel, float value);\n\n#ifdef EEZ_PSU_SIMULATOR\nvoid setLoadEnabled(Channel &channel, bool state);\nvoid setLoad(Channel &channel, float load);\n#endif\n\nbool isCurrentLowRangeAllowed(Channel &channel);\n\n}\n}\n} // namespace eez::psu::channel_dispatcher"
  },
  {
    "path": "eez_psu_sketch/conf.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n/** @file conf_example.h\n@brief Compile time configuration.\n*/\n\n/** @page conf_h Configuration\n@brief Compile time configuration.\nThis file is used to define compile time configuration options.\nUse `conf_user.h` file to override anything from here.\noption.\n*/\n\n#pragma once\n\n#include \"conf_user_revision.h\"\n\n#include \"conf_channel.h\"\n\n/// Wait until serial port is ready before starting firmware.\n#define CONF_WAIT_SERIAL 0\n\n// Data rate in bits per second (baud) for serial data transmission.\n#define SERIAL_SPEED 115200\n\n/// Enable all debug trace to the serial port. \n#define CONF_DEBUG 1\n\n/// Enable only some of the debug trace to the serial port. \n#define CONF_DEBUG_LATEST 1\n\n/// Enable debug variables\n#define CONF_DEBUG_VARIABLES 0\n\n/// Is Ethernet present?\n#define OPTION_ETHERNET 1\n\n/// Is RTC present?\n#define OPTION_EXT_RTC 1\n\n/// Is SD card present?\n#define OPTION_SD_CARD 1\n\n/// Is external EEPROM present?\n#define OPTION_EXT_EEPROM 1\n\n/// Is binding post present?\n#define OPTION_BP 1\n\n/// Is display present?\n#define OPTION_DISPLAY 1\n\n/// Is fan present?\n#define OPTION_FAN 1\n\n/// Is aux temperature sensor present?\n#define OPTION_AUX_TEMP_SENSOR 1\n\n/// Generate square wave on SYNC_MASTER pin\n#define OPTION_SYNC_MASTER 0\n\n/// Enable watchdog\n#define OPTION_WATCHDOG 1\n\n/// Enable encoder\n#define OPTION_ENCODER 1\n\n/// Maximum number of channels existing.\n#define CH_MAX 2\n\n/// Number of channels visible (less then or equal to CH_MAX)\n#define CH_NUM 2\n\n/// Channels configuration.\n/// \n#define CHANNELS \\\n    CHANNEL(1, CH_BOARD_REVISION_R5B12_PARAMS, CH_PINS_1, CH_PARAMS_40V_5A), \\\n    CHANNEL(2, CH_BOARD_REVISION_R5B12_PARAMS, CH_PINS_2, CH_PARAMS_40V_5A)\n\n/// Min. delay between power down and power up.\n#define MIN_POWER_UP_DELAY 5\n\n/// Default calibration password.\n#define CALIBRATION_PASSWORD_DEFAULT \"eezpsu\"\n\n/// Is OTP enabled by default?\n#define OTP_AUX_DEFAULT_STATE 1\n\n/// Default OTP delay\n#define OTP_AUX_DEFAULT_DELAY 30.0f\n\n/// Default OTP level\n#define OTP_AUX_DEFAULT_LEVEL 55.0f\n\n/// Is channel OTP enabled by default?\n#define OTP_CH_DEFAULT_STATE 1\n\n/// Default channel OTP delay\n#define OTP_CH_DEFAULT_DELAY 30.0f\n\n/// Default channel OTP level\n#define OTP_CH_DEFAULT_LEVEL 75.0f\n\n#include \"conf_advanced.h\"\n#include \"conf_user.h\"\n"
  },
  {
    "path": "eez_psu_sketch/conf_advanced.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n/** @file conf_advanced.h\n@brief Advanced compile time configuration.\n*/\n\n#pragma once\n\n/// PSU serial number.\n#define PSU_SERIAL   \"0000000\"\n\n/// Firmware version.\n#define FIRMWARE     \"v1.1.2\"\n\n/// Manufacturer description text used for *IDN?\n#define IDN_MANUFACTURER \"Envox\"\n\n/// Model description text used for *IDN?\n#ifdef EEZ_PSU_SIMULATOR\n#define IDN_MODEL \"EEZ H24005 (Simulator)\"\n#else\n#define IDN_MODEL \"EEZ H24005 (Due)\"\n#endif\n\n/// SCPI TCP server port.\n#define TCP_PORT 5025\n\n/// Name of the DAC chip.\n#define DAC_NAME \"DAC8552\"\n\n/// DAC chip resolution in number of bits.\n#define DAC_RES 16\n\n/// Allowed difference, in percentage, between DAC and ADC value during testing.\n#define DAC_TEST_TOLERANCE 4.0f\n\n/// Max. number of tries during DAC testing before giving up. \n#define DAC_TEST_MAX_TRIES 3\n\n/// Name of the ADC chip.\n#define ADC_NAME \"ADS1120\"\n\n/// ADC chip resolution in number of bits.\n#define ADC_RES 15\n\n#define ADC_USE_INTERRUPTS 0\n\n#define ADC_READ_TIME_US 1800\n\n/// How many times per second will ADC take snapshot value?\n/// 0: 20 SPS, 1: 45 SPS, 2: 90 SPS, 3: 175 SPS, 4: 330 SPS, 5: 600 SPS, 6: 1000 SPS\n#ifdef EEZ_PSU_ARDUINO_MEGA\n#define ADC_SPS 2\n#else\n#define ADC_SPS 5\n#endif\n#define ADC_SPS_TIME_CRITICAL 5 // used when time/performance critical operation is running\n\n/// Duration, in milliseconds, from the last ADC interrupt\n/// after which ADC timeout condition is declared.  \n#define ADC_TIMEOUT_MS 60\n\n/// Maximum number of attempts to recover from ADC timeout before giving up.\n#define MAX_ADC_TIMEOUT_RECOVERY_ATTEMPTS 3\n\n/// Password minimum length in number characters.\n#define PASSWORD_MIN_LENGTH 4\n\n/// Password maximum length in number of characters.\n#define PASSWORD_MAX_LENGTH 16\n\n/// Calibration remark maximum length.\n#define CALIBRATION_REMARK_MAX_LENGTH 32\n\n/// Default calibration remark text.\n#define CALIBRATION_REMARK_INIT \"Not calibrated\"\n\n/// Maximum difference, in percentage, between ADC\n/// and real value during calibration.\n#define CALIBRATION_DATA_TOLERANCE 10.0f\n\n/// Maximum difference, in percentage, between calculated mid value\n/// and real mid value during calibration.\n#define CALIBRATION_MID_TOLERANCE_PERCENT 1.0f\n\n/// Temperature reading interval.\n#define TEMP_SENSOR_READ_EVERY_MS 1000\n\n/// Temperature sensors calibration points.\n/// There are 2 points. For each point there are two values.\n/// First value is Voltage[V] and second value is Temperature[oC].\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\n#define AUX_TEMP_SENSOR_CALIBRATION_POINTS 370, 29.0f, 450, 39.0f\n\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\n#define AUX_TEMP_SENSOR_CALIBRATION_POINTS 370, 29.0f, 450, 39.0f // 10K, Beta: 3977K\n#define CH1_TEMP_SENSOR_CALIBRATION_POINTS 490, 39.0f, 700, 60.0f // 10K, Beta: 3570K\n#define CH2_TEMP_SENSOR_CALIBRATION_POINTS 490, 39.0f, 700, 60.0f // 10K, Beta: 3570K\n\n#endif\n\n/// Minimum OTP delay\n#define OTP_AUX_MIN_DELAY     0.0f\n\n/// Maximum OTP delay\n#define OTP_AUX_MAX_DELAY     300.0f\n\n/// Minimum OTP level\n#define OTP_AUX_MIN_LEVEL     0.0f\n\n/// Maximum OTP level\n#define OTP_AUX_MAX_LEVEL     100.0f\n\n/// Number of profile storage locations\n#define NUM_PROFILE_LOCATIONS 10\n\n/// Profile name maximum length in number of characters.\n#define PROFILE_NAME_MAX_LENGTH 32\n\n/// Size in number characters of SCPI parser input buffer.\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n#define SCPI_PARSER_INPUT_BUFFER_LENGTH 48\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#define SCPI_PARSER_INPUT_BUFFER_LENGTH 2048\n#endif\n\n/// Size of SCPI parser error queue.\n#define SCPI_PARSER_ERROR_QUEUE_SIZE 20\n\n/// Since we are not using timer, but ADC interrupt for the OVP and\n/// OCP delay measuring there will be some error (size of which\n/// depends on ADC_SPS value). You can use the following value, which\n/// will be subtracted from the OVP and OCP delay, to correct this error.\n/// Value is given in seconds.\n#define PROT_DELAY_CORRECTION 0.002f\n\n/// This is the delay period, after the channel output went OFF,\n/// after which we shall turn DP off.\n/// Value is given in seconds.\n#define DP_OFF_DELAY_PERIOD 1\n\n/// Text returned by the SYStem:CAPability command\n#define STR_SYST_CAP \"DCSUPPLY WITH (MEASURE|MULTIPLE|TRIGGER)\"\n\n/// Select type of TFT touch display, possible values are: TFT_320QVT_1289 and TFT_320QVT_9341\n#define DISPLAY_TYPE TFT_320QVT_9341\n\n/// Select display orientations, possible values are:\n/// DISPLAY_ORIENTATION_PORTRAIT and DISPLAY_ORIENTATION_LANDSCAPE\n#define DISPLAY_ORIENTATION_PORTRAIT 0\n#define DISPLAY_ORIENTATION_LANDSCAPE 1\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n#define DISPLAY_ORIENTATION DISPLAY_ORIENTATION_PORTRAIT\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#define DISPLAY_ORIENTATION DISPLAY_ORIENTATION_LANDSCAPE\n#endif\n\n/// Set to 1 to skip the test of PWRGOOD signal\n#define CONF_SKIP_PWRGOOD_TEST 0\n\n/// Minimal temperature (in oC) for sensor to be declared as valid.\n#define TEMP_SENSOR_MIN_VALID_TEMPERATURE -5\n\n/// Interval at which fan speed should be adjusted\n#define FAN_SPEED_ADJUSTMENT_INTERVAL 500\n\n/// Interval at which fan speed should be measured\n#define FAN_SPEED_MEASURMENT_INTERVAL 5000\n\n/// Fan switch-on temperature (in oC)\n#define FAN_MIN_TEMP 50\n\n/// Max. allowed temperature (in oC), if it stays more then FAN_MAX_TEMP_DELAY seconds then main power will be turned off.\n#define FAN_MAX_TEMP 75\n\n///  PWM value for min. fan speed (12) \n#define FAN_MIN_PWM 1\n\n/// PWM value for max. fan speed (255)\n#define FAN_MAX_PWM 255\n\n/// FAN PID controller parameters\n#define FAN_PID_KP 0.1\n#define FAN_PID_KI 0.05\n#define FAN_PID_KD 0\n#define FAN_PID_POn 1 // PoM: 0, PoE: 1, see http://brettbeauregard.com/blog/2017/06/introducing-proportional-on-measurement/\n\n/// Min. PWM after which fan failed will be asserted if RPM is not measured\n#define FAN_FAILED_THRESHOLD 15\n\n/// Max. allowed output current (in ampers) if fan or temp. sensor is invalid.\n#define ERR_MAX_CURRENT 2.0f\n\n/// Nominal fan RPM (for PWM=255).\n#define FAN_NOMINAL_RPM 4500 \n\n/// Number of seconds after which main power will be turned off.\n#define FAN_MAX_TEMP_DELAY 30\n\n/// Temperature drop (in oC) below FAN_MAX_TEMP to turn again main power on. Premature attempt to turn power on will report error -200.\n#define FAN_MAX_TEMP_DROP 15 \n\n/// Enable/disable RPM measurement during work - it will still be enabled at the boot during fan test.\n#define FAN_OPTION_RPM_MEASUREMENT 1\n\n/// Interval (in milliseconds) at which watchdog impulse will be sent\n#define WATCHDOG_INTERVAL 250\n\n/// Interval (in minutes) at which \"on time\" will be written to EEPROM\n#define WRITE_ONTIME_INTERVAL 10\n\n/// Maximum allowed length (including label) of the keypad text.\n#define MAX_KEYPAD_TEXT_LENGTH 128\n\n/// Frequency of master sync\n#define SYNC_MASTER_FREQUENCY 320000 // 320kHz \n\n/// Enable transition to the Main page after period of inactivity.\n#define GUI_BACK_TO_MAIN_ENABLED 1\n\n/// Inactivity period duration in seconds before transition to the Main page.\n#define GUI_BACK_TO_MAIN_DELAY 10\n\n/// How much to wait (in seconds) for a lease for an IP address from a DHCP server\n/// until we declare ethernet initialization failure.\n#define ETHERNET_DHCP_TIMEOUT 15\n\n/// Output power is monitored and if its go below DP_NEG_LEV\n/// that is negative value in Watts (default -1 W),\n/// and that condition lasts more then DP_NEG_DELAY seconds (default 5 s),\n/// down-programmer circuit has to be switched off.\n#define DP_NEG_LEV -1 // -1 W\n\n/// See DP_NEG_LEV.\n#define DP_NEG_DELAY 5 // 5 s\n\n/// Replace standard SPI transactions implementation with in-house implementation,\n/// It is more simple version where all interrupts are disabled during SPI transactions.\n/// We had some problems (WATCHDOG, ADC timeout and EEPROM errros) with SPI in the\n/// past and when we used our SPI transactions implementation, problems disappeared.\n/// But, unfortunately, now ethernet doesn't work.\n#define REPLACE_SPI_TRANSACTIONS_IMPLEMENTATION 0\n\n/// Number of history values shown in YT diagram. This value must be the same as\n/// the width of YT widget.\n#define CHANNEL_HISTORY_SIZE 140\n\n#define GUI_YT_VIEW_RATE_DEFAULT 0.1f\n#define GUI_YT_VIEW_RATE_MIN 0.01f\n#define GUI_YT_VIEW_RATE_MAX 300.0f\n\n#define MAX_LIST_LENGTH 256\n\n#define LIST_DWELL_MIN 0.0001f \n#define LIST_DWELL_MAX 65535.0f\n#define LIST_DWELL_DEF 0.01f\n\n#define MAX_LIST_COUNT 65535\n\n#define PATH_SEPARATOR \"/\"\n#define LISTS_DIR PATH_SEPARATOR \"LISTS\"\n#define PROFILES_DIR PATH_SEPARATOR \"PROFILES\"\n#define LIST_FILE_EXTENSION \".CSV\"\n#define MAX_PATH_LENGTH 255\n#define CSV_SEPARATOR ','\n#define LIST_CSV_FILE_NO_VALUE_CHAR '='\n\n/// Time in seconds of SCPI inactivity to declare SCPI to be idle.\n#define SCPI_IDLE_TIMEOUT 60\n\n/// Time in seconds of GUI inactivity to declare GUI to be idle.\n#define GUI_IDLE_TIMEOUT 1\n\n/// Time in seconds of Encoder inactivity to declare Encoder to be idle.\n#define ENCODER_IDLE_TIMEOUT 60\n\n/// Changed but not confirmed value will be reset to current one\n/// after this timeout in seconds.\n/// See https://github.com/eez-open/psu-firmware/issues/84\n#define ENCODER_CHANGE_TIMEOUT 15\n\n#define DISPLAY_BRIGHTNESS_MIN 1\n#define DISPLAY_BRIGHTNESS_MAX 20\n#define DISPLAY_BRIGHTNESS_DEFAULT 20\n\n#define DISPLAY_BACKGROUND_LUMINOSITY_STEP_MIN 0\n#define DISPLAY_BACKGROUND_LUMINOSITY_STEP_MAX 20\n#define DISPLAY_BACKGROUND_LUMINOSITY_STEP_DEFAULT 10\n#define DISPLAY_BACKGROUND_COLOR_R 80\n#define DISPLAY_BACKGROUND_COLOR_G 128\n#define DISPLAY_BACKGROUND_COLOR_B 255\n\n/// Number of values used for ADC averaging\n#define NUM_ADC_AVERAGING_VALUES 30\n\n/// Width of the trigger output pulse, in milliseconds.\n#define CONF_TOUTPUT_PULSE_WIDTH_MS 100\n\n/// Duration of BP LED's flash during boot and test\n#define CONF_BP_TEST_FLASH_DURATION_MS 500\n\n#define CONF_DEFAULT_NTP_SERVER \"europe.pool.ntp.org\"\n\n/// Query NTP server every 24 hours\n#define CONF_NTP_PERIOD_SEC 24L * 60 * 60\n\n/// Query NTP server every 10 minutes if error happened last time\n#define CONF_NTP_PERIOD_AFTER_ERROR_SEC 10L * 60\n\n/// To prevent too fast switching betweeen current ranges\n#define CURRENT_AUTO_RANGE_SWITCHING_DELAY_MS 5\n\n/// Change to 0 if you want to use programming USB port\n#define CONF_SERIAL_USE_NATIVE_USB_PORT 1\n\n/// Change to 1 if you want to add jitter column in DLOG file\n#define CONF_DLOG_JITTER 0\n\n/// During data logging call file.sync every N seconds\n#define CONF_DLOG_SYNC_FILE_TIME 10 // 10 seconds\n\n/// Size of serial port output buffer\n#define CONF_SERIAL_BUFFER_SIZE 64\n"
  },
  {
    "path": "eez_psu_sketch/conf_channel.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#define CH_BOARD_REVISION_R4B43A 0\n#define CH_BOARD_REVISION_R5B6B  1\n#define CH_BOARD_REVISION_R5B9   2\n#define CH_BOARD_REVISION_R5B10  3\n#define CH_BOARD_REVISION_R5B12  4\n\n#define IOEXP_IODIR_R4B43A 0B01111101 // pins 1 and 7 set as output\n#define IOEXP_IODIR_R5B6B  0B01100101 // pins 1, 3, 4 and 7 set as output\n#define IOEXP_IODIR_R5B9   0B01100101 // pins 1, 3, 4 and 7 set as output\n#define IOEXP_IODIR_R5B10  0B01100101 // pins 1, 3, 4 and 7 set as output\n#define IOEXP_IODIR_R5B12  0B01100101 // pins 1, 3, 4 and 7 set as output\n\n#define IOEXP_GPIO_INIT_R4B43A 0B00000010\n#define IOEXP_GPIO_INIT_R5B6B  0B00001010\n#define IOEXP_GPIO_INIT_R5B9   0B00001010\n#define IOEXP_GPIO_INIT_R5B10  0B00001010\n#define IOEXP_GPIO_INIT_R5B12  0B00001010\n\n#define VOLTAGE_GND_OFFSET_R4B43A 0.0f\n#define VOLTAGE_GND_OFFSET_R5B6B  0.86f\n#define VOLTAGE_GND_OFFSET_R5B9   0.0f\n#define VOLTAGE_GND_OFFSET_R5B10  0.86f\n#define VOLTAGE_GND_OFFSET_R5B12  0.86f\n\n#define CURRENT_GND_OFFSET_R4B43A 0.0f\n#define CURRENT_GND_OFFSET_R5B6B  0.110f\n#define CURRENT_GND_OFFSET_R5B9   0.0f\n#define CURRENT_GND_OFFSET_R5B10  0.110f\n#define CURRENT_GND_OFFSET_R5B12  0.110f\n\n#define IO_BIT_NOT_USED 0\n\n#define IO_BIT_OUT_SET_100_PERCENT_R5B6B 3\n#define IO_BIT_OUT_EXT_PROG_R5B6B 4\n\n#define IO_BIT_OUT_SET_100_PERCENT_R5B9 3\n#define IO_BIT_OUT_EXT_PROG_R5B9 4\n\n#define IO_BIT_OUT_SET_100_PERCENT_R5B10 3\n#define IO_BIT_OUT_EXT_PROG_R5B10 4\n\n#define IO_BIT_OUT_SET_100_PERCENT_R5B12 3\n#define IO_BIT_OUT_EXT_PROG_R5B12 4\n\n#define CH_BOARD_REVISION_R4B43A_PARAMS CH_BOARD_REVISION_R4B43A, IOEXP_IODIR_R4B43A, IOEXP_GPIO_INIT_R4B43A, IO_BIT_NOT_USED,                  IO_BIT_NOT_USED,           VOLTAGE_GND_OFFSET_R4B43A, CURRENT_GND_OFFSET_R4B43A\n#define CH_BOARD_REVISION_R5B6B_PARAMS  CH_BOARD_REVISION_R5B6B,  IOEXP_IODIR_R5B6B,  IOEXP_GPIO_INIT_R5B6B,  IO_BIT_OUT_SET_100_PERCENT_R5B6B, IO_BIT_OUT_EXT_PROG_R5B6B, VOLTAGE_GND_OFFSET_R5B6B,  CURRENT_GND_OFFSET_R5B6B\n#define CH_BOARD_REVISION_R5B9_PARAMS   CH_BOARD_REVISION_R5B9,   IOEXP_IODIR_R5B9,   IOEXP_GPIO_INIT_R5B9,   IO_BIT_OUT_SET_100_PERCENT_R5B9,  IO_BIT_OUT_EXT_PROG_R5B9,  VOLTAGE_GND_OFFSET_R5B9,   CURRENT_GND_OFFSET_R5B9\n#define CH_BOARD_REVISION_R5B10_PARAMS  CH_BOARD_REVISION_R5B10,  IOEXP_IODIR_R5B10,  IOEXP_GPIO_INIT_R5B10,  IO_BIT_OUT_SET_100_PERCENT_R5B10, IO_BIT_OUT_EXT_PROG_R5B10, VOLTAGE_GND_OFFSET_R5B10,  CURRENT_GND_OFFSET_R5B10\n#define CH_BOARD_REVISION_R5B12_PARAMS  CH_BOARD_REVISION_R5B12,  IOEXP_IODIR_R5B12,  IOEXP_GPIO_INIT_R5B12,  IO_BIT_OUT_SET_100_PERCENT_R5B12, IO_BIT_OUT_EXT_PROG_R5B12, VOLTAGE_GND_OFFSET_R5B10,  CURRENT_GND_OFFSET_R5B12\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\n#define CH_PINS_1 \\\n    ISOLATOR1_EN, IO_EXPANDER1, CONVEND1, ADC1_SELECT, DAC1_SELECT, \\\n    BP_LED_OUT1_PLUS, BP_LED_OUT1_MINUS, BP_LED_SENSE1_PLUS, BP_LED_SENSE1_MINUS, BP_RELAY_SENSE1, \\\n    LED_CC1, LED_CV1\n\n#define CH_PINS_2 \\\n    ISOLATOR2_EN, IO_EXPANDER2, CONVEND2, ADC2_SELECT, DAC2_SELECT, \\\n    BP_LED_OUT2_PLUS, BP_LED_OUT2_MINUS, BP_LED_SENSE2_PLUS, BP_LED_SENSE2_MINUS, BP_RELAY_SENSE2, \\\n    LED_CC2, LED_CV2\n\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\n#define CH_PINS_1 \\\n    ISOLATOR1_EN, IO_EXPANDER1, CONVEND1, ADC1_SELECT, DAC1_SELECT, \\\n    BP_LED_OUT1, BP_LED_SENSE1, BP_RELAY_SENSE1, \\\n    BP_LED_PROG1, BP_LED_CC1, BP_LED_CV1\n\n#define CH_PINS_2 \\\n    ISOLATOR2_EN, IO_EXPANDER2, CONVEND2, ADC2_SELECT, DAC2_SELECT, \\\n    BP_LED_OUT2, BP_LED_SENSE2, BP_RELAY_SENSE2, \\\n    BP_LED_PROG2, BP_LED_CC2, BP_LED_CV2\n\n#endif\n\n//                       OVP_DEFAULT_STATE, OVP_MIN_DELAY, OVP_DEFAULT_DELAY, OVP_MAX_DELAY\n#define CH_PARAMS_OVP    false,             0.0f,          0.005f,            10.0f\n\n//                           U_MIN, U_DEF, U_MAX, U_MAX_CONF, U_MIN_STEP, U_DEF_STEP, U_MAX_STEP, U_CAL_VAL_MIN, U_CAL_VAL_MID, U_CAL_VAL_MAX, U_CURR_CAL\n#define CH_PARAMS_U_30V      0.0f,  0.0f,  30.0f, 30.0f,      0.01f,      0.1f,       5.0f,       0.15f,         14.1f,         28.0f,         25.0f,     CH_PARAMS_OVP\n#define CH_PARAMS_U_40V      0.0f,  0.0f,  40.0f, 41.33f,     0.01f,      0.1f,       5.0f,       0.15f,         19.1f,         38.0f,         25.0f,     CH_PARAMS_OVP\n#define CH_PARAMS_U_40V_R5B9 0.0f,  0.0f,  40.0f, 40.0f,      0.01f,      0.1f,       5.0f,       0.15f,         19.1f,         38.0f,         25.0f,     CH_PARAMS_OVP\n#define CH_PARAMS_U_50V      0.0f,  0.0f,  50.0f, 50.0f,      0.01f,      0.1f,       5.0f,       0.15f,         24.1f,         48.0f,         25.0f,     CH_PARAMS_OVP\n\n//                       OCP_DEFAULT_STATE, OCP_MIN_DELAY, OCP_DEFAULT_DELAY, OCP_MAX_DELAY\n#define CH_PARAMS_OCP    false,             0.0f,          0.02f,             10.0f\n\n//                          I_MIN, I_DEF, I_MAX,  I_MAX_CONF, I_MIN_STEP, I_DEF_STEP, I_MAX_STEP, I_CAL_VAL_MIN, I_CAL_VAL_MID, I_CAL_VAL_MAX, I_VOLT_CAL\n#define CH_PARAMS_I_3A      0.0f,  0.0f,  3.125f, 3.125f,     0.01f,      0.01f,      1.0f,       0.05f,         1.525f,        3.0f,          0.05f,      CH_PARAMS_OCP\n#define CH_PARAMS_I_5A      0.0f,  0.0f,  5.0f,   5.125f,     0.01f,      0.01f,      1.0f,       0.05f,         2.425f,        4.8f,          0.05f,      CH_PARAMS_OCP\n#define CH_PARAMS_I_5A_R5B9 0.0f,  0.0f,  5.0f,   5.0f,       0.01f,      0.01f,      1.0f,       0.05f,         2.425f,        4.8f,          0.05f,      CH_PARAMS_OCP\n\n//                             OPP_MIN_DELAY, OPP_DEFAULT_DELAY, OPP_MAX_DELAY\n#define CH_PARAMS_OPP_DELAY    1.0f,          10.0f,             300.0f\n\n// Channel's OPP, max. power and post-regulator SOA\n//\n//                                                                              OPP_DEFAULT_STATE          OPP_MIN_LEVEL          SOA_VIN \n//                                                                              |                          | OPP_DEFAULT_LEVEL    |      SOA_PREG_CURR,\n//                                                                              |                          |      |  OPP_MAX_LEVEL|      |       SOA_POSTREG_PTOT\n//                                                                              |                          |      |       |       |      |       |      PTOT      \n#define CH_PARAMS_30V_3A             CH_PARAMS_U_30V,      CH_PARAMS_I_3A,      true, CH_PARAMS_OPP_DELAY,  0.0f,  60.0f,  90.0f, 38.0f, 3.125f, 25.0f, 90.0f\n#define CH_PARAMS_40V_3A             CH_PARAMS_U_40V,      CH_PARAMS_I_3A,      true, CH_PARAMS_OPP_DELAY,  0.0f,  80.0f, 120.0f, 48.0f, 3.125f, 25.0f, 120.0f\n#define CH_PARAMS_50V_3A             CH_PARAMS_U_50V,      CH_PARAMS_I_3A,      true, CH_PARAMS_OPP_DELAY,  0.0f, 100.0f, 150.0f, 58.0f, 3.125f, 25.0f, 150.0f\n#define CH_PARAMS_30V_5A             CH_PARAMS_U_30V,      CH_PARAMS_I_5A,      true, CH_PARAMS_OPP_DELAY,  0.0f, 100.0f, 120.0f, 38.0f,   5.0f, 25.0f, 120.0f\n#define CH_PARAMS_40V_5A             CH_PARAMS_U_40V,      CH_PARAMS_I_5A,      true, CH_PARAMS_OPP_DELAY,  0.0f, 155.0f, 155.0f, 48.0f,   5.0f, 25.0f, 155.0f\n#define CH_PARAMS_40V_5A_R5B9        CH_PARAMS_U_40V_R5B9, CH_PARAMS_I_5A_R5B9, true, CH_PARAMS_OPP_DELAY,  0.0f, 155.0f, 155.0f, 48.0f,   5.0f, 25.0f, 155.0f\n#define CH_PARAMS_50V_5A             CH_PARAMS_U_50V,      CH_PARAMS_I_5A,      true, CH_PARAMS_OPP_DELAY,  0.0f, 160.0f, 200.0f, 58.0f,   5.0f, 25.0f, 200.0f\n\n"
  },
  {
    "path": "eez_psu_sketch/conf_user.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015 Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n/** @file conf_user.h\n@brief Configuration overrided by the user.\nUse this header file to override anything from conf.h or conf_advanced.h.\n*/\n\n#pragma once\n\n#define ETHERNET_MAC_ADDRESS { 0x74, 0x69, 0x69, 0x2D, 0x30, 0x00 }\n\n/* Redefine channels\n#undef CHANNELS\n#define CHANNELS \\\n    CHANNEL(1, CH_BOARD_REVISION_R5B9_PARAMS, CH_PINS_1, CH_PARAMS_40V_5A_R5B9), \\\n    CHANNEL(2, CH_BOARD_REVISION_R5B9_PARAMS, CH_PINS_2, CH_PARAMS_40V_5A_R5B9) \\\n*/\n\n// Select Arduino shield r3B4\n//#undef EEZ_PSU_SELECTED_REVISION\n//#define EEZ_PSU_SELECTED_REVISION EEZ_PSU_REVISION_R3B4\n\n// Enable TFT display with SDD1289 controller\n//#undef DISPLAY_TYPE\n//#define DISPLAY_TYPE TFT_320QVT_1289\n\n// Disable encoder\n//#undef OPTION_ENCODER\n//#define OPTION_ENCODER 0\n\n// Disable SD card\n//#undef OPTION_SD_CARD\n//#define OPTION_SD_CARD 0\n\n"
  },
  {
    "path": "eez_psu_sketch/conf_user_revision.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n/** @file conf_user.h\n@brief EEZ PSU revision specification.\nUse this header file to specify EEZ PSU revision.\n*/\n\n#pragma once\n\n/// Selected EEZ PSU revison, possible values are:\n///   - EEZ_PSU_REVISION_R1B9\n///   - EEZ_PSU_REVISION_R3B4\n///   - EEZ_PSU_REVISION_R5B12\n#define EEZ_PSU_SELECTED_REVISION EEZ_PSU_REVISION_R5B12\n\n"
  },
  {
    "path": "eez_psu_sketch/dac.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"dac.h\"\n\nnamespace eez {\nnamespace psu {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic const uint8_t DATA_BUFFER_A = 0B00010000;\nstatic const uint8_t DATA_BUFFER_B = 0B00100100;\n\nstatic const uint16_t DAC_MIN = 0;\nstatic const uint16_t DAC_MAX = (1L << DAC_RES) - 1;\n\n////////////////////////////////////////////////////////////////////////////////\n\nDigitalAnalogConverter::DigitalAnalogConverter(Channel &channel_) : channel(channel_) {\n    g_testResult = psu::TEST_SKIPPED;\n}\n\nvoid DigitalAnalogConverter::set_value(uint8_t buffer, uint16_t value) {\n#if CONF_DEBUG\n    if (buffer == DATA_BUFFER_A) {\n        debug::g_uDac[channel.index - 1].set(value);\n    }\n    else {\n        debug::g_iDac[channel.index - 1].set(value);\n    }\n#endif\n\n    SPI_beginTransaction(DAC8552_SPI);\n    digitalWrite(channel.dac_pin, LOW);\n\n    SPI.transfer(buffer);\n    SPI.transfer(value >> 8); // send first byte\n    SPI.transfer(value & 0xFF);  // send second byte\n\n    digitalWrite(channel.dac_pin, HIGH); // Deselect DAC\n    SPI_endTransaction();\n}\n\nvoid DigitalAnalogConverter::set_value(uint8_t buffer, float value) {\n    set_value(buffer, (uint16_t)util::clamp(round(value), DAC_MIN, DAC_MAX));\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid DigitalAnalogConverter::init() {\n}\n\nbool DigitalAnalogConverter::test() {\n    g_testResult = psu::TEST_OK;\n\n    if (channel.ioexp.g_testResult != psu::TEST_OK) {\n        DebugTraceF(\"Ch%d DAC test skipped because of IO expander\", channel.index);\n        g_testResult = psu::TEST_SKIPPED;\n        return true;\n    }\n\n    if (channel.adc.g_testResult != psu::TEST_OK) {\n        DebugTraceF(\"Ch%d DAC test skipped because of ADC\", channel.index);\n        g_testResult = psu::TEST_SKIPPED;\n        return true;\n    }\n\n    m_testing = true;\n\n    bool saveCalibrationEnabled = channel.isCalibrationEnabled();\n    channel.calibrationEnableNoEvent(false);\n\n    // disable OE on channel\n    int save_output_enabled = channel.flags.outputEnabled;\n    channel.flags.outputEnabled = 0;\n    channel.ioexp.changeBit(IOExpander::IO_BIT_OUT_OUTPUT_ENABLE, false);\n\n    g_testResult = psu::TEST_OK;\n\n    // set U on DAC and check it on ADC\n    float u_set = channel.u.max / 2;\n    float i_set = channel.i.max / 2;\n\n    float u_set_save = channel.u.set;\n    channel.setVoltage(u_set);\n\n    float i_set_save = channel.i.set;\n    channel.setCurrent(i_set);\n\n    delay(200);\n\n    channel.adcReadMonDac();\n\n    float u_mon = channel.u.mon_dac;\n    float u_diff = u_mon - u_set;\n    if (fabsf(u_diff) > u_set * DAC_TEST_TOLERANCE / 100) {\n        g_testResult = psu::TEST_FAILED;\n\n        DebugTraceF(\"Ch%d DAC test, U_set failure: expected=%d, got=%d, abs diff=%d\",\n            channel.index,\n            (int)(u_set * 100),\n            (int)(u_mon * 100),\n            (int)(u_diff * 100));\n    }\n\n    float i_mon = channel.i.mon_dac;\n    float i_diff = i_mon - i_set;\n    if (fabsf(i_diff) > i_set * DAC_TEST_TOLERANCE / 100) {\n        g_testResult = psu::TEST_FAILED;\n\n        DebugTraceF(\"Ch%d DAC test, I_set failure: expected=%d, got=%d, abs diff=%d\",\n            channel.index,\n            (int)(i_set * 100),\n            (int)(i_mon * 100),\n            (int)(i_diff * 100));\n    }\n\n    channel.calibrationEnableNoEvent(saveCalibrationEnabled);\n\n    // Re-enable output\n    if (save_output_enabled) {\n        channel.flags.outputEnabled = true;\n        channel.ioexp.changeBit(IOExpander::IO_BIT_OUT_OUTPUT_ENABLE, true);\n    }\n\n    channel.setVoltage(u_set_save);\n    channel.setCurrent(i_set_save);\n\n    if (g_testResult == psu::TEST_FAILED) {\n        if (channel.index == 1) {\n            psu::generateError(SCPI_ERROR_CH1_DAC_TEST_FAILED);\n        }\n        else if (channel.index == 2) {\n            psu::generateError(SCPI_ERROR_CH2_DAC_TEST_FAILED);\n        }\n        else {\n            // TODO\n        }\n    }\n\n    m_testing = false;\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid DigitalAnalogConverter::set_voltage(float value) {\n    set_value(DATA_BUFFER_A, util::remap(value, channel.U_MIN, (float)DAC_MIN, channel.U_MAX, (float)DAC_MAX));\n}\n\nvoid DigitalAnalogConverter::set_current(float value) {\n    set_value(DATA_BUFFER_B, util::remap(value, channel.I_MIN, (float)DAC_MIN, channel.getDualRangeMax(), (float)DAC_MAX));\n}\n\nvoid DigitalAnalogConverter::set_voltage(uint16_t voltage) {\n    set_value(DATA_BUFFER_A, voltage);\n}\n\nvoid DigitalAnalogConverter::set_current(uint16_t current) {\n    set_value(DATA_BUFFER_B, current);\n}\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/dac.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n\n/// Digital to analog converter HW used by the channel.\nclass DigitalAnalogConverter {\npublic:\n    static const uint8_t DATA_BUFFER_A = 0B00010000;\n    static const uint8_t DATA_BUFFER_B = 0B00100100;\n\n    static const uint16_t DAC_MIN = 0;\n    static const uint16_t DAC_MAX = (1L << DAC_RES) - 1;\n\n    psu::TestResult g_testResult;\n\n    DigitalAnalogConverter(Channel &channel);\n\n    void init();\n    bool test();\n\n    void set_voltage(float voltage);\n    void set_current(float voltage);\n\n    void set_voltage(uint16_t voltage);\n    void set_current(uint16_t current);\n\n    bool isTesting() { return m_testing; }\n\nprivate:\n    Channel &channel;\n    bool m_testing;\n\n    void set_value(uint8_t buffer, uint16_t value);\n    void set_value(uint8_t buffer, float value);\n};\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/datetime.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"datetime.h\"\n#include \"rtc.h\"\n#include \"event_queue.h\"\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace datetime {\n\n#define SECONDS_PER_MINUTE 60UL\n#define SECONDS_PER_HOUR (SECONDS_PER_MINUTE * 60)\n#define SECONDS_PER_DAY (SECONDS_PER_HOUR * 24)\n\n// leap year calulator expects year argument as years offset from 1970\n#define LEAP_YEAR(Y) ( ((1970+Y)>0) && !((1970+Y)%4) && ( ((1970+Y)%100) || !((1970+Y)%400) ) )\n\n////////////////////////////////////////////////////////////////////////////////\n\npsu::TestResult g_testResult = psu::TEST_FAILED;\n\n////////////////////////////////////////////////////////////////////////////////\n\n// API starts months from 1, this array starts from 0\nstatic const uint8_t monthDays[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };\n\n////////////////////////////////////////////////////////////////////////////////\n\nenum Week {Last, First, Second, Third, Fourth}; \nenum DayOfWeek {Sun=1, Mon, Tue, Wed, Thu, Fri, Sat};\nenum Month {Jan=1, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec};\n\nstruct TimeChangeRule {\n    Week week;\n    DayOfWeek dow;\n    uint8_t month;\n    uint8_t hour;\n};\n\nstatic struct {\n    TimeChangeRule dstStart;\n    TimeChangeRule dstEnd;\n} g_dstRules[] = {\n    { {Last, Sun, Mar, 2}, {Last, Sun, Oct, 3} }, // EUROPE\n    { {Second, Sun, Mar, 2}, {First, Sun, Nov, 2} }, // USA\n    { {First, Sun, Oct, 2}, {First, Sun, Apr, 3} }, // Australia\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n}\n\nint cmp_datetime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second,\n    uint8_t rtc_year, uint8_t rtc_month, uint8_t rtc_day, uint8_t rtc_hour, uint8_t rtc_minute, uint8_t rtc_second)\n{\n    if (year < rtc_year) return -1;\n    if (year > rtc_year) return 1;\n\n    if (month < rtc_month) return -1;\n    if (month > rtc_month) return 1;\n\n    if (day < rtc_day) return -1;\n    if (day > rtc_day) return 1;\n\n    if (hour < rtc_hour) return -1;\n    if (hour > rtc_hour) return 1;\n\n    if (minute < rtc_minute) return -1;\n    if (minute > rtc_minute) return 1;\n\n    if (second < rtc_second) return -1;\n    if (second > rtc_second) return 1;\n\n    return 0;\n}\n\nbool isValidDate(uint8_t year, uint8_t month, uint8_t day) {\n    if (month < 1 || month > 12) return false;\n\n    if (day < 1 || day > 31) return false;\n\n    if (month == 4 || month == 6 || month == 9 || month == 11) {\n        if (day > 30) return false;\n    }\n    else if (month == 2) {\n        bool leap_year = year % 4 == 0;\n        if (leap_year) {\n            if (day > 29) return false;\n        }\n        else {\n            if (day > 28) return false;\n        }\n    }\n\n    return true;\n}\n\nbool isValidTime(uint8_t hour, uint8_t minute, uint8_t second) {\n    if (hour > 23) return false;\n    if (minute > 59) return false;\n    if (second > 59) return false;\n    return true;\n}\n\nbool dstCheck() {\n    uint8_t year, month, day, hour, minute, second;\n    rtc::readDateTime(year, month, day, hour, minute, second);\n    uint32_t now = makeTime(2000 + year, month, day, hour, minute, second);\n\n    bool dst = isDst(now, (DstRule)persist_conf::devConf2.dstRule);\n\n    if (dst != persist_conf::devConf.flags.dst) {\n        if (dst) {\n            now += SECONDS_PER_HOUR;\n            if (!isDst(now, (DstRule)persist_conf::devConf2.dstRule)) {\n                return false;\n            }\n        } else {\n            now -= SECONDS_PER_HOUR;\n        }\n\n        int year, month, day, hour, minute, second;\n        breakTime(now, year, month, day, hour, minute, second);\n        setDateTime(year - 2000, month, day, hour, minute, second, false, dst ? 1 : 0);\n        event_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_DATE_TIME_CHANGED_DST);\n\n        return true;\n    }\n\n    return false;\n}\n\nbool test() {\n    if (rtc::g_testResult == psu::TEST_OK) {\n        uint8_t year, month, day, hour, minute, second;\n        if (persist_conf::readSystemDate(year, month, day) && persist_conf::readSystemTime(hour, minute, second)) {\n            uint8_t rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second;\n            rtc::readDateTime(rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second);\n\n            if (!isValidDate(2000 + rtc_year, rtc_month, rtc_day)) {\n                g_testResult = psu::TEST_FAILED;\n                DebugTraceF(\"RTC test failed, invalid date format detected (%d-%02d-%02d)\",\n                    (int)(2000 + rtc_year), (int)rtc_month, (int)rtc_day);\n            } else if (!isValidTime(rtc_hour, rtc_minute, rtc_second)) {\n                g_testResult = psu::TEST_FAILED;\n                DebugTraceF(\"RTC test failed, invalid time format detected (%02d:%02d:%02d)\",\n                    (int)rtc_hour, (int)rtc_minute, (int)rtc_second);\n            } else if (cmp_datetime(year, month, day, hour, minute, second, rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second) < 0) {\n                g_testResult = psu::TEST_OK;\n                if (!dstCheck()) {\n                    persist_conf::writeSystemDateTime(rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second, 2);\n                }\n            }\n            else {\n                g_testResult = psu::TEST_FAILED;\n                DebugTraceF(\"RTC test failed, RTC time (%d-%02d-%02d %02d:%02d:%02d) older then or equal to EEPROM time (%d-%02d-%02d %02d:%02d:%02d)\",\n                    (int)(2000 + rtc_year), (int)rtc_month, (int)rtc_day, (int)rtc_hour, (int)rtc_minute, (int)rtc_second,\n                    (int)(2000 + year), (int)month, (int)day, (int)hour, (int)minute, (int)second);\n            }\n        }\n        else {\n            g_testResult = psu::TEST_SKIPPED;\n        }\n    }\n    else {\n        g_testResult = psu::TEST_SKIPPED;\n    }\n\n    psu::setQuesBits(QUES_TIME, g_testResult != psu::TEST_OK);\n\n    return g_testResult != psu::TEST_FAILED && g_testResult != psu::TEST_WARNING;\n}\n\nvoid tick(uint32_t tickCount) {\n    static uint32_t g_lastTickCount;\n    int32_t diff = tickCount - g_lastTickCount;\n    if (diff > 1000000L) {\n        dstCheck();\n        g_lastTickCount = tickCount;\n    }\n}\n\nbool getDate(uint8_t &year, uint8_t &month, uint8_t &day) {\n    return rtc::readDate(year, month, day);\n}\n\nbool checkDateTime() {\n    uint8_t year, month, day, hour, minute, second;\n    if (persist_conf::readSystemDate(year, month, day) && persist_conf::readSystemTime(hour, minute, second)) {\n        uint8_t rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second;\n        rtc::readDateTime(rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second);\n        return cmp_datetime(year, month, day, hour, minute, second, rtc_year, rtc_month, rtc_day, rtc_hour, rtc_minute, rtc_second) <= 0;\n    }\n    return false;\n}\n\nbool setDate(uint8_t year, uint8_t month, uint8_t day, unsigned dst) {\n    if (rtc::writeDate(year, month, day)) {\n        persist_conf::writeSystemDate(year, month, day, dst);\n        psu::setQuesBits(QUES_TIME, !checkDateTime());\n        event_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_DATE_TIME_CHANGED);\n        return true;\n    }\n    return false;\n}\n\nbool getTime(uint8_t &hour, uint8_t &minute, uint8_t &second) {\n    return rtc::readTime(hour, minute, second);\n}\n\nbool setTime(uint8_t hour, uint8_t minute, uint8_t second, unsigned dst) {\n    if (rtc::writeTime(hour, minute, second)) {\n        persist_conf::writeSystemTime(hour, minute, second, dst);\n        psu::setQuesBits(QUES_TIME, !checkDateTime());\n        event_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_DATE_TIME_CHANGED);\n        return true;\n    }\n    return false;\n}\n\nbool getDateTime(uint8_t &year, uint8_t &month, uint8_t &day, uint8_t &hour, uint8_t &minute, uint8_t &second) {\n    return rtc::readDateTime(year, month, day, hour, minute, second);\n}\n\nbool setDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, bool pushChangedEvent, unsigned dst) {\n    if (rtc::writeDateTime(year, month, day, hour, minute, second)) {\n        persist_conf::writeSystemDateTime(year, month, day, hour, minute, second, dst);\n        psu::setQuesBits(QUES_TIME, !checkDateTime());\n        if (pushChangedEvent) {\n            event_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_DATE_TIME_CHANGED);\n        }\n        return true;\n    }\n    return false;\n}\n\nbool getDateTimeAsString(char *buffer) {\n    uint8_t year, month, day, hour, minute, second;\n    if (datetime::getDate(year, month, day) && datetime::getTime(hour, minute, second)) {\n        sprintf_P(buffer, PSTR(\"%d-%02d-%02d %02d:%02d:%02d\"),\n            (int)(year + 2000), (int)month, (int)day,\n            (int)hour, (int)minute, (int)second);\n        return true;\n    }\n    return false;\n}\n\nuint32_t now() {\n    uint8_t year, month, day, hour, minute, second;\n    rtc::readDateTime(year, month, day, hour, minute, second);\n    return makeTime(2000 + year, month, day, hour, minute, second);\n}\n\nuint32_t nowUtc() {\n    uint8_t year, month, day, hour, minute, second;\n    rtc::readDateTime(year, month, day, hour, minute, second);\n    uint32_t now = makeTime(2000 + year, month, day, hour, minute, second);\n    return localToUtc(now, persist_conf::devConf.time_zone, (DstRule)persist_conf::devConf2.dstRule);\n}\n\nuint32_t makeTime(int year, int month, int day, int hour, int minute, int second) {\n    // seconds from 1970 till 1 jan 00:00:00 of the given year\n    year -= 1970;\n\n    uint32_t seconds = year * 365 * SECONDS_PER_DAY;\n\n    for (int i = 0; i < year; i++) {\n        if (LEAP_YEAR(i)) {\n            seconds += SECONDS_PER_DAY; // add extra days for leap years\n        }\n    }\n  \n    // add days for this year, months start from 1\n    for (int i = 1; i < month; i++) {\n        if ((i == 2) && LEAP_YEAR(year)) { \n            seconds += SECONDS_PER_DAY * 29;\n        } else {\n            seconds += SECONDS_PER_DAY * monthDays[i - 1];  // monthDay array starts from 0\n        }\n    }\n    seconds += (day-1) * SECONDS_PER_DAY;\n    seconds += hour * SECONDS_PER_HOUR;\n    seconds += minute * SECONDS_PER_MINUTE;\n    seconds += second;\n    \n    return seconds; \n}\n\nvoid breakTime(uint32_t time, int &resultYear, int &resultMonth, int &resultDay, int &resultHour, int &resultMinute, int &resultSecond) {\n    // break the given time_t into time components\n    uint8_t year;\n    uint8_t month, monthLength;\n    uint32_t days;\n\n    resultSecond = time % 60;\n    time /= 60; // now it is minutes\n\n    resultMinute = time % 60;\n    time /= 60; // now it is hours\n\n    resultHour = time % 24;\n    time /= 24; // now it is days\n  \n    year = 0;  \n    days = 0;\n    while ((unsigned)(days += (LEAP_YEAR(year) ? 366 : 365)) <= time) {\n        year++;\n    }\n    resultYear = year + 1970; // year is offset from 1970 \n  \n    days -= LEAP_YEAR(year) ? 366 : 365;\n    time -= days; // now it is days in this year, starting at 0\n  \n    days = 0;\n    month = 0;\n    monthLength = 0;\n    for (month = 0; month < 12; ++month) {\n        if (month == 1) { // february\n            if (LEAP_YEAR(year)) {\n                monthLength = 29;\n            } else {\n                monthLength = 28;\n            }\n        } else {\n            monthLength = monthDays[month];\n        }\n    \n        if (time >= monthLength) {\n            time -= monthLength;\n        } else {\n            break;\n        }\n    }\n\n    resultMonth = month + 1;  // jan is month 1  \n    resultDay = time + 1;     // day of month\n}\n\nuint8_t dayOfWeek(int y, int m, int d) { \n    static int t[] = {0, 3, 2, 5, 0, 3, 5, 1, 4, 6, 2, 4};\n    if (m < 3) {\n        --y;\n    }\n    return (y + y/4 - y/100 + y/400 + t[m - 1] + d) % 7 + 1; \n}\n\nuint32_t timeChangeRuleToLocal(TimeChangeRule &r, int year) {\n    uint8_t month = r.month;\n    uint8_t week = r.week;\n    if (week == 0) { // Last week == 0\n        if (++month > 12) { // for \"Last\", go to the next month\n            month = 1;\n            ++year;\n        }\n        week = 1; // and treat as first week of next month, subtract 7 days later\n    }\n\n    uint32_t t = makeTime(year, month, 1, r.hour, 0, 0);\n\n    uint8_t dow = dayOfWeek(year, month, 1);\n\n    t += (7 * (week - 1) + (r.dow - dow + 7) % 7) * SECONDS_PER_DAY;\n    if (r.week == 0) {\n        t -= 7 * SECONDS_PER_DAY; // back up a week if this is a \"Last\" rule\n    }\n\n    return t;\n}\n\nbool isDst(uint32_t local, DstRule dstRule) {\n    if (dstRule == DST_RULE_OFF) {\n        return false;\n    }\n\n    int year, month, day, hour, minute, second;\n    breakTime(local, year, month, day, hour, minute, second);\n\n    uint32_t dstStart = timeChangeRuleToLocal(g_dstRules[dstRule - 1].dstStart, year);\n    uint32_t dstEnd = timeChangeRuleToLocal(g_dstRules[dstRule - 1].dstEnd, year);\n\n    return\n        dstStart < dstEnd && (local >= dstStart && local < dstEnd) ||\n        dstStart > dstEnd && (local >= dstStart || local < dstEnd);\n}\n\nuint32_t utcToLocal(uint32_t utc, int16_t timeZone, DstRule dstRule) {\n    uint32_t local = utc + ((timeZone / 100) * 60 + timeZone % 100) * 60L;\n    if (isDst(local, dstRule)) {\n        local += SECONDS_PER_HOUR;\n    }\n    return local;\n}\n\nuint32_t localToUtc(uint32_t local, int16_t timeZone, DstRule dstRule) {\n    uint32_t utc = local - ((timeZone / 100) * 60 + timeZone % 100) * 60L;\n    if (isDst(local, dstRule)) {\n        utc -= SECONDS_PER_HOUR;\n    }\n    return utc;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDateTime::DateTime() {\n}\n\nDateTime::DateTime(uint16_t year_, uint8_t month_, uint8_t day_, uint8_t hour_, uint8_t minute_, uint8_t second_)\n    : year(year_), month(month_), day(day_), hour(hour_), minute(minute_), second(second_)\n{\n}\n\nDateTime::DateTime(const DateTime& rhs) {\n    memcpy(this, &rhs, sizeof(DateTime));\n}\n\nDateTime DateTime::now() {\n    uint8_t year, month, day, hour, minute, second;\n\n    if (!getDateTime(year, month, day, hour, minute, second)) {\n        year = 16;\n        month = 10;\n        day = 1;\n        hour = 0;\n        minute = 0;\n        second = 0;\n    }\n\n    return DateTime(2000 + year, month, day, hour, minute, second);\n}\n\nbool DateTime::operator ==(const DateTime &rhs) {\n    return memcmp(this, &rhs, sizeof(DateTime)) == 0;\n}\n\nbool DateTime::operator !=(const DateTime &rhs) {\n    return memcmp(this, &rhs, sizeof(DateTime)) != 0;\n}\n\n}\n}\n}; // namespace eez::psu::datetime"
  },
  {
    "path": "eez_psu_sketch/datetime.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n/// System date and time.\nnamespace datetime {\n\nextern psu::TestResult g_testResult;\n\nvoid init();\nbool test();\nvoid tick(uint32_t tickCount);\n\nbool isValidDate(uint8_t year, uint8_t month, uint8_t day);\nbool getDate(uint8_t &year, uint8_t &month, uint8_t &day);\nbool setDate(uint8_t year, uint8_t month, uint8_t day, unsigned dst);\n\nbool isValidTime(uint8_t hour, uint8_t minute, uint8_t second);\nbool getTime(uint8_t &hour, uint8_t &minute, uint8_t &second);\nbool setTime(uint8_t hour, uint8_t minute, uint8_t second, unsigned dst);\n\nbool getDateTime(uint8_t &year, uint8_t &month, uint8_t &day, uint8_t &hour, uint8_t &minute, uint8_t &second);\nbool setDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, bool pushChangedEvent, unsigned dst);\n\n/// Returns date time as string in format YYYY-MM-DD HH:MM:SS.\n/// \\param buffer Pointer to the buffer of at least 20 characters. \n/// \\returns true if successful.\nbool getDateTimeAsString(char *buffer);\n\nuint32_t now();\nuint32_t nowUtc();\n\nuint32_t makeTime(int year, int month, int day, int hour, int minute, int second);\nvoid breakTime(uint32_t time, int &resultYear, int &resultMonth, int &resultDay, int &resultHour, int &resultMinute, int &resultSecond);\n\nenum DstRule {\n    DST_RULE_OFF,\n    DST_RULE_EUROPE,\n    DST_RULE_USA,\n    DST_RULE_AUSTRALIA\n};\n\nuint32_t utcToLocal(uint32_t utc, int16_t timeZone, DstRule dstRule);\nuint32_t localToUtc(uint32_t local, int16_t timeZone, DstRule dstRule);\n\nbool isDst(uint32_t local, DstRule dstRule);\n\nuint8_t dayOfWeek(int y, int m, int d);\n\nstruct DateTime {\n    uint16_t year;\n    uint8_t month, day, hour, minute, second;\n\n    DateTime();\n    DateTime(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second);\n    DateTime(const DateTime& rhs);\n\n    static DateTime now();\n\n    bool operator ==(const DateTime &rhs);\n    bool operator !=(const DateTime &rhs);\n};\n\n}\n}\n}; // namespace eez::psu::datetime"
  },
  {
    "path": "eez_psu_sketch/debug.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"datetime.h\"\n#include \"serial_psu.h\"\n\n#ifndef EEZ_PSU_SIMULATOR\n#include <malloc.h>\n#include <stdlib.h>\n#include <stdio.h>\n\nextern char _end;\nextern \"C\" char *sbrk(int i);\nchar *ramstart = (char *)0x20070000;\nchar *ramend = (char *)0x20088000;\n#endif\n\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#endif\n\n#if CONF_DEBUG\n\n#define AVG_LOOP_DURATION_N 100\n\nnamespace eez {\nnamespace psu {\nnamespace debug {\n\nDebugValueVariable g_uDac[2]    = { DebugValueVariable(\"CH1 U_DAC\"),     DebugValueVariable(\"CH2 U_DAC\")     };\nDebugValueVariable g_uMon[2]    = { DebugValueVariable(\"CH1 U_MON\"),     DebugValueVariable(\"CH2 U_MON\")     };\nDebugValueVariable g_uMonDac[2] = { DebugValueVariable(\"CH1 U_MON_DAC\"), DebugValueVariable(\"CH2 U_MON_DAC\") };\nDebugValueVariable g_iDac[2]    = { DebugValueVariable(\"CH1 I_DAC\"),     DebugValueVariable(\"CH2 I_DAC\")     };\nDebugValueVariable g_iMon[2]    = { DebugValueVariable(\"CH1 I_MON\"),     DebugValueVariable(\"CH2 I_MON\")     };\nDebugValueVariable g_iMonDac[2] = { DebugValueVariable(\"CH1 I_MON_DAC\"), DebugValueVariable(\"CH2 I_MON_DAC\") };\nDebugValueVariable g_uTemp[3] = {\n    DebugValueVariable(\"AUX TEMP\"),\n    DebugValueVariable(\"CH1 TEMP\"),\n    DebugValueVariable(\"CH2 TEMP\")\n};\n\nDebugDurationVariable g_mainLoopDuration(\"MAIN_LOOP_DURATION\");\n#if CONF_DEBUG_VARIABLES\nDebugDurationVariable g_listTickDuration(\"LIST_TICK_DURATION\");\n#endif\nDebugCounterVariable g_adcCounter(\"ADC_COUNTER\");\n\nDebugVariable *g_variables[] = {\n    &g_uDac[0],    &g_uDac[1],\n    &g_uMon[0],    &g_uMon[1],\n    &g_uMonDac[0], &g_uMonDac[1],\n    &g_iDac[0],    &g_iDac[1],\n    &g_iMon[0],    &g_iMon[1],\n    &g_iMonDac[0], &g_iMonDac[1],\n\n    &g_uTemp[0],\n    &g_uTemp[1],\n    &g_uTemp[2],\n\n    &g_mainLoopDuration,\n#if CONF_DEBUG_VARIABLES\n    &g_listTickDuration,\n#endif\n    &g_adcCounter\n};\n\nbool g_debugWatchdog = true;\n\nstatic uint32_t g_previousTickCount1sec;\nstatic uint32_t g_previousTickCount10sec;\n\nvoid dumpVariables(char *buffer) {\n    buffer[0] = 0;\n\n    for (unsigned i = 0; i < sizeof(g_variables) / sizeof(DebugVariable *); ++i) {\n        strcat(buffer, g_variables[i]->name());\n        strcat(buffer, \" = \");\n        g_variables[i]->dump(buffer);\n        strcat(buffer, \"\\n\");\n\t}\n\n#ifndef EEZ_PSU_SIMULATOR\n\tpsu::criticalTick(-1);\n\n\tchar *heapend = sbrk(0);\n\tregister char * stack_ptr asm(\"sp\");\n\tstruct mallinfo mi = mallinfo();\n\tsprintf(buffer + strlen(buffer), \"Dynamic ram used: %d\\n\", mi.uordblks);\n\tsprintf(buffer + strlen(buffer), \"Program static ram used %d\\n\", &_end - ramstart);\n\tsprintf(buffer + strlen(buffer), \"Stack ram used %d\\n\", ramend - stack_ptr);\n\tsprintf(buffer + strlen(buffer), \"My guess at free mem: %d\\n\", stack_ptr - heapend + mi.fordblks);\n#endif \n\n#if OPTION_SD_CARD\n\tpsu::criticalTick(-1);\n\tsd_card::dumpInfo(buffer);\n#endif\n}\n\n}\n}\n} // namespace eez::psu::debug\n\n#endif // CONF_DEBUG\n\n\n#if CONF_DEBUG || CONF_DEBUG_LATEST\n\nnamespace eez {\nnamespace psu {\nnamespace debug {\n\nstatic char traceBuffer[256];\nstatic bool dumpTraceBufferOnNextTick = false;\n\nvoid DumpTraceBuffer() {\n    if (serial::g_testResult == TEST_OK) {\n        SERIAL_PORT.print(\"**TRACE\");\n    \n        char datetime_buffer[20] = { 0 };\n        if (datetime::getDateTimeAsString(datetime_buffer)) {\n            SERIAL_PORT.print(\" [\");\n            SERIAL_PORT.print(datetime_buffer);\n            SERIAL_PORT.print(\"]: \");\n        } else {\n            SERIAL_PORT.print(\": \");\n        }\n\n        size_t len = strlen(traceBuffer);\n        if (len > 64) {\n            // dump trace buffer using chunks of 64 bytes\n            const size_t CHUNK_SIZE = 64;\n            const char *end = traceBuffer + len;\n            const char *p = traceBuffer;\n            const char *q = traceBuffer + CHUNK_SIZE;\n            do {\n                SERIAL_PORT.write(p, CHUNK_SIZE);\n                p = q;\n                q += CHUNK_SIZE;\n            } while (q < end);\n            SERIAL_PORT.println(p);\n        } else {\n            SERIAL_PORT.println(traceBuffer);\n        }\n\n        SERIAL_PORT.flush();\n    }\n}\n\nvoid tick(uint32_t tickCount) {\n#if CONF_DEBUG\n    debug::g_mainLoopDuration.tick(tickCount);\n\n    if (g_previousTickCount1sec != 0) {\n        if (tickCount - g_previousTickCount1sec >= 1000000L) {\n            for (unsigned i = 0; i < sizeof(g_variables) / sizeof(DebugVariable *); ++i) {\n                g_variables[i]->tick1secPeriod();\n            }\n            g_previousTickCount1sec = tickCount;\n        }\n    } else {\n        g_previousTickCount1sec = tickCount;\n    }\n\n    if (g_previousTickCount10sec != 0) {\n        if (tickCount - g_previousTickCount10sec >= 10 * 1000000L) {\n            for (unsigned i = 0; i < sizeof(g_variables) / sizeof(DebugVariable *); ++i) {\n                g_variables[i]->tick10secPeriod();\n            }\n            g_previousTickCount10sec = tickCount;\n        }\n    } else {\n        g_previousTickCount10sec = tickCount;\n    }\n#endif\n\n    if (dumpTraceBufferOnNextTick) {\n        DumpTraceBuffer();\n        dumpTraceBufferOnNextTick = false;\n    }\n}\n\nvoid Trace(const char *format, ...) {\n    if (dumpTraceBufferOnNextTick) return;\n\n    va_list args;\n    va_start(args, format);\n    vsnprintf_P(traceBuffer, sizeof(traceBuffer), format, args);\n\n    if (g_insideInterruptHandler) {\n        dumpTraceBufferOnNextTick = true;\n    } else {\n        DumpTraceBuffer();\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugVariable::DebugVariable(const char *name) : m_name(name) {\n}\n\nconst char *DebugVariable::name() {\n    return m_name;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugValueVariable::DebugValueVariable(const char *name) : DebugVariable(name) {\n}\n\nvoid DebugValueVariable::tick1secPeriod() {\n}\n\nvoid DebugValueVariable::tick10secPeriod() {\n}\n\nvoid DebugValueVariable::dump(char *buffer) {\n    util::strcatInt32(buffer, m_value);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugDurationForPeriod::DebugDurationForPeriod() \n    : m_min(4294967295)\n    , m_max(0)\n    , m_total(0)\n    , m_count(0)\n{\n}\n\nvoid DebugDurationForPeriod::tick(uint32_t duration) {\n    if (duration < m_min) {\n        m_min = duration;\n    }\n\n    if (duration > m_max) {\n        m_max = duration;\n    }\n\n    m_total += duration;\n    ++m_count;\n}\n\nvoid DebugDurationForPeriod::tickPeriod() {\n    if (m_count > 0) {\n        m_minLast = m_min;\n        m_maxLast = m_max;\n        m_avgLast = m_total / m_count;\n    } else {\n        m_minLast = 0;\n        m_maxLast = 0;\n        m_avgLast = 0;\n    }\n\n    m_min = 4294967295;\n    m_max = 0;\n    m_total = 0;\n    m_count = 0;\n}\n\n\nvoid DebugDurationForPeriod::dump(char *buffer) {\n    util::strcatUInt32(buffer, m_minLast);\n    strcat(buffer, \" \");\n    util::strcatUInt32(buffer, m_avgLast);\n    strcat(buffer, \" \");\n    util::strcatUInt32(buffer, m_maxLast);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugDurationVariable::DebugDurationVariable(const char *name) \n    : DebugVariable(name) \n    , m_minTotal(4294967295)\n    , m_maxTotal(0)\n{\n}\n\nvoid DebugDurationVariable::start() {\n    m_lastTickCount = micros();\n}\n\nvoid DebugDurationVariable::finish() {\n    tick(micros());\n}\n\nvoid DebugDurationVariable::tick(uint32_t tickCount) {\n    uint32_t duration = tickCount - m_lastTickCount;\n\n    duration1sec.tick(duration);\n    duration10sec.tick(duration);\n\n    if (duration < m_minTotal) {\n        m_minTotal = duration;\n    }\n\n    if (duration > m_maxTotal) {\n        m_maxTotal = duration;\n    }\n\n    m_lastTickCount = tickCount;\n}\n\nvoid DebugDurationVariable::tick1secPeriod() {\n    duration1sec.tickPeriod();\n}\n\nvoid DebugDurationVariable::tick10secPeriod() {\n    duration10sec.tickPeriod();\n}\n\nvoid DebugDurationVariable::dump(char *buffer) {\n    duration1sec.dump(buffer);\n\n    strcat(buffer, \" / \");\n\n    duration10sec.dump(buffer);\n\n    strcat(buffer, \" / \");\n\n    util::strcatUInt32(buffer, m_minTotal);\n    strcat(buffer, \" \");\n    util::strcatUInt32(buffer, m_maxTotal);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugCounterForPeriod::DebugCounterForPeriod() : m_counter(0) {\n}\n\nvoid DebugCounterForPeriod::inc() {\n    ++m_counter;\n}\n\nvoid DebugCounterForPeriod::tickPeriod() {\n    noInterrupts();\n    m_lastCounter = m_counter;\n    m_counter = 0;\n    interrupts();\n}\n\nvoid DebugCounterForPeriod::dump(char *buffer) {\n    util::strcatUInt32(buffer, m_lastCounter);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDebugCounterVariable::DebugCounterVariable(const char *name) : DebugVariable(name)\n{\n}\n\nvoid DebugCounterVariable::inc() {\n    counter1sec.inc();\n    counter10sec.inc();\n    ++m_totalCounter;\n}\n\nvoid DebugCounterVariable::tick1secPeriod() {\n    counter1sec.tickPeriod();\n}\n\nvoid DebugCounterVariable::tick10secPeriod() {\n    counter10sec.tickPeriod();\n}\n\nvoid DebugCounterVariable::dump(char *buffer) {\n    counter1sec.dump(buffer);\n\n    strcat(buffer, \" / \");\n\n    counter10sec.dump(buffer);\n\n    strcat(buffer, \" / \");\n\n    util::strcatUInt32(buffer, m_totalCounter);\n}\n\n}\n}\n} // namespace eez::psu::debug\n\n#endif // CONF_DEBUG || CONF_DEBUG_LATEST"
  },
  {
    "path": "eez_psu_sketch/debug.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#if CONF_DEBUG || CONF_DEBUG_LATEST\n\n#ifdef EEZ_PSU_ARDUINO\n#pragma GCC diagnostic ignored \"-Wwrite-strings\"\n#endif\n\nnamespace eez {\nnamespace psu {\n/// Everything used for the debugging purposes.\nnamespace debug {\n\nvoid tick(uint32_t tickCount);\n\nvoid Trace(const char *format, ...);\n\n}\n}\n} // namespace eez::psu::debug\n\n\n#define DebugTrace(message) debug::Trace(PSTR(message))\n#define DebugTraceF(format, ...) debug::Trace(PSTR(format), __VA_ARGS__)\n\n#else // NO DEBUG\n\n#define DebugTrace(...) 0\n#define DebugTraceF(...) 0\n\n#endif\n\n\n#if CONF_DEBUG\n\nnamespace eez {\nnamespace psu {\nnamespace debug {\n\nclass DebugVariable {\npublic:\n    DebugVariable(const char *name);\n\n    const char *name();\n\n    virtual void tick1secPeriod() = 0;\n    virtual void tick10secPeriod() = 0;\n    virtual void dump(char *buffer) = 0;\n\nprivate:\n    const char *m_name;\n};\n\nclass DebugValueVariable : public DebugVariable {\npublic:\n    DebugValueVariable(const char *name);\n   \n    int32_t get() { return m_value; }\n    void set(int32_t value) { m_value = value; }\n    \n    void tick1secPeriod();\n    void tick10secPeriod();\n    void dump(char *buffer);\n\nprivate:\n    int32_t m_value;\n};\n\nclass DebugDurationForPeriod {\npublic:\n    DebugDurationForPeriod();\n    \n    void tick(uint32_t duration);\n    void tickPeriod();\n\n    void dump(char *buffer);\n\nprivate:\n    uint32_t m_lastTickCount;\n\n    uint32_t m_min;\n    uint32_t m_max;\n    uint32_t m_total;\n    uint32_t m_count;\n\n    uint32_t m_minLast;\n    uint32_t m_maxLast;\n    uint32_t m_avgLast;\n\n};\n\nclass DebugDurationVariable : public DebugVariable {\npublic:\n    DebugDurationVariable(const char *name);\n    \n    void start();\n    void finish();\n    void tick(uint32_t tickCount);\n\n    void tick1secPeriod();\n    void tick10secPeriod();\n    void dump(char *buffer);\n\nprivate:\n    uint32_t m_lastTickCount;\n\n    DebugDurationForPeriod duration1sec;\n    DebugDurationForPeriod duration10sec;\n\n    uint32_t m_minTotal;\n    uint32_t m_maxTotal;\n};\n\nclass DebugCounterForPeriod {\npublic:\n    DebugCounterForPeriod();\n    \n    void inc();\n    void tickPeriod();\n    void dump(char *buffer);\n\nprivate:\n    uint32_t m_counter;\n    uint32_t m_lastCounter;\n};\n\nclass DebugCounterVariable : public DebugVariable {\npublic:\n    DebugCounterVariable(const char *name);\n    \n    void inc();\n\n    void tick1secPeriod();\n    void tick10secPeriod();\n    void dump(char *buffer);\n\nprivate:\n    DebugCounterForPeriod counter1sec;\n    DebugCounterForPeriod counter10sec;\n\n    uint32_t m_totalCounter;\n};\n\nextern DebugValueVariable g_uDac[2];\nextern DebugValueVariable g_uMon[2];\nextern DebugValueVariable g_uMonDac[2];\nextern DebugValueVariable g_iDac[2];\nextern DebugValueVariable g_iMon[2];\nextern DebugValueVariable g_iMonDac[2];\nextern DebugValueVariable g_uTemp[3];\n\nextern DebugDurationVariable g_mainLoopDuration;\n#if CONF_DEBUG_VARIABLES\nextern DebugDurationVariable g_listTickDuration;\n#endif\nextern DebugCounterVariable g_adcCounter;\n\nextern bool g_debugWatchdog;\n\nvoid dumpVariables(char *buffer);\n\n}\n}\n} // namespace eez::psu::debug\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/devices.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"devices.h\"\n\n#include \"eeprom.h\"\n\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#endif\n\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#endif\n\n#include \"rtc.h\"\n#include \"datetime.h\"\n#include \"bp.h\"\n#include \"temp_sensor.h\"\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#include \"fan.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace devices {\n\n#define TEMP_SENSOR(NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR) { #NAME\" temp\", INSTALLED, &temp_sensor::sensors[temp_sensor::NAME].g_testResult }\n\n#define CHANNEL(INDEX, BOARD_REVISION, PINS, PARAMS) \\\n    { \"CH\"#INDEX\" IOEXP\", true, &Channel::get(INDEX-1).ioexp.g_testResult }, \\\n    { \"CH\"#INDEX\" DAC\", true, &Channel::get(INDEX-1).dac.g_testResult }, \\\n    { \"CH\"#INDEX\" ADC\", true, &Channel::get(INDEX-1).adc.g_testResult }\n\nDevice devices[] = {\n    { \"EEPROM\", OPTION_EXT_EEPROM, &eeprom::g_testResult },\n#if OPTION_SD_CARD\n    { \"SD card\", OPTION_SD_CARD, &sd_card::g_testResult },\n#else\n    { \"SD card\", 0, 0 },\n#endif\n#if OPTION_ETHERNET\n    { \"Ethernet\", 1, &ethernet::g_testResult },\n#else\n    { \"Ethernet\", 0, 0 },\n#endif\n    { \"RTC\", OPTION_EXT_RTC, &rtc::g_testResult },\n    { \"DateTime\", true, &datetime::g_testResult },\n    { \"BP option\", OPTION_BP, &bp::g_testResult },\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    { \"Fan\", OPTION_FAN, &fan::g_testResult },\n#endif\n    TEMP_SENSORS,\n    CHANNELS\n};\n\n#undef TEMP_SENSOR\n#undef CHANNEL\n\nint numDevices = sizeof(devices) / sizeof(Device);\n\nbool anyFailed() {\n    for (int i = 0; i < numDevices; ++i) {\n        Device &device = devices[i];\n        if (device.testResult != 0 && *device.testResult == TEST_FAILED) {\n            return true;\n        }\n    }\n\n    return false;\n}\n\n#define APPEND_CHAR(C) \\\n    nextIndex = index + 1; \\\n    if (nextIndex > MAX_LENGTH) break; \\\n    *(result + index) = C; \\\n    index = nextIndex;\n\n#define APPEND_STRING(S) \\\n    str = S; \\\n    strLength = strlen(str); \\\n    nextIndex = index + strLength; \\\n    if (nextIndex > MAX_LENGTH) break; \\\n    strncpy(result + index, str, strLength); \\\n    index = nextIndex\n\nchar *getSelfTestResultString() {\n    const int MAX_LENGTH = 255;\n    char *result = (char *)malloc(MAX_LENGTH + 1);\n    int index = 0;\n    int nextIndex;\n    const char* str;\n    int strLength;\n\n    for (int deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex) {\n        Device &device = devices[deviceIndex];\n        if (device.testResult && *device.testResult == TEST_FAILED) {\n            if (index > 0) {\n                APPEND_CHAR('\\n');\n            }\n            APPEND_CHAR('-');\n            APPEND_CHAR(' ');\n            APPEND_STRING(device.deviceName);\n            APPEND_CHAR(' ');\n            APPEND_STRING(getTestResultString(*device.testResult));\n        }\n    }\n\n    *(result + index) = 0;\n\n    return result;\n}\n\nconst char *getInstalledString(bool installed) {\n    if (installed)\n        return \"installed\";\n    return \"not installed\";\n}\n\nconst char *getTestResultString(psu::TestResult g_testResult) {\n    if (g_testResult == psu::TEST_OK)\n        return \"passed\";\n    if (g_testResult == psu::TEST_SKIPPED)\n        return \"skipped\";\n    if (g_testResult == psu::TEST_WARNING)\n        return \"warning\";\n    return \"failed\";\n}\n\n\n}\n}\n} // namespace eez::psu::devices\n"
  },
  {
    "path": "eez_psu_sketch/devices.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace devices {\n\nstruct Device {\n    const char *deviceName;\n    bool installed;\n    TestResult* testResult;\n};\n\nextern Device devices[];\nextern int numDevices;\n\nbool anyFailed();\nchar *getSelfTestResultString();\n\nconst char *getInstalledString(bool installed);\nconst char *getTestResultString(psu::TestResult g_testResult);\n\n}\n}\n} // namespace eez::psu::devices\n"
  },
  {
    "path": "eez_psu_sketch/dlog.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2018-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#if OPTION_SD_CARD\n\n#include \"sd_card.h\"\n#include \"datetime.h\"\n#include \"channel_dispatcher.h\"\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n#include \"watchdog.h\"\n#endif\n#include \"dlog.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace dlog {\n\nbool g_logVoltage[CH_NUM];\nbool g_logCurrent[CH_NUM];\nbool g_logPower[CH_NUM];\nfloat g_period = PERIOD_DEFAULT;\nfloat g_time = TIME_DEFAULT;\ntrigger::Source g_triggerSource = trigger::SOURCE_IMMEDIATE;\nchar g_filePath[MAX_PATH_LENGTH + 1];\n\nenum State {\n\tSTATE_IDLE,\n\tSTATE_INITIATED,\n\tSTATE_TRIGGERED,\n\tSTATE_EXECUTING\n};\nstatic State g_state = STATE_IDLE;\n\nFile g_file;\nuint32_t g_lastTickCount;\nuint32_t g_seconds;\nuint32_t g_micros;\nuint32_t g_iSample;\ndouble g_currentTime;\ndouble g_nextTime;\nuint32_t g_lastSyncTickCount;\n\nvoid setState(State newState) {\n\tif (g_state != newState) {\n\t\tif (newState == STATE_EXECUTING) {\n\t\t\tpsu::setOperBits(OPER_DLOG, true);\n\t\t} else if (g_state == STATE_EXECUTING) {\n\t\t\tpsu::setOperBits(OPER_DLOG, false);\n\t\t}\n\t\t\t\n\t\tg_state = newState;\n\t}\n}\n\nint checkDlogParameters() {\n\tbool somethingToLog = false;\n\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\tif (g_logVoltage[i] || g_logCurrent[i] || g_logPower[i]) {\n\t\t\tsomethingToLog = true;\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tif (!somethingToLog) {\n\t\treturn SCPI_ERROR_EXECUTION_ERROR; // @todo find better SCPI error code\n\t}\n\n\tif (!*g_filePath) {\n\t\treturn SCPI_ERROR_EXECUTION_ERROR; // @todo find better SCPI error code\n\t}\n\n\treturn 0;\n}\n\nbool isIdle() {\n\treturn g_state == STATE_IDLE;\n}\n\nbool isInitiated() {\n\treturn g_state == STATE_INITIATED;\n}\n\nint initiate(const char *filePath) {\n\tint error = SCPI_RES_OK;\n\n\tstrcpy(g_filePath, filePath);\n\n\tif (g_triggerSource == trigger::SOURCE_IMMEDIATE) {\n\t\terror = startImmediately();\n\t} else {\n\t\terror = checkDlogParameters();\n\t\tif (!error) {\n\t\t\tsetState(STATE_INITIATED);\n\t\t}\n\t}\n\n\tif (error) {\n\t\tg_filePath[0] = 0;\n\t}\n\n\treturn error;\n}\n\nvoid triggerGenerated(bool startImmediatelly) {\n\tif (startImmediatelly) {\n\t\tint err = startImmediately();\n\t\tif (err != SCPI_RES_OK) {\n\t\t\tgenerateError(err);\n\t\t}\n\t} else {\n\t\tsetState(STATE_TRIGGERED);\n\t}\n}\n\n#define MAGIC1  0x2D5A4545L\n#define MAGIC2  0x474F4C44L\n#define VERSION 0x00000001L\n\nvoid writeUint8(uint8_t value) {\n\tg_file.write((const uint8_t *)&value, 1);\n}\n\nvoid writeUint16(uint16_t value) {\n\twriteUint8(value & 0xFF);\n\twriteUint8((value >> 8) & 0xFF);\n}\n\nvoid writeUint32(uint32_t value) {\n\twriteUint8(value & 0xFF);\n\twriteUint8((value >> 8) & 0xFF);\n\twriteUint8((value >> 16) & 0xFF);\n\twriteUint8(value >> 24);\n}\n\nvoid writeFloat(float value) {\n\twriteUint32(*((uint32_t *)&value));\n}\n\nint startImmediately() {\n\tint err = checkDlogParameters();\n\tif (err) {\n\t\treturn err;\n\t}\n\n\tg_file = SD.open(g_filePath, FILE_WRITE);\n\tif (!g_file) {\n\t\treturn SCPI_ERROR_EXECUTION_ERROR; // @todo find better SCPI error code\n\t}\n\n\tif (!g_file.truncate(0)) {\n\t\treturn SCPI_ERROR_MASS_STORAGE_ERROR;\n\t}\n\n\tsetState(STATE_EXECUTING);\n\n\twriteUint32(MAGIC1);\n\twriteUint32(MAGIC2);\n\t\n\twriteUint16(VERSION);\n\t\n\tif (CONF_DLOG_JITTER) {\n\t\twriteUint16(1);\n\t} else {\n\t\twriteUint16(0);\n\t}\n\t\n\tuint32_t columns = 0;\n\tfor (int iChannel = 0; iChannel < CH_NUM; ++iChannel) {\n\t\tif (g_logVoltage[iChannel]) {\n\t\t\tcolumns |= 1 << (4 * iChannel);\n\t\t}\n\t\tif (g_logCurrent[iChannel]){\n\t\t\tcolumns |= 2 << (4 * iChannel);\n\t\t}\n\t\tif (g_logPower[iChannel]) {\n\t\t\tcolumns |= 4 << (4 * iChannel);\n\t\t}\n\t}\n\twriteUint32(columns);\n\n\twriteFloat(g_period);\n\twriteFloat(g_time);\n\twriteUint32(datetime::nowUtc());\n\n\tg_lastTickCount = micros();\n\tg_seconds = 0;\n\tg_micros = 0;\n\tg_iSample = 0;\n\tg_currentTime = 0;\n\tg_nextTime = 0;\n\tg_lastSyncTickCount = g_lastTickCount;\n\n\tlog(g_lastTickCount);\n\n\treturn SCPI_RES_OK;\n}\n\nvoid finishLogging() {\n\tsetState(STATE_IDLE);\n\tg_file.close();\n\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\tg_logVoltage[i] = 0;\n\t\tg_logCurrent[i] = 0;\n\t\tg_logPower[i] = 0;\n\t}\n}\n\nvoid abort() {\n\tif (g_state == STATE_EXECUTING) {\n\t\tfinishLogging();\n\t} else if (g_state == STATE_INITIATED || g_state == STATE_TRIGGERED) {\n\t\tsetState(STATE_IDLE);\n\t}\n}\n\nvoid log(uint32_t tickCount) {\n\tg_micros += tickCount - g_lastTickCount;\n\tg_lastTickCount = tickCount;\n\n\tif (g_micros >= 1000000) {\n\t\t++g_seconds;\n\t\tg_micros -= 1000000;\n\t}\n\n\tg_currentTime = g_seconds + g_micros * 1E-6;\n\n\tif (g_currentTime >= g_nextTime) {\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n\t\twatchdog::disable();\n#endif\n\n\t\tfloat dt = (float)(g_currentTime - g_nextTime);\n\n\t\twhile (1) {\n\t\t\tg_nextTime = ++g_iSample * g_period;\n\t\t\tif (g_currentTime < g_nextTime || g_nextTime > g_time) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\t// we missed a sample, write NAN\n#ifdef DLOG_JITTER\n\t\t\twriteFloat(NAN);\n#endif\n\t\t\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\t\t\tChannel &channel = Channel::get(i);\n\t\t\t\tif (g_logVoltage[i]) {\n\t\t\t\t\twriteFloat(NAN);\n\t\t\t\t}\n\t\t\t\tif (g_logCurrent[i]) {\n\t\t\t\t\twriteFloat(NAN);\n\t\t\t\t}\n\t\t\t\tif (g_logPower[i]) {\n\t\t\t\t\twriteFloat(NAN);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\t// write sample\n#ifdef DLOG_JITTER\n\t\twriteFloat(dt);\n#endif\n\t\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\t\tChannel &channel = Channel::get(i);\n\n\t\t\tfloat uMon;\n\t\t\tfloat iMon;\n\n\t\t\tif (g_logVoltage[i]) {\n\t\t\t\tuMon = channel_dispatcher::getUMonLast(channel);\n\t\t\t\twriteFloat(uMon);\n\t\t\t}\n\n\t\t\tif (g_logCurrent[i]) {\n\t\t\t\tiMon = channel_dispatcher::getIMonLast(channel);\n\t\t\t\twriteFloat(iMon);\n\t\t\t}\n\n\t\t\tif (g_logPower[i]) {\n\t\t\t\tif (!g_logVoltage[i]) {\n\t\t\t\t\tuMon = channel_dispatcher::getUMonLast(channel);\n\t\t\t\t}\n\t\t\t\tif (!g_logCurrent[i]) {\n\t\t\t\t\tiMon = channel_dispatcher::getIMonLast(channel);\n\t\t\t\t}\n\t\t\t\twriteFloat(uMon * iMon);\n\t\t\t}\n\t\t}\n\n\t\tif (g_nextTime > g_time) {\n\t\t\tfinishLogging();\n\t\t}\n\t\telse {\n\t\t\tint32_t diff = tickCount - g_lastSyncTickCount;\n\t\t\tif (diff > CONF_DLOG_SYNC_FILE_TIME * 1000000L) {\n\t\t\t\tg_lastSyncTickCount = tickCount;\n\t\t\t\tg_file.sync();\n\t\t\t}\n\t\t}\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n\t\twatchdog::enable();\n#endif\n\t}\n}\n\nvoid tick(uint32_t tickCount) {\n\tif (g_state == STATE_TRIGGERED) {\n\t\tint err = startImmediately();\n\t\tif (err != SCPI_RES_OK) {\n\t\t\tgenerateError(err);\n\t\t}\n\t} else if (g_state == STATE_EXECUTING) {\n\t\tlog(tickCount);\n\t}\n}\n\nvoid reset() {\n\tabort();\n\n\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\tg_logVoltage[i] = 0;\n\t\tg_logCurrent[i] = 0;\n\t\tg_logPower[i] = 0;\n\t}\n\n\tg_period = PERIOD_DEFAULT;\n\tg_time = TIME_DEFAULT;\n\tg_triggerSource = trigger::SOURCE_IMMEDIATE;\n\tg_filePath[0] = 0;\n}\n\n}\n}\n} // namespace eez::psu::dlog\n\n#endif // OPTION_SD_CARD"
  },
  {
    "path": "eez_psu_sketch/dlog.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2018-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#include \"trigger.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace dlog {\n\nextern bool g_logVoltage[CH_NUM];\nextern bool g_logCurrent[CH_NUM];\nextern bool g_logPower[CH_NUM];\n\nstatic const float PERIOD_MIN = 0.02f;\nstatic const float PERIOD_MAX = 120.0f;\nstatic const float PERIOD_DEFAULT = 0.02f;\nextern float g_period;\n\nstatic const float TIME_MIN = 1.0f;\nstatic const float TIME_MAX = 86400000.0f;\nstatic const float TIME_DEFAULT = 60.0f;\nextern float g_time;\n\nextern trigger::Source g_triggerSource;\n\nextern double g_currentTime;\n\nbool isIdle();\nbool isInitiated();\nint initiate(const char *filePath);\nvoid triggerGenerated(bool startImmediatelly = true);\nint startImmediately();\nvoid abort();\n\nvoid tick(uint32_t tick_usec);\nvoid reset();\n\n}\n}\n} // namespace eez::psu::dlog\n"
  },
  {
    "path": "eez_psu_sketch/eeprom.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"eeprom.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace eeprom {\n\npsu::TestResult g_testResult = psu::TEST_FAILED;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid send_address(uint16_t address) {\n    SPI.transfer((uint8_t)(address >> 8)); // MSByte\n    SPI.transfer((uint8_t)(address));      // LSByte\n}\n\nvoid read_chunk(uint8_t *buffer, uint16_t buffer_size, uint16_t address) {\n    SPI_beginTransaction(AT25256B_SPI);\n\n    digitalWrite(EEPROM_SELECT, LOW);  // select chip\n    SPI.transfer(READ);                // transmit read opcode\n\n    send_address(address);\n\n    while (buffer_size--) {\n        *buffer++ = SPI.transfer(0xFF);    // get data byte\n    }\n\n    digitalWrite(EEPROM_SELECT, HIGH); // release chip, signal end transfer\n    SPI_endTransaction();\n}\n\nvoid read(uint8_t *buffer, uint16_t buffer_size, uint16_t address) {\n    for (uint16_t i = 0; i < buffer_size; i += 64) {\n        read_chunk(buffer + i, MIN(buffer_size - i, 64), address + i);\n    }\n\n    delay(1);\n\n    uint8_t verifyBuffer[256];\n    uint16_t verifySize = MIN(buffer_size, sizeof(verifyBuffer));\n    for (uint16_t i = 0; i < verifySize; i += 64) {\n        read_chunk(verifyBuffer + i, MIN(buffer_size - i, 64), address + i);\n    }\n\n    if (memcmp(buffer, verifyBuffer, verifySize)) {\n        DebugTrace(\"EEPROM read verify error\");\n    }\n}\n\nbool is_write_in_progress() {\n    SPI_beginTransaction(AT25256B_SPI);\n    digitalWrite(EEPROM_SELECT, LOW);\n    SPI.transfer(RDSR); // send RDSR command\n    uint8_t data = SPI.transfer(0xFF); // get data byte\n    digitalWrite(EEPROM_SELECT, HIGH);\n    SPI_endTransaction();\n    return (data & (1 << 0));\n}\n\nvoid write_chunk(const uint8_t *buffer, uint16_t buffer_size, uint16_t address) {\n    SPI_beginTransaction(AT25256B_SPI);\n\n    // enable writing\n    digitalWrite(EEPROM_SELECT, LOW);  // select chip\n    SPI.transfer(WREN);                // send write enable command\n    digitalWrite(EEPROM_SELECT, HIGH); // deselect chip\n\n    digitalWrite(EEPROM_SELECT, LOW);  // select chip\n    SPI.transfer(WRITE);               // send write command\n\n    send_address(address);\n\n    // write buffer\n    for (uint16_t i = 0; i < buffer_size; ++i) {\n        SPI.transfer(buffer[i]);\n    }\n\n    digitalWrite(EEPROM_SELECT, HIGH); // release chip\n    SPI_endTransaction();\n\n    uint32_t s = micros();\n    while (is_write_in_progress()) {\n        uint32_t e = micros();\n        if (e - s > 3000) {\n            DebugTrace(\"EEPROM write failure!\");\n            break;\n        }\n    }\n\n    // disable writing\n    SPI_beginTransaction(AT25256B_SPI);\n    digitalWrite(EEPROM_SELECT, LOW);  // select chip\n    SPI.transfer(WRDI);                // send write disable command\n    digitalWrite(EEPROM_SELECT, HIGH); // deselect chip\n    SPI_endTransaction();\n}\n\nstatic uint8_t *buffer_verify;\nstatic uint16_t buffer_verify_size;\n\nbool write(const uint8_t *buffer, uint16_t buffer_size, uint16_t address) {\n    for (uint16_t i = 0; i < buffer_size; i += 64) {\n        write_chunk(buffer + i, MIN(buffer_size - i, 64), address + i);\n    }\n\n    if (!buffer_verify || buffer_size > buffer_verify_size) {\n        if (buffer_verify) {\n            free(buffer_verify);\n        }\n        buffer_verify = (uint8_t *)malloc(buffer_size);\n        buffer_verify_size = buffer_size;\n        //DebugTraceF(\"buffer_verify_size = %u\", buffer_verify_size);\n    }\n\n    read(buffer_verify, buffer_size, address);\n\n    if (memcmp(buffer, buffer_verify, buffer_size) == 0) {\n        return true;\n    }\n\n    DebugTrace(\"EEPROM write verify failed!\");\n    return false;\n}\n\nvoid init() {\n    if (OPTION_EXT_EEPROM) {\n        // write 0 (no protection) to status register\n        SPI_beginTransaction(AT25256B_SPI);\n        digitalWrite(EEPROM_SELECT, LOW);\n        SPI.transfer(WRSR);\n        SPI.transfer(0);\n        digitalWrite(EEPROM_SELECT, HIGH);\n        SPI_endTransaction();\n    }\n}\n\nbool test() {\n    if (OPTION_EXT_EEPROM) {\n        // write buffer to eeprom\n        uint8_t test_buffer[EEPROM_TEST_BUFFER_SIZE];\n\n        for (uint16_t i = 0; i < EEPROM_TEST_BUFFER_SIZE; ++i) {\n            test_buffer[i] = i % 32;\n        }\n\n        write(test_buffer, EEPROM_TEST_BUFFER_SIZE, EEPROM_TEST_ADDRESS);\n\n        // read buffer from eeprom\n        for (uint16_t i = 0; i < EEPROM_TEST_BUFFER_SIZE; ++i) {\n            test_buffer[i] = 0;\n        }\n\n        read(test_buffer, EEPROM_TEST_BUFFER_SIZE, EEPROM_TEST_ADDRESS);\n\n        // compare it\n        g_testResult = psu::TEST_OK;\n        for (uint16_t i = 0; i < EEPROM_TEST_BUFFER_SIZE; ++i) {\n            if (test_buffer[i] != i % 32) {\n                DebugTraceF(\"EEPROM test failed at index: %d\", i);\n                g_testResult = psu::TEST_FAILED;\n                break;\n            }\n        }\n    }\n    else {\n        g_testResult = psu::TEST_SKIPPED;\n    }\n\n    if (g_testResult == psu::TEST_FAILED) {\n        psu::generateError(SCPI_ERROR_EXT_EEPROM_TEST_FAILED);\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\n}\n}\n} // namespace eez::psu::eeprom"
  },
  {
    "path": "eez_psu_sketch/eeprom.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n/*! \\page eeprom_map EEPROM map\n\n# Overview\n\n|Address|Size|Description                               |\n|-------|----|------------------------------------------|\n|0      |  64|Not used                                  |\n|64     |  24|[Total ON-time counter](#ontime-counter)  |\n|128    |  24|[CH1 ON-time counter](#ontime-counter)    |\n|192    |  24|[CH2 ON-time counter](#ontime-counter)    |\n|1024   |  64|[Device configuration](#device)           |\n|1536   | 128|[Device configuration 2](#device2)           |\n|2048   | 144|CH1 [calibration parameters](#calibration)|\n|2560   | 144|CH2 [calibration parameters](#calibration)|\n|5120   | 232|[Profile](#profile) 0                     |\n|6144   | 232|[Profile](#profile) 1                     |\n|7168   | 232|[Profile](#profile) 2                     |\n|8192   | 232|[Profile](#profile) 3                     |\n|9216   | 232|[Profile](#profile) 4                     |\n|10240  | 232|[Profile](#profile) 5                     |\n|11264  | 232|[Profile](#profile) 6                     |\n|12288  | 232|[Profile](#profile) 7                     |\n|13312  | 232|[Profile](#profile) 8                     |\n|14336  | 232|[Profile](#profile) 9                     |\n|16384  | 610|[Event Queue](#event-queue)               |\n\n## <a name=\"ontime-counter\">ON-time counter</a>\n\n|Offset|Size|Type                     |Description                  |\n|------|----|-------------------------|-----------------------------|\n|0     |4   |int                      |1st magic number             |\n|4     |4   |int                      |1st counter                  |\n|8     |4   |int                      |1st counter (copy)           |\n|12    |4   |int                      |2nd magic number             |\n|16    |4   |int                      |2nd counter                  |\n|20    |4   |int                      |2bd counter (copy)           |\n\n## <a name=\"device\">Device configuration</a>\n\n|Offset|Size|Type                     |Description                  |\n|------|----|-------------------------|-----------------------------|\n|0     |6   |[struct](#block-header)  |[Block header](#block-header)|\n|8     |8   |string                   |Serial number                |\n|16    |17  |string                   |Calibration password         |\n|36    |4   |[bitarray](#device-flags)|[Device Flags](#device-flags)|\n|40    |1   |int                      |Year                         |\n|41    |1   |int                      |Month                        |\n|42    |1   |int                      |Day                          |\n|43    |1   |int                      |Hour                         |\n|44    |1   |int                      |Minute                       |\n|45    |1   |int                      |Second                       |\n|46    |2   |int                      |Time zone                    |\n|48    |1   |int                      |Auto profile location        |\n|49    |1   |int                      |Touch screen cal. orientation|\n|50    |2   |int                      |Touch screen cal. TLX        |\n|52    |2   |int                      |Touch screen cal. TLY        |\n|54    |2   |int                      |Touch screen cal. BRX        |\n|56    |2   |int                      |Touch screen cal. BRY        |\n|58    |2   |int                      |Touch screen cal. TRX        |\n|60    |2   |int                      |Touch screen cal. TRY        |\n\n## <a name=\"device\">Device configuration 2</a>\n\n|Offset|Size|Type                     |Description                  |\n|------|----|-------------------------|-----------------------------|\n|0     |6   |[struct](#block-header)  |[Block header](#block-header)|\n|8     |17  |string                   |System password              |\n\n#### <a name=\"device-flags\">Device flags</a>\n\n|Bit|Description         |\n|---|--------------------|\n|0  |Sound enabled       |\n|1  |Date set            |\n|2  |Time set            |\n|3  |Auto recall profile |\n|4  |DST                 |\n|5  |Channel display mode|\n|6  |Channel display mode|\n|7  |Channel display mode|\n|8  |Ethernet enabled    |\n|9  |Switch off all outputs when protection tripped |\n|10 |Shutdown when protection tripped               |\n|11 |Force disabling of all outputs on power up     |\n|12 |Click sound enabled |\n\n## <a name=\"calibration\">Calibration parameters</a>\n\n|Offset|Size|Type                   |Description                  |\n|------|----|-----------------------|-----------------------------|\n|0     |8   |[struct](#block-header)|[Block header](#block-header)|\n|8     |4   |[bitarray](#cal-flags) |[Flags](#cal-flags)          |\n|12    |44  |[struct](#cal-points)  |Voltage [points](#cal-points)|\n|56    |44  |[struct](#cal-points)  |Current [points](#cal-points)|\n|100   |9   |string                 |Date                         |\n|109   |33  |string                 |Remark                       |\n\n#### <a name=\"cal-flags\">Calibration flags</a>\n\n|Bit|Description        |\n|---|-------------------|\n|0  |Voltage calibrated?|\n|1  |Current calibrated?|\n\n#### <a name=\"cal-points\">Value points</a>\n\n|Offset|Size|Type                |Description            |\n|------|----|--------------------|-----------------------|\n|0     |12  |[struct](#cal-point)|Min [point](#cal-point)|\n|12    |12  |[struct](#cal-point)|Mid [point](#cal-point)|\n|24    |12  |[struct](#cal-point)|Max [point](#cal-point)|\n|36    |4   |[struct](#cal-point)|Min. set value possible|\n|40    |4   |[struct](#cal-point)|Max. set value possible|\n\n#### <a name=\"cal-point\">Value point</a>\n\n|Offset|Size|Type |Description|\n|------|----|-----|-----------|\n|0     |4   |float|DAC value  |\n|4     |4   |float|Real value |\n|8     |4   |float|ADC value  |\n\n## <a name=\"profile\">Profile</a>\n\n|Offset|Size|Type                   |Description                    |\n|------|----|-----------------------|-------------------------------|\n|0     |6   |[struct](#block-header)|[Block header](#block-header)  |\n|8     |4   |[bitarray](#prof-flags)|[Flags](#prof-flags)           |\n|12    |33  |string                 |Name                           |\n|48    |52  |[struct](#ch-params)   |CH1 [parameters](#ch-params)   |\n|100   |52  |[struct](#ch-params)   |CH2 [parameters](#ch-params)   |\n|152   |80  |[struct](#otp-conf)[5] |[OTP configurations](#otp-conf)|\n\n#### <a name=\"prof-flags\">Profile flags</a>\n\n|Bit|Description        |\n|---|-------------------|\n|0  |Is valid?          |\n|1  |Power is up?       |\n|2  |Channels coupling: 0 - None, 1 - Parallel, 2 - Series, 3 - Tracking mode |\n\n#### <a name=\"ch-params\">Channel parameters</a>\n\n|Offset|Size|Type                 |Description               |\n|------|----|---------------------|--------------------------|\n|0     |4   |[bitarray](#ch-flags)|[Channel Flags](#ch-flags)|\n|4     |4   |float                |U set                     |\n|8     |4   |float                |U step                    |\n|12    |4   |float                |U limit                   |\n|16    |4   |float                |OVP delay                 |\n|20    |4   |float                |OVP level                 |\n|24    |4   |float                |I set                     |\n|28    |4   |float                |I step                    |\n|32    |4   |float                |I limit                   |\n|36    |4   |float                |OCP delay                 |\n|40    |4   |float                |P step                    |\n|44    |4   |float                |OVP delay                 |\n|48    |4   |float                |OVP level                 |\n\n#### <a name=\"ch-flags\">Channel flags</a>\n\n|Bit|Description        |\n|---|-------------------|\n|0  |Output enabled     |\n|1  |Sense enabled      |\n|2  |OVP enabled        |\n|3  |OCP enabled        |\n|3  |OPP enabled        |\n|5  |Calibration enabled|\n|6  |RPROG enabled      |\n|7  |Reserved           |\n|8  |LRIPPLE enabled    |\n|9  |Params. valid      |\n\n#### <a name=\"otp-conf\">OTP configuration</a>\n\n|Offset|Size|Type              |Description                     |\n|------|----|------------------|--------------------------------|\n|0     |4   |[enum](#temp-sens)|[Temperature sensor](#temp-sens)|\n|4     |4   |float             |OTP delay                       |\n|8     |4   |float             |OTP level                       |\n|12    |1   |boolean           |OTP state                       |\n\n\n##### <a name=\"temp-sens\">Temperature sensor</a>\n\n|Value|Name|\n|-----|----|\n|0    |AUX |\n|1    |CH1 |\n|2    |CH2 |\n|3    |reserved|\n|4    |reserved|\n\n## <a name=\"block-header\">Block header</a>\n\n|Offset|Size|Type|Description|\n|------|----|----|-----------|\n|0     |4   |int |Checksum   |\n|4     |2   |int |Version    |\n\n## <a name=\"event-queue\">Event queue</a>\n\n|Offset|Size |Type                     |Description                  |\n|------|-----|-------------------------|-----------------------------|\n|0     |4    |int                      |Magic number                 |\n|4     |2    |int                      |Version                      |\n|6     |2    |int                      |Queue head                   |\n|8     |2    |int                      |Queue size                   |\n|10    |2    |int                      |Last error event index       |\n|16    |1600 |[struct](#event)         |Max. 100 events              |\n\n## <a name=\"event\">Event</a>\n\n|Offset|Size|Type                     |Description                  |\n|------|----|-------------------------|-----------------------------|\n|0     |4   |datetime                 |Event date and time          |\n|4     |2   |int                      |Event ID                     |\n\n*/\n\n\nnamespace eez {\nnamespace psu {\nnamespace eeprom {\n\nstatic const uint16_t EEPROM_TEST_ADDRESS = 0;\nstatic const uint16_t EEPROM_TEST_BUFFER_SIZE = 64;\n\n// opcodes\nstatic const uint8_t WREN = 6;\nstatic const uint8_t WRDI = 4;\nstatic const uint8_t RDSR = 5;\nstatic const uint8_t WRSR = 1;\nstatic const uint8_t READ = 3;\nstatic const uint8_t WRITE = 2;\n\nstatic const uint16_t EEPROM_ONTIME_START_ADDRESS = 64;\nstatic const uint16_t EEPROM_ONTIME_SIZE = 64;\n\nstatic const uint16_t EEPROM_START_ADDRESS = 1024;\n\nstatic const uint16_t EEPROM_EVENT_QUEUE_START_ADDRESS = 16384;\n\nvoid init();\nbool test();\n\nextern TestResult g_testResult;\n\nvoid read(uint8_t *buffer, uint16_t buffer_size, uint16_t address);\nbool write(const uint8_t *buffer, uint16_t buffer_size, uint16_t address);\n\n}\n}\n} // namespace eez::psu::eeprom\n"
  },
  {
    "path": "eez_psu_sketch/eez_psu_sketch.ino",
    "content": "/**\n * EEZ PSU Firmware\n * Copyright (C) 2015 Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"SPI.h\"\n\n#include <scpi-parser.h>\n#include <SdFat.h>\n\n#include \"psu.h\"\n\n#if OPTION_ETHERNET\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n#include <UIPEthernet.h>\n#include <UIPServer.h>\n#include <UIPClient.h>\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#include <Ethernet2.h>\n#include <EthernetServer.h>\n#include <EthernetClient.h>\n#endif\n#endif\n\nvoid setup() {\n    PSU_boot();\n}\n\nvoid loop() {\n    PSU_tick();\n}\n\n"
  },
  {
    "path": "eez_psu_sketch/eez_psu_sketch.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio 14\nVisualStudioVersion = 14.0.24720.0\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"eez_psu_sketch\", \"eez_psu_sketch.vcxproj\", \"{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|x86 = Debug|x86\n\t\tRelease|x86 = Release|x86\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}.Debug|x86.ActiveCfg = Debug|Win32\n\t\t{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}.Debug|x86.Build.0 = Debug|Win32\n\t\t{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}.Release|x86.ActiveCfg = Release|Win32\n\t\t{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}.Release|x86.Build.0 = Release|Win32\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "eez_psu_sketch/eez_psu_sketch.vcxproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{65B2DABC-CFA6-4777-8819-E7FFCBE5F163}</ProjectGuid>\n    <RootNamespace>\n    </RootNamespace>\n    <ProjectName>eez_psu_sketch</ProjectName>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>\n    </PlatformToolset>\n    <CharacterSet>MultiByte</CharacterSet>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <PlatformToolset>\n    </PlatformToolset>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <CharacterSet>MultiByte</CharacterSet>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"ExtensionSettings\">\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup />\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>Disabled</Optimization>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\libraries\\SPI\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\scpi-parser\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\eez_psu_lib\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\Ethernet2\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\UTFT_Pro;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\libraries\\SD\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\Ethernet2\\src\\utility;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\UIPEthernet\\src;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries\\UIPEthernet\\src\\utility;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\libraries;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\libraries;$(ProjectDir)..\\..\\..\\..\\..\\Documents\\Arduino\\libraries;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\cores\\arduino;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\cores\\arduino\\avr;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\cores\\arduino\\USB;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\variants\\arduino_due_x;$(ProjectDir)..\\eez_psu_sketch;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\CMSIS\\Include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\4.8.3-2014q1\\arm-none-eabi\\include\\c++\\4.8.3;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\4.8.3-2014q1\\arm-none-eabi\\include\\c++\\4.8.3\\arm-none-eabi\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\4.8.3-2014q1\\arm-none-eabi\\include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\4.8.3-2014q1\\lib\\gcc\\arm-none-eabi\\4.8.3\\include;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam\\include;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\CMSIS\\Include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\CMSIS\\Include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\CMSIS\\Include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam\\include;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\hardware\\tools\\g++_arm_none_eabi\\arm-none-eabi\\include;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\hardware\\tools\\g++_arm_none_eabi\\arm_none_eabi\\include\\;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\hardware\\tools\\g++_arm_none_eabi\\lib\\gcc\\arm-none-eabi\\4.4.1\\include;$(ProjectDir)..\\..\\..\\..\\..\\..\\..\\Program Files (x86)\\Arduino\\hardware\\tools\\g++_arm_none_eabi\\lib\\gcc\\arm-none-eabi\\4.4.1\\include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\sam3xa\\include\\pio;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam\\include;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\CMSIS\\CMSIS\\Include\\;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\sam3xa\\include;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\libsam;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL;$(ProjectDir)..\\..\\..\\..\\..\\AppData\\Local\\arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\system\\CMSIS\\Device\\ATMEL\\sam3xa\\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <ForcedIncludeFiles>$(ProjectDir)__vm\\.eez_psu_sketch.vsarduino.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>\n      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>\n      <PreprocessorDefinitions>printf=iprintf;F_CPU=84000000L;ARDUINO=10801;ARDUINO_SAM_DUE;ARDUINO_ARCH_SAM;__SAM3X8E__;USB_VID=0x2341;USB_PID=0x003e;USBCON;__cplusplus=201103L;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>MaxSpeed</Optimization>\n      <FunctionLevelLinking>true</FunctionLevelLinking>\n      <IntrinsicFunctions>true</IntrinsicFunctions>\n      <SDLCheck>true</SDLCheck>\n    </ClCompile>\n    <Link>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <EnableCOMDATFolding>true</EnableCOMDATFolding>\n      <OptimizeReferences>true</OptimizeReferences>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemGroup>\n    <ProjectCapability Include=\"VisualMicro\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"eez_psu_sketch.ino\">\n      <FileType>CppCode</FileType>\n    </None>\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"actions.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"adc.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"arduino_psu.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"arduino_util.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"board.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"bp.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"buzzer.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"calibration.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"channel.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"channel_dispatcher.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"conf.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"conf_advanced.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"conf_channel.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"conf_user.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"conf_user_revision.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"dac.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"datetime.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"debug.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"devices.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"eeprom.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"encoder.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"ethernet.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"event_queue.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"fan.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"font.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gesture.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_calibration.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_data.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_document.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_keypad.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_slider.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_step.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_internal.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_keypad.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_numeric_keypad.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_adv.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_info.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_protection.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_trigger.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_event_queue.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_main.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_self_test_result.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_sys_info.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_sys_settings.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_user_profiles.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_password.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_view.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"gui_widget_button_group.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"ioexp.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"lcd.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"list.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"ontime.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"persist_conf.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"profile.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"psu.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"rtc.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"scpi_commands.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"scpi_params.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"scpi_psu.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"scpi_regs.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"scpi_user_config.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"sd_card.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"serial_psu.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"sound.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"temperature.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"temp_sensor.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"timer.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"touch.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"touch_calibration.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"touch_filter.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"trigger.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"util.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"watchdog.h\">\n      <FileType>CppCode</FileType>\n    </ClInclude>\n    <ClInclude Include=\"__vm\\.eez_psu_sketch.vsarduino.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"actions.cpp\" />\n    <ClCompile Include=\"adc.cpp\" />\n    <ClCompile Include=\"arduino_util.cpp\" />\n    <ClCompile Include=\"board.cpp\" />\n    <ClCompile Include=\"bp.cpp\" />\n    <ClCompile Include=\"buzzer.cpp\" />\n    <ClCompile Include=\"calibration.cpp\" />\n    <ClCompile Include=\"channel.cpp\" />\n    <ClCompile Include=\"channel_dispatcher.cpp\" />\n    <ClCompile Include=\"dac.cpp\" />\n    <ClCompile Include=\"datetime.cpp\" />\n    <ClCompile Include=\"debug.cpp\" />\n    <ClCompile Include=\"devices.cpp\" />\n    <ClCompile Include=\"eeprom.cpp\" />\n    <ClCompile Include=\"encoder.cpp\" />\n    <ClCompile Include=\"ethernet.cpp\" />\n    <ClCompile Include=\"event_queue.cpp\" />\n    <ClCompile Include=\"fan.cpp\" />\n    <ClCompile Include=\"font.cpp\" />\n    <ClCompile Include=\"gesture.cpp\" />\n    <ClCompile Include=\"gui.cpp\" />\n    <ClCompile Include=\"gui_calibration.cpp\" />\n    <ClCompile Include=\"gui_data.cpp\" />\n    <ClCompile Include=\"gui_document.cpp\" />\n    <ClCompile Include=\"gui_edit_mode.cpp\" />\n    <ClCompile Include=\"gui_edit_mode_keypad.cpp\" />\n    <ClCompile Include=\"gui_edit_mode_slider.cpp\" />\n    <ClCompile Include=\"gui_edit_mode_step.cpp\" />\n    <ClCompile Include=\"gui_keypad.cpp\" />\n    <ClCompile Include=\"gui_numeric_keypad.cpp\" />\n    <ClCompile Include=\"gui_page.cpp\" />\n    <ClCompile Include=\"gui_page_ch_settings_adv.cpp\" />\n    <ClCompile Include=\"gui_page_ch_settings_info.cpp\" />\n    <ClCompile Include=\"gui_page_ch_settings_protection.cpp\" />\n    <ClCompile Include=\"gui_page_ch_settings_trigger.cpp\" />\n    <ClCompile Include=\"gui_page_event_queue.cpp\" />\n    <ClCompile Include=\"gui_page_main.cpp\" />\n    <ClCompile Include=\"gui_page_self_test_result.cpp\" />\n    <ClCompile Include=\"gui_page_sys_info.cpp\" />\n    <ClCompile Include=\"gui_page_sys_settings.cpp\" />\n    <ClCompile Include=\"gui_page_user_profiles.cpp\" />\n    <ClCompile Include=\"gui_password.cpp\" />\n    <ClCompile Include=\"gui_view.cpp\" />\n    <ClCompile Include=\"gui_widget_button_group.cpp\" />\n    <ClCompile Include=\"ioexp.cpp\" />\n    <ClCompile Include=\"lcd.cpp\" />\n    <ClCompile Include=\"list.cpp\" />\n    <ClCompile Include=\"ontime.cpp\" />\n    <ClCompile Include=\"persist_conf.cpp\" />\n    <ClCompile Include=\"profile.cpp\" />\n    <ClCompile Include=\"psu.cpp\" />\n    <ClCompile Include=\"rtc.cpp\" />\n    <ClCompile Include=\"scpi_appl.cpp\" />\n    <ClCompile Include=\"scpi_cal.cpp\" />\n    <ClCompile Include=\"scpi_core.cpp\" />\n    <ClCompile Include=\"scpi_debug.cpp\" />\n    <ClCompile Include=\"scpi_diag.cpp\" />\n    <ClCompile Include=\"scpi_display.cpp\" />\n    <ClCompile Include=\"scpi_inst.cpp\" />\n    <ClCompile Include=\"scpi_meas.cpp\" />\n    <ClCompile Include=\"scpi_mem.cpp\" />\n    <ClCompile Include=\"scpi_mmem.cpp\" />\n    <ClCompile Include=\"scpi_outp.cpp\" />\n    <ClCompile Include=\"scpi_params.cpp\" />\n    <ClCompile Include=\"scpi_psu.cpp\" />\n    <ClCompile Include=\"scpi_regs.cpp\" />\n    <ClCompile Include=\"scpi_simu.cpp\" />\n    <ClCompile Include=\"scpi_sour.cpp\" />\n    <ClCompile Include=\"scpi_stat.cpp\" />\n    <ClCompile Include=\"scpi_syst.cpp\" />\n    <ClCompile Include=\"scpi_trigger.cpp\" />\n    <ClCompile Include=\"sd_card.cpp\" />\n    <ClCompile Include=\"serial_psu.cpp\" />\n    <ClCompile Include=\"sound.cpp\" />\n    <ClCompile Include=\"temperature.cpp\" />\n    <ClCompile Include=\"temp_sensor.cpp\" />\n    <ClCompile Include=\"timer.cpp\" />\n    <ClCompile Include=\"touch.cpp\" />\n    <ClCompile Include=\"touch_calibration.cpp\" />\n    <ClCompile Include=\"touch_filter.cpp\" />\n    <ClCompile Include=\"trigger.cpp\" />\n    <ClCompile Include=\"util.cpp\" />\n    <ClCompile Include=\"watchdog.cpp\" />\n  </ItemGroup>\n  <PropertyGroup>\n    <DebuggerFlavor>VisualMicroDebugger</DebuggerFlavor>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\">\n  </ImportGroup>\n</Project>"
  },
  {
    "path": "eez_psu_sketch/eez_psu_sketch.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <Filter Include=\"Source Files\">\n      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>\n      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>\n    </Filter>\n    <Filter Include=\"Header Files\">\n      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>\n      <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>\n    </Filter>\n    <Filter Include=\"Resource Files\">\n      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>\n      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>\n    </Filter>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"eez_psu_sketch.ino\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"__vm\\.eez_psu_sketch.vsarduino.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"actions.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"adc.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"arduino_psu.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"arduino_util.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"board.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"bp.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"buzzer.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"calibration.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"channel.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"channel_dispatcher.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"conf.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"conf_advanced.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"conf_channel.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"conf_user.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"conf_user_revision.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"dac.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"datetime.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"debug.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"devices.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"eeprom.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"encoder.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"ethernet.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"event_queue.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"fan.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"font.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gesture.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_calibration.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_data.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_document.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_keypad.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_slider.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_edit_mode_step.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_internal.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_keypad.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_numeric_keypad.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_adv.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_info.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_protection.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_ch_settings_trigger.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_event_queue.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_main.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_self_test_result.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_sys_info.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_sys_settings.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_page_user_profiles.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_password.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_view.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"gui_widget_button_group.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"ioexp.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"lcd.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"list.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"ontime.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"persist_conf.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"profile.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"psu.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"rtc.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"scpi_commands.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"scpi_params.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"scpi_psu.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"scpi_regs.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"scpi_user_config.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"sd_card.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"serial_psu.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"sound.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"temperature.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"temp_sensor.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"timer.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"touch.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"touch_calibration.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"touch_filter.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"trigger.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"util.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"watchdog.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"actions.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"adc.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"arduino_util.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"board.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"bp.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"buzzer.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"calibration.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"channel.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"channel_dispatcher.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"dac.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"datetime.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"debug.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"devices.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"eeprom.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"encoder.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"ethernet.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"event_queue.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"fan.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"font.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gesture.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_calibration.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_data.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_document.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_edit_mode.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_edit_mode_keypad.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_edit_mode_slider.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_edit_mode_step.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_keypad.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_numeric_keypad.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_ch_settings_adv.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_ch_settings_info.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_ch_settings_protection.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_ch_settings_trigger.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_event_queue.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_main.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_self_test_result.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_sys_info.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_sys_settings.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_page_user_profiles.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_password.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_view.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"gui_widget_button_group.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"ioexp.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"lcd.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"list.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"ontime.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"persist_conf.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"profile.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"psu.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"rtc.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_appl.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_cal.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_core.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_debug.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_diag.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_display.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_inst.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_meas.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_mem.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_mmem.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_outp.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_params.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_psu.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_regs.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_simu.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_sour.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_stat.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_syst.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"scpi_trigger.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"sd_card.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"serial_psu.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"sound.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"temperature.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"temp_sensor.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"timer.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"touch.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"touch_calibration.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"touch_filter.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"trigger.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"util.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n    <ClCompile Include=\"watchdog.cpp\">\n      <Filter>Source Files</Filter>\n    </ClCompile>\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "eez_psu_sketch/encoder.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_ENCODER\n\n#include \"encoder.h\"\n\n#define CONF_ENCODER_ACCELERATION_DECREMENT_PER_MS 1\n#define CONF_ENCODER_ACCELERATION_INCREMENT_FACTOR 2\n\n#define CONF_ENCODER_SWITCH_DURATION_MIN 5000\n#define CONF_ENCODER_SWITCH_DURATION_MAX 1000000\n\nnamespace eez {\nnamespace psu {\nnamespace encoder {\n\n// Half-step mode?\n#define HALF_STEP\n\n// define to enable weak pullups.\n#define ENABLE_PULLUPS\n\n#define DIR_CCW 0x10\n#define DIR_CW 0x20\n\n#ifdef HALF_STEP\n// Use the half-step state table (emits a code at 00 and 11)\nconst uint8_t ttable[6][4] = {\n  {0x3 , 0x2, 0x1,  0x0}, {0x23, 0x0, 0x1,  0x0},\n  {0x13, 0x2, 0x0,  0x0}, {0x3 , 0x5, 0x4,  0x0},\n  {0x3 , 0x3, 0x4, 0x10}, {0x3 , 0x5, 0x3, 0x20}\n};\n#else\n// Use the full-step state table (emits a code at 00 only)\nconst uint8_t ttable[7][4] = {\n  {0x0, 0x2, 0x4,  0x0}, {0x3, 0x0, 0x1, 0x10},\n  {0x3, 0x2, 0x0,  0x0}, {0x3, 0x2, 0x1,  0x0},\n  {0x6, 0x0, 0x4,  0x0}, {0x6, 0x5, 0x0, 0x10},\n  {0x6, 0x5, 0x4,  0x0},\n};\n#endif\n\nbool g_accelerationEnabled = true;\nint g_speedDown;\nint g_speedUp;\n\nvolatile uint8_t g_rotationState = 0;\nvolatile int g_rotationCounter = 0;\nvolatile uint32_t g_rotationLastTime = 0;\nvolatile int g_acceleration;\n\nvolatile uint32_t g_switchLastTime = 0;\nvolatile int g_switchCounter = 0;\n\nuint32_t g_maxDiff;\n\nvoid updateMaxDiff() {\n    g_maxDiff = CONF_ENCODER_ACCELERATION_INCREMENT_FACTOR * MAX(g_speedUp, g_speedDown) * 1000UL / CONF_ENCODER_ACCELERATION_DECREMENT_PER_MS;\n}\n\nvoid abInterruptHandler() {\n    uint8_t pinState = (digitalRead(ENC_B) << 1) | digitalRead(ENC_A);\n\n    g_rotationState = ttable[g_rotationState & 0xf][pinState];\n    uint8_t result = g_rotationState/* & 0x30*/;\n    if (result == DIR_CW || result == DIR_CCW) {\n        uint32_t time = micros();\n        int32_t diff = time - g_rotationLastTime;\n\n        if (g_accelerationEnabled) {\n            g_acceleration += -CONF_ENCODER_ACCELERATION_DECREMENT_PER_MS * (diff / 1000) +\n                CONF_ENCODER_ACCELERATION_INCREMENT_FACTOR * (result == DIR_CW ? g_speedUp : g_speedDown);\n\n            if (g_acceleration < 0) g_acceleration = 0;\n            if (g_acceleration > 99) g_acceleration = 99;\n        } else {\n            g_acceleration = 0;\n        }\n\n        int amount = 1 + g_acceleration;\n        \n        if (result == DIR_CW) {\n            g_rotationCounter += amount;\n        } else if (result == DIR_CCW) {\n            g_rotationCounter -= amount;\n        }\n\n        g_rotationLastTime = time;\n    }\n}\n\nvoid swInterruptHandler() {\n    uint32_t time = micros();\n    if (digitalRead(ENC_SW)) {\n        if (g_switchLastTime) {\n            int32_t diff = time - g_switchLastTime;\n            if (diff > CONF_ENCODER_SWITCH_DURATION_MIN && diff < CONF_ENCODER_SWITCH_DURATION_MAX) {\n                ++g_switchCounter;\n            }\n        }\n    } else {\n        g_switchLastTime = time;\n    }\n}\n\nvoid init() {\n#ifdef ENABLE_PULLUPS\n    digitalWrite(ENC_A, HIGH);\n    digitalWrite(ENC_B, HIGH);\n\n    digitalWrite(ENC_SW, HIGH);\n#endif\n\n    attachInterrupt(digitalPinToInterrupt(ENC_A), abInterruptHandler, CHANGE);\n    attachInterrupt(digitalPinToInterrupt(ENC_B), abInterruptHandler, CHANGE);\n\n    attachInterrupt(digitalPinToInterrupt(ENC_SW), swInterruptHandler, CHANGE);\n\n    updateMaxDiff();\n}\n\nvoid read(uint32_t tickCount, int &counter, bool &clicked) {\n    noInterrupts();\n\n    if (tickCount - g_rotationLastTime > g_maxDiff) {\n        g_rotationLastTime = tickCount - g_maxDiff;\n    }\n\n    counter = g_rotationCounter;\n    g_rotationCounter = 0;\n\n    clicked = g_switchCounter > 0;\n    g_switchCounter = 0;\n\n    interrupts();\n}\n\nvoid enableAcceleration(bool enable) {\n    if (g_accelerationEnabled != enable) {\n        g_accelerationEnabled = enable;\n        g_acceleration = 0;\n    }\n}\n\nvoid setMovingSpeed(uint8_t down, uint8_t up) {\n    g_speedDown = down;\n    g_speedUp = up;\n\n    updateMaxDiff();\n}\n\n#ifdef EEZ_PSU_SIMULATOR\nvoid write(int counter, bool clicked) {\n    if (counter != 0) {\n        g_rotationCounter += counter;\n    }\n\n    if (clicked) {\n        ++g_switchCounter;\n    }\n}\n#endif\n\n}\n}\n} // namespace eez::psu::encoder\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/encoder.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace encoder {\n\nstatic const uint8_t MAX_MOVING_SPEED = 10;\nstatic const uint8_t MIN_MOVING_SPEED = 1;\nstatic const uint8_t DEFAULT_MOVING_DOWN_SPEED = 8;\nstatic const uint8_t DEFAULT_MOVING_UP_SPEED = 6;\n\nvoid init();\nvoid read(uint32_t tickCount, int &counter, bool &clicked);\n\nvoid enableAcceleration(bool enable);\nvoid setMovingSpeed(uint8_t down, uint8_t up);\n\n#ifdef EEZ_PSU_SIMULATOR\nvoid write(int counter, bool clicked);\n#endif\n\n}\n}\n} // namespace eez::psu::encoder\n"
  },
  {
    "path": "eez_psu_sketch/ethernet.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#include \"persist_conf.h\"\n#include \"serial_psu.h\"\n#include \"event_queue.h\"\n#include \"watchdog.h\"\n\n#if OPTION_ETHERNET\n\n#if defined(EEZ_PSU_SIMULATOR) || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n#include <UIPEthernet.h>\n#include <UIPServer.h>\n#include <UIPClient.h>\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#include <Ethernet2.h>\n#include <EthernetServer.h>\n#include <EthernetClient.h>\n#endif\n\n#include \"ethernet.h\"\n\n#define CONF_CHECK_DHCP_LEASE_SEC 60\n\nnamespace eez {\nnamespace psu {\n\nusing namespace scpi;\n\nnamespace ethernet {\n\npsu::TestResult g_testResult = psu::TEST_FAILED;\n\nstatic EthernetServer *server;\n\nstatic bool g_isConnected = false;\nstatic EthernetClient g_activeClient;\n//static uint32_t g_lastCheckDhcpLeaseTime;\n\n////////////////////////////////////////////////////////////////////////////////\n\nsize_t ethernet_client_write(EthernetClient &client, const char *data, size_t len) {\n    SPI_beginTransaction(ETHERNET_SPI);\n    size_t size = client.write(data, len);\n    SPI_endTransaction();\n\n    return size;\n}\n\nsize_t ethernet_client_write_str(EthernetClient &client, const char *str) {\n    return ethernet_client_write(client, str, strlen(str));\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nsize_t SCPI_Write(scpi_t *context, const char * data, size_t len) {\n    return ethernet_client_write(g_activeClient, data, len);\n}\n\nscpi_result_t SCPI_Flush(scpi_t * context) {\n    return SCPI_RES_OK;\n}\n\nint SCPI_Error(scpi_t *context, int_fast16_t err) {\n    if (err != 0) {\n        char errorOutputBuffer[256];\n        sprintf_P(errorOutputBuffer, PSTR(\"**ERROR: %d,\\\"%s\\\"\\r\\n\"), (int16_t)err, SCPI_ErrorTranslate(err));\n        ethernet_client_write(g_activeClient, errorOutputBuffer, strlen(errorOutputBuffer));\n\n\t\tif (err == SCPI_ERROR_INPUT_BUFFER_OVERRUN) {\n\t\t\tscpi::onBufferOverrun(*context);\n\t\t}\n    }\n\n    return 0;\n}\n\nscpi_result_t SCPI_Control(scpi_t *context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val) {\n    char outputBuffer[256];\n    if (SCPI_CTRL_SRQ == ctrl) {\n        sprintf_P(outputBuffer, PSTR(\"**SRQ: 0x%X (%d)\\r\\n\"), val, val);\n    } else {\n        sprintf_P(outputBuffer, PSTR(\"**CTRL %02x: 0x%X (%d)\\r\\n\"), ctrl, val, val);\n    }\n\n    ethernet_client_write(g_activeClient, outputBuffer, strlen(outputBuffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t SCPI_Reset(scpi_t *context) {\n    char errorOutputBuffer[256];\n    strcpy_P(errorOutputBuffer, PSTR(\"**Reset\\r\\n\"));\n    ethernet_client_write(g_activeClient, errorOutputBuffer, strlen(errorOutputBuffer));\n\n    return psu::reset() ? SCPI_RES_OK : SCPI_RES_ERR;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_reg_val_t g_scpiPsuRegs[SCPI_PSU_REG_COUNT];\nstatic scpi_psu_t g_scpiPsuContext = { g_scpiPsuRegs };\n\nstatic scpi_interface_t g_scpiInterface = {\n    SCPI_Error,\n    SCPI_Write,\n    SCPI_Control,\n    SCPI_Flush,\n    SCPI_Reset,\n};\n\nstatic char g_scpiInputBuffer[SCPI_PARSER_INPUT_BUFFER_LENGTH];\nstatic int16_t g_errorQueueData[SCPI_PARSER_ERROR_QUEUE_SIZE + 1];\n\nscpi_t g_scpiContext;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n    if (!persist_conf::isEthernetEnabled()) {\n        g_testResult = psu::TEST_SKIPPED;\n        return;\n    }\n\n#ifdef EEZ_PSU_ARDUINO\n    DebugTrace(\"Ethernet initialization started...\");\n#endif\n\n#if defined(EEZ_PSU_SIMULATOR) || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    Enc28J60Network::setControlCS(ETH_SELECT);\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    Ethernet.init(ETH_SELECT);\n    Ethernet.setDhcpTimeout(ETHERNET_DHCP_TIMEOUT * 1000UL);\n#endif\n\n    SPI.beginTransaction(ETHERNET_SPI);\n\n    bool result;\n    if (persist_conf::isEthernetDhcpEnabled()) {\n        result = Ethernet.begin(persist_conf::devConf2.ethernetMacAddress);\n    } else {\n        uint8_t ipAddress[4];\n        util::ipAddressToArray(persist_conf::devConf2.ethernetIpAddress, ipAddress);\n\n        uint8_t dns[4];\n        util::ipAddressToArray(persist_conf::devConf2.ethernetIpAddress, ipAddress);\n\n        uint8_t gateway[4];\n        util::ipAddressToArray(persist_conf::devConf2.ethernetIpAddress, ipAddress);\n\n        uint8_t subnetMask[4];\n        util::ipAddressToArray(persist_conf::devConf2.ethernetIpAddress, ipAddress);\n\n        Ethernet.begin(persist_conf::devConf2.ethernetMacAddress, ipAddress, dns, gateway, subnetMask);\n\n        result = 1;\n    }\n\n    if (!result) {\n        SPI.endTransaction();\n\n        g_testResult = psu::TEST_WARNING;\n        DebugTrace(\"Ethernet not connected!\");\n        event_queue::pushEvent(event_queue::EVENT_WARNING_ETHERNET_NOT_CONNECTED);\n\n        return;\n    }\n\n    server = new EthernetServer(persist_conf::devConf2.ethernetScpiPort);\n\n    server->begin();\n\n    SPI.endTransaction();\n\n    g_testResult = psu::TEST_OK;\n\n    DebugTraceF(\"Listening on port %d\", (int)persist_conf::devConf2.ethernetScpiPort);\n\n#ifdef EEZ_PSU_ARDUINO\n#if CONF_DEBUG || CONF_DEBUG_LATEST\n    if (persist_conf::isEthernetDhcpEnabled() && serial::g_testResult == TEST_OK) {\n        SERIAL_PORT.print(\"My IP: \"); SERIAL_PORT.println(Ethernet.localIP());\n        SERIAL_PORT.print(\"Netmask: \"); SERIAL_PORT.println(Ethernet.subnetMask());\n        SERIAL_PORT.print(\"GW IP: \"); SERIAL_PORT.println(Ethernet.gatewayIP());\n        SERIAL_PORT.print(\"DNS IP: \"); SERIAL_PORT.println(Ethernet.dnsServerIP());\n    }\n#endif\n#endif\n\n    scpi::init(g_scpiContext,\n        g_scpiPsuContext,\n        &g_scpiInterface,\n        g_scpiInputBuffer, SCPI_PARSER_INPUT_BUFFER_LENGTH,\n        g_errorQueueData, SCPI_PARSER_ERROR_QUEUE_SIZE + 1);\n\n    //g_lastCheckDhcpLeaseTime = micros();\n}\n\nbool test() {\n    if (g_testResult == psu::TEST_FAILED) {\n        psu::generateError(SCPI_ERROR_ETHERNET_TEST_FAILED);\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (g_testResult != psu::TEST_OK) {\n        return;\n    }\n\n    if (scpi::g_busy) {\n        return;\n    }\n\n    // This code is commented because DHCP lease renewal blocks main thread for 5 or more seconds.\n    //if (persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n    //    int32_t diff = tick_usec - g_lastCheckDhcpLeaseTime;\n    //    if (diff > CONF_CHECK_DHCP_LEASE_SEC * 1000000L) {\n    //        // DebugTrace(\"DHCP lease check\");\n    //        g_lastCheckDhcpLeaseTime = tick_usec;\n    //        watchdog::disable();\n    //        Ethernet.maintain();\n    //        watchdog::enable();\n    //    }\n    //}\n\n    SPI_beginTransaction(ETHERNET_SPI);\n\n    if (g_isConnected) {\n        if (!g_activeClient.connected()) {\n            g_isConnected = false;\n            g_activeClient = EthernetClient();\n            DebugTrace(\"Ethernet client lost!\");\n        }\n    }\n\n    EthernetClient client = server->available();\n\n    if (client) {\n        if (!g_isConnected) {\n            client.flush();\n            g_activeClient = client;\n            g_isConnected = true;\n\t\t\tscpi::emptyBuffer(g_scpiContext);\n            DebugTrace(\"A new ethernet client detected!\");\n        }\n\n        size_t size;\n        while ((size = client.available()) > 0) {\n            uint8_t* msg = (uint8_t*)malloc(size);\n            size = client.read(msg, size);\n            if (client == g_activeClient) {\n                SPI_endTransaction();\n                input(g_scpiContext, (const char *)msg, size);\n                SPI_beginTransaction(ETHERNET_SPI);\n            }\n            else {\n                SPI_endTransaction();\n                ethernet_client_write_str(client, \"**ERROR: another client already connected\\r\\n\");\n                SPI_beginTransaction(ETHERNET_SPI);\n                DebugTrace(\"Another client detected and ignored!\");\n            }\n            free(msg);\n        }\n    }\n\n    SPI_endTransaction();\n}\n\nuint32_t getIpAddress() {\n    return Ethernet.localIP();\n}\n\nbool isConnected() {\n    return g_isConnected;\n}\n\nvoid update() {\n    if (g_isConnected) {\n        if (g_activeClient.connected()) {\n            g_activeClient.stop();\n            g_activeClient = EthernetClient();\n        }\n        g_isConnected = false;\n    }\n\n    g_testResult = psu::TEST_WARNING;\n}\n\n}\n}\n} // namespace eez::psu::ethernet\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/ethernet.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace ethernet {\n\nextern TestResult g_testResult;\nextern scpi_t g_scpiContext;\n\nvoid init();\nbool test();\n\nvoid tick(uint32_t tick_usec);\n\nuint32_t getIpAddress();\n\nbool isConnected();\n\nvoid update();  \n\n}\n}\n} // namespace eez::psu::ethernet\n"
  },
  {
    "path": "eez_psu_sketch/event_queue.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"datetime.h\"\n#include \"eeprom.h\"\n#include \"sound.h\"\n#include \"event_queue.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace event_queue {\n\nstatic const uint32_t MAGIC = 0xD8152FC3L;\nstatic const uint16_t VERSION = 4;\n\nstatic const uint16_t MAX_EVENTS = 100;\nstatic const uint16_t NULL_INDEX = MAX_EVENTS;\n\nstatic const uint16_t EVENT_HEADER_SIZE = 16;\nstatic const uint16_t EVENT_SIZE = 16;\n\nstatic EventQueueHeader eventQueue;\n\nstatic int16_t g_eventsToPush[6];\nstatic uint8_t g_eventsToPushHead = 0;\nstatic const int MAX_EVENTS_TO_PUSH = sizeof(g_eventsToPush) / sizeof(int16_t);\n\nstatic uint8_t g_pageIndex = 0;\n\nstatic Event g_lastErrorEvent;\nstatic bool g_lastErrorEventChanged;\n\nvoid readHeader() {\n    eeprom::read((uint8_t *)&eventQueue, sizeof(EventQueueHeader), eeprom::EEPROM_EVENT_QUEUE_START_ADDRESS);\n}\n\nvoid writeHeader() {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::write((uint8_t *)&eventQueue, sizeof(EventQueueHeader), eeprom::EEPROM_EVENT_QUEUE_START_ADDRESS);\n    }\n}\n\nvoid readEvent(uint16_t eventIndex, Event *e) {\n    eeprom::read((uint8_t *)e, sizeof(Event), eeprom::EEPROM_EVENT_QUEUE_START_ADDRESS + EVENT_HEADER_SIZE + eventIndex * EVENT_SIZE);\n}\n\nvoid writeEvent(uint16_t eventIndex, Event *e) {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::write((uint8_t *)e, sizeof(Event), eeprom::EEPROM_EVENT_QUEUE_START_ADDRESS + EVENT_HEADER_SIZE + eventIndex * EVENT_SIZE);\n    }\n}\n\nvoid init() {\n    readHeader();\n    g_lastErrorEventChanged = true;\n\n    if (eventQueue.magicNumber != MAGIC || eventQueue.version != VERSION || eventQueue.head >= MAX_EVENTS || eventQueue.size > MAX_EVENTS) {\n        eventQueue.magicNumber = MAGIC;\n        eventQueue.version = VERSION;\n        eventQueue.head = 0;\n        eventQueue.size = 0;\n        eventQueue.lastErrorEventIndex = NULL_INDEX;\n\n        pushEvent(EVENT_INFO_WELCOME);\n    }\n}\n\nvoid doPushEvent(int16_t eventId) {\n    Event e;\n\n    e.dateTime = datetime::now();\n    e.eventId = eventId;\n\n    writeEvent(eventQueue.head, &e);\n\n    if (eventQueue.lastErrorEventIndex == eventQueue.head) {\n        // this event overwrote last error event, therefore:\n        eventQueue.lastErrorEventIndex = NULL_INDEX;\n        g_lastErrorEventChanged = true;\n    }\n\n    int eventType = getEventType(&e);\n    if (eventType == EVENT_TYPE_ERROR || eventType == EVENT_TYPE_WARNING && eventQueue.lastErrorEventIndex == NULL_INDEX) {\n        eventQueue.lastErrorEventIndex = eventQueue.head;\n        g_lastErrorEventChanged = true;\n    }\n\n    eventQueue.head = (eventQueue.head + 1) % MAX_EVENTS;\n    if (eventQueue.size < MAX_EVENTS) {\n        ++eventQueue.size;\n    }\n\n    writeHeader();\n\n    if (getEventType(&e) == EVENT_TYPE_ERROR) {\n        sound::playBeep();\n    }\n}\n\nvoid tick(uint32_t tick_usec) {\n    for (int i = 0; i < g_eventsToPushHead; ++i) {\n        doPushEvent(g_eventsToPush[i]);\n    }\n    g_eventsToPushHead = 0;\n}\n\nint getNumEvents() {\n    return eventQueue.size;\n}\n\nvoid getEvent(uint16_t index, Event *e) {\n    uint16_t eventIndex = (eventQueue.head - (index + 1) + MAX_EVENTS) % MAX_EVENTS;\n    readEvent(eventIndex, e);\n}\n\nvoid getLastErrorEvent(Event *e) {\n    if (g_lastErrorEventChanged) {\n        if (eventQueue.lastErrorEventIndex != NULL_INDEX) {\n            readEvent(eventQueue.lastErrorEventIndex, &g_lastErrorEvent);\n        } else {\n            g_lastErrorEvent.eventId = EVENT_TYPE_NONE;\n        }\n        g_lastErrorEventChanged = false;\n    }\n\n    memcpy(e, &g_lastErrorEvent, sizeof(Event));\n}\n\nint getEventType(Event *e) {\n    if (e->eventId >= EVENT_INFO_START_ID) {\n        return EVENT_TYPE_INFO;\n    } else if (e->eventId >= EVENT_WARNING_START_ID) {\n        return EVENT_TYPE_WARNING;\n    } else if (e->eventId != EVENT_TYPE_NONE) {\n        return EVENT_TYPE_ERROR;\n    } else {\n        return EVENT_TYPE_NONE;\n    }\n}\n\nconst char *getEventMessage(Event *e) {\n    static char message[35];\n\n    const char *p_message = 0;\n\n    if (e->eventId >= EVENT_INFO_START_ID) {\n        switch (e->eventId) {\n#define EVENT_SCPI_ERROR(ID, TEXT)\n#define EVENT_ERROR(NAME, ID, TEXT)\n#define EVENT_WARNING(NAME, ID, TEXT)\n#define EVENT_INFO(NAME, ID, TEXT) case EVENT_INFO_START_ID + ID: p_message = PSTR(TEXT); break;\n            LIST_OF_EVENTS\n#undef EVENT_SCPI_ERROR\n#undef EVENT_INFO\n#undef EVENT_WARNING\n#undef EVENT_ERROR\n        }\n    } else if (e->eventId >= EVENT_WARNING_START_ID) {\n        switch (e->eventId) {\n#define EVENT_SCPI_ERROR(ID, TEXT)\n#define EVENT_ERROR(NAME, ID, TEXT)\n#define EVENT_WARNING(NAME, ID, TEXT) case EVENT_WARNING_START_ID + ID: p_message = PSTR(TEXT); break;\n#define EVENT_INFO(NAME, ID, TEXT)\n            LIST_OF_EVENTS\n#undef EVENT_SCPI_ERROR\n#undef EVENT_INFO\n#undef EVENT_WARNING\n#undef EVENT_ERROR\n        default:\n            p_message = 0;\n        }\n    } else {\n        switch (e->eventId) {\n#define EVENT_SCPI_ERROR(ID, TEXT) case ID: p_message = PSTR(TEXT); break;\n#define EVENT_INFO(NAME, ID, TEXT)\n#define EVENT_WARNING(NAME, ID, TEXT)\n#define EVENT_ERROR(NAME, ID, TEXT) case EVENT_ERROR_START_ID + ID: p_message = PSTR(TEXT); break;\n            LIST_OF_EVENTS\n#undef EVENT_SCPI_ERROR\n#undef EVENT_INFO\n#undef EVENT_WARNING\n#undef EVENT_ERROR\n        default:\n            return SCPI_ErrorTranslate(e->eventId);\n        }\n    }\n\n    if (p_message) {\n        strncpy_P(message, p_message, sizeof(message) - 1);\n        message[sizeof(message) - 1] = 0;\n        return message;\n    }\n\n    return 0;\n}\n\nvoid pushEvent(int16_t eventId) {\n    if (g_eventsToPushHead < MAX_EVENTS_TO_PUSH) {\n        g_eventsToPush[g_eventsToPushHead] = eventId;\n        ++g_eventsToPushHead;\n    } else {\n        DebugTrace(\"MAX_EVENTS_TO_PUSH exceeded\");\n    }\n}\n\nvoid markAsRead() {\n    if (eventQueue.lastErrorEventIndex != NULL_INDEX) {\n        eventQueue.lastErrorEventIndex = NULL_INDEX;\n        g_lastErrorEventChanged = true;\n        writeHeader();\n    }\n}\n\nint getNumPages() {\n    return (getNumEvents() + EVENTS_PER_PAGE - 1) / EVENTS_PER_PAGE;\n}\n\nint getActivePageNumEvents() {\n    if (g_pageIndex < getNumPages() - 1) {\n        return EVENTS_PER_PAGE;\n    } else {\n        return getNumEvents() - (getNumPages() - 1) * EVENTS_PER_PAGE;\n    }\n}\n\nvoid getActivePageEvent(int i, Event *e) {\n    getEvent(g_pageIndex * EVENTS_PER_PAGE + i, e);\n}\n\nvoid moveToFirstPage() {\n    g_pageIndex = 0;\n}\n\nvoid moveToNextPage() {\n    if (g_pageIndex < getNumPages() - 1) {\n        ++g_pageIndex;\n    }\n}\n\nvoid moveToPreviousPage() {\n    if (g_pageIndex > 0) {\n        --g_pageIndex;\n    }\n}\n\nint getActivePageIndex() {\n    return g_pageIndex;\n}\n\n}\n}\n} // namespace eez::psu::event_queue\n"
  },
  {
    "path": "eez_psu_sketch/event_queue.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace event_queue {\n\nstatic const int EVENT_TYPE_NONE = 0;\nstatic const int EVENT_TYPE_INFO = 1;\nstatic const int EVENT_TYPE_WARNING = 2;\nstatic const int EVENT_TYPE_ERROR = 3;\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define LIST_OF_EVENTS \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_AUX_TEMP_SENSOR_TEST_FAILED, \"AUX temp failed\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH1_TEMP_SENSOR_TEST_FAILED, \"CH1 temp failed\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH2_TEMP_SENSOR_TEST_FAILED, \"CH2 temp failed\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH1_DOWN_PROGRAMMER_SWITCHED_OFF, \"DProg CH1 disabled\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH2_DOWN_PROGRAMMER_SWITCHED_OFF, \"DProg CH2 disabled\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH1_OUTPUT_FAULT_DETECTED , \"CH1 output fault\") \\\n    EVENT_SCPI_ERROR(SCPI_ERROR_CH2_OUTPUT_FAULT_DETECTED , \"CH2 output fault\") \\\n    EVENT_ERROR(CH1_OVP_TRIPPED,  0, \"Ch1 OVP tripped\") \\\n    EVENT_ERROR(CH1_OCP_TRIPPED,  1, \"Ch1 OCP tripped\") \\\n    EVENT_ERROR(CH1_OPP_TRIPPED,  2, \"Ch1 OPP tripped\") \\\n    EVENT_ERROR(CH2_OVP_TRIPPED,  3, \"Ch2 OVP tripped\") \\\n    EVENT_ERROR(CH2_OCP_TRIPPED,  4, \"Ch2 OCP tripped\") \\\n    EVENT_ERROR(CH2_OPP_TRIPPED,  5, \"Ch2 OPP tripped\") \\\n\tEVENT_ERROR(FILE_UPLOAD_FAILED,  6, \"File upload failed\") \\\n\tEVENT_ERROR(FILE_DOWNLOAD_FAILED,  7, \"File download failed\") \\\n    EVENT_ERROR(AUX_OTP_TRIPPED, 39, \"AUX OTP tripped\") \\\n    EVENT_ERROR(CH1_OTP_TRIPPED,  40, \"CH1 OTP tripped\") \\\n    EVENT_ERROR(CH2_OTP_TRIPPED,  41, \"CH2 OTP tripped\") \\\n    EVENT_ERROR(CH1_REMOTE_SENSE_REVERSE_POLARITY_DETECTED, 50, \"CH1 rsense reverse polarity detected\") \\\n    EVENT_ERROR(CH2_REMOTE_SENSE_REVERSE_POLARITY_DETECTED, 51, \"CH2 rsense reverse polarity detected\") \\\n    EVENT_WARNING(CH1_CALIBRATION_DISABLED, 0, \"Ch1 calibration disabled\") \\\n    EVENT_WARNING(CH2_CALIBRATION_DISABLED, 1, \"Ch2 calibration disabled\") \\\n    EVENT_WARNING(ETHERNET_NOT_CONNECTED, 2, \"Ethernet not connected\") \\\n    EVENT_WARNING(AUTO_RECALL_VALUES_MISMATCH, 3, \"Auto-recall mismatch\") \\\n    EVENT_WARNING(CH1_UNKNOWN_PWRGOOD_STATE, 4, \"Ch1 unknown PWRGOOD\") \\\n    EVENT_WARNING(CH2_UNKNOWN_PWRGOOD_STATE, 5, \"Ch2 unknown PWRGOOD\") \\\n    EVENT_WARNING(NTP_REFRESH_FAILED, 6, \"NTP refresh failed\") \\\n\tEVENT_WARNING(FILE_UPLOAD_ABORTED, 7, \"File upload aborted\") \\\n\tEVENT_WARNING(FILE_DOWNLOAD_ABORTED, 8, \"File download aborted\") \\\n    EVENT_INFO(WELCOME, 0, \"Welcome!\") \\\n    EVENT_INFO(POWER_UP, 1, \"Power up\") \\\n    EVENT_INFO(POWER_DOWN, 2, \"Power down\") \\\n    EVENT_INFO(CALIBRATION_PASSWORD_CHANGED, 3, \"Calibration password changed\") \\\n    EVENT_INFO(SOUND_ENABLED, 4, \"Sound enabled\") \\\n    EVENT_INFO(SOUND_DISABLED, 5, \"Sound disabled\") \\\n    EVENT_INFO(SYSTEM_DATE_TIME_CHANGED, 6, \"Date/time changed\") \\\n    EVENT_INFO(ETHERNET_ENABLED, 7, \"Ethernet enabled\") \\\n    EVENT_INFO(ETHERNET_DISABLED, 8, \"Ethernet disabled\") \\\n    EVENT_INFO(SYSTEM_PASSWORD_CHANGED, 9, \"System password changed\") \\\n    EVENT_INFO(CH1_OUTPUT_ENABLED, 10, \"Ch1 output on\") \\\n    EVENT_INFO(CH2_OUTPUT_ENABLED, 11, \"Ch2 output on\") \\\n    EVENT_INFO(SYSTEM_DATE_TIME_CHANGED_DST, 12, \"Date/time changed (DST)\") \\\n    EVENT_INFO(CH1_OUTPUT_DISABLED, 20, \"Ch1 output off\") \\\n    EVENT_INFO(CH2_OUTPUT_DISABLED, 21, \"Ch2 output off\") \\\n    EVENT_INFO(CH1_REMOTE_SENSE_ENABLED, 30, \"Ch1 remote sense enabled\") \\\n    EVENT_INFO(CH2_REMOTE_SENSE_ENABLED, 31, \"Ch2 remote sense enabled\") \\\n    EVENT_INFO(CH1_REMOTE_SENSE_DISABLED, 40, \"Ch1 remote sense disabled\") \\\n    EVENT_INFO(CH2_REMOTE_SENSE_DISABLED, 41, \"Ch2 remote sense disabled\") \\\n    EVENT_INFO(CH1_REMOTE_PROG_ENABLED, 50, \"Ch1 remote prog enabled\") \\\n    EVENT_INFO(CH2_REMOTE_PROG_ENABLED, 51, \"Ch2 remote prog enabled\") \\\n    EVENT_INFO(CH1_REMOTE_PROG_DISABLED, 60, \"Ch1 remote prog disabled\") \\\n    EVENT_INFO(CH2_REMOTE_PROG_DISABLED, 61, \"Ch2 remote prog disabled\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_0, 70, \"Recall from profile 0\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_1, 71, \"Recall from profile 1\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_2, 72, \"Recall from profile 2\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_3, 73, \"Recall from profile 3\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_4, 74, \"Recall from profile 4\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_5, 75, \"Recall from profile 5\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_6, 76, \"Recall from profile 6\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_7, 77, \"Recall from profile 7\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_8, 78, \"Recall from profile 8\") \\\n    EVENT_INFO(RECALL_FROM_PROFILE_9, 79, \"Recall from profile 9\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_0, 80, \"Default profile changed to 0\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_1, 81, \"Default profile changed to 1\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_2, 82, \"Default profile changed to 2\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_3, 83, \"Default profile changed to 3\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_4, 84, \"Default profile changed to 4\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_5, 85, \"Default profile changed to 5\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_6, 86, \"Default profile changed to 6\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_7, 87, \"Default profile changed to 7\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_8, 88, \"Default profile changed to 8\") \\\n    EVENT_INFO(DEFAULE_PROFILE_CHANGED_TO_9, 89, \"Default profile changed to 9\") \\\n    EVENT_INFO(CH1_CALIBRATION_ENABLED, 90, \"Ch1 calibration enabled\") \\\n    EVENT_INFO(CH2_CALIBRATION_ENABLED, 91, \"Ch2 calibration enabled\") \\\n    EVENT_INFO(COUPLED_IN_PARALLEL, 92, \"Coupled in parallel\") \\\n    EVENT_INFO(COUPLED_IN_SERIES, 93, \"Coupled in series\") \\\n    EVENT_INFO(CHANNELS_UNCOUPLED, 94, \"Channels uncoupled\") \\\n    EVENT_INFO(CHANNELS_TRACKED, 95, \"Channels operates in track mode\") \\\n    EVENT_INFO(OUTPUT_PROTECTION_COUPLED, 96, \"Output protection coupled\") \\\n    EVENT_INFO(OUTPUT_PROTECTION_DECOUPLED, 97, \"Output protection decoupled\") \\\n    EVENT_INFO(SHUTDOWN_WHEN_PROTECTION_TRIPPED_ENABLED, 98, \"Shutdown when tripped enabled\") \\\n    EVENT_INFO(SHUTDOWN_WHEN_PROTECTION_TRIPPED_DISABLED, 99, \"Shutdown when tripped disabled\") \\\n    EVENT_INFO(FORCE_DISABLING_ALL_OUTPUTS_ON_POWERUP_ENABLED, 100, \"Force disabling outputs enabled\") \\\n    EVENT_INFO(FORCE_DISABLING_ALL_OUTPUTS_ON_POWERUP_DISABLED, 101, \"Force disabling outputs disabled\") \\\n    EVENT_INFO(FRONT_PANEL_LOCKED, 102, \"Front panel locked\") \\\n    EVENT_INFO(FRONT_PANEL_UNLOCKED, 103, \"Front panel unlocked\") \\\n    EVENT_INFO(RECALL_FROM_FILE, 104, \"Recall from file\") \\\n\tEVENT_INFO(FILE_UPLOAD_SUCCEEDED,  105, \"File upload succeeded\") \\\n\tEVENT_INFO(FILE_DOWNLOAD_SUCCEEDED,  106, \"File download succeeded\") \\\n\n#define EVENT_ERROR_START_ID 10000\n#define EVENT_WARNING_START_ID 12000\n#define EVENT_INFO_START_ID 14000\n\n#define EVENT_SCPI_ERROR(ID, TEXT)\n#define EVENT_ERROR(NAME, ID, TEXT) EVENT_ERROR_##NAME = EVENT_ERROR_START_ID + ID,\n#define EVENT_WARNING(NAME, ID, TEXT) EVENT_WARNING_##NAME = EVENT_WARNING_START_ID + ID,\n#define EVENT_INFO(NAME, ID, TEXT) EVENT_INFO_##NAME = EVENT_INFO_START_ID + ID,\nenum Events {\n    LIST_OF_EVENTS\n};\n#undef EVENT_SCPI_ERROR\n#undef EVENT_INFO\n#undef EVENT_WARNING\n#undef EVENT_ERROR\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\nstatic const int EVENTS_PER_PAGE = 10;\n#elif DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\nstatic const int EVENTS_PER_PAGE = 7;\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct EventQueueHeader {\n    uint32_t magicNumber;\n    uint16_t version;\n    uint16_t head;\n    uint16_t size;\n    uint16_t lastErrorEventIndex;\n};\n\nstruct Event {\n    uint32_t dateTime;\n    int16_t eventId;\n};\n\nvoid init();\nvoid tick(uint32_t tick_usec);\n\nvoid getLastErrorEvent(Event *e);\n\nint getEventType(Event *e);\nconst char *getEventMessage(Event *e);\n\nvoid pushEvent(int16_t eventId);\n\nvoid markAsRead();\n\nint getNumPages();\nint getActivePageNumEvents();\nvoid getActivePageEvent(int i, Event *e);\nvoid moveToFirstPage();\nvoid moveToNextPage();\nvoid moveToPreviousPage();\nint getActivePageIndex();\n\n}\n}\n} // namespace eez::psu::event_queue\n"
  },
  {
    "path": "eez_psu_sketch/fan.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"temperature.h\"\n#include \"scpi_psu.h\"\n#include \"pid.h\"\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\n#include \"fan.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace fan {\n\n////////////////////////////////////////////////////////////////////////////////\n\nenum RpmMeasureState {\n    RPM_MEASURE_STATE_START,\n    RPM_MEASURE_STATE_MEASURE_T1,\n    RPM_MEASURE_STATE_MEASURE_T2,\n    RPM_MEASURE_STATE_MEASURED,\n    RPM_MEASURE_STATE_FINISHED\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nTestResult g_testResult = psu::TEST_FAILED;\n\nstatic uint32_t g_testStartTime;\n\nbool g_fanManualControl = false;\nint g_fanSpeedPWM = 0;\nstatic float g_fanSpeed = FAN_MIN_PWM;\n\nstatic uint32_t g_fanSpeedLastMeasuredTick = 0;\n\ndouble g_Kp = FAN_PID_KP;\ndouble g_Ki = FAN_PID_KI;\ndouble g_Kd = FAN_PID_KD;\nint g_POn = FAN_PID_POn;\n\nstatic double g_pidTemp;\nstatic double g_pidDuty;\nstatic double g_pidTarget = FAN_MIN_TEMP;\nstatic PID g_fanPID(&g_pidTemp, &g_pidDuty, &g_pidTarget, FAN_PID_KP, FAN_PID_KI, FAN_PID_KD, FAN_PID_POn, REVERSE);\n\nvolatile int g_rpm = 0;\n\nstatic int g_rpmMeasureInterruptNumber;\nstatic volatile RpmMeasureState g_rpmMeasureState = RPM_MEASURE_STATE_FINISHED;\nstatic uint32_t g_rpmMeasureT1;\n\nstatic const uint32_t FAN_RPM_MEASURE_TIME = 100000L / FAN_NOMINAL_RPM;\n\n////////////////////////////////////////////////////////////////////////////////\n\nint dt_to_rpm(uint32_t dt) {\n    dt *= 2; // duty cycle is 50%\n    dt *= 2; // 2 impulse per revolution\n    return (int)(60L * 1000 * 1000 / dt);\n}\n\nint pwm_to_rpm(int pwm) {\n    return (int)util::remap((float)pwm, FAN_MIN_PWM, 0, FAN_MAX_PWM, FAN_NOMINAL_RPM);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid finish_rpm_measure();\nvoid rpm_measure_interrupt_handler();\n\nvoid start_rpm_measure() {\n    analogWrite(FAN_PWM, 255);\n    delay(2);\n    attachInterrupt(g_rpmMeasureInterruptNumber, rpm_measure_interrupt_handler, CHANGE);\n    g_rpmMeasureState = RPM_MEASURE_STATE_START;\n\n#ifdef EEZ_PSU_SIMULATOR\n    g_rpmMeasureState = RPM_MEASURE_STATE_MEASURED;\n    g_rpm = pwm_to_rpm(g_fanSpeedPWM);\n#endif\n}\n\nvoid rpm_measure_interrupt_handler() {\n    if (g_rpmMeasureState != RPM_MEASURE_STATE_FINISHED && g_rpmMeasureState != RPM_MEASURE_STATE_MEASURED) {\n        // measure length of the square pulse\n        int x = digitalRead(FAN_SENSE);\n        if (g_rpmMeasureState == RPM_MEASURE_STATE_START && x) {\n            g_rpmMeasureState = RPM_MEASURE_STATE_MEASURE_T1;\n        } else if (g_rpmMeasureState == RPM_MEASURE_STATE_MEASURE_T1 && !x) {\n            // start is when signal goes from 1 to 0\n            g_rpmMeasureT1 = micros();\n            g_rpmMeasureState = RPM_MEASURE_STATE_MEASURE_T2;\n        } else if (g_rpmMeasureState == RPM_MEASURE_STATE_MEASURE_T2 && x) {\n            // stop is when signal goes from 0 to 1\n            uint32_t rpmMeasureT2 = micros();\n            int rpm = dt_to_rpm(rpmMeasureT2 - g_rpmMeasureT1);\n            if (rpm > (int)ceil(FAN_NOMINAL_RPM * 1.05)) {\n                // invalid RPM\n                //// measure again\n                //g_rpmMeasureState = RPM_MEASURE_STATE_MEASURE_T1;\n            } else {\n                g_rpm = rpm;\n            }\n            g_rpmMeasureState = RPM_MEASURE_STATE_MEASURED;\n        }\n    }\n}\n\nvoid finish_rpm_measure() {\n    if (g_rpmMeasureState == RPM_MEASURE_STATE_MEASURED) {\n        analogWrite(FAN_PWM, g_fanSpeedPWM);\n        g_rpmMeasureState = RPM_MEASURE_STATE_FINISHED;\n        detachInterrupt(g_rpmMeasureInterruptNumber);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n\tg_fanPID.SetSampleTime(FAN_SPEED_ADJUSTMENT_INTERVAL);\n\tg_fanPID.SetOutputLimits(0, 255);\n\tg_fanPID.SetMode(AUTOMATIC);\n\n    g_rpmMeasureInterruptNumber = digitalPinToInterrupt(FAN_SENSE);\n    SPI_usingInterrupt(g_rpmMeasureInterruptNumber);\n    //attachInterrupt(g_rpmMeasureInterruptNumber, rpm_measure_interrupt_handler, CHANGE);\n}\n\nvoid test_start() {\n    if (OPTION_FAN) {\n        analogWrite(FAN_PWM, FAN_MAX_PWM);\n        g_testStartTime = millis();\n    }\n}\n\nbool test() {\n    if (OPTION_FAN) {\n        uint32_t time_since_test_start = millis() - g_testStartTime;\n        if (time_since_test_start < 250) {\n            delay(300 - time_since_test_start);\n        }\n\n#ifdef EEZ_PSU_SIMULATOR\n        int saved_fan_speed_pwm = g_fanSpeedPWM;\n        g_fanSpeedPWM = FAN_MAX_PWM;\n#endif\n\n        start_rpm_measure();\n\n#ifdef EEZ_PSU_SIMULATOR\n        g_fanSpeedPWM = saved_fan_speed_pwm;\n#endif\n\n        for (int i = 0; i < FAN_RPM_MEASURE_TIME && g_rpmMeasureState != RPM_MEASURE_STATE_MEASURED; ++i) {\n            delay(1);\n        }\n\n        if (g_rpmMeasureState == RPM_MEASURE_STATE_MEASURED) {\n            finish_rpm_measure();\n            g_testResult = psu::TEST_OK;\n            DebugTraceF(\"Fan RPM: %d\", g_rpm);\n        } else {\n            // measure timeout, interrupt measurement\n            g_rpmMeasureState = RPM_MEASURE_STATE_MEASURED;\n            g_rpm = 0;\n            finish_rpm_measure();\n            g_testResult = psu::TEST_FAILED;\n        }\n    } else {\n        g_testResult = psu::TEST_SKIPPED;\n    }\n\n    if (g_testResult == psu::TEST_FAILED) {\n        psu::generateError(SCPI_ERROR_FAN_TEST_FAILED);\n        psu::setQuesBits(QUES_FAN, true);\n        psu::limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_FAN);\n    } else {\n        psu::unlimitMaxCurrent();\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (g_testResult != psu::TEST_OK) {\n        return;\n    }\n\n\tif (!g_fanManualControl) {\n\t\tif (g_rpmMeasureState == RPM_MEASURE_STATE_FINISHED) {\n\t\t\t// adjust fan speed depending on max. channel temperature\n\t\t\tfloat max_channel_temperature = temperature::getMaxChannelTemperature();\n\t\t\t//DebugTraceF(\"max_channel_temperature: %f\", max_channel_temperature);\n\t\t\tg_pidTemp = max_channel_temperature;\n\t\t\tif (g_fanPID.Compute()) {\n\t\t\t\tg_fanSpeed = g_pidDuty >= FAN_MIN_PWM ? (float)g_pidDuty : 0;\n\n\t\t\t\tint newFanSpeedPWM = (int)g_fanSpeed;\n\t\t\t\tif (newFanSpeedPWM < FAN_MIN_PWM) {\n\t\t\t\t\tnewFanSpeedPWM = 0;\n\t\t\t\t}\n\t\t\t\telse if (newFanSpeedPWM > FAN_MAX_PWM) {\n\t\t\t\t\tnewFanSpeedPWM = FAN_MAX_PWM;\n\t\t\t\t}\n\n\t\t\t\tif (newFanSpeedPWM != g_fanSpeedPWM) {\n\t\t\t\t\tg_fanSpeedPWM = newFanSpeedPWM;\n\n\t\t\t\t\tif (g_fanSpeedPWM > 0) {\n\t\t\t\t\t\t//DebugTraceF(\"fanSpeed PWM: %d\", g_fanSpeedPWM);\n\t\t\t\t\t\tg_fanSpeedLastMeasuredTick = tick_usec - FAN_SPEED_MEASURMENT_INTERVAL * 1000L;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\t//DebugTrace(\"fanSpeed OFF\");\n\t\t\t\t\t}\n\n\t\t\t\t\tanalogWrite(FAN_PWM, g_fanSpeedPWM);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n    // measure fan speed\n#if FAN_OPTION_RPM_MEASUREMENT\n    if (g_fanSpeedPWM != 0) {\n\t\tint32_t diff = tick_usec - g_fanSpeedLastMeasuredTick;\n        if (diff >= FAN_SPEED_MEASURMENT_INTERVAL * 1000L) {\n            g_fanSpeedLastMeasuredTick = tick_usec;\n            start_rpm_measure();\n        } else {\n            RpmMeasureState rpmMeasureState = g_rpmMeasureState;\n            if (rpmMeasureState == RPM_MEASURE_STATE_MEASURED) {\n                finish_rpm_measure();\n                //DebugTraceF(\"RPM=%d\", g_rpm);\n            } else if (rpmMeasureState != RPM_MEASURE_STATE_FINISHED) {\n\t\t\t\tif (tick_usec - g_fanSpeedLastMeasuredTick >= 2 * FAN_RPM_MEASURE_TIME * 1000L) {\n                    // measure timeout, interrupt measurement\n                    g_rpmMeasureState = RPM_MEASURE_STATE_MEASURED;\n                    g_rpm = 0;\n                    finish_rpm_measure();\n\n                    if (g_fanSpeedPWM >= FAN_FAILED_THRESHOLD) {\n                        g_testResult = psu::TEST_FAILED;\n                        psu::generateError(SCPI_ERROR_FAN_TEST_FAILED);\n                        psu::setQuesBits(QUES_FAN, true);\n                        psu::limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_FAN);\n                    }\n                }\n            }\n        }\n    } else {\n        g_rpm = 0;\n    }\n#else\n    g_rpm = 0;\n#endif\n}\n\nvoid setPidTunings(double Kp, double Ki, double Kd, int POn) {\n\tg_Kp = Kp;\n\tg_Ki = Ki;\n\tg_Kd = Kd;\n\tg_POn = POn;\n\n\tg_fanPID.SetTunings(g_Kp, g_Ki, g_Kd, g_POn);\n}\n\n}\n}\n} // namespace eez::psu::fan\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/fan.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace fan {\n\nextern psu::TestResult g_testResult;\nextern volatile int g_rpm;\n\nvoid init();\nvoid test_start();\nbool test();\nvoid tick(uint32_t tick_usec);\n\nextern bool g_fanManualControl;\nextern int g_fanSpeedPWM;\n\nextern double g_Kp;\nextern double g_Ki;\nextern double g_Kd;\nextern int g_POn;\n\nvoid setPidTunings(double Kp, double Ki, double Kd, int POn);\n\n}\n}\n} // namespace eez::psu::fan\n"
  },
  {
    "path": "eez_psu_sketch/font.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"font.h\"\n#include \"arduino_util.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace font {\n\n/*\nFont header:\n\noffset\n0           ascent              unsigned\n1           descent             unsigned\n2           encoding start      unsigned\n3           encoding end        unsigned\n4           1st encoding offset unsigned word\n6           2nd encoding offset unsigned word\n...\n*/\n\n////////////////////////////////////////////////////////////////////////////////\n\nFont::Font() : fontData(0) {\n}\n\nFont::Font(const uint8_t *data PROGMEM) : fontData(data) {\n}\n\nuint8_t Font::getByte(int offset) {\n    return arduino_util::prog_read_byte(fontData + offset);\n}\n\nuint16_t Font::getWord(int offset) {\n    return arduino_util::prog_read_word(fontData + offset);\n}\n\nuint8_t Font::getAscent() {\n    return getByte(0);\n}\n\nuint8_t Font::getDescent() {\n    return getByte(1);\n}\n\nuint8_t Font::getEncodingStart() {\n    return getByte(2);\n}\n\nuint8_t Font::getEncodingEnd() {\n    return getByte(3);\n}\n\nuint8_t Font::getHeight() {\n    return getAscent() + getDescent();\n}\n\nconst uint8_t * PROGMEM Font::findGlyphData(uint8_t requested_encoding) {\n    const uint8_t *p PROGMEM = fontData;\n\n    uint8_t start = getEncodingStart();\n    uint8_t end = getEncodingEnd();\n\n    if (requested_encoding < start || requested_encoding > end) {\n        // Not found!\n        return 0;\n    }\n\n    return p + getWord(4 + (requested_encoding - start) * 2);\n}\n\nvoid Font::fillGlyphParameters(Glyph &glyph) {\n    /*\n    Glyph header:\n    \n    offset\n    0             DWIDTH                    signed\n    1             BBX width                 unsigned\n    2             BBX height                unsigned\n    3             BBX xoffset               signed\n    4             BBX yoffset               signed\n\n    Note: byte 0 == 255 indicates empty glyph\n    */\n\n    glyph.dx = arduino_util::prog_read_byte(glyph.data + 0);\n    glyph.width = arduino_util::prog_read_byte(glyph.data + 1);\n    glyph.height = arduino_util::prog_read_byte(glyph.data + 2);\n    glyph.x = arduino_util::prog_read_byte(glyph.data + 3);\n    glyph.y = arduino_util::prog_read_byte(glyph.data + 4);\n}\n\nvoid Font::getGlyph(uint8_t requested_encoding, Glyph &glyph) {\n    glyph.data = findGlyphData(requested_encoding);\n    if (glyph.data) {\n        fillGlyphParameters(glyph);\n    }\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::font\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/font.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace font {\n\nstatic const int GLYPH_HEADER_SIZE = 5;\n\nstruct Glyph {\n    const uint8_t *data PROGMEM;\n\n    int8_t dx;\n    int8_t x;\n    int8_t y;\n    uint8_t width;\n    uint8_t height;\n\n    bool isFound() { return data != 0; }\n};\n\nstruct Font {\n    const uint8_t *fontData PROGMEM;\n\n    Font();\n    Font(const uint8_t *data PROGMEM);\n\n    void getGlyph(uint8_t requested_encoding, Glyph &glyph);\n    \n    uint8_t getAscent();\n    uint8_t getDescent();\n    uint8_t getHeight();\n\nprivate:\n    uint8_t getByte(int offset);\n    uint16_t getWord(int offset);\n    \n    uint8_t getEncodingStart();\n    uint8_t getEncodingEnd();\n\n    const uint8_t * PROGMEM findGlyphData(uint8_t requested_encoding);\n    void fillGlyphParameters(Glyph &glyph);\n};\n}\n}\n}\n} // namespace eez::psu::gui::font\n"
  },
  {
    "path": "eez_psu_sketch/gesture.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gesture.h\"\n#include \"touch.h\"\n\n#define MIN_SLIDE_DURATION 100 * 1000UL\n#define MIN_SLIDE_DISTANCE 50\n\n//#define MIN_TAP_DURATION 0 * 1000UL\n//#define MAX_TAP_DURATION 250 * 1000UL\n#define MAX_TAP_DISTANCE 150\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace gesture {\n\nGestureType gesture_type = GESTURE_NONE;\nint start_x;\nint start_y;\n\nstatic uint32_t last_tick_usec;\nstatic int last_x;\nstatic int last_y;\n\nstatic int32_t distance_x;\nstatic int32_t distance_y;\nstatic uint32_t time;\nstatic uint32_t count;\n\nvoid recognize() {\n    DebugTraceF(\"Distance X: %ld\", distance_x);\n    DebugTraceF(\"Distance Y: %ld\", distance_y);\n    DebugTraceF(\"Time: %lu\", time);\n    DebugTraceF(\"Count: %lu\", count);\n\n    // tap\n    if (/*time >= MIN_TAP_DURATION && time <= MAX_TAP_DURATION && */abs(distance_x) < MAX_TAP_DISTANCE && abs(distance_y) < MAX_TAP_DISTANCE) {\n        gesture_type = GESTURE_TAP;\n        return;\n    }\n\n    // sliding\n    if (time > MIN_SLIDE_DURATION) {\n        if (distance_y < -MIN_SLIDE_DISTANCE && abs(distance_y) > abs(distance_x)) {\n            gesture_type = GESTURE_SLIDE_UP;\n            return;\n        }\n        if (distance_x > MIN_SLIDE_DISTANCE && abs(distance_x) > abs(distance_y)) {\n            gesture_type = GESTURE_SLIDE_RIGHT;\n            return;\n        }\n        if (distance_y > MIN_SLIDE_DISTANCE && abs(distance_y) > abs(distance_x)) {\n            gesture_type = GESTURE_SLIDE_DOWN;\n            return;\n        }\n        if (distance_x < -MIN_SLIDE_DISTANCE && abs(distance_x) > abs(distance_y)) {\n            gesture_type = GESTURE_SLIDE_LEFT;\n            return;\n        }\n    }\n}\n\nvoid tick(uint32_t tick_usec) {\n    gesture_type = GESTURE_NONE;\n\n    if (touch::event_type == touch::TOUCH_DOWN) {\n        start_x = touch::x;\n        start_y = touch::y;\n        distance_x = 0;\n        distance_y = 0;\n        time = 0;\n        count = 1;\n    } else if (touch::event_type == touch::TOUCH_MOVE) {\n        distance_x += touch::x - last_x;\n        distance_y += touch::y - last_y;\n        time += tick_usec - last_tick_usec;\n        count++;\n    } else if (touch::event_type == touch::TOUCH_UP) {\n        recognize();\n    }\n\n    last_tick_usec = tick_usec;\n    last_x = touch::x;\n    last_y = touch::y;\n}\n\n}\n}\n}\n} // namespace eez::psu::ui::gesture\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gesture.h",
    "content": "#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace gesture {\n\nenum GestureType {\n    GESTURE_NONE,\n\n    GESTURE_TAP,\n\n    GESTURE_SLIDE_UP,\n    GESTURE_SLIDE_RIGHT,\n    GESTURE_SLIDE_DOWN,\n    GESTURE_SLIDE_LEFT\n};\n\nextern GestureType gesture_type;\nextern int start_x;\nextern int start_y;\n\nvoid tick(uint32_t tick_usec);\n\n}\n}\n}\n} // namespace eez::psu::ui::touch\n"
  },
  {
    "path": "eez_psu_sketch/gui.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"channel.h\"\n#include \"channel_dispatcher.h\"\n#include \"actions.h\"\n#include \"devices.h\"\n#include \"sound.h\"\n#include \"event_queue.h\"\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n#include \"trigger.h\"\n#include \"calibration.h\"\n#include \"bp.h\"\n\n#include \"gui.h\"\n#include \"gui_internal.h\"\n#include \"gui_password.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_slider.h\"\n#include \"gui_edit_mode_step.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_widget_button_group.h\"\n#include \"gui_page_self_test_result.h\"\n#include \"gui_page_main.h\"\n#include \"gui_page_event_queue.h\"\n#include \"gui_page_ch_settings_protection.h\"\n#include \"gui_page_ch_settings_trigger.h\"\n#include \"gui_page_ch_settings_adv.h\"\n#include \"gui_page_ch_settings_info.h\"\n#include \"gui_page_sys_settings.h\"\n#include \"gui_page_sys_info.h\"\n#include \"gui_page_user_profiles.h\"\n#include \"gui_numeric_keypad.h\"\n\n#ifdef EEZ_PSU_SIMULATOR\n#include \"front_panel/control.h\"\n#endif\n\n#include \"idle.h\"\n\n#define CONF_GUI_PAGE_NAVIGATION_STACK_SIZE 5\n\n#define CONF_GUI_STANDBY_PAGE_TIMEOUT 10000000L // 10s\n#define CONF_GUI_ENTERING_STANDBY_PAGE_TIMEOUT 5000000L // 5s\n#define CONF_GUI_DISPLAY_OFF_PAGE_TIMEOUT 2000000L // 2s\n#define CONF_GUI_WELCOME_PAGE_TIMEOUT 2000000L // 2s\n#define CONF_GUI_LONG_TAP_TIMEOUT 1000000L // 1s\n\n#define CONF_GUI_KEYPAD_AUTO_REPEAT_DELAY 250000L // 250ms\n\n#define CONF_GUI_TOAST_DURATION_MS 2000L\n\n#define CONF_GUI_ENTER_CALIBRATION_MODE_TIMEOUT 30000000L // 30s\n\n#define MAX_EVENTS 16\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nusing namespace lcd;\n\n////////////////////////////////////////////////////////////////////////////////\n\nStyles *g_styles;\nDocument *g_document;\n\n#if defined(EEZ_PSU_ARDUINO_MEGA)\nstatic Styles g_stylesBuffer;\nstatic Document g_documentBuffer;\n#endif\n\nstatic int g_activePageId;\nstatic Page *g_activePage;\n\nstatic int g_previousActivePageId;\n\nstatic struct Event {\n    int activePageId;\n    Page *activePage;\n} g_pageNavigationStack[CONF_GUI_PAGE_NAVIGATION_STACK_SIZE];\nstatic int g_pageNavigationStackPointer = 0;\n\nWidgetCursor g_foundWidgetAtDown;\nstatic WidgetCursor g_foundTouchWidget;\n\nstatic void (*g_dialogYesCallback)();\nstatic void (*g_dialogNoCallback)();\nstatic void (*g_dialogCancelCallback)();\nstatic void (*g_dialogLaterCallback)();\n\nstatic void (*g_errorMessageAction)();\nstatic int g_errorMessageActionParam;\n\nstatic uint32_t g_showPageTime;\nstatic bool g_touchActionExecuted;\nstatic bool g_touchActionExecutedAtDown;\n\nChannel *g_channel;\n\nstatic data::Cursor g_wasFocusCursor;\nstatic uint8_t g_wasFocusDataId;\ndata::Cursor g_focusCursor;\nuint8_t g_focusDataId;\ndata::Value g_focusEditValue;\nuint32_t g_focusEditValueChangedTime;\n\nstatic char g_textMessage[32 + 1];\nstatic uint8_t g_textMessageVersion;\n\nstatic persist_conf::DeviceFlags2 g_deviceFlags2;\n\nstatic void (*g_checkAsyncOperationStatus)();\n\n////////////////////////////////////////\n\nstatic uint32_t g_touchDownTime;\nstatic uint32_t g_lastAutoRepeatEventTime;\nstatic bool g_longTapGenerated;\n\nenum EventType {\n    EVENT_TYPE_TOUCH_DOWN,\n    EVENT_TYPE_TOUCH_MOVE,\n    EVENT_TYPE_LONG_TAP,\n    EVENT_TYPE_FAST_AUTO_REPEAT,\n    EVENT_TYPE_AUTO_REPEAT,\n    EVENT_TYPE_TOUCH_UP\n};\n\nstatic int g_numEvents;\nstatic struct {\n    EventType type;\n    int x;\n    int y;\n} g_events[MAX_EVENTS];\n\n////////////////////////////////////////////////////////////////////////////////\n\nPage *createPageFromId(int pageId) {\n    switch (pageId) {\n    case PAGE_ID_SELF_TEST_RESULT: return new SelfTestResultPage();\n    case PAGE_ID_MAIN: return new MainPage();\n    case PAGE_ID_EVENT_QUEUE: return new EventQueuePage();\n    case PAGE_ID_CH_SETTINGS_PROT: return new ChSettingsProtectionPage();\n    case PAGE_ID_CH_SETTINGS_PROT_OVP: return new ChSettingsOvpProtectionPage();\n    case PAGE_ID_CH_SETTINGS_PROT_OCP: return new ChSettingsOcpProtectionPage();\n    case PAGE_ID_CH_SETTINGS_PROT_OPP: return new ChSettingsOppProtectionPage();\n    case PAGE_ID_CH_SETTINGS_PROT_OTP: return new ChSettingsOtpProtectionPage();\n    case PAGE_ID_CH_SETTINGS_ADV: return new ChSettingsAdvPage();\n    case PAGE_ID_CH_SETTINGS_ADV_LRIPPLE: return new ChSettingsAdvLRipplePage();\n    case PAGE_ID_CH_SETTINGS_ADV_REMOTE: return new ChSettingsAdvRemotePage();\n    case PAGE_ID_CH_SETTINGS_ADV_RANGES: return new ChSettingsAdvRangesPage();\n    case PAGE_ID_CH_SETTINGS_ADV_TRACKING: return new ChSettingsAdvTrackingPage();\n    case PAGE_ID_CH_SETTINGS_ADV_COUPLING:\n    case PAGE_ID_CH_SETTINGS_ADV_COUPLING_INFO: return new ChSettingsAdvCouplingPage();\n    case PAGE_ID_CH_SETTINGS_ADV_VIEW: return new ChSettingsAdvViewPage();\n    case PAGE_ID_CH_SETTINGS_TRIGGER: return new ChSettingsTriggerPage();\n    case PAGE_ID_CH_SETTINGS_LISTS: return new ChSettingsListsPage();\n    case PAGE_ID_CH_SETTINGS_INFO: return new ChSettingsInfoPage();\n    case PAGE_ID_SYS_SETTINGS_DATE_TIME: return new SysSettingsDateTimePage();\n#if OPTION_ETHERNET\n    case PAGE_ID_SYS_SETTINGS_ETHERNET: return new SysSettingsEthernetPage();\n    case PAGE_ID_SYS_SETTINGS_ETHERNET_STATIC: return new SysSettingsEthernetStaticPage();\n#endif\n    case PAGE_ID_SYS_SETTINGS_PROTECTIONS: return new SysSettingsProtectionsPage();\n    case PAGE_ID_SYS_SETTINGS_TRIGGER: return new SysSettingsTriggerPage();\n    case PAGE_ID_SYS_SETTINGS_IO: return new SysSettingsIOPinsPage();\n    case PAGE_ID_SYS_SETTINGS_AUX_OTP: return new SysSettingsAuxOtpPage();\n    case PAGE_ID_SYS_SETTINGS_SOUND: return new SysSettingsSoundPage();\n#if OPTION_ENCODER\n    case PAGE_ID_SYS_SETTINGS_ENCODER: return new SysSettingsEncoderPage();\n#endif\n    case PAGE_ID_SYS_SETTINGS_DISPLAY: return new SysSettingsDisplayPage();\n    case PAGE_ID_SYS_SETTINGS_SERIAL: return new SysSettingsSerialPage();\n    case PAGE_ID_SYS_INFO:\n    case PAGE_ID_SYS_INFO2: return new SysInfoPage();\n    case PAGE_ID_USER_PROFILES:\n    case PAGE_ID_USER_PROFILES2:\n    case PAGE_ID_USER_PROFILE_0_SETTINGS:\n    case PAGE_ID_USER_PROFILE_SETTINGS: return new UserProfilesPage();\n    }\n\n    return 0;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool isActivePageInternal() {\n    return g_activePageId < INTERNAL_PAGE_ID_NONE;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid executeAction(int actionId) {\n\tg_actionExecFunctions[actionId]();\n    sound::playClick();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nint getActivePageId() {\n    return g_activePageId;\n}\n\nbool isActivePage(int pageId) {\n    return pageId == g_activePageId;\n}\n\nPage *getActivePage() {\n    return g_activePage;\n}\n\nint getPreviousActivePageId() {\n    return g_previousActivePageId;\n}\n\nPage *getPreviousPage() {\n    if (g_pageNavigationStackPointer > 0) {\n        return g_pageNavigationStack[g_pageNavigationStackPointer - 1].activePage;\n    } else {\n        return 0;\n    }\n}\n\nvoid doShowPage(int index, Page *page = 0) {\n    lcd::turnOn();\n\n    // delete current page\n    if (g_activePage) {\n        delete g_activePage;\n    }\n\n    g_previousActivePageId = g_activePageId;\n    g_activePageId = index;\n\n    if (page) {\n        g_activePage = page;\n    } else {\n        g_activePage = createPageFromId(g_activePageId);\n    }\n\n    if (g_activePage) {\n        g_activePage->pageWillAppear();\n    }\n\n    g_showPageTime = micros();\n    idle::noteGuiActivity();\n\n    // clear text message if active page is not PAGE_ID_TEXT_MESSAGE\n    if (g_activePageId != PAGE_ID_TEXT_MESSAGE && g_textMessage[0]) {\n        g_textMessage[0] = 0;\n    }\n\n    refreshPage();\n}\n\nvoid setPage(int pageId) {\n    // delete stack\n    for (int i = 0; i < g_pageNavigationStackPointer; ++i) {\n        if (g_pageNavigationStack[i].activePage) {\n            delete g_pageNavigationStack[i].activePage;\n        }\n    }\n    g_pageNavigationStackPointer = 0;\n\n    // clear\n    g_focusEditValue = data::Value();\n\n    //\n    doShowPage(pageId);\n}\n\nvoid replacePage(int pageId, Page *page) {\n    doShowPage(pageId, page);\n}\n\nvoid pushPage(int pageId, Page *page) {\n    // push current page on stack\n    if (g_activePageId != INTERNAL_PAGE_ID_NONE) {\n        if (g_pageNavigationStackPointer == CONF_GUI_PAGE_NAVIGATION_STACK_SIZE) {\n            // no more space on the stack\n\n            // delete page on the bottom\n            if (g_pageNavigationStack[0].activePage) {\n                delete g_pageNavigationStack[0].activePage;\n            }\n\n            // move stack one down\n            for (int i = 1; i < g_pageNavigationStackPointer; ++i) {\n                g_pageNavigationStack[i-1].activePageId = g_pageNavigationStack[i].activePageId;\n                g_pageNavigationStack[i-1].activePage = g_pageNavigationStack[i].activePage;\n            }\n\n            --g_pageNavigationStackPointer;\n        }\n\n        g_pageNavigationStack[g_pageNavigationStackPointer].activePageId = g_activePageId;\n        g_pageNavigationStack[g_pageNavigationStackPointer].activePage = g_activePage;\n        g_activePage = 0;\n        ++g_pageNavigationStackPointer;\n    }\n\n    doShowPage(pageId, page);\n}\n\nvoid popPage() {\n    if (g_pageNavigationStackPointer > 0) {\n        --g_pageNavigationStackPointer;\n\n        doShowPage(g_pageNavigationStack[g_pageNavigationStackPointer].activePageId,\n            g_pageNavigationStack[g_pageNavigationStackPointer].activePage);\n    } else {\n        doShowPage(PAGE_ID_MAIN);\n    }\n}\n\nbool isPageActiveOrOnStack(int pageId) {\n    if (g_activePageId == pageId) {\n        return true;\n    }\n\n    for (int i = 0; i < g_pageNavigationStackPointer; ++i) {\n        if (g_pageNavigationStack[i].activePageId == pageId) {\n            return true;\n        }\n    }\n    return false;\n}\n\nvoid showWelcomePage() {\n    setPage(PAGE_ID_WELCOME);\n    flush();\n}\n\nvoid showSelfTestResultPage() {\n    setPage(PAGE_ID_SELF_TEST_RESULT);\n    flush();\n}\n\nvoid showStandbyPage() {\n    setPage(PAGE_ID_STANDBY);\n    flush();\n}\n\nvoid showEnteringStandbyPage() {\n    if (g_activePageId != PAGE_ID_ENTERING_STANDBY) {\n        setPage(PAGE_ID_ENTERING_STANDBY);\n        flush();\n    }\n}\n\nvoid showEthernetInit() {\n    lcd::turnOn(true);\n    if (persist_conf::isEthernetEnabled()) {\n        doShowPage(PAGE_ID_ETHERNET_INIT);\n    }\n    flush();\n}\n\nvoid pushSelectFromEnumPage(const data::EnumItem *enumDefinition, uint8_t currentValue, bool (*disabledCallback)(uint8_t value), void (*onSet)(uint8_t)) {\n    pushPage(INTERNAL_PAGE_ID_SELECT_FROM_ENUM, new SelectFromEnumPage(enumDefinition, currentValue, disabledCallback, onSet));\n}\n\nvoid dialogYes() {\n    popPage();\n\n    if (g_dialogYesCallback) {\n        g_dialogYesCallback();\n    }\n}\n\nvoid dialogNo() {\n    popPage();\n\n    if (g_dialogNoCallback) {\n        g_dialogNoCallback();\n    }\n}\n\nvoid dialogCancel() {\n    popPage();\n\n    if (g_dialogCancelCallback) {\n        g_dialogCancelCallback();\n    }\n}\n\nvoid dialogOk() {\n    dialogYes();\n}\n\nvoid dialogLater() {\n    popPage();\n\n    if (g_dialogLaterCallback) {\n        g_dialogLaterCallback();\n    }\n}\n\nvoid errorMessageAction() {\n    popPage();\n\n    if (g_dialogYesCallback) {\n        g_dialogYesCallback();\n    }\n\n    g_errorMessageAction();\n}\n\nvoid alertMessage(int alertPageId, data::Value message, void (*ok_callback)()) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE, message, 0);\n\n    g_dialogYesCallback = ok_callback;\n\n    pushPage(alertPageId);\n\n    if (alertPageId == PAGE_ID_ERROR_ALERT) {\n        sound::playBeep();\n    }\n}\n\nvoid longAlertMessage(int alertPageId, data::Value message, data::Value message2, void (*ok_callback)()) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE_2, message2, 0);\n    alertMessage(alertPageId, message, ok_callback);\n}\n\nvoid infoMessage(data::Value value, void (*ok_callback)()) {\n    alertMessage(PAGE_ID_INFO_ALERT, value, ok_callback);\n}\n\nvoid infoMessageP(const char *message PROGMEM, void (*ok_callback)()) {\n    alertMessage(PAGE_ID_INFO_ALERT, data::Value::ProgmemStr(message), ok_callback);\n}\n\nvoid longInfoMessage(data::Value value1, data::Value value2, void (*ok_callback)()) {\n    longAlertMessage(PAGE_ID_INFO_LONG_ALERT, value1, value2, ok_callback);\n}\n\nvoid longInfoMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, void (*ok_callback)()) {\n    longInfoMessage(data::Value::ProgmemStr(message1), data::Value::ProgmemStr(message2), ok_callback);\n}\n\nvoid longErrorMessage(data::Value value1, data::Value value2, void (*ok_callback)()) {\n    longAlertMessage(PAGE_ID_ERROR_LONG_ALERT, value1, value2, ok_callback);\n}\n\nvoid longErrorMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, void (*ok_callback)()) {\n    longErrorMessage(data::Value::ProgmemStr(message1), data::Value::ProgmemStr(message2), ok_callback);\n}\n\nvoid toastMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, const char *message3 PROGMEM, void (*ok_callback)()) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE_3, message3, 0);\n    longAlertMessage(PAGE_ID_TOAST3_ALERT, message1, message2, ok_callback);\n}\n\nvoid setTextMessage(const char *message, unsigned int len) {\n    strncpy(g_textMessage, message, len);\n    g_textMessage[len] = 0;\n    ++g_textMessageVersion;\n    if (getActivePageId() != PAGE_ID_TEXT_MESSAGE) {\n        pushPage(PAGE_ID_TEXT_MESSAGE);\n    }\n}\n\nvoid clearTextMessage() {\n    if (getActivePageId() == PAGE_ID_TEXT_MESSAGE) {\n        popPage();\n    }\n}\n\nconst char *getTextMessage() {\n    return g_textMessage;\n}\n\nuint8_t getTextMessageVersion() {\n    return g_textMessageVersion;\n}\n\nvoid changeLimit(Channel& channel,  const data::Value& value, float minLimit, float maxLimit, float defLimit, void (*onSetLimit)(float)) {\n\tNumericKeypadOptions options;\n\n    options.channelIndex = channel.index;\n\n\toptions.editUnit = value.getType();\n\n\toptions.min = minLimit;\n\toptions.max = maxLimit;\n\toptions.def = defLimit;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, value, options, onSetLimit);\n}\n\nvoid onSetVoltageLimit(float limit) {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n    channel_dispatcher::setVoltageLimit(channel, limit);\n    infoMessageP(PSTR(\"Voltage limit changed!\"), popPage);\n}\n\nvoid changeVoltageLimit() {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n\tfloat minLimit = channel_dispatcher::getUMin(channel);\n\tfloat maxLimit = channel_dispatcher::getUMax(channel);\n\tfloat defLimit = channel_dispatcher::getUMax(channel);\n    changeLimit(channel, data::Value(channel_dispatcher::getULimit(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1), minLimit, maxLimit, defLimit, onSetVoltageLimit);\n}\n\nvoid onSetCurrentLimit(float limit) {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n    channel_dispatcher::setCurrentLimit(channel, limit);\n    infoMessageP(PSTR(\"Current limit changed!\"), popPage);\n}\n\nvoid changeCurrentLimit() {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n\tfloat minLimit = channel_dispatcher::getIMin(channel);\n\tfloat maxLimit = channel_dispatcher::getIMax(channel);\n\tfloat defLimit = channel_dispatcher::getIMax(channel);\n    changeLimit(channel, data::Value(channel_dispatcher::getILimit(channel), VALUE_TYPE_FLOAT_AMPER, channel.index-1), minLimit, maxLimit, defLimit, onSetCurrentLimit);\n}\n\nvoid onSetPowerLimit(float limit) {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n    channel_dispatcher::setPowerLimit(channel, limit);\n    infoMessageP(PSTR(\"Power limit changed!\"), popPage);\n}\n\nvoid changePowerLimit() {\n    Channel& channel = Channel::get(g_errorMessageActionParam);\n\tfloat minLimit = channel_dispatcher::getPowerMinLimit(channel);\n\tfloat maxLimit = channel_dispatcher::getPowerMaxLimit(channel);\n\tfloat defLimit = channel_dispatcher::getPowerDefaultLimit(channel);\n    changeLimit(channel, data::Value(channel_dispatcher::getPowerLimit(channel), VALUE_TYPE_FLOAT_WATT, channel.index-1), minLimit, maxLimit, defLimit, onSetPowerLimit);\n}\n\nvoid errorMessage(const data::Cursor& cursor, data::Value value, void (*ok_callback)()) {\n    int errorPageId = PAGE_ID_ERROR_ALERT;\n\n    if (value.getType() == VALUE_TYPE_SCPI_ERROR_TEXT) {\n        void (*action)() = 0;\n        const char *actionLabel PROGMEM = 0;\n\n        int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n        Channel& channel = Channel::get(iChannel);\n\n        if (value.getScpiError() == SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED) {\n            if (channel_dispatcher::getULimit(channel) < channel_dispatcher::getUMaxLimit(channel)) {\n                action = changeVoltageLimit;\n                actionLabel = PSTR(\"Change voltage limit\");\n            } else {\n                errorPageId = PAGE_ID_ERROR_TOAST_ALERT;\n            }\n        } else if (value.getScpiError() == SCPI_ERROR_CURRENT_LIMIT_EXCEEDED) {\n            if (channel_dispatcher::getILimit(channel) < channel_dispatcher::getIMaxLimit(channel)) {\n                action = changeCurrentLimit;\n                actionLabel = PSTR(\"Change current limit\");\n            } else {\n                errorPageId = PAGE_ID_ERROR_TOAST_ALERT;\n            }\n        } else if (value.getScpiError() == SCPI_ERROR_POWER_LIMIT_EXCEEDED) {\n            if (channel_dispatcher::getPowerLimit(channel) < channel_dispatcher::getPowerMaxLimit(channel)) {\n                action = changePowerLimit;\n                actionLabel = PSTR(\"Change power limit\");\n            } else {\n                errorPageId = PAGE_ID_ERROR_TOAST_ALERT;\n            }\n        }\n\n        if (action) {\n            data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE_2, actionLabel, 0);\n            g_errorMessageAction = action;\n            g_errorMessageActionParam = iChannel;\n            errorPageId = PAGE_ID_ERROR_ALERT_WITH_ACTION;\n        }\n    }\n\n    alertMessage(errorPageId, value, ok_callback);\n    sound::playBeep();\n}\n\n\nvoid errorMessageP(const char *message PROGMEM, void (*ok_callback)()) {\n    alertMessage(PAGE_ID_ERROR_ALERT, data::Value::ProgmemStr(message), ok_callback);\n    sound::playBeep();\n}\n\nvoid yesNoDialog(int yesNoPageId, const char *message PROGMEM, void (*yes_callback)(), void (*no_callback)(), void (*cancel_callback)()) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE, data::Value::ProgmemStr(message), 0);\n\n    g_dialogYesCallback = yes_callback;\n    g_dialogNoCallback = no_callback;\n    g_dialogCancelCallback = cancel_callback;\n\n    pushPage(yesNoPageId);\n}\n\nvoid areYouSure(void (*yes_callback)()) {\n    yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Are you sure?\"), yes_callback, 0, 0);\n}\n\nvoid areYouSureWithMessage(const char *message PROGMEM, void (*yes_callback)()) {\n    yesNoDialog(PAGE_ID_ARE_YOU_SURE_WITH_MESSAGE, message, yes_callback, 0, 0);\n}\n\nvoid showAsyncOperationInProgress(const char *message, void (*checkStatus)()) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE, data::Value(message), 0);\n    g_checkAsyncOperationStatus = checkStatus;\n    pushPage(PAGE_ID_ASYNC_OPERATION_IN_PROGRESS);\n}\n\nvoid hideAsyncOperationInProgress() {\n\tpopPage();\n}\n\nvoid showProgressPage(const char *message, void (*abortCallback)()) {\n\tdata::set(data::Cursor(), DATA_ID_ALERT_MESSAGE, data::Value(message), 0);\n    g_dialogCancelCallback = abortCallback;\n    pushPage(PAGE_ID_PROGRESS);\n}\n\nbool updateProgressPage(size_t processedSoFar, size_t totalSize) {\n    if (g_activePageId == PAGE_ID_PROGRESS) {\n\t\tif (totalSize > 0) {\n\t\t\tdata::g_progress = data::Value((int)round((processedSoFar * 1.0f / totalSize) * 100.0f), VALUE_TYPE_PERCENTAGE);\n\t\t}\n\t\telse {\n\t\t\tdata::g_progress = data::Value((uint32_t)processedSoFar, VALUE_TYPE_SIZE);\n\t\t}\n        return true;\n    }\n    return false;\n}\n\nvoid hideProgressPage() {\n    if (g_activePageId == PAGE_ID_PROGRESS) {\n        popPage();\n    }\n}\n\nvoid yesNoLater(const char *message PROGMEM, void (*yes_callback)(), void (*no_callback)(), void (*later_callback)() = 0) {\n    data::set(data::Cursor(), DATA_ID_ALERT_MESSAGE, data::Value::ProgmemStr(message), 0);\n\n    g_dialogYesCallback = yes_callback;\n    g_dialogNoCallback = no_callback;\n    g_dialogLaterCallback = later_callback;\n\n    pushPage(PAGE_ID_YES_NO_LATER);\n}\n\n\nstatic bool isChannelTripLastEvent(int i, event_queue::Event &lastEvent) {\n    if (lastEvent.eventId == (event_queue::EVENT_ERROR_CH1_OVP_TRIPPED + i * 3) ||\n        lastEvent.eventId == (event_queue::EVENT_ERROR_CH1_OCP_TRIPPED + i * 3) ||\n        lastEvent.eventId == (event_queue::EVENT_ERROR_CH1_OPP_TRIPPED + i * 3) ||\n        lastEvent.eventId == (event_queue::EVENT_ERROR_CH1_OTP_TRIPPED + i)) \n    {\n        return Channel::get(i).isTripped();\n    }\n\n    return false;\n}\n\nvoid onLastErrorEventAction() {\n    event_queue::Event lastEvent;\n    event_queue::getLastErrorEvent(&lastEvent);\n\n    if (lastEvent.eventId == event_queue::EVENT_ERROR_AUX_OTP_TRIPPED && temperature::sensors[temp_sensor::AUX].isTripped()) {\n        setPage(PAGE_ID_SYS_SETTINGS_AUX_OTP);\n    } else if (isChannelTripLastEvent(0, lastEvent)) {\n        g_channel = &Channel::get(0);\n        setPage(PAGE_ID_CH_SETTINGS_PROT_CLEAR);\n    } else if (isChannelTripLastEvent(1, lastEvent)) {\n        g_channel = &Channel::get(1);\n        setPage(PAGE_ID_CH_SETTINGS_PROT_CLEAR);\n    } else {\n        setPage(PAGE_ID_EVENT_QUEUE);\n    }\n}\n\nstatic void doUnlockFrontPanel() {\n    popPage();\n\n    if (persist_conf::lockFrontPanel(false)) {\n        infoMessageP(PSTR(\"Front panel is unlocked!\"));\n    }\n}\n\nstatic void checkPasswordToUnlockFrontPanel() {\n    checkPassword(PSTR(\"Password: \"), persist_conf::devConf2.systemPassword, doUnlockFrontPanel);\n}\n\nvoid lockFrontPanel() {\n    if (persist_conf::lockFrontPanel(true)) {\n        infoMessageP(PSTR(\"Front panel is locked!\"));\n    }\n}\n\nvoid unlockFrontPanel() {\n    if (strlen(persist_conf::devConf2.systemPassword) > 0) {\n        checkPasswordToUnlockFrontPanel();\n    } else {\n        if (persist_conf::lockFrontPanel(false)) {\n            infoMessageP(PSTR(\"Front panel is unlocked!\"));\n        }\n    }\n}\n\nbool isWidgetActionEnabled(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    if (widget->action) {\n        if (isFrontPanelLocked()) {\n            if (g_activePageId == PAGE_ID_INFO_ALERT || g_activePageId == PAGE_ID_ERROR_ALERT || g_activePageId == PAGE_ID_KEYPAD ||\n                g_activePageId == PAGE_ID_SCREEN_CALIBRATION_YES_NO || g_activePageId == PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL) {\n                return true;\n            }\n\n            if (widget->action != ACTION_ID_SYS_FRONT_PANEL_UNLOCK) {\n                return false;\n            }\n        }\n\n        if (widget->type == WIDGET_TYPE_BUTTON) {\n            DECL_WIDGET_SPECIFIC(ButtonWidget, buttonWidget, widget);\n            if (!data::get(widgetCursor.cursor, buttonWidget->enabled).getInt()) {\n                return false;\n            }\n        }\n\n        return true;\n    }\n\n    return false;\n}\n\nint transformStyle(const Widget *widget) {\n    if (isFrontPanelLocked()) {\n        if (widget->style == STYLE_ID_BOTTOM_BUTTON) {\n            if (widget->action != ACTION_ID_SYS_FRONT_PANEL_UNLOCK) {\n                return STYLE_ID_BOTTOM_BUTTON_DISABLED;\n            }\n        } else if (widget->style == STYLE_ID_EDIT_S) {\n            return STYLE_ID_DEFAULT_S;\n        } else if (widget->style == STYLE_ID_MON_VALUE) {\n            return STYLE_ID_DEFAULT;\n        } else if (widget->style == STYLE_ID_CHANNEL_OFF_LANDSCAPE) {\n            return STYLE_ID_DEFAULT_L_LANDSCAPE;\n        } else if (widget->style == STYLE_ID_EDIT_VALUE_ACTIVE_S_RIGHT) {\n            return STYLE_ID_EDIT_VALUE_S_RIGHT;\n        }\n    }\n\n    return widget->style;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool isChannelCalibrationsDone() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (!Channel::get(i).isCalibrationExists()) {\n            return false;\n        }\n    }\n    return true;\n}\n\nbool isDateTimeSetupDone() {\n    return persist_conf::devConf.flags.dateValid && persist_conf::devConf.flags.timeValid;\n}\n\nvoid channelCalibrationsYes() {\n    executeAction(ACTION_ID_SHOW_SYS_SETTINGS_CAL);\n}\n\nvoid channelCalibrationsNo() {\n    persist_conf::devConf2.flags.skipChannelCalibrations = 1;\n    persist_conf::saveDevice2();\n}\n\nvoid dateTimeYes() {\n    executeAction(ACTION_ID_SHOW_SYS_SETTINGS_DATE_TIME);\n}\n\nvoid dateTimeNo() {\n    persist_conf::devConf2.flags.skipDateTimeSetup = 1;\n    persist_conf::saveDevice2();\n}\n\nvoid serialYes() {\n    executeAction(ACTION_ID_SHOW_SYS_SETTINGS_SERIAL);\n}\n\nvoid serialNo() {\n    persist_conf::devConf2.flags.skipSerialSetup = 1;\n    persist_conf::saveDevice2();\n}\n\nvoid ethernetYes() {\n    executeAction(ACTION_ID_SHOW_SYS_SETTINGS_ETHERNET);\n}\n\nvoid ethernetNo() {\n    persist_conf::devConf2.flags.skipEthernetSetup = 1;\n    persist_conf::saveDevice2();\n}\n\nbool showSetupWizardQuestion() {\n    if (!channel_dispatcher::isCoupled() && !channel_dispatcher::isTracked()) {\n        if (!g_deviceFlags2.skipChannelCalibrations) {\n            g_deviceFlags2.skipChannelCalibrations = 1;\n            if (!isChannelCalibrationsDone()) {\n                yesNoLater(\"Do you want to calibrate channels?\", channelCalibrationsYes, channelCalibrationsNo);\n                return true;\n            }\n        }\n    }\n\n    if (!g_deviceFlags2.skipSerialSetup) {\n        g_deviceFlags2.skipSerialSetup = 1;\n        if (!persist_conf::isSerialEnabled()) {\n            yesNoLater(\"Do you want to setup serial port?\", serialYes, serialNo);\n            return true;\n        }\n    }\n\n    if (!g_deviceFlags2.skipEthernetSetup) {\n        g_deviceFlags2.skipEthernetSetup = 1;\n        if (!persist_conf::isEthernetEnabled()) {\n            yesNoLater(\"Do you want to setup ethernet?\", ethernetYes, ethernetNo);\n            return true;\n        }\n    }\n\n    if (!g_deviceFlags2.skipDateTimeSetup) {\n        g_deviceFlags2.skipDateTimeSetup = 1;\n        if (!isDateTimeSetupDone()) {\n            yesNoLater(\"Do you want to set date and time?\", dateTimeYes, dateTimeNo);\n            return true;\n        }\n    }\n\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid selectChannel() {\n    if (g_foundWidgetAtDown.cursor.i >= 0) {\n        g_channel = &Channel::get(g_foundWidgetAtDown.cursor.i);\n    } else if (!g_channel || channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        g_channel = &Channel::get(0);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid setFocusCursor(const data::Cursor& cursor, uint8_t dataId) {\n    g_focusCursor = cursor;\n    g_focusDataId = dataId;\n    g_focusEditValue = data::Value();\n}\n\nbool wasFocusWidget(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    return widgetCursor.cursor == g_wasFocusCursor && widget->data == g_wasFocusDataId;\n}\n\nbool isFocusWidget(const WidgetCursor &widgetCursor) {\n    int iChannel = widgetCursor.cursor.i >= 0 ? widgetCursor.cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    if (isPageActiveOrOnStack(PAGE_ID_CH_SETTINGS_LISTS)) {\n        return ((ChSettingsListsPage *)g_activePage)->isFocusWidget(widgetCursor);\n    } else if (channel_dispatcher::getVoltageTriggerMode(Channel::get(iChannel)) != TRIGGER_MODE_FIXED && !trigger::isIdle()) {\n        return false;\n    } else if (psu::calibration::isEnabled()) {\n        return false;\n    } else {\n        DECL_WIDGET(widget, widgetCursor.widgetOffset);\n        return (widgetCursor.cursor == -1 || widgetCursor.cursor == g_focusCursor) && widget->data == g_focusDataId;\n    }\n}\n\nbool isFocusChanged() {\n    return g_focusEditValue.getType() != VALUE_TYPE_NONE;\n}\n\nbool isEnabledFocusCursor(data::Cursor& cursor, uint8_t dataId) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n    Channel &channel = Channel::get(iChannel);\n    return channel.isOk() && \n        (channel_dispatcher::getVoltageTriggerMode(channel) == TRIGGER_MODE_FIXED || trigger::isIdle()) &&\n        !(dataId == DATA_ID_CHANNEL_U_EDIT && channel.isRemoteProgrammingEnabled());\n}\n\nvoid moveToNextFocusCursor() {\n    data::Cursor newCursor = g_focusCursor;\n    uint8_t newDataId = g_focusDataId;\n    bool newCursorFound = false;\n\n    for (int i = 0; i < CH_NUM * 2; ++i) {\n        if (newDataId == DATA_ID_CHANNEL_U_EDIT) {\n            newDataId = DATA_ID_CHANNEL_I_EDIT;\n        } else {\n            if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n                newCursor.i = 0;\n            } else {\n                newCursor.i = (newCursor.i + 1) % CH_NUM;\n            }\n            newDataId = DATA_ID_CHANNEL_U_EDIT;\n        }\n\n        if (isEnabledFocusCursor(newCursor, newDataId)) {\n            newCursorFound = true;\n            break;\n        }\n    }\n\n    if (newCursorFound) {\n        setFocusCursor(newCursor, newDataId);\n\n        if (edit_mode::isActive()) {\n            edit_mode::update();\n        }\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nActionType getAction(WidgetCursor &widgetCursor) {\n    if (isActivePageInternal()) {\n        return ((InternalPage *)g_activePage)->getAction(widgetCursor);\n    } else {\n        DECL_WIDGET(widget, widgetCursor.widgetOffset);\n        return widget->action;\n    }\n}\n\nbool isAutoRepeatAction(ActionType action) {\n    return\n        action == ACTION_ID_KEYPAD_BACK ||\n        action == ACTION_ID_UP_DOWN ||\n        action == ACTION_ID_EVENT_QUEUE_PREVIOUS_PAGE ||\n        action == ACTION_ID_EVENT_QUEUE_NEXT_PAGE ||\n        action == ACTION_ID_CHANNEL_LISTS_PREVIOUS_PAGE ||\n        action == ACTION_ID_CHANNEL_LISTS_NEXT_PAGE;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if OPTION_ENCODER\nstatic bool g_isEncoderEnabledInActivePage;\n\nvoid isEncoderEnabledInActivePageCheckWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    if (widget->action == ACTION_ID_EDIT) {\n        g_isEncoderEnabledInActivePage = true;\n    }\n}\n\nbool isEncoderEnabledInActivePage() {\n    // encoder is enabled if active page contains widget with \"edit\" action\n    g_isEncoderEnabledInActivePage = false;\n    enumWidgets(getActivePageId(), 0, 0, isEncoderEnabledInActivePageCheckWidget);\n    return g_isEncoderEnabledInActivePage;\n}\n\nvoid onEncoder(uint32_t tickCount, int counter, bool clicked) {\n    // wait for confirmation of changed value ...\n    if (isFocusChanged() && tickCount - g_focusEditValueChangedTime >= ENCODER_CHANGE_TIMEOUT * 1000000L) {\n        // ... on timeout discard changed value\n        g_focusEditValue = data::Value();\n    }\n\n    if (isFrontPanelLocked()) {\n        return;\n    }\n\n    if (!isEnabledFocusCursor(g_focusCursor, g_focusDataId)) {\n        moveToNextFocusCursor();\n    }\n\n    if (clicked) {\n        if (g_activePage) {\n            if (g_activePage->onEncoderClicked()) {\n                return;\n            }\n        }\n\n        if (isEncoderEnabledInActivePage()) {\n            if (g_activePageId == PAGE_ID_EDIT_MODE_KEYPAD || g_activePageId == PAGE_ID_NUMERIC_KEYPAD) {\n                if (((NumericKeypad *)getActiveKeypad())->onEncoderClick(counter)) {\n                    return;\n                }\n            } \n            \n            if (isFocusChanged()) {\n                // confirmation\n                int16_t error;\n                if (!data::set(g_focusCursor, g_focusDataId, g_focusEditValue, &error)) {\n                    errorMessage(g_focusCursor, data::Value::ScpiErrorText(error));\n                } else {\n                    g_focusEditValue = data::Value();\n                }\n            } else if (edit_mode::isActive() && !edit_mode::isInteractiveMode() && edit_mode::getEditValue() != edit_mode::getCurrentValue()) {\n                edit_mode::nonInteractiveSet();\n            } else {\n                moveToNextFocusCursor();\n            }\n            sound::playClick();\n        }\n    }\n\n    if (counter) {\n        if (g_activePage) {\n            if (g_activePage->onEncoder(counter)) {\n                return;\n            }\n        }\n\n        if (g_activePageId == PAGE_ID_EDIT_MODE_KEYPAD || g_activePageId == PAGE_ID_NUMERIC_KEYPAD) {\n            if (((NumericKeypad *)getActiveKeypad())->onEncoder(counter)) {\n                return;\n            }\n        }\n    \n        if (g_activePageId == PAGE_ID_EDIT_MODE_STEP) {\n            edit_mode_step::onEncoder(counter);\n            return;\n        }\n\n        encoder::enableAcceleration(true);\n\n        if (g_activePageId == PAGE_ID_EDIT_MODE_SLIDER) {\n            edit_mode_slider::increment(counter);\n            return;\n        }\n\n        if (isEncoderEnabledInActivePage()) {\n            data::Value value;\n            if (persist_conf::devConf2.flags.encoderConfirmationMode && g_focusEditValue.getType() != VALUE_TYPE_NONE) {\n                value = g_focusEditValue;\n            } else {\n                value = data::getEditValue(g_focusCursor, g_focusDataId);\n            }\n\n            float newValue = value.getFloat() + (value.getType() == VALUE_TYPE_FLOAT_AMPER ? 0.001f : 0.01f) * counter;\n\n            float min = data::getMin(g_focusCursor, g_focusDataId).getFloat();\n            if (newValue < min) {\n                newValue = min;\n            }\n\n            float max = data::getMax(g_focusCursor, g_focusDataId).getFloat();\n            if (newValue > max) {\n                newValue = max;\n            }\n\n            if (persist_conf::devConf2.flags.encoderConfirmationMode) {\n                g_focusEditValue = data::Value(newValue, value.getType(), g_focusCursor.i > 0 ? g_focusCursor.i : 0);\n                g_focusEditValueChangedTime = micros();\n            } else {\n                int16_t error;\n                if (!data::set(g_focusCursor, g_focusDataId, data::Value(newValue, value.getType(), g_focusCursor.i), &error)) {\n                    errorMessage(g_focusCursor, data::Value::ScpiErrorText(error));\n                }\n            }\n        }\n    }\n}\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic WidgetCursor g_toggleOutputWidgetCursor;\n\nvoid channelReinitiateTrigger() {\n    trigger::abort();\n    channelInitiateTrigger();\n}\n\nvoid channelToggleOutput() {\n    Channel& channel = Channel::get(g_foundWidgetAtDown.cursor.i >= 0 ? g_foundWidgetAtDown.cursor.i : 0);\n    if (channel_dispatcher::isTripped(channel)) {\n        errorMessageP(PSTR(\"Channel is tripped!\"));\n    } else {\n        bool triggerModeEnabled = channel_dispatcher::getVoltageTriggerMode(channel) != TRIGGER_MODE_FIXED ||\n            channel_dispatcher::getCurrentTriggerMode(channel) != TRIGGER_MODE_FIXED;\n\n        if (channel.isOutputEnabled()) {\n            if (triggerModeEnabled) {\n                trigger::abort();\n                for (int i = 0; i < CH_NUM; ++i) {\n\t\t\t\t\tChannel& channel = Channel::get(i);\n\t\t\t\t\tif (channel_dispatcher::getVoltageTriggerMode(channel) != TRIGGER_MODE_FIXED ||\n\t\t\t\t\t\tchannel_dispatcher::getCurrentTriggerMode(channel) != TRIGGER_MODE_FIXED) {\n\t\t\t\t\t\tchannel_dispatcher::outputEnable(Channel::get(i), false);\n\t\t\t\t\t}\n                }\n            } else {\n                channel_dispatcher::outputEnable(channel, false);\n            }\n        } else {\n            if (triggerModeEnabled) {\n                if (trigger::isIdle()) {\n                    g_toggleOutputWidgetCursor = g_foundWidgetAtDown;\n                    pushPage(PAGE_ID_CH_START_LIST);\n                } else if (trigger::isInitiated()) {\n                    trigger::abort();\n                    g_toggleOutputWidgetCursor = g_foundWidgetAtDown;\n                    pushPage(PAGE_ID_CH_START_LIST);\n                } else {\n                    yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Trigger is active. Re-initiate trigger?\"), channelReinitiateTrigger, 0, 0);\n                }\n            } else {\n                channel_dispatcher::outputEnable(channel, true);\n            }\n        }\n    }\n}\n\nvoid channelInitiateTrigger() {\n    popPage();\n    int err = trigger::initiate();\n    if (err == SCPI_RES_OK) {\n        Channel& channel = Channel::get(g_toggleOutputWidgetCursor.cursor.i >= 0 ? g_toggleOutputWidgetCursor.cursor.i : 0);        \n        channel_dispatcher::outputEnable(channel, true);\n    } else {\n        errorMessage(g_toggleOutputWidgetCursor.cursor, data::Value::ScpiErrorText(err));\n    }\n}\n\nvoid channelSetToFixed() {\n    popPage();\n    Channel& channel = Channel::get(g_toggleOutputWidgetCursor.cursor.i >= 0 ? g_toggleOutputWidgetCursor.cursor.i : 0);\n    if (channel_dispatcher::getVoltageTriggerMode(channel) != TRIGGER_MODE_FIXED) {\n        channel_dispatcher::setVoltageTriggerMode(channel, TRIGGER_MODE_FIXED);\n    }\n    if (channel_dispatcher::getCurrentTriggerMode(channel) != TRIGGER_MODE_FIXED) {\n        channel_dispatcher::setCurrentTriggerMode(channel, TRIGGER_MODE_FIXED);\n    }\n    channel_dispatcher::outputEnable(channel, true);\n}\n\nvoid channelEnableOutput() {\n    popPage();\n    Channel& channel = Channel::get(g_toggleOutputWidgetCursor.cursor.i >= 0 ? g_toggleOutputWidgetCursor.cursor.i : 0);\n    channel_dispatcher::outputEnable(channel, true);\n}\n\nvoid standBy() {\n    changePowerState(false);\n}\n\nvoid turnDisplayOff() {\n    persist_conf::setDisplayState(0);\n}\n\nvoid reset() {\n    popPage();\n    psu::reset();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n    g_deviceFlags2 = persist_conf::devConf2.flags;\n\n    setFocusCursor(0, DATA_ID_CHANNEL_U_EDIT);\n\n    lcd::init();\n\n#if OPTION_ENCODER\n    encoder::init();\n#endif\n\n#ifdef EEZ_PSU_SIMULATOR\n    if (true || persist_conf::devConf.gui_opened) {\n        simulator::front_panel::open();\n    }\n#endif\n\n    touch::init();\n\n    g_activePageId = INTERNAL_PAGE_ID_NONE;\n    g_activePage = 0;\n\n#if defined(EEZ_PSU_ARDUINO_MEGA)\n    arduino_util::prog_read_buffer(styles, (uint8_t *)&g_stylesBuffer, sizeof(Styles));\n    g_styles = &g_stylesBuffer;\n\n    arduino_util::prog_read_buffer(pages, (uint8_t *)&g_documentBuffer, sizeof(Document));\n    g_document = &g_documentBuffer;\n#else\n    g_styles = (Styles *)styles;\n    g_document = (Document *)document;\n#endif\n}\n\nint getStartPageId() {\n    if (devices::anyFailed()) {\n        return PAGE_ID_SELF_TEST_RESULT;\n    }\n\n    return PAGE_ID_MAIN;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid pushEvent(EventType type) {\n    // allow only one EVENT_TYPE_FAST_AUTO_REPEAT in the stack\n    if (type == EVENT_TYPE_FAST_AUTO_REPEAT) {\n        for (int i = 0; i < g_numEvents; ++i) {\n            if (g_events[i].type == EVENT_TYPE_FAST_AUTO_REPEAT) {\n                return;\n            }\n        }\n    }\n\n    // allow only one EVENT_TYPE_AUTO_REPEAT in the stack\n    if (type == EVENT_TYPE_AUTO_REPEAT) {\n        for (int i = 0; i < g_numEvents; ++i) {\n            if (g_events[i].type == EVENT_TYPE_AUTO_REPEAT) {\n                return;\n            }\n        }\n    }\n\n    // ignore EVENT_TYPE_TOUCH_MOVE if it is the same as the last event\n    if (type == EVENT_TYPE_TOUCH_MOVE) {\n        if (g_numEvents > 0 && g_events[g_numEvents-1].type == EVENT_TYPE_TOUCH_MOVE &&\n            g_events[g_numEvents-1].x == touch::x || g_events[g_numEvents-1].y == touch::y) {\n            return;\n        }\n    }\n\n    // if events stack is full then remove oldest EVENT_TYPE_TOUCH_MOVE\n    if (g_numEvents == MAX_EVENTS) {\n        for (int i = 0; i < g_numEvents; ++i) {\n            if (g_events[i].type == EVENT_TYPE_TOUCH_MOVE) {\n                for (int j = i + 1; j < g_numEvents; ++j) {\n                    g_events[j - 1] = g_events[j];\n                }\n                --g_numEvents;\n                break;\n            }\n        }\n    }\n\n    if (g_numEvents < MAX_EVENTS) {\n        // push new event on the stack\n        g_events[g_numEvents].type = type;\n        g_events[g_numEvents].x = touch::x;\n        g_events[g_numEvents].y = touch::y;\n        ++g_numEvents;\n    }\n}\n\nvoid processEvents();\n\nvoid touchHandling(uint32_t tick_usec) {\n    if (touch::calibration::isCalibrating()) {\n        touch::calibration::tick(tick_usec);\n        return;\n    }\n\n    if (g_activePageId == PAGE_ID_ENTERING_STANDBY) {\n        return;\n    }\n\n    if (touch::event_type != touch::TOUCH_NONE) {\n        idle::noteGuiActivity();\n\n        if (touch::event_type == touch::TOUCH_DOWN) {\n            g_touchDownTime = tick_usec;\n            g_lastAutoRepeatEventTime = tick_usec;\n            g_longTapGenerated = false;\n            pushEvent(EVENT_TYPE_TOUCH_DOWN);\n        } else if (touch::event_type == touch::TOUCH_MOVE) {\n            pushEvent(EVENT_TYPE_TOUCH_MOVE);\n\n            if (!g_longTapGenerated && int32_t(tick_usec - g_touchDownTime) >= CONF_GUI_LONG_TAP_TIMEOUT) {\n                g_longTapGenerated = true;\n                pushEvent(EVENT_TYPE_LONG_TAP);\n            }\n\n            if (int32_t(tick_usec - g_lastAutoRepeatEventTime) >= CONF_GUI_KEYPAD_AUTO_REPEAT_DELAY) {\n                pushEvent(EVENT_TYPE_AUTO_REPEAT);\n                g_lastAutoRepeatEventTime = tick_usec;\n            }\n\n\t\t\tif (int32_t(tick_usec - g_touchDownTime) >= CONF_GUI_ENTER_CALIBRATION_MODE_TIMEOUT) {\n\t\t\t\tif (!g_foundWidgetAtDown || !isAutoRepeatAction(getAction(g_foundWidgetAtDown))) {\n\t\t\t\t\tg_touchActionExecuted = true;\n\t\t\t\t\tsetPage(PAGE_ID_SCREEN_CALIBRATION_INTRO);\n\t\t\t\t}\n\t\t\t}\n        } else if (touch::event_type == touch::TOUCH_UP) {\n            pushEvent(EVENT_TYPE_TOUCH_UP);\n        }\n    }\n}\n\nvoid processEvents() {\n    for (int i = 0; i < g_numEvents; ++i) {\n        if (g_activePageId == PAGE_ID_SCREEN_CALIBRATION_INTRO) {\n\t\t\tif (g_events[i].type == EVENT_TYPE_TOUCH_DOWN) {\n\t\t\t\tg_touchActionExecuted = false;\n\t\t\t} else if (g_events[i].type == EVENT_TYPE_TOUCH_UP) {\n\t\t\t\tif (!g_touchActionExecuted) {\n\t\t\t\t\ttouch::calibration::enterCalibrationMode(PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL, getStartPageId());\n\t\t\t\t}\n            }\n        } else {\n            if (g_events[i].type == EVENT_TYPE_TOUCH_DOWN) {\n                g_touchActionExecuted = false;\n                g_touchActionExecutedAtDown = false;\n                WidgetCursor foundWidget = findWidget(g_events[i].x, g_events[i].y);\n                g_foundWidgetAtDown = 0;\n                if (foundWidget) {\n                    if (isActivePageInternal()) {\n                        g_foundWidgetAtDown = foundWidget;\n                    } else {\n                        if (isWidgetActionEnabled(foundWidget)) {\n                            g_foundWidgetAtDown = foundWidget;\n                        }\n                    }\n\n                    if (g_foundWidgetAtDown) {\n                        if (getAction(g_foundWidgetAtDown) == ACTION_ID_CHANNEL_TOGGLE_OUTPUT) {\n                            executeAction(ACTION_ID_CHANNEL_TOGGLE_OUTPUT);\n                            g_touchActionExecutedAtDown = true;\n                        } else {\n                            selectWidget(g_foundWidgetAtDown);\n                        }\n                    } else {\n                        if (!isActivePageInternal()) {\n                            DECL_WIDGET(widget, foundWidget.widgetOffset);\n                            if (foundWidget && widget->type == WIDGET_TYPE_BUTTON_GROUP) {\n                                widgetButtonGroup::onTouchDown(foundWidget);\n                            } else if (g_activePageId == PAGE_ID_EDIT_MODE_SLIDER) {\n                                edit_mode_slider::onTouchDown();\n                            } else if (g_activePageId == PAGE_ID_EDIT_MODE_STEP) {\n                                edit_mode_step::onTouchDown();\n                            } else if (foundWidget && widget->type == WIDGET_TYPE_LIST_GRAPH) {\n                                g_foundTouchWidget = foundWidget;\n                                onTouchListGraph(g_foundTouchWidget, g_events[i].x, g_events[i].y);\n                                sound::playClick();\n                            } \n                        }\n                    }\n                }\n            } else if (g_events[i].type == EVENT_TYPE_TOUCH_MOVE) {\n                if (!g_foundWidgetAtDown) {\n                    if (g_activePageId == PAGE_ID_EDIT_MODE_SLIDER) {\n                        edit_mode_slider::onTouchMove();\n                    } else if (g_activePageId == PAGE_ID_EDIT_MODE_STEP) {\n                        edit_mode_step::onTouchMove();\n                    } else if (g_activePageId == PAGE_ID_SCREEN_CALIBRATION_YES_NO || g_activePageId == PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL) {\n        #ifdef CONF_DEBUG\n                        int x = g_events[i].x;\n                        if (x < 1) x = 1;\n                        else if (x > lcd::lcd.getDisplayWidth() - 2) x = lcd::lcd.getDisplayWidth() - 2;\n\n                        int y = g_events[i].y;\n                        if (y < 1) y = 1;\n                        else if (y > lcd::lcd.getDisplayHeight() - 2) y = lcd::lcd.getDisplayHeight() - 2;\n\n                        lcd::lcd.setColor(COLOR_WHITE);\n                        lcd::lcd.fillRect(g_events[i].x - 1, g_events[i].y - 1, g_events[i].x + 1, g_events[i].y + 1);\n        #endif\n                    } else if (g_foundTouchWidget) {\n                        DECL_WIDGET(widget, g_foundTouchWidget.widgetOffset);\n                        onTouchListGraph(g_foundTouchWidget, g_events[i].x, g_events[i].y);\n                    }\n                }\n            } else if (g_events[i].type == EVENT_TYPE_LONG_TAP) {\n                if (!g_touchActionExecuted) {\n                    if (g_activePageId == INTERNAL_PAGE_ID_NONE) {\n                        g_touchActionExecuted = true;\n                        psu::changePowerState(true);\n                    } else if (g_activePageId == PAGE_ID_DISPLAY_OFF) {\n                        g_touchActionExecuted = true;\n                        persist_conf::setDisplayState(1);\n                    }\n                }\n            } else if (g_events[i].type == EVENT_TYPE_AUTO_REPEAT) {\n                if (g_foundWidgetAtDown) {\n                    ActionType action = getAction(g_foundWidgetAtDown);\n                    if (isAutoRepeatAction(action)) {\n                        g_touchActionExecuted = true;\n                        executeAction(action);\n                    }\n                }\n            } else if (g_events[i].type == EVENT_TYPE_TOUCH_UP) {\n                if (g_foundWidgetAtDown) {\n                    if (!g_touchActionExecutedAtDown) {\n                        deselectWidget();\n                        if (!g_touchActionExecuted) {\n                            ActionType action = getAction(g_foundWidgetAtDown);\n                            executeAction(action);\n                        }\n                    }\n                    g_foundWidgetAtDown = 0;\n                } else {\n                    if (g_activePageId == PAGE_ID_EDIT_MODE_SLIDER) {\n                        edit_mode_slider::onTouchUp();\n                    } else if (g_activePageId == PAGE_ID_EDIT_MODE_STEP) {\n                        edit_mode_step::onTouchUp();\n                    } else {\n                        // clear screen with background color\n                        DECL_WIDGET(page, getPageOffset(getActivePageId()));\n                        DECL_WIDGET_SPECIFIC(PageWidget, pageSpecific, page);\n                        if (pageSpecific->closePageIfTouchedOutside) {\n                            if (!util::pointInsideRect(g_events[i].x, g_events[i].y, page->x, page->y, page->w, page->h)) {\n                                popPage();\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n\n    g_numEvents = 0;\n}\n\nvoid tick(uint32_t tick_usec) {\n    lcd::tick(tick_usec);\n\n    if (g_activePageId == INTERNAL_PAGE_ID_NONE) {\n        processEvents();\n        return;\n    }\n\n    // wait some time for transitional pages\n    if (g_activePageId == PAGE_ID_STANDBY && int32_t(tick_usec - g_showPageTime) < CONF_GUI_STANDBY_PAGE_TIMEOUT) {\n        return;\n    } else if (g_activePageId == PAGE_ID_ENTERING_STANDBY && int32_t(tick_usec - g_showPageTime) < CONF_GUI_ENTERING_STANDBY_PAGE_TIMEOUT) {\n        if (!psu::isPowerUp()) {\n            uint32_t saved_showPageTime = g_showPageTime;\n            showStandbyPage();\n            g_showPageTime = saved_showPageTime - (CONF_GUI_STANDBY_PAGE_TIMEOUT - CONF_GUI_ENTERING_STANDBY_PAGE_TIMEOUT);\n        }\n        return;\n    } else if (g_activePageId == PAGE_ID_WELCOME && int32_t(tick_usec - g_showPageTime) < CONF_GUI_WELCOME_PAGE_TIMEOUT) {\n        return;\n    }\n\n    // turn the screen off if power is down\n    if (!psu::isPowerUp()) {\n        g_activePageId = INTERNAL_PAGE_ID_NONE;\n        g_activePage = 0;\n        turnOff();\n        return;\n    }\n\n    // select page to go after transitional page\n    if (g_activePageId == PAGE_ID_WELCOME || g_activePageId == PAGE_ID_STANDBY || g_activePageId == PAGE_ID_ENTERING_STANDBY) {\n        if (!touch::calibration::isCalibrated()) {\n            // touch screen is not calibrated\n            setPage(PAGE_ID_SCREEN_CALIBRATION_INTRO);\n        } else {\n            setPage(getStartPageId());\n        }\n        return;\n    }\n\n    if (persist_conf::devConf2.flags.displayState == 0 && (g_activePageId != PAGE_ID_DISPLAY_OFF && g_activePageId != PAGE_ID_SELF_TEST_RESULT && touch::calibration::isCalibrated())) {\n        setPage(PAGE_ID_DISPLAY_OFF);\n        flush();\n        return;\n    } else if (persist_conf::devConf2.flags.displayState == 1 && g_activePageId == PAGE_ID_DISPLAY_OFF) {\n        lcd::turnOn();\n        bp::switchStandby(false);\n        setPage(PAGE_ID_MAIN);\n        return;\n    }\n\n    processEvents();\n\n    if (g_activePageId == PAGE_ID_DISPLAY_OFF) {\n        if (lcd::isOn()) {\n            if (int32_t(tick_usec - g_showPageTime) >= CONF_GUI_DISPLAY_OFF_PAGE_TIMEOUT) {\n                lcd::turnOff();\n                g_showPageTime = tick_usec;\n            }\n        } else {\n            if (bp::isStandbyOn()) {\n                if (int32_t(tick_usec - g_showPageTime) >= 250000L) {\n                    bp::switchStandby(false);\n                    g_showPageTime = tick_usec;\n                }\n            } else {\n                if (int32_t(tick_usec - g_showPageTime) >= 1300000L) {\n                    bp::switchStandby(true);\n                    g_showPageTime = tick_usec;\n                }\n            }\n        }\n        return;\n    }\n\n    if (!isFrontPanelLocked() && g_activePageId == PAGE_ID_MAIN && int32_t(tick_usec - g_showPageTime) >= 50000L) {\n        if (showSetupWizardQuestion()) {\n            return;\n        }\n    }\n\n#if OPTION_ENCODER\n    int counter;\n    bool clicked;\n    encoder::read(tick_usec, counter, clicked);\n    if (counter != 0 || clicked) {\n        idle::noteEncoderActivity();\n    }\n    onEncoder(tick_usec, counter, clicked);\n#endif\n\n    //\n    uint32_t inactivityPeriod = idle::getGuiAndEncoderInactivityPeriod();\n\n#if GUI_BACK_TO_MAIN_ENABLED\n    if (g_activePageId == PAGE_ID_EVENT_QUEUE ||\n        g_activePageId == PAGE_ID_USER_PROFILES ||\n        g_activePageId == PAGE_ID_USER_PROFILES2 ||\n        g_activePageId == PAGE_ID_USER_PROFILE_0_SETTINGS ||\n        g_activePageId == PAGE_ID_USER_PROFILE_SETTINGS)\n    {\n        if (inactivityPeriod >= GUI_BACK_TO_MAIN_DELAY * 1000UL) {\n            setPage(PAGE_ID_MAIN);\n        }\n    }\n#endif\n\n    if (touch::calibration::isCalibrating()) {\n        return;\n    }\n\n    if (g_activePageId == PAGE_ID_SCREEN_CALIBRATION_INTRO) {\n        if (inactivityPeriod >= 20 * 1000UL) {\n            touch::calibration::enterCalibrationMode(PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL, getStartPageId());\n            return;\n        }\n    }\n\n    if (g_activePageId == PAGE_ID_TOAST3_ALERT || g_activePageId == PAGE_ID_ERROR_TOAST_ALERT) {\n        if (inactivityPeriod >= CONF_GUI_TOAST_DURATION_MS) {\n            dialogOk();\n            return;\n        }\n    }\n\n    if (g_activePageId == PAGE_ID_ASYNC_OPERATION_IN_PROGRESS) {\n        static char *throbber[] = {\"|\", \"/\", \"-\", \"\\\\\", \"|\", \"/\", \"-\", \"\\\\\"};\n        data::set(data::Cursor(), DATA_ID_ASYNC_OPERATION_THROBBER, data::Value(throbber[(tick_usec % 1000000) / 125000]), 0);\n\t\tif (g_checkAsyncOperationStatus) {\n\t\t\tg_checkAsyncOperationStatus();\n\t\t}\n    }\n\n    if (psu::g_rprogAlarm) {\n        psu::g_rprogAlarm = false;\n        longErrorMessage(PSTR(\"Max. remote prog. voltage exceeded.\"), PSTR(\"Please remove it immediately!\"));\n    }\n\n    drawTick();\n\n    g_wasFocusCursor = g_focusCursor;\n    g_wasFocusDataId = g_focusDataId;\n}\n\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\n/// GUI for local control using TFT with touch\nnamespace gui {\n\nvoid init();\nvoid tick(uint32_t tick_usec);\nvoid touchHandling(uint32_t tick_usec);\n\nvoid refreshPage();\n\nvoid showWelcomePage();\nvoid showStandbyPage();\nvoid showEnteringStandbyPage();\nvoid showEthernetInit();\n\nvoid showAsyncOperationInProgress(const char *message, void (*checkStatus)() = 0);\nvoid hideAsyncOperationInProgress();\n\nvoid showProgressPage(const char *message, void (*abortCallback)() = 0);\nbool updateProgressPage(size_t processedSoFar, size_t totalSize);\nvoid hideProgressPage();\n\nvoid setTextMessage(const char *message, unsigned int len);\nvoid clearTextMessage();\nconst char *getTextMessage();\n\nbool isActivePage(int pageId);\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_calibration.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"persist_conf.h\"\n#include \"sound.h\"\n#include \"calibration.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n\n#include \"gui_password.h\"\n#include \"gui_calibration.h\"\n#include \"gui_keypad.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace calibration {\n\nstatic const int MAX_STEP_NUM = 10;\n\nint g_stepNum;\nvoid (*g_stopCallback)();\n\nvoid showCurrentStep();\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid onStartPasswordOk() {\n    g_channel->outputEnable(false);\n    \n    g_channel->clearProtection();\n    g_channel->prot_conf.flags.u_state = 0;\n    g_channel->prot_conf.flags.i_state = 0;\n    g_channel->prot_conf.flags.p_state = 0;\n\n    if (g_channel->getFeatures() & CH_FEATURE_RPROG) {\n        g_channel->remoteProgrammingEnable(false);\n    }\n    if (g_channel->getFeatures() & CH_FEATURE_LRIPPLE) {\n        channel_dispatcher::lowRippleEnable(*g_channel, false);\n        channel_dispatcher::lowRippleAutoEnable(*g_channel, false);\n    }\n\n    g_channel->outputEnable(true);\n\n    trigger::abort();\n\n    psu::calibration::start(g_channel);\n\n    g_stepNum = 0;\n    showCurrentStep();\n}\n\nvoid start() {\n    checkPassword(PSTR(\"Password: \"), persist_conf::devConf.calibration_password, onStartPasswordOk);\n}\n\ndata::Value getLevelValue() {\n    if (g_stepNum < 3) {\n        return data::Value(psu::calibration::getVoltage().getLevelValue(), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n    }\n    return data::Value(psu::calibration::getCurrent().getLevelValue(), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n}\n\ndata::Value getData(const data::Cursor &cursor, uint8_t id) {\n    Channel &channel = cursor.i == -1 ? *g_channel : Channel::get(cursor.i);\n\n    if (id == DATA_ID_CHANNEL_CALIBRATION_STATUS) {\n        return data::Value(channel.isCalibrationExists() ? 1 : 0);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STATE) {\n        return data::Value(channel.isCalibrationEnabled() ? 1 : 0);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_DATE) {\n        return data::Value(channel.cal_conf.calibration_date);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_REMARK) {\n        return data::Value(channel.cal_conf.calibration_remark);\n    } else if (id == DATA_ID_CAL_CH_U_MIN) {\n        return data::Value(channel.cal_conf.u.min.val, VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_U_MID) {\n        return data::Value(channel.cal_conf.u.mid.val, VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_U_MAX) {\n        return data::Value(channel.cal_conf.u.max.val, VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_I0_MIN) {\n        return data::Value(channel.cal_conf.i[0].min.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_I0_MID) {\n        return data::Value(channel.cal_conf.i[0].mid.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_I0_MAX) {\n        return data::Value(channel.cal_conf.i[0].max.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n    } else if (id == DATA_ID_CAL_CH_I1_MIN) {\n        if (channel.hasSupportForCurrentDualRange()) {\n            return data::Value(channel.cal_conf.i[1].min.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n        } else {\n            return data::Value(PSTR(\"\"));\n        }\n    } else if (id == DATA_ID_CAL_CH_I1_MID) {\n        if (channel.hasSupportForCurrentDualRange()) {\n            return data::Value(channel.cal_conf.i[1].mid.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n        } else {\n            return data::Value(PSTR(\"\"));\n        }\n    } else if (id == DATA_ID_CAL_CH_I1_MAX) {\n        if (channel.hasSupportForCurrentDualRange()) {\n            return data::Value(channel.cal_conf.i[1].max.val, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n        } else {\n            return data::Value(PSTR(\"\"));\n        }\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_NUM) {\n        return data::Value(g_stepNum);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_LEVEL_VALUE) {\n        return getLevelValue();\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_VALUE) {\n        switch (g_stepNum) {\n        case 0: return data::Value(psu::calibration::getVoltage().min_val, VALUE_TYPE_FLOAT_VOLT, channel.index-1, true);\n        case 1: return data::Value(psu::calibration::getVoltage().mid_val, VALUE_TYPE_FLOAT_VOLT, channel.index-1, true);\n        case 2: return data::Value(psu::calibration::getVoltage().max_val, VALUE_TYPE_FLOAT_VOLT, channel.index-1, true);\n        case 3: return data::Value(psu::calibration::getCurrent().min_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 4: return data::Value(psu::calibration::getCurrent().mid_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 5: return data::Value(psu::calibration::getCurrent().max_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 6: return data::Value(psu::calibration::getCurrent().min_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 7: return data::Value(psu::calibration::getCurrent().mid_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 8: return data::Value(psu::calibration::getCurrent().max_val, VALUE_TYPE_FLOAT_AMPER, channel.index-1, true);\n        case 9: return data::Value(psu::calibration::getRemark());\n        }\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_STATUS) {\n        switch (g_stepNum) {\n        case 0: return data::Value(psu::calibration::getVoltage().min_set ? 1 : 0);\n        case 1: return data::Value(psu::calibration::getVoltage().mid_set ? 1 : 0);\n        case 2: return data::Value(psu::calibration::getVoltage().max_set ? 1 : 0);\n        case 3: case 6: return data::Value(psu::calibration::getCurrent().min_set ? 1 : 0);\n        case 4: case 7: return data::Value(psu::calibration::getCurrent().mid_set ? 1 : 0);\n        case 5: case 8: return data::Value(psu::calibration::getCurrent().max_set ? 1 : 0);\n        case 9: return data::Value(psu::calibration::isRemarkSet() ? 1 : 0);\n        }\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_PREV_ENABLED) {\n        return data::Value(g_stepNum > 0 ? 1 : 0);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_NEXT_ENABLED) {\n        return data::Value(g_stepNum < MAX_STEP_NUM ? 1 : 0);\n    } else if (id == DATA_ID_CHANNEL_CALIBRATION_STEP_IS_SET_REMARK_STEP) {\n        return data::Value(g_stepNum == MAX_STEP_NUM - 1 ? 1 : 0);\n    }\n\n    return data::Value();\n}\n\nvoid showCurrentStep() {\n    psu::calibration::resetChannelToZero();\n\n    if (g_stepNum < MAX_STEP_NUM) { \n        switch (g_stepNum) {\n        case 0: psu::calibration::getVoltage().setLevel(psu::calibration::LEVEL_MIN); break;\n        case 1: psu::calibration::getVoltage().setLevel(psu::calibration::LEVEL_MID); break;\n        case 2: psu::calibration::getVoltage().setLevel(psu::calibration::LEVEL_MAX); break;\n        case 3: psu::calibration::selectCurrentRange(0); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MIN); break;\n        case 4: psu::calibration::selectCurrentRange(0); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MID); break;\n        case 5: psu::calibration::selectCurrentRange(0); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MAX); break;\n        case 6: psu::calibration::selectCurrentRange(1); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MIN); break;\n        case 7: psu::calibration::selectCurrentRange(1); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MID); break;\n        case 8: psu::calibration::selectCurrentRange(1); psu::calibration::getCurrent().setLevel(psu::calibration::LEVEL_MAX); break;\n        }\n\n        replacePage(PAGE_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP);\n    } else {\n        replacePage(PAGE_ID_SYS_SETTINGS_CAL_CH_WIZ_FINISH);\n     }\n}\n\npsu::calibration::Value *getCalibrationValue() {\n    if (g_stepNum < 3) {\n        return &psu::calibration::getVoltage();\n    }\n    return &psu::calibration::getCurrent();\n}\n\n\nvoid onSetLevelOk(float value) {\n    getCalibrationValue()->setDacValue(value);\n\n    popPage();\n}\n\nvoid setLevelValue() {\n    data::Value levelValue = getLevelValue();\n\n    NumericKeypadOptions options;\n\n    options.channelIndex = psu::calibration::getCalibrationChannel().index - 1;\n\n    options.editUnit = levelValue.getType();\n\n    if (levelValue.getType() == VALUE_TYPE_FLOAT_VOLT) {\n        options.min = g_channel->u.min;\n        options.max = g_channel->u.max;\n    } else {\n        options.min = g_channel->i.min;\n        options.max = g_channel->i.max;\n    }\n\n    options.def = 0;\n\n    options.flags.signButtonEnabled = true;\n    options.flags.dotButtonEnabled = true;\n\n    NumericKeypad *numericKeypad = NumericKeypad::start(0, levelValue, options, onSetLevelOk, showCurrentStep);\n\n    if (g_stepNum == 0 || g_stepNum == 3 || g_stepNum >= 6 && g_stepNum <= 8) {\n        numericKeypad->switchToMilli();\n    }\n}\n\nvoid onSetOk(float value) {\n    psu::calibration::Value *calibrationValue = getCalibrationValue();\n\n    float dac = calibrationValue->getDacValue();\n    float adc = calibrationValue->getAdcValue();\n    if (calibrationValue->checkRange(dac, value, adc)) {\n        calibrationValue->setData(dac, value, adc);\n\n        popPage();\n        nextStep();\n    } else {\n        errorMessageP(PSTR(\"Value out of range!\"));\n    }\n}\n\nvoid onSetRemarkOk(char *remark) {\n    psu::calibration::setRemark(remark, strlen(remark));\n    popPage();\n    if (g_stepNum < MAX_STEP_NUM - 1) {\n        nextStep();\n    } else {\n        int16_t scpiErr;\n        if (psu::calibration::canSave(scpiErr)) {\n            nextStep();\n        } else {\n            showCurrentStep();\n        }\n    }\n}\n\nvoid set() {\n    if (!psu::calibration::isEnabled()) {\n        setPage(PAGE_ID_MAIN);\n        return;\n    }\n\n    if (g_stepNum < MAX_STEP_NUM - 1) {\n        if (g_stepNum < 3) {\n            psu::calibration::getVoltage().setLevelValue();\n        } else {\n            psu::calibration::getCurrent().setLevelValue();\n        }\n\n        psu::calibration::Value *calibrationValue = getCalibrationValue();\n\n        NumericKeypadOptions options;\n\n        options.channelIndex = psu::calibration::getCalibrationChannel().index - 1;\n\n        if (calibrationValue == &psu::calibration::getVoltage()) {\n            options.editUnit = VALUE_TYPE_FLOAT_VOLT;\n\n            options.min = g_channel->u.min;\n            options.max = g_channel->u.max;\n\n        } else {\n            options.editUnit = VALUE_TYPE_FLOAT_AMPER;\n\n            options.min = g_channel->i.min;\n            options.max = g_channel->i.max;\n        }\n\n        options.def = 0;\n\n        options.flags.signButtonEnabled = true;\n        options.flags.dotButtonEnabled = true;\n\n        NumericKeypad *numericKeypad = NumericKeypad::start(0, data::Value(), options, onSetOk, showCurrentStep);\n\n        if (g_stepNum == 0 || g_stepNum == 3 || g_stepNum >= 6 && g_stepNum <= 8) {\n            numericKeypad->switchToMilli();\n        }\n    } else if (g_stepNum == MAX_STEP_NUM - 1) {\n        psu::calibration::resetChannelToZero();\n        Keypad::startPush(0, psu::calibration::isRemarkSet() ? psu::calibration::getRemark() : 0, CALIBRATION_REMARK_MAX_LENGTH, false, onSetRemarkOk, popPage);\n    }\n}\n\nvoid previousStep() {\n    if (!psu::calibration::isEnabled()) {\n        setPage(PAGE_ID_MAIN);\n        return;\n    }\n\n    if (g_stepNum > 0) {\n        --g_stepNum;\n        if (g_stepNum == 8 && !psu::calibration::hasSupportForCurrentDualRange()) {\n            g_stepNum = 5;\n        }\n        showCurrentStep();\n    }\n}\n\nvoid nextStep() {\n    if (!psu::calibration::isEnabled()) {\n        setPage(PAGE_ID_MAIN);\n        return;\n    }\n\n    if (g_stepNum == MAX_STEP_NUM - 1) {\n        int16_t scpiErr;\n        if (!psu::calibration::canSave(scpiErr)) {\n            errorMessage(data::Cursor(psu::calibration::getCalibrationChannel().index - 1), data::Value::ScpiErrorText(scpiErr));\n            return;\n        }\n    }\n\n    ++g_stepNum;\n    if (g_stepNum == 6 && !psu::calibration::hasSupportForCurrentDualRange()) {\n        g_stepNum = 9;\n    }\n    showCurrentStep();\n}\n\nvoid save() {\n    if (psu::calibration::save()) {\n        psu::calibration::stop();\n        infoMessageP(PSTR(\"Calibration data saved!\"), popPage);\n    } else {\n        errorMessageP(PSTR(\"Save failed!\"));\n    }\n}\n\nvoid finishStop() {\n    psu::calibration::stop();\n\n    g_channel->outputEnable(false);\n    \n    g_channel->prot_conf.flags.u_state = g_channel->OVP_DEFAULT_STATE;\n    g_channel->prot_conf.flags.i_state = g_channel->OCP_DEFAULT_STATE;\n    g_channel->prot_conf.flags.p_state = g_channel->OPP_DEFAULT_STATE;\n\n    (*g_stopCallback)();\n}\n\nvoid stop(void (*callback)()) {\n    g_stopCallback = callback;\n    areYouSure(finishStop);\n}\n\nvoid toggleEnable() {\n    Channel &channel = g_channel ? *g_channel : Channel::get(g_foundWidgetAtDown.cursor.i);\n    channel.calibrationEnable(!channel.isCalibrationEnabled());\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::calibration\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_calibration.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace calibration {\n\nvoid start();\ndata::Value getData(const data::Cursor &cursor, uint8_t id);\nvoid setLevelValue();\nvoid set();\nvoid previousStep();\nvoid nextStep();\nvoid save();\nvoid stop(void (*callback)());\nvoid toggleEnable();\n\n}\n}\n}\n} // namespace eez::psu::gui::calibration\n"
  },
  {
    "path": "eez_psu_sketch/gui_data.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"datetime.h\"\n#include \"profile.h\"\n#include \"channel.h\"\n#include \"channel_dispatcher.h\"\n#include \"calibration.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"io_pins.h\"\n#include \"serial_psu.h\"\n\n#include \"gui.h\"\n#include \"gui_internal.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_edit_mode_step.h\"\n#include \"gui_calibration.h\"\n#include \"gui_keypad.h\"\n#include \"gui_page_ch_settings_trigger.h\"\n#include \"serial_psu.h\"\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#endif\n#if OPTION_SD_CARD\n#include \"dlog.h\"\n#endif\n\n#define CONF_GUI_REFRESH_EVERY_MS 250\n#define CONF_DLOG_COLOR 62464\n#define CONF_LIST_COUNDOWN_DISPLAY_THRESHOLD 5 // 5 seconds\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace data {\n\nValue g_alertMessage;\nValue g_alertMessage2;\nValue g_alertMessage3;\nValue g_progress;\n\nstatic struct ChannelSnapshot {\n    unsigned int mode;\n    Value monValue;\n    float pMon;\n    uint32_t lastSnapshotTime;\n} g_channelSnapshot[CH_MAX];\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::EnumItem g_channelDisplayValueEnumDefinition[] = {\n    {DISPLAY_VALUE_VOLTAGE, PSTR(\"Voltage (V)\")},\n    {DISPLAY_VALUE_CURRENT, PSTR(\"Current (A)\")},\n    {DISPLAY_VALUE_POWER, PSTR(\"Power (W)\")},\n    {0, 0}\n};\n\ndata::EnumItem g_channelTriggerModeEnumDefinition[] = {\n    {TRIGGER_MODE_FIXED, PSTR(\"Fixed\")},\n    {TRIGGER_MODE_LIST, PSTR(\"List\")},\n    {TRIGGER_MODE_STEP, PSTR(\"Step\")},\n    {0, 0}\n};\n\ndata::EnumItem g_triggerSourceEnumDefinition[] = {\n    {trigger::SOURCE_BUS, PSTR(\"Bus\")},\n    {trigger::SOURCE_IMMEDIATE, PSTR(\"Immediate\")},\n    {trigger::SOURCE_MANUAL, PSTR(\"Manual\")},\n    {trigger::SOURCE_PIN1, PSTR(\"Pin1\")},\n    {0, 0}\n};\n\ndata::EnumItem g_channelCurrentRangeSelectionModeEnumDefinition[] = {\n    {CURRENT_RANGE_SELECTION_USE_BOTH, PSTR(\"Best (default)\")},\n    {CURRENT_RANGE_SELECTION_ALWAYS_HIGH, PSTR(\"5A\")},\n    {CURRENT_RANGE_SELECTION_ALWAYS_LOW, PSTR(\"0.5A\")},\n    {0, 0}\n};\n\ndata::EnumItem g_channelCurrentRangeEnumDefinition[] = {\n    {CURRENT_RANGE_HIGH, PSTR(\"5A\")},\n    {CURRENT_RANGE_LOW, PSTR(\"0.5A\")},\n    {0, 0}\n};\n\ndata::EnumItem g_channelTriggerOnListStopEnumDefinition[] = {\n    {TRIGGER_ON_LIST_STOP_OUTPUT_OFF, PSTR(\"Output OFF\")},\n    {TRIGGER_ON_LIST_STOP_SET_TO_FIRST_STEP, PSTR(\"Set to first step\")},\n    {TRIGGER_ON_LIST_STOP_SET_TO_LAST_STEP, PSTR(\"Set to last step\")},\n    {TRIGGER_ON_LIST_STOP_STANDBY, PSTR(\"Standby\")},\n    {0, 0}\n};\n\ndata::EnumItem g_ioPinsPolarityEnumDefinition[] = {\n    {io_pins::POLARITY_NEGATIVE, PSTR(\"Negative\")},\n    {io_pins::POLARITY_POSITIVE, PSTR(\"Positive\")},\n    {0, 0}\n};\n\ndata::EnumItem g_ioPinsInputFunctionEnumDefinition[] = {\n    {io_pins::FUNCTION_NONE, PSTR(\"None\")},\n    {io_pins::FUNCTION_INPUT, PSTR(\"Input\")},\n    {io_pins::FUNCTION_INHIBIT, PSTR(\"Inhibit\")},\n    {io_pins::FUNCTION_TINPUT, PSTR(\"Trigger input\"), PSTR(\"Tinput\")},\n    {0, 0}\n};\n\ndata::EnumItem g_ioPinsOutputFunctionEnumDefinition[] = {\n    {io_pins::FUNCTION_NONE, PSTR(\"None\")},\n    {io_pins::FUNCTION_OUTPUT, PSTR(\"Output\")},\n    {io_pins::FUNCTION_FAULT, PSTR(\"Fault\")},\n    {io_pins::FUNCTION_ON_COUPLE, PSTR(\"Channel ON couple\"), PSTR(\"ONcoup\")},\n    {io_pins::FUNCTION_TOUTPUT, PSTR(\"Trigger output\"), PSTR(\"Toutput\")},\n    {0, 0}\n};\n\ndata::EnumItem g_serialParityEnumDefinition[] = {\n    {serial::PARITY_NONE, PSTR(\"None\")},\n    {serial::PARITY_EVEN, PSTR(\"Even\")},\n    {serial::PARITY_ODD, PSTR(\"Odd\")},\n    {serial::PARITY_MARK, PSTR(\"Mark\")},\n    {serial::PARITY_SPACE, PSTR(\"Space\")},\n    {0, 0}\n};\n\ndata::EnumItem g_dstRuleEnumDefinition[] = {\n    {datetime::DST_RULE_OFF, PSTR(\"Off\")},\n    {datetime::DST_RULE_EUROPE, PSTR(\"Europe\")},\n    {datetime::DST_RULE_USA, PSTR(\"USA\")},\n    {datetime::DST_RULE_AUSTRALIA, PSTR(\"Australia\")},\n    {0, 0}\n};\n\nstatic const data::EnumItem *enumDefinitions[] = {\n    g_channelDisplayValueEnumDefinition,\n    g_channelTriggerModeEnumDefinition,\n    g_triggerSourceEnumDefinition,\n    g_channelCurrentRangeSelectionModeEnumDefinition,\n    g_channelCurrentRangeEnumDefinition,\n    g_channelTriggerOnListStopEnumDefinition,\n    g_ioPinsPolarityEnumDefinition,\n    g_ioPinsInputFunctionEnumDefinition,\n    g_ioPinsOutputFunctionEnumDefinition,\n    g_serialParityEnumDefinition,\n    g_dstRuleEnumDefinition\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nValue::Value(float value, ValueType type)\n    : type_(type), float_(value)\n{\n    options_ = 0;\n}\n\n\nValue::Value(float value, ValueType type, int channelIndex) \n    : type_(type), float_(value)\n{\n    options_ = channelIndex;\n}\n\nValue::Value(float value, ValueType type, int channelIndex, bool extendedPrecision) \n    : type_(type), float_(value)\n{\n    options_ = channelIndex;\n    if (extendedPrecision) {\n        options_ |= VALUE_OPTIONS_EXTENDED_PRECISION;\n    }\n}\n\nValue Value::ProgmemStr(const char *pstr PROGMEM) {\n    Value value;\n    value.const_str_ = pstr;\n    value.type_ = VALUE_TYPE_CONST_STR;\n    return value;\n}\n\nValue Value::PageInfo(uint8_t pageIndex, uint8_t numPages) {\n\tValue value;\n\tvalue.pageInfo_.pageIndex = pageIndex;\n\tvalue.pageInfo_.numPages = numPages;\n\tvalue.type_ = VALUE_TYPE_PAGE_INFO;\n\treturn value;\n}\n\nValue Value::ScpiErrorText(int16_t errorCode) {\n\tValue value;\n\tvalue.int16_ = errorCode;\n\tvalue.type_ = VALUE_TYPE_SCPI_ERROR_TEXT;\n\treturn value;\n}\n\nValue Value::LessThenMinMessage(float float_, ValueType type) {\n\tValue value;\n\tif (type == VALUE_TYPE_INT) {\n\t\tvalue.int_ = int(float_);\n\t\tvalue.type_ = VALUE_TYPE_LESS_THEN_MIN_INT;\n\t} else if (type == VALUE_TYPE_TIME_ZONE) {\n\t\tvalue.type_ = VALUE_TYPE_LESS_THEN_MIN_TIME_ZONE;\n\t} else {\n\t\tvalue.float_ = float_;\n\t\tvalue.type_ = VALUE_TYPE_LESS_THEN_MIN_FLOAT + type - VALUE_TYPE_FLOAT;\n\t}\n\treturn value;\n}\n\nValue Value::GreaterThenMaxMessage(float float_, ValueType type) {\n\tValue value;\n\tif (type == VALUE_TYPE_INT) {\n\t\tvalue.int_ = int(float_);\n\t\tvalue.type_ = VALUE_TYPE_GREATER_THEN_MAX_INT;\n\t} else if (type == VALUE_TYPE_TIME_ZONE) {\n\t\tvalue.type_ = VALUE_TYPE_GREATER_THEN_MAX_TIME_ZONE;\n\t} else {\n\t\tvalue.float_ = float_;\n\t\tvalue.type_ = VALUE_TYPE_GREATER_THEN_MAX_FLOAT + type - VALUE_TYPE_FLOAT;\n\t}\n\treturn value;\n}\n\nbool Value::isMilli() const {\n    if (type_ == VALUE_TYPE_FLOAT_VOLT || type_ == VALUE_TYPE_FLOAT_AMPER || type_ == VALUE_TYPE_FLOAT_WATT || type_ == VALUE_TYPE_FLOAT_SECOND) {\n        int numSignificantDecimalDigits = getNumSignificantDecimalDigits((ValueType)type_);\n        if (options_ & VALUE_OPTIONS_EXTENDED_PRECISION) {\n            ++numSignificantDecimalDigits;\n        }\n        float precision = getPrecisionFromNumSignificantDecimalDigits(numSignificantDecimalDigits);\n        return util::greater(float_, -1.0f, precision) && util::less(float_, 1.0f, precision)/* && !util::equal(float_, 0, precision)*/;\n    }\n    return false;\n}\n\nvoid Value::formatFloatValue(float &value, ValueType &valueType, int &numSignificantDecimalDigits) const {\n    value = float_;\n    valueType = (ValueType)type_;\n    numSignificantDecimalDigits = getNumSignificantDecimalDigits((ValueType)type_);\n\n    bool forceNumSignificantDecimalDigits = false;\n\n    if (options_ & VALUE_OPTIONS_EXTENDED_PRECISION) {\n        ++numSignificantDecimalDigits;\n        forceNumSignificantDecimalDigits = true;\n    }\n\n    if (isMilli()) {\n        value *= 1000.0f;\n\n        if (valueType == VALUE_TYPE_FLOAT_VOLT) {\n            valueType = VALUE_TYPE_FLOAT_MILLI_VOLT;\n            if (!forceNumSignificantDecimalDigits) {\n                if (numSignificantDecimalDigits == 2) {\n                    value = roundf(value / 10) * 10;\n                }\n                numSignificantDecimalDigits = 0;\n            }\n        } else if (valueType == VALUE_TYPE_FLOAT_AMPER) {\n            valueType = VALUE_TYPE_FLOAT_MILLI_AMPER;\n            if (!forceNumSignificantDecimalDigits) {\n                if (channel_dispatcher::isCurrentLowRangeAllowed(Channel::get(options_ & VALUE_OPTIONS_CH_MASK)) && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n                    numSignificantDecimalDigits = 1;\n                } else {\n                    numSignificantDecimalDigits = 0;\n                }\n            }\n        } else if (valueType == VALUE_TYPE_FLOAT_WATT) {\n            valueType = VALUE_TYPE_FLOAT_MILLI_WATT;\n            if (!forceNumSignificantDecimalDigits) {\n                numSignificantDecimalDigits = 0;\n            }\n        } else if (valueType == VALUE_TYPE_FLOAT_SECOND) {\n            valueType = VALUE_TYPE_FLOAT_MILLI_SECOND;\n            if (!forceNumSignificantDecimalDigits) {\n                numSignificantDecimalDigits = 1;\n            }\n        }\n\n        if (forceNumSignificantDecimalDigits) {\n            numSignificantDecimalDigits -= 3;\n        }\n    }\n\n    if (!forceNumSignificantDecimalDigits) {\n        if (numSignificantDecimalDigits > 3) {\n            numSignificantDecimalDigits = 3;\n        }\n\n        if (numSignificantDecimalDigits > 2 && util::greater(value, 9.999f, getPrecisionFromNumSignificantDecimalDigits(3))) {\n            numSignificantDecimalDigits = 2;\n        }\n\n        if (numSignificantDecimalDigits > 1 && util::greater(value, 99.99f, getPrecisionFromNumSignificantDecimalDigits(2))) {\n            numSignificantDecimalDigits = 1;\n        }\n    }\n}\n\nvoid printTime(uint32_t time, char *text, int count) {\n\tint h = time / 3600;\n\tint r = time - h * 3600;\n\tint m = r / 60;\n\tint s = r - m * 60;\n\n\tif (h > 0) {\n\t\tsnprintf_P(text, count - 1, PSTR(\"%dh %dm\"), h, m);\n\t}\n\telse if (m > 0) {\n\t\tsnprintf_P(text, count - 1, PSTR(\"%dm %ds\"), m, s);\n\t}\n\telse {\n\t\tsnprintf_P(text, count - 1, PSTR(\"%ds\"), s);\n\t}\n\n\ttext[count - 1] = 0;\n}\n\nvoid Value::toText(char *text, int count) const {\n    text[0] = 0;\n\n    switch (type_) {\n    case VALUE_TYPE_NONE:\n        break;\n\n    case VALUE_TYPE_INT:\n        util::strcatInt(text, int_);\n        break;\n\n    case VALUE_TYPE_CONST_STR:\n        strncpy_P(text, const_str_, count - 1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_STR:\n        strncpy(text, str_, count - 1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_CHANNEL_LABEL:\n        snprintf_P(text, count-1, PSTR(\"Channel %d:\"), uint8_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_CHANNEL_SHORT_LABEL:\n        snprintf_P(text, count-1, PSTR(\"Ch%d:\"), uint8_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_CHANNEL_BOARD_INFO_LABEL:\n        snprintf_P(text, count-1, PSTR(\"CH%d board:\"), int_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_LESS_THEN_MIN_INT:\n        snprintf_P(text, count-1, PSTR(\"Value is less then %d\"), int_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_LESS_THEN_MIN_TIME_ZONE:\n        strncpy_P(text, PSTR(\"Value is less then -12:00\"), count-1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_GREATER_THEN_MAX_INT:\n        snprintf_P(text, count-1, PSTR(\"Value is greater then %d\"), int_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_GREATER_THEN_MAX_TIME_ZONE:\n        strncpy_P(text, PSTR(\"Value is greater then +14:00\"), count-1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_EVENT: \n        {\n            int year, month, day, hour, minute, second;\n            datetime::breakTime(event_->dateTime, year, month, day, hour, minute, second);\n\n            int yearNow, monthNow, dayNow, hourNow, minuteNow, secondNow;\n            datetime::breakTime(datetime::now(), yearNow, monthNow, dayNow, hourNow, minuteNow, secondNow);\n\n            if (yearNow == year && monthNow == month && dayNow == day) {\n                snprintf_P(text, count-1, PSTR(\"%c [%02d:%02d:%02d] %s\"), 127 + event_queue::getEventType(event_), hour, minute, second, event_queue::getEventMessage(event_));\n            } else {\n                snprintf_P(text, count-1, PSTR(\"%c [%02d-%02d-%02d] %s\"), 127 + event_queue::getEventType(event_), day, month, year % 100, event_queue::getEventMessage(event_));\n            }\n\n            text[count - 1] = 0;\n        }\n        break;\n\n    case VALUE_TYPE_PAGE_INFO:\n        snprintf_P(text, count-1, PSTR(\"Page #%d of %d\"), pageInfo_.pageIndex + 1, pageInfo_.numPages);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_ON_TIME_COUNTER:\n        ontime::counterToString(text, count, uint32_);\n        break;\n\n\tcase VALUE_TYPE_COUNTDOWN:\n\t\tprintTime(uint32_, text, count);\n        break;\n\n    case VALUE_TYPE_SCPI_ERROR_TEXT:\n        strncpy(text, SCPI_ErrorTranslate(int16_), count - 1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_TIME_ZONE:\n        util::formatTimeZone(int16_, text, count);\n        break;\n\n    case VALUE_TYPE_DATE: \n        {\n            int year, month, day, hour, minute, second;\n            datetime::breakTime(uint32_, year, month, day, hour, minute, second);\n            snprintf_P(text, count-1, PSTR(\"%d - %02d - %02d\"), year, month, day);\n            text[count - 1] = 0;\n        }\n        break;\n\n    case VALUE_TYPE_TIME: \n        {\n            int year, month, day, hour, minute, second;\n            datetime::breakTime(uint32_, year, month, day, hour, minute, second);\n            snprintf_P(text, count-1, PSTR(\"%02d : %02d : %02d\"), hour, minute, second);\n            text[count - 1] = 0;\n        }\n        break;\n\n    case VALUE_TYPE_YEAR:\n        snprintf_P(text, count-1, PSTR(\"%d\"), uint16_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_MONTH:\n    case VALUE_TYPE_DAY:\n    case VALUE_TYPE_HOUR:\n    case VALUE_TYPE_MINUTE:\n    case VALUE_TYPE_SECOND:\n        snprintf_P(text, count-1, PSTR(\"%02d\"), uint8_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_USER_PROFILE_LABEL:\n        snprintf_P(text, count-1, PSTR(\"[ %d ]\"), int_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_USER_PROFILE_REMARK:\n        profile::getName(int_, text, count);\n        break;\n\n    case VALUE_TYPE_EDIT_INFO:\n        edit_mode::getInfoText(int_, text);\n        break;\n\n    case VALUE_TYPE_MAC_ADDRESS:\n    {\n        util::macAddressToString(puint8_, text);\n        break;\n    }\n\n    case VALUE_TYPE_IP_ADDRESS:\n    {\n        util::ipAddressToString(uint32_, text);\n        break;\n    }\n\n    case VALUE_TYPE_PORT:\n        snprintf_P(text, count-1, PSTR(\"%d\"), uint16_);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_ENUM:\n    {\n        const EnumItem *enumDefinition = enumDefinitions[enum_.enumDefinition];\n        for (int i = 0; enumDefinition[i].menuLabel; ++i) {\n            if (enum_.value == enumDefinition[i].value) {\n                if (enumDefinition[i].widgetLabel) {\n                    strncpy_P(text, enumDefinition[i].widgetLabel, count-1);\n                } else {\n                    strncpy_P(text, enumDefinition[i].menuLabel, count-1);\n                }\n                break;\n            }\n        }\n        break;\n    }\n\n    case VALUE_TYPE_TEXT_MESSAGE:\n        strncpy(text, getTextMessage(), count - 1);\n        text[count - 1] = 0;\n        break;\n\n    case VALUE_TYPE_SERIAL_BAUD_INDEX:\n        snprintf_P(text, count-1, PSTR(\"%ld\"), serial::g_bauds[int_ - 1]);\n        text[count - 1] = 0;\n        break;\n\n\tcase VALUE_TYPE_PERCENTAGE:\n\t\tsnprintf_P(text, count - 1, PSTR(\"%d%%\"), int_);\n\t\ttext[count - 1] = 0;\n\t\tbreak;\n\n\tcase VALUE_TYPE_SIZE:\n\t\tsnprintf_P(text, count - 1, PSTR(\"%ld\"), uint32_);\n\t\ttext[count - 1] = 0;\n\t\tbreak;\n\n\tcase VALUE_TYPE_DLOG_STATUS:\n\t\tstrcpy(text, PSTR(\"Dlog: \"));\n\t\tprintTime(uint32_, text + 6, count - 6);\n\t\tbreak;\n\n    default:\n        if (type_ > VALUE_TYPE_GREATER_THEN_MAX_FLOAT) {\n            char valueText[64];\n            Value(float_, ValueType(type_ - VALUE_TYPE_GREATER_THEN_MAX_FLOAT + VALUE_TYPE_FLOAT)).toText(valueText, sizeof(text));\n            snprintf_P(text, count-1, PSTR(\"Value is greater then %s\"), valueText);\n            text[count - 1] = 0;\n        } else if (type_ > VALUE_TYPE_LESS_THEN_MIN_FLOAT) {\n            char valueText[64];\n            Value(float_, ValueType(type_ - VALUE_TYPE_LESS_THEN_MIN_FLOAT + VALUE_TYPE_FLOAT)).toText(valueText, sizeof(text));\n            snprintf_P(text, count-1, PSTR(\"Value is less then %s\"), valueText);\n            text[count - 1] = 0;\n        } else {\n            float value;\n            ValueType valueType;\n            int numSignificantDecimalDigits;\n\n            formatFloatValue(value, valueType, numSignificantDecimalDigits);\n\n            text[0] = 0;\n            util::strcatFloat(text, value, numSignificantDecimalDigits);\n            if (type_ == VALUE_TYPE_FLOAT_SECOND) {\n                util::removeTrailingZerosFromFloat(text);\n            }\n            strcat(text, getUnitStr(valueType));\n        }\n        break;\n    }\n}\n\nbool Value::operator ==(const Value &other) const {\n    if (type_ != other.type_) {\n        return false;\n    }\n\n    if (type_ == VALUE_TYPE_NONE || type_ == VALUE_TYPE_LESS_THEN_MIN_TIME_ZONE || type_ == VALUE_TYPE_GREATER_THEN_MAX_TIME_ZONE) {\n        return true;\n    }\n\t\t\n\tif (type_ == VALUE_TYPE_INT || type_ == VALUE_TYPE_CHANNEL_BOARD_INFO_LABEL || type_ == VALUE_TYPE_LESS_THEN_MIN_INT || type_ == VALUE_TYPE_GREATER_THEN_MAX_INT || type_ == VALUE_TYPE_USER_PROFILE_LABEL || type_ == VALUE_TYPE_USER_PROFILE_REMARK || type_ == VALUE_TYPE_EDIT_INFO || type_ == VALUE_TYPE_SERIAL_BAUD_INDEX || type_ == VALUE_TYPE_PERCENTAGE) {\n        return int_ == other.int_;\n    }\n\n\tif (type_ == VALUE_TYPE_SCPI_ERROR_TEXT || type_ == VALUE_TYPE_TIME_ZONE) {\n\t\treturn int16_ == other.int16_;\n\t}\n\n\tif (type_ >= VALUE_TYPE_MONTH && type_ <= VALUE_TYPE_SECOND || type_ == VALUE_TYPE_TEXT_MESSAGE || type_ == VALUE_TYPE_CHANNEL_LABEL || type_ == VALUE_TYPE_CHANNEL_SHORT_LABEL) {\n\t\treturn uint8_ == other.uint8_;\n\t}\n\n\tif (type_ == VALUE_TYPE_YEAR || type_ == VALUE_TYPE_PORT) {\n\t\treturn uint16_ == other.uint16_;\n\t}\n\n\tif (type_ == VALUE_TYPE_ON_TIME_COUNTER || type_ == VALUE_TYPE_COUNTDOWN || type_ == VALUE_TYPE_IP_ADDRESS || type_ == VALUE_TYPE_DATE || type_ == VALUE_TYPE_TIME || type_ == VALUE_TYPE_DLOG_STATUS || type_ == VALUE_TYPE_SIZE) {\n\t\treturn uint32_ == other.uint32_;\n\t}\n\n    if (type_ == VALUE_TYPE_MAC_ADDRESS) {\n        return memcmp(puint8_, other.puint8_, 6) == 0;\n    }\n\t\t\n\tif (type_ == VALUE_TYPE_STR) {\n        return strcmp(str_, other.str_) == 0;\n    }\n\n\tif (type_ == VALUE_TYPE_CONST_STR) {\n        return const_str_ == other.const_str_;\n    }\n\t\t\n\tif (type_ == VALUE_TYPE_EVENT) {\n        return event_->dateTime == other.event_->dateTime && event_->eventId == other.event_->eventId;\n    }\n\t\t\n\tif (type_ == VALUE_TYPE_PAGE_INFO) {\n\t\treturn pageInfo_.pageIndex == other.pageInfo_.pageIndex && pageInfo_.numPages == other.pageInfo_.numPages;\n\t}\n\n    if (type_ == VALUE_TYPE_ENUM) {\n        return enum_.enumDefinition == other.enum_.enumDefinition && enum_.value == other.enum_.value;\n    }\n    \n    if (type_ == VALUE_TYPE_FLOAT_SECOND) {\n    \treturn util::equal(float_, other.float_, powf(10.0f, 4));\n    }\n\n    if (float_ == other.float_) {\n        return true;\n    }\n\n    float value;\n    ValueType valueType;\n    int numSignificantDecimalDigits;\n    formatFloatValue(value, valueType, numSignificantDecimalDigits);\n\n    float otherValue;\n    ValueType otherValueType;\n    int otherNumSignificantDecimalDigits;\n    other.formatFloatValue(otherValue, otherValueType, otherNumSignificantDecimalDigits);\n\n    if (valueType != otherValueType) {\n        return false;\n    }\n\n    if (numSignificantDecimalDigits != otherNumSignificantDecimalDigits) {\n        return false;\n    }\n\n    return util::equal(value, otherValue, getPrecisionFromNumSignificantDecimalDigits(numSignificantDecimalDigits));\n}\n\nint Value::getInt() const {\n    if (type_ == VALUE_TYPE_ENUM) {\n        return enum_.value;\n    }\n    return int_; \n}\n\nuint32_t Value::getUInt32() const {\n    return uint32_; \n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool isDisplayValue(const Cursor &cursor, uint8_t id, DisplayValue displayValue) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n    return id == DATA_ID_CHANNEL_DISPLAY_VALUE1 && Channel::get(iChannel).flags.displayValue1 == displayValue ||\n        id == DATA_ID_CHANNEL_DISPLAY_VALUE2 && Channel::get(iChannel).flags.displayValue2 == displayValue;\n}\n\nstatic bool isUMonData(const Cursor &cursor, uint8_t id) {\n    return id == DATA_ID_CHANNEL_U_MON || isDisplayValue(cursor, id, DISPLAY_VALUE_VOLTAGE);\n}\n\nstatic bool isIMonData(const Cursor &cursor, uint8_t id) {\n    return id == DATA_ID_CHANNEL_I_MON || isDisplayValue(cursor, id, DISPLAY_VALUE_CURRENT);\n}\n\nstatic bool isPMonData(const Cursor &cursor, uint8_t id) {\n    return id == DATA_ID_CHANNEL_P_MON || isDisplayValue(cursor, id, DISPLAY_VALUE_POWER);\n}\n\nint count(uint8_t id) {\n    if (id == DATA_ID_CHANNELS) {\n        return CH_MAX;\n    } else if (id == DATA_ID_EVENT_QUEUE_EVENTS) {\n        return event_queue::EVENTS_PER_PAGE;\n    } else if (id == DATA_ID_PROFILES_LIST1) {\n        return 4;\n    } else if (id == DATA_ID_PROFILES_LIST2) {\n        return 6;\n    } else if (id == DATA_ID_CHANNEL_LISTS) {\n        return LIST_ITEMS_PER_PAGE;\n    } else if (id == DATA_ID_IO_PINS) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n        return 3;\n#else\n        return 1;\n#endif\n    }\n    return 0;\n}\n\nvoid select(Cursor &cursor, uint8_t id, int index) {\n    if (id == DATA_ID_PROFILES_LIST2) {\n        cursor.i = 4 + index;\n    } else if (id == DATA_ID_CHANNEL_COUPLING_MODE) {\n        cursor.i = 0;\n    } else {\n        cursor.i = index;\n    }\n}\n\nint getListLength(uint8_t id) {\n    Page *activePage = getActivePage();\n    if (activePage) {\n        return activePage->getListLength(id);\n    }\n\n    return 0;\n}\n\nfloat *getFloatList(uint8_t id) {\n    Page *activePage = getActivePage();\n    if (activePage) {\n        return activePage->getFloatList(id);\n    }\n\n    return 0;\n}\n\nValue getMin(const Cursor &cursor, uint8_t id) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT || isUMonData(cursor, id)) {\n        return Value(channel_dispatcher::getUMin(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel);\n    } else if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT || isIMonData(cursor, id)) {\n        return Value(channel_dispatcher::getIMin(Channel::get(iChannel)), VALUE_TYPE_FLOAT_AMPER, iChannel);\n    } else if (isPMonData(cursor, id)) {\n        return Value(channel_dispatcher::getPowerMinLimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_WATT, iChannel);\n    } else if (id == DATA_ID_EDIT_VALUE) {\n        return edit_mode::getMin();\n    }\n\n    Page *activePage = getActivePage();\n    if (activePage) {\n        Value value = activePage->getMin(cursor, id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    return Value();\n}\n\nValue getMax(const Cursor &cursor, uint8_t id) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT || isUMonData(cursor, id)) {\n        return Value(channel_dispatcher::getUMax(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel);\n    } else if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT || isIMonData(cursor, id)) {\n        return Value(channel_dispatcher::getIMax(Channel::get(iChannel)), VALUE_TYPE_FLOAT_AMPER, iChannel);\n    } else if (isPMonData(cursor, id)) {\n        return Value(channel_dispatcher::getPowerMaxLimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_WATT, iChannel);\n    } else if (id == DATA_ID_EDIT_VALUE) {\n        return edit_mode::getMax();\n    }\n\n    Page *activePage = getActivePage();\n    if (activePage) {\n        Value value = activePage->getMax(cursor, id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    return Value();\n}\n\nValue getDef(const Cursor &cursor, uint8_t id) {\n    Page *activePage = getActivePage();\n    if (activePage) {\n        Value value = activePage->getDef(cursor, id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    return Value();\n}\n\nValue getLimit(const Cursor &cursor, uint8_t id) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT || isUMonData(cursor, id)) {\n        return Value(channel_dispatcher::getULimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel);\n    } else if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT || isIMonData(cursor, id)) {\n        return Value(channel_dispatcher::getILimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_AMPER, iChannel);\n    } else if (isPMonData(cursor, id)) {\n        return Value(channel_dispatcher::getPowerLimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_WATT, iChannel);\n    }\n\n    return Value();\n}\n\nValueType getUnit(const Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT) {\n        return VALUE_TYPE_FLOAT_VOLT;\n    } else if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT) {\n        return VALUE_TYPE_FLOAT_AMPER;\n    }\n    return VALUE_TYPE_NONE;\n}\n\nvoid getList(const Cursor &cursor, uint8_t id, const Value **values, int &count) {\n    if (id == DATA_ID_EDIT_STEPS) {\n        return edit_mode_step::getStepValues(values, count);\n    }\n}\n\n/*\nWe are auto generating model name from the channels definition:\n\n<cnt>/<volt>/<curr>[-<cnt2>/<volt2>/<curr2>] (<platform>)\n\nWhere is:\n\n<cnt>      - number of the equivalent channels\n<volt>     - max. voltage\n<curr>     - max. curr\n<platform> - Mega, Due, Simulator or Unknown\n*/\nconst char *getModelInfo() {\n    static char model_info[CH_NUM * (sizeof(\"XX V / XX A\") - 1) + CH_NUM * (sizeof(\" - \") - 1) + 1];\n\n    if (*model_info == 0) {\n        char *p = Channel::getChannelsInfoShort(model_info);\n        *p = 0;\n    }\n\n    return model_info;\n}\n\nconst char *getFirmwareInfo() {\n    static const char FIRMWARE_LABEL[] PROGMEM = \"Firmware: \";\n    static char firmware_info[sizeof(FIRMWARE_LABEL) - 1 + sizeof(FIRMWARE) - 1 + 1];\n\n    if (*firmware_info == 0) {\n        strcat_P(firmware_info, FIRMWARE_LABEL);\n        strcat_P(firmware_info, PSTR(FIRMWARE));\n    }\n\n    return firmware_info;\n}\n\nValue get(const Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_CHANNELS_VIEW_MODE) {\n        return Value(persist_conf::devConf.flags.channelsViewMode);\n    }\n\n    if (id == DATA_ID_CHANNEL_COUPLING_IS_ALLOWED) {\n        return data::Value(channel_dispatcher::isCouplingOrTrackingAllowed() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_COUPLING_MODE) {\n        return data::Value(channel_dispatcher::getType());\n    }\n\n    if (id == DATA_ID_CHANNEL_IS_COUPLED) {\n        return data::Value(channel_dispatcher::isCoupled() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_IS_TRACKED) {\n        return data::Value(channel_dispatcher::isTracked() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_IS_COUPLED_OR_TRACKED) {\n        return data::Value(channel_dispatcher::isCoupled() || channel_dispatcher::isTracked() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_COUPLING_IS_SERIES) {\n        return data::Value(channel_dispatcher::isSeries() ? 1 : 0);\n    }\n\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n    \n    if (iChannel >= 0) {\n        Channel &channel = Channel::get(iChannel);\n\n        int channelStatus = channel.index > CH_NUM ? 0 : (channel.isOk() ? 1 : 2);\n\n        if (id == DATA_ID_CHANNEL_STATUS) {\n            return Value(channelStatus);\n        }\n\n        if (channelStatus == 1) {\n            if (id == DATA_ID_CHANNEL_OUTPUT_STATE) {\n                return Value(channel.isOutputEnabled() ? 1 : 0);\n            }\n\n            ChannelSnapshot &channelSnapshot = g_channelSnapshot[channel.index - 1];\n            uint32_t currentTime = micros();\n            if (!channelSnapshot.lastSnapshotTime || currentTime - channelSnapshot.lastSnapshotTime >= CONF_GUI_REFRESH_EVERY_MS * 1000UL) {\n                char *mode_str = channel.getCvModeStr();\n                channelSnapshot.mode = 0;\n                float uMon = channel_dispatcher::getUMon(channel);\n                float iMon = channel_dispatcher::getIMon(channel);\n                if (strcmp(mode_str, \"CC\") == 0) {\n                    channelSnapshot.monValue = Value(uMon, VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n                } else if (strcmp(mode_str, \"CV\") == 0) {\n                    channelSnapshot.monValue = Value(iMon, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n                } else {\n                    channelSnapshot.mode = 1;\n                    if (uMon < iMon) {\n                        channelSnapshot.monValue = Value(uMon, VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n                    } else {\n                        channelSnapshot.monValue = Value(iMon, VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n                    }\n                }\n\n                channelSnapshot.pMon = util::multiply(uMon, iMon, getPrecision(VALUE_TYPE_FLOAT_WATT));\n\n                channelSnapshot.lastSnapshotTime = currentTime;\n            }\n\n            if (id == DATA_ID_CHANNEL_OUTPUT_MODE) {\n                char *mode_str = channel.getCvModeStr();\n                return Value(channelSnapshot.mode);\n            }\n\n            if (id == DATA_ID_EDIT_ENABLED) {\n                if ((channel_dispatcher::getVoltageTriggerMode(channel) != TRIGGER_MODE_FIXED && !trigger::isIdle()) || isPageActiveOrOnStack(PAGE_ID_CH_SETTINGS_LISTS)) {\n                    return 0;\n                }\n                if (psu::calibration::isEnabled()) {\n                    return 0;\n                }\n                return 1;\n            }\n\n            if (id == DATA_ID_TRIGGER_IS_INITIATED) {\n\t\t\t\tbool isInitiated = trigger::isInitiated();\n#if OPTION_SD_CARD\n\t\t\t\tif (!isInitiated && dlog::isInitiated()) {\n\t\t\t\t\tisInitiated = true;\n\t\t\t\t}\n#endif\n                return Value(isInitiated ? 1 : 0);\n            }\n        \n            if (id == DATA_ID_TRIGGER_IS_MANUAL) {\n\t\t\t\tbool isManual = trigger::getSource() == trigger::SOURCE_MANUAL;\n#if OPTION_SD_CARD\n\t\t\t\tif (!isManual && dlog::g_triggerSource == trigger::SOURCE_MANUAL) {\n\t\t\t\t\tisManual = true;\n\t\t\t\t}\n#endif\n                return Value(isManual ? 1 : 0);\n            }\n\n            if (id == DATA_ID_CHANNEL_MON_VALUE) {\n                return channelSnapshot.monValue;\n            }\n        \n            if (id == DATA_ID_CHANNEL_U_SET) {\n                return Value(channel_dispatcher::getUSet(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n            }\n        \n            if (id == DATA_ID_CHANNEL_U_EDIT) {\n                if ((g_focusCursor == cursor || channel_dispatcher::isCoupled()) && g_focusDataId == DATA_ID_CHANNEL_U_EDIT && g_focusEditValue.getType() != VALUE_TYPE_NONE) {\n                    return g_focusEditValue;\n                } else {\n                    return Value(channel_dispatcher::getUSet(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n                }\n            }\n        \n            if (isUMonData(cursor, id)) {\n                return Value(channel_dispatcher::getUMon(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n            }\n\n            if (id == DATA_ID_CHANNEL_U_MON_DAC) {\n                return Value(channel_dispatcher::getUMonDac(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n            }\n\n            if (id == DATA_ID_CHANNEL_U_LIMIT) {\n                return Value(channel_dispatcher::getULimit(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n            }\n\n            if (id == DATA_ID_CHANNEL_I_SET) {\n                return Value(channel_dispatcher::getISet(channel), VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n            }\n        \n            if (id == DATA_ID_CHANNEL_I_EDIT) {\n                if ((g_focusCursor == cursor || channel_dispatcher::isCoupled()) && g_focusDataId == DATA_ID_CHANNEL_I_EDIT && g_focusEditValue.getType() != VALUE_TYPE_NONE) {\n                    return g_focusEditValue;\n                } else {\n                    return Value(channel_dispatcher::getISet(channel), VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n                }\n            }\n\n            if (isIMonData(cursor, id)) {\n                return Value(channel_dispatcher::getIMon(channel), VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n            }\n\n            if (id == DATA_ID_CHANNEL_I_MON_DAC) {\n                return Value(channel_dispatcher::getIMonDac(channel), VALUE_TYPE_FLOAT_AMPER, channel.index-1);\n            }\n\n            if (id == DATA_ID_CHANNEL_I_LIMIT) {\n                return Value(channel_dispatcher::getILimit(channel), VALUE_TYPE_FLOAT_VOLT, channel.index-1);\n            }\n\n            if (isPMonData(cursor, id)) {\n                return Value(channelSnapshot.pMon, VALUE_TYPE_FLOAT_WATT, channel.index-1);\n            }\n\n            if (id == DATA_ID_LRIP) {\n                return Value(channel.flags.lrippleEnabled ? 1 : 0);\n            }\n\n            if (id == DATA_ID_CHANNEL_RPROG_STATUS) {\n                return Value(channel.flags.rprogEnabled ? 1 : 0);\n            }\n\n            if (id == DATA_ID_OVP) {\n                unsigned ovp;\n                if (!channel.prot_conf.flags.u_state) ovp = 0;\n                else if (!channel_dispatcher::isOvpTripped(channel)) ovp = 1;\n                else ovp = 2;\n                return Value(ovp);\n            }\n        \n            if (id == DATA_ID_OCP) {\n                unsigned ocp;\n                if (!channel.prot_conf.flags.i_state) ocp = 0;\n                else if (!channel_dispatcher::isOcpTripped(channel)) ocp = 1;\n                else ocp = 2;\n                return Value(ocp);\n            }\n        \n            if (id == DATA_ID_OPP) {\n                unsigned opp;\n                if (!channel.prot_conf.flags.p_state) opp = 0;\n                else if (!channel_dispatcher::isOppTripped(channel)) opp = 1;\n                else opp = 2;\n                return Value(opp);\n            }\n        \n            if (id == DATA_ID_OTP_CH) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n                return 0;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n                temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::CH1 + channel.index - 1];\n                if (!tempSensor.isInstalled() || !tempSensor.isTestOK() || !tempSensor.prot_conf.state) return 0;\n                else if (!channel_dispatcher::isOtpTripped(channel)) return 1;\n                else return 2;\n#endif\n            }\n        \n            if (id == DATA_ID_CHANNEL_LABEL) {\n                return data::Value(channel.index, VALUE_TYPE_CHANNEL_LABEL);\n            }\n        \n            if (id == DATA_ID_CHANNEL_SHORT_LABEL) {\n                return data::Value(channel.index, VALUE_TYPE_CHANNEL_SHORT_LABEL);\n            }\n\n            if (id == DATA_ID_CHANNEL_TEMP_STATUS) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n                return 2;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n                temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::CH1 + channel.index - 1];\n                if (tempSensor.isInstalled()) return tempSensor.isTestOK() ? 1 : 0;\n                else return 2;\n#endif\n            }\n\n            if (id == DATA_ID_CHANNEL_TEMP) {\n                float temperature = 0;\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n                temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::CH1 + channel.index - 1];\n                if (tempSensor.isInstalled() && tempSensor.isTestOK()) {\n                    temperature = tempSensor.temperature;\n                }\n#endif\n                return data::Value(temperature, VALUE_TYPE_FLOAT_CELSIUS);\n            }\n\n            if (id == DATA_ID_CHANNEL_ON_TIME_TOTAL) {\n                return data::Value((uint32_t)channel.onTimeCounter.getTotalTime(), VALUE_TYPE_ON_TIME_COUNTER);\n            }\n\n            if (id == DATA_ID_CHANNEL_ON_TIME_LAST) {\n                return data::Value((uint32_t)channel.onTimeCounter.getLastTime(), VALUE_TYPE_ON_TIME_COUNTER);\n            }\n\n            if (id == DATA_ID_CHANNEL_HAS_SUPPORT_FOR_CURRENT_DUAL_RANGE) {\n                return data::Value(channel.hasSupportForCurrentDualRange() ? 1 : 0);\n            }\n\n            if (id == DATA_ID_CHANNEL_LIST_COUNTDOWN) {\n                int32_t remaining;\n                uint32_t total;\n                if (list::getCurrentDwellTime(channel, remaining, total) && total >= CONF_LIST_COUNDOWN_DISPLAY_THRESHOLD) {\n                    return Value((uint32_t)remaining, VALUE_TYPE_COUNTDOWN);\n                } else {\n                    return Value();\n                }\n            }\n        }\n    }\n\n    if (id == DATA_ID_CHANNEL_IS_VOLTAGE_BALANCED) {\n        if (channel_dispatcher::isSeries()) {\n            return Channel::get(0).isVoltageBalanced() || Channel::get(1).isVoltageBalanced() ? 1 : 0;\n        } else {\n            return 0;\n        }\n    }\n\n    if (id == DATA_ID_CHANNEL_IS_CURRENT_BALANCED) {\n        if (channel_dispatcher::isParallel()) {\n            return Channel::get(0).isCurrentBalanced() || Channel::get(1).isCurrentBalanced() ? 1 : 0;\n        } else {\n            return 0;\n        }\n    }\n\n    if (id == DATA_ID_OTP_AUX) {\n        temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::AUX];\n        if (!tempSensor.prot_conf.state) return 0;\n        else if (!tempSensor.isTripped()) return 1;\n        else return 2;\n    }\n\n    if (id == DATA_ID_SYS_PASSWORD_IS_SET) {\n        return data::Value(strlen(persist_conf::devConf2.systemPassword) > 0 ? 1 : 0);\n    }\n\n    if (id == DATA_ID_SYS_RL_STATE) {\n        return data::Value(g_rlState);\n    }\n\n    if (id == DATA_ID_SYS_TEMP_AUX_STATUS) {\n        temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::AUX];\n        if (tempSensor.isInstalled()) return tempSensor.isTestOK() ? 1 : 0;\n        else return 2;\n    }\n\n    if (id == DATA_ID_SYS_TEMP_AUX) {\n        float auxTemperature = 0;\n        temperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::AUX];\n        if (tempSensor.isInstalled() && tempSensor.isTestOK()) {\n            auxTemperature = tempSensor.temperature;\n        }\n        return data::Value(auxTemperature, VALUE_TYPE_FLOAT_CELSIUS);\n    }\n\n    if (id == DATA_ID_ALERT_MESSAGE) {\n        return g_alertMessage;\n    }\n    \n    if (id == DATA_ID_ALERT_MESSAGE_2) {\n        return g_alertMessage2;\n    }\n\n    if (id == DATA_ID_ALERT_MESSAGE_3) {\n        return g_alertMessage3;\n    }\n\n    if (id == DATA_ID_MODEL_INFO) {\n        return Value(getModelInfo());\n    }\n    \n    if (id == DATA_ID_FIRMWARE_INFO) {\n        return Value(getFirmwareInfo());\n    }\n\n    if (id == DATA_ID_SERIAL_STATUS) {\n        return data::Value(serial::g_testResult);\n    }\n\n    if (id == DATA_ID_ETHERNET_INSTALLED) {\n        return data::Value(OPTION_ETHERNET);\n    }\n\n#if OPTION_ETHERNET\n    if (id == DATA_ID_ETHERNET_STATUS) {\n        return data::Value(ethernet::g_testResult);\n    }\n\n    if (id == DATA_ID_ETHERNET_IS_CONNECTED) {\n        return data::Value(ethernet::isConnected());\n    }\n#endif\n\n    if (id == DATA_ID_SYS_ENCODER_INSTALLED) {\n        return data::Value(OPTION_ENCODER);\n    }\n\n    if (id == DATA_ID_SYS_DISPLAY_STATE) {\n        return data::Value(persist_conf::devConf2.flags.displayState);\n    }\n\n    if (id == DATA_ID_TEXT_MESSAGE) {\n        return data::Value(getTextMessageVersion(), VALUE_TYPE_TEXT_MESSAGE);\n    }\n\n    if (id == DATA_ID_SERIAL_IS_CONNECTED) {\n        return data::Value(serial::isConnected());\n    }\n\n    if (id == DATA_ID_ASYNC_OPERATION_THROBBER) {\n        static char *throbber[] = {\"|\", \"/\", \"-\", \"\\\\\", \"|\", \"/\", \"-\", \"\\\\\"};\n        return data::Value(throbber[(millis() % 1000) / 125]);\n    }\n\n    if (id == DATA_ID_PROGRESS) {\n        return g_progress;\n    }\n\n    if (id == DATA_ID_IO_PINS_INHIBIT_STATE) {\n        persist_conf::IOPin &inputPin = persist_conf::devConf2.ioPins[0];\n        if (inputPin.function == io_pins::FUNCTION_INHIBIT) {\n            return data::Value(io_pins::isInhibited() ? 1 : 0);\n        } else {\n            return data::Value(2);\n        }\n    }\n\n\tif (id == DATA_ID_VIEW_STATUS) {\n#if OPTION_SD_CARD\n\t\tbool listStatusVisible = list::anyCounterVisible(CONF_LIST_COUNDOWN_DISPLAY_THRESHOLD);\n\t\tbool dlogStatusVisible = !dlog::isIdle();\n\t\tif (listStatusVisible && dlogStatusVisible) {\n\t\t\treturn data::Value(micros() % (2 * 1000000UL) < 1000000UL ? 1 : 2);\n\t\t}\n\t\telse if (listStatusVisible) {\n\t\t\treturn data::Value(1);\n\t\t}\n\t\telse if (dlogStatusVisible) {\n\t\t\treturn data::Value(2);\n\t\t}\n#else\n\t\tif (list::anyCounterVisible(CONF_LIST_COUNDOWN_DISPLAY_THRESHOLD)) {\n\t\t\treturn data::Value(1);\n\t\t}\n#endif\n\t\treturn data::Value(0);\n\t}\n\n#if OPTION_SD_CARD\n\tif (id == DATA_ID_DLOG_STATUS) {\n\t\tif (dlog::isInitiated()) {\n\t\t\treturn data::Value(PSTR(\"Dlog trigger waiting\"));\n\t\t} else if (!dlog::isIdle()) {\n\t\t\treturn data::Value((uint32_t)floor(dlog::g_currentTime), VALUE_TYPE_DLOG_STATUS);\n\t\t}\n\t}\n#endif\n\n    Page *page = getActivePage();\n    if (page) {\n        Value value = page->getData(cursor, id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    page = getPreviousPage();\n    if (page) {\n        Value value = page->getData(cursor, id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    Keypad *keypad = getActiveKeypad();\n    if (keypad) {\n        Value value = keypad->getData(id);\n        if (value.getType() != VALUE_TYPE_NONE) {\n            return value;\n        }\n    }\n\n    Value value;\n\n    value = edit_mode::getData(cursor, id);\n    if (value.getType() != VALUE_TYPE_NONE) {\n        return value;\n    }\n\n    value = gui::calibration::getData(cursor, id);\n    if (value.getType() != VALUE_TYPE_NONE) {\n        return value;\n    }\n\n    return Value();\n}\n\nbool set(const Cursor &cursor, uint8_t id, Value value, int16_t *error) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT) {\n        if (!util::between(value.getFloat(), channel_dispatcher::getUMin(Channel::get(iChannel)), channel_dispatcher::getUMax(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel)) {\n            if (error) *error = SCPI_ERROR_DATA_OUT_OF_RANGE;\n            return false;\n        }\n        \n        if (util::greater(value.getFloat(), channel_dispatcher::getULimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel)) {\n            if (error) *error = SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED;\n            return false;\n        }\n        \n        if (util::greater(value.getFloat() * channel_dispatcher::getISetUnbalanced(Channel::get(iChannel)), channel_dispatcher::getPowerLimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_WATT, iChannel)) {\n            if (error) *error = SCPI_ERROR_POWER_LIMIT_EXCEEDED;\n            return false;\n        }\n        \n        channel_dispatcher::setVoltage(Channel::get(iChannel), value.getFloat());\n\n        return true;\n    } else if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT) {\n        if (!util::between(value.getFloat(), channel_dispatcher::getIMin(Channel::get(iChannel)), channel_dispatcher::getIMax(Channel::get(iChannel)), VALUE_TYPE_FLOAT_AMPER, iChannel)) {\n            if (error) *error = SCPI_ERROR_DATA_OUT_OF_RANGE;\n            return false;\n        }\n        \n        if (util::greater(value.getFloat(), channel_dispatcher::getILimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_AMPER, iChannel)) {\n            if (error) *error = SCPI_ERROR_CURRENT_LIMIT_EXCEEDED;\n            return false;\n        }\n        \n        if (util::greater(value.getFloat() * channel_dispatcher::getUSetUnbalanced(Channel::get(iChannel)), channel_dispatcher::getPowerLimit(Channel::get(iChannel)), VALUE_TYPE_FLOAT_VOLT, iChannel)) {\n            if (error) *error = SCPI_ERROR_POWER_LIMIT_EXCEEDED;\n            return false;\n        }\n        \n        channel_dispatcher::setCurrent(Channel::get(iChannel), value.getFloat());\n\n        return true;\n    } else if (id == DATA_ID_ALERT_MESSAGE) {\n        g_alertMessage = value;\n        return true;\n    } else if (id == DATA_ID_ALERT_MESSAGE_2) {\n        g_alertMessage2 = value;\n        return true;\n    } else if (id == DATA_ID_ALERT_MESSAGE_3) {\n        g_alertMessage3 = value;\n        return true;\n    } else if (id == DATA_ID_EDIT_STEPS) {\n        edit_mode_step::setStepIndex(value.getInt());\n        return true;\n    }\n\n    Page *activePage = getActivePage();\n    if (activePage && activePage->setData(cursor, id, value)) {\n        return true;\n    }\n\n    if (error) *error = 0;\n    return false;\n}\n\nint getNumHistoryValues(uint8_t id) {\n    return CHANNEL_HISTORY_SIZE;\n}\n\nint getCurrentHistoryValuePosition(const Cursor &cursor, uint8_t id) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n    return Channel::get(iChannel).getCurrentHistoryValuePosition();\n}\n\nValue getHistoryValue(const Cursor &cursor, uint8_t id, int position) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n    if (isUMonData(cursor, id)) {\n        return Value(channel_dispatcher::getUMonHistory(Channel::get(iChannel), position), VALUE_TYPE_FLOAT_VOLT, iChannel);\n    } else if (isIMonData(cursor, id)) {\n        return Value(channel_dispatcher::getIMonHistory(Channel::get(iChannel), position), VALUE_TYPE_FLOAT_AMPER, iChannel);\n    } else if (isPMonData(cursor, id)) {\n        float pMon = util::multiply(\n            channel_dispatcher::getUMonHistory(Channel::get(iChannel), position),\n            channel_dispatcher::getIMonHistory(Channel::get(iChannel), position),\n            getPrecision(VALUE_TYPE_FLOAT_WATT));\n        return Value(pMon, VALUE_TYPE_FLOAT_WATT, iChannel);\n    }\n    return Value();\n}\n\nbool isBlinking(const Cursor &cursor, uint8_t id) {\n    bool result;\n    if (edit_mode::isBlinking(cursor, id, result)) {\n        return result;\n    }\n\n    if (id == DATA_ID_TRIGGER_IS_INITIATED) {\n        return trigger::isInitiated();\n    }\n\n    if ((g_focusCursor == cursor || channel_dispatcher::isCoupled()) && g_focusDataId == id && g_focusEditValue.getType() != VALUE_TYPE_NONE) {\n        return true;\n    }\n\n    if (id == DATA_ID_IO_PINS_INHIBIT_STATE) {\n        persist_conf::IOPin &inputPin = persist_conf::devConf2.ioPins[0];\n        return inputPin.function == io_pins::FUNCTION_INHIBIT && io_pins::isInhibited();\n    }\n\n    return false;\n}\n\nValue getEditValue(const Cursor &cursor, uint8_t id) {\n    int iChannel = cursor.i >= 0 ? cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\n    Channel &channel = Channel::get(iChannel);\n\n    if (id == DATA_ID_CHANNEL_U_SET || id == DATA_ID_CHANNEL_U_EDIT) {\n        return Value(channel_dispatcher::getUSetUnbalanced(channel), VALUE_TYPE_FLOAT_VOLT, iChannel);\n    }\n        \n    if (id == DATA_ID_CHANNEL_I_SET || id == DATA_ID_CHANNEL_I_EDIT) {\n        return Value(channel_dispatcher::getISetUnbalanced(channel), VALUE_TYPE_FLOAT_AMPER, iChannel);\n    }\n        \n    return get(cursor, id);\n}\n\nuint16_t getWidgetBackgroundColor(const WidgetCursor& widgetCursor, const Style* style) {\n#if OPTION_SD_CARD\n\tDECL_WIDGET(widget, widgetCursor.widgetOffset);\n\tint iChannel = widgetCursor.cursor.i >= 0 ? widgetCursor.cursor.i : (g_channel ? (g_channel->index - 1) : 0);\n\tif (widget->data == DATA_ID_CHANNEL_U_EDIT || widget->data == DATA_ID_CHANNEL_U_MON_DAC) {\n\t\tif (dlog::g_logVoltage[iChannel]) {\n\t\t\treturn CONF_DLOG_COLOR;\n\t\t}\n\t} else if (widget->data == DATA_ID_CHANNEL_I_EDIT) {\n\t\tif (dlog::g_logCurrent[iChannel]) {\n\t\t\treturn CONF_DLOG_COLOR;\n\t\t}\n\t} else if (widget->data == DATA_ID_CHANNEL_P_MON) {\n\t\tif (dlog::g_logPower[iChannel]) {\n\t\t\treturn CONF_DLOG_COLOR;\n\t\t}\n\t}\n#endif\n\treturn style->background_color;\n}\n\n}\n}\n}\n} // namespace eez::psu::ui::data\n\n#endif // OPTION_DISPLAY"
  },
  {
    "path": "eez_psu_sketch/gui_data.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#include \"event_queue.h\"\n#include \"value.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nstruct WidgetCursor;\nstruct Style;\n\nnamespace data {\n\n////////////////////////////////////////////////////////////////////////////////\n\nenum EnumDefinition {\n    ENUM_DEFINITION_CHANNEL_DISPLAY_VALUE,\n    ENUM_DEFINITION_CHANNEL_TRIGGER_MODE,\n    ENUM_DEFINITION_TRIGGER_SOURCE,\n    ENUM_DEFINITION_CHANNEL_CURRENT_RANGE_SELECTION_MODE,\n    ENUM_DEFINITION_CHANNEL_CURRENT_RANGE,\n    ENUM_DEFINITION_CHANNEL_TRIGGER_ON_LIST_STOP,\n    ENUM_DEFINITION_IO_PINS_POLARITY,\n    ENUM_DEFINITION_IO_PINS_INPUT_FUNCTION,\n    ENUM_DEFINITION_IO_PINS_OUTPUT_FUNCTION,\n    ENUM_DEFINITION_SERIAL_PARITY,\n    ENUM_DEFINITION_DST_RULE\n};\n\nstruct EnumItem {\n    uint8_t value;\n    const char *menuLabel PROGMEM;\n    const char *widgetLabel PROGMEM;\n};\n\nextern data::EnumItem g_channelDisplayValueEnumDefinition[];\nextern data::EnumItem g_channelTriggerModeEnumDefinition[];\nextern data::EnumItem g_triggerSourceEnumDefinition[];\nextern data::EnumItem g_channelCurrentRangeSelectionModeEnumDefinition[];\nextern data::EnumItem g_channelCurrentRangeEnumDefinition[];\nextern data::EnumItem g_channelTriggerOnListStopEnumDefinition[];\nextern data::EnumItem g_ioPinsPolarityEnumDefinition[];\nextern data::EnumItem g_ioPinsInputFunctionEnumDefinition[];\nextern data::EnumItem g_ioPinsOutputFunctionEnumDefinition[];\nextern data::EnumItem g_serialParityEnumDefinition[];\nextern data::EnumItem g_dstRuleEnumDefinition[];\n\nenum ValueOptions {\n    VALUE_OPTIONS_CH1 = 0x00,\n    VALUE_OPTIONS_CH2 = 0x01,\n    VALUE_OPTIONS_CH_MASK = 0x03,\n\n    VALUE_OPTIONS_EXTENDED_PRECISION = 0x04\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\ninline bool isFloatType(ValueType valueType) { \n    return valueType >= VALUE_TYPE_FLOAT_FIRST && valueType <= VALUE_TYPE_FLOAT_LAST;\n}\n\nstruct Value {\n    Value() : type_(VALUE_TYPE_NONE) { }\n    Value(int value) : type_(VALUE_TYPE_INT), int_(value)  {}\n\tValue(int value, ValueType type) : type_(type), int_(value)  {}\n\tValue(uint8_t value, ValueType type) : type_(type), uint8_(value)  {}\n\tValue(uint16_t value, ValueType type) : type_(type), uint16_(value)  {}\n\tValue(uint32_t value, ValueType type) : type_(type), uint32_(value)  {}\n    Value(float value, ValueType type);\n    Value(float value, ValueType type, int channelIndex);\n    Value(float value, ValueType type, int channelIndex, bool extendedPrecision);\n    Value(uint8_t *value, ValueType type) : type_(type), puint8_(value)  {}\n    Value(const char *str) : type_(VALUE_TYPE_STR), str_(str) {}\n\tValue(event_queue::Event *e) : type_(VALUE_TYPE_EVENT), event_(e) {}\n    Value(uint8_t value, EnumDefinition enumDefinition) : type_(VALUE_TYPE_ENUM) {\n        enum_.value = value;\n        enum_.enumDefinition = enumDefinition;\n    }\n\n    static Value ProgmemStr(const char *pstr PROGMEM);\n\tstatic Value PageInfo(uint8_t pageIndex, uint8_t numPages);\n\tstatic Value ScpiErrorText(int16_t errorCode);\n\tstatic Value LessThenMinMessage(float float_, ValueType type);\n\tstatic Value GreaterThenMaxMessage(float float_, ValueType type);\n\n\tbool operator ==(const Value &other) const;\n\n    bool operator !=(const Value &other) const {\n        return !(*this == other);\n    }\n\n    float getFloat() const { return float_; }\n    \n    ValueType getType() const { return (ValueType)type_; }\n    bool isFloat() const { return isFloatType((ValueType)type_); }\n\n    int getInt() const;\n    uint32_t getUInt32() const;\n\n    void toText(char *text, int count) const;\n\n\tbool isString() { return type_ == VALUE_TYPE_STR; }\n\tconst char *asString() { return str_; }\n\n    bool isConstString() { return type_ == VALUE_TYPE_CONST_STR; }\n\n\tuint8_t getPageIndex() { return pageInfo_.pageIndex; }\n\tuint8_t getNumPages() { return pageInfo_.numPages; }\n\n    int16_t getScpiError() { return int16_; }\n\n    bool isMilli() const;\n\nprivate:\n    uint8_t type_;\n    uint8_t options_;\n    union {\n        int int_;\n\t\tint16_t int16_;\n\t\tuint8_t uint8_;\n\t\tuint16_t uint16_;\n\t\tuint32_t uint32_;\n\n\t\tfloat float_;\n        \n        uint8_t *puint8_;\n\n\t\tconst char *const_str_ PROGMEM;\n        const char *str_;\n\t\t\n\t\tevent_queue::Event *event_;\n\t\t\n\t\tstruct {\n\t\t\tuint8_t pageIndex;\n\t\t\tuint8_t numPages;\n\t\t} pageInfo_;\n\n\t\tstruct {\n\t\t\tuint8_t value;\n\t\t\tuint8_t enumDefinition;\n\t\t} enum_;\n    };\n\n    void formatFloatValue(float &value, ValueType &valueType, int &numSignificantDecimalDigits) const;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct Cursor {\n    int i;\n\n    Cursor() {\n        i = -1;\n    }\n\n    Cursor(int i, int j = -1) {\n        this->i = i;\n    }\n\n    operator bool() {\n        return i != -1;\n    }\n\n    bool operator != (const Cursor& rhs) const {\n        return !(*this == rhs);\n    }\n\n    bool operator == (const Cursor& rhs) const {\n        return i == rhs.i;\n    }\n\n\tvoid reset() {\n\t\ti = -1;\n\t}\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nextern Value g_alertMessage;\nextern Value g_alertMessage2;\nextern Value g_alertMessage3;\nextern Value g_progress;\n\nint count(uint8_t id);\nvoid select(Cursor &cursor, uint8_t id, int index);\n\nint getListLength(uint8_t id);\nfloat *getFloatList(uint8_t id);\n\nValue getMin(const Cursor &cursor, uint8_t id);\nValue getMax(const Cursor &cursor, uint8_t id);\nValue getDef(const Cursor &cursor, uint8_t id);\nValue getLimit(const Cursor &cursor, uint8_t id);\nValueType getUnit(const Cursor &cursor, uint8_t id);\n\nvoid getList(const Cursor &cursor, uint8_t id, const Value **labels, int &count);\n\nValue get(const Cursor &cursor, uint8_t id);\nbool set(const Cursor &cursor, uint8_t id, Value value, int16_t *error);\n\nint getNumHistoryValues(uint8_t id);\nint getCurrentHistoryValuePosition(const Cursor &cursor, uint8_t id);\nValue getHistoryValue(const Cursor &cursor, uint8_t id, int position);\n\nbool isBlinking(const Cursor &cursor, uint8_t id);\nValue getEditValue(const Cursor &cursor, uint8_t id);\n\nuint16_t getWidgetBackgroundColor(const WidgetCursor& widgetCursor, const Style* style);\n\n}\n}\n}\n} // namespace eez::psu::ui::data\n"
  },
  {
    "path": "eez_psu_sketch/gui_document.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see http://www.gnu.org/licenses.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"lcd.h\"\n#include \"gui_document.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n// FONT DEFINITIONS\n\nconst uint8_t font_data_small[3628] = {\n    0x14, 0x05, 0x20, 0x96, 0x00, 0xF2, 0x00, 0xF7, 0x01, 0x0B, 0x01, 0x15, 0x01, 0x29, 0x01, 0x41,\n    0x01, 0x73, 0x01, 0x96, 0x01, 0xA0, 0x01, 0xB7, 0x01, 0xCE, 0x01, 0xDA, 0x01, 0xE7, 0x01, 0xF1,\n    0x01, 0xF8, 0x02, 0x00, 0x02, 0x14, 0x02, 0x28, 0x02, 0x3C, 0x02, 0x50, 0x02, 0x64, 0x02, 0x78,\n    0x02, 0x8C, 0x02, 0xA0, 0x02, 0xB4, 0x02, 0xC8, 0x02, 0xDC, 0x02, 0xE9, 0x02, 0xFA, 0x03, 0x09,\n    0x03, 0x13, 0x03, 0x22, 0x03, 0x36, 0x03, 0x5F, 0x03, 0x82, 0x03, 0xA5, 0x03, 0xB9, 0x03, 0xDC,\n    0x03, 0xF0, 0x04, 0x04, 0x04, 0x27, 0x04, 0x4A, 0x04, 0x5E, 0x04, 0x72, 0x04, 0x95, 0x04, 0xA9,\n    0x04, 0xCC, 0x04, 0xE0, 0x05, 0x03, 0x05, 0x26, 0x05, 0x4F, 0x05, 0x72, 0x05, 0x86, 0x05, 0x9A,\n    0x05, 0xBD, 0x05, 0xE0, 0x06, 0x03, 0x06, 0x26, 0x06, 0x49, 0x06, 0x5D, 0x06, 0x74, 0x06, 0x88,\n    0x06, 0x9F, 0x06, 0xAA, 0x06, 0xB1, 0x06, 0xEF, 0x06, 0xFF, 0x07, 0x13, 0x07, 0x23, 0x07, 0x37,\n    0x07, 0x47, 0x07, 0x5B, 0x07, 0x7C, 0x07, 0x90, 0x07, 0xA4, 0x07, 0xBB, 0x07, 0xCF, 0x07, 0xE3,\n    0x07, 0xFE, 0x08, 0x0E, 0x08, 0x1E, 0x08, 0x31, 0x08, 0x44, 0x08, 0x54, 0x08, 0x64, 0x08, 0x77,\n    0x08, 0x87, 0x08, 0x97, 0x08, 0xB2, 0x08, 0xC2, 0x08, 0xD5, 0x08, 0xE5, 0x08, 0xFC, 0x09, 0x13,\n    0x09, 0x2A, 0x09, 0x4F, 0x09, 0x74, 0x09, 0xB2, 0x09, 0xEA, 0x0A, 0x28, 0x0A, 0x66, 0x0A, 0x98,\n    0x0A, 0xBE, 0x0A, 0xE3, 0x0B, 0x21, 0x0B, 0x5F, 0x0B, 0x8A, 0x0B, 0xC2, 0x0C, 0x03, 0x0C, 0x41,\n    0x0C, 0x7F, 0x0C, 0xBD, 0x0C, 0xE8, 0x0D, 0x13, 0x0D, 0x33, 0x0D, 0x47, 0x0D, 0x85, 0x0D, 0xB0,\n    0x0D, 0xEE, 0x05, 0x00, 0x00, 0x00, 0x00, 0x04, 0x02, 0x0F, 0x01, 0x00, 0xC0, 0xC0, 0xC0, 0xC0,\n    0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0x40, 0x40, 0x40, 0x00, 0xC0, 0xC0, 0x07, 0x06, 0x05, 0x01, 0x0A,\n    0xDC, 0xD8, 0xD8, 0xD8, 0xD8, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x33, 0x37, 0x36, 0x76, 0xFF, 0xFF,\n    0x66, 0x66, 0xFF, 0xFF, 0xEC, 0xCC, 0xCC, 0xCC, 0xCC, 0x09, 0x08, 0x13, 0x01, 0xFE, 0x10, 0x10,\n    0x7C, 0xFE, 0xC6, 0xC6, 0xE0, 0xF0, 0x78, 0x3C, 0x1E, 0x0E, 0x47, 0xC7, 0xE7, 0xFE, 0x7C, 0x10,\n    0x10, 0x12, 0x11, 0x0F, 0x01, 0x00, 0x78, 0x60, 0x00, 0xFC, 0x60, 0x00, 0xCC, 0x60, 0x00, 0xCC,\n    0xC0, 0x00, 0xCC, 0xC0, 0x00, 0xCC, 0xC0, 0x00, 0xCC, 0x80, 0x00, 0xFD, 0x9E, 0x00, 0x79, 0xBF,\n    0x00, 0x01, 0xB3, 0x80, 0x03, 0x33, 0x80, 0x03, 0x33, 0x80, 0x03, 0x33, 0x80, 0x02, 0x3F, 0x00,\n    0x06, 0x1E, 0x00, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0x3C, 0x00, 0x7E, 0x00, 0x66, 0x00, 0x66, 0x00,\n    0x66, 0x00, 0x6C, 0x00, 0x38, 0x00, 0x30, 0x00, 0x79, 0x80, 0xFD, 0x80, 0xCD, 0x80, 0xC7, 0x00,\n    0xC7, 0x00, 0xFF, 0x80, 0x79, 0x80, 0x06, 0x02, 0x05, 0x01, 0x0A, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0,\n    0x06, 0x04, 0x12, 0x01, 0xFE, 0x10, 0x70, 0x60, 0x60, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0x60, 0x60, 0x70, 0x10, 0x06, 0x04, 0x12, 0x01, 0xFE, 0xC0, 0xE0, 0x60, 0x60,\n    0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x60, 0x60, 0xE0, 0xC0, 0x08, 0x06,\n    0x07, 0x01, 0x08, 0x30, 0xB4, 0xFC, 0x78, 0x78, 0x6C, 0x28, 0x08, 0x08, 0x08, 0x00, 0x04, 0x18,\n    0x18, 0x18, 0xFF, 0xFF, 0x18, 0x18, 0x18, 0x04, 0x02, 0x05, 0x01, 0xFE, 0xC0, 0xC0, 0x40, 0xC0,\n    0x80, 0x07, 0x05, 0x02, 0x01, 0x05, 0xF8, 0xF8, 0x04, 0x02, 0x03, 0x01, 0x00, 0xC0, 0xC0, 0xC0,\n    0x08, 0x06, 0x0F, 0x01, 0x00, 0x0C, 0x08, 0x18, 0x18, 0x18, 0x30, 0x30, 0x30, 0x20, 0x60, 0x60,\n    0x60, 0xC0, 0xC0, 0xC0, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x3C, 0x7E, 0xE7, 0xE7, 0xE7, 0xE7, 0xE7,\n    0xE7, 0xE7, 0xE7, 0xE7, 0xE7, 0xE7, 0x7E, 0x3C, 0x0A, 0x06, 0x0F, 0x01, 0x00, 0x1C, 0x7C, 0x7C,\n    0x9C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x0A, 0x08, 0x0F, 0x01,\n    0x00, 0x3C, 0x7E, 0xE7, 0xE7, 0xE7, 0x07, 0x0E, 0x0E, 0x1C, 0x38, 0x38, 0x70, 0xE0, 0xFF, 0xFF,\n    0x09, 0x08, 0x0F, 0x01, 0x00, 0x3C, 0xFE, 0xE7, 0xC7, 0x07, 0x06, 0x1C, 0x1E, 0x06, 0x07, 0xC7,\n    0xC7, 0xE7, 0xFE, 0x3C, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x1E, 0x1E, 0x3E, 0x3E, 0x3E, 0x6E, 0x6E,\n    0xEE, 0xCE, 0xFF, 0xFF, 0x0E, 0x0E, 0x0E, 0x0E, 0x09, 0x08, 0x0F, 0x01, 0x00, 0xFE, 0xFE, 0xE0,\n    0xC0, 0xC0, 0xDC, 0xFE, 0xE7, 0x07, 0x07, 0x07, 0xE7, 0xE6, 0x7E, 0x3C, 0x0A, 0x08, 0x0F, 0x01,\n    0x00, 0x3C, 0x7E, 0xE7, 0xE7, 0xE0, 0xFC, 0xFE, 0xE7, 0xE7, 0xE7, 0xE7, 0xE7, 0xE7, 0x7E, 0x3C,\n    0x08, 0x06, 0x0F, 0x01, 0x00, 0xFC, 0xFC, 0x0C, 0x1C, 0x1C, 0x18, 0x18, 0x18, 0x38, 0x38, 0x30,\n    0x30, 0x70, 0x70, 0x60, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x3C, 0x7E, 0xE6, 0xE7, 0xE6, 0xE6, 0x7C,\n    0x7E, 0xE6, 0xC7, 0xC7, 0xC7, 0xE7, 0xFE, 0x3C, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x3C, 0x7E, 0xE6,\n    0xC7, 0xC7, 0xC7, 0xE7, 0xFF, 0x3F, 0x07, 0x07, 0xC7, 0xE6, 0x7E, 0x3C, 0x04, 0x03, 0x08, 0x01,\n    0x02, 0xE0, 0xE0, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xE0, 0x05, 0x03, 0x0C, 0x01, 0xFE, 0xE0, 0xE0,\n    0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xE0, 0x60, 0xC0, 0x07, 0x05, 0x0A, 0x01, 0x02, 0x08,\n    0x18, 0x78, 0xE0, 0xC0, 0xC0, 0xF0, 0x38, 0x18, 0x08, 0x08, 0x06, 0x05, 0x01, 0x05, 0xFC, 0xFC,\n    0x00, 0xFC, 0xFC, 0x07, 0x06, 0x0A, 0x01, 0x02, 0x80, 0xE0, 0xF0, 0x38, 0x1C, 0x1C, 0x78, 0xF0,\n    0xC0, 0x80, 0x09, 0x08, 0x0F, 0x01, 0x00, 0x7C, 0xFE, 0xC6, 0xC7, 0x06, 0x0E, 0x0E, 0x1C, 0x38,\n    0x30, 0x30, 0x00, 0x30, 0x30, 0x30, 0x12, 0x10, 0x12, 0x01, 0xFD, 0x03, 0xF0, 0x0F, 0xFC, 0x1C,\n    0x0E, 0x30, 0x06, 0x71, 0xF3, 0x63, 0xF3, 0x67, 0x33, 0xC6, 0x73, 0xCE, 0x63, 0xCE, 0x63, 0xCE,\n    0x63, 0xCE, 0xE6, 0xE7, 0xFC, 0x63, 0x38, 0x70, 0x00, 0x38, 0x00, 0x1F, 0xF0, 0x07, 0xF0, 0x0A,\n    0x0A, 0x0F, 0x00, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x3F, 0x00,\n    0x37, 0x00, 0x33, 0x00, 0x33, 0x00, 0x33, 0x00, 0x7F, 0x80, 0x7F, 0x80, 0x63, 0x80, 0x61, 0x80,\n    0xE1, 0xC0, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xE3, 0x00, 0xE3, 0x00, 0xE3,\n    0x00, 0xE3, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xFF, 0x00, 0xFE, 0x00, 0x0A, 0x08, 0x0F, 0x01, 0x00, 0x3E, 0x7F, 0xE3, 0xE3, 0xE3, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE3, 0xE3, 0xE3, 0xE3, 0x7F, 0x3E, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0xFE, 0x00,\n    0xFF, 0x00, 0xE3, 0x00, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80,\n    0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE7, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0x08, 0x07, 0x0F, 0x01,\n    0x00, 0xFE, 0xFE, 0xE0, 0xE0, 0xE0, 0xE0, 0xFC, 0xFC, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xFE, 0xFE,\n    0x08, 0x06, 0x0F, 0x01, 0x00, 0xFC, 0xFC, 0xE0, 0xE0, 0xE0, 0xE0, 0xFC, 0xFC, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0x3E, 0x00, 0x7F, 0x00, 0xE3, 0x00, 0xE3,\n    0x80, 0xE3, 0x80, 0xE0, 0x00, 0xE0, 0x00, 0xEF, 0x80, 0xEF, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xE3, 0x80, 0x7F, 0x80, 0x3D, 0x80, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0xE3, 0x80, 0xE3, 0x80,\n    0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xE3, 0x80, 0xE3, 0x80,\n    0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0x05, 0x03, 0x0F, 0x01, 0x00, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0x06, 0x05,\n    0x0F, 0x00, 0x00, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38,\n    0xF8, 0xF0, 0x0A, 0x09, 0x0F, 0x01, 0x00, 0xE3, 0x80, 0xE7, 0x00, 0xE7, 0x00, 0xEE, 0x00, 0xEE,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xEC, 0x00, 0xEE, 0x00, 0xEE, 0x00, 0xE7, 0x00, 0xE7,\n    0x00, 0xE3, 0x00, 0xE3, 0x80, 0x08, 0x07, 0x0F, 0x01, 0x00, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xFE, 0xFE, 0x0D, 0x0B, 0x0F, 0x01, 0x00, 0xE0, 0xE0,\n    0xF1, 0xE0, 0xF1, 0xE0, 0xF1, 0xE0, 0xF1, 0xE0, 0xD1, 0x60, 0xDB, 0x60, 0xDB, 0x60, 0xDB, 0x60,\n    0xDA, 0x60, 0xCE, 0x60, 0xCE, 0x60, 0xCE, 0x60, 0xCE, 0x60, 0xC4, 0x60, 0x0A, 0x08, 0x0F, 0x01,\n    0x00, 0xC3, 0xE3, 0xE3, 0xF3, 0xF3, 0xFB, 0xFB, 0xFB, 0xEF, 0xEF, 0xEF, 0xE7, 0xE7, 0xE3, 0xE3,\n    0x0B, 0x09, 0x0F, 0x01, 0x00, 0x3E, 0x00, 0x7F, 0x00, 0xE3, 0x00, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x00, 0x7F,\n    0x00, 0x3E, 0x00, 0x0A, 0x09, 0x0F, 0x01, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xE3, 0x00, 0xE3, 0x00,\n    0xE3, 0x80, 0xE3, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xE0, 0x00, 0xE0, 0x00, 0xE0, 0x00, 0xE0, 0x00,\n    0xE0, 0x00, 0xE0, 0x00, 0xE0, 0x00, 0x0B, 0x09, 0x12, 0x01, 0xFD, 0x3E, 0x00, 0x7F, 0x00, 0xE3,\n    0x00, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xE3, 0x80, 0xE3, 0x00, 0x7F, 0x00, 0x3E, 0x00, 0x07, 0x00, 0x03, 0x00, 0x01, 0x00, 0x0B,\n    0x09, 0x0F, 0x01, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xE3, 0x00, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x00,\n    0xFF, 0x00, 0xFE, 0x00, 0xEE, 0x00, 0xE6, 0x00, 0xE7, 0x00, 0xE7, 0x00, 0xE7, 0x00, 0xE3, 0x00,\n    0xE3, 0x80, 0x09, 0x08, 0x0F, 0x01, 0x00, 0x7C, 0xFE, 0xE6, 0xC7, 0xE0, 0xF0, 0x78, 0x3C, 0x1E,\n    0x0F, 0x47, 0xC7, 0xE7, 0x7E, 0x3C, 0x08, 0x08, 0x0F, 0x00, 0x00, 0xFF, 0xFF, 0x18, 0x18, 0x18,\n    0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x0B, 0x09, 0x0F, 0x01, 0x00, 0xE3,\n    0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3, 0x00, 0x7F, 0x00, 0x3E, 0x00, 0x0A, 0x09, 0x0F,\n    0x00, 0x00, 0xE1, 0x80, 0x61, 0x80, 0x63, 0x80, 0x73, 0x80, 0x73, 0x00, 0x33, 0x00, 0x33, 0x00,\n    0x37, 0x00, 0x3F, 0x00, 0x3E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1C, 0x00,\n    0x0E, 0x0C, 0x0F, 0x01, 0x00, 0xC6, 0x30, 0xC6, 0x30, 0xCE, 0x70, 0xCE, 0x70, 0xEF, 0x60, 0xEF,\n    0x60, 0x6F, 0x60, 0x6B, 0x60, 0x7B, 0x60, 0x79, 0xE0, 0x79, 0xC0, 0x79, 0xC0, 0x79, 0xC0, 0x31,\n    0xC0, 0x31, 0xC0, 0x09, 0x09, 0x0F, 0x00, 0x00, 0xE3, 0x80, 0x73, 0x00, 0x73, 0x00, 0x37, 0x00,\n    0x3E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x36, 0x00, 0x37, 0x00,\n    0x73, 0x00, 0x63, 0x80, 0xE3, 0x80, 0x09, 0x09, 0x0F, 0x00, 0x00, 0xE3, 0x80, 0x63, 0x80, 0x73,\n    0x00, 0x77, 0x00, 0x37, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C,\n    0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x08, 0x07, 0x0F, 0x01, 0x00, 0xFE, 0xFE,\n    0x0C, 0x1C, 0x18, 0x38, 0x38, 0x30, 0x70, 0x70, 0x60, 0xE0, 0xE0, 0xFE, 0xFE, 0x07, 0x05, 0x12,\n    0x01, 0xFE, 0xF8, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0,\n    0xC0, 0xC0, 0xC0, 0xF8, 0x08, 0x06, 0x0F, 0x01, 0x00, 0xC0, 0xC0, 0xC0, 0x60, 0x60, 0x60, 0x20,\n    0x30, 0x30, 0x30, 0x18, 0x18, 0x18, 0x08, 0x0C, 0x06, 0x05, 0x12, 0x00, 0xFE, 0xF8, 0x18, 0x18,\n    0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0xF8, 0x09,\n    0x07, 0x06, 0x01, 0x09, 0x38, 0x38, 0x6C, 0x6C, 0xEE, 0xC6, 0x07, 0x07, 0x02, 0x00, 0xFD, 0xFE,\n    0xFE, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x7F, 0xFF, 0xC0, 0xFF, 0xFF, 0xE0, 0xF8, 0x7F, 0xE0, 0xF8,\n    0x7F, 0xE0, 0xC3, 0x00, 0x60, 0xF8, 0x7F, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xC3,\n    0xE0, 0xE0, 0x13, 0xE0, 0xE0, 0x18, 0xE0, 0xFF, 0xC3, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0,\n    0xC1, 0xCC, 0x60, 0xC1, 0xCC, 0x60, 0xE1, 0xCC, 0xE0, 0xFF, 0xFF, 0xE0, 0x7F, 0xFF, 0xC0, 0x09,\n    0x07, 0x0B, 0x01, 0x00, 0x78, 0xFC, 0xCE, 0xCE, 0x1E, 0x7E, 0xEE, 0xCE, 0xCE, 0xFE, 0x7E, 0x09,\n    0x07, 0x0F, 0x01, 0x00, 0xE0, 0xE0, 0xE0, 0xE0, 0xFC, 0xFE, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6,\n    0xE6, 0xFE, 0xFC, 0x08, 0x07, 0x0B, 0x01, 0x00, 0x78, 0xFC, 0xCE, 0xCE, 0xC0, 0xC0, 0xC0, 0xCE,\n    0xCE, 0xFC, 0x78, 0x09, 0x07, 0x0F, 0x01, 0x00, 0x0E, 0x0E, 0x0E, 0x0E, 0x7E, 0xFE, 0xEE, 0xCE,\n    0xCE, 0xCE, 0xCE, 0xCE, 0xEE, 0xFE, 0x7E, 0x08, 0x07, 0x0B, 0x01, 0x00, 0x78, 0xFC, 0xCE, 0xCE,\n    0xFE, 0xFE, 0xC0, 0xCE, 0xCE, 0xFC, 0x78, 0x06, 0x06, 0x0F, 0x00, 0x00, 0x3C, 0x3C, 0x30, 0x30,\n    0xFC, 0xFC, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x09, 0x09, 0x0E, 0x00, 0xFD,\n    0x3D, 0x80, 0x7F, 0x00, 0x66, 0x00, 0x67, 0x00, 0x67, 0x00, 0x66, 0x00, 0x3E, 0x00, 0x7C, 0x00,\n    0x60, 0x00, 0x7F, 0x00, 0x67, 0x00, 0x63, 0x00, 0xFF, 0x00, 0x7E, 0x00, 0x09, 0x07, 0x0F, 0x01,\n    0x00, 0xE0, 0xE0, 0xE0, 0xE0, 0xEE, 0xFE, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6,\n    0x05, 0x03, 0x0F, 0x01, 0x00, 0xE0, 0xE0, 0x00, 0x00, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0x05, 0x04, 0x12, 0x00, 0xFD, 0x70, 0x70, 0x00, 0x00, 0x70, 0x70, 0x70,\n    0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0xF0, 0xE0, 0x09, 0x08, 0x0F, 0x01, 0x00,\n    0xE0, 0xE0, 0xE0, 0xE0, 0xE7, 0xEE, 0xEE, 0xFC, 0xFC, 0xFC, 0xEC, 0xEE, 0xEE, 0xE7, 0xE7, 0x05,\n    0x03, 0x0F, 0x01, 0x00, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0x0E, 0x0C, 0x0B, 0x01, 0x00, 0xDC, 0xE0, 0xFF, 0xF0, 0xC6, 0x70, 0xC6, 0x70,\n    0xC6, 0x70, 0xC6, 0x70, 0xC6, 0x70, 0xC6, 0x70, 0xC6, 0x70, 0xC6, 0x70, 0xC6, 0x70, 0x09, 0x07,\n    0x0B, 0x01, 0x00, 0xFE, 0xFE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0x09, 0x07,\n    0x0B, 0x01, 0x00, 0x78, 0xFC, 0xCE, 0xCE, 0xCE, 0xCE, 0xCE, 0xCE, 0xCE, 0xFC, 0x78, 0x09, 0x07,\n    0x0E, 0x01, 0xFD, 0xFC, 0xFE, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xE6, 0xFE, 0xFC, 0xE0, 0xE0,\n    0xE0, 0x09, 0x07, 0x0E, 0x01, 0xFD, 0x7E, 0xFE, 0xEE, 0xCE, 0xCE, 0xCE, 0xCE, 0xCE, 0xEE, 0xFE,\n    0x7E, 0x0E, 0x0E, 0x0E, 0x07, 0x05, 0x0B, 0x01, 0x00, 0xF8, 0xF8, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0x08, 0x07, 0x0B, 0x00, 0x00, 0x3C, 0x7C, 0x66, 0x60, 0x78, 0x3C, 0x1E,\n    0x2E, 0xE6, 0x7E, 0x3C, 0x06, 0x06, 0x0E, 0x00, 0x00, 0x70, 0x70, 0x70, 0xFC, 0xFC, 0x70, 0x70,\n    0x70, 0x70, 0x70, 0x70, 0x70, 0x3C, 0x3C, 0x09, 0x07, 0x0B, 0x01, 0x00, 0xEE, 0xEE, 0xEE, 0xEE,\n    0xEE, 0xEE, 0xEE, 0xEE, 0xEE, 0xFE, 0xEE, 0x08, 0x07, 0x0B, 0x00, 0x00, 0xE6, 0x66, 0x66, 0x6E,\n    0x6E, 0x7C, 0x3C, 0x3C, 0x3C, 0x3C, 0x38, 0x0B, 0x0B, 0x0B, 0x00, 0x00, 0xE6, 0x60, 0x6E, 0x60,\n    0x6E, 0xC0, 0x6E, 0xC0, 0x6E, 0xC0, 0x6A, 0xC0, 0x6B, 0xC0, 0x3B, 0xC0, 0x3B, 0x80, 0x39, 0x80,\n    0x31, 0x80, 0x08, 0x08, 0x0B, 0x00, 0x00, 0xE7, 0x66, 0x7E, 0x3C, 0x3C, 0x38, 0x3C, 0x3C, 0x6E,\n    0x66, 0xE7, 0x08, 0x08, 0x0E, 0x00, 0xFD, 0xE7, 0xE6, 0x66, 0x66, 0x7E, 0x3E, 0x3C, 0x3C, 0x3C,\n    0x1C, 0x18, 0x18, 0x78, 0x70, 0x07, 0x06, 0x0B, 0x01, 0x00, 0xFC, 0xF8, 0x18, 0x38, 0x30, 0x70,\n    0x60, 0xE0, 0xE0, 0xFC, 0xFC, 0x06, 0x05, 0x12, 0x01, 0xFE, 0x38, 0x78, 0x70, 0x70, 0x70, 0x70,\n    0x60, 0xE0, 0xE0, 0x60, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x78, 0x38, 0x05, 0x03, 0x12, 0x01,\n    0xFD, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0x07, 0x05, 0x12, 0x01, 0xFE, 0xE0, 0xF0, 0x70, 0x70, 0x70, 0x70, 0x70, 0x38,\n    0x38, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0xF0, 0xE0, 0x13, 0x10, 0x10, 0x01, 0x00, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF3, 0xFF, 0xE3, 0xFF, 0xC7, 0xFF, 0x8F, 0xE7, 0x1F, 0xE2,\n    0x3F, 0xE0, 0x3F, 0xF0, 0x7F, 0xFC, 0x7F, 0xFC, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0x13,\n    0x10, 0x10, 0x01, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xF7, 0xF7, 0xE3, 0xE3, 0xE1, 0xC3, 0xF0, 0x87,\n    0xF8, 0x0F, 0xFC, 0x1F, 0xFC, 0x1F, 0xF8, 0x0F, 0xF0, 0x87, 0xE1, 0xC3, 0xE3, 0xE3, 0xF7, 0xF7,\n    0xFF, 0xFF, 0x7F, 0xFF, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x03, 0xF8, 0x00, 0x0F, 0xFE, 0x00, 0x1F,\n    0x9F, 0x00, 0x3F, 0x0F, 0x80, 0x7F, 0x0F, 0xC0, 0x7F, 0x9F, 0xC0, 0xFF, 0xFF, 0xE0, 0xFE, 0x1F,\n    0xE0, 0xFE, 0x3F, 0xE0, 0xFE, 0x3F, 0xE0, 0xFC, 0x3F, 0xE0, 0xFC, 0x7F, 0xE0, 0xFC, 0x7F, 0xE0,\n    0x7C, 0x6F, 0xC0, 0x7C, 0x0F, 0xC0, 0x3C, 0x3F, 0x80, 0x1E, 0x7F, 0x00, 0x0F, 0xFE, 0x00, 0x03,\n    0xF8, 0x00, 0x13, 0x13, 0x11, 0x00, 0xFF, 0x00, 0x40, 0x00, 0x00, 0xE0, 0x00, 0x00, 0xE0, 0x00,\n    0x01, 0xF0, 0x00, 0x03, 0xF8, 0x00, 0x03, 0x18, 0x00, 0x07, 0x1C, 0x00, 0x07, 0x1C, 0x00, 0x0F,\n    0x1E, 0x00, 0x1F, 0x1F, 0x00, 0x1F, 0xBF, 0x00, 0x3F, 0xFF, 0x80, 0x3F, 0xBF, 0x80, 0x7F, 0x1F,\n    0xC0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x03,\n    0xF8, 0x00, 0x0F, 0xFE, 0x00, 0x1F, 0x1F, 0x00, 0x3C, 0x07, 0x80, 0x70, 0xE1, 0xC0, 0x71, 0xF1,\n    0xC0, 0xE1, 0xF0, 0xE0, 0xE0, 0xE0, 0xE0, 0xC0, 0xE0, 0x60, 0xC0, 0xE0, 0x60, 0xC0, 0xE0, 0x60,\n    0xE0, 0x40, 0xE0, 0xE0, 0x00, 0xE0, 0x70, 0x41, 0xC0, 0x70, 0xE1, 0xC0, 0x3C, 0x07, 0x80, 0x1F,\n    0x1F, 0x00, 0x0F, 0xFE, 0x00, 0x03, 0xF8, 0x00, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x7F, 0xFF, 0x00,\n    0x40, 0x01, 0x80, 0x67, 0xFD, 0x80, 0xF7, 0xFD, 0x80, 0xE0, 0x01, 0x80, 0x47, 0xFD, 0x80, 0xE0,\n    0x01, 0x80, 0xF7, 0xFD, 0x80, 0x40, 0x01, 0x80, 0x47, 0xE1, 0x80, 0xF7, 0xF0, 0x00, 0xE0, 0x0F,\n    0x80, 0x47, 0x9D, 0xC0, 0xE0, 0x1D, 0xE0, 0xF7, 0x9C, 0x20, 0x40, 0x1F, 0xE0, 0x60, 0x1F, 0xE0,\n    0x3F, 0xEF, 0xC0, 0x00, 0x07, 0x80, 0x12, 0x12, 0x0F, 0x00, 0x01, 0x7F, 0xFC, 0x00, 0xC0, 0x03,\n    0x80, 0x80, 0x07, 0xC0, 0x80, 0x0F, 0x80, 0x80, 0x1F, 0x00, 0x8C, 0x3E, 0x00, 0x9E, 0x7C, 0x00,\n    0x9F, 0xF8, 0x00, 0x8F, 0xF2, 0x00, 0x87, 0xE2, 0x00, 0x83, 0xC2, 0x00, 0x81, 0x82, 0x00, 0x80,\n    0x02, 0x00, 0xC0, 0x06, 0x00, 0x7F, 0xFC, 0x00, 0x13, 0x11, 0x0B, 0x01, 0x01, 0x27, 0xFF, 0x00,\n    0x73, 0xFF, 0x00, 0xF8, 0x07, 0x00, 0xFC, 0x07, 0x00, 0x70, 0x07, 0x00, 0x70, 0x07, 0x00, 0x70,\n    0x07, 0x00, 0x70, 0x1F, 0x80, 0x70, 0x0F, 0x80, 0x7F, 0xE7, 0x00, 0x7F, 0xF2, 0x00, 0x13, 0x10,\n    0x10, 0x01, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF3, 0xFF, 0xE3, 0xFF, 0xC7, 0xFF,\n    0x8F, 0xE7, 0x1F, 0xE2, 0x3F, 0xE0, 0x3F, 0xF0, 0x7F, 0xFC, 0x7F, 0xFC, 0xFF, 0xFE, 0xFF, 0xFF,\n    0xFF, 0x7F, 0xFF, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x03, 0xF8, 0x00, 0x0F, 0xFE, 0x00, 0x1F, 0x1F,\n    0x00, 0x3F, 0x1F, 0x80, 0x71, 0x11, 0xC0, 0x70, 0x01, 0xC0, 0xF0, 0x01, 0xE0, 0xF8, 0x0B, 0xE0,\n    0xC0, 0x18, 0x60, 0xC0, 0x10, 0x60, 0xC0, 0x30, 0x60, 0xF8, 0x33, 0xE0, 0xF0, 0x61, 0xE0, 0x73,\n    0xF9, 0xC0, 0x7F, 0xBF, 0xC0, 0x3F, 0x1F, 0x80, 0x1F, 0xBF, 0x00, 0x0F, 0xFE, 0x00, 0x03, 0xF8,\n    0x00, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x7F, 0xFF, 0xC0, 0xDF, 0xFF, 0x60, 0x8F, 0x1E, 0x20, 0xDC,\n    0x07, 0x60, 0xF2, 0x09, 0xE0, 0xF6, 0x1D, 0xE0, 0xEE, 0x1E, 0xE0, 0xE7, 0xF0, 0xE0, 0xC1, 0xF0,\n    0x60, 0xC1, 0xF0, 0x60, 0xC1, 0xF0, 0x60, 0xE1, 0xFC, 0xE0, 0xEF, 0x0E, 0xE0, 0xF7, 0x0D, 0xE0,\n    0xF2, 0x09, 0xE0, 0xDC, 0x07, 0x60, 0x8F, 0x1E, 0x20, 0xDF, 0xFF, 0x60, 0x7F, 0xFF, 0xC0, 0x13,\n    0x0B, 0x13, 0x04, 0xFE, 0x0E, 0x00, 0x1F, 0x00, 0x3B, 0x80, 0x31, 0x80, 0x31, 0x80, 0x31, 0x80,\n    0x31, 0x80, 0x31, 0x80, 0x31, 0x80, 0x71, 0xC0, 0xE0, 0xE0, 0xC0, 0x60, 0xC0, 0x60, 0xC0, 0x60,\n    0xC0, 0x60, 0xE0, 0xE0, 0x7B, 0xC0, 0x3F, 0x80, 0x1F, 0x00, 0x12, 0x12, 0x11, 0x00, 0xFE, 0x3E,\n    0x00, 0x00, 0x7F, 0x00, 0x00, 0x63, 0x80, 0x00, 0xC1, 0xC0, 0x00, 0xC0, 0xC0, 0x00, 0xE3, 0xC0,\n    0x00, 0x73, 0xC0, 0x00, 0x3F, 0xDC, 0x00, 0x1F, 0xFE, 0x00, 0x04, 0x77, 0x00, 0x00, 0xF3, 0x80,\n    0x00, 0xD1, 0xC0, 0x00, 0xC0, 0xC0, 0x00, 0xE1, 0xC0, 0x00, 0x73, 0x80, 0x00, 0x3F, 0x00, 0x00,\n    0x1E, 0x00, 0x13, 0x11, 0x14, 0x00, 0xFD, 0x00, 0x60, 0x00, 0x01, 0xF0, 0x00, 0x07, 0x1C, 0x00,\n    0x0D, 0x12, 0x00, 0x09, 0x22, 0x00, 0x09, 0x23, 0x80, 0x09, 0x24, 0x80, 0x09, 0x24, 0x80, 0x09,\n    0x24, 0x80, 0x78, 0x00, 0x80, 0xC8, 0x00, 0x80, 0x88, 0x00, 0x80, 0xC0, 0x00, 0x80, 0x40, 0x00,\n    0x80, 0x20, 0x00, 0x80, 0x30, 0x00, 0x80, 0x18, 0x00, 0x80, 0x08, 0x01, 0x80, 0x0F, 0xFF, 0x00,\n    0x03, 0xFF, 0x00, 0x13, 0x11, 0x13, 0x01, 0x00, 0x03, 0xE0, 0x00, 0x07, 0xF0, 0x00, 0x0F, 0x78,\n    0x00, 0x1C, 0x1C, 0x00, 0x18, 0x0C, 0x00, 0x18, 0x0C, 0x00, 0x18, 0x0C, 0x00, 0x18, 0x0C, 0x00,\n    0x7F, 0xFF, 0x00, 0xFF, 0xFF, 0x80, 0xFE, 0x3F, 0x80, 0xFC, 0x1F, 0x80, 0xFC, 0x1F, 0x80, 0xFE,\n    0x3F, 0x80, 0xFE, 0x3F, 0x80, 0xFE, 0x3F, 0x80, 0xFE, 0x3F, 0x80, 0xFC, 0x1F, 0x80, 0xFF, 0xFF,\n    0x80, 0x13, 0x13, 0x13, 0x00, 0xFE, 0x03, 0xF8, 0x00, 0x0E, 0x0E, 0x00, 0x18, 0x03, 0x00, 0x30,\n    0x01, 0x80, 0x60, 0x00, 0xC0, 0x40, 0x00, 0x40, 0xC0, 0x00, 0x60, 0x80, 0x00, 0x20, 0x80, 0x00,\n    0x20, 0x80, 0x00, 0x20, 0x80, 0x00, 0x20, 0x80, 0x00, 0x20, 0xC0, 0x00, 0x60, 0x40, 0x00, 0x40,\n    0x60, 0x00, 0xC0, 0x30, 0x01, 0x80, 0x18, 0x03, 0x00, 0x0E, 0x0E, 0x00, 0x03, 0xF8, 0x00, 0x13,\n    0x13, 0x13, 0x00, 0xFE, 0x03, 0xF8, 0x00, 0x0E, 0x0E, 0x00, 0x18, 0x03, 0x00, 0x30, 0x01, 0x80,\n    0x60, 0x00, 0xC0, 0x41, 0xF0, 0x40, 0xC3, 0xF8, 0x60, 0x87, 0xFC, 0x20, 0x87, 0xFC, 0x20, 0x87,\n    0xFC, 0x20, 0x87, 0xFC, 0x20, 0x87, 0xFC, 0x20, 0xC3, 0xF8, 0x60, 0x41, 0xF0, 0x40, 0x60, 0x00,\n    0xC0, 0x30, 0x01, 0x80, 0x18, 0x03, 0x00, 0x0E, 0x0E, 0x00, 0x03, 0xF8, 0x00, 0x13, 0x0B, 0x13,\n    0x04, 0xFE, 0x00, 0xC0, 0x01, 0xE0, 0x03, 0xE0, 0x07, 0xE0, 0x0F, 0xC0, 0x1F, 0x80, 0x3F, 0x00,\n    0x7E, 0x00, 0xFC, 0x00, 0xF8, 0x00, 0xFC, 0x00, 0x7E, 0x00, 0x3F, 0x00, 0x1F, 0x80, 0x0F, 0xC0,\n    0x07, 0xE0, 0x03, 0xE0, 0x01, 0xE0, 0x00, 0xC0, 0x13, 0x0B, 0x13, 0x04, 0xFE, 0x60, 0x00, 0xF0,\n    0x00, 0xF8, 0x00, 0xFC, 0x00, 0x7E, 0x00, 0x3F, 0x00, 0x1F, 0x80, 0x0F, 0xC0, 0x07, 0xE0, 0x03,\n    0xE0, 0x07, 0xE0, 0x0F, 0xC0, 0x1F, 0x80, 0x3F, 0x00, 0x7E, 0x00, 0xFC, 0x00, 0xF8, 0x00, 0xF0,\n    0x00, 0x60, 0x00, 0x13, 0x13, 0x09, 0x00, 0x03, 0x3E, 0x0F, 0x80, 0x7F, 0x1F, 0xC0, 0xE3, 0xB8,\n    0xE0, 0xE1, 0xF0, 0xE0, 0xC0, 0xE0, 0x60, 0xE1, 0xF0, 0xE0, 0xE3, 0xB8, 0xE0, 0x7F, 0x1F, 0xC0,\n    0x3E, 0x0F, 0x80, 0x13, 0x13, 0x05, 0x00, 0x05, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF,\n    0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x16, 0x13, 0x13, 0x00, 0xFE, 0x00, 0x40, 0x00, 0x04,\n    0xE4, 0x00, 0x0E, 0xE2, 0x00, 0x06, 0xE0, 0x00, 0x27, 0xE0, 0x80, 0x7B, 0xE0, 0xC0, 0x3F, 0xE0,\n    0x80, 0x0C, 0x00, 0x00, 0x78, 0x00, 0x40, 0xF8, 0x00, 0x60, 0x78, 0x00, 0xC0, 0x08, 0x00, 0x00,\n    0x38, 0x01, 0x80, 0x78, 0x03, 0xC0, 0x26, 0x04, 0x80, 0x06, 0xEC, 0x00, 0x0E, 0xEE, 0x00, 0x04,\n    0xE4, 0x00, 0x00, 0x40, 0x00, 0x13, 0x0D, 0x13, 0x04, 0xFE, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00,\n    0x06, 0x00, 0x06, 0x00, 0x06, 0x78, 0x06, 0x78, 0xE6, 0x78, 0xE6, 0x20, 0xE6, 0x20, 0x46, 0x60,\n    0x47, 0x80, 0x66, 0x00, 0x3E, 0x00, 0x06, 0x00, 0x06, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00,\n    0x13, 0x13, 0x13, 0x00, 0xFE, 0x01, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x01, 0xF8,\n    0x00, 0x01, 0xF8, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x00,\n    0xFF, 0xFF, 0xE0, 0x08, 0x02, 0x00, 0x08, 0x02, 0x00, 0x08, 0x02, 0x00, 0x08, 0x02, 0x00, 0x3F,\n    0x1F, 0x80, 0x3F, 0x1F, 0x80, 0x3F, 0x1F, 0x80, 0x3F, 0x1F, 0x80, 0x3F, 0x1F, 0x80, 0x13, 0x13,\n    0x13, 0x00, 0xFE, 0x7F, 0xFF, 0xC0, 0x80, 0x00, 0x20, 0x00, 0x00, 0x00, 0x6C, 0x6C, 0xC0, 0x6C,\n    0x6C, 0xC0, 0x6C, 0x6C, 0xC0, 0x6E, 0x6C, 0xC0, 0x6E, 0x6C, 0xC0, 0x6F, 0x6C, 0xC0, 0x6D, 0x6F,\n    0xC0, 0x6D, 0xEF, 0xC0, 0x6C, 0xEC, 0xC0, 0x6C, 0xEC, 0xC0, 0x6C, 0x6C, 0xC0, 0x6C, 0x6C, 0xC0,\n    0x6C, 0x6C, 0xC0, 0x00, 0x00, 0x00, 0x80, 0x00, 0x20, 0x7F, 0xFF, 0xC0\n};\n\nconst uint8_t font_data_medium[5370] = {\n    0x23, 0x08, 0x20, 0x93, 0x00, 0xEC, 0x00, 0xF1, 0x01, 0x12, 0x01, 0x29, 0x01, 0x66, 0x01, 0xAF,\n    0x02, 0x24, 0x02, 0x61, 0x02, 0x6F, 0x02, 0x96, 0x02, 0xBD, 0x02, 0xDA, 0x02, 0xFB, 0x03, 0x0A,\n    0x03, 0x12, 0x03, 0x1C, 0x03, 0x59, 0x03, 0x96, 0x03, 0xD3, 0x04, 0x10, 0x04, 0x4D, 0x04, 0x8A,\n    0x04, 0xC7, 0x05, 0x04, 0x05, 0x41, 0x05, 0x7E, 0x05, 0xBB, 0x05, 0xD0, 0x05, 0xEB, 0x06, 0x14,\n    0x06, 0x2B, 0x06, 0x54, 0x06, 0x91, 0x07, 0x16, 0x07, 0x53, 0x07, 0x90, 0x07, 0xCD, 0x08, 0x0A,\n    0x08, 0x47, 0x08, 0x84, 0x08, 0xC1, 0x08, 0xFE, 0x09, 0x1F, 0x09, 0x5C, 0x09, 0x99, 0x09, 0xD6,\n    0x0A, 0x2F, 0x0A, 0x6C, 0x0A, 0xA9, 0x0A, 0xE6, 0x0B, 0x2D, 0x0B, 0x6A, 0x0B, 0xA7, 0x0B, 0xE4,\n    0x0C, 0x21, 0x0C, 0x5E, 0x0C, 0xB7, 0x0C, 0xF4, 0x0D, 0x31, 0x0D, 0x6E, 0x0D, 0x95, 0x0D, 0xD2,\n    0x0D, 0xF9, 0x0E, 0x14, 0x0E, 0x1F, 0x0E, 0x2B, 0x0E, 0x58, 0x0E, 0x95, 0x0E, 0xC2, 0x0E, 0xFF,\n    0x0F, 0x2C, 0x0F, 0x67, 0x0F, 0xA0, 0x0F, 0xDD, 0x0F, 0xFD, 0x10, 0x22, 0x10, 0x5F, 0x10, 0x80,\n    0x10, 0xC1, 0x10, 0xEE, 0x11, 0x1B, 0x11, 0x54, 0x11, 0x8D, 0x11, 0xBA, 0x11, 0xE7, 0x12, 0x20,\n    0x12, 0x4D, 0x12, 0x7A, 0x12, 0xBB, 0x12, 0xE8, 0x13, 0x1F, 0x13, 0x4C, 0x13, 0x95, 0x13, 0xBC,\n    0x14, 0x05, 0x14, 0x14, 0x14, 0x15, 0x14, 0x16, 0x14, 0x17, 0x14, 0x18, 0x14, 0x19, 0x14, 0x1A,\n    0x14, 0x1B, 0x14, 0x1C, 0x14, 0x1D, 0x14, 0x1E, 0x14, 0x1F, 0x14, 0x20, 0x14, 0x21, 0x14, 0x22,\n    0x14, 0x23, 0x14, 0x24, 0x14, 0x25, 0x14, 0x26, 0x14, 0x4F, 0x14, 0x50, 0x08, 0x00, 0x00, 0x00,\n    0x00, 0x08, 0x04, 0x1C, 0x02, 0x00, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xE0, 0xE0,\n    0xE0, 0xE0, 0xE0, 0xE0, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x00, 0x00, 0x00, 0xF0, 0xF0,\n    0xF0, 0xF0, 0x0C, 0x09, 0x09, 0x02, 0x13, 0xF3, 0x80, 0xF3, 0x80, 0xE3, 0x80, 0xE3, 0x80, 0xE3,\n    0x80, 0xE3, 0x00, 0xE3, 0x00, 0xE3, 0x00, 0xC3, 0x00, 0x11, 0x0F, 0x1C, 0x01, 0x00, 0x0F, 0x3C,\n    0x0F, 0x3C, 0x0F, 0x3C, 0x0E, 0x3C, 0x0E, 0x3C, 0x1E, 0x3C, 0x1E, 0x38, 0x1E, 0x38, 0xFF, 0xFE,\n    0xFF, 0xFE, 0xFF, 0xFE, 0x1C, 0x78, 0x3C, 0x78, 0x3C, 0x70, 0x3C, 0x70, 0xFF, 0xFE, 0xFF, 0xFE,\n    0xFF, 0xFE, 0x38, 0xF0, 0x38, 0xF0, 0x78, 0xF0, 0x78, 0xE0, 0x78, 0xE0, 0x79, 0xE0, 0x79, 0xE0,\n    0x79, 0xE0, 0x71, 0xE0, 0x71, 0xE0, 0x10, 0x0E, 0x22, 0x01, 0xFD, 0x03, 0x00, 0x03, 0x00, 0x03,\n    0x00, 0x0F, 0xC0, 0x3F, 0xF0, 0x7F, 0xF0, 0x7C, 0xF8, 0xF8, 0x78, 0xF8, 0x78, 0xF8, 0x7C, 0xF8,\n    0x78, 0xF8, 0x00, 0xFC, 0x00, 0x7E, 0x00, 0x7F, 0x00, 0x3F, 0xC0, 0x1F, 0xE0, 0x0F, 0xE0, 0x07,\n    0xF0, 0x03, 0xF8, 0x01, 0xF8, 0x00, 0xFC, 0x10, 0x7C, 0xF0, 0x7C, 0xF0, 0x7C, 0xF8, 0x7C, 0x78,\n    0x7C, 0x7C, 0xF8, 0x3F, 0xF8, 0x3F, 0xF0, 0x0F, 0xE0, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x20,\n    0x1E, 0x1C, 0x01, 0x00, 0x1F, 0x80, 0x70, 0x00, 0x3F, 0xC0, 0x70, 0x00, 0x7F, 0xE0, 0xF0, 0x00,\n    0x79, 0xE0, 0xE0, 0x00, 0x70, 0xF0, 0xE0, 0x00, 0xF0, 0xF0, 0xE0, 0x00, 0xF0, 0xF1, 0xE0, 0x00,\n    0xF0, 0xF1, 0xC0, 0x00, 0xF0, 0xF1, 0xC0, 0x00, 0xF0, 0xF1, 0xC0, 0x00, 0xF0, 0xF3, 0x80, 0x00,\n    0x70, 0xF3, 0x80, 0x00, 0x79, 0xE3, 0x80, 0x00, 0x7F, 0xE3, 0x8F, 0xE0, 0x3F, 0xC7, 0x1F, 0xF0,\n    0x1F, 0x87, 0x1F, 0xF8, 0x00, 0x07, 0x3C, 0x78, 0x00, 0x0F, 0x3C, 0x38, 0x00, 0x0E, 0x3C, 0x3C,\n    0x00, 0x0E, 0x3C, 0x3C, 0x00, 0x0E, 0x3C, 0x3C, 0x00, 0x1E, 0x3C, 0x3C, 0x00, 0x1C, 0x3C, 0x3C,\n    0x00, 0x1C, 0x3C, 0x78, 0x00, 0x1C, 0x3E, 0x78, 0x00, 0x38, 0x1F, 0xF8, 0x00, 0x38, 0x0F, 0xF0,\n    0x00, 0x38, 0x07, 0xE0, 0x14, 0x10, 0x1C, 0x02, 0x00, 0x0F, 0x80, 0x3F, 0xE0, 0x3F, 0xE0, 0x7D,\n    0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x79, 0xF0, 0x79, 0xE0, 0x3D, 0xC0, 0x3F,\n    0xC0, 0x1F, 0x80, 0x1F, 0x00, 0x3F, 0x00, 0x3F, 0x0F, 0x7F, 0x8F, 0x7F, 0x8E, 0xF3, 0xDE, 0xF1,\n    0xFE, 0xF1, 0xFE, 0xF0, 0xFC, 0xF0, 0xFC, 0xF0, 0xFC, 0xFB, 0xFF, 0x7F, 0xFF, 0x7F, 0xCF, 0x1F,\n    0x07, 0x0B, 0x04, 0x09, 0x02, 0x13, 0xF0, 0xF0, 0xF0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0x0B,\n    0x07, 0x22, 0x02, 0xFA, 0x06, 0x1E, 0x3E, 0x3E, 0x3C, 0x78, 0x78, 0x78, 0x78, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF8, 0xF8, 0xF8, 0xF8, 0x78, 0x78, 0x78,\n    0x78, 0x7C, 0x3C, 0x3E, 0x1E, 0x0E, 0x0A, 0x07, 0x22, 0x01, 0xFA, 0xE0, 0xF0, 0xF8, 0x7C, 0x3C,\n    0x3C, 0x3E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E,\n    0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x3E, 0x3C, 0x3C, 0x7C, 0xF8, 0xF0, 0xE0, 0x0E, 0x0C, 0x0C,\n    0x01, 0x10, 0x07, 0x00, 0x07, 0x00, 0x47, 0x20, 0x67, 0x60, 0x7F, 0xF0, 0xFF, 0xE0, 0x0F, 0x80,\n    0x0F, 0x80, 0x1F, 0xC0, 0x3D, 0xC0, 0x39, 0xE0, 0x08, 0x80, 0x0E, 0x0D, 0x0E, 0x01, 0x07, 0x07,\n    0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0x07,\n    0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x05, 0x0A, 0x01, 0xFB,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x18, 0x30, 0x70, 0x60, 0x40, 0x0C, 0x08, 0x03, 0x02, 0x09, 0xFF,\n    0xFF, 0xFF, 0x07, 0x04, 0x05, 0x02, 0x00, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x0D, 0x0B, 0x1C, 0x01,\n    0x00, 0x00, 0xE0, 0x01, 0xC0, 0x01, 0xC0, 0x01, 0xC0, 0x01, 0xC0, 0x03, 0x80, 0x03, 0x80, 0x03,\n    0x80, 0x07, 0x80, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x0F, 0x00, 0x0E, 0x00, 0x0E, 0x00, 0x0E,\n    0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x3C, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x78,\n    0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0xE0, 0x00, 0x11, 0x0E, 0x1C, 0x01, 0x00, 0x07, 0xC0,\n    0x1F, 0xF0, 0x3F, 0xF8, 0x7F, 0xF8, 0x7C, 0x7C, 0x78, 0x7C, 0x78, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C,\n    0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C,\n    0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0x78, 0x3C, 0x78, 0x7C, 0x7C, 0x7C, 0x7F, 0xF8,\n    0x3F, 0xF8, 0x1F, 0xF0, 0x07, 0xC0, 0x11, 0x09, 0x1C, 0x03, 0x00, 0x07, 0x80, 0x0F, 0x80, 0x3F,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x8F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F,\n    0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F,\n    0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F,\n    0x80, 0x0F, 0x80, 0x11, 0x0D, 0x1C, 0x02, 0x00, 0x0F, 0xC0, 0x3F, 0xE0, 0x7F, 0xF0, 0x7F, 0xF8,\n    0xF8, 0xF8, 0xF8, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0x00, 0xF8, 0x00, 0xF8,\n    0x01, 0xF0, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x0F, 0x80, 0x1F, 0x00,\n    0x3E, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0xF8, 0x00, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8,\n    0x10, 0x0E, 0x1C, 0x01, 0x00, 0x0F, 0xC0, 0x1F, 0xF0, 0x3F, 0xF8, 0x7C, 0xFC, 0x78, 0x7C, 0xF8,\n    0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0x00, 0x3C, 0x00, 0x7C, 0x00, 0x7C, 0x03, 0xF8, 0x03, 0xF0, 0x03,\n    0xF0, 0x03, 0xF8, 0x00, 0xFC, 0x00, 0x7C, 0x00, 0x3C, 0x00, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8,\n    0x3C, 0x78, 0x7C, 0x7C, 0x7C, 0x7F, 0xF8, 0x3F, 0xF8, 0x1F, 0xF0, 0x0F, 0xC0, 0x11, 0x0F, 0x1C,\n    0x01, 0x00, 0x01, 0xF0, 0x03, 0xF0, 0x03, 0xF0, 0x03, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x0F, 0xF0,\n    0x0E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0, 0x1C, 0xF0, 0x3C, 0xF0, 0x3C, 0xF0, 0x78, 0xF0, 0x78, 0xF0,\n    0x78, 0xF0, 0xF0, 0xF0, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0x00, 0xF0, 0x00, 0xF0,\n    0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x10, 0x0D, 0x1C, 0x02, 0x00, 0xFF,\n    0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0,\n    0x00, 0xF0, 0x00, 0xF7, 0xC0, 0xFF, 0xF0, 0xFF, 0xF0, 0xF8, 0xF8, 0xF0, 0x78, 0x00, 0x78, 0x00,\n    0x78, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF8, 0xF8, 0xFC,\n    0xF0, 0x7F, 0xF0, 0x3F, 0xE0, 0x1F, 0x80, 0x11, 0x0E, 0x1C, 0x02, 0x00, 0x0F, 0xC0, 0x3F, 0xE0,\n    0x7F, 0xF0, 0x7C, 0xF8, 0xF8, 0x78, 0xF8, 0x78, 0xF0, 0x78, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00,\n    0xF0, 0x00, 0xF7, 0xE0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0xF8, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x7C,\n    0xF0, 0x7C, 0xF0, 0x7C, 0xF0, 0x7C, 0xF0, 0x78, 0xF0, 0x78, 0xF8, 0xF8, 0x7D, 0xF8, 0x7F, 0xF0,\n    0x3F, 0xE0, 0x0F, 0x80, 0x0E, 0x0C, 0x1C, 0x01, 0x00, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0x01,\n    0xF0, 0x01, 0xE0, 0x01, 0xE0, 0x01, 0xE0, 0x03, 0xE0, 0x03, 0xE0, 0x03, 0xC0, 0x03, 0xC0, 0x03,\n    0xC0, 0x07, 0xC0, 0x07, 0xC0, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F,\n    0x00, 0x0F, 0x00, 0x0F, 0x00, 0x1F, 0x00, 0x1F, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x3E,\n    0x00, 0x11, 0x0E, 0x1C, 0x01, 0x00, 0x0F, 0xC0, 0x1F, 0xF0, 0x3F, 0xF8, 0x7C, 0xF8, 0x78, 0x78,\n    0x78, 0x7C, 0x78, 0x7C, 0x78, 0x7C, 0x78, 0x7C, 0x78, 0x78, 0x7C, 0xF8, 0x3F, 0xF0, 0x1F, 0xF0,\n    0x1F, 0xF0, 0x3F, 0xF8, 0x7C, 0x78, 0x78, 0x7C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C,\n    0xF8, 0x3C, 0x78, 0x3C, 0x78, 0x7C, 0x7C, 0xF8, 0x3F, 0xF8, 0x1F, 0xF0, 0x0F, 0xC0, 0x11, 0x0E,\n    0x1C, 0x01, 0x00, 0x07, 0xC0, 0x1F, 0xF0, 0x3F, 0xF8, 0x7E, 0xF8, 0x7C, 0x7C, 0x78, 0x7C, 0x78,\n    0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0x78, 0x3C, 0x78, 0x7C, 0x7C, 0xFC, 0x7F,\n    0xFC, 0x3F, 0xFC, 0x0F, 0xBC, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x78, 0x3C, 0x78,\n    0x7C, 0x78, 0x7C, 0x7C, 0xF8, 0x3F, 0xF8, 0x1F, 0xF0, 0x0F, 0xC0, 0x08, 0x04, 0x10, 0x02, 0x03,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xF0, 0xF0, 0xF0,\n    0x08, 0x04, 0x16, 0x02, 0xFE, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x30, 0x30, 0xE0, 0x0D, 0x0A, 0x12, 0x01, 0x02,\n    0x00, 0x40, 0x01, 0xC0, 0x03, 0xC0, 0x07, 0xC0, 0x1F, 0x80, 0x3F, 0x00, 0xFC, 0x00, 0xF8, 0x00,\n    0xF0, 0x00, 0xF0, 0x00, 0xFC, 0x00, 0x7E, 0x00, 0x3F, 0x00, 0x0F, 0xC0, 0x07, 0xC0, 0x03, 0xC0,\n    0x00, 0xC0, 0x00, 0x40, 0x0E, 0x0A, 0x09, 0x02, 0x09, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x0D, 0x0A, 0x12, 0x02, 0x02,\n    0x80, 0x00, 0xC0, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0x7E, 0x00, 0x3F, 0x00, 0x1F, 0x80, 0x07, 0xC0,\n    0x03, 0xC0, 0x07, 0xC0, 0x0F, 0xC0, 0x1F, 0x80, 0x7F, 0x00, 0xFC, 0x00, 0xF8, 0x00, 0xE0, 0x00,\n    0xC0, 0x00, 0x80, 0x00, 0x10, 0x0E, 0x1C, 0x01, 0x00, 0x0F, 0xC0, 0x3F, 0xF0, 0x7F, 0xF8, 0x7F,\n    0xF8, 0x78, 0xFC, 0xF8, 0x7C, 0xF8, 0x7C, 0x78, 0x7C, 0x60, 0x7C, 0x00, 0x7C, 0x00, 0x78, 0x00,\n    0xF8, 0x01, 0xF0, 0x01, 0xE0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x0F, 0x00, 0x0F, 0x00, 0x0F,\n    0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F,\n    0x00, 0x1F, 0x1C, 0x20, 0x02, 0xFC, 0x00, 0x1F, 0xE0, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x01, 0xFF,\n    0xFE, 0x00, 0x07, 0xF8, 0x3F, 0x00, 0x0F, 0xC0, 0x0F, 0x80, 0x0F, 0x00, 0x03, 0xC0, 0x1E, 0x00,\n    0x01, 0xC0, 0x3E, 0x0F, 0x79, 0xE0, 0x3C, 0x1F, 0xF8, 0xE0, 0x78, 0x3F, 0xF0, 0xE0, 0x78, 0x7E,\n    0xF0, 0xE0, 0x78, 0x78, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF1, 0xF0,\n    0xF0, 0xE0, 0xF1, 0xE0, 0xF0, 0xE0, 0xF1, 0xE0, 0xE0, 0xE0, 0xF1, 0xE0, 0xE0, 0xE0, 0xF1, 0xE1,\n    0xE1, 0xE0, 0xF1, 0xF1, 0xE1, 0xC0, 0xF0, 0xFF, 0xE3, 0x80, 0xF0, 0xFE, 0xFF, 0x80, 0xF0, 0x7E,\n    0xFF, 0x00, 0x70, 0x3C, 0x7C, 0x00, 0x78, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x3E, 0x00,\n    0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x1F, 0xC0, 0x30, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x03, 0xFF,\n    0xF8, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x11, 0x10, 0x1C, 0x01, 0x00, 0x07, 0xC0, 0x07, 0xC0, 0x07,\n    0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0, 0x1E,\n    0xF0, 0x1E, 0xF0, 0x1E, 0x78, 0x3E, 0x78, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x7C, 0x7F,\n    0xFC, 0x7F, 0xFC, 0x7F, 0xFC, 0x78, 0x3C, 0x78, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x1E, 0xF0,\n    0x1E, 0xF0, 0x1F, 0x12, 0x0F, 0x1C, 0x02, 0x00, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0xFC,\n    0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x7C, 0xF8, 0xF8,\n    0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0x7C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0xFC, 0xFF, 0xFC, 0xFF, 0xF8, 0xFF, 0xE0,\n    0x12, 0x0E, 0x1C, 0x02, 0x00, 0x0F, 0xC0, 0x3F, 0xF0, 0x7F, 0xF8, 0x7C, 0xFC, 0xF8, 0x7C, 0xF8,\n    0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8,\n    0x3C, 0xF8, 0x3C, 0xF8, 0x7C, 0x7C, 0xFC, 0x7F, 0xF8, 0x3F, 0xF0, 0x0F, 0xC0, 0x12, 0x0F, 0x1C,\n    0x02, 0x00, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0xFC, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3C,\n    0xF8, 0x7C, 0xF8, 0xFC, 0xFF, 0xF8, 0xFF, 0xF0, 0xFF, 0xC0, 0x0E, 0x0B, 0x1C, 0x02, 0x00, 0xFF,\n    0xE0, 0xFF, 0xE0, 0xFF, 0xE0, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xFF, 0xE0, 0xFF, 0xE0, 0xFF, 0xE0, 0x0E, 0x0B, 0x1C, 0x02, 0x00, 0xFF, 0xE0, 0xFF, 0xE0,\n    0xFF, 0xE0, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0x12, 0x0F, 0x1C, 0x02, 0x00, 0x0F, 0xE0, 0x3F, 0xF0, 0x7F, 0xF8, 0x7C,\n    0x7C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF9, 0xFE, 0xF9, 0xFE, 0xF9, 0xFE, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0x7C, 0xFE, 0x7F, 0xFE, 0x3F, 0xDE, 0x0F,\n    0x9E, 0x13, 0x0F, 0x1C, 0x02, 0x00, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xFF, 0xFE,\n    0xFF, 0xFE, 0xFF, 0xFE, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0x09, 0x05,\n    0x1C, 0x02, 0x00, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x0B,\n    0x09, 0x1C, 0x00, 0x00, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80,\n    0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80,\n    0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x80,\n    0x0F, 0x80, 0x0F, 0x80, 0x3F, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFC, 0x00, 0x11, 0x0F, 0x1C, 0x02,\n    0x00, 0xF8, 0x3E, 0xF8, 0x7C, 0xF8, 0x7C, 0xF8, 0x78, 0xF8, 0xF8, 0xF8, 0xF8, 0xF9, 0xF0, 0xF9,\n    0xF0, 0xF9, 0xE0, 0xFB, 0xE0, 0xFB, 0xE0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF,\n    0xE0, 0xFB, 0xE0, 0xF9, 0xE0, 0xF9, 0xF0, 0xF9, 0xF0, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0x7C, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0x0E, 0x0B, 0x1C, 0x02, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xFF, 0xE0, 0xFF, 0xE0, 0xFF, 0xE0, 0x17, 0x13, 0x1C, 0x02, 0x00, 0xF8, 0x07, 0xC0, 0xFC, 0x07,\n    0xC0, 0xFC, 0x07, 0xC0, 0xFC, 0x07, 0xC0, 0xFC, 0x0F, 0xC0, 0xFC, 0x0F, 0xC0, 0xFE, 0x0F, 0xC0,\n    0xFE, 0x0F, 0xC0, 0xFE, 0x0F, 0xC0, 0xFE, 0x1D, 0xC0, 0xFE, 0x1D, 0xC0, 0xFF, 0x1D, 0xC0, 0xF7,\n    0x1D, 0xC0, 0xF7, 0x1D, 0xC0, 0xF7, 0x39, 0xC0, 0xF7, 0x39, 0xC0, 0xF3, 0xB9, 0xC0, 0xF3, 0xB9,\n    0xC0, 0xF3, 0xF9, 0xC0, 0xF3, 0xF1, 0xC0, 0xF3, 0xF1, 0xC0, 0xF1, 0xF1, 0xC0, 0xF1, 0xF1, 0xC0,\n    0xF1, 0xF1, 0xC0, 0xF1, 0xE1, 0xE0, 0xF1, 0xE1, 0xE0, 0xF0, 0xE1, 0xE0, 0xF0, 0xE1, 0xE0, 0x12,\n    0x0E, 0x1C, 0x02, 0x00, 0xF0, 0x3C, 0xF0, 0x3C, 0xF0, 0x3C, 0xF8, 0x3C, 0xF8, 0x3C, 0xFC, 0x3C,\n    0xFC, 0x3C, 0xFC, 0x3C, 0xFE, 0x3C, 0xFE, 0x3C, 0xFF, 0x3C, 0xFF, 0x3C, 0xFF, 0x3C, 0xF7, 0xBC,\n    0xF7, 0xBC, 0xF3, 0xFC, 0xF3, 0xFC, 0xF1, 0xFC, 0xF1, 0xFC, 0xF1, 0xFC, 0xF0, 0xFC, 0xF0, 0xFC,\n    0xF0, 0x7C, 0xF0, 0x7C, 0xF0, 0x7C, 0xF0, 0x3C, 0xF0, 0x3C, 0xF0, 0x1C, 0x13, 0x0F, 0x1C, 0x02,\n    0x00, 0x0F, 0xC0, 0x3F, 0xF0, 0x7F, 0xF8, 0x7C, 0xFC, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3C, 0x7C, 0x7C, 0x7F, 0xF8, 0x3F, 0xF0, 0x0F, 0xC0, 0x11, 0x0F, 0x1C, 0x02, 0x00, 0xFF, 0xE0,\n    0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0xFC, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E,\n    0xF8, 0x3C, 0xF8, 0x3C, 0xF8, 0x7C, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xE0, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x13, 0x0F, 0x21, 0x02, 0xFB, 0x0F, 0xC0, 0x3F, 0xF0, 0x7F,\n    0xF8, 0x7C, 0xFC, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3C, 0x7C, 0x7C, 0x7F, 0xF8, 0x3F,\n    0xF0, 0x0F, 0xE0, 0x00, 0xF0, 0x00, 0x78, 0x00, 0x3C, 0x00, 0x18, 0x00, 0x08, 0x12, 0x0F, 0x1C,\n    0x02, 0x00, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF8, 0xFC, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x3E,\n    0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3C, 0xF8, 0x7C, 0xF8, 0xFC, 0xFF, 0xFC, 0xFF, 0xF8, 0xFF, 0xE0,\n    0xF9, 0xF0, 0xF9, 0xF0, 0xF8, 0xF0, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x78, 0xF8, 0x7C,\n    0xF8, 0x7C, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x3E, 0xF8, 0x3E, 0x10, 0x0E, 0x1C, 0x01, 0x00, 0x0F,\n    0xC0, 0x1F, 0xF0, 0x3F, 0xF8, 0x7C, 0xF8, 0x78, 0x78, 0xF8, 0x7C, 0xF8, 0x3C, 0xF8, 0x38, 0xFC,\n    0x00, 0x7E, 0x00, 0x7F, 0x00, 0x3F, 0x80, 0x3F, 0xC0, 0x1F, 0xE0, 0x0F, 0xF0, 0x07, 0xF8, 0x01,\n    0xF8, 0x00, 0xFC, 0x00, 0x7C, 0x18, 0x7C, 0xF8, 0x3C, 0xF8, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x7E,\n    0x7C, 0x3F, 0xF8, 0x1F, 0xF0, 0x07, 0xC0, 0x0E, 0x0E, 0x1C, 0x00, 0x00, 0xFF, 0xFC, 0xFF, 0xFC,\n    0xFF, 0xFC, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80,\n    0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80,\n    0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80,\n    0x07, 0x80, 0x07, 0x80, 0x13, 0x0F, 0x1C, 0x02, 0x00, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8,\n    0x3E, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x3C, 0xF8, 0x7C, 0x7C, 0xFC, 0x7F, 0xF8, 0x3F, 0xF0, 0x0F,\n    0xE0, 0x11, 0x0F, 0x1C, 0x01, 0x00, 0xF0, 0x1E, 0xF0, 0x1E, 0xF8, 0x3E, 0xF8, 0x3E, 0x78, 0x3C,\n    0x78, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x7C, 0x7C, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x78, 0x3C, 0x78,\n    0x3E, 0x78, 0x1E, 0xF8, 0x1E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0, 0x0F, 0xF0, 0x0F, 0xE0,\n    0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x07, 0xC0, 0x07, 0xC0, 0x07, 0xC0, 0x18, 0x16,\n    0x1C, 0x01, 0x00, 0xF0, 0x78, 0x3C, 0xF0, 0x78, 0x78, 0xF0, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78,\n    0xF8, 0x78, 0x78, 0xF8, 0x78, 0x78, 0xFC, 0x78, 0x78, 0xFC, 0x78, 0x78, 0xFC, 0x70, 0x78, 0xFC,\n    0xF0, 0x38, 0xFC, 0xF0, 0x3D, 0xFC, 0xF0, 0x3D, 0xDC, 0xF0, 0x3D, 0xCE, 0xF0, 0x3D, 0xCE, 0xF0,\n    0x3D, 0xCE, 0xF0, 0x3D, 0xCE, 0xE0, 0x3F, 0xCF, 0xE0, 0x1F, 0x8F, 0xE0, 0x1F, 0x87, 0xE0, 0x1F,\n    0x87, 0xE0, 0x1F, 0x87, 0xE0, 0x1F, 0x87, 0xE0, 0x1F, 0x87, 0xC0, 0x1F, 0x07, 0xC0, 0x0F, 0x03,\n    0xC0, 0x0F, 0x03, 0xC0, 0x0F, 0x03, 0xC0, 0x10, 0x10, 0x1C, 0x00, 0x00, 0xF8, 0x1F, 0x7C, 0x1E,\n    0x7C, 0x1E, 0x3C, 0x3E, 0x3E, 0x3C, 0x1E, 0x3C, 0x1F, 0x78, 0x1F, 0x78, 0x0F, 0x78, 0x0F, 0xF0,\n    0x07, 0xF0, 0x07, 0xF0, 0x07, 0xE0, 0x03, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x1F, 0xF8, 0x1E, 0x78, 0x1E, 0x7C, 0x3E, 0x7C, 0x3C, 0x3C, 0x3C, 0x3E, 0x78, 0x1E,\n    0x78, 0x1F, 0xF8, 0x1F, 0x10, 0x10, 0x1C, 0x00, 0x00, 0xF8, 0x1F, 0x78, 0x1E, 0x7C, 0x1E, 0x7C,\n    0x3E, 0x3C, 0x3C, 0x3C, 0x3C, 0x3E, 0x7C, 0x1E, 0x7C, 0x1E, 0x78, 0x1F, 0x78, 0x0F, 0xF8, 0x0F,\n    0xF0, 0x0F, 0xF0, 0x07, 0xF0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x03, 0xC0, 0x03, 0xC0, 0x03,\n    0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03,\n    0xC0, 0x0E, 0x0C, 0x1C, 0x01, 0x00, 0x7F, 0xF0, 0x7F, 0xF0, 0x7F, 0xF0, 0x01, 0xF0, 0x01, 0xF0,\n    0x01, 0xE0, 0x03, 0xE0, 0x03, 0xE0, 0x03, 0xC0, 0x07, 0xC0, 0x07, 0xC0, 0x07, 0x80, 0x0F, 0x80,\n    0x0F, 0x80, 0x0F, 0x00, 0x1F, 0x00, 0x1F, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3C, 0x00,\n    0x7C, 0x00, 0x7C, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0x0B, 0x08,\n    0x22, 0x02, 0xFA, 0xFF, 0xFF, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xFF, 0xFF, 0x0D, 0x0B, 0x1C, 0x01, 0x00, 0xE0, 0x00, 0x70, 0x00, 0x70, 0x00,\n    0x70, 0x00, 0x78, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x1C, 0x00,\n    0x1C, 0x00, 0x0E, 0x00, 0x0E, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00,\n    0x07, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x01, 0xC0, 0x01, 0xC0, 0x01, 0xC0, 0x01, 0xC0,\n    0x00, 0xE0, 0x0B, 0x08, 0x22, 0x01, 0xFA, 0xFF, 0xFF, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,\n    0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,\n    0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0xFF, 0xFF, 0x0F, 0x0D, 0x0B, 0x01, 0x11, 0x0F, 0x80,\n    0x0F, 0x80, 0x0F, 0xC0, 0x1F, 0xC0, 0x1D, 0xC0, 0x3D, 0xE0, 0x3C, 0xE0, 0x38, 0xF0, 0x78, 0xF0,\n    0x78, 0x70, 0xF0, 0x78, 0x0C, 0x0C, 0x03, 0x00, 0xFB, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0x0A,\n    0x06, 0x07, 0x02, 0x15, 0xF0, 0x78, 0x78, 0x38, 0x38, 0x1C, 0x1C, 0x0F, 0x0D, 0x14, 0x01, 0x00,\n    0x0F, 0x80, 0x3F, 0xE0, 0x7F, 0xF0, 0x7D, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x00, 0xF0,\n    0x03, 0xF0, 0x0F, 0xF0, 0x3E, 0xF0, 0x7C, 0xF0, 0x78, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0,\n    0xF9, 0xF0, 0x7F, 0xF0, 0x7E, 0xF8, 0x1C, 0x78, 0x10, 0x0C, 0x1C, 0x02, 0x00, 0xF0, 0x00, 0xF0,\n    0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF3, 0xC0, 0xF7,\n    0xE0, 0xFF, 0xF0, 0xF9, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF9, 0xF0, 0xFF,\n    0xF0, 0xFF, 0xE0, 0xF3, 0xC0, 0x0E, 0x0C, 0x14, 0x01, 0x00, 0x0F, 0x80, 0x3F, 0xE0, 0x7F, 0xF0,\n    0x7D, 0xF0, 0x78, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0x78, 0xF0, 0x7D, 0xF0, 0x7F, 0xF0, 0x3F, 0xE0,\n    0x0F, 0x80, 0x10, 0x0D, 0x1C, 0x01, 0x00, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x1E, 0xF8, 0x3F, 0xF8, 0x7F, 0xF8, 0x7C, 0xF8, 0x78,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x78, 0xF8, 0x7C, 0xF8, 0x7F, 0xF8, 0x3F, 0xF8, 0x1E, 0xF8, 0x0F,\n    0x0C, 0x14, 0x01, 0x00, 0x0F, 0x80, 0x3F, 0xE0, 0x7F, 0xE0, 0x7D, 0xF0, 0x78, 0xF0, 0xF8, 0xF0,\n    0xF8, 0xF0, 0xF8, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0xF0,\n    0xF8, 0xF0, 0x78, 0xF0, 0x7D, 0xF0, 0x7F, 0xF0, 0x3F, 0xE0, 0x0F, 0x80, 0x0A, 0x09, 0x1B, 0x01,\n    0x00, 0x0F, 0x80, 0x1F, 0x80, 0x3F, 0x80, 0x3E, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C,\n    0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C,\n    0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x0F, 0x0F, 0x1A, 0x01, 0xFA, 0x0F, 0x8C, 0x3F, 0xDC,\n    0x7F, 0xFE, 0x79, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0x78, 0xF0,\n    0x78, 0xF0, 0x7F, 0xF0, 0x3F, 0xE0, 0x3F, 0xC0, 0x70, 0x00, 0xF0, 0x00, 0xFF, 0xC0, 0x7F, 0xF0,\n    0x3F, 0xF8, 0x78, 0xF8, 0xF0, 0x38, 0xF0, 0x38, 0xF8, 0x78, 0xFF, 0xF8, 0xFF, 0xF0, 0x3F, 0xE0,\n    0x10, 0x0C, 0x1C, 0x02, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0,\n    0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF1, 0xE0, 0xF7, 0xF0, 0xFF, 0xF0, 0xFD, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x08, 0x04, 0x1B,\n    0x02, 0x00, 0xF0, 0xF0, 0xF0, 0xF0, 0x00, 0x00, 0x00, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x08, 0x07, 0x20,\n    0x00, 0xFB, 0x3E, 0x3E, 0x3E, 0x3E, 0x00, 0x00, 0x00, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E,\n    0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x7E, 0xFC,\n    0xFC, 0xF0, 0x10, 0x0E, 0x1C, 0x02, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0,\n    0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x7C, 0xF0, 0xF8, 0xF0, 0xF0, 0xF1, 0xF0, 0xF3,\n    0xE0, 0xF3, 0xE0, 0xF7, 0xC0, 0xF7, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFB, 0xC0, 0xFB, 0xE0, 0xF1,\n    0xE0, 0xF1, 0xE0, 0xF1, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF8, 0xF0, 0x78, 0xF0, 0x7C, 0x08,\n    0x05, 0x1C, 0x02, 0x00, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0x18, 0x14, 0x14, 0x02, 0x00, 0xF3, 0xC3, 0xC0, 0xF7, 0xE7, 0xE0, 0xFF, 0xFF, 0xF0, 0xF9, 0xF9,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0x10, 0x0C, 0x14, 0x02, 0x00, 0xF1, 0xE0, 0xF7, 0xE0, 0xFF, 0xF0, 0xF9, 0xF0, 0xF1, 0xF0,\n    0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0,\n    0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0x0F, 0x0D,\n    0x14, 0x01, 0x00, 0x0F, 0x80, 0x3F, 0xE0, 0x7F, 0xF0, 0x7D, 0xF0, 0x78, 0xF0, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0xF8, 0x78, 0xF0, 0x7D, 0xF0, 0x7F, 0xF0, 0x3F, 0xE0, 0x0F, 0x80, 0x10, 0x0C, 0x1A, 0x02, 0xFA,\n    0xF3, 0xC0, 0xFF, 0xE0, 0xFF, 0xF0, 0xF9, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF9, 0xF0, 0xFF, 0xE0, 0xFF, 0xE0, 0xF3, 0xC0, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00,\n    0xF0, 0x00, 0xF0, 0x00, 0x10, 0x0D, 0x1A, 0x01, 0xFA, 0x1E, 0xF8, 0x3F, 0xF8, 0x7F, 0xF8, 0x7C,\n    0xF8, 0x78, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x78, 0xF8, 0x7C, 0xF8, 0x7F, 0xF8, 0x3F, 0xF8, 0x1E,\n    0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x0B, 0x09, 0x14,\n    0x02, 0x00, 0xF1, 0x80, 0xF7, 0x80, 0xF7, 0x80, 0xFF, 0x80, 0xFC, 0x80, 0xF8, 0x00, 0xF0, 0x00,\n    0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00,\n    0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0x0D, 0x0B, 0x14, 0x01, 0x00, 0x1F,\n    0x00, 0x3F, 0x80, 0x7F, 0xC0, 0xF9, 0xE0, 0xF1, 0xE0, 0xF0, 0xC0, 0xF8, 0x00, 0x7C, 0x00, 0x7E,\n    0x00, 0x3F, 0x00, 0x1F, 0x80, 0x0F, 0xC0, 0x03, 0xE0, 0x11, 0xE0, 0xE1, 0xE0, 0xF1, 0xE0, 0xF9,\n    0xE0, 0x7F, 0xE0, 0x3F, 0xC0, 0x1F, 0x00, 0x0B, 0x09, 0x1A, 0x01, 0x00, 0x7C, 0x00, 0x7C, 0x00,\n    0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x7C, 0x00,\n    0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00,\n    0x7C, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x3C, 0x00, 0x3E, 0x00, 0x3F, 0x80, 0x1F, 0x80, 0x0F, 0x80,\n    0x10, 0x0C, 0x14, 0x02, 0x00, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1,\n    0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xF1,\n    0xF0, 0xF1, 0xF0, 0xF1, 0xF0, 0xFB, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0x79, 0xF0, 0x0D, 0x0D, 0x14,\n    0x00, 0x00, 0xF8, 0x78, 0x78, 0xF8, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x7C, 0xF0, 0x3C, 0xF0,\n    0x3C, 0xF0, 0x3D, 0xE0, 0x3D, 0xE0, 0x3D, 0xE0, 0x1D, 0xE0, 0x1D, 0xE0, 0x1F, 0xC0, 0x1F, 0xC0,\n    0x1F, 0xC0, 0x1F, 0xC0, 0x0F, 0xC0, 0x0F, 0xC0, 0x0F, 0x80, 0x14, 0x12, 0x14, 0x01, 0x00, 0xF1,\n    0xE3, 0xC0, 0xF1, 0xE3, 0xC0, 0xF1, 0xE3, 0x80, 0xF1, 0xE3, 0x80, 0xF1, 0xE3, 0x80, 0x73, 0xE7,\n    0x80, 0x73, 0xE7, 0x80, 0x73, 0xF7, 0x80, 0x7B, 0xF7, 0x80, 0x7B, 0xF7, 0x00, 0x7B, 0x77, 0x00,\n    0x3F, 0x37, 0x00, 0x3F, 0x37, 0x00, 0x3F, 0x3F, 0x00, 0x3F, 0x3F, 0x00, 0x3E, 0x3E, 0x00, 0x3E,\n    0x3E, 0x00, 0x3E, 0x1E, 0x00, 0x1E, 0x1E, 0x00, 0x1E, 0x1E, 0x00, 0x0E, 0x0E, 0x14, 0x00, 0x00,\n    0xF8, 0x78, 0x78, 0x78, 0x7C, 0xF0, 0x3C, 0xF0, 0x3E, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x0F, 0xC0,\n    0x0F, 0xC0, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0xC0, 0x1F, 0xC0, 0x1F, 0xE0, 0x3D, 0xE0, 0x3D, 0xF0,\n    0x3C, 0xF0, 0x78, 0xF0, 0x78, 0xF8, 0xF0, 0x7C, 0x0E, 0x0D, 0x19, 0x00, 0xFB, 0xF8, 0x78, 0x78,\n    0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0xF8, 0x3C, 0xF0, 0x3C, 0xF0, 0x3C, 0xF0, 0x3C, 0xF0, 0x1C,\n    0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x0F, 0xE0, 0x0F, 0xC0, 0x0F, 0xC0, 0x0F, 0xC0, 0x0F,\n    0xC0, 0x07, 0x80, 0x07, 0x80, 0x07, 0x80, 0x1F, 0x80, 0x3F, 0x00, 0x3E, 0x00, 0x3C, 0x00, 0x0C,\n    0x0A, 0x14, 0x01, 0x00, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x07, 0xC0, 0x07, 0xC0, 0x07, 0x80,\n    0x0F, 0x80, 0x0F, 0x00, 0x1F, 0x00, 0x1F, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3C, 0x00,\n    0x7C, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x0B, 0x09, 0x22, 0x01,\n    0xFA, 0x07, 0x80, 0x1F, 0x80, 0x1F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E,\n    0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3C,\n    0x00, 0xFC, 0x00, 0xF8, 0x00, 0xFC, 0x00, 0x3C, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E,\n    0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x1E, 0x00, 0x1F,\n    0x80, 0x1F, 0x80, 0x0F, 0x80, 0x08, 0x04, 0x22, 0x02, 0xFA, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0x0C, 0x09, 0x22, 0x01,\n    0xFA, 0xF8, 0x00, 0xFC, 0x00, 0xFE, 0x00, 0x3E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E,\n    0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1F,\n    0x00, 0x0F, 0x80, 0x07, 0x80, 0x0F, 0x80, 0x1F, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E,\n    0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0xFE,\n    0x00, 0xFE, 0x00, 0xFC, 0x00, 0x0F, 0x0D, 0x05, 0x01, 0x0C, 0x3C, 0x10, 0x7F, 0x38, 0xFF, 0xF8,\n    0x63, 0xF0, 0x00, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x15, 0x13, 0x0C, 0x01, 0x03, 0x3E, 0x07, 0x80, 0x7F, 0x9F,\n    0xC0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xE1, 0xF8, 0xE0, 0xE0, 0xF0, 0xE0, 0xE1, 0xF8, 0xE0,\n    0xF3, 0xFD, 0xE0, 0xFF, 0xFF, 0xE0, 0x7F, 0xBF, 0xC0, 0x3F, 0x0F, 0x80, 0x0C, 0x00, 0x00, 0xFF,\n    0x25, 0x21, 0x21, 0x00, 0xFE, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00,\n    0xE3, 0xE3, 0x80, 0x00, 0x01, 0xE3, 0xE3, 0xC0, 0x00, 0x01, 0xF3, 0xE0, 0xC0, 0x00, 0x00, 0xF3,\n    0xE0, 0x00, 0x00, 0x00, 0xFB, 0xE0, 0x00, 0x00, 0x18, 0x7F, 0xE0, 0x0C, 0x00, 0x3E, 0x7F, 0xE0,\n    0x1E, 0x00, 0x3F, 0xBF, 0xE0, 0x0E, 0x00, 0x3F, 0xDF, 0xE0, 0x0E, 0x00, 0x0F, 0xFF, 0xC0, 0x08,\n    0x00, 0x03, 0xF0, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x06, 0x00,\n    0xFF, 0x80, 0x00, 0x07, 0x80, 0xFF, 0x80, 0x00, 0x07, 0x80, 0xFF, 0x00, 0x00, 0x0F, 0x80, 0x3F,\n    0x00, 0x00, 0x0E, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x80,\n    0x00, 0x18, 0x00, 0x3F, 0x80, 0x00, 0x3E, 0x00, 0x3F, 0x80, 0x00, 0x7E, 0x00, 0x3E, 0x60, 0x00,\n    0x3E, 0x00, 0x18, 0x70, 0x03, 0x0C, 0x00, 0x00, 0xF8, 0x0F, 0x80, 0x00, 0x00, 0xF3, 0xE7, 0x80,\n    0x00, 0x01, 0xF3, 0xE7, 0xC0, 0x00, 0x01, 0xE3, 0xE3, 0xC0, 0x00, 0x00, 0xE3, 0xE3, 0x80, 0x00,\n    0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x00\n};\n\nconst uint8_t font_data_large[16924] = {\n    0x49, 0x11, 0x20, 0x7F, 0x00, 0xC4, 0x00, 0xC9, 0x01, 0x3A, 0x01, 0x75, 0x02, 0x52, 0x03, 0x5F,\n    0x05, 0x14, 0x06, 0x31, 0x06, 0x48, 0x06, 0xD5, 0x07, 0x62, 0x07, 0xAC, 0x08, 0x21, 0x08, 0x4A,\n    0x08, 0x5B, 0x08, 0x72, 0x09, 0x19, 0x09, 0xFE, 0x0A, 0xA5, 0x0B, 0x86, 0x0C, 0x6B, 0x0D, 0x48,\n    0x0E, 0x29, 0x0F, 0x0E, 0x0F, 0xB5, 0x10, 0x9A, 0x11, 0x7F, 0x11, 0xC2, 0x12, 0x1F, 0x12, 0x90,\n    0x12, 0xCB, 0x13, 0x3C, 0x14, 0x1D, 0x15, 0xDB, 0x16, 0xEE, 0x17, 0xCB, 0x18, 0xB0, 0x19, 0x8D,\n    0x1A, 0x34, 0x1A, 0xDB, 0x1B, 0xC0, 0x1C, 0x9D, 0x1D, 0x0E, 0x1D, 0xB8, 0x1E, 0x95, 0x1F, 0x3C,\n    0x20, 0x4F, 0x21, 0x2C, 0x22, 0x11, 0x22, 0xEE, 0x23, 0xFB, 0x24, 0xD8, 0x25, 0xBD, 0x26, 0x9A,\n    0x27, 0x7B, 0x28, 0x58, 0x29, 0xA1, 0x2A, 0x7E, 0x2B, 0x5B, 0x2C, 0x38, 0x2C, 0xC1, 0x2D, 0x68,\n    0x2E, 0x33, 0x2E, 0x90, 0x2E, 0xA7, 0x2E, 0xC6, 0x2F, 0x6B, 0x30, 0x4C, 0x30, 0xC9, 0x31, 0xAA,\n    0x32, 0x27, 0x32, 0xC8, 0x33, 0x99, 0x34, 0x76, 0x34, 0xE3, 0x35, 0x66, 0x36, 0x43, 0x36, 0xB4,\n    0x37, 0xA3, 0x38, 0x44, 0x38, 0xE9, 0x39, 0xBE, 0x3A, 0x93, 0x3B, 0x0D, 0x3B, 0x8A, 0x3C, 0x28,\n    0x3C, 0xC9, 0x3D, 0x66, 0x3E, 0x29, 0x3E, 0xC6, 0x3F, 0x8B, 0x40, 0x02, 0x40, 0xD3, 0x41, 0x19,\n    0x41, 0xEA, 0x42, 0x17, 0x10, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x09, 0x36, 0x03, 0x00, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80,\n    0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00,\n    0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00,\n    0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3C, 0x00, 0x3C, 0x00,\n    0x3C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1C, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x19, 0x13, 0x12, 0x04, 0x24, 0xFF,\n    0x1F, 0xE0, 0xFF, 0x1F, 0xE0, 0xFF, 0x1F, 0xE0, 0xFE, 0x1F, 0xE0, 0xFE, 0x1F, 0xC0, 0xFE, 0x1F,\n    0xC0, 0xFE, 0x1F, 0xC0, 0xFE, 0x1F, 0xC0, 0xFC, 0x1F, 0xC0, 0xFC, 0x1F, 0x80, 0xFC, 0x1F, 0x80,\n    0xFC, 0x1F, 0x80, 0xFC, 0x1F, 0x80, 0xF8, 0x1F, 0x80, 0xF8, 0x1F, 0x00, 0xF8, 0x1F, 0x00, 0xF8,\n    0x1F, 0x00, 0xF8, 0x1F, 0x00, 0x22, 0x1E, 0x36, 0x02, 0x00, 0x00, 0x7F, 0x03, 0xF8, 0x00, 0xFF,\n    0x07, 0xF8, 0x00, 0xFF, 0x07, 0xF8, 0x00, 0xFE, 0x07, 0xF0, 0x00, 0xFE, 0x07, 0xF0, 0x00, 0xFE,\n    0x07, 0xF0, 0x00, 0xFE, 0x07, 0xF0, 0x00, 0xFE, 0x07, 0xF0, 0x01, 0xFE, 0x0F, 0xF0, 0x01, 0xFE,\n    0x0F, 0xF0, 0x01, 0xFC, 0x0F, 0xE0, 0x01, 0xFC, 0x0F, 0xE0, 0x01, 0xFC, 0x0F, 0xE0, 0x01, 0xFC,\n    0x0F, 0xE0, 0x01, 0xFC, 0x0F, 0xE0, 0x03, 0xFC, 0x1F, 0xE0, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF,\n    0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF,\n    0xFF, 0xFC, 0x07, 0xF8, 0x3F, 0xC0, 0x07, 0xF8, 0x3F, 0xC0, 0x07, 0xF8, 0x3F, 0xC0, 0x07, 0xF0,\n    0x3F, 0x80, 0x07, 0xF0, 0x3F, 0x80, 0x07, 0xF0, 0x3F, 0x80, 0x07, 0xF0, 0x3F, 0x80, 0x7F, 0xFF,\n    0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0x7F, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF,\n    0xFF, 0xFC, 0xFF, 0xFF, 0xFF, 0xFC, 0x0F, 0xE0, 0x7F, 0x00, 0x1F, 0xE0, 0xFF, 0x00, 0x1F, 0xE0,\n    0xFF, 0x00, 0x1F, 0xE0, 0xFF, 0x00, 0x1F, 0xC0, 0xFF, 0x00, 0x1F, 0xC0, 0xFE, 0x00, 0x1F, 0xC0,\n    0xFE, 0x00, 0x1F, 0xC0, 0xFE, 0x00, 0x3F, 0xC1, 0xFE, 0x00, 0x3F, 0xC1, 0xFE, 0x00, 0x3F, 0xC1,\n    0xFE, 0x00, 0x3F, 0x81, 0xFE, 0x00, 0x3F, 0x81, 0xFC, 0x00, 0x3F, 0x81, 0xFC, 0x00, 0x3F, 0x81,\n    0xFC, 0x00, 0x3F, 0x81, 0xFC, 0x00, 0x7F, 0x83, 0xFC, 0x00, 0x7F, 0x83, 0xFC, 0x00, 0x7F, 0x03,\n    0xFC, 0x00, 0x21, 0x1D, 0x42, 0x02, 0xFA, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00,\n    0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07, 0x80, 0x00, 0x01,\n    0xFF, 0xF8, 0x00, 0x07, 0xFF, 0xFC, 0x00, 0x0F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF, 0xFF, 0x80, 0x3F,\n    0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F, 0xFD, 0xFF, 0xC0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F,\n    0xC0, 0x3F, 0xE0, 0xFF, 0xC0, 0x3F, 0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF,\n    0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0x80, 0xFF, 0xC0, 0x10, 0x00, 0xFF,\n    0xE0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x3F,\n    0xFE, 0x00, 0x00, 0x3F, 0xFF, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0xC0, 0x00, 0x07,\n    0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xF8, 0x00, 0x01, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x00,\n    0x7F, 0xFF, 0x00, 0x00, 0x3F, 0xFF, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x07, 0xFF, 0xC0, 0x00,\n    0x03, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x7F, 0xF0, 0x00,\n    0x00, 0x3F, 0xF0, 0x07, 0x80, 0x3F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF8, 0xFF,\n    0x80, 0x1F, 0xF8, 0xFF, 0x80, 0x1F, 0xF8, 0xFF, 0x80, 0x1F, 0xF8, 0x7F, 0xC0, 0x1F, 0xF8, 0x7F,\n    0xC0, 0x1F, 0xF0, 0x7F, 0xE0, 0x1F, 0xF0, 0x3F, 0xF0, 0x3F, 0xF0, 0x3F, 0xFF, 0xFF, 0xE0, 0x3F,\n    0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0xC0, 0x07, 0xFF, 0xFF, 0x80, 0x03,\n    0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0x03, 0xC0, 0x00, 0x00, 0x03, 0x80, 0x00, 0x00,\n    0x03, 0x80, 0x00, 0x00, 0x03, 0x80, 0x00, 0x00, 0x03, 0x80, 0x00, 0x00, 0x03, 0x80, 0x00, 0x41,\n    0x3B, 0x36, 0x03, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xC0, 0x00,\n    0x7F, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xF0, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xF8, 0x00,\n    0x7E, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xF8, 0x00, 0x7E, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFC, 0x00,\n    0xFE, 0x00, 0x00, 0x00, 0x7F, 0xEF, 0xFC, 0x00, 0xFC, 0x00, 0x00, 0x00, 0xFF, 0x83, 0xFE, 0x00,\n    0xFC, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x01, 0xFC, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x01,\n    0xFC, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x01, 0xF8, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x01,\n    0xF8, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x03, 0xF8, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x03,\n    0xF0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x03, 0xF0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x07,\n    0xF0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x07, 0xF0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x07,\n    0xE0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x07, 0xE0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x0F,\n    0xE0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x0F, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x0F,\n    0xC0, 0x00, 0x00, 0x00, 0xFF, 0x83, 0xFE, 0x1F, 0xC0, 0x00, 0x00, 0x00, 0x7F, 0xCF, 0xFC, 0x1F,\n    0xC0, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFC, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xF8, 0x1F,\n    0x80, 0x3F, 0xF8, 0x00, 0x3F, 0xFF, 0xF8, 0x3F, 0x80, 0xFF, 0xFE, 0x00, 0x1F, 0xFF, 0xF0, 0x3F,\n    0x03, 0xFF, 0xFF, 0x00, 0x07, 0xFF, 0xC0, 0x3F, 0x03, 0xFF, 0xFF, 0x80, 0x01, 0xFF, 0x00, 0x7F,\n    0x07, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x7F, 0x07, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x7E,\n    0x0F, 0xF8, 0x7F, 0xC0, 0x00, 0x00, 0x00, 0x7E, 0x0F, 0xF0, 0x3F, 0xE0, 0x00, 0x00, 0x00, 0xFE,\n    0x0F, 0xF0, 0x1F, 0xE0, 0x00, 0x00, 0x00, 0xFE, 0x0F, 0xF0, 0x1F, 0xE0, 0x00, 0x00, 0x00, 0xFC,\n    0x0F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x01, 0xFC, 0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x01, 0xFC,\n    0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x01, 0xF8, 0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x01, 0xF8,\n    0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x03, 0xF8, 0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x03, 0xF8,\n    0x1F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x03, 0xF0, 0x0F, 0xE0, 0x1F, 0xE0, 0x00, 0x00, 0x07, 0xF0,\n    0x0F, 0xF0, 0x1F, 0xE0, 0x00, 0x00, 0x07, 0xF0, 0x0F, 0xF0, 0x1F, 0xE0, 0x00, 0x00, 0x07, 0xE0,\n    0x0F, 0xF0, 0x1F, 0xE0, 0x00, 0x00, 0x07, 0xE0, 0x0F, 0xF8, 0x3F, 0xC0, 0x00, 0x00, 0x0F, 0xE0,\n    0x0F, 0xFC, 0xFF, 0xC0, 0x00, 0x00, 0x0F, 0xE0, 0x07, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x0F, 0xC0,\n    0x07, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x0F, 0xC0, 0x03, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x1F, 0xC0,\n    0x01, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x1F, 0x80, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x1F, 0x80,\n    0x00, 0x1F, 0xF0, 0x00, 0x28, 0x21, 0x38, 0x03, 0xFF, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0x03, 0xFF, 0xFE, 0x00, 0x00, 0x07, 0xFF, 0xFF,\n    0x00, 0x00, 0x0F, 0xFF, 0xFF, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0x80, 0x00, 0x1F, 0xF0, 0xFF, 0x80,\n    0x00, 0x1F, 0xE0, 0x7F, 0xC0, 0x00, 0x1F, 0xE0, 0x3F, 0xC0, 0x00, 0x3F, 0xE0, 0x3F, 0xC0, 0x00,\n    0x3F, 0xE0, 0x3F, 0xC0, 0x00, 0x3F, 0xE0, 0x3F, 0xC0, 0x00, 0x3F, 0xE0, 0x7F, 0xC0, 0x00, 0x1F,\n    0xE0, 0x7F, 0x80, 0x00, 0x1F, 0xE0, 0x7F, 0x80, 0x00, 0x1F, 0xE0, 0x7F, 0x80, 0x00, 0x1F, 0xF0,\n    0xFF, 0x00, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x00, 0x0F, 0xF1, 0xFE, 0x00, 0x00, 0x07, 0xF1, 0xFE,\n    0x00, 0x00, 0x07, 0xFB, 0xFC, 0x00, 0x00, 0x03, 0xFB, 0xF8, 0x00, 0x00, 0x03, 0xFF, 0xF0, 0x00,\n    0x00, 0x01, 0xFF, 0xF0, 0x00, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0x01, 0xFF, 0x80, 0x00, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x7F, 0x80, 0x07,\n    0xFF, 0xC0, 0x7F, 0x80, 0x0F, 0xFF, 0xC0, 0x7F, 0x80, 0x1F, 0xFF, 0xE0, 0x7F, 0x80, 0x1F, 0xFF,\n    0xF0, 0x7F, 0x80, 0x3F, 0xEF, 0xF0, 0x7F, 0x80, 0x3F, 0xC7, 0xF8, 0x7F, 0x00, 0x7F, 0xC7, 0xF8,\n    0xFF, 0x00, 0x7F, 0x83, 0xFC, 0xFF, 0x00, 0x7F, 0x83, 0xFC, 0xFE, 0x00, 0x7F, 0x81, 0xFF, 0xFE,\n    0x00, 0xFF, 0x81, 0xFF, 0xFE, 0x00, 0xFF, 0x80, 0xFF, 0xFC, 0x00, 0xFF, 0x80, 0x7F, 0xFC, 0x00,\n    0xFF, 0x80, 0x7F, 0xF8, 0x00, 0xFF, 0x80, 0x3F, 0xF8, 0x00, 0x7F, 0x80, 0x3F, 0xF8, 0x00, 0x7F,\n    0x80, 0x3F, 0xFC, 0x00, 0x7F, 0xC0, 0x7F, 0xFF, 0x80, 0x7F, 0xC1, 0xFF, 0xFF, 0x80, 0x3F, 0xFF,\n    0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFC, 0xFF, 0x80, 0x0F, 0xFF, 0xF8,\n    0x7F, 0x80, 0x07, 0xFF, 0xF0, 0x1F, 0x80, 0x01, 0xFF, 0xC0, 0x0F, 0x80, 0x00, 0x08, 0x00, 0x01,\n    0x00, 0x15, 0x07, 0x12, 0x05, 0x24, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC,\n    0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF0, 0xF0, 0x15, 0x0F, 0x44, 0x05, 0xF3, 0x00, 0x02, 0x00,\n    0x7C, 0x01, 0xFC, 0x03, 0xFC, 0x07, 0xFC, 0x0F, 0xFC, 0x1F, 0xFC, 0x1F, 0xF0, 0x1F, 0xE0, 0x3F,\n    0xE0, 0x3F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0xC0, 0x3F,\n    0xC0, 0x3F, 0xC0, 0x3F, 0xE0, 0x1F, 0xF0, 0x1F, 0xF8, 0x0F, 0xFC, 0x0F, 0xFC, 0x07, 0xFC, 0x03,\n    0xFC, 0x00, 0xFC, 0x00, 0x3C, 0x13, 0x0F, 0x44, 0x02, 0xF3, 0x80, 0x00, 0xF8, 0x00, 0xFE, 0x00,\n    0xFF, 0x00, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0xE0, 0x3F, 0xE0, 0x1F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x07, 0xF8, 0x07, 0xF8, 0x07, 0xF8, 0x07, 0xFC, 0x07, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC,\n    0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE,\n    0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE,\n    0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE,\n    0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC,\n    0x03, 0xFC, 0x07, 0xFC, 0x07, 0xFC, 0x07, 0xF8, 0x07, 0xF8, 0x07, 0xF8, 0x0F, 0xF8, 0x0F, 0xF0,\n    0x1F, 0xF0, 0x1F, 0xF0, 0x7F, 0xE0, 0xFF, 0xE0, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0x00, 0xFC, 0x00,\n    0xF0, 0x00, 0x1C, 0x17, 0x17, 0x03, 0x1E, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00, 0x30, 0x7E, 0x0C, 0x7C, 0x7C, 0x3C, 0x7E, 0x7C, 0xFC, 0x7F,\n    0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0x7F, 0xFF, 0xFE, 0x1F, 0xFF, 0xF0, 0x03, 0xFF, 0xC0, 0x01, 0xFF,\n    0x00, 0x01, 0xFF, 0x80, 0x03, 0xFF, 0xC0, 0x07, 0xEF, 0xC0, 0x0F, 0xE7, 0xE0, 0x0F, 0xC7, 0xF0,\n    0x1F, 0xC3, 0xF8, 0x3F, 0x83, 0xF0, 0x07, 0x81, 0xE0, 0x03, 0x01, 0x80, 0x1D, 0x19, 0x1C, 0x02,\n    0x0E, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00,\n    0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00,\n    0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00,\n    0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00,\n    0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x00,\n    0x00, 0x0E, 0x09, 0x12, 0x03, 0xF6, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x0F, 0x80, 0x0F, 0x00, 0x0F, 0x00, 0x1F, 0x00,\n    0x3F, 0x00, 0x7E, 0x00, 0xFC, 0x00, 0x78, 0x00, 0x60, 0x00, 0x18, 0x10, 0x06, 0x04, 0x13, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0x09, 0x09, 0x03, 0x00,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0x1B, 0x16, 0x36, 0x02, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xF8,\n    0x00, 0x01, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00,\n    0x07, 0xF0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F,\n    0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0x80, 0x00, 0x1F, 0x80, 0x00, 0x3F, 0x80,\n    0x00, 0x3F, 0x80, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x7E, 0x00, 0x00,\n    0x7E, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFC, 0x00, 0x00, 0xFC, 0x00, 0x01, 0xFC,\n    0x00, 0x01, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF0, 0x00,\n    0x03, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F,\n    0xE0, 0x00, 0x0F, 0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0x80, 0x00, 0x1F, 0x80,\n    0x00, 0x1F, 0x80, 0x00, 0x3F, 0x80, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x7F, 0x00, 0x00,\n    0x7E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x22, 0x1C, 0x38, 0x03, 0xFF, 0x00, 0x02,\n    0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x0F, 0xFF,\n    0xFF, 0x00, 0x1F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F, 0xFF,\n    0xFF, 0xE0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0,\n    0x3F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0,\n    0x3F, 0xF0, 0x7F, 0xE0, 0x3F, 0xF0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xFF, 0xFF, 0xE0, 0x3F, 0xFF,\n    0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0x80, 0x0F, 0xFF, 0xFF, 0x00, 0x07, 0xFF,\n    0xFE, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x02, 0x00, 0x00, 0x22, 0x12,\n    0x36, 0x06, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0xFF, 0xC0, 0x03, 0xFF, 0xC0, 0x0F,\n    0xFF, 0xC0, 0x7F, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF,\n    0xC0, 0xFF, 0xFF, 0xC0, 0xF8, 0x7F, 0xC0, 0x80, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0,\n    0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00,\n    0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F,\n    0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0,\n    0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00,\n    0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F,\n    0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0,\n    0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00,\n    0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x22, 0x1C, 0x37, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xFF,\n    0xF8, 0x00, 0x03, 0xFF, 0xFE, 0x00, 0x07, 0xFF, 0xFF, 0x00, 0x0F, 0xFF, 0xFF, 0x80, 0x1F, 0xFF,\n    0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0xE0, 0x3F, 0xFF, 0xFF, 0xE0, 0x3F, 0xFF, 0xFF, 0xE0, 0x7F, 0xF0,\n    0x7F, 0xF0, 0x7F, 0xE0, 0x3F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0,\n    0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0,\n    0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00,\n    0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x01,\n    0xFF, 0x80, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x00, 0x07,\n    0xFE, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00, 0x3F,\n    0xF0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x01, 0xFF,\n    0xC0, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x00, 0x07, 0xFE,\n    0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00, 0x3F, 0xF0,\n    0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0x21, 0x1C, 0x38, 0x03, 0xFF, 0x00, 0x04, 0x00, 0x00, 0x00,\n    0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x0F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF, 0xFF, 0x80, 0x3F,\n    0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F, 0xFF, 0xFF, 0xE0, 0x7F, 0xE0, 0x7F, 0xE0, 0xFF,\n    0xC0, 0x3F, 0xE0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0x80, 0x3F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF,\n    0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0x00,\n    0x00, 0x1F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xE0, 0x00,\n    0x00, 0x7F, 0xE0, 0x00, 0x01, 0xFF, 0xC0, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x1F, 0xFF, 0x80, 0x00,\n    0x1F, 0xFE, 0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00, 0x1F, 0xFE, 0x00, 0x00, 0x1F, 0xFF, 0x00, 0x00,\n    0x1F, 0xFF, 0x80, 0x00, 0x1F, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xC0, 0x00, 0x00, 0x7F, 0xE0, 0x00,\n    0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00,\n    0x00, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF,\n    0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF,\n    0xC0, 0x3F, 0xE0, 0xFF, 0xE0, 0x7F, 0xE0, 0x7F, 0xFF, 0xFF, 0xE0, 0x7F, 0xFF, 0xFF, 0xC0, 0x3F,\n    0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x00, 0x0F, 0xFF, 0xFE, 0x00, 0x07,\n    0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x04, 0x00, 0x00, 0x22, 0x1F, 0x36, 0x02, 0x00,\n    0x00, 0x03, 0xFF, 0x80, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x07, 0xFF, 0x80,\n    0x00, 0x0F, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x1F, 0xFF, 0x80,\n    0x00, 0x1F, 0xFF, 0x80, 0x00, 0x3F, 0xFF, 0x80, 0x00, 0x3F, 0xFF, 0x80, 0x00, 0x7F, 0xFF, 0x80,\n    0x00, 0x7F, 0xFF, 0x80, 0x00, 0xFE, 0xFF, 0x80, 0x00, 0xFE, 0xFF, 0x80, 0x00, 0xFE, 0xFF, 0x80,\n    0x01, 0xFC, 0xFF, 0x80, 0x01, 0xFC, 0xFF, 0x80, 0x03, 0xFC, 0xFF, 0x80, 0x03, 0xF8, 0xFF, 0x80,\n    0x07, 0xF8, 0xFF, 0x80, 0x07, 0xF8, 0xFF, 0x80, 0x07, 0xF0, 0xFF, 0x80, 0x0F, 0xF0, 0xFF, 0x80,\n    0x0F, 0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x3F, 0xC0, 0xFF, 0x80,\n    0x3F, 0xC0, 0xFF, 0x80, 0x3F, 0xC0, 0xFF, 0x80, 0x7F, 0x80, 0xFF, 0x80, 0x7F, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE,\n    0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE,\n    0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x21, 0x1C, 0x37, 0x03, 0xFF, 0x3F, 0xFF, 0xFF,\n    0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF,\n    0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0x80, 0x00,\n    0x00, 0x3F, 0x80, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x3F, 0x80, 0x00,\n    0x00, 0x3F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00,\n    0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x8F, 0xF8, 0x00, 0x7F, 0xBF, 0xFE,\n    0x00, 0x7F, 0xFF, 0xFF, 0x00, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xC0, 0x7F, 0xFF, 0xFF,\n    0xC0, 0x7F, 0xF0, 0xFF, 0xE0, 0x7F, 0xE0, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0x80, 0x1F,\n    0xF0, 0x7F, 0x80, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F,\n    0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F,\n    0xF0, 0x00, 0x00, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F,\n    0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xE0, 0x7F, 0xC0, 0x3F,\n    0xE0, 0x7F, 0xE0, 0x3F, 0xE0, 0x7F, 0xE0, 0x7F, 0xE0, 0x3F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF,\n    0xC0, 0x1F, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x00, 0x0F, 0xFF, 0xFE, 0x00, 0x03, 0xFF, 0xFC,\n    0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x02, 0x00, 0x00, 0x22, 0x1D, 0x38, 0x03, 0xFF, 0x00, 0x02,\n    0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x01, 0xFF, 0xFE, 0x00, 0x07, 0xFF, 0xFF, 0x00, 0x0F, 0xFF,\n    0xFF, 0x80, 0x0F, 0xFF, 0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xE0, 0x3F, 0xF0,\n    0x3F, 0xE0, 0x3F, 0xE0, 0x3F, 0xF0, 0x7F, 0xE0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0,\n    0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC3, 0xF8, 0x00, 0xFF, 0xCF, 0xFE, 0x00, 0xFF, 0xFF,\n    0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xF0, 0x7F, 0xF0, 0xFF, 0xE0, 0x3F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0,\n    0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0,\n    0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0x7F, 0xC0,\n    0x1F, 0xF8, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x7F, 0xC0,\n    0x1F, 0xF0, 0x7F, 0xC0, 0x1F, 0xF0, 0x3F, 0xE0, 0x3F, 0xE0, 0x3F, 0xF0, 0x7F, 0xE0, 0x1F, 0xFF,\n    0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF, 0x80, 0x03, 0xFF,\n    0xFF, 0x00, 0x01, 0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x02, 0x00, 0x00, 0x1D, 0x17,\n    0x36, 0x03, 0x00, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF,\n    0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFC, 0x00, 0x07,\n    0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x1F, 0xF0, 0x00,\n    0x1F, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x3F,\n    0xE0, 0x00, 0x3F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x00, 0x01,\n    0xFF, 0x00, 0x01, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFE,\n    0x00, 0x03, 0xFE, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFE, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00,\n    0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F,\n    0xF8, 0x00, 0x1F, 0xF8, 0x00, 0x22, 0x1C, 0x38, 0x03, 0xFF, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF,\n    0xF0, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x0F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF,\n    0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x7F, 0xC0,\n    0x7F, 0xC0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80,\n    0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x7F, 0x80,\n    0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x3F, 0xE0,\n    0x7F, 0xC0, 0x3F, 0xF0, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x80, 0x0F, 0xFF, 0xFF, 0x00, 0x07, 0xFF,\n    0xFE, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x0F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF,\n    0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F, 0xF0, 0xFF, 0xC0, 0x7F, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0,\n    0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80,\n    0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80,\n    0x3F, 0xE0, 0xFF, 0xC0, 0x3F, 0xE0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF,\n    0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x00, 0x0F, 0xFF, 0xFE, 0x00, 0x07, 0xFF,\n    0xFC, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x04, 0x00, 0x00, 0x22, 0x1C, 0x38, 0x03, 0xFF, 0x00,\n    0x04, 0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x0F,\n    0xFF, 0xFF, 0x00, 0x1F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xC0, 0x7F,\n    0xE0, 0x7F, 0xC0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0xFF,\n    0xC0, 0x3F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF,\n    0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF,\n    0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF,\n    0xC0, 0x1F, 0xF0, 0x7F, 0xC0, 0x3F, 0xF0, 0x7F, 0xE0, 0x7F, 0xF0, 0x7F, 0xF9, 0xFF, 0xF0, 0x3F,\n    0xFF, 0xFF, 0xF0, 0x3F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF0, 0x0F, 0xFF, 0xDF, 0xF0, 0x07,\n    0xFF, 0x9F, 0xF0, 0x00, 0xFE, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00,\n    0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00,\n    0x00, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x3F, 0xF0, 0xFF, 0x80, 0x3F, 0xF0, 0xFF,\n    0x80, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xC0, 0x7F,\n    0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x00, 0x0F,\n    0xFF, 0xFE, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x04, 0x00, 0x00, 0x10,\n    0x09, 0x1F, 0x04, 0x05, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0x11, 0x09, 0x2C, 0x04, 0xFA, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x07, 0x80, 0x07,\n    0x80, 0x0F, 0x80, 0x0F, 0x80, 0x1F, 0x00, 0xFF, 0x00, 0x7E, 0x00, 0x7C, 0x00, 0x40, 0x00, 0x1A,\n    0x14, 0x24, 0x02, 0x03, 0x00, 0x00, 0x10, 0x00, 0x00, 0x30, 0x00, 0x00, 0x70, 0x00, 0x00, 0xF0,\n    0x00, 0x03, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0xFF, 0xF0, 0x01,\n    0xFF, 0xE0, 0x07, 0xFF, 0xC0, 0x0F, 0xFF, 0x00, 0x3F, 0xFE, 0x00, 0x7F, 0xF8, 0x00, 0xFF, 0xF0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xE0, 0x00, 0xFF, 0xF8, 0x00, 0x3F, 0xFC, 0x00, 0x1F, 0xFF, 0x00, 0x07,\n    0xFF, 0x80, 0x03, 0xFF, 0xE0, 0x00, 0xFF, 0xF0, 0x00, 0x7F, 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0x0F,\n    0xF0, 0x00, 0x07, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x30, 0x00, 0x00, 0x10,\n    0x1D, 0x15, 0x12, 0x04, 0x13, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF,\n    0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF,\n    0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0x1A, 0x15, 0x24, 0x03, 0x03,\n    0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x70, 0x00, 0x00, 0x78, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7F,\n    0x00, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xE0, 0x00, 0x7F, 0xF8, 0x00, 0x3F, 0xFC, 0x00, 0x1F, 0xFE,\n    0x00, 0x0F, 0xFF, 0x80, 0x03, 0xFF, 0xC0, 0x01, 0xFF, 0xF0, 0x00, 0x7F, 0xF8, 0x00, 0x3F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x1F, 0xF8, 0x00,\n    0x7F, 0xF8, 0x00, 0xFF, 0xF0, 0x01, 0xFF, 0xE0, 0x07, 0xFF, 0xC0, 0x0F, 0xFF, 0x00, 0x3F, 0xFE,\n    0x00, 0x7F, 0xF8, 0x00, 0x7F, 0xF0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0x80, 0x00, 0x7E, 0x00, 0x00,\n    0x7C, 0x00, 0x00, 0x70, 0x00, 0x00, 0x60, 0x00, 0x00, 0x40, 0x00, 0x00, 0x21, 0x1B, 0x37, 0x03,\n    0x00, 0x00, 0x08, 0x00, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x0F, 0xFF, 0xFE,\n    0x00, 0x1F, 0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF,\n    0xC0, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xE0, 0xFF, 0x80, 0x7F, 0xE0, 0xFF, 0x80, 0x3F,\n    0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F,\n    0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0x78, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x7F,\n    0xC0, 0x00, 0x00, 0x7F, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x01, 0xFF,\n    0x80, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x0F, 0xFC,\n    0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0xFF, 0xE0,\n    0x00, 0x01, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x01, 0xFE, 0x00, 0x00, 0x01, 0xFE, 0x00,\n    0x00, 0x01, 0xFE, 0x00, 0x00, 0x01, 0xFE, 0x00, 0x00, 0x01, 0xFE, 0x00, 0x00, 0x01, 0xFE, 0x00,\n    0x00, 0x01, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00,\n    0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00,\n    0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0x38, 0x3F,\n    0x04, 0xF7, 0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0x80, 0x00,\n    0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x03,\n    0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x1F, 0xFF, 0xF0,\n    0x7F, 0xFF, 0x80, 0x00, 0x3F, 0xFE, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x3F, 0xF0, 0x01, 0xFF, 0xC0, 0x00, 0x00, 0x0F, 0xF0, 0x01,\n    0xFF, 0x00, 0x00, 0x00, 0x07, 0xF8, 0x03, 0xFE, 0x00, 0x00, 0x00, 0x03, 0xF8, 0x07, 0xFC, 0x00,\n    0x00, 0x00, 0x03, 0xFC, 0x07, 0xF8, 0x00, 0x3F, 0x9F, 0xC1, 0xFC, 0x0F, 0xF8, 0x00, 0xFF, 0xDF,\n    0xC1, 0xFE, 0x0F, 0xF0, 0x03, 0xFF, 0xFF, 0xC0, 0xFE, 0x1F, 0xE0, 0x07, 0xFF, 0xFF, 0xC0, 0xFE,\n    0x1F, 0xE0, 0x0F, 0xFF, 0xFF, 0xC0, 0x7E, 0x3F, 0xC0, 0x0F, 0xFF, 0xFF, 0xC0, 0x7F, 0x3F, 0xC0,\n    0x1F, 0xFC, 0x3F, 0x80, 0x7F, 0x3F, 0xC0, 0x3F, 0xF0, 0x7F, 0x80, 0x7F, 0x7F, 0x80, 0x3F, 0xE0,\n    0x7F, 0x80, 0x7F, 0x7F, 0x80, 0x7F, 0xC0, 0x7F, 0x80, 0x7F, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80,\n    0x3F, 0x7F, 0x00, 0xFF, 0x80, 0x7F, 0x80, 0x3F, 0x7F, 0x00, 0xFF, 0x00, 0x7F, 0x80, 0x3F, 0xFF,\n    0x00, 0xFF, 0x00, 0x7F, 0x00, 0x3F, 0xFF, 0x01, 0xFF, 0x00, 0xFF, 0x00, 0x7F, 0xFF, 0x01, 0xFE,\n    0x00, 0xFF, 0x00, 0x7F, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x00, 0x7F, 0xFE, 0x01, 0xFE, 0x00, 0xFF,\n    0x00, 0x7F, 0xFE, 0x01, 0xFE, 0x00, 0xFF, 0x00, 0x7E, 0xFE, 0x01, 0xFE, 0x00, 0xFF, 0x00, 0x7E,\n    0xFE, 0x01, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0xFE, 0x03, 0xFE, 0x01, 0xFE, 0x00, 0xFE, 0xFE, 0x01,\n    0xFE, 0x01, 0xFE, 0x00, 0xFC, 0xFE, 0x01, 0xFE, 0x01, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFE, 0x03,\n    0xFE, 0x03, 0xF8, 0xFE, 0x01, 0xFF, 0x03, 0xFE, 0x03, 0xF8, 0xFF, 0x01, 0xFF, 0x8F, 0xFE, 0x07,\n    0xF0, 0xFF, 0x00, 0xFF, 0xFF, 0xFE, 0x0F, 0xE0, 0xFF, 0x00, 0xFF, 0xFE, 0xFE, 0x3F, 0xE0, 0x7F,\n    0x00, 0x7F, 0xFE, 0xFF, 0xFF, 0xC0, 0x7F, 0x80, 0x7F, 0xFE, 0xFF, 0xFF, 0x80, 0x7F, 0x80, 0x3F,\n    0xFC, 0x7F, 0xFE, 0x00, 0x7F, 0x80, 0x0F, 0xF8, 0x3F, 0xFC, 0x00, 0x3F, 0xC0, 0x03, 0xC0, 0x0F,\n    0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFC,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,\n    0x00, 0x00, 0x00, 0x01, 0xFF, 0xF0, 0x00, 0x03, 0x80, 0x00, 0x00, 0xFF, 0xFF, 0xE3, 0xFF, 0xC0,\n    0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00,\n    0x0F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x7F,\n    0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xC0, 0x00, 0x00, 0x23, 0x21, 0x36, 0x01, 0x00,\n    0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00,\n    0x1F, 0xFC, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x3F,\n    0xFE, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x7F, 0xFF,\n    0x00, 0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0x00,\n    0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x7F, 0x80, 0x00,\n    0x00, 0xFF, 0x7F, 0x80, 0x00, 0x00, 0xFF, 0x7F, 0x80, 0x00, 0x01, 0xFE, 0x7F, 0x80, 0x00, 0x01,\n    0xFE, 0x7F, 0xC0, 0x00, 0x01, 0xFE, 0x7F, 0xC0, 0x00, 0x01, 0xFE, 0x3F, 0xC0, 0x00, 0x01, 0xFE,\n    0x3F, 0xC0, 0x00, 0x03, 0xFE, 0x3F, 0xC0, 0x00, 0x03, 0xFC, 0x3F, 0xE0, 0x00, 0x03, 0xFC, 0x3F,\n    0xE0, 0x00, 0x03, 0xFC, 0x1F, 0xE0, 0x00, 0x03, 0xFC, 0x1F, 0xE0, 0x00, 0x07, 0xFC, 0x1F, 0xE0,\n    0x00, 0x07, 0xFC, 0x1F, 0xF0, 0x00, 0x07, 0xF8, 0x1F, 0xF0, 0x00, 0x07, 0xF8, 0x1F, 0xF0, 0x00,\n    0x07, 0xF8, 0x0F, 0xF0, 0x00, 0x0F, 0xF8, 0x0F, 0xF0, 0x00, 0x0F, 0xF8, 0x0F, 0xF8, 0x00, 0x0F,\n    0xFF, 0xFF, 0xF8, 0x00, 0x0F, 0xFF, 0xFF, 0xF8, 0x00, 0x0F, 0xFF, 0xFF, 0xF8, 0x00, 0x1F, 0xFF,\n    0xFF, 0xF8, 0x00, 0x1F, 0xFF, 0xFF, 0xFC, 0x00, 0x1F, 0xFF, 0xFF, 0xFC, 0x00, 0x1F, 0xF0, 0x07,\n    0xFC, 0x00, 0x1F, 0xF0, 0x07, 0xFC, 0x00, 0x3F, 0xE0, 0x03, 0xFC, 0x00, 0x3F, 0xE0, 0x03, 0xFE,\n    0x00, 0x3F, 0xE0, 0x03, 0xFE, 0x00, 0x3F, 0xE0, 0x03, 0xFE, 0x00, 0x3F, 0xE0, 0x03, 0xFE, 0x00,\n    0x7F, 0xE0, 0x03, 0xFE, 0x00, 0x7F, 0xC0, 0x01, 0xFF, 0x00, 0x7F, 0xC0, 0x01, 0xFF, 0x00, 0x7F,\n    0xC0, 0x01, 0xFF, 0x00, 0x7F, 0xC0, 0x01, 0xFF, 0x00, 0xFF, 0xC0, 0x01, 0xFF, 0x80, 0x25, 0x1F,\n    0x36, 0x04, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF,\n    0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF,\n    0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x07, 0xF8, 0xFF, 0xC0, 0x07, 0xF8, 0xFF, 0xC0, 0x07, 0xF8, 0xFF,\n    0xC0, 0x07, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF,\n    0xC0, 0x0F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC1, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0xFF,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xC0, 0x7F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF,\n    0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF,\n    0xC0, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0x24, 0x1E, 0x38, 0x03, 0xFF,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x01, 0xFF, 0xFF, 0x00, 0x07, 0xFF, 0xFF, 0xC0,\n    0x0F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF0, 0x3F, 0xFF, 0xFF, 0xF8,\n    0x3F, 0xF0, 0x1F, 0xF8, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x07, 0xFC,\n    0x7F, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC,\n    0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC,\n    0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x07, 0xFC,\n    0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC,\n    0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xFC, 0x7F, 0xC0, 0x07, 0xFC,\n    0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x0F, 0xF8, 0x3F, 0xF0, 0x1F, 0xF8,\n    0x3F, 0xFF, 0xFF, 0xF8, 0x1F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF0, 0x0F, 0xFF, 0xFF, 0xE0,\n    0x07, 0xFF, 0xFF, 0xC0, 0x01, 0xFF, 0xFF, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x01, 0x00, 0x00,\n    0x25, 0x1E, 0x36, 0x04, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xFF,\n    0x00, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF,\n    0xF0, 0xFF, 0xC0, 0x7F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F,\n    0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F,\n    0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x3F, 0xF8, 0xFF, 0xC0, 0x3F,\n    0xF0, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0x1D, 0x17, 0x36,\n    0x04, 0x00, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF,\n    0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0,\n    0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF,\n    0xFE, 0xFF, 0xFF, 0xFE, 0x1B, 0x16, 0x36, 0x04, 0x00, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF,\n    0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xFF,\n    0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0x25, 0x1F, 0x38, 0x03, 0xFF,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x01, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF, 0xC0,\n    0x0F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF8, 0x3F, 0xFF, 0xFF, 0xF8,\n    0x3F, 0xF0, 0x1F, 0xFC, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x07, 0xFC, 0x7F, 0xE0, 0x07, 0xFC,\n    0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE,\n    0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,\n    0xFF, 0xC0, 0xFF, 0xFE, 0xFF, 0xC0, 0xFF, 0xFE, 0xFF, 0xC0, 0xFF, 0xFE, 0xFF, 0xC0, 0xFF, 0xFE,\n    0xFF, 0xC0, 0xFF, 0xFE, 0xFF, 0xC0, 0xFF, 0xFE, 0xFF, 0xC0, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFE,\n    0xFF, 0xC0, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFE,\n    0xFF, 0xC0, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFE, 0x7F, 0xC0, 0x03, 0xFE, 0x7F, 0xE0, 0x03, 0xFE,\n    0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xF0, 0x0F, 0xFE, 0x3F, 0xF0, 0x1F, 0xFE,\n    0x3F, 0xFF, 0xFF, 0xFE, 0x1F, 0xFF, 0xFF, 0xFE, 0x1F, 0xFF, 0xFE, 0xFE, 0x0F, 0xFF, 0xFE, 0xFE,\n    0x07, 0xFF, 0xFC, 0xFE, 0x03, 0xFF, 0xF8, 0xFE, 0x00, 0xFF, 0xF0, 0xFE, 0x00, 0x02, 0x00, 0x00,\n    0x27, 0x1F, 0x36, 0x04, 0x00, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF,\n    0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0x12, 0x0A, 0x36,\n    0x04, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x16, 0x11,\n    0x37, 0x01, 0xFF, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01,\n    0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF,\n    0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80,\n    0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01,\n    0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF,\n    0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80,\n    0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01,\n    0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF,\n    0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x80, 0x03, 0xFF, 0x00, 0x03, 0xFF, 0x00,\n    0x0F, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFC, 0x00, 0xFF,\n    0xF8, 0x00, 0xFF, 0xE0, 0x00, 0xF0, 0x00, 0x00, 0x24, 0x1F, 0x36, 0x04, 0x00, 0xFF, 0xC0, 0x07,\n    0xFC, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F,\n    0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x3F, 0xE0, 0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x7F,\n    0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC1, 0xFF,\n    0x80, 0xFF, 0xC1, 0xFF, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0xC3, 0xFE, 0x00, 0xFF, 0xC7, 0xFE,\n    0x00, 0xFF, 0xC7, 0xFE, 0x00, 0xFF, 0xCF, 0xFC, 0x00, 0xFF, 0xCF, 0xFC, 0x00, 0xFF, 0xDF, 0xF8,\n    0x00, 0xFF, 0xDF, 0xF8, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF0,\n    0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xF8,\n    0x00, 0xFF, 0xEF, 0xFC, 0x00, 0xFF, 0xEF, 0xFC, 0x00, 0xFF, 0xC7, 0xFE, 0x00, 0xFF, 0xC7, 0xFE,\n    0x00, 0xFF, 0xC7, 0xFE, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0xC1, 0xFF,\n    0x80, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF,\n    0xC0, 0xFF, 0xC0, 0xFF, 0xE0, 0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x3F,\n    0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F,\n    0xF8, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0x1C, 0x17, 0x36, 0x04, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE,\n    0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0x2E, 0x26, 0x36, 0x04,\n    0x00, 0x7F, 0xE0, 0x00, 0x1F, 0xF8, 0x7F, 0xE0, 0x00, 0x1F, 0xF8, 0x7F, 0xF0, 0x00, 0x1F, 0xF8,\n    0x7F, 0xF0, 0x00, 0x1F, 0xF8, 0x7F, 0xF0, 0x00, 0x3F, 0xF8, 0x7F, 0xF0, 0x00, 0x3F, 0xF8, 0x7F,\n    0xF0, 0x00, 0x3F, 0xF8, 0x7F, 0xF8, 0x00, 0x3F, 0xF8, 0x7F, 0xF8, 0x00, 0x3F, 0xF8, 0x7F, 0xF8,\n    0x00, 0x7F, 0xF8, 0x7F, 0xF8, 0x00, 0x7F, 0xF8, 0x7F, 0xF8, 0x00, 0x7F, 0xF8, 0x7F, 0xFC, 0x00,\n    0x7F, 0xF8, 0x7F, 0xFC, 0x00, 0xFF, 0xF8, 0x7F, 0xFC, 0x00, 0xFF, 0xF8, 0x7F, 0xFC, 0x00, 0xFF,\n    0xF8, 0x7F, 0xFC, 0x00, 0xFF, 0xF8, 0x7F, 0xFE, 0x01, 0xFF, 0xF8, 0x7F, 0xFE, 0x01, 0xFB, 0xF8,\n    0x7F, 0xFE, 0x01, 0xFB, 0xF8, 0xFF, 0xFE, 0x01, 0xFB, 0xF8, 0xFF, 0x7E, 0x01, 0xFB, 0xF8, 0xFF,\n    0x7F, 0x03, 0xF3, 0xF8, 0xFF, 0x7F, 0x03, 0xF3, 0xF8, 0xFF, 0x7F, 0x03, 0xF3, 0xF8, 0xFF, 0x3F,\n    0x03, 0xF3, 0xF8, 0xFF, 0x3F, 0x07, 0xF3, 0xF8, 0xFF, 0x3F, 0x87, 0xE3, 0xF8, 0xFF, 0x3F, 0x87,\n    0xE3, 0xF8, 0xFF, 0x3F, 0x87, 0xE3, 0xF8, 0xFF, 0x1F, 0x87, 0xE3, 0xF8, 0xFF, 0x1F, 0x8F, 0xE3,\n    0xF8, 0xFF, 0x1F, 0xCF, 0xC3, 0xF8, 0xFF, 0x1F, 0xCF, 0xC3, 0xF8, 0xFF, 0x0F, 0xCF, 0xC3, 0xF8,\n    0xFF, 0x0F, 0xDF, 0xC3, 0xF8, 0xFF, 0x0F, 0xFF, 0xC3, 0xF8, 0xFF, 0x0F, 0xFF, 0x83, 0xF8, 0xFF,\n    0x0F, 0xFF, 0x83, 0xF8, 0xFF, 0x07, 0xFF, 0x83, 0xFC, 0xFF, 0x07, 0xFF, 0x83, 0xFC, 0xFF, 0x07,\n    0xFF, 0x03, 0xFC, 0xFF, 0x07, 0xFF, 0x03, 0xFC, 0xFF, 0x03, 0xFF, 0x03, 0xFC, 0xFF, 0x03, 0xFF,\n    0x03, 0xFC, 0xFF, 0x03, 0xFF, 0x03, 0xFC, 0xFF, 0x03, 0xFE, 0x03, 0xFC, 0xFF, 0x01, 0xFE, 0x03,\n    0xFC, 0xFF, 0x01, 0xFE, 0x03, 0xFC, 0xFF, 0x01, 0xFE, 0x03, 0xFC, 0xFF, 0x01, 0xFE, 0x03, 0xFC,\n    0xFF, 0x01, 0xFC, 0x03, 0xFC, 0xFF, 0x00, 0xFC, 0x03, 0xFC, 0xFF, 0x00, 0xFC, 0x03, 0xFC, 0x24,\n    0x1C, 0x36, 0x04, 0x00, 0xFE, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x0F, 0xF0,\n    0xFF, 0x00, 0x0F, 0xF0, 0xFF, 0x80, 0x0F, 0xF0, 0xFF, 0x80, 0x0F, 0xF0, 0xFF, 0xC0, 0x0F, 0xF0,\n    0xFF, 0xC0, 0x0F, 0xF0, 0xFF, 0xE0, 0x0F, 0xF0, 0xFF, 0xE0, 0x0F, 0xF0, 0xFF, 0xF0, 0x0F, 0xF0,\n    0xFF, 0xF0, 0x0F, 0xF0, 0xFF, 0xF0, 0x0F, 0xF0, 0xFF, 0xF8, 0x0F, 0xF0, 0xFF, 0xF8, 0x0F, 0xF0,\n    0xFF, 0xFC, 0x0F, 0xF0, 0xFF, 0xFC, 0x0F, 0xF0, 0xFF, 0xFE, 0x0F, 0xF0, 0xFF, 0xFE, 0x0F, 0xF0,\n    0xFF, 0xFF, 0x0F, 0xF0, 0xFF, 0xFF, 0x0F, 0xF0, 0xFF, 0xFF, 0x0F, 0xF0, 0xFF, 0xFF, 0x8F, 0xF0,\n    0xFF, 0x7F, 0x8F, 0xF0, 0xFF, 0x7F, 0xCF, 0xF0, 0xFF, 0x7F, 0xCF, 0xF0, 0xFF, 0x3F, 0xEF, 0xF0,\n    0xFF, 0x3F, 0xEF, 0xF0, 0xFF, 0x1F, 0xFF, 0xF0, 0xFF, 0x1F, 0xFF, 0xF0, 0xFF, 0x0F, 0xFF, 0xF0,\n    0xFF, 0x0F, 0xFF, 0xF0, 0xFF, 0x07, 0xFF, 0xF0, 0xFF, 0x07, 0xFF, 0xF0, 0xFF, 0x07, 0xFF, 0xF0,\n    0xFF, 0x03, 0xFF, 0xF0, 0xFF, 0x03, 0xFF, 0xF0, 0xFF, 0x01, 0xFF, 0xF0, 0xFF, 0x01, 0xFF, 0xF0,\n    0xFF, 0x00, 0xFF, 0xF0, 0xFF, 0x00, 0xFF, 0xF0, 0xFF, 0x00, 0xFF, 0xF0, 0xFF, 0x00, 0x7F, 0xF0,\n    0xFF, 0x00, 0x7F, 0xF0, 0xFF, 0x00, 0x3F, 0xF0, 0xFF, 0x00, 0x3F, 0xF0, 0xFF, 0x00, 0x1F, 0xF0,\n    0xFF, 0x00, 0x1F, 0xF0, 0xFF, 0x00, 0x1F, 0xF0, 0xFF, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x0F, 0xF0,\n    0xFF, 0x00, 0x07, 0xF0, 0xFF, 0x00, 0x07, 0xF0, 0xFF, 0x00, 0x03, 0xF0, 0x26, 0x1F, 0x38, 0x03,\n    0xFF, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x01, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF,\n    0xC0, 0x0F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF8, 0x3F, 0xFF, 0xFF,\n    0xF8, 0x3F, 0xF0, 0x1F, 0xFC, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x07,\n    0xFE, 0x7F, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07,\n    0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0x7F, 0xC0, 0x07,\n    0xFE, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x0F, 0xFC, 0x3F, 0xF0, 0x1F,\n    0xFC, 0x3F, 0xFF, 0xFF, 0xF8, 0x1F, 0xFF, 0xFF, 0xF8, 0x1F, 0xFF, 0xFF, 0xF0, 0x0F, 0xFF, 0xFF,\n    0xE0, 0x07, 0xFF, 0xFF, 0xC0, 0x01, 0xFF, 0xFF, 0x80, 0x00, 0x7F, 0xFE, 0x00, 0x00, 0x01, 0x00,\n    0x00, 0x23, 0x1E, 0x36, 0x04, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xFE, 0x00, 0xFF, 0xFF,\n    0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xC3,\n    0xFF, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0,\n    0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0,\n    0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0,\n    0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0,\n    0x3F, 0xF0, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF,\n    0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x26, 0x1F,\n    0x42, 0x03, 0xF5, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x01, 0xFF, 0xFF, 0x80, 0x07,\n    0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xF8, 0x3F,\n    0xFF, 0xFF, 0xF8, 0x3F, 0xF0, 0x1F, 0xFC, 0x7F, 0xE0, 0x0F, 0xFC, 0x7F, 0xE0, 0x07, 0xFE, 0x7F,\n    0xE0, 0x07, 0xFE, 0x7F, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF,\n    0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0xFF, 0xC0, 0x07, 0xFE, 0x7F,\n    0xC0, 0x07, 0xFE, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x07, 0xFE, 0x7F, 0xE0, 0x0F, 0xFC, 0x3F,\n    0xF0, 0x1F, 0xFC, 0x3F, 0xFF, 0xFF, 0xF8, 0x1F, 0xFF, 0xFF, 0xF8, 0x1F, 0xFF, 0xFF, 0xF0, 0x0F,\n    0xFF, 0xFF, 0xE0, 0x07, 0xFF, 0xFF, 0xC0, 0x01, 0xFF, 0xFF, 0x80, 0x00, 0x7F, 0xFF, 0x00, 0x00,\n    0x01, 0x7F, 0x80, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x1F, 0xF0, 0x00,\n    0x00, 0x0F, 0xF8, 0x00, 0x00, 0x07, 0xF8, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x01, 0xF0, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x10, 0x25, 0x1F, 0x36, 0x04, 0x00,\n    0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xC0,\n    0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xC0, 0x3F, 0xF8,\n    0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xFC,\n    0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC,\n    0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8,\n    0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x3F, 0xF8, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0,\n    0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0xC1, 0xFF, 0x00,\n    0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x7F, 0xE0,\n    0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x7F, 0xE0, 0xFF, 0xC0, 0x3F, 0xE0, 0xFF, 0xC0, 0x3F, 0xF0,\n    0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x3F, 0xF0, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8,\n    0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC,\n    0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x07, 0xFE, 0x21, 0x1C, 0x38, 0x03, 0xFF, 0x00, 0x04, 0x00,\n    0x00, 0x01, 0xFF, 0xF0, 0x00, 0x07, 0xFF, 0xFC, 0x00, 0x0F, 0xFF, 0xFE, 0x00, 0x1F, 0xFF, 0xFF,\n    0x00, 0x3F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFB, 0xFF, 0xC0, 0xFF, 0xC0, 0x7F,\n    0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x1F,\n    0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x1F, 0x80, 0xFF, 0xC0, 0x10,\n    0x00, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x7F, 0xF8, 0x00,\n    0x00, 0x3F, 0xFE, 0x00, 0x00, 0x3F, 0xFF, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0xC0,\n    0x00, 0x07, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0xFF, 0xFC,\n    0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x1F, 0xFF, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x07, 0xFF,\n    0xC0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x03, 0x00, 0x3F, 0xF0, 0x7F, 0x00, 0x3F, 0xF0, 0xFF, 0x00, 0x3F, 0xF0, 0xFF, 0x80, 0x1F,\n    0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xF0, 0xFF, 0xC0, 0x1F,\n    0xF0, 0x7F, 0xC0, 0x3F, 0xF0, 0x7F, 0xE0, 0x7F, 0xF0, 0x7F, 0xFF, 0xFF, 0xE0, 0x3F, 0xFF, 0xFF,\n    0xE0, 0x3F, 0xFF, 0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF,\n    0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x02, 0x00, 0x00, 0x1C, 0x1C, 0x36,\n    0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF,\n    0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F,\n    0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x26, 0x1E, 0x37, 0x04, 0xFF, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF,\n    0x80, 0x07, 0xFC, 0xFF, 0x80, 0x07, 0xFC, 0xFF, 0x80, 0x0F, 0xFC, 0xFF, 0x80, 0x0F, 0xFC, 0xFF,\n    0x80, 0x0F, 0xFC, 0xFF, 0x80, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xFC, 0xFF, 0xC0, 0x0F, 0xF8, 0xFF,\n    0xC0, 0x0F, 0xF8, 0x7F, 0xE0, 0x1F, 0xF8, 0x7F, 0xF0, 0x3F, 0xF8, 0x3F, 0xFF, 0xFF, 0xF0, 0x3F,\n    0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0x80, 0x03,\n    0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0x02, 0x00, 0x00, 0x23, 0x1F, 0x36, 0x02, 0x00,\n    0xFF, 0x00, 0x03, 0xFE, 0xFF, 0x80, 0x03, 0xFE, 0xFF, 0x80, 0x03, 0xFE, 0xFF, 0x80, 0x03, 0xFC,\n    0xFF, 0x80, 0x07, 0xFC, 0x7F, 0x80, 0x07, 0xFC, 0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0xC0, 0x07, 0xFC,\n    0x7F, 0xC0, 0x07, 0xF8, 0x7F, 0xC0, 0x0F, 0xF8, 0x3F, 0xC0, 0x0F, 0xF8, 0x3F, 0xC0, 0x0F, 0xF8,\n    0x3F, 0xE0, 0x0F, 0xF8, 0x3F, 0xE0, 0x0F, 0xF0, 0x3F, 0xE0, 0x0F, 0xF0, 0x1F, 0xE0, 0x1F, 0xF0,\n    0x1F, 0xE0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xE0, 0x1F, 0xF0, 0x1F, 0xE0,\n    0x0F, 0xF0, 0x3F, 0xE0, 0x0F, 0xF0, 0x3F, 0xE0, 0x0F, 0xF8, 0x3F, 0xE0, 0x0F, 0xF8, 0x3F, 0xC0,\n    0x07, 0xF8, 0x3F, 0xC0, 0x07, 0xF8, 0x3F, 0xC0, 0x07, 0xF8, 0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0xC0,\n    0x07, 0xFC, 0x7F, 0x80, 0x03, 0xFC, 0x7F, 0x80, 0x03, 0xFC, 0x7F, 0x80, 0x03, 0xFC, 0x7F, 0x80,\n    0x03, 0xFC, 0xFF, 0x00, 0x03, 0xFE, 0xFF, 0x00, 0x01, 0xFE, 0xFF, 0x00, 0x01, 0xFE, 0xFF, 0x00,\n    0x01, 0xFE, 0xFF, 0x00, 0x01, 0xFF, 0xFE, 0x00, 0x01, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFE, 0x00,\n    0x00, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFC, 0x00,\n    0x00, 0x7F, 0xFC, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x7F, 0xF8, 0x00,\n    0x00, 0x7F, 0xF8, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00, 0x3F, 0xF8, 0x00,\n    0x00, 0x3F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x30, 0x2C, 0x36, 0x02, 0x00, 0xFF, 0x80, 0x1F,\n    0x80, 0x0F, 0xF0, 0xFF, 0x80, 0x1F, 0xC0, 0x0F, 0xF0, 0x7F, 0x80, 0x1F, 0xC0, 0x1F, 0xF0, 0x7F,\n    0x80, 0x1F, 0xC0, 0x1F, 0xE0, 0x7F, 0x80, 0x3F, 0xC0, 0x1F, 0xE0, 0x7F, 0x80, 0x3F, 0xC0, 0x1F,\n    0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x1F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x1F, 0xE0, 0x7F, 0xC0, 0x3F,\n    0xE0, 0x1F, 0xE0, 0x3F, 0xC0, 0x3F, 0xE0, 0x1F, 0xE0, 0x3F, 0xC0, 0x7F, 0xE0, 0x3F, 0xC0, 0x3F,\n    0xC0, 0x7F, 0xE0, 0x3F, 0xC0, 0x3F, 0xC0, 0x7F, 0xF0, 0x3F, 0xC0, 0x3F, 0xC0, 0x7F, 0xF0, 0x3F,\n    0xC0, 0x3F, 0xC0, 0x7F, 0xF0, 0x3F, 0xC0, 0x3F, 0xC0, 0xFF, 0xF0, 0x3F, 0xC0, 0x1F, 0xE0, 0xFF,\n    0xF0, 0x3F, 0xC0, 0x1F, 0xE0, 0xFF, 0xF8, 0x7F, 0x80, 0x1F, 0xE0, 0xFF, 0xF8, 0x7F, 0x80, 0x1F,\n    0xE0, 0xFF, 0xF8, 0x7F, 0x80, 0x1F, 0xE0, 0xFF, 0xF8, 0x7F, 0x80, 0x1F, 0xE1, 0xFF, 0xF8, 0x7F,\n    0x80, 0x1F, 0xE1, 0xFB, 0xFC, 0x7F, 0x80, 0x0F, 0xE1, 0xF9, 0xFC, 0x7F, 0x80, 0x0F, 0xF1, 0xF9,\n    0xFC, 0x7F, 0x00, 0x0F, 0xF1, 0xF9, 0xFC, 0xFF, 0x00, 0x0F, 0xF3, 0xF9, 0xFC, 0xFF, 0x00, 0x0F,\n    0xF3, 0xF1, 0xFC, 0xFF, 0x00, 0x0F, 0xF3, 0xF0, 0xFE, 0xFF, 0x00, 0x0F, 0xF3, 0xF0, 0xFE, 0xFF,\n    0x00, 0x07, 0xF3, 0xF0, 0xFE, 0xFF, 0x00, 0x07, 0xFB, 0xF0, 0xFE, 0xFE, 0x00, 0x07, 0xFF, 0xE0,\n    0xFE, 0xFE, 0x00, 0x07, 0xFF, 0xE0, 0xFF, 0xFE, 0x00, 0x07, 0xFF, 0xE0, 0x7F, 0xFE, 0x00, 0x07,\n    0xFF, 0xE0, 0x7F, 0xFE, 0x00, 0x07, 0xFF, 0xE0, 0x7F, 0xFE, 0x00, 0x03, 0xFF, 0xE0, 0x7F, 0xFE,\n    0x00, 0x03, 0xFF, 0xC0, 0x7F, 0xFC, 0x00, 0x03, 0xFF, 0xC0, 0x3F, 0xFC, 0x00, 0x03, 0xFF, 0xC0,\n    0x3F, 0xFC, 0x00, 0x03, 0xFF, 0xC0, 0x3F, 0xFC, 0x00, 0x03, 0xFF, 0xC0, 0x3F, 0xFC, 0x00, 0x03,\n    0xFF, 0x80, 0x3F, 0xFC, 0x00, 0x01, 0xFF, 0x80, 0x1F, 0xFC, 0x00, 0x01, 0xFF, 0x80, 0x1F, 0xF8,\n    0x00, 0x01, 0xFF, 0x80, 0x1F, 0xF8, 0x00, 0x01, 0xFF, 0x80, 0x1F, 0xF8, 0x00, 0x01, 0xFF, 0x80,\n    0x1F, 0xF8, 0x00, 0x01, 0xFF, 0x00, 0x1F, 0xF8, 0x00, 0x01, 0xFF, 0x00, 0x0F, 0xF8, 0x00, 0x00,\n    0xFF, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0xFF, 0x00, 0x0F, 0xF0, 0x00, 0x00, 0xFF, 0x00, 0x0F, 0xF0,\n    0x00, 0x21, 0x20, 0x36, 0x01, 0x00, 0xFF, 0x80, 0x03, 0xFE, 0xFF, 0xC0, 0x03, 0xFC, 0x7F, 0xC0,\n    0x03, 0xFC, 0x7F, 0xE0, 0x07, 0xFC, 0x3F, 0xE0, 0x07, 0xF8, 0x3F, 0xF0, 0x07, 0xF8, 0x3F, 0xF0,\n    0x0F, 0xF0, 0x1F, 0xF0, 0x0F, 0xF0, 0x1F, 0xF8, 0x1F, 0xF0, 0x0F, 0xF8, 0x1F, 0xE0, 0x0F, 0xFC,\n    0x1F, 0xE0, 0x07, 0xFC, 0x3F, 0xC0, 0x07, 0xFE, 0x3F, 0xC0, 0x07, 0xFE, 0x3F, 0xC0, 0x03, 0xFF,\n    0x7F, 0x80, 0x03, 0xFF, 0x7F, 0x80, 0x01, 0xFF, 0xFF, 0x00, 0x01, 0xFF, 0xFF, 0x00, 0x00, 0xFF,\n    0xFF, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x7F,\n    0xFC, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00, 0x3F,\n    0xF0, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x7F,\n    0xFC, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x01, 0xFF, 0xFE, 0x00, 0x01, 0xFF,\n    0xFF, 0x00, 0x01, 0xFF, 0xFF, 0x00, 0x03, 0xFF, 0xFF, 0x80, 0x03, 0xFD, 0xFF, 0x80, 0x03, 0xFC,\n    0xFF, 0x80, 0x07, 0xFC, 0xFF, 0xC0, 0x07, 0xF8, 0x7F, 0xC0, 0x0F, 0xF8, 0x7F, 0xE0, 0x0F, 0xF0,\n    0x3F, 0xE0, 0x0F, 0xF0, 0x3F, 0xF0, 0x1F, 0xF0, 0x3F, 0xF0, 0x1F, 0xE0, 0x1F, 0xF0, 0x1F, 0xE0,\n    0x1F, 0xF8, 0x3F, 0xE0, 0x0F, 0xF8, 0x3F, 0xC0, 0x0F, 0xFC, 0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0x80,\n    0x07, 0xFE, 0x7F, 0x80, 0x07, 0xFE, 0xFF, 0x80, 0x03, 0xFF, 0xFF, 0x00, 0x03, 0xFF, 0x21, 0x1F,\n    0x36, 0x01, 0x00, 0xFF, 0x80, 0x03, 0xFE, 0xFF, 0x80, 0x03, 0xFE, 0xFF, 0xC0, 0x07, 0xFC, 0x7F,\n    0xC0, 0x07, 0xFC, 0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0xE0, 0x0F, 0xF8, 0x3F, 0xE0, 0x0F, 0xF8, 0x3F,\n    0xE0, 0x0F, 0xF8, 0x3F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F, 0xF0, 0x1F,\n    0xF8, 0x1F, 0xE0, 0x0F, 0xF8, 0x3F, 0xE0, 0x0F, 0xF8, 0x3F, 0xC0, 0x0F, 0xFC, 0x3F, 0xC0, 0x07,\n    0xFC, 0x7F, 0xC0, 0x07, 0xFC, 0x7F, 0x80, 0x07, 0xFE, 0x7F, 0x80, 0x03, 0xFE, 0xFF, 0x80, 0x03,\n    0xFE, 0xFF, 0x00, 0x03, 0xFF, 0xFF, 0x00, 0x01, 0xFF, 0xFF, 0x00, 0x01, 0xFF, 0xFE, 0x00, 0x01,\n    0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFE, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0x00,\n    0x7F, 0xFC, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00,\n    0x3F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x1C, 0x19, 0x36, 0x02, 0x00,\n    0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80,\n    0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00,\n    0x00, 0x03, 0xFE, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x07, 0xFC, 0x00,\n    0x00, 0x07, 0xFC, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x0F, 0xF8, 0x00,\n    0x00, 0x1F, 0xF8, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00,\n    0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xC0, 0x00,\n    0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x01, 0xFF, 0x80, 0x00,\n    0x01, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00,\n    0x03, 0xFE, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00,\n    0x0F, 0xFC, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x1F, 0xF8, 0x00, 0x00,\n    0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00,\n    0x3F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xC0, 0x00, 0x00, 0x7F, 0xC0, 0x00, 0x00,\n    0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80,\n    0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0x17, 0x10, 0x42, 0x04, 0xF4, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0x1B, 0x16, 0x36, 0x02, 0x00, 0xFE, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7F,\n    0x00, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x1F, 0x80, 0x00, 0x1F, 0x80,\n    0x00, 0x1F, 0x80, 0x00, 0x1F, 0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x0F, 0xE0, 0x00,\n    0x07, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x03,\n    0xF0, 0x00, 0x03, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x01, 0xF8, 0x00, 0x01, 0xFC,\n    0x00, 0x00, 0xFC, 0x00, 0x00, 0xFC, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00,\n    0x00, 0x7E, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x3F, 0x80, 0x00,\n    0x3F, 0x80, 0x00, 0x1F, 0x80, 0x00, 0x1F, 0x80, 0x00, 0x1F, 0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x0F,\n    0xC0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xE0, 0x00, 0x07, 0xF0,\n    0x00, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x01, 0xF8, 0x00,\n    0x01, 0xF8, 0x00, 0x01, 0xFC, 0x00, 0x00, 0xFC, 0x15, 0x11, 0x42, 0x01, 0xF4, 0xFF, 0xFF, 0x80,\n    0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80,\n    0xFF, 0xFF, 0x80, 0x1F, 0x1B, 0x16, 0x02, 0x20, 0x00, 0x3F, 0xC0, 0x00, 0x00, 0x7F, 0xC0, 0x00,\n    0x00, 0x7F, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xF0, 0x00,\n    0x01, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x03, 0xFB, 0xF8, 0x00, 0x03, 0xFB, 0xFC, 0x00,\n    0x07, 0xF3, 0xFC, 0x00, 0x07, 0xF1, 0xFE, 0x00, 0x0F, 0xF1, 0xFE, 0x00, 0x0F, 0xE0, 0xFE, 0x00,\n    0x1F, 0xE0, 0xFF, 0x00, 0x1F, 0xE0, 0xFF, 0x00, 0x1F, 0xC0, 0x7F, 0x80, 0x3F, 0xC0, 0x7F, 0x80,\n    0x3F, 0xC0, 0x7F, 0xC0, 0x7F, 0x80, 0x3F, 0xC0, 0x7F, 0x80, 0x3F, 0xC0, 0xFF, 0x00, 0x1F, 0xE0,\n    0x18, 0x18, 0x06, 0x00, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0x0E, 0x0D, 0x03, 0x29, 0xFF, 0xC0, 0x7F, 0xC0,\n    0x3F, 0xC0, 0x3F, 0xE0, 0x1F, 0xE0, 0x0F, 0xE0, 0x0F, 0xF0, 0x07, 0xF0, 0x03, 0xF0, 0x03, 0xF8,\n    0x01, 0xF8, 0x00, 0xF8, 0x00, 0xFC, 0x1E, 0x19, 0x28, 0x03, 0xFF, 0x00, 0x08, 0x00, 0x00, 0x01,\n    0xFF, 0xC0, 0x00, 0x07, 0xFF, 0xF0, 0x00, 0x1F, 0xFF, 0xF8, 0x00, 0x1F, 0xFF, 0xFC, 0x00, 0x3F,\n    0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0xFE, 0x00, 0x7F, 0xC3, 0xFE, 0x00, 0x7F, 0x81, 0xFF, 0x00, 0xFF,\n    0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0x00,\n    0x01, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x0F, 0xFF, 0x00, 0x00,\n    0x7F, 0xFF, 0x00, 0x01, 0xFF, 0xFF, 0x00, 0x03, 0xFF, 0xFF, 0x00, 0x0F, 0xFD, 0xFF, 0x00, 0x1F,\n    0xF1, 0xFF, 0x00, 0x3F, 0xE1, 0xFF, 0x00, 0x7F, 0xC1, 0xFF, 0x00, 0x7F, 0xC1, 0xFF, 0x00, 0xFF,\n    0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x01, 0xFF, 0x00, 0xFF, 0x01, 0xFF, 0x00, 0xFF,\n    0x01, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x83, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0xFF, 0x00, 0xFF, 0xFE, 0xFF, 0x00, 0x7F, 0xFE, 0xFF, 0x00, 0x3F, 0xFC, 0xFF, 0x80, 0x1F,\n    0xF8, 0xFF, 0x80, 0x0F, 0xF0, 0xFF, 0x80, 0x01, 0x00, 0x00, 0x00, 0x20, 0x19, 0x37, 0x04, 0xFF,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x80, 0x00,\n    0xFF, 0x8F, 0xF0, 0x00, 0xFF, 0x9F, 0xFC, 0x00, 0xFF, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xC3, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x81, 0xFF, 0x80, 0xFF, 0xC1, 0xFF, 0x00,\n    0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xFC, 0x00,\n    0xFF, 0xBF, 0xF8, 0x00, 0xFF, 0x8F, 0xF0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x1D, 0x18, 0x28, 0x03,\n    0xFF, 0x00, 0x08, 0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF8, 0x3F, 0xFF, 0xFC,\n    0x3F, 0xFF, 0xFE, 0x7F, 0xFF, 0xFE, 0x7F, 0xC3, 0xFE, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF,\n    0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF,\n    0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0x7F, 0x81,\n    0xFF, 0x7F, 0xC3, 0xFE, 0x7F, 0xFF, 0xFE, 0x3F, 0xFF, 0xFC, 0x3F, 0xFF, 0xFC, 0x1F, 0xFF, 0xF8,\n    0x0F, 0xFF, 0xF0, 0x03, 0xFF, 0xC0, 0x00, 0x08, 0x00, 0x20, 0x19, 0x37, 0x03, 0xFF, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,\n    0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x40, 0xFF, 0x80, 0x07, 0xF8,\n    0xFF, 0x80, 0x0F, 0xFE, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF,\n    0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xE1, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0x7F, 0xE1, 0xFF, 0x80, 0x7F, 0xFF,\n    0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x1F, 0xFE,\n    0xFF, 0x80, 0x07, 0xF8, 0xFF, 0x80, 0x00, 0x40, 0x00, 0x00, 0x1E, 0x18, 0x28, 0x03, 0xFF, 0x00,\n    0x08, 0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF8, 0x3F, 0xFF, 0xFC, 0x3F, 0xFF,\n    0xFC, 0x7F, 0xFF, 0xFE, 0x7F, 0xC3, 0xFE, 0x7F, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF,\n    0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x81, 0xFF,\n    0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0x81, 0xFF, 0xFF, 0xC1, 0xFF, 0x7F,\n    0xC3, 0xFE, 0x7F, 0xFF, 0xFE, 0x3F, 0xFF, 0xFE, 0x3F, 0xFF, 0xFC, 0x1F, 0xFF, 0xF8, 0x0F, 0xFF,\n    0xF0, 0x03, 0xFF, 0xC0, 0x00, 0x08, 0x00, 0x14, 0x13, 0x34, 0x01, 0x00, 0x00, 0x3F, 0xE0, 0x00,\n    0xFF, 0xE0, 0x01, 0xFF, 0xE0, 0x03, 0xFF, 0xE0, 0x07, 0xFF, 0xE0, 0x07, 0xFF, 0xE0, 0x07, 0xFF,\n    0x60, 0x07, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00,\n    0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC,\n    0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00,\n    0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F,\n    0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC,\n    0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00,\n    0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F,\n    0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x1F, 0x1F, 0x33, 0x01, 0xF5, 0x00, 0x04, 0x00,\n    0x18, 0x00, 0xFF, 0xE0, 0x3C, 0x01, 0xFF, 0xF0, 0xFC, 0x07, 0xFF, 0xF9, 0xFC, 0x07, 0xFF, 0xFF,\n    0xFE, 0x0F, 0xFF, 0xFF, 0xFC, 0x1F, 0xFF, 0xFF, 0xE0, 0x1F, 0xF0, 0xFF, 0x80, 0x1F, 0xE0, 0x7F,\n    0x80, 0x3F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x3F, 0x80, 0x3F, 0xC0, 0x3F,\n    0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F,\n    0xC0, 0x3F, 0xE0, 0x3F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0x80, 0x1F, 0xE0, 0x7F,\n    0x80, 0x1F, 0xF9, 0xFF, 0x80, 0x0F, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF, 0x00, 0x03, 0xFF, 0xFE,\n    0x00, 0x03, 0xFF, 0xFC, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x0F, 0x9F, 0xC0, 0x00, 0x1F, 0x80, 0x00,\n    0x00, 0x3F, 0x80, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x3F, 0xFF, 0xFC,\n    0x00, 0x3F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0xE0, 0x03, 0xFF, 0xFF,\n    0xE0, 0x07, 0xFF, 0xFF, 0xF0, 0x1F, 0xC0, 0x3F, 0xF0, 0x3F, 0x80, 0x07, 0xF0, 0x3F, 0x80, 0x07,\n    0xF0, 0x7F, 0x80, 0x07, 0xF0, 0x7F, 0x80, 0x07, 0xF0, 0x7F, 0x80, 0x07, 0xF0, 0xFF, 0xFC, 0x3F,\n    0xF0, 0x7F, 0xFF, 0xFF, 0xF0, 0x7F, 0xFF, 0xFF, 0xE0, 0x7F, 0xFF, 0xFF, 0xE0, 0x3F, 0xFF, 0xFF,\n    0xC0, 0x0F, 0xFF, 0xFF, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x20, 0x19, 0x36, 0x04, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80,\n    0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x20, 0x00, 0xFF, 0x83,\n    0xFC, 0x00, 0xFF, 0x8F, 0xFE, 0x00, 0xFF, 0xBF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF,\n    0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xE1, 0xFF, 0x80, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x11, 0x09, 0x34, 0x04, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0x11, 0x0F, 0x3F, 0xFF, 0xF5, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFE,\n    0x07, 0xFE, 0x07, 0xFE, 0x07, 0xFC, 0x07, 0xFC, 0x9F, 0xFC, 0xFF, 0xFC, 0xFF, 0xF8, 0xFF, 0xF8,\n    0xFF, 0xF0, 0xFF, 0xE0, 0xFF, 0x00, 0x20, 0x1C, 0x36, 0x04, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF,\n    0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF,\n    0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF,\n    0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF,\n    0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x3F, 0xF0, 0xFF,\n    0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x7F, 0xE0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x81, 0xFF, 0x80, 0xFF, 0x83, 0xFF, 0x00, 0xFF, 0x83, 0xFF, 0x00, 0xFF, 0x87, 0xFE, 0x00, 0xFF,\n    0x8F, 0xFC, 0x00, 0xFF, 0x8F, 0xFC, 0x00, 0xFF, 0x9F, 0xF8, 0x00, 0xFF, 0xBF, 0xF0, 0x00, 0xFF,\n    0xBF, 0xF0, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF,\n    0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xEF, 0xF8, 0x00, 0xFF,\n    0xCF, 0xF8, 0x00, 0xFF, 0x87, 0xFC, 0x00, 0xFF, 0x87, 0xFC, 0x00, 0xFF, 0x87, 0xFE, 0x00, 0xFF,\n    0x83, 0xFE, 0x00, 0xFF, 0x83, 0xFE, 0x00, 0xFF, 0x83, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF,\n    0x81, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0xC0, 0xFF,\n    0x80, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xE0, 0xFF, 0x80, 0x3F, 0xE0, 0xFF, 0x80, 0x3F, 0xF0, 0xFF,\n    0x80, 0x3F, 0xF0, 0x11, 0x09, 0x36, 0x04, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80,\n    0xFF, 0x80, 0xFF, 0x80, 0x30, 0x2A, 0x27, 0x03, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0xFF,\n    0x83, 0xFC, 0x03, 0xFC, 0x00, 0xFF, 0x8F, 0xFE, 0x0F, 0xFF, 0x00, 0xFF, 0xBF, 0xFF, 0x1F, 0xFF,\n    0x00, 0xFF, 0xFF, 0xFF, 0x3F, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF,\n    0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F,\n    0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F,\n    0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF,\n    0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F,\n    0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F,\n    0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF,\n    0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F,\n    0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F,\n    0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF,\n    0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F,\n    0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F, 0xC0, 0x7F, 0xC0, 0xFF, 0x80, 0x7F,\n    0xC0, 0x7F, 0xC0, 0x20, 0x19, 0x27, 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0xFF, 0xC3, 0xFE, 0x00,\n    0xFF, 0xCF, 0xFF, 0x00, 0xFF, 0xDF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80,\n    0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xF0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80,\n    0xFF, 0xC0, 0xFF, 0x80, 0x1E, 0x19, 0x28, 0x03, 0xFF, 0x00, 0x08, 0x00, 0x00, 0x03, 0xFF, 0xC0,\n    0x00, 0x0F, 0xFF, 0xF0, 0x00, 0x1F, 0xFF, 0xF8, 0x00, 0x3F, 0xFF, 0xFC, 0x00, 0x3F, 0xFF, 0xFE,\n    0x00, 0x7F, 0xFF, 0xFE, 0x00, 0x7F, 0xC3, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF,\n    0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x81, 0xFF, 0x80, 0xFF, 0x81, 0xFF, 0x80, 0xFF, 0x81, 0xFF,\n    0x00, 0xFF, 0x81, 0xFF, 0x00, 0xFF, 0x81, 0xFF, 0x00, 0x7F, 0xC3, 0xFF, 0x00, 0x7F, 0xFF, 0xFE,\n    0x00, 0x3F, 0xFF, 0xFE, 0x00, 0x3F, 0xFF, 0xFC, 0x00, 0x1F, 0xFF, 0xF8, 0x00, 0x0F, 0xFF, 0xF0,\n    0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x1A, 0x34, 0x03, 0xF3, 0x00, 0x00,\n    0x40, 0x00, 0xFF, 0xC7, 0xF8, 0x00, 0xFF, 0xDF, 0xFE, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF,\n    0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xE1, 0xFF, 0x80, 0xFF, 0xC0,\n    0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0,\n    0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0,\n    0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0,\n    0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0,\n    0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0,\n    0x7F, 0xC0, 0xFF, 0xC0, 0x7F, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xE1,\n    0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF,\n    0xFE, 0x00, 0xFF, 0xDF, 0xFC, 0x00, 0xFF, 0xC7, 0xF8, 0x00, 0xFF, 0xC0, 0x80, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x20, 0x19,\n    0x34, 0x03, 0xF3, 0x00, 0x40, 0x00, 0x00, 0x07, 0xF8, 0xFF, 0x80, 0x0F, 0xFE, 0xFF, 0x80, 0x1F,\n    0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F,\n    0xE1, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0xC0, 0xFF, 0x80, 0x7F, 0xE1, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x3F,\n    0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0x80, 0x1F, 0xFE, 0xFF, 0x80, 0x07, 0xF8, 0xFF, 0x80, 0x00,\n    0x40, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00,\n    0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00,\n    0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00,\n    0x00, 0xFF, 0x80, 0x17, 0x12, 0x27, 0x04, 0x00, 0x00, 0x00, 0x80, 0xFF, 0x83, 0xC0, 0xFF, 0x8F,\n    0xC0, 0xFF, 0x9F, 0xC0, 0xFF, 0xBF, 0xC0, 0xFF, 0xBF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xF0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xC0, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF,\n    0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80,\n    0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0x1B, 0x18, 0x28,\n    0x01, 0xFF, 0x00, 0x08, 0x00, 0x01, 0xFF, 0x80, 0x07, 0xFF, 0xE0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF,\n    0xF8, 0x1F, 0xFF, 0xFC, 0x3F, 0xFF, 0xFC, 0x3F, 0xE1, 0xFE, 0x3F, 0xC0, 0xFE, 0x7F, 0xC0, 0xFE,\n    0x7F, 0xC0, 0x7E, 0x7F, 0xC0, 0x78, 0x3F, 0xE0, 0x40, 0x3F, 0xF0, 0x00, 0x3F, 0xF8, 0x00, 0x1F,\n    0xFC, 0x00, 0x1F, 0xFE, 0x00, 0x0F, 0xFF, 0x00, 0x07, 0xFF, 0x80, 0x03, 0xFF, 0xE0, 0x01, 0xFF,\n    0xF0, 0x00, 0xFF, 0xF8, 0x00, 0x7F, 0xF8, 0x00, 0x1F, 0xFC, 0x00, 0x0F, 0xFE, 0x00, 0x07, 0xFE,\n    0x00, 0x03, 0xFF, 0x07, 0x01, 0xFF, 0x1F, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0x7F, 0x80, 0xFF, 0x7F,\n    0x80, 0xFF, 0x7F, 0xC1, 0xFF, 0x3F, 0xFF, 0xFE, 0x1F, 0xFF, 0xFE, 0x1F, 0xFF, 0xFC, 0x0F, 0xFF,\n    0xF8, 0x07, 0xFF, 0xF0, 0x01, 0xFF, 0xC0, 0x00, 0x08, 0x00, 0x16, 0x14, 0x33, 0x01, 0xFF, 0x0F,\n    0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00,\n    0x0F, 0xF8, 0x00, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00,\n    0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F,\n    0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xFC, 0x00,\n    0x0F, 0xFF, 0xF0, 0x07, 0xFF, 0xF0, 0x07, 0xFF, 0xF0, 0x07, 0xFF, 0xF0, 0x03, 0xFF, 0xF0, 0x01,\n    0xFF, 0xF0, 0x00, 0xFF, 0xF0, 0x00, 0x04, 0x00, 0x20, 0x19, 0x27, 0x03, 0xFF, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0x80, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0x80, 0xFF, 0xC3, 0xFF, 0x80, 0xFF, 0xFF, 0xFF,\n    0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0x80, 0x7F, 0xFE, 0xFF, 0x80, 0x3F, 0xF8, 0xFF,\n    0x80, 0x1F, 0xE0, 0xFF, 0x80, 0x02, 0x00, 0x00, 0x00, 0x1B, 0x1A, 0x26, 0x00, 0x00, 0xFF, 0xC0,\n    0x3F, 0xC0, 0x7F, 0xC0, 0x3F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0, 0x7F, 0xC0,\n    0x7F, 0x80, 0x7F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0, 0x7F, 0x80, 0x3F, 0xE0,\n    0x7F, 0x00, 0x3F, 0xE0, 0xFF, 0x00, 0x1F, 0xE0, 0xFF, 0x00, 0x1F, 0xF0, 0xFF, 0x00, 0x1F, 0xF0,\n    0xFF, 0x00, 0x1F, 0xF0, 0xFE, 0x00, 0x1F, 0xF0, 0xFE, 0x00, 0x0F, 0xF1, 0xFE, 0x00, 0x0F, 0xF1,\n    0xFE, 0x00, 0x0F, 0xF1, 0xFE, 0x00, 0x0F, 0xF9, 0xFC, 0x00, 0x0F, 0xF9, 0xFC, 0x00, 0x07, 0xF9,\n    0xFC, 0x00, 0x07, 0xF9, 0xFC, 0x00, 0x07, 0xFB, 0xFC, 0x00, 0x07, 0xFB, 0xF8, 0x00, 0x03, 0xFF,\n    0xF8, 0x00, 0x03, 0xFF, 0xF8, 0x00, 0x03, 0xFF, 0xF8, 0x00, 0x03, 0xFF, 0xF0, 0x00, 0x03, 0xFF,\n    0xF0, 0x00, 0x01, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xF0, 0x00, 0x01, 0xFF,\n    0xE0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0xFF,\n    0xE0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x28, 0x24, 0x26, 0x02, 0x00, 0xFE, 0x01, 0xF8, 0x07, 0xF0,\n    0xFE, 0x01, 0xFC, 0x07, 0xF0, 0xFF, 0x01, 0xFC, 0x07, 0xF0, 0xFF, 0x03, 0xFC, 0x0F, 0xF0, 0xFF,\n    0x03, 0xFC, 0x0F, 0xE0, 0x7F, 0x03, 0xFC, 0x0F, 0xE0, 0x7F, 0x03, 0xFC, 0x0F, 0xE0, 0x7F, 0x03,\n    0xFE, 0x0F, 0xE0, 0x7F, 0x03, 0xFE, 0x0F, 0xE0, 0x7F, 0x87, 0xFE, 0x1F, 0xE0, 0x7F, 0x87, 0xFE,\n    0x1F, 0xC0, 0x7F, 0x87, 0xFE, 0x1F, 0xC0, 0x3F, 0x87, 0xFE, 0x1F, 0xC0, 0x3F, 0x87, 0xFF, 0x1F,\n    0xC0, 0x3F, 0x8F, 0xFF, 0x1F, 0xC0, 0x3F, 0xCF, 0xFF, 0x1F, 0xC0, 0x3F, 0xCF, 0xFF, 0x3F, 0x80,\n    0x3F, 0xCF, 0x9F, 0x3F, 0x80, 0x1F, 0xCF, 0x9F, 0x3F, 0x80, 0x1F, 0xDF, 0x9F, 0x3F, 0x80, 0x1F,\n    0xDF, 0x9F, 0xBF, 0x80, 0x1F, 0xDF, 0x9F, 0xBF, 0x80, 0x1F, 0xFF, 0x1F, 0xBF, 0x80, 0x1F, 0xFF,\n    0x0F, 0xFF, 0x00, 0x0F, 0xFF, 0x0F, 0xFF, 0x00, 0x0F, 0xFF, 0x0F, 0xFF, 0x00, 0x0F, 0xFF, 0x0F,\n    0xFF, 0x00, 0x0F, 0xFE, 0x0F, 0xFF, 0x00, 0x0F, 0xFE, 0x07, 0xFF, 0x00, 0x0F, 0xFE, 0x07, 0xFE,\n    0x00, 0x0F, 0xFE, 0x07, 0xFE, 0x00, 0x07, 0xFE, 0x07, 0xFE, 0x00, 0x07, 0xFC, 0x07, 0xFE, 0x00,\n    0x07, 0xFC, 0x07, 0xFE, 0x00, 0x07, 0xFC, 0x03, 0xFE, 0x00, 0x07, 0xFC, 0x03, 0xFC, 0x00, 0x07,\n    0xFC, 0x03, 0xFC, 0x00, 0x03, 0xF8, 0x03, 0xFC, 0x00, 0x1C, 0x1A, 0x26, 0x01, 0x00, 0xFF, 0x80,\n    0x3F, 0xC0, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0xC0, 0x7F, 0x80, 0x7F, 0xC0, 0xFF, 0x00, 0x3F, 0xE0,\n    0xFF, 0x00, 0x3F, 0xE0, 0xFE, 0x00, 0x1F, 0xF1, 0xFE, 0x00, 0x1F, 0xF1, 0xFC, 0x00, 0x0F, 0xFB,\n    0xFC, 0x00, 0x0F, 0xFB, 0xFC, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x03, 0xFF,\n    0xF0, 0x00, 0x03, 0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x01, 0xFF,\n    0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x01, 0xFF,\n    0xC0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xF0, 0x00, 0x07, 0xFF,\n    0xF0, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x0F, 0xFF, 0xFC, 0x00, 0x0F, 0xE7,\n    0xFC, 0x00, 0x1F, 0xE7, 0xFE, 0x00, 0x1F, 0xE3, 0xFE, 0x00, 0x3F, 0xC3, 0xFF, 0x00, 0x3F, 0xC1,\n    0xFF, 0x00, 0x3F, 0x81, 0xFF, 0x80, 0x7F, 0x80, 0xFF, 0x80, 0x7F, 0x80, 0xFF, 0xC0, 0xFF, 0x00,\n    0x7F, 0xC0, 0xFF, 0x00, 0x7F, 0xC0, 0x1C, 0x1B, 0x30, 0x00, 0xF5, 0xFF, 0x80, 0x1F, 0xE0, 0x7F,\n    0xC0, 0x1F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x3F, 0xE0, 0x3F, 0xC0, 0x3F, 0xC0, 0x3F,\n    0xC0, 0x3F, 0xC0, 0x3F, 0xE0, 0x3F, 0xC0, 0x3F, 0xE0, 0x7F, 0xC0, 0x1F, 0xE0, 0x7F, 0x80, 0x1F,\n    0xE0, 0x7F, 0x80, 0x1F, 0xE0, 0x7F, 0x80, 0x1F, 0xF0, 0x7F, 0x80, 0x0F, 0xF0, 0x7F, 0x00, 0x0F,\n    0xF0, 0xFF, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x0F, 0xF0, 0xFF, 0x00, 0x07, 0xF8, 0xFE, 0x00, 0x07,\n    0xF8, 0xFE, 0x00, 0x07, 0xF9, 0xFE, 0x00, 0x07, 0xF9, 0xFE, 0x00, 0x03, 0xF9, 0xFC, 0x00, 0x03,\n    0xF9, 0xFC, 0x00, 0x03, 0xFD, 0xFC, 0x00, 0x03, 0xFD, 0xFC, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x01,\n    0xFF, 0xF8, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0xFF, 0xF8, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00,\n    0xFF, 0xF0, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,\n    0x7F, 0xE0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00,\n    0x3F, 0xC0, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00,\n    0x7F, 0xC0, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0x00, 0x00, 0x0F,\n    0xFE, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x0F, 0xE0, 0x00, 0x00, 0x19, 0x15, 0x26, 0x02, 0x00,\n    0x7F, 0xFF, 0xF8, 0x7F, 0xFF, 0xF8, 0x7F, 0xFF, 0xF8, 0x7F, 0xFF, 0xF8, 0x7F, 0xFF, 0xF8, 0x7F,\n    0xFF, 0xF8, 0x00, 0x1F, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0x3F, 0xE0, 0x00, 0x3F,\n    0xE0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x01, 0xFF, 0x00,\n    0x01, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFE, 0x00, 0x07, 0xFC, 0x00, 0x07,\n    0xFC, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x1F, 0xF0, 0x00, 0x1F, 0xF0,\n    0x00, 0x3F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00,\n    0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF,\n    0xFF, 0xF8, 0x17, 0x12, 0x44, 0x03, 0xF3, 0x00, 0x03, 0xC0, 0x00, 0xFF, 0xC0, 0x01, 0xFF, 0xC0,\n    0x03, 0xFF, 0xC0, 0x07, 0xFF, 0xC0, 0x07, 0xFF, 0xC0, 0x0F, 0xFF, 0xC0, 0x0F, 0xFC, 0x00, 0x0F,\n    0xFC, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00,\n    0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F,\n    0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x1F, 0xF0,\n    0x00, 0x3F, 0xF0, 0x00, 0xFF, 0xF0, 0x00, 0xFF, 0xE0, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0x80, 0x00,\n    0xFF, 0xC0, 0x00, 0xFF, 0xE0, 0x00, 0x3F, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x0F, 0xF0, 0x00, 0x0F,\n    0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8,\n    0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00,\n    0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F,\n    0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFF,\n    0x00, 0x07, 0xFF, 0xC0, 0x07, 0xFF, 0xC0, 0x07, 0xFF, 0xC0, 0x03, 0xFF, 0xC0, 0x01, 0xFF, 0xC0,\n    0x00, 0x3F, 0xC0, 0x11, 0x08, 0x41, 0x04, 0xF5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0x12, 0x44, 0x03, 0xF3, 0xF0, 0x00,\n    0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xE0, 0x00, 0xFF, 0xF0, 0x00, 0xFF, 0xF8, 0x00, 0xFF, 0xF8, 0x00,\n    0xFF, 0xF8, 0x00, 0x1F, 0xF8, 0x00, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07,\n    0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC,\n    0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00,\n    0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07,\n    0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFF, 0xC0, 0x01, 0xFF,\n    0xC0, 0x00, 0xFF, 0xC0, 0x00, 0x7F, 0xC0, 0x01, 0xFF, 0xC0, 0x03, 0xFF, 0xC0, 0x03, 0xFF, 0x00,\n    0x03, 0xFE, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07,\n    0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC,\n    0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00,\n    0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x0F,\n    0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x3F, 0xF8, 0x00, 0xFF, 0xF8, 0x00, 0xFF, 0xF8, 0x00, 0xFF, 0xF0,\n    0x00, 0xFF, 0xF0, 0x00, 0xFF, 0xE0, 0x00, 0xFF, 0x00, 0x00, 0x1F, 0x1B, 0x0A, 0x02, 0x18, 0x03,\n    0xF0, 0x00, 0x00, 0x0F, 0xFC, 0x01, 0x80, 0x1F, 0xFF, 0x03, 0xC0, 0x3F, 0xFF, 0xCF, 0xC0, 0x7F,\n    0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xC0, 0x3E, 0x3F, 0xFF, 0x80, 0x38, 0x0F, 0xFF, 0x00, 0x10,\n    0x03, 0xFE, 0x00, 0x00, 0x00, 0x78, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00\n};\n\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\nconst uint8_t font_data_large_landscape[10976] = {\n    0x39, 0x0E, 0x20, 0x7E, 0x00, 0xC2, 0x00, 0xC7, 0x00, 0xF7, 0x01, 0x18, 0x01, 0x9E, 0x02, 0x42,\n    0x03, 0x49, 0x04, 0x02, 0x04, 0x15, 0x04, 0x86, 0x04, 0xF7, 0x05, 0x35, 0x05, 0x7C, 0x05, 0x8F,\n    0x05, 0x9E, 0x05, 0xAA, 0x06, 0x30, 0x06, 0xBC, 0x07, 0x17, 0x07, 0xA0, 0x08, 0x2C, 0x08, 0xB2,\n    0x09, 0x3B, 0x09, 0xC7, 0x0A, 0x4D, 0x0A, 0xD9, 0x0B, 0x65, 0x0B, 0x82, 0x0B, 0xAA, 0x0B, 0xE9,\n    0x0C, 0x1B, 0x0C, 0x77, 0x0D, 0x00, 0x0E, 0x31, 0x0E, 0xE2, 0x0F, 0x93, 0x10, 0x1F, 0x10, 0xA5,\n    0x11, 0x2B, 0x11, 0xB1, 0x12, 0x3D, 0x12, 0xEE, 0x13, 0x1E, 0x13, 0x7B, 0x14, 0x2C, 0x14, 0xB2,\n    0x15, 0x63, 0x15, 0xE9, 0x16, 0x75, 0x16, 0xFB, 0x17, 0x9F, 0x18, 0x50, 0x18, 0xDC, 0x19, 0x62,\n    0x19, 0xEB, 0x1A, 0x9C, 0x1B, 0x78, 0x1C, 0x29, 0x1C, 0xDA, 0x1D, 0x60, 0x1D, 0xCD, 0x1E, 0x53,\n    0x1E, 0xC0, 0x1E, 0xFB, 0x1F, 0x0F, 0x1F, 0x2A, 0x1F, 0x8C, 0x20, 0x12, 0x20, 0x74, 0x20, 0xFA,\n    0x21, 0x5C, 0x21, 0xB3, 0x22, 0x33, 0x22, 0xB9, 0x22, 0xE7, 0x23, 0x50, 0x23, 0xD6, 0x24, 0x06,\n    0x24, 0x87, 0x24, 0xE9, 0x25, 0x4B, 0x25, 0xCB, 0x26, 0x4B, 0x26, 0x8E, 0x26, 0xF0, 0x27, 0x45,\n    0x27, 0xA7, 0x28, 0x09, 0x28, 0x8A, 0x28, 0xEC, 0x29, 0x66, 0x29, 0xA9, 0x2A, 0x1A, 0x2A, 0x52,\n    0x2A, 0xC3, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x08, 0x2B, 0x02, 0x00, 0x7F, 0x7F, 0x7F, 0x7E,\n    0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C,\n    0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x38, 0x38, 0x38, 0x38, 0x38, 0x18, 0x18, 0x18, 0x00, 0x00, 0x00,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x14, 0x0F, 0x0E, 0x03, 0x1D, 0xFE, 0x7E, 0xFC, 0x7E,\n    0xFC, 0x7E, 0xFC, 0x7E, 0xFC, 0x7E, 0xF8, 0x7C, 0xF8, 0x7C, 0xF8, 0x7C, 0xF8, 0x7C, 0xF8, 0x7C,\n    0xF8, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0xF0, 0x78, 0x1B, 0x17, 0x2B, 0x02, 0x00, 0x03, 0xF0, 0xFC,\n    0x03, 0xF0, 0xFC, 0x03, 0xF0, 0xFC, 0x03, 0xF0, 0xFC, 0x03, 0xF0, 0xFC, 0x03, 0xF0, 0xFC, 0x07,\n    0xE0, 0xFC, 0x07, 0xE0, 0xFC, 0x07, 0xE1, 0xF8, 0x07, 0xE1, 0xF8, 0x07, 0xE1, 0xF8, 0x07, 0xE1,\n    0xF8, 0x07, 0xE1, 0xF8, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE,\n    0xFF, 0xFF, 0xFE, 0x0F, 0xC3, 0xF0, 0x0F, 0xC3, 0xF0, 0x1F, 0x83, 0xF0, 0x1F, 0x83, 0xF0, 0x1F,\n    0x87, 0xE0, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF,\n    0xFE, 0x3F, 0x07, 0xE0, 0x3F, 0x0F, 0xC0, 0x3F, 0x0F, 0xC0, 0x3F, 0x0F, 0xC0, 0x3F, 0x0F, 0xC0,\n    0x3F, 0x0F, 0xC0, 0x3E, 0x0F, 0xC0, 0x7E, 0x0F, 0xC0, 0x7E, 0x0F, 0xC0, 0x7E, 0x1F, 0x80, 0x7E,\n    0x1F, 0x80, 0x7E, 0x1F, 0x80, 0x7E, 0x1F, 0x80, 0x7E, 0x1F, 0x80, 0xFC, 0x1F, 0x80, 0x1A, 0x16,\n    0x35, 0x02, 0xFB, 0x00, 0x30, 0x00, 0x00, 0x30, 0x00, 0x00, 0x30, 0x00, 0x00, 0x30, 0x00, 0x00,\n    0x38, 0x00, 0x07, 0xFF, 0x00, 0x1F, 0xFF, 0xC0, 0x3F, 0xFF, 0xE0, 0x7F, 0xFF, 0xE0, 0x7F, 0xFF,\n    0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0x07, 0xF8, 0xFE, 0x03, 0xF8, 0xFE, 0x03, 0xF8, 0xFE, 0x01, 0xF8,\n    0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xF0, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x7F,\n    0xC0, 0x00, 0x7F, 0xE0, 0x00, 0x3F, 0xF8, 0x00, 0x1F, 0xFC, 0x00, 0x0F, 0xFE, 0x00, 0x07, 0xFF,\n    0x00, 0x03, 0xFF, 0x80, 0x01, 0xFF, 0xC0, 0x00, 0x7F, 0xE0, 0x00, 0x3F, 0xF0, 0x00, 0x1F, 0xF0,\n    0x00, 0x0F, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x03, 0xFC, 0x3C, 0x03, 0xFC, 0xFE, 0x01, 0xFC, 0xFE,\n    0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFF, 0x01, 0xFC, 0xFF, 0x03, 0xFC, 0x7F, 0x87,\n    0xFC, 0x7F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF0, 0x1F, 0xFF, 0xE0, 0x07, 0xFF, 0xC0,\n    0x01, 0xFF, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00,\n    0x18, 0x00, 0x33, 0x2F, 0x2B, 0x02, 0x00, 0x03, 0xF8, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0xFE, 0x00,\n    0x1F, 0x00, 0x00, 0x3F, 0xFF, 0x80, 0x3F, 0x00, 0x00, 0x3F, 0xFF, 0x80, 0x3E, 0x00, 0x00, 0x7F,\n    0xFF, 0xC0, 0x3E, 0x00, 0x00, 0x7F, 0x1F, 0xC0, 0x3E, 0x00, 0x00, 0xFE, 0x0F, 0xC0, 0x7C, 0x00,\n    0x00, 0xFE, 0x0F, 0xE0, 0x7C, 0x00, 0x00, 0xFC, 0x0F, 0xE0, 0x7C, 0x00, 0x00, 0xFC, 0x07, 0xE0,\n    0xFC, 0x00, 0x00, 0xFC, 0x07, 0xE0, 0xF8, 0x00, 0x00, 0xFC, 0x07, 0xE0, 0xF8, 0x00, 0x00, 0xFC,\n    0x07, 0xE0, 0xF8, 0x00, 0x00, 0xFC, 0x07, 0xE1, 0xF0, 0x00, 0x00, 0xFC, 0x0F, 0xE1, 0xF0, 0x00,\n    0x00, 0xFC, 0x0F, 0xE1, 0xF0, 0x00, 0x00, 0xFE, 0x0F, 0xE3, 0xF0, 0x00, 0x00, 0x7E, 0x0F, 0xC3,\n    0xE0, 0x00, 0x00, 0x7F, 0x1F, 0xC3, 0xE0, 0x00, 0x00, 0x7F, 0xFF, 0xC3, 0xE0, 0x3F, 0x80, 0x3F,\n    0xFF, 0x87, 0xC0, 0xFF, 0xF0, 0x1F, 0xFF, 0x07, 0xC1, 0xFF, 0xF8, 0x0F, 0xFE, 0x07, 0xC3, 0xFF,\n    0xFC, 0x03, 0xF8, 0x07, 0xC7, 0xFF, 0xFC, 0x00, 0x00, 0x0F, 0x87, 0xF1, 0xFE, 0x00, 0x00, 0x0F,\n    0x87, 0xE0, 0xFE, 0x00, 0x00, 0x0F, 0x87, 0xE0, 0x7E, 0x00, 0x00, 0x1F, 0x87, 0xE0, 0x7E, 0x00,\n    0x00, 0x1F, 0x0F, 0xE0, 0x7E, 0x00, 0x00, 0x1F, 0x0F, 0xE0, 0x7E, 0x00, 0x00, 0x1F, 0x0F, 0xE0,\n    0x7E, 0x00, 0x00, 0x3E, 0x0F, 0xE0, 0x7E, 0x00, 0x00, 0x3E, 0x0F, 0xE0, 0x7E, 0x00, 0x00, 0x3E,\n    0x0F, 0xE0, 0x7E, 0x00, 0x00, 0x7E, 0x07, 0xE0, 0x7E, 0x00, 0x00, 0x7C, 0x07, 0xE0, 0x7E, 0x00,\n    0x00, 0x7C, 0x07, 0xE0, 0xFE, 0x00, 0x00, 0x7C, 0x07, 0xF1, 0xFC, 0x00, 0x00, 0xF8, 0x03, 0xFF,\n    0xFC, 0x00, 0x00, 0xF8, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0xF8, 0x01, 0xFF, 0xF8, 0x00, 0x01, 0xF8,\n    0x00, 0xFF, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x3F, 0x80, 0x1F, 0x1A, 0x2D, 0x03, 0xFF, 0x00, 0x20,\n    0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x1F, 0xFF, 0xC0, 0x00, 0x1F, 0xFF,\n    0xE0, 0x00, 0x3F, 0xFF, 0xE0, 0x00, 0x3F, 0x87, 0xE0, 0x00, 0x3F, 0x07, 0xF0, 0x00, 0x7F, 0x07,\n    0xF0, 0x00, 0x7F, 0x07, 0xF0, 0x00, 0x7F, 0x07, 0xF0, 0x00, 0x7F, 0x07, 0xF0, 0x00, 0x3F, 0x07,\n    0xE0, 0x00, 0x3F, 0x0F, 0xE0, 0x00, 0x3F, 0x8F, 0xE0, 0x00, 0x3F, 0x8F, 0xC0, 0x00, 0x1F, 0x9F,\n    0x80, 0x00, 0x1F, 0xDF, 0x80, 0x00, 0x0F, 0xFF, 0x00, 0x00, 0x0F, 0xFE, 0x00, 0x00, 0x07, 0xFC,\n    0x00, 0x00, 0x03, 0xF8, 0x00, 0x00, 0x07, 0xF8, 0x00, 0x00, 0x0F, 0xF8, 0x1F, 0xC0, 0x1F, 0xF8,\n    0x1F, 0xC0, 0x1F, 0xFC, 0x1F, 0x80, 0x3F, 0xFC, 0x1F, 0x80, 0x7F, 0x7E, 0x1F, 0x80, 0x7F, 0x7F,\n    0x1F, 0x80, 0xFE, 0x3F, 0x1F, 0x80, 0xFE, 0x3F, 0xBF, 0x00, 0xFE, 0x1F, 0xBF, 0x00, 0xFC, 0x1F,\n    0xFF, 0x00, 0xFC, 0x0F, 0xFE, 0x00, 0xFC, 0x07, 0xFE, 0x00, 0xFC, 0x07, 0xFC, 0x00, 0xFC, 0x03,\n    0xFC, 0x00, 0xFE, 0x07, 0xFE, 0x00, 0xFE, 0x0F, 0xFF, 0xC0, 0x7F, 0xFF, 0xFF, 0xC0, 0x7F, 0xFF,\n    0xFF, 0xC0, 0x3F, 0xFF, 0x9F, 0xC0, 0x1F, 0xFF, 0x0F, 0xC0, 0x0F, 0xFC, 0x07, 0xC0, 0x00, 0x40,\n    0x00, 0x80, 0x11, 0x06, 0x0E, 0x04, 0x1D, 0xFC, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0xF0, 0xF0,\n    0xF0, 0xF0, 0xF0, 0xF0, 0xE0, 0x11, 0x0C, 0x36, 0x04, 0xF5, 0x00, 0x10, 0x01, 0xE0, 0x07, 0xE0,\n    0x0F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x3F, 0x80, 0x3F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7E, 0x00,\n    0x7E, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFC, 0x00,\n    0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00,\n    0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00,\n    0xFC, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00,\n    0x7E, 0x00, 0x7E, 0x00, 0x7F, 0x00, 0x3F, 0x00, 0x3F, 0x80, 0x3F, 0xC0, 0x1F, 0xE0, 0x1F, 0xE0,\n    0x0F, 0xE0, 0x03, 0xE0, 0x00, 0xE0, 0x0F, 0x0C, 0x36, 0x01, 0xF5, 0x80, 0x00, 0x78, 0x00, 0x7E,\n    0x00, 0x7F, 0x00, 0x7F, 0x80, 0x7F, 0x80, 0x1F, 0xC0, 0x1F, 0xC0, 0x0F, 0xC0, 0x0F, 0xE0, 0x0F,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07,\n    0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07,\n    0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07,\n    0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xF0, 0x07,\n    0xE0, 0x07, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xC0, 0x1F, 0xC0, 0x3F, 0xC0, 0x7F, 0x80, 0x7F,\n    0x00, 0x7E, 0x00, 0x7C, 0x00, 0x70, 0x00, 0x16, 0x13, 0x13, 0x02, 0x18, 0x01, 0xF0, 0x00, 0x01,\n    0xF0, 0x00, 0x01, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x31, 0xF0, 0xC0, 0x79, 0xF3, 0xC0, 0x7E, 0xFF,\n    0xC0, 0xFF, 0xFF, 0xE0, 0x7F, 0xFF, 0xC0, 0x0F, 0xFE, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xFC, 0x00,\n    0x07, 0xFC, 0x00, 0x0F, 0xBE, 0x00, 0x1F, 0x9F, 0x00, 0x3F, 0x1F, 0x80, 0x1F, 0x0F, 0x00, 0x06,\n    0x0C, 0x00, 0x02, 0x08, 0x00, 0x17, 0x15, 0x16, 0x01, 0x0B, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00,\n    0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00,\n    0xF8, 0x00, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF,\n    0xF8, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00,\n    0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x0B, 0x07, 0x0E, 0x02,\n    0xF8, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x0E, 0x0E, 0x1E, 0x3C, 0xFC, 0x78, 0x60, 0x13,\n    0x0D, 0x05, 0x03, 0x0F, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0x0B, 0x07,\n    0x07, 0x02, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x15, 0x11, 0x2B, 0x02, 0x00, 0x00,\n    0x0F, 0x80, 0x00, 0x0F, 0x80, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x3F,\n    0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00,\n    0x00, 0x7C, 0x00, 0x00, 0xFC, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x01,\n    0xF0, 0x00, 0x01, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x03, 0xE0, 0x00, 0x03, 0xE0,\n    0x00, 0x03, 0xE0, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00,\n    0x0F, 0x80, 0x00, 0x0F, 0x80, 0x00, 0x0F, 0x80, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x1F,\n    0x00, 0x00, 0x1F, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x7E, 0x00,\n    0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00,\n    0x1B, 0x17, 0x2D, 0x02, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0x80, 0x07, 0xFF, 0xC0, 0x1F, 0xFF,\n    0xF0, 0x1F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x7F, 0x83, 0xFC, 0x7F, 0x01, 0xFC,\n    0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF,\n    0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01,\n    0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE,\n    0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF,\n    0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x01,\n    0xFC, 0x7F, 0x81, 0xFC, 0x7F, 0x83, 0xFC, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x1F, 0xFF, 0xF0,\n    0x0F, 0xFF, 0xE0, 0x07, 0xFF, 0xC0, 0x03, 0xFF, 0x80, 0x00, 0x10, 0x00, 0x1B, 0x0E, 0x2B, 0x05,\n    0x00, 0x00, 0xFC, 0x01, 0xFC, 0x07, 0xFC, 0x1F, 0xFC, 0x7F, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF,\n    0xFC, 0xFF, 0xFC, 0xE3, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x1B, 0x17, 0x2C, 0x02, 0x00, 0x00, 0x10, 0x00, 0x01,\n    0xFF, 0x80, 0x07, 0xFF, 0xE0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF,\n    0xFC, 0x7F, 0x83, 0xFC, 0x7F, 0x81, 0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x00, 0xFE,\n    0x7F, 0x01, 0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x01, 0xFE, 0x00, 0x01, 0xFC, 0x00, 0x03, 0xFC, 0x00,\n    0x03, 0xFC, 0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x0F, 0xF0, 0x00, 0x1F, 0xF0, 0x00, 0x1F,\n    0xE0, 0x00, 0x3F, 0xC0, 0x00, 0x3F, 0xC0, 0x00, 0x7F, 0x80, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x01, 0xFE, 0x00, 0x03, 0xFC, 0x00, 0x03, 0xFC, 0x00, 0x07, 0xF8, 0x00, 0x0F, 0xF0, 0x00, 0x0F,\n    0xF0, 0x00, 0x1F, 0xE0, 0x00, 0x1F, 0xC0, 0x00, 0x3F, 0xC0, 0x00, 0x7F, 0x80, 0x00, 0x7F, 0xFF,\n    0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC,\n    0x1A, 0x17, 0x2D, 0x02, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0x80, 0x0F, 0xFF, 0xE0, 0x1F, 0xFF,\n    0xF0, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x7F, 0xFF, 0xFC, 0x7F, 0x83, 0xFC, 0xFF, 0x01, 0xFC,\n    0xFF, 0x01, 0xFC, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFC, 0x00,\n    0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x03, 0xFC, 0x00, 0x07, 0xF8, 0x00, 0x7F, 0xF0, 0x00, 0x7F,\n    0xE0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xF0, 0x00, 0x7F, 0xF0, 0x00, 0x07, 0xF8,\n    0x00, 0x03, 0xFC, 0x00, 0x03, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00,\n    0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFC, 0xFF, 0x01, 0xFC, 0xFF, 0x01,\n    0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x83, 0xFC, 0x7F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF0,\n    0x1F, 0xFF, 0xE0, 0x0F, 0xFF, 0xC0, 0x03, 0xFF, 0x80, 0x00, 0x10, 0x00, 0x1B, 0x18, 0x2B, 0x02,\n    0x00, 0x00, 0x1F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0x7F, 0xE0,\n    0x00, 0x7F, 0xE0, 0x00, 0xFF, 0xE0, 0x00, 0xFF, 0xE0, 0x01, 0xFF, 0xE0, 0x01, 0xFF, 0xE0, 0x03,\n    0xFF, 0xE0, 0x03, 0xEF, 0xE0, 0x03, 0xEF, 0xE0, 0x07, 0xEF, 0xE0, 0x07, 0xCF, 0xE0, 0x0F, 0xCF,\n    0xE0, 0x0F, 0xCF, 0xE0, 0x1F, 0x8F, 0xE0, 0x1F, 0x8F, 0xE0, 0x3F, 0x8F, 0xE0, 0x3F, 0x0F, 0xE0,\n    0x3F, 0x0F, 0xE0, 0x7E, 0x0F, 0xE0, 0x7E, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFC, 0x0F, 0xE0, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0,\n    0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00,\n    0x0F, 0xE0, 0x1A, 0x16, 0x2C, 0x03, 0xFF, 0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0,\n    0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7E, 0x00, 0x00, 0x7E,\n    0x00, 0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0xFC, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0xFC, 0x7F, 0x00, 0xFD, 0xFF, 0xC0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xF0,\n    0xFF, 0xFF, 0xF0, 0xFF, 0x8F, 0xF8, 0xFF, 0x03, 0xF8, 0xFE, 0x03, 0xF8, 0xFE, 0x03, 0xF8, 0x00,\n    0x03, 0xF8, 0x00, 0x03, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01,\n    0xFC, 0x00, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x03, 0xF8, 0xFE, 0x03, 0xF8, 0xFE, 0x03, 0xF8,\n    0xFE, 0x03, 0xF8, 0xFF, 0x03, 0xF8, 0xFF, 0x07, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0xFF, 0xE0, 0x3F,\n    0xFF, 0xE0, 0x1F, 0xFF, 0x80, 0x07, 0xFF, 0x00, 0x00, 0x20, 0x00, 0x1B, 0x16, 0x2D, 0x03, 0xFF,\n    0x00, 0x20, 0x00, 0x03, 0xFF, 0x00, 0x0F, 0xFF, 0xC0, 0x1F, 0xFF, 0xE0, 0x3F, 0xFF, 0xF0, 0x3F,\n    0xFF, 0xF0, 0x7F, 0xFF, 0xF8, 0x7F, 0x83, 0xF8, 0xFF, 0x03, 0xF8, 0xFF, 0x03, 0xFC, 0xFE, 0x01,\n    0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x3F, 0x00, 0xFE, 0xFF, 0xC0, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xF0, 0xFF, 0xFF, 0xF8, 0xFF, 0x87, 0xF8, 0xFF, 0x03, 0xF8, 0xFE, 0x03, 0xFC, 0xFE, 0x03,\n    0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC,\n    0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x03, 0xFC, 0xFE, 0x03, 0xFC, 0xFF, 0x03, 0xF8, 0x7F,\n    0x07, 0xF8, 0x7F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF0, 0x1F, 0xFF, 0xE0, 0x0F, 0xFF,\n    0xC0, 0x03, 0xFF, 0x00, 0x00, 0x20, 0x00, 0x17, 0x13, 0x2B, 0x02, 0x00, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x00, 0x1F, 0xC0, 0x00, 0x1F,\n    0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x3F, 0x80, 0x00, 0x3F, 0x80, 0x00, 0x3F, 0x80,\n    0x00, 0x3F, 0x80, 0x00, 0x3F, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x7F, 0x00, 0x00,\n    0x7F, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFC,\n    0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xF8, 0x00, 0x03, 0xF8, 0x00,\n    0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07,\n    0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x0F, 0xE0,\n    0x00, 0x0F, 0xC0, 0x00, 0x0F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x1B, 0x16, 0x2D,\n    0x02, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0x00, 0x0F, 0xFF, 0xC0, 0x1F, 0xFF, 0xE0, 0x1F, 0xFF,\n    0xF0, 0x3F, 0xFF, 0xF0, 0x3F, 0x87, 0xF8, 0x7F, 0x03, 0xF8, 0x7F, 0x03, 0xF8, 0x7F, 0x01, 0xFC,\n    0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x03, 0xFC, 0x7F,\n    0x03, 0xF8, 0x7F, 0x03, 0xF8, 0x3F, 0x83, 0xF8, 0x3F, 0xC7, 0xF0, 0x1F, 0xFF, 0xF0, 0x0F, 0xFF,\n    0xE0, 0x07, 0xFF, 0xC0, 0x0F, 0xFF, 0xC0, 0x1F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF0, 0x7F, 0x87, 0xF8,\n    0x7F, 0x03, 0xF8, 0x7F, 0x01, 0xFC, 0xFF, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE,\n    0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0x7F, 0x01,\n    0xFC, 0x7F, 0x03, 0xFC, 0x7F, 0x83, 0xF8, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF0,\n    0x0F, 0xFF, 0xC0, 0x03, 0xFF, 0x80, 0x00, 0x10, 0x00, 0x1B, 0x17, 0x2D, 0x02, 0xFF, 0x00, 0x10,\n    0x00, 0x03, 0xFF, 0x00, 0x07, 0xFF, 0xC0, 0x0F, 0xFF, 0xE0, 0x1F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF8,\n    0x3F, 0xFF, 0xF8, 0x7F, 0x83, 0xF8, 0x7F, 0x03, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0xFF,\n    0x01, 0xFC, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01,\n    0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x81, 0xFE, 0x7F, 0x87, 0xFE,\n    0x3F, 0xFF, 0xFE, 0x3F, 0xFF, 0xFE, 0x1F, 0xFF, 0xFE, 0x0F, 0xFD, 0xFE, 0x03, 0xF9, 0xFE, 0x00,\n    0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01,\n    0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x01, 0xFC, 0x7F, 0x03, 0xFC, 0x7F, 0x83, 0xF8,\n    0x7F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF8, 0x3F, 0xFF, 0xF0, 0x1F, 0xFF, 0xE0, 0x0F, 0xFF, 0xC0, 0x03,\n    0xFF, 0x00, 0x00, 0x10, 0x00, 0x0C, 0x07, 0x18, 0x03, 0x04, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0x0D, 0x07, 0x23, 0x03, 0xFC, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0x0E, 0x0E, 0x1E, 0x3E, 0x7C, 0x78, 0x40, 0x14, 0x10, 0x1D, 0x02, 0x03, 0x00,\n    0x01, 0x00, 0x02, 0x00, 0x06, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0xFE, 0x01, 0xFE, 0x07, 0xFE, 0x0F,\n    0xFC, 0x3F, 0xF0, 0x7F, 0xE0, 0xFF, 0x80, 0xFF, 0x00, 0xFE, 0x00, 0xF8, 0x00, 0xFC, 0x00, 0xFF,\n    0x00, 0xFF, 0x80, 0xFF, 0xC0, 0x3F, 0xF0, 0x1F, 0xF8, 0x07, 0xFC, 0x03, 0xFE, 0x00, 0xFE, 0x00,\n    0x7E, 0x00, 0x1E, 0x00, 0x0E, 0x00, 0x06, 0x00, 0x01, 0x17, 0x11, 0x0F, 0x03, 0x0E, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0xFF,\n    0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0x14, 0x11, 0x1D, 0x02, 0x03,\n    0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x70, 0x00, 0x00, 0x78, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x7F,\n    0x00, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xE0, 0x00, 0x1F, 0xF8, 0x00, 0x0F, 0xFC, 0x00, 0x03, 0xFF,\n    0x00, 0x01, 0xFF, 0x80, 0x00, 0xFF, 0x80, 0x00, 0x3F, 0x80, 0x00, 0x1F, 0x80, 0x00, 0x3F, 0x80,\n    0x00, 0x7F, 0x80, 0x00, 0xFF, 0x80, 0x03, 0xFF, 0x00, 0x07, 0xFE, 0x00, 0x1F, 0xF8, 0x00, 0x3F,\n    0xF0, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0x80, 0x00, 0x7E, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x70, 0x00,\n    0x00, 0x60, 0x00, 0x00, 0x40, 0x00, 0x00, 0x1A, 0x16, 0x2C, 0x02, 0x00, 0x00, 0x20, 0x00, 0x07,\n    0xFF, 0x00, 0x0F, 0xFF, 0xC0, 0x1F, 0xFF, 0xE0, 0x3F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF8, 0x7F, 0xFF,\n    0xF8, 0x7F, 0x07, 0xF8, 0xFF, 0x03, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFE, 0x01, 0xFC,\n    0x7E, 0x01, 0xFC, 0x7C, 0x01, 0xFC, 0x40, 0x03, 0xFC, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8, 0x00,\n    0x07, 0xF8, 0x00, 0x07, 0xF0, 0x00, 0x0F, 0xF0, 0x00, 0x1F, 0xE0, 0x00, 0x3F, 0xC0, 0x00, 0x3F,\n    0xC0, 0x00, 0x7F, 0x80, 0x00, 0xFF, 0x00, 0x01, 0xFE, 0x00, 0x03, 0xFC, 0x00, 0x03, 0xF8, 0x00,\n    0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8,\n    0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x00,\n    0x32, 0x2C, 0x32, 0x03, 0xF8, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80,\n    0x00, 0x00, 0x07, 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x3F, 0xFF,\n    0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xF0, 0x07, 0xFE, 0x00, 0x00, 0xFF, 0x80, 0x00, 0xFF, 0x00, 0x01,\n    0xFE, 0x00, 0x00, 0x3F, 0x80, 0x03, 0xFC, 0x00, 0x00, 0x1F, 0xC0, 0x07, 0xF8, 0x00, 0x00, 0x0F,\n    0xC0, 0x0F, 0xF0, 0x00, 0x00, 0x07, 0xE0, 0x0F, 0xE0, 0x07, 0xCF, 0xC7, 0xE0, 0x1F, 0xC0, 0x1F,\n    0xEF, 0x83, 0xE0, 0x1F, 0x80, 0x7F, 0xFF, 0x83, 0xF0, 0x3F, 0x80, 0xFF, 0xFF, 0x81, 0xF0, 0x3F,\n    0x00, 0xFF, 0xFF, 0x81, 0xF0, 0x3F, 0x01, 0xFE, 0x1F, 0x81, 0xF0, 0x7F, 0x03, 0xFC, 0x1F, 0x81,\n    0xF0, 0x7E, 0x03, 0xF8, 0x3F, 0x81, 0xF0, 0x7E, 0x07, 0xF0, 0x3F, 0x01, 0xF0, 0x7E, 0x07, 0xF0,\n    0x3F, 0x01, 0xF0, 0x7E, 0x07, 0xE0, 0x3F, 0x01, 0xF0, 0xFC, 0x0F, 0xE0, 0x3F, 0x01, 0xF0, 0xFC,\n    0x0F, 0xE0, 0x3F, 0x01, 0xF0, 0xFC, 0x0F, 0xC0, 0x3F, 0x01, 0xF0, 0xFC, 0x0F, 0xC0, 0x7F, 0x01,\n    0xF0, 0xFC, 0x0F, 0xC0, 0x7E, 0x01, 0xF0, 0xFC, 0x0F, 0xC0, 0x7E, 0x03, 0xE0, 0xFC, 0x0F, 0xC0,\n    0x7E, 0x03, 0xE0, 0xFC, 0x0F, 0xC0, 0x7E, 0x07, 0xE0, 0xFC, 0x0F, 0xE0, 0xFE, 0x07, 0xC0, 0xFC,\n    0x0F, 0xE1, 0xFE, 0x0F, 0xC0, 0xFC, 0x0F, 0xFF, 0xFE, 0x1F, 0x80, 0xFC, 0x07, 0xFF, 0xFE, 0x7F,\n    0x00, 0x7E, 0x07, 0xFF, 0xFF, 0xFE, 0x00, 0x7E, 0x03, 0xFF, 0x3F, 0xFC, 0x00, 0x7E, 0x01, 0xFE,\n    0x1F, 0xF8, 0x00, 0x7F, 0x00, 0x78, 0x0F, 0xE0, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F,\n    0x80, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xE0, 0x00, 0x00, 0x00,\n    0x00, 0x0F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x80, 0x00, 0x03, 0xFF, 0xC0,\n    0x0F, 0x80, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0x80, 0x00, 0x00,\n    0x3F, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00,\n    0x00, 0x1C, 0x1A, 0x2B, 0x01, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x7F, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF,\n    0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x01, 0xFF,\n    0xE0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x01, 0xF7, 0xF0, 0x00, 0x03, 0xF7, 0xF0, 0x00, 0x03, 0xF7,\n    0xF0, 0x00, 0x03, 0xF3, 0xF0, 0x00, 0x03, 0xF3, 0xF0, 0x00, 0x03, 0xF3, 0xF8, 0x00, 0x07, 0xF3,\n    0xF8, 0x00, 0x07, 0xE3, 0xF8, 0x00, 0x07, 0xE3, 0xF8, 0x00, 0x07, 0xE1, 0xFC, 0x00, 0x0F, 0xE1,\n    0xFC, 0x00, 0x0F, 0xE1, 0xFC, 0x00, 0x0F, 0xE1, 0xFC, 0x00, 0x0F, 0xC1, 0xFC, 0x00, 0x0F, 0xC1,\n    0xFE, 0x00, 0x1F, 0xC0, 0xFE, 0x00, 0x1F, 0xFF, 0xFE, 0x00, 0x1F, 0xFF, 0xFE, 0x00, 0x1F, 0xFF,\n    0xFE, 0x00, 0x3F, 0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0xFF, 0x00, 0x3F, 0x80, 0x7F, 0x00, 0x3F, 0x80,\n    0x7F, 0x00, 0x3F, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x80, 0x7F, 0x00, 0x7F, 0x80, 0x7F, 0x00,\n    0x7F, 0x80, 0x7F, 0x00, 0x3F, 0x80, 0xFF, 0x00, 0x3F, 0xC0, 0xFF, 0x00, 0x3F, 0xC0, 0xFE, 0x00,\n    0x3F, 0xC0, 0x1D, 0x19, 0x2B, 0x03, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xC0, 0x00, 0xFF,\n    0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0x07, 0xFC, 0x00, 0xFF,\n    0x01, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF,\n    0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF,\n    0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFC, 0x00, 0xFF, 0x07, 0xFC, 0x00, 0xFF,\n    0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xC0, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF,\n    0xFF, 0xFC, 0x00, 0xFF, 0x03, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF,\n    0x00, 0xFF, 0x00, 0xFF, 0x00, 0x7F, 0x00, 0xFF, 0x00, 0x7F, 0x00, 0xFF, 0x00, 0x7F, 0x80, 0xFF,\n    0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x00, 0xFF, 0x00, 0x7F, 0x00, 0xFF,\n    0x00, 0x7F, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x01, 0xFF, 0x00, 0xFF, 0x03, 0xFE, 0x00, 0xFF,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF,\n    0xFF, 0x80, 0x00, 0x1D, 0x17, 0x2D, 0x03, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF,\n    0xE0, 0x1F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF8, 0x7F, 0xFF, 0xFC, 0x7F, 0xFF, 0xFC, 0xFF, 0x81, 0xFE,\n    0xFF, 0x01, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE,\n    0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0xFE, 0xFE,\n    0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE, 0xFF, 0x00,\n    0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x01, 0xFE, 0x7F, 0x81, 0xFE, 0x7F, 0xFF, 0xFC, 0x7F, 0xFF, 0xFC,\n    0x3F, 0xFF, 0xF8, 0x1F, 0xFF, 0xF0, 0x0F, 0xFF, 0xE0, 0x03, 0xFF, 0x80, 0x00, 0x10, 0x00, 0x1D,\n    0x18, 0x2B, 0x03, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF8,\n    0xFF, 0xFF, 0xFC, 0xFF, 0x07, 0xFC, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x00, 0xFE, 0xFF,\n    0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,\n    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF,\n    0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,\n    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFE, 0xFF, 0x01, 0xFE, 0xFF, 0x01, 0xFE,\n    0xFF, 0x01, 0xFE, 0xFF, 0x07, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF0, 0xFF,\n    0xFF, 0xC0, 0xFF, 0xFF, 0x00, 0x17, 0x12, 0x2B, 0x03, 0x00, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xC0, 0xFF,\n    0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0x16, 0x12, 0x2B, 0x03, 0x00,\n    0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0x1E, 0x18, 0x2D, 0x03, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF, 0xF0, 0x1F,\n    0xFF, 0xF8, 0x3F, 0xFF, 0xFC, 0x7F, 0xFF, 0xFC, 0x7F, 0xFF, 0xFE, 0x7F, 0x81, 0xFE, 0xFF, 0x00,\n    0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE,\n    0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x0F, 0xFF, 0xFE, 0x0F, 0xFF, 0xFE, 0x0F,\n    0xFF, 0xFE, 0x0F, 0xFF, 0xFE, 0x0F, 0xFF, 0xFE, 0x00, 0x7F, 0xFE, 0x00, 0x7F, 0xFE, 0x00, 0x7F,\n    0xFE, 0x00, 0x7F, 0xFE, 0x00, 0x7F, 0xFE, 0x00, 0x7F, 0xFF, 0x00, 0x7F, 0xFF, 0x00, 0xFF, 0xFF,\n    0x00, 0xFF, 0xFF, 0x00, 0xFF, 0x7F, 0x81, 0xFF, 0x7F, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0x3F, 0xFF,\n    0xFF, 0x1F, 0xFF, 0xBF, 0x0F, 0xFF, 0x1F, 0x03, 0xFE, 0x1F, 0x00, 0x20, 0x00, 0x1F, 0x19, 0x2B,\n    0x03, 0x00, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF,\n    0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00,\n    0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0x0F, 0x08,\n    0x2B, 0x03, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x11, 0x0E,\n    0x2C, 0x00, 0xFF, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03,\n    0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x03, 0xFC, 0x07, 0xFC, 0xFF,\n    0xF8, 0xFF, 0xF8, 0xFF, 0xF0, 0xFF, 0xE0, 0xFF, 0xC0, 0xF0, 0x00, 0x1C, 0x19, 0x2B, 0x03, 0x00,\n    0xFF, 0x00, 0x7F, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFC, 0x00,\n    0xFF, 0x01, 0xFC, 0x00, 0xFF, 0x03, 0xFC, 0x00, 0xFF, 0x03, 0xF8, 0x00, 0xFF, 0x07, 0xF8, 0x00,\n    0xFF, 0x07, 0xF0, 0x00, 0xFF, 0x0F, 0xF0, 0x00, 0xFF, 0x0F, 0xE0, 0x00, 0xFF, 0x1F, 0xE0, 0x00,\n    0xFF, 0x1F, 0xE0, 0x00, 0xFF, 0x3F, 0xC0, 0x00, 0xFF, 0x3F, 0xC0, 0x00, 0xFF, 0x3F, 0x80, 0x00,\n    0xFF, 0x7F, 0x80, 0x00, 0xFF, 0x7F, 0x80, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00,\n    0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0xFF, 0xBF, 0x80, 0x00,\n    0xFF, 0xBF, 0xC0, 0x00, 0xFF, 0x3F, 0xC0, 0x00, 0xFF, 0x1F, 0xE0, 0x00, 0xFF, 0x1F, 0xE0, 0x00,\n    0xFF, 0x1F, 0xE0, 0x00, 0xFF, 0x0F, 0xF0, 0x00, 0xFF, 0x0F, 0xF0, 0x00, 0xFF, 0x07, 0xF8, 0x00,\n    0xFF, 0x07, 0xF8, 0x00, 0xFF, 0x07, 0xF8, 0x00, 0xFF, 0x03, 0xFC, 0x00, 0xFF, 0x03, 0xFC, 0x00,\n    0xFF, 0x03, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x00, 0xFF, 0x00,\n    0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x80, 0xFF, 0x00, 0x7F, 0x80, 0x16, 0x12, 0x2B, 0x03,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFF,\n    0xFF, 0xC0, 0x24, 0x1E, 0x2B, 0x03, 0x00, 0x7F, 0x80, 0x03, 0xF8, 0x7F, 0x80, 0x03, 0xF8, 0x7F,\n    0x80, 0x07, 0xF8, 0x7F, 0xC0, 0x07, 0xF8, 0x7F, 0xC0, 0x07, 0xF8, 0x7F, 0xC0, 0x07, 0xF8, 0x7F,\n    0xC0, 0x0F, 0xF8, 0x7F, 0xC0, 0x0F, 0xF8, 0x7F, 0xE0, 0x0F, 0xF8, 0x7F, 0xE0, 0x0F, 0xF8, 0x7F,\n    0xE0, 0x0F, 0xF8, 0x7F, 0xE0, 0x1F, 0xF8, 0x7F, 0xE0, 0x1F, 0xFC, 0x7F, 0xF0, 0x1F, 0xFC, 0x7F,\n    0xF0, 0x1E, 0xFC, 0x7F, 0xF0, 0x3E, 0xFC, 0x7F, 0xF0, 0x3E, 0xFC, 0x7F, 0xF0, 0x3E, 0xFC, 0x7F,\n    0xF8, 0x3E, 0xFC, 0x7C, 0xF8, 0x7C, 0xFC, 0xFC, 0xF8, 0x7C, 0xFC, 0xFC, 0xF8, 0x7C, 0xFC, 0xFC,\n    0xF8, 0x7C, 0xFC, 0xFC, 0xFC, 0x7C, 0xFC, 0xFC, 0x7C, 0xF8, 0xFC, 0xFC, 0x7C, 0xF8, 0xFC, 0xFC,\n    0x7C, 0xF8, 0xFC, 0xFC, 0x7E, 0xF8, 0xFC, 0xFC, 0x3F, 0xF0, 0xFC, 0xFC, 0x3F, 0xF0, 0xFC, 0xFC,\n    0x3F, 0xF0, 0xFC, 0xFC, 0x3F, 0xF0, 0xFC, 0xFC, 0x3F, 0xF0, 0xFC, 0xFC, 0x1F, 0xE0, 0xFC, 0xFC,\n    0x1F, 0xE0, 0xFC, 0xFC, 0x1F, 0xE0, 0xFC, 0xFC, 0x1F, 0xE0, 0xFC, 0xFC, 0x0F, 0xE0, 0xFC, 0xFC,\n    0x0F, 0xC0, 0xFC, 0xFC, 0x0F, 0xC0, 0xFC, 0xFC, 0x0F, 0xC0, 0xFC, 0xFC, 0x07, 0xC0, 0xFC, 0xFC,\n    0x07, 0xC0, 0xFC, 0x1D, 0x17, 0x2B, 0x03, 0x00, 0xFC, 0x00, 0xFE, 0xFC, 0x00, 0xFE, 0xFE, 0x00,\n    0xFE, 0xFE, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x80, 0xFE,\n    0xFF, 0x80, 0xFE, 0xFF, 0xC0, 0xFE, 0xFF, 0xC0, 0xFE, 0xFF, 0xE0, 0xFE, 0xFF, 0xE0, 0xFE, 0xFF,\n    0xE0, 0xFE, 0xFF, 0xF0, 0xFE, 0xFF, 0xF0, 0xFE, 0xFF, 0xF8, 0xFE, 0xFF, 0xF8, 0xFE, 0xFF, 0xFC,\n    0xFE, 0xFF, 0xFC, 0xFE, 0xFE, 0xFC, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x7E, 0xFE, 0xFE, 0x7F, 0xFE,\n    0xFE, 0x7F, 0xFE, 0xFE, 0x3F, 0xFE, 0xFE, 0x3F, 0xFE, 0xFE, 0x1F, 0xFE, 0xFE, 0x1F, 0xFE, 0xFE,\n    0x0F, 0xFE, 0xFE, 0x0F, 0xFE, 0xFE, 0x0F, 0xFE, 0xFE, 0x07, 0xFE, 0xFE, 0x07, 0xFE, 0xFE, 0x03,\n    0xFE, 0xFE, 0x03, 0xFE, 0xFE, 0x01, 0xFE, 0xFE, 0x01, 0xFE, 0xFE, 0x00, 0xFE, 0xFE, 0x00, 0xFE,\n    0xFE, 0x00, 0xFE, 0xFE, 0x00, 0x7E, 0xFE, 0x00, 0x7E, 0x1E, 0x18, 0x2D, 0x03, 0xFF, 0x00, 0x10,\n    0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF8, 0x3F, 0xFF, 0xFC, 0x7F, 0xFF, 0xFC,\n    0x7F, 0xFF, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFE,\n    0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE,\n    0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0x7F, 0x81, 0xFE,\n    0x7F, 0xFF, 0xFE, 0x7F, 0xFF, 0xFC, 0x3F, 0xFF, 0xFC, 0x1F, 0xFF, 0xF8, 0x0F, 0xFF, 0xF0, 0x03,\n    0xFF, 0xC0, 0x00, 0x10, 0x00, 0x1B, 0x18, 0x2B, 0x03, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xE0,\n    0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFC, 0xFF, 0x03, 0xFC, 0xFF, 0x01, 0xFE, 0xFF,\n    0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFF, 0xFF, 0x00,\n    0xFF, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x01, 0xFE,\n    0xFF, 0x07, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xE0, 0xFF,\n    0xFF, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00,\n    0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x1E, 0x18, 0x35, 0x03, 0xF7,\n    0x00, 0x10, 0x00, 0x03, 0xFF, 0xC0, 0x0F, 0xFF, 0xF0, 0x1F, 0xFF, 0xF8, 0x3F, 0xFF, 0xFC, 0x7F,\n    0xFF, 0xFC, 0x7F, 0xFF, 0xFE, 0xFF, 0x81, 0xFE, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE,\n    0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0x7F,\n    0x81, 0xFE, 0x7F, 0xFF, 0xFE, 0x7F, 0xFF, 0xFC, 0x3F, 0xFF, 0xFC, 0x1F, 0xFF, 0xF8, 0x0F, 0xFF,\n    0xE0, 0x03, 0xFF, 0xE0, 0x00, 0x17, 0xE0, 0x00, 0x07, 0xF0, 0x00, 0x03, 0xF8, 0x00, 0x01, 0xFC,\n    0x00, 0x00, 0xFC, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x18, 0x00, 0x00, 0x08, 0x1D,\n    0x19, 0x2B, 0x03, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xF0, 0x00,\n    0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0xFF, 0x07, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00,\n    0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00,\n    0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFE, 0x00,\n    0xFF, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x07, 0xFE, 0x00, 0xFF, 0xFF, 0xFC, 0x00,\n    0xFF, 0xFF, 0xF8, 0x00, 0xFF, 0xFF, 0xF0, 0x00, 0xFF, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xE0, 0x00,\n    0xFF, 0x0F, 0xE0, 0x00, 0xFF, 0x0F, 0xE0, 0x00, 0xFF, 0x0F, 0xF0, 0x00, 0xFF, 0x0F, 0xF0, 0x00,\n    0xFF, 0x07, 0xF0, 0x00, 0xFF, 0x07, 0xF8, 0x00, 0xFF, 0x07, 0xF8, 0x00, 0xFF, 0x07, 0xF8, 0x00,\n    0xFF, 0x03, 0xF8, 0x00, 0xFF, 0x03, 0xFC, 0x00, 0xFF, 0x03, 0xFC, 0x00, 0xFF, 0x03, 0xFC, 0x00,\n    0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00, 0xFF, 0x01, 0xFE, 0x00,\n    0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x80,\n    0x1A, 0x17, 0x2D, 0x02, 0xFF, 0x00, 0x10, 0x00, 0x03, 0xFF, 0x00, 0x0F, 0xFF, 0xC0, 0x1F, 0xFF,\n    0xE0, 0x3F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0xEF, 0xF8, 0x7F, 0x03, 0xF8, 0xFF, 0x03, 0xF8,\n    0xFF, 0x01, 0xFC, 0xFE, 0x01, 0xFC, 0xFF, 0x01, 0xFC, 0xFF, 0x01, 0xF8, 0xFF, 0x01, 0x00, 0x7F,\n    0x80, 0x00, 0x7F, 0xC0, 0x00, 0x7F, 0xE0, 0x00, 0x3F, 0xF0, 0x00, 0x3F, 0xF8, 0x00, 0x1F, 0xFC,\n    0x00, 0x0F, 0xFE, 0x00, 0x07, 0xFF, 0x00, 0x03, 0xFF, 0x80, 0x01, 0xFF, 0xC0, 0x00, 0x7F, 0xE0,\n    0x00, 0x3F, 0xF0, 0x00, 0x1F, 0xF8, 0x00, 0x0F, 0xF8, 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFC, 0x06,\n    0x03, 0xFC, 0xFE, 0x01, 0xFE, 0xFE, 0x01, 0xFE, 0xFE, 0x01, 0xFE, 0xFE, 0x01, 0xFE, 0x7F, 0x01,\n    0xFE, 0x7F, 0x01, 0xFE, 0x7F, 0x83, 0xFC, 0x3F, 0xFF, 0xFC, 0x3F, 0xFF, 0xF8, 0x1F, 0xFF, 0xF8,\n    0x0F, 0xFF, 0xF0, 0x07, 0xFF, 0xE0, 0x01, 0xFF, 0x80, 0x00, 0x08, 0x00, 0x16, 0x16, 0x2B, 0x00,\n    0x00, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFC,\n    0xFF, 0xFF, 0xFC, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01,\n    0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE,\n    0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00,\n    0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01,\n    0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE,\n    0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00,\n    0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01,\n    0xFE, 0x00, 0x1E, 0x18, 0x2C, 0x03, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE,\n    0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF,\n    0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE,\n    0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF,\n    0x7F, 0x01, 0xFE, 0x7F, 0x81, 0xFE, 0x7F, 0xFF, 0xFE, 0x3F, 0xFF, 0xFC, 0x3F, 0xFF, 0xFC, 0x1F,\n    0xFF, 0xF8, 0x0F, 0xFF, 0xF0, 0x03, 0xFF, 0xC0, 0x00, 0x10, 0x00, 0x1B, 0x19, 0x2B, 0x01, 0x00,\n    0xFE, 0x00, 0x3F, 0x80, 0xFE, 0x00, 0x3F, 0x80, 0xFF, 0x00, 0x3F, 0x80, 0xFF, 0x00, 0x7F, 0x80,\n    0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7F, 0x80, 0x7F, 0x00,\n    0x7F, 0x80, 0x7E, 0x00, 0x3F, 0x80, 0xFE, 0x00, 0x3F, 0x80, 0xFE, 0x00, 0x3F, 0x80, 0xFE, 0x00,\n    0x3F, 0xC0, 0xFE, 0x00, 0x1F, 0xC0, 0xFC, 0x00, 0x1F, 0xC0, 0xFC, 0x00, 0x1F, 0xC1, 0xFC, 0x00,\n    0x1F, 0xC1, 0xFC, 0x00, 0x1F, 0xC1, 0xFC, 0x00, 0x0F, 0xE1, 0xF8, 0x00, 0x0F, 0xE1, 0xF8, 0x00,\n    0x0F, 0xE3, 0xF8, 0x00, 0x0F, 0xE3, 0xF8, 0x00, 0x0F, 0xE3, 0xF8, 0x00, 0x07, 0xF3, 0xF0, 0x00,\n    0x07, 0xF3, 0xF0, 0x00, 0x07, 0xF3, 0xF0, 0x00, 0x07, 0xF7, 0xF0, 0x00, 0x03, 0xF7, 0xF0, 0x00,\n    0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00,\n    0x01, 0xFF, 0xE0, 0x00, 0x01, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xC0, 0x00,\n    0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00,\n    0x00, 0xFF, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x26, 0x22, 0x2B, 0x02,\n    0x00, 0xFC, 0x01, 0xF0, 0x0F, 0xC0, 0xFE, 0x01, 0xF0, 0x0F, 0xC0, 0xFE, 0x03, 0xF0, 0x0F, 0xC0,\n    0xFE, 0x03, 0xF0, 0x1F, 0xC0, 0xFE, 0x03, 0xF0, 0x1F, 0xC0, 0x7E, 0x03, 0xF8, 0x1F, 0xC0, 0x7E,\n    0x03, 0xF8, 0x1F, 0x80, 0x7E, 0x07, 0xF8, 0x1F, 0x80, 0x7E, 0x07, 0xF8, 0x1F, 0x80, 0x7F, 0x07,\n    0xF8, 0x1F, 0x80, 0x7F, 0x07, 0xFC, 0x1F, 0x80, 0x7F, 0x07, 0xFC, 0x3F, 0x80, 0x3F, 0x07, 0xFC,\n    0x3F, 0x80, 0x3F, 0x0F, 0xFC, 0x3F, 0x00, 0x3F, 0x0F, 0xFC, 0x3F, 0x00, 0x3F, 0x0F, 0xFC, 0x3F,\n    0x00, 0x3F, 0x0F, 0xFE, 0x3F, 0x00, 0x3F, 0x8F, 0xFE, 0x3F, 0x00, 0x3F, 0x9F, 0x7E, 0x3F, 0x00,\n    0x1F, 0x9F, 0x3E, 0x7F, 0x00, 0x1F, 0x9F, 0x3E, 0x7E, 0x00, 0x1F, 0x9F, 0x3F, 0x7E, 0x00, 0x1F,\n    0x9F, 0x3F, 0x7E, 0x00, 0x1F, 0x9E, 0x3F, 0x7E, 0x00, 0x1F, 0xBE, 0x1F, 0x7E, 0x00, 0x1F, 0xFE,\n    0x1F, 0x7E, 0x00, 0x0F, 0xFE, 0x1F, 0xFE, 0x00, 0x0F, 0xFE, 0x1F, 0xFC, 0x00, 0x0F, 0xFE, 0x1F,\n    0xFC, 0x00, 0x0F, 0xFC, 0x1F, 0xFC, 0x00, 0x0F, 0xFC, 0x0F, 0xFC, 0x00, 0x0F, 0xFC, 0x0F, 0xFC,\n    0x00, 0x0F, 0xFC, 0x0F, 0xFC, 0x00, 0x07, 0xFC, 0x0F, 0xFC, 0x00, 0x07, 0xF8, 0x0F, 0xF8, 0x00,\n    0x07, 0xF8, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x07, 0xF8, 0x00, 0x07, 0xF8, 0x07, 0xF8, 0x00, 0x07,\n    0xF8, 0x07, 0xF8, 0x00, 0x07, 0xF0, 0x07, 0xF8, 0x00, 0x03, 0xF0, 0x07, 0xF8, 0x00, 0x03, 0xF0,\n    0x03, 0xF0, 0x00, 0x03, 0xF0, 0x03, 0xF0, 0x00, 0x1A, 0x19, 0x2B, 0x01, 0x00, 0xFE, 0x00, 0x7F,\n    0x00, 0xFF, 0x00, 0x7F, 0x00, 0x7F, 0x00, 0x7E, 0x00, 0x7F, 0x80, 0xFE, 0x00, 0x3F, 0x80, 0xFE,\n    0x00, 0x3F, 0x80, 0xFC, 0x00, 0x3F, 0xC1, 0xFC, 0x00, 0x1F, 0xC1, 0xF8, 0x00, 0x1F, 0xE3, 0xF8,\n    0x00, 0x0F, 0xE3, 0xF8, 0x00, 0x0F, 0xE3, 0xF0, 0x00, 0x07, 0xF7, 0xF0, 0x00, 0x07, 0xF7, 0xF0,\n    0x00, 0x07, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0xC0,\n    0x00, 0x01, 0xFF, 0xC0, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0x00,\n    0x00, 0x00, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x01, 0xFF, 0x80,\n    0x00, 0x03, 0xFF, 0xC0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x07, 0xFF, 0xE0,\n    0x00, 0x07, 0xEF, 0xE0, 0x00, 0x0F, 0xEF, 0xF0, 0x00, 0x0F, 0xE7, 0xF0, 0x00, 0x0F, 0xC7, 0xF8,\n    0x00, 0x1F, 0xC3, 0xF8, 0x00, 0x1F, 0x83, 0xFC, 0x00, 0x3F, 0x83, 0xFC, 0x00, 0x3F, 0x81, 0xFC,\n    0x00, 0x3F, 0x01, 0xFE, 0x00, 0x7F, 0x00, 0xFE, 0x00, 0x7E, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0x7F,\n    0x00, 0xFE, 0x00, 0x7F, 0x80, 0xFC, 0x00, 0x7F, 0x80, 0x1A, 0x19, 0x2B, 0x00, 0x00, 0xFF, 0x00,\n    0x3F, 0x80, 0x7F, 0x00, 0x3F, 0x80, 0x7F, 0x80, 0x3F, 0x80, 0x7F, 0x80, 0x7F, 0x00, 0x3F, 0x80,\n    0x7F, 0x00, 0x3F, 0xC0, 0x7F, 0x00, 0x3F, 0xC0, 0xFE, 0x00, 0x1F, 0xC0, 0xFE, 0x00, 0x1F, 0xE0,\n    0xFE, 0x00, 0x1F, 0xE1, 0xFC, 0x00, 0x0F, 0xE1, 0xFC, 0x00, 0x0F, 0xF1, 0xF8, 0x00, 0x0F, 0xF1,\n    0xF8, 0x00, 0x07, 0xF3, 0xF8, 0x00, 0x07, 0xF3, 0xF0, 0x00, 0x07, 0xFB, 0xF0, 0x00, 0x03, 0xFF,\n    0xF0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x01, 0xFF,\n    0xC0, 0x00, 0x01, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0xFF,\n    0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x17, 0x13, 0x2B, 0x02, 0x00, 0xFF,\n    0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x00, 0x0F,\n    0xE0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x3F, 0xC0, 0x00, 0x3F, 0x80, 0x00, 0x3F, 0x80,\n    0x00, 0x7F, 0x80, 0x00, 0x7F, 0x00, 0x00, 0x7F, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x03, 0xF8, 0x00, 0x03, 0xF8,\n    0x00, 0x07, 0xF8, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x0F, 0xF0, 0x00, 0x0F, 0xE0, 0x00,\n    0x0F, 0xE0, 0x00, 0x1F, 0xE0, 0x00, 0x1F, 0xC0, 0x00, 0x1F, 0xC0, 0x00, 0x3F, 0xC0, 0x00, 0x3F,\n    0x80, 0x00, 0x3F, 0x80, 0x00, 0x7F, 0x80, 0x00, 0x7F, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0,\n    0x12, 0x0D, 0x34, 0x03, 0xF7, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC,\n    0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFC, 0x00, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0x15, 0x11, 0x2B,\n    0x02, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00,\n    0x00, 0x7C, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x1F, 0x00, 0x00,\n    0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x0F, 0x80, 0x00, 0x0F, 0x80, 0x00, 0x0F,\n    0x80, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00, 0x07, 0xC0, 0x00, 0x03, 0xE0,\n    0x00, 0x03, 0xE0, 0x00, 0x03, 0xE0, 0x00, 0x01, 0xF0, 0x00, 0x01, 0xF0, 0x00, 0x01, 0xF0, 0x00,\n    0x01, 0xF0, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x7C, 0x00, 0x00,\n    0x7C, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x3E,\n    0x00, 0x00, 0x3F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x0F, 0x80,\n    0x00, 0x0F, 0x80, 0x11, 0x0D, 0x34, 0x01, 0xF7, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8,\n    0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0x03, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8,\n    0x19, 0x15, 0x12, 0x02, 0x19, 0x01, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x03, 0xFE, 0x00, 0x03, 0xFE,\n    0x00, 0x07, 0xFE, 0x00, 0x07, 0xFF, 0x00, 0x07, 0xFF, 0x00, 0x0F, 0xDF, 0x80, 0x0F, 0x9F, 0x80,\n    0x1F, 0x9F, 0xC0, 0x1F, 0x8F, 0xC0, 0x3F, 0x0F, 0xE0, 0x3F, 0x07, 0xE0, 0x7F, 0x07, 0xE0, 0x7E,\n    0x07, 0xF0, 0x7E, 0x03, 0xF0, 0xFC, 0x03, 0xF8, 0xFC, 0x03, 0xF8, 0x13, 0x13, 0x05, 0x00, 0xF9,\n    0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0x10,\n    0x0A, 0x0B, 0x03, 0x20, 0xFE, 0x00, 0x7E, 0x00, 0x7F, 0x00, 0x3F, 0x00, 0x3F, 0x00, 0x1F, 0x80,\n    0x1F, 0x80, 0x0F, 0x80, 0x07, 0x80, 0x07, 0xC0, 0x03, 0xC0, 0x18, 0x14, 0x1F, 0x02, 0x00, 0x01,\n    0xFC, 0x00, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x80, 0x3F, 0xFF, 0xC0, 0x3F, 0xFF, 0xE0, 0x7F, 0x9F,\n    0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0x00, 0x0F, 0xE0,\n    0x00, 0x0F, 0xE0, 0x00, 0x3F, 0xE0, 0x00, 0xFF, 0xE0, 0x03, 0xFF, 0xE0, 0x0F, 0xFF, 0xE0, 0x1F,\n    0xEF, 0xE0, 0x3F, 0xCF, 0xE0, 0x7F, 0x8F, 0xE0, 0x7F, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F,\n    0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFF, 0x1F, 0xE0, 0x7F, 0xFF, 0xF0,\n    0x7F, 0xF7, 0xF0, 0x3F, 0xF7, 0xF0, 0x1F, 0xE7, 0xF0, 0x0F, 0x87, 0xF0, 0x19, 0x14, 0x2B, 0x03,\n    0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE,\n    0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x1F, 0x00, 0xFE, 0x7F, 0x80, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF,\n    0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0x0F, 0xE0, 0xFE, 0x0F, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0,\n    0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE,\n    0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07,\n    0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x0F, 0xF0,\n    0xFF, 0x0F, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xC0, 0xFE, 0xFF, 0x80, 0xFE,\n    0x3E, 0x00, 0x17, 0x13, 0x1F, 0x02, 0x00, 0x03, 0xFC, 0x00, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x80,\n    0x3F, 0xFF, 0xC0, 0x7F, 0xFF, 0xC0, 0x7F, 0x9F, 0xE0, 0x7F, 0x0F, 0xE0, 0xFF, 0x0F, 0xE0, 0xFE,\n    0x0F, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F,\n    0x0F, 0xE0, 0x7F, 0x8F, 0xE0, 0x7F, 0xFF, 0xC0, 0x3F, 0xFF, 0xC0, 0x1F, 0xFF, 0x80, 0x0F, 0xFF,\n    0x00, 0x03, 0xFC, 0x00, 0x19, 0x14, 0x2B, 0x02, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00,\n    0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07,\n    0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x07, 0xC7, 0xF0,\n    0x1F, 0xF7, 0xF0, 0x3F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F, 0x8F, 0xF0, 0x7F,\n    0x07, 0xF0, 0x7F, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07,\n    0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0,\n    0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF,\n    0x07, 0xF0, 0xFF, 0x07, 0xF0, 0x7F, 0x07, 0xF0, 0x7F, 0x8F, 0xF0, 0x7F, 0xFF, 0xF0, 0x3F, 0xFF,\n    0xF0, 0x3F, 0xFF, 0xF0, 0x1F, 0xF7, 0xF0, 0x07, 0xC7, 0xF0, 0x18, 0x14, 0x1F, 0x02, 0x00, 0x03,\n    0xFC, 0x00, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x80, 0x3F, 0xFF, 0xC0, 0x7F, 0xFF, 0xC0, 0x7F, 0x9F,\n    0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0, 0xFE, 0x07, 0xE0,\n    0xFE, 0x07, 0xE0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xF0, 0xFE,\n    0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x07, 0xE0, 0xFE, 0x07,\n    0xE0, 0xFE, 0x07, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0xFF, 0xE0,\n    0x3F, 0xFF, 0xC0, 0x1F, 0xFF, 0x80, 0x0F, 0xFF, 0x00, 0x03, 0xFC, 0x00, 0x10, 0x0F, 0x29, 0x01,\n    0x01, 0x01, 0xFE, 0x07, 0xFE, 0x0F, 0xFE, 0x0F, 0xFE, 0x0F, 0xFE, 0x1F, 0xE0, 0x1F, 0xE0, 0x1F,\n    0xE0, 0x1F, 0xC0, 0x1F, 0xC0, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x19, 0x18, 0x29, 0x01, 0xF7, 0x00, 0x00, 0x02, 0x01, 0xFC, 0x0E, 0x07, 0xFF,\n    0x1E, 0x0F, 0xFF, 0xBF, 0x1F, 0xFF, 0xFF, 0x1F, 0xFF, 0xFC, 0x3F, 0x87, 0xF0, 0x3F, 0x87, 0xE0,\n    0x3F, 0x03, 0xF0, 0x7F, 0x03, 0xF0, 0x7F, 0x03, 0xF0, 0x7F, 0x03, 0xF0, 0x7F, 0x03, 0xF0, 0x7F,\n    0x03, 0xF0, 0x7F, 0x03, 0xF0, 0x3F, 0x03, 0xF0, 0x3F, 0x87, 0xF0, 0x3F, 0x87, 0xF0, 0x1F, 0xFF,\n    0xE0, 0x1F, 0xFF, 0xE0, 0x0F, 0xFF, 0xC0, 0x0F, 0xFF, 0x80, 0x1E, 0xFE, 0x00, 0x3E, 0x00, 0x00,\n    0x7E, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x7F, 0xFF, 0x80, 0x7F, 0xFF, 0xE0, 0x3F, 0xFF, 0xF8, 0x0F,\n    0xFF, 0xF8, 0x1F, 0xFF, 0xFC, 0x3F, 0x01, 0xFC, 0x7E, 0x00, 0xFC, 0x7E, 0x00, 0x7C, 0xFE, 0x00,\n    0xFC, 0xFF, 0x01, 0xFC, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xF8, 0x7F, 0xFF, 0xF8, 0x3F, 0xFF, 0xE0,\n    0x07, 0xFF, 0x80, 0x19, 0x14, 0x2B, 0x03, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x0F, 0x80, 0xFE,\n    0x7F, 0xC0, 0xFE, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xF0, 0xFF, 0x8F, 0xF0, 0xFF, 0x0F,\n    0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0,\n    0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE,\n    0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07,\n    0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0,\n    0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0x0D, 0x07, 0x29, 0x03, 0x00, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x0D, 0x0C, 0x32, 0xFF, 0xF8, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,\n    0x0F, 0xF0, 0x0F, 0xF0, 0x1F, 0xE0, 0xFF, 0xE0, 0xFF, 0xE0, 0xFF, 0xC0, 0xFF, 0x80, 0xFE, 0x00,\n    0x1A, 0x17, 0x2B, 0x03, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00,\n    0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x01, 0xFE, 0xFE, 0x03, 0xFC, 0xFE,\n    0x07, 0xF8, 0xFE, 0x07, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x1F, 0xE0, 0xFE, 0x1F, 0xE0, 0xFE, 0x3F,\n    0xC0, 0xFE, 0x3F, 0x80, 0xFE, 0x7F, 0x80, 0xFE, 0xFF, 0x00, 0xFE, 0xFF, 0x00, 0xFF, 0xFE, 0x00,\n    0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x00, 0xFF, 0xBF, 0x80, 0xFF, 0x3F, 0x80, 0xFF,\n    0x3F, 0x80, 0xFE, 0x1F, 0xC0, 0xFE, 0x1F, 0xC0, 0xFE, 0x1F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F,\n    0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF8, 0xFE, 0x03, 0xF8, 0xFE, 0x03, 0xFC,\n    0xFE, 0x03, 0xFC, 0xFE, 0x01, 0xFC, 0x0D, 0x07, 0x2B, 0x03, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE,\n    0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0xFE, 0x26, 0x20, 0x1F, 0x03, 0x00, 0xFE, 0x1F, 0x00, 0xF8, 0xFE,\n    0x7F, 0xC3, 0xFE, 0xFF, 0xFF, 0xCF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x8F, 0xFC, 0x7F, 0xFE, 0x0F, 0xF0, 0x7F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0xFE,\n    0x07, 0xF0, 0x3F, 0xFE, 0x07, 0xF0, 0x3F, 0x19, 0x14, 0x1F, 0x03, 0x00, 0xFE, 0x0F, 0x80, 0xFE,\n    0x7F, 0xC0, 0xFE, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0x8F, 0xE0, 0xFE, 0x0F,\n    0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0,\n    0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE,\n    0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F,\n    0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0,\n    0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0x18, 0x14, 0x1F, 0x02, 0x00, 0x03, 0xFC,\n    0x00, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x80, 0x3F, 0xFF, 0xC0, 0x7F, 0xFF, 0xE0, 0x7F, 0x9F, 0xE0,\n    0x7F, 0x0F, 0xE0, 0xFF, 0x0F, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE,\n    0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07,\n    0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0,\n    0xFE, 0x07, 0xF0, 0xFF, 0x0F, 0xF0, 0x7F, 0x0F, 0xE0, 0x7F, 0x9F, 0xE0, 0x7F, 0xFF, 0xE0, 0x3F,\n    0xFF, 0xC0, 0x1F, 0xFF, 0x80, 0x0F, 0xFF, 0x00, 0x03, 0xFC, 0x00, 0x19, 0x14, 0x29, 0x03, 0xF6,\n    0xFE, 0x3F, 0x00, 0xFE, 0xFF, 0x80, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF,\n    0x1F, 0xE0, 0xFE, 0x0F, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07,\n    0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0,\n    0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE,\n    0x07, 0xF0, 0xFE, 0x07, 0xF0, 0xFE, 0x0F, 0xF0, 0xFE, 0x0F, 0xF0, 0xFF, 0x0F, 0xE0, 0xFF, 0xFF,\n    0xE0, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xC0, 0xFE, 0xFF, 0x80, 0xFE, 0x3E, 0x00, 0xFE, 0x00, 0x00,\n    0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE,\n    0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x19, 0x14, 0x29, 0x02, 0xF6,\n    0x07, 0xC7, 0xF0, 0x1F, 0xF7, 0xF0, 0x3F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF0, 0x7F, 0xFF, 0xF0, 0x7F,\n    0x8F, 0xF0, 0x7F, 0x07, 0xF0, 0x7F, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07,\n    0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0,\n    0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF,\n    0x07, 0xF0, 0xFF, 0x07, 0xF0, 0xFF, 0x07, 0xF0, 0x7F, 0x07, 0xF0, 0x7F, 0x8F, 0xF0, 0x7F, 0xFF,\n    0xF0, 0x3F, 0xFF, 0xF0, 0x3F, 0xFF, 0xF0, 0x1F, 0xF7, 0xF0, 0x07, 0xC7, 0xF0, 0x00, 0x07, 0xF0,\n    0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00,\n    0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x00, 0x07, 0xF0, 0x12, 0x0F, 0x1F, 0x03, 0x00,\n    0xFE, 0x1E, 0xFE, 0x3E, 0xFE, 0x7E, 0xFE, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xC2,\n    0xFF, 0x80, 0xFF, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00,\n    0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00,\n    0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0xFE, 0x00, 0x15, 0x13,\n    0x1F, 0x01, 0x00, 0x03, 0xF8, 0x00, 0x0F, 0xFE, 0x00, 0x1F, 0xFF, 0x00, 0x3F, 0xFF, 0x00, 0x3F,\n    0xFF, 0x80, 0x7F, 0x1F, 0xC0, 0x7F, 0x0F, 0xC0, 0x7E, 0x07, 0xC0, 0x7F, 0x07, 0x80, 0x7F, 0x06,\n    0x00, 0x7F, 0x80, 0x00, 0x3F, 0xC0, 0x00, 0x3F, 0xF0, 0x00, 0x1F, 0xF8, 0x00, 0x0F, 0xFC, 0x00,\n    0x07, 0xFE, 0x00, 0x03, 0xFF, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x7F, 0xC0, 0x00, 0x3F, 0xC0, 0x00,\n    0x1F, 0xE0, 0x0C, 0x0F, 0xE0, 0x7C, 0x0F, 0xE0, 0xFC, 0x0F, 0xE0, 0x7E, 0x0F, 0xE0, 0x7F, 0x1F,\n    0xE0, 0x7F, 0xFF, 0xC0, 0x3F, 0xFF, 0xC0, 0x1F, 0xFF, 0x80, 0x0F, 0xFE, 0x00, 0x03, 0xF8, 0x00,\n    0x12, 0x0F, 0x28, 0x01, 0x00, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF,\n    0xFE, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0, 0x1F, 0xE0, 0x1F, 0xFE, 0x0F, 0xFE, 0x0F, 0xFE, 0x07,\n    0xFE, 0x07, 0xFE, 0x01, 0xFE, 0x19, 0x13, 0x1F, 0x03, 0x00, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0,\n    0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE,\n    0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F,\n    0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0,\n    0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE,\n    0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0xFE, 0x3F, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xE0, 0xFF, 0xEF,\n    0xE0, 0x7F, 0xCF, 0xE0, 0x3F, 0x0F, 0xE0, 0x15, 0x14, 0x1F, 0x01, 0x00, 0xFE, 0x07, 0xF0, 0xFE,\n    0x07, 0xF0, 0xFE, 0x0F, 0xE0, 0xFE, 0x0F, 0xE0, 0x7E, 0x0F, 0xE0, 0x7F, 0x0F, 0xE0, 0x7F, 0x0F,\n    0xE0, 0x7F, 0x0F, 0xC0, 0x7F, 0x0F, 0xC0, 0x3F, 0x0F, 0xC0, 0x3F, 0x1F, 0xC0, 0x3F, 0x1F, 0xC0,\n    0x3F, 0x9F, 0x80, 0x3F, 0x9F, 0x80, 0x3F, 0x9F, 0x80, 0x1F, 0x9F, 0x80, 0x1F, 0x9F, 0x80, 0x1F,\n    0xBF, 0x00, 0x1F, 0xFF, 0x00, 0x1F, 0xFF, 0x00, 0x0F, 0xFF, 0x00, 0x0F, 0xFF, 0x00, 0x0F, 0xFF,\n    0x00, 0x0F, 0xFE, 0x00, 0x0F, 0xFE, 0x00, 0x07, 0xFE, 0x00, 0x07, 0xFE, 0x00, 0x07, 0xFE, 0x00,\n    0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFC, 0x00, 0x20, 0x1D, 0x1F, 0x01, 0x00, 0xFC, 0x0F,\n    0xC0, 0xF8, 0xFC, 0x0F, 0xC1, 0xF8, 0xFE, 0x0F, 0xC1, 0xF8, 0xFE, 0x0F, 0xC1, 0xF8, 0x7E, 0x1F,\n    0xC1, 0xF0, 0x7E, 0x1F, 0xC1, 0xF0, 0x7E, 0x1F, 0xE1, 0xF0, 0x7E, 0x1F, 0xE1, 0xF0, 0x7E, 0x1F,\n    0xE3, 0xF0, 0x7F, 0x1F, 0xE3, 0xF0, 0x3F, 0x3F, 0xE3, 0xF0, 0x3F, 0x3F, 0xE3, 0xE0, 0x3F, 0x3F,\n    0xF3, 0xE0, 0x3F, 0x3F, 0xF3, 0xE0, 0x3F, 0x3D, 0xF7, 0xE0, 0x3F, 0x3D, 0xF7, 0xE0, 0x1F, 0x3C,\n    0xF7, 0xE0, 0x1F, 0xFC, 0xF7, 0xC0, 0x1F, 0xFC, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8,\n    0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x0F, 0xF8, 0x7F, 0xC0, 0x0F, 0xF8, 0x7F, 0xC0, 0x0F, 0xF0,\n    0x7F, 0x80, 0x0F, 0xF0, 0x7F, 0x80, 0x0F, 0xF0, 0x7F, 0x80, 0x0F, 0xF0, 0x3F, 0x80, 0x07, 0xF0,\n    0x3F, 0x80, 0x07, 0xE0, 0x3F, 0x80, 0x07, 0xE0, 0x3F, 0x00, 0x16, 0x16, 0x1F, 0x00, 0x00, 0x7F,\n    0x01, 0xF8, 0x7F, 0x03, 0xF8, 0x3F, 0x83, 0xF0, 0x3F, 0x83, 0xF0, 0x1F, 0xC7, 0xE0, 0x1F, 0xC7,\n    0xE0, 0x0F, 0xEF, 0xC0, 0x0F, 0xEF, 0xC0, 0x0F, 0xFF, 0xC0, 0x07, 0xFF, 0x80, 0x07, 0xFF, 0x80,\n    0x03, 0xFF, 0x00, 0x03, 0xFF, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01, 0xFE, 0x00, 0x01,\n    0xFE, 0x00, 0x03, 0xFF, 0x00, 0x03, 0xFF, 0x00, 0x07, 0xFF, 0x00, 0x07, 0xFF, 0x80, 0x0F, 0xFF,\n    0x80, 0x0F, 0xDF, 0xC0, 0x0F, 0xDF, 0xC0, 0x1F, 0x8F, 0xE0, 0x1F, 0x8F, 0xE0, 0x3F, 0x8F, 0xF0,\n    0x3F, 0x07, 0xF0, 0x7F, 0x07, 0xF8, 0x7E, 0x03, 0xF8, 0xFE, 0x03, 0xFC, 0x16, 0x16, 0x27, 0x00,\n    0xF8, 0xFF, 0x03, 0xFC, 0x7F, 0x03, 0xF8, 0x7F, 0x03, 0xF8, 0x7F, 0x03, 0xF8, 0x7F, 0x03, 0xF8,\n    0x3F, 0x83, 0xF0, 0x3F, 0x87, 0xF0, 0x3F, 0x87, 0xF0, 0x3F, 0x87, 0xF0, 0x1F, 0x87, 0xF0, 0x1F,\n    0xC7, 0xE0, 0x1F, 0xC7, 0xE0, 0x1F, 0xC7, 0xE0, 0x0F, 0xCF, 0xE0, 0x0F, 0xCF, 0xC0, 0x0F, 0xEF,\n    0xC0, 0x0F, 0xEF, 0xC0, 0x07, 0xEF, 0xC0, 0x07, 0xEF, 0x80, 0x07, 0xFF, 0x80, 0x03, 0xFF, 0x80,\n    0x03, 0xFF, 0x80, 0x03, 0xFF, 0x80, 0x03, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x01,\n    0xFF, 0x00, 0x01, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE, 0x00, 0x00, 0xFE,\n    0x00, 0x00, 0xFC, 0x00, 0x01, 0xFC, 0x00, 0x1F, 0xFC, 0x00, 0x1F, 0xF8, 0x00, 0x1F, 0xF0, 0x00,\n    0x1F, 0xE0, 0x00, 0x1F, 0x00, 0x00, 0x14, 0x10, 0x1F, 0x02, 0x00, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F,\n    0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x00, 0xFF, 0x00, 0xFE, 0x00, 0xFE, 0x01, 0xFC, 0x01, 0xFC, 0x03,\n    0xFC, 0x03, 0xF8, 0x03, 0xF8, 0x07, 0xF0, 0x07, 0xF0, 0x0F, 0xE0, 0x0F, 0xE0, 0x1F, 0xE0, 0x1F,\n    0xC0, 0x1F, 0xC0, 0x3F, 0x80, 0x3F, 0x80, 0x7F, 0x80, 0x7F, 0x00, 0x7F, 0x00, 0xFE, 0x00, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0x0F, 0x36, 0x02, 0xF5, 0x00, 0x1E,\n    0x03, 0xFE, 0x07, 0xFE, 0x07, 0xFE, 0x0F, 0xFE, 0x0F, 0xFE, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0,\n    0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0,\n    0x0F, 0xE0, 0x0F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x1F, 0xC0, 0x1F, 0xC0, 0x3F, 0xC0,\n    0xFF, 0x80, 0xFF, 0x80, 0xFE, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0x3F, 0xC0, 0x1F, 0xC0, 0x1F, 0xC0,\n    0x1F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0,\n    0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xF0,\n    0x0F, 0xFE, 0x0F, 0xFE, 0x07, 0xFE, 0x03, 0xFE, 0x01, 0xFE, 0x0D, 0x06, 0x33, 0x04, 0xF8, 0xFC,\n    0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC,\n    0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC,\n    0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC,\n    0xFC, 0xFC, 0x13, 0x0F, 0x36, 0x02, 0xF5, 0xF0, 0x00, 0xFF, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF,\n    0xE0, 0xFF, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F,\n    0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F,\n    0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x07, 0xF0, 0x07, 0xF0, 0x07, 0xFE, 0x03, 0xFE, 0x00, 0xFE, 0x03,\n    0xFE, 0x07, 0xFE, 0x07, 0xF0, 0x07, 0xF0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F,\n    0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F,\n    0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x0F, 0xE0, 0x1F, 0xE0, 0xFF, 0xE0, 0xFF, 0xE0, 0xFF, 0xC0, 0xFF,\n    0x80, 0xFE, 0x00, 0x19, 0x15, 0x08, 0x02, 0x13, 0x0F, 0x80, 0x00, 0x1F, 0xE0, 0x60, 0x3F, 0xF8,\n    0xF0, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xF0, 0x78, 0xFF, 0xE0, 0x20, 0x3F, 0xC0, 0x00, 0x0F, 0x80\n};\n#endif\n\nconst uint8_t font_data_icons[4777] = {\n    0x23, 0x00, 0x20, 0x7F, 0x00, 0xC4, 0x00, 0xC5, 0x01, 0x5B, 0x01, 0x5C, 0x01, 0x5D, 0x01, 0x5E,\n    0x01, 0x5F, 0x01, 0x60, 0x01, 0x61, 0x02, 0x0B, 0x02, 0xB5, 0x02, 0xB6, 0x02, 0xB7, 0x02, 0xB8,\n    0x02, 0xDD, 0x02, 0xDE, 0x02, 0xDF, 0x02, 0xE0, 0x02, 0xE1, 0x02, 0xE2, 0x02, 0xE3, 0x02, 0xE4,\n    0x02, 0xE5, 0x02, 0xE6, 0x02, 0xE7, 0x02, 0xE8, 0x02, 0xE9, 0x02, 0xEA, 0x02, 0xEB, 0x03, 0x59,\n    0x03, 0x5A, 0x03, 0x5B, 0x04, 0x05, 0x04, 0x06, 0x04, 0x07, 0x04, 0xB1, 0x05, 0x5B, 0x06, 0x05,\n    0x06, 0xAF, 0x07, 0x59, 0x08, 0x03, 0x08, 0xAD, 0x09, 0x1A, 0x09, 0x73, 0x09, 0xFC, 0x0A, 0x85,\n    0x0B, 0x2F, 0x0B, 0xB8, 0x0C, 0x2D, 0x0C, 0xD7, 0x0D, 0x81, 0x0E, 0x2B, 0x0E, 0xA8, 0x0F, 0x52,\n    0x0F, 0xFC, 0x10, 0xA6, 0x11, 0x50, 0x11, 0xFA, 0x12, 0x83, 0x12, 0x84, 0x12, 0x85, 0x12, 0x86,\n    0x12, 0x87, 0x12, 0x88, 0x12, 0x89, 0x12, 0x8A, 0x12, 0x8B, 0x12, 0x8C, 0x12, 0x8D, 0x12, 0x8E,\n    0x12, 0x8F, 0x12, 0x90, 0x12, 0x91, 0x12, 0x92, 0x12, 0x93, 0x12, 0x94, 0x12, 0x95, 0x12, 0x96,\n    0x12, 0x97, 0x12, 0x98, 0x12, 0x99, 0x12, 0x9A, 0x12, 0x9B, 0x12, 0x9C, 0x12, 0x9D, 0x12, 0x9E,\n    0x12, 0x9F, 0x12, 0xA0, 0x12, 0xA1, 0x12, 0xA2, 0x12, 0xA3, 0x12, 0xA4, 0x12, 0xA5, 0x12, 0xA6,\n    0x12, 0xA7, 0x12, 0xA8, 0xFF, 0x21, 0x21, 0x1D, 0x00, 0x03, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00,\n    0x01, 0xC0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x07,\n    0xF0, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFC,\n    0x00, 0x00, 0x00, 0x1F, 0x7C, 0x00, 0x00, 0x00, 0x3E, 0x3E, 0x00, 0x00, 0x00, 0x7C, 0x1F, 0x00,\n    0x00, 0x00, 0x7C, 0x1F, 0x00, 0x00, 0x00, 0xFC, 0x1F, 0x80, 0x00, 0x00, 0xFC, 0x1F, 0x80, 0x00,\n    0x01, 0xFC, 0x1F, 0xC0, 0x00, 0x03, 0xFC, 0x1F, 0xE0, 0x00, 0x03, 0xFC, 0x1F, 0xE0, 0x00, 0x07,\n    0xFE, 0x3F, 0xF0, 0x00, 0x07, 0xFF, 0x7F, 0xF0, 0x00, 0x0F, 0xFF, 0xFF, 0xF8, 0x00, 0x1F, 0xFF,\n    0xFF, 0xFC, 0x00, 0x1F, 0xFE, 0x3F, 0xFC, 0x00, 0x3F, 0xFC, 0x1F, 0xFE, 0x00, 0x3F, 0xFE, 0x3F,\n    0xFE, 0x00, 0x7F, 0xFE, 0x3F, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0x21, 0x21, 0x20, 0x00, 0x01, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00,\n    0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00,\n    0x3F, 0xFC, 0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x01, 0xFF,\n    0xE0, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x00, 0x0F, 0xFF, 0x00,\n    0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,\n    0x7F, 0xFF, 0xFF, 0xFF, 0x80, 0x3F, 0xFF, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0xFE, 0x00, 0x0F,\n    0xFF, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x01, 0xFF,\n    0xE0, 0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x00, 0x3F, 0xFC,\n    0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00,\n    0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x21, 0x21, 0x20, 0x00, 0x01,\n    0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00,\n    0x0F, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x1F, 0xFE, 0x00, 0x00, 0x00, 0x0F,\n    0xFF, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x01, 0xFF,\n    0xE0, 0x00, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x7F, 0xFF, 0xFF, 0xFC,\n    0x00, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0x00,\n    0xFF, 0xF0, 0x00, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x07, 0xFF,\n    0x80, 0x00, 0x00, 0x0F, 0xFF, 0x00, 0x00, 0x00, 0x1F, 0xFE, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00,\n    0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00,\n    0x00, 0x01, 0xC0, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x0E, 0x0A, 0x10, 0x02, 0x00, 0x1E, 0x00, 0x1E,\n    0x00, 0x1E, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0x1E, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x1E,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0x21, 0x15, 0x00, 0x07,\n    0x00, 0x7F, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x01, 0xFF, 0xFF, 0xFF, 0x80, 0x03,\n    0xFF, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xBF, 0xEF, 0x80, 0x0F, 0xFF, 0x8F, 0xC7, 0x80, 0x1F, 0xFF,\n    0x87, 0x87, 0x80, 0x3F, 0xFF, 0xC3, 0x0F, 0x80, 0x7F, 0xFF, 0xE0, 0x1F, 0x80, 0xFF, 0xFF, 0xF0,\n    0x3F, 0x80, 0xFF, 0xFF, 0xF8, 0x7F, 0x80, 0xFF, 0xFF, 0xF0, 0x3F, 0x80, 0x7F, 0xFF, 0xE0, 0x1F,\n    0x80, 0x3F, 0xFF, 0xC3, 0x0F, 0x80, 0x1F, 0xFF, 0x87, 0x87, 0x80, 0x0F, 0xFF, 0x8F, 0xC7, 0x80,\n    0x07, 0xFF, 0xBF, 0xEF, 0x80, 0x03, 0xFF, 0xFF, 0xFF, 0x80, 0x01, 0xFF, 0xFF, 0xFF, 0x80, 0x00,\n    0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x7F, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0x21, 0x21, 0x20, 0x00, 0x01,\n    0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x03,\n    0xFF, 0xFF, 0xE0, 0x00, 0x07, 0xFF, 0x1F, 0xF0, 0x00, 0x0F, 0xFE, 0x0F, 0xF8, 0x00, 0x1F, 0xFE,\n    0x07, 0xFC, 0x00, 0x1F, 0xFC, 0x07, 0xFC, 0x00, 0x3F, 0xFE, 0x0F, 0xFE, 0x00, 0x3F, 0xFE, 0x0F,\n    0xFE, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xF8, 0x1F, 0xFF,\n    0x00, 0xFF, 0xF8, 0x3F, 0xFF, 0x80, 0xFF, 0xF0, 0x3F, 0xFF, 0x80, 0xFF, 0xF0, 0x3F, 0xFF, 0x80,\n    0xFF, 0xF0, 0x7F, 0xFF, 0x80, 0xFF, 0xE0, 0x7F, 0xFF, 0x80, 0xFF, 0xE0, 0x7F, 0xFF, 0x80, 0xFF,\n    0xE0, 0x7F, 0xFF, 0x80, 0xFF, 0xE0, 0xFF, 0xFF, 0x80, 0x7F, 0xE0, 0xFB, 0xFF, 0x00, 0x7F, 0xC0,\n    0xF3, 0xFF, 0x00, 0x3F, 0xC0, 0xE3, 0xFE, 0x00, 0x3F, 0xC0, 0x07, 0xFE, 0x00, 0x1F, 0xC0, 0x0F,\n    0xFC, 0x00, 0x1F, 0xE0, 0x3F, 0xFC, 0x00, 0x0F, 0xE0, 0x7F, 0xF8, 0x00, 0x07, 0xF1, 0xFF, 0xF0,\n    0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00,\n    0x00, 0x07, 0xF0, 0x00, 0x00, 0xFF, 0xFF, 0x21, 0x21, 0x20, 0x00, 0x00, 0x3F, 0xFF, 0xF0, 0x00,\n    0x00, 0x7F, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0xFF, 0xFE, 0x00, 0x00,\n    0xF8, 0x00, 0x3E, 0x00, 0x00, 0xF0, 0x00, 0x3E, 0x00, 0x00, 0xF0, 0x00, 0x1E, 0x00, 0x00, 0xF0,\n    0x00, 0x1C, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x60, 0x00, 0xF0, 0x00, 0x00, 0x70, 0x00, 0xF0, 0x00,\n    0x00, 0x78, 0x00, 0xF0, 0x00, 0x00, 0x78, 0x00, 0xF0, 0x00, 0x0F, 0xFC, 0x00, 0xF0, 0x00, 0x1F,\n    0xFE, 0x00, 0xF0, 0x00, 0x1F, 0xFF, 0x00, 0xF0, 0x00, 0x1F, 0xFF, 0x80, 0xF0, 0x00, 0x1F, 0xFF,\n    0x80, 0xF0, 0x00, 0x1F, 0xFF, 0x80, 0xF0, 0x00, 0x1F, 0xFF, 0x00, 0xF0, 0x00, 0x1F, 0xFE, 0x00,\n    0xF0, 0x00, 0x0F, 0xFC, 0x00, 0xF0, 0x00, 0x00, 0x78, 0x00, 0xF0, 0x00, 0x00, 0x78, 0x00, 0xF0,\n    0x00, 0x00, 0x70, 0x00, 0xF0, 0x00, 0x00, 0x60, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x00, 0xF0, 0x00,\n    0x1E, 0x00, 0x00, 0xF0, 0x00, 0x3E, 0x00, 0x00, 0xF8, 0x00, 0x3E, 0x00, 0x00, 0xFF, 0xFF, 0xFE,\n    0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xFF, 0xFC, 0x00, 0x00, 0x3F, 0xFF, 0xF8, 0x00,\n    0x00, 0x21, 0x21, 0x20, 0x00, 0x01, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00,\n    0x01, 0xF8, 0x00, 0x00, 0x00, 0x03, 0xFC, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x00, 0x0F,\n    0xFF, 0x80, 0x00, 0x00, 0x1F, 0xFF, 0xC0, 0x00, 0x00, 0x3F, 0xFF, 0xE0, 0x00, 0x00, 0x7F, 0xFF,\n    0xF0, 0x00, 0x00, 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xFF, 0xFE,\n    0x00, 0x00, 0x7F, 0xFF, 0xBF, 0x00, 0x00, 0x3F, 0xFF, 0x1F, 0x80, 0x00, 0x1F, 0xFE, 0x0F, 0xC0,\n    0x00, 0x0F, 0xFC, 0x07, 0xE0, 0x00, 0x07, 0xF8, 0x03, 0xF0, 0x00, 0x03, 0xF0, 0x01, 0xF8, 0x00,\n    0x01, 0xF8, 0x00, 0xFC, 0x00, 0x00, 0xFC, 0x00, 0x7C, 0x00, 0x00, 0x7E, 0x00, 0x3E, 0x00, 0x00,\n    0x3F, 0x00, 0x7E, 0x00, 0x00, 0x1F, 0x80, 0xFC, 0x00, 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x00, 0x03,\n    0xFF, 0xF0, 0x00, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x21, 0x21, 0x20, 0x00, 0x01,\n    0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF,\n    0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0x00, 0xFF, 0xFF, 0x80, 0xF0, 0x1C,\n    0x00, 0x07, 0x80, 0xF0, 0x3C, 0x00, 0x07, 0x80, 0xFF, 0x00, 0xFF, 0xFF, 0x80, 0xFF, 0x80, 0xFF,\n    0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0x80,\n    0xF8, 0x00, 0x0C, 0x7F, 0x80, 0xF0, 0x00, 0x1E, 0x07, 0x80, 0xF8, 0x00, 0x1C, 0x0F, 0x80, 0xFF,\n    0xFF, 0x80, 0x7F, 0x80, 0xFF, 0xFF, 0xC1, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xF0, 0x0F, 0x87,\n    0x87, 0x80, 0xF0, 0x0F, 0x87, 0x87, 0x80, 0xF0, 0x0F, 0x87, 0x87, 0x80, 0xF0, 0x0F, 0x8F, 0x87,\n    0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x00,\n    0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0xE0,\n    0x03, 0xE0, 0x03, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x80, 0xF7, 0xFE, 0xFF, 0xFF, 0x80, 0xF0, 0x00, 0xFF, 0xFF, 0x80, 0xF0, 0x00, 0xFF,\n    0xFF, 0x80, 0xF0, 0x00, 0xFF, 0xFF, 0x80, 0xF0, 0x00, 0xFF, 0xFF, 0x80, 0xF0, 0x00, 0xFF, 0xFF,\n    0x80, 0xF0, 0x00, 0xFF, 0xFF, 0x80, 0xF0, 0x00, 0xFF, 0xFF, 0x80, 0x78, 0x00, 0xFF, 0xFF, 0x00,\n    0x78, 0x00, 0xFF, 0xFF, 0x00, 0x78, 0x00, 0xFF, 0xFF, 0x00, 0x78, 0x00, 0xFF, 0xFF, 0x00, 0x3C,\n    0x00, 0xFF, 0xFE, 0x00, 0x3C, 0x00, 0xFF, 0xFE, 0x00, 0x3E, 0x00, 0xFF, 0xFE, 0x00, 0x1E, 0x00,\n    0xFF, 0xFC, 0x00, 0x1F, 0x00, 0xFF, 0xFC, 0x00, 0x0F, 0x80, 0xFF, 0xF8, 0x00, 0x07, 0xC0, 0xFF,\n    0xF0, 0x00, 0x07, 0xE0, 0xFF, 0xF0, 0x00, 0x03, 0xF0, 0xFF, 0xE0, 0x00, 0x01, 0xFC, 0xFF, 0xC0,\n    0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00,\n    0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x21,\n    0x21, 0x20, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0xFF,\n    0xFF, 0x80, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x07, 0xFC, 0x1F, 0xF0, 0x00, 0x0F, 0xF8, 0x0F,\n    0xF8, 0x00, 0x1F, 0x9C, 0x1C, 0xFC, 0x00, 0x1F, 0x0C, 0x18, 0x7C, 0x00, 0x3E, 0x0C, 0x18, 0x3E,\n    0x00, 0x3C, 0x00, 0x00, 0x1E, 0x00, 0x7C, 0x00, 0x00, 0x1F, 0x00, 0x7E, 0x00, 0x00, 0x3F, 0x00,\n    0xFF, 0x80, 0x04, 0xFF, 0x00, 0xF3, 0x80, 0x06, 0xEF, 0x80, 0xF0, 0x00, 0x0C, 0x07, 0x80, 0xF0,\n    0x00, 0x1C, 0x07, 0x80, 0xF0, 0x00, 0x18, 0x07, 0x80, 0xF0, 0x00, 0x38, 0x07, 0x80, 0xF0, 0x00,\n    0x38, 0x07, 0x80, 0xF3, 0x80, 0x70, 0xEF, 0x80, 0xFF, 0x80, 0xF0, 0xFF, 0x80, 0x7E, 0x00, 0xF0,\n    0x3F, 0x00, 0x7C, 0x01, 0xE0, 0x1F, 0x00, 0x3C, 0x3F, 0xFE, 0x1E, 0x00, 0x3E, 0xFF, 0xFF, 0xBE,\n    0x00, 0x1F, 0xFE, 0x3F, 0xFC, 0x00, 0x1F, 0xFC, 0x1F, 0xFC, 0x00, 0x0F, 0xFE, 0x3F, 0xF8, 0x00,\n    0x07, 0xFE, 0x3F, 0xF0, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00,\n    0x3F, 0xFE, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x18, 0x01,\n    0xC0, 0x0C, 0x00, 0x3C, 0x03, 0xC0, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x03, 0xE0,\n    0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x00, 0x00, 0x1E,\n    0x00, 0x3C, 0x00, 0x00, 0x1E, 0x00, 0x3C, 0x07, 0xF0, 0x1E, 0x00, 0x3C, 0x0F, 0xF8, 0x1E, 0x00,\n    0x3C, 0x0F, 0xF8, 0x1E, 0x00, 0x3C, 0x0F, 0xF8, 0x1E, 0x00, 0x3C, 0x00, 0x00, 0x1E, 0x00, 0x3C,\n    0x00, 0x00, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x03,\n    0xE0, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x00, 0x00, 0x3C, 0x03, 0xE0, 0x00, 0x00, 0x3C, 0x03, 0xE0,\n    0x7F, 0x80, 0x3C, 0x03, 0xE0, 0x7F, 0x80, 0x00, 0x03, 0xE0, 0x7F, 0x80, 0x00, 0x03, 0xE0, 0x7F,\n    0x00, 0xFF, 0x03, 0xE0, 0x00, 0x00, 0xFF, 0x03, 0xE0, 0x00, 0x00, 0xFF, 0x03, 0xE0, 0x1E, 0x00,\n    0xFF, 0x03, 0xE0, 0x1E, 0x00, 0x00, 0x03, 0xE0, 0x1E, 0x00, 0x00, 0x03, 0xE0, 0x1E, 0x00, 0x3C,\n    0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x3C, 0x01, 0xC0, 0x1E, 0x00, 0x18, 0x01,\n    0xC0, 0x0C, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFF,\n    0x00, 0x00, 0x01, 0xFF, 0xFF, 0xC0, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x0F, 0xFC, 0x1F, 0xF0,\n    0x00, 0x1F, 0xE0, 0x03, 0xF8, 0x00, 0x1F, 0xC0, 0x01, 0xFC, 0x00, 0x3F, 0x80, 0x00, 0xFE, 0x00,\n    0x7F, 0x81, 0xC0, 0xFE, 0x00, 0x7F, 0xE7, 0xF0, 0x7F, 0x00, 0x7F, 0xFF, 0xF8, 0x7F, 0x00, 0xFF,\n    0xFF, 0xF0, 0x7F, 0x80, 0xFF, 0xFF, 0x00, 0xFF, 0x80, 0xFF, 0xFE, 0x00, 0xFF, 0x80, 0xFF, 0xFC,\n    0x01, 0xFF, 0x80, 0xFF, 0xFC, 0x07, 0xFF, 0x80, 0xFF, 0xFC, 0x1F, 0xFF, 0x80, 0xFF, 0xFC, 0x1F,\n    0xFF, 0x80, 0x7F, 0xFE, 0x3F, 0xFF, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0xFF, 0xFE,\n    0x00, 0x3F, 0xFC, 0x1F, 0xFE, 0x00, 0x1F, 0xFC, 0x1F, 0xFC, 0x00, 0x0F, 0xFC, 0x1F, 0xF8, 0x00,\n    0x07, 0xFE, 0x3F, 0xF0, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xFF, 0xC0, 0x00, 0x03,\n    0xFF, 0xFF, 0x00, 0x00, 0x03, 0xF7, 0xF0, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xC0,\n    0x00, 0x00, 0x00, 0x03, 0x80, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x1F, 0x1A,\n    0x00, 0x04, 0x1F, 0xFF, 0xFE, 0x00, 0x3F, 0xFF, 0xFE, 0x30, 0x70, 0x00, 0x00, 0x78, 0xE0, 0x00,\n    0x00, 0xFC, 0xC0, 0x00, 0x01, 0xFE, 0xC0, 0x00, 0x03, 0xFE, 0xC0, 0x00, 0x07, 0xFC, 0xC0, 0x00,\n    0x0F, 0xF8, 0xC0, 0x80, 0x1F, 0xF0, 0xC3, 0xC0, 0x3F, 0xE0, 0xC7, 0xE0, 0x7F, 0xC0, 0xC7, 0xF0,\n    0xFF, 0x80, 0xC7, 0xF9, 0xFF, 0x00, 0xC3, 0xFF, 0xFE, 0x00, 0xC1, 0xFF, 0xFC, 0x40, 0xC0, 0xFF,\n    0xF8, 0xC0, 0xC0, 0x7F, 0xF0, 0xC0, 0xC0, 0x3F, 0xE0, 0xC0, 0xC0, 0x1F, 0xC0, 0xC0, 0xC0, 0x0F,\n    0x80, 0xC0, 0xC0, 0x07, 0x00, 0xC0, 0xC0, 0x00, 0x00, 0xC0, 0xE0, 0x00, 0x01, 0xC0, 0x78, 0x00,\n    0x03, 0x80, 0x3F, 0xFF, 0xFF, 0x00, 0x1F, 0xFF, 0xFE, 0x00, 0x21, 0x1F, 0x15, 0x01, 0x07, 0x00,\n    0x7F, 0xFF, 0xF0, 0x0C, 0x7F, 0xFF, 0xF0, 0x1E, 0x3F, 0xFF, 0xF0, 0x1F, 0x1F, 0xFF, 0xF0, 0x3F,\n    0x00, 0x00, 0xF0, 0x7F, 0x80, 0x00, 0xF0, 0xFF, 0xC0, 0x00, 0xF0, 0xFF, 0xE0, 0x00, 0xF0, 0x1E,\n    0x00, 0x00, 0xF0, 0x1E, 0x00, 0x00, 0xF0, 0x1E, 0x00, 0x00, 0xF0, 0x1E, 0x00, 0x00, 0xF0, 0x1E,\n    0x00, 0x00, 0xF0, 0x1E, 0x00, 0x0F, 0xFE, 0x1E, 0x00, 0x07, 0xFE, 0x1E, 0x00, 0x03, 0xFC, 0x1E,\n    0x00, 0x01, 0xF8, 0x1F, 0xFF, 0xF1, 0xF0, 0x1F, 0xFF, 0xF8, 0xF0, 0x1F, 0xFF, 0xFC, 0x60, 0x1F,\n    0xFF, 0xFC, 0x00, 0x21, 0x1F, 0x21, 0x00, 0x00, 0x7F, 0x0F, 0xE1, 0xFC, 0xFF, 0x9F, 0xF3, 0xFE,\n    0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xE3, 0xFE,\n    0x3E, 0x07, 0xC0, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x0F, 0xE1, 0xFC,\n    0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE,\n    0xFF, 0x1F, 0xE3, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xFF, 0x1F, 0xE3, 0xFC, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE, 0xFF, 0x9F, 0xF3, 0xFE,\n    0xFF, 0x9F, 0xF3, 0xFE, 0x7F, 0x0F, 0xE1, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x07, 0xC0, 0x00, 0x00, 0x1F, 0xE0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00,\n    0x00, 0x1F, 0xF0, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x0F, 0xE0, 0x00, 0x21, 0x1D, 0x21, 0x02,\n    0x00, 0x00, 0x1F, 0xC0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0xFF, 0xF8, 0x00, 0x01, 0xFF, 0xFC,\n    0x00, 0x03, 0xF8, 0xFE, 0x00, 0x07, 0xE0, 0x3F, 0x00, 0x07, 0xC0, 0x1F, 0x00, 0x07, 0x80, 0x0F,\n    0x00, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x00, 0x07, 0x80, 0x00, 0x00, 0x07, 0x80, 0x00, 0x00, 0x07,\n    0x80, 0x00, 0x00, 0x07, 0x80, 0x00, 0x00, 0x07, 0x80, 0x3F, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF,\n    0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xF0, 0x7F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xE0, 0x3F,\n    0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xF0, 0x7F,\n    0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF0, 0x7F, 0xF8, 0xFF, 0xF0, 0x7F,\n    0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xC0, 0x3F, 0xF8, 0xFF, 0xFF, 0xFF,\n    0xF8, 0x7F, 0xFF, 0xFF, 0xF0, 0x21, 0x21, 0x20, 0x00, 0x01, 0x0F, 0xFF, 0x00, 0x00, 0x00, 0x0F,\n    0xFF, 0x80, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x7F,\n    0x80, 0x00, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00, 0x01, 0xFF, 0x80, 0x7F, 0x80, 0x03, 0xFF, 0x80,\n    0x7F, 0x80, 0x07, 0xEF, 0x80, 0x60, 0x00, 0x0F, 0xCF, 0x80, 0x60, 0x00, 0x1F, 0x8F, 0x80, 0x60,\n    0x00, 0x3F, 0x0F, 0x00, 0x60, 0x00, 0x7E, 0x00, 0x1F, 0xE0, 0x00, 0xFC, 0x00, 0x1F, 0xE0, 0x00,\n    0xF8, 0x00, 0x18, 0x00, 0x00, 0x70, 0x00, 0x18, 0x00, 0x00, 0x20, 0x00, 0x18, 0x00, 0x00, 0x00,\n    0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x0F,\n    0xF0, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00,\n    0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x03, 0xFC, 0x00, 0x00, 0x00, 0x03, 0xFC, 0x00, 0x00,\n    0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00,\n    0x03, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x21,\n    0x1D, 0x21, 0x02, 0x00, 0x00, 0x1F, 0xC0, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0xFF, 0xF8, 0x00,\n    0x01, 0xFF, 0xFC, 0x00, 0x03, 0xF8, 0xFE, 0x00, 0x07, 0xE0, 0x3F, 0x00, 0x07, 0xC0, 0x1F, 0x00,\n    0x07, 0x80, 0x0F, 0x00, 0x0F, 0x80, 0x0F, 0x80, 0x0F, 0x00, 0x07, 0x80, 0x0F, 0x00, 0x07, 0x80,\n    0x0F, 0x00, 0x07, 0x80, 0x0F, 0x00, 0x07, 0x80, 0x0F, 0x00, 0x07, 0x80, 0x3F, 0xFF, 0xFF, 0xE0,\n    0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xF0, 0x7F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8,\n    0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xC0, 0x1F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8,\n    0xFF, 0xF0, 0x7F, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF8, 0xFF, 0xF0, 0x7F, 0xF8,\n    0xFF, 0xF0, 0x7F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xE0, 0x3F, 0xF8, 0xFF, 0xC0, 0x3F, 0xF8,\n    0xFF, 0xFF, 0xFF, 0xF8, 0x7F, 0xFF, 0xFF, 0xF0, 0x21, 0x1C, 0x1C, 0x02, 0x03, 0x7F, 0xFF, 0xFF,\n    0xE0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFD,\n    0xF0, 0xFF, 0xFF, 0xF8, 0xF0, 0xFF, 0xFF, 0xF0, 0xF0, 0xFF, 0xFF, 0xE0, 0xF0, 0xFF, 0xFF, 0xC1,\n    0xF0, 0xFF, 0xFF, 0x83, 0xF0, 0xFF, 0xFF, 0x07, 0xF0, 0xFF, 0xFE, 0x0F, 0xF0, 0xFD, 0xFC, 0x1F,\n    0xF0, 0xF8, 0xFC, 0x3F, 0xF0, 0xF8, 0x78, 0x3F, 0xF0, 0xF0, 0x30, 0x7F, 0xF0, 0xF8, 0x10, 0xFF,\n    0xF0, 0xFC, 0x00, 0xFF, 0xF0, 0xFF, 0x01, 0xFF, 0xF0, 0xFF, 0x81, 0xFF, 0xF0, 0xFF, 0xC3, 0xFF,\n    0xF0, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xE3, 0xFF, 0xF0, 0xFF, 0xF7, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF,\n    0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF0, 0x7F, 0xFF, 0xFF, 0xE0, 0x21, 0x21, 0x20,\n    0x00, 0x01, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x07, 0xF8, 0x00,\n    0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x18, 0x1F, 0xFC, 0x0C, 0x00,\n    0x3F, 0x7F, 0xFF, 0x7E, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0xFF,\n    0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x7F, 0xFF, 0x80, 0x7F, 0xF8, 0x0F, 0xFF, 0x00, 0x3F, 0xF0,\n    0x07, 0xFE, 0x00, 0x1F, 0xE0, 0x03, 0xFC, 0x00, 0x0F, 0xE0, 0x03, 0xF8, 0x00, 0x0F, 0xC0, 0x01,\n    0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xE0, 0x03, 0xF8,\n    0x00, 0x1F, 0xE0, 0x03, 0xFC, 0x00, 0x3F, 0xF0, 0x07, 0xFE, 0x00, 0x7F, 0xF8, 0x0F, 0xFF, 0x00,\n    0xFF, 0xFF, 0x3F, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x3F,\n    0xFF, 0xFF, 0xFF, 0x00, 0x3F, 0x7F, 0xFF, 0x7E, 0x00, 0x18, 0x1F, 0xFC, 0x0C, 0x00, 0x00, 0x0F,\n    0xF8, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x0F, 0xF0, 0x00, 0x00, 0x00, 0x07, 0xF0,\n    0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x21, 0x21, 0x20, 0x00, 0x01, 0x00, 0x01, 0xC0, 0x00,\n    0x00, 0x00, 0x03, 0xC0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00,\n    0x06, 0x03, 0xE0, 0x30, 0x00, 0x0F, 0x03, 0xE0, 0x78, 0x00, 0x1F, 0x03, 0xE0, 0x7C, 0x00, 0x1F,\n    0x03, 0xE0, 0x7C, 0x00, 0x3E, 0x03, 0xE0, 0x3E, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0x7C, 0x03,\n    0xE0, 0x1F, 0x00, 0x78, 0x03, 0xE0, 0x0F, 0x00, 0xF8, 0x03, 0xE0, 0x0F, 0x00, 0xF0, 0x03, 0xE0,\n    0x0F, 0x80, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0xF0, 0x01, 0xC0, 0x07, 0x80, 0xF0, 0x00, 0x80, 0x07,\n    0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x0F, 0x80,\n    0xF8, 0x00, 0x00, 0x0F, 0x80, 0x78, 0x00, 0x00, 0x0F, 0x00, 0x7C, 0x00, 0x00, 0x1F, 0x00, 0x7C,\n    0x00, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x00, 0x7C, 0x00, 0x1F, 0x80,\n    0x00, 0xFC, 0x00, 0x0F, 0xE0, 0x03, 0xF8, 0x00, 0x07, 0xFC, 0x1F, 0xF0, 0x00, 0x03, 0xFF, 0xFF,\n    0xE0, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x0F, 0xF0, 0x00,\n    0x00, 0x21, 0x21, 0x20, 0x00, 0xFF, 0x3F, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFC, 0x00, 0x00, 0x00,\n    0x7F, 0xFE, 0x0F, 0xFE, 0x00, 0xFF, 0xFE, 0x1F, 0xFE, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0x00, 0x00,\n    0x00, 0x3F, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFB, 0xEF,\n    0xFF, 0x80, 0xFF, 0xE1, 0xC3, 0xFF, 0x80, 0xFF, 0xC1, 0xC0, 0xFF, 0x80, 0xFF, 0x00, 0x00, 0x7F,\n    0x80, 0xFE, 0x1C, 0x1C, 0x3F, 0x80, 0xFF, 0x3E, 0x3E, 0x7F, 0x80, 0xFF, 0x1E, 0x3C, 0x7F, 0x80,\n    0xFF, 0x9F, 0xFC, 0xFF, 0x80, 0xFF, 0x0F, 0xF8, 0x7F, 0x80, 0xF0, 0x1F, 0xFC, 0x07, 0x80, 0xF0,\n    0x1F, 0xFC, 0x07, 0x80, 0xF3, 0xFE, 0x3F, 0xE7, 0x80, 0x73, 0xFC, 0x1F, 0xE7, 0x00, 0x13, 0xFE,\n    0x3F, 0xE4, 0x00, 0x01, 0xFF, 0x7F, 0xC0, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x0F, 0xF8,\n    0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x3E, 0x3E, 0x00,\n    0x00, 0x00, 0x3C, 0x1E, 0x00, 0x00, 0x00, 0x0C, 0x18, 0x00, 0x00, 0x21, 0x21, 0x18, 0x00, 0x05,\n    0x00, 0x03, 0xF0, 0x00, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0xFC, 0x1F, 0x80, 0x00, 0x01,\n    0xE0, 0x03, 0x84, 0x00, 0x07, 0x80, 0x00, 0x0C, 0x00, 0x0E, 0x00, 0x00, 0x38, 0x00, 0x0C, 0x00,\n    0x00, 0x70, 0x00, 0x18, 0x00, 0x01, 0xE0, 0x00, 0x38, 0x00, 0x03, 0xE6, 0x00, 0x30, 0x00, 0x0F,\n    0xC6, 0x00, 0x60, 0x00, 0x1F, 0x83, 0x00, 0x60, 0x00, 0x7F, 0x83, 0x00, 0x60, 0x00, 0xFF, 0x03,\n    0x00, 0xC0, 0x03, 0xFE, 0x01, 0x80, 0xC0, 0x07, 0xFE, 0x01, 0x80, 0xC0, 0x07, 0xFC, 0x01, 0x80,\n    0xC0, 0x0F, 0xF8, 0x01, 0x80, 0xC0, 0x0F, 0xF8, 0x01, 0x80, 0xC0, 0x07, 0xF0, 0x01, 0x80, 0xC0,\n    0x07, 0xE0, 0x01, 0x80, 0xE0, 0x01, 0xC0, 0x03, 0x80, 0x60, 0x00, 0x00, 0x03, 0x00, 0x60, 0x00,\n    0x00, 0x03, 0x00, 0x60, 0x00, 0x00, 0x03, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x60, 0x00, 0x01,\n    0x84, 0x00, 0xF0, 0x00, 0x07, 0x87, 0x00, 0xF8, 0x00, 0x07, 0x87, 0x80, 0xFE, 0x03, 0x87, 0x87,\n    0x80, 0xFF, 0x0F, 0x86, 0x7B, 0x80, 0xFF, 0x0F, 0x88, 0x78, 0x80, 0xFF, 0x0F, 0xF8, 0x78, 0x00,\n    0xF3, 0x0E, 0xF8, 0x78, 0x00, 0xF0, 0xF0, 0xF8, 0x84, 0x00, 0xF0, 0xF0, 0xF7, 0x87, 0x00, 0xF0,\n    0xF0, 0x87, 0x87, 0x80, 0xFC, 0xF1, 0x87, 0x87, 0x80, 0xFF, 0x0F, 0x87, 0xFF, 0x80, 0xFF, 0x0F,\n    0x88, 0x78, 0x80, 0xFF, 0x0F, 0xB8, 0x78, 0x00, 0xF3, 0x0E, 0xF8, 0x78, 0x00, 0xF0, 0xF0, 0xF8,\n    0x78, 0x00, 0xF0, 0xF0, 0xFF, 0x86, 0x00, 0xF0, 0xF0, 0xC7, 0x87, 0x80, 0xFC, 0xF0, 0x87, 0x87,\n    0x80, 0xFF, 0x3F, 0x87, 0x87, 0x80, 0xFF, 0x0F, 0x80, 0x01, 0x80, 0xFF, 0x0F, 0x80, 0x00, 0x00,\n    0xF7, 0x0F, 0x00, 0x00, 0x00, 0xF0, 0x08, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0xF0,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00,\n    0x00, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0xFF, 0xFF,\n    0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xF8, 0x00, 0x00, 0x0F, 0x80,\n    0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0,\n    0x60, 0x03, 0x07, 0x80, 0xF0, 0xF8, 0x0F, 0x87, 0x80, 0xF0, 0xFC, 0x1F, 0x87, 0x80, 0xF0, 0x7E,\n    0x3F, 0x07, 0x80, 0xF0, 0x7F, 0x7F, 0x07, 0x80, 0xF0, 0x3F, 0xFE, 0x07, 0x80, 0xF0, 0x1F, 0xFC,\n    0x07, 0x80, 0xF0, 0x0F, 0xF8, 0x07, 0x80, 0xF0, 0x07, 0xF0, 0x07, 0x80, 0xF0, 0x0F, 0xF8, 0x07,\n    0x80, 0xF0, 0x1F, 0xFC, 0x07, 0x80, 0xF0, 0x3F, 0xFE, 0x07, 0x80, 0xF0, 0x7F, 0x7F, 0x07, 0x80,\n    0xF0, 0x7E, 0x3F, 0x07, 0x80, 0xF0, 0xFC, 0x1F, 0x87, 0x80, 0xF0, 0xF8, 0x0F, 0x87, 0x80, 0xF0,\n    0x60, 0x03, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00,\n    0x00, 0x07, 0x80, 0xF8, 0x00, 0x00, 0x0F, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF,\n    0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x21, 0x21, 0x20, 0x00,\n    0x00, 0x3C, 0x3C, 0x1E, 0x1E, 0x00, 0x7C, 0x3C, 0x1E, 0x1F, 0x00, 0xFC, 0x3C, 0x1E, 0x1F, 0x80,\n    0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01,\n    0xC0, 0x00, 0x00, 0x70, 0x03, 0xE0, 0x07, 0x00, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0xF0, 0x03, 0xE0,\n    0x07, 0x80, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00,\n    0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00,\n    0xF0, 0x03, 0xE0, 0x07, 0x80, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0x70,\n    0x03, 0xE0, 0x07, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00,\n    0x07, 0x80, 0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0x7C, 0x3C, 0x1E, 0x1F,\n    0x00, 0x3C, 0x3C, 0x1E, 0x1E, 0x00, 0x21, 0x21, 0x20, 0x00, 0x00, 0x3C, 0x3C, 0x1E, 0x1E, 0x00,\n    0x7C, 0x3C, 0x1E, 0x1F, 0x00, 0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0xF0,\n    0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,\n    0x07, 0x00, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07,\n    0x80, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00,\n    0x00, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x3F, 0xFE, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0,\n    0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0x70, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x07, 0x80, 0xFC, 0x3C, 0x1E, 0x1F,\n    0x80, 0xFC, 0x3C, 0x1E, 0x1F, 0x80, 0x7C, 0x3C, 0x1E, 0x1F, 0x00, 0x3C, 0x3C, 0x1E, 0x1E, 0x00,\n    0x21, 0x21, 0x20, 0x00, 0x01, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00,\n    0x07, 0xF0, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x3F,\n    0xFE, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x80, 0x00, 0x01, 0xFF, 0xFF,\n    0xC0, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x07, 0xFF, 0xFF, 0xF0, 0x00, 0x0F, 0xFF, 0xFF, 0xF8,\n    0x00, 0x1F, 0xFF, 0xFF, 0xFC, 0x00, 0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x2F,\n    0xFF, 0xFF, 0xFA, 0x00, 0x0F, 0xF8, 0x0F, 0xF8, 0x00, 0x0F, 0xF0, 0x07, 0xF8, 0x00, 0x0F, 0xE0,\n    0x03, 0xF8, 0x00, 0x0F, 0xE0, 0x03, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01,\n    0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8,\n    0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x0F, 0xC0, 0x01, 0xF8, 0x00,\n    0x0F, 0xC0, 0x01, 0xF8, 0x00, 0x07, 0xC0, 0x01, 0xF0, 0x00, 0x21, 0x1D, 0x21, 0x02, 0x00, 0x7F,\n    0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xF0,\n    0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0,\n    0x02, 0x00, 0x78, 0xF0, 0x07, 0x00, 0x78, 0xF0, 0x0F, 0x80, 0x78, 0xF0, 0x07, 0x00, 0x78, 0xF0,\n    0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF,\n    0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xF0, 0x00, 0x00, 0x78, 0xF0,\n    0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0, 0x07, 0x00, 0x78, 0xF0,\n    0x0F, 0x80, 0x78, 0xF0, 0x07, 0x00, 0x78, 0xF0, 0x07, 0x00, 0x78, 0xF0, 0x00, 0x00, 0x78, 0xF0,\n    0x00, 0x00, 0x78, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xF8, 0x7F,\n    0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF\n};\n\nconst uint8_t *fonts[] = {\n    font_data_small,\n    font_data_medium,\n    font_data_large,\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\n    font_data_large_landscape,\n#else\n    0,\n#endif\n    font_data_icons,\n};\n\n// BITMAP DEFINITIONS\n\nconst uint8_t bitmap_pixel_data_logo[4608] = {\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0xBD, 0x4B, 0xB5, 0x32, 0xCE, 0x21, 0x29, 0x11, 0xA5, 0x08, 0x42, 0x00, 0x21, 0x00,\n    0x21, 0x00, 0x42, 0x00, 0xA5, 0x08, 0x29, 0x11, 0xEE, 0x21, 0xB5, 0x32, 0xBD, 0x4B, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xDE, 0x4B, 0x72, 0x2A,\n    0xE7, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x11,\n    0x73, 0x32, 0xDE, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xBD, 0x4B, 0xEF, 0x21, 0x21, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x82, 0x10, 0x49, 0x4A, 0xCF, 0x7B, 0xF3, 0x9C, 0xB6, 0xB5, 0x38, 0xC6,\n    0x38, 0xC6, 0x96, 0xB5, 0xF3, 0x9C, 0xCF, 0x7B, 0x49, 0x4A, 0x82, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x00, 0xEF, 0x21, 0xBD, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xFF, 0x4B, 0x31, 0x2A, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x10,\n    0x6D, 0x6B, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x18, 0xC6, 0x4D, 0x6B,\n    0x82, 0x10, 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0x52, 0x2A, 0xFF, 0x4B, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x7B, 0x43, 0xE7, 0x10, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x18, 0xB2, 0x94, 0xBE, 0xF7,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xBE, 0xF7, 0x71, 0x8C, 0xC3, 0x18, 0x00, 0x00, 0x00, 0x00, 0xE7, 0x10, 0x9B, 0x43, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0xF6, 0x3A, 0x41, 0x00, 0x00, 0x00, 0x20, 0x00, 0xCF, 0x7B, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7, 0xAE, 0x73, 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0xF7, 0x3A,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x73, 0x32,\n    0x00, 0x00, 0x00, 0x00, 0x04, 0x21, 0x79, 0xCE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xC6, 0xE3, 0x18, 0x00, 0x00, 0x00, 0x00,\n    0xB5, 0x32, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x73, 0x32, 0x00, 0x00,\n    0x00, 0x00, 0x08, 0x42, 0x7D, 0xEF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7D, 0xEF, 0x7D, 0xEF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF,\n    0x5D, 0xEF, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xEF, 0xC7, 0x39, 0x00, 0x00,\n    0x00, 0x00, 0xB5, 0x32, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xF6, 0x3A, 0x00, 0x00, 0x00, 0x00,\n    0x69, 0x4A, 0xDF, 0xFF, 0xFF, 0xFF, 0xBA, 0xD6, 0x0C, 0x63, 0xA2, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x61, 0x08, 0xAA, 0x52, 0x79, 0xCE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x55, 0xAD, 0x08, 0x42, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x04, 0x21, 0xCF, 0x7B, 0x7D, 0xEF, 0xFF, 0xFF, 0xBE, 0xF7, 0x28, 0x42,\n    0x00, 0x00, 0x00, 0x00, 0xF7, 0x3A, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x7B, 0x43, 0x42, 0x00, 0x00, 0x00, 0x08, 0x42,\n    0xDF, 0xFF, 0xFF, 0xFF, 0x92, 0x94, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7D, 0xEF, 0x49, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x10, 0xF7, 0xBD, 0xFF, 0xFF, 0xBE, 0xF7,\n    0xC7, 0x39, 0x00, 0x00, 0x42, 0x00, 0x9C, 0x43, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xFF, 0x4B, 0xE7, 0x10, 0x00, 0x00, 0x04, 0x21, 0x7D, 0xEF,\n    0xFF, 0xFF, 0x92, 0x94, 0x00, 0x00, 0x00, 0x00, 0x86, 0x31, 0x14, 0xA5, 0xDB, 0xDE, 0xDB, 0xDE,\n    0x14, 0xA5, 0x86, 0x31, 0x00, 0x00, 0x00, 0x00, 0xCF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xE7, 0x39, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x63, 0xF7, 0xBD,\n    0x1C, 0xE7, 0x79, 0xCE, 0x10, 0x84, 0x82, 0x10, 0x00, 0x00, 0x20, 0x00, 0x79, 0xCE, 0xFF, 0xFF,\n    0x5D, 0xEF, 0xE3, 0x18, 0x00, 0x00, 0x07, 0x11, 0xFF, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x52, 0x2A, 0x00, 0x00, 0x20, 0x00, 0x79, 0xCE, 0xFF, 0xFF,\n    0xFB, 0xDE, 0x20, 0x00, 0x00, 0x00, 0x0C, 0x63, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xDF, 0xFF, 0xEB, 0x5A, 0x00, 0x00, 0x00, 0x00, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x51, 0x8C, 0x00, 0x00, 0x20, 0x00, 0xB6, 0xB5, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0xDE, 0xE3, 0x18, 0x00, 0x00, 0x45, 0x29, 0xDF, 0xFF,\n    0xFF, 0xFF, 0x18, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x73, 0x2A, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xBD, 0x4B, 0x42, 0x00, 0x00, 0x00, 0xEF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x4D, 0x6B, 0x00, 0x00, 0x65, 0x29, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x65, 0x29, 0x00, 0x00, 0xEB, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xDF, 0xFF, 0xA2, 0x10, 0x00, 0x00, 0x30, 0x84, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xCE, 0x00, 0x00, 0x00, 0x00, 0x55, 0xAD,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x8E, 0x73, 0x00, 0x00, 0x42, 0x00, 0xDE, 0x4B, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xEF, 0x21, 0x00, 0x00, 0xE3, 0x18, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xE3, 0x18, 0x00, 0x00, 0xF3, 0x9C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD3, 0x9C, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x59, 0xCE, 0x00, 0x00, 0x41, 0x08, 0x9E, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0x42, 0x00, 0x00, 0x0C, 0x63,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7, 0xA2, 0x10, 0x00, 0x00, 0xEF, 0x21, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0xDE, 0x4B, 0x21, 0x00, 0x00, 0x00, 0xD3, 0x9C, 0xFF, 0xFF, 0xFF, 0xFF, 0xBE, 0xF7,\n    0x00, 0x00, 0x00, 0x00, 0x9A, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x45, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xAE, 0x73, 0x00, 0x00, 0xC7, 0x39,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x71, 0x8C, 0x00, 0x00, 0x42, 0x00, 0xDE, 0x4B, 0x1F, 0x54,\n    0x1F, 0x54, 0x73, 0x32, 0x00, 0x00, 0xA2, 0x10, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xBE, 0xF7,\n    0x00, 0x00, 0x00, 0x00, 0x79, 0xCE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xAE, 0x73, 0x00, 0x00, 0xC7, 0x39,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7, 0x61, 0x08, 0x00, 0x00, 0x94, 0x32, 0x1F, 0x54,\n    0x1F, 0x54, 0x08, 0x11, 0x00, 0x00, 0x8E, 0x73, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xC3, 0x18, 0x00, 0x00, 0xD3, 0x9C, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC7, 0x39, 0x00, 0x00, 0xEB, 0x5A,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0x63, 0x00, 0x00, 0x28, 0x11, 0x1F, 0x54,\n    0xBD, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x2C, 0x63, 0x00, 0x00, 0x24, 0x21, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xC6, 0x00, 0x00, 0x00, 0x00, 0x55, 0xAD,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x00, 0x00, 0xDE, 0x4B,\n    0xD5, 0x32, 0x00, 0x00, 0x82, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xBA, 0xD6, 0x20, 0x00, 0x00, 0x00, 0xAA, 0x52, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xD6, 0xA2, 0x10, 0x00, 0x00, 0x24, 0x21, 0xDF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x41, 0x08, 0x00, 0x00, 0xD6, 0x3A,\n    0xEF, 0x21, 0x00, 0x00, 0x69, 0x4A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x71, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x24, 0x21, 0x71, 0x8C, 0x55, 0xAD, 0x55, 0xAD,\n    0x34, 0xA5, 0xB2, 0x94, 0xB2, 0x94, 0x4D, 0x6B, 0x00, 0x00, 0x04, 0x21, 0xB2, 0x94, 0xB2, 0x94,\n    0xB2, 0x94, 0x6D, 0x6B, 0x00, 0x00, 0xE3, 0x18, 0xB2, 0x94, 0xB2, 0x94, 0x14, 0xA5, 0x55, 0xAD,\n    0x55, 0xAD, 0x55, 0xAD, 0x6D, 0x6B, 0x41, 0x08, 0x00, 0x00, 0x20, 0x00, 0x38, 0xC6, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0x42, 0x00, 0x00, 0x0F, 0x2A,\n    0x29, 0x19, 0x00, 0x00, 0xEF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x51, 0x8C, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x10, 0xD7, 0xBD, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x8E, 0x73, 0x00, 0x00, 0x4A, 0x19,\n    0xC5, 0x08, 0x00, 0x00, 0x14, 0xA5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x79, 0xCE, 0xEB, 0x5A, 0x28, 0x42, 0x28, 0x42, 0x28, 0x42,\n    0x28, 0x42, 0x28, 0x42, 0x28, 0x42, 0x86, 0x31, 0x00, 0x00, 0x61, 0x08, 0x28, 0x42, 0x28, 0x42,\n    0x28, 0x42, 0x86, 0x31, 0x00, 0x00, 0x61, 0x08, 0x28, 0x42, 0x28, 0x42, 0x28, 0x42, 0x28, 0x42,\n    0x28, 0x42, 0x28, 0x42, 0x28, 0x42, 0x10, 0x84, 0x7D, 0xEF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB2, 0x94, 0x00, 0x00, 0xC6, 0x10,\n    0x63, 0x00, 0x00, 0x00, 0xD7, 0xBD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x75, 0xAD, 0x00, 0x00, 0x83, 0x08,\n    0x42, 0x00, 0x00, 0x00, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD7, 0xBD, 0x00, 0x00, 0x42, 0x00,\n    0x42, 0x00, 0x00, 0x00, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD7, 0xBD, 0x00, 0x00, 0x42, 0x00,\n    0x62, 0x00, 0x00, 0x00, 0xD7, 0xBD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x59, 0xCE, 0xB2, 0x94, 0x71, 0x8C, 0x71, 0x8C,\n    0x71, 0x8C, 0x71, 0x8C, 0x71, 0x8C, 0x2C, 0x63, 0x00, 0x00, 0x04, 0x21, 0x71, 0x8C, 0x71, 0x8C,\n    0x71, 0x8C, 0x4D, 0x6B, 0x00, 0x00, 0xC3, 0x18, 0x71, 0x8C, 0x71, 0x8C, 0x71, 0x8C, 0x71, 0x8C,\n    0x71, 0x8C, 0x71, 0x8C, 0x14, 0xA5, 0xBA, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x96, 0xB5, 0x00, 0x00, 0x83, 0x08,\n    0xC5, 0x08, 0x00, 0x00, 0x34, 0xA5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xDB, 0xDE, 0xA6, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x63, 0x9E, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xD3, 0x9C, 0x00, 0x00, 0xC6, 0x10,\n    0x29, 0x19, 0x00, 0x00, 0x10, 0x84, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x9A, 0xD6, 0x82, 0x10, 0x00, 0x00, 0x00, 0x00, 0x28, 0x42, 0x0C, 0x63, 0x0C, 0x63,\n    0x0C, 0x63, 0x0C, 0x63, 0x0C, 0x63, 0x08, 0x42, 0x00, 0x00, 0xA2, 0x10, 0x0C, 0x63, 0x0C, 0x63,\n    0x0C, 0x63, 0x49, 0x4A, 0x00, 0x00, 0x82, 0x10, 0x0C, 0x63, 0x0C, 0x63, 0x0C, 0x63, 0x0C, 0x63,\n    0x0C, 0x63, 0x0C, 0x63, 0x45, 0x29, 0x00, 0x00, 0x00, 0x00, 0x65, 0x29, 0x9E, 0xF7, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xAE, 0x73, 0x00, 0x00, 0x4A, 0x19,\n    0xEF, 0x21, 0x00, 0x00, 0x8A, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xBE, 0xF7, 0x04, 0x21, 0x00, 0x00, 0x24, 0x21, 0x9A, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x92, 0x94, 0x00, 0x00, 0x00, 0x00, 0xCB, 0x5A, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x49, 0x4A, 0x00, 0x00, 0x0F, 0x2A,\n    0xD5, 0x32, 0x00, 0x00, 0xC3, 0x18, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x92, 0x94, 0x00, 0x00, 0x61, 0x08, 0x1C, 0xE7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x92, 0x94, 0x00, 0x00, 0x00, 0x00, 0x79, 0xCE,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x61, 0x08, 0x00, 0x00, 0xD6, 0x3A,\n    0xBD, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x59, 0xCE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xA6, 0x31, 0x00, 0x00, 0xEF, 0x7B, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x04, 0x21, 0x00, 0x00, 0xAE, 0x73,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x38, 0xC6, 0x00, 0x00, 0x00, 0x00, 0xDE, 0x4B,\n    0x1F, 0x54, 0x08, 0x11, 0x00, 0x00, 0xAE, 0x73, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF,\n    0x00, 0x00, 0x00, 0x00, 0x38, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x4D, 0x6B, 0x00, 0x00, 0x28, 0x42,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6D, 0x6B, 0x00, 0x00, 0x28, 0x11, 0x1F, 0x54,\n    0x1F, 0x54, 0x73, 0x2A, 0x00, 0x00, 0xC3, 0x18, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7,\n    0x00, 0x00, 0x00, 0x00, 0x9A, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB6, 0xB5, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x65, 0x29, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEF, 0x7B, 0x00, 0x00, 0x86, 0x31,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xBE, 0xF7, 0x82, 0x10, 0x00, 0x00, 0x73, 0x32, 0x1F, 0x54,\n    0x1F, 0x54, 0xDE, 0x4B, 0x21, 0x00, 0x00, 0x00, 0x14, 0xA5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x41, 0x08, 0x00, 0x00, 0x96, 0xB5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x55, 0xAD, 0x00, 0x00, 0xC7, 0x39, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xF7, 0xBD, 0x00, 0x00, 0x61, 0x08, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xAA, 0x52, 0x00, 0x00, 0x69, 0x4A,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xB2, 0x94, 0x00, 0x00, 0x42, 0x00, 0xDE, 0x4B, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xCE, 0x21, 0x00, 0x00, 0x04, 0x21, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x28, 0x42, 0x00, 0x00, 0x8A, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x8A, 0x52, 0x00, 0x00, 0x28, 0x42, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x5D, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x75, 0xAD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x5D, 0xEF, 0x41, 0x08, 0x00, 0x00, 0x51, 0x8C,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xBE, 0xF7, 0xC3, 0x18, 0x00, 0x00, 0xEF, 0x21, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xBD, 0x4B, 0x21, 0x00, 0x00, 0x00, 0x30, 0x84, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x75, 0xAD, 0x00, 0x00, 0x00, 0x00, 0x34, 0xA5, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xF3, 0x9C, 0x00, 0x00, 0x00, 0x00, 0xB2, 0x94, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x8A, 0x52, 0x00, 0x00, 0xE3, 0x18, 0x3C, 0xE7, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x49, 0x4A, 0x00, 0x00, 0x41, 0x08, 0x3C, 0xE7,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xCF, 0x7B, 0x00, 0x00, 0x42, 0x00, 0xBD, 0x4B, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x31, 0x2A, 0x00, 0x00, 0x41, 0x08, 0xBA, 0xD6, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x49, 0x4A, 0x00, 0x00, 0x00, 0x00, 0xAE, 0x73, 0x3C, 0xE7, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x5D, 0xEF, 0xAE, 0x73, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x31, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0xDE, 0x61, 0x08, 0x00, 0x00, 0xC3, 0x18, 0x55, 0xAD, 0xDF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0x59, 0xCE, 0xE7, 0x39, 0x00, 0x00, 0x00, 0x00, 0x51, 0x8C, 0xFF, 0xFF,\n    0xFF, 0xFF, 0x79, 0xCE, 0x20, 0x00, 0x00, 0x00, 0x52, 0x2A, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xFF, 0x4B, 0xC6, 0x10, 0x00, 0x00, 0x45, 0x29, 0x9E, 0xF7,\n    0xFF, 0xFF, 0x7D, 0xEF, 0xA6, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x21, 0x24, 0x21,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x29, 0x1C, 0xE7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0xBD, 0x61, 0x08, 0x00, 0x00, 0x00, 0x00, 0x41, 0x08,\n    0x65, 0x29, 0xA2, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4D, 0x6B, 0xFF, 0xFF, 0xFF, 0xFF,\n    0x9E, 0xF7, 0x24, 0x21, 0x00, 0x00, 0xE7, 0x10, 0xFF, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x7B, 0x43, 0x41, 0x00, 0x00, 0x00, 0x69, 0x4A,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xBE, 0xF7, 0xCF, 0x7B, 0x61, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x08, 0x8E, 0x73, 0x9E, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDB, 0xDE, 0x49, 0x4A, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE3, 0x18, 0x34, 0xA5, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF,\n    0x28, 0x42, 0x00, 0x00, 0x42, 0x00, 0x7B, 0x43, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xD6, 0x3A, 0x00, 0x00, 0x00, 0x00,\n    0xEB, 0x5A, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7, 0x96, 0xB5, 0x51, 0x8C, 0x51, 0x8C,\n    0x55, 0xAD, 0x9E, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0xDE, 0xF3, 0x9C,\n    0x30, 0x84, 0x71, 0x8C, 0x18, 0xC6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x69, 0x4A,\n    0x00, 0x00, 0x00, 0x00, 0xF7, 0x3A, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x73, 0x32, 0x00, 0x00,\n    0x00, 0x00, 0x69, 0x4A, 0xBE, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9E, 0xF7, 0x28, 0x42, 0x00, 0x00,\n    0x00, 0x00, 0x93, 0x32, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x73, 0x32,\n    0x00, 0x00, 0x00, 0x00, 0x65, 0x29, 0xBA, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xD6, 0x45, 0x29, 0x00, 0x00, 0x00, 0x00,\n    0x73, 0x32, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0xD6, 0x3A, 0x41, 0x00, 0x00, 0x00, 0x41, 0x08, 0x71, 0x8C, 0xDF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0x30, 0x84, 0x20, 0x00, 0x00, 0x00, 0x42, 0x00, 0xF6, 0x3A,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x7B, 0x43, 0xC6, 0x10, 0x00, 0x00, 0x00, 0x00, 0x24, 0x21, 0x14, 0xA5, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xDF, 0xFF, 0x14, 0xA5, 0x04, 0x21, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x10, 0x7B, 0x43, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0xFF, 0x4B, 0x30, 0x2A, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE3, 0x18,\n    0xEF, 0x7B, 0xBA, 0xD6, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x9A, 0xD6, 0xEF, 0x7B,\n    0xE3, 0x18, 0x00, 0x00, 0x00, 0x00, 0x21, 0x00, 0x31, 0x2A, 0xFF, 0x4B, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x9C, 0x4B, 0xAD, 0x21, 0x21, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xE3, 0x18, 0xEB, 0x5A, 0x51, 0x8C, 0x75, 0xAD, 0x38, 0xC6, 0xBA, 0xD6,\n    0xBA, 0xD6, 0x38, 0xC6, 0x75, 0xAD, 0x51, 0x8C, 0xCB, 0x5A, 0xE3, 0x18, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x21, 0x00, 0xCD, 0x21, 0xBD, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0xBD, 0x4B, 0x52, 0x2A,\n    0xE6, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x10,\n    0x52, 0x2A, 0xDD, 0x4B, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0xBC, 0x4B, 0x94, 0x32, 0xCD, 0x21, 0x08, 0x11, 0x84, 0x08, 0x42, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x42, 0x00, 0x84, 0x08, 0x08, 0x11, 0xCE, 0x21, 0x94, 0x32, 0xBD, 0x4B, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54,\n    0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54, 0x1F, 0x54\n};\n\nconst uint8_t bitmap_pixel_data_bp_coupled[76800] = {\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x28, 0x4A, 0xC9, 0x39,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xC9, 0x39, 0x28, 0x4A, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x28, 0x4A, 0xC9, 0x39,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xC9, 0x39, 0x28, 0x4A, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE,\n    0x01, 0xE6, 0x84, 0xAC, 0x06, 0x6B, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x69, 0x29, 0xA7, 0x5A, 0x24, 0x9C, 0xA2, 0xD5,\n    0xA0, 0xFE, 0xC7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE,\n    0x01, 0xE6, 0x84, 0xAC, 0x06, 0x6B, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x4A, 0x21, 0x4A, 0x21, 0x69, 0x29, 0xA7, 0x5A, 0x24, 0x9C, 0xA2, 0xD5,\n    0xA0, 0xFE, 0xC7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0xA2, 0xD5, 0x24, 0x9C, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC5, 0x8B, 0x42, 0xC5, 0x80, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xE1, 0xDD, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0xA2, 0xD5, 0x24, 0x9C, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC5, 0x8B, 0x42, 0xC5, 0x80, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xE1, 0xDD, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x85, 0x83,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6,\n    0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0x85, 0x83, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x85, 0x83,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6,\n    0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0x85, 0x83, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x89, 0x29,\n    0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6,\n    0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x89, 0x29,\n    0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6,\n    0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x44, 0xA4, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x44, 0x9C,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x44, 0xA4, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x44, 0x9C,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x42, 0xA0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0x08, 0x42,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x42, 0xA0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0x08, 0x42,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x22, 0xC5, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x23, 0xBD, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x22, 0xC5, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x23, 0xBD, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC7, 0x62, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC7, 0x62, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xA5, 0x10, 0x83, 0x08, 0x81, 0x00,\n    0x82, 0x08, 0x83, 0x08, 0xE7, 0x18, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xE1, 0xDD, 0x49, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0xA4, 0x10, 0x42, 0x10,\n    0x21, 0x10, 0x42, 0x10, 0x84, 0x10, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xE1, 0xDD, 0x49, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x84, 0x08,\n    0x82, 0x08, 0x81, 0x00, 0x82, 0x08, 0xA5, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x20, 0x00, 0x00, 0x01, 0x80, 0x03, 0x80, 0x04,\n    0x60, 0x04, 0xC0, 0x02, 0x40, 0x00, 0x61, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x83, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x85, 0x83, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x63, 0x10, 0x00, 0x00, 0x00, 0x38, 0x00, 0x78,\n    0x00, 0x98, 0x00, 0x80, 0x00, 0x40, 0x00, 0x00, 0x63, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x83, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x85, 0x83, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x61, 0x00, 0x40, 0x00, 0xA0, 0x02,\n    0x40, 0x04, 0xA0, 0x04, 0xA0, 0x03, 0x20, 0x01, 0x20, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x40, 0x00, 0x00, 0x05, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0x60, 0x07, 0xE0, 0x02, 0x20, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x89, 0x31, 0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x42, 0x08, 0x00, 0x20, 0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x28, 0x42, 0x08, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x89, 0x31, 0x60, 0xF6, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x60, 0xF6, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x40, 0x00, 0x80, 0x02, 0x60, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x40, 0x05, 0x40, 0x00, 0xA4, 0x10, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x08, 0x19, 0x00, 0x00, 0xE0, 0x05, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x02, 0x61, 0x00, 0x49, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x64, 0xA4, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x64, 0xA4, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x18, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x20, 0x84, 0x10, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x64, 0xA4, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x64, 0xA4, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x00, 0x80, 0x02, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x20, 0x06, 0x00, 0x00, 0xE7, 0x18,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x83, 0x08, 0xC0, 0x02, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x60, 0x07, 0x40, 0x00, 0xE7, 0x18, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x42, 0xA0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0x08, 0x42, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0x00, 0xA8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB0, 0x00, 0x00, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x42, 0xA0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xA0, 0xFE, 0x08, 0x42, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x20, 0x00, 0x40, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x40, 0x03, 0x82, 0x08,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x49, 0x21, 0x20, 0x00, 0xC0, 0x05, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xC0, 0x02, 0x84, 0x08, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x22, 0xC5, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x22, 0xC5, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xE7, 0x18, 0x00, 0x08, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x08, 0xE7, 0x18,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x22, 0xC5, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0x22, 0xC5, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x40, 0x02, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x20, 0x06, 0x00, 0x00,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x00, 0x00, 0x20, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x20, 0x04, 0x82, 0x08, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC6, 0x10, 0x00, 0x20, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x30, 0xA5, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC7, 0x62, 0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xC0, 0xFE, 0xC7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0xC0, 0x03, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x80, 0x07, 0x00, 0x00,\n    0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x21, 0x00, 0x00, 0x40, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x80, 0x04, 0x82, 0x00, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x01, 0xE6, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC5, 0x10, 0x00, 0x28, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x38, 0xA5, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE1, 0xDD, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0x01, 0xE6, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x82, 0x08, 0x00, 0x04, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xC0, 0x07, 0x00, 0x00,\n    0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x00, 0x00, 0x60, 0x06, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x80, 0x03, 0x83, 0x08, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x83, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xA5, 0x83, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC6, 0x18, 0x00, 0x10, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x20, 0xC6, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x83, 0xC0, 0xFE, 0xC0, 0xFE,\n    0xC0, 0xFE, 0xC0, 0xFE, 0xA5, 0x83, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x20, 0x03, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x06, 0x00, 0x00,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x81, 0x00, 0x20, 0x04, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x00, 0x01, 0xA5, 0x10, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x89, 0x31, 0x60, 0xF6, 0xC0, 0xFE,\n    0xC0, 0xFE, 0x60, 0xF6, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x00, 0x08, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x89, 0x31, 0x60, 0xF6, 0xC0, 0xFE,\n    0xC0, 0xFE, 0x60, 0xF6, 0x89, 0x31, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0xA0, 0x00, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xA0, 0x04, 0x61, 0x00,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC6, 0x10, 0x80, 0x00, 0x60, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x20, 0x05, 0x20, 0x00, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x64, 0xA4, 0xC0, 0xFE,\n    0xC0, 0xFE, 0x64, 0xA4, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x63, 0x10, 0x00, 0x48, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x50, 0x42, 0x08, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x64, 0xA4, 0xC0, 0xFE,\n    0xC0, 0xFE, 0x64, 0xA4, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x40, 0x00, 0xC0, 0x04, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x80, 0x07, 0xA0, 0x00, 0xA5, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x49, 0x21, 0x62, 0x08, 0xA0, 0x01, 0x40, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x05, 0x40, 0x00, 0xC5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x42, 0xA0, 0xFE,\n    0xA0, 0xFE, 0x28, 0x42, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00, 0x00, 0x70, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x78, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x42, 0xA0, 0xFE,\n    0xA0, 0xFE, 0x28, 0x42, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x20, 0x00, 0x80, 0x05, 0xE0, 0x07, 0xE0, 0x07,\n    0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0xE0, 0x07, 0x60, 0x07, 0xE0, 0x01, 0x61, 0x00, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x62, 0x08, 0x80, 0x00, 0x20, 0x04, 0x80, 0x06, 0xA0, 0x07,\n    0x60, 0x07, 0xE0, 0x05, 0xC0, 0x02, 0x00, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x42, 0xC5,\n    0x22, 0xC5, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x08, 0x00, 0x28, 0x00, 0xA0, 0x00, 0xE0,\n    0x00, 0xF0, 0x00, 0xE0, 0x00, 0xA0, 0x00, 0x30, 0x00, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x42, 0xC5,\n    0x22, 0xC5, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00, 0x80, 0x02, 0xC0, 0x05,\n    0x40, 0x07, 0xA0, 0x07, 0xA0, 0x06, 0x40, 0x04, 0xA0, 0x00, 0x61, 0x00, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0xC6, 0x10, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x20, 0x00, 0x83, 0x08, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x62,\n    0xE7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x84, 0x10, 0x00, 0x08, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x84, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x62,\n    0xE7, 0x62, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x83, 0x08, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x00, 0xC5, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x08, 0x19,\n    0x08, 0x21, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21,\n    0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0x08, 0x19, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21,\n    0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0x08, 0x21, 0x08, 0x19, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0xE7, 0x18, 0xA5, 0x10, 0x84, 0x10, 0x83, 0x10, 0x83, 0x08, 0x63, 0x08, 0x63, 0x08,\n    0x83, 0x10, 0x84, 0x10, 0xA5, 0x10, 0xC6, 0x18, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0xE7, 0x18, 0xA5, 0x10, 0x84, 0x10, 0x83, 0x10, 0x63, 0x08, 0x63, 0x08,\n    0x63, 0x08, 0x83, 0x10, 0x84, 0x10, 0xA5, 0x10, 0xE7, 0x18, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0xE7, 0x18, 0xA5, 0x10, 0x84, 0x08, 0x83, 0x10, 0x63, 0x08,\n    0x63, 0x08, 0x63, 0x08, 0x83, 0x10, 0x84, 0x10, 0xA5, 0x10, 0xE7, 0x18, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0xC6, 0x18, 0xA5, 0x10, 0x84, 0x10, 0x83, 0x10,\n    0x63, 0x08, 0x63, 0x08, 0x83, 0x08, 0x83, 0x10, 0x84, 0x10, 0xA5, 0x10, 0xE7, 0x18, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x84, 0x10, 0x42, 0x08,\n    0x00, 0x00, 0x41, 0x08, 0xE3, 0x20, 0xC7, 0x39, 0x49, 0x52, 0x8A, 0x5A, 0xAA, 0x5A, 0x8A, 0x5A,\n    0x49, 0x52, 0xE7, 0x41, 0x24, 0x21, 0x61, 0x08, 0x00, 0x00, 0x41, 0x08, 0x83, 0x10, 0xE6, 0x18,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0xE7, 0x18, 0x84, 0x10,\n    0x41, 0x08, 0x00, 0x00, 0x41, 0x08, 0x04, 0x21, 0xC7, 0x41, 0x49, 0x52, 0x8A, 0x5A, 0xAA, 0x5A,\n    0x8A, 0x5A, 0x49, 0x52, 0xE7, 0x41, 0x04, 0x21, 0x41, 0x08, 0x00, 0x00, 0x41, 0x08, 0x84, 0x10,\n    0xE7, 0x18, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0xE7, 0x18,\n    0x84, 0x10, 0x41, 0x08, 0x00, 0x00, 0x41, 0x08, 0x04, 0x21, 0xE7, 0x41, 0x49, 0x52, 0x8A, 0x5A,\n    0xAA, 0x5A, 0x8A, 0x5A, 0x49, 0x52, 0xC7, 0x41, 0xE4, 0x20, 0x41, 0x08, 0x00, 0x00, 0x42, 0x08,\n    0x84, 0x10, 0xE7, 0x18, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0xC6, 0x18, 0x83, 0x08, 0x41, 0x08, 0x00, 0x00, 0x61, 0x08, 0x24, 0x29, 0xE7, 0x41, 0x49, 0x52,\n    0x8A, 0x5A, 0xAA, 0x5A, 0x8A, 0x5A, 0x49, 0x52, 0xC7, 0x39, 0xE3, 0x20, 0x41, 0x08, 0x00, 0x00,\n    0x42, 0x08, 0x84, 0x10, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xA5, 0x10, 0x41, 0x08, 0x00, 0x00, 0x65, 0x31, 0xEB, 0x62,\n    0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C, 0x2C, 0x73, 0xC7, 0x41, 0x41, 0x08,\n    0x21, 0x00, 0x84, 0x10, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xA5, 0x10, 0x41, 0x08, 0x20, 0x00, 0x86, 0x39,\n    0x0C, 0x6B, 0x51, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C, 0x0C, 0x6B, 0xA6, 0x39,\n    0x20, 0x00, 0x21, 0x00, 0xA4, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x84, 0x10, 0x21, 0x00, 0x20, 0x00,\n    0xA7, 0x39, 0x0C, 0x6B, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x94, 0xEB, 0x6A,\n    0x86, 0x31, 0x20, 0x00, 0x41, 0x08, 0xA5, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x84, 0x10, 0x21, 0x00,\n    0x41, 0x08, 0xC7, 0x41, 0x2C, 0x73, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94,\n    0xEB, 0x62, 0x65, 0x31, 0x00, 0x00, 0x41, 0x08, 0xA5, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0xA5, 0x10, 0x20, 0x00, 0xA2, 0x10, 0xEB, 0x62, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC,\n    0x4D, 0x73, 0x24, 0x29, 0x00, 0x00, 0x84, 0x10, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x84, 0x10, 0x20, 0x00, 0xC3, 0x18, 0x0C, 0x6B, 0xB2, 0xA4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xD3, 0xAC, 0x2C, 0x6B, 0xE4, 0x20, 0x00, 0x00, 0x84, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x84, 0x10, 0x00, 0x00, 0xE4, 0x20, 0x2C, 0x73, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xB2, 0xA4, 0x0C, 0x6B, 0xC3, 0x18, 0x20, 0x00, 0x84, 0x10, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x84, 0x10, 0x00, 0x00, 0x24, 0x29, 0x4D, 0x73,\n    0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0xCB, 0x62, 0xA2, 0x10, 0x20, 0x00, 0xA5, 0x10, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18,\n    0x21, 0x08, 0xA3, 0x18, 0x4D, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xAC, 0x71, 0x9C, 0xAE, 0x83, 0x0C, 0x6B, 0xCB, 0x62, 0xAA, 0x5A, 0xAA, 0x62,\n    0xEB, 0x6A, 0x6D, 0x7B, 0x30, 0x94, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x45, 0x29, 0x20, 0x00, 0xA5, 0x10, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xC6, 0x10, 0x21, 0x00, 0xE3, 0x18, 0x6D, 0x7B, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x51, 0x9C, 0x8E, 0x7B, 0x0C, 0x6B, 0xCB, 0x62, 0xAA, 0x5A,\n    0xCB, 0x62, 0xEB, 0x6A, 0x8E, 0x7B, 0x51, 0x94, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83, 0x04, 0x21, 0x20, 0x00, 0xA5, 0x10, 0x49, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x49, 0x21, 0xA5, 0x10, 0x20, 0x00, 0x04, 0x21, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x51, 0x94, 0x8E, 0x7B, 0xEB, 0x6A, 0xCB, 0x62,\n    0xAA, 0x5A, 0xCB, 0x62, 0x0C, 0x6B, 0x8E, 0x7B, 0x51, 0x9C, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x6D, 0x7B, 0xC3, 0x18, 0x21, 0x00, 0xC6, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0xA5, 0x10, 0x00, 0x00, 0x45, 0x29, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x30, 0x94, 0x6D, 0x7B, 0xEB, 0x6A,\n    0xAA, 0x62, 0xAA, 0x5A, 0xCB, 0x62, 0x0C, 0x6B, 0xAE, 0x83, 0x71, 0x9C, 0xF3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x4D, 0x73, 0xA2, 0x18, 0x41, 0x08,\n    0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x63, 0x08, 0x20, 0x00,\n    0xAA, 0x5A, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0xEB, 0x6A,\n    0x65, 0x39, 0x41, 0x08, 0x00, 0x00, 0x00, 0x08, 0x20, 0x28, 0x20, 0x38, 0x20, 0x40, 0x20, 0x38,\n    0x20, 0x30, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, 0x24, 0x31, 0x8A, 0x5A, 0x51, 0x94, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x61, 0x10, 0x42, 0x08, 0x08, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x63, 0x08,\n    0x41, 0x08, 0xEB, 0x62, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C,\n    0xCB, 0x62, 0x45, 0x31, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00,\n    0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x45, 0x29, 0xAA, 0x62, 0x71, 0x9C,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x2C, 0x6B, 0x41, 0x08, 0x62, 0x08,\n    0x28, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21,\n    0x62, 0x08, 0x41, 0x08, 0x2C, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x71, 0x9C, 0xAA, 0x5A, 0x45, 0x31, 0x20, 0x08, 0x00, 0x00, 0x20, 0x10, 0x20, 0x28, 0x20, 0x38,\n    0x20, 0x40, 0x20, 0x38, 0x20, 0x28, 0x00, 0x08, 0x00, 0x00, 0x20, 0x08, 0x65, 0x31, 0xCB, 0x62,\n    0x92, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xEB, 0x62, 0x21, 0x08,\n    0x63, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x19, 0x42, 0x08, 0x62, 0x10, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x51, 0x94, 0x8A, 0x5A, 0x24, 0x29, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00,\n    0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x08, 0x86, 0x31,\n    0xEB, 0x6A, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xAA, 0x5A,\n    0x20, 0x00, 0x83, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x41, 0x08, 0xE3, 0x20, 0x51, 0x9C,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x65, 0x39, 0x00, 0x00, 0x20, 0x20,\n    0x00, 0x70, 0x00, 0xB0, 0x00, 0xE0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0xC0, 0x00, 0x78, 0x20, 0x30, 0x00, 0x00, 0xE3, 0x28,\n    0x4D, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0xA6, 0x39, 0x20, 0x00,\n    0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x21, 0x00, 0x24, 0x29,\n    0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83, 0x45, 0x29, 0x00, 0x00,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00,\n    0x24, 0x29, 0x8E, 0x7B, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0x65, 0x31,\n    0x21, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x20, 0x00,\n    0x65, 0x31, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x6D, 0x7B, 0x24, 0x29,\n    0x00, 0x00, 0x20, 0x30, 0x00, 0x78, 0x00, 0xB8, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0xB0, 0x00, 0x70, 0x20, 0x28,\n    0x00, 0x00, 0x45, 0x31, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C,\n    0x24, 0x21, 0x41, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18,\n    0x20, 0x00, 0xA6, 0x39, 0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x4D, 0x73,\n    0xE3, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x00, 0x00, 0x86, 0x31, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x51, 0x94, 0xE3, 0x18, 0x41, 0x08, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x20, 0x00, 0x08, 0x42, 0xD3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x8C, 0x24, 0x29, 0x00, 0x00, 0x00, 0x58, 0x00, 0xC0, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x78,\n    0x00, 0x08, 0xA2, 0x18, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A,\n    0x00, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x00, 0x00, 0x49, 0x52, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0xE3, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xC3, 0x18, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0x8A, 0x5A, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00, 0xAA, 0x5A,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0xC3, 0x20, 0x00, 0x08, 0x00, 0x70,\n    0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xC8, 0x00, 0x60, 0x00, 0x00, 0xE3, 0x28, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0x49, 0x52, 0x00, 0x00, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00,\n    0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x73, 0x82, 0x10, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x29, 0x10, 0x94, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xD3, 0xAC, 0xE7, 0x41, 0x20, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0x8A, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xD3, 0xAC, 0x28, 0x4A, 0x00, 0x00, 0x00, 0x58, 0x00, 0xE0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF0, 0x00, 0x80, 0x00, 0x08, 0x45, 0x31, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x8E, 0x7B, 0x20, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00, 0xEB, 0x6A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xB2, 0xA4, 0xC7, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x39, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0x86, 0x39, 0x00, 0x00, 0x00, 0x78, 0x00, 0xE8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE0, 0x00, 0x68, 0x00, 0x00, 0xE7, 0x41, 0xB2, 0xA4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x62, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA4, 0x10, 0x20, 0x00, 0x8E, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C, 0x45, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x4A, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0xEB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94,\n    0xC3, 0x20, 0x20, 0x20, 0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x20, 0x40, 0x41, 0x10, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCF, 0x83, 0x20, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x10, 0x8C, 0x82, 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x61, 0x08, 0xCF, 0x83, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCF, 0x83, 0x61, 0x10, 0x20, 0x38, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC8, 0x20, 0x28, 0x82, 0x18, 0x10, 0x8C,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x20, 0x00, 0xCF, 0x8B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xC3, 0x18,\n    0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x19, 0x20, 0x00, 0x69, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x20, 0x08,\n    0x00, 0x58, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x80, 0x00, 0x00, 0xEB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x00, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0xEB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x73,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x2C, 0x73, 0x00, 0x00, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0x60, 0x20, 0x08,\n    0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x00, 0x07, 0x19, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x08, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x69, 0x52, 0x20, 0x00, 0x08, 0x19,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0x42, 0x08, 0xC7, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x20, 0x00, 0x00, 0x78,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB0, 0x00, 0x08, 0x8A, 0x5A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A, 0x20, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x41, 0x08, 0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x21, 0x00, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x28, 0x21, 0x21, 0x00, 0xAA, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x62,\n    0x00, 0x00, 0x00, 0xA0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x90,\n    0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A, 0x41, 0x08, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x20, 0x00, 0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x69, 0x5A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xC7, 0x39, 0x42, 0x08,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10,\n    0xA3, 0x18, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x20, 0x08, 0x00, 0x88, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0, 0x00, 0x08,\n    0xCB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xA6, 0x39, 0x42, 0x08, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x63, 0x08, 0x04, 0x21, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x45, 0x29, 0x62, 0x08, 0x49, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x49, 0x21, 0x62, 0x08, 0x65, 0x31, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00,\n    0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xA0, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xE4, 0x20, 0x63, 0x08,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x42, 0x08, 0xC7, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCB, 0x62,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xA2, 0x18,\n    0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00,\n    0x10, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x9C, 0x41, 0x08, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB0,\n    0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0x82, 0x10, 0xA5, 0x10, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18,\n    0x20, 0x00, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x94, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0x41, 0x08, 0xC6, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xA5, 0x10, 0x41, 0x08, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x00, 0x00, 0xA0,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0x88, 0x20, 0x08, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x9C, 0x20, 0x00,\n    0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xA5, 0x10, 0x82, 0x10, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x08, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x94,\n    0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x41, 0x08, 0x49, 0x52,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x04, 0x29, 0x20, 0x48, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0x88, 0x20, 0x08, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B, 0x00, 0x00, 0x08, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x21, 0x00,\n    0xAA, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xA2, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x61, 0x08, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B, 0x20, 0x00,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0x20, 0x00, 0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0x61, 0x10, 0x00, 0x78, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0x60, 0xA2, 0x18, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A,\n    0x41, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x21, 0x00, 0x00, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C, 0x41, 0x08, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE3, 0x20, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x28, 0x4A, 0x42, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC5, 0x10, 0x61, 0x08, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x20, 0x18, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0x48, 0x45, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x29, 0x83, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0xA2, 0x18,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x08, 0x4A, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xA6, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xE3, 0x20,\n    0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10,\n    0x04, 0x21, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xA6, 0x39, 0x20, 0x38, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x20, 0x28, 0x08, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC,\n    0xA2, 0x10, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x83, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x24, 0x29, 0x20, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x8A, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xB2, 0xA4, 0x61, 0x08, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x41, 0x08, 0xCB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x51, 0x9C, 0x00, 0x00, 0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xE0, 0x00, 0x08, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x00, 0x00,\n    0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x21, 0x00, 0x2C, 0x73,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B,\n    0x20, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x20, 0x00,\n    0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x00, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0, 0x00, 0x00, 0x10, 0x8C, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x0C, 0x6B, 0x21, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21,\n    0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAA, 0x62, 0x41, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x41, 0x08, 0xD3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xA6, 0x39, 0x20, 0x48, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC8, 0x00, 0x80, 0x00, 0x60, 0x00, 0x48, 0x00, 0x58,\n    0x00, 0x78, 0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0x80, 0x82, 0x18, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x25, 0x29,\n    0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x82, 0x10, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x24, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE7, 0x39, 0xEF, 0x7B, 0xD3, 0x9C, 0x75, 0xAD,\n    0xF3, 0x9C, 0x10, 0x84, 0x28, 0x42, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0xC3, 0x18, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA4, 0x10, 0xE3, 0x18,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xC3, 0x20, 0x00, 0x70, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB8, 0x00, 0x78, 0x00, 0x58,\n    0x00, 0x48, 0x00, 0x60, 0x00, 0x80, 0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x58, 0x45, 0x31, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0x82, 0x10, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10,\n    0x45, 0x29, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x61, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x49, 0x42, 0x30, 0x74,\n    0x14, 0x8D, 0x75, 0x9D, 0xD3, 0x84, 0xEF, 0x6B, 0xA6, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x39, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xD3, 0xAC, 0x41, 0x08, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x51, 0x9C, 0x00, 0x00, 0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0x90, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x70, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x20, 0x10, 0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B,\n    0x20, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x42, 0x08, 0xAA, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEF, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x08, 0xAE, 0x73, 0x5D, 0xEF, 0xBE, 0xF7, 0xD7, 0xBD, 0xD3, 0x9C, 0x30, 0x84,\n    0xB2, 0x94, 0xB6, 0xB5, 0xBE, 0xF7, 0x7D, 0xEF, 0x10, 0x84, 0x61, 0x08, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x0C, 0x6B, 0x41, 0x08, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0x41, 0x08, 0x0C, 0x6B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x08, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0x78, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x88, 0x00, 0xF0, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAA, 0x5A, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x20, 0x00,\n    0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x6B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x10, 0x71, 0x7C, 0x9E, 0xD7, 0x9E, 0xD7, 0x96, 0x9D,\n    0x92, 0x84, 0x30, 0x74, 0xD3, 0x8C, 0xF7, 0xA5, 0xDF, 0xDF, 0x3C, 0xCF, 0x4D, 0x5B, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x94,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x29, 0x4A, 0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0x10, 0x94, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x08, 0x4A, 0x20, 0x40, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0,\n    0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x80, 0xC3, 0x20, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0x41, 0x08, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x00, 0x00, 0x71, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xA6, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x86, 0x31, 0x1C, 0xE7, 0xFB, 0xDE, 0xEB, 0x5A, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x08, 0xAA, 0x52, 0xBA, 0xD6, 0x3C, 0xE7, 0xE7, 0x39, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x29, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xB2, 0xA4, 0x20, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x20, 0x00, 0xB2, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x24, 0x31, 0x00, 0x68, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xC0, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0xC8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x58, 0xA6, 0x41, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x71, 0x9C, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x41, 0x08,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xC3, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x69, 0x42, 0x7D, 0xD7, 0x79, 0xB6, 0x69, 0x42, 0x20, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x08, 0x4D, 0x5B, 0x3C, 0xCF, 0xBA, 0xBE,\n    0x24, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x28, 0x4A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x94, 0x00, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0xC3, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0x41, 0x10, 0x00, 0xA8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0, 0x00, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE0, 0x00, 0x00, 0x10, 0x94, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xE7, 0x41, 0x83, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA4, 0x10, 0x24, 0x29, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xB2, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x4A,\n    0xBE, 0xF7, 0x92, 0x94, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x10, 0x84, 0xDF, 0xFF, 0xEB, 0x5A,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x86, 0x31, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x86, 0x39, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x71, 0x9C, 0x00, 0x00, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xA0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB8, 0x20, 0x00, 0xB2, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x04, 0x21, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0x08, 0x4A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x6D, 0x63, 0xDF, 0xDF, 0x6D, 0x63, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x08, 0x14, 0x8D,\n    0x7D, 0xD7, 0xE7, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x08,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xA3, 0x18, 0xC5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B,\n    0x00, 0x08, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x08, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x38, 0x69, 0x52, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x4D, 0x73, 0x21, 0x00, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0xAA, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x2C, 0x6B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x31, 0xBE, 0xF7,\n    0x6D, 0x6B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x5A, 0xDF, 0xFF,\n    0xE7, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xCB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEB, 0x6A, 0x42, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x41, 0x08, 0x0C, 0x6B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAA, 0x62, 0x20, 0x28, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB8,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x18, 0x2C, 0x73,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x21, 0x00, 0x6D, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x49, 0x52, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x8A, 0x42, 0xDF, 0xDF, 0x49, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x74, 0x7D, 0xD7, 0x04, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A, 0x83, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0x20, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A,\n    0x20, 0x48, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08,\n    0x00, 0xE0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x88, 0xE3, 0x28, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x92, 0xA4, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xA6, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xFB, 0xDE, 0x92, 0x94,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x84,\n    0x5D, 0xEF, 0x61, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x65, 0x31, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x51, 0x94, 0x00, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0x51, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x45, 0x31, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x18, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x60, 0xC7, 0x41,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x8B, 0x00, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x00, 0x00, 0xB2, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xC3, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x18,\n    0x9E, 0xD7, 0x4D, 0x5B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x55, 0x95, 0x79, 0xB6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00,\n    0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B, 0x21, 0x00, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xC3, 0x20,\n    0x00, 0x90, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x60, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC8, 0x00, 0x00, 0xD3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x82, 0x10, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x00, 0x00, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x61, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x73, 0x1C, 0xE7, 0x41, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x9A, 0xD6, 0x10, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x41, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x41, 0x08, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0x20, 0x08, 0x00, 0xB8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA0, 0x61, 0x18,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0xA2, 0x10, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xB2, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD3, 0x8C,\n    0x18, 0xAE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x82, 0x08, 0x7D, 0xD7, 0xCB, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xC3, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0x9C, 0x00, 0x00, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x41, 0x08, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x00, 0x00,\n    0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x45, 0x31, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x82, 0x10, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0xE7, 0x0C, 0x63, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x8A, 0x52, 0x9E, 0xF7, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x9C,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xE3, 0x20, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x04, 0x21, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x51, 0x94, 0x00, 0x00, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x00,\n    0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0x82, 0x10, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x65, 0x31, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEF, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x10, 0xDF, 0xDF,\n    0xC7, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xCF, 0x6B, 0x9A, 0xB6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x21, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0xE4, 0x20, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x9C, 0x00, 0x00,\n    0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x08, 0x00, 0xA0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x20, 0x2C, 0x73, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x28, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x31, 0xDF, 0xFF, 0x82, 0x10, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x7D, 0xEF, 0x49, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x8E, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xC7, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xC7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x8E, 0x7B, 0x20, 0x10, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xB0, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x00,\n    0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x29, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x49, 0x52, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x2C, 0x6B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x53, 0xFB, 0xC6,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xE3, 0x18, 0xFF, 0xDF, 0x04, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xE3, 0x18, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x08,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x98, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x58, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x40, 0xAA, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x8A, 0x5A, 0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xC7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAE, 0x73, 0xF7, 0xBD, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0xAD, 0x51, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x0C, 0x6B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x10, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xEB, 0x6A, 0x20, 0x30, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x88, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x18,\n    0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xC7, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0xAA, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x8A, 0x5A, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x8D, 0xB2, 0x84,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBA, 0xBE, 0x0C, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x29, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xA6, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x20, 0x10,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x38, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x50, 0x69, 0x52, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEB, 0x62, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x08, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x92, 0x94, 0xF3, 0x9C, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x51, 0x8C, 0x34, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xCB, 0x62,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x69, 0x5A, 0x83, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x8A, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xAA, 0x62, 0x20, 0x38, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x28,\n    0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0x08, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0xEB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x49, 0x52, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF7, 0xA5, 0xAE, 0x63,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB6, 0x9D, 0xEF, 0x6B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x86, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xE7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x20, 0x18,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x20, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x58, 0x28, 0x4A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x0C, 0x6B, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x10, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0xA5, 0x51, 0x8C, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xAE, 0x73, 0xD7, 0xBD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x8A, 0x5A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xAA, 0x5A, 0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0xAA, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x8A, 0x5A, 0x20, 0x40, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x30,\n    0xEB, 0x6A, 0xF3, 0xB4, 0xF3, 0xB4, 0x49, 0x52, 0x83, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0x0C, 0x6B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x28, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x79, 0xB6, 0x0C, 0x53,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF3, 0x8C, 0x92, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xE7, 0x41, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xA6, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x20, 0x10,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x38, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x50, 0x49, 0x52, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEB, 0x62, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB2, 0x94, 0xF3, 0x9C, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x51, 0x8C, 0x34, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xAA, 0x62,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x8A, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xAA, 0x5A, 0x20, 0x38, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x28,\n    0x2C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0x08, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0xEB, 0x6A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x49, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF7, 0xA5, 0x8E, 0x63,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x9D, 0xEF, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xA6, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x08,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x98, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x58, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x40, 0x8A, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAA, 0x5A, 0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xE7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0x7B, 0xD7, 0xBD, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x34, 0xA5, 0x71, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xEB, 0x6A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x49, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xEB, 0x6A, 0x20, 0x30, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x80, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x18,\n    0x6D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xC7, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0xAA, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x8A, 0x5A, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x8D, 0x92, 0x7C,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9A, 0xB6, 0x2C, 0x5B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x29, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x04, 0x21, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0x00, 0x00,\n    0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x08, 0x00, 0x98, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x20, 0x0C, 0x6B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x49, 0x52, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE7, 0x39, 0xBE, 0xF7, 0x41, 0x08, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x5D, 0xEF, 0x8A, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x8E, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xC7, 0x41, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xE7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x6D, 0x7B, 0x20, 0x10, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA8, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x00,\n    0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x31, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x08, 0x49, 0x52, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x0C, 0x6B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x5B, 0xBA, 0xBE,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xA2, 0x10, 0xFF, 0xDF, 0x24, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x51, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0xE4, 0x20, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x41, 0x08, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x00, 0x00,\n    0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xE0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x00, 0xCF, 0x8B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x65, 0x31, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0xA2, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5D, 0xEF, 0xCB, 0x5A, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x28, 0x42, 0xBE, 0xF7, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x94,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x04, 0x21, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x04, 0x21, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x30, 0x94, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x00,\n    0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0x82, 0x10, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x86, 0x31, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x10, 0xFF, 0xDF,\n    0x65, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x6D, 0x63, 0xDB, 0xBE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x41, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00, 0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xA2, 0x20,\n    0x00, 0x98, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x50, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x00, 0xB2, 0xA4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xA2, 0x10, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEF, 0x7B, 0xDB, 0xDE, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x38, 0xC6, 0x92, 0x94, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x41, 0x08, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x41, 0x08, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0x20, 0x00, 0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x68, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x08, 0x00, 0x80, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA8, 0x61, 0x10,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x00, 0x00, 0x07, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0xA3, 0x18, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xB2, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x95,\n    0x96, 0x9D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x08, 0x3C, 0xCF, 0x4D, 0x5B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xA2, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0x00, 0x00, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0x20, 0x00, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x08, 0x4A,\n    0x00, 0x50, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xD8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x90, 0xC3, 0x20, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xB2, 0xA4, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x00, 0x00, 0x10, 0x8C, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xA6, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x08, 0x3C, 0xE7, 0xEF, 0x7B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6D, 0x6B,\n    0x9E, 0xF7, 0xA2, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x29, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x71, 0x9C, 0x00, 0x00, 0x28, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00, 0x71, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x24, 0x31, 0x00, 0x80, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x10, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x68, 0xA6, 0x41,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x00, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x00, 0x00, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xA2, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x19,\n    0xDF, 0xDF, 0xAA, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xB2, 0x84, 0xDB, 0xBE, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x20, 0x00, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0x69, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B,\n    0x20, 0x10, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC8, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x40, 0x49, 0x52, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x6D, 0x7B, 0x21, 0x00, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0xCB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x0C, 0x6B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x42, 0xDF, 0xFF,\n    0xAA, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x42, 0xDF, 0xFF,\n    0x8A, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xAA, 0x5A, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x0C, 0x6B, 0x41, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x41, 0x08, 0x2C, 0x73, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAA, 0x5A, 0x20, 0x30, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA8,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x18, 0x0C, 0x6B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xAA, 0x5A, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21, 0x20, 0x00, 0x8E, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x2C, 0x5B, 0xBE, 0xD7, 0xA6, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x4D, 0x5B, 0xBE, 0xD7, 0x86, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00,\n    0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0x49, 0x52, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0xE3, 0x20, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC,\n    0x20, 0x08, 0x00, 0xB0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA8, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x28, 0x4A, 0x83, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x92, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x63,\n    0xDF, 0xFF, 0xAE, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x63, 0xDF, 0xFF, 0x8E, 0x73,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xA6, 0x39, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xC7, 0x41, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x51, 0x9C, 0x00, 0x00, 0x00, 0xD8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x98, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0, 0x00, 0x00, 0x92, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x29, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08, 0x29, 0x4A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x74, 0xBE, 0xD7, 0xAA, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x74,\n    0xBE, 0xDF, 0x8A, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00,\n    0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xC3, 0x18, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00, 0x51, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xC7, 0x41, 0x20, 0x50, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0,\n    0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x88, 0xA2, 0x18, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0x61, 0x08, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0x92, 0xA4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x65, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x28, 0x42, 0x7D, 0xEF, 0x59, 0xCE, 0x28, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC7, 0x39, 0x18, 0xC6, 0xBE, 0xF7, 0xAA, 0x52, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x21, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xD3, 0xAC, 0x20, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x20, 0x00, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x04, 0x29, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xA8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0xB8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x60, 0x65, 0x39, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x92, 0xA4, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x61, 0x08,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x82, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x2C, 0x5B, 0xDF, 0xDF, 0xB6, 0x9D, 0x86, 0x29, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x42, 0xBA, 0xBE, 0x3C, 0xCF,\n    0xC7, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE7, 0x41,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x94, 0x00, 0x00, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x62, 0x08, 0x69, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x10, 0x94, 0x00, 0x00, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF0, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x50, 0x00, 0xD8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x18, 0xEB, 0x6A, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B,\n    0x20, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x41, 0x08, 0xEB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAE, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xA2, 0x10, 0x92, 0x94, 0xDF, 0xFF, 0x3C, 0xE7, 0xF3, 0x9C, 0xEF, 0x7B, 0x2C, 0x63,\n    0xCF, 0x7B, 0xD3, 0x9C, 0x1C, 0xE7, 0xDF, 0xFF, 0xD3, 0x9C, 0xC3, 0x18, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x2C, 0x73, 0x21, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x21, 0x00, 0x4D, 0x73,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x00, 0x08, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE0, 0x00, 0x58, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xE8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE0, 0x00, 0x00, 0xAE, 0x83, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCB, 0x62, 0x41, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x00, 0x00,\n    0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x62, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x19, 0x55, 0x95, 0xFF, 0xDF, 0xDB, 0xC6, 0xB2, 0x84,\n    0xCF, 0x6B, 0x4D, 0x5B, 0xEF, 0x73, 0x14, 0x8D, 0x5D, 0xCF, 0xBE, 0xD7, 0x30, 0x74, 0x61, 0x08,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x94,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x69, 0x52, 0x62, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x62, 0x10, 0xD3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x65, 0x31, 0x00, 0x58, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0xA8, 0x00, 0x60, 0x00, 0x40, 0x00, 0x28, 0x00, 0x38,\n    0x00, 0x58, 0x00, 0x98, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0x90, 0x61, 0x10, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x66, 0x31,\n    0x83, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0xC3, 0x18, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xE3, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x08, 0xCB, 0x5A, 0xD3, 0x9C, 0xB6, 0xB5, 0x79, 0xCE,\n    0xD7, 0xBD, 0xF3, 0x9C, 0xEB, 0x5A, 0x82, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x10, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x04, 0x21, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x24, 0x29,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x82, 0x18, 0x00, 0x80, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0xA0, 0x00, 0x60, 0x00, 0x38,\n    0x00, 0x28, 0x00, 0x40, 0x00, 0x60, 0x00, 0xA0, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x68, 0x04, 0x29, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0xA2, 0x18, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x83, 0x10,\n    0x86, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x10, 0x2C, 0x5B, 0x14, 0x8D,\n    0xD7, 0xA5, 0x59, 0xB6, 0xB6, 0x9D, 0xB2, 0x84, 0x8A, 0x4A, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x65, 0x31, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xD3, 0xAC, 0x61, 0x08, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x21, 0x00, 0x0C, 0x6B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x30, 0x94, 0x00, 0x00, 0x00, 0xB8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xE8, 0x20, 0x10, 0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0x00, 0x00,\n    0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x20, 0x00, 0x6D, 0x7B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83,\n    0x00, 0x00, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x00, 0x00,\n    0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x73, 0x00, 0x08, 0x00, 0xD8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x00, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x4D, 0x73, 0x20, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19,\n    0x00, 0x00, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x94, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xEB, 0x6A, 0x21, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x82, 0x10, 0xD3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x52, 0x20, 0x20, 0x00, 0xF0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0x58, 0xE3, 0x28, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x86, 0x39, 0x63, 0x08,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0xE3, 0x18,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xA6, 0x39, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x65, 0x31, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x24, 0x29,\n    0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10,\n    0x45, 0x29, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x45, 0x31, 0x00, 0x40, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x20, 0x30, 0xC7, 0x41, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0xC3, 0x18, 0xA4, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x63, 0x08, 0xA6, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xE3, 0x20, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xD3, 0xAC, 0x82, 0x10, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x41, 0x08, 0x8A, 0x5A,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xA2, 0x18, 0x00, 0x60, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0x98, 0x20, 0x08, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83, 0x00, 0x00, 0x08, 0x19,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0x21, 0x00,\n    0xEB, 0x6A, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0x82, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x08, 0x71, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x20, 0x00,\n    0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21,\n    0x00, 0x00, 0x6D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0x71, 0x9C, 0x41, 0x10, 0x00, 0x88, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0x70, 0x61, 0x10, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x62,\n    0x21, 0x00, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x19, 0x00, 0x00, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x94, 0x20, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x18, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x8A, 0x5A, 0x41, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x20, 0x00,\n    0x51, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0x20, 0x08, 0x00, 0x90, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0,\n    0x00, 0x08, 0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xA3, 0x18, 0x84, 0x10, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10,\n    0x41, 0x08, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0x61, 0x10, 0xA5, 0x10,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xA5, 0x10, 0x62, 0x10, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x00, 0x00, 0xB0,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xA0, 0x00, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0x41, 0x08,\n    0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x84, 0x10, 0xC3, 0x18, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x6B, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x9C,\n    0x20, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x63, 0x08,\n    0x04, 0x21, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x7B, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x08,\n    0x69, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x08, 0x4A, 0x41, 0x08, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x49, 0x21,\n    0x62, 0x08, 0x45, 0x29, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x73, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xCB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xA6, 0x39, 0x42, 0x08, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x42, 0x08, 0xC7, 0x39, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x08,\n    0x00, 0xC0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xB0, 0x00, 0x00, 0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x45, 0x29, 0x62, 0x08,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x41, 0x08, 0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x69, 0x52,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xE3, 0x20,\n    0x63, 0x08, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0x41, 0x08, 0x28, 0x4A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x2C, 0x6B, 0x00, 0x00, 0x00, 0x98,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xC0, 0x00, 0x08, 0xE7, 0x49,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x73, 0x00, 0x00, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x21, 0x00, 0xAA, 0x5A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x69, 0x52, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A, 0x20, 0x00, 0x08, 0x19, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x08, 0x19, 0x20, 0x00, 0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x69, 0x52,\n    0x00, 0x08, 0x00, 0xB8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xA0,\n    0x00, 0x00, 0xCB, 0x62, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8A, 0x5A, 0x21, 0x00, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x07, 0x19, 0x00, 0x00, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0xE7, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x28, 0x4A, 0x41, 0x08,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0xE7, 0x18, 0x00, 0x00, 0xEB, 0x6A, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x73, 0x00, 0x00,\n    0x00, 0x70, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x98, 0x00, 0x08, 0x69, 0x52, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x20, 0x00, 0xC5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xE7, 0x18, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCB, 0x62,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x83, 0x00, 0x00, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x00, 0x00, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xAA, 0x62, 0x00, 0x00, 0x00, 0x90, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x78, 0x00, 0x00,\n    0x2C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x00, 0x00, 0xE7, 0x18, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x20, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0x49, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEB, 0x6A, 0x00, 0x00, 0x07, 0x19,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0xC6, 0x18, 0x00, 0x00, 0x4D, 0x73, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B,\n    0x61, 0x10, 0x20, 0x30, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x58, 0x20, 0x08, 0x2C, 0x73, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x30, 0x94, 0x41, 0x08, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xAE, 0x83, 0x41, 0x08, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x08, 0x6D, 0x7B, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x20, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x20, 0x00, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x6D, 0x73, 0x20, 0x08, 0x00, 0x48, 0x00, 0xE0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x40, 0x41, 0x10, 0xAE, 0x83,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x41, 0x08, 0x30, 0x94, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x61, 0x10,\n    0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73, 0x00, 0x00, 0xC6, 0x18, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00, 0x0C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xB2, 0xA4, 0x86, 0x39, 0x00, 0x00, 0x00, 0x78, 0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0x98, 0x00, 0x10, 0xE3, 0x20, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xEF, 0x8B, 0x41, 0x08, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0x71, 0x9C, 0x45, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x21, 0x51, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xAE, 0x83, 0x20, 0x00, 0xA4, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x20, 0x00, 0xAE, 0x83, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x9C, 0x04, 0x29, 0x00, 0x08, 0x00, 0x90, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF0, 0x00, 0x80, 0x00, 0x08, 0x45, 0x31, 0x92, 0x9C, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B, 0x00, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x41, 0x08, 0xEF, 0x8B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0xE3, 0x18, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x39, 0xB2, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x0C, 0x6B, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x00, 0x00, 0x8A, 0x5A, 0xF3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x8E, 0x83, 0xA2, 0x18, 0x00, 0x08, 0x00, 0x78, 0x00, 0xD8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xE8, 0x00, 0x90,\n    0x20, 0x18, 0x41, 0x10, 0xEB, 0x6A, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B,\n    0x20, 0x00, 0x84, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00, 0xEB, 0x62, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x73, 0x82, 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x20, 0x00, 0x61, 0x08, 0x2C, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x2C, 0x6B, 0x00, 0x00, 0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10, 0x00, 0x00, 0x2C, 0x73,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x2C, 0x6B, 0x61, 0x10, 0x20, 0x18, 0x00, 0x88,\n    0x00, 0xE8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xE0, 0x00, 0x80, 0x20, 0x10, 0x82, 0x18, 0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xCB, 0x62, 0x00, 0x00, 0xC6, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x84, 0x10, 0x20, 0x00,\n    0x6D, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0xEB, 0x62, 0x41, 0x08, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA2, 0x18, 0xAE, 0x83, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xAC, 0x6A, 0x5A, 0x00, 0x00, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xE7, 0x18, 0x21, 0x00, 0x45, 0x29, 0x92, 0xA4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x4D, 0x73, 0xE3, 0x28, 0x00, 0x00, 0x20, 0x38,\n    0x00, 0x88, 0x00, 0xC8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD8, 0x00, 0x98, 0x00, 0x48, 0x00, 0x00, 0x82, 0x18,\n    0xCB, 0x62, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0x28, 0x4A, 0x00, 0x00,\n    0xA5, 0x10, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x18, 0x20, 0x00, 0x86, 0x39,\n    0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC, 0x2C, 0x6B, 0xC3, 0x18, 0x00, 0x00,\n    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00,\n    0xA2, 0x10, 0xEB, 0x6A, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xE7, 0x41,\n    0x20, 0x00, 0xC6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xC6, 0x10, 0x00, 0x00,\n    0xE7, 0x41, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xEB, 0x6A, 0xA2, 0x18,\n    0x00, 0x00, 0x20, 0x48, 0x00, 0x90, 0x00, 0xD0, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8,\n    0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xD0, 0x00, 0x88, 0x20, 0x40,\n    0x00, 0x00, 0xC3, 0x20, 0x2C, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4,\n    0x86, 0x31, 0x20, 0x00, 0xE6, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0xA5, 0x10,\n    0x00, 0x00, 0x28, 0x4A, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xCB, 0x62,\n    0x82, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x20, 0x00, 0x00, 0x00, 0xE3, 0x20, 0x6D, 0x73, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0x92, 0xA4, 0x45, 0x29, 0x21, 0x00, 0xE7, 0x18, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x28, 0x21, 0x62, 0x08, 0x41, 0x08,\n    0xEB, 0x6A, 0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x30, 0x94, 0x69, 0x52,\n    0xE3, 0x28, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x20, 0x40, 0x20, 0x50, 0x00, 0x60, 0x00, 0x58,\n    0x20, 0x48, 0x20, 0x28, 0x00, 0x08, 0x00, 0x00, 0xA2, 0x20, 0x08, 0x4A, 0xCF, 0x83, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0xE3, 0x18, 0x21, 0x08, 0xE7, 0x18,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x62, 0x08,\n    0x61, 0x08, 0x2C, 0x6B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x94,\n    0x49, 0x52, 0xC3, 0x18, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x18, 0x28, 0x4A, 0xEF, 0x8B,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xAE, 0x83, 0xA2, 0x18, 0x41, 0x08,\n    0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19,\n    0x42, 0x08, 0x82, 0x10, 0x8E, 0x7B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xEF, 0x8B, 0x28, 0x4A, 0xA2, 0x20, 0x00, 0x00, 0x00, 0x08, 0x20, 0x28, 0x20, 0x48, 0x00, 0x50,\n    0x00, 0x60, 0x00, 0x50, 0x20, 0x40, 0x20, 0x28, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x20, 0x49, 0x52,\n    0x10, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x6D, 0x7B, 0x82, 0x10,\n    0x42, 0x08, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x07, 0x19, 0x41, 0x08, 0xC3, 0x18, 0xCF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0xCF, 0x83, 0x08, 0x4A, 0xA2, 0x10, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE3, 0x20,\n    0x69, 0x5A, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x4D, 0x73,\n    0x41, 0x08, 0x62, 0x08, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xA5, 0x10,\n    0x20, 0x00, 0x24, 0x29, 0xCF, 0x83, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xB2, 0xA4, 0xEF, 0x8B, 0x0C, 0x6B, 0x8A, 0x5A, 0x49, 0x52, 0x08, 0x42, 0x28, 0x4A,\n    0x69, 0x5A, 0xEB, 0x6A, 0xAE, 0x83, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0x51, 0x94, 0xC7, 0x39, 0x00, 0x00, 0x84, 0x10, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0xA5, 0x10, 0x00, 0x00, 0x45, 0x29, 0xEF, 0x8B, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0xCF, 0x83, 0x0C, 0x6B, 0x8A, 0x5A, 0x49, 0x52, 0x08, 0x42,\n    0x49, 0x52, 0x8A, 0x5A, 0x0C, 0x6B, 0xCF, 0x83, 0x92, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x10, 0x94, 0x86, 0x31, 0x00, 0x00, 0xA4, 0x10, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x84, 0x10, 0x00, 0x00, 0x86, 0x39, 0x30, 0x94, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0xCF, 0x83, 0x0C, 0x6B, 0x8A, 0x5A, 0x49, 0x52,\n    0x08, 0x42, 0x49, 0x52, 0x8A, 0x5A, 0x0C, 0x6B, 0xCF, 0x83, 0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xEF, 0x8B, 0x45, 0x29, 0x00, 0x00, 0xA5, 0x10,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0x84, 0x10, 0x00, 0x00, 0xC7, 0x41, 0x51, 0x9C, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0x92, 0xA4, 0xAE, 0x83, 0xEB, 0x6A, 0x69, 0x5A,\n    0x28, 0x4A, 0x08, 0x42, 0x49, 0x52, 0x8A, 0x5A, 0x2C, 0x6B, 0xEF, 0x8B, 0xB2, 0xA4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xCF, 0x83, 0x04, 0x21, 0x20, 0x00,\n    0xA5, 0x10, 0x49, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x29, 0x21, 0x84, 0x10, 0x00, 0x00, 0x04, 0x21, 0x6D, 0x7B, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xAC,\n    0xCF, 0x83, 0xA6, 0x39, 0x00, 0x00, 0x63, 0x08, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x08, 0x21, 0x83, 0x08, 0x00, 0x00, 0x45, 0x29, 0x8E, 0x7B, 0xF3, 0xAC, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xAC, 0xAE, 0x83, 0x86, 0x31, 0x00, 0x00, 0x63, 0x08, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x63, 0x08, 0x00, 0x00, 0x86, 0x31, 0xAE, 0x83, 0xF3, 0xAC,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xAC, 0x8E, 0x7B, 0x45, 0x29, 0x00, 0x00, 0x83, 0x10, 0x08, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x63, 0x08, 0x00, 0x00, 0xA6, 0x39, 0xCF, 0x83,\n    0xF3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0x6D, 0x73, 0x04, 0x21, 0x00, 0x00, 0x84, 0x10, 0x29, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x84, 0x10, 0x20, 0x00, 0x41, 0x08, 0x08, 0x42, 0x6D, 0x7B,\n    0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0xAE, 0x83, 0x49, 0x52, 0x82, 0x10,\n    0x00, 0x00, 0x63, 0x08, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x21, 0x84, 0x10, 0x20, 0x00, 0x61, 0x08, 0x28, 0x4A,\n    0x8E, 0x7B, 0xB2, 0xA4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xD3, 0xAC, 0x8E, 0x7B, 0x29, 0x4A,\n    0x61, 0x08, 0x00, 0x00, 0x83, 0x10, 0x08, 0x19, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x08, 0x19, 0x83, 0x10, 0x00, 0x00, 0x62, 0x10,\n    0x49, 0x52, 0x8E, 0x83, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4, 0x8E, 0x7B,\n    0x08, 0x4A, 0x41, 0x08, 0x20, 0x00, 0x84, 0x10, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x07, 0x19, 0x83, 0x08, 0x00, 0x00,\n    0x82, 0x10, 0x69, 0x52, 0xAE, 0x83, 0xD3, 0xAC, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4,\n    0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xF3, 0xB4, 0xB2, 0xA4,\n    0x6D, 0x7B, 0xE7, 0x41, 0x41, 0x08, 0x20, 0x00, 0x84, 0x10, 0x08, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xC6, 0x18, 0x83, 0x08, 0x21, 0x00,\n    0x00, 0x00, 0xA2, 0x18, 0x86, 0x31, 0x49, 0x52, 0xCB, 0x62, 0x0C, 0x6B, 0x4D, 0x73, 0x0C, 0x6B,\n    0xEB, 0x62, 0x8A, 0x5A, 0xA6, 0x39, 0xC3, 0x18, 0x20, 0x00, 0x00, 0x00, 0x63, 0x08, 0xC5, 0x10,\n    0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xC6, 0x18, 0x83, 0x08,\n    0x20, 0x00, 0x00, 0x00, 0xC3, 0x18, 0x86, 0x39, 0x69, 0x52, 0xCB, 0x62, 0x0C, 0x6B, 0x4D, 0x73,\n    0x0C, 0x6B, 0xCB, 0x62, 0x69, 0x52, 0xA6, 0x39, 0xC3, 0x18, 0x00, 0x00, 0x20, 0x00, 0x63, 0x08,\n    0xC6, 0x10, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xC6, 0x10,\n    0x63, 0x08, 0x20, 0x00, 0x00, 0x00, 0xC3, 0x18, 0xA6, 0x39, 0x69, 0x52, 0xCB, 0x62, 0x0C, 0x6B,\n    0x4D, 0x73, 0x0C, 0x6B, 0xCB, 0x62, 0x69, 0x52, 0x86, 0x39, 0xC3, 0x18, 0x00, 0x00, 0x20, 0x00,\n    0x63, 0x08, 0xC6, 0x18, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21,\n    0xA5, 0x10, 0x63, 0x08, 0x00, 0x00, 0x20, 0x00, 0xE3, 0x18, 0xA6, 0x39, 0x8A, 0x5A, 0xEB, 0x62,\n    0x0C, 0x6B, 0x4D, 0x73, 0x0C, 0x6B, 0xCB, 0x62, 0x49, 0x52, 0x86, 0x31, 0xA2, 0x18, 0x00, 0x00,\n    0x21, 0x00, 0x83, 0x08, 0xC6, 0x18, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x08, 0x19, 0xC6, 0x10, 0x84, 0x10, 0x63, 0x08, 0x62, 0x08, 0x62, 0x08, 0x41, 0x08, 0x62, 0x08,\n    0x62, 0x08, 0x63, 0x08, 0x84, 0x10, 0xA5, 0x10, 0xE7, 0x18, 0x29, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x49, 0x21, 0x08, 0x19, 0xC6, 0x10, 0x84, 0x10, 0x63, 0x08, 0x62, 0x08, 0x62, 0x08, 0x41, 0x08,\n    0x62, 0x08, 0x62, 0x08, 0x63, 0x08, 0x84, 0x10, 0xC6, 0x10, 0xE7, 0x18, 0x29, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x29, 0x21, 0xE7, 0x18, 0xC5, 0x10, 0x84, 0x10, 0x63, 0x08, 0x62, 0x08, 0x62, 0x08,\n    0x41, 0x08, 0x62, 0x08, 0x62, 0x08, 0x63, 0x08, 0x84, 0x10, 0xC6, 0x10, 0x08, 0x19, 0x49, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x29, 0x21, 0xE7, 0x18, 0xA5, 0x10, 0x84, 0x10, 0x63, 0x08, 0x62, 0x08,\n    0x62, 0x08, 0x41, 0x08, 0x62, 0x08, 0x62, 0x08, 0x83, 0x08, 0x84, 0x10, 0xC6, 0x10, 0x08, 0x19,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21,\n    0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21, 0x4A, 0x21\n};\n\nBitmap bitmaps[] = {\n    { 48, 48, bitmap_pixel_data_logo },\n    { 320, 120, bitmap_pixel_data_bp_coupled }\n};\n\n// STYLES DEFINITION\nconst uint8_t styles[1389] = {\n    0x7E, 0x03, 0x00, 0x02, 0x14, 0x00, 0x9A, 0xD6, 0x99, 0xC9, 0x00, 0x00, 0x00, 0x00, 0x02, 0x15,\n    0x00, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0xF8, 0x00, 0x00, 0x02, 0x15, 0x00, 0x1F, 0x54, 0x10, 0x84,\n    0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0xE0, 0xFF, 0x08, 0x42, 0x00, 0x00, 0x04, 0x00, 0x01,\n    0x04, 0x00, 0xE0, 0xFF, 0x08, 0x42, 0x00, 0x00, 0x00, 0x00, 0x02, 0x14, 0x00, 0x9A, 0xD6, 0x80,\n    0xFD, 0x00, 0x00, 0x00, 0x00, 0x02, 0x14, 0x00, 0x9A, 0xD6, 0x00, 0xF8, 0x00, 0x00, 0x00, 0x00,\n    0x05, 0x14, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x04, 0x00, 0x05, 0x14, 0x00, 0x65, 0x29,\n    0xBF, 0xEF, 0x9A, 0xD6, 0x04, 0x00, 0x05, 0x14, 0x00, 0xBF, 0xEF, 0x79, 0xCE, 0x9A, 0xD6, 0x04,\n    0x00, 0x02, 0x14, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x04, 0x00, 0x01, 0x14, 0x00, 0xBF,\n    0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x04, 0x00, 0x01, 0x10, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6,\n    0x04, 0x00, 0x01, 0x14, 0x00, 0xBF, 0xEF, 0x18, 0xC6, 0x9A, 0xD6, 0x04, 0x00, 0x02, 0x14, 0x00,\n    0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x03, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A,\n    0xD6, 0x00, 0x00, 0x04, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14,\n    0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x00, 0xF8, 0xFF, 0xFF,\n    0x9A, 0xD6, 0x03, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF8, 0xFF, 0xFF, 0x9A, 0xD6, 0x03, 0x00, 0x02,\n    0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x18,\n    0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00,\n    0x01, 0x14, 0x00, 0x1F, 0x54, 0x18, 0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F, 0x54,\n    0x18, 0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x12, 0x00, 0x1F, 0x54, 0x18, 0xC6, 0x9A, 0xD6, 0x00,\n    0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0xFF,\n    0xFF, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x05, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6,\n    0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x1F, 0x54, 0x9A, 0xD6, 0x00, 0x00, 0x03, 0x14, 0x00,\n    0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A,\n    0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14,\n    0x00, 0x1F, 0x54, 0x3E, 0xCF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF,\n    0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01,\n    0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0xE0, 0xFF, 0x1F,\n    0x54, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00,\n    0x02, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x10, 0x00, 0x1F, 0x54,\n    0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00,\n    0x00, 0x01, 0x12, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F,\n    0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x12, 0x00, 0xE0, 0xFF, 0x1F, 0x54, 0x9A, 0xD6,\n    0x00, 0x00, 0x01, 0x14, 0x00, 0xE0, 0xFF, 0x1F, 0x54, 0x9A, 0xD6, 0x00, 0x00, 0x03, 0x14, 0x00,\n    0x1F, 0x54, 0x3E, 0xCF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x10, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A,\n    0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10,\n    0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x12, 0x00, 0x1F, 0x54, 0xFF, 0xFF,\n    0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01,\n    0x12, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF4, 0xFF,\n    0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF4, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00,\n    0x01, 0x10, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54,\n    0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F, 0x54, 0xF0, 0x87, 0x9A, 0xD6, 0x00,\n    0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xF0, 0x87, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F,\n    0x54, 0x08, 0xFC, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0x08, 0xFC, 0x9A, 0xD6,\n    0x00, 0x00, 0x01, 0x14, 0x00, 0x96, 0x5E, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00,\n    0x96, 0x5E, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF4, 0xFF, 0xFF, 0x9A,\n    0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF4, 0x00, 0xF4, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14,\n    0x00, 0x00, 0xF4, 0x18, 0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0xF4, 0xE0, 0xFF,\n    0x9A, 0xD6, 0x00, 0x00, 0x02, 0x15, 0x00, 0xE0, 0xFF, 0x1F, 0x54, 0x9A, 0xD6, 0x00, 0x00, 0x02,\n    0x15, 0x00, 0xE0, 0xFF, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x05, 0x15, 0x00, 0xE0, 0xFF, 0x1F,\n    0x54, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x15, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x00, 0x00,\n    0x05, 0x15, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10, 0x00, 0x1F, 0x54,\n    0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00,\n    0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x12, 0x00, 0x1F,\n    0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6,\n    0x00, 0x00, 0x03, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x03, 0x14, 0x00,\n    0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x04, 0x12, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A,\n    0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x04, 0x12,\n    0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0xE0, 0xFF, 0x1F, 0x54,\n    0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A, 0xD6, 0x00, 0x00, 0x01,\n    0x14, 0x00, 0xBF, 0xEF, 0x18, 0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xE8,\n    0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x06, 0x05, 0x00, 0xE7, 0x9A, 0xD6, 0x00, 0x00,\n    0x01, 0x14, 0x00, 0x00, 0xF8, 0x00, 0xE7, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54,\n    0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x34, 0x00, 0x1F, 0x54, 0x00, 0xF8, 0x9A, 0xD6, 0x00,\n    0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0x00, 0xC6, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x00,\n    0xC6, 0x1F, 0x54, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x12, 0x00, 0x1F, 0x54, 0x00, 0xC6, 0x9A, 0xD6,\n    0x00, 0x00, 0x05, 0x14, 0x00, 0x10, 0x84, 0xEF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x05, 0x14, 0x00,\n    0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0xBF, 0xEF, 0x65, 0x29, 0x9A,\n    0xD6, 0x04, 0x00, 0x02, 0x10, 0x00, 0x1F, 0x54, 0x3E, 0xCF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x10,\n    0x00, 0x1F, 0x54, 0x3E, 0xCF, 0x9A, 0xD6, 0x00, 0x00, 0x03, 0x14, 0x00, 0x1F, 0x54, 0x3E, 0xCF,\n    0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02,\n    0x14, 0x00, 0x1F, 0x54, 0xEE, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xF3,\n    0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54, 0xF6, 0xFF, 0x9A, 0xD6, 0x00, 0x00,\n    0x02, 0x14, 0x00, 0x1F, 0x54, 0xF9, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x02, 0x14, 0x00, 0x1F, 0x54,\n    0xFC, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x10, 0x84, 0xFF, 0xFF, 0x9A, 0xD6, 0x00,\n    0x00, 0x04, 0x14, 0x00, 0x1F, 0x54, 0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00,\n    0x00, 0x80, 0xFD, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0x80, 0xFD, 0x9A, 0xD6,\n    0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x00, 0x99, 0xC9, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00,\n    0x1F, 0x54, 0x99, 0xC9, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF,\n    0xFF, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14,\n    0x00, 0x3E, 0xCF, 0xFF, 0xFF, 0x9A, 0xD6, 0x0A, 0x0A, 0x01, 0x10, 0x00, 0x3E, 0xCF, 0x65, 0x29,\n    0x9A, 0xD6, 0x05, 0x05, 0x01, 0x10, 0x00, 0x3E, 0xCF, 0x18, 0xC6, 0x9A, 0xD6, 0x05, 0x05, 0x02,\n    0x14, 0x00, 0x04, 0x21, 0x3C, 0xE7, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x04, 0x21, 0x3C,\n    0xE7, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x8A, 0x52, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,\n    0x01, 0x14, 0x00, 0xFF, 0xFF, 0x65, 0x29, 0x65, 0x29, 0x00, 0x00, 0x01, 0x14, 0x00, 0x10, 0x04,\n    0xFF, 0xFF, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x1F, 0x54, 0xE8, 0xFF, 0x9A, 0xD6, 0x00,\n    0x00, 0x01, 0x14, 0x00, 0x06, 0x05, 0x00, 0xE7, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00,\n    0xF8, 0x00, 0xE7, 0x9A, 0xD6, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x84, 0xFF, 0xFF, 0x9A, 0xD6,\n    0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x84, 0xE0, 0xFF, 0x9A, 0xD6, 0x00, 0x00\n};\n\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\n// DOCUMENT DEFINITION\nconst uint8_t document[14110] = {\n    0x07, 0x06, 0x00, 0x4E, 0x1B, 0x00, 0x03, 0x5F, 0x04, 0x01, 0x89, 0x04, 0x03, 0x97, 0x04, 0x0E,\n    0xC1, 0x04, 0x0C, 0x85, 0x05, 0x0E, 0x2D, 0x06, 0x0C, 0xF1, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x99, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0xA0, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0xA7, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0xAE, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xB5,\n    0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xBC, 0x07, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xC3, 0x07, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xCA, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xD1, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0xD8, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0xDF, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0xE6, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xED,\n    0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0xF4, 0x07, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0xFB, 0x07, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x02, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x09, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00,\n    0xF0, 0x00, 0x70, 0x00, 0x36, 0x10, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00,\n    0x70, 0x00, 0x36, 0x17, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00,\n    0x36, 0x1E, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x25,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x2C, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x33, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x3A, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x68, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x36, 0x41, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00,\n    0xF0, 0x00, 0x70, 0x00, 0x36, 0x48, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0x4F, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0x56, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x5D,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x64, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x6B, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x72, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x79, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0x80, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0x87, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0x8E, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x95,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x9C, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xA3, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xAA, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xB1, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0xB8, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0xBF, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0xC6, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xCD,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xD4, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xDB, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xE2, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xE9, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0xF0, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0xF7, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0xFE, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x05,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x0C, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x13, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x1A, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x21, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0x28, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0x2F, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0x36, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x3D,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x44, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x4B, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x52, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x59, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0x60, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0x67, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0x6E, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x75,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x7C, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x83, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x8A, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0x91, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x40, 0x01, 0x15, 0x98, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x40, 0x01, 0x15, 0x9F, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01,\n    0x15, 0xA6, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xAD,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x15, 0xB4, 0x09, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x5C, 0x00, 0x40, 0x00, 0x14, 0x00, 0x1E, 0xBB, 0x09, 0x07, 0x00, 0x00,\n    0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0xCC, 0x00, 0x1E, 0xBC, 0x09, 0x03, 0x71, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0xBD, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x01, 0x1C, 0x00, 0x15, 0xC0, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5E, 0x00,\n    0x1D, 0x00, 0x32, 0xC3, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x5E, 0x00, 0x1B, 0x00,\n    0x1E, 0xC6, 0x09, 0x02, 0x02, 0x00, 0x5E, 0x00, 0x00, 0x00, 0xD2, 0x00, 0x38, 0x00, 0x15, 0xC7,\n    0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x0E, 0x00, 0x1E, 0xCA, 0x09, 0x07,\n    0x00, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x70, 0x00, 0x0A, 0x00, 0x1E, 0xCB, 0x09, 0x03, 0x04, 0x00,\n    0x30, 0x00, 0x0E, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x15, 0xCC, 0x09, 0x03, 0x15, 0x00, 0x00, 0x00,\n    0x0E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xCF, 0x09, 0x03, 0x17, 0x00, 0x00, 0x00, 0x26, 0x00,\n    0x30, 0x00, 0x18, 0x00, 0x15, 0xD2, 0x09, 0x03, 0x16, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x15, 0xD5, 0x09, 0x03, 0x19, 0x00, 0x00, 0x00, 0x56, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x15, 0xD8, 0x09, 0x03, 0x18, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xDB,\n    0x09, 0x03, 0xD1, 0x00, 0xCB, 0x00, 0x0A, 0x00, 0x75, 0x00, 0x50, 0x00, 0x15, 0xDE, 0x09, 0x07,\n    0x00, 0x00, 0xD0, 0x00, 0x5A, 0x00, 0x70, 0x00, 0x0A, 0x00, 0x1E, 0xE1, 0x09, 0x05, 0x00, 0x1F,\n    0x30, 0x00, 0x64, 0x00, 0x9B, 0x00, 0x22, 0x00, 0x25, 0xE2, 0x09, 0x07, 0x00, 0x00, 0xCB, 0x00,\n    0x7C, 0x00, 0x75, 0x00, 0x0A, 0x00, 0x1E, 0xE5, 0x09, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x5A, 0x00,\n    0x75, 0x00, 0x22, 0x00, 0x15, 0xE6, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x86, 0x00, 0x40, 0x01,\n    0x04, 0x00, 0x1E, 0xE7, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x05, 0x00,\n    0x1E, 0xE8, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x08, 0x00, 0x6A, 0x00, 0x1E, 0xE9,\n    0x09, 0x03, 0x04, 0x00, 0x08, 0x00, 0x05, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0xEA, 0x09, 0x03,\n    0xD1, 0x00, 0xCB, 0x00, 0x04, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0xED, 0x09, 0x04, 0x11, 0x00,\n    0xCB, 0x00, 0x4C, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xF0, 0x09, 0x03, 0x15, 0x00, 0x00, 0x00,\n    0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0xF1, 0x09, 0x03, 0x17, 0x00, 0x2D, 0x00, 0x72, 0x00,\n    0x2D, 0x00, 0x18, 0x00, 0x15, 0xF4, 0x09, 0x03, 0x16, 0x00, 0x5A, 0x00, 0x72, 0x00, 0x2D, 0x00,\n    0x18, 0x00, 0x15, 0xF7, 0x09, 0x03, 0x19, 0x00, 0x87, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00,\n    0x15, 0xFA, 0x09, 0x03, 0x18, 0x00, 0xB4, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0xFD,\n    0x09, 0x05, 0x00, 0x1F, 0xE1, 0x00, 0x72, 0x00, 0x5F, 0x00, 0x18, 0x00, 0x25, 0x00, 0x0A, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x6F, 0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0x03, 0x0A, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x04, 0x00, 0x1E, 0x04, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x04, 0x00, 0x3E, 0x00, 0x0A, 0x00, 0x1E, 0x05, 0x0A, 0x03, 0x04, 0x00, 0x36, 0x00, 0x04, 0x00,\n    0x95, 0x00, 0x82, 0x00, 0x15, 0x06, 0x0A, 0x03, 0x15, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x15, 0x09, 0x0A, 0x03, 0x17, 0x00, 0x00, 0x00, 0x26, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x15, 0x0C, 0x0A, 0x03, 0x16, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x0F,\n    0x0A, 0x03, 0x19, 0x00, 0x00, 0x00, 0x56, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x12, 0x0A, 0x03,\n    0x18, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x15, 0x0A, 0x07, 0x00, 0x00,\n    0x30, 0x00, 0x0E, 0x00, 0x08, 0x00, 0x78, 0x00, 0x1E, 0x18, 0x0A, 0x07, 0x00, 0x00, 0xC4, 0x00,\n    0x04, 0x00, 0x07, 0x00, 0x82, 0x00, 0x1E, 0x19, 0x0A, 0x03, 0xD1, 0x00, 0xCB, 0x00, 0x04, 0x00,\n    0x75, 0x00, 0x48, 0x00, 0x15, 0x1A, 0x0A, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x4C, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x15, 0x1D, 0x0A, 0x05, 0x00, 0x1F, 0xCB, 0x00, 0x70, 0x00, 0x75, 0x00, 0x1A, 0x00,\n    0x25, 0x1E, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x86, 0x00, 0xD8, 0x00, 0x04, 0x00, 0x1E, 0x21,\n    0x0A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x05, 0x00, 0x1E, 0x22, 0x0A, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x08, 0x00, 0x6A, 0x00, 0x1E, 0x23, 0x0A, 0x03, 0x04, 0x00,\n    0x01, 0x00, 0x05, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x15, 0x24, 0x0A, 0x03, 0xD1, 0x00, 0xCB, 0x00,\n    0x04, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0x27, 0x0A, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x4C, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x15, 0x2A, 0x0A, 0x03, 0x15, 0x00, 0x00, 0x00, 0x72, 0x00, 0x2D, 0x00,\n    0x18, 0x00, 0x15, 0x2B, 0x0A, 0x03, 0x17, 0x00, 0x2D, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00,\n    0x15, 0x2E, 0x0A, 0x03, 0x16, 0x00, 0x5A, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x31,\n    0x0A, 0x03, 0x19, 0x00, 0x87, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x34, 0x0A, 0x03,\n    0x18, 0x00, 0xB4, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x37, 0x0A, 0x05, 0x00, 0x1F,\n    0xE1, 0x00, 0x72, 0x00, 0x5F, 0x00, 0x18, 0x00, 0x25, 0x3A, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x6F, 0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0x3D, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x3E, 0x0A, 0x00,\n    0x00, 0x00, 0x00, 0x01, 0x46, 0x0A, 0x00, 0x04, 0x4E, 0x0A, 0x06, 0x86, 0x0A, 0x00, 0x04, 0xB6,\n    0x0A, 0x06, 0xEE, 0x0A, 0x00, 0x05, 0x1E, 0x0B, 0x02, 0x64, 0x0B, 0x00, 0x04, 0x74, 0x0B, 0x02,\n    0xAC, 0x0B, 0x00, 0x07, 0xBC, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1E, 0x0C,\n    0x00, 0x08, 0x26, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x08, 0x96, 0x0C, 0x04, 0x06, 0x0D, 0x00, 0x00,\n    0x00, 0x00, 0x01, 0x26, 0x0D, 0x00, 0x07, 0x2E, 0x0D, 0x02, 0x90, 0x0D, 0x00, 0x00, 0x00, 0x00,\n    0x01, 0xA0, 0x0D, 0x00, 0x02, 0xA8, 0x0D, 0x04, 0xC4, 0x0D, 0x00, 0x02, 0xE4, 0x0D, 0x04, 0x00,\n    0x0E, 0x00, 0x02, 0x20, 0x0E, 0x04, 0x3C, 0x0E, 0x00, 0x02, 0x5C, 0x0E, 0x04, 0x78, 0x0E, 0x00,\n    0x02, 0x98, 0x0E, 0x04, 0xB4, 0x0E, 0x00, 0x02, 0xD4, 0x0E, 0x04, 0xF0, 0x0E, 0x00, 0x02, 0x10,\n    0x0F, 0x04, 0x2C, 0x0F, 0x00, 0x02, 0x4C, 0x0F, 0x04, 0x68, 0x0F, 0x00, 0x02, 0x88, 0x0F, 0x04,\n    0xA4, 0x0F, 0x00, 0x02, 0xC4, 0x0F, 0x04, 0xE0, 0x0F, 0x00, 0x02, 0x00, 0x10, 0x04, 0x1C, 0x10,\n    0x01, 0x02, 0x3C, 0x10, 0x04, 0x58, 0x10, 0x00, 0x02, 0x78, 0x10, 0x04, 0x94, 0x10, 0x00, 0x03,\n    0xB4, 0x10, 0x01, 0xDE, 0x10, 0x00, 0x00, 0x00, 0x00, 0x01, 0xE6, 0x10, 0x00, 0x08, 0xEE, 0x10,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x5E, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x66,\n    0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x6E, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x76, 0x11, 0x00,\n    0x00, 0x00, 0x00, 0x01, 0x7E, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x86, 0x11, 0x00, 0x00, 0x00,\n    0x00, 0x01, 0x8E, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x96, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01,\n    0x9E, 0x11, 0x01, 0x00, 0x00, 0x00, 0x01, 0xA6, 0x11, 0x01, 0x00, 0x00, 0x00, 0x01, 0xAE, 0x11,\n    0x01, 0x00, 0x00, 0x00, 0x01, 0xB6, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xBE, 0x11, 0x00, 0x00,\n    0x00, 0x00, 0x01, 0xC6, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xCE, 0x11, 0x00, 0x00, 0x00, 0x00,\n    0x01, 0xD6, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xDE, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xE6,\n    0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xEE, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0xF6, 0x11, 0x00,\n    0x00, 0x00, 0x00, 0x01, 0xFE, 0x11, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x12, 0x00, 0x00, 0x00,\n    0x00, 0x01, 0x0E, 0x12, 0x00, 0x00, 0x00, 0x00, 0x01, 0x16, 0x12, 0x00, 0x00, 0x00, 0x00, 0x01,\n    0x1E, 0x12, 0x00, 0x00, 0x00, 0x00, 0x01, 0x26, 0x12, 0x00, 0x00, 0x00, 0x00, 0x01, 0x2E, 0x12,\n    0x00, 0x00, 0x00, 0x00, 0x01, 0x36, 0x12, 0x00, 0x06, 0x3E, 0x12, 0x02, 0x92, 0x12, 0x00, 0x06,\n    0xA2, 0x12, 0x02, 0xF6, 0x12, 0x00, 0x06, 0x06, 0x13, 0x02, 0x5A, 0x13, 0x00, 0x06, 0x6A, 0x13,\n    0x02, 0xBE, 0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0xCE, 0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0xD6,\n    0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0xDE, 0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0xE6, 0x13, 0x00,\n    0x00, 0x00, 0x00, 0x01, 0xEE, 0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0xF6, 0x13, 0x00, 0x00, 0x00,\n    0x00, 0x01, 0xFE, 0x13, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x14, 0x00, 0x00, 0x00, 0x00, 0x01,\n    0x0E, 0x14, 0x00, 0x00, 0x00, 0x00, 0x01, 0x16, 0x14, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1E, 0x14,\n    0x00, 0x00, 0x00, 0x00, 0x01, 0x26, 0x14, 0x00, 0x00, 0x00, 0x00, 0x01, 0x2E, 0x14, 0x00, 0x00,\n    0x00, 0x00, 0x01, 0x36, 0x14, 0x01, 0x02, 0x3E, 0x14, 0x05, 0x5A, 0x14, 0x00, 0x02, 0x82, 0x14,\n    0x05, 0x9E, 0x14, 0x00, 0x00, 0x00, 0x00, 0x01, 0xC6, 0x14, 0x00, 0x00, 0x00, 0x04, 0xCE, 0x14,\n    0x02, 0x06, 0x15, 0x22, 0x15, 0x00, 0x00, 0x01, 0x2E, 0x15, 0x00, 0x00, 0x02, 0x3C, 0x15, 0x02,\n    0x58, 0x15, 0x03, 0x74, 0x15, 0x03, 0x9E, 0x15, 0x03, 0xC8, 0x15, 0x03, 0xF2, 0x15, 0x02, 0x1C,\n    0x16, 0x00, 0x38, 0x16, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x02, 0x44, 0x16, 0x02, 0x60, 0x16,\n    0x15, 0x02, 0x7C, 0x16, 0x03, 0x98, 0x16, 0x03, 0xC2, 0x16, 0x03, 0xEC, 0x16, 0x03, 0x16, 0x17,\n    0x40, 0x17, 0x00, 0x00, 0x00, 0x00, 0x02, 0x4B, 0x17, 0x02, 0x67, 0x17, 0x03, 0x83, 0x17, 0x03,\n    0xAD, 0x17, 0x03, 0xD7, 0x17, 0x03, 0x01, 0x18, 0x00, 0x00, 0x02, 0x2B, 0x18, 0x15, 0x47, 0x18,\n    0x00, 0x00, 0x00, 0x00, 0x02, 0x52, 0x18, 0x02, 0x6E, 0x18, 0x15, 0x02, 0x8A, 0x18, 0x03, 0xA6,\n    0x18, 0x03, 0xD0, 0x18, 0x03, 0xFA, 0x18, 0x03, 0x24, 0x19, 0x4E, 0x19, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x04, 0x1B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xA0, 0x00, 0x4A, 0x59, 0x19, 0x05, 0x00, 0x16, 0x14,\n    0x00, 0xDC, 0x00, 0x30, 0x00, 0x28, 0x00, 0x4A, 0x5A, 0x19, 0x05, 0x00, 0x17, 0x50, 0x00, 0xDC,\n    0x00, 0x32, 0x00, 0x28, 0x00, 0x4A, 0x5D, 0x19, 0x05, 0x00, 0x19, 0x86, 0x00, 0xDC, 0x00, 0x58,\n    0x00, 0x28, 0x00, 0x4A, 0x60, 0x19, 0x00, 0x00, 0xA0, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x00, 0x00,\n    0xDC, 0x00, 0x14, 0x00, 0x64, 0x00, 0x14, 0x00, 0x04, 0x01, 0xDC, 0x00, 0x3C, 0x00, 0x44, 0x00,\n    0xDC, 0x00, 0x0C, 0x00, 0x28, 0x00, 0x82, 0x00, 0xDC, 0x00, 0x04, 0x00, 0x28, 0x00, 0xDE, 0x00,\n    0xDC, 0x00, 0x12, 0x00, 0x28, 0x00, 0x04, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xA0,\n    0x00, 0x4A, 0x63, 0x19, 0x05, 0x00, 0x16, 0x14, 0x00, 0xDC, 0x00, 0x30, 0x00, 0x28, 0x00, 0x4A,\n    0x64, 0x19, 0x05, 0x00, 0x17, 0x50, 0x00, 0xDC, 0x00, 0x32, 0x00, 0x28, 0x00, 0x4A, 0x67, 0x19,\n    0x05, 0x00, 0x19, 0x86, 0x00, 0xDC, 0x00, 0x58, 0x00, 0x28, 0x00, 0x4A, 0x6A, 0x19, 0x00, 0x00,\n    0xA0, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x00, 0x00, 0xDC, 0x00, 0x14, 0x00, 0x64, 0x00, 0x14, 0x00,\n    0x04, 0x01, 0xDC, 0x00, 0x3C, 0x00, 0x44, 0x00, 0xDC, 0x00, 0x0C, 0x00, 0x28, 0x00, 0x82, 0x00,\n    0xDC, 0x00, 0x04, 0x00, 0x28, 0x00, 0xDE, 0x00, 0xDC, 0x00, 0x12, 0x00, 0x28, 0x00, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x2C, 0x00, 0xF0, 0x00, 0x28, 0x00, 0x15, 0x6D, 0x19, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x54, 0x00, 0xF0, 0x00, 0x24, 0x00, 0x15, 0x70, 0x19, 0x08, 0x00, 0x00, 0x00, 0x00, 0x78,\n    0x00, 0xF0, 0x00, 0x4E, 0x00, 0x15, 0x73, 0x19, 0x04, 0x25, 0x00, 0x00, 0x00, 0xC6, 0x00, 0xF0,\n    0x00, 0x1E, 0x00, 0x20, 0x74, 0x19, 0x04, 0x26, 0x00, 0x00, 0x00, 0xE4, 0x00, 0xF0, 0x00, 0x1E,\n    0x00, 0x20, 0x75, 0x19, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x02, 0x01,\n    0xF0, 0x00, 0x3E, 0x00, 0x06, 0x27, 0x00, 0x00, 0x00, 0x28, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0x20,\n    0x76, 0x19, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x22, 0x78, 0x19,\n    0x05, 0x00, 0x06, 0xC0, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0x7B, 0x19, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x1C, 0x01, 0xC0, 0x00, 0x24, 0x00, 0x09, 0x7E, 0x19, 0x00, 0x00, 0x20, 0x00,\n    0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x01, 0xF0, 0x00, 0x04, 0x00, 0x02, 0x02, 0x00, 0x00,\n    0x00, 0x1C, 0x00, 0xF0, 0x00, 0x00, 0x01, 0x15, 0x7F, 0x19, 0x05, 0x00, 0x15, 0x00, 0x00, 0x1C,\n    0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0x82, 0x19, 0x05, 0x00, 0x00, 0x30, 0x00, 0x1C, 0x01, 0x30,\n    0x00, 0x24, 0x00, 0x0A, 0x85, 0x19, 0x05, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24,\n    0x00, 0x0A, 0x88, 0x19, 0x05, 0x00, 0x00, 0x90, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x0A,\n    0x8B, 0x19, 0x05, 0x00, 0xA7, 0xC0, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0x8E, 0x19,\n    0x03, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15, 0x91, 0x19, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20,\n    0x00, 0x22, 0x94, 0x19, 0x02, 0x02, 0x00, 0x00, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x6C, 0x00, 0x15,\n    0x95, 0x19, 0x01, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x00, 0xF0, 0x00, 0x90, 0x00, 0x15, 0x98, 0x19,\n    0x05, 0x00, 0x03, 0x00, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x9B, 0x19, 0x05, 0x00,\n    0x04, 0x30, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x9E, 0x19, 0x05, 0x00, 0x05, 0x60,\n    0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xA1, 0x19, 0x07, 0x00, 0x00, 0x90, 0x00, 0x1C,\n    0x01, 0x30, 0x00, 0x24, 0x00, 0x09, 0xA4, 0x19, 0x05, 0x00, 0x06, 0xC0, 0x00, 0x1C, 0x01, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0xA5, 0x19, 0x04, 0x20, 0x00, 0x26, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x20,\n    0x00, 0x22, 0xA8, 0x19, 0x0B, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x01, 0x20,\n    0x00, 0x00, 0x03, 0x23, 0x00, 0x26, 0x00, 0x20, 0x00, 0xCA, 0x00, 0xFC, 0x00, 0x15, 0xA9, 0x19,\n    0x05, 0x00, 0x03, 0x00, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xAC, 0x19, 0x05, 0x00,\n    0x04, 0x30, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xAF, 0x19, 0x05, 0x00, 0x05, 0x60,\n    0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xB2, 0x19, 0x0A, 0x23, 0x07, 0x90, 0x00, 0x1C,\n    0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0xB5, 0x19, 0x05, 0x00, 0x06, 0xC0, 0x00, 0x1C, 0x01, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0xB9, 0x19, 0x24, 0x00, 0x00, 0x00, 0x02, 0x00, 0x1C, 0x01, 0x26, 0x00,\n    0xF8, 0x00, 0x08, 0x00, 0x24, 0x00, 0xEE, 0x00, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0xEE, 0x00,\n    0x5C, 0x00, 0x02, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x04, 0x20,\n    0x00, 0x26, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x20, 0x00, 0x22, 0xBC, 0x19, 0x03, 0x23, 0x00, 0x26,\n    0x00, 0x20, 0x00, 0xCA, 0x00, 0xFC, 0x00, 0x15, 0xBD, 0x19, 0x05, 0x00, 0x03, 0x00, 0x00, 0x1C,\n    0x01, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xC0, 0x19, 0x05, 0x00, 0x04, 0x30, 0x00, 0x1C, 0x01, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0xC3, 0x19, 0x05, 0x00, 0x05, 0x60, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0xC6, 0x19, 0x0A, 0x23, 0x07, 0x90, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xC9, 0x19, 0x05, 0x00, 0x06, 0xC0, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0xCD, 0x19,\n    0x00, 0x00, 0x00, 0x00, 0x26, 0x00, 0x1C, 0x01, 0xEE, 0x00, 0x5C, 0x00, 0x02, 0x00, 0x9C, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C,\n    0x00, 0x20, 0x00, 0x17, 0xD0, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40,\n    0x00, 0x36, 0xD3, 0x19, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17,\n    0xD5, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xD8, 0x19,\n    0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00,\n    0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00,\n    0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0xDA, 0x19, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xDD, 0x19, 0x00, 0x00, 0xA8, 0x00,\n    0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00,\n    0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A,\n    0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0xDF, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xE2, 0x19, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00,\n    0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00,\n    0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C,\n    0x00, 0x20, 0x00, 0x17, 0xE4, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40,\n    0x00, 0x36, 0xE7, 0x19, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17,\n    0xE9, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xEC, 0x19,\n    0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00,\n    0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00,\n    0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0xEE, 0x19, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xF1, 0x19, 0x00, 0x00, 0xA8, 0x00,\n    0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00,\n    0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A,\n    0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0xF3, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0xF6, 0x19, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00,\n    0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00,\n    0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C,\n    0x00, 0x20, 0x00, 0x17, 0xF8, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40,\n    0x00, 0x36, 0xFB, 0x19, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17,\n    0xFD, 0x19, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0x00, 0x1A,\n    0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00,\n    0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00,\n    0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0x02, 0x1A, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0x05, 0x1A, 0x00, 0x00, 0xA8, 0x00,\n    0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00,\n    0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A,\n    0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x17, 0x07, 0x1A, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x40, 0x00, 0x36, 0x0A, 0x1A, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00,\n    0x00, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00,\n    0x96, 0x00, 0xB0, 0x00, 0x5A, 0x00, 0x20, 0x00, 0x05, 0x00, 0x16, 0x5A, 0x00, 0x48, 0x00, 0x3C,\n    0x00, 0x20, 0x00, 0x17, 0x0C, 0x1A, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40,\n    0x00, 0x36, 0x0F, 0x1A, 0x00, 0x00, 0xA8, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x00, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x28, 0x00, 0x5A, 0x00, 0xD0, 0x00, 0x96, 0x00, 0x08, 0x00, 0x96, 0x00, 0xB0, 0x00,\n    0x5A, 0x00, 0x20, 0x00, 0x02, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x18, 0x01, 0x15,\n    0x11, 0x1A, 0x03, 0x61, 0x00, 0x00, 0x00, 0x1C, 0x01, 0xCC, 0x00, 0x24, 0x00, 0x15, 0x14, 0x1A,\n    0x05, 0x00, 0x1D, 0xCC, 0x00, 0x1C, 0x01, 0x24, 0x00, 0x24, 0x00, 0x08, 0x17, 0x1A, 0x00, 0x00,\n    0xA8, 0x00, 0xF0, 0x00, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x04, 0x20,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x22, 0x1A, 0x1A, 0x02, 0x02, 0x00, 0x00,\n    0x00, 0x20, 0x00, 0xF0, 0x00, 0x6C, 0x00, 0x15, 0x1B, 0x1A, 0x01, 0x00, 0x00, 0x00, 0x00, 0x8C,\n    0x00, 0xF0, 0x00, 0x90, 0x00, 0x15, 0x1E, 0x1A, 0x05, 0x00, 0x03, 0x00, 0x00, 0x1C, 0x01, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x21, 0x1A, 0x05, 0x00, 0x04, 0x30, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0x24, 0x1A, 0x05, 0x00, 0x05, 0x60, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x5F,\n    0x27, 0x1A, 0x07, 0x00, 0x00, 0x90, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x09, 0x2A, 0x1A,\n    0x05, 0x00, 0x06, 0xC0, 0x00, 0x1C, 0x01, 0x30, 0x00, 0x24, 0x00, 0x08, 0x2B, 0x1A, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x32, 0x2E, 0x1A, 0x05, 0x00, 0x00, 0x78,\n    0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x31, 0x1A, 0x02, 0x02, 0x00, 0x00, 0x00, 0x42,\n    0x00, 0xF0, 0x00, 0x40, 0x00, 0x15, 0x34, 0x1A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x01, 0xA8,\n    0x00, 0x33, 0x00, 0x09, 0x37, 0x1A, 0x05, 0x00, 0x1C, 0xA8, 0x00, 0x0D, 0x01, 0x24, 0x00, 0x33,\n    0x00, 0x08, 0x38, 0x1A, 0x05, 0x00, 0x1D, 0xCC, 0x00, 0x0D, 0x01, 0x24, 0x00, 0x33, 0x00, 0x08,\n    0x3B, 0x1A, 0x00, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x22, 0x00, 0x00, 0x00, 0x82, 0x00, 0xF0, 0x00,\n    0x8B, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x32, 0x3E, 0x1A,\n    0x05, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x41, 0x1A, 0x02, 0x02,\n    0x00, 0x00, 0x00, 0x42, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x15, 0x44, 0x1A, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x0D, 0x01, 0xA8, 0x00, 0x33, 0x00, 0x09, 0x47, 0x1A, 0x05, 0x00, 0x1C, 0xA8, 0x00, 0x0D,\n    0x01, 0x24, 0x00, 0x33, 0x00, 0x08, 0x48, 0x1A, 0x05, 0x00, 0x1D, 0xCC, 0x00, 0x0D, 0x01, 0x24,\n    0x00, 0x33, 0x00, 0x08, 0x4B, 0x1A, 0x00, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x22, 0x00, 0x00, 0x00,\n    0x82, 0x00, 0xF0, 0x00, 0x8B, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20,\n    0x00, 0x32, 0x4E, 0x1A, 0x05, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A,\n    0x51, 0x1A, 0x02, 0x02, 0x00, 0x00, 0x00, 0x42, 0x00, 0xF0, 0x00, 0x40, 0x00, 0x15, 0x54, 0x1A,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x01, 0xA8, 0x00, 0x33, 0x00, 0x09, 0x57, 0x1A, 0x05, 0x00,\n    0x1C, 0xA8, 0x00, 0x0D, 0x01, 0x24, 0x00, 0x33, 0x00, 0x08, 0x58, 0x1A, 0x05, 0x00, 0x1D, 0xCC,\n    0x00, 0x0D, 0x01, 0x24, 0x00, 0x33, 0x00, 0x08, 0x5B, 0x1A, 0x00, 0x00, 0x20, 0x00, 0xF0, 0x00,\n    0x22, 0x00, 0x00, 0x00, 0x82, 0x00, 0xF0, 0x00, 0x8B, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x78, 0x00, 0x20, 0x00, 0x32, 0x5E, 0x1A, 0x05, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78,\n    0x00, 0x20, 0x00, 0x2A, 0x61, 0x1A, 0x02, 0x02, 0x00, 0x00, 0x00, 0x42, 0x00, 0xF0, 0x00, 0x40,\n    0x00, 0x15, 0x64, 0x1A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x01, 0xA8, 0x00, 0x33, 0x00, 0x09,\n    0x67, 0x1A, 0x05, 0x00, 0x1C, 0xA8, 0x00, 0x0D, 0x01, 0x24, 0x00, 0x33, 0x00, 0x08, 0x68, 0x1A,\n    0x05, 0x00, 0x1D, 0xCC, 0x00, 0x0D, 0x01, 0x24, 0x00, 0x33, 0x00, 0x08, 0x6B, 0x1A, 0x00, 0x00,\n    0x20, 0x00, 0xF0, 0x00, 0x22, 0x00, 0x00, 0x00, 0x82, 0x00, 0xF0, 0x00, 0x8B, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x3D, 0x00, 0xF0, 0x00, 0x28, 0x00, 0x20, 0x6E, 0x1A, 0x06, 0x00, 0x00, 0x1C,\n    0x00, 0xF0, 0x00, 0xC8, 0x00, 0x46, 0x00, 0x20, 0x71, 0x1A, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x3D, 0x00, 0x00, 0x00, 0x65, 0x00, 0xF0, 0x00, 0x8B, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00,\n    0x50, 0x00, 0x1C, 0x00, 0x36, 0x01, 0xD4, 0x00, 0x0A, 0x00, 0xE4, 0x00, 0xF0, 0x00, 0x0C, 0x00,\n    0x46, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0xF0, 0x00, 0x28, 0x00, 0x15, 0x73, 0x1A,\n    0x06, 0x00, 0x00, 0x1C, 0x00, 0xF0, 0x00, 0xC8, 0x00, 0x46, 0x00, 0x20, 0x76, 0x1A, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x64, 0x00, 0xF0, 0x00, 0x8C, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x1C, 0x00, 0x50, 0x00, 0x1C, 0x00, 0x36, 0x01, 0xD4, 0x00, 0x0A, 0x00, 0xE4, 0x00,\n    0xF0, 0x00, 0x0C, 0x00, 0x46, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x40, 0x01, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x78, 0x1A, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x7B, 0x1A, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x7E, 0x1A, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0xCC, 0x00, 0x15, 0x81, 0x1A, 0x05, 0x95, 0x61, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C,\n    0x00, 0x25, 0x84, 0x1A, 0x05, 0x96, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0C, 0x01, 0x1C, 0x00, 0x32,\n    0x87, 0x1A, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x69, 0x6E, 0x66, 0x6F, 0x3A, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xD2, 0x00, 0x1C, 0x00, 0x15, 0x8A, 0x1A, 0x05, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x11, 0x8D, 0x1A, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x9B, 0x00, 0x56, 0x00, 0x15, 0x90, 0x1A, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x93, 0x1A, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x96, 0x1A, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56,\n    0x99, 0x1A, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x9C, 0x1A,\n    0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x9F, 0x1A, 0x05, 0x00,\n    0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xA2, 0x1A, 0x05, 0x00, 0x37, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xA5, 0x1A, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xA8, 0x1A, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0xAB, 0x1A, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0xAE, 0x1A, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0xB1, 0x1A, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xB4, 0x1A,\n    0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xB7, 0x1A, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xBA, 0x1A, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x50, 0x00, 0x15, 0xBD, 0x1A, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x50, 0x00, 0x4D, 0xC0, 0x1A, 0x60, 0x20, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69,\n    0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x11,\n    0xC4, 0x1A, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0xC7, 0x1A,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0xCA, 0x1A, 0x09, 0xD1,\n    0xA5, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x4D, 0xCD, 0x1A, 0x05, 0x00, 0x3D, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0xD1, 0x1A, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0xD4, 0x1A, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x56, 0xD7, 0x1A, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x57, 0xDA, 0x1A, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58,\n    0xDD, 0x1A, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0xE0, 0x1A,\n    0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0xE3, 0x1A, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0xE6, 0x1A, 0x05, 0x00, 0x39, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0xE9, 0x1A, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0xEC, 0x1A, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x58, 0xEF, 0x1A, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x56, 0xF2, 0x1A, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57,\n    0xF5, 0x1A, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0xF8, 0x1A,\n    0x60, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x95, 0x00, 0x82, 0x00, 0x11, 0xFB, 0x1A, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x95, 0x00, 0x82, 0x00, 0x15, 0xFE, 0x1A, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x56, 0x01, 0x1B, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x57, 0x04, 0x1B, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x07,\n    0x1B, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x0A, 0x1B, 0x05,\n    0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x0D, 0x1B, 0x05, 0x00, 0x37,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x10, 0x1B, 0x05, 0x00, 0x37, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x13, 0x1B, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x00, 0x18, 0x00, 0x58, 0x16, 0x1B, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x56, 0x19, 0x1B, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x57, 0x1C, 0x1B, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x1F,\n    0x1B, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x22, 0x1B, 0x05,\n    0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x25, 0x1B, 0x05, 0x00, 0x35,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x28, 0x1B, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0x2B, 0x1B, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x48, 0x00, 0x4D, 0x2E, 0x1B, 0x60, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67,\n    0x73, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x11, 0x32, 0x1B,\n    0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x15, 0x35, 0x1B, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0x38, 0x1B, 0x09, 0xD1, 0xA5, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x4D, 0x3B, 0x1B, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x3F, 0x1B, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x57, 0x42, 0x1B, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x56, 0x45, 0x1B, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57,\n    0x48, 0x1B, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x4B, 0x1B,\n    0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x4E, 0x1B, 0x05, 0x00,\n    0x37, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x51, 0x1B, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x54, 0x1B, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x57, 0x1B, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x57, 0x5A, 0x1B, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x58, 0x5D, 0x1B, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56,\n    0x60, 0x1B, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x63, 0x1B,\n    0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x66, 0x1B, 0x60, 0x20,\n    0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x4A, 0x69, 0x1B, 0x00, 0x6D, 0x1B, 0x00,\n    0x70, 0x1B, 0x00, 0x4A, 0x77, 0x1B, 0x00, 0x7B, 0x1B, 0x00, 0x7E, 0x1B, 0x00, 0x85, 0x1B, 0x00,\n    0x90, 0x1B, 0x00, 0x01, 0x20, 0x20, 0x98, 0x1B, 0xC6, 0x1B, 0x00, 0xDF, 0x1B, 0x00, 0x00, 0x01,\n    0xE1, 0x1B, 0xEF, 0x1B, 0x00, 0xF1, 0x1B, 0x00, 0xF3, 0x1B, 0x00, 0xF5, 0x1B, 0x00, 0xF7, 0x1B,\n    0x00, 0x04, 0xF9, 0x1B, 0x22, 0x02, 0x31, 0x1C, 0x10, 0x3F, 0x1C, 0x1F, 0x1D, 0x00, 0x21, 0x1D,\n    0x00, 0x23, 0x1D, 0x00, 0x00, 0x25, 0x1D, 0x00, 0x22, 0x02, 0x27, 0x1D, 0x43, 0x1D, 0x00, 0x45,\n    0x1D, 0x00, 0x47, 0x1D, 0x00, 0x49, 0x1D, 0x4B, 0x1D, 0x4D, 0x1D, 0x00, 0x22, 0x02, 0x4F, 0x1D,\n    0x6B, 0x1D, 0x00, 0x6D, 0x1D, 0x00, 0x6F, 0x1D, 0x00, 0x71, 0x1D, 0x73, 0x1D, 0x75, 0x1D, 0x00,\n    0x77, 0x1D, 0x00, 0x7A, 0x1D, 0x89, 0x1D, 0x00, 0x8C, 0x1D, 0x9B, 0x1D, 0x00, 0x9E, 0x1D, 0xAD,\n    0x1D, 0x00, 0xB0, 0x1D, 0xBF, 0x1D, 0x00, 0xC2, 0x1D, 0xD1, 0x1D, 0x00, 0xD4, 0x1D, 0xE3, 0x1D,\n    0x00, 0xE6, 0x1D, 0xF5, 0x1D, 0x00, 0xF8, 0x1D, 0x07, 0x1E, 0x00, 0x0A, 0x1E, 0x19, 0x1E, 0x00,\n    0x1C, 0x1E, 0x2B, 0x1E, 0x00, 0x2E, 0x1E, 0x3D, 0x1E, 0x00, 0x40, 0x1E, 0x4F, 0x1E, 0x00, 0x52,\n    0x1E, 0x01, 0x61, 0x1E, 0x02, 0x6F, 0x1E, 0x8B, 0x1E, 0x00, 0x22, 0x02, 0x8D, 0x1E, 0x10, 0x9B,\n    0x1E, 0x7B, 0x1F, 0x00, 0x7D, 0x1F, 0x00, 0x7F, 0x1F, 0x00, 0x00, 0x81, 0x1F, 0x00, 0x83, 0x1F,\n    0x00, 0x8D, 0x1F, 0x00, 0x01, 0x94, 0x1F, 0x00, 0xA2, 0x1F, 0x00, 0xA4, 0x1F, 0x00, 0xA6, 0x1F,\n    0x00, 0xB0, 0x1F, 0x00, 0x01, 0xB7, 0x1F, 0x00, 0xC5, 0x1F, 0x00, 0xC7, 0x1F, 0x00, 0xC9, 0x1F,\n    0x00, 0xD3, 0x1F, 0x00, 0x01, 0xDA, 0x1F, 0x00, 0xE8, 0x1F, 0x00, 0xEA, 0x1F, 0x00, 0xEC, 0x1F,\n    0x00, 0xF6, 0x1F, 0x00, 0x01, 0xFD, 0x1F, 0x00, 0x0B, 0x20, 0x00, 0x0D, 0x20, 0x00, 0x0F, 0x20,\n    0x00, 0x29, 0x20, 0x5B, 0x20, 0x00, 0x69, 0x20, 0x01, 0x9B, 0x20, 0x05, 0xA9, 0x20, 0x05, 0xEF,\n    0x20, 0x02, 0x35, 0x21, 0x51, 0x21, 0x00, 0x52, 0x21, 0x00, 0x04, 0x53, 0x21, 0x8B, 0x21, 0x00,\n    0x02, 0x8F, 0x21, 0xAB, 0x21, 0x00, 0xB0, 0x21, 0x00, 0xB5, 0x21, 0x00, 0xB9, 0x21, 0x00, 0xBD,\n    0x21, 0x00, 0xC1, 0x21, 0x00, 0xC5, 0x21, 0x00, 0xC9, 0x21, 0x00, 0xCD, 0x21, 0x00, 0xD1, 0x21,\n    0x00, 0xD5, 0x21, 0x00, 0xD9, 0x21, 0x00, 0xDD, 0x21, 0x00, 0xE1, 0x21, 0x00, 0x02, 0xE5, 0x21,\n    0x01, 0x22, 0xD2, 0x15, 0x06, 0x22, 0x00, 0x02, 0x0A, 0x22, 0x02, 0x26, 0x22, 0x42, 0x22, 0xD2,\n    0x15, 0x47, 0x22, 0x00, 0x4C, 0x22, 0x00, 0x51, 0x22, 0x00, 0x55, 0x22, 0x00, 0x59, 0x22, 0x00,\n    0x5D, 0x22, 0x00, 0x61, 0x22, 0x00, 0x65, 0x22, 0x00, 0x69, 0x22, 0x00, 0x6D, 0x22, 0x00, 0x71,\n    0x22, 0x00, 0x75, 0x22, 0x00, 0x79, 0x22, 0x00, 0x7D, 0x22, 0x00, 0x81, 0x22, 0x00, 0x02, 0x85,\n    0x22, 0xA1, 0x22, 0x00, 0xA6, 0x22, 0x00, 0xAB, 0x22, 0x00, 0xAF, 0x22, 0x00, 0xB3, 0x22, 0x00,\n    0xB7, 0x22, 0x00, 0xBB, 0x22, 0x00, 0xBF, 0x22, 0x00, 0xC3, 0x22, 0x00, 0xC7, 0x22, 0x00, 0xCB,\n    0x22, 0x00, 0xCF, 0x22, 0x00, 0xD3, 0x22, 0x00, 0xD7, 0x22, 0x00, 0x02, 0xDB, 0x22, 0xF7, 0x22,\n    0xD2, 0x15, 0xFC, 0x22, 0x00, 0x02, 0x00, 0x23, 0x02, 0x1C, 0x23, 0x38, 0x23, 0xD2, 0x15, 0x3D,\n    0x23, 0x00, 0x42, 0x23, 0x00, 0x47, 0x23, 0x00, 0x4B, 0x23, 0x00, 0x4F, 0x23, 0x00, 0x53, 0x23,\n    0x00, 0x57, 0x23, 0x00, 0x5B, 0x23, 0x00, 0x5F, 0x23, 0x00, 0x63, 0x23, 0x00, 0x67, 0x23, 0x00,\n    0x6B, 0x23, 0x00, 0x6F, 0x23, 0x00, 0x73, 0x23, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00,\n    0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x43, 0x61,\n    0x6E, 0x63, 0x65, 0x6C, 0x00, 0x57, 0x65, 0x6C, 0x63, 0x6F, 0x6D, 0x65, 0x20, 0x74, 0x6F, 0x00,\n    0x45, 0x45, 0x5A, 0x20, 0x50, 0x53, 0x55, 0x00, 0x3C, 0x73, 0x65, 0x6C, 0x66, 0x2D, 0x74, 0x65,\n    0x73, 0x74, 0x20, 0x65, 0x72, 0x72, 0x6F, 0x72, 0x20, 0x74, 0x65, 0x78, 0x74, 0x20, 0x77, 0x69,\n    0x6C, 0x6C, 0x20, 0x62, 0x65, 0x20, 0x64, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x65, 0x64, 0x20,\n    0x68, 0x65, 0x72, 0x65, 0x3E, 0x00, 0x53, 0x65, 0x6C, 0x74, 0x2D, 0x74, 0x65, 0x73, 0x74, 0x20,\n    0x69, 0x73, 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x64, 0x3A, 0x00, 0x58,\n    0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x80, 0x00, 0x15, 0x77, 0x23, 0x50,\n    0x00, 0x3F, 0x00, 0x21, 0x00, 0x4C, 0x00, 0x51, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x1C, 0x00, 0x15, 0x7A, 0x23, 0x04, 0x5D, 0x1E, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x1C, 0x00, 0x3A, 0x7D, 0x23, 0x04, 0x5D, 0x1E, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00,\n    0x3C, 0x7E, 0x23, 0x04, 0x5D, 0x1E, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x38, 0x7F,\n    0x23, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x6C, 0x00, 0x15, 0x80, 0x23, 0x05,\n    0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x83, 0x23, 0x05, 0x00, 0x0A,\n    0x3C, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x86, 0x23, 0x05, 0x00, 0x0A, 0x78, 0x00,\n    0x00, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x89, 0x23, 0x05, 0x00, 0x0C, 0xB4, 0x00, 0x00, 0x00,\n    0x3C, 0x00, 0x24, 0x00, 0x46, 0x8C, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x24, 0x00, 0x3C, 0x00,\n    0x24, 0x00, 0x44, 0x8F, 0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00,\n    0x44, 0x92, 0x23, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x95,\n    0x23, 0x05, 0x00, 0x0D, 0xB4, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x46, 0x98, 0x23, 0x05,\n    0x00, 0x0A, 0x00, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x9B, 0x23, 0x05, 0x00, 0x0A,\n    0x3C, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0x9E, 0x23, 0x05, 0x00, 0x0A, 0x78, 0x00,\n    0x48, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xA1, 0x23, 0x05, 0x00, 0x0F, 0xB4, 0x00, 0x48, 0x00,\n    0x3C, 0x00, 0x24, 0x00, 0x46, 0xA4, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x6C, 0x00, 0x3C, 0x00,\n    0x24, 0x00, 0x44, 0xA7, 0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00,\n    0x44, 0xAA, 0x23, 0x05, 0x00, 0x11, 0x78, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x46, 0xAD,\n    0x23, 0x04, 0x1F, 0x12, 0xB4, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xB0, 0x23, 0x53,\n    0x00, 0x4D, 0x00, 0x4B, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00,\n    0xFC, 0x00, 0x15, 0xB1, 0x23, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0xFC, 0x00,\n    0x15, 0xB4, 0x23, 0x53, 0x00, 0x4D, 0x00, 0x4B, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x58, 0x00, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0xFC, 0x00, 0x15, 0xB7, 0x23, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0xFC, 0x00, 0x15, 0xBA, 0x23, 0x53, 0x00, 0x4D, 0x00, 0x4B,\n    0x00, 0x49, 0x00, 0x4A, 0x00, 0x58, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C,\n    0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74,\n    0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75,\n    0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00,\n    0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F,\n    0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74,\n    0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65,\n    0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20,\n    0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E,\n    0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C,\n    0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74,\n    0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00, 0x4D, 0x75,\n    0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F, 0x4B, 0x00,\n    0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74, 0x00, 0x4F,\n    0x4B, 0x00, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x6C, 0x69, 0x6E, 0x65, 0x20, 0x74, 0x65, 0x78, 0x74,\n    0x00, 0x03, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15, 0xBD, 0x23, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x24, 0x00, 0x09, 0xC0, 0x23, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x24, 0x00, 0x15, 0xC1, 0x23, 0x58, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x6C, 0x00, 0x15, 0xC4, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00,\n    0x00, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xC7, 0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x00, 0x00,\n    0x3C, 0x00, 0x24, 0x00, 0x44, 0xCA, 0x23, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x00, 0x00, 0x3C, 0x00,\n    0x24, 0x00, 0x44, 0xCD, 0x23, 0x05, 0x00, 0x0C, 0xB4, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x24, 0x00,\n    0x46, 0xD0, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xD3,\n    0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xD6, 0x23, 0x05,\n    0x00, 0x0A, 0x78, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xD9, 0x23, 0x05, 0x00, 0x0D,\n    0xB4, 0x00, 0x24, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x46, 0xDC, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00,\n    0x48, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xDF, 0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x48, 0x00,\n    0x3C, 0x00, 0x24, 0x00, 0x44, 0xE2, 0x23, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x48, 0x00, 0x3C, 0x00,\n    0x24, 0x00, 0x44, 0xE5, 0x23, 0x05, 0x00, 0x0F, 0xB4, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x24, 0x00,\n    0x46, 0xE8, 0x23, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xEB,\n    0x23, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xEE, 0x23, 0x05,\n    0x00, 0x11, 0x78, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x46, 0xF1, 0x23, 0x04, 0x1F, 0x12,\n    0xB4, 0x00, 0x6C, 0x00, 0x3C, 0x00, 0x24, 0x00, 0x44, 0xF4, 0x23, 0x53, 0x00, 0x4D, 0x00, 0x4B,\n    0x00, 0x58, 0x00, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6F, 0x72, 0x64, 0x3A, 0x00, 0x43, 0x68, 0x61,\n    0x6E, 0x67, 0x65, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x15,\n    0xF5, 0x23, 0x42, 0x00, 0x58, 0x00, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6F, 0x72, 0x64, 0x3A, 0x00,\n    0x43, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x20, 0x00, 0x15, 0xF8, 0x23, 0x42, 0x00, 0x58, 0x00, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6F, 0x72,\n    0x64, 0x3A, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x20, 0x00, 0x15, 0xFB, 0x23, 0x42, 0x00, 0x58, 0x00, 0x50, 0x61, 0x73, 0x73,\n    0x77, 0x6F, 0x72, 0x64, 0x3A, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x15, 0xFE, 0x23, 0x42, 0x00, 0x58, 0x00, 0x45,\n    0x6E, 0x74, 0x65, 0x72, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x74, 0x61, 0x6E, 0x64, 0x2D, 0x62, 0x79,\n    0x20, 0x6D, 0x6F, 0x64, 0x65, 0x2E, 0x2E, 0x2E, 0x00, 0x50, 0x72, 0x65, 0x73, 0x73, 0x20, 0x61,\n    0x6E, 0x64, 0x20, 0x68, 0x6F, 0x6C, 0x64, 0x20, 0x61, 0x6E, 0x79, 0x77, 0x68, 0x65, 0x72, 0x65,\n    0x20, 0x6F, 0x6E, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x74,\n    0x6F, 0x20, 0x77, 0x61, 0x6B, 0x65, 0x20, 0x75, 0x70, 0x2E, 0x00, 0x53, 0x74, 0x61, 0x6E, 0x64,\n    0x2D, 0x62, 0x79, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x50, 0x72, 0x65, 0x73, 0x73, 0x20, 0x61,\n    0x6E, 0x64, 0x20, 0x68, 0x6F, 0x6C, 0x64, 0x20, 0x61, 0x6E, 0x79, 0x77, 0x68, 0x65, 0x72, 0x65,\n    0x20, 0x6F, 0x6E, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x74,\n    0x6F, 0x20, 0x77, 0x61, 0x6B, 0x65, 0x20, 0x75, 0x70, 0x2E, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x01, 0x24, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x70, 0x00, 0x15, 0x04, 0x24, 0x07, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x40, 0x00,\n    0x08, 0x00, 0x1E, 0x07, 0x24, 0x05, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x40, 0x00, 0x16, 0x00,\n    0x31, 0x08, 0x24, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x32, 0x0B,\n    0x24, 0x05, 0x00, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x40, 0x00, 0x20, 0x00, 0x14, 0x0E, 0x24, 0x03,\n    0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x11, 0x24, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x70, 0x00, 0x40, 0x00, 0x0A, 0x00, 0x1E, 0x14, 0x24, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x78, 0x00, 0x40, 0x00, 0x16, 0x00, 0x31, 0x15, 0x24, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x32, 0x18, 0x24, 0x05, 0x00, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x14, 0x1B, 0x24, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x5A, 0x00, 0x40, 0x00, 0x18, 0x00,\n    0x20, 0x1E, 0x24, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x21,\n    0x24, 0x00, 0x00, 0x05, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x24,\n    0x24, 0x03, 0x9A, 0x00, 0x24, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x15, 0x27, 0x24, 0x04,\n    0x98, 0x00, 0x42, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1C, 0x00, 0x62, 0x2A, 0x24, 0x04, 0x99, 0x00,\n    0x82, 0x00, 0x00, 0x00, 0x50, 0x00, 0x1C, 0x00, 0x62, 0x2B, 0x24, 0x4F, 0x46, 0x46, 0x00, 0x04,\n    0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x50, 0x2C, 0x24, 0x04, 0x06, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x52, 0x2D, 0x24, 0x4C, 0x52, 0x69, 0x70, 0x00,\n    0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50,\n    0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50,\n    0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50,\n    0x00, 0x4F, 0x50, 0x50, 0x00, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00,\n    0x15, 0x2E, 0x24, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x28, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x31,\n    0x24, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0x34, 0x24, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3,\n    0x00, 0x6A, 0x00, 0x15, 0x37, 0x24, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x15, 0x3A, 0x24, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x24, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15,\n    0x3D, 0x24, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70,\n    0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50,\n    0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50,\n    0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50,\n    0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95, 0x00, 0x82, 0x00,\n    0x15, 0x40, 0x24, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95, 0x00, 0x82, 0x00, 0x15, 0x43,\n    0x24, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F,\n    0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F,\n    0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F,\n    0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x03, 0xA6, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0x46, 0x24, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x24, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x15, 0x49, 0x24, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00,\n    0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x70, 0x4C, 0x24, 0x0F, 0x13,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x70, 0x4F, 0x24, 0x03, 0xA6, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0x52, 0x24, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x24,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0x55, 0x24, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C, 0x52, 0x69,\n    0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F,\n    0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F,\n    0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F,\n    0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x03, 0x58, 0x24, 0x02, 0x82, 0x24, 0x3A, 0x3C, 0x38,\n    0x03, 0x9E, 0x24, 0xC8, 0x24, 0x00, 0xCA, 0x24, 0x00, 0xCC, 0x24, 0x00, 0xCE, 0x24, 0x00, 0xD0,\n    0x24, 0x00, 0xD2, 0x24, 0x00, 0xD4, 0x24, 0x00, 0xD6, 0x24, 0x00, 0xD8, 0x24, 0x00, 0xDA, 0x24,\n    0x00, 0xDC, 0x24, 0x00, 0xDE, 0x24, 0x00, 0xE0, 0x24, 0x00, 0xE2, 0x24, 0x00, 0xE4, 0x24, 0x00,\n    0x44, 0x03, 0xE6, 0x24, 0x05, 0x10, 0x25, 0x03, 0x56, 0x25, 0x05, 0x80, 0x25, 0x04, 0xC6, 0x25,\n    0x00, 0x03, 0xFE, 0x25, 0x03, 0x28, 0x26, 0x52, 0x26, 0x00, 0x54, 0x26, 0x00, 0x56, 0x26, 0x00,\n    0x58, 0x26, 0x00, 0x5A, 0x26, 0x00, 0x5C, 0x26, 0x00, 0x5E, 0x26, 0x00, 0x60, 0x26, 0x00, 0x62,\n    0x26, 0x00, 0x64, 0x26, 0x00, 0x66, 0x26, 0x00, 0x68, 0x26, 0x00, 0x6A, 0x26, 0x00, 0x6C, 0x26,\n    0x00, 0x6E, 0x26, 0x00, 0x44, 0x02, 0x70, 0x26, 0x02, 0x8C, 0x26, 0x02, 0xA8, 0x26, 0x02, 0xC4,\n    0x26, 0x01, 0xE0, 0x26, 0x03, 0xEE, 0x26, 0x00, 0x18, 0x27, 0x00, 0x1A, 0x27, 0x00, 0x23, 0x27,\n    0x00, 0x03, 0x2C, 0x27, 0x00, 0x56, 0x27, 0x00, 0x58, 0x27, 0x00, 0x61, 0x27, 0x00, 0x68, 0x27,\n    0x00, 0x01, 0x6F, 0x27, 0x7D, 0x27, 0x00, 0x02, 0x7E, 0x27, 0x62, 0x62, 0x50, 0x52, 0x02, 0x9A,\n    0x27, 0x02, 0xB6, 0x27, 0x03, 0xD2, 0x27, 0x03, 0xFC, 0x27, 0x02, 0x26, 0x28, 0x02, 0x42, 0x28,\n    0x03, 0x5E, 0x28, 0x03, 0x88, 0x28, 0x02, 0xB2, 0x28, 0x02, 0xCE, 0x28, 0x6C, 0x14, 0x6E, 0x71,\n    0x14, 0x71, 0x02, 0xEA, 0x28, 0x02, 0x06, 0x29, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0,\n    0x00, 0x80, 0x00, 0x1E, 0x22, 0x29, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x80,\n    0x00, 0x15, 0x23, 0x29, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x80, 0x00, 0x0F,\n    0x26, 0x29, 0x05, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x20, 0x29, 0x29,\n    0x07, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0xD4, 0x00, 0x1C, 0x00, 0x1E, 0x2C, 0x29, 0x03, 0x04,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x15, 0x2D, 0x29, 0x04, 0x07, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0x78, 0x00, 0x24, 0x00, 0x27, 0x30, 0x29, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x48,\n    0x00, 0x78, 0x00, 0x24, 0x00, 0x27, 0x31, 0x29, 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x3C, 0x00,\n    0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x43, 0x00, 0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x4F, 0x00,\n    0x30, 0x00, 0x2E, 0x00, 0x2D, 0x00, 0x04, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x48,\n    0x00, 0x2F, 0x32, 0x29, 0x06, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x8C, 0x00, 0xB4, 0x00, 0x22,\n    0x33, 0x29, 0x02, 0x02, 0x00, 0x8C, 0x00, 0x48, 0x00, 0x3C, 0x00, 0xAC, 0x00, 0x15, 0x35, 0x29,\n    0x04, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3C, 0x00, 0x2F, 0x38, 0x29, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x3C, 0x00, 0x8C, 0x00, 0x9C, 0x00, 0x22, 0x39, 0x29, 0x02, 0x02, 0x00, 0x8C,\n    0x00, 0x3C, 0x00, 0x3C, 0x00, 0xAC, 0x00, 0x15, 0x3B, 0x29, 0x05, 0x00, 0x08, 0x08, 0x00, 0xD8,\n    0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x3E, 0x29, 0x05, 0x00, 0x09, 0x68, 0x00, 0xD8, 0x00, 0x60,\n    0x00, 0x24, 0x00, 0x54, 0x41, 0x29, 0x04, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x48,\n    0x00, 0x2F, 0x44, 0x29, 0x06, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x8C, 0x00, 0xB4, 0x00, 0x22,\n    0x45, 0x29, 0x02, 0x02, 0x00, 0x8C, 0x00, 0x48, 0x00, 0x3C, 0x00, 0xAC, 0x00, 0x15, 0x47, 0x29,\n    0x04, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3C, 0x00, 0x2F, 0x4A, 0x29, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x3C, 0x00, 0x8C, 0x00, 0x9C, 0x00, 0x22, 0x4B, 0x29, 0x02, 0x02, 0x00, 0x8C,\n    0x00, 0x3C, 0x00, 0x3C, 0x00, 0xAC, 0x00, 0x15, 0x4D, 0x29, 0x05, 0x00, 0x08, 0x00, 0x00, 0xD8,\n    0x00, 0x64, 0x00, 0x24, 0x00, 0x54, 0x50, 0x29, 0x05, 0x00, 0x09, 0x64, 0x00, 0xD8, 0x00, 0x66,\n    0x00, 0x24, 0x00, 0x54, 0x53, 0x29, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C,\n    0x00, 0x1E, 0x56, 0x29, 0x04, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x3A,\n    0x57, 0x29, 0x04, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x3C, 0x58, 0x29,\n    0x04, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x38, 0x59, 0x29, 0x09, 0x00,\n    0x58, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x24, 0x00, 0x08, 0x5A, 0x29, 0x09, 0x00, 0x59, 0x24,\n    0x00, 0x00, 0x00, 0x24, 0x00, 0x24, 0x00, 0x08, 0x5E, 0x29, 0x04, 0x64, 0x00, 0x48, 0x00, 0x00,\n    0x00, 0x84, 0x00, 0x24, 0x00, 0x0D, 0x62, 0x29, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78,\n    0x00, 0x24, 0x00, 0x15, 0x63, 0x29, 0x04, 0x07, 0x00, 0x00, 0x00, 0x24, 0x00, 0x78, 0x00, 0x24,\n    0x00, 0x27, 0x66, 0x29, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x48, 0x00, 0x78, 0x00, 0x24, 0x00, 0x27,\n    0x67, 0x29, 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x3C, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00,\n    0x43, 0x00, 0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x4F, 0x00, 0x30, 0x00, 0x2E, 0x00, 0x2D, 0x00,\n    0x05, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x32, 0x68, 0x29, 0x03, 0x38,\n    0x26, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x15, 0x6B, 0x29, 0x05, 0x32, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x32, 0x6E, 0x29, 0x03, 0x38, 0x26, 0x78, 0x00, 0x00,\n    0x00, 0x78, 0x00, 0x20, 0x00, 0x15, 0x71, 0x29, 0x05, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78,\n    0x00, 0x20, 0x00, 0x32, 0x74, 0x29, 0x03, 0x38, 0x26, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20,\n    0x00, 0x15, 0x77, 0x29, 0x05, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x32,\n    0x7A, 0x29, 0x03, 0x38, 0x26, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x15, 0x7D, 0x29,\n    0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x80, 0x29, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x1E, 0x83, 0x29, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x84, 0x29, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x70, 0x00, 0x1E, 0x87, 0x29, 0x81, 0x00, 0x43, 0x6F, 0x75, 0x70, 0x6C, 0x65,\n    0x64, 0x3A, 0x00, 0x50, 0x61, 0x72, 0x61, 0x6C, 0x6C, 0x65, 0x6C, 0x00, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x1E, 0x88, 0x29, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x89, 0x29, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x70, 0x00, 0x1E, 0x8C, 0x29, 0x81, 0x00, 0x43, 0x6F, 0x75, 0x70, 0x6C, 0x65, 0x64, 0x3A,\n    0x00, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00, 0x8A, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x00, 0x03,\n    0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x8D, 0x29, 0x00, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x62, 0x90, 0x29, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x62, 0x93, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x96, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x28, 0x00, 0x15, 0x99, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28,\n    0x00, 0x15, 0x9C, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15,\n    0x9F, 0x29, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x32, 0x00, 0x06, 0xA2, 0x29,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0xC3, 0x00, 0x06, 0x00, 0x1E, 0xA8, 0x29, 0x0D, 0x14,\n    0x01, 0x00, 0x00, 0x38, 0x00, 0xC3, 0x00, 0x32, 0x00, 0x01, 0xA9, 0x29, 0x0D, 0x13, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0xC3, 0x00, 0x32, 0x00, 0x07, 0xAF, 0x29, 0x07, 0x00, 0x00, 0x00, 0x00, 0x32,\n    0x00, 0xC3, 0x00, 0x06, 0x00, 0x1E, 0xB5, 0x29, 0x0D, 0x14, 0x01, 0x00, 0x00, 0x38, 0x00, 0xC3,\n    0x00, 0x32, 0x00, 0x07, 0xB6, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x15, 0xBC, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15,\n    0xBF, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xC2, 0x29,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xC5, 0x29, 0x0D, 0x13,\n    0x01, 0x02, 0x00, 0x00, 0x00, 0x41, 0x00, 0x82, 0x00, 0x06, 0xC8, 0x29, 0x07, 0x00, 0x00, 0x43,\n    0x00, 0x00, 0x00, 0x0A, 0x00, 0x82, 0x00, 0x1E, 0xCE, 0x29, 0x0D, 0x14, 0x01, 0x4D, 0x00, 0x00,\n    0x00, 0x41, 0x00, 0x82, 0x00, 0x01, 0xCF, 0x29, 0x0D, 0x13, 0x01, 0x02, 0x00, 0x00, 0x00, 0x41,\n    0x00, 0x82, 0x00, 0x07, 0xD5, 0x29, 0x07, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x82,\n    0x00, 0x1E, 0xDB, 0x29, 0x0D, 0x14, 0x01, 0x4D, 0x00, 0x00, 0x00, 0x41, 0x00, 0x82, 0x00, 0x07,\n    0xDC, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE2, 0x29,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE5, 0x29, 0x03, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE8, 0x29, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xEB, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xEE, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x15, 0xF1, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x15, 0xF4, 0x29, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15,\n    0xF7, 0x29, 0x00, 0x04, 0xFA, 0x29, 0x32, 0x2A, 0x00, 0x38, 0x2A, 0x00, 0x00, 0x02, 0x3A, 0x2A,\n    0x27, 0x27, 0x2F, 0x56, 0x2A, 0x01, 0x95, 0x2A, 0x2F, 0xA3, 0x2A, 0x01, 0xF0, 0x2A, 0xFE, 0x2A,\n    0x00, 0x04, 0x2B, 0x00, 0x2F, 0x0E, 0x2B, 0x01, 0x82, 0x2B, 0x2F, 0x90, 0x2B, 0x01, 0xDD, 0x2B,\n    0xEB, 0x2B, 0x00, 0xF1, 0x2B, 0x00, 0x00, 0x3A, 0x3C, 0x38, 0xFB, 0x2B, 0x62, 0x0A, 0xFD, 0x2B,\n    0x63, 0x0A, 0x15, 0x02, 0xFF, 0x2B, 0x27, 0x27, 0x1B, 0x2C, 0x00, 0x02, 0x1C, 0x2C, 0x38, 0x2C,\n    0x00, 0x02, 0x39, 0x2C, 0x55, 0x2C, 0x00, 0x02, 0x56, 0x2C, 0x72, 0x2C, 0x00, 0x02, 0x73, 0x2C,\n    0x03, 0x8F, 0x2C, 0x00, 0x02, 0xB9, 0x2C, 0x00, 0x00, 0x02, 0xD5, 0x2C, 0x00, 0x03, 0xF1, 0x2C,\n    0x1B, 0x2D, 0x00, 0x1F, 0x2D, 0x00, 0x02, 0x22, 0x2D, 0x02, 0x3E, 0x2D, 0x02, 0x5A, 0x2D, 0x02,\n    0x76, 0x2D, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02, 0x01,\n    0x04, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02, 0x02, 0x92, 0x2D, 0x02,\n    0xAE, 0x2D, 0x02, 0xCA, 0x2D, 0x02, 0xE6, 0x2D, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x04,\n    0x05, 0x0C, 0x03, 0x0F, 0x02, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x04, 0x05, 0x0C, 0x03,\n    0x0F, 0x02, 0x02, 0x02, 0x2E, 0x02, 0x1E, 0x2E, 0x02, 0x3A, 0x2E, 0x02, 0x56, 0x2E, 0x02, 0x72,\n    0x2E, 0x02, 0x8E, 0x2E, 0x02, 0xAA, 0x2E, 0x02, 0xC6, 0x2E, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x58, 0x00, 0x15, 0xE2, 0x2E, 0x03, 0x01, 0x00, 0x00, 0x00, 0x58, 0x00, 0x6A,\n    0x00, 0x28, 0x00, 0x15, 0xE5, 0x2E, 0x03, 0x01, 0x00, 0x6A, 0x00, 0x58, 0x00, 0x6A, 0x00, 0x28,\n    0x00, 0x15, 0xE8, 0x2E, 0x05, 0x00, 0x1F, 0xD4, 0x00, 0x58, 0x00, 0x1C, 0x00, 0x28, 0x00, 0x20,\n    0xEB, 0x2E, 0x45, 0x52, 0x52, 0x4F, 0x52, 0x00, 0x83, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x78, 0x00, 0x24, 0x00, 0x27, 0xEE, 0x2E, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78,\n    0x00, 0x24, 0x00, 0x15, 0xF1, 0x2E, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69, 0x76,\n    0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x20, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x75, 0x70, 0x2F,\n    0x64, 0x6F, 0x77, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20, 0x76,\n    0x61, 0x6C, 0x75, 0x65, 0x20, 0x73, 0x74, 0x65, 0x70, 0x20, 0x69, 0x6E, 0x20, 0x61, 0x20, 0x74,\n    0x69, 0x6D, 0x65, 0x2E, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x5A, 0x00,\n    0x15, 0xF4, 0x2E, 0x4E, 0x6F, 0x6E, 0x2D, 0x69, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69,\n    0x76, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x20, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x75, 0x70,\n    0x2F, 0x64, 0x6F, 0x77, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20,\n    0x76, 0x61, 0x6C, 0x75, 0x65, 0x2E, 0x0A, 0x53, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x20, 0x45, 0x6E,\n    0x74, 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x72, 0x6D, 0x2E, 0x00,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x4E, 0x00, 0x15, 0xF7, 0x2E, 0x7E, 0x20,\n    0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x49, 0x6E,\n    0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x20,\n    0x4D, 0x6F, 0x76, 0x65, 0x20, 0x75, 0x70, 0x2F, 0x64, 0x6F, 0x77, 0x6E, 0x20, 0x74, 0x6F, 0x20,\n    0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x2E, 0x0A, 0x55, 0x73,\n    0x65, 0x20, 0x6C, 0x65, 0x66, 0x74, 0x6D, 0x6F, 0x73, 0x74, 0x20, 0x70, 0x6F, 0x73, 0x2E, 0x20,\n    0x66, 0x6F, 0x72, 0x20, 0x63, 0x6F, 0x61, 0x72, 0x73, 0x65, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x72,\n    0x69, 0x67, 0x68, 0x6D, 0x6F, 0x73, 0x74, 0x20, 0x70, 0x6F, 0x73, 0x2E, 0x20, 0x66, 0x6F, 0x72,\n    0x20, 0x66, 0x69, 0x6E, 0x65, 0x20, 0x61, 0x64, 0x6A, 0x75, 0x73, 0x74, 0x6D, 0x65, 0x6E, 0x74,\n    0x2E, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x5A, 0x00, 0x15, 0xFA, 0x2E,\n    0x4E, 0x6F, 0x6E, 0x2D, 0x69, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20,\n    0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x20, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x75, 0x70, 0x2F, 0x64, 0x6F,\n    0x77, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20, 0x76, 0x61, 0x6C,\n    0x75, 0x65, 0x2E, 0x0A, 0x53, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x20, 0x45, 0x6E, 0x74, 0x65, 0x72,\n    0x20, 0x74, 0x6F, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x72, 0x6D, 0x2E, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x4E, 0x00, 0x15, 0xFD, 0x2E, 0x7E, 0x20, 0x53, 0x65, 0x74,\n    0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x28, 0x00, 0x29, 0x00, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x27, 0x00, 0x2F, 0x03, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x15, 0x03, 0x2F, 0x00, 0x05, 0x00, 0x26, 0x00,\n    0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x06, 0x2F, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00,\n    0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x09, 0x2F, 0x00, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00,\n    0x78, 0x00, 0x20, 0x00, 0x2A, 0x0C, 0x2F, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00,\n    0x20, 0x00, 0x2A, 0x0F, 0x2F, 0x00, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20,\n    0x00, 0x2A, 0x12, 0x2F, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A,\n    0x15, 0x2F, 0x00, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x18,\n    0x2F, 0x05, 0x00, 0x26, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x20, 0x00, 0x2A, 0x1B, 0x2F, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x1E, 0x2F, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x21, 0x2F, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x24, 0x2F, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x20, 0x00, 0x15, 0x27, 0x2F, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00,\n    0x3C, 0x00, 0x15, 0x2A, 0x2F, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00,\n    0x15, 0x2D, 0x2F, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0x30,\n    0x2F, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x33, 0x2F, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x36, 0x2F, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x39, 0x2F, 0x4F, 0x66, 0x66, 0x00, 0x4F,\n    0x6E, 0x00, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x27, 0x3C, 0x2F,\n    0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x4D, 0x3D, 0x2F, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B, 0x3E, 0x2F, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B, 0x3F, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x28, 0x00, 0x27, 0x40, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x28, 0x00, 0x4D, 0x41, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28,\n    0x00, 0x5B, 0x42, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B,\n    0x43, 0x2F, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x44, 0x2F,\n    0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x45, 0x2F, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x46, 0x2F, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x47, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x48, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x4D, 0x49, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x5B, 0x4A, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B,\n    0x4B, 0x2F, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x4C, 0x2F,\n    0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x4D, 0x2F, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x4E, 0x2F, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x4F, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x50, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x4D, 0x51, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x5B, 0x52, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B,\n    0x53, 0x2F, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x54, 0x2F,\n    0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x55, 0x2F, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x56, 0x2F, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x57, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x58, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x4D, 0x59, 0x2F, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x5B, 0x5A, 0x2F, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B,\n    0x5B, 0x2F, 0x02, 0x5C, 0x2F, 0x02, 0x78, 0x2F, 0x02, 0x94, 0x2F, 0xB0, 0x2F, 0x00, 0xB2, 0x2F,\n    0x00, 0x02, 0xB6, 0x2F, 0x03, 0xD2, 0x2F, 0x03, 0xFC, 0x2F, 0x03, 0x26, 0x30, 0x03, 0x50, 0x30,\n    0x7A, 0x30, 0x00, 0x02, 0x7E, 0x30, 0x9A, 0x30, 0x00, 0xA5, 0x30, 0x00, 0xB4, 0x30, 0x00, 0xBF,\n    0x30, 0x00, 0xCE, 0x30, 0x00, 0xD9, 0x30, 0x00, 0xE8, 0x30, 0x00, 0xF3, 0x30, 0x00, 0x01, 0x02,\n    0x31, 0x02, 0x10, 0x31, 0x01, 0x2C, 0x31, 0x02, 0x3A, 0x31, 0x02, 0x56, 0x31, 0x02, 0x72, 0x31,\n    0x02, 0x8E, 0x31, 0x01, 0xAA, 0x31, 0x02, 0xB8, 0x31, 0x01, 0xD4, 0x31, 0x53, 0x53, 0x5C, 0x5C,\n    0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C,\n    0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x05, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0x00, 0x58, 0x00, 0x10, 0xE2, 0x31, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x58, 0x00, 0x15, 0xE5, 0x31, 0x04, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6A,\n    0x00, 0x28, 0x00, 0x15, 0xE8, 0x31, 0x04, 0x07, 0x02, 0x00, 0x00, 0x00, 0x00, 0x6A, 0x00, 0x28,\n    0x00, 0x4D, 0xE9, 0x31, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6A, 0x00, 0x28, 0x00, 0x15,\n    0xEA, 0x31, 0x04, 0x0C, 0x02, 0x00, 0x00, 0x00, 0x00, 0x6A, 0x00, 0x28, 0x00, 0x4D, 0xEB, 0x31,\n    0x60, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24,\n    0x00, 0x27, 0xEC, 0x31, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x34,\n    0xED, 0x31, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x15, 0xEE, 0x31,\n    0x04, 0x07, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x33, 0xF1, 0x31, 0x04, 0x0C,\n    0x00, 0x00, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x33, 0xF2, 0x31, 0x03, 0x04, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x15, 0xF3, 0x31, 0x04, 0x07, 0x00, 0x00, 0x00, 0x1A,\n    0x00, 0x3C, 0x00, 0x1A, 0x00, 0x33, 0xF6, 0x31, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x34, 0x00, 0x3C,\n    0x00, 0x1A, 0x00, 0x33, 0xF7, 0x31, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E,\n    0x00, 0x15, 0xF8, 0x31, 0x04, 0x07, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x33,\n    0xFB, 0x31, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x33, 0xFC, 0x31,\n    0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x15, 0xFD, 0x31, 0x04, 0x07,\n    0x00, 0x00, 0x00, 0x1A, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x33, 0x00, 0x32, 0x04, 0x0C, 0x00, 0x00,\n    0x00, 0x34, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x33, 0x01, 0x32, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x27, 0x02, 0x32, 0x04, 0x06, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x78, 0x00, 0x24, 0x00, 0x34, 0x03, 0x32, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72,\n    0x61, 0x74, 0x65, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61,\n    0x74, 0x65, 0x64, 0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x64, 0x00, 0x4E,\n    0x6F, 0x74, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x64, 0x00, 0x43, 0x61,\n    0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x63, 0x61, 0x6C,\n    0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x64, 0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74,\n    0x65, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65,\n    0x64, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0x04, 0x32,\n    0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0x05, 0x32, 0x03, 0xD1,\n    0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0x08, 0x32, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0x0B, 0x32, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0x0C, 0x32, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x15, 0x0F, 0x32, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C,\n    0x00, 0x15, 0x12, 0x32, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C,\n    0x15, 0x32, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0x19, 0x32,\n    0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0x1C, 0x32, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0x1F, 0x32, 0x09, 0xD1, 0xA5, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C, 0x22, 0x32, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0x26, 0x32, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x15, 0x27, 0x32, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C,\n    0x00, 0x15, 0x2A, 0x32, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E,\n    0x2D, 0x32, 0x2E, 0x32, 0x00, 0x02, 0x32, 0x32, 0x15, 0x4D, 0x15, 0x4D, 0x27, 0x34, 0x02, 0x4E,\n    0x32, 0x33, 0x33, 0x02, 0x6A, 0x32, 0x33, 0x33, 0x02, 0x86, 0x32, 0x33, 0x33, 0x02, 0xA2, 0x32,\n    0x33, 0x33, 0x27, 0x34, 0x00, 0x02, 0xBE, 0x32, 0x02, 0xDA, 0x32, 0x00, 0xF6, 0x32, 0x00, 0x02,\n    0xFA, 0x32, 0x02, 0x16, 0x33, 0x32, 0x33, 0xD2, 0x31, 0x37, 0x33, 0x00, 0x02, 0x3B, 0x33, 0x02,\n    0x57, 0x33, 0x73, 0x33, 0xD2, 0x31, 0x00, 0x02, 0x78, 0x33, 0x02, 0x94, 0x33, 0x00, 0x4F, 0x46,\n    0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x58, 0x00, 0x4E, 0xB0, 0x33,\n    0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x58, 0x00, 0x4F, 0xB1, 0x33, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x33, 0xB2, 0x33, 0x03, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x15, 0xB5, 0x33, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x3C, 0x00, 0x1A, 0x00, 0x33, 0xB8, 0x33, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C,\n    0x00, 0x1A, 0x00, 0x15, 0xBB, 0x33, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E,\n    0x00, 0x33, 0xBE, 0x33, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x15,\n    0xC1, 0x33, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x33, 0xC4, 0x33,\n    0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A, 0x00, 0x15, 0xC7, 0x33, 0x05, 0x00,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0xCA, 0x33, 0x03, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0xCD, 0x33, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0xD0, 0x33, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x3C, 0x00, 0x2C, 0xD3, 0x33, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0xD7, 0x33, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x2B, 0xD8, 0x33, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x15, 0xD9, 0x33, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15,\n    0xDC, 0x33, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0xDF, 0x33, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x20, 0x00, 0x2B, 0xE0, 0x33, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x15, 0xE1, 0x33, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x15, 0xE4, 0x33, 0x93, 0x54, 0x52, 0x47, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x2B, 0xE7, 0x33, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20,\n    0x00, 0x15, 0xEA, 0x33, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15,\n    0xED, 0x33, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C, 0xF0, 0x33,\n    0x4E, 0x4F, 0xF4, 0x33, 0x00, 0x02, 0xF8, 0x33, 0x14, 0x34, 0x00, 0x02, 0x18, 0x34, 0x34, 0x34,\n    0x00, 0x02, 0x38, 0x34, 0x54, 0x34, 0x00, 0x02, 0x58, 0x34, 0x74, 0x34, 0x00, 0x02, 0x78, 0x34,\n    0x02, 0x94, 0x34, 0xB0, 0x34, 0xD2, 0x31, 0x2B, 0x2B, 0x02, 0xB5, 0x34, 0x02, 0xD1, 0x34, 0x2B,\n    0x2B, 0x02, 0xED, 0x34, 0x02, 0x09, 0x35, 0x25, 0x35, 0x00, 0x02, 0x29, 0x35, 0x02, 0x45, 0x35,\n    0x61, 0x35, 0xD2, 0x31, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C,\n    0x00, 0x1E, 0x00, 0x33, 0x66, 0x35, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E,\n    0x00, 0x35, 0x67, 0x35, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C,\n    0x00, 0x1A, 0x00, 0x33, 0x68, 0x35, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A,\n    0x00, 0x35, 0x69, 0x35, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C,\n    0x00, 0x1E, 0x00, 0x33, 0x6A, 0x35, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1E,\n    0x00, 0x35, 0x6B, 0x35, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C,\n    0x00, 0x1A, 0x00, 0x33, 0x6C, 0x35, 0x04, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1A,\n    0x00, 0x35, 0x6D, 0x35, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x2B, 0x6E, 0x35, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20,\n    0x00, 0x2B, 0x6F, 0x35, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15,\n    0x70, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x73, 0x35,\n    0x93, 0x54, 0x52, 0x47, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x15, 0x76, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x79,\n    0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x7C, 0x35, 0x03,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x7F, 0x35, 0x03, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x82, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x85, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x15, 0x88, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x15, 0x8B, 0x35, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x20, 0x00, 0x2B, 0x8E, 0x35, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x2B, 0x8F, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x15, 0x90, 0x35, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x93,\n    0x35, 0x93, 0x54, 0x52, 0x47, 0x00, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x2B, 0x2B,\n    0x02, 0x96, 0x35, 0x02, 0xB2, 0x35, 0x02, 0xCE, 0x35, 0x02, 0xEA, 0x35, 0x02, 0x06, 0x36, 0x02,\n    0x22, 0x36, 0x02, 0x3E, 0x36, 0x02, 0x5A, 0x36, 0x02, 0x76, 0x36, 0x02, 0x92, 0x36, 0x2B, 0x2B,\n    0x02, 0xAE, 0x36, 0x02, 0xCA, 0x36, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x15, 0xE6, 0x36, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x4C,\n    0xE9, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xEA, 0x36,\n    0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xEB, 0x36, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xEC, 0x36, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xED, 0x36, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xEE, 0x36, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x1E, 0x00, 0x5D, 0xEF, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x33, 0xF0, 0x36, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B,\n    0xF1, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xF2, 0x36,\n    0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xF3, 0x36, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xF4, 0x36, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xF5, 0x36, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xF6, 0x36, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x1E, 0x00, 0x5D, 0xF7, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x33, 0xF8, 0x36, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B,\n    0xF9, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xFA, 0x36,\n    0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xFB, 0x36, 0x04, 0x0B,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xFC, 0x36, 0x04, 0x0B, 0x02, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xFD, 0x36, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xFE, 0x36, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x1E, 0x00, 0x2B, 0xFF, 0x36, 0x02, 0x00, 0x37, 0x4C, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D,\n    0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D,\n    0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0x1C, 0x37, 0x04, 0x0B,\n    0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0x1D, 0x37, 0x2D, 0x2D\n};\n#elif DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\n// DOCUMENT DEFINITION\nconst uint8_t document[48513] = {\n    0x07, 0x06, 0x00, 0x4E, 0x1B, 0x00, 0x03, 0x5F, 0x04, 0x01, 0x89, 0x04, 0x03, 0x97, 0x04, 0x0E,\n    0xC1, 0x04, 0x0C, 0x85, 0x05, 0x0E, 0x2D, 0x06, 0x0C, 0xF1, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x99, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0xA0, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0xA7, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0xAE, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xB5,\n    0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xBC, 0x07, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xC3, 0x07, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xCA, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xD1, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0xD8, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0xDF, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0xE6, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xED,\n    0x07, 0x01, 0x00, 0x00, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x3E, 0xF4, 0x07, 0x01,\n    0x00, 0x00, 0x14, 0x00, 0x40, 0x00, 0x18, 0x01, 0x70, 0x00, 0x3E, 0xFB, 0x07, 0x01, 0x00, 0x00,\n    0x14, 0x00, 0x40, 0x00, 0x18, 0x01, 0x64, 0x00, 0x6A, 0x02, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00,\n    0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x36, 0x09, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00, 0x40, 0x00,\n    0x18, 0x01, 0x70, 0x00, 0x36, 0x10, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01,\n    0x70, 0x00, 0x36, 0x17, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x30, 0x00,\n    0x36, 0x1E, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x40, 0x25,\n    0x08, 0x01, 0x00, 0x00, 0x14, 0x00, 0x40, 0x00, 0x18, 0x01, 0x70, 0x00, 0x40, 0x2C, 0x08, 0x01,\n    0x00, 0x00, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x40, 0x33, 0x08, 0x01, 0x00, 0x00,\n    0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x79, 0x3A, 0x08, 0x01, 0x00, 0x00, 0x14, 0x00,\n    0x4C, 0x00, 0x18, 0x01, 0x58, 0x00, 0x7D, 0x41, 0x08, 0x01, 0x00, 0x00, 0x28, 0x00, 0x3A, 0x00,\n    0xF0, 0x00, 0x7C, 0x00, 0x7D, 0x48, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0x4F, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0x56, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x5D,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x64, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x6B, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x72, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x79, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0x80, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0x87, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0x8E, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x95,\n    0x08, 0x01, 0x00, 0x00, 0x4E, 0x00, 0x4C, 0x00, 0xA4, 0x00, 0x58, 0x00, 0x72, 0x9C, 0x08, 0x01,\n    0x00, 0x00, 0x19, 0x00, 0x2C, 0x00, 0x0E, 0x01, 0x98, 0x00, 0x72, 0xA3, 0x08, 0x01, 0x00, 0x00,\n    0x4A, 0x00, 0x3C, 0x00, 0xAC, 0x00, 0x78, 0x00, 0x72, 0xAA, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xB1, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0xB8, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x2A, 0xBF, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x2A, 0xC6, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xCD,\n    0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xD4, 0x08, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xDB, 0x08, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xE2, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xE9, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0xF0, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0xF7, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0xFE, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x05,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x0C, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x13, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x1A, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x21, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0x28, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0x2F, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0x36, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x3D,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x44, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x4B, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x52, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x59, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0x60, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01,\n    0xF0, 0x00, 0x15, 0x67, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0x6E, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x75,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x7C, 0x09, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x83, 0x09, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x8A, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0x91, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xF0, 0x00, 0x15, 0x98, 0x09, 0x01, 0x00, 0x00, 0x57, 0x00, 0x20, 0x00, 0x92, 0x00,\n    0xA2, 0x00, 0x72, 0x9F, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00,\n    0x15, 0xA6, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x15, 0xAD,\n    0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xF0, 0x00, 0x75, 0xB4, 0x09, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x5C, 0x00, 0x40, 0x00, 0x14, 0x00, 0x1E, 0xBB, 0x09, 0x07, 0x00, 0x00,\n    0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0xCC, 0x00, 0x1E, 0xBC, 0x09, 0x03, 0x71, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0xBD, 0x09, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x01, 0x1C, 0x00, 0x15, 0xC0, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5E, 0x00,\n    0x1D, 0x00, 0x32, 0xC3, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x5E, 0x00, 0x1B, 0x00,\n    0x1E, 0xC6, 0x09, 0x02, 0x02, 0x00, 0x5E, 0x00, 0x00, 0x00, 0xD2, 0x00, 0x38, 0x00, 0x15, 0xC7,\n    0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x0E, 0x00, 0x1E, 0xCA, 0x09, 0x07,\n    0x00, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x70, 0x00, 0x0A, 0x00, 0x1E, 0xCB, 0x09, 0x03, 0x04, 0x00,\n    0x30, 0x00, 0x0E, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x15, 0xCC, 0x09, 0x03, 0x15, 0x00, 0x00, 0x00,\n    0x0E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xCF, 0x09, 0x03, 0x17, 0x00, 0x00, 0x00, 0x26, 0x00,\n    0x30, 0x00, 0x18, 0x00, 0x15, 0xD2, 0x09, 0x03, 0x16, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x15, 0xD5, 0x09, 0x03, 0x19, 0x00, 0x00, 0x00, 0x56, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x15, 0xD8, 0x09, 0x03, 0x18, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xDB,\n    0x09, 0x03, 0xD1, 0x00, 0xCB, 0x00, 0x0A, 0x00, 0x75, 0x00, 0x50, 0x00, 0x15, 0xDE, 0x09, 0x07,\n    0x00, 0x00, 0xD0, 0x00, 0x5A, 0x00, 0x70, 0x00, 0x0A, 0x00, 0x1E, 0xE1, 0x09, 0x05, 0x00, 0x1F,\n    0x30, 0x00, 0x64, 0x00, 0x9B, 0x00, 0x22, 0x00, 0x25, 0xE2, 0x09, 0x07, 0x00, 0x00, 0xCB, 0x00,\n    0x7C, 0x00, 0x75, 0x00, 0x0A, 0x00, 0x1E, 0xE5, 0x09, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x5A, 0x00,\n    0x75, 0x00, 0x22, 0x00, 0x15, 0xE6, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x86, 0x00, 0x40, 0x01,\n    0x04, 0x00, 0x1E, 0xE7, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x05, 0x00,\n    0x1E, 0xE8, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x08, 0x00, 0x6A, 0x00, 0x1E, 0xE9,\n    0x09, 0x03, 0x04, 0x00, 0x08, 0x00, 0x05, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0xEA, 0x09, 0x03,\n    0xD1, 0x00, 0xCB, 0x00, 0x04, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0xED, 0x09, 0x04, 0x11, 0x00,\n    0xCB, 0x00, 0x4C, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xF0, 0x09, 0x03, 0x15, 0x00, 0x00, 0x00,\n    0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0xF1, 0x09, 0x03, 0x17, 0x00, 0x2D, 0x00, 0x72, 0x00,\n    0x2D, 0x00, 0x18, 0x00, 0x15, 0xF4, 0x09, 0x03, 0x16, 0x00, 0x5A, 0x00, 0x72, 0x00, 0x2D, 0x00,\n    0x18, 0x00, 0x15, 0xF7, 0x09, 0x03, 0x19, 0x00, 0x87, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00,\n    0x15, 0xFA, 0x09, 0x03, 0x18, 0x00, 0xB4, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0xFD,\n    0x09, 0x05, 0x00, 0x1F, 0xE1, 0x00, 0x72, 0x00, 0x5F, 0x00, 0x18, 0x00, 0x25, 0x00, 0x0A, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x6F, 0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0x03, 0x0A, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x04, 0x00, 0x1E, 0x04, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x04, 0x00, 0x3E, 0x00, 0x0A, 0x00, 0x1E, 0x05, 0x0A, 0x03, 0x04, 0x00, 0x36, 0x00, 0x04, 0x00,\n    0x95, 0x00, 0x82, 0x00, 0x15, 0x06, 0x0A, 0x03, 0x15, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x15, 0x09, 0x0A, 0x03, 0x17, 0x00, 0x00, 0x00, 0x26, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x15, 0x0C, 0x0A, 0x03, 0x16, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x0F,\n    0x0A, 0x03, 0x19, 0x00, 0x00, 0x00, 0x56, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x12, 0x0A, 0x03,\n    0x18, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x15, 0x0A, 0x07, 0x00, 0x00,\n    0x30, 0x00, 0x0E, 0x00, 0x08, 0x00, 0x78, 0x00, 0x1E, 0x18, 0x0A, 0x07, 0x00, 0x00, 0xC4, 0x00,\n    0x04, 0x00, 0x07, 0x00, 0x82, 0x00, 0x1E, 0x19, 0x0A, 0x03, 0xD1, 0x00, 0xCB, 0x00, 0x04, 0x00,\n    0x75, 0x00, 0x48, 0x00, 0x15, 0x1A, 0x0A, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x4C, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x15, 0x1D, 0x0A, 0x05, 0x00, 0x1F, 0xCB, 0x00, 0x70, 0x00, 0x75, 0x00, 0x1A, 0x00,\n    0x25, 0x1E, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x86, 0x00, 0xD8, 0x00, 0x04, 0x00, 0x1E, 0x21,\n    0x0A, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x05, 0x00, 0x1E, 0x22, 0x0A, 0x07,\n    0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x08, 0x00, 0x6A, 0x00, 0x1E, 0x23, 0x0A, 0x03, 0x04, 0x00,\n    0x01, 0x00, 0x05, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x15, 0x24, 0x0A, 0x03, 0xD1, 0x00, 0xCB, 0x00,\n    0x04, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0x27, 0x0A, 0x04, 0x11, 0x00, 0xCB, 0x00, 0x4C, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x15, 0x2A, 0x0A, 0x03, 0x15, 0x00, 0x00, 0x00, 0x72, 0x00, 0x2D, 0x00,\n    0x18, 0x00, 0x15, 0x2B, 0x0A, 0x03, 0x17, 0x00, 0x2D, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00,\n    0x15, 0x2E, 0x0A, 0x03, 0x16, 0x00, 0x5A, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x31,\n    0x0A, 0x03, 0x19, 0x00, 0x87, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x34, 0x0A, 0x03,\n    0x18, 0x00, 0xB4, 0x00, 0x72, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x15, 0x37, 0x0A, 0x05, 0x00, 0x1F,\n    0xE1, 0x00, 0x72, 0x00, 0x5F, 0x00, 0x18, 0x00, 0x25, 0x3A, 0x0A, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x6F, 0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0x3D, 0x0A, 0x01, 0x3E, 0x0A, 0x02, 0x4C, 0x0A, 0x00,\n    0x04, 0x5C, 0x0A, 0x02, 0x94, 0x0A, 0x00, 0x03, 0xA4, 0x0A, 0x06, 0xCE, 0x0A, 0x00, 0x04, 0xFE,\n    0x0A, 0x06, 0x36, 0x0B, 0x00, 0x05, 0x66, 0x0B, 0x03, 0xAC, 0x0B, 0x00, 0x06, 0xC4, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x0F, 0x18, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x06, 0xEA, 0x0C, 0x00, 0x00, 0x00,\n    0x00, 0x05, 0x3E, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x09, 0x84, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x07,\n    0x02, 0x0E, 0x03, 0x64, 0x0E, 0x00, 0x09, 0x7C, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFA, 0x0E,\n    0x02, 0x5C, 0x0F, 0x00, 0x02, 0x6C, 0x0F, 0x05, 0x88, 0x0F, 0x00, 0x03, 0xB0, 0x0F, 0x05, 0xDA,\n    0x0F, 0x00, 0x03, 0x02, 0x10, 0x02, 0x2C, 0x10, 0x00, 0x02, 0x3C, 0x10, 0x05, 0x58, 0x10, 0x00,\n    0x03, 0x80, 0x10, 0x05, 0xAA, 0x10, 0x00, 0x03, 0xD2, 0x10, 0x07, 0xFC, 0x10, 0x00, 0x01, 0x34,\n    0x11, 0x02, 0x42, 0x11, 0x00, 0x03, 0x52, 0x11, 0x06, 0x7C, 0x11, 0x00, 0x09, 0xAC, 0x11, 0x00,\n    0x00, 0x00, 0x00, 0x04, 0x2A, 0x12, 0x07, 0x62, 0x12, 0x00, 0x01, 0x9A, 0x12, 0x02, 0xA8, 0x12,\n    0x01, 0x02, 0xB8, 0x12, 0x02, 0xD4, 0x12, 0x00, 0x03, 0xE4, 0x12, 0x05, 0x0E, 0x13, 0x00, 0x03,\n    0x36, 0x13, 0x01, 0x60, 0x13, 0x00, 0x02, 0x68, 0x13, 0x00, 0x00, 0x00, 0x00, 0x07, 0x84, 0x13,\n    0x00, 0x00, 0x00, 0x00, 0x0F, 0xE6, 0x13, 0x02, 0xB8, 0x14, 0x00, 0x0D, 0xC8, 0x14, 0x03, 0x7E,\n    0x15, 0x00, 0x14, 0x96, 0x15, 0x04, 0xAE, 0x16, 0x00, 0x13, 0xCE, 0x16, 0x05, 0xD8, 0x17, 0x00,\n    0x14, 0x00, 0x18, 0x06, 0x18, 0x19, 0x00, 0x13, 0x48, 0x19, 0x07, 0x52, 0x1A, 0x00, 0x0C, 0x8A,\n    0x1A, 0x05, 0x32, 0x1B, 0x00, 0x0F, 0x5A, 0x1B, 0x02, 0x2C, 0x1C, 0x00, 0x02, 0x3C, 0x1C, 0x04,\n    0x58, 0x1C, 0x01, 0x04, 0x78, 0x1C, 0x06, 0xB0, 0x1C, 0x01, 0x03, 0xE0, 0x1C, 0x04, 0x0A, 0x1D,\n    0x01, 0x0F, 0x2A, 0x1D, 0x02, 0xFC, 0x1D, 0x00, 0x14, 0x0C, 0x1E, 0x03, 0x24, 0x1F, 0x00, 0x0A,\n    0x3C, 0x1F, 0x08, 0xC8, 0x1F, 0x00, 0x0D, 0x08, 0x20, 0x04, 0xBE, 0x20, 0x00, 0x0E, 0xDE, 0x20,\n    0x02, 0xA2, 0x21, 0x00, 0x0B, 0xB2, 0x21, 0x02, 0x4C, 0x22, 0x00, 0x07, 0x5C, 0x22, 0x00, 0x00,\n    0x00, 0x00, 0x16, 0xBE, 0x22, 0x03, 0xF2, 0x23, 0x00, 0x08, 0x0A, 0x24, 0x03, 0x7A, 0x24, 0x00,\n    0x0C, 0x92, 0x24, 0x03, 0x3A, 0x25, 0x00, 0x10, 0x52, 0x25, 0x04, 0x32, 0x26, 0x00, 0x0A, 0x52,\n    0x26, 0x02, 0xDE, 0x26, 0x00, 0x11, 0xEE, 0x26, 0x03, 0xDC, 0x27, 0x00, 0x0F, 0xF4, 0x27, 0x04,\n    0xC6, 0x28, 0x00, 0x08, 0xE6, 0x28, 0x02, 0x56, 0x29, 0x00, 0x0E, 0x66, 0x29, 0x0B, 0x2A, 0x2A,\n    0x00, 0x0D, 0x82, 0x2A, 0x03, 0x38, 0x2B, 0x00, 0x08, 0x50, 0x2B, 0x04, 0xC0, 0x2B, 0x00, 0x0A,\n    0xE0, 0x2B, 0x02, 0x6C, 0x2C, 0x00, 0x0F, 0x7C, 0x2C, 0x03, 0x4E, 0x2D, 0x00, 0x07, 0x66, 0x2D,\n    0x0B, 0xC8, 0x2D, 0x00, 0x0A, 0x20, 0x2E, 0x0B, 0xAC, 0x2E, 0x00, 0x0A, 0x04, 0x2F, 0x06, 0x90,\n    0x2F, 0x00, 0x09, 0xC0, 0x2F, 0x07, 0x3E, 0x30, 0x00, 0x07, 0x76, 0x30, 0x05, 0xD8, 0x30, 0x00,\n    0x18, 0x00, 0x31, 0x02, 0x50, 0x32, 0x00, 0x0B, 0x60, 0x32, 0x03, 0xFA, 0x32, 0x00, 0x05, 0x12,\n    0x33, 0x03, 0x58, 0x33, 0x00, 0x0C, 0x70, 0x33, 0x04, 0x18, 0x34, 0x00, 0x06, 0x38, 0x34, 0x04,\n    0x8C, 0x34, 0x00, 0x0A, 0xAC, 0x34, 0x03, 0x38, 0x35, 0x00, 0x07, 0x50, 0x35, 0x03, 0xB2, 0x35,\n    0x00, 0x13, 0xCA, 0x35, 0x02, 0xD4, 0x36, 0x00, 0x0D, 0xE4, 0x36, 0x03, 0x9A, 0x37, 0x00, 0x05,\n    0xB2, 0x37, 0x09, 0xF8, 0x37, 0x01, 0x07, 0x40, 0x38, 0x00, 0x00, 0x00, 0x00, 0x02, 0xA2, 0x38,\n    0x05, 0xBE, 0x38, 0x00, 0x02, 0xE6, 0x38, 0x05, 0x02, 0x39, 0x00, 0x00, 0x00, 0x04, 0x2A, 0x39,\n    0x02, 0x62, 0x39, 0x7E, 0x39, 0x00, 0x00, 0x01, 0x8A, 0x39, 0x00, 0x00, 0x02, 0x98, 0x39, 0x02,\n    0xB4, 0x39, 0x03, 0xD0, 0x39, 0x03, 0xFA, 0x39, 0x03, 0x24, 0x3A, 0x03, 0x4E, 0x3A, 0x02, 0x78,\n    0x3A, 0x00, 0x94, 0x3A, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x02, 0xA0, 0x3A, 0x02, 0xBC, 0x3A,\n    0x15, 0x02, 0xD8, 0x3A, 0x03, 0xF4, 0x3A, 0x03, 0x1E, 0x3B, 0x03, 0x48, 0x3B, 0x03, 0x72, 0x3B,\n    0x9C, 0x3B, 0x00, 0x00, 0x00, 0x00, 0x02, 0xA7, 0x3B, 0x02, 0xC3, 0x3B, 0x03, 0xDF, 0x3B, 0x03,\n    0x09, 0x3C, 0x03, 0x33, 0x3C, 0x03, 0x5D, 0x3C, 0x00, 0x00, 0x02, 0x87, 0x3C, 0x15, 0xA3, 0x3C,\n    0x00, 0x00, 0x00, 0x00, 0x02, 0xAE, 0x3C, 0x02, 0xCA, 0x3C, 0x15, 0x02, 0xE6, 0x3C, 0x03, 0x02,\n    0x3D, 0x03, 0x2C, 0x3D, 0x03, 0x56, 0x3D, 0x03, 0x80, 0x3D, 0xAA, 0x3D, 0x00, 0x00, 0x05, 0x00,\n    0x00, 0x08, 0x00, 0xC8, 0x00, 0x38, 0x01, 0x28, 0x00, 0x32, 0xB5, 0x3D, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0xC8, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x08, 0x00, 0x28, 0x00, 0x05, 0x00, 0x00, 0x08,\n    0x00, 0x00, 0x00, 0x30, 0x01, 0x1A, 0x00, 0x22, 0xB8, 0x3D, 0x06, 0x00, 0x00, 0x08, 0x00, 0x1A,\n    0x00, 0x30, 0x01, 0x8A, 0x00, 0x20, 0xBB, 0x3D, 0x06, 0x00, 0x00, 0x08, 0x00, 0xA4, 0x00, 0x30,\n    0x01, 0x32, 0x00, 0x20, 0xBD, 0x3D, 0x05, 0x00, 0x00, 0x08, 0x00, 0xD6, 0x00, 0x30, 0x01, 0x1A,\n    0x00, 0x22, 0xBF, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0xF0, 0x00, 0x38, 0x01, 0x00, 0x00,\n    0x08, 0x00, 0xF0, 0x00, 0x04, 0x1B, 0x00, 0x00, 0x00, 0x42, 0x00, 0x40, 0x01, 0x25, 0x00, 0x4A,\n    0xC2, 0x3D, 0x05, 0x00, 0x16, 0x4F, 0x00, 0xA0, 0x00, 0x30, 0x00, 0x28, 0x00, 0x4A, 0xC3, 0x3D,\n    0x05, 0x00, 0x17, 0x8D, 0x00, 0xA0, 0x00, 0x64, 0x00, 0x28, 0x00, 0x4A, 0xC6, 0x3D, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0x42, 0x00, 0x00, 0x00, 0x67, 0x00, 0x40, 0x01, 0x39, 0x00, 0x00, 0x00,\n    0xA0, 0x00, 0x4F, 0x00, 0x50, 0x00, 0x4F, 0x00, 0xC8, 0x00, 0xF1, 0x00, 0x28, 0x00, 0x7F, 0x00,\n    0xA0, 0x00, 0x0E, 0x00, 0x28, 0x00, 0xF1, 0x00, 0xA0, 0x00, 0x4F, 0x00, 0x28, 0x00, 0x04, 0x1B,\n    0x00, 0x00, 0x00, 0x42, 0x00, 0x40, 0x01, 0x25, 0x00, 0x4A, 0xC9, 0x3D, 0x05, 0x00, 0x16, 0x30,\n    0x00, 0xA0, 0x00, 0x30, 0x00, 0x28, 0x00, 0x4A, 0xCA, 0x3D, 0x05, 0x00, 0x17, 0x6E, 0x00, 0xA0,\n    0x00, 0x64, 0x00, 0x28, 0x00, 0x4A, 0xCD, 0x3D, 0x05, 0x00, 0x19, 0xD2, 0x00, 0xA0, 0x00, 0x58,\n    0x00, 0x28, 0x00, 0x4A, 0xD0, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x42, 0x00, 0x00, 0x00,\n    0x67, 0x00, 0x40, 0x01, 0x39, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x30, 0x00, 0x50, 0x00, 0x30, 0x00,\n    0xC8, 0x00, 0x10, 0x01, 0x28, 0x00, 0x60, 0x00, 0xA0, 0x00, 0x0E, 0x00, 0x28, 0x00, 0x2A, 0x01,\n    0xA0, 0x00, 0x16, 0x00, 0x28, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x40, 0x01, 0x28,\n    0x00, 0x15, 0xD3, 0x3D, 0x08, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x40, 0x01, 0x42, 0x00, 0x15,\n    0xD6, 0x3D, 0x04, 0x25, 0x00, 0x00, 0x00, 0x8C, 0x00, 0x40, 0x01, 0x19, 0x00, 0x20, 0xD7, 0x3D,\n    0x04, 0x26, 0x00, 0x00, 0x00, 0xA5, 0x00, 0x40, 0x01, 0x1E, 0x00, 0x20, 0xD8, 0x3D, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0xD2, 0x00, 0x40, 0x01, 0x1E, 0x00, 0x20, 0xD9, 0x3D, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x01, 0x1A, 0x00, 0x00, 0x00, 0x42, 0x00, 0x40, 0x01, 0x08, 0x00, 0x00, 0x00, 0xC3, 0x00,\n    0x40, 0x01, 0x0F, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x22, 0x00, 0x22,\n    0xDC, 0x3D, 0x06, 0x27, 0x00, 0x00, 0x00, 0x22, 0x00, 0x40, 0x01, 0xAA, 0x00, 0x20, 0xDF, 0x3D,\n    0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x58, 0x00, 0x24, 0x00, 0x09, 0xE1, 0x3D, 0x05, 0x00,\n    0x1D, 0x18, 0x01, 0xCC, 0x00, 0x28, 0x00, 0x24, 0x00, 0x08, 0xE2, 0x3D, 0x03, 0xAC, 0x00, 0x90,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x15, 0xE5, 0x3D, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC,\n    0x00, 0x90, 0x00, 0x24, 0x00, 0x09, 0xE8, 0x3D, 0x03, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x1C, 0x00, 0x15, 0xE9, 0x3D, 0x03, 0x76, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C,\n    0x00, 0x15, 0xEC, 0x3D, 0x03, 0xD9, 0x00, 0x38, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x15,\n    0xEF, 0x3D, 0x03, 0x9B, 0x00, 0x54, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x15, 0xF2, 0x3D,\n    0x03, 0xE0, 0x00, 0x70, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x15, 0xF5, 0x3D, 0x03, 0xE9,\n    0x00, 0x8E, 0x00, 0x00, 0x00, 0x96, 0x00, 0x1C, 0x00, 0x15, 0xF8, 0x3D, 0x05, 0x00, 0x68, 0x24,\n    0x01, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x25, 0xFB, 0x3D, 0x03, 0x71, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0xFE, 0x3D, 0x05, 0x00, 0x20, 0x00, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0x01, 0x3E, 0x05, 0x00, 0x5F, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x04, 0x3E, 0x05, 0x00, 0x2F, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x07, 0x3E, 0x03, 0xAC, 0x00, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x15, 0x0A, 0x3E,\n    0x05, 0x00, 0x31, 0xC0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x0D, 0x3E, 0x07, 0x00,\n    0x00, 0xF0, 0x00, 0xCC, 0x00, 0x20, 0x00, 0x24, 0x00, 0x09, 0x10, 0x3E, 0x05, 0x00, 0xA7, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x11, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x14, 0x3E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC,\n    0x00, 0xCC, 0x00, 0x1E, 0x15, 0x3E, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x10, 0x01, 0x24,\n    0x00, 0x09, 0x16, 0x3E, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x17, 0x3E, 0x06, 0x00, 0x00, 0x08, 0x00, 0x13, 0x00, 0xE8, 0x00, 0x70, 0x00, 0x32, 0x1A, 0x3E,\n    0x06, 0x00, 0x00, 0x08, 0x00, 0x83, 0x00, 0xE8, 0x00, 0x49, 0x00, 0x32, 0x1C, 0x3E, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0xCC, 0x00, 0x40, 0x01, 0x24, 0x00, 0x15, 0x1E, 0x3E, 0x04, 0x20, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x22, 0x21, 0x3E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x1E,\n    0x00, 0xF0, 0x00, 0xAE, 0x00, 0x15, 0x22, 0x3E, 0x07, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x0C,\n    0x00, 0xCC, 0x00, 0x1E, 0x25, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC,\n    0x00, 0x15, 0x26, 0x3E, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x40, 0x01, 0x24, 0x00, 0x15,\n    0x27, 0x3E, 0x0B, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0xCC, 0x00, 0x20, 0x00, 0x00,\n    0x07, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x1E, 0x2A, 0x3E, 0x04, 0x21,\n    0x00, 0x30, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x19, 0x00, 0x22, 0x2B, 0x3E, 0x04, 0x22, 0x00, 0x30,\n    0x00, 0x19, 0x00, 0xCC, 0x00, 0x19, 0x00, 0x22, 0x2C, 0x3E, 0x04, 0x1E, 0x00, 0x30, 0x00, 0x32,\n    0x00, 0xCC, 0x00, 0x42, 0x00, 0x2F, 0x2D, 0x3E, 0x03, 0x6E, 0x00, 0x30, 0x00, 0x74, 0x00, 0xCC,\n    0x00, 0x34, 0x00, 0x15, 0x2E, 0x3E, 0x03, 0x23, 0x00, 0x30, 0x00, 0xA8, 0x00, 0xCC, 0x00, 0x24,\n    0x00, 0x15, 0x31, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0x34, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x35, 0x3E,\n    0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xF4, 0x00, 0x20, 0x00, 0x32, 0x36, 0x3E, 0x06, 0x00,\n    0x00, 0x08, 0x00, 0x20, 0x00, 0xF4, 0x00, 0x47, 0x00, 0x32, 0x39, 0x3E, 0x05, 0x00, 0x00, 0x08,\n    0x00, 0x70, 0x00, 0xF4, 0x00, 0x20, 0x00, 0x32, 0x3B, 0x3E, 0x06, 0x00, 0x00, 0x08, 0x00, 0x90,\n    0x00, 0xF4, 0x00, 0x30, 0x00, 0x32, 0x3E, 0x3E, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x10,\n    0x01, 0x24, 0x00, 0x09, 0x40, 0x3E, 0x05, 0x00, 0x1C, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x41, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0xCC, 0x00, 0x08, 0x00, 0x67, 0x00,\n    0xF4, 0x00, 0x09, 0x00, 0x08, 0x00, 0xC0, 0x00, 0xF4, 0x00, 0x0C, 0x00, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0xCC, 0x00, 0x40, 0x01, 0x24, 0x00, 0x15, 0x44, 0x3E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0xCC, 0x00, 0x15, 0x47, 0x3E, 0x07, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0C,\n    0x00, 0xCC, 0x00, 0x1E, 0x4A, 0x3E, 0x04, 0x21, 0x00, 0x30, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x19,\n    0x00, 0x22, 0x4B, 0x3E, 0x04, 0x22, 0x00, 0x30, 0x00, 0x19, 0x00, 0xCC, 0x00, 0x19, 0x00, 0x22,\n    0x4C, 0x3E, 0x04, 0x1E, 0x00, 0x30, 0x00, 0x32, 0x00, 0xCC, 0x00, 0x42, 0x00, 0x2F, 0x4D, 0x3E,\n    0x03, 0x6E, 0x00, 0x30, 0x00, 0x74, 0x00, 0xCC, 0x00, 0x34, 0x00, 0x15, 0x4E, 0x3E, 0x03, 0x23,\n    0x00, 0x30, 0x00, 0xA8, 0x00, 0xCC, 0x00, 0x24, 0x00, 0x15, 0x51, 0x3E, 0x0E, 0x00, 0x00, 0xFC,\n    0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x54, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x55, 0x3E, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xF4,\n    0x00, 0x20, 0x00, 0x32, 0x56, 0x3E, 0x06, 0x00, 0x00, 0x08, 0x00, 0x20, 0x00, 0xF4, 0x00, 0x47,\n    0x00, 0x32, 0x59, 0x3E, 0x05, 0x00, 0x00, 0x08, 0x00, 0x78, 0x00, 0xF4, 0x00, 0x20, 0x00, 0x32,\n    0x5B, 0x3E, 0x06, 0x00, 0x00, 0x08, 0x00, 0x98, 0x00, 0xF4, 0x00, 0x34, 0x00, 0x32, 0x5E, 0x3E,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x10, 0x01, 0x24, 0x00, 0x09, 0x60, 0x3E, 0x05, 0x00,\n    0x1C, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x61, 0x3E, 0x00, 0x00, 0x00, 0x00,\n    0x08, 0x00, 0xCC, 0x00, 0x08, 0x00, 0x67, 0x00, 0xF4, 0x00, 0x11, 0x00, 0x05, 0x1B, 0x00, 0x00,\n    0x00, 0x08, 0x00, 0x18, 0x01, 0x20, 0x00, 0x3E, 0x64, 0x3E, 0x05, 0x00, 0x18, 0x6E, 0x00, 0x30,\n    0x00, 0x3C, 0x00, 0x20, 0x00, 0x3F, 0x67, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x08, 0x00,\n    0x14, 0x00, 0x74, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x7C, 0x00, 0x6E, 0x00, 0x28, 0x00,\n    0x82, 0x00, 0x9C, 0x00, 0xAA, 0x00, 0x08, 0x00, 0xBE, 0x00, 0x7C, 0x00, 0x6E, 0x00, 0x20, 0x00,\n    0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x3E, 0x6A, 0x3E, 0x05, 0x1C,\n    0x00, 0x00, 0x00, 0x24, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x3E, 0x6D, 0x3E, 0x05, 0x00, 0x18, 0x6E,\n    0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x3F, 0x70, 0x3E, 0x14, 0x00, 0x40, 0x00, 0x18, 0x01,\n    0x08, 0x00, 0x14, 0x00, 0x80, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x88, 0x00, 0x6E, 0x00,\n    0x28, 0x00, 0x82, 0x00, 0xA8, 0x00, 0xAA, 0x00, 0x08, 0x00, 0xBE, 0x00, 0x88, 0x00, 0x6E, 0x00,\n    0x20, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x6A, 0x73, 0x3E,\n    0x05, 0x1C, 0x00, 0x00, 0x00, 0x24, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x6A, 0x76, 0x3E, 0x05, 0x1D,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x6A, 0x79, 0x3E, 0x14, 0x00, 0x40, 0x00,\n    0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x9C, 0x00, 0x18, 0x01, 0x08, 0x00, 0x05, 0x1B, 0x00, 0x00,\n    0x00, 0x08, 0x00, 0x18, 0x01, 0x20, 0x00, 0x36, 0x7C, 0x3E, 0x05, 0x00, 0x18, 0x6E, 0x00, 0x30,\n    0x00, 0x3C, 0x00, 0x20, 0x00, 0x37, 0x7F, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x08, 0x00,\n    0x14, 0x00, 0x74, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x7C, 0x00, 0x6E, 0x00, 0x28, 0x00,\n    0x82, 0x00, 0x9C, 0x00, 0xAA, 0x00, 0x08, 0x00, 0xBE, 0x00, 0x7C, 0x00, 0x6E, 0x00, 0x20, 0x00,\n    0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x36, 0x82, 0x3E, 0x05, 0x1C,\n    0x00, 0x00, 0x00, 0x24, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x36, 0x85, 0x3E, 0x05, 0x00, 0x18, 0x6E,\n    0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x37, 0x88, 0x3E, 0x14, 0x00, 0x40, 0x00, 0x18, 0x01,\n    0x08, 0x00, 0x14, 0x00, 0x80, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x88, 0x00, 0x6E, 0x00,\n    0x28, 0x00, 0x82, 0x00, 0xA8, 0x00, 0xAA, 0x00, 0x08, 0x00, 0xBE, 0x00, 0x88, 0x00, 0x6E, 0x00,\n    0x20, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x36, 0x8B, 0x3E,\n    0x05, 0x1C, 0x8A, 0x28, 0x00, 0x24, 0x00, 0xC8, 0x00, 0x20, 0x00, 0x37, 0x8E, 0x3E, 0x05, 0x00,\n    0x18, 0x6E, 0x00, 0x48, 0x00, 0x3C, 0x00, 0x20, 0x00, 0x37, 0x91, 0x3E, 0x14, 0x00, 0x4C, 0x00,\n    0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x70, 0x00, 0x28, 0x00, 0x4C, 0x00, 0x3C, 0x00, 0x90, 0x00,\n    0xF0, 0x00, 0x04, 0x00, 0x3C, 0x00, 0x94, 0x00, 0x46, 0x00, 0x28, 0x00, 0x82, 0x00, 0xB4, 0x00,\n    0xAA, 0x00, 0x08, 0x00, 0xBE, 0x00, 0x94, 0x00, 0x6E, 0x00, 0x20, 0x00, 0x04, 0x01, 0x70, 0x00,\n    0x28, 0x00, 0x20, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x20, 0x00, 0x36,\n    0x94, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x74, 0x00, 0x18, 0x01,\n    0x08, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x01, 0x20, 0x00, 0x40, 0x97, 0x3E,\n    0x05, 0x00, 0x16, 0x55, 0x00, 0x30, 0x00, 0x30, 0x00, 0x20, 0x00, 0x43, 0x9A, 0x3E, 0x05, 0x00,\n    0x17, 0x93, 0x00, 0x30, 0x00, 0x30, 0x00, 0x20, 0x00, 0x43, 0x9D, 0x3E, 0x14, 0x00, 0x4C, 0x00,\n    0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x74, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x7C, 0x00,\n    0x55, 0x00, 0x28, 0x00, 0x69, 0x00, 0x9C, 0x00, 0xC3, 0x00, 0x08, 0x00, 0x99, 0x00, 0x7C, 0x00,\n    0x0E, 0x00, 0x20, 0x00, 0xD7, 0x00, 0x7C, 0x00, 0x55, 0x00, 0x20, 0x00, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x18, 0x01, 0x08, 0x00, 0x41, 0xA0, 0x3E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x08,\n    0x00, 0x18, 0x01, 0x20, 0x00, 0x40, 0xA1, 0x3E, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x28, 0x00, 0x18,\n    0x01, 0x20, 0x00, 0x42, 0xA4, 0x3E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x55, 0x00, 0x20,\n    0x00, 0x41, 0xA7, 0x3E, 0x05, 0x00, 0x16, 0x55, 0x00, 0x48, 0x00, 0x30, 0x00, 0x20, 0x00, 0x43,\n    0xA8, 0x3E, 0x07, 0x00, 0x00, 0x85, 0x00, 0x48, 0x00, 0x0E, 0x00, 0x20, 0x00, 0x41, 0xAB, 0x3E,\n    0x05, 0x00, 0x17, 0x93, 0x00, 0x48, 0x00, 0x30, 0x00, 0x20, 0x00, 0x43, 0xAC, 0x3E, 0x07, 0x00,\n    0x00, 0xC3, 0x00, 0x48, 0x00, 0x55, 0x00, 0x20, 0x00, 0x41, 0xAF, 0x3E, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x68, 0x00, 0x18, 0x01, 0x08, 0x00, 0x41, 0xB0, 0x3E, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x08,\n    0x00, 0x18, 0x01, 0x20, 0x00, 0x40, 0xB1, 0x3E, 0x05, 0x00, 0x16, 0x36, 0x00, 0x30, 0x00, 0x30,\n    0x00, 0x20, 0x00, 0x43, 0xB4, 0x3E, 0x05, 0x00, 0x17, 0x74, 0x00, 0x30, 0x00, 0x30, 0x00, 0x20,\n    0x00, 0x43, 0xB7, 0x3E, 0x05, 0x00, 0x1A, 0xAD, 0x00, 0x30, 0x00, 0x40, 0x00, 0x20, 0x00, 0x43,\n    0xBA, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x08, 0x00, 0x14, 0x00, 0x74, 0x00, 0x18, 0x01,\n    0x08, 0x00, 0x14, 0x00, 0x7C, 0x00, 0x36, 0x00, 0x28, 0x00, 0x4A, 0x00, 0x9C, 0x00, 0xE2, 0x00,\n    0x08, 0x00, 0x7A, 0x00, 0x7C, 0x00, 0x0E, 0x00, 0x20, 0x00, 0xB8, 0x00, 0x7C, 0x00, 0x09, 0x00,\n    0x20, 0x00, 0x01, 0x01, 0x7C, 0x00, 0x2B, 0x00, 0x20, 0x00, 0x05, 0xD8, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x18, 0x01, 0x20, 0x00, 0x79, 0xBD, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x1C, 0x00,\n    0x14, 0x00, 0x88, 0x00, 0x18, 0x01, 0x1C, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x18,\n    0x01, 0x1C, 0x00, 0x7D, 0xC0, 0x3E, 0x05, 0xE6, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x18, 0x01, 0x1C,\n    0x00, 0x7D, 0xC3, 0x3E, 0x14, 0x00, 0x4C, 0x00, 0x18, 0x01, 0x10, 0x00, 0x14, 0x00, 0x94, 0x00,\n    0x18, 0x01, 0x10, 0x00, 0x05, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x7D,\n    0xC6, 0x3E, 0x05, 0xE8, 0x00, 0x00, 0x00, 0x2C, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x7D, 0xC9, 0x3E,\n    0x05, 0x00, 0x19, 0x46, 0x00, 0x50, 0x00, 0x64, 0x00, 0x1C, 0x00, 0x7E, 0xCC, 0x3E, 0x28, 0x00,\n    0x3A, 0x00, 0xF0, 0x00, 0x10, 0x00, 0x28, 0x00, 0x82, 0x00, 0xF0, 0x00, 0x08, 0x00, 0x28, 0x00,\n    0x8A, 0x00, 0x46, 0x00, 0x2C, 0x00, 0x6E, 0x00, 0xA6, 0x00, 0xAA, 0x00, 0x10, 0x00, 0xD2, 0x00,\n    0x8A, 0x00, 0x46, 0x00, 0x1C, 0x00, 0x02, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xC4,\n    0x00, 0x15, 0xCF, 0x3E, 0x03, 0x61, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x10, 0x01, 0x24, 0x00, 0x15,\n    0xD2, 0x3E, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xD5, 0x3E,\n    0x00, 0x00, 0xA8, 0x00, 0x40, 0x01, 0x24, 0x00, 0x04, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x22, 0x00, 0x32, 0xD8, 0x3E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x01, 0xD0,\n    0x00, 0x15, 0xD9, 0x3E, 0x04, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x20, 0x00, 0x32,\n    0xDC, 0x3E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0xF0, 0x00, 0xAE, 0x00, 0x15, 0xDD, 0x3E,\n    0x07, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x1E, 0xE0, 0x3E, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xE1, 0x3E, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24, 0x00, 0x09, 0xE2, 0x3E, 0x05, 0x00, 0x10, 0xE0, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE3, 0x3E, 0x05, 0x00, 0x0F, 0x10, 0x01, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0xE6, 0x3E, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC,\n    0x00, 0x15, 0xE9, 0x3E, 0x07, 0x00, 0x00, 0xC4, 0x00, 0x1C, 0x00, 0x38, 0x00, 0x8C, 0x00, 0x1E,\n    0xEA, 0x3E, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xEB, 0x3E,\n    0x05, 0x00, 0x35, 0x10, 0x00, 0x1C, 0x00, 0xB4, 0x00, 0x1C, 0x00, 0x2A, 0xEE, 0x3E, 0x05, 0x00,\n    0x36, 0x10, 0x00, 0x38, 0x00, 0xB4, 0x00, 0x1C, 0x00, 0x2A, 0xF1, 0x3E, 0x05, 0x00, 0x37, 0x10,\n    0x00, 0x54, 0x00, 0xB4, 0x00, 0x1C, 0x00, 0x2A, 0xF4, 0x3E, 0x05, 0x00, 0x38, 0x10, 0x00, 0x70,\n    0x00, 0xB4, 0x00, 0x1C, 0x00, 0x2A, 0xF7, 0x3E, 0x03, 0x58, 0x00, 0x10, 0x00, 0x8C, 0x00, 0xEC,\n    0x00, 0x1C, 0x00, 0x15, 0xFA, 0x3E, 0x07, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x00, 0xFC, 0x00, 0x24,\n    0x00, 0x1E, 0xFD, 0x3E, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F,\n    0xFE, 0x3E, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x01, 0x3F,\n    0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x04, 0x3F, 0x05, 0x00,\n    0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x07, 0x3F, 0x07, 0x00, 0x00, 0xC0,\n    0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0x0A, 0x3F, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x0B, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xA8, 0x00,\n    0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0x8C, 0x00, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0x0E, 0x3F, 0x06, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0xEC, 0x00, 0x64,\n    0x00, 0x33, 0x11, 0x3F, 0x05, 0x00, 0x4F, 0x10, 0x00, 0x80, 0x00, 0x8F, 0x00, 0x20, 0x00, 0x2A,\n    0x13, 0x3F, 0x07, 0x00, 0x00, 0x9F, 0x00, 0x80, 0x00, 0x5D, 0x00, 0x20, 0x00, 0x1E, 0x16, 0x3F,\n    0x05, 0x00, 0x50, 0x10, 0x00, 0xA0, 0x00, 0x8F, 0x00, 0x20, 0x00, 0x2A, 0x17, 0x3F, 0x07, 0x00,\n    0x00, 0x9F, 0x00, 0xA0, 0x00, 0x5D, 0x00, 0x20, 0x00, 0x1E, 0x1A, 0x3F, 0x05, 0x00, 0x34, 0x00,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x1B, 0x3F, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x1E, 0x3F, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x21, 0x3F, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0x24, 0x3F, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09,\n    0x27, 0x3F, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x28, 0x3F,\n    0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x2B, 0x3F, 0x00, 0x00,\n    0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00,\n    0xC0, 0x00, 0xEC, 0x00, 0x0C, 0x00, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C,\n    0x00, 0x15, 0x2C, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32,\n    0x2F, 0x3F, 0x04, 0x4F, 0x52, 0x87, 0x00, 0x1C, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0x32, 0x3F,\n    0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x33, 0x3F, 0x03, 0x4C,\n    0x00, 0x87, 0x00, 0x38, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x15, 0x36, 0x3F, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x54, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x39, 0x3F, 0x04, 0x4D, 0x53, 0x87, 0x00, 0x54,\n    0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0x3C, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x70, 0x00, 0x77,\n    0x00, 0x1C, 0x00, 0x32, 0x3D, 0x3F, 0x04, 0x4E, 0x54, 0x87, 0x00, 0x70, 0x00, 0x4E, 0x00, 0x1C,\n    0x00, 0x2A, 0x40, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x8C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32,\n    0x41, 0x3F, 0x03, 0x04, 0x00, 0x87, 0x00, 0x8C, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x15, 0x44, 0x3F,\n    0x09, 0x00, 0x55, 0x10, 0x00, 0xA8, 0x00, 0x65, 0x00, 0x20, 0x00, 0x54, 0x47, 0x3F, 0x05, 0x00,\n    0x56, 0x75, 0x00, 0xA8, 0x00, 0x60, 0x00, 0x20, 0x00, 0x54, 0x4B, 0x3F, 0x05, 0x00, 0x34, 0x00,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x4E, 0x3F, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x51, 0x3F, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x54, 0x3F, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0x57, 0x3F, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09,\n    0x5A, 0x3F, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x5B, 0x3F,\n    0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x5E, 0x3F, 0x00, 0x00,\n    0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00,\n    0xC8, 0x00, 0xEC, 0x00, 0x04, 0x00, 0xD5, 0x00, 0x1C, 0x00, 0x27, 0x00, 0xAC, 0x00, 0x03, 0x6F,\n    0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x5F, 0x3F, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x62, 0x3F, 0x01, 0x00, 0x00, 0x87, 0x00, 0x1C,\n    0x00, 0x62, 0x00, 0x1C, 0x00, 0x15, 0x65, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x77,\n    0x00, 0x1C, 0x00, 0x32, 0x68, 0x3F, 0x03, 0x50, 0x00, 0x87, 0x00, 0x38, 0x00, 0x4E, 0x00, 0x1C,\n    0x00, 0x15, 0x6B, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x54, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32,\n    0x6E, 0x3F, 0x04, 0x51, 0x54, 0x87, 0x00, 0x54, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0x71, 0x3F,\n    0x05, 0x00, 0x00, 0x10, 0x00, 0x70, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x72, 0x3F, 0x03, 0x04,\n    0x00, 0x87, 0x00, 0x70, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x15, 0x75, 0x3F, 0x07, 0x00, 0x00, 0x10,\n    0x00, 0x8C, 0x00, 0xC5, 0x00, 0x1C, 0x00, 0x1E, 0x78, 0x3F, 0x09, 0x00, 0x55, 0x10, 0x00, 0xA8,\n    0x00, 0x65, 0x00, 0x20, 0x00, 0x54, 0x79, 0x3F, 0x05, 0x00, 0x56, 0x75, 0x00, 0xA8, 0x00, 0x60,\n    0x00, 0x20, 0x00, 0x54, 0x7D, 0x3F, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5F, 0x80, 0x3F, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0x83, 0x3F, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x86, 0x3F,\n    0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x89, 0x3F, 0x07, 0x00,\n    0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0x8C, 0x3F, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x8D, 0x3F, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x90, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00,\n    0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00, 0xC8, 0x00, 0xEC, 0x00, 0x04, 0x00,\n    0xD5, 0x00, 0x38, 0x00, 0x27, 0x00, 0x90, 0x00, 0xE9, 0x00, 0x1C, 0x00, 0x13, 0x00, 0x1C, 0x00,\n    0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x91, 0x3F, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x94, 0x3F, 0x04, 0x57, 0x52, 0x87,\n    0x00, 0x1C, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0x97, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38,\n    0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x98, 0x3F, 0x03, 0x54, 0x00, 0x87, 0x00, 0x38, 0x00, 0x3A,\n    0x00, 0x1C, 0x00, 0x15, 0x9B, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x54, 0x00, 0x77, 0x00, 0x1C,\n    0x00, 0x32, 0x9E, 0x3F, 0x04, 0x55, 0x53, 0x87, 0x00, 0x54, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A,\n    0xA1, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x70, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xA2, 0x3F,\n    0x04, 0x56, 0x54, 0x87, 0x00, 0x70, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0xA5, 0x3F, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x8C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xA6, 0x3F, 0x03, 0x04, 0x00, 0x87,\n    0x00, 0x8C, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x15, 0xA9, 0x3F, 0x09, 0x00, 0x55, 0x10, 0x00, 0xA8,\n    0x00, 0x65, 0x00, 0x20, 0x00, 0x54, 0xAC, 0x3F, 0x05, 0x00, 0x56, 0x75, 0x00, 0xA8, 0x00, 0x60,\n    0x00, 0x20, 0x00, 0x54, 0xB0, 0x3F, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5F, 0xB3, 0x3F, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0xB6, 0x3F, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xB9, 0x3F,\n    0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xBC, 0x3F, 0x07, 0x00,\n    0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0xBF, 0x3F, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xC0, 0x3F, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xC3, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00,\n    0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00, 0xC8, 0x00, 0xEC, 0x00, 0x04, 0x00,\n    0xC1, 0x00, 0x38, 0x00, 0x3B, 0x00, 0x1C, 0x00, 0xD5, 0x00, 0x1C, 0x00, 0x27, 0x00, 0x1C, 0x00,\n    0xD5, 0x00, 0x54, 0x00, 0x27, 0x00, 0x74, 0x00, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0xC4, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C,\n    0x00, 0x32, 0xC7, 0x3F, 0x03, 0x59, 0x00, 0x87, 0x00, 0x1C, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x15,\n    0xCA, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xCD, 0x3F,\n    0x04, 0x5A, 0x53, 0x87, 0x00, 0x38, 0x00, 0x57, 0x00, 0x1C, 0x00, 0x2A, 0xD0, 0x3F, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x54, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xD1, 0x3F, 0x04, 0x5B, 0x54, 0x87,\n    0x00, 0x54, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x2A, 0xD4, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x70,\n    0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xD5, 0x3F, 0x03, 0x6F, 0x00, 0x87, 0x00, 0x70, 0x00, 0x60,\n    0x00, 0x38, 0x00, 0x15, 0xD8, 0x3F, 0x07, 0x00, 0x00, 0x10, 0x00, 0x8C, 0x00, 0x77, 0x00, 0x1C,\n    0x00, 0x1E, 0xDB, 0x3F, 0x09, 0x00, 0x55, 0x10, 0x00, 0xA8, 0x00, 0x65, 0x00, 0x20, 0x00, 0x54,\n    0xDC, 0x3F, 0x05, 0x00, 0x56, 0x75, 0x00, 0xA8, 0x00, 0x60, 0x00, 0x20, 0x00, 0x54, 0xE0, 0x3F,\n    0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xE3, 0x3F, 0x05, 0x00,\n    0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xE6, 0x3F, 0x05, 0x00, 0x3C, 0x60,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xE9, 0x3F, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xEC, 0x3F, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50,\n    0x00, 0x24, 0x00, 0x09, 0xEF, 0x3F, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0xF0, 0x3F, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0xF3, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00,\n    0xB0, 0x00, 0x10, 0x00, 0xC8, 0x00, 0xEC, 0x00, 0x04, 0x00, 0xC3, 0x00, 0x1C, 0x00, 0x39, 0x00,\n    0x1C, 0x00, 0xD5, 0x00, 0xA8, 0x00, 0x27, 0x00, 0x20, 0x00, 0xDE, 0x00, 0x38, 0x00, 0x1E, 0x00,\n    0x1C, 0x00, 0xE7, 0x00, 0x54, 0x00, 0x15, 0x00, 0x54, 0x00, 0x03, 0x6F, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xFC, 0x00, 0x1C, 0x00, 0x15, 0xF4, 0x3F, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x73,\n    0x00, 0x1C, 0x00, 0x32, 0xF7, 0x3F, 0x05, 0xB8, 0x8E, 0x83, 0x00, 0x1C, 0x00, 0x44, 0x00, 0x1C,\n    0x00, 0x2A, 0xFA, 0x3F, 0x03, 0xB8, 0x00, 0x10, 0x00, 0x38, 0x00, 0xEC, 0x00, 0x70, 0x00, 0x15,\n    0xFD, 0x3F, 0x05, 0x00, 0xA6, 0x10, 0x00, 0xA8, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x00, 0x40,\n    0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x03, 0x40, 0x05, 0x00,\n    0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x06, 0x40, 0x05, 0x00, 0x3C, 0x60,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x09, 0x40, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x0C, 0x40, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50,\n    0x00, 0x24, 0x00, 0x09, 0x0F, 0x40, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x10, 0x40, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0x13, 0x40, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x0A, 0x00,\n    0xB0, 0x00, 0x10, 0x00, 0x38, 0x00, 0xEC, 0x00, 0x70, 0x00, 0x10, 0x00, 0xC4, 0x00, 0xEC, 0x00,\n    0x08, 0x00, 0xC7, 0x00, 0x1C, 0x00, 0x35, 0x00, 0x1C, 0x00, 0x11, 0xBE, 0x00, 0x02, 0x00, 0x02,\n    0x00, 0xFA, 0x00, 0x52, 0x00, 0x70, 0x14, 0x40, 0x05, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x21,\n    0x00, 0x18, 0x00, 0x31, 0x1B, 0x40, 0x05, 0x00, 0x00, 0x21, 0x00, 0x54, 0x00, 0x49, 0x00, 0x18,\n    0x00, 0x31, 0x1E, 0x40, 0x05, 0x00, 0x00, 0x6A, 0x00, 0x54, 0x00, 0x49, 0x00, 0x18, 0x00, 0x6D,\n    0x21, 0x40, 0x05, 0x00, 0x00, 0xB3, 0x00, 0x54, 0x00, 0x49, 0x00, 0x18, 0x00, 0x6F, 0x24, 0x40,\n    0x02, 0xBE, 0x00, 0x00, 0x00, 0x6C, 0x00, 0xFC, 0x00, 0x60, 0x00, 0x15, 0x27, 0x40, 0x09, 0x00,\n    0x94, 0x00, 0x00, 0xCC, 0x00, 0x2D, 0x00, 0x24, 0x00, 0x08, 0x2A, 0x40, 0x09, 0x00, 0x95, 0x2D,\n    0x00, 0xCC, 0x00, 0x2D, 0x00, 0x24, 0x00, 0x08, 0x2E, 0x40, 0x09, 0x00, 0x97, 0x5A, 0x00, 0xCC,\n    0x00, 0x2D, 0x00, 0x24, 0x00, 0x08, 0x32, 0x40, 0x09, 0x00, 0x98, 0x87, 0x00, 0xCC, 0x00, 0x2D,\n    0x00, 0x24, 0x00, 0x08, 0x36, 0x40, 0x05, 0x00, 0x00, 0xB4, 0x00, 0xCC, 0x00, 0x2D, 0x00, 0x24,\n    0x00, 0x08, 0x3A, 0x40, 0x05, 0x00, 0x56, 0xE6, 0x00, 0xCC, 0x00, 0x2D, 0x00, 0x24, 0x00, 0x08,\n    0x3D, 0x40, 0x09, 0x00, 0x55, 0x13, 0x01, 0xCC, 0x00, 0x2D, 0x00, 0x24, 0x00, 0x08, 0x40, 0x40,\n    0x07, 0x00, 0x00, 0xE1, 0x00, 0xCC, 0x00, 0x05, 0x00, 0x24, 0x00, 0x09, 0x44, 0x40, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x45, 0x40, 0x00, 0x00, 0x00, 0x00,\n    0xFC, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x52, 0x00, 0x05, 0x00, 0x99, 0x0C,\n    0x00, 0x0C, 0x00, 0x8C, 0x00, 0x20, 0x00, 0x73, 0x46, 0x40, 0x05, 0x00, 0x9A, 0x0C, 0x00, 0x2C,\n    0x00, 0x8C, 0x00, 0x20, 0x00, 0x73, 0x49, 0x40, 0x4E, 0x00, 0x4C, 0x00, 0xA4, 0x00, 0x0C, 0x00,\n    0x4E, 0x00, 0x58, 0x00, 0x0C, 0x00, 0x4C, 0x00, 0x5A, 0x00, 0x98, 0x00, 0x98, 0x00, 0x0C, 0x00,\n    0xE6, 0x00, 0x58, 0x00, 0x0C, 0x00, 0x40, 0x00, 0x09, 0x00, 0x9B, 0x0C, 0x00, 0x0C, 0x00, 0xDA,\n    0x00, 0x20, 0x00, 0x73, 0x4C, 0x40, 0x09, 0x00, 0x9C, 0x0C, 0x00, 0x2C, 0x00, 0xF8, 0x00, 0x20,\n    0x00, 0x73, 0x50, 0x40, 0x09, 0x00, 0x9D, 0x0C, 0x00, 0x4C, 0x00, 0xDA, 0x00, 0x20, 0x00, 0x73,\n    0x54, 0x40, 0x05, 0x00, 0x9E, 0x0C, 0x00, 0x6C, 0x00, 0xDA, 0x00, 0x20, 0x00, 0x73, 0x58, 0x40,\n    0x19, 0x00, 0x2C, 0x00, 0x0E, 0x01, 0x0C, 0x00, 0x19, 0x00, 0x38, 0x00, 0x0C, 0x00, 0x8C, 0x00,\n    0x25, 0x00, 0xB8, 0x00, 0x02, 0x01, 0x0C, 0x00, 0xFF, 0x00, 0x38, 0x00, 0x28, 0x00, 0x20, 0x00,\n    0xFF, 0x00, 0x78, 0x00, 0x28, 0x00, 0x40, 0x00, 0x1D, 0x01, 0x58, 0x00, 0x0A, 0x00, 0x20, 0x00,\n    0x05, 0x00, 0xA1, 0x0C, 0x00, 0x4C, 0x00, 0x94, 0x00, 0x20, 0x00, 0x73, 0x5B, 0x40, 0x05, 0x00,\n    0x9F, 0x0C, 0x00, 0x0C, 0x00, 0x94, 0x00, 0x20, 0x00, 0x73, 0x5E, 0x40, 0x05, 0x00, 0xA0, 0x0C,\n    0x00, 0x2C, 0x00, 0x94, 0x00, 0x20, 0x00, 0x73, 0x61, 0x40, 0x4A, 0x00, 0x3C, 0x00, 0xAC, 0x00,\n    0x0C, 0x00, 0x4A, 0x00, 0x48, 0x00, 0x0C, 0x00, 0x6C, 0x00, 0x56, 0x00, 0xA8, 0x00, 0xA0, 0x00,\n    0x0C, 0x00, 0xEA, 0x00, 0x48, 0x00, 0x0C, 0x00, 0x60, 0x00, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00,\n    0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x64, 0x40, 0x03, 0x71, 0x00, 0x10, 0x00, 0x1C, 0x00, 0xEC,\n    0x00, 0x1C, 0x00, 0x15, 0x67, 0x40, 0x05, 0x00, 0x3E, 0x10, 0x00, 0x38, 0x00, 0xEC, 0x00, 0x1C,\n    0x00, 0x2A, 0x6A, 0x40, 0x03, 0xD4, 0x00, 0x10, 0x00, 0x54, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15,\n    0x6D, 0x40, 0x03, 0x70, 0x00, 0x10, 0x00, 0x70, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15, 0x70, 0x40,\n    0x03, 0x70, 0x00, 0x10, 0x00, 0x8C, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15, 0x73, 0x40, 0x05, 0x00,\n    0x42, 0x10, 0x00, 0xA8, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x76, 0x40, 0x07, 0x00, 0x00, 0x10,\n    0x00, 0xC4, 0x00, 0xEC, 0x00, 0x08, 0x00, 0x1E, 0x79, 0x40, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x7A, 0x40, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x7D, 0x40, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5F, 0x80, 0x40, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0x83, 0x40, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0x86, 0x40,\n    0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x87, 0x40, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x8A, 0x40, 0x00, 0x00, 0x00, 0x00,\n    0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x03, 0x6F, 0x00, 0x06,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x8B, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C,\n    0x00, 0xA2, 0x00, 0x18, 0x00, 0x32, 0x8E, 0x40, 0x04, 0x65, 0x00, 0xB2, 0x00, 0x1C, 0x00, 0x4A,\n    0x00, 0x18, 0x00, 0x62, 0x91, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x34, 0x00, 0xA2, 0x00, 0x18,\n    0x00, 0x32, 0x92, 0x40, 0x04, 0x66, 0x00, 0xB2, 0x00, 0x34, 0x00, 0x4A, 0x00, 0x18, 0x00, 0x62,\n    0x95, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x4C, 0x00, 0xA2, 0x00, 0x2A, 0x00, 0x30, 0x96, 0x40,\n    0x03, 0x67, 0x00, 0xB2, 0x00, 0x4C, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x15, 0x99, 0x40, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x70, 0x00, 0xA2, 0x00, 0x2A, 0x00, 0x30, 0x9C, 0x40, 0x03, 0x67, 0x00, 0xB2,\n    0x00, 0x70, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x15, 0x9F, 0x40, 0x07, 0x00, 0x00, 0x10, 0x00, 0x9A,\n    0x00, 0xEC, 0x00, 0x09, 0x00, 0x1E, 0xA2, 0x40, 0x09, 0x00, 0x55, 0x10, 0x00, 0xA3, 0x00, 0x65,\n    0x00, 0x24, 0x00, 0x54, 0xA3, 0x40, 0x05, 0x00, 0x56, 0x75, 0x00, 0xA3, 0x00, 0x60, 0x00, 0x24,\n    0x00, 0x54, 0xA7, 0x40, 0x07, 0x00, 0x00, 0xD5, 0x00, 0xA3, 0x00, 0x27, 0x00, 0x24, 0x00, 0x1E,\n    0xAA, 0x40, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xAB, 0x40,\n    0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xAE, 0x40, 0x05, 0x00,\n    0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xB1, 0x40, 0x05, 0x00, 0x43, 0x90,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xB4, 0x40, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC,\n    0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0xB7, 0x40, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0xB8, 0x40, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC,\n    0x00, 0x15, 0xBB, 0x40, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00,\n    0x04, 0x00, 0xB0, 0x00, 0x10, 0x00, 0xC7, 0x00, 0xEC, 0x00, 0x05, 0x00, 0x03, 0x6F, 0x00, 0x06,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xBC, 0x40, 0x01, 0x00, 0x00, 0x10, 0x00, 0x1C,\n    0x00, 0xE0, 0x00, 0x4C, 0x00, 0x15, 0xBF, 0x40, 0x03, 0x6B, 0x00, 0x10, 0x00, 0x68, 0x00, 0xE0,\n    0x00, 0x64, 0x00, 0x15, 0xC2, 0x40, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0xC5, 0x40, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0xC8, 0x40, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xCB, 0x40,\n    0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xCE, 0x40, 0x07, 0x00,\n    0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0xD1, 0x40, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xD2, 0x40, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xD5, 0x40, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00,\n    0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00, 0x4D, 0x00, 0x0C, 0x00, 0x1B, 0x00,\n    0x10, 0x00, 0xB0, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x98, 0x00, 0x4D, 0x00, 0x64, 0x00, 0x1B, 0x00,\n    0x98, 0x00, 0xB0, 0x00, 0x64, 0x00, 0x1C, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x0C, 0x00, 0x31, 0x00,\n    0xF0, 0x00, 0x68, 0x00, 0x0C, 0x00, 0x48, 0x00, 0x03, 0x6F, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0xD6, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x73, 0x00, 0x1C,\n    0x00, 0x32, 0xD9, 0x40, 0x05, 0xD5, 0xA9, 0x83, 0x00, 0x1C, 0x00, 0x79, 0x00, 0x1C, 0x00, 0x2A,\n    0xDC, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x32, 0xDF, 0x40,\n    0x03, 0xD6, 0x00, 0x83, 0x00, 0x38, 0x00, 0x30, 0x00, 0x1C, 0x00, 0x15, 0xE2, 0x40, 0x03, 0x04,\n    0x00, 0x10, 0x00, 0x54, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15, 0xE5, 0x40, 0x05, 0x00, 0x34, 0x00,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xE8, 0x40, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xEB, 0x40, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5F, 0xEE, 0x40, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0xF1, 0x40, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09,\n    0xF4, 0x40, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xF5, 0x40,\n    0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xF8, 0x40, 0x00, 0x00,\n    0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00, 0xB0, 0x00, 0x10, 0x00,\n    0x70, 0x00, 0xEC, 0x00, 0x5C, 0x00, 0xB3, 0x00, 0x38, 0x00, 0x49, 0x00, 0x1C, 0x00, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0xF9, 0x40, 0x06, 0x00, 0x00, 0x10,\n    0x00, 0x1C, 0x00, 0xE0, 0x00, 0x76, 0x00, 0x32, 0xFC, 0x40, 0x07, 0x00, 0x00, 0xF0, 0x00, 0x1C,\n    0x00, 0x0C, 0x00, 0x76, 0x00, 0x1E, 0xFE, 0x40, 0x05, 0x00, 0x00, 0x10, 0x00, 0x92, 0x00, 0x65,\n    0x00, 0x2A, 0x00, 0x30, 0xFF, 0x40, 0x03, 0x6E, 0x00, 0x75, 0x00, 0x92, 0x00, 0x3E, 0x00, 0x2A,\n    0x00, 0x15, 0x02, 0x41, 0x07, 0x00, 0x00, 0xB3, 0x00, 0x92, 0x00, 0x49, 0x00, 0x2A, 0x00, 0x1E,\n    0x05, 0x41, 0x07, 0x00, 0x00, 0x10, 0x00, 0xBC, 0x00, 0xEC, 0x00, 0x10, 0x00, 0x1E, 0x06, 0x41,\n    0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x07, 0x41, 0x05, 0x00,\n    0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x0A, 0x41, 0x05, 0x00, 0x3C, 0x60,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x0D, 0x41, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x10, 0x41, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50,\n    0x00, 0x24, 0x00, 0x09, 0x13, 0x41, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x14, 0x41, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0x17, 0x41, 0x00, 0x00, 0x1C, 0x00, 0x10, 0x00, 0xB0, 0x00, 0xF6, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0x1C, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x18, 0x41,\n    0x06, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0xEC, 0x00, 0x4E, 0x00, 0x32, 0x1B, 0x41, 0x03, 0x71,\n    0x00, 0x10, 0x00, 0x6A, 0x00, 0xEC, 0x00, 0x4C, 0x00, 0x15, 0x1D, 0x41, 0x07, 0x00, 0x00, 0x10,\n    0x00, 0xB6, 0x00, 0xEC, 0x00, 0x16, 0x00, 0x1E, 0x20, 0x41, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x21, 0x41, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x24, 0x41, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5F, 0x27, 0x41, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0x2A, 0x41, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0x2D, 0x41,\n    0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x2E, 0x41, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x31, 0x41, 0x00, 0x00, 0x00, 0x00,\n    0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x0A, 0x00, 0xB0, 0x00, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x01, 0x2A, 0x00, 0x20, 0x32, 0x41, 0x08, 0x00, 0x00, 0x00, 0x00, 0x2A,\n    0x00, 0x40, 0x01, 0x78, 0x00, 0x15, 0x35, 0x41, 0x03, 0x72, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x84,\n    0x00, 0x24, 0x00, 0x15, 0x36, 0x41, 0x07, 0x00, 0x00, 0x84, 0x00, 0xCC, 0x00, 0x5C, 0x00, 0x24,\n    0x00, 0x09, 0x39, 0x41, 0x05, 0x00, 0x49, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x3A, 0x41, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x3D, 0x41,\n    0x03, 0x72, 0x00, 0x00, 0x00, 0xA2, 0x00, 0x40, 0x01, 0x2A, 0x00, 0x20, 0x40, 0x41, 0x03, 0x6F,\n    0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x43, 0x41, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x1C, 0x00, 0x87, 0x00, 0x1C, 0x00, 0x32, 0x46, 0x41, 0x04, 0xAF, 0x85, 0x97, 0x00, 0x1C,\n    0x00, 0x65, 0x00, 0x1C, 0x00, 0x2A, 0x49, 0x41, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x87,\n    0x00, 0x1C, 0x00, 0x32, 0x4A, 0x41, 0x04, 0xB0, 0x86, 0x97, 0x00, 0x38, 0x00, 0x65, 0x00, 0x1C,\n    0x00, 0x2A, 0x4D, 0x41, 0x05, 0x00, 0x87, 0x10, 0x00, 0x54, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A,\n    0x4E, 0x41, 0x07, 0x00, 0x00, 0x10, 0x00, 0x70, 0x00, 0xEC, 0x00, 0x05, 0x00, 0x1E, 0x51, 0x41,\n    0x07, 0x00, 0x00, 0x10, 0x00, 0x75, 0x00, 0xEC, 0x00, 0x01, 0x00, 0x32, 0x52, 0x41, 0x07, 0x00,\n    0x00, 0x10, 0x00, 0x76, 0x00, 0xEC, 0x00, 0x05, 0x00, 0x1E, 0x53, 0x41, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x7B, 0x00, 0x87, 0x00, 0x1C, 0x00, 0x32, 0x54, 0x41, 0x05, 0xB1, 0x88, 0x97, 0x00, 0x7B,\n    0x00, 0x65, 0x00, 0x1C, 0x00, 0x2A, 0x57, 0x41, 0x07, 0x00, 0x00, 0x10, 0x00, 0x97, 0x00, 0xEC,\n    0x00, 0x11, 0x00, 0x1E, 0x5A, 0x41, 0x09, 0x00, 0x55, 0x10, 0x00, 0xA8, 0x00, 0x65, 0x00, 0x20,\n    0x00, 0x54, 0x5B, 0x41, 0x05, 0x00, 0x56, 0x75, 0x00, 0xA8, 0x00, 0x60, 0x00, 0x20, 0x00, 0x54,\n    0x5F, 0x41, 0x07, 0x00, 0x00, 0xD5, 0x00, 0xA8, 0x00, 0x27, 0x00, 0x20, 0x00, 0x1E, 0x62, 0x41,\n    0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x63, 0x41, 0x05, 0x00,\n    0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x66, 0x41, 0x05, 0x00, 0x3C, 0x60,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x69, 0x41, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x6C, 0x41, 0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50,\n    0x00, 0x24, 0x00, 0x09, 0x6F, 0x41, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x70, 0x41, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0x73, 0x41, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0xCC, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x04, 0x00,\n    0xB0, 0x00, 0x10, 0x00, 0xC8, 0x00, 0xEC, 0x00, 0x04, 0x00, 0x03, 0x6F, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xFC, 0x00, 0xC4, 0x00, 0x15, 0x74, 0x41, 0x05, 0x00, 0x34, 0x00, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x5E, 0x77, 0x41, 0x05, 0x00, 0x3A, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0x7A, 0x41, 0x05, 0x00, 0x3C, 0x60, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0x7D, 0x41, 0x05, 0x00, 0x43, 0x90, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x80, 0x41,\n    0x07, 0x00, 0x00, 0xC0, 0x00, 0xCC, 0x00, 0x50, 0x00, 0x24, 0x00, 0x09, 0x83, 0x41, 0x05, 0x00,\n    0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x84, 0x41, 0x0E, 0x00, 0x00, 0xFC,\n    0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x87, 0x41, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0xCC, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x0A, 0x00, 0xB0, 0x00, 0x10, 0x00, 0xC4, 0x00, 0xEC, 0x00,\n    0x08, 0x00, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x88, 0x41,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0x89, 0x41, 0x03, 0x76,\n    0x00, 0x0C, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15, 0x8C, 0x41, 0x05, 0x00, 0x2B, 0x0C,\n    0x00, 0x3C, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x8F, 0x41, 0x05, 0x00, 0x22, 0x0C, 0x00, 0x58,\n    0x00, 0xF0, 0x00, 0x1D, 0x00, 0x2A, 0x92, 0x41, 0x05, 0x00, 0x23, 0x0C, 0x00, 0x74, 0x00, 0xF0,\n    0x00, 0x1C, 0x00, 0x2A, 0x95, 0x41, 0x05, 0x00, 0x24, 0x0C, 0x00, 0x90, 0x00, 0xF0, 0x00, 0x1C,\n    0x00, 0x2A, 0x98, 0x41, 0x03, 0xB5, 0x00, 0x0C, 0x00, 0xAC, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15,\n    0x9B, 0x41, 0x05, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0x9E, 0x41,\n    0x05, 0x00, 0x21, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xA1, 0x41, 0x07, 0x00,\n    0x00, 0x60, 0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0xA4, 0x41, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xA5, 0x41, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0C, 0x00, 0xC8, 0x00, 0xF0, 0x00,\n    0x04, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0xA8, 0x41,\n    0x05, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xAB, 0x41, 0x03, 0x77,\n    0x00, 0x87, 0x00, 0x20, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x15, 0xAE, 0x41, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x3C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0xB1, 0x41, 0x03, 0x76, 0x00, 0x87, 0x00, 0x3C,\n    0x00, 0x60, 0x00, 0x1C, 0x00, 0x15, 0xB4, 0x41, 0x05, 0x00, 0x00, 0x10, 0x00, 0x58, 0x00, 0x77,\n    0x00, 0x1C, 0x00, 0x32, 0xB7, 0x41, 0x04, 0x78, 0x7C, 0x87, 0x00, 0x58, 0x00, 0x60, 0x00, 0x1C,\n    0x00, 0x2A, 0xBA, 0x41, 0x05, 0x00, 0x00, 0x10, 0x00, 0x74, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32,\n    0xBB, 0x41, 0x04, 0x79, 0x7D, 0x87, 0x00, 0x74, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x2A, 0xBE, 0x41,\n    0x07, 0x00, 0x00, 0x10, 0x00, 0x8C, 0x00, 0xEC, 0x00, 0x40, 0x00, 0x1E, 0xBF, 0x41, 0x09, 0x00,\n    0x55, 0x00, 0x00, 0xCC, 0x00, 0x48, 0x00, 0x24, 0x00, 0x54, 0xC0, 0x41, 0x05, 0x00, 0x56, 0x48,\n    0x00, 0xCC, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0xC4, 0x41, 0x09, 0x00, 0x7E, 0xA8, 0x00, 0xCC,\n    0x00, 0x3F, 0x00, 0x24, 0x00, 0x54, 0xC7, 0x41, 0x07, 0x00, 0x00, 0xE7, 0x00, 0xCC, 0x00, 0x29,\n    0x00, 0x24, 0x00, 0x09, 0xCB, 0x41, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0xCC, 0x41, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0xCF, 0x41, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x0A, 0x00,\n    0xAC, 0x00, 0xC3, 0x00, 0x20, 0x00, 0x39, 0x00, 0x1C, 0x00, 0xE7, 0x00, 0x3C, 0x00, 0x15, 0x00,\n    0x50, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x21, 0x00, 0x62, 0xD0, 0x41,\n    0x06, 0x00, 0x00, 0x10, 0x00, 0x21, 0x00, 0xB3, 0x00, 0x39, 0x00, 0x32, 0xD3, 0x41, 0x03, 0xA9,\n    0x00, 0xC3, 0x00, 0x21, 0x00, 0x39, 0x00, 0x39, 0x00, 0x2F, 0xD5, 0x41, 0x03, 0xA9, 0x00, 0x10,\n    0x00, 0x5A, 0x00, 0xEC, 0x00, 0x39, 0x00, 0x15, 0xD8, 0x41, 0x06, 0x00, 0x00, 0x10, 0x00, 0x93,\n    0x00, 0xB3, 0x00, 0x39, 0x00, 0x32, 0xDB, 0x41, 0x03, 0xAA, 0x00, 0xC3, 0x00, 0x93, 0x00, 0x39,\n    0x00, 0x39, 0x00, 0x2F, 0xDD, 0x41, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24,\n    0x00, 0x09, 0xE0, 0x41, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xE1, 0x41, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE4, 0x41,\n    0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xE7, 0x41, 0x00, 0x00,\n    0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x21, 0x00, 0x0A, 0x00, 0xAB, 0x00, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xE8, 0x41, 0x05, 0x00, 0x00, 0x06,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0xE9, 0x41, 0x05, 0x00, 0x00, 0x10, 0x00, 0x20,\n    0x00, 0x44, 0x00, 0x1C, 0x00, 0x32, 0xEC, 0x41, 0x05, 0xCE, 0xA2, 0x54, 0x00, 0x20, 0x00, 0x61,\n    0x00, 0x1C, 0x00, 0x2A, 0xEF, 0x41, 0x07, 0x00, 0x00, 0xB5, 0x00, 0x20, 0x00, 0x47, 0x00, 0x1C,\n    0x00, 0x1E, 0xF2, 0x41, 0x05, 0x00, 0x00, 0x10, 0x00, 0x3C, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x32,\n    0xF3, 0x41, 0x05, 0xCF, 0xA3, 0x54, 0x00, 0x3C, 0x00, 0x43, 0x00, 0x1C, 0x00, 0x2A, 0xF6, 0x41,\n    0x07, 0x00, 0x00, 0x97, 0x00, 0x3C, 0x00, 0x65, 0x00, 0x1C, 0x00, 0x1E, 0xF9, 0x41, 0x07, 0x00,\n    0x00, 0x97, 0x00, 0x58, 0x00, 0x65, 0x00, 0x1C, 0x00, 0x1E, 0xFA, 0x41, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x58, 0x00, 0xA5, 0x00, 0x1C, 0x00, 0x32, 0xFB, 0x41, 0x03, 0xD0, 0x00, 0xB5, 0x00, 0x58,\n    0x00, 0x47, 0x00, 0x1C, 0x00, 0x15, 0xFE, 0x41, 0x07, 0x00, 0x00, 0x10, 0x00, 0x90, 0x00, 0xEC,\n    0x00, 0x3C, 0x00, 0x1E, 0x01, 0x42, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x02, 0x42, 0x09, 0x00, 0x55, 0x00, 0x00, 0xCC, 0x00, 0x65, 0x00, 0x24, 0x00, 0x54,\n    0x05, 0x42, 0x05, 0x00, 0x56, 0x65, 0x00, 0xCC, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x09, 0x42,\n    0x07, 0x00, 0x00, 0xC5, 0x00, 0xCC, 0x00, 0x1B, 0x00, 0x24, 0x00, 0x09, 0x0C, 0x42, 0x05, 0x00,\n    0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x0D, 0x42, 0x00, 0x00, 0x00, 0x00,\n    0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x0A, 0x00, 0xAC, 0x00, 0x10, 0x00, 0x74, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62,\n    0x10, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x29, 0x00, 0x47, 0x00, 0x1C, 0x00, 0x32, 0x13, 0x42,\n    0x05, 0x00, 0x00, 0x4D, 0x00, 0x29, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x31, 0x16, 0x42, 0x05, 0x00,\n    0x00, 0x87, 0x00, 0x29, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x31, 0x19, 0x42, 0x05, 0x00, 0x00, 0xC1,\n    0x00, 0x29, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x31, 0x1C, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x45,\n    0x00, 0x47, 0x00, 0x1C, 0x00, 0x32, 0x1F, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x7D, 0x00, 0x47,\n    0x00, 0x1C, 0x00, 0x32, 0x22, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x61, 0x00, 0x47, 0x00, 0x1C,\n    0x00, 0x32, 0x25, 0x42, 0x07, 0x00, 0x00, 0x87, 0x00, 0x45, 0x00, 0x74, 0x00, 0x54, 0x00, 0x1E,\n    0x28, 0x42, 0x02, 0xDF, 0x00, 0x4D, 0x00, 0x45, 0x00, 0xAF, 0x00, 0x54, 0x00, 0x15, 0x29, 0x42,\n    0x09, 0x00, 0x55, 0x00, 0x00, 0xCC, 0x00, 0x48, 0x00, 0x24, 0x00, 0x54, 0x2C, 0x42, 0x05, 0x00,\n    0x56, 0x48, 0x00, 0xCC, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x30, 0x42, 0x07, 0x00, 0x00, 0xA8,\n    0x00, 0xCC, 0x00, 0x68, 0x00, 0x24, 0x00, 0x09, 0x33, 0x42, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x34, 0x42, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44,\n    0x00, 0xCC, 0x00, 0x15, 0x37, 0x42, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00,\n    0x20, 0x00, 0xF6, 0x00, 0x09, 0x00, 0x06, 0x00, 0x99, 0x00, 0xF6, 0x00, 0x33, 0x00, 0xFB, 0x00,\n    0x29, 0x00, 0x01, 0x00, 0x70, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20,\n    0x00, 0x62, 0x38, 0x42, 0x03, 0x9B, 0x00, 0x0C, 0x00, 0x20, 0x00, 0xF0, 0x00, 0xA8, 0x00, 0x15,\n    0x3B, 0x42, 0x07, 0x00, 0x00, 0x0C, 0x00, 0xC8, 0x00, 0xF0, 0x00, 0x04, 0x00, 0x1E, 0x3E, 0x42,\n    0x09, 0x00, 0x55, 0x00, 0x00, 0xCC, 0x00, 0x65, 0x00, 0x24, 0x00, 0x54, 0x3F, 0x42, 0x05, 0x00,\n    0x56, 0x65, 0x00, 0xCC, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x43, 0x42, 0x07, 0x00, 0x00, 0xC5,\n    0x00, 0xCC, 0x00, 0x4B, 0x00, 0x24, 0x00, 0x09, 0x46, 0x42, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x47, 0x42, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44,\n    0x00, 0xCC, 0x00, 0x15, 0x4A, 0x42, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00,\n    0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC,\n    0x00, 0x15, 0x4B, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62,\n    0x4C, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x1E, 0x00, 0x99, 0x00, 0x1C, 0x00, 0x32, 0x4F, 0x42,\n    0x03, 0xB2, 0x00, 0xA5, 0x00, 0x1E, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x15, 0x52, 0x42, 0x07, 0x00,\n    0x00, 0x0C, 0x00, 0x3F, 0x00, 0xEC, 0x00, 0x01, 0x00, 0x32, 0x55, 0x42, 0x05, 0x00, 0x00, 0x0C,\n    0x00, 0x45, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x32, 0x56, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x65,\n    0x00, 0x6C, 0x00, 0x1C, 0x00, 0x32, 0x59, 0x42, 0x10, 0xB3, 0x8B, 0x78, 0x00, 0x65, 0x00, 0x57,\n    0x00, 0x1C, 0x00, 0x31, 0x5C, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x8B, 0x00, 0x6C, 0x00, 0x1C,\n    0x00, 0x32, 0x61, 0x42, 0x10, 0xB4, 0x8B, 0x78, 0x00, 0x8B, 0x00, 0x57, 0x00, 0x1C, 0x00, 0x31,\n    0x64, 0x42, 0x09, 0x00, 0x55, 0x00, 0x00, 0xCC, 0x00, 0x65, 0x00, 0x24, 0x00, 0x54, 0x69, 0x42,\n    0x05, 0x00, 0x56, 0x65, 0x00, 0xCC, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x6D, 0x42, 0x07, 0x00,\n    0x00, 0xC5, 0x00, 0xCC, 0x00, 0x4B, 0x00, 0x24, 0x00, 0x09, 0x70, 0x42, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x71, 0x42, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0C, 0x00, 0x3A, 0x00, 0xF0, 0x00,\n    0x05, 0x00, 0x0C, 0x00, 0x40, 0x00, 0xF0, 0x00, 0x05, 0x00, 0x0C, 0x00, 0x61, 0x00, 0xF0, 0x00,\n    0x04, 0x00, 0x0C, 0x00, 0x81, 0x00, 0xF0, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0xA7, 0x00, 0xF0, 0x00,\n    0x25, 0x00, 0xCF, 0x00, 0x65, 0x00, 0x2D, 0x00, 0x1C, 0x00, 0xCF, 0x00, 0x8B, 0x00, 0x2D, 0x00,\n    0x1C, 0x00, 0xE6, 0x00, 0x20, 0x00, 0x16, 0x00, 0x1A, 0x00, 0xF8, 0x00, 0x3F, 0x00, 0x04, 0x00,\n    0x01, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0x74, 0x42,\n    0x05, 0x00, 0x29, 0x0C, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x77, 0x42, 0x03, 0x9B,\n    0x00, 0x0C, 0x00, 0x3C, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15, 0x7A, 0x42, 0x03, 0x6F, 0x00, 0x0C,\n    0x00, 0x58, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x15, 0x7D, 0x42, 0x05, 0x00, 0x28, 0x0C, 0x00, 0x74,\n    0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x80, 0x42, 0x05, 0x00, 0x2D, 0x0C, 0x00, 0x90, 0x00, 0xF0,\n    0x00, 0x1C, 0x00, 0x2A, 0x83, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0xAC, 0x00, 0x89, 0x00, 0x1C,\n    0x00, 0x32, 0x86, 0x42, 0x03, 0xAB, 0x00, 0x95, 0x00, 0xAC, 0x00, 0x67, 0x00, 0x1C, 0x00, 0x15,\n    0x89, 0x42, 0x05, 0x00, 0x20, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x8C, 0x42,\n    0x05, 0x00, 0x00, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0x8F, 0x42, 0x07, 0x00,\n    0x00, 0x60, 0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0x92, 0x42, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x93, 0x42, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x96, 0x42, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00,\n    0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0C, 0x00, 0xC8, 0x00, 0xF0, 0x00, 0x04, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0x97, 0x42, 0x03, 0xDA,\n    0x00, 0x0C, 0x00, 0x20, 0x00, 0xD4, 0x00, 0x8C, 0x00, 0x15, 0x9A, 0x42, 0x09, 0x00, 0x55, 0x00,\n    0x00, 0xCC, 0x00, 0x65, 0x00, 0x24, 0x00, 0x54, 0x9D, 0x42, 0x05, 0x00, 0x56, 0x65, 0x00, 0xCC,\n    0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0xA1, 0x42, 0x07, 0x00, 0x00, 0xC5, 0x00, 0xCC, 0x00, 0x1B,\n    0x00, 0x24, 0x00, 0x09, 0xA4, 0x42, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0xA5, 0x42, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xA8, 0x42, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xAB, 0x42,\n    0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00,\n    0x0C, 0x00, 0xAC, 0x00, 0xF0, 0x00, 0x20, 0x00, 0xE0, 0x00, 0x20, 0x00, 0x1C, 0x00, 0x8C, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0xAC, 0x42, 0x03, 0x9C,\n    0x00, 0x0C, 0x00, 0x20, 0x00, 0xF0, 0x00, 0x8C, 0x00, 0x15, 0xAF, 0x42, 0x07, 0x00, 0x00, 0x0C,\n    0x00, 0xAC, 0x00, 0xF0, 0x00, 0x06, 0x00, 0x1E, 0xB2, 0x42, 0x03, 0x9D, 0x00, 0x06, 0x00, 0xB2,\n    0x00, 0xF6, 0x00, 0x1A, 0x00, 0x15, 0xB3, 0x42, 0x09, 0x00, 0x55, 0x00, 0x00, 0xCC, 0x00, 0x65,\n    0x00, 0x24, 0x00, 0x54, 0xB6, 0x42, 0x05, 0x00, 0x56, 0x65, 0x00, 0xCC, 0x00, 0x60, 0x00, 0x24,\n    0x00, 0x54, 0xBA, 0x42, 0x07, 0x00, 0x00, 0xC5, 0x00, 0xCC, 0x00, 0x1B, 0x00, 0x24, 0x00, 0x09,\n    0xBD, 0x42, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xBE, 0x42,\n    0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xC1, 0x42, 0x0E, 0x00,\n    0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xC4, 0x42, 0x00, 0x00, 0x00, 0x00,\n    0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0x92, 0x00, 0x05, 0x00, 0x00, 0x06,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0xC5, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x20,\n    0x00, 0x6B, 0x00, 0x1C, 0x00, 0x32, 0xC8, 0x42, 0x05, 0x9E, 0x6D, 0x77, 0x00, 0x20, 0x00, 0x85,\n    0x00, 0x1C, 0x00, 0x2A, 0xCB, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x3C, 0x00, 0x6B, 0x00, 0x1C,\n    0x00, 0x32, 0xCE, 0x42, 0x05, 0x9F, 0x6E, 0x77, 0x00, 0x3C, 0x00, 0x85, 0x00, 0x1C, 0x00, 0x2A,\n    0xD1, 0x42, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x58, 0x00, 0x6B, 0x00, 0x1C, 0x00, 0x32, 0xD4, 0x42,\n    0x05, 0xA0, 0x6F, 0x77, 0x00, 0x58, 0x00, 0x85, 0x00, 0x1C, 0x00, 0x2A, 0xD7, 0x42, 0x05, 0x00,\n    0x00, 0x0C, 0x00, 0x74, 0x00, 0x6B, 0x00, 0x1C, 0x00, 0x32, 0xDA, 0x42, 0x05, 0xA1, 0x70, 0x77,\n    0x00, 0x74, 0x00, 0x85, 0x00, 0x1C, 0x00, 0x2A, 0xDD, 0x42, 0x09, 0x00, 0x55, 0x00, 0x00, 0xCC,\n    0x00, 0x65, 0x00, 0x24, 0x00, 0x54, 0xE0, 0x42, 0x05, 0x00, 0x56, 0x65, 0x00, 0xCC, 0x00, 0x60,\n    0x00, 0x24, 0x00, 0x54, 0xE4, 0x42, 0x07, 0x00, 0x00, 0xC5, 0x00, 0xCC, 0x00, 0x1B, 0x00, 0x24,\n    0x00, 0x09, 0xE7, 0x42, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xE8, 0x42, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xEB, 0x42,\n    0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xEE, 0x42, 0x00, 0x00,\n    0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0C, 0x00,\n    0x90, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x05, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0xA2, 0x00, 0x1E,\n    0x00, 0x32, 0xEF, 0x42, 0x05, 0x00, 0x45, 0xBE, 0x00, 0x20, 0x00, 0x72, 0x00, 0x1E, 0x00, 0x2A,\n    0xF2, 0x42, 0x02, 0x02, 0x00, 0x10, 0x00, 0x49, 0x00, 0x22, 0x01, 0x82, 0x00, 0x15, 0xF5, 0x42,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24, 0x00, 0x09, 0xF8, 0x42, 0x05, 0x00,\n    0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xF9, 0x42, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xFC, 0x42, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00,\n    0x00, 0x3A, 0x01, 0x20, 0x00, 0x62, 0xFF, 0x42, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00,\n    0x06, 0x00, 0x20, 0x00, 0x0A, 0x00, 0xAC, 0x00, 0x10, 0x00, 0x3E, 0x00, 0x30, 0x01, 0x0B, 0x00,\n    0x10, 0x00, 0x85, 0x00, 0x30, 0x01, 0x05, 0x00, 0x10, 0x00, 0xC6, 0x00, 0x30, 0x01, 0x06, 0x00,\n    0xB2, 0x00, 0x20, 0x00, 0x0C, 0x00, 0x1E, 0x00, 0xDE, 0x00, 0x49, 0x00, 0x62, 0x00, 0x1E, 0x00,\n    0xDE, 0x00, 0x8A, 0x00, 0x62, 0x00, 0x1E, 0x00, 0x30, 0x01, 0x20, 0x00, 0x10, 0x00, 0x1E, 0x00,\n    0x32, 0x01, 0x67, 0x00, 0x0E, 0x00, 0x1E, 0x00, 0x32, 0x01, 0xA8, 0x00, 0x0E, 0x00, 0x1E, 0x00,\n    0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x02, 0x43, 0x05, 0x00,\n    0x00, 0x2A, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x62, 0x05, 0x43, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x1C, 0x00, 0x78, 0x00, 0x1A, 0x00, 0x32, 0x08, 0x43, 0x05, 0x3A, 0x00, 0x88, 0x00, 0x1C,\n    0x00, 0x86, 0x00, 0x1A, 0x00, 0x62, 0x0B, 0x43, 0x05, 0x00, 0x00, 0x10, 0x00, 0x36, 0x00, 0x42,\n    0x00, 0x1A, 0x00, 0x32, 0x0E, 0x43, 0x05, 0x3B, 0x00, 0x52, 0x00, 0x36, 0x00, 0xE6, 0x00, 0x1A,\n    0x00, 0x62, 0x11, 0x43, 0x03, 0x38, 0x00, 0x10, 0x00, 0x50, 0x00, 0x30, 0x01, 0x7C, 0x00, 0x1E,\n    0x14, 0x43, 0x05, 0x00, 0x46, 0x00, 0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24, 0x00, 0x54, 0x17, 0x43,\n    0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x1A, 0x43, 0x05, 0x00,\n    0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x1D, 0x43, 0x00, 0x00, 0x00, 0x00,\n    0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x0A, 0x00, 0xB0, 0x00, 0x10, 0x00, 0x6E, 0x00,\n    0x10, 0x00, 0x5E, 0x00, 0x20, 0x00, 0xBC, 0x00, 0x20, 0x01, 0x10, 0x00, 0x60, 0x00, 0x6E, 0x00,\n    0x10, 0x00, 0x4E, 0x00, 0xB0, 0x00, 0x6E, 0x00, 0x10, 0x00, 0x4E, 0x00, 0x00, 0x01, 0x6E, 0x00,\n    0x40, 0x00, 0x4E, 0x00, 0x0E, 0x01, 0x1C, 0x00, 0x32, 0x00, 0x1A, 0x00, 0x10, 0x01, 0x00, 0x00,\n    0x30, 0x00, 0x1C, 0x00, 0x32, 0x01, 0x50, 0x00, 0x0E, 0x00, 0x1E, 0x00, 0x38, 0x01, 0x36, 0x00,\n    0x08, 0x00, 0x1A, 0x00, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62,\n    0x20, 0x43, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x78, 0x00, 0x1C, 0x00, 0x62, 0x23, 0x43,\n    0x03, 0x3C, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x30, 0x01, 0x4C, 0x00, 0x15, 0x26, 0x43, 0x03, 0x3E,\n    0x00, 0x10, 0x00, 0x68, 0x00, 0x22, 0x01, 0x28, 0x00, 0x15, 0x29, 0x43, 0x03, 0x3E, 0x00, 0x10,\n    0x00, 0x90, 0x00, 0x76, 0x00, 0x28, 0x00, 0x15, 0x2C, 0x43, 0x09, 0x00, 0x47, 0x00, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x2F, 0x43, 0x09, 0x00, 0x48, 0x30, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0x33, 0x43, 0x07, 0x00, 0x00, 0x60, 0x00, 0xCC, 0x00, 0x80, 0x00, 0x24,\n    0x00, 0x09, 0x37, 0x43, 0x05, 0x00, 0x49, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x38, 0x43, 0x05, 0x00, 0x4A, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x3B, 0x43,\n    0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x0A, 0x00, 0xB0, 0x00,\n    0x10, 0x00, 0xB8, 0x00, 0x30, 0x01, 0x14, 0x00, 0x86, 0x00, 0x90, 0x00, 0xBA, 0x00, 0x28, 0x00,\n    0xA2, 0x00, 0x00, 0x00, 0x9E, 0x00, 0x1C, 0x00, 0x32, 0x01, 0x68, 0x00, 0x0E, 0x00, 0x28, 0x00,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x40, 0x01, 0x20, 0x00, 0x20, 0x3E, 0x43, 0x05, 0x00,\n    0x4D, 0x3A, 0x00, 0x74, 0x00, 0x65, 0x00, 0x24, 0x00, 0x54, 0x41, 0x43, 0x05, 0x00, 0x49, 0x9F,\n    0x00, 0x74, 0x00, 0x60, 0x00, 0x24, 0x00, 0x54, 0x44, 0x43, 0x07, 0x00, 0x00, 0x30, 0x00, 0xCC,\n    0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0x47, 0x43, 0x05, 0x00, 0x49, 0xE0, 0x00, 0xCC, 0x00, 0x30,\n    0x00, 0x24, 0x00, 0x08, 0x48, 0x43, 0x05, 0x00, 0x4A, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x4B, 0x43, 0x09, 0x00, 0x47, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x4E, 0x43, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x52, 0x43,\n    0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x78, 0x00, 0x1C, 0x00, 0x62, 0x55, 0x43, 0x00, 0x00,\n    0x00, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x54, 0x00, 0x40, 0x01, 0x20, 0x00, 0x00, 0x00,\n    0x74, 0x00, 0x3A, 0x00, 0x58, 0x00, 0x06, 0x00, 0x1C, 0x00, 0x3A, 0x01, 0x18, 0x00, 0x3A, 0x00,\n    0x98, 0x00, 0x06, 0x01, 0x34, 0x00, 0xA2, 0x00, 0x00, 0x00, 0x9E, 0x00, 0x1C, 0x00, 0xFF, 0x00,\n    0x74, 0x00, 0x41, 0x00, 0x24, 0x00, 0x06, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x30, 0x01, 0x8D,\n    0x00, 0x20, 0x58, 0x43, 0x05, 0x00, 0x00, 0x08, 0x00, 0x95, 0x00, 0x23, 0x00, 0x1A, 0x00, 0x20,\n    0x5A, 0x43, 0x06, 0x00, 0x00, 0x2B, 0x00, 0x95, 0x00, 0x0D, 0x01, 0x33, 0x00, 0x20, 0x5D, 0x43,\n    0x05, 0x00, 0x15, 0x00, 0x00, 0xCC, 0x00, 0x40, 0x00, 0x24, 0x00, 0x0D, 0x5F, 0x43, 0x07, 0x00,\n    0x00, 0x40, 0x00, 0xCC, 0x00, 0xA0, 0x00, 0x24, 0x00, 0x09, 0x62, 0x43, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x63, 0x43, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x66, 0x43, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x08, 0x00,\n    0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0xC4, 0x00, 0x08, 0x00, 0xAF, 0x00, 0x23, 0x00, 0x1D, 0x00,\n    0x2B, 0x00, 0xC8, 0x00, 0x15, 0x01, 0x04, 0x00, 0x38, 0x01, 0x08, 0x00, 0x08, 0x00, 0xC0, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0x69, 0x43, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x20, 0x00, 0x8C, 0x00, 0x1C, 0x00, 0x32, 0x6C, 0x43, 0x10, 0xB7, 0x8B, 0x9C,\n    0x00, 0x20, 0x00, 0x52, 0x00, 0x1C, 0x00, 0x31, 0x6F, 0x43, 0x07, 0x00, 0x00, 0xEE, 0x00, 0x20,\n    0x00, 0x0E, 0x00, 0x1C, 0x00, 0x1E, 0x74, 0x43, 0x05, 0x00, 0x00, 0x10, 0x00, 0x3C, 0x00, 0x8C,\n    0x00, 0x1C, 0x00, 0x32, 0x75, 0x43, 0x10, 0xE7, 0x8B, 0x9C, 0x00, 0x3C, 0x00, 0x52, 0x00, 0x1C,\n    0x00, 0x31, 0x78, 0x43, 0x07, 0x00, 0x00, 0xEE, 0x00, 0x3A, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x1E,\n    0x7D, 0x43, 0x05, 0x00, 0x00, 0x10, 0x00, 0x56, 0x00, 0x54, 0x00, 0x1C, 0x00, 0x32, 0x7E, 0x43,\n    0x05, 0x00, 0x00, 0x64, 0x00, 0x56, 0x00, 0x54, 0x00, 0x1C, 0x00, 0x32, 0x81, 0x43, 0x05, 0x00,\n    0x00, 0xB8, 0x00, 0x56, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x32, 0x84, 0x43, 0x05, 0x00, 0x00, 0x10,\n    0x00, 0x72, 0x00, 0x3A, 0x00, 0x22, 0x00, 0x2C, 0x87, 0x43, 0x07, 0x00, 0x00, 0x4A, 0x00, 0x72,\n    0x00, 0x1A, 0x00, 0x22, 0x00, 0x1E, 0x8A, 0x43, 0x05, 0x00, 0x00, 0x64, 0x00, 0x72, 0x00, 0x1D,\n    0x00, 0x22, 0x00, 0x6A, 0x8B, 0x43, 0x05, 0x00, 0x00, 0x81, 0x00, 0x72, 0x00, 0x1D, 0x00, 0x22,\n    0x00, 0x6A, 0x8E, 0x43, 0x07, 0x00, 0x00, 0x9E, 0x00, 0x72, 0x00, 0x1A, 0x00, 0x22, 0x00, 0x1E,\n    0x91, 0x43, 0x05, 0x00, 0x00, 0xB8, 0x00, 0x72, 0x00, 0x1D, 0x00, 0x22, 0x00, 0x37, 0x92, 0x43,\n    0x05, 0x00, 0x00, 0xD5, 0x00, 0x72, 0x00, 0x1D, 0x00, 0x22, 0x00, 0x37, 0x95, 0x43, 0x07, 0x00,\n    0x00, 0xF2, 0x00, 0x72, 0x00, 0x0A, 0x00, 0x22, 0x00, 0x1E, 0x98, 0x43, 0x05, 0x00, 0x27, 0x10,\n    0x00, 0x94, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x99, 0x43, 0x05, 0x00, 0x8D, 0x10, 0x00, 0xB0,\n    0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x9C, 0x43, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0,\n    0x00, 0x24, 0x00, 0x09, 0x9F, 0x43, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0xA0, 0x43, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xA3, 0x43, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xA6, 0x43,\n    0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x0A, 0x00, 0xAC, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0xA7, 0x43, 0x05, 0x00,\n    0x00, 0x10, 0x00, 0x20, 0x00, 0x9C, 0x00, 0x2A, 0x00, 0x30, 0xAA, 0x43, 0x07, 0x00, 0x00, 0xAC,\n    0x00, 0x20, 0x00, 0x06, 0x00, 0x2A, 0x00, 0x1E, 0xAD, 0x43, 0x03, 0xAD, 0x00, 0xB2, 0x00, 0x20,\n    0x00, 0x4A, 0x00, 0x2A, 0x00, 0x15, 0xAE, 0x43, 0x05, 0x00, 0x00, 0x10, 0x00, 0x4A, 0x00, 0x9C,\n    0x00, 0x2A, 0x00, 0x30, 0xB1, 0x43, 0x07, 0x00, 0x00, 0xAC, 0x00, 0x4A, 0x00, 0x06, 0x00, 0x2A,\n    0x00, 0x1E, 0xB4, 0x43, 0x03, 0xAE, 0x00, 0xB2, 0x00, 0x4A, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x15,\n    0xB5, 0x43, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24, 0x00, 0x09, 0xB8, 0x43,\n    0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xB9, 0x43, 0x05, 0x00,\n    0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xBC, 0x43, 0x0E, 0x00, 0x00, 0xFC,\n    0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xBF, 0x43, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x0A, 0x00, 0xAC, 0x00, 0x10, 0x00, 0x74, 0x00, 0xEC, 0x00,\n    0x58, 0x00, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0xC0, 0x43,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xE4, 0x00, 0x1C, 0x00, 0x62, 0xC1, 0x43, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0, 0x00, 0x24, 0x00, 0x09, 0xC4, 0x43, 0x05, 0x00, 0x1C, 0xE0,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xC5, 0x43, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xC8, 0x43, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00,\n    0x06, 0x00, 0x1C, 0x00, 0xF6, 0x00, 0xB0, 0x00, 0xEA, 0x00, 0x00, 0x00, 0x12, 0x00, 0x1C, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x32, 0x01, 0x1E, 0x00, 0x62, 0xCB, 0x43, 0x05, 0x00,\n    0x00, 0x08, 0x00, 0x1E, 0x00, 0xB5, 0x00, 0x1C, 0x00, 0x32, 0xCE, 0x43, 0x03, 0x92, 0x00, 0xBD,\n    0x00, 0x1E, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x15, 0xD1, 0x43, 0x07, 0x00, 0x00, 0xE5, 0x00, 0x1E,\n    0x00, 0x53, 0x00, 0x1C, 0x00, 0x1E, 0xD4, 0x43, 0x05, 0x00, 0x00, 0x08, 0x00, 0x3A, 0x00, 0x85,\n    0x00, 0x1C, 0x00, 0x32, 0xD5, 0x43, 0x05, 0x93, 0x00, 0x8D, 0x00, 0x3A, 0x00, 0x23, 0x00, 0x1C,\n    0x00, 0x62, 0xD8, 0x43, 0x07, 0x00, 0x00, 0xB0, 0x00, 0x3A, 0x00, 0x88, 0x00, 0x1C, 0x00, 0x1E,\n    0xDB, 0x43, 0x02, 0x90, 0x00, 0x08, 0x00, 0x56, 0x00, 0x30, 0x01, 0x74, 0x00, 0x15, 0xDC, 0x43,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0xDF, 0x43, 0x05, 0x00,\n    0x60, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE2, 0x43, 0x07, 0x00, 0x00, 0x60,\n    0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0xE5, 0x43, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE6, 0x43, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00,\n    0x06, 0x00, 0x1E, 0x00, 0x02, 0x00, 0xAE, 0x00, 0x08, 0x00, 0xC6, 0x00, 0x38, 0x01, 0x06, 0x00,\n    0x38, 0x01, 0x00, 0x00, 0x08, 0x00, 0xC6, 0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x32,\n    0x01, 0x1E, 0x00, 0x62, 0xE9, 0x43, 0x02, 0x91, 0x00, 0x08, 0x00, 0x1E, 0x00, 0x30, 0x01, 0xA8,\n    0x00, 0x15, 0xEC, 0x43, 0x05, 0x00, 0x5F, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0xEF, 0x43, 0x05, 0x00, 0x00, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0xF2, 0x43,\n    0x07, 0x00, 0x00, 0x60, 0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0xF5, 0x43, 0x05, 0x00,\n    0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xF6, 0x43, 0x00, 0x00, 0x00, 0x00,\n    0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1E, 0x00, 0x02, 0x00, 0xAE, 0x00, 0x08, 0x00, 0xC6, 0x00,\n    0x38, 0x01, 0x06, 0x00, 0x38, 0x01, 0x00, 0x00, 0x08, 0x00, 0xC6, 0x00, 0x05, 0x00, 0x00, 0x06,\n    0x00, 0x00, 0x00, 0x5E, 0x00, 0x1E, 0x00, 0x62, 0xF9, 0x43, 0x05, 0x95, 0x00, 0x64, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0x1E, 0x00, 0x62, 0xFC, 0x43, 0x05, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0xB0,\n    0x00, 0x1E, 0x00, 0x62, 0xFF, 0x43, 0x03, 0x94, 0x00, 0x08, 0x00, 0x1E, 0x00, 0x30, 0x01, 0xAE,\n    0x00, 0x15, 0x02, 0x44, 0x09, 0x00, 0x64, 0x00, 0x00, 0xCC, 0x00, 0x38, 0x00, 0x24, 0x00, 0x0C,\n    0x05, 0x44, 0x05, 0x00, 0x65, 0x38, 0x00, 0xCC, 0x00, 0x38, 0x00, 0x24, 0x00, 0x0C, 0x09, 0x44,\n    0x09, 0x00, 0x66, 0x70, 0x00, 0xCC, 0x00, 0x38, 0x00, 0x24, 0x00, 0x0C, 0x0C, 0x44, 0x07, 0x00,\n    0x00, 0xA8, 0x00, 0xCC, 0x00, 0x38, 0x00, 0x24, 0x00, 0x09, 0x10, 0x44, 0x05, 0x00, 0x1C, 0xE0,\n    0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x11, 0x44, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x14, 0x44, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00,\n    0x06, 0x00, 0x1E, 0x00, 0x02, 0x00, 0xAE, 0x00, 0x38, 0x01, 0x00, 0x00, 0x08, 0x00, 0xCC, 0x00,\n    0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x5E, 0x00, 0x1E, 0x00, 0x62, 0x17, 0x44, 0x05, 0x95,\n    0x00, 0x64, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1E, 0x00, 0x62, 0x1A, 0x44, 0x05, 0x00, 0x00, 0x88,\n    0x00, 0x00, 0x00, 0xB0, 0x00, 0x1E, 0x00, 0x62, 0x1D, 0x44, 0x01, 0x00, 0x00, 0x08, 0x00, 0x1E,\n    0x00, 0x30, 0x01, 0xAE, 0x00, 0x15, 0x20, 0x44, 0x07, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0xE0,\n    0x00, 0x24, 0x00, 0x09, 0x23, 0x44, 0x05, 0x00, 0x1C, 0xE0, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x24, 0x44, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x27, 0x44, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x1E, 0x00, 0x02, 0x00,\n    0xAE, 0x00, 0x38, 0x01, 0x00, 0x00, 0x08, 0x00, 0xCC, 0x00, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00,\n    0x00, 0x44, 0x00, 0xCC, 0x00, 0x15, 0x2A, 0x44, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x20, 0x00, 0x62, 0x2B, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x1E, 0x00, 0x76, 0x00, 0x1C,\n    0x00, 0x32, 0x2E, 0x44, 0x04, 0x74, 0x00, 0x82, 0x00, 0x1E, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62,\n    0x31, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x3A, 0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x32, 0x44,\n    0x04, 0x75, 0x00, 0x82, 0x00, 0x3A, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x35, 0x44, 0x05, 0x00,\n    0x00, 0x0C, 0x00, 0x56, 0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x36, 0x44, 0x03, 0x76, 0x00, 0x82,\n    0x00, 0x56, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x15, 0x39, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x72,\n    0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x3C, 0x44, 0x03, 0x81, 0x00, 0x82, 0x00, 0x72, 0x00, 0x7A,\n    0x00, 0x1C, 0x00, 0x15, 0x3F, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x8E, 0x00, 0x76, 0x00, 0x1C,\n    0x00, 0x32, 0x42, 0x44, 0x04, 0x7C, 0x00, 0x82, 0x00, 0x8E, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62,\n    0x45, 0x44, 0x07, 0x00, 0x00, 0x0C, 0x00, 0xC6, 0x00, 0xF0, 0x00, 0x06, 0x00, 0x1E, 0x46, 0x44,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0x47, 0x44, 0x05, 0x00,\n    0x30, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x4A, 0x44, 0x07, 0x00, 0x00, 0x60,\n    0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0x4D, 0x44, 0x05, 0x00, 0x1D, 0x10, 0x01, 0xCC,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x4E, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0xAA, 0x00, 0x76,\n    0x00, 0x1C, 0x00, 0x32, 0x51, 0x44, 0x04, 0x7D, 0x00, 0x82, 0x00, 0xAA, 0x00, 0x7A, 0x00, 0x1C,\n    0x00, 0x62, 0x54, 0x44, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0xCC, 0x00, 0x06, 0x00, 0x20, 0x00,\n    0x06, 0x00, 0xAC, 0x00, 0x0E, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x44, 0x00, 0xCC, 0x00, 0x15,\n    0x55, 0x44, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x20, 0x00, 0x62, 0x56, 0x44,\n    0x05, 0x00, 0x00, 0x0C, 0x00, 0x20, 0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x59, 0x44, 0x04, 0x7F,\n    0x00, 0x82, 0x00, 0x20, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x5C, 0x44, 0x05, 0x00, 0x00, 0x0C,\n    0x00, 0x3C, 0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x5D, 0x44, 0x05, 0x80, 0x00, 0x82, 0x00, 0x3C,\n    0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x60, 0x44, 0x02, 0x02, 0x00, 0x0C, 0x00, 0x58, 0x00, 0xF0,\n    0x00, 0x38, 0x00, 0x15, 0x63, 0x44, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x00, 0x76, 0x00, 0x1C,\n    0x00, 0x32, 0x66, 0x44, 0x04, 0x7E, 0x00, 0x82, 0x00, 0x90, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62,\n    0x69, 0x44, 0x05, 0x00, 0x2F, 0x00, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x6A, 0x44,\n    0x05, 0x00, 0x00, 0x30, 0x00, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0x6D, 0x44, 0x07, 0x00,\n    0x00, 0x60, 0x00, 0xCC, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x09, 0x70, 0x44, 0x05, 0x00, 0x1D, 0x10,\n    0x01, 0xCC, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x71, 0x44, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,\n    0xCC, 0x00, 0x06, 0x00, 0x20, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x0C, 0x00, 0xAC, 0x00, 0xF0, 0x00,\n    0x20, 0x00, 0x05, 0x00, 0xA8, 0x0C, 0x00, 0x4C, 0x00, 0x7A, 0x00, 0x20, 0x00, 0x73, 0x74, 0x44,\n    0x05, 0x00, 0x1B, 0x0C, 0x00, 0x0C, 0x00, 0x7A, 0x00, 0x20, 0x00, 0x73, 0x77, 0x44, 0x05, 0x00,\n    0x8D, 0x0C, 0x00, 0x2C, 0x00, 0x7A, 0x00, 0x20, 0x00, 0x73, 0x7A, 0x44, 0x07, 0x00, 0x00, 0x0C,\n    0x00, 0x70, 0x00, 0x7A, 0x00, 0x02, 0x00, 0x78, 0x7D, 0x44, 0x05, 0x00, 0x1C, 0x0D, 0x00, 0x76,\n    0x00, 0x7A, 0x00, 0x20, 0x00, 0x73, 0x7E, 0x44, 0x57, 0x00, 0x20, 0x00, 0x92, 0x00, 0x0C, 0x00,\n    0x57, 0x00, 0x2C, 0x00, 0x0C, 0x00, 0x96, 0x00, 0x63, 0x00, 0x8C, 0x00, 0x86, 0x00, 0x04, 0x00,\n    0x63, 0x00, 0x92, 0x00, 0x86, 0x00, 0x04, 0x00, 0x63, 0x00, 0x96, 0x00, 0x01, 0x00, 0x2C, 0x00,\n    0x64, 0x00, 0xB6, 0x00, 0x85, 0x00, 0x0C, 0x00, 0xDD, 0x00, 0x2C, 0x00, 0x0C, 0x00, 0x60, 0x00,\n    0xDD, 0x00, 0x90, 0x00, 0x0C, 0x00, 0x02, 0x00, 0xDE, 0x00, 0x96, 0x00, 0x0B, 0x00, 0x20, 0x00,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x5A, 0x00, 0x1E, 0x81, 0x44, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x5A, 0x00, 0x40, 0x01, 0x28, 0x00, 0x15, 0x82, 0x44, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x82, 0x00, 0x40, 0x01, 0x24, 0x00, 0x1E, 0x85, 0x44, 0x07, 0x00, 0x00, 0x00, 0x00, 0xA6,\n    0x00, 0x2C, 0x00, 0x32, 0x00, 0x1E, 0x86, 0x44, 0x06, 0x00, 0x00, 0x2C, 0x00, 0xA6, 0x00, 0xF0,\n    0x00, 0x32, 0x00, 0x20, 0x87, 0x44, 0x07, 0x00, 0x00, 0x1C, 0x01, 0xA6, 0x00, 0x24, 0x00, 0x32,\n    0x00, 0x1E, 0x89, 0x44, 0x07, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x00, 0x40, 0x01, 0x18, 0x00, 0x1E,\n    0x8A, 0x44, 0x05, 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x40, 0x01, 0x28, 0x00, 0x15, 0x8B, 0x44,\n    0x06, 0x00, 0x00, 0x2C, 0x00, 0xA6, 0x00, 0xF0, 0x00, 0x32, 0x00, 0x20, 0x8E, 0x44, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x01, 0x5A, 0x00, 0x00, 0x00, 0x82, 0x00, 0x40, 0x01, 0x24, 0x00, 0x00, 0x00,\n    0xA6, 0x00, 0x2C, 0x00, 0x4A, 0x00, 0x2C, 0x00, 0xD8, 0x00, 0x14, 0x01, 0x18, 0x00, 0x1C, 0x01,\n    0xA6, 0x00, 0x24, 0x00, 0x32, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x40, 0x01, 0x28,\n    0x00, 0x75, 0x90, 0x44, 0x06, 0x00, 0x00, 0x27, 0x00, 0x96, 0x00, 0xF0, 0x00, 0x46, 0x00, 0x76,\n    0x93, 0x44, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x39, 0x00, 0x00, 0x00, 0x61, 0x00, 0x40, 0x01,\n    0x35, 0x00, 0x00, 0x00, 0x96, 0x00, 0x27, 0x00, 0x5A, 0x00, 0x27, 0x00, 0xDC, 0x00, 0x19, 0x01,\n    0x14, 0x00, 0x17, 0x01, 0x96, 0x00, 0x29, 0x00, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x95, 0x44, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0xCC, 0x00, 0x15, 0x98, 0x44, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC,\n    0x00, 0x15, 0x9B, 0x44, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15,\n    0x9E, 0x44, 0x05, 0x95, 0x61, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x25, 0xA1, 0x44,\n    0x05, 0x96, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0C, 0x01, 0x1C, 0x00, 0x32, 0xA4, 0x44, 0x42, 0x61,\n    0x73, 0x69, 0x63, 0x20, 0x69, 0x6E, 0x66, 0x6F, 0x3A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xD2, 0x00, 0x1C, 0x00, 0x15, 0xA7, 0x44, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x9B,\n    0x00, 0x56, 0x00, 0x11, 0xAA, 0x44, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x00, 0x56,\n    0x00, 0x15, 0xAD, 0x44, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56,\n    0xB0, 0x44, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xB3, 0x44,\n    0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xB6, 0x44, 0x05, 0x00,\n    0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xB9, 0x44, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xBC, 0x44, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xBF, 0x44, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x57, 0xC2, 0x44, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x58, 0xC5, 0x44, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56,\n    0xC8, 0x44, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xCB, 0x44,\n    0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xCE, 0x44, 0x05, 0x00,\n    0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xD1, 0x44, 0x05, 0x00, 0x38, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xD4, 0x44, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xD7, 0x44, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x50, 0x00, 0x15, 0xDA, 0x44, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x50,\n    0x00, 0x4D, 0xDD, 0x44, 0x60, 0x20, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00,\n    0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x11, 0xE1, 0x44, 0x03, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0xE4, 0x44, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0xE7, 0x44, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x48, 0x00, 0x4D, 0xEA, 0x44, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x56, 0xEE, 0x44, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x57, 0xF1, 0x44, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56,\n    0xF4, 0x44, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0xF7, 0x44,\n    0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0xFA, 0x44, 0x05, 0x00,\n    0x37, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0xFD, 0x44, 0x05, 0x00, 0x37, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x00, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x03, 0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x56, 0x06, 0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x57, 0x09, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58,\n    0x0C, 0x45, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x0F, 0x45,\n    0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x12, 0x45, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x15, 0x45, 0x60, 0x20, 0x53, 0x65,\n    0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x95, 0x00,\n    0x82, 0x00, 0x11, 0x18, 0x45, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95, 0x00, 0x82, 0x00,\n    0x15, 0x1B, 0x45, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x1E,\n    0x45, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x21, 0x45, 0x05,\n    0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x24, 0x45, 0x05, 0x00, 0x36,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x27, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x2A, 0x45, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x00, 0x18, 0x00, 0x56, 0x2D, 0x45, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00,\n    0x18, 0x00, 0x57, 0x30, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00,\n    0x58, 0x33, 0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x36,\n    0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x39, 0x45, 0x05,\n    0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x3C, 0x45, 0x05, 0x00, 0x38,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x3F, 0x45, 0x05, 0x00, 0x38, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x42, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x00, 0x18, 0x00, 0x58, 0x45, 0x45, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00,\n    0x48, 0x00, 0x15, 0x48, 0x45, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x48, 0x00,\n    0x4D, 0x4B, 0x45, 0x60, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x11, 0x4F, 0x45, 0x03, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x15, 0x52, 0x45, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x48, 0x00, 0x15, 0x55, 0x45, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x48, 0x00, 0x4D, 0x58, 0x45, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x56, 0x5C, 0x45, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57,\n    0x5F, 0x45, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x62, 0x45,\n    0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x65, 0x45, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x68, 0x45, 0x05, 0x00, 0x37, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x6B, 0x45, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00,\n    0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x6E, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D,\n    0x00, 0x18, 0x00, 0x58, 0x71, 0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18,\n    0x00, 0x56, 0x74, 0x45, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57,\n    0x77, 0x45, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x7A, 0x45,\n    0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x56, 0x7D, 0x45, 0x05, 0x00,\n    0x38, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x57, 0x80, 0x45, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x2D, 0x00, 0x18, 0x00, 0x58, 0x83, 0x45, 0x60, 0x20, 0x53, 0x65, 0x74, 0x74,\n    0x69, 0x6E, 0x67, 0x73, 0x00, 0x86, 0x45, 0x00, 0xAE, 0x45, 0x00, 0xCE, 0x45, 0xAC, 0x46, 0xFC,\n    0x46, 0x00, 0x4A, 0x13, 0x47, 0x00, 0x17, 0x47, 0x00, 0x4A, 0x23, 0x47, 0x00, 0x27, 0x47, 0x00,\n    0x33, 0x47, 0x00, 0x3A, 0x47, 0x00, 0x01, 0x20, 0x20, 0x4D, 0x47, 0x00, 0x61, 0x47, 0x00, 0x7A,\n    0x47, 0x00, 0x7B, 0x47, 0x00, 0x03, 0x7D, 0x47, 0x00, 0x04, 0xA7, 0x47, 0x03, 0xDF, 0x47, 0x04,\n    0x09, 0x48, 0x02, 0x41, 0x48, 0x03, 0x5D, 0x48, 0x03, 0x87, 0x48, 0xB1, 0x48, 0x00, 0x04, 0xB3,\n    0x48, 0xEB, 0x48, 0x00, 0xED, 0x48, 0x00, 0xEF, 0x48, 0x00, 0x03, 0xF1, 0x48, 0x1B, 0x49, 0x00,\n    0x00, 0x1D, 0x49, 0x00, 0x01, 0x00, 0x00, 0x1F, 0x49, 0x00, 0x21, 0x49, 0xB6, 0x49, 0x05, 0x01,\n    0x4A, 0x22, 0x10, 0x47, 0x4A, 0x00, 0x01, 0x07, 0x27, 0x4B, 0x00, 0x22, 0x22, 0x2F, 0x02, 0x89,\n    0x4B, 0x02, 0xA5, 0x4B, 0x01, 0x01, 0xC1, 0x4B, 0x00, 0xD5, 0x4B, 0x11, 0x4C, 0x00, 0x29, 0x4C,\n    0x00, 0x64, 0x4C, 0x00, 0x07, 0x66, 0x4C, 0x06, 0xC8, 0x4C, 0x00, 0x22, 0x22, 0x2F, 0x02, 0x1C,\n    0x4D, 0x02, 0x38, 0x4D, 0x01, 0x01, 0x54, 0x4D, 0x00, 0x68, 0x4D, 0xC6, 0x4D, 0x00, 0xDE, 0x4D,\n    0x00, 0x19, 0x4E, 0x00, 0x1B, 0x4E, 0x00, 0x1C, 0x4E, 0x00, 0x1F, 0x4E, 0x00, 0x20, 0x4E, 0x00,\n    0x21, 0x4E, 0x00, 0x24, 0x4E, 0x00, 0x25, 0x4E, 0x00, 0x26, 0x4E, 0x00, 0x27, 0x4E, 0x00, 0x28,\n    0x4E, 0x00, 0x2B, 0x4E, 0x00, 0x2C, 0x4E, 0x00, 0x2D, 0x4E, 0x00, 0x30, 0x4E, 0x00, 0x31, 0x4E,\n    0x00, 0x32, 0x4E, 0x00, 0x35, 0x4E, 0x00, 0x36, 0x4E, 0x00, 0x37, 0x4E, 0x00, 0x3B, 0x4E, 0x00,\n    0x00, 0x3E, 0x4E, 0x00, 0x4C, 0x4E, 0x00, 0x00, 0x5A, 0x4E, 0x00, 0x00, 0x5E, 0x4E, 0x00, 0x00,\n    0x00, 0x61, 0x4E, 0x00, 0x62, 0x4E, 0x00, 0x66, 0x4E, 0x00, 0x69, 0x4E, 0x00, 0x6F, 0x4E, 0x00,\n    0x70, 0x4E, 0x00, 0x71, 0x4E, 0x00, 0x72, 0x4E, 0x00, 0x73, 0x4E, 0x00, 0x74, 0x4E, 0x00, 0x01,\n    0x7A, 0x4E, 0x02, 0x88, 0x4E, 0xA4, 0x4E, 0x00, 0x2A, 0x2D, 0xA6, 0x4E, 0x2A, 0x10, 0x1C, 0x51,\n    0x00, 0x01, 0x00, 0xFC, 0x51, 0x00, 0xFE, 0x51, 0x00, 0x01, 0x00, 0x02, 0x00, 0x52, 0x1C, 0x52,\n    0x00, 0x2C, 0x52, 0x00, 0x42, 0x52, 0x00, 0x58, 0x52, 0x00, 0x02, 0x6C, 0x52, 0x00, 0x88, 0x52,\n    0x00, 0x8A, 0x52, 0x00, 0x8C, 0x52, 0x00, 0x8E, 0x52, 0x00, 0x00, 0x90, 0x52, 0x00, 0x02, 0x92,\n    0x52, 0xAE, 0x52, 0xF6, 0x52, 0x00, 0x00, 0xFC, 0x52, 0x00, 0x00, 0x0E, 0x53, 0x00, 0x10, 0x53,\n    0x00, 0x12, 0x53, 0x00, 0x14, 0x53, 0x00, 0x00, 0x16, 0x53, 0x00, 0x01, 0x02, 0x18, 0x53, 0x34,\n    0x53, 0x00, 0x2A, 0x3B, 0x53, 0x00, 0x02, 0x47, 0x53, 0x63, 0x53, 0x00, 0x2A, 0x6F, 0x53, 0x00,\n    0x2A, 0x7B, 0x53, 0x00, 0x02, 0x8B, 0x53, 0xA7, 0x53, 0x8F, 0x55, 0xAD, 0x53, 0x00, 0xB7, 0x53,\n    0x00, 0xB9, 0x53, 0x00, 0xBB, 0x53, 0x00, 0xBD, 0x53, 0x00, 0x00, 0xBF, 0x53, 0x00, 0x01, 0x02,\n    0xC1, 0x53, 0xDD, 0x53, 0x00, 0x02, 0xE4, 0x53, 0x00, 0x54, 0x00, 0x02, 0x0C, 0x54, 0x28, 0x54,\n    0x00, 0x2A, 0x34, 0x54, 0x00, 0x02, 0x44, 0x54, 0x00, 0x60, 0x54, 0x8F, 0x55, 0x66, 0x54, 0x00,\n    0x70, 0x54, 0x00, 0x72, 0x54, 0x00, 0x74, 0x54, 0x00, 0x76, 0x54, 0x00, 0x00, 0x78, 0x54, 0x00,\n    0x01, 0x02, 0x7A, 0x54, 0x96, 0x54, 0x00, 0x2A, 0x9D, 0x54, 0x00, 0x02, 0xA9, 0x54, 0xC5, 0x54,\n    0x00, 0x2A, 0xD1, 0x54, 0x00, 0x2A, 0xDD, 0x54, 0x00, 0x02, 0xEB, 0x54, 0x07, 0x55, 0x8F, 0x55,\n    0x0D, 0x55, 0x00, 0x17, 0x55, 0x00, 0x19, 0x55, 0x00, 0x1B, 0x55, 0x00, 0x1D, 0x55, 0x00, 0x00,\n    0x1F, 0x55, 0x00, 0x01, 0x02, 0x21, 0x55, 0x3D, 0x55, 0x00, 0x02, 0x49, 0x55, 0x65, 0x55, 0x00,\n    0x2A, 0x71, 0x55, 0x00, 0x2A, 0x7D, 0x55, 0x00, 0x02, 0x8C, 0x55, 0x00, 0xA8, 0x55, 0x8F, 0x55,\n    0xAE, 0x55, 0x00, 0xB8, 0x55, 0x00, 0xBA, 0x55, 0x00, 0xBC, 0x55, 0x00, 0xBE, 0x55, 0x00, 0x00,\n    0xC0, 0x55, 0x00, 0x01, 0x02, 0xC2, 0x55, 0xDE, 0x55, 0x00, 0xEC, 0x55, 0x00, 0x03, 0xED, 0x55,\n    0x17, 0x56, 0x00, 0x30, 0x56, 0x00, 0x32, 0x56, 0x00, 0x34, 0x56, 0x00, 0x36, 0x56, 0x00, 0x00,\n    0x38, 0x56, 0x00, 0x01, 0xC0, 0xC2, 0x6C, 0xC4, 0x6E, 0xC8, 0x77, 0x3A, 0x56, 0x00, 0x3C, 0x56,\n    0x00, 0x42, 0x56, 0x00, 0x4A, 0x56, 0x00, 0x01, 0x52, 0x56, 0x60, 0x56, 0xC6, 0x0A, 0x62, 0x56,\n    0xC7, 0x0A, 0x64, 0x56, 0xC9, 0x0A, 0x66, 0x56, 0xCA, 0x0A, 0x68, 0x56, 0x00, 0x6A, 0x56, 0x00,\n    0x6C, 0x56, 0x8F, 0x0A, 0x00, 0x01, 0x6E, 0x56, 0x00, 0x7F, 0x56, 0x00, 0x90, 0x56, 0xCB, 0x74,\n    0x9B, 0x56, 0xCC, 0x74, 0xB9, 0x56, 0xCD, 0x74, 0xD5, 0x56, 0x00, 0xE0, 0x56, 0x00, 0xF3, 0x56,\n    0x00, 0x04, 0x57, 0x00, 0x02, 0x11, 0x57, 0x04, 0x2D, 0x57, 0x65, 0x57, 0x00, 0x02, 0x7D, 0x57,\n    0x02, 0x99, 0x57, 0x02, 0xB5, 0x57, 0xD1, 0x57, 0x00, 0x00, 0xDE, 0x57, 0x00, 0xE0, 0x57, 0x00,\n    0xE2, 0x57, 0x00, 0xE4, 0x57, 0x00, 0x00, 0xE6, 0x57, 0x00, 0x01, 0x02, 0xE8, 0x57, 0x04, 0x58,\n    0x00, 0x62, 0x16, 0x58, 0x00, 0x62, 0x29, 0x58, 0x00, 0x02, 0x34, 0x58, 0x50, 0x58, 0x00, 0x02,\n    0x58, 0x58, 0x00, 0x74, 0x58, 0x8F, 0x55, 0x7A, 0x58, 0x00, 0x00, 0x84, 0x58, 0x00, 0x86, 0x58,\n    0x00, 0x88, 0x58, 0x00, 0x8A, 0x58, 0x00, 0x00, 0x8C, 0x58, 0x00, 0x01, 0x02, 0x8E, 0x58, 0x03,\n    0xAA, 0x58, 0x02, 0xD4, 0x58, 0xF0, 0x58, 0x00, 0xF2, 0x58, 0x00, 0xF4, 0x58, 0x00, 0xF6, 0x58,\n    0x00, 0x00, 0xF8, 0x58, 0x00, 0x01, 0x02, 0xFA, 0x58, 0x16, 0x59, 0x00, 0x25, 0x59, 0x00, 0x40,\n    0x59, 0x00, 0x02, 0x4D, 0x59, 0x02, 0x69, 0x59, 0x85, 0x59, 0x00, 0x87, 0x59, 0x00, 0x89, 0x59,\n    0x00, 0x8B, 0x59, 0x00, 0x00, 0x8D, 0x59, 0x00, 0x01, 0x8F, 0x59, 0x00, 0xAA, 0x59, 0x00, 0x1D,\n    0x5A, 0x00, 0x02, 0x25, 0x5A, 0x00, 0x00, 0x41, 0x5A, 0x00, 0x43, 0x5A, 0x00, 0x45, 0x5A, 0x00,\n    0x47, 0x5A, 0x00, 0x00, 0x49, 0x5A, 0x00, 0x01, 0x4B, 0x5A, 0x00, 0x66, 0x5A, 0x03, 0xA2, 0x5A,\n    0x00, 0xCC, 0x5A, 0x00, 0xCE, 0x5A, 0x00, 0xD0, 0x5A, 0x00, 0xD2, 0x5A, 0x00, 0x00, 0xD4, 0x5A,\n    0x00, 0x01, 0xD6, 0x5A, 0x00, 0x02, 0x02, 0xF5, 0x5A, 0x00, 0x11, 0x5B, 0x00, 0x13, 0x5B, 0x00,\n    0x02, 0x15, 0x5B, 0x02, 0x31, 0x5B, 0x4D, 0x5B, 0x00, 0x2A, 0x5F, 0x5B, 0x00, 0x2A, 0x71, 0x5B,\n    0x00, 0x00, 0x00, 0x00, 0x86, 0x5B, 0x00, 0x94, 0x5B, 0x00, 0x00, 0x9A, 0x5B, 0x8F, 0x55, 0xA0,\n    0x5B, 0x00, 0x00, 0xAA, 0x5B, 0x00, 0xAC, 0x5B, 0x00, 0xAE, 0x5B, 0x00, 0xB0, 0x5B, 0x00, 0x00,\n    0xB2, 0x5B, 0x00, 0x01, 0x02, 0xB4, 0x5B, 0xD0, 0x5B, 0x00, 0xD2, 0x5B, 0x00, 0xD4, 0x5B, 0x00,\n    0xD6, 0x5B, 0x00, 0x00, 0xD8, 0x5B, 0x00, 0x01, 0x01, 0xDA, 0x5B, 0x00, 0x03, 0xEE, 0x5B, 0x18,\n    0x5C, 0x00, 0x33, 0x5C, 0x00, 0x3B, 0x5C, 0x00, 0x47, 0x5C, 0x00, 0x02, 0x59, 0x5C, 0x75, 0x5C,\n    0x00, 0x77, 0x5C, 0x00, 0x00, 0x79, 0x5C, 0x00, 0x7B, 0x5C, 0x00, 0x9A, 0x5C, 0x00, 0x02, 0xA6,\n    0x5C, 0xC2, 0x5C, 0x00, 0x03, 0xD1, 0x5C, 0xFB, 0x5C, 0x00, 0x2A, 0x07, 0x5D, 0x00, 0x2A, 0x00,\n    0x13, 0x5D, 0x8F, 0x55, 0x19, 0x5D, 0x00, 0x23, 0x5D, 0x7A, 0x55, 0x00, 0x29, 0x5D, 0x00, 0x01,\n    0x2B, 0x5D, 0x00, 0x46, 0x5D, 0x02, 0x67, 0x5D, 0x02, 0x83, 0x5D, 0x9F, 0x5D, 0x02, 0xCA, 0x5D,\n    0x00, 0xE6, 0x5D, 0x00, 0xE8, 0x5D, 0x00, 0x01, 0x01, 0xEA, 0x5D, 0x00, 0x03, 0x5E, 0x00, 0x0B,\n    0x5E, 0x00, 0x00, 0x0C, 0x5E, 0x00, 0x13, 0x5E, 0x00, 0x00, 0x00, 0x16, 0x5E, 0x00, 0x02, 0x2D,\n    0x5E, 0x00, 0x49, 0x5E, 0x00, 0x4B, 0x5E, 0x8F, 0x55, 0x51, 0x5E, 0x00, 0x00, 0x5B, 0x5E, 0x00,\n    0x5D, 0x5E, 0x00, 0x76, 0x5E, 0x00, 0x7C, 0x5E, 0x00, 0x84, 0x5E, 0x00, 0x8A, 0x5E, 0x00, 0x90,\n    0x5E, 0x00, 0x97, 0x5E, 0x00, 0xA1, 0x5E, 0x00, 0x00, 0x02, 0xAB, 0x5E, 0xB9, 0x5E, 0x8F, 0x55,\n    0xBF, 0x5E, 0x00, 0x00, 0xC9, 0x5E, 0x00, 0x01, 0xCB, 0x5E, 0x00, 0x02, 0xDD, 0x5E, 0x00, 0xF9,\n    0x5E, 0x8F, 0x55, 0xFF, 0x5E, 0x00, 0x00, 0x09, 0x5F, 0x00, 0x01, 0x01, 0x0B, 0x5F, 0x00, 0x1C,\n    0x5F, 0x00, 0x02, 0x2F, 0x5F, 0x00, 0x4B, 0x5F, 0x00, 0x6A, 0x5F, 0x00, 0x25, 0x75, 0x5F, 0x77,\n    0x5F, 0x79, 0x5F, 0x00, 0x25, 0x86, 0x5F, 0x88, 0x5F, 0x8A, 0x5F, 0x8F, 0x55, 0x90, 0x5F, 0x00,\n    0x00, 0x9A, 0x5F, 0x00, 0x9C, 0x5F, 0x00, 0xB0, 0x5F, 0x00, 0x02, 0xCA, 0x5F, 0x02, 0xE6, 0x5F,\n    0x02, 0x60, 0x00, 0x13, 0x60, 0x00, 0x19, 0x60, 0x00, 0x02, 0x29, 0x60, 0x45, 0x60, 0x00, 0x47,\n    0x60, 0x00, 0x00, 0x49, 0x60, 0x00, 0x01, 0x4B, 0x60, 0x00, 0x02, 0x5B, 0x60, 0x77, 0x60, 0x8F,\n    0x55, 0x7D, 0x60, 0x00, 0x00, 0x87, 0x60, 0x00, 0x89, 0x60, 0x00, 0x01, 0x8B, 0x60, 0x00, 0x02,\n    0x9D, 0x60, 0x00, 0x04, 0xB9, 0x60, 0xF1, 0x60, 0x8F, 0x55, 0xF7, 0x60, 0x00, 0x00, 0x01, 0x61,\n    0x00, 0x03, 0x61, 0x00, 0x01, 0x05, 0x61, 0x00, 0x1D, 0x61, 0x00, 0x29, 0x61, 0x00, 0x2A, 0x61,\n    0x00, 0x2F, 0x61, 0x00, 0x30, 0x61, 0x00, 0x39, 0x61, 0x00, 0x3A, 0x61, 0x00, 0x47, 0x61, 0x00,\n    0x48, 0x61, 0x8F, 0x55, 0x4E, 0x61, 0x00, 0x00, 0x58, 0x61, 0x00, 0x5A, 0x61, 0x00, 0x01, 0x5C,\n    0x61, 0x00, 0x72, 0x61, 0x00, 0x01, 0x79, 0x61, 0x00, 0x87, 0x61, 0x00, 0x89, 0x61, 0x00, 0x8B,\n    0x61, 0x00, 0xA1, 0x61, 0x00, 0xB5, 0x61, 0x00, 0xD3, 0x61, 0x00, 0xE4, 0x61, 0x00, 0xE5, 0x61,\n    0x00, 0xED, 0x61, 0x00, 0x02, 0xF4, 0x61, 0x10, 0x62, 0x00, 0x29, 0x62, 0x00, 0x2B, 0x62, 0x00,\n    0x2D, 0x62, 0x00, 0x41, 0x62, 0x00, 0x02, 0x4D, 0x62, 0x02, 0x69, 0x62, 0x02, 0x85, 0x62, 0xA1,\n    0x62, 0x41, 0x0A, 0xA3, 0x62, 0x42, 0x0A, 0x00, 0xA5, 0x62, 0x00, 0xA7, 0x62, 0x00, 0xA9, 0x62,\n    0x00, 0xC6, 0x62, 0x00, 0xCD, 0x62, 0x00, 0x00, 0xD7, 0x62, 0x00, 0xD9, 0x62, 0x00, 0xDB, 0x62,\n    0x41, 0x0A, 0xDD, 0x62, 0x00, 0xF1, 0x62, 0x00, 0xFD, 0x62, 0xD2, 0x63, 0x00, 0xD4, 0x63, 0x18,\n    0x64, 0x00, 0x00, 0x1E, 0x64, 0x00, 0x20, 0x64, 0x00, 0x22, 0x64, 0x00, 0x33, 0x64, 0x00, 0x25,\n    0x3F, 0x64, 0x41, 0x64, 0x00, 0x43, 0x64, 0x00, 0x25, 0x4F, 0x64, 0x51, 0x64, 0x00, 0x53, 0x64,\n    0x00, 0x5B, 0x64, 0x00, 0x62, 0x64, 0x00, 0x69, 0x64, 0x01, 0x00, 0x6B, 0x64, 0x00, 0x6D, 0x64,\n    0x01, 0x00, 0x6F, 0x64, 0x00, 0x71, 0x64, 0x01, 0x00, 0x73, 0x64, 0x00, 0x8B, 0x64, 0x00, 0x00,\n    0x9C, 0x64, 0x00, 0x9E, 0x64, 0x00, 0x01, 0xA0, 0x64, 0x00, 0xAE, 0x64, 0x00, 0x00, 0x02, 0xB5,\n    0x64, 0xD1, 0x64, 0x00, 0x00, 0x02, 0xDE, 0x64, 0x00, 0xFA, 0x64, 0x00, 0xFC, 0x64, 0x00, 0x01,\n    0x01, 0xFE, 0x64, 0x00, 0x00, 0x11, 0x65, 0x00, 0x13, 0x65, 0x00, 0x15, 0x65, 0x00, 0x27, 0x65,\n    0x00, 0x02, 0x3F, 0x65, 0x00, 0x5B, 0x65, 0x00, 0x6D, 0x65, 0x00, 0x00, 0x01, 0x6E, 0x65, 0x7C,\n    0x65, 0x00, 0x7E, 0x65, 0x00, 0x00, 0x80, 0x65, 0x00, 0x82, 0x65, 0x00, 0x01, 0x94, 0x65, 0xA2,\n    0x65, 0x00, 0xA4, 0x65, 0x00, 0x00, 0xA6, 0x65, 0x00, 0xA8, 0x65, 0x00, 0xB5, 0x65, 0x00, 0xB6,\n    0x65, 0x00, 0x02, 0xBF, 0x65, 0xDB, 0x65, 0x94, 0x0E, 0xE2, 0x65, 0x00, 0xE7, 0x65, 0x94, 0x0E,\n    0x00, 0xEE, 0x65, 0x00, 0xF0, 0x65, 0x00, 0xF2, 0x65, 0x00, 0xFF, 0x65, 0x00, 0x00, 0x66, 0x00,\n    0x05, 0x09, 0x66, 0x00, 0x4F, 0x66, 0x00, 0x51, 0x66, 0x00, 0x01, 0x53, 0x66, 0x00, 0x6A, 0x66,\n    0x00, 0x62, 0x79, 0x66, 0x00, 0x62, 0x87, 0x66, 0x00, 0x03, 0x92, 0x66, 0xBC, 0x66, 0x00, 0x04,\n    0xC7, 0x66, 0xFF, 0x66, 0x00, 0x62, 0x00, 0x09, 0x67, 0x00, 0x0B, 0x67, 0x00, 0x00, 0x0D, 0x67,\n    0x00, 0x0F, 0x67, 0x00, 0x62, 0x01, 0x1B, 0x67, 0x00, 0x32, 0x67, 0x00, 0x62, 0x3D, 0x67, 0x00,\n    0x47, 0x67, 0x00, 0x01, 0x48, 0x67, 0x56, 0x67, 0x00, 0x62, 0x64, 0x67, 0x00, 0x66, 0x67, 0x00,\n    0x00, 0x68, 0x67, 0x00, 0x6A, 0x67, 0x00, 0x77, 0x67, 0x00, 0x7F, 0x67, 0x00, 0x00, 0x8B, 0x67,\n    0x00, 0x00, 0x92, 0x67, 0x00, 0x00, 0x00, 0xA6, 0x67, 0x00, 0x00, 0xD8, 0x67, 0x00, 0xE5, 0x67,\n    0x17, 0x68, 0x00, 0x2C, 0x68, 0x01, 0x5E, 0x68, 0x05, 0x6C, 0x68, 0x05, 0xB2, 0x68, 0x02, 0xF8,\n    0x68, 0x14, 0x69, 0x00, 0x15, 0x69, 0x00, 0x04, 0x16, 0x69, 0x4E, 0x69, 0x00, 0x02, 0x52, 0x69,\n    0x6E, 0x69, 0x00, 0x73, 0x69, 0x00, 0x78, 0x69, 0x00, 0x7C, 0x69, 0x00, 0x80, 0x69, 0x00, 0x84,\n    0x69, 0x00, 0x88, 0x69, 0x00, 0x8C, 0x69, 0x00, 0x90, 0x69, 0x00, 0x94, 0x69, 0x00, 0x98, 0x69,\n    0x00, 0x9C, 0x69, 0x00, 0xA0, 0x69, 0x00, 0xA4, 0x69, 0x00, 0x02, 0xA8, 0x69, 0xC4, 0x69, 0xD2,\n    0x15, 0xC9, 0x69, 0x00, 0x02, 0xCD, 0x69, 0x02, 0xE9, 0x69, 0x05, 0x6A, 0xD2, 0x15, 0x0A, 0x6A,\n    0x00, 0x0F, 0x6A, 0x00, 0x14, 0x6A, 0x00, 0x18, 0x6A, 0x00, 0x1C, 0x6A, 0x00, 0x20, 0x6A, 0x00,\n    0x24, 0x6A, 0x00, 0x28, 0x6A, 0x00, 0x2C, 0x6A, 0x00, 0x30, 0x6A, 0x00, 0x34, 0x6A, 0x00, 0x38,\n    0x6A, 0x00, 0x3C, 0x6A, 0x00, 0x40, 0x6A, 0x00, 0x44, 0x6A, 0x00, 0x02, 0x48, 0x6A, 0x64, 0x6A,\n    0x00, 0x69, 0x6A, 0x00, 0x6E, 0x6A, 0x00, 0x72, 0x6A, 0x00, 0x76, 0x6A, 0x00, 0x7A, 0x6A, 0x00,\n    0x7E, 0x6A, 0x00, 0x82, 0x6A, 0x00, 0x86, 0x6A, 0x00, 0x8A, 0x6A, 0x00, 0x8E, 0x6A, 0x00, 0x92,\n    0x6A, 0x00, 0x96, 0x6A, 0x00, 0x9A, 0x6A, 0x00, 0x02, 0x9E, 0x6A, 0xBA, 0x6A, 0xD2, 0x15, 0xBF,\n    0x6A, 0x00, 0x02, 0xC3, 0x6A, 0x02, 0xDF, 0x6A, 0xFB, 0x6A, 0xD2, 0x15, 0x00, 0x6B, 0x00, 0x05,\n    0x6B, 0x00, 0x0A, 0x6B, 0x00, 0x0E, 0x6B, 0x00, 0x12, 0x6B, 0x00, 0x16, 0x6B, 0x00, 0x1A, 0x6B,\n    0x00, 0x1E, 0x6B, 0x00, 0x22, 0x6B, 0x00, 0x26, 0x6B, 0x00, 0x2A, 0x6B, 0x00, 0x2E, 0x6B, 0x00,\n    0x32, 0x6B, 0x00, 0x36, 0x6B, 0x00, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E, 0x65, 0x74, 0x20, 0x69,\n    0x6E, 0x69, 0x74, 0x69, 0x61, 0x6C, 0x69, 0x7A, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x2C, 0x20, 0x70,\n    0x6C, 0x65, 0x61, 0x73, 0x65, 0x20, 0x77, 0x61, 0x69, 0x74, 0x2E, 0x2E, 0x2E, 0x00, 0x49, 0x6E,\n    0x69, 0x74, 0x69, 0x61, 0x6C, 0x20, 0x74, 0x6F, 0x75, 0x63, 0x68, 0x73, 0x63, 0x72, 0x65, 0x65,\n    0x6E, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x55, 0x73,\n    0x65, 0x20, 0x61, 0x20, 0x73, 0x74, 0x79, 0x6C, 0x75, 0x73, 0x20, 0x6F, 0x72, 0x20, 0x73, 0x6F,\n    0x6D, 0x65, 0x74, 0x68, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x69, 0x6D, 0x69, 0x6C, 0x61, 0x72, 0x20,\n    0x74, 0x6F, 0x20, 0x74, 0x6F, 0x75, 0x63, 0x68, 0x20, 0x61, 0x73, 0x20, 0x63, 0x6C, 0x6F, 0x73,\n    0x65, 0x20, 0x74, 0x6F, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 0x65, 0x6E, 0x74, 0x65, 0x72, 0x20,\n    0x6F, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x6C, 0x69, 0x67, 0x68, 0x74,\n    0x65, 0x64, 0x20, 0x63, 0x72, 0x6F, 0x73, 0x73, 0x68, 0x61, 0x69, 0x72, 0x20, 0x61, 0x73, 0x20,\n    0x70, 0x6F, 0x73, 0x73, 0x69, 0x62, 0x6C, 0x65, 0x2E, 0x20, 0x4B, 0x65, 0x65, 0x70, 0x20, 0x61,\n    0x73, 0x20, 0x73, 0x74, 0x69, 0x6C, 0x6C, 0x20, 0x61, 0x73, 0x20, 0x70, 0x6F, 0x73, 0x73, 0x69,\n    0x62, 0x6C, 0x65, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x6B, 0x65, 0x65, 0x70, 0x20, 0x68, 0x6F, 0x6C,\n    0x64, 0x69, 0x6E, 0x67, 0x20, 0x75, 0x6E, 0x74, 0x69, 0x6C, 0x20, 0x74, 0x68, 0x65, 0x20, 0x68,\n    0x69, 0x67, 0x68, 0x6C, 0x69, 0x67, 0x68, 0x74, 0x20, 0x69, 0x73, 0x20, 0x72, 0x65, 0x6D, 0x6F,\n    0x76, 0x65, 0x64, 0x2E, 0x20, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x20, 0x66, 0x6F, 0x72, 0x20,\n    0x61, 0x6C, 0x6C, 0x20, 0x63, 0x72, 0x6F, 0x73, 0x73, 0x68, 0x61, 0x69, 0x72, 0x73, 0x20, 0x69,\n    0x6E, 0x20, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6E, 0x63, 0x65, 0x2E, 0x00, 0x44, 0x6F, 0x20, 0x4E,\n    0x4F, 0x54, 0x20, 0x75, 0x73, 0x65, 0x20, 0x79, 0x6F, 0x75, 0x72, 0x20, 0x66, 0x69, 0x6E, 0x67,\n    0x65, 0x72, 0x20, 0x61, 0x73, 0x20, 0x61, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74,\n    0x69, 0x6F, 0x6E, 0x20, 0x73, 0x74, 0x79, 0x6C, 0x75, 0x73, 0x20, 0x6F, 0x72, 0x20, 0x74, 0x68,\n    0x65, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x20, 0x57, 0x49, 0x4C, 0x4C, 0x20, 0x42, 0x45,\n    0x20, 0x69, 0x6D, 0x70, 0x72, 0x65, 0x63, 0x69, 0x73, 0x65, 0x2E, 0x00, 0x54, 0x6F, 0x75, 0x63,\n    0x68, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x73, 0x74, 0x61, 0x72,\n    0x74, 0x21, 0x00, 0x59, 0x65, 0x73, 0x00, 0x53, 0x74, 0x61, 0x72, 0x74, 0x20, 0x61, 0x67, 0x61,\n    0x69, 0x6E, 0x00, 0x59, 0x65, 0x73, 0x00, 0x53, 0x74, 0x61, 0x72, 0x74, 0x20, 0x61, 0x67, 0x61,\n    0x69, 0x6E, 0x00, 0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x00, 0x57, 0x65, 0x6C, 0x63, 0x6F, 0x6D,\n    0x65, 0x20, 0x74, 0x6F, 0x20, 0x45, 0x45, 0x5A, 0x20, 0x50, 0x53, 0x55, 0x00, 0x67, 0x69, 0x74,\n    0x68, 0x75, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x65, 0x65, 0x7A, 0x2D, 0x6F, 0x70, 0x65, 0x6E,\n    0x00, 0x53, 0x65, 0x6C, 0x74, 0x2D, 0x74, 0x65, 0x73, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6E, 0x6F,\n    0x74, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x64, 0x3A, 0x00, 0x00, 0x58, 0x00, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x09, 0x3A, 0x6B, 0x05, 0x00, 0x82, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x3B, 0x6B, 0x05, 0x00, 0x82, 0x00, 0x00, 0x00, 0x00,\n    0x30, 0x00, 0x24, 0x00, 0x08, 0x3E, 0x6B, 0x05, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0x1C, 0x00, 0x2C, 0x41, 0x6B, 0x05, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00,\n    0x3B, 0x44, 0x6B, 0x05, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x3D, 0x47,\n    0x6B, 0x05, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x39, 0x4A, 0x6B, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x59, 0x4D, 0x6B, 0x03, 0x1A, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x15, 0x50, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1E, 0x53, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x1C, 0x00, 0x1C, 0x00, 0x1E, 0x54, 0x6B, 0x03, 0xDB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0x1C, 0x00, 0x15, 0x55, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00,\n    0x1E, 0x58, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1E, 0x59,\n    0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1E, 0x5A, 0x6B, 0x03,\n    0x9D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x15, 0x5B, 0x6B, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x20, 0x5E, 0x6B, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x5A, 0x61, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x1E, 0x00, 0x1C, 0x00, 0x1E, 0x64, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00,\n    0x1C, 0x00, 0x1E, 0x65, 0x6B, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x1C, 0x00,\n    0x15, 0x66, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x1C, 0x00, 0x15, 0x69,\n    0x6B, 0x87, 0x00, 0x03, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x6C,\n    0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x6F, 0x6B, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x72, 0x6B, 0x03, 0x12, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x75, 0x6B, 0x50, 0x00, 0x52, 0x00, 0x3F,\n    0x00, 0x05, 0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x78, 0x6B, 0x05,\n    0x00, 0x82, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0x7B, 0x6B, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x0A, 0x7E, 0x6B, 0x48, 0x00, 0x51, 0x00, 0x58,\n    0x00, 0x53, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x20, 0x61, 0x6E, 0x79, 0x20, 0x79, 0x65, 0x6C, 0x6C,\n    0x6F, 0x77, 0x20, 0x63, 0x6F, 0x6C, 0x6F, 0x72, 0x65, 0x64, 0x20, 0x74, 0x65, 0x78, 0x74, 0x20,\n    0x74, 0x6F, 0x20, 0x6F, 0x70, 0x65, 0x6E, 0x20, 0x72, 0x65, 0x6C, 0x61, 0x74, 0x65, 0x64, 0x20,\n    0x6D, 0x65, 0x6E, 0x75, 0x2C, 0x20, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6E, 0x67, 0x20, 0x70, 0x61,\n    0x67, 0x65, 0x20, 0x6F, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72,\n    0x20, 0x61, 0x6E, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x28, 0x65, 0x2E, 0x67, 0x2E,\n    0x20, 0x6F, 0x6E, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x70, 0x61, 0x67, 0x65, 0x20, 0x73, 0x77,\n    0x69, 0x74, 0x63, 0x68, 0x69, 0x6E, 0x67, 0x20, 0x6F, 0x66, 0x66, 0x20, 0x73, 0x65, 0x6C, 0x65,\n    0x63, 0x74, 0x65, 0x64, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x6F, 0x75, 0x74,\n    0x70, 0x75, 0x74, 0x29, 0x2E, 0x00, 0x46, 0x6F, 0x72, 0x20, 0x6D, 0x6F, 0x72, 0x65, 0x20, 0x69,\n    0x6E, 0x66, 0x6F, 0x72, 0x6D, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x70, 0x6C, 0x65, 0x61, 0x73,\n    0x65, 0x20, 0x76, 0x69, 0x73, 0x69, 0x74, 0x3A, 0x20, 0x77, 0x77, 0x77, 0x2E, 0x65, 0x6E, 0x76,\n    0x6F, 0x78, 0x2E, 0x68, 0x72, 0x2F, 0x65, 0x7A, 0x7A, 0x20, 0x6F, 0x72, 0x20, 0x67, 0x69, 0x74,\n    0x68, 0x75, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x65, 0x65, 0x7A, 0x2D, 0x6F, 0x70, 0x65, 0x6E,\n    0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0x81, 0x6B, 0x05,\n    0x00, 0x04, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x84, 0x6B, 0x05, 0x00, 0x03,\n    0x60, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0x87, 0x6B, 0x07, 0x00, 0x00, 0x90, 0x00,\n    0x00, 0x00, 0x80, 0x00, 0x24, 0x00, 0x09, 0x8A, 0x6B, 0x05, 0x00, 0x06, 0x10, 0x01, 0x00, 0x00,\n    0x30, 0x00, 0x24, 0x00, 0x08, 0x8B, 0x6B, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x02, 0x00, 0x3C, 0x00,\n    0x2B, 0x00, 0x44, 0x8E, 0x6B, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x02, 0x00, 0x3C, 0x00, 0x2B, 0x00,\n    0x44, 0x91, 0x6B, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x02, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x94,\n    0x6B, 0x05, 0x00, 0x0C, 0xB4, 0x00, 0x02, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x46, 0x97, 0x6B, 0x05,\n    0x00, 0x0A, 0x00, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x9A, 0x6B, 0x05, 0x00, 0x0A,\n    0x3C, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x9D, 0x6B, 0x05, 0x00, 0x0A, 0x78, 0x00,\n    0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xA0, 0x6B, 0x04, 0x1F, 0x12, 0xB4, 0x00, 0x2D, 0x00,\n    0x3C, 0x00, 0x2B, 0x00, 0x44, 0xA3, 0x6B, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x58, 0x00, 0x3C, 0x00,\n    0x2B, 0x00, 0x44, 0xA4, 0x6B, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x58, 0x00, 0x3C, 0x00, 0x2B, 0x00,\n    0x44, 0xA7, 0x6B, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x58, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xAA,\n    0x6B, 0x09, 0x00, 0x14, 0xB4, 0x00, 0x58, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xAD, 0x6B, 0x05,\n    0x00, 0x0A, 0x00, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xB1, 0x6B, 0x05, 0x00, 0x0A,\n    0x3C, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xB4, 0x6B, 0x05, 0x00, 0x11, 0x78, 0x00,\n    0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x46, 0xB7, 0x6B, 0x05, 0x00, 0x0F, 0xB4, 0x00, 0x83, 0x00,\n    0x3C, 0x00, 0x2B, 0x00, 0x46, 0xBA, 0x6B, 0x05, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00,\n    0x24, 0x00, 0x5E, 0xBD, 0x6B, 0x05, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00,\n    0x5F, 0xC0, 0x6B, 0x05, 0x00, 0x03, 0x60, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E, 0xC3,\n    0x6B, 0x0A, 0x23, 0x07, 0x90, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xC6, 0x6B, 0x05,\n    0x00, 0x32, 0xC0, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xCA, 0x6B, 0x07, 0x00, 0x00,\n    0xF0, 0x00, 0x00, 0x00, 0x20, 0x00, 0x24, 0x00, 0x09, 0xCD, 0x6B, 0x05, 0x00, 0x06, 0x10, 0x01,\n    0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xCE, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xCC, 0x00, 0x34, 0x00, 0x15, 0xD1, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00,\n    0x34, 0x00, 0x15, 0xD4, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x24, 0x00,\n    0x1E, 0xD7, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x24, 0x00, 0x15, 0xD8,\n    0x6B, 0x84, 0x20, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20, 0x6D,\n    0x6F, 0x64, 0x65, 0x3A, 0x00, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x6C, 0x65, 0x66, 0x74, 0x2F, 0x72,\n    0x69, 0x67, 0x68, 0x74, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20, 0x76,\n    0x61, 0x6C, 0x75, 0x65, 0x20, 0x62, 0x79, 0x20, 0x73, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x65, 0x64,\n    0x20, 0x73, 0x74, 0x65, 0x70, 0x20, 0x69, 0x6E, 0x20, 0x61, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x2E,\n    0x00, 0x85, 0x20, 0x4E, 0x6F, 0x6E, 0x2D, 0x69, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69,\n    0x76, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x6C, 0x65,\n    0x66, 0x74, 0x2F, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E,\n    0x67, 0x65, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x63, 0x6F, 0x6E,\n    0x66, 0x69, 0x72, 0x6D, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x86, 0x20, 0x6F, 0x70, 0x74, 0x69,\n    0x6F, 0x6E, 0x2E, 0x00, 0x42, 0x00, 0x05, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x5E, 0xDB, 0x6B, 0x05, 0x00, 0x04, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5E,\n    0xDE, 0x6B, 0x05, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x5F, 0xE1, 0x6B,\n    0x0A, 0x23, 0x07, 0x90, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE4, 0x6B, 0x05, 0x00,\n    0x33, 0xC0, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xE8, 0x6B, 0x07, 0x00, 0x00, 0xF0,\n    0x00, 0x00, 0x00, 0x20, 0x00, 0x24, 0x00, 0x09, 0xEB, 0x6B, 0x05, 0x00, 0x06, 0x10, 0x01, 0x00,\n    0x00, 0x30, 0x00, 0x24, 0x00, 0x08, 0xEC, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24,\n    0x00, 0x22, 0x00, 0x64, 0xEF, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x24, 0x00, 0x22,\n    0x00, 0x65, 0xF0, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x24, 0x00, 0x22, 0x00, 0x66,\n    0xF1, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x66, 0x00, 0x24, 0x00, 0x22, 0x00, 0x67, 0xF2, 0x6B,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x88, 0x00, 0x24, 0x00, 0x22, 0x00, 0x68, 0xF3, 0x6B, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0xAA, 0x00, 0x24, 0x00, 0x22, 0x00, 0x69, 0xF4, 0x6B, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xCC, 0x00, 0x34, 0x00, 0x15, 0xF5, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xCC, 0x00, 0x34, 0x00, 0x15, 0xF8, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC,\n    0x00, 0x24, 0x00, 0x1E, 0xFB, 0x6B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x24,\n    0x00, 0x15, 0xFC, 0x6B, 0x84, 0x20, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x61, 0x63, 0x74, 0x69, 0x76,\n    0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x4D, 0x6F, 0x76, 0x65, 0x20, 0x6C, 0x65, 0x66,\n    0x74, 0x2F, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x67,\n    0x65, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x2E, 0x20, 0x55, 0x73, 0x65, 0x20, 0x75, 0x70, 0x70,\n    0x65, 0x72, 0x20, 0x61, 0x72, 0x65, 0x61, 0x20, 0x66, 0x6F, 0x72, 0x20, 0x63, 0x6F, 0x61, 0x72,\n    0x73, 0x65, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x6C, 0x6F, 0x77, 0x65, 0x72, 0x20, 0x66, 0x6F, 0x72,\n    0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x6E, 0x65, 0x20, 0x61, 0x64, 0x6A, 0x75, 0x73, 0x74,\n    0x6D, 0x65, 0x6E, 0x74, 0x2E, 0x00, 0x85, 0x20, 0x4E, 0x6F, 0x6E, 0x2D, 0x69, 0x6E, 0x74, 0x65,\n    0x72, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x4D, 0x6F,\n    0x76, 0x65, 0x20, 0x6C, 0x65, 0x66, 0x74, 0x2F, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x74, 0x6F,\n    0x20, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x20, 0x61, 0x6E,\n    0x64, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x72, 0x6D, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x86,\n    0x20, 0x6F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x00, 0x42, 0x00, 0x00, 0x4F, 0x4B, 0x00, 0x00,\n    0x00, 0x4F, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4F, 0x4B, 0x00, 0x00, 0x00, 0x4F, 0x4B, 0x00,\n    0x00, 0x00, 0x4F, 0x4B, 0x00, 0x00, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x41, 0x72,\n    0x65, 0x20, 0x79, 0x6F, 0x75, 0x20, 0x73, 0x75, 0x72, 0x65, 0x3F, 0x00, 0x41, 0x72, 0x65, 0x20,\n    0x79, 0x6F, 0x75, 0x20, 0x73, 0x75, 0x72, 0x65, 0x3F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F,\n    0x00, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x4C, 0x61, 0x74, 0x65, 0x72, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x62, 0x6F, 0x72, 0x74, 0x00, 0x03, 0x5F, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x01, 0x1C, 0x00, 0x15, 0xFF, 0x6B, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10,\n    0x01, 0x24, 0x00, 0x09, 0x02, 0x6C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x01, 0x24,\n    0x00, 0x15, 0x03, 0x6C, 0x58, 0x00, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0x2A,\n    0x00, 0x44, 0x06, 0x6C, 0x05, 0x00, 0x0A, 0x20, 0x00, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44,\n    0x09, 0x6C, 0x05, 0x00, 0x0A, 0x40, 0x00, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x0C, 0x6C,\n    0x05, 0x00, 0x0A, 0x60, 0x00, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x0F, 0x6C, 0x05, 0x00,\n    0x0A, 0x80, 0x00, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x12, 0x6C, 0x05, 0x00, 0x0A, 0xA0,\n    0x00, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x15, 0x6C, 0x05, 0x00, 0x0A, 0xC0, 0x00, 0x02,\n    0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x18, 0x6C, 0x05, 0x00, 0x0A, 0xE0, 0x00, 0x02, 0x00, 0x20,\n    0x00, 0x2A, 0x00, 0x44, 0x1B, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x01, 0x02, 0x00, 0x20, 0x00, 0x2A,\n    0x00, 0x44, 0x1E, 0x6C, 0x05, 0x00, 0x0A, 0x20, 0x01, 0x02, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44,\n    0x21, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x24, 0x6C,\n    0x05, 0x00, 0x0A, 0x20, 0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x27, 0x6C, 0x05, 0x00,\n    0x0A, 0x40, 0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x2A, 0x6C, 0x05, 0x00, 0x0A, 0x60,\n    0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x2D, 0x6C, 0x05, 0x00, 0x0A, 0x80, 0x00, 0x2C,\n    0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x30, 0x6C, 0x05, 0x00, 0x0A, 0xA0, 0x00, 0x2C, 0x00, 0x20,\n    0x00, 0x2A, 0x00, 0x44, 0x33, 0x6C, 0x05, 0x00, 0x0A, 0xC0, 0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A,\n    0x00, 0x44, 0x36, 0x6C, 0x05, 0x00, 0x0A, 0xE0, 0x00, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44,\n    0x39, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x01, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x3C, 0x6C,\n    0x05, 0x00, 0x0A, 0x20, 0x01, 0x2C, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x3F, 0x6C, 0x05, 0x00,\n    0x0A, 0x00, 0x00, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x42, 0x6C, 0x05, 0x00, 0x0A, 0x20,\n    0x00, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x45, 0x6C, 0x05, 0x00, 0x0A, 0x40, 0x00, 0x55,\n    0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x48, 0x6C, 0x05, 0x00, 0x0A, 0x60, 0x00, 0x55, 0x00, 0x20,\n    0x00, 0x2A, 0x00, 0x44, 0x4B, 0x6C, 0x05, 0x00, 0x0A, 0x80, 0x00, 0x55, 0x00, 0x20, 0x00, 0x2A,\n    0x00, 0x44, 0x4E, 0x6C, 0x05, 0x00, 0x0A, 0xA0, 0x00, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44,\n    0x51, 0x6C, 0x05, 0x00, 0x0A, 0xC0, 0x00, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x54, 0x6C,\n    0x05, 0x00, 0x0A, 0xE0, 0x00, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x57, 0x6C, 0x05, 0x00,\n    0x0A, 0x00, 0x01, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x5A, 0x6C, 0x05, 0x00, 0x0A, 0x20,\n    0x01, 0x55, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x5D, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x7F,\n    0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x60, 0x6C, 0x05, 0x00, 0x0A, 0x20, 0x00, 0x7F, 0x00, 0x20,\n    0x00, 0x2A, 0x00, 0x44, 0x63, 0x6C, 0x05, 0x00, 0x0A, 0x40, 0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A,\n    0x00, 0x44, 0x66, 0x6C, 0x05, 0x00, 0x0A, 0x60, 0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44,\n    0x69, 0x6C, 0x05, 0x00, 0x0A, 0x80, 0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x6C, 0x6C,\n    0x05, 0x00, 0x0A, 0xA0, 0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x6F, 0x6C, 0x05, 0x00,\n    0x0A, 0xC0, 0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x72, 0x6C, 0x05, 0x00, 0x0A, 0xE0,\n    0x00, 0x7F, 0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x75, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x01, 0x7F,\n    0x00, 0x20, 0x00, 0x2A, 0x00, 0x44, 0x78, 0x6C, 0x05, 0x00, 0x0A, 0x20, 0x01, 0x7F, 0x00, 0x20,\n    0x00, 0x2A, 0x00, 0x44, 0x7B, 0x6C, 0x05, 0x00, 0x0C, 0x00, 0x00, 0xA8, 0x00, 0x40, 0x00, 0x28,\n    0x00, 0x48, 0x7E, 0x6C, 0x0A, 0x29, 0x0E, 0x40, 0x00, 0xA8, 0x00, 0x40, 0x00, 0x28, 0x00, 0x47,\n    0x81, 0x6C, 0x05, 0x00, 0x0B, 0x80, 0x00, 0xA8, 0x00, 0x40, 0x00, 0x28, 0x00, 0x44, 0x85, 0x6C,\n    0x05, 0x00, 0x10, 0xC0, 0x00, 0xA8, 0x00, 0x40, 0x00, 0x28, 0x00, 0x48, 0x88, 0x6C, 0x05, 0x00,\n    0x0F, 0x00, 0x01, 0xA8, 0x00, 0x40, 0x00, 0x28, 0x00, 0x48, 0x8B, 0x6C, 0x05, 0x00, 0x0A, 0x00,\n    0x00, 0x02, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x8E, 0x6C, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x02,\n    0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x91, 0x6C, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x02, 0x00, 0x3C,\n    0x00, 0x2B, 0x00, 0x44, 0x94, 0x6C, 0x05, 0x00, 0x0C, 0xB4, 0x00, 0x02, 0x00, 0x3C, 0x00, 0x2B,\n    0x00, 0x46, 0x97, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44,\n    0x9A, 0x6C, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0x9D, 0x6C,\n    0x05, 0x00, 0x0A, 0x78, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xA0, 0x6C, 0x09, 0x1F,\n    0x12, 0xB4, 0x00, 0x2D, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xA3, 0x6C, 0x05, 0x00, 0x0A, 0x00,\n    0x00, 0x58, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xA7, 0x6C, 0x05, 0x00, 0x0A, 0x3C, 0x00, 0x58,\n    0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xAA, 0x6C, 0x05, 0x00, 0x0A, 0x78, 0x00, 0x58, 0x00, 0x3C,\n    0x00, 0x2B, 0x00, 0x44, 0xAD, 0x6C, 0x09, 0x2A, 0x13, 0xB4, 0x00, 0x58, 0x00, 0x3C, 0x00, 0x2B,\n    0x00, 0x44, 0xB0, 0x6C, 0x05, 0x00, 0x0A, 0x00, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44,\n    0xB4, 0x6C, 0x09, 0x00, 0x0A, 0x3C, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xB7, 0x6C,\n    0x09, 0x00, 0x11, 0x78, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x46, 0xBB, 0x6C, 0x09, 0x2C,\n    0x14, 0xB4, 0x00, 0x83, 0x00, 0x3C, 0x00, 0x2B, 0x00, 0x44, 0xBF, 0x6C, 0x55, 0x00, 0x49, 0x00,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xC3, 0x6C, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xC6, 0x6C, 0x43, 0x6C, 0x65, 0x61,\n    0x72, 0x20, 0x2F, 0x20, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x65, 0x00, 0x43, 0x75, 0x72, 0x72,\n    0x65, 0x6E, 0x74, 0x20, 0x6C, 0x69, 0x6D, 0x69, 0x74, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x4F, 0x43,\n    0x50, 0x00, 0x56, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x6C, 0x69, 0x6D, 0x69, 0x74, 0x20,\n    0x61, 0x6E, 0x64, 0x20, 0x4F, 0x56, 0x50, 0x00, 0x50, 0x6F, 0x77, 0x65, 0x72, 0x20, 0x6C, 0x69,\n    0x6D, 0x69, 0x74, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x4F, 0x50, 0x50, 0x00, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x32, 0xC9, 0x6C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15, 0xCC, 0x6C, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00,\n    0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xCF, 0x6C,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xD2, 0x6C, 0x4D, 0x61,\n    0x6B, 0x65, 0x20, 0x73, 0x75, 0x72, 0x65, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6C, 0x6F, 0x61,\n    0x64, 0x20, 0x69, 0x73, 0x20, 0x64, 0x69, 0x73, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x65,\n    0x64, 0x20, 0x62, 0x65, 0x66, 0x6F, 0x72, 0x65, 0x20, 0x63, 0x6C, 0x65, 0x61, 0x72, 0x20, 0x74,\n    0x72, 0x69, 0x70, 0x70, 0x65, 0x64, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F,\n    0x6E, 0x28, 0x73, 0x29, 0x2E, 0x00, 0x43, 0x6C, 0x65, 0x61, 0x72, 0x00, 0x43, 0x6C, 0x65, 0x61,\n    0x72, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x65, 0x00, 0x45, 0x00,\n    0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0xD5, 0x6C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C,\n    0x00, 0x15, 0xD8, 0x6C, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x3A, 0x00, 0x4F, 0x56, 0x50, 0x20, 0x61,\n    0x63, 0x74, 0x69, 0x76, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x00,\n    0x1C, 0x00, 0x2A, 0xDB, 0x6C, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00,\n    0x2A, 0xDE, 0x6C, 0x54, 0x72, 0x69, 0x70, 0x20, 0x6C, 0x65, 0x76, 0x65, 0x6C, 0x3A, 0x00, 0x54,\n    0x72, 0x69, 0x70, 0x20, 0x64, 0x65, 0x6C, 0x61, 0x79, 0x3A, 0x00, 0x4F, 0x75, 0x74, 0x70, 0x75,\n    0x74, 0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x62, 0xE1, 0x6C, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x4E, 0x00, 0x1C, 0x00, 0x62, 0xE4, 0x6C, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44,\n    0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xE5, 0x6C, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xE8, 0x6C, 0x4C, 0x69, 0x6D,\n    0x69, 0x74, 0x3A, 0x00, 0x04, 0x52, 0x52, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x1C, 0x00, 0x2A,\n    0xEB, 0x6C, 0x03, 0x53, 0x00, 0x4A, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1C, 0x00, 0x15, 0xEC, 0x6C,\n    0x4F, 0x43, 0x50, 0x20, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x51, 0x00,\n    0x00, 0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0xEF, 0x6C, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00,\n    0x00, 0x4E, 0x00, 0x1C, 0x00, 0x2A, 0xF2, 0x6C, 0x54, 0x72, 0x69, 0x70, 0x20, 0x64, 0x65, 0x6C,\n    0x61, 0x79, 0x3A, 0x00, 0x4F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x63, 0x75, 0x72, 0x72, 0x65,\n    0x6E, 0x74, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x62,\n    0xF5, 0x6C, 0x04, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x62, 0xF8, 0x6C,\n    0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00,\n    0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xF9, 0x6C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0xFC, 0x6C, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x3A, 0x00, 0x4F, 0x50, 0x50,\n    0x20, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00,\n    0x3A, 0x00, 0x1C, 0x00, 0x2A, 0xFF, 0x6C, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x00,\n    0x1C, 0x00, 0x2A, 0x02, 0x6D, 0x54, 0x72, 0x69, 0x70, 0x20, 0x6C, 0x65, 0x76, 0x65, 0x6C, 0x3A,\n    0x00, 0x54, 0x72, 0x69, 0x70, 0x20, 0x64, 0x65, 0x6C, 0x61, 0x79, 0x3A, 0x00, 0x4F, 0x75, 0x74,\n    0x70, 0x75, 0x74, 0x20, 0x70, 0x6F, 0x77, 0x65, 0x72, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x4E, 0x00, 0x1C, 0x00, 0x62, 0x05, 0x6D, 0x04, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x4E, 0x00, 0x1C, 0x00, 0x62, 0x08, 0x6D, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44,\n    0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x09, 0x6D, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x0C, 0x6D, 0x4F, 0x54, 0x50,\n    0x20, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00,\n    0x3C, 0x00, 0x1C, 0x00, 0x2A, 0x0F, 0x6D, 0x05, 0x00, 0x51, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00,\n    0x1C, 0x00, 0x2A, 0x12, 0x6D, 0x54, 0x72, 0x69, 0x70, 0x20, 0x6C, 0x65, 0x76, 0x65, 0x6C, 0x3A,\n    0x00, 0x54, 0x72, 0x69, 0x70, 0x20, 0x64, 0x65, 0x6C, 0x61, 0x79, 0x3A, 0x00, 0x43, 0x75, 0x72,\n    0x72, 0x65, 0x6E, 0x74, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x2E, 0x3A, 0x00, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x60, 0x00, 0x38, 0x00, 0x15, 0x15, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x60, 0x00, 0x38, 0x00, 0x15, 0x18, 0x6D, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20,\n    0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00,\n    0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x1C, 0x00, 0x15, 0x1B, 0x6D,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x1C, 0x00, 0x15, 0x1E, 0x6D, 0x54, 0x72,\n    0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x00, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x70, 0x00, 0x1E, 0x21, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xEC, 0x00, 0x70, 0x00, 0x15, 0x22, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEC, 0x00, 0x70, 0x00, 0x15, 0x25, 0x6D, 0x47, 0x65, 0x6E, 0x65, 0x72, 0x61, 0x6C, 0x20, 0x74,\n    0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00,\n    0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x23, 0x00, 0x44, 0x77, 0x65, 0x6C,\n    0x6C, 0x00, 0x56, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E,\n    0x74, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x18, 0x00, 0x15, 0x28, 0x6D,\n    0x28, 0x00, 0x29, 0x00, 0x56, 0x00, 0x57, 0x00, 0x59, 0x00, 0x55, 0x00, 0x49, 0x00, 0x49, 0x6E,\n    0x73, 0x65, 0x72, 0x74, 0x20, 0x72, 0x6F, 0x77, 0x20, 0x61, 0x62, 0x6F, 0x76, 0x65, 0x00, 0x49,\n    0x6E, 0x73, 0x65, 0x72, 0x74, 0x20, 0x72, 0x6F, 0x77, 0x20, 0x62, 0x65, 0x6C, 0x6F, 0x77, 0x00,\n    0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x20, 0x72, 0x6F, 0x77, 0x00, 0x43, 0x6C, 0x65, 0x61, 0x72,\n    0x20, 0x63, 0x6F, 0x6C, 0x75, 0x6D, 0x6E, 0x20, 0x66, 0x72, 0x6F, 0x6D, 0x20, 0x63, 0x75, 0x72,\n    0x73, 0x6F, 0x72, 0x20, 0x64, 0x6F, 0x77, 0x6E, 0x00, 0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x20,\n    0x61, 0x6C, 0x6C, 0x20, 0x66, 0x72, 0x6F, 0x6D, 0x20, 0x63, 0x75, 0x72, 0x73, 0x6F, 0x72, 0x20,\n    0x64, 0x6F, 0x77, 0x6E, 0x00, 0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x20, 0x61, 0x6C, 0x6C, 0x00,\n    0x4F, 0x6E, 0x6C, 0x79, 0x20, 0x65, 0x6E, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x6F, 0x75, 0x74, 0x70,\n    0x75, 0x74, 0x00, 0x49, 0x6E, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x20, 0x74, 0x72, 0x69, 0x67,\n    0x67, 0x65, 0x72, 0x00, 0x53, 0x65, 0x74, 0x20, 0x74, 0x6F, 0x20, 0x66, 0x69, 0x78, 0x65, 0x64,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x2B, 0x6D, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x2E, 0x6D, 0x05, 0x00, 0x3D,\n    0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x31, 0x6D, 0x05, 0x00, 0x3D, 0x00, 0x00,\n    0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x34, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x19, 0x37, 0x6D, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00,\n    0x1C, 0x00, 0x2A, 0x3A, 0x6D, 0x53, 0x65, 0x6E, 0x73, 0x69, 0x6E, 0x67, 0x20, 0x61, 0x6E, 0x64,\n    0x20, 0x70, 0x72, 0x6F, 0x67, 0x72, 0x61, 0x6D, 0x6D, 0x69, 0x6E, 0x67, 0x00, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x19, 0x3D, 0x6D, 0x05, 0x00, 0x3F, 0x00, 0x00,\n    0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x40, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x19, 0x43, 0x6D, 0x03, 0x6D, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00,\n    0x1C, 0x00, 0x15, 0x46, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00,\n    0x19, 0x49, 0x6D, 0x03, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x15, 0x4C,\n    0x6D, 0x44, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x76, 0x69, 0x65, 0x77, 0x00, 0x45, 0x00,\n    0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0x4F, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C,\n    0x00, 0x15, 0x52, 0x6D, 0x4D, 0x61, 0x78, 0x2E, 0x20, 0x64, 0x69, 0x73, 0x73, 0x69, 0x70, 0x61,\n    0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x00, 0x43, 0x61, 0x6C, 0x63, 0x2E, 0x20, 0x64, 0x69, 0x73, 0x73,\n    0x69, 0x70, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x00, 0x41, 0x75, 0x74, 0x6F, 0x20, 0x6D, 0x6F,\n    0x64, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x5B, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29,\n    0x55, 0x6D, 0x05, 0x00, 0x5B, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0x58, 0x6D,\n    0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3A, 0x00, 0x03, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A,\n    0x00, 0x2A, 0x00, 0x15, 0x5B, 0x6D, 0x03, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A,\n    0x00, 0x15, 0x5E, 0x6D, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63,\n    0x61, 0x72, 0x64, 0x00, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x61, 0x6D, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x64, 0x6D, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xE0, 0x00, 0x31, 0x00, 0x32, 0x67, 0x6D, 0x05, 0x00, 0x00, 0x0C, 0x00, 0x30, 0x00, 0x44,\n    0x00, 0x1C, 0x00, 0x32, 0x69, 0x6D, 0x03, 0x73, 0x00, 0x50, 0x00, 0x30, 0x00, 0x38, 0x00, 0x1C,\n    0x00, 0x15, 0x6C, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x64, 0x00, 0x32,\n    0x6F, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x64, 0x00, 0x15, 0x72, 0x6D,\n    0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0x75, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6,\n    0x00, 0x1C, 0x00, 0x15, 0x78, 0x6D, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x72, 0x61,\n    0x6E, 0x67, 0x65, 0x3A, 0x00, 0x42, 0x65, 0x73, 0x74, 0x20, 0x28, 0x64, 0x65, 0x66, 0x61, 0x75,\n    0x6C, 0x74, 0x29, 0x20, 0x2F, 0x20, 0x30, 0x2E, 0x35, 0x41, 0x20, 0x2F, 0x20, 0x35, 0x41, 0x00,\n    0x41, 0x75, 0x74, 0x6F, 0x72, 0x61, 0x6E, 0x67, 0x69, 0x6E, 0x67, 0x3A, 0x00, 0x05, 0x00, 0xAA,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1C, 0x00, 0x2A, 0x7B, 0x6D, 0x05, 0x00, 0xAA, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x00, 0x1C, 0x00, 0x2A, 0x7E, 0x6D, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x1E, 0x81, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00,\n    0x1C, 0x00, 0x15, 0x82, 0x6D, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x53,\n    0x65, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x74, 0x72, 0x61, 0x63,\n    0x6B, 0x69, 0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x69,\n    0x6E, 0x67, 0x20, 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x70, 0x72, 0x6F, 0x67, 0x72, 0x61,\n    0x6D, 0x6D, 0x69, 0x6E, 0x67, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x73, 0x20, 0x61, 0x6E, 0x64,\n    0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x2E, 0x20, 0x50, 0x72,\n    0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x74, 0x72, 0x69, 0x70, 0x70, 0x69, 0x6E,\n    0x67, 0x20, 0x6F, 0x6E, 0x20, 0x6F, 0x6E, 0x65, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C,\n    0x20, 0x77, 0x69, 0x6C, 0x6C, 0x20, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x62, 0x6F,\n    0x74, 0x68, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x2E, 0x00, 0x53, 0x74, 0x61,\n    0x74, 0x75, 0x73, 0x3A, 0x00, 0x05, 0x00, 0x77, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x2A, 0x00,\n    0x29, 0x85, 0x6D, 0x05, 0x00, 0x77, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x2A, 0x00, 0x29, 0x88,\n    0x6D, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x53, 0x65, 0x74, 0x20, 0x63,\n    0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x63, 0x6F, 0x75, 0x70, 0x6C, 0x69, 0x6E, 0x67,\n    0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x43, 0x6F, 0x6D, 0x62, 0x69, 0x6E, 0x65, 0x20, 0x63, 0x68,\n    0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x66, 0x6F, 0x72, 0x20, 0x68, 0x69, 0x67, 0x68, 0x65,\n    0x72, 0x20, 0x6D, 0x61, 0x78, 0x2E, 0x20, 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x63, 0x75,\n    0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x6F, 0x72, 0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65,\n    0x2E, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x4C, 0x00, 0x15, 0x8B, 0x6D,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x4C, 0x00, 0x15, 0x8E, 0x6D, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x4C, 0x00, 0x15, 0x91, 0x6D, 0x45, 0x00, 0x54, 0x00,\n    0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x57, 0x68, 0x65, 0x6E, 0x20, 0x63, 0x6F, 0x75, 0x70, 0x6C,\n    0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x43, 0x48, 0x31, 0x2D, 0x20, 0x61, 0x6E, 0x64, 0x20,\n    0x43, 0x48, 0x32, 0x2B, 0x00, 0x05, 0x00, 0x75, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x24, 0x00,\n    0x54, 0x94, 0x6D, 0x05, 0x00, 0x76, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x24, 0x00, 0x54, 0x97,\n    0x6D, 0x42, 0x00, 0x58, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x2A, 0x00,\n    0x20, 0x9A, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x2A, 0x00, 0x20, 0x9D,\n    0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xA0, 0x6D, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x15, 0xA3, 0x6D, 0x44, 0x69, 0x73,\n    0x70, 0x6C, 0x61, 0x79, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x20, 0x23, 0x31, 0x3A, 0x00, 0x44,\n    0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x20, 0x23, 0x32, 0x3A,\n    0x00, 0x53, 0x77, 0x61, 0x70, 0x20, 0x73, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x76,\n    0x61, 0x6C, 0x75, 0x65, 0x73, 0x00, 0x59, 0x54, 0x20, 0x76, 0x69, 0x65, 0x77, 0x20, 0x72, 0x61,\n    0x74, 0x65, 0x3A, 0x00, 0x31, 0x30, 0x30, 0x6D, 0x73, 0x00, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00,\n    0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x45, 0x00, 0x54, 0x00, 0x47, 0x00,\n    0x3F, 0x00, 0x58, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0xC4, 0x00, 0x15,\n    0xA6, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0xC4, 0x00, 0x15, 0xA9, 0x6D,\n    0x45, 0x00, 0x54, 0x00, 0x47, 0x00, 0x3F, 0x00, 0x58, 0x00, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6D,\n    0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x20, 0x28, 0x31, 0x29, 0x00, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x19, 0xAC, 0x6D, 0x05, 0x00, 0x2C, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0xAF, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x1C, 0x00, 0x19, 0xB2, 0x6D, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x20, 0x70,\n    0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E,\n    0x67, 0x73, 0x00, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x00, 0x44, 0x69, 0x67, 0x69, 0x74,\n    0x61, 0x6C, 0x20, 0x49, 0x2F, 0x4F, 0x00, 0x53, 0x65, 0x74, 0x20, 0x64, 0x61, 0x74, 0x65, 0x20,\n    0x61, 0x6E, 0x64, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF0, 0x00, 0x1C, 0x00, 0x32, 0xB5, 0x6D, 0x05, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00,\n    0x1C, 0x00, 0x2A, 0xB8, 0x6D, 0x28, 0x00, 0x29, 0x00, 0x58, 0x00, 0x53, 0x65, 0x74, 0x20, 0x41,\n    0x55, 0x58, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x70,\n    0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x4F, 0x54, 0x50, 0x20, 0x61, 0x63,\n    0x74, 0x69, 0x76, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x7B, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1C,\n    0x00, 0x2A, 0xBB, 0x6D, 0x05, 0x00, 0x7B, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x2A,\n    0xBE, 0x6D, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x2E, 0x3A,\n    0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x38, 0xC1, 0x6D, 0x04,\n    0x7B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x62, 0xC4, 0x6D, 0x05, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x19, 0xC5, 0x6D, 0x54, 0x72, 0x69, 0x70, 0x20,\n    0x6C, 0x65, 0x76, 0x65, 0x6C, 0x3A, 0x00, 0x54, 0x72, 0x69, 0x70, 0x20, 0x64, 0x65, 0x6C, 0x61,\n    0x79, 0x3A, 0x00, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61,\n    0x72, 0x64, 0x00, 0x43, 0x6C, 0x65, 0x61, 0x72, 0x00, 0x58, 0x00, 0x53, 0x79, 0x73, 0x74, 0x65,\n    0x6D, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74,\n    0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x53, 0x68, 0x75, 0x74, 0x64, 0x6F, 0x77, 0x6E, 0x20, 0x77,\n    0x68, 0x65, 0x6E, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x74,\n    0x72, 0x69, 0x70, 0x70, 0x65, 0x64, 0x00, 0x05, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00,\n    0x39, 0x00, 0x28, 0xC8, 0x6D, 0x05, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00,\n    0x28, 0xCB, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x39, 0x00, 0x15, 0xCE,\n    0x6D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x39, 0x00, 0x15, 0xD1, 0x6D, 0x46,\n    0x6F, 0x72, 0x63, 0x65, 0x20, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x69, 0x6E, 0x67, 0x20, 0x6F,\n    0x66, 0x20, 0x61, 0x6C, 0x6C, 0x20, 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x20, 0x6F, 0x6E,\n    0x20, 0x70, 0x6F, 0x77, 0x65, 0x72, 0x20, 0x75, 0x70, 0x00, 0x05, 0x00, 0x7A, 0x00, 0x00, 0x00,\n    0x00, 0x39, 0x00, 0x39, 0x00, 0x28, 0xD4, 0x6D, 0x05, 0x00, 0x7A, 0x00, 0x00, 0x00, 0x00, 0x39,\n    0x00, 0x39, 0x00, 0x28, 0xD7, 0x6D, 0x42, 0x00, 0x58, 0x00, 0x47, 0x65, 0x6E, 0x65, 0x72, 0x61,\n    0x6C, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E,\n    0x67, 0x73, 0x00, 0x53, 0x6F, 0x75, 0x72, 0x63, 0x65, 0x3A, 0x00, 0x00, 0x44, 0x65, 0x6C, 0x61,\n    0x79, 0x3A, 0x00, 0x30, 0x73, 0x00, 0x49, 0x6E, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x20, 0x63,\n    0x6F, 0x6E, 0x74, 0x69, 0x6E, 0x75, 0x6F, 0x75, 0x73, 0x6C, 0x79, 0x3A, 0x00, 0x05, 0x00, 0xA4,\n    0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x1C, 0x00, 0x2A, 0xDA, 0x6D, 0x05, 0x00, 0xA4, 0x00, 0x00,\n    0x00, 0x00, 0x47, 0x00, 0x1C, 0x00, 0x2A, 0xDD, 0x6D, 0x58, 0x00, 0x7E, 0x20, 0x53, 0x65, 0x74,\n    0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x42, 0x00, 0x44, 0x69, 0x67,\n    0x69, 0x74, 0x61, 0x6C, 0x20, 0x49, 0x2F, 0x4F, 0x20, 0x70, 0x69, 0x6E, 0x20, 0x73, 0x65, 0x74,\n    0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x4E, 0x61, 0x6D, 0x65, 0x3A, 0x00, 0x45, 0x78, 0x74, 0x20,\n    0x74, 0x72, 0x67, 0x00, 0x44, 0x6F, 0x75, 0x74, 0x31, 0x00, 0x44, 0x6F, 0x75, 0x74, 0x32, 0x00,\n    0x50, 0x69, 0x6E, 0x20, 0x23, 0x3A, 0x00, 0x50, 0x6F, 0x6C, 0x61, 0x72, 0x69, 0x74, 0x79, 0x3A,\n    0x00, 0x46, 0x75, 0x6E, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x3A, 0x00, 0x54, 0x00, 0x15, 0xE0, 0x6D, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F,\n    0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x58, 0x00, 0x53, 0x65, 0x74, 0x20, 0x64,\n    0x61, 0x74, 0x65, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xA8, 0x00, 0x15, 0xE3, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0xA8, 0x00, 0x15, 0xE6, 0x6D, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F,\n    0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x58, 0x00, 0x45, 0x6E, 0x63, 0x6F, 0x64,\n    0x65, 0x72, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x43, 0x6F, 0x6E, 0x66,\n    0x69, 0x72, 0x6D, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x05,\n    0x00, 0x8C, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x2A, 0xE9, 0x6D, 0x05, 0x00, 0x8C,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x2A, 0xEC, 0x6D, 0x4B, 0x6E, 0x6F, 0x62, 0x20,\n    0x61, 0x63, 0x63, 0x65, 0x6C, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x6E,\n    0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x3A, 0x00, 0x4D, 0x6F, 0x76, 0x69, 0x6E, 0x67,\n    0x20, 0x75, 0x70, 0x3A, 0x00, 0x8F, 0x00, 0x90, 0x00, 0x4D, 0x6F, 0x76, 0x69, 0x6E, 0x67, 0x20,\n    0x64, 0x6F, 0x77, 0x6E, 0x3A, 0x00, 0x8F, 0x00, 0x90, 0x00, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00,\n    0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x58, 0x00, 0x53, 0x79, 0x73, 0x74,\n    0x65, 0x6D, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x20, 0x28, 0x32, 0x29, 0x00,\n    0x53, 0x65, 0x72, 0x69, 0x61, 0x6C, 0x20, 0x28, 0x76, 0x69, 0x61, 0x20, 0x55, 0x53, 0x42, 0x29,\n    0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF0, 0x00, 0x1C, 0x00, 0x32, 0xEF, 0x6D, 0x05, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0xF0,\n    0x00, 0x1C, 0x00, 0x2A, 0xF2, 0x6D, 0x05, 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C,\n    0x00, 0x2A, 0xF5, 0x6D, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x19,\n    0xF8, 0x6D, 0x44, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E,\n    0x67, 0x73, 0x00, 0x53, 0x6F, 0x75, 0x6E, 0x64, 0x00, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x20,\n    0x70, 0x61, 0x73, 0x73, 0x77, 0x6F, 0x72, 0x64, 0x00, 0x05, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00,\n    0x67, 0x00, 0x1C, 0x00, 0x2A, 0xFB, 0x6D, 0x05, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x67, 0x00,\n    0x1C, 0x00, 0x2A, 0xFE, 0x6D, 0x28, 0x00, 0x29, 0x00, 0x58, 0x00, 0x53, 0x65, 0x72, 0x69, 0x61,\n    0x6C, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xD4, 0x00, 0x8C, 0x00, 0x15, 0x01, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xD4, 0x00, 0x8C, 0x00, 0x15, 0x04, 0x6E, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44,\n    0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x42, 0x00, 0x58, 0x00, 0x45, 0x74, 0x68, 0x65, 0x72,\n    0x6E, 0x65, 0x74, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x8C, 0x00, 0x15, 0x07, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x8C, 0x00, 0x15, 0x0A, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF6, 0x00, 0x1A, 0x00, 0x15, 0x0D, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00,\n    0x1A, 0x00, 0x15, 0x10, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1A, 0x00,\n    0x15, 0x13, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1A, 0x00, 0x15, 0x16,\n    0x6E, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64,\n    0x00, 0x42, 0x00, 0x58, 0x00, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E, 0x65, 0x74, 0x20, 0x73, 0x74,\n    0x61, 0x74, 0x69, 0x63, 0x20, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x00, 0x49, 0x50, 0x20,\n    0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x3A, 0x00, 0x00, 0x44, 0x4E, 0x53, 0x3A, 0x00, 0x00,\n    0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x3A, 0x00, 0x00, 0x53, 0x75, 0x62, 0x6E, 0x65, 0x74,\n    0x20, 0x6D, 0x61, 0x73, 0x6B, 0x3A, 0x00, 0x00, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20,\n    0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x42, 0x00, 0x58, 0x00, 0x43, 0x61, 0x6C, 0x69,\n    0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6F, 0x72, 0x64,\n    0x3A, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x22, 0x01, 0x41, 0x00, 0x15, 0x19, 0x6E, 0x42, 0x00, 0x58, 0x00, 0x43, 0x61, 0x6C, 0x6C, 0x69,\n    0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73,\n    0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74,\n    0x69, 0x6F, 0x6E, 0x73, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x63, 0x61, 0x6C,\n    0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E,\n    0x67, 0x73, 0x00, 0x4C, 0x61, 0x73, 0x74, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74,\n    0x65, 0x64, 0x3A, 0x00, 0x00, 0x52, 0x65, 0x6D, 0x61, 0x72, 0x6B, 0x3A, 0x00, 0x3C, 0x6E, 0x6F,\n    0x6E, 0x65, 0x3E, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x7C, 0x00, 0x1E,\n    0x1C, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x7C, 0x00, 0x15, 0x1D, 0x6E,\n    0x53, 0x74, 0x61, 0x72, 0x74, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F,\n    0x6E, 0x20, 0x77, 0x69, 0x7A, 0x61, 0x72, 0x64, 0x00, 0x42, 0x00, 0x58, 0x00, 0x43, 0x68, 0x61,\n    0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73,\n    0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x4C, 0x00, 0x15, 0x20, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x30, 0x01, 0x4C, 0x00, 0x15, 0x23, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x22, 0x01, 0x28, 0x00, 0x61, 0x26, 0x6E, 0x05, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01,\n    0x28, 0x00, 0x61, 0x29, 0x6E, 0x05, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x28, 0x00,\n    0x29, 0x2C, 0x6E, 0x05, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x28, 0x00, 0x29, 0x2F,\n    0x6E, 0x28, 0x00, 0x29, 0x00, 0x42, 0x00, 0x58, 0x00, 0x53, 0x61, 0x76, 0x65, 0x20, 0x63, 0x61,\n    0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6D, 0x65,\n    0x74, 0x65, 0x72, 0x73, 0x3F, 0x00, 0x7E, 0x20, 0x53, 0x61, 0x76, 0x65, 0x00, 0x7F, 0x20, 0x44,\n    0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x42, 0x00, 0x58, 0x00, 0x28, 0x00, 0x43, 0x68, 0x61,\n    0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73,\n    0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x55, 0x73, 0x65,\n    0x20, 0x61, 0x20, 0x73, 0x74, 0x79, 0x6C, 0x75, 0x73, 0x20, 0x6F, 0x72, 0x20, 0x73, 0x6F, 0x6D,\n    0x65, 0x74, 0x68, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x69, 0x6D, 0x69, 0x6C, 0x61, 0x72, 0x20, 0x74,\n    0x6F, 0x20, 0x74, 0x6F, 0x75, 0x63, 0x68, 0x20, 0x61, 0x73, 0x20, 0x63, 0x6C, 0x6F, 0x73, 0x65,\n    0x20, 0x74, 0x6F, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 0x65, 0x6E, 0x74, 0x65, 0x72, 0x20, 0x6F,\n    0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x6C, 0x69, 0x67, 0x68, 0x74, 0x65,\n    0x64, 0x20, 0x63, 0x72, 0x6F, 0x73, 0x73, 0x68, 0x61, 0x69, 0x72, 0x20, 0x61, 0x73, 0x20, 0x70,\n    0x6F, 0x73, 0x73, 0x69, 0x62, 0x6C, 0x65, 0x2E, 0x20, 0x4B, 0x65, 0x65, 0x70, 0x20, 0x68, 0x6F,\n    0x6C, 0x64, 0x69, 0x6E, 0x67, 0x20, 0x61, 0x73, 0x20, 0x73, 0x74, 0x69, 0x6C, 0x6C, 0x20, 0x61,\n    0x73, 0x20, 0x70, 0x6F, 0x73, 0x73, 0x69, 0x62, 0x6C, 0x65, 0x20, 0x75, 0x6E, 0x74, 0x69, 0x6C,\n    0x20, 0x74, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x6C, 0x69, 0x67, 0x68, 0x74, 0x20, 0x69,\n    0x73, 0x20, 0x72, 0x65, 0x6D, 0x6F, 0x76, 0x65, 0x64, 0x2E, 0x20, 0x52, 0x65, 0x70, 0x65, 0x61,\n    0x74, 0x20, 0x66, 0x6F, 0x72, 0x20, 0x61, 0x6C, 0x6C, 0x20, 0x63, 0x72, 0x6F, 0x73, 0x73, 0x68,\n    0x61, 0x69, 0x72, 0x73, 0x20, 0x69, 0x6E, 0x20, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6E, 0x63, 0x65,\n    0x2E, 0x00, 0x81, 0x00, 0x44, 0x6F, 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x75, 0x73, 0x65, 0x20, 0x79,\n    0x6F, 0x75, 0x72, 0x20, 0x66, 0x69, 0x6E, 0x67, 0x65, 0x72, 0x20, 0x61, 0x73, 0x20, 0x61, 0x20,\n    0x73, 0x74, 0x79, 0x6C, 0x75, 0x73, 0x20, 0x6F, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65,\n    0x73, 0x75, 0x6C, 0x74, 0x20, 0x77, 0x69, 0x6C, 0x6C, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6D, 0x70,\n    0x72, 0x65, 0x63, 0x69, 0x73, 0x65, 0x2E, 0x00, 0x53, 0x74, 0x61, 0x72, 0x74, 0x00, 0x58, 0x00,\n    0x42, 0x00, 0x44, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E,\n    0x67, 0x73, 0x00, 0x42, 0x72, 0x69, 0x67, 0x68, 0x74, 0x6E, 0x65, 0x73, 0x73, 0x3A, 0x00, 0x8F,\n    0x00, 0x90, 0x00, 0x4C, 0x75, 0x6D, 0x69, 0x6E, 0x6F, 0x73, 0x69, 0x74, 0x79, 0x3A, 0x00, 0x8F,\n    0x00, 0x90, 0x00, 0x42, 0x61, 0x63, 0x6B, 0x67, 0x6E, 0x64, 0x00, 0x53, 0x74, 0x61, 0x74, 0x75,\n    0x73, 0x00, 0x50, 0x6F, 0x70, 0x20, 0x75, 0x70, 0x00, 0x40, 0x00, 0x40, 0x00, 0x40, 0x00, 0x40,\n    0x00, 0x40, 0x00, 0x54, 0x6F, 0x75, 0x63, 0x68, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x63,\n    0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x54, 0x75, 0x72, 0x6E, 0x20,\n    0x64, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x6F, 0x66, 0x66, 0x00, 0x42, 0x00, 0x58, 0x00,\n    0x53, 0x6F, 0x75, 0x6E, 0x64, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, 0x00, 0x53, 0x6F,\n    0x75, 0x6E, 0x64, 0x3A, 0x00, 0x05, 0x00, 0x83, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00,\n    0x29, 0x32, 0x6E, 0x05, 0x00, 0x83, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0x35,\n    0x6E, 0x43, 0x6C, 0x69, 0x63, 0x6B, 0x20, 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x3A, 0x00, 0x05, 0x00,\n    0x84, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0x38, 0x6E, 0x05, 0x00, 0x84, 0x00,\n    0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0x3B, 0x6E, 0x42, 0x00, 0x58, 0x00, 0x53, 0x79,\n    0x73, 0x74, 0x65, 0x6D, 0x20, 0x64, 0x69, 0x61, 0x67, 0x6E, 0x6F, 0x73, 0x74, 0x69, 0x63, 0x73,\n    0x00, 0x42, 0x00, 0x58, 0x00, 0x55, 0x73, 0x65, 0x72, 0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C,\n    0x65, 0x73, 0x20, 0x28, 0x31, 0x29, 0x00, 0x41, 0x75, 0x74, 0x6F, 0x72, 0x65, 0x63, 0x61, 0x6C,\n    0x6C, 0x20, 0x6F, 0x6E, 0x20, 0x70, 0x6F, 0x77, 0x65, 0x72, 0x2D, 0x6F, 0x6E, 0x3A, 0x00, 0x05,\n    0x00, 0x62, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x2A, 0x3E, 0x6E, 0x05, 0x00, 0x62,\n    0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x2A, 0x41, 0x6E, 0x50, 0x6F, 0x77, 0x65, 0x72,\n    0x2D, 0x6F, 0x6E, 0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C, 0x65, 0x3A, 0x00, 0x00, 0x0E, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x1C, 0x00, 0x15, 0x44, 0x6E, 0x28, 0x00, 0x29, 0x00,\n    0x58, 0x00, 0x55, 0x73, 0x65, 0x72, 0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C, 0x65, 0x73, 0x20,\n    0x28, 0x32, 0x29, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x1C, 0x00, 0x15,\n    0x45, 0x6E, 0x28, 0x00, 0x29, 0x00, 0x58, 0x00, 0x55, 0x73, 0x65, 0x72, 0x20, 0x70, 0x72, 0x6F,\n    0x66, 0x69, 0x6C, 0x65, 0x00, 0x00, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0xAE, 0x00, 0x20, 0x46, 0x6E, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0xAE, 0x00, 0x15, 0x49, 0x6E, 0x52, 0x65, 0x63, 0x61, 0x6C,\n    0x6C, 0x00, 0x53, 0x61, 0x76, 0x65, 0x00, 0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x00, 0x42, 0x00,\n    0x58, 0x00, 0x55, 0x73, 0x65, 0x72, 0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C, 0x65, 0x00, 0x00,\n    0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xC3, 0x00, 0x1C, 0x00, 0x32, 0x4C, 0x6E, 0x03, 0x97, 0x00, 0xC3, 0x00, 0x00, 0x00, 0x28, 0x00,\n    0x1C, 0x00, 0x15, 0x4F, 0x6E, 0x07, 0x00, 0x00, 0xEB, 0x00, 0x00, 0x00, 0x45, 0x00, 0x1C, 0x00,\n    0x1E, 0x52, 0x6E, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x30, 0x01, 0x38, 0x00, 0x15, 0x53,\n    0x6E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x30, 0x01, 0x5A, 0x00, 0x1E, 0x54, 0x6E, 0x42,\n    0x00, 0x58, 0x00, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x20, 0x69, 0x6E, 0x66, 0x6F, 0x72, 0x6D,\n    0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x28, 0x31, 0x29, 0x00, 0x54, 0x6F, 0x74, 0x61, 0x6C, 0x20,\n    0x4F, 0x6E, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x4C, 0x61, 0x73, 0x74, 0x20, 0x4F, 0x6E,\n    0x20, 0x74, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x54, 0x65, 0x6D, 0x70, 0x2E, 0x20, 0x41, 0x55, 0x58,\n    0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x38, 0x55, 0x6E,\n    0x04, 0x7B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x58, 0x6E, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x19, 0x59, 0x6E, 0x46, 0x61, 0x6E, 0x20,\n    0x73, 0x70, 0x65, 0x65, 0x64, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00,\n    0x1C, 0x00, 0x38, 0x5C, 0x6E, 0x04, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00,\n    0x62, 0x5F, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x19, 0x60,\n    0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x19, 0x63, 0x6E, 0x46,\n    0x69, 0x72, 0x6D, 0x77, 0x61, 0x72, 0x65, 0x3A, 0x00, 0x28, 0x00, 0x29, 0x00, 0x58, 0x00, 0x53,\n    0x65, 0x72, 0x69, 0x61, 0x6C, 0x20, 0x4E, 0x6F, 0x2E, 0x3A, 0x00, 0x53, 0x79, 0x73, 0x74, 0x65,\n    0x6D, 0x20, 0x69, 0x6E, 0x66, 0x6F, 0x72, 0x6D, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x28, 0x32,\n    0x29, 0x00, 0x43, 0x50, 0x55, 0x20, 0x62, 0x6F, 0x61, 0x72, 0x64, 0x3A, 0x00, 0x45, 0x74, 0x68,\n    0x65, 0x72, 0x6E, 0x65, 0x74, 0x3A, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0,\n    0x00, 0x1C, 0x00, 0x15, 0x66, 0x6E, 0x53, 0x43, 0x50, 0x49, 0x20, 0x56, 0x65, 0x72, 0x73, 0x69,\n    0x6F, 0x6E, 0x3A, 0x00, 0x28, 0x00, 0x29, 0x00, 0x58, 0x00, 0x52, 0x65, 0x73, 0x65, 0x74, 0x20,\n    0x28, 0x2A, 0x52, 0x53, 0x54, 0x29, 0x00, 0x53, 0x74, 0x61, 0x6E, 0x64, 0x62, 0x79, 0x00, 0x44,\n    0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x6F, 0x66, 0x66, 0x00, 0x43, 0x61, 0x6E, 0x63, 0x65,\n    0x6C, 0x00, 0x45, 0x6E, 0x74, 0x65, 0x72, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x74, 0x61, 0x6E, 0x64,\n    0x62, 0x79, 0x2E, 0x2E, 0x2E, 0x00, 0x50, 0x72, 0x65, 0x73, 0x73, 0x20, 0x61, 0x6E, 0x64, 0x20,\n    0x68, 0x6F, 0x6C, 0x64, 0x20, 0x61, 0x6E, 0x79, 0x77, 0x68, 0x65, 0x72, 0x65, 0x20, 0x6F, 0x6E,\n    0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x77,\n    0x61, 0x6B, 0x65, 0x20, 0x75, 0x70, 0x2E, 0x00, 0x53, 0x74, 0x61, 0x6E, 0x64, 0x62, 0x79, 0x20,\n    0x6D, 0x6F, 0x64, 0x65, 0x00, 0x50, 0x72, 0x65, 0x73, 0x73, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x68,\n    0x6F, 0x6C, 0x64, 0x20, 0x61, 0x6E, 0x79, 0x77, 0x68, 0x65, 0x72, 0x65, 0x20, 0x6F, 0x6E, 0x20,\n    0x74, 0x68, 0x65, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6E, 0x20, 0x74, 0x6F, 0x20, 0x77, 0x61,\n    0x6B, 0x65, 0x20, 0x75, 0x70, 0x2E, 0x00, 0x44, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20, 0x69,\n    0x73, 0x20, 0x67, 0x6F, 0x69, 0x6E, 0x67, 0x20, 0x4F, 0x46, 0x46, 0x00, 0x50, 0x72, 0x65, 0x73,\n    0x73, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x68, 0x6F, 0x6C, 0x64, 0x20, 0x61, 0x6E, 0x79, 0x77, 0x68,\n    0x65, 0x72, 0x65, 0x20, 0x6F, 0x6E, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x63, 0x72, 0x65, 0x65,\n    0x6E, 0x20, 0x74, 0x6F, 0x20, 0x74, 0x75, 0x72, 0x6E, 0x20, 0x4F, 0x4E, 0x2E, 0x00, 0x02, 0x02,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC, 0x00, 0x15, 0x69, 0x6E, 0x03, 0x03, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x6C, 0x6E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x70,\n    0x00, 0x40, 0x00, 0x08, 0x00, 0x1E, 0x6F, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x40,\n    0x00, 0x16, 0x00, 0x31, 0x70, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8E, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x32, 0x73, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x40, 0x00, 0x20, 0x00, 0x14,\n    0x76, 0x6E, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x79, 0x6E,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x40, 0x00, 0x0A, 0x00, 0x1E, 0x7C, 0x6E, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x78, 0x00, 0x40, 0x00, 0x16, 0x00, 0x31, 0x7D, 0x6E, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x8E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x32, 0x80, 0x6E, 0x05, 0x00, 0x00, 0x00, 0x00, 0xAC,\n    0x00, 0x40, 0x00, 0x20, 0x00, 0x14, 0x83, 0x6E, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x5A, 0x00, 0x40,\n    0x00, 0x18, 0x00, 0x20, 0x86, 0x6E, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xCC,\n    0x00, 0x15, 0x89, 0x6E, 0x00, 0x00, 0x05, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C,\n    0x00, 0x62, 0x8C, 0x6E, 0x03, 0x9A, 0x00, 0x24, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x15,\n    0x8F, 0x6E, 0x04, 0x98, 0x00, 0x42, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1C, 0x00, 0x62, 0x92, 0x6E,\n    0x04, 0x99, 0x00, 0x82, 0x00, 0x00, 0x00, 0x50, 0x00, 0x1C, 0x00, 0x62, 0x93, 0x6E, 0x4F, 0x46,\n    0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x50, 0x94, 0x6E,\n    0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x00, 0x56, 0x00, 0x52, 0x95, 0x6E, 0x4C, 0x52,\n    0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00,\n    0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x28, 0x00, 0x15, 0x96, 0x6E, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x28, 0x00, 0x75, 0x00, 0x28,\n    0x00, 0x15, 0x99, 0x6E, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0x9C, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xC3, 0x00, 0x6A, 0x00, 0x15, 0x9F, 0x6E, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x15, 0xA2, 0x6E, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x24, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x15, 0xA5, 0x6E, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C,\n    0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00,\n    0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x4F, 0x50, 0x50, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95,\n    0x00, 0x82, 0x00, 0x15, 0xA8, 0x6E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95, 0x00, 0x82,\n    0x00, 0x15, 0xAB, 0x6E, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43,\n    0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56,\n    0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54,\n    0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x03, 0xA6,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xAE, 0x6E, 0x03, 0xA7, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xB1, 0x6E, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F,\n    0x46, 0x46, 0x00, 0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x70, 0xB4,\n    0x6E, 0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x6A, 0x00, 0x70, 0xB7, 0x6E, 0x03,\n    0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xBA, 0x6E, 0x03, 0xA7, 0x00,\n    0x00, 0x00, 0x24, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xBD, 0x6E, 0x93, 0x54, 0x52, 0x47, 0x00,\n    0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43,\n    0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56,\n    0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50,\n    0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x00, 0xC0, 0x6E, 0x00, 0xC2, 0x6E,\n    0x00, 0xC4, 0x6E, 0x00, 0xC6, 0x6E, 0x00, 0xC8, 0x6E, 0x00, 0xCA, 0x6E, 0x00, 0xCC, 0x6E, 0x00,\n    0x03, 0xCE, 0x6E, 0x00, 0x00, 0x02, 0xF8, 0x6E, 0x00, 0x00, 0x00, 0x04, 0x14, 0x6F, 0x4C, 0x6F,\n    0x00, 0x4E, 0x6F, 0x00, 0x00, 0x00, 0x02, 0x50, 0x6F, 0x01, 0x5E, 0x6F, 0x04, 0x6C, 0x6F, 0x07,\n    0xA4, 0x6F, 0x07, 0x06, 0x70, 0x04, 0x68, 0x70, 0xA0, 0x70, 0x00, 0xA2, 0x70, 0x00, 0xA4, 0x70,\n    0x00, 0xA6, 0x70, 0x00, 0xA8, 0x70, 0x00, 0xAA, 0x70, 0x00, 0x00, 0xAC, 0x70, 0x00, 0xAE, 0x70,\n    0x00, 0xB0, 0x70, 0x00, 0xB2, 0x70, 0x00, 0xB4, 0x70, 0x00, 0xB6, 0x70, 0x00, 0xB8, 0x70, 0x00,\n    0xBA, 0x70, 0x00, 0x44, 0xBC, 0x70, 0x00, 0xBE, 0x70, 0x00, 0xC0, 0x70, 0x00, 0xC2, 0x70, 0x2D,\n    0x45, 0xC6, 0x70, 0x00, 0xC8, 0x70, 0x00, 0xCA, 0x70, 0x00, 0xCC, 0x70, 0x00, 0xCE, 0x70, 0x00,\n    0xD0, 0x70, 0x00, 0xD2, 0x70, 0x00, 0xD4, 0x70, 0xD6, 0x70, 0xD8, 0x70, 0x00, 0x00, 0xDA, 0x70,\n    0x00, 0x05, 0xDC, 0x70, 0x04, 0x22, 0x71, 0x00, 0x02, 0x5A, 0x71, 0x76, 0x71, 0x00, 0x78, 0x71,\n    0x00, 0x7A, 0x71, 0x00, 0x7C, 0x71, 0x7E, 0x71, 0x80, 0x71, 0x00, 0x00, 0x82, 0x71, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x84, 0x71, 0x04, 0xCA, 0x71, 0x00, 0x02, 0x02, 0x72, 0x04,\n    0x1E, 0x72, 0x00, 0x03, 0x56, 0x72, 0x80, 0x72, 0x00, 0x82, 0x72, 0x00, 0x84, 0x72, 0x00, 0x86,\n    0x72, 0x00, 0x88, 0x72, 0x00, 0x8A, 0x72, 0x00, 0x8C, 0x72, 0x00, 0x8E, 0x72, 0x00, 0x90, 0x72,\n    0x00, 0x92, 0x72, 0x00, 0x94, 0x72, 0x00, 0x96, 0x72, 0x00, 0x98, 0x72, 0x00, 0x9A, 0x72, 0x00,\n    0x9C, 0x72, 0x00, 0x9E, 0x72, 0x00, 0xA0, 0x72, 0x00, 0xA2, 0x72, 0x00, 0xA4, 0x72, 0x00, 0xA6,\n    0x72, 0x00, 0xA8, 0x72, 0x00, 0xAA, 0x72, 0x00, 0xAC, 0x72, 0x00, 0xAE, 0x72, 0x00, 0xB0, 0x72,\n    0x00, 0xB2, 0x72, 0x00, 0xB4, 0x72, 0x00, 0xB6, 0x72, 0x00, 0xB8, 0x72, 0x00, 0xBA, 0x72, 0x00,\n    0xBC, 0x72, 0x00, 0xBE, 0x72, 0x00, 0xC0, 0x72, 0x00, 0xC2, 0x72, 0x00, 0xC4, 0x72, 0x00, 0xC6,\n    0x72, 0x00, 0xC8, 0x72, 0x00, 0xCA, 0x72, 0x00, 0xCC, 0x72, 0x00, 0xCE, 0x72, 0x00, 0xD0, 0x72,\n    0x00, 0xD2, 0x72, 0xD6, 0x72, 0xDA, 0x72, 0x00, 0xDD, 0x72, 0x00, 0xDF, 0x72, 0x00, 0xE1, 0x72,\n    0x00, 0xE3, 0x72, 0x00, 0xE5, 0x72, 0x00, 0xE7, 0x72, 0x00, 0xE9, 0x72, 0x00, 0xEB, 0x72, 0x00,\n    0xED, 0x72, 0x00, 0xEF, 0x72, 0x30, 0x45, 0xF0, 0x72, 0x00, 0xF2, 0x72, 0x00, 0xF4, 0x72, 0x00,\n    0xF6, 0x72, 0x2B, 0x45, 0xF7, 0x72, 0x00, 0xF9, 0x72, 0x2F, 0x45, 0xFB, 0x72, 0x2E, 0x45, 0xFD,\n    0x72, 0x2D, 0x45, 0x02, 0xFE, 0x72, 0x01, 0x1A, 0x73, 0x28, 0x73, 0x00, 0x01, 0x42, 0x73, 0x02,\n    0x50, 0x73, 0x01, 0x6C, 0x73, 0x02, 0x7A, 0x73, 0x01, 0x96, 0x73, 0xA4, 0x73, 0x00, 0xA7, 0x73,\n    0x00, 0xAB, 0x73, 0x00, 0x62, 0x02, 0xAF, 0x73, 0x01, 0xCB, 0x73, 0x2A, 0x03, 0xD9, 0x73, 0x03,\n    0x74, 0x00, 0x06, 0x74, 0x00, 0x0A, 0x74, 0x00, 0x62, 0x02, 0x0E, 0x74, 0x01, 0x2A, 0x74, 0x38,\n    0x74, 0x00, 0x3B, 0x74, 0x00, 0x3F, 0x74, 0x00, 0x62, 0x02, 0x43, 0x74, 0x01, 0x5F, 0x74, 0x6D,\n    0x74, 0x00, 0x70, 0x74, 0x00, 0x02, 0x74, 0x74, 0x01, 0x90, 0x74, 0x02, 0x9E, 0x74, 0x01, 0xBA,\n    0x74, 0x00, 0x08, 0xC8, 0x74, 0x06, 0x38, 0x75, 0x04, 0x8C, 0x75, 0x02, 0xC4, 0x75, 0x01, 0xE0,\n    0x75, 0xEE, 0x75, 0x00, 0xFE, 0x75, 0x00, 0x0E, 0x76, 0x00, 0x20, 0x76, 0x00, 0x30, 0x76, 0x00,\n    0x4D, 0x76, 0x00, 0x5C, 0x76, 0x00, 0x02, 0x6D, 0x76, 0x89, 0x76, 0x00, 0x02, 0x9B, 0x76, 0x02,\n    0xB7, 0x76, 0x01, 0xD3, 0x76, 0xE1, 0x76, 0x00, 0xE5, 0x76, 0x00, 0x02, 0xE8, 0x76, 0x02, 0x04,\n    0x77, 0x02, 0x20, 0x77, 0x01, 0x3C, 0x77, 0x4A, 0x77, 0x7F, 0x77, 0x00, 0x02, 0x87, 0x77, 0xA3,\n    0x77, 0x00, 0x03, 0xBE, 0x77, 0x02, 0xE8, 0x77, 0x01, 0x04, 0x78, 0x12, 0x78, 0x00, 0x16, 0x78,\n    0x00, 0x00, 0x02, 0x19, 0x78, 0x35, 0x78, 0x00, 0x39, 0x78, 0x00, 0x02, 0x3C, 0x78, 0x02, 0x58,\n    0x78, 0x02, 0x74, 0x78, 0x90, 0x78, 0x00, 0x9D, 0x78, 0x00, 0xA8, 0x78, 0x00, 0xCE, 0x78, 0x00,\n    0x02, 0xF7, 0x78, 0x01, 0x13, 0x79, 0x0D, 0x21, 0x79, 0x0A, 0xD7, 0x79, 0x63, 0x7A, 0x00, 0x7B,\n    0x7A, 0x00, 0x96, 0x7A, 0x00, 0xB4, 0x7A, 0x00, 0xBC, 0x7A, 0x00, 0xC4, 0x7A, 0x00, 0xC7, 0x7A,\n    0x00, 0xCB, 0x7A, 0x00, 0x62, 0xD3, 0x7A, 0x00, 0xE1, 0x7A, 0x00, 0xE4, 0x7A, 0x00, 0x02, 0xE8,\n    0x7A, 0x02, 0x04, 0x7B, 0x20, 0x7B, 0x00, 0x23, 0x7B, 0x00, 0x27, 0x7B, 0x00, 0x2A, 0x7B, 0x00,\n    0x03, 0x2E, 0x7B, 0x15, 0x58, 0x7B, 0x07, 0x7E, 0x7C, 0xE0, 0x7C, 0x00, 0xE3, 0x7C, 0x00, 0xE7,\n    0x7C, 0x00, 0xFE, 0x7C, 0x00, 0x10, 0x7D, 0x00, 0x24, 0x7D, 0x00, 0x3A, 0x7D, 0x00, 0x3E, 0x7D,\n    0x00, 0x02, 0x45, 0x7D, 0x09, 0x61, 0x7D, 0x02, 0xDF, 0x7D, 0x07, 0xFB, 0x7D, 0x01, 0x5D, 0x7E,\n    0x01, 0x6B, 0x7E, 0x01, 0x79, 0x7E, 0x01, 0x87, 0x7E, 0x03, 0x95, 0x7E, 0x00, 0x0A, 0xBF, 0x7E,\n    0x03, 0x4B, 0x7F, 0x02, 0x75, 0x7F, 0x91, 0x7F, 0x00, 0x9B, 0x7F, 0x00, 0xA0, 0x7F, 0x00, 0xA4,\n    0x7F, 0x00, 0xAB, 0x7F, 0x00, 0xAF, 0x7F, 0x00, 0xB2, 0x7F, 0x00, 0xB6, 0x7F, 0x00, 0xB9, 0x7F,\n    0x00, 0xBC, 0x7F, 0x00, 0x02, 0x02, 0xC0, 0x7F, 0x00, 0x07, 0xCF, 0x7F, 0x31, 0x80, 0x00, 0x02,\n    0x4A, 0x80, 0x00, 0x03, 0x00, 0x66, 0x80, 0x00, 0x62, 0x6E, 0x80, 0x00, 0x7C, 0x80, 0x00, 0x62,\n    0x82, 0x80, 0x00, 0x8E, 0x80, 0x00, 0x02, 0x9C, 0x80, 0x01, 0xB8, 0x80, 0x03, 0xC6, 0x80, 0x00,\n    0xF0, 0x80, 0x00, 0xF2, 0x80, 0x00, 0xFB, 0x80, 0x00, 0x03, 0x04, 0x81, 0x00, 0x2E, 0x81, 0x00,\n    0x30, 0x81, 0x00, 0x39, 0x81, 0x00, 0x40, 0x81, 0x00, 0x01, 0x47, 0x81, 0x55, 0x81, 0x00, 0x02,\n    0x56, 0x81, 0x62, 0x62, 0x50, 0x52, 0x02, 0x72, 0x81, 0x02, 0x8E, 0x81, 0x03, 0xAA, 0x81, 0x03,\n    0xD4, 0x81, 0x02, 0xFE, 0x81, 0x02, 0x1A, 0x82, 0x03, 0x36, 0x82, 0x03, 0x60, 0x82, 0x02, 0x8A,\n    0x82, 0x02, 0xA6, 0x82, 0x6C, 0x14, 0x6E, 0x71, 0x14, 0x71, 0x02, 0xC2, 0x82, 0x02, 0xDE, 0x82,\n    0x4E, 0x00, 0x4E, 0x00, 0x83, 0x00, 0x83, 0x00, 0x83, 0x00, 0x83, 0x00, 0x89, 0x00, 0x05, 0x00,\n    0x2C, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x56, 0xFA, 0x82, 0x05, 0x00, 0x2C, 0x00,\n    0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x57, 0xFD, 0x82, 0x05, 0x00, 0x2C, 0x00, 0x00, 0x00,\n    0x00, 0x1C, 0x00, 0x1C, 0x00, 0x58, 0x00, 0x83, 0x05, 0x00, 0x29, 0x00, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x1C, 0x00, 0x56, 0x03, 0x83, 0x05, 0x00, 0x29, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C,\n    0x00, 0x7B, 0x06, 0x83, 0x05, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x7C,\n    0x09, 0x83, 0x03, 0xA3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x15, 0x0C, 0x83,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x1E, 0x0F, 0x83, 0x05, 0x00,\n    0x2A, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0x7C, 0x10, 0x83, 0x96, 0x00, 0x96, 0x00,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x1C, 0x00, 0x15, 0x13, 0x83, 0x04, 0xEA,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x1C, 0x00, 0x21, 0x16, 0x83, 0x02, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x17, 0x83, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x1A, 0x83, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0xB0, 0x00, 0x15, 0x1D, 0x83, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0,\n    0x00, 0x15, 0x20, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x1E, 0x00, 0x1E,\n    0x23, 0x83, 0x05, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x25, 0x00, 0x1E, 0x00, 0x14, 0x24, 0x83,\n    0x05, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x85, 0x00, 0x1E, 0x00, 0x14, 0x27, 0x83, 0x05, 0x00,\n    0x00, 0xB5, 0x00, 0x00, 0x00, 0x80, 0x00, 0x1E, 0x00, 0x14, 0x2A, 0x83, 0x07, 0x00, 0x00, 0x35,\n    0x01, 0x00, 0x00, 0x0B, 0x00, 0x1E, 0x00, 0x1E, 0x2D, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1E,\n    0x00, 0x40, 0x01, 0x08, 0x00, 0x1E, 0x2E, 0x83, 0x03, 0x12, 0x00, 0x00, 0x00, 0x26, 0x00, 0x40,\n    0x01, 0x8A, 0x00, 0x15, 0x2F, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x1E,\n    0x00, 0x1E, 0x32, 0x83, 0x05, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x25, 0x00, 0x1E, 0x00, 0x14,\n    0x33, 0x83, 0x05, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x85, 0x00, 0x1E, 0x00, 0x14, 0x36, 0x83,\n    0x05, 0x00, 0x00, 0xB5, 0x00, 0x00, 0x00, 0x80, 0x00, 0x1E, 0x00, 0x14, 0x39, 0x83, 0x07, 0x00,\n    0x00, 0x35, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x1E, 0x00, 0x1E, 0x3C, 0x83, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x1E, 0x00, 0x40, 0x01, 0x08, 0x00, 0x1E, 0x3D, 0x83, 0x03, 0x12, 0x00, 0x00, 0x00, 0x26,\n    0x00, 0x40, 0x01, 0x8A, 0x00, 0x15, 0x3E, 0x83, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0xB0, 0x00, 0x15, 0x41, 0x83, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0,\n    0x00, 0x15, 0x44, 0x83, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15,\n    0x47, 0x83, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x4A, 0x83,\n    0x4C, 0x00, 0x4E, 0x00, 0x4E, 0x00, 0x4B, 0x00, 0x4D, 0x00, 0x53, 0x00, 0x42, 0x00, 0x37, 0x00,\n    0x38, 0x00, 0x39, 0x00, 0x3C, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x31, 0x00, 0x32, 0x00,\n    0x33, 0x00, 0x64, 0x65, 0x66, 0x00, 0x30, 0x00, 0x2E, 0x00, 0x2D, 0x00, 0x4F, 0x00, 0x4B, 0x00,\n    0x4D, 0x00, 0x53, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x48, 0x00, 0x42, 0x00, 0x03, 0x15, 0x00, 0x00,\n    0x00, 0x14, 0x00, 0x30, 0x00, 0x17, 0x00, 0x15, 0x4D, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x4E, 0x00, 0x14, 0x00, 0x1E, 0x50, 0x83, 0x04, 0x11, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x7E,\n    0x00, 0x34, 0x00, 0x61, 0x51, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x4E, 0x00, 0x09,\n    0x00, 0x1E, 0x52, 0x83, 0x07, 0x00, 0x00, 0x30, 0x00, 0x14, 0x00, 0x1E, 0x00, 0x17, 0x00, 0x1E,\n    0x53, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x34, 0x00, 0x1E, 0x54, 0x83,\n    0x02, 0x02, 0x00, 0x0A, 0x00, 0x00, 0x00, 0xB6, 0x00, 0x34, 0x00, 0x15, 0x55, 0x83, 0x07, 0x00,\n    0x00, 0x68, 0x00, 0x00, 0x00, 0x09, 0x00, 0x34, 0x00, 0x1E, 0x58, 0x83, 0x07, 0x00, 0x00, 0xB8,\n    0x00, 0x00, 0x00, 0x14, 0x00, 0x34, 0x00, 0x1E, 0x59, 0x83, 0x05, 0x00, 0x08, 0x00, 0x00, 0x00,\n    0x00, 0x66, 0x00, 0x24, 0x00, 0x54, 0x5A, 0x83, 0x05, 0x00, 0x09, 0x66, 0x00, 0x00, 0x00, 0x66,\n    0x00, 0x24, 0x00, 0x54, 0x5D, 0x83, 0x4B, 0x00, 0x4D, 0x00, 0x53, 0x00, 0x49, 0x00, 0x4A, 0x00,\n    0x48, 0x00, 0x42, 0x00, 0x03, 0x15, 0x00, 0x00, 0x00, 0x14, 0x00, 0x30, 0x00, 0x17, 0x00, 0x15,\n    0x60, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x14, 0x00, 0x1E, 0x63, 0x83,\n    0x04, 0x11, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x34, 0x00, 0x61, 0x64, 0x83, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x2B, 0x00, 0x4E, 0x00, 0x09, 0x00, 0x1E, 0x65, 0x83, 0x07, 0x00, 0x00, 0x30,\n    0x00, 0x14, 0x00, 0x1E, 0x00, 0x17, 0x00, 0x1E, 0x66, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x14, 0x00, 0x34, 0x00, 0x1E, 0x67, 0x83, 0x02, 0x02, 0x00, 0x0A, 0x00, 0x00, 0x00, 0xB6,\n    0x00, 0x34, 0x00, 0x15, 0x68, 0x83, 0x07, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x09, 0x00, 0x34,\n    0x00, 0x1E, 0x6B, 0x83, 0x07, 0x00, 0x00, 0xB8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x34, 0x00, 0x1E,\n    0x6C, 0x83, 0x05, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x66, 0x00, 0x24, 0x00, 0x54, 0x6D, 0x83,\n    0x05, 0x00, 0x09, 0x66, 0x00, 0x00, 0x00, 0x66, 0x00, 0x24, 0x00, 0x54, 0x70, 0x83, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x1C, 0x00, 0x1E, 0x73, 0x83, 0x04, 0x60, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x01, 0x1C, 0x00, 0x3A, 0x74, 0x83, 0x04, 0x60, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x01, 0x1C, 0x00, 0x3C, 0x75, 0x83, 0x04, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x1C, 0x00, 0x38, 0x76, 0x83, 0x09, 0x00, 0x58, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24,\n    0x00, 0x08, 0x77, 0x83, 0x09, 0x00, 0x59, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x24, 0x00, 0x08,\n    0x7B, 0x83, 0x04, 0x64, 0x00, 0x60, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x24, 0x00, 0x0D, 0x7F, 0x83,\n    0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x37, 0x00, 0x38, 0x00,\n    0x39, 0x00, 0x30, 0x00, 0x51, 0x00, 0x57, 0x00, 0x45, 0x00, 0x52, 0x00, 0x54, 0x00, 0x59, 0x00,\n    0x55, 0x00, 0x49, 0x00, 0x4F, 0x00, 0x50, 0x00, 0x41, 0x00, 0x53, 0x00, 0x44, 0x00, 0x46, 0x00,\n    0x47, 0x00, 0x48, 0x00, 0x4A, 0x00, 0x4B, 0x00, 0x4C, 0x00, 0x23, 0x00, 0x5A, 0x00, 0x58, 0x00,\n    0x43, 0x00, 0x56, 0x00, 0x42, 0x00, 0x4E, 0x00, 0x4D, 0x00, 0x2C, 0x00, 0x2E, 0x00, 0x2F, 0x00,\n    0x3C, 0x00, 0x61, 0x62, 0x63, 0x00, 0x41, 0x42, 0x43, 0x00, 0x53, 0x50, 0x00, 0x55, 0x00, 0x49,\n    0x00, 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x3C, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x00,\n    0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x00, 0x30, 0x00, 0x2E, 0x00, 0x2D, 0x00, 0x00, 0x05, 0x33,\n    0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x80, 0x83, 0x05, 0x00, 0x00, 0x2A,\n    0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0x83, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x86, 0x83, 0x54, 0x65, 0x6D, 0x70, 0x2E, 0x20, 0x28, 0x4F,\n    0x54, 0x50, 0x29, 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65,\n    0x64, 0x00, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0xB4, 0x00, 0x1C, 0x00, 0x2A, 0x89, 0x83,\n    0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x8C, 0x83, 0x05, 0x00,\n    0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0x8F, 0x83, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x92, 0x83, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x95, 0x83, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC,\n    0x00, 0x1C, 0x00, 0x62, 0x98, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C,\n    0x00, 0x62, 0x9B, 0x83, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x05,\n    0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x9E, 0x83, 0x05, 0x00, 0x00,\n    0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0xA1, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0xA4, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x18, 0x00, 0x1C, 0x00, 0x1E, 0xA7, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00,\n    0x1C, 0x00, 0x49, 0xA8, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1C, 0x00,\n    0x49, 0xAB, 0x83, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x05, 0x33,\n    0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0xAE, 0x83, 0x05, 0x00, 0x00, 0x2A,\n    0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0xB1, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0xB4, 0x83, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4F,\n    0x46, 0x46, 0x00, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0xB7,\n    0x83, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0xBA, 0x83, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0xBD, 0x83, 0x4E, 0x6F, 0x00,\n    0x59, 0x65, 0x73, 0x00, 0x03, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x15,\n    0xC0, 0x83, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x1E, 0xC3, 0x83,\n    0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x38, 0x00, 0x15, 0xC4, 0x83, 0x05, 0x33,\n    0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0xC7, 0x83, 0x05, 0x00, 0x00, 0x2A,\n    0x00, 0x00, 0x00, 0xD2, 0x00, 0x1C, 0x00, 0x62, 0xCA, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xFC, 0x00, 0x1C, 0x00, 0x62, 0xCD, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x73,\n    0x00, 0x1C, 0x00, 0x32, 0xD0, 0x83, 0x04, 0xBD, 0x91, 0x73, 0x00, 0x00, 0x00, 0x44, 0x00, 0x1C,\n    0x00, 0x2A, 0xD3, 0x83, 0x05, 0x00, 0x3B, 0x00, 0x00, 0x1C, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x2A,\n    0xD4, 0x83, 0x07, 0x00, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x66, 0x00, 0x1C, 0x00, 0x1E, 0xD7, 0x83,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x32, 0xD8, 0x83, 0x03, 0xB9,\n    0x00, 0x73, 0x00, 0x38, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x15, 0xDB, 0x83, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x54, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x32, 0xDE, 0x83, 0x05, 0xBA, 0x93, 0x73, 0x00, 0x54,\n    0x00, 0x79, 0x00, 0x1C, 0x00, 0x2A, 0xE1, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x95,\n    0x00, 0x1C, 0x00, 0x32, 0xE4, 0x83, 0x04, 0xBB, 0x8F, 0x95, 0x00, 0x00, 0x00, 0x44, 0x00, 0x1C,\n    0x00, 0x2A, 0xE7, 0x83, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x95, 0x00, 0x1C, 0x00, 0x32,\n    0xE8, 0x83, 0x04, 0xBC, 0x90, 0x95, 0x00, 0x1C, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x2A, 0xEB, 0x83,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x32, 0xEC, 0x83, 0x03, 0xB9,\n    0x00, 0x73, 0x00, 0x38, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x15, 0xEF, 0x83, 0x04, 0xBF, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x21, 0x00, 0x18, 0x00, 0x31, 0xF2, 0x83, 0x03, 0xC1, 0x00, 0x21, 0x00, 0x00,\n    0x00, 0x49, 0x00, 0x18, 0x00, 0x15, 0xF3, 0x83, 0x03, 0xC3, 0x00, 0x6A, 0x00, 0x00, 0x00, 0x49,\n    0x00, 0x18, 0x00, 0x15, 0xF6, 0x83, 0x03, 0xC5, 0x00, 0xB3, 0x00, 0x00, 0x00, 0x49, 0x00, 0x18,\n    0x00, 0x15, 0xF9, 0x83, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62,\n    0xFC, 0x83, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0xFF, 0x83,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x02, 0x84, 0x4C, 0x6F,\n    0x77, 0x20, 0x72, 0x69, 0x70, 0x70, 0x6C, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x4C, 0x6F,\n    0x77, 0x20, 0x72, 0x69, 0x70, 0x70, 0x6C, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x4C, 0x6F,\n    0x77, 0x20, 0x72, 0x69, 0x70, 0x70, 0x6C, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x20, 0x8C, 0x00,\n    0x4C, 0x6F, 0x77, 0x20, 0x72, 0x69, 0x70, 0x70, 0x6C, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00,\n    0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x72, 0x61, 0x6E, 0x67, 0x65, 0x73, 0x20, 0x28,\n    0x75, 0x6E, 0x73, 0x75, 0x70, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x64, 0x29, 0x00, 0x43, 0x75, 0x72,\n    0x72, 0x65, 0x6E, 0x74, 0x20, 0x72, 0x61, 0x6E, 0x67, 0x65, 0x73, 0x00, 0x54, 0x72, 0x61, 0x63,\n    0x6B, 0x69, 0x6E, 0x67, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, 0x00, 0x05, 0x00, 0x40,\n    0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x05, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x19, 0x08, 0x84, 0x43, 0x6F, 0x75, 0x70, 0x6C, 0x69, 0x6E,\n    0x67, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x05, 0x00, 0x41, 0x00, 0x00,\n    0x00, 0x00, 0xEC, 0x00, 0x1C, 0x00, 0x2A, 0x0B, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x19, 0x0E, 0x84, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00,\n    0x1C, 0x00, 0x62, 0x11, 0x84, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00,\n    0x62, 0x14, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x17,\n    0x84, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A,\n    0x00, 0x2A, 0x00, 0x30, 0x1A, 0x84, 0x03, 0x69, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A,\n    0x00, 0x15, 0x1D, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x30,\n    0x20, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x30, 0x23, 0x84,\n    0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x26, 0x84, 0x05, 0x00,\n    0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00, 0x62, 0x29, 0x84, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x2C, 0x84, 0x52, 0x65, 0x6D, 0x6F, 0x74, 0x65,\n    0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x73, 0x65, 0x6E, 0x73, 0x69, 0x6E, 0x67,\n    0x20, 0x28, 0x6F, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x61, 0x6C, 0x20, 0x6F, 0x6E,\n    0x6C, 0x79, 0x20, 0x69, 0x6E, 0x20, 0x43, 0x56, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x29, 0x00, 0x53,\n    0x74, 0x61, 0x74, 0x75, 0x73, 0x3A, 0x00, 0x03, 0x6A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00,\n    0x1C, 0x00, 0x15, 0x2F, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00,\n    0x32, 0x32, 0x84, 0x52, 0x65, 0x6D, 0x6F, 0x74, 0x65, 0x20, 0x70, 0x72, 0x6F, 0x67, 0x2E, 0x20,\n    0x6E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x06, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x48, 0x00, 0x32, 0x35, 0x84, 0x05, 0x00, 0x00, 0x0C,\n    0x00, 0x48, 0x00, 0x44, 0x00, 0x1C, 0x00, 0x32, 0x37, 0x84, 0x03, 0x6F, 0x00, 0x50, 0x00, 0x48,\n    0x00, 0x38, 0x00, 0x1C, 0x00, 0x15, 0x3A, 0x84, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24,\n    0x00, 0x1C, 0x00, 0x62, 0x3D, 0x84, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C,\n    0x00, 0x62, 0x40, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62,\n    0x43, 0x84, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x92, 0x00, 0x1C, 0x00, 0x32, 0x46, 0x84, 0x05, 0xD7, 0x00, 0x92, 0x00, 0x00, 0x00, 0x5A, 0x00,\n    0x1C, 0x00, 0x62, 0x49, 0x84, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x05, 0x00, 0x73, 0x00,\n    0x00, 0x00, 0x00, 0xEC, 0x00, 0x26, 0x00, 0x29, 0x4C, 0x84, 0x05, 0x00, 0x74, 0x00, 0x00, 0x26,\n    0x00, 0xEC, 0x00, 0x26, 0x00, 0x29, 0x4F, 0x84, 0x05, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0xEC,\n    0x00, 0x26, 0x00, 0x29, 0x52, 0x84, 0x05, 0x00, 0x74, 0x00, 0x00, 0x26, 0x00, 0xEC, 0x00, 0x26,\n    0x00, 0x29, 0x55, 0x84, 0x05, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x26, 0x00, 0x29,\n    0x58, 0x84, 0x05, 0x00, 0x73, 0x00, 0x00, 0x26, 0x00, 0xEC, 0x00, 0x26, 0x00, 0x29, 0x5B, 0x84,\n    0x53, 0x65, 0x74, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6C, 0x6C, 0x65, 0x6C, 0x00, 0x53, 0x65, 0x74,\n    0x20, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00, 0x82, 0x20, 0x4D, 0x61, 0x78, 0x2E, 0x20, 0x6F,\n    0x75, 0x74, 0x70, 0x75, 0x74, 0x20, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x77, 0x69,\n    0x6C, 0x6C, 0x20, 0x62, 0x65, 0x20, 0x64, 0x6F, 0x75, 0x62, 0x6C, 0x65, 0x64, 0x00, 0x81, 0x20,\n    0x54, 0x61, 0x6B, 0x65, 0x20, 0x70, 0x72, 0x65, 0x63, 0x61, 0x75, 0x74, 0x69, 0x6F, 0x6E, 0x73,\n    0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x6F, 0x76,\n    0x65, 0x72, 0x20, 0x35, 0x30, 0x56, 0x00, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00,\n    0x1C, 0x00, 0x62, 0x5E, 0x84, 0x05, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x1C, 0x00,\n    0x62, 0x61, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1C, 0x00, 0x62, 0x64,\n    0x84, 0x05, 0x33, 0x00, 0x06, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1C, 0x00, 0x62, 0x67, 0x84, 0x05,\n    0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xD2, 0x00, 0x1C, 0x00, 0x62, 0x6A, 0x84, 0x05, 0x00, 0x00,\n    0x10, 0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x6D, 0x84, 0x04, 0x36, 0x00, 0x87, 0x00,\n    0x1C, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x62, 0x70, 0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00,\n    0x77, 0x00, 0x1C, 0x00, 0x32, 0x71, 0x84, 0x04, 0x37, 0x00, 0x87, 0x00, 0x38, 0x00, 0x75, 0x00,\n    0x1C, 0x00, 0x62, 0x74, 0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0x54, 0x00, 0x77, 0x00, 0x1C, 0x00,\n    0x32, 0x75, 0x84, 0x03, 0x34, 0x00, 0x87, 0x00, 0x54, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x15, 0x78,\n    0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0x70, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x7B, 0x84, 0x03,\n    0x38, 0x00, 0x87, 0x00, 0x70, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x15, 0x7E, 0x84, 0x05, 0x00, 0x00,\n    0x10, 0x00, 0x8C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x81, 0x84, 0x03, 0x38, 0x00, 0x87, 0x00,\n    0x8C, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x15, 0x84, 0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0xA8, 0x00,\n    0xEC, 0x00, 0x1C, 0x00, 0x19, 0x87, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00,\n    0x1C, 0x00, 0x62, 0x8A, 0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0x1C, 0x00, 0x70, 0x00, 0x1C, 0x00,\n    0x32, 0x8D, 0x84, 0x07, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x70, 0x00, 0x1C, 0x00, 0x1E, 0x90,\n    0x84, 0x02, 0x02, 0x00, 0x80, 0x00, 0x1C, 0x00, 0x7C, 0x00, 0x38, 0x00, 0x15, 0x91, 0x84, 0x05,\n    0x00, 0x00, 0x10, 0x00, 0x54, 0x00, 0x70, 0x00, 0x1C, 0x00, 0x32, 0x94, 0x84, 0x07, 0x00, 0x00,\n    0x10, 0x00, 0x70, 0x00, 0x70, 0x00, 0x1C, 0x00, 0x1E, 0x97, 0x84, 0x02, 0x02, 0x00, 0x80, 0x00,\n    0x54, 0x00, 0x7C, 0x00, 0x38, 0x00, 0x15, 0x98, 0x84, 0x05, 0x00, 0x00, 0x10, 0x00, 0x8C, 0x00,\n    0x70, 0x00, 0x1C, 0x00, 0x32, 0x9B, 0x84, 0x02, 0x02, 0x00, 0x80, 0x00, 0x8C, 0x00, 0x7C, 0x00,\n    0x38, 0x00, 0x15, 0x9E, 0x84, 0x07, 0x00, 0x00, 0x10, 0x00, 0xA8, 0x00, 0x70, 0x00, 0x1C, 0x00,\n    0x1E, 0xA1, 0x84, 0x41, 0x55, 0x58, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x2E, 0x20, 0x28, 0x4F, 0x54,\n    0x50, 0x29, 0x20, 0x69, 0x6E, 0x76, 0x61, 0x6C, 0x69, 0x64, 0x00, 0x53, 0x65, 0x74, 0x20, 0x2F,\n    0x20, 0x43, 0x6C, 0x65, 0x61, 0x72, 0x20, 0x41, 0x55, 0x58, 0x20, 0x73, 0x65, 0x6E, 0x73, 0x6F,\n    0x72, 0x20, 0x4F, 0x54, 0x50, 0x00, 0x41, 0x55, 0x58, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x2E, 0x20,\n    0x28, 0x4F, 0x54, 0x50, 0x29, 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C,\n    0x6C, 0x65, 0x64, 0x00, 0x45, 0x6E, 0x63, 0x6F, 0x64, 0x65, 0x72, 0x00, 0x45, 0x6E, 0x63, 0x6F,\n    0x64, 0x65, 0x72, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x49, 0x6E, 0x76, 0x61, 0x6C,\n    0x69, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64,\n    0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB3,\n    0x00, 0x39, 0x00, 0x32, 0xA2, 0x84, 0x03, 0xA8, 0x00, 0xB3, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39,\n    0x00, 0x2F, 0xA4, 0x84, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB3, 0x00, 0x39, 0x00, 0x19,\n    0xA7, 0x84, 0x03, 0xA8, 0x00, 0xB3, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00, 0x2F, 0xA9, 0x84,\n    0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x05, 0xE1,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x31, 0xAC, 0x84, 0x05, 0xE3, 0xAC, 0x00,\n    0x00, 0x1C, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x2C, 0xAF, 0x84, 0x03, 0xE2, 0x00, 0x00, 0x00, 0x38,\n    0x00, 0x3A, 0x00, 0x1C, 0x00, 0x15, 0xB2, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59,\n    0x00, 0x1C, 0x00, 0x32, 0xB5, 0x84, 0x04, 0x86, 0x57, 0x59, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1C,\n    0x00, 0x2A, 0xB8, 0x84, 0x05, 0x00, 0x00, 0x87, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x32,\n    0xB9, 0x84, 0x04, 0x87, 0x57, 0x95, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0xBC, 0x84,\n    0x05, 0x00, 0x00, 0xAF, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x32, 0xBD, 0x84, 0x04, 0x88,\n    0x57, 0xBD, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0xC0, 0x84, 0x07, 0x00, 0x00, 0xD7,\n    0x00, 0x00, 0x00, 0x19, 0x00, 0x1C, 0x00, 0x1E, 0xC1, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x59, 0x00, 0x1C, 0x00, 0x32, 0xC2, 0x84, 0x04, 0x8A, 0x57, 0x59, 0x00, 0x1C, 0x00, 0x1A,\n    0x00, 0x1C, 0x00, 0x2A, 0xC5, 0x84, 0x05, 0x00, 0x00, 0x73, 0x00, 0x1C, 0x00, 0x0C, 0x00, 0x1C,\n    0x00, 0x32, 0xC6, 0x84, 0x04, 0x8B, 0x57, 0x7F, 0x00, 0x1C, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A,\n    0xC9, 0x84, 0x05, 0x00, 0x00, 0x99, 0x00, 0x1C, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x32, 0xCA, 0x84,\n    0x04, 0x8C, 0x57, 0xA5, 0x00, 0x1C, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0xCD, 0x84, 0x07, 0x00,\n    0x00, 0xBF, 0x00, 0x1C, 0x00, 0x31, 0x00, 0x1C, 0x00, 0x1E, 0xCE, 0x84, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x38, 0x00, 0x59, 0x00, 0x1C, 0x00, 0x32, 0xCF, 0x84, 0x04, 0x8D, 0x57, 0x59, 0x00, 0x38,\n    0x00, 0x59, 0x00, 0x1C, 0x00, 0x2A, 0xD2, 0x84, 0x07, 0x00, 0x00, 0xB2, 0x00, 0x38, 0x00, 0x3E,\n    0x00, 0x1C, 0x00, 0x1E, 0xD3, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x59, 0x00, 0x1C,\n    0x00, 0x32, 0xD4, 0x84, 0x03, 0x8E, 0x00, 0x59, 0x00, 0x54, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x15,\n    0xD7, 0x84, 0x07, 0x00, 0x00, 0x95, 0x00, 0x54, 0x00, 0x5B, 0x00, 0x1C, 0x00, 0x1E, 0xDA, 0x84,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0xF0, 0x00, 0x38, 0x00, 0x1E, 0xDB, 0x84, 0x03, 0xE4,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x15, 0xDC, 0x84, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x70, 0x00, 0x59, 0x00, 0x1C, 0x00, 0x32, 0xDF, 0x84, 0x04, 0x8D, 0x57, 0x59, 0x00, 0x70,\n    0x00, 0x60, 0x00, 0x1C, 0x00, 0x2A, 0xE2, 0x84, 0x07, 0x00, 0x00, 0xB9, 0x00, 0x70, 0x00, 0x37,\n    0x00, 0x1C, 0x00, 0x1E, 0xE3, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x00, 0x59, 0x00, 0x1C,\n    0x00, 0x32, 0xE4, 0x84, 0x05, 0x8E, 0x5E, 0x59, 0x00, 0x8C, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x2A,\n    0xE7, 0x84, 0x07, 0x00, 0x00, 0xB9, 0x00, 0x8C, 0x00, 0x37, 0x00, 0x1C, 0x00, 0x1E, 0xEA, 0x84,\n    0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E, 0x65, 0x74, 0x20,\n    0x6E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x45, 0x74,\n    0x68, 0x65, 0x72, 0x6E, 0x65, 0x74, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00,\n    0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74,\n    0x69, 0x6F, 0x6E, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x63, 0x61, 0x6C, 0x69,\n    0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x8C, 0x00, 0x53, 0x65, 0x74, 0x00, 0x43, 0x68,\n    0x61, 0x6E, 0x67, 0x65, 0x00, 0x05, 0x00, 0xAD, 0x00, 0x00, 0x00, 0x00, 0xD4, 0x00, 0x1C, 0x00,\n    0x2A, 0xEB, 0x84, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0xD4, 0x00, 0x70, 0x00, 0x1E, 0xEE,\n    0x84, 0x05, 0x00, 0xAD, 0x00, 0x00, 0x00, 0x00, 0xD4, 0x00, 0x1C, 0x00, 0x2A, 0xEF, 0x84, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x5D, 0x00, 0x1C, 0x00, 0x32, 0xF2, 0x84, 0x10, 0xDC, 0x8B,\n    0x5D, 0x00, 0x1C, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x31, 0xF5, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x38, 0x00, 0x5D, 0x00, 0x1C, 0x00, 0x32, 0xFA, 0x84, 0x05, 0xDD, 0xAE, 0x5D, 0x00, 0x38, 0x00,\n    0x77, 0x00, 0x1C, 0x00, 0x2A, 0xFD, 0x84, 0x05, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x5D, 0x00,\n    0x1C, 0x00, 0x32, 0x00, 0x85, 0x05, 0x00, 0x00, 0x5D, 0x00, 0x54, 0x00, 0x77, 0x00, 0x1C, 0x00,\n    0x32, 0x03, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x5D, 0x00, 0x1C, 0x00, 0x32, 0x06,\n    0x85, 0x05, 0x00, 0x00, 0x5D, 0x00, 0x70, 0x00, 0x77, 0x00, 0x1C, 0x00, 0x32, 0x09, 0x85, 0x05,\n    0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x0C, 0x85, 0x07, 0x00, 0x00,\n    0x00, 0x00, 0x1C, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x1E, 0x0F, 0x85, 0x05, 0x00, 0x69, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x10, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0x47, 0x00, 0x1C, 0x00, 0x32, 0x13, 0x85, 0x03, 0xA4, 0x00, 0x47, 0x00, 0x1C, 0x00, 0x3C, 0x00,\n    0x1C, 0x00, 0x15, 0x16, 0x85, 0x07, 0x00, 0x00, 0x83, 0x00, 0x1C, 0x00, 0x6D, 0x00, 0x1C, 0x00,\n    0x1E, 0x19, 0x85, 0x03, 0xA4, 0x00, 0x00, 0x00, 0x38, 0x00, 0xF0, 0x00, 0x38, 0x00, 0x15, 0x1A,\n    0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x47, 0x00, 0x1C, 0x00, 0x32, 0x1D, 0x85, 0x04,\n    0xA5, 0x6B, 0x47, 0x00, 0x70, 0x00, 0xA9, 0x00, 0x1C, 0x00, 0x2A, 0x20, 0x85, 0x05, 0x00, 0x69,\n    0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x1A, 0x00, 0x38, 0x21, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF6, 0x00, 0x1A, 0x00, 0x1E, 0x24, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0xF6, 0x00, 0x1A, 0x00, 0x3A, 0x25, 0x85, 0x05, 0x00, 0x69, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00,\n    0x1A, 0x00, 0x3C, 0x28, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x41, 0x00,\n    0x1E, 0x2B, 0x85, 0x03, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x41, 0x00, 0x15, 0x2C,\n    0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x41, 0x00, 0x1E, 0x2F, 0x85, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x1E, 0x00, 0x32, 0x30, 0x85, 0x05, 0x43, 0x00,\n    0x10, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x33, 0x85, 0x05, 0x44, 0x00, 0x60, 0x00,\n    0x1E, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x36, 0x85, 0x05, 0x45, 0x00, 0xB0, 0x00, 0x1E, 0x00,\n    0x40, 0x00, 0x1A, 0x00, 0x62, 0x39, 0x85, 0x05, 0x46, 0x00, 0x10, 0x00, 0x38, 0x00, 0x40, 0x00,\n    0x1A, 0x00, 0x62, 0x3C, 0x85, 0x05, 0x47, 0x00, 0x60, 0x00, 0x38, 0x00, 0x40, 0x00, 0x1A, 0x00,\n    0x62, 0x3F, 0x85, 0x05, 0x48, 0x00, 0xB0, 0x00, 0x38, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x42,\n    0x85, 0x05, 0x49, 0x00, 0x10, 0x00, 0x52, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x45, 0x85, 0x05,\n    0x4A, 0x00, 0x60, 0x00, 0x52, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x48, 0x85, 0x05, 0x4B, 0x00,\n    0xB0, 0x00, 0x52, 0x00, 0x40, 0x00, 0x1A, 0x00, 0x62, 0x4B, 0x85, 0x03, 0x3D, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x15, 0x4E, 0x85, 0x05, 0x3F, 0x4C, 0xE6, 0x00, 0x00, 0x00,\n    0x4A, 0x00, 0x1C, 0x00, 0x2A, 0x51, 0x85, 0x06, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x30, 0x01,\n    0x30, 0x00, 0x20, 0x54, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x1C, 0x00,\n    0x32, 0x56, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x30, 0x01, 0x30, 0x00, 0x1E, 0x59,\n    0x85, 0x3C, 0x6E, 0x6F, 0x74, 0x20, 0x73, 0x65, 0x74, 0x3E, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00,\n    0x53, 0x65, 0x74, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x4F,\n    0x4E, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00,\n    0x2D, 0x2D, 0x20, 0x4E, 0x6F, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x2D, 0x2D, 0x00, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x1C, 0x00, 0x32, 0x5A, 0x85, 0x03, 0x97, 0x00,\n    0xC3, 0x00, 0x00, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x15, 0x5D, 0x85, 0x07, 0x00, 0x00, 0xEB, 0x00,\n    0x00, 0x00, 0x45, 0x00, 0x1C, 0x00, 0x1E, 0x60, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0x30, 0x01, 0x1C, 0x00, 0x32, 0x61, 0x85, 0x06, 0x96, 0x67, 0x00, 0x00, 0x38, 0x00, 0x30, 0x01,\n    0x2E, 0x00, 0x2A, 0x64, 0x85, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x66, 0x00, 0x30, 0x01, 0x38, 0x00,\n    0x15, 0x66, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x9E, 0x00, 0x30, 0x01, 0x10, 0x00, 0x1E, 0x67,\n    0x85, 0x55, 0x73, 0x65, 0x20, 0x61, 0x73, 0x20, 0x50, 0x6F, 0x77, 0x65, 0x72, 0x2D, 0x75, 0x70,\n    0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x63, 0x00, 0x00, 0x00,\n    0x00, 0x28, 0x00, 0x1C, 0x00, 0x2A, 0x68, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28,\n    0x00, 0x1C, 0x00, 0x32, 0x6B, 0x85, 0x49, 0x6E, 0x76, 0x61, 0x6C, 0x69, 0x64, 0x00, 0x4E, 0x6F,\n    0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x46, 0x61, 0x75, 0x6C,\n    0x74, 0x00, 0x55, 0x6E, 0x73, 0x75, 0x70, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x64, 0x00, 0x4E, 0x6F,\n    0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x05, 0x83, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x76, 0x00, 0x1C, 0x00, 0x32, 0x6E, 0x85, 0x03, 0x03, 0x00, 0x76, 0x00, 0x00,\n    0x00, 0x7A, 0x00, 0x1C, 0x00, 0x15, 0x71, 0x85, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x70, 0x00, 0x15, 0x74, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70,\n    0x00, 0x1E, 0x77, 0x85, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15,\n    0x78, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x1E, 0x7B, 0x85,\n    0x81, 0x00, 0x43, 0x6F, 0x75, 0x70, 0x6C, 0x65, 0x64, 0x3A, 0x00, 0x50, 0x61, 0x72, 0x61, 0x6C,\n    0x6C, 0x65, 0x6C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x1E,\n    0x7C, 0x85, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x7D, 0x85,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x1E, 0x80, 0x85, 0x81, 0x00,\n    0x43, 0x6F, 0x75, 0x70, 0x6C, 0x65, 0x64, 0x3A, 0x00, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00,\n    0x8A, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x70, 0x00, 0x15, 0x81, 0x85, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C,\n    0x00, 0x62, 0x84, 0x85, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x1C, 0x00, 0x62,\n    0x87, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x8A, 0x85,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x8D, 0x85, 0x03, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x90, 0x85, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x15, 0x93, 0x85, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0xC3, 0x00, 0x32, 0x00, 0x06, 0x96, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0xC3,\n    0x00, 0x06, 0x00, 0x1E, 0x9C, 0x85, 0x0D, 0x14, 0x01, 0x00, 0x00, 0x38, 0x00, 0xC3, 0x00, 0x32,\n    0x00, 0x01, 0x9D, 0x85, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC3, 0x00, 0x32, 0x00, 0x07,\n    0xA3, 0x85, 0x07, 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0xC3, 0x00, 0x06, 0x00, 0x1E, 0xA9, 0x85,\n    0x0D, 0x14, 0x01, 0x00, 0x00, 0x38, 0x00, 0xC3, 0x00, 0x32, 0x00, 0x07, 0xAA, 0x85, 0x03, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xB0, 0x85, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xB3, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xB6, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x15, 0xB9, 0x85, 0x0D, 0x13, 0x01, 0x02, 0x00, 0x00, 0x00, 0x41, 0x00, 0x82,\n    0x00, 0x06, 0xBC, 0x85, 0x07, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x82, 0x00, 0x1E,\n    0xC2, 0x85, 0x0D, 0x14, 0x01, 0x4D, 0x00, 0x00, 0x00, 0x41, 0x00, 0x82, 0x00, 0x01, 0xC3, 0x85,\n    0x0D, 0x13, 0x01, 0x02, 0x00, 0x00, 0x00, 0x41, 0x00, 0x82, 0x00, 0x07, 0xC9, 0x85, 0x07, 0x00,\n    0x00, 0x43, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x82, 0x00, 0x1E, 0xCF, 0x85, 0x0D, 0x14, 0x01, 0x4D,\n    0x00, 0x00, 0x00, 0x41, 0x00, 0x82, 0x00, 0x07, 0xD0, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xD6, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x24, 0x00, 0x15, 0xD9, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24,\n    0x00, 0x15, 0xDC, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15,\n    0xDF, 0x85, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE2, 0x85,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE5, 0x85, 0x03, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xE8, 0x85, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x15, 0xEB, 0x85, 0xEE, 0x85, 0x00, 0xF0, 0x85, 0x00,\n    0xF2, 0x85, 0x00, 0xF4, 0x85, 0x00, 0xF6, 0x85, 0x00, 0xF8, 0x85, 0x00, 0x02, 0xFA, 0x85, 0x00,\n    0x16, 0x86, 0x00, 0x01, 0x18, 0x86, 0x21, 0x02, 0x26, 0x86, 0x01, 0x34, 0x86, 0x02, 0x42, 0x86,\n    0x01, 0x50, 0x86, 0x00, 0x5E, 0x86, 0x00, 0x60, 0x86, 0x00, 0x6F, 0x86, 0x00, 0x00, 0x00, 0x04,\n    0x78, 0x86, 0x00, 0xB0, 0x86, 0x00, 0xB2, 0x86, 0x00, 0xC1, 0x86, 0x00, 0x00, 0x00, 0x04, 0xC8,\n    0x86, 0x02, 0x00, 0x87, 0x02, 0x1C, 0x87, 0x02, 0x38, 0x87, 0x02, 0x54, 0x87, 0x02, 0x70, 0x87,\n    0x00, 0x61, 0x00, 0x00, 0x00, 0x01, 0x8C, 0x87, 0x00, 0x00, 0x9A, 0x87, 0x00, 0xA0, 0x87, 0x00,\n    0x02, 0xAA, 0x87, 0x00, 0x61, 0x00, 0x00, 0x00, 0x01, 0xC6, 0x87, 0x00, 0x00, 0xD4, 0x87, 0x00,\n    0xDA, 0x87, 0x00, 0x00, 0x3A, 0x3C, 0x38, 0xE4, 0x87, 0x62, 0x0A, 0xE6, 0x87, 0x63, 0x0A, 0x15,\n    0xE8, 0x87, 0x00, 0xFC, 0x87, 0x00, 0x10, 0x88, 0x00, 0x2D, 0x88, 0x00, 0x3F, 0x88, 0x00, 0x53,\n    0x88, 0x00, 0x6C, 0x88, 0x00, 0x86, 0x88, 0x00, 0x9A, 0x88, 0x00, 0xB6, 0x88, 0x00, 0xD2, 0x88,\n    0x00, 0xE6, 0x88, 0x00, 0x02, 0x89, 0x00, 0x00, 0x1E, 0x89, 0x00, 0x20, 0x89, 0x00, 0x22, 0x89,\n    0x00, 0x36, 0x89, 0x00, 0x50, 0x89, 0x00, 0x6A, 0x89, 0x00, 0x7E, 0x89, 0x00, 0x99, 0x89, 0x00,\n    0x03, 0xB4, 0x89, 0x00, 0x01, 0xDE, 0x89, 0xEC, 0x89, 0x00, 0x00, 0x8A, 0x00, 0x11, 0x8A, 0x00,\n    0x22, 0x8A, 0x00, 0x2A, 0x2E, 0x8A, 0x00, 0x00, 0x39, 0x8A, 0x00, 0x02, 0x47, 0x8A, 0x63, 0x8A,\n    0x00, 0x71, 0x8A, 0x00, 0x72, 0x8A, 0x00, 0x2A, 0x86, 0x8A, 0x00, 0x2A, 0x9A, 0x8A, 0x00, 0x02,\n    0xA8, 0x8A, 0x31, 0x02, 0xC4, 0x8A, 0x02, 0xE0, 0x8A, 0x02, 0xFC, 0x8A, 0x18, 0x8B, 0x00, 0x2C,\n    0x8B, 0x00, 0x3E, 0x8B, 0x00, 0x59, 0x8B, 0x00, 0x6A, 0x8B, 0x00, 0x7D, 0x8B, 0x00, 0x8F, 0x8B,\n    0x00, 0xA3, 0x8B, 0x00, 0xB7, 0x8B, 0x00, 0xD0, 0x8B, 0x00, 0xE9, 0x8B, 0x00, 0x02, 0xED, 0x8B,\n    0x09, 0x8C, 0x00, 0x0D, 0x8C, 0x00, 0x10, 0x8C, 0x00, 0x24, 0x8C, 0x00, 0x3C, 0x8C, 0x00, 0x02,\n    0x55, 0x8C, 0x71, 0x8C, 0x00, 0x77, 0x8C, 0xC9, 0x8C, 0x00, 0x02, 0xD1, 0x8C, 0xED, 0x8C, 0x00,\n    0x01, 0x8D, 0x00, 0x10, 0x8D, 0x00, 0x29, 0x8D, 0x00, 0x3D, 0x8D, 0x00, 0x42, 0x8D, 0x00, 0x4F,\n    0x8D, 0x00, 0x5A, 0x8D, 0x00, 0x63, 0x8D, 0x00, 0x6E, 0x8D, 0x00, 0x77, 0x8D, 0x00, 0x84, 0x8D,\n    0x00, 0x98, 0x8D, 0x00, 0xAE, 0x8D, 0x00, 0xC9, 0x8D, 0x00, 0xDD, 0x8D, 0x00, 0xE9, 0x8D, 0x00,\n    0x62, 0xF8, 0x8D, 0x00, 0x62, 0x06, 0x8E, 0x00, 0x03, 0x13, 0x8E, 0x3D, 0x8E, 0x00, 0x02, 0x4C,\n    0x8E, 0x68, 0x8E, 0x00, 0x02, 0x78, 0x8E, 0x94, 0x8E, 0x00, 0xAD, 0x8E, 0x00, 0xC2, 0x8E, 0x00,\n    0x00, 0x01, 0xD1, 0x8E, 0xDF, 0x8E, 0x00, 0x00, 0x01, 0xED, 0x8E, 0xFB, 0x8E, 0x00, 0x01, 0x08,\n    0x8F, 0x00, 0x16, 0x8F, 0x02, 0x45, 0x8F, 0x61, 0x8F, 0x02, 0x90, 0x8F, 0xAC, 0x8F, 0x00, 0xAD,\n    0x8F, 0x00, 0x02, 0xB1, 0x8F, 0xCD, 0x8F, 0x00, 0x2A, 0xD3, 0x8F, 0x00, 0x2A, 0xD5, 0x8F, 0x00,\n    0x2A, 0x00, 0xD7, 0x8F, 0x00, 0x2A, 0xDD, 0x8F, 0x00, 0x2A, 0xDF, 0x8F, 0x00, 0x2A, 0x00, 0xE1,\n    0x8F, 0x00, 0x2A, 0x00, 0xEC, 0x8F, 0x00, 0x02, 0xF1, 0x8F, 0x00, 0x00, 0x02, 0x0D, 0x90, 0x29,\n    0x90, 0x00, 0x2A, 0x00, 0x34, 0x90, 0x00, 0x39, 0x90, 0x00, 0x00, 0x3D, 0x90, 0x00, 0x00, 0x4B,\n    0x90, 0x00, 0x5A, 0x90, 0x00, 0x25, 0x60, 0x90, 0x62, 0x90, 0x64, 0x90, 0x00, 0x6C, 0x90, 0x00,\n    0x6D, 0x90, 0x00, 0x73, 0x90, 0x00, 0x75, 0x90, 0x00, 0x80, 0x90, 0x00, 0x82, 0x90, 0x00, 0x00,\n    0x92, 0x90, 0x00, 0xA3, 0x90, 0x00, 0x02, 0xA9, 0x90, 0x00, 0x02, 0xC5, 0x90, 0xE1, 0x90, 0x00,\n    0x2A, 0xE6, 0x90, 0x00, 0x00, 0xF8, 0x90, 0x00, 0x1A, 0x91, 0x00, 0x00, 0x02, 0x33, 0x91, 0x00,\n    0x4F, 0x91, 0x00, 0x67, 0x91, 0x00, 0x6C, 0x91, 0x00, 0x71, 0x91, 0x00, 0x76, 0x91, 0x00, 0x7B,\n    0x91, 0x00, 0x80, 0x91, 0x00, 0x85, 0x91, 0x00, 0x8A, 0x91, 0x00, 0x8F, 0x91, 0x00, 0x09, 0x94,\n    0x91, 0x12, 0x92, 0x00, 0x13, 0x92, 0x52, 0x92, 0x00, 0x00, 0x75, 0x92, 0x00, 0x02, 0x8E, 0x92,\n    0x00, 0xAA, 0x92, 0x00, 0xB2, 0x92, 0x03, 0x00, 0xB3, 0x92, 0x00, 0xB6, 0x92, 0x00, 0xBA, 0x92,\n    0x00, 0x03, 0xC4, 0x92, 0x03, 0xEE, 0x92, 0x00, 0x02, 0x18, 0x93, 0x00, 0x00, 0x02, 0x34, 0x93,\n    0x00, 0x03, 0x50, 0x93, 0x7A, 0x93, 0x00, 0x7E, 0x93, 0x00, 0x02, 0x81, 0x93, 0x02, 0x9D, 0x93,\n    0x02, 0xB9, 0x93, 0x02, 0xD5, 0x93, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C,\n    0x03, 0x0F, 0x02, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02,\n    0x02, 0xF1, 0x93, 0x02, 0x0D, 0x94, 0x02, 0x29, 0x94, 0x02, 0x45, 0x94, 0x04, 0x05, 0x07, 0x03,\n    0x0A, 0x02, 0x00, 0x04, 0x05, 0x0C, 0x03, 0x0F, 0x02, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02, 0x00,\n    0x04, 0x05, 0x0C, 0x03, 0x0F, 0x02, 0x02, 0x61, 0x94, 0x02, 0x7D, 0x94, 0x02, 0x99, 0x94, 0x02,\n    0xB5, 0x94, 0x02, 0xD1, 0x94, 0x02, 0xED, 0x94, 0x02, 0x09, 0x95, 0x02, 0x25, 0x95, 0x89, 0x00,\n    0x89, 0x00, 0x89, 0x00, 0x94, 0x00, 0x94, 0x00, 0x95, 0x00, 0x05, 0x00, 0x2A, 0x00, 0x00, 0x00,\n    0x00, 0x1C, 0x00, 0x1C, 0x00, 0x7A, 0x41, 0x95, 0x05, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x1C, 0x00, 0x7B, 0x44, 0x95, 0x95, 0x00, 0x04, 0xDE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B,\n    0x00, 0x1C, 0x00, 0x20, 0x47, 0x95, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0,\n    0x00, 0x15, 0x48, 0x95, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58, 0x00, 0x15,\n    0x4B, 0x95, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x15, 0x4E, 0x95,\n    0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58, 0x00, 0x15, 0x51, 0x95, 0x81, 0x00,\n    0x43, 0x6F, 0x75, 0x70, 0x6C, 0x69, 0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A, 0x00, 0x50,\n    0x61, 0x72, 0x61, 0x6C, 0x6C, 0x65, 0x6C, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x8A, 0x00, 0x15, 0x54, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A,\n    0x00, 0x15, 0x55, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A, 0x00, 0x15,\n    0x56, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A, 0x00, 0x15, 0x57, 0x95,\n    0x81, 0x00, 0x43, 0x6F, 0x75, 0x70, 0x6C, 0x69, 0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x3A,\n    0x00, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x8A, 0x00, 0x15, 0x58, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A,\n    0x00, 0x15, 0x59, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A, 0x00, 0x15,\n    0x5A, 0x95, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x8A, 0x00, 0x15, 0x5B, 0x95,\n    0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x5C, 0x95, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x50, 0x00, 0x40, 0x01, 0x60, 0x00, 0x15, 0x5F, 0x95, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xF0, 0x00, 0xAD, 0x00, 0x15, 0x62, 0x95, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x65, 0x95, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0xB0, 0x00, 0x15, 0x68, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x94,\n    0x00, 0x15, 0x6B, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xAD, 0x00, 0x15,\n    0x6E, 0x95, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xB0, 0x00, 0x15, 0x71, 0x95,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x17, 0x00, 0x56, 0x74, 0x95, 0x05, 0x00,\n    0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x17, 0x00, 0x57, 0x77, 0x95, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xB6, 0x00, 0x1A, 0x00, 0x15, 0x7A, 0x95, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00,\n    0x7F, 0x20, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x00, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x17, 0x00, 0x56, 0x7D, 0x95, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x17, 0x00, 0x57, 0x80, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB6, 0x00, 0x1A,\n    0x00, 0x15, 0x83, 0x95, 0x7E, 0x20, 0x53, 0x65, 0x74, 0x00, 0x7F, 0x20, 0x44, 0x69, 0x73, 0x63,\n    0x61, 0x72, 0x64, 0x00, 0x28, 0x00, 0x29, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20,\n    0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x50, 0x72, 0x6F, 0x74,\n    0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00,\n    0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74,\n    0x69, 0x6F, 0x6E, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x54, 0x65, 0x6D,\n    0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x28, 0x4F, 0x54, 0x50, 0x29, 0x00, 0x43,\n    0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F,\n    0x6E, 0x73, 0x00, 0x43, 0x6C, 0x65, 0x61, 0x72, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C,\n    0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x43, 0x6C, 0x65, 0x61,\n    0x72, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65,\n    0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72,\n    0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x53, 0x65, 0x74, 0x20, 0x6F, 0x76,\n    0x65, 0x72, 0x2D, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65,\n    0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x53, 0x65, 0x74, 0x20, 0x6F, 0x76, 0x65, 0x72, 0x2D, 0x76,\n    0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F,\n    0x6E, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63,\n    0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x53, 0x65, 0x74, 0x20, 0x6F, 0x76, 0x65, 0x72, 0x2D, 0x63,\n    0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F,\n    0x6E, 0x00, 0x53, 0x65, 0x74, 0x20, 0x6F, 0x76, 0x65, 0x72, 0x2D, 0x63, 0x75, 0x72, 0x72, 0x65,\n    0x6E, 0x74, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x88, 0x00,\n    0x89, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63,\n    0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x53, 0x65, 0x74, 0x20, 0x6F, 0x76, 0x65, 0x72, 0x2D, 0x70,\n    0x6F, 0x77, 0x65, 0x72, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00,\n    0x53, 0x65, 0x74, 0x20, 0x6F, 0x76, 0x65, 0x72, 0x2D, 0x70, 0x6F, 0x77, 0x65, 0x72, 0x20, 0x70,\n    0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65,\n    0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x53, 0x65,\n    0x74, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x70, 0x72,\n    0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x53, 0x65, 0x74, 0x20, 0x74, 0x65, 0x6D,\n    0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74,\n    0x69, 0x6F, 0x6E, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x38,\n    0x86, 0x95, 0x04, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x62, 0x89, 0x95,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x19, 0x8A, 0x95, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x15, 0x8D, 0x95, 0x43, 0x68, 0x61, 0x6E,\n    0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00,\n    0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73,\n    0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65,\n    0x72, 0x00, 0x4C, 0x69, 0x73, 0x74, 0x20, 0x63, 0x6F, 0x75, 0x6E, 0x74, 0x3A, 0x00, 0x45, 0x64,\n    0x69, 0x74, 0x20, 0x6C, 0x69, 0x73, 0x74, 0x73, 0x00, 0x4F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20,\n    0x73, 0x74, 0x61, 0x74, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00,\n    0x1C, 0x00, 0x2A, 0x90, 0x95, 0x05, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x1C, 0x00,\n    0x2A, 0x93, 0x95, 0x4F, 0x6E, 0x20, 0x6C, 0x69, 0x73, 0x74, 0x20, 0x73, 0x74, 0x6F, 0x70, 0x3A,\n    0x00, 0x00, 0x56, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x73, 0x74, 0x65, 0x70, 0x20, 0x76,\n    0x61, 0x6C, 0x75, 0x65, 0x3A, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x73, 0x74,\n    0x65, 0x70, 0x20, 0x76, 0x61, 0x6C, 0x75, 0x65, 0x3A, 0x00, 0x4F, 0x75, 0x74, 0x70, 0x75, 0x74,\n    0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x44,\n    0x00, 0x1C, 0x00, 0x2A, 0x96, 0x95, 0x05, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x1C,\n    0x00, 0x2A, 0x99, 0x95, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x00, 0x18, 0x00, 0x31,\n    0x9C, 0x95, 0x04, 0xC0, 0x96, 0x00, 0x00, 0x00, 0x00, 0x49, 0x00, 0x18, 0x00, 0x2C, 0x9F, 0x95,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x00, 0x18, 0x00, 0x31, 0xA0, 0x95, 0x04, 0xC2,\n    0x96, 0x00, 0x00, 0x00, 0x00, 0x49, 0x00, 0x18, 0x00, 0x2C, 0xA3, 0x95, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x49, 0x00, 0x18, 0x00, 0x31, 0xA4, 0x95, 0x04, 0xC4, 0x96, 0x00, 0x00, 0x00,\n    0x00, 0x49, 0x00, 0x18, 0x00, 0x2C, 0xA7, 0x95, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20,\n    0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x41, 0x64, 0x76, 0x61,\n    0x6E, 0x63, 0x65, 0x64, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x43, 0x68,\n    0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x61, 0x64, 0x76, 0x61, 0x6E, 0x63, 0x65, 0x64, 0x20,\n    0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x69, 0x6E,\n    0x67, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, 0x00, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x69,\n    0x6E, 0x67, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, 0x20, 0x8C, 0x00, 0x43, 0x6F, 0x75,\n    0x70, 0x6C, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x43,\n    0x6F, 0x75, 0x70, 0x6C, 0x69, 0x6E, 0x67, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73,\n    0x20, 0x8C, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65,\n    0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x4C, 0x6F, 0x77, 0x2D, 0x72, 0x69, 0x70, 0x70, 0x6C,\n    0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00,\n    0x4C, 0x6F, 0x77, 0x2D, 0x72, 0x69, 0x70, 0x70, 0x6C, 0x65, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x20,\n    0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x05, 0x00, 0x5A,\n    0x00, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0xA8, 0x95, 0x05, 0x00, 0x5A, 0x00, 0x00,\n    0x00, 0x00, 0x4A, 0x00, 0x2A, 0x00, 0x29, 0xAB, 0x95, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00,\n    0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69,\n    0x6F, 0x6E, 0x73, 0x00, 0x53, 0x65, 0x6E, 0x73, 0x69, 0x6E, 0x67, 0x20, 0x61, 0x6E, 0x64, 0x20,\n    0x70, 0x72, 0x6F, 0x67, 0x72, 0x61, 0x6D, 0x6D, 0x69, 0x6E, 0x67, 0x00, 0x53, 0x65, 0x74, 0x20,\n    0x72, 0x65, 0x6D, 0x6F, 0x74, 0x65, 0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x73,\n    0x65, 0x6E, 0x73, 0x65, 0x00, 0x05, 0x00, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00,\n    0x2A, 0xAE, 0x95, 0x05, 0x00, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x2A, 0xB1,\n    0x95, 0x4F, 0x46, 0x46, 0x20, 0x8C, 0x00, 0x52, 0x65, 0x6D, 0x6F, 0x74, 0x65, 0x20, 0x76, 0x6F,\n    0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x70, 0x72, 0x6F, 0x67, 0x72, 0x61, 0x6D, 0x6D, 0x69, 0x6E,\n    0x67, 0x20, 0x75, 0x73, 0x69, 0x6E, 0x67, 0x20, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6E, 0x61, 0x6C,\n    0x20, 0x73, 0x69, 0x67, 0x6E, 0x61, 0x6C, 0x20, 0x73, 0x6F, 0x75, 0x72, 0x63, 0x65, 0x20, 0x20,\n    0x20, 0x28, 0x2B, 0x32, 0x2E, 0x35, 0x20, 0x56, 0x20, 0x66, 0x6F, 0x72, 0x20, 0x66, 0x75, 0x6C,\n    0x6C, 0x20, 0x73, 0x63, 0x61, 0x6C, 0x65, 0x29, 0x00, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3A,\n    0x00, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x15, 0xB4, 0x95, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x32, 0xB7, 0x95, 0x43, 0x68, 0x61,\n    0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73,\n    0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x72, 0x61, 0x6E, 0x67, 0x65, 0x73, 0x00,\n    0x53, 0x65, 0x74, 0x20, 0x72, 0x65, 0x6D, 0x6F, 0x74, 0x65, 0x20, 0x76, 0x6F, 0x6C, 0x74, 0x61,\n    0x67, 0x65, 0x20, 0x73, 0x65, 0x6E, 0x73, 0x65, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74,\n    0x6C, 0x79, 0x20, 0x73, 0x65, 0x6C, 0x65, 0x63, 0x74, 0x65, 0x64, 0x3A, 0x00, 0x30, 0x2E, 0x35,\n    0x41, 0x00, 0x53, 0x65, 0x74, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6C, 0x6C, 0x65, 0x6C, 0x00, 0x53,\n    0x65, 0x74, 0x20, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00, 0x55, 0x6E, 0x63, 0x6F, 0x75, 0x70,\n    0x6C, 0x65, 0x00, 0x53, 0x65, 0x74, 0x20, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x00, 0x55, 0x6E,\n    0x63, 0x6F, 0x75, 0x70, 0x6C, 0x65, 0x00, 0x53, 0x65, 0x74, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6C,\n    0x6C, 0x65, 0x6C, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74,\n    0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x44, 0x69, 0x73, 0x70, 0x6C, 0x61, 0x79, 0x20,\n    0x76, 0x69, 0x65, 0x77, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x53, 0x65,\n    0x74, 0x20, 0x74, 0x65, 0x6D, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x70, 0x72,\n    0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C,\n    0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x00, 0x49, 0x6E, 0x66,\n    0x6F, 0x72, 0x6D, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x54, 0x6F, 0x74, 0x61, 0x6C, 0x20, 0x4F,\n    0x6E, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x4C, 0x61, 0x73, 0x74, 0x20, 0x4F, 0x6E, 0x20,\n    0x74, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x54, 0x65, 0x6D, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72,\n    0x65, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x38, 0xBA,\n    0x95, 0x04, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x62, 0xBD, 0x95, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x19, 0xBE, 0x95, 0x43, 0x61, 0x6C,\n    0x69, 0x62, 0x2E, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6D, 0x73, 0x3A, 0x00, 0x05, 0x00, 0x44, 0x00,\n    0x00, 0x00, 0x00, 0x75, 0x00, 0x1C, 0x00, 0x2A, 0xC1, 0x95, 0x05, 0x00, 0x44, 0x00, 0x00, 0x00,\n    0x00, 0x75, 0x00, 0x1C, 0x00, 0x2A, 0xC4, 0x95, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x2E, 0x20, 0x65,\n    0x6E, 0x61, 0x62, 0x6C, 0x65, 0x64, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x1C, 0x00, 0x19, 0xC7, 0x95, 0x03, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x1C,\n    0x00, 0x15, 0xCA, 0x95, 0x44, 0x65, 0x62, 0x75, 0x67, 0x20, 0x61, 0x6E, 0x64, 0x20, 0x53, 0x43,\n    0x50, 0x49, 0x20, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x73, 0x00, 0x43, 0x68, 0x61,\n    0x6E, 0x6E, 0x65, 0x6C, 0x73, 0x20, 0x69, 0x6E, 0x66, 0x6F, 0x72, 0x6D, 0x61, 0x74, 0x69, 0x6F,\n    0x6E, 0x00, 0x54, 0x6F, 0x74, 0x61, 0x6C, 0x20, 0x4F, 0x6E, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x3A,\n    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x15, 0xCD, 0x95, 0x4C,\n    0x61, 0x73, 0x74, 0x20, 0x4F, 0x6E, 0x20, 0x74, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x15, 0xD0, 0x95, 0x54, 0x65, 0x6D, 0x70, 0x65,\n    0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x3A, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C,\n    0x00, 0x1C, 0x00, 0x15, 0xD3, 0x95, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x20, 0x6F, 0x66, 0x66,\n    0x20, 0x61, 0x6C, 0x6C, 0x20, 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x20, 0x77, 0x68, 0x65,\n    0x6E, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x74, 0x72, 0x69,\n    0x70, 0x70, 0x65, 0x64, 0x00, 0x05, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00,\n    0x28, 0xD6, 0x95, 0x05, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00, 0x28, 0xD9,\n    0x95, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x20, 0x6F, 0x66, 0x66, 0x20, 0x61, 0x6C, 0x6C, 0x20,\n    0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x20, 0x77, 0x68, 0x65, 0x6E, 0x20, 0x70, 0x72, 0x6F,\n    0x74, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x74, 0x72, 0x69, 0x70, 0x70, 0x65, 0x64, 0x00,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00, 0x16, 0xDC, 0x95, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00, 0x16, 0xDF, 0x95, 0x00, 0x50, 0x6F, 0x73,\n    0x00, 0x05, 0x00, 0xAB, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x2C, 0xE2, 0x95, 0x05,\n    0x00, 0xAB, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x1C, 0x00, 0x2C, 0xE5, 0x95, 0x44, 0x61, 0x74,\n    0x65, 0x3A, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x54, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x3A, 0x00, 0x3A,\n    0x00, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x7A, 0x6F, 0x6E, 0x65, 0x3A, 0x00, 0x44, 0x53, 0x54, 0x3A,\n    0x00, 0x05, 0x00, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x2A, 0xE8, 0x95, 0x05,\n    0x00, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x2A, 0xEB, 0x95, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x15, 0xEE, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x70, 0x00, 0x15, 0xF1, 0x95, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x7A, 0x6F,\n    0x6E, 0x65, 0x3A, 0x00, 0x44, 0x53, 0x54, 0x3A, 0x00, 0x59, 0x65, 0x73, 0x00, 0x45, 0x6E, 0x61,\n    0x62, 0x6C, 0x65, 0x20, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6C, 0x00, 0x44, 0x69, 0x73, 0x61, 0x62,\n    0x6C, 0x65, 0x20, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6C, 0x00, 0x42, 0x61, 0x75, 0x64, 0x3A, 0x00,\n    0x8F, 0x00, 0x90, 0x00, 0x50, 0x61, 0x72, 0x69, 0x74, 0x79, 0x3A, 0x00, 0x00, 0x42, 0x69, 0x74,\n    0x73, 0x3A, 0x00, 0x38, 0x00, 0x53, 0x74, 0x6F, 0x70, 0x20, 0x62, 0x69, 0x74, 0x73, 0x3A, 0x00,\n    0x31, 0x00, 0x45, 0x6E, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E, 0x65,\n    0x74, 0x00, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E,\n    0x65, 0x74, 0x00, 0x44, 0x48, 0x43, 0x50, 0x3A, 0x00, 0x05, 0x00, 0x6A, 0x00, 0x00, 0x00, 0x00,\n    0x3C, 0x00, 0x1C, 0x00, 0x2A, 0xF4, 0x95, 0x05, 0x00, 0x6A, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00,\n    0x1C, 0x00, 0x2A, 0xF7, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x38, 0x00,\n    0x15, 0xFA, 0x95, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x38, 0x00, 0x15, 0xFD,\n    0x95, 0x4D, 0x41, 0x43, 0x3A, 0x00, 0x82, 0x20, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E, 0x65, 0x74,\n    0x20, 0x65, 0x72, 0x72, 0x72, 0x6F, 0x72, 0x00, 0x80, 0x20, 0x45, 0x74, 0x68, 0x65, 0x72, 0x6E,\n    0x65, 0x74, 0x20, 0x69, 0x6E, 0x69, 0x74, 0x2E, 0x20, 0x73, 0x6B, 0x69, 0x70, 0x70, 0x65, 0x64,\n    0x20, 0x61, 0x74, 0x20, 0x73, 0x74, 0x61, 0x72, 0x74, 0x00, 0x81, 0x20, 0x45, 0x74, 0x68, 0x65,\n    0x72, 0x6E, 0x65, 0x74, 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74,\n    0x65, 0x64, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x41, 0x00, 0x15, 0x00,\n    0x96, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x41, 0x00, 0x15, 0x03, 0x96, 0x43,\n    0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x70, 0x61, 0x72, 0x61, 0x6D,\n    0x65, 0x74, 0x65, 0x72, 0x73, 0x3A, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00, 0x54, 0x65, 0x78, 0x74,\n    0x00, 0x54, 0x65, 0x78, 0x74, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00,\n    0x54, 0x65, 0x78, 0x74, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00, 0x54, 0x65, 0x78, 0x74, 0x00, 0x54,\n    0x65, 0x78, 0x74, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32,\n    0x06, 0x96, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x09, 0x96,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x0C, 0x96, 0x03, 0xD3,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x15, 0x0F, 0x96, 0x03, 0xD3, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x15, 0x12, 0x96, 0x03, 0xD3, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xE6, 0x00, 0x1C, 0x00, 0x15, 0x15, 0x96, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6,\n    0x00, 0x1C, 0x00, 0x32, 0x18, 0x96, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C,\n    0x00, 0x32, 0x1B, 0x96, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32,\n    0x1E, 0x96, 0x00, 0x45, 0x6E, 0x74, 0x65, 0x72, 0x20, 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 0x20,\n    0x76, 0x61, 0x6C, 0x75, 0x65, 0x20, 0x6D, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x77,\n    0x69, 0x74, 0x68, 0x20, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6E, 0x61, 0x6C, 0x20, 0x70, 0x72, 0x65,\n    0x63, 0x69, 0x73, 0x69, 0x6F, 0x6E, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x72, 0x75, 0x6D, 0x65, 0x6E,\n    0x74, 0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x72, 0x65,\n    0x6D, 0x61, 0x72, 0x6B, 0x20, 0x28, 0x6D, 0x61, 0x78, 0x2E, 0x20, 0x33, 0x32, 0x20, 0x63, 0x68,\n    0x61, 0x72, 0x2E, 0x29, 0x00, 0x55, 0x73, 0x65, 0x20, 0x61, 0x73, 0x20, 0x50, 0x6F, 0x77, 0x65,\n    0x72, 0x2D, 0x75, 0x70, 0x20, 0x70, 0x72, 0x6F, 0x66, 0x69, 0x6C, 0x65, 0x3A, 0x00, 0x05, 0x00,\n    0x63, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x2A, 0x21, 0x96, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x28, 0x00, 0x1C, 0x00, 0x32, 0x24, 0x96, 0x52, 0x65, 0x6D, 0x61, 0x72, 0x6B,\n    0x3A, 0x00, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x46, 0x69, 0x72, 0x6D, 0x77, 0x61,\n    0x72, 0x65, 0x3A, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62,\n    0x27, 0x96, 0x04, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x2A, 0x96,\n    0x04, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x1C, 0x00, 0x62, 0x2B, 0x96, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x2C, 0x96, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x2F, 0x96, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x32, 0x96, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x15, 0x35, 0x96, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C,\n    0x00, 0x15, 0x38, 0x96, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15,\n    0x3B, 0x96, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0x3E, 0x96,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x41, 0x96, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x44, 0x96, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0x15, 0x47, 0x96, 0x4F, 0x66, 0x66, 0x00, 0x4F, 0x6E,\n    0x00, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x27, 0x4A, 0x96, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x4D, 0x4B, 0x96, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B, 0x4C, 0x96, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B, 0x4D, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x28, 0x00, 0x27, 0x4E, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00,\n    0x28, 0x00, 0x4D, 0x4F, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00,\n    0x5B, 0x50, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x28, 0x00, 0x5B, 0x51,\n    0x96, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x52, 0x96, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x53, 0x96, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x54, 0x96, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x55, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x27, 0x56, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x4D, 0x57, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00,\n    0x5B, 0x58, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x59,\n    0x96, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x5A, 0x96, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x5B, 0x96, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x5C, 0x96, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x5D, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x27, 0x5E, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x4D, 0x5F, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00,\n    0x5B, 0x60, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x61,\n    0x96, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x27, 0x62, 0x96, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x4D, 0x63, 0x96, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x64, 0x96, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x65, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x75, 0x00, 0x24, 0x00, 0x27, 0x66, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00,\n    0x24, 0x00, 0x4D, 0x67, 0x96, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00,\n    0x5B, 0x68, 0x96, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x24, 0x00, 0x5B, 0x69,\n    0x96, 0x6A, 0x96, 0x00, 0x6C, 0x96, 0x00, 0x20, 0x03, 0x6E, 0x96, 0x03, 0x98, 0x96, 0x03, 0xC2,\n    0x96, 0x03, 0xEC, 0x96, 0x04, 0x05, 0x06, 0x07, 0x04, 0x05, 0x06, 0x07, 0x02, 0x16, 0x97, 0x08,\n    0x24, 0x97, 0x07, 0x94, 0x97, 0x01, 0xF6, 0x97, 0x02, 0x04, 0x98, 0x09, 0x12, 0x98, 0x07, 0x90,\n    0x98, 0x01, 0xF2, 0x98, 0x00, 0x99, 0x00, 0x05, 0x99, 0x00, 0x03, 0x0A, 0x99, 0x34, 0x99, 0x00,\n    0x39, 0x99, 0x00, 0x03, 0x3E, 0x99, 0x68, 0x99, 0x00, 0x62, 0x70, 0x99, 0x00, 0x01, 0x7E, 0x99,\n    0x8C, 0x99, 0x00, 0x90, 0x99, 0x00, 0x93, 0x99, 0x00, 0x97, 0x99, 0x00, 0x9A, 0x99, 0x00, 0x2E,\n    0x9C, 0x99, 0x00, 0x2E, 0x9E, 0x99, 0x00, 0x2E, 0xA0, 0x99, 0x00, 0xA4, 0x99, 0x00, 0xA7, 0x99,\n    0x00, 0xAB, 0x99, 0x00, 0x02, 0xAE, 0x99, 0xCA, 0x99, 0x00, 0xD0, 0x99, 0x00, 0x62, 0xD8, 0x99,\n    0x00, 0xE6, 0x99, 0x00, 0xF0, 0x99, 0x00, 0xFC, 0x99, 0x00, 0x02, 0x08, 0x9A, 0x01, 0x24, 0x9A,\n    0x01, 0x32, 0x9A, 0x01, 0x40, 0x9A, 0x4E, 0x9A, 0x00, 0x51, 0x9A, 0x00, 0x55, 0x9A, 0x00, 0x58,\n    0x9A, 0x00, 0x5C, 0x9A, 0x00, 0x60, 0x9A, 0x00, 0x64, 0x9A, 0x00, 0x67, 0x9A, 0x00, 0x10, 0x6B,\n    0x9A, 0x07, 0x4B, 0x9B, 0xAD, 0x9B, 0x00, 0xB0, 0x9B, 0x00, 0x04, 0xB4, 0x9B, 0x05, 0xEC, 0x9B,\n    0x04, 0x32, 0x9C, 0x06, 0x6A, 0x9C, 0xBE, 0x9C, 0x00, 0xD0, 0x9C, 0x00, 0xE2, 0x9C, 0x00, 0x02,\n    0xF4, 0x9C, 0x02, 0x10, 0x9D, 0x02, 0x2C, 0x9D, 0x48, 0x9D, 0x00, 0x64, 0x9D, 0x00, 0x80, 0x9D,\n    0x00, 0x9C, 0x9D, 0x00, 0x9F, 0x9D, 0x00, 0xA3, 0x9D, 0x00, 0x62, 0x62, 0x01, 0xB1, 0x9D, 0x02,\n    0xBF, 0x9D, 0x01, 0xDB, 0x9D, 0x02, 0xE9, 0x9D, 0x02, 0x05, 0x9E, 0x02, 0x21, 0x9E, 0x02, 0x3D,\n    0x9E, 0x01, 0x59, 0x9E, 0x02, 0x67, 0x9E, 0x01, 0x83, 0x9E, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53,\n    0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53,\n    0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x53, 0x53, 0x5C, 0x5C, 0x95, 0x00, 0x95, 0x00, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x1E, 0x91, 0x9E, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x15, 0x92, 0x9E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xA0, 0x00, 0xB0, 0x00, 0x0F, 0x95, 0x9E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x58, 0x00, 0x1E, 0x98, 0x9E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58,\n    0x00, 0x15, 0x99, 0x9E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58, 0x00, 0x0F,\n    0x9C, 0x9E, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x1E, 0x9F, 0x9E,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x15, 0xA0, 0x9E, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x0F, 0xA3, 0x9E, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x01, 0x58, 0x00, 0x1E, 0xA6, 0x9E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x01, 0x58, 0x00, 0x15, 0xA7, 0x9E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x01, 0x58, 0x00, 0x0F, 0xAA, 0x9E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0,\n    0x00, 0x15, 0xAD, 0x9E, 0x03, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0xB0, 0x9E, 0x03, 0x16, 0x00, 0x00, 0x00, 0x18, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB3, 0x9E,\n    0x03, 0x19, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB6, 0x9E, 0x03, 0x18,\n    0x00, 0x00, 0x00, 0x48, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB9, 0x9E, 0x05, 0x00, 0x1F, 0x30,\n    0x00, 0x3A, 0x00, 0x70, 0x00, 0x26, 0x00, 0x25, 0xBC, 0x9E, 0x07, 0x00, 0x00, 0xA0, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x40, 0x00, 0x1E, 0xBF, 0x9E, 0x07, 0x00, 0x00, 0xD0, 0x00, 0x3B, 0x00, 0x70,\n    0x00, 0x05, 0x00, 0x1E, 0xC0, 0x9E, 0x05, 0x00, 0x00, 0xA0, 0x00, 0x40, 0x00, 0xA0, 0x00, 0x20,\n    0x00, 0x20, 0xC1, 0x9E, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x3A, 0x00, 0x25,\n    0xC4, 0x9E, 0x05, 0x00, 0x00, 0x30, 0x00, 0x3A, 0x00, 0xC0, 0x00, 0x1E, 0x00, 0x20, 0xC7, 0x9E,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x37, 0x00, 0x3A, 0x00, 0x1E, 0xCA, 0x9E, 0x03, 0x17,\n    0x00, 0x30, 0x00, 0x95, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xCB, 0x9E, 0x03, 0x16, 0x00, 0x60,\n    0x00, 0x95, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xCE, 0x9E, 0x03, 0x19, 0x00, 0x90, 0x00, 0x95,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xD1, 0x9E, 0x03, 0x18, 0x00, 0xC0, 0x00, 0x95, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0xD4, 0x9E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58,\n    0x00, 0x15, 0xD7, 0x9E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0xB0, 0x00, 0x15,\n    0xDA, 0x9E, 0x03, 0x17, 0x00, 0x00, 0x00, 0x34, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xDD, 0x9E,\n    0x03, 0x16, 0x00, 0x00, 0x00, 0x4C, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xE0, 0x9E, 0x03, 0x19,\n    0x00, 0x00, 0x00, 0x64, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xE3, 0x9E, 0x03, 0x18, 0x00, 0x00,\n    0x00, 0x7C, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xE6, 0x9E, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x1E, 0x00, 0x25, 0xE9, 0x9E, 0x07, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x1C, 0x00, 0x1E, 0xEC, 0x9E, 0x07, 0x00, 0x00, 0x9F, 0x00, 0x34, 0x00, 0x31, 0x00, 0x60,\n    0x00, 0x1E, 0xED, 0x9E, 0x05, 0x00, 0x00, 0xA9, 0x00, 0x44, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20,\n    0xEE, 0x9E, 0x05, 0x00, 0x00, 0xA0, 0x00, 0x64, 0x00, 0x30, 0x00, 0x17, 0x00, 0x20, 0xF1, 0x9E,\n    0x05, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x3A, 0x00, 0x25, 0xF4, 0x9E, 0x05, 0x00,\n    0x00, 0x30, 0x00, 0x3A, 0x00, 0xC0, 0x00, 0x1E, 0x00, 0x20, 0xF7, 0x9E, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x58, 0x00, 0x38, 0x00, 0x3A, 0x00, 0x1E, 0xFA, 0x9E, 0x03, 0x17, 0x00, 0x30, 0x00, 0x95,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xFB, 0x9E, 0x03, 0x16, 0x00, 0x60, 0x00, 0x95, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0xFE, 0x9E, 0x03, 0x19, 0x00, 0x90, 0x00, 0x95, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x15, 0x01, 0x9F, 0x03, 0x18, 0x00, 0xC0, 0x00, 0x95, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0x04, 0x9F, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x58, 0x00, 0x15, 0x07, 0x9F,\n    0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x05, 0x33, 0x00, 0x0A, 0x00, 0x00,\n    0x00, 0x24, 0x00, 0x1A, 0x00, 0x62, 0x0A, 0x9F, 0x03, 0x15, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x1A, 0x00, 0x15, 0x0D, 0x9F, 0x04, 0x11, 0x00, 0x67, 0x00, 0x00, 0x00, 0x47, 0x00, 0x1A,\n    0x00, 0x62, 0x10, 0x9F, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x05, 0x33,\n    0x00, 0x0A, 0x00, 0x00, 0x00, 0x24, 0x00, 0x1A, 0x00, 0x62, 0x11, 0x9F, 0x03, 0x15, 0x00, 0x2E,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x1A, 0x00, 0x15, 0x14, 0x9F, 0x04, 0x11, 0x00, 0x67, 0x00, 0x00,\n    0x00, 0x47, 0x00, 0x1A, 0x00, 0x62, 0x17, 0x9F, 0x49, 0x6E, 0x76, 0x61, 0x6C, 0x69, 0x64, 0x00,\n    0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x03, 0x34,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x15, 0x18, 0x9F, 0x4F, 0x46, 0x46, 0x00,\n    0x4F, 0x4E, 0x00, 0x4F, 0x66, 0x66, 0x00, 0x4F, 0x6E, 0x00, 0x92, 0x00, 0x92, 0x00, 0x92, 0x00,\n    0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E, 0x00, 0x05, 0x00,\n    0x5D, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x2A, 0x1B, 0x9F, 0x05, 0x00, 0x5D, 0x00,\n    0x00, 0x00, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x2A, 0x1E, 0x9F, 0x4F, 0x46, 0x46, 0x20, 0x8C, 0x00,\n    0x49, 0x6E, 0x76, 0x61, 0x6C, 0x69, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74,\n    0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x43, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x00,\n    0x52, 0x65, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x00, 0x4E, 0x6F, 0x74, 0x20,\n    0x61, 0x6C, 0x6C, 0x6F, 0x77, 0x65, 0x64, 0x00, 0x05, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x75,\n    0x00, 0x1C, 0x00, 0x2A, 0x21, 0x9F, 0x05, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x75, 0x00, 0x1C,\n    0x00, 0x2A, 0x24, 0x9F, 0x04, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x62,\n    0x27, 0x9F, 0x04, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x62, 0x28, 0x9F,\n    0x03, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x15, 0x29, 0x9F, 0x4E, 0x6F,\n    0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x4E, 0x65, 0x67, 0x00,\n    0x50, 0x6F, 0x73, 0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x05, 0x00, 0xAF, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x2C, 0x9F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0xF0, 0x00, 0x1C, 0x00, 0x1E, 0x2F, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x59, 0x00,\n    0x1C, 0x00, 0x32, 0x30, 0x9F, 0x04, 0x86, 0x57, 0x59, 0x00, 0x38, 0x00, 0x30, 0x00, 0x1C, 0x00,\n    0x2A, 0x33, 0x9F, 0x05, 0x00, 0x00, 0x87, 0x00, 0x38, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x32, 0x34,\n    0x9F, 0x04, 0x87, 0x57, 0x95, 0x00, 0x38, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0x37, 0x9F, 0x05,\n    0x00, 0x00, 0xAF, 0x00, 0x38, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x32, 0x38, 0x9F, 0x04, 0x88, 0x57,\n    0xBD, 0x00, 0x38, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0x3B, 0x9F, 0x07, 0x00, 0x00, 0xD7, 0x00,\n    0x38, 0x00, 0x19, 0x00, 0x1C, 0x00, 0x1E, 0x3C, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00,\n    0x59, 0x00, 0x1C, 0x00, 0x32, 0x3D, 0x9F, 0x04, 0x8A, 0x57, 0x59, 0x00, 0x54, 0x00, 0x1A, 0x00,\n    0x1C, 0x00, 0x2A, 0x40, 0x9F, 0x05, 0x00, 0x00, 0x73, 0x00, 0x54, 0x00, 0x0C, 0x00, 0x1C, 0x00,\n    0x32, 0x41, 0x9F, 0x04, 0x8B, 0x57, 0x7F, 0x00, 0x54, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0x44,\n    0x9F, 0x05, 0x00, 0x00, 0x99, 0x00, 0x54, 0x00, 0x0C, 0x00, 0x1C, 0x00, 0x32, 0x45, 0x9F, 0x04,\n    0x8C, 0x57, 0xA5, 0x00, 0x54, 0x00, 0x1A, 0x00, 0x1C, 0x00, 0x2A, 0x48, 0x9F, 0x07, 0x00, 0x00,\n    0xBF, 0x00, 0x54, 0x00, 0x31, 0x00, 0x1C, 0x00, 0x1E, 0x49, 0x9F, 0x05, 0x00, 0xAF, 0x00, 0x00,\n    0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A, 0x4A, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0x59, 0x00, 0x1C, 0x00, 0x32, 0x4D, 0x9F, 0x04, 0xE5, 0xB0, 0x59, 0x00, 0x1C, 0x00, 0x97, 0x00,\n    0x1C, 0x00, 0x2A, 0x50, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x59, 0x00, 0x1C, 0x00,\n    0x32, 0x51, 0x9F, 0x04, 0x85, 0x00, 0x59, 0x00, 0x38, 0x00, 0x97, 0x00, 0x1C, 0x00, 0x32, 0x54,\n    0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x59, 0x00, 0x1C, 0x00, 0x32, 0x55, 0x9F, 0x04,\n    0x89, 0x00, 0x59, 0x00, 0x54, 0x00, 0x97, 0x00, 0x1C, 0x00, 0x32, 0x58, 0x9F, 0x4E, 0x6F, 0x00,\n    0x59, 0x65, 0x73, 0x00, 0x05, 0x00, 0x6C, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x2A,\n    0x59, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x5F, 0x00, 0x1C, 0x00, 0x32, 0x5C, 0x9F,\n    0x04, 0xA2, 0x71, 0x5F, 0x00, 0x1C, 0x00, 0x3C, 0x00, 0x1C, 0x00, 0x2A, 0x5F, 0x9F, 0x07, 0x00,\n    0x00, 0x9B, 0x00, 0x1C, 0x00, 0x55, 0x00, 0x1C, 0x00, 0x1E, 0x60, 0x9F, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x5F, 0x00, 0x1C, 0x00, 0x32, 0x61, 0x9F, 0x04, 0x9E, 0x00, 0x5F, 0x00, 0x00,\n    0x00, 0x91, 0x00, 0x1C, 0x00, 0x62, 0x64, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x5F,\n    0x00, 0x1C, 0x00, 0x32, 0x65, 0x9F, 0x04, 0xA2, 0x71, 0x5F, 0x00, 0x1C, 0x00, 0x3C, 0x00, 0x1C,\n    0x00, 0x2A, 0x68, 0x9F, 0x07, 0x00, 0x00, 0x9B, 0x00, 0x1C, 0x00, 0x55, 0x00, 0x1C, 0x00, 0x1E,\n    0x69, 0x9F, 0x05, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x1E, 0x00, 0x32, 0x6A, 0x9F,\n    0x05, 0x00, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x1E, 0x00, 0x2A, 0x6D, 0x9F, 0x07, 0x00,\n    0x00, 0x74, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x1E, 0x00, 0x1E, 0x70, 0x9F, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x1E, 0x00, 0x22, 0x01, 0x1E, 0x00, 0x1E, 0x71, 0x9F, 0x05, 0x33, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x2A, 0x00, 0x1E, 0x00, 0x32, 0x72, 0x9F, 0x03, 0x39, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x1E, 0x00, 0x15, 0x75, 0x9F, 0x07, 0x00, 0x00, 0x6A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x1E,\n    0x00, 0x1E, 0x78, 0x9F, 0x05, 0x00, 0x26, 0x74, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x1E, 0x00, 0x2A,\n    0x79, 0x9F, 0x05, 0x3A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x60, 0x00, 0x1E, 0x00, 0x62, 0x7C, 0x9F,\n    0x05, 0x3B, 0x00, 0x60, 0x00, 0x1E, 0x00, 0xC2, 0x00, 0x1E, 0x00, 0x62, 0x7F, 0x9F, 0x56, 0x6F,\n    0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x4D, 0x49, 0x4E, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00,\n    0x56, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x4D, 0x49, 0x44, 0x20, 0x70, 0x6F, 0x69, 0x6E,\n    0x74, 0x00, 0x56, 0x6F, 0x6C, 0x74, 0x61, 0x67, 0x65, 0x20, 0x4D, 0x41, 0x58, 0x20, 0x70, 0x6F,\n    0x69, 0x6E, 0x74, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32,\n    0x82, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x85, 0x9F,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x88, 0x9F, 0x05, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x8B, 0x9F, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x8E, 0x9F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xE6, 0x00, 0x1C, 0x00, 0x32, 0x91, 0x9F, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20,\n    0x5B, 0x30, 0x2D, 0x35, 0x30, 0x30, 0x6D, 0x41, 0x5D, 0x20, 0x4D, 0x49, 0x4E, 0x20, 0x70, 0x6F,\n    0x69, 0x6E, 0x74, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x5B, 0x30, 0x2D, 0x35,\n    0x30, 0x30, 0x6D, 0x41, 0x5D, 0x20, 0x4D, 0x49, 0x44, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00,\n    0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x5B, 0x30, 0x2D, 0x35, 0x30, 0x30, 0x6D, 0x41,\n    0x5D, 0x20, 0x4D, 0x41, 0x58, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00, 0x4E, 0x6F, 0x00, 0x59,\n    0x65, 0x73, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64,\n    0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0x94, 0x9F, 0x03,\n    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0x95, 0x9F, 0x03, 0xD1, 0x00,\n    0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0x98, 0x9F, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0x9B, 0x9F, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x20, 0x00, 0x2B, 0x9C, 0x9F, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x15, 0x9F, 0x9F, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00,\n    0x15, 0xA2, 0x9F, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C, 0xA5,\n    0x9F, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0xA9, 0x9F, 0x03,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0xAC, 0x9F, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0xAF, 0x9F, 0x09, 0xD1, 0xA5, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C, 0xB2, 0x9F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x5C, 0x00, 0x1E, 0xB6, 0x9F, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x15, 0xB7, 0x9F, 0x03, 0xD1, 0x00, 0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x3C, 0x00,\n    0x15, 0xBA, 0x9F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x5C, 0x00, 0x1E, 0xBD,\n    0x9F, 0x00, 0x08, 0xBE, 0x9F, 0x2E, 0xA0, 0x00, 0x00, 0x0C, 0x34, 0xA0, 0xDC, 0xA0, 0x00, 0x00,\n    0x0C, 0xE2, 0xA0, 0x8A, 0xA1, 0x00, 0x00, 0x0C, 0x90, 0xA1, 0x38, 0xA2, 0x00, 0x03, 0x3E, 0xA2,\n    0x03, 0x68, 0xA2, 0x03, 0x92, 0xA2, 0x03, 0xBC, 0xA2, 0x03, 0xE6, 0xA2, 0x10, 0xA3, 0x00, 0x00,\n    0x00, 0x1C, 0xA3, 0x00, 0x2C, 0xA3, 0x00, 0x32, 0xA3, 0x00, 0x00, 0x03, 0x42, 0xA3, 0x03, 0x6C,\n    0xA3, 0x03, 0x96, 0xA3, 0x03, 0xC0, 0xA3, 0x08, 0xEA, 0xA3, 0x07, 0x5A, 0xA4, 0x03, 0xBC, 0xA4,\n    0x03, 0xE6, 0xA4, 0x03, 0x10, 0xA5, 0x03, 0x3A, 0xA5, 0x64, 0xA5, 0x00, 0x00, 0x00, 0x6A, 0xA5,\n    0x00, 0x6C, 0xA5, 0x00, 0x72, 0xA5, 0x00, 0x78, 0xA5, 0x00, 0x00, 0x03, 0x88, 0xA5, 0x03, 0xB2,\n    0xA5, 0x03, 0xDC, 0xA5, 0x03, 0x06, 0xA6, 0x08, 0x30, 0xA6, 0xA0, 0xA6, 0x00, 0x02, 0xB4, 0xA6,\n    0x62, 0xD0, 0xA6, 0x00, 0x02, 0xE4, 0xA6, 0x62, 0x03, 0x00, 0xA7, 0x2A, 0xA7, 0x00, 0x2E, 0xA7,\n    0x00, 0x31, 0xA7, 0x00, 0x34, 0xA7, 0x00, 0x62, 0x62, 0x03, 0x38, 0xA7, 0x62, 0xA7, 0x00, 0x00,\n    0x6D, 0xA7, 0x00, 0x2A, 0x73, 0xA7, 0x00, 0x2A, 0x75, 0xA7, 0x00, 0x2A, 0x00, 0x77, 0xA7, 0x00,\n    0x2A, 0x7D, 0xA7, 0x00, 0x2A, 0x7F, 0xA7, 0x00, 0x2A, 0x00, 0x81, 0xA7, 0x00, 0x8D, 0xA7, 0x00,\n    0x2A, 0x99, 0xA7, 0x00, 0x32, 0x9F, 0xA7, 0x00, 0x32, 0xA5, 0xA7, 0x00, 0xB9, 0xA7, 0x00, 0x2A,\n    0x00, 0xC4, 0xA7, 0x00, 0x62, 0xD0, 0xA7, 0x00, 0x2A, 0x00, 0xDB, 0xA7, 0x00, 0xDC, 0xA7, 0x00,\n    0x00, 0x00, 0xE6, 0xA7, 0x00, 0x02, 0xE7, 0xA7, 0x00, 0x03, 0xA8, 0x00, 0x0F, 0xA8, 0x00, 0x14,\n    0xA8, 0x00, 0x1B, 0xA8, 0x00, 0x2D, 0xA8, 0x00, 0x46, 0xA8, 0x00, 0x58, 0xA8, 0x00, 0x71, 0xA8,\n    0x00, 0x83, 0xA8, 0x00, 0x00, 0x02, 0x9C, 0xA8, 0x02, 0xB8, 0xA8, 0x00, 0xD4, 0xA8, 0x00, 0x02,\n    0xD8, 0xA8, 0x02, 0xF4, 0xA8, 0x10, 0xA9, 0xD2, 0x31, 0x15, 0xA9, 0x00, 0x02, 0x19, 0xA9, 0x02,\n    0x35, 0xA9, 0x51, 0xA9, 0xD2, 0x31, 0x00, 0x02, 0x56, 0xA9, 0x02, 0x72, 0xA9, 0x00, 0x03, 0x04,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x15, 0x8E, 0xA9, 0x03, 0x15, 0x00, 0x00,\n    0x00, 0x38, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x91, 0xA9, 0x03, 0x17, 0x00, 0x00, 0x00, 0x50,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0x94, 0xA9, 0x03, 0x16, 0x00, 0x00, 0x00, 0x68, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0x97, 0xA9, 0x03, 0x19, 0x00, 0x00, 0x00, 0x80, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x15, 0x9A, 0xA9, 0x03, 0x18, 0x00, 0x00, 0x00, 0x98, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0x9D, 0xA9, 0x03, 0xD1, 0x00, 0x30, 0x00, 0x38, 0x00, 0x70, 0x00, 0x53, 0x00, 0x15, 0xA0, 0xA9,\n    0x05, 0x00, 0x1F, 0x30, 0x00, 0x8A, 0x00, 0x70, 0x00, 0x26, 0x00, 0x25, 0xA3, 0xA9, 0x45, 0x52,\n    0x52, 0x4F, 0x52, 0x00, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x3A, 0x00, 0x25,\n    0xA6, 0xA9, 0x03, 0x04, 0x00, 0x37, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0xA9, 0xA9,\n    0x03, 0xD1, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x41, 0x00, 0x3A, 0x00, 0x15, 0xAC, 0xA9, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x3A, 0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0xAF, 0xA9, 0x03, 0x15, 0x00, 0x00,\n    0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB0, 0xA9, 0x03, 0x17, 0x00, 0x30, 0x00, 0x3D,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB3, 0xA9, 0x03, 0x16, 0x00, 0x60, 0x00, 0x3D, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0xB6, 0xA9, 0x03, 0x19, 0x00, 0x90, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x15, 0xB9, 0xA9, 0x03, 0x18, 0x00, 0xC0, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0xBC, 0xA9, 0x04, 0x11, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x1A, 0x00, 0x33, 0xBF, 0xA9,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0xF0, 0x00, 0x04, 0x00, 0x1E, 0xC0, 0xA9, 0x07, 0x00,\n    0x00, 0xF0, 0x00, 0x56, 0x00, 0x50, 0x00, 0x02, 0x00, 0x1E, 0xC1, 0xA9, 0x45, 0x52, 0x52, 0x4F,\n    0x52, 0x00, 0x05, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1E, 0x00, 0x25, 0xC2, 0xA9,\n    0x07, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x94, 0x00, 0x1E, 0xC5, 0xA9, 0x07, 0x00,\n    0x00, 0x9F, 0x00, 0x00, 0x00, 0x01, 0x00, 0xB0, 0x00, 0x1E, 0xC6, 0xA9, 0x03, 0x04, 0x00, 0x31,\n    0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x15, 0xC7, 0xA9, 0x03, 0x15, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xCA, 0xA9, 0x03, 0x17, 0x00, 0x00, 0x00, 0x34, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0xCD, 0xA9, 0x03, 0x16, 0x00, 0x00, 0x00, 0x4C, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x15, 0xD0, 0xA9, 0x03, 0x19, 0x00, 0x00, 0x00, 0x64, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0xD3, 0xA9, 0x03, 0x18, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xD6, 0xA9,\n    0x07, 0x00, 0x00, 0x00, 0x00, 0x94, 0x00, 0x31, 0x00, 0x1C, 0x00, 0x1E, 0xD9, 0xA9, 0x04, 0x11,\n    0x00, 0x31, 0x00, 0x9A, 0x00, 0x6E, 0x00, 0x16, 0x00, 0x31, 0xDA, 0xA9, 0x03, 0xD1, 0x00, 0x31,\n    0x00, 0x85, 0x00, 0x6E, 0x00, 0x18, 0x00, 0x15, 0xDB, 0xA9, 0x45, 0x52, 0x52, 0x4F, 0x52, 0x00,\n    0x05, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x3A, 0x00, 0x25, 0xDE, 0xA9, 0x03, 0x04,\n    0x00, 0x38, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x15, 0xE1, 0xA9, 0x03, 0xD1, 0x00, 0x02,\n    0x01, 0x00, 0x00, 0x3E, 0x00, 0x3A, 0x00, 0x15, 0xE4, 0xA9, 0x07, 0x00, 0x00, 0x00, 0x00, 0x3A,\n    0x00, 0x40, 0x01, 0x03, 0x00, 0x1E, 0xE7, 0xA9, 0x03, 0x15, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x15, 0xE8, 0xA9, 0x03, 0x17, 0x00, 0x30, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x15, 0xEB, 0xA9, 0x03, 0x16, 0x00, 0x60, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0xEE, 0xA9, 0x03, 0x19, 0x00, 0x90, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xF1, 0xA9,\n    0x03, 0x18, 0x00, 0xC0, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xF4, 0xA9, 0x04, 0x11,\n    0x00, 0xF0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x1A, 0x00, 0x33, 0xF7, 0xA9, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x55, 0x00, 0xF0, 0x00, 0x03, 0x00, 0x1E, 0xF8, 0xA9, 0x07, 0x00, 0x00, 0xF0, 0x00, 0x56,\n    0x00, 0x50, 0x00, 0x02, 0x00, 0x1E, 0xF9, 0xA9, 0x45, 0x52, 0x52, 0x4F, 0x52, 0x00, 0x03, 0x04,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x15, 0xFA, 0xA9, 0x03, 0x15, 0x00, 0x00,\n    0x00, 0x38, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xFD, 0xA9, 0x03, 0xD1, 0x00, 0x30, 0x00, 0x38,\n    0x00, 0x70, 0x00, 0x53, 0x00, 0x15, 0x00, 0xAA, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x03, 0xAA, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x06, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0x09, 0xAA, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x0C, 0xAA,\n    0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x0F, 0xAA, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x12, 0xAA, 0x05, 0x00, 0x39, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x15, 0xAA, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x18, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x1B, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0x1E, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0x21, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x24, 0xAA,\n    0x60, 0x20, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x8A, 0x20, 0x54, 0x72,\n    0x61, 0x63, 0x6B, 0x69, 0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x60, 0x20, 0x53, 0x65,\n    0x74, 0x00, 0x8A, 0x20, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x69, 0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64,\n    0x65, 0x00, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x27, 0xAA,\n    0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x2A, 0xAA, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x2D, 0xAA, 0x05, 0x00, 0x37, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x30, 0xAA, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x33, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x36, 0xAA, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0x39, 0xAA, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0x3C, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x3F, 0xAA,\n    0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x42, 0xAA, 0x05, 0x00,\n    0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x45, 0xAA, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x48, 0xAA, 0x03, 0x04, 0x00, 0x37, 0x00, 0x00,\n    0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0x4B, 0xAA, 0x03, 0xD1, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x41,\n    0x00, 0x3A, 0x00, 0x15, 0x4E, 0xAA, 0x07, 0x00, 0x00, 0x00, 0x00, 0x3A, 0x00, 0xFF, 0x00, 0x03,\n    0x00, 0x1E, 0x51, 0xAA, 0x03, 0x15, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0x52, 0xAA, 0x07, 0x00, 0x00, 0x00, 0x00, 0x55, 0x00, 0xFF, 0x00, 0x03, 0x00, 0x1E, 0x55, 0xAA,\n    0x07, 0x00, 0x00, 0xF0, 0x00, 0x3A, 0x00, 0x0F, 0x00, 0x1E, 0x00, 0x1E, 0x56, 0xAA, 0x04, 0x11,\n    0x00, 0xF0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x1C, 0x00, 0x33, 0x57, 0xAA, 0x07, 0x00, 0x00, 0xFF,\n    0x00, 0x3A, 0x00, 0x41, 0x00, 0x02, 0x00, 0x1E, 0x58, 0xAA, 0x07, 0x00, 0x00, 0x30, 0x00, 0x00,\n    0x00, 0x01, 0x00, 0xB0, 0x00, 0x1E, 0x59, 0xAA, 0x07, 0x00, 0x00, 0x9F, 0x00, 0x00, 0x00, 0x01,\n    0x00, 0xB0, 0x00, 0x1E, 0x5A, 0xAA, 0x03, 0x04, 0x00, 0x31, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85,\n    0x00, 0x15, 0x5B, 0xAA, 0x03, 0x15, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x30, 0x00, 0x18, 0x00, 0x15,\n    0x5E, 0xAA, 0x07, 0x00, 0x00, 0x00, 0x00, 0x94, 0x00, 0x31, 0x00, 0x1C, 0x00, 0x1E, 0x61, 0xAA,\n    0x04, 0x11, 0x00, 0x31, 0x00, 0x9A, 0x00, 0x6F, 0x00, 0x16, 0x00, 0x31, 0x62, 0xAA, 0x03, 0xD1,\n    0x00, 0x31, 0x00, 0x85, 0x00, 0x6E, 0x00, 0x18, 0x00, 0x15, 0x63, 0xAA, 0x05, 0x00, 0x36, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x66, 0xAA, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x69, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x6C, 0xAA, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0x6F, 0xAA, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0x72, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x75, 0xAA,\n    0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x78, 0xAA, 0x05, 0x00,\n    0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x7B, 0xAA, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x7E, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x81, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x57, 0x84, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x58, 0x87, 0xAA, 0x60, 0x20, 0x53, 0x65, 0x74, 0x00, 0x8A, 0x00, 0x54, 0x72, 0x61, 0x63,\n    0x6B, 0x00, 0x60, 0x20, 0x53, 0x65, 0x74, 0x00, 0x8A, 0x20, 0x54, 0x72, 0x61, 0x63, 0x6B, 0x69,\n    0x6E, 0x67, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x00, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x8A, 0xAA, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x8D, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0x90, 0xAA, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x93, 0xAA,\n    0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x96, 0xAA, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x99, 0xAA, 0x05, 0x00, 0x39, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x9C, 0xAA, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x9F, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0xA2, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0xA5, 0xAA, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0xA8, 0xAA, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xAB, 0xAA,\n    0x03, 0x04, 0x00, 0x38, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x15, 0xAE, 0xAA, 0x03, 0xD1,\n    0x00, 0x02, 0x01, 0x00, 0x00, 0x3E, 0x00, 0x3A, 0x00, 0x15, 0xB1, 0xAA, 0x07, 0x00, 0x00, 0x00,\n    0x00, 0x3A, 0x00, 0xFF, 0x00, 0x03, 0x00, 0x1E, 0xB4, 0xAA, 0x03, 0x15, 0x00, 0x00, 0x00, 0x3D,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x15, 0xB5, 0xAA, 0x07, 0x00, 0x00, 0x00, 0x00, 0x55, 0x00, 0xFF,\n    0x00, 0x03, 0x00, 0x1E, 0xB8, 0xAA, 0x07, 0x00, 0x00, 0xF0, 0x00, 0x3A, 0x00, 0x0F, 0x00, 0x1E,\n    0x00, 0x1E, 0xB9, 0xAA, 0x04, 0x11, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x1C, 0x00, 0x33,\n    0xBA, 0xAA, 0x07, 0x00, 0x00, 0xFF, 0x00, 0x3A, 0x00, 0x41, 0x00, 0x02, 0x00, 0x1E, 0xBB, 0xAA,\n    0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69,\n    0x6F, 0x6E, 0x73, 0x00, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1A, 0x00, 0x56,\n    0xBC, 0xAA, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1A, 0x00, 0x57, 0xBF, 0xAA,\n    0x43, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x70, 0x72, 0x6F, 0x74, 0x65, 0x63, 0x74, 0x69,\n    0x6F, 0x6E, 0x73, 0x00, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1A, 0x00, 0x56,\n    0xC2, 0xAA, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x1A, 0x00, 0x57, 0xC5, 0xAA,\n    0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x38, 0xC8, 0xAA, 0x04, 0x35,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x62, 0xCB, 0xAA, 0x05, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x60, 0x00, 0x1C, 0x00, 0x19, 0xCC, 0xAA, 0x4F, 0x46, 0x46, 0x00, 0x4F, 0x4E,\n    0x00, 0x4E, 0x6F, 0x00, 0x59, 0x65, 0x73, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C,\n    0x00, 0x1C, 0x00, 0x38, 0xCF, 0xAA, 0x04, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C,\n    0x00, 0x62, 0xD2, 0xAA, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x1C, 0x00, 0x19,\n    0xD3, 0xAA, 0x45, 0x6E, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x4E, 0x54, 0x50, 0x00, 0x44, 0x61, 0x74,\n    0x65, 0x3A, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x54, 0x69, 0x6D, 0x65, 0x3A, 0x00, 0x3A, 0x00, 0x3A,\n    0x00, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x4E, 0x54, 0x50, 0x00, 0x4E, 0x54, 0x50,\n    0x20, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x3A, 0x00, 0x44, 0x61, 0x74, 0x65, 0x3A, 0x00, 0x54,\n    0x69, 0x6D, 0x65, 0x3A, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63,\n    0x20, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x00, 0x53, 0x43, 0x50, 0x49, 0x20, 0x70, 0x6F,\n    0x72, 0x74, 0x3A, 0x00, 0x49, 0x50, 0x20, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x3A, 0x00,\n    0x53, 0x43, 0x50, 0x49, 0x20, 0x70, 0x6F, 0x72, 0x74, 0x3A, 0x00, 0x00, 0x43, 0x61, 0x6C, 0x69,\n    0x62, 0x72, 0x61, 0x74, 0x65, 0x00, 0x00, 0x05, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x2A, 0xD6, 0xAA, 0x05, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x2A, 0xD9, 0xAA, 0x52, 0x65, 0x63, 0x61, 0x6C, 0x69, 0x62, 0x72, 0x61, 0x74, 0x65, 0x00, 0x44,\n    0x61, 0x74, 0x65, 0x00, 0x52, 0x65, 0x6D, 0x61, 0x72, 0x6B, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65,\n    0x6E, 0x74, 0x20, 0x4D, 0x49, 0x4E, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00, 0x43, 0x75, 0x72,\n    0x72, 0x65, 0x6E, 0x74, 0x20, 0x5B, 0x30, 0x2D, 0x35, 0x41, 0x5D, 0x20, 0x4D, 0x49, 0x4E, 0x20,\n    0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x4D, 0x49,\n    0x44, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20,\n    0x5B, 0x30, 0x2D, 0x35, 0x41, 0x5D, 0x20, 0x4D, 0x49, 0x44, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74,\n    0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x4D, 0x41, 0x58, 0x20, 0x70, 0x6F, 0x69,\n    0x6E, 0x74, 0x00, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x5B, 0x30, 0x2D, 0x35, 0x41,\n    0x5D, 0x20, 0x4D, 0x41, 0x58, 0x20, 0x70, 0x6F, 0x69, 0x6E, 0x74, 0x00, 0x05, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x2B, 0xDC, 0xAA, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x20, 0x00, 0x15, 0xDF, 0xAA, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x3C, 0x00, 0x15, 0xE2, 0xAA, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C,\n    0x00, 0x2C, 0xE5, 0xAA, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x2B, 0xE9, 0xAA, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20,\n    0x00, 0x2B, 0xEA, 0xAA, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15,\n    0xEB, 0xAA, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0xEE, 0xAA,\n    0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x20, 0x00, 0x2B, 0xF1, 0xAA, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x2B, 0xF2, 0xAA, 0x03, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x15, 0xF3, 0xAA, 0x03, 0xA7, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0xF6,\n    0xAA, 0x93, 0x54, 0x52, 0x47, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20,\n    0x00, 0x2B, 0xF9, 0xAA, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x15,\n    0xFC, 0xAA, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x15, 0xFF, 0xAA,\n    0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x3C, 0x00, 0x2C, 0x02, 0xAB, 0x02, 0x06,\n    0xAB, 0x02, 0x22, 0xAB, 0x03, 0x3E, 0xAB, 0x03, 0x68, 0xAB, 0x03, 0x92, 0xAB, 0x03, 0xBC, 0xAB,\n    0x02, 0xE6, 0xAB, 0x02, 0xAC, 0x00, 0x0E, 0xAC, 0x00, 0x02, 0x14, 0xAC, 0x02, 0x30, 0xAC, 0x00,\n    0x02, 0x4C, 0xAC, 0x03, 0x68, 0xAC, 0x03, 0x92, 0xAC, 0x03, 0xBC, 0xAC, 0x03, 0xE6, 0xAC, 0x33,\n    0x00, 0x00, 0x10, 0xAD, 0x00, 0x00, 0x00, 0x02, 0x16, 0xAD, 0x02, 0x32, 0xAD, 0x03, 0x4E, 0xAD,\n    0x03, 0x78, 0xAD, 0x03, 0xA2, 0xAD, 0x03, 0xCC, 0xAD, 0x00, 0x31, 0x02, 0xF6, 0xAD, 0x12, 0xAE,\n    0x00, 0x02, 0x18, 0xAE, 0x02, 0x34, 0xAE, 0x00, 0x02, 0x50, 0xAE, 0x03, 0x6C, 0xAE, 0x03, 0x96,\n    0xAE, 0x03, 0xC0, 0xAE, 0x03, 0xEA, 0xAE, 0x33, 0x00, 0x00, 0x02, 0x14, 0xAF, 0x02, 0x30, 0xAF,\n    0x02, 0x4C, 0xAF, 0x68, 0xAF, 0x00, 0x6C, 0xAF, 0x00, 0x70, 0xAF, 0x00, 0x74, 0xAF, 0x00, 0x78,\n    0xAF, 0x00, 0x7C, 0xAF, 0x00, 0x80, 0xAF, 0x00, 0x84, 0xAF, 0x00, 0x88, 0xAF, 0x00, 0x8C, 0xAF,\n    0x00, 0x90, 0xAF, 0x00, 0x94, 0xAF, 0x00, 0x98, 0xAF, 0x00, 0x9C, 0xAF, 0x00, 0xA0, 0xAF, 0x00,\n    0xA4, 0xAF, 0x00, 0xA8, 0xAF, 0x00, 0xAC, 0xAF, 0x00, 0xB0, 0xAF, 0x00, 0xB4, 0xAF, 0x00, 0xB8,\n    0xAF, 0x00, 0xBC, 0xAF, 0x00, 0xC0, 0xAF, 0x00, 0xC4, 0xAF, 0x00, 0x02, 0xC8, 0xAF, 0x02, 0xE4,\n    0xAF, 0x00, 0x02, 0x00, 0xB0, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x02, 0x1C, 0xB0, 0x02, 0x38,\n    0xB0, 0x00, 0x31, 0x02, 0x54, 0xB0, 0x70, 0xB0, 0x00, 0x74, 0xB0, 0x00, 0x78, 0xB0, 0x00, 0x7C,\n    0xB0, 0x00, 0x80, 0xB0, 0x00, 0x84, 0xB0, 0x00, 0x88, 0xB0, 0x00, 0x8C, 0xB0, 0x00, 0x90, 0xB0,\n    0x00, 0x94, 0xB0, 0x00, 0x98, 0xB0, 0x00, 0x9C, 0xB0, 0x00, 0xA0, 0xB0, 0x00, 0xA4, 0xB0, 0x00,\n    0xA8, 0xB0, 0x00, 0xAC, 0xB0, 0x00, 0xB0, 0xB0, 0x00, 0xB4, 0xB0, 0x00, 0xB8, 0xB0, 0x00, 0xBC,\n    0xB0, 0x00, 0xC0, 0xB0, 0x00, 0xC4, 0xB0, 0x00, 0xC8, 0xB0, 0x00, 0xCC, 0xB0, 0x00, 0x02, 0xD0,\n    0xB0, 0x02, 0xEC, 0xB0, 0x00, 0x02, 0x08, 0xB1, 0x00, 0x00, 0x33, 0x00, 0x24, 0xB1, 0x00, 0x29,\n    0xB1, 0x00, 0x2E, 0xB1, 0x00, 0x33, 0xB1, 0x00, 0x38, 0xB1, 0x00, 0x62, 0x40, 0xB1, 0x00, 0x4E,\n    0xB1, 0x00, 0x62, 0x56, 0xB1, 0x00, 0x64, 0xB1, 0x00, 0x6B, 0xB1, 0x00, 0x73, 0xB1, 0x00, 0x02,\n    0x77, 0xB1, 0x02, 0x93, 0xB1, 0xAF, 0xB1, 0xD2, 0x31, 0x2B, 0x2B, 0x02, 0xB4, 0xB1, 0x02, 0xD0,\n    0xB1, 0x2B, 0x2B, 0x02, 0xEC, 0xB1, 0x02, 0x08, 0xB2, 0x24, 0xB2, 0x00, 0x02, 0x28, 0xB2, 0x02,\n    0x44, 0xB2, 0x60, 0xB2, 0xD2, 0x31, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38,\n    0x00, 0x11, 0x65, 0xB2, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x15,\n    0x68, 0xB2, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x6B, 0xB2,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x6E, 0xB2, 0x05, 0x00,\n    0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x71, 0xB2, 0x05, 0x00, 0x36, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x74, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x77, 0xB2, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x7A, 0xB2, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x7D, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0x80, 0xB2, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x83, 0xB2,\n    0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x86, 0xB2, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x89, 0xB2, 0x05, 0x00, 0x38, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x8C, 0xB2, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x8F, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x92, 0xB2, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x53,\n    0x00, 0x15, 0x95, 0xB2, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x53, 0x00, 0x4D,\n    0x98, 0xB2, 0x60, 0x20, 0x20, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x73, 0x00, 0x60, 0x20,\n    0x53, 0x65, 0x74, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x11,\n    0x9C, 0xB2, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0x9F, 0xB2,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x3A, 0x00, 0x15, 0xA2, 0xB2, 0x09, 0xD1,\n    0xA5, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x3A, 0x00, 0x2C, 0xA5, 0xB2, 0x05, 0x00, 0x3D, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xA9, 0xB2, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xAC, 0xB2, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0xAF, 0xB2, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0xB2, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0xB5, 0xB2, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xB8, 0xB2,\n    0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xBB, 0xB2, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xBE, 0xB2, 0x05, 0x00, 0x39, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xC1, 0xB2, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xC4, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0xC7, 0xB2, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0xCA, 0xB2, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0xCD, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xD0, 0xB2,\n    0x60, 0x20, 0x53, 0x65, 0x74, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85,\n    0x00, 0x11, 0xD3, 0xB2, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x15,\n    0xD6, 0xB2, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xD9, 0xB2,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xDC, 0xB2, 0x05, 0x00,\n    0x36, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xDF, 0xB2, 0x05, 0x00, 0x36, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xE2, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xE5, 0xB2, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0xE8, 0xB2, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0xEB, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58,\n    0xEE, 0xB2, 0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xF1, 0xB2,\n    0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xF4, 0xB2, 0x05, 0x00,\n    0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0xF7, 0xB2, 0x05, 0x00, 0x38, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0xFA, 0xB2, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0xFD, 0xB2, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x00, 0xB3, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x18,\n    0x00, 0x15, 0x03, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x18, 0x00, 0x2C,\n    0x06, 0xB3, 0x60, 0x20, 0x53, 0x65, 0x74, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA,\n    0x00, 0x3A, 0x00, 0x11, 0x0A, 0xB3, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A,\n    0x00, 0x15, 0x0D, 0xB3, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x3A, 0x00, 0x15,\n    0x10, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x3A, 0x00, 0x2C, 0x13, 0xB3,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x17, 0xB3, 0x05, 0x00,\n    0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x1A, 0xB3, 0x05, 0x00, 0x36, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x1D, 0xB3, 0x05, 0x00, 0x36, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x20, 0xB3, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x58, 0x23, 0xB3, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x56, 0x26, 0xB3, 0x05, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57,\n    0x29, 0xB3, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x2C, 0xB3,\n    0x05, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x2F, 0xB3, 0x05, 0x00,\n    0x39, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x32, 0xB3, 0x05, 0x00, 0x35, 0x00,\n    0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x58, 0x35, 0xB3, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00,\n    0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x38, 0xB3, 0x05, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x57, 0x3B, 0xB3, 0x05, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x58, 0x3E, 0xB3, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x11,\n    0x41, 0xB3, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x15, 0x44, 0xB3,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x47, 0xB3, 0x05, 0x00,\n    0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x4A, 0xB3, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x70, 0x00, 0x53, 0x00, 0x15, 0x4D, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00,\n    0x00, 0x70, 0x00, 0x53, 0x00, 0x4D, 0x50, 0xB3, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00,\n    0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00,\n    0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC8,\n    0x00, 0x3A, 0x00, 0x11, 0x54, 0xB3, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A,\n    0x00, 0x15, 0x57, 0xB3, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x3A, 0x00, 0x15,\n    0x5A, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x3A, 0x00, 0x2C, 0x5D, 0xB3,\n    0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x56, 0x61, 0xB3, 0x05, 0x00,\n    0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18, 0x00, 0x57, 0x64, 0xB3, 0x05, 0x00, 0x01, 0x00,\n    0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x11, 0x67, 0xB3, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x6E, 0x00, 0x85, 0x00, 0x15, 0x6A, 0xB3, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x6D, 0xB3, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x70, 0xB3, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x18, 0x00, 0x15,\n    0x73, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x18, 0x00, 0x2C, 0x76, 0xB3,\n    0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00,\n    0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00,\n    0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00,\n    0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00,\n    0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x11, 0x7A, 0xB3, 0x03, 0x05,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x15, 0x7D, 0xB3, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x3E, 0x00, 0x3A, 0x00, 0x15, 0x80, 0xB3, 0x09, 0xD1, 0xA5, 0x00, 0x00, 0x00,\n    0x00, 0x3E, 0x00, 0x3A, 0x00, 0x2C, 0x83, 0xB3, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30,\n    0x00, 0x18, 0x00, 0x56, 0x87, 0xB3, 0x05, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x18,\n    0x00, 0x57, 0x8A, 0xB3, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52,\n    0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x49, 0x6E, 0x76, 0x61, 0x6C, 0x69, 0x64, 0x00,\n    0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C, 0x6C, 0x65, 0x64, 0x00, 0x49, 0x6E,\n    0x76, 0x61, 0x6C, 0x69, 0x64, 0x00, 0x4E, 0x6F, 0x74, 0x20, 0x69, 0x6E, 0x73, 0x74, 0x61, 0x6C,\n    0x6C, 0x65, 0x64, 0x00, 0x45, 0x6E, 0x61, 0x62, 0x6C, 0x65, 0x00, 0x44, 0x69, 0x73, 0x61, 0x62,\n    0x6C, 0x65, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x20, 0x00, 0x2B, 0x8D, 0xB3, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00,\n    0x2B, 0x8E, 0xB3, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x8F,\n    0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x92, 0xB3, 0x93,\n    0x54, 0x52, 0x47, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15,\n    0x95, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x98, 0xB3,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x9B, 0xB3, 0x03, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0x9E, 0xB3, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0xA1, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0xA4, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x1E, 0x00, 0x15, 0xA7, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E,\n    0x00, 0x15, 0xAA, 0xB3, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40,\n    0x00, 0x20, 0x00, 0x2B, 0xAD, 0xB3, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20,\n    0x00, 0x2B, 0xAE, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15,\n    0xAF, 0xB3, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x15, 0xB2, 0xB3,\n    0x93, 0x54, 0x52, 0x47, 0x00, 0xB5, 0xB3, 0x00, 0x02, 0xB9, 0xB3, 0xD5, 0xB3, 0x00, 0xDA, 0xB3,\n    0x00, 0xDF, 0xB3, 0x00, 0xE3, 0xB3, 0x00, 0xE7, 0xB3, 0x00, 0xEB, 0xB3, 0x00, 0xEF, 0xB3, 0x00,\n    0xF3, 0xB3, 0x00, 0xF7, 0xB3, 0x00, 0xFB, 0xB3, 0x00, 0xFF, 0xB3, 0x00, 0x03, 0xB4, 0x00, 0x07,\n    0xB4, 0x00, 0x0B, 0xB4, 0x00, 0x02, 0x0F, 0xB4, 0x2B, 0xB4, 0xD2, 0x15, 0x30, 0xB4, 0x00, 0x02,\n    0x34, 0xB4, 0x03, 0x50, 0xB4, 0x7A, 0xB4, 0xD2, 0x31, 0x7F, 0xB4, 0x00, 0x84, 0xB4, 0x00, 0x89,\n    0xB4, 0x00, 0x8D, 0xB4, 0x00, 0x91, 0xB4, 0x00, 0x95, 0xB4, 0x00, 0x99, 0xB4, 0x00, 0x9D, 0xB4,\n    0x00, 0xA1, 0xB4, 0x00, 0xA5, 0xB4, 0x00, 0xA9, 0xB4, 0x00, 0xAD, 0xB4, 0x00, 0xB1, 0xB4, 0x00,\n    0xB5, 0xB4, 0x00, 0xB9, 0xB4, 0x00, 0x02, 0xBD, 0xB4, 0xD9, 0xB4, 0x00, 0xDE, 0xB4, 0x00, 0xE3,\n    0xB4, 0x00, 0xE7, 0xB4, 0x00, 0xEB, 0xB4, 0x00, 0xEF, 0xB4, 0x00, 0xF3, 0xB4, 0x00, 0xF7, 0xB4,\n    0x00, 0xFB, 0xB4, 0x00, 0xFF, 0xB4, 0x00, 0x03, 0xB5, 0x00, 0x07, 0xB5, 0x00, 0x0B, 0xB5, 0x00,\n    0x0F, 0xB5, 0x00, 0x02, 0x13, 0xB5, 0x2F, 0xB5, 0xD2, 0x31, 0x34, 0xB5, 0x00, 0x02, 0x38, 0xB5,\n    0x03, 0x54, 0xB5, 0x7E, 0xB5, 0xD2, 0x31, 0x83, 0xB5, 0x00, 0x88, 0xB5, 0x00, 0x8D, 0xB5, 0x00,\n    0x91, 0xB5, 0x00, 0x95, 0xB5, 0x00, 0x99, 0xB5, 0x00, 0x9D, 0xB5, 0x00, 0xA1, 0xB5, 0x00, 0xA5,\n    0xB5, 0x00, 0xA9, 0xB5, 0x00, 0xAD, 0xB5, 0x00, 0xB1, 0xB5, 0x00, 0xB5, 0xB5, 0x00, 0xB9, 0xB5,\n    0x00, 0xBD, 0xB5, 0x00, 0x02, 0xC1, 0xB5, 0xDD, 0xB5, 0x00, 0xE2, 0xB5, 0x00, 0x02, 0xE7, 0xB5,\n    0x03, 0xB6, 0xD2, 0x15, 0x08, 0xB6, 0x00, 0x02, 0x0C, 0xB6, 0x03, 0x28, 0xB6, 0x52, 0xB6, 0xD2,\n    0x31, 0x57, 0xB6, 0x00, 0x5C, 0xB6, 0x00, 0x61, 0xB6, 0x00, 0x02, 0x65, 0xB6, 0x81, 0xB6, 0x00,\n    0x86, 0xB6, 0x00, 0x02, 0x8B, 0xB6, 0xA7, 0xB6, 0xD2, 0x31, 0xAC, 0xB6, 0x00, 0x02, 0xB0, 0xB6,\n    0x03, 0xCC, 0xB6, 0xF6, 0xB6, 0xD2, 0x31, 0xFB, 0xB6, 0x00, 0x00, 0xB7, 0x00, 0x2B, 0x2B, 0x02,\n    0x05, 0xB7, 0x02, 0x21, 0xB7, 0x02, 0x3D, 0xB7, 0x02, 0x59, 0xB7, 0x02, 0x75, 0xB7, 0x02, 0x91,\n    0xB7, 0x02, 0xAD, 0xB7, 0x02, 0xC9, 0xB7, 0x02, 0xE5, 0xB7, 0x02, 0x01, 0xB8, 0x2B, 0x2B, 0x02,\n    0x1D, 0xB8, 0x02, 0x39, 0xB8, 0x4F, 0x46, 0x46, 0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0xA0, 0x00, 0x38, 0x00, 0x50, 0x55, 0xB8, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00,\n    0x38, 0x00, 0x52, 0x56, 0xB8, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F,\n    0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F,\n    0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F,\n    0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x03,\n    0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x15, 0x57, 0xB8, 0x03, 0x01, 0x00,\n    0x00, 0x00, 0x2B, 0x00, 0x70, 0x00, 0x28, 0x00, 0x15, 0x5A, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00,\n    0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15,\n    0x5D, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0x60, 0xB8,\n    0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x15, 0x63, 0xB8, 0x07, 0x00,\n    0x00, 0x00, 0x00, 0x1C, 0x00, 0x41, 0x00, 0x02, 0x00, 0x1E, 0x66, 0xB8, 0x03, 0x01, 0x00, 0x00,\n    0x00, 0x1E, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x15, 0x67, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C,\n    0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50,\n    0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50,\n    0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50,\n    0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x15, 0x6A, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x15, 0x6D, 0xB8, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52,\n    0x69, 0x70, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F,\n    0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F,\n    0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F,\n    0x50, 0x50, 0x00, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x15, 0x70,\n    0xB8, 0x03, 0x01, 0x00, 0x37, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x15, 0x73, 0xB8, 0x93,\n    0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA,\n    0x00, 0x3A, 0x00, 0x70, 0x76, 0xB8, 0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A,\n    0x00, 0x70, 0x79, 0xB8, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x15,\n    0x7C, 0xB8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x3E, 0x00, 0x02, 0x00, 0x1E, 0x7F, 0xB8,\n    0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x15, 0x80, 0xB8, 0x93, 0x54,\n    0x52, 0x47, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4F, 0x43, 0x50,\n    0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x43, 0x50, 0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x56, 0x50,\n    0x00, 0x4F, 0x56, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50, 0x00, 0x4F, 0x54, 0x50,\n    0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x50, 0x50, 0x00, 0x4F, 0x46, 0x46,\n    0x00, 0x04, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x50, 0x83, 0xB8, 0x04,\n    0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x38, 0x00, 0x52, 0x84, 0xB8, 0x4C, 0x52, 0x69,\n    0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00,\n    0x2B, 0x00, 0x15, 0x85, 0xB8, 0x03, 0x01, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x70, 0x00, 0x28, 0x00,\n    0x15, 0x88, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0x8B, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x00, 0xC8, 0x00, 0x3A, 0x00, 0x15, 0x8E, 0xB8, 0x03, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41,\n    0x00, 0x1C, 0x00, 0x15, 0x91, 0xB8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x41, 0x00, 0x02,\n    0x00, 0x1E, 0x94, 0xB8, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x15,\n    0x95, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70,\n    0x00, 0x4F, 0x46, 0x46, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00,\n    0x15, 0x98, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x00, 0x85, 0x00, 0x15, 0x9B,\n    0xB8, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00, 0x03, 0x6C, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x38, 0x00, 0x18, 0x00, 0x15, 0x9E, 0xB8, 0x03, 0x01, 0x00, 0x37, 0x00, 0x00, 0x00,\n    0x37, 0x00, 0x18, 0x00, 0x15, 0xA1, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4F, 0x46, 0x46, 0x00,\n    0x0F, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x70, 0xA4, 0xB8, 0x0F, 0x13,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x00, 0x3A, 0x00, 0x70, 0xA7, 0xB8, 0x03, 0x6C, 0x00, 0x00,\n    0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x15, 0xAA, 0xB8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C,\n    0x00, 0x3E, 0x00, 0x02, 0x00, 0x1E, 0xAD, 0xB8, 0x03, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x3E,\n    0x00, 0x1C, 0x00, 0x15, 0xAE, 0xB8, 0x93, 0x54, 0x52, 0x47, 0x00, 0x4C, 0x52, 0x69, 0x70, 0x00,\n    0x4C, 0x52, 0x69, 0x70, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x15, 0xB1, 0xB8, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x4C, 0xB4,\n    0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xB5, 0xB8, 0x04,\n    0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xB6, 0xB8, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xB7, 0xB8, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xB8, 0xB8, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x5D, 0xB9, 0xB8, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x5D, 0xBA, 0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x33, 0xBB, 0xB8, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xBC,\n    0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xBD, 0xB8, 0x04,\n    0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xBE, 0xB8, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xBF, 0xB8, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xC0, 0xB8, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x5D, 0xC1, 0xB8, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x5D, 0xC2, 0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00,\n    0x33, 0xC3, 0xB8, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xC4,\n    0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xC5, 0xB8, 0x04,\n    0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x5D, 0xC6, 0xB8, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0xC7, 0xB8, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x2B, 0xC8, 0xB8, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x33, 0xC9, 0xB8, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,\n    0x1E, 0x00, 0x2B, 0xCA, 0xB8, 0x50, 0x52, 0x02, 0xCB, 0xB8, 0x02, 0xE7, 0xB8, 0x03, 0x03, 0xB9,\n    0x03, 0x2D, 0xB9, 0x02, 0x57, 0xB9, 0x00, 0x02, 0x73, 0xB9, 0x03, 0x8F, 0xB9, 0x03, 0xB9, 0xB9,\n    0x02, 0xE3, 0xB9, 0x02, 0xFF, 0xB9, 0x6C, 0x14, 0x6E, 0x71, 0x14, 0x71, 0x02, 0x1B, 0xBA, 0x00,\n    0x02, 0x37, 0xBA, 0x50, 0x52, 0x02, 0x53, 0xBA, 0x02, 0x6F, 0xBA, 0x03, 0x8B, 0xBA, 0x03, 0xB5,\n    0xBA, 0x02, 0xDF, 0xBA, 0x00, 0x02, 0xFB, 0xBA, 0x03, 0x17, 0xBB, 0x03, 0x41, 0xBB, 0x02, 0x6B,\n    0xBB, 0x02, 0x87, 0xBB, 0x6C, 0x14, 0x6E, 0x71, 0x14, 0x71, 0x02, 0xA3, 0xBB, 0x00, 0x02, 0xBF,\n    0xBB, 0x02, 0xDB, 0xBB, 0x4C, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D,\n    0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x2D, 0x03, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x15, 0xF7, 0xBB, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x70, 0x00, 0x2B, 0x00, 0x4B, 0xFA, 0xBB, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00,\n    0x28, 0x00, 0x15, 0xFB, 0xBB, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x28, 0x00,\n    0x4D, 0xFC, 0xBB, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x1C, 0x00, 0x06, 0xFD,\n    0xBB, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0xC8, 0x00, 0x02, 0x00, 0x1E, 0x03, 0xBC, 0x0D,\n    0x14, 0x01, 0x00, 0x00, 0x1E, 0x00, 0xC8, 0x00, 0x1C, 0x00, 0x01, 0x04, 0xBC, 0x0D, 0x13, 0x01,\n    0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x1C, 0x00, 0x07, 0x0A, 0xBC, 0x07, 0x00, 0x00, 0x00, 0x00,\n    0x1C, 0x00, 0xC8, 0x00, 0x02, 0x00, 0x1E, 0x10, 0xBC, 0x0D, 0x14, 0x01, 0x00, 0x00, 0x1E, 0x00,\n    0xC8, 0x00, 0x1C, 0x00, 0x07, 0x11, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00,\n    0x1C, 0x00, 0x15, 0x17, 0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00,\n    0x4C, 0x1A, 0xBC, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x33, 0x1B,\n    0xBC, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x2B, 0x1C, 0xBC, 0x0D,\n    0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x85, 0x00, 0x06, 0x1D, 0xBC, 0x07, 0x00, 0x00,\n    0x36, 0x00, 0x00, 0x00, 0x02, 0x00, 0x85, 0x00, 0x1E, 0x23, 0xBC, 0x0D, 0x14, 0x01, 0x38, 0x00,\n    0x00, 0x00, 0x36, 0x00, 0x85, 0x00, 0x01, 0x24, 0xBC, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00,\n    0x36, 0x00, 0x85, 0x00, 0x07, 0x2A, 0xBC, 0x07, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x02, 0x00,\n    0x85, 0x00, 0x1E, 0x30, 0xBC, 0x0D, 0x14, 0x01, 0x38, 0x00, 0x00, 0x00, 0x36, 0x00, 0x85, 0x00,\n    0x07, 0x31, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x15, 0x37,\n    0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x4C, 0x3A, 0xBC, 0x04,\n    0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x31, 0x3B, 0xBC, 0x04, 0x10, 0x02,\n    0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00, 0x25, 0x3C, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x15, 0x3D, 0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x3E, 0x00, 0x1C, 0x00, 0x4C, 0x40, 0xBC, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00,\n    0x1C, 0x00, 0x33, 0x41, 0xBC, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00,\n    0x2B, 0x42, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x15, 0x43,\n    0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x4B, 0x46, 0xBC, 0x04,\n    0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x28, 0x00, 0x27, 0x47, 0xBC, 0x04, 0x10, 0x02,\n    0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x28, 0x00, 0x4D, 0x48, 0xBC, 0x0D, 0x13, 0x01, 0x00, 0x00,\n    0x00, 0x00, 0xC8, 0x00, 0x1C, 0x00, 0x06, 0x49, 0xBC, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00,\n    0xC8, 0x00, 0x02, 0x00, 0x1E, 0x4F, 0xBC, 0x0D, 0x14, 0x01, 0x00, 0x00, 0x1E, 0x00, 0xC8, 0x00,\n    0x1C, 0x00, 0x01, 0x50, 0xBC, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x1C, 0x00,\n    0x07, 0x56, 0xBC, 0x07, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0xC8, 0x00, 0x02, 0x00, 0x1E, 0x5C,\n    0xBC, 0x0D, 0x14, 0x01, 0x00, 0x00, 0x1E, 0x00, 0xC8, 0x00, 0x1C, 0x00, 0x07, 0x5D, 0xBC, 0x03,\n    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x15, 0x63, 0xBC, 0x04, 0x09, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x4C, 0x66, 0xBC, 0x04, 0x10, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x33, 0x67, 0xBC, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00,\n    0x41, 0x00, 0x1C, 0x00, 0x2B, 0x68, 0xBC, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00,\n    0x85, 0x00, 0x06, 0x69, 0xBC, 0x07, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x02, 0x00, 0x85, 0x00,\n    0x1E, 0x6F, 0xBC, 0x0D, 0x14, 0x01, 0x38, 0x00, 0x00, 0x00, 0x36, 0x00, 0x85, 0x00, 0x01, 0x70,\n    0xBC, 0x0D, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x85, 0x00, 0x07, 0x76, 0xBC, 0x07,\n    0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x02, 0x00, 0x85, 0x00, 0x1E, 0x7C, 0xBC, 0x0D, 0x14, 0x01,\n    0x38, 0x00, 0x00, 0x00, 0x36, 0x00, 0x85, 0x00, 0x07, 0x7D, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x38, 0x00, 0x18, 0x00, 0x15, 0x83, 0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x38, 0x00, 0x18, 0x00, 0x4C, 0x86, 0xBC, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00,\n    0x18, 0x00, 0x31, 0x87, 0xBC, 0x04, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00, 0x18, 0x00,\n    0x25, 0x88, 0xBC, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x15, 0x89,\n    0xBC, 0x04, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x4C, 0x8C, 0xBC, 0x04,\n    0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x33, 0x8D, 0xBC, 0x04, 0x10, 0x02,\n    0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x2B, 0x8E, 0xBC, 0x04, 0x0B, 0x00, 0x00, 0x00,\n    0x00, 0x00, 0x40, 0x00, 0x1E, 0x00, 0x33, 0x8F, 0xBC, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00,\n    0x40, 0x00, 0x1E, 0x00, 0x2B, 0x90, 0xBC, 0x02, 0x91, 0xBC, 0x4B, 0x53, 0x53, 0x01, 0x04, 0x07,\n    0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02,\n    0x00, 0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02, 0x02, 0xAD, 0xBC, 0x4C, 0x2D, 0x2D, 0x04, 0x05, 0x07,\n    0x03, 0x0A, 0x02, 0x00, 0x04, 0x05, 0x0C, 0x03, 0x0F, 0x02, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02,\n    0x00, 0x04, 0x05, 0x0C, 0x03, 0x0F, 0x02, 0x02, 0xC9, 0xBC, 0x4C, 0x26, 0x26, 0x02, 0xE5, 0xBC,\n    0x4C, 0x2D, 0x2D, 0x02, 0x01, 0xBD, 0x4B, 0x53, 0x53, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02, 0x00,\n    0x01, 0x04, 0x0C, 0x03, 0x0F, 0x02, 0x01, 0x04, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x01, 0x04, 0x0C,\n    0x03, 0x0F, 0x02, 0x02, 0x1D, 0xBD, 0x4C, 0x2D, 0x2D, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02, 0x00,\n    0x04, 0x05, 0x0C, 0x03, 0x0F, 0x02, 0x04, 0x05, 0x07, 0x03, 0x0A, 0x02, 0x00, 0x04, 0x05, 0x0C,\n    0x03, 0x0F, 0x02, 0x02, 0x39, 0xBD, 0x4C, 0x26, 0x26, 0x02, 0x55, 0xBD, 0x4C, 0x2D, 0x2D, 0x2D,\n    0x2D, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x15, 0x71, 0xBD, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x4D, 0x72, 0xBD, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x33, 0x73, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x2B, 0x74, 0xBD, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x37, 0x00, 0x18, 0x00, 0x31, 0x75, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x37, 0x00,\n    0x18, 0x00, 0x25, 0x76, 0xBD, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00,\n    0x33, 0x77, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x2B, 0x78,\n    0xBD, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x27, 0x79, 0xBD, 0x04,\n    0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x2B, 0x00, 0x4D, 0x7A, 0xBD, 0x04, 0x0B, 0x00,\n    0x00, 0x00, 0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x33, 0x7B, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00,\n    0x00, 0x00, 0x41, 0x00, 0x1C, 0x00, 0x2B, 0x7C, 0xBD, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00,\n    0x38, 0x00, 0x18, 0x00, 0x31, 0x7D, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00,\n    0x18, 0x00, 0x25, 0x7E, 0xBD, 0x04, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00,\n    0x33, 0x7F, 0xBD, 0x04, 0x0B, 0x02, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x1C, 0x00, 0x2B, 0x80,\n    0xBD, 0x53, 0x53, 0x2D, 0x2D, 0x26, 0x26, 0x2D, 0x2D, 0x53, 0x53, 0x2D, 0x2D, 0x26, 0x26, 0x2D,\n    0x2D\n};\n#endif\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_document.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nenum DataEnum {\n    DATA_ID_NONE = 0,\n    DATA_ID_EDIT_ENABLED = 1,\n    DATA_ID_CHANNELS = 2,\n    DATA_ID_CHANNEL_STATUS = 3,\n    DATA_ID_CHANNEL_OUTPUT_STATE = 4,\n    DATA_ID_CHANNEL_OUTPUT_MODE = 5,\n    DATA_ID_CHANNEL_MON_VALUE = 6,\n    DATA_ID_CHANNEL_U_SET = 7,\n    DATA_ID_CHANNEL_U_MON = 8,\n    DATA_ID_CHANNEL_U_MON_DAC = 9,\n    DATA_ID_CHANNEL_U_LIMIT = 10,\n    DATA_ID_CHANNEL_U_EDIT = 11,\n    DATA_ID_CHANNEL_I_SET = 12,\n    DATA_ID_CHANNEL_I_MON = 13,\n    DATA_ID_CHANNEL_I_MON_DAC = 14,\n    DATA_ID_CHANNEL_I_LIMIT = 15,\n    DATA_ID_CHANNEL_I_EDIT = 16,\n    DATA_ID_CHANNEL_P_MON = 17,\n    DATA_ID_CHANNELS_VIEW_MODE = 18,\n    DATA_ID_CHANNEL_DISPLAY_VALUE1 = 19,\n    DATA_ID_CHANNEL_DISPLAY_VALUE2 = 20,\n    DATA_ID_LRIP = 21,\n    DATA_ID_OVP = 22,\n    DATA_ID_OCP = 23,\n    DATA_ID_OPP = 24,\n    DATA_ID_OTP_CH = 25,\n    DATA_ID_OTP_AUX = 26,\n    DATA_ID_ALERT_MESSAGE = 27,\n    DATA_ID_ALERT_MESSAGE_2 = 28,\n    DATA_ID_ALERT_MESSAGE_3 = 29,\n    DATA_ID_EDIT_VALUE = 30,\n    DATA_ID_EDIT_UNIT = 31,\n    DATA_ID_EDIT_INFO = 32,\n    DATA_ID_EDIT_INFO1 = 33,\n    DATA_ID_EDIT_INFO2 = 34,\n    DATA_ID_EDIT_MODE_INTERACTIVE_MODE_SELECTOR = 35,\n    DATA_ID_EDIT_STEPS = 36,\n    DATA_ID_MODEL_INFO = 37,\n    DATA_ID_FIRMWARE_INFO = 38,\n    DATA_ID_SELF_TEST_RESULT = 39,\n    DATA_ID_KEYPAD_TEXT = 40,\n    DATA_ID_KEYPAD_CAPS = 41,\n    DATA_ID_KEYPAD_OPTION1_TEXT = 42,\n    DATA_ID_KEYPAD_OPTION1_ENABLED = 43,\n    DATA_ID_KEYPAD_OPTION2_TEXT = 44,\n    DATA_ID_KEYPAD_OPTION2_ENABLED = 45,\n    DATA_ID_KEYPAD_SIGN_ENABLED = 46,\n    DATA_ID_KEYPAD_DOT_ENABLED = 47,\n    DATA_ID_KEYPAD_UNIT_ENABLED = 48,\n    DATA_ID_CALIBRATION_PASSWORD_STATUS = 49,\n    DATA_ID_CHANNEL_LABEL = 50,\n    DATA_ID_CHANNEL_SHORT_LABEL = 51,\n    DATA_ID_CHANNEL_TEMP_STATUS = 52,\n    DATA_ID_CHANNEL_TEMP = 53,\n    DATA_ID_CHANNEL_ON_TIME_TOTAL = 54,\n    DATA_ID_CHANNEL_ON_TIME_LAST = 55,\n    DATA_ID_CHANNEL_CALIBRATION_STATUS = 56,\n    DATA_ID_CHANNEL_CALIBRATION_STATE = 57,\n    DATA_ID_CHANNEL_CALIBRATION_DATE = 58,\n    DATA_ID_CHANNEL_CALIBRATION_REMARK = 59,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_IS_SET_REMARK_STEP = 60,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_NUM = 61,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_STATUS = 62,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_LEVEL_VALUE = 63,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_VALUE = 64,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_PREV_ENABLED = 65,\n    DATA_ID_CHANNEL_CALIBRATION_STEP_NEXT_ENABLED = 66,\n    DATA_ID_CAL_CH_U_MIN = 67,\n    DATA_ID_CAL_CH_U_MID = 68,\n    DATA_ID_CAL_CH_U_MAX = 69,\n    DATA_ID_CAL_CH_I0_MIN = 70,\n    DATA_ID_CAL_CH_I0_MID = 71,\n    DATA_ID_CAL_CH_I0_MAX = 72,\n    DATA_ID_CAL_CH_I1_MIN = 73,\n    DATA_ID_CAL_CH_I1_MID = 74,\n    DATA_ID_CAL_CH_I1_MAX = 75,\n    DATA_ID_CHANNEL_PROTECTION_OVP_STATE = 76,\n    DATA_ID_CHANNEL_PROTECTION_OVP_LEVEL = 77,\n    DATA_ID_CHANNEL_PROTECTION_OVP_DELAY = 78,\n    DATA_ID_CHANNEL_PROTECTION_OVP_LIMIT = 79,\n    DATA_ID_CHANNEL_PROTECTION_OCP_STATE = 80,\n    DATA_ID_CHANNEL_PROTECTION_OCP_DELAY = 81,\n    DATA_ID_CHANNEL_PROTECTION_OCP_LIMIT = 82,\n    DATA_ID_CHANNEL_PROTECTION_OCP_MAX_CURRENT_LIMIT_CAUSE = 83,\n    DATA_ID_CHANNEL_PROTECTION_OPP_STATE = 84,\n    DATA_ID_CHANNEL_PROTECTION_OPP_LEVEL = 85,\n    DATA_ID_CHANNEL_PROTECTION_OPP_DELAY = 86,\n    DATA_ID_CHANNEL_PROTECTION_OPP_LIMIT = 87,\n    DATA_ID_CHANNEL_PROTECTION_OTP_INSTALLED = 88,\n    DATA_ID_CHANNEL_PROTECTION_OTP_STATE = 89,\n    DATA_ID_CHANNEL_PROTECTION_OTP_LEVEL = 90,\n    DATA_ID_CHANNEL_PROTECTION_OTP_DELAY = 91,\n    DATA_ID_EVENT_QUEUE_LAST_EVENT_TYPE = 92,\n    DATA_ID_EVENT_QUEUE_LAST_EVENT_MESSAGE = 93,\n    DATA_ID_EVENT_QUEUE_EVENTS = 94,\n    DATA_ID_EVENT_QUEUE_EVENTS_TYPE = 95,\n    DATA_ID_EVENT_QUEUE_EVENTS_MESSAGE = 96,\n    DATA_ID_EVENT_QUEUE_MULTIPLE_PAGES = 97,\n    DATA_ID_EVENT_QUEUE_PREVIOUS_PAGE_ENABLED = 98,\n    DATA_ID_EVENT_QUEUE_NEXT_PAGE_ENABLED = 99,\n    DATA_ID_EVENT_QUEUE_PAGE_INFO = 100,\n    DATA_ID_CHANNEL_LRIPPLE_MAX_DISSIPATION = 101,\n    DATA_ID_CHANNEL_LRIPPLE_CALCULATED_DISSIPATION = 102,\n    DATA_ID_CHANNEL_LRIPPLE_AUTO_MODE = 103,\n    DATA_ID_CHANNEL_LRIPPLE_IS_ALLOWED = 104,\n    DATA_ID_CHANNEL_LRIPPLE_STATUS = 105,\n    DATA_ID_CHANNEL_RSENSE_STATUS = 106,\n    DATA_ID_CHANNEL_RPROG_INSTALLED = 107,\n    DATA_ID_CHANNEL_RPROG_STATUS = 108,\n    DATA_ID_CHANNEL_IS_COUPLED = 109,\n    DATA_ID_CHANNEL_IS_TRACKED = 110,\n    DATA_ID_CHANNEL_IS_COUPLED_OR_TRACKED = 111,\n    DATA_ID_CHANNEL_COUPLING_IS_ALLOWED = 112,\n    DATA_ID_CHANNEL_COUPLING_MODE = 113,\n    DATA_ID_CHANNEL_COUPLING_SELECTED_MODE = 114,\n    DATA_ID_CHANNEL_COUPLING_IS_SERIES = 115,\n    DATA_ID_SYS_ON_TIME_TOTAL = 116,\n    DATA_ID_SYS_ON_TIME_LAST = 117,\n    DATA_ID_SYS_TEMP_AUX_STATUS = 118,\n    DATA_ID_SYS_TEMP_AUX_OTP_STATE = 119,\n    DATA_ID_SYS_TEMP_AUX_OTP_LEVEL = 120,\n    DATA_ID_SYS_TEMP_AUX_OTP_DELAY = 121,\n    DATA_ID_SYS_TEMP_AUX_OTP_IS_TRIPPED = 122,\n    DATA_ID_SYS_TEMP_AUX = 123,\n    DATA_ID_SYS_INFO_FIRMWARE_VER = 124,\n    DATA_ID_SYS_INFO_SERIAL_NO = 125,\n    DATA_ID_SYS_INFO_SCPI_VER = 126,\n    DATA_ID_SYS_INFO_CPU = 127,\n    DATA_ID_SYS_INFO_ETHERNET = 128,\n    DATA_ID_SYS_INFO_FAN_STATUS = 129,\n    DATA_ID_SYS_INFO_FAN_SPEED = 130,\n    DATA_ID_CHANNEL_BOARD_INFO_LABEL = 131,\n    DATA_ID_CHANNEL_BOARD_INFO_REVISION = 132,\n    DATA_ID_DATE_TIME_DATE = 133,\n    DATA_ID_DATE_TIME_YEAR = 134,\n    DATA_ID_DATE_TIME_MONTH = 135,\n    DATA_ID_DATE_TIME_DAY = 136,\n    DATA_ID_DATE_TIME_TIME = 137,\n    DATA_ID_DATE_TIME_HOUR = 138,\n    DATA_ID_DATE_TIME_MINUTE = 139,\n    DATA_ID_DATE_TIME_SECOND = 140,\n    DATA_ID_DATE_TIME_TIME_ZONE = 141,\n    DATA_ID_DATE_TIME_DST = 142,\n    DATA_ID_SET_PAGE_DIRTY = 143,\n    DATA_ID_PROFILES_LIST1 = 144,\n    DATA_ID_PROFILES_LIST2 = 145,\n    DATA_ID_PROFILES_AUTO_RECALL_STATUS = 146,\n    DATA_ID_PROFILES_AUTO_RECALL_LOCATION = 147,\n    DATA_ID_PROFILE_STATUS = 148,\n    DATA_ID_PROFILE_LABEL = 149,\n    DATA_ID_PROFILE_REMARK = 150,\n    DATA_ID_PROFILE_IS_AUTO_RECALL_LOCATION = 151,\n    DATA_ID_PROFILE_CHANNEL_U_SET = 152,\n    DATA_ID_PROFILE_CHANNEL_I_SET = 153,\n    DATA_ID_PROFILE_CHANNEL_OUTPUT_STATE = 154,\n    DATA_ID_ETHERNET_INSTALLED = 155,\n    DATA_ID_ETHERNET_ENABLED = 156,\n    DATA_ID_ETHERNET_STATUS = 157,\n    DATA_ID_ETHERNET_IP_ADDRESS = 158,\n    DATA_ID_ETHERNET_DNS = 159,\n    DATA_ID_ETHERNET_GATEWAY = 160,\n    DATA_ID_ETHERNET_SUBNET_MASK = 161,\n    DATA_ID_ETHERNET_SCPI_PORT = 162,\n    DATA_ID_ETHERNET_IS_CONNECTED = 163,\n    DATA_ID_ETHERNET_DHCP = 164,\n    DATA_ID_ETHERNET_MAC = 165,\n    DATA_ID_CHANNEL_IS_VOLTAGE_BALANCED = 166,\n    DATA_ID_CHANNEL_IS_CURRENT_BALANCED = 167,\n    DATA_ID_SYS_OUTPUT_PROTECTION_COUPLED = 168,\n    DATA_ID_SYS_SHUTDOWN_WHEN_PROTECTION_TRIPPED = 169,\n    DATA_ID_SYS_FORCE_DISABLING_ALL_OUTPUTS_ON_POWER_UP = 170,\n    DATA_ID_SYS_PASSWORD_IS_SET = 171,\n    DATA_ID_SYS_RL_STATE = 172,\n    DATA_ID_SYS_SOUND_IS_ENABLED = 173,\n    DATA_ID_SYS_SOUND_IS_CLICK_ENABLED = 174,\n    DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_DISPLAY_VALUE1 = 175,\n    DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_DISPLAY_VALUE2 = 176,\n    DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_YT_VIEW_RATE = 177,\n    DATA_ID_SYS_ENCODER_CONFIRMATION_MODE = 178,\n    DATA_ID_SYS_ENCODER_MOVING_UP_SPEED = 179,\n    DATA_ID_SYS_ENCODER_MOVING_DOWN_SPEED = 180,\n    DATA_ID_SYS_ENCODER_INSTALLED = 181,\n    DATA_ID_SYS_DISPLAY_STATE = 182,\n    DATA_ID_SYS_DISPLAY_BRIGHTNESS = 183,\n    DATA_ID_CHANNEL_TRIGGER_MODE = 184,\n    DATA_ID_CHANNEL_TRIGGER_OUTPUT_STATE = 185,\n    DATA_ID_CHANNEL_TRIGGER_ON_LIST_STOP = 186,\n    DATA_ID_CHANNEL_U_TRIGGER_VALUE = 187,\n    DATA_ID_CHANNEL_I_TRIGGER_VALUE = 188,\n    DATA_ID_CHANNEL_LIST_COUNT = 189,\n    DATA_ID_CHANNEL_LISTS = 190,\n    DATA_ID_CHANNEL_LIST_INDEX = 191,\n    DATA_ID_CHANNEL_LIST_DWELL = 192,\n    DATA_ID_CHANNEL_LIST_DWELL_ENABLED = 193,\n    DATA_ID_CHANNEL_LIST_VOLTAGE = 194,\n    DATA_ID_CHANNEL_LIST_VOLTAGE_ENABLED = 195,\n    DATA_ID_CHANNEL_LIST_CURRENT = 196,\n    DATA_ID_CHANNEL_LIST_CURRENT_ENABLED = 197,\n    DATA_ID_CHANNEL_LISTS_PREVIOUS_PAGE_ENABLED = 198,\n    DATA_ID_CHANNEL_LISTS_NEXT_PAGE_ENABLED = 199,\n    DATA_ID_CHANNEL_LISTS_CURSOR = 200,\n    DATA_ID_CHANNEL_LISTS_INSERT_MENU_ENABLED = 201,\n    DATA_ID_CHANNEL_LISTS_DELETE_MENU_ENABLED = 202,\n    DATA_ID_CHANNEL_LISTS_DELETE_ROW_ENABLED = 203,\n    DATA_ID_CHANNEL_LISTS_CLEAR_COLUMN_ENABLED = 204,\n    DATA_ID_CHANNEL_LISTS_DELETE_ROWS_ENABLED = 205,\n    DATA_ID_TRIGGER_SOURCE = 206,\n    DATA_ID_TRIGGER_DELAY = 207,\n    DATA_ID_TRIGGER_INITIATE_CONTINUOUSLY = 208,\n    DATA_ID_TRIGGER_IS_INITIATED = 209,\n    DATA_ID_TRIGGER_IS_MANUAL = 210,\n    DATA_ID_CHANNEL_HAS_SUPPORT_FOR_CURRENT_DUAL_RANGE = 211,\n    DATA_ID_CHANNEL_RANGES_SUPPORTED = 212,\n    DATA_ID_CHANNEL_RANGES_MODE = 213,\n    DATA_ID_CHANNEL_RANGES_AUTO_RANGING = 214,\n    DATA_ID_CHANNEL_RANGES_CURRENTLY_SELECTED = 215,\n    DATA_ID_TEXT_MESSAGE = 216,\n    DATA_ID_SERIAL_STATUS = 217,\n    DATA_ID_SERIAL_ENABLED = 218,\n    DATA_ID_SERIAL_IS_CONNECTED = 219,\n    DATA_ID_SERIAL_BAUD = 220,\n    DATA_ID_SERIAL_PARITY = 221,\n    DATA_ID_CHANNEL_LIST_COUNTDOWN = 222,\n    DATA_ID_IO_PINS = 223,\n    DATA_ID_IO_PINS_INHIBIT_STATE = 224,\n    DATA_ID_IO_PIN_NUMBER = 225,\n    DATA_ID_IO_PIN_POLARITY = 226,\n    DATA_ID_IO_PIN_FUNCTION = 227,\n    DATA_ID_NTP_ENABLED = 228,\n    DATA_ID_NTP_SERVER = 229,\n    DATA_ID_ASYNC_OPERATION_THROBBER = 230,\n    DATA_ID_SYS_DISPLAY_BACKGROUND_LUMINOSITY_STEP = 231,\n    DATA_ID_PROGRESS = 232,\n    DATA_ID_VIEW_STATUS = 233,\n    DATA_ID_DLOG_STATUS = 234\n};\n\nenum FontsEnum {\n    FONT_ID_NONE,\n    FONT_ID_SMALL,\n    FONT_ID_MEDIUM,\n    FONT_ID_LARGE,\n    FONT_ID_LARGE_LANDSCAPE,\n    FONT_ID_ICONS\n};\n\nenum BitmapsEnum {\n    BITMAP_ID_NONE,\n    BITMAP_ID_LOGO,\n    BITMAP_ID_BP_COUPLED\n};\n\nenum StylesEnum {\n    STYLE_ID_NONE,\n    STYLE_ID_BAR_GRAPH_I_DEFAULT,\n    STYLE_ID_BAR_GRAPH_LIMIT_LINE,\n    STYLE_ID_BAR_GRAPH_SET_LINE,\n    STYLE_ID_BAR_GRAPH_TEXT,\n    STYLE_ID_BAR_GRAPH_TEXT_VERTICAL,\n    STYLE_ID_BAR_GRAPH_U_DEFUALT,\n    STYLE_ID_BAR_GRAPH_UNREGULATED,\n    STYLE_ID_BOTTOM_BUTTON,\n    STYLE_ID_BOTTOM_BUTTON_BACKGROUND,\n    STYLE_ID_BOTTOM_BUTTON_DISABLED,\n    STYLE_ID_BOTTOM_BUTTON_TEXTUAL,\n    STYLE_ID_BOTTOM_BUTTON_TEXTUAL_S,\n    STYLE_ID_BOTTOM_BUTTON_TEXTUAL_S_LEFT,\n    STYLE_ID_BOTTOM_BUTTON_TEXTUAL_S_DISABLED,\n    STYLE_ID_CHANNEL_ERROR,\n    STYLE_ID_CHANNEL_OFF_L,\n    STYLE_ID_CHANNEL_OFF_LANDSCAPE,\n    STYLE_ID_CHANNEL_OFF,\n    STYLE_ID_COUPLED_INFO,\n    STYLE_ID_COUPLED_INFO_S,\n    STYLE_ID_DEFAULT,\n    STYLE_ID_DEFAULT_DISABLED,\n    STYLE_ID_DEFAULT_ACTIVE_S,\n    STYLE_ID_DEFAULT_DISABLED_S,\n    STYLE_ID_DEFAULT_DISABLED_S_LEFT,\n    STYLE_ID_DEFAULT_DISABLED_S_RIGHT,\n    STYLE_ID_DEFAULT_EDIT,\n    STYLE_ID_DEFAULT_EDIT_INVERSE,\n    STYLE_ID_DEFAULT_ICONS,\n    STYLE_ID_DEFAULT_INVERSE,\n    STYLE_ID_DEFAULT_L,\n    STYLE_ID_DEFAULT_S,\n    STYLE_ID_DEFAULT_S_LEFT,\n    STYLE_ID_EDIT_INFO_S,\n    STYLE_ID_EDIT_MODE_SLIDER_SCALE,\n    STYLE_ID_EDIT_MODE_STEP_VERTICAL_SLIDER,\n    STYLE_ID_EDIT_S,\n    STYLE_ID_EDIT_S_FOCUS,\n    STYLE_ID_EDIT_VALUE,\n    STYLE_ID_EDIT_VALUE_ACTIVE,\n    STYLE_ID_EDIT_VALUE_ACTIVE_LEFT,\n    STYLE_ID_EDIT_VALUE_ACTIVE_S_LEFT,\n    STYLE_ID_EDIT_VALUE_ACTIVE_S_RIGHT,\n    STYLE_ID_EDIT_VALUE_ACTIVE_S_CENTER,\n    STYLE_ID_EDIT_VALUE_FOCUS_S_RIGHT,\n    STYLE_ID_EDIT_VALUE_FOCUS_S_CENTER,\n    STYLE_ID_EDIT_VALUE_L,\n    STYLE_ID_EDIT_VALUE_LEFT,\n    STYLE_ID_EDIT_VALUE_S_CENTERED,\n    STYLE_ID_EDIT_VALUE_S_LEFT,\n    STYLE_ID_EDIT_VALUE_S_RIGHT,\n    STYLE_ID_EDIT_VALUE_UR,\n    STYLE_ID_EDIT_VALUE_UR_S_RIGHT,\n    STYLE_ID_ERROR_ALERT,\n    STYLE_ID_ERROR_ALERT_BUTTON,\n    STYLE_ID_EVENT_ERROR,\n    STYLE_ID_EVENT_ERROR_ICON,\n    STYLE_ID_EVENT_INFO,\n    STYLE_ID_EVENT_INFO_ICON,\n    STYLE_ID_EVENT_WARNING,\n    STYLE_ID_EVENT_WARNING_ICON,\n    STYLE_ID_INFO_ALERT,\n    STYLE_ID_INFO_ALERT_BUTTON,\n    STYLE_ID_YES_NO,\n    STYLE_ID_YES_NO_BACKGROUND,\n    STYLE_ID_YES_NO_MESSAGE,\n    STYLE_ID_YES_NO_BUTTON,\n    STYLE_ID_KEY,\n    STYLE_ID_KEY_DISABLED,\n    STYLE_ID_KEY_ICONS,\n    STYLE_ID_KEY_SPEC,\n    STYLE_ID_KEY_SPEC_ICONS,\n    STYLE_ID_MAX_CURRENT_LIMIT_CAUSE,\n    STYLE_ID_MENU_S,\n    STYLE_ID_MON_DAC,\n    STYLE_ID_MON_DAC_S,\n    STYLE_ID_MON_VALUE,\n    STYLE_ID_MON_VALUE_L,\n    STYLE_ID_MON_VALUE_L_UR,\n    STYLE_ID_MON_VALUE_LANDSCAPE_L_RIGHT,\n    STYLE_ID_MON_VALUE_UR,\n    STYLE_ID_MON_VALUE_UR_LANDSCAPE_L_RIGHT,\n    STYLE_ID_MON_VALUE_FOCUS,\n    STYLE_ID_NON_INTERACTIVE_BUTTON_S,\n    STYLE_ID_NON_INTERACTIVE_BUTTON_S_DISABLED,\n    STYLE_ID_PROT_INDICATOR_S,\n    STYLE_ID_PROT_INDICATOR_SET_S,\n    STYLE_ID_PROT_INDICATOR_TRIP_S,\n    STYLE_ID_PROT_INDICATOR_INVALID_S,\n    STYLE_ID_PROT_INDICATOR_BLINK_S,\n    STYLE_ID_SET_VALUE_BALANCED,\n    STYLE_ID_SET_VALUE_FOCUS_BALANCED,\n    STYLE_ID_SET_VALUE_S_RIGHT_BALANCED,\n    STYLE_ID_TAB_PAGE,\n    STYLE_ID_TAB_PAGE_SELECTED,\n    STYLE_ID_TOP_BAR_S,\n    STYLE_ID_VALUE,\n    STYLE_ID_VALUE_S,\n    STYLE_ID_VALUE_L,\n    STYLE_ID_YELLOW_1,\n    STYLE_ID_YELLOW_2,\n    STYLE_ID_YELLOW_3,\n    STYLE_ID_YELLOW_4,\n    STYLE_ID_YELLOW_5,\n    STYLE_ID_YELLOW_6,\n    STYLE_ID_TOAST_ALERT,\n    STYLE_ID_DEFAULT_L_LANDSCAPE,\n    STYLE_ID_YT_GRAPH_U_DEFUALT,\n    STYLE_ID_YT_GRAPH_U_DEFUALT_LABEL,\n    STYLE_ID_YT_GRAPH_I_DEFAULT,\n    STYLE_ID_YT_GRAPH_I_DEFAULT_LABEL,\n    STYLE_ID_YT_GRAPH,\n    STYLE_ID_YT_GRAPH_UNREGULATED,\n    STYLE_ID_SELECT_ENUM_ITEM_POPUP_CONTAINER,\n    STYLE_ID_SELECT_ENUM_ITEM_POPUP_ITEM,\n    STYLE_ID_SELECT_ENUM_ITEM_POPUP_DISABLED_ITEM,\n    STYLE_ID_DISPLAY_OFF,\n    STYLE_ID_DISPLAY_OFF_S,\n    STYLE_ID_LIST_GRAPH_CURSOR,\n    STYLE_ID_DARK_LINE,\n    STYLE_ID_TEXT_MESSAGE,\n    STYLE_ID_BUTTON_INDICATOR_OFF,\n    STYLE_ID_BUTTON_INDICATOR_ON,\n    STYLE_ID_BUTTON_INDICATOR_ERROR,\n    STYLE_ID_ASYNC_OPERATION,\n    STYLE_ID_ASYNC_OPERATION_ACTION\n};\n\nenum PagesEnum {\n    PAGE_ID_ETHERNET_INIT,\n    PAGE_ID_SCREEN_CALIBRATION_INTRO,\n    PAGE_ID_SCREEN_CALIBRATION_YES_NO,\n    PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL,\n    PAGE_ID_WELCOME,\n    PAGE_ID_SELF_TEST_RESULT,\n    PAGE_ID_MAIN,\n    PAGE_ID_MAIN_HELP,\n    PAGE_ID_EDIT_MODE_KEYPAD,\n    PAGE_ID_EDIT_MODE_STEP,\n    PAGE_ID_EDIT_MODE_STEP_HELP,\n    PAGE_ID_EDIT_MODE_SLIDER,\n    PAGE_ID_EDIT_MODE_SLIDER_HELP,\n    PAGE_ID_INFO_ALERT,\n    PAGE_ID_INFO_LONG_ALERT,\n    PAGE_ID_TOAST3_ALERT,\n    PAGE_ID_ERROR_ALERT,\n    PAGE_ID_ERROR_LONG_ALERT,\n    PAGE_ID_ERROR_ALERT_WITH_ACTION,\n    PAGE_ID_ERROR_TOAST_ALERT,\n    PAGE_ID_YES_NO,\n    PAGE_ID_ARE_YOU_SURE_WITH_MESSAGE,\n    PAGE_ID_YES_NO_LATER,\n    PAGE_ID_TEXT_MESSAGE,\n    PAGE_ID_ASYNC_OPERATION_IN_PROGRESS,\n    PAGE_ID_PROGRESS,\n    PAGE_ID_EVENT_QUEUE,\n    PAGE_ID_KEYPAD,\n    PAGE_ID_NUMERIC_KEYPAD,\n    PAGE_ID_CH_SETTINGS_PROT,\n    PAGE_ID_CH_SETTINGS_PROT_CLEAR,\n    PAGE_ID_CH_SETTINGS_PROT_OVP,\n    PAGE_ID_CH_SETTINGS_PROT_OCP,\n    PAGE_ID_CH_SETTINGS_PROT_OPP,\n    PAGE_ID_CH_SETTINGS_PROT_OTP,\n    PAGE_ID_CH_SETTINGS_TRIGGER,\n    PAGE_ID_CH_SETTINGS_LISTS,\n    PAGE_ID_CH_SETTINGS_LISTS_INSERT_MENU,\n    PAGE_ID_CH_SETTINGS_LISTS_DELETE_MENU,\n    PAGE_ID_CH_START_LIST,\n    PAGE_ID_CH_SETTINGS_ADV,\n    PAGE_ID_CH_SETTINGS_ADV_LRIPPLE,\n    PAGE_ID_CH_SETTINGS_ADV_REMOTE,\n    PAGE_ID_CH_SETTINGS_ADV_RANGES,\n    PAGE_ID_CH_SETTINGS_ADV_TRACKING,\n    PAGE_ID_CH_SETTINGS_ADV_COUPLING,\n    PAGE_ID_CH_SETTINGS_ADV_COUPLING_INFO,\n    PAGE_ID_CH_SETTINGS_ADV_VIEW,\n    PAGE_ID_CH_SETTINGS_INFO,\n    PAGE_ID_SYS_SETTINGS,\n    PAGE_ID_SYS_SETTINGS_AUX_OTP,\n    PAGE_ID_SYS_SETTINGS_PROTECTIONS,\n    PAGE_ID_SYS_SETTINGS_TRIGGER,\n    PAGE_ID_SYS_SETTINGS_IO,\n    PAGE_ID_SYS_SETTINGS_DATE_TIME,\n    PAGE_ID_SYS_SETTINGS_ENCODER,\n    PAGE_ID_SYS_SETTINGS2,\n    PAGE_ID_SYS_SETTINGS_SERIAL,\n    PAGE_ID_SYS_SETTINGS_ETHERNET,\n    PAGE_ID_SYS_SETTINGS_ETHERNET_STATIC,\n    PAGE_ID_SYS_SETTINGS_CAL,\n    PAGE_ID_SYS_SETTINGS_CAL_CH,\n    PAGE_ID_SYS_SETTINGS_CAL_CH_WIZ_STEP,\n    PAGE_ID_SYS_SETTINGS_CAL_CH_WIZ_FINISH,\n    PAGE_ID_SYS_SETTINGS_SCREEN_CALIBRATION,\n    PAGE_ID_SYS_SETTINGS_DISPLAY,\n    PAGE_ID_SYS_SETTINGS_SOUND,\n    PAGE_ID_SYS_SETTINGS_DIAG,\n    PAGE_ID_USER_PROFILES,\n    PAGE_ID_USER_PROFILES2,\n    PAGE_ID_USER_PROFILE_SETTINGS,\n    PAGE_ID_USER_PROFILE_0_SETTINGS,\n    PAGE_ID_SYS_INFO,\n    PAGE_ID_SYS_INFO2,\n    PAGE_ID_STAND_BY_MENU,\n    PAGE_ID_ENTERING_STANDBY,\n    PAGE_ID_STANDBY,\n    PAGE_ID_DISPLAY_OFF\n};\n\nextern const uint8_t *fonts[];\n\nstruct Bitmap {\n    uint16_t w;\n    uint16_t h;\n    const uint8_t *pixels;\n};\n\nextern Bitmap bitmaps[];\n\nextern const uint8_t styles[];\n\nextern const uint8_t document[];\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"sound.h\"\n#include \"channel_dispatcher.h\"\n#include \"calibration.h\"\n\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_slider.h\"\n#include \"gui_edit_mode_step.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode {\n\nstatic int g_tabIndex = PAGE_ID_EDIT_MODE_KEYPAD;\n\nstatic data::Value g_editValue;\nstatic data::Value g_undoValue;\nstatic data::Value g_minValue;\nstatic data::Value g_maxValue;\nstatic bool g_isInteractiveMode = true;\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool isActive() {\n    return getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD ||\n        getActivePageId() == PAGE_ID_EDIT_MODE_STEP ||\n        getActivePageId() == PAGE_ID_EDIT_MODE_SLIDER;\n}\n\nvoid initEditValue() {\n    g_editValue = data::getEditValue(g_focusCursor, g_focusDataId);\n    g_undoValue = g_editValue;\n}\n\nvoid enter(int tabIndex) {\n#if OPTION_ENCODER\n    if (!isActive()) {\n        if (!isFocusWidget(g_foundWidgetAtDown) || g_focusEditValue.getType() != VALUE_TYPE_NONE) {\n            DECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n            setFocusCursor(g_foundWidgetAtDown.cursor, widget->data);\n            return;\n        }\n    }\n#endif\n\n    if (tabIndex == -1) {\n        gui::selectChannel();\n        data::Cursor newDataCursor = g_foundWidgetAtDown.cursor;\n        if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n            newDataCursor.i = 0;\n        }\n        DECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n        int newDataId = widget->data;\n        setFocusCursor(newDataCursor, newDataId);\n        update();\n\n        if (!isActive()) {\n            pushPage(g_tabIndex);\n        }\n    } else {\n        g_tabIndex = tabIndex;\n        replacePage(g_tabIndex);\n    }\n\n    if (g_tabIndex == PAGE_ID_EDIT_MODE_KEYPAD) {\n        edit_mode_keypad::enter(Channel::get(g_focusCursor.i), g_editValue, g_minValue, g_maxValue);\n    } else {\n        edit_mode_keypad::exit();\n    }\n}\n\nvoid update() {\n    initEditValue();\n    g_minValue = data::getMin(g_focusCursor, g_focusDataId);\n    g_maxValue = data::getMax(g_focusCursor, g_focusDataId);\n}\n\nvoid exit() {\n    edit_mode_keypad::exit();\n    popPage();\n}\n\nvoid nonInteractiveSet() {\n\tint16_t error;\n\tif (!data::set(g_focusCursor, g_focusDataId, g_editValue, &error)) {\n\t\terrorMessage(g_focusCursor, data::Value::ScpiErrorText(error));\n\t}\n}\n\nvoid nonInteractiveDiscard() {\n    g_editValue = g_undoValue;\n    data::set(g_focusCursor, g_focusDataId, g_undoValue, 0);\n}\n\nbool isInteractiveMode() {\n    return g_isInteractiveMode;\n}\n\nvoid toggleInteractiveMode() {\n    g_isInteractiveMode = !g_isInteractiveMode;\n    initEditValue();\n}\n\ndata::Value getData(const data::Cursor &cursor, uint8_t id) {\n    int editInfoPartOffset = g_focusCursor.i * 6 + (g_focusDataId == DATA_ID_CHANNEL_U_EDIT ? 0 : 1) * 3;\n\n    if (id == DATA_ID_EDIT_VALUE) {\n       return edit_mode::getEditValue();\n    } else if (id == DATA_ID_EDIT_INFO) {\n        return data::Value(0 + editInfoPartOffset, VALUE_TYPE_EDIT_INFO);\n    } else if (id == DATA_ID_EDIT_INFO1) {\n        return data::Value(1 + editInfoPartOffset, VALUE_TYPE_EDIT_INFO);\n    } else if (id == DATA_ID_EDIT_INFO2) {\n        return data::Value(2 + editInfoPartOffset, VALUE_TYPE_EDIT_INFO);\n    } else if (id == DATA_ID_EDIT_MODE_INTERACTIVE_MODE_SELECTOR) {\n        return isInteractiveMode() ? 0 : 1;\n    } else if (id == DATA_ID_EDIT_STEPS) {\n        return edit_mode_step::getStepIndex();\n    }\n\n    return data::Value();\n}\n\nbool isBlinking(const data::Cursor &cursor, uint8_t id, bool &result) {\n    if (id == DATA_ID_EDIT_VALUE) {\n        result = !isInteractiveMode() && (edit_mode::getEditValue() != edit_mode::getCurrentValue());\n        return true;\n    }\n    return false;\n}\n\nconst data::Value& getEditValue() {\n    return g_editValue;\n}\n\ndata::Value getCurrentValue() {\n    return data::get(g_focusCursor, g_focusDataId);\n}\n\nconst data::Value &getMin() {\n    return g_minValue;\n}\n\nconst data::Value &getMax() {\n    return g_maxValue;\n}\n\nValueType getUnit() {\n    return g_editValue.getType();\n}\n\nbool setValue(float value_) {\n    data::Value value = data::Value(value_, getUnit(), g_focusCursor.i);\n    if (g_isInteractiveMode || g_tabIndex == PAGE_ID_EDIT_MODE_KEYPAD) {\n\t\tint16_t error;\n        if (!data::set(g_focusCursor, g_focusDataId, value, &error)) {\n\t\t\terrorMessage(g_focusCursor, data::Value::ScpiErrorText(error));\n            return false;\n        }\n    }\n    g_editValue = value;\n\treturn true;\n}\n\nvoid getInfoText(int part, char *infoText) {\n    // channel 0 u part 0\n    // channel 0 u part 1\n    // channel 0 u part 2\n    // channel 0 i part 0\n    // channel 0 i part 1\n    // channel 0 i part 2\n    // channel 1 u part 0\n    // channel 1 u part 1\n    // channel 1 u part 2\n    // channel 1 i part 0\n    // channel 1 i part 1\n    // channel 1 i part 2\n    // ...\n\n    int iChannel = part / 6;\n    \n    part %= 6;\n    \n    int dataId;\n    if (part / 3 == 0) {\n        dataId = DATA_ID_CHANNEL_U_EDIT;\n    } else {\n        dataId = DATA_ID_CHANNEL_I_EDIT;\n    }\n\n    part %= 3;\n\n    Channel &channel = Channel::get(iChannel);\n    if (dataId == DATA_ID_CHANNEL_I_EDIT) {\n        if (part == 0 || part == 1) {\n            if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n                strcpy_P(infoText, PSTR(\"Set current\"));\n            } else {\n\t\t        sprintf_P(infoText, PSTR(\"Set Ch%d current\"), channel.index);\n            }\n        } else {\n            *infoText = 0;\n        }\n\n        if (part == 0) {\n            strcat_P(infoText, PSTR(\" \"));\n        }\n\n        if (part == 0 || part == 2) {\n            strcat_P(infoText, PSTR(\"[\"));\n\t\t    util::strcatFloat(infoText, g_minValue.getFloat(), 2);\n\t\t    strcat_P(infoText, PSTR(\"-\"));\n\t\t    util::strcatCurrent(infoText, channel_dispatcher::getILimit(Channel::get(g_focusCursor.i)), 2);\n\t\t    strcat_P(infoText, PSTR(\"]\"));\n        }\n    } else {\n        if (part == 0 || part == 1) {\n            if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n                strcpy_P(infoText, PSTR(\"Set voltage\"));\n            } else {\n    \t\t    sprintf_P(infoText, PSTR(\"Set Ch%d voltage\"), channel.index);\n            }\n        } else {\n            *infoText = 0;\n        }\n\n        if (part == 0) {\n            strcat_P(infoText, PSTR(\" \"));\n        }\n\n        if (part == 0 || part == 2) {\n            strcat_P(infoText, PSTR(\"[\"));\n            util::strcatFloat(infoText, g_minValue.getFloat(), 2);\n\t\t    strcat_P(infoText, PSTR(\"-\"));\n\t\t    util::strcatVoltage(infoText, channel_dispatcher::getULimit(Channel::get(g_focusCursor.i)), 2);\n\t\t    strcat_P(infoText, PSTR(\"]\"));\n        }\n    }\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode {\n\nbool isActive();\nvoid enter(int tabIndex = -1);\nvoid update();\nvoid exit();\nbool isInteractiveMode();\nvoid toggleInteractiveMode();\n\ndata::Value getData(const data::Cursor &cursor, uint8_t id);\nbool isBlinking(const data::Cursor &cursor, uint8_t id, bool &result);\n\nconst data::Value& getEditValue();\ndata::Value getCurrentValue();\nconst data::Value &getMin();\nconst data::Value &getMax();\nValueType getUnit();\nbool setValue(float value);\n\nvoid getInfoText(int part, char *infoText);\n\nvoid nonInteractiveSet();\nvoid nonInteractiveDiscard();\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode\n"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_keypad.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"sound.h\"\n#include \"channel_dispatcher.h\"\n\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode_keypad {\n\nNumericKeypad *g_keypad;\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool onKeypadOk(float value) {\n\treturn edit_mode::setValue(value);\n}\n\nvoid enter(Channel &channel, const data::Value& editValue, const data::Value& minValue, data::Value& maxValue) {\n    g_keypad = new NumericKeypad();\n\n\tNumericKeypadOptions options;\n\n    options.channelIndex = channel.index - 1;\n\n\toptions.editUnit = editValue.getType();\n\n\toptions.min = minValue.getFloat();\n\toptions.max = maxValue.getFloat();\n\toptions.def = 0;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tg_keypad->init(0, editValue, options, (void (*)(float))onKeypadOk, 0);\n}\n\nvoid exit() {\n    if (g_keypad) {\n        delete g_keypad;\n        g_keypad = 0;\n    }\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_keypad\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_keypad.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass NumericKeypad;\n\nnamespace edit_mode_keypad {\n\nvoid enter(Channel &channel, const data::Value& editValue, const data::Value& minValue, data::Value& maxValue);\nvoid exit();\n\nextern NumericKeypad *g_keypad;\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_keypad\n"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_slider.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_edit_mode.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode_slider {\n\nbool scale_is_vertical;\nint scale_width = 34;\nfloat scale_height = 204;\n\nstatic int start_y;\nstatic float start_value;\n\nstatic int last_scale;\n\n////////////////////////////////////////////////////////////////////////////////\n\nint touchY() {\n\treturn scale_is_vertical ? touch::y : touch::x;\n}\n\nint touchX() {\n\treturn scale_is_vertical ? touch::x : touch::y;\n}\n\nint displayXSize() {\n\treturn scale_is_vertical ? lcd::lcd.getDisplayWidth() : lcd::lcd.getDisplayHeight();\n}\n\nvoid increment(int counter) {\n    float min = edit_mode::getMin().getFloat();\n    float max = edit_mode::getMax().getFloat();\n\n    float value = edit_mode::getEditValue().getFloat() + 0.01f * counter;\n\n    if (value < min) {\n        value = min;\n    }\n    if (value > max) {\n        value = max;\n    }\n\n    edit_mode::setValue(value);\n}\n\nvoid onTouchDown() {\n    start_value = edit_mode::getEditValue().getFloat();\n    start_y = touchY();\n\n    last_scale = 1;\n}\n\nvoid onTouchMove() {\n    float min = edit_mode::getMin().getFloat();\n    float max = edit_mode::getMax().getFloat();\n\n    int scale;\n\n    int x = (touchX() / 20) * 20;\n    if (x < scale_width) {\n        scale = 1;\n    }\n    else {\n        int num_bars = (max - min) >= 10 ? 9 : 5;\n        int bar_width = (displayXSize() - scale_width) / num_bars;\n        scale = 1 << (1 + (x - scale_width) / bar_width);\n    }\n\n    if (scale != last_scale) {\n        start_value = edit_mode::getEditValue().getFloat();\n        start_y = touchY();\n        last_scale = scale;\n    }\n\n    float value = start_value + (scale_is_vertical ? 1 : -1) * (start_y - touchY()) * (max - min) / (scale * scale_height);\n\n    if (value < min) {\n        value = min;\n    }\n    if (value > max) {\n        value = max;\n    }\n\n    edit_mode::setValue(value);\n}\n\nvoid onTouchUp() {\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_slider\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_slider.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode_slider {\n\nextern bool scale_is_vertical;\nextern int scale_width;\nextern float scale_height;\n\nvoid onTouchDown();\nvoid onTouchMove();\nvoid onTouchUp();\n\nvoid increment(int counter);\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_slider\n"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_step.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n\n#include \"sound.h\"\n#include \"gui_data.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_step.h\"\n\n#define CONF_GUI_EDIT_MODE_STEP_THRESHOLD_PX 5\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode_step {\n\nusing data::Value;\n\nconst Value CONF_GUI_U_STEPS[] = {\n    Value(5.0f, VALUE_TYPE_FLOAT),\n    Value(2.0f, VALUE_TYPE_FLOAT),\n    Value(1.0f, VALUE_TYPE_FLOAT),\n    Value(0.5f, VALUE_TYPE_FLOAT),\n    Value(0.1f, VALUE_TYPE_FLOAT)\n};\n\nconst Value CONF_GUI_I_STEPS[] = {\n    Value(0.5f,  VALUE_TYPE_FLOAT),\n    Value(0.25f, VALUE_TYPE_FLOAT),\n    Value(0.1f,  VALUE_TYPE_FLOAT),\n    Value(0.05f, VALUE_TYPE_FLOAT),\n    Value(0.01f, VALUE_TYPE_FLOAT)\n};\n\nstatic int g_stepIndex[CH_NUM][2];\n\nstatic const int DEFAULT_INDEX = 3;\n\nstatic bool g_changed;\nstatic int g_startPos;\n\nfloat getStepValue() {\n    if (edit_mode::getUnit() == VALUE_TYPE_FLOAT_VOLT) {\n        return CONF_GUI_U_STEPS[getStepIndex()].getFloat();\n    } else {\n        return CONF_GUI_I_STEPS[getStepIndex()].getFloat();\n    }\n}\n\nvoid getStepValues(const data::Value **labels, int &count) {\n    if (edit_mode::getUnit() == VALUE_TYPE_FLOAT_VOLT) {\n        *labels = CONF_GUI_U_STEPS;\n        count = sizeof(CONF_GUI_U_STEPS) / sizeof(Value);\n    } else {\n        *labels = CONF_GUI_I_STEPS;\n        count = sizeof(CONF_GUI_I_STEPS) / sizeof(Value);\n    }\n}\n\nint getStepIndex() {\n\tint value;\n\tif (edit_mode::getUnit() == VALUE_TYPE_FLOAT_VOLT) {\n\t\tvalue = g_stepIndex[g_focusCursor.i][0];\n\t}\n\telse {\n\t\tvalue = g_stepIndex[g_focusCursor.i][1];\n\t}\n\n\tif (value == 0) {\n\t\tvalue = DEFAULT_INDEX;\n\t}\n\n\treturn value - 1;\n}\n\nvoid setStepIndex(int value) {\n\tif (edit_mode::getUnit() == VALUE_TYPE_FLOAT_VOLT) {\n\t\tg_stepIndex[g_focusCursor.i][0] = value + 1;\n\t}\n\telse {\n\t\tg_stepIndex[g_focusCursor.i][1] = value + 1;\n\t}\n}\n\nvoid increment(int counter, bool playClick) {\n    float min = edit_mode::getMin().getFloat();\n    float max = edit_mode::getMax().getFloat();\n    float stepValue = getStepValue();\n\n    float value = edit_mode::getEditValue().getFloat();\n\n    for (int i = 0; i < abs(counter); ++i) {\n        if (counter > 0) {\n            if (value == min) {\n                value = (floorf(min / stepValue) + 1) * stepValue;\n            } else {\n                value += stepValue;\n            }\n            if (value > max) {\n                value = max;\n            }\n        } else {\n            if (value == max) {\n                value = (ceilf(max / stepValue) - 1) * stepValue;\n            } else {\n                value -= stepValue;\n            }\n            if (value < min) {\n                value = min;\n            }\n        }\n    }\n\n    if (edit_mode::setValue(value)) {\n\t    g_changed = true;\n        if (playClick) {\n            sound::playClick();\n        }\n\t}\n}\n\n#if OPTION_ENCODER\n\nvoid onEncoder(int counter) {\n    encoder::enableAcceleration(false);\n    increment(counter, false);\n}\n\n#endif\n\nvoid test() {\n    if (!g_changed) {\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\n        int d = start_pos - touch::y;\n#else\n        int d = touch::x - g_startPos;\n#endif\n        if (abs(d) >= CONF_GUI_EDIT_MODE_STEP_THRESHOLD_PX) {\n            increment(d > 0 ? 1 : -1, true);\n        }\n    }\n}\n\nvoid onTouchDown() {\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\n    start_pos = touch::y;\n#else\n\tg_startPos = touch::x;\n#endif\n    g_changed = false;\n}\n\nvoid onTouchMove() {\n    test();\n}\n\nvoid onTouchUp() {\n}\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_step\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_edit_mode_step.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace edit_mode_step {\n\nint getStepIndex();\nvoid getStepValues(const data::Value **labels, int &count);\n\nvoid setStepIndex(int value);\n\n#if OPTION_ENCODER\nvoid onEncoder(int counter);\n#endif\n\nvoid onTouchDown();\nvoid onTouchMove();\nvoid onTouchUp();\n\n}\n}\n}\n} // namespace eez::psu::gui::edit_mode_step\n"
  },
  {
    "path": "eez_psu_sketch/gui_internal.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"lcd.h\"\n#include \"font.h\"\n#include \"touch.h\"\n#include \"gesture.h\"\n\n#include \"gui_data.h\"\n#include \"gui_view.h\"\n#include \"gui_page.h\"\n\n#include \"actions.h\"\n#include \"gui_document.h\"\n\n#if defined(EEZ_PSU_ARDUINO_MEGA)\n#include \"arduino_util.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n#define INTERNAL_PAGE_ID_NONE             -1\n#define INTERNAL_PAGE_ID_SELECT_FROM_ENUM -2\n\nclass Page;\n\nint getActivePageId();\nPage *getActivePage();\n\nbool isActivePage(int pageId);\n\nint getPreviousActivePageId();\nPage *getPreviousPage();\n\nbool isActivePageInternal();\n\nvoid setPage(int pageId);\nvoid replacePage(int pageId, Page *page = 0);\nvoid pushPage(int pageId, Page *page = 0);\nvoid popPage();\nbool isPageActiveOrOnStack(int pageId);\n\nfont::Font styleGetFont(const Style *style);\nvoid drawText(int pageId, const char *text, int textLength, int x, int y, int w, int h, const Style *style, bool inverse, bool dimmed = false, bool ignoreLuminocity = false, uint16_t *overrideBackgroundColor = 0);\nvoid fillRect(int x, int y, int w, int h);\n\nvoid pushSelectFromEnumPage(const data::EnumItem *enumDefinition, uint8_t currentValue, bool (*disabledCallback)(uint8_t value), void (*onSet)(uint8_t));\n\nvoid infoMessage(data::Value value, void (*ok_callback)() = 0);\nvoid infoMessageP(const char *message PROGMEM, void (*ok_callback)() = 0);\n\nvoid longInfoMessage(data::Value value1, data::Value value2, void (*ok_callback)() = 0);\nvoid longInfoMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, void (*ok_callback)() = 0);\n\nvoid toastMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, const char *message3 PROGMEM, void (*ok_callback)() = 0);\n\nvoid errorMessage(const data::Cursor& cursor, data::Value value, void (*ok_callback)() = 0);\nvoid errorMessageP(const char *message PROGMEM, void (*ok_callback)() = 0);\n\nvoid longErrorMessage(data::Value value1, data::Value value2, void (*ok_callback)() = 0);\nvoid longErrorMessageP(const char *message1 PROGMEM, const char *message2 PROGMEM, void (*ok_callback)() = 0);\n\nvoid yesNoDialog(int yesNoPageId, const char *message PROGMEM, void (*yes_callback)(), void (*no_callback)(), void (*cancel_callback)());\nvoid areYouSure(void (*yes_callback)());\nvoid areYouSureWithMessage(const char *message PROGMEM, void (*yes_callback)());\n\nvoid dialogYes();\nvoid dialogNo();\nvoid dialogCancel();\nvoid dialogOk();\nvoid dialogLater();\n\nvoid errorMessageAction();\n\nvoid onLastErrorEventAction();\n\nvoid lockFrontPanel();\nvoid unlockFrontPanel();\n\nint transformStyle(const Widget *widget);\n\nextern WidgetCursor g_foundWidgetAtDown;\n\nvoid selectChannel();\nextern Channel *g_channel;\n\nvoid setFocusCursor(const data::Cursor& cursor, uint8_t dataId);\n\nextern data::Cursor g_focusCursor;\nextern uint8_t g_focusDataId;\nextern data::Value g_focusEditValue;\nbool wasFocusWidget(const WidgetCursor &widgetCursor);\nbool isFocusWidget(const WidgetCursor &widgetCursor);\nbool isFocusChanged();\n\nvoid upDown();\n\nvoid channelToggleOutput();\nvoid channelInitiateTrigger();\nvoid channelSetToFixed();\nvoid channelEnableOutput();\n\nvoid standBy();\nvoid turnDisplayOff();\nvoid reset();\n\nuint8_t getTextMessageVersion();\n\n////////////////////////////////////////////////////////////////////////////////\n// GUI definition document accessor functions\n\nextern Styles *g_styles;\nextern Document *g_document;\n\ninline OBJ_OFFSET getListItemOffset(const List &list, int index, int listItemSize) {\n    return list.first + index * listItemSize;\n}\n\ninline OBJ_OFFSET getStyleOffset(int styleID) {\n    if (styleID == 0) {\n        return 0;\n    }\n    return getListItemOffset(*g_styles, styleID - 1, sizeof(Style));\n}\n\ninline OBJ_OFFSET getCustomWidgetOffset(int customWidgetID) {\n    if (customWidgetID == 0) {\n        return 0;\n    }\n    return getListItemOffset(g_document->customWidgets, customWidgetID - 1, sizeof(CustomWidget));\n}\n\ninline OBJ_OFFSET getPageOffset(int pageID) {\n    return getListItemOffset(g_document->pages, pageID, sizeof(Widget));\n}\n\n#if defined(EEZ_PSU_ARDUINO_MEGA)\n\n#define DECL_WIDGET_STYLE(var, widget) DECL_STYLE(var, (widget)->style)\n\n#define DECL_STYLE(var, styleId) \\\n    Style var##_buffer; \\\n    arduino_util::prog_read_buffer(styles + getStyleOffset(styleId), (uint8_t *)&var##_buffer, sizeof(Style)); \\\n    const Style *var = &var##_buffer\n\n#define DECL_WIDGET(var, widgetOffset) \\\n    Widget var##_buffer; \\\n    arduino_util::prog_read_buffer(document + (widgetOffset), (uint8_t *)&var##_buffer, sizeof(Widget)); \\\n    const Widget *var = &var##_buffer\n\n#define DECL_WIDGET_SPECIFIC(type, var, widget) \\\n    type var##_buffer; \\\n    arduino_util::prog_read_buffer(document + (widget)->specific, (uint8_t *)&var##_buffer, sizeof(type)); \\\n    const type *var = &var##_buffer\n\n#define DECL_STRING(var, offset) \\\n    char var##_buffer[128]; \\\n    strncpy_P(var##_buffer, (const char *)(document + (offset)), sizeof(var##_buffer) - 1); \\\n    var##_buffer[sizeof(var##_buffer) - 1] = 0; \\\n    const char *var = var##_buffer\n\n#define DECL_BITMAP(var, offset) \\\n    Bitmap var##_buffer; \\\n    arduino_util::prog_read_buffer(document + (offset), (uint8_t *)&var##_buffer, sizeof(Bitmap)); \\\n    const Bitmap *var = &var##_buffer\n\n#define DECL_STRUCT_WITH_OFFSET(Struct, var, offset) \\\n    Struct var##_buffer; \\\n    arduino_util::prog_read_buffer(document + (offset), (uint8_t *)&var##_buffer, sizeof(Struct)); \\\n    const Struct *var = &var##_buffer\n\n#else\n\n#define DECL_WIDGET_STYLE(var, widget) DECL_STYLE(var, transformStyle(widget))\n#define DECL_STYLE(var, styleID) const Style *var = (const Style *)(styles + getStyleOffset(styleID))\n\n#define DECL_CUSTOM_WIDGET(var, customWidgetID) const CustomWidget *var = (const CustomWidget *)(document + getCustomWidgetOffset(customWidgetID))\n\n#define DECL_WIDGET(var, widgetOffset) const Widget *var = (const Widget *)(document + (widgetOffset))\n#define DECL_WIDGET_SPECIFIC(type, var, widget) const type *var = (const type *)(document + (widget)->specific)\n#define DECL_STRING(var, offset) const char *var = (const char *)(document + (offset))\n#define DECL_BITMAP(var, offset) const Bitmap *var = (const Bitmap *)(document + (offset))\n#define DECL_STRUCT_WITH_OFFSET(Struct, var, offset) const Struct *var = (const Struct *)(document + (offset))\n\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\n}\n}\n} // namespace eez::psu::ui\n"
  },
  {
    "path": "eez_psu_sketch/gui_keypad.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <ctype.h>\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"sound.h\"\n\n#include \"gui_internal.h\"\n#include \"gui_keypad.h\"\n#include \"gui_numeric_keypad.h\"\n#include \"gui_edit_mode_keypad.h\"\n\n#ifdef _MSC_VER\n#pragma warning(disable:4996)\n#endif\n\n#define CONF_GUI_KEYPAD_CURSOR_BLINK_TIME 750000UL\n#define CONF_GUI_KEYPAD_CURSOR_ON \"|\"\n#define CONF_GUI_KEYPAD_CURSOR_OFF \" \"\n\n#define CONF_GUI_KEYPAD_PASSWORD_LAST_CHAR_VISIBLE_DURATION 500000UL\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nKeypad *getActiveKeypad() {\n    if (getActivePageId() == PAGE_ID_KEYPAD || getActivePageId() == PAGE_ID_NUMERIC_KEYPAD) {\n        return (Keypad *)getActivePage();\n    } else if (getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD) {\n        return edit_mode_keypad::g_keypad;\n    }\n    return 0;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nKeypad::Keypad() {\n    m_label[0] = 0;\n    m_keypadText[0] = 0;\n    m_okCallback = 0;\n    m_cancelCallback = 0;\n    m_isUpperCase = false;\n    m_isPassword = false;\n}\n\nvoid Keypad::init(const char *label_, void (*ok)(char *), void (*cancel)()) {\n    if (label_) {\n\t    strcpy(m_label, label_);\n    } else {\n        m_label[0] = 0;\n    }\n\tm_okCallback = ok;\n\tm_cancelCallback = cancel;\n\n\tm_lastCursorChangeTime = micros();\n}\n\ndata::Value Keypad::getData(uint8_t id) {\n    if (id == DATA_ID_KEYPAD_CAPS) {\n\t\treturn data::Value(m_isUpperCase ? 1 : 0);\n\t} else if (id == DATA_ID_KEYPAD_TEXT) {\n        char *text = &m_stateText[getCurrentStateBufferIndex()][0];\n        getKeypadText(text);\n        return data::Value(text);\n    }\n    return data::Value();\n}\n\nvoid Keypad::getKeypadText(char *text) {\n\t// text\n\tchar *textPtr = text;\n\n\tif (m_label) {\n\t\tstrcpy_P(textPtr, m_label);\n\t\ttextPtr += strlen(m_label);\n\t}\n\n\tif (m_isPassword) {\n\t\tint n = strlen(m_keypadText);\n\t\tif (n > 0) {\n\t\t\tint i;\n\n\t\t\tfor (i = 0; i < n - 1; ++i) {\n\t\t\t\t*textPtr++ = '*';\n\t\t\t}\n\n\t\t\tuint32_t current_time = micros();\n\t\t\tif (current_time - m_lastKeyAppendTime <= CONF_GUI_KEYPAD_PASSWORD_LAST_CHAR_VISIBLE_DURATION) {\n\t\t\t\t*textPtr++ = m_keypadText[i];\n\t\t\t} else {\n\t\t\t\t*textPtr++ = '*';\n\t\t\t}\n\n\t\t\t*textPtr++ = 0;\n\t\t} else {\n\t\t\t*textPtr = 0;\n\t\t}\n\t} else {\n\t\tstrcpy(textPtr, m_keypadText);\n\t}\n\n\tappendCursor(text);\n}\n\nvoid Keypad::start(const char *label, const char *text, int maxChars_, bool isPassword_, void (*ok)(char *), void (*cancel)()) {\n\tinit(label, ok, cancel);\n\n\tm_maxChars = maxChars_;\n\tm_isPassword = isPassword_;\n\n\tif (text) {\n\t\tstrcpy(m_keypadText, text);\n\t} else {\n\t\tm_keypadText[0] = 0;\n\t}\n\tm_isUpperCase = false;\n}\n\nvoid Keypad::startPush(const char *label, const char *text, int maxChars_, bool isPassword_, void (*ok)(char *), void (*cancel)()) {\n    Keypad *page = new Keypad();\n\tpage->start(label, text, maxChars_, isPassword_, ok, cancel);\n\tpushPage(PAGE_ID_KEYPAD, page);\n}\n\nvoid Keypad::startReplace(const char *label, const char *text, int maxChars_, bool isPassword_, void (*ok)(char *), void (*cancel)()) {\n    Keypad *page = new Keypad();\n\tpage->start(label, text, maxChars_, isPassword_, ok, cancel);\n\treplacePage(PAGE_ID_KEYPAD, page);\n}\n\nvoid Keypad::appendChar(char c) {\n\tint n = strlen(m_keypadText);\n\tif (n < m_maxChars && (n + (m_label ? strlen(m_label) : 0)) < MAX_KEYPAD_TEXT_LENGTH) {\n\t\tm_keypadText[n] = c;\n\t\tm_keypadText[n + 1] = 0;\n\t\tm_lastKeyAppendTime = micros();\n\t} else {\n\t\tsound::playBeep();\n\t}\n}\n\nvoid Keypad::key() {\n\tDECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n\tDECL_WIDGET_SPECIFIC(TextWidget, textWidget, widget);\n\tDECL_STRING(text, textWidget->text);\n    key(text[0]);\n}\n\nvoid Keypad::key(char ch) {\n    appendChar(m_isUpperCase ? toupper(ch) : tolower(ch));\n}\n\nvoid Keypad::space() {\n\tappendChar(' ');\n}\n\nvoid Keypad::caps() {\n\tm_isUpperCase = !m_isUpperCase;\n}\n\nvoid Keypad::back() {\n\tint n = strlen(m_keypadText);\n\tif (n > 0) {\n\t\tm_keypadText[n - 1] = 0;\n\t} else {\n\t\tsound::playBeep();\n\t}\n}\n\nvoid Keypad::clear() {\n\tm_keypadText[0] = 0;\n}\n\nvoid Keypad::sign() {\n}\n\nvoid Keypad::unit() {\n}\n\nvoid Keypad::option1() {\n}\n\nvoid Keypad::option2() {\n}\n\nvoid Keypad::setMaxValue() {\n}\n\nvoid Keypad::setDefValue() {\n}\n\nvoid Keypad::ok() {\n\tm_okCallback(m_keypadText);\n}\n\nvoid Keypad::cancel() {\n\tif (m_cancelCallback) {\n\t\tm_cancelCallback();\n\t} else {\n\t\tpopPage();\n\t}\n}\n\nvoid Keypad::appendCursor(char *text) {\n    uint32_t current_time = micros();\n    if (current_time - m_lastCursorChangeTime > CONF_GUI_KEYPAD_CURSOR_BLINK_TIME) {\n        m_cursor = !m_cursor;\n        m_lastCursorChangeTime = current_time;\n    }\n\n    if (m_cursor) {\n        strcat_P(text, PSTR(CONF_GUI_KEYPAD_CURSOR_ON));\n    }\n    else {\n        strcat_P(text, PSTR(CONF_GUI_KEYPAD_CURSOR_OFF));\n    }\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_keypad.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nnamespace data {\n    struct Snapshot;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nclass Keypad : public Page {\npublic:\n    Keypad();\n\n    static void startPush(const char *label, const char *text, int maxChars, bool isPassword, void (*ok)(char *), void (*cancel)());\n    static void startReplace(const char *label, const char *text, int maxChars, bool isPassword, void (*ok)(char *), void (*cancel)());\n\n    void key();\n    virtual void key(char ch);\n    virtual void space();\n    virtual void caps();\n    virtual void back();\n    virtual void clear();\n    virtual void sign();\n    virtual void unit();\n    virtual void option1();\n    virtual void option2();\n    virtual void setMaxValue();\n    virtual void setDefValue();\n    virtual void ok();\n    virtual void cancel();\n\n    virtual void getKeypadText(char *text);\n\n    void appendChar(char c);\n    void appendCursor(char *text);\n\n    virtual data::Value getData(uint8_t id);\n\nprotected:\n    char m_stateText[2][MAX_KEYPAD_TEXT_LENGTH + 2];\n    char m_label[64];\n    char m_keypadText[MAX_KEYPAD_TEXT_LENGTH + 2];\n    int m_maxChars;\n    void (*m_okCallback)(char *); // +2 for cursor and zero at the end\n    void (*m_cancelCallback)();\n\n    void init(const char *label, void (*ok)(char *), void (*cancel)());\n\nprivate:\n    bool m_isUpperCase;\n    bool m_isPassword;\n    uint32_t m_lastKeyAppendTime;\n    bool m_cursor;\n    uint32_t m_lastCursorChangeTime;\n\n    void start(const char *label, const char *text, int maxChars_, bool isPassword_, void (*ok)(char *), void (*cancel)());\n};\n\nKeypad *getActiveKeypad();\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_numeric_keypad.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n#include \"sound.h\"\n\n#include \"channel_dispatcher.h\"\n\n#include \"gui_internal.h\"\n#include \"gui_keypad.h\"\n#include \"gui_numeric_keypad.h\"\n#include \"gui_edit_mode.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nNumericKeypadOptions::NumericKeypadOptions() {\n    this->channelIndex = -1;\n\n    numSignificantDecimalDigits = -1;\n\n    flags.checkWhileTyping = false;\n    flags.option1ButtonEnabled = false;\n    flags.option2ButtonEnabled = false;\n    flags.signButtonEnabled = false;\n    flags.dotButtonEnabled = false;\n}\n\nvoid NumericKeypadOptions::enableMaxButton() {\n    flags.option1ButtonEnabled = true;\n    option1ButtonText = PSTR(\"max\");\n    option1 = maxOption;\n}\n\nvoid NumericKeypadOptions::enableDefButton() {\n    flags.option2ButtonEnabled = true;\n    option2ButtonText = PSTR(\"def\");\n    option2 = defOption;\n}\n\nvoid NumericKeypadOptions::maxOption() {\n    getActiveKeypad()->setMaxValue();\n}\n\nvoid NumericKeypadOptions::defOption() {\n    getActiveKeypad()->setDefValue();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid NumericKeypad::init(const char *label, const data::Value& value, NumericKeypadOptions &options, void (*ok)(float), void (*cancel)()) {\n    Keypad::init(label, (void (*)(char *))ok, cancel);\n\n    m_startValue = value;\n\n    m_options = options;\n\n    if (value.getType() == VALUE_TYPE_IP_ADDRESS) {\n        m_options.flags.dotButtonEnabled = true;\n    }\n\n    if (m_startValue.isMilli()) {\n        switchToMilli();\n    }\n\n    m_maxChars = 16;\n\n    reset();\n\n    if (value.getType() == VALUE_TYPE_IP_ADDRESS) {\n        util::ipAddressToString(value.getUInt32(), m_keypadText);\n        m_state = BEFORE_DOT;\n    }\n}\n\nNumericKeypad *NumericKeypad::start(const char *label, const data::Value& value, NumericKeypadOptions &options, void (*ok)(float), void (*cancel)()) {\n    NumericKeypad *page = new NumericKeypad();\n    \n    page->init(label, value, options, ok, cancel);\n\n    pushPage(PAGE_ID_NUMERIC_KEYPAD, page);\n    \n    return page;\n}\n\ndata::Value NumericKeypad::getData(uint8_t id) {\n    data::Value value = Keypad::getData(id);\n    if (value.getType() != VALUE_TYPE_NONE) {\n        return value;\n    }\n\n    if (id == DATA_ID_EDIT_UNIT) {\n        return getUnitStr(getSwitchToUnit());\n    }\n\n    if (id == DATA_ID_KEYPAD_OPTION1_ENABLED) {\n        return data::Value(m_options.flags.option1ButtonEnabled ? 1 : 0);\n    }\n    \n    if (id == DATA_ID_KEYPAD_OPTION1_TEXT) {\n        return data::Value(m_options.flags.option1ButtonEnabled ? m_options.option1ButtonText : PSTR(\"\"));\n    }\n\n    if (id == DATA_ID_KEYPAD_OPTION2_ENABLED) {\n        return data::Value(m_options.flags.option2ButtonEnabled ? 1 : 0);\n    }\n    \n    if (id == DATA_ID_KEYPAD_OPTION2_TEXT) {\n        return data::Value(m_options.flags.option2ButtonEnabled ? m_options.option2ButtonText : PSTR(\"\"));\n    }\n\n    if (id == DATA_ID_KEYPAD_DOT_ENABLED) {\n        return data::Value(m_options.flags.dotButtonEnabled ? 1 : 0);\n    }\n    \n    if (id == DATA_ID_KEYPAD_SIGN_ENABLED) {\n        return data::Value(m_options.flags.signButtonEnabled ? 1 : 0);\n    }\n    \n    if (id == DATA_ID_KEYPAD_UNIT_ENABLED) {\n        return data::Value(\n            m_options.editUnit == VALUE_TYPE_FLOAT_VOLT ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_VOLT ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_AMPER ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_AMPER ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_WATT ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_WATT ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_SECOND ||\n            m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_SECOND ? 1 : 0);\n    }\n\n    return data::Value();\n}\n\nbool NumericKeypad::isEditing() {\n    return m_state != EMPTY && m_state != START;\n}\n\nchar NumericKeypad::getDotSign() {\n    if (m_options.editUnit == VALUE_TYPE_TIME_ZONE) {\n        return ':';\n    }\n    return '.';\n}\n\nvoid NumericKeypad::appendEditUnit(char *text) {\n    strcat_P(text, getUnitStr(m_options.editUnit));\n}\n\nvoid NumericKeypad::getKeypadText(char *text) {\n    if (m_label) {\n        strcpy_P(text, m_label);\n        text += strlen(m_label);\n    }\n\n    getText(text, 16);\n}\n\nbool NumericKeypad::getText(char *text, int count) {\n    if (m_state == START) {\n        if (getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD) {\n            edit_mode::getCurrentValue().toText(text, count);\n        } else {\n            m_startValue.toText(text, count);\n        }\n        return false;\n    }\n        \n    strcpy(text, m_keypadText);\n\n    appendCursor(text);\n\n    appendEditUnit(text);\n\n    return true;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nValueType NumericKeypad::getEditUnit() {\n    return m_options.editUnit;\n}\n\nValueType NumericKeypad::getValueUnit() {\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_VOLT)   return VALUE_TYPE_FLOAT_VOLT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_AMPER)  return VALUE_TYPE_FLOAT_AMPER;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_SECOND) return VALUE_TYPE_FLOAT_SECOND;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_WATT) return VALUE_TYPE_FLOAT_WATT;\n    return m_options.editUnit;\n}\n\nbool NumericKeypad::isMilli() {\n    return\n        m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_VOLT ||\n        m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_AMPER ||\n        m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_WATT ||\n        m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_SECOND;\n}\n\nValueType NumericKeypad::getMilliUnit() {\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_VOLT)   return VALUE_TYPE_FLOAT_MILLI_VOLT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_AMPER)  return VALUE_TYPE_FLOAT_MILLI_AMPER;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_WATT)   return VALUE_TYPE_FLOAT_MILLI_WATT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_SECOND) return VALUE_TYPE_FLOAT_MILLI_SECOND;\n    return m_options.editUnit;\n}\n\nvoid NumericKeypad::switchToMilli() {\n    m_options.editUnit = getMilliUnit();\n}\n\nValueType NumericKeypad::getSwitchToUnit() {\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_VOLT)         return VALUE_TYPE_FLOAT_MILLI_VOLT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_VOLT)   return VALUE_TYPE_FLOAT_VOLT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_AMPER)        return VALUE_TYPE_FLOAT_MILLI_AMPER;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_AMPER)  return VALUE_TYPE_FLOAT_AMPER;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_WATT)         return VALUE_TYPE_FLOAT_MILLI_WATT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_WATT)   return VALUE_TYPE_FLOAT_WATT;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_SECOND)       return VALUE_TYPE_FLOAT_MILLI_SECOND;\n    if (m_options.editUnit == VALUE_TYPE_FLOAT_MILLI_SECOND) return VALUE_TYPE_FLOAT_SECOND;\n    return m_options.editUnit;\n}\n\nvoid NumericKeypad::toggleEditUnit() {\n    m_options.editUnit = getSwitchToUnit();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nfloat NumericKeypad::getValue() {\n    const char *p = m_keypadText;\n\n    int a = 0;\n    float b = 0;\n    int sign = 1;\n\n    if (*p == '-') {\n        sign = -1;\n        ++p;\n    } else if (*p == '+') {\n        ++p;\n    }\n\n    while (*p && *p != getDotSign()) {\n        a = a * 10 + (*p - '0');\n        ++p;\n    }\n\n    if (*p) {\n        const char *q = p + strlen(p) - 1;\n        while (q != p) {\n            b = (b + (*q - '0')) / 10;\n            --q;\n        }\n    }\n\n    float value = sign * (a + b);\n\n    if (isMilli()) {\n        value /= 1000.0f;\n    }\n\n    return value;\n}\n\nint NumericKeypad::getNumDecimalDigits() {\n    int n = 0;\n    bool afterDot = false;\n    for (int i = 0; m_keypadText[i]; ++i) {\n        if (afterDot) {\n            ++n;\n        } else if (m_keypadText[i] == '.') {\n            afterDot = true;\n        }\n    }\n    return n;\n}\n\nbool NumericKeypad::isValueValid() {\n    if (getActivePageId() != PAGE_ID_EDIT_MODE_KEYPAD) {\n        return true;\n    }\n\n    float value = getValue();\n\n    if (util::less(value, m_options.min, m_startValue.getType(), m_options.channelIndex) ||\n        util::greater(value, m_options.max, m_startValue.getType(), m_options.channelIndex))\n    {\n        return false;\n    }\n\n    return true;\n}\n\nbool NumericKeypad::checkNumSignificantDecimalDigits() {\n    if (getActivePageId() != PAGE_ID_EDIT_MODE_KEYPAD) {\n        return true;\n    }\n\n    float value = getValue();\n    ValueType valueType = getValueUnit();\n\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(valueType);\n    if (isMilli()) {\n        numSignificantDecimalDigits -= 3;\n        if (numSignificantDecimalDigits < 0) {\n            numSignificantDecimalDigits = 0;\n        }\n    } else {\n        if (util::greater(value, 9.999f, 3)) {\n            numSignificantDecimalDigits = 2;\n        }\n    }\n\n    if (valueType == VALUE_TYPE_FLOAT_AMPER && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        ++numSignificantDecimalDigits;\n    }\n\n    return getNumDecimalDigits() <= numSignificantDecimalDigits;\n}\n\nvoid NumericKeypad::digit(int d) {\n    if (m_state == START || m_state == EMPTY) {\n        m_state = BEFORE_DOT;\n        if (m_options.editUnit == VALUE_TYPE_TIME_ZONE) {\n            if (strlen(m_keypadText) == 0) {\n                appendChar('+');\n            }\n        }\n    }\n    appendChar(d + '0');\n\n    if (!checkNumSignificantDecimalDigits()) {\n        back();\n        sound::playBeep();\n    }\n}\n\nvoid NumericKeypad::dot() {\n    if (!m_options.flags.dotButtonEnabled) {\n        return;\n    }\n\n    if (m_startValue.getType() == VALUE_TYPE_IP_ADDRESS) {\n        if (m_state == EMPTY || m_state == START) {\n            sound::playBeep();\n        } else {\n            appendChar(getDotSign());\n        }\n        return;\n    }\n\n    if (m_state == EMPTY) {\n        if (m_options.editUnit == VALUE_TYPE_TIME_ZONE) {\n            if (strlen(m_keypadText) == 0) {\n                appendChar('+');\n            }\n        }\n        appendChar('0');\n        m_state = BEFORE_DOT;\n    }\n\n    if (m_state == START || m_state == EMPTY) {\n        appendChar('0');\n        m_state = BEFORE_DOT;\n    }\n    \n    if (m_state == BEFORE_DOT) {\n        appendChar(getDotSign());\n        m_state = AFTER_DOT;\n    } else {\n        sound::playBeep();\n    }\n}\n\nvoid NumericKeypad::reset() {\n    m_state = m_startValue.getType() != VALUE_TYPE_NONE ? START : EMPTY;\n    m_keypadText[0] = 0;\n}\n\nvoid NumericKeypad::key(char ch) {\n    if (ch >= '0' && ch <= '9') {\n        digit(ch - '0');\n    } else if (ch == '.') {\n        dot();\n    }\n}\n\nvoid NumericKeypad::space() {\n    // DO NOTHING\n}\n\nvoid NumericKeypad::caps() {\n    // DO NOTHING\n}\n\nvoid NumericKeypad::back() {\n    int n = strlen(m_keypadText);\n    if (n > 0) {\n        if (m_keypadText[n - 1] == getDotSign()) {\n            m_state = BEFORE_DOT;\n        }\n        m_keypadText[n - 1] = 0;\n        if (n - 1 == 1) {\n            if (m_keypadText[0] == '+' || m_keypadText[0] == '-') {\n                m_state = EMPTY;\n            }\n        } else if (n - 1 == 0) {\n            m_state = EMPTY;\n        }\n    } else if (m_state == START) {\n        m_state = EMPTY;\n    } else {\n        sound::playBeep();\n    }\n}\n\nvoid NumericKeypad::clear() {\n    if (m_state != START) {\n        reset();\n    } else {\n        sound::playBeep();\n    }\n}\n\nvoid NumericKeypad::sign() {\n    if (m_options.flags.signButtonEnabled) {\n        if (m_options.editUnit == VALUE_TYPE_TIME_ZONE) {\n            if (m_keypadText[0] == 0) {\n                m_keypadText[0] = '-';\n                m_keypadText[1] = 0;\n            } else if (m_keypadText[0] == '-') {\n                m_keypadText[0] = '+';\n            } else {\n                m_keypadText[0] = '-';\n            }\n        } else {\n            // not supported\n            sound::playBeep();\n        }\n    }\n}\n\nvoid NumericKeypad::unit() {\n    if (m_state == START) {\n        m_state = EMPTY;\n    }\n    toggleEditUnit();\n}\n\nvoid NumericKeypad::option1() {\n    if (m_options.flags.option1ButtonEnabled && m_options.option1) {\n        m_options.option1();\n    }\n}\n\nvoid NumericKeypad::option2() {\n    if (m_options.flags.option2ButtonEnabled && m_options.option2) {\n        m_options.option2();\n    }\n}\n\nvoid NumericKeypad::setMaxValue() {\n    ((void (*)(float))m_okCallback)(m_options.max);\n}\n\nvoid NumericKeypad::setDefValue() {\n    ((void (*)(float))m_okCallback)(m_options.def);\n}\n\nvoid NumericKeypad::ok() {\n    if (m_state == START) {\n        if (m_startValue.getType() == VALUE_TYPE_IP_ADDRESS) {\n            ((void (*)(uint32_t))m_okCallback)(m_startValue.getUInt32());\n        } else {\n            ((void (*)(float))m_okCallback)(m_startValue.isFloat() ? m_startValue.getFloat() : m_startValue.getInt());\n        }\n\n        return;\n    } \n        \n    if (m_state != EMPTY) {\n        if (m_startValue.getType() == VALUE_TYPE_IP_ADDRESS) {\n            uint32_t ipAddress;\n            if (util::parseIpAddress(m_keypadText, strlen(m_keypadText), ipAddress)) {\n                ((void (*)(uint32_t))m_okCallback)(ipAddress);\n                m_state = START;\n                m_keypadText[0] = 0;\n            } else {\n                errorMessageP(PSTR(\"Invalid IP address format!\"));\n            }\n\n            return;\n        } else {\n            float value = getValue();\n\n            if (util::less(value, m_options.min, m_startValue.getType(), m_options.channelIndex)) {\n                errorMessage(0, data::Value::LessThenMinMessage(m_options.min, getValueUnit()));\n            } else if (util::greater(value, m_options.max, m_startValue.getType(), m_options.channelIndex)) {\n                errorMessage(0, data::Value::GreaterThenMaxMessage(m_options.max, getValueUnit()));\n            } else {\n                ((void (*)(float))m_okCallback)(value);\n                m_state = START;\n                m_keypadText[0] = 0;\n                return;\n            }\n\n            return;\n        }\n    }\n\n    sound::playBeep();\n}\n\nvoid NumericKeypad::cancel() {\n    void (*cancel)() = m_cancelCallback;\n\n    popPage();\n    \n    if (cancel) {\n        cancel();\n    }\n}\n\n#if OPTION_ENCODER\n\nbool NumericKeypad::onEncoderClick(int counter) {\n    if (m_state == START) {\n        if (getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD) {\n            return false;\n        }\n    } \n    ok();\n    return true;\n}\n\nbool NumericKeypad::onEncoder(int counter) {\n    if (m_state == START) {\n        if (getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD) {\n            return false;\n        }\n        \n        if (data::isFloatType(getEditUnit())) {\n            encoder::enableAcceleration(true);\n\n            float newValue = m_startValue.getFloat() + 0.01f * counter;\n\n            if (newValue < m_options.min) {\n                newValue = m_options.min;\n            }\n\n            if (newValue > m_options.max) {\n                newValue = m_options.max;\n            }\n\n            m_startValue = data::Value(newValue, m_startValue.getType(), m_options.channelIndex);\n\n            return true;\n        } else if (m_startValue.getType() == VALUE_TYPE_INT) {\n            encoder::enableAcceleration(false);\n\n            int newValue = m_startValue.getInt() + counter;\n\n            if (newValue < (int)m_options.min) {\n                newValue = (int)m_options.min;\n            }\n\n            if (newValue > (int)m_options.max) {\n                newValue = (int)m_options.max;\n            }\n\n            m_startValue = data::Value(newValue);\n                \n            return true;\n        }\n    }\n    \n    sound::playBeep();\n    return true;\n}\n \n#endif\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_numeric_keypad.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_internal.h\"\n#include \"gui_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nstruct NumericKeypadOptions {\n    NumericKeypadOptions();\n\n    int channelIndex;\n\n\tValueType editUnit;\n    int numSignificantDecimalDigits;\n\n\tfloat min;\n\tfloat max;\n\tfloat def;\n\n\tstruct {\n        unsigned checkWhileTyping: 1;\n\t\tunsigned option1ButtonEnabled : 1;\n\t\tunsigned option2ButtonEnabled : 1;\n\t\tunsigned signButtonEnabled : 1;\n\t\tunsigned dotButtonEnabled : 1;\n\t} flags;\n\n    const char *option1ButtonText PROGMEM;\n    void (*option1)();\n    \n    const char *option2ButtonText PROGMEM;\n    void (*option2)();\n\n    void enableMaxButton();\n    void enableDefButton();\n\nprivate:\n    static void maxOption();\n    static void defOption();\n};\n\nenum NumericKeypadState {\n    START,\n    EMPTY,\n    D0,\n    D1,\n    DOT,\n    D2,\n    D3,\n\n\tBEFORE_DOT,\n\tAFTER_DOT\n};\n\nclass NumericKeypad : public Keypad {\npublic:\n    void init(const char *label, const data::Value& value, NumericKeypadOptions &options, void (*ok)(float), void (*cancel)());\n    static NumericKeypad *start(const char *label, const data::Value& value, NumericKeypadOptions &options, void (*ok)(float), void (*cancel)() = 0);\n\n    bool isEditing();\n\n    ValueType getEditUnit();\n    ValueType getValueUnit();\n    void switchToMilli();\n\n    void getKeypadText(char *text);\n    bool getText(char *text, int count);\n\n    void key(char ch);\n    void space();\n    void caps();\n    void back();\n    void clear();\n    void sign();\n    void unit();\n    void option1();\n    void option2();\n    void setMaxValue();\n    void setDefValue();\n    void ok();\n    void cancel();\n\n#if OPTION_ENCODER\n    bool onEncoderClick(int counter);\n    bool onEncoder(int counter);\n#endif\n\n    data::Value getData(uint8_t id);\n\nprivate:\n    data::Value m_startValue;\n    NumericKeypadState m_state;\n    int m_d0;\n    int m_d1;\n    int m_d2;\n    int m_d3;\n    NumericKeypadOptions m_options;\n\n    void appendEditUnit(char *text);\n    float getValue();\n    char getDotSign();\n    bool isMilli();\n    ValueType getMilliUnit();\n    ValueType getSwitchToUnit();\n    void toggleEditUnit();\n    int getNumDecimalDigits(); \n    bool isValueValid();\n    bool checkNumSignificantDecimalDigits();\n    void digit(int d);\n    void dot();\n    void reset();\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid Page::pageWillAppear() {\n}\n\nint Page::getListLength(uint8_t id) {\n    return 0;\n}\n\nfloat *Page::getFloatList(uint8_t id) {\n    return 0;\n}\n\ndata::Value Page::getData(const data::Cursor &cursor, uint8_t id) {\n\treturn data::Value();\n}\n\ndata::Value Page::getMin(const data::Cursor &cursor, uint8_t id) {\n\treturn data::Value();\n}\n\ndata::Value Page::getMax(const data::Cursor &cursor, uint8_t id) {\n\treturn data::Value();\n}\n\ndata::Value Page::getDef(const data::Cursor &cursor, uint8_t id) {\n\treturn data::Value();\n}\n\nbool Page::setData(const data::Cursor &cursor, uint8_t id, data::Value value) {\n    return false;\n}\n\nbool Page::onEncoder(int counter) {\n    return false;\n}\n\nbool Page::onEncoderClicked() {\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value SetPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_SET_PAGE_DIRTY) {\n\t\treturn data::Value(getDirty());\n\t}\n\treturn data::Value();\n}\n\nvoid SetPage::edit() {\n}\n\nvoid SetPage::onSetValue(float value) {\n\tpopPage();\n\tSetPage *page = (SetPage *)getActivePage();\n\tpage->setValue(value);\n}\n\nvoid SetPage::setValue(float value) {\n}\n\nvoid SetPage::discard() {\n\tpopPage();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSelectFromEnumPage::SelectFromEnumPage(const data::EnumItem *enumDefinition_, uint8_t currentValue_, bool (*disabledCallback_)(uint8_t value), void (*onSet_)(uint8_t))\n    : enumDefinition(enumDefinition_)\n    , currentValue(currentValue_)\n    , disabledCallback(disabledCallback_)\n    , onSet(onSet_)\n{\n}\n\nbool SelectFromEnumPage::isDisabled(int i) {\n    return disabledCallback && disabledCallback(enumDefinition[i].value);\n}\n\nvoid SelectFromEnumPage::refresh() {\n    DECL_STYLE(containerStyle, STYLE_ID_SELECT_ENUM_ITEM_POPUP_CONTAINER);\n    DECL_STYLE(itemStyle, STYLE_ID_SELECT_ENUM_ITEM_POPUP_ITEM);\n    DECL_STYLE(disabledItemStyle, STYLE_ID_SELECT_ENUM_ITEM_POPUP_DISABLED_ITEM);\n\n    font::Font font = styleGetFont(itemStyle);\n\n    // calculate geometry\n    itemHeight = itemStyle->padding_vertical + font.getHeight() + itemStyle->padding_vertical;\n    itemWidth = 0;\n\n    int i;\n\n    char text[64];\n\n    for (i = 0; enumDefinition[i].menuLabel; ++i) {\n        getItemLabel(i, text, sizeof(text));\n        int width = lcd::lcd.measureStr(text, -1, font);\n        if (width > itemWidth) {\n            itemWidth = width;\n        }\n    }\n\n    itemWidth = itemStyle->padding_horizontal + itemWidth + itemStyle->padding_horizontal;\n\n    numItems = i;\n\n    width = containerStyle->padding_horizontal + itemWidth + containerStyle->padding_horizontal;\n    if (width > lcd::lcd.getDisplayWidth()) {\n        width = lcd::lcd.getDisplayWidth();\n    }\n    \n    height = containerStyle->padding_vertical + numItems * itemHeight + containerStyle->padding_vertical;\n    if (height > lcd::lcd.getDisplayHeight()) {\n        height = lcd::lcd.getDisplayHeight();\n    }\n\n    x = (lcd::lcd.getDisplayWidth() - width) / 2;\n    y = (lcd::lcd.getDisplayHeight() - height) / 2;\n\n    // draw background\n    lcd::lcd.setColor(containerStyle->background_color);\n    lcd::lcd.fillRect(x, y, x + width - 1, y + height - 1);\n\n    // draw labels\n    for (i = 0; enumDefinition[i].menuLabel; ++i) {\n        int xItem, yItem;\n        getItemPosition(i, xItem, yItem);\n\n        getItemLabel(i, text, sizeof(text));\n        drawText(getActivePageId(), text, -1, xItem, yItem, itemWidth, itemHeight, isDisabled(i) ? disabledItemStyle : itemStyle, false);\n    }\n}\n\nbool SelectFromEnumPage::drawTick() {\n    return false;\n}\n\nWidgetCursor SelectFromEnumPage::findWidget(int x, int y) {\n    int i;\n\n    for (i = 0; enumDefinition[i].menuLabel; ++i) {\n        int xItem, yItem;\n        getItemPosition(i, xItem, yItem);\n        if (!isDisabled(i) && x >= xItem && x < xItem + itemWidth && y >= yItem && y < yItem + itemHeight) {\n            break;\n        }\n    }\n\n    return WidgetCursor(i + 1, x, y, -1, 0, 0);\n}\n\nvoid SelectFromEnumPage::drawWidget(const WidgetCursor &widgetCursor, bool selected) {\n    int itemIndex = widgetCursor.widgetOffset - 1;\n    if (itemIndex >= 0 && itemIndex < numItems) {\n        int xItem, yItem;\n        getItemPosition(widgetCursor.widgetOffset - 1, xItem, yItem);\n\n        char text[64];\n        getItemLabel(itemIndex, text, sizeof(text));\n\n        DECL_STYLE(itemStyle, STYLE_ID_SELECT_ENUM_ITEM_POPUP_ITEM);\n\n        drawText(getActivePageId(), text, -1, xItem, yItem, itemWidth, itemHeight, itemStyle, selected);\n    }\n}\n\nActionType SelectFromEnumPage::getAction(const WidgetCursor &widgetCursor) {\n    int itemIndex = widgetCursor.widgetOffset - 1;\n    if (itemIndex >= 0 && itemIndex < numItems) {\n        return ACTION_ID_SELECT_ENUM_ITEM;\n    } else {\n        return ACTION_ID_SHOW_PREVIOUS_PAGE;\n    }\n}\n\nvoid SelectFromEnumPage::selectEnumItem() {\n    int itemIndex = g_foundWidgetAtDown.widgetOffset - 1;\n    onSet(enumDefinition[itemIndex].value);\n}\n\nvoid SelectFromEnumPage::getItemPosition(int itemIndex, int &xItem, int &yItem) {\n    DECL_STYLE(containerStyle, STYLE_ID_SELECT_ENUM_ITEM_POPUP_CONTAINER);\n\n    xItem = x + containerStyle->padding_horizontal;\n    yItem = y + containerStyle->padding_vertical + itemIndex * itemHeight;\n}\n\nvoid SelectFromEnumPage::getItemLabel(int itemIndex, char *text, int count) {\n    if (enumDefinition[itemIndex].value == currentValue) {\n        text[0] = (char)142;\n    } else {\n        text[0] = (char)141;\n    }\n    \n    text[1] = ' ';\n\n    strncpy_P(text + 2, enumDefinition[itemIndex].menuLabel, count - 3);\n    \n    text[count - 1] = 0;\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nnamespace data {\nstruct Snapshot;\n}\n\nclass Page {\npublic:\n    virtual ~Page() {}\n\n\tvirtual void pageWillAppear();\n\t\n    virtual int getListLength(uint8_t id);\n    virtual float *getFloatList(uint8_t id);\n    virtual data::Value getData(const data::Cursor &cursor, uint8_t id);\n    virtual data::Value getMin(const data::Cursor &cursor, uint8_t id);\n    virtual data::Value getMax(const data::Cursor &cursor, uint8_t id);\n    virtual data::Value getDef(const data::Cursor &cursor, uint8_t id);\n    virtual bool setData(const data::Cursor &cursor, uint8_t id, data::Value value);\n    virtual bool onEncoder(int counter);\n    virtual bool onEncoderClicked();\n};\n\nclass SetPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tvirtual void edit();\n\tvirtual int getDirty() = 0;\n\tvirtual void set() = 0;\n\tvirtual void discard();\n\nprotected:\n\tint editDataId;\n\n\tstatic void onSetValue(float value);\n\tvirtual void setValue(float value);\n};\n\nclass InternalPage : public Page {\npublic:\n    virtual void refresh() = 0;\n    virtual bool drawTick() = 0;\n    virtual WidgetCursor findWidget(int x, int y) = 0;\n    virtual void drawWidget(const WidgetCursor &widgetCursor, bool selected) = 0;\n    virtual ActionType getAction(const WidgetCursor &widgetCursor) = 0;\n};\n\nclass SelectFromEnumPage : public InternalPage {\npublic:\n    SelectFromEnumPage(const data::EnumItem *enumDefinition_, uint8_t currentValue_, bool (*disabledCallback_)(uint8_t value), void (*onSet_)(uint8_t));\n\n    void refresh();\n    bool drawTick();\n    WidgetCursor findWidget(int x, int y);\n    void drawWidget(const WidgetCursor &widgetCursor, bool selected);\n    ActionType getAction(const WidgetCursor &widgetCursor);\n\n    void selectEnumItem();\n\nprivate:\n    const data::EnumItem *enumDefinition;\n    uint8_t currentValue;\n    bool (*disabledCallback)(uint8_t value);\n    void (*onSet)(uint8_t);\n\n    int numItems;\n    int x;\n    int y;\n    int width;\n    int height;\n    int itemWidth;\n    int itemHeight;\n\n    bool isDisabled(int i);\n\n    void getItemPosition(int itemIndex, int &x, int &y);\n    void getItemLabel(int itemIndex, char *text, int count);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_adv.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"profile.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n\n#include \"gui_page_ch_settings_adv.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value ChSettingsAdvPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_RANGES_SUPPORTED) {\n\t\treturn g_channel->hasSupportForCurrentDualRange() ? 1 : 0;\n\t}\n\treturn data::Value();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsAdvLRipplePage::ChSettingsAdvLRipplePage() {\n\torigAutoMode = autoMode = g_channel->isLowRippleAutoEnabled();\n\torigStatus = status = g_channel->isLowRippleEnabled();\n}\n\ndata::Value ChSettingsAdvLRipplePage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LRIPPLE_MAX_DISSIPATION) {\n\t\treturn data::Value(g_channel->SOA_POSTREG_PTOT, VALUE_TYPE_FLOAT_WATT, g_channel->index-1);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LRIPPLE_CALCULATED_DISSIPATION) {\n        Channel &channel = Channel::get(g_channel->index - 1);\n\t\treturn data::Value(channel_dispatcher::getIMon(channel) * (g_channel->SOA_VIN - channel_dispatcher::getUMon(channel)), VALUE_TYPE_FLOAT_WATT, g_channel->index-1);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LRIPPLE_AUTO_MODE) {\n\t\treturn autoMode;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LRIPPLE_IS_ALLOWED) {\n\t\treturn g_channel->isLowRippleAllowed(micros());\n\t}\n\n    if (id == DATA_ID_CHANNEL_LRIPPLE_STATUS) {\n\t\treturn g_channel->isLowRippleAllowed(micros()) ? status : false;\n\t}\n\n\treturn data::Value();\n}\n\nvoid ChSettingsAdvLRipplePage::toggleAutoMode() {\n\tautoMode = autoMode ? 0 : 1;\n}\n\nvoid ChSettingsAdvLRipplePage::toggleStatus() {\n\tstatus = status ? 0 : 1;\n}\n\nint ChSettingsAdvLRipplePage::getDirty() {\n\treturn (origAutoMode != autoMode || g_channel->isLowRippleAllowed(micros()) && origStatus != status) ? 1 : 0;\n}\n\nvoid ChSettingsAdvLRipplePage::set() {\n\tif (getDirty()) {\n\t\tif (!channel_dispatcher::lowRippleEnable(*g_channel, status ? true : false)) {\n\t\t\terrorMessageP(PSTR(\"Failed to change LRipple status!\"));\n\t\t\treturn;\n\t\t}\n\t\n\t\tchannel_dispatcher::lowRippleAutoEnable(*g_channel, autoMode ? true : false);\n\n\t\tprofile::save();\n\t\n\t\tinfoMessageP(PSTR(\"LRipple params changed!\"), g_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_ADV]);\n\t}\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value ChSettingsAdvRemotePage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_RSENSE_STATUS) {\n\t\treturn g_channel->isRemoteSensingEnabled() ? 1 : 0;\n\t}\n\tif (id == DATA_ID_CHANNEL_RPROG_INSTALLED) {\n\t\treturn data::Value(g_channel->getFeatures() & CH_FEATURE_RPROG ? 1 : 0);\n\t}\n\treturn data::Value();\n}\n\nvoid ChSettingsAdvRemotePage::toggleSense() {\n\tchannel_dispatcher::remoteSensingEnable(*g_channel, !g_channel->isRemoteSensingEnabled());\n}\n\nvoid ChSettingsAdvRemotePage::toggleProgramming() {\n\tg_channel->remoteProgrammingEnable(!g_channel->isRemoteProgrammingEnabled());\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value ChSettingsAdvRangesPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_RANGES_MODE) {\n\t\treturn data::Value(g_channel->getCurrentRangeSelectionMode(),\n            data::ENUM_DEFINITION_CHANNEL_CURRENT_RANGE_SELECTION_MODE);\n\t}\n\t\n    if (id == DATA_ID_CHANNEL_RANGES_AUTO_RANGING) {\n\t\treturn data::Value(g_channel->isAutoSelectCurrentRangeEnabled() ? 1 : 0);\n\t}\n\n    if (id == DATA_ID_CHANNEL_RANGES_CURRENTLY_SELECTED) {\n\t\treturn data::Value(g_channel->flags.currentCurrentRange,\n            data::ENUM_DEFINITION_CHANNEL_CURRENT_RANGE);\n\t}\n\t\n    return data::Value();\n}\n\nvoid ChSettingsAdvRangesPage::onModeSet(uint8_t value) {\n\tpopPage();\n    g_channel->setCurrentRangeSelectionMode((CurrentRangeSelectionMode)value);\n}\n\nvoid ChSettingsAdvRangesPage::selectMode() {\n    pushSelectFromEnumPage(data::g_channelCurrentRangeSelectionModeEnumDefinition, g_channel->getCurrentRangeSelectionMode(), 0, onModeSet);\n}\n\nvoid ChSettingsAdvRangesPage::toggleAutoRanging() {\n    g_channel->enableAutoSelectCurrentRange(!g_channel->isAutoSelectCurrentRangeEnabled());\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nint ChSettingsAdvCouplingPage::selectedMode = 0;\n\ndata::Value ChSettingsAdvCouplingPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_COUPLING_SELECTED_MODE) {\n\t\treturn data::Value(selectedMode);\n\t}\n\n\treturn data::Value();\n}\n\nvoid ChSettingsAdvCouplingPage::uncouple() {\n    channel_dispatcher::setType(channel_dispatcher::TYPE_NONE);\n    profile::save();\n\tinfoMessageP(PSTR(\"Channels uncoupled!\"));\n}\n\nvoid ChSettingsAdvCouplingPage::setParallelInfo() {\n    selectedMode = 0;\n    pushPage(PAGE_ID_CH_SETTINGS_ADV_COUPLING_INFO);\n}\n\nvoid ChSettingsAdvCouplingPage::setSeriesInfo() {\n    selectedMode = 1;\n    pushPage(PAGE_ID_CH_SETTINGS_ADV_COUPLING_INFO);\n}\n\nvoid ChSettingsAdvCouplingPage::setParallel() {\n    if (selectedMode == 0) {\n        if (channel_dispatcher::setType(channel_dispatcher::TYPE_PARALLEL)) {\n            profile::save();\n\t        infoMessageP(PSTR(\"Channels coupled in parallel!\"), popPage);\n        }\n    }\n}\n\nvoid ChSettingsAdvCouplingPage::setSeries() {\n    if (selectedMode == 1) {\n        if (channel_dispatcher::setType(channel_dispatcher::TYPE_SERIES)) {\n            profile::save();\n    \t    infoMessageP(PSTR(\"Channels coupled in series!\"), popPage);\n        }\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid ChSettingsAdvTrackingPage::toggleTrackingMode() {\n    if (channel_dispatcher::isTracked()) {\n        channel_dispatcher::setType(channel_dispatcher::TYPE_NONE);\n        profile::save();\n        infoMessageP(PSTR(\"Tracking disabled!\"));\n    } else {\n        channel_dispatcher::setType(channel_dispatcher::TYPE_TRACKED);\n        profile::save();\n\t    infoMessageP(PSTR(\"Tracking enabled!\"));\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsAdvViewPage::ChSettingsAdvViewPage() {\n\torigDisplayValue1 = displayValue1 = g_channel->flags.displayValue1;\n\torigDisplayValue2 = displayValue2 = g_channel->flags.displayValue2;\n    origYTViewRate = ytViewRate = g_channel->ytViewRate;\n}\n\ndata::Value ChSettingsAdvViewPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_DISPLAY_VALUE1) {\n\t\treturn data::Value(displayValue1, data::ENUM_DEFINITION_CHANNEL_DISPLAY_VALUE);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_DISPLAY_VALUE2) {\n\t\treturn data::Value(displayValue2, data::ENUM_DEFINITION_CHANNEL_DISPLAY_VALUE);\n\t}\n\n    if (id == DATA_ID_CHANNEL_DISPLAY_VIEW_SETTINGS_YT_VIEW_RATE) {\n\t\treturn data::Value(ytViewRate, VALUE_TYPE_FLOAT_SECOND);\n\t}\n\n\treturn data::Value();\n}\n\nbool ChSettingsAdvViewPage::isDisabledDisplayValue1(uint8_t value) {\n\tChSettingsAdvViewPage *page = (ChSettingsAdvViewPage *)getPreviousPage();\n    return value == page->displayValue2;\n}\n\nvoid ChSettingsAdvViewPage::onDisplayValue1Set(uint8_t value) {\n\tpopPage();\n\tChSettingsAdvViewPage *page = (ChSettingsAdvViewPage *)getActivePage();\n\tpage->displayValue1 = value;\n}\n\nvoid ChSettingsAdvViewPage::editDisplayValue1() {\n    pushSelectFromEnumPage(data::g_channelDisplayValueEnumDefinition, displayValue1, isDisabledDisplayValue1, onDisplayValue1Set);\n}\n\nbool ChSettingsAdvViewPage::isDisabledDisplayValue2(uint8_t value) {\n\tChSettingsAdvViewPage *page = (ChSettingsAdvViewPage *)getPreviousPage();\n    return value == page->displayValue1;\n}\n\nvoid ChSettingsAdvViewPage::onDisplayValue2Set(uint8_t value) {\n\tpopPage();\n\tChSettingsAdvViewPage *page = (ChSettingsAdvViewPage *)getActivePage();\n\tpage->displayValue2 = value;\n}\n\nvoid ChSettingsAdvViewPage::editDisplayValue2() {\n    pushSelectFromEnumPage(data::g_channelDisplayValueEnumDefinition, displayValue2, isDisabledDisplayValue2, onDisplayValue2Set);\n}\n\nvoid ChSettingsAdvViewPage::onYTViewRateSet(float value) {\n\tpopPage();\n\tChSettingsAdvViewPage *page = (ChSettingsAdvViewPage *)getActivePage();\n\tpage->ytViewRate = value;\n}\n\nvoid ChSettingsAdvViewPage::swapDisplayValues() {\n    uint8_t temp = displayValue1;\n    displayValue1 = displayValue2;\n    displayValue2 = temp;\n}\n\nvoid ChSettingsAdvViewPage::editYTViewRate() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_FLOAT_SECOND;\n\n\toptions.min = GUI_YT_VIEW_RATE_MIN;\n    options.max = GUI_YT_VIEW_RATE_MAX;\n\toptions.def = GUI_YT_VIEW_RATE_DEFAULT;\n\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, data::Value(ytViewRate, VALUE_TYPE_FLOAT_SECOND), options, onYTViewRateSet);\n}\n\nint ChSettingsAdvViewPage::getDirty() {\n\treturn (origDisplayValue1 != displayValue1 || origDisplayValue2 != displayValue2 || origYTViewRate != ytViewRate) ? 1 : 0;\n}\n\nvoid ChSettingsAdvViewPage::set() {\n\tif (getDirty()) {\n        channel_dispatcher::setDisplayViewSettings(*g_channel, displayValue1, displayValue2, ytViewRate);\n\t\tprofile::save();\n\t\tinfoMessageP(PSTR(\"View settings changed!\"), g_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_ADV]);\n\t}\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_adv.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass ChSettingsAdvPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\nclass ChSettingsAdvLRipplePage : public SetPage {\npublic:\n\tChSettingsAdvLRipplePage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tint getDirty();\n\tvoid set();\n\n\tvoid toggleAutoMode();\n\tvoid toggleStatus();\n\nprivate:\n\tint origAutoMode;\n\tint autoMode;\n\n    int origStatus;\n\tint status;\n};\n\nclass ChSettingsAdvRemotePage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tvoid toggleSense();\n    void toggleProgramming();\n};\n\nclass ChSettingsAdvRangesPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tvoid selectMode();\n    void toggleAutoRanging();\n\nprivate:\n    static void onModeSet(uint8_t value);\n};\n\nclass ChSettingsAdvCouplingPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void uncouple();\n    void setParallelInfo();\n    void setSeriesInfo();\n    void setParallel();\n    void setSeries();\n\nprivate:\n    static int selectedMode;\n};\n\nclass ChSettingsAdvTrackingPage : public Page {\npublic:\n    void toggleTrackingMode();\n};\n\nclass ChSettingsAdvViewPage : public SetPage {\npublic:\n\tChSettingsAdvViewPage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void editDisplayValue1();\n    void editDisplayValue2();\n    void swapDisplayValues();\n    void editYTViewRate();\n\n\tint getDirty();\n\tvoid set();\n\nprivate:\n\tuint8_t origDisplayValue1;\n\tuint8_t displayValue1;\n\n\tuint8_t origDisplayValue2;\n\tuint8_t displayValue2;\n\n\tfloat origYTViewRate;\n\tfloat ytViewRate;\n    \n    static bool isDisabledDisplayValue1(uint8_t value);\n    static void onDisplayValue1Set(uint8_t value);\n    static bool isDisabledDisplayValue2(uint8_t value);\n    static void onDisplayValue2Set(uint8_t value);\n    static void onYTViewRateSet(float value);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_info.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"temperature.h\"\n\n#include \"gui_page_ch_settings_info.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\ndata::Value ChSettingsInfoPage::getData(const data::Cursor &cursor, uint8_t id) {\n\treturn data::Value();\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_info.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass ChSettingsInfoPage: public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_protection.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"profile.h\"\n#include \"temperature.h\"\n#include \"channel_dispatcher.h\"\n\n#include \"gui_page_ch_settings_protection.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid ChSettingsProtectionPage::clear() {\n\tchannel_dispatcher::clearProtection(*g_channel);\n\n\tinfoMessageP(PSTR(\"Cleared!\"), g_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_PROT]);\n}\n\nvoid onClearAndDisableYes() {\n\tchannel_dispatcher::clearProtection(*g_channel);\n\tchannel_dispatcher::disableProtection(*g_channel);\n\tprofile::save();\n\n\tinfoMessageP(PSTR(\"Cleared and disabled!\"), g_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_PROT]);\n}\n\nvoid ChSettingsProtectionPage::clearAndDisable() {\n\tareYouSure(onClearAndDisableYes);\n}\n\ndata::Value ChSettingsProtectionPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_PROTECTION_OTP_INSTALLED) {\n\t\treturn temperature::isChannelSensorInstalled(g_channel);\n\t}\n\treturn data::Value();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value ChSettingsProtectionSetPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_PROTECTION_OVP_LIMIT ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OCP_LIMIT ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OPP_LIMIT) {\n\t\treturn limit;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_PROTECTION_OVP_STATE ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OCP_STATE ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OPP_STATE ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OTP_STATE) {\n\t\treturn state;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_PROTECTION_OVP_LEVEL ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OPP_LEVEL ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OTP_LEVEL) {\n\t\treturn level;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_PROTECTION_OVP_DELAY ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OCP_DELAY ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OPP_DELAY ||\n\t\tid == DATA_ID_CHANNEL_PROTECTION_OTP_DELAY) {\n\t\treturn delay;\n\t}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\tif (id == DATA_ID_CHANNEL_TEMP_STATUS) {\n\t\treturn data::Value(2);\n\t}\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\ttemperature::TempSensorTemperature &tempSensor = temperature::sensors[temp_sensor::CH1 + g_channel->index - 1];\n\tif (tempSensor.isInstalled()) {\n\t\tif (tempSensor.isTestOK()) {\n\t        if (id == DATA_ID_CHANNEL_TEMP_STATUS) {\n\t\t        return data::Value(1);\n\t        }\n\t        if (id == DATA_ID_CHANNEL_TEMP) {\n\t\t        return data::Value(tempSensor.temperature, VALUE_TYPE_FLOAT_CELSIUS);\n\t        }\n\t\t} else {\n\t        if (id == DATA_ID_CHANNEL_TEMP_STATUS) {\n\t\t        return data::Value(0);\n\t        }\n\t\t}\n\t} else {\n\t    if (id == DATA_ID_CHANNEL_TEMP_STATUS) {\n\t\t    return data::Value(2);\n\t    }\n\t}\n#endif\n\n    if (id == DATA_ID_CHANNEL_PROTECTION_OCP_MAX_CURRENT_LIMIT_CAUSE) {\n        return data::Value(g_channel->getMaxCurrentLimitCause());\n    }\n\n\treturn data::Value();\n}\n\nint ChSettingsProtectionSetPage::getDirty() {\n\treturn (origState != state || origLimit != limit || origLevel != level || origDelay != delay) ? 1 : 0;\n}\n\nvoid ChSettingsProtectionSetPage::onSetFinish(bool showInfo) {\n\tprofile::save();\n\tif (showInfo) {\n\t\tinfoMessageP(PSTR(\"Protection params changed!\"), g_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_PROT]);\n\t} else {\n\t\tg_actionExecFunctions[ACTION_ID_SHOW_CH_SETTINGS_PROT]();\n\t}\n}\n\nvoid ChSettingsProtectionSetPage::set() {\n\tif (getDirty()) {\n\t\tsetParams(true);\n\t}\n}\n\nvoid ChSettingsProtectionSetPage::toggleState() {\n\tstate = state ? 0 : 1;\n}\n\nvoid ChSettingsProtectionSetPage::onLimitSet(float value) {\n\tpopPage();\n\tChSettingsProtectionSetPage *page = (ChSettingsProtectionSetPage *)getActivePage();\n\tpage->limit = data::Value(value, page->limit.getType(), g_channel->index-1);\n}\n\nvoid ChSettingsProtectionSetPage::editLimit() {\n\tNumericKeypadOptions options;\n\n    options.channelIndex = g_channel->index - 1;\n\n\toptions.editUnit = limit.getType();\n\n\toptions.min = minLimit;\n\toptions.max = maxLimit;\n\toptions.def = defLimit;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, limit, options, onLimitSet);\n}\n\nvoid ChSettingsProtectionSetPage::onLevelSet(float value) {\n\tpopPage();\n\tChSettingsProtectionSetPage *page = (ChSettingsProtectionSetPage *)getActivePage();\n\tpage->level = data::Value(value, page->level.getType(), g_channel->index-1);\n}\n\nvoid ChSettingsProtectionSetPage::editLevel() {\n\tNumericKeypadOptions options;\n\n    options.channelIndex = g_channel->index - 1;\n\n\toptions.editUnit = level.getType();\n\n\toptions.min = minLevel;\n\toptions.max = maxLevel;\n\toptions.def = defLevel;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, level, options, onLevelSet);\n}\n\nvoid ChSettingsProtectionSetPage::onDelaySet(float value) {\n\tpopPage();\n\tChSettingsProtectionSetPage *page = (ChSettingsProtectionSetPage *)getActivePage();\n\tpage->delay = data::Value(value, page->delay.getType());\n}\n\nvoid ChSettingsProtectionSetPage::editDelay() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = delay.getType();\n\n\toptions.min = minDelay;\n\toptions.max = maxDelay;\n\toptions.def = defaultDelay;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, delay, options, onDelaySet);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsOvpProtectionPage::ChSettingsOvpProtectionPage() {\n\torigState = state = g_channel->prot_conf.flags.u_state ? 1 : 0;\n\n\torigLimit = limit = data::Value(channel_dispatcher::getULimit(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n\tminLimit = channel_dispatcher::getUMin(*g_channel);\n\tmaxLimit = channel_dispatcher::getUMax(*g_channel);\n\tdefLimit = channel_dispatcher::getUMax(*g_channel);\n\n\torigLevel = level = data::Value(channel_dispatcher::getUProtectionLevel(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n\tminLevel = channel_dispatcher::getUSet(*g_channel);\n\tmaxLevel = channel_dispatcher::getUMax(*g_channel);\n\tdefLevel = channel_dispatcher::getUMax(*g_channel);\n\n\torigDelay = delay = data::Value(g_channel->prot_conf.u_delay, VALUE_TYPE_FLOAT_SECOND);\n\tminDelay = g_channel->OVP_MIN_DELAY;\n\tmaxDelay = g_channel->OVP_MAX_DELAY;\n\tdefaultDelay = g_channel->OVP_DEFAULT_DELAY;\n}\n\nvoid ChSettingsOvpProtectionPage::onSetParamsOk() {\n\t((ChSettingsOvpProtectionPage *)getActivePage())->setParams(false);\n}\n\nvoid ChSettingsOvpProtectionPage::setParams(bool checkLoad) {\n\tif (checkLoad &&\n        g_channel->isOutputEnabled() &&\n        util::less(limit.getFloat(), channel_dispatcher::getUMon(*g_channel), getPrecision(VALUE_TYPE_FLOAT_VOLT)) &&\n        util::greaterOrEqual(channel_dispatcher::getIMon(*g_channel), 0, getPrecision(VALUE_TYPE_FLOAT_AMPER))) \n    {\n\t\tareYouSureWithMessage(PSTR(\"This change will affect current load.\"), onSetParamsOk);\n\t} else {\n\t\tchannel_dispatcher::setVoltageLimit(*g_channel, limit.getFloat());\n        channel_dispatcher::setOvpParameters(*g_channel, state, level.getFloat(), delay.getFloat());\n        onSetFinish(checkLoad);\n\t}\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsOcpProtectionPage::ChSettingsOcpProtectionPage() {\n\torigState = state = g_channel->prot_conf.flags.i_state ? 1 : 0;\n\n\torigLimit = limit = data::Value(channel_dispatcher::getILimit(*g_channel), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n\tminLimit = channel_dispatcher::getIMin(*g_channel);\n\tmaxLimit = channel_dispatcher::getIMaxLimit(*g_channel);\n\tdefLimit = maxLimit;\n\n\torigLevel = level = 0;\n\n\torigDelay = delay = data::Value(g_channel->prot_conf.i_delay, VALUE_TYPE_FLOAT_SECOND);\n\tminDelay = g_channel->OCP_MIN_DELAY;\n\tmaxDelay = g_channel->OCP_MAX_DELAY;\n\tdefaultDelay = g_channel->OCP_DEFAULT_DELAY;\n}\n\nvoid ChSettingsOcpProtectionPage::onSetParamsOk() {\n\t((ChSettingsOcpProtectionPage *)getActivePage())->setParams(false);\n}\n\nvoid ChSettingsOcpProtectionPage::setParams(bool checkLoad) {\n\tif (checkLoad && g_channel->isOutputEnabled() && limit.getFloat() < channel_dispatcher::getIMon(*g_channel)) {\n\t\tareYouSureWithMessage(PSTR(\"This change will affect current load.\"), onSetParamsOk);\n\t} else {\n\t\tchannel_dispatcher::setCurrentLimit(*g_channel, limit.getFloat());\n        channel_dispatcher::setOcpParameters(*g_channel, state, delay.getFloat());\n\t\tonSetFinish(checkLoad);\n\t}\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsOppProtectionPage::ChSettingsOppProtectionPage() {\n\torigState = state = g_channel->prot_conf.flags.p_state ? 1 : 0;\n\n\torigLimit = limit = data::Value(channel_dispatcher::getPowerLimit(*g_channel), VALUE_TYPE_FLOAT_WATT, g_channel->index-1);\n\tminLimit = channel_dispatcher::getPowerMinLimit(*g_channel);\n\tmaxLimit = channel_dispatcher::getPowerMaxLimit(*g_channel);\n\tdefLimit = channel_dispatcher::getPowerDefaultLimit(*g_channel);\n\n\torigLevel = level = data::Value(channel_dispatcher::getPowerProtectionLevel(*g_channel), VALUE_TYPE_FLOAT_WATT, g_channel->index-1);\n\tminLevel = channel_dispatcher::getOppMinLevel(*g_channel);\n\tmaxLevel = channel_dispatcher::getOppMaxLevel(*g_channel);\n\tdefLevel = channel_dispatcher::getOppDefaultLevel(*g_channel);\n\n\torigDelay = delay = data::Value(g_channel->prot_conf.p_delay, VALUE_TYPE_FLOAT_SECOND);\n\tminDelay = g_channel->OPP_MIN_DELAY;\n\tmaxDelay = g_channel->OPP_MAX_DELAY;\n\tdefaultDelay = g_channel->OPP_DEFAULT_DELAY;\n}\n\nvoid ChSettingsOppProtectionPage::onSetParamsOk() {\n\t((ChSettingsOppProtectionPage *)getActivePage())->setParams(false);\n}\n\nvoid ChSettingsOppProtectionPage::setParams(bool checkLoad) {\n\tif (checkLoad && g_channel->isOutputEnabled()) {\n\t\tfloat pMon = channel_dispatcher::getUMon(*g_channel) * channel_dispatcher::getIMon(*g_channel);\n\t\tif (util::less(limit.getFloat(), pMon, getPrecision(VALUE_TYPE_FLOAT_WATT)) &&\n            util::greaterOrEqual(channel_dispatcher::getIMon(*g_channel), 0, getPrecision(VALUE_TYPE_FLOAT_AMPER))) \n        {\n\t\t\tareYouSureWithMessage(PSTR(\"This change will affect current load.\"), onSetParamsOk);\n\t\t\treturn;\n\t\t}\n\t}\n\n\tchannel_dispatcher::setPowerLimit(*g_channel, limit.getFloat());\n    channel_dispatcher::setOppParameters(*g_channel, state, level.getFloat(), delay.getFloat());\n\tonSetFinish(checkLoad);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsOtpProtectionPage::ChSettingsOtpProtectionPage() {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\torigState = state = temperature::getChannelSensorState(g_channel) ? 1 : 0;\n\n\torigLimit = limit = 0;\n\tminLimit = 0;\n\tmaxLimit = 0;\n\tdefLimit = 0;\n\n\torigLevel = level = data::Value(temperature::getChannelSensorLevel(g_channel), VALUE_TYPE_FLOAT_CELSIUS);\n\tminLevel = OTP_AUX_MIN_LEVEL;\n\tmaxLevel = OTP_AUX_MAX_LEVEL;\n\tdefLevel = OTP_AUX_DEFAULT_LEVEL;\n\n\torigDelay = delay = data::Value(temperature::getChannelSensorDelay(g_channel), VALUE_TYPE_FLOAT_SECOND);\n\tminDelay = OTP_AUX_MIN_DELAY;\n\tmaxDelay = OTP_AUX_MAX_DELAY;\n\tdefaultDelay = OTP_CH_DEFAULT_DELAY;\n#endif\n}\n\nvoid ChSettingsOtpProtectionPage::setParams(bool checkLoad) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tchannel_dispatcher::setOtpParameters(*g_channel, state, level.getFloat(), delay.getFloat());\n\tonSetFinish(checkLoad);\n#endif\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_protection.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass ChSettingsProtectionPage : public Page {\npublic:\n\tstatic void clear();\n\tstatic void clearAndDisable();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\nclass ChSettingsProtectionSetPage : public SetPage {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tint getDirty();\n\tvoid set();\n\n\tvoid toggleState();\n\tvoid editLimit();\n\tvoid editLevel();\n\tvoid editDelay();\n\nprotected:\n\tint origState;\n\tint state;\n\n\tdata::Value origLimit;\n\tdata::Value limit;\n\tfloat minLimit;\n\tfloat maxLimit;\n\tfloat defLimit;\n\n\tdata::Value origLevel;\n\tdata::Value level;\n\tfloat minLevel;\n\tfloat maxLevel;\n\tfloat defLevel;\n\n\tdata::Value origDelay;\n\tdata::Value delay;\n\tfloat minDelay;\n\tfloat maxDelay;\n\tfloat defaultDelay;\n\n\tvirtual void setParams(bool checkLoad) = 0;\n\n\tstatic void onLimitSet(float value);\n\tstatic void onLevelSet(float value);\n\tstatic void onDelaySet(float value);\n\tstatic void onSetFinish(bool showInfo);\n};\n\nclass ChSettingsOvpProtectionPage : public ChSettingsProtectionSetPage {\npublic:\n\tChSettingsOvpProtectionPage();\n\nprotected:\n\tvoid setParams(bool checkLoad);\n\nprivate:\n\tstatic void onSetParamsOk();\n};\n\nclass ChSettingsOcpProtectionPage : public ChSettingsProtectionSetPage {\npublic:\n\tChSettingsOcpProtectionPage();\n\nprotected:\n\tvoid setParams(bool checkLoad);\n\nprivate:\n\tstatic void onSetParamsOk();\n};\n\nclass ChSettingsOppProtectionPage : public ChSettingsProtectionSetPage {\npublic:\n\tChSettingsOppProtectionPage();\n\nprotected:\n\tvoid setParams(bool checkLoad);\n\nprivate:\n\tstatic void onSetParamsOk();\n};\n\nclass ChSettingsOtpProtectionPage : public ChSettingsProtectionSetPage {\npublic:\n\tChSettingsOtpProtectionPage();\n\nprotected:\n\tvoid setParams(bool checkLoad);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_trigger.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"profile.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n\n#include \"gui_page_ch_settings_trigger.h\"\n#include \"gui_numeric_keypad.h\"\n\n#define INF_TEXT PSTR(\"\\x91\")\n#define EMPTY_VALUE PSTR(\"\\x92\")\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nstatic uint8_t g_newTriggerMode;\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsTriggerPage::ChSettingsTriggerPage() {\n}\n\ndata::Value ChSettingsTriggerPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = Page::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_CHANNEL_TRIGGER_MODE) {\n\t\treturn data::Value(channel_dispatcher::getVoltageTriggerMode(*g_channel), data::ENUM_DEFINITION_CHANNEL_TRIGGER_MODE);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_U_TRIGGER_VALUE) {\n\t\treturn data::Value(channel_dispatcher::getTriggerVoltage(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_I_TRIGGER_VALUE) {\n\t\treturn data::Value(channel_dispatcher::getTriggerCurrent(*g_channel), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_TRIGGER_OUTPUT_STATE) {\n\t\treturn data::Value(channel_dispatcher::getTriggerOutputState(*g_channel) ? 1 : 0);\n\t}\n\n    if (id == DATA_ID_CHANNEL_TRIGGER_ON_LIST_STOP) {\n\t\treturn data::Value(channel_dispatcher::getTriggerOnListStop(*g_channel), data::ENUM_DEFINITION_CHANNEL_TRIGGER_ON_LIST_STOP);\n\t}\n\n    if (id == DATA_ID_CHANNEL_LIST_COUNT) {\n        uint16_t count = list::getListCount(*g_channel);\n        if (count > 0) {\n    \t\treturn data::Value(count);\n        } else {\n            return data::Value(INF_TEXT);\n        }\n\t}\n\n    return data::Value();\n}\n\nvoid ChSettingsTriggerPage::onFinishTriggerModeSet() {\n    trigger::abort();\n    channel_dispatcher::setVoltageTriggerMode(*g_channel, (TriggerMode)g_newTriggerMode);\n    channel_dispatcher::setCurrentTriggerMode(*g_channel, (TriggerMode)g_newTriggerMode);\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::onTriggerModeSet(uint8_t value) {\n    popPage();\n\n    if (channel_dispatcher::getVoltageTriggerMode(*g_channel) != value || channel_dispatcher::getCurrentTriggerMode(*g_channel) != value) {\n        g_newTriggerMode = value;\n\n        if (trigger::isInitiated() || list::isActive()) {\n            yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Trigger is active. Are you sure?\"), onFinishTriggerModeSet, 0, 0);\n        } else {\n            onFinishTriggerModeSet();\n        }\n    }\n}\n\nvoid ChSettingsTriggerPage::editTriggerMode() {\n    pushSelectFromEnumPage(data::g_channelTriggerModeEnumDefinition, channel_dispatcher::getVoltageTriggerMode(*g_channel), 0, onTriggerModeSet);\n}\n\nvoid ChSettingsTriggerPage::onVoltageTriggerValueSet(float value) {\n\tpopPage();\n    channel_dispatcher::setTriggerVoltage(*g_channel, value);\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::editVoltageTriggerValue() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_FLOAT_VOLT;\n\n\toptions.min = channel_dispatcher::getUMin(*g_channel);\n\toptions.max = channel_dispatcher::getUMax(*g_channel);\n\toptions.def = channel_dispatcher::getUMax(*g_channel);\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, data::Value(trigger::getVoltage(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1), options, onVoltageTriggerValueSet);\n}\n\nvoid ChSettingsTriggerPage::onCurrentTriggerValueSet(float value) {\n\tpopPage();\n    channel_dispatcher::setTriggerCurrent(*g_channel, value);\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::editCurrentTriggerValue() {\n\tNumericKeypadOptions options;\n\n    options.channelIndex = g_channel->index-1;\n\n\toptions.editUnit = VALUE_TYPE_FLOAT_AMPER;\n\n\toptions.min = channel_dispatcher::getIMin(*g_channel);\n\toptions.max = channel_dispatcher::getIMax(*g_channel);\n\toptions.def = channel_dispatcher::getIMax(*g_channel);\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, data::Value(trigger::getCurrent(*g_channel), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1), options, onCurrentTriggerValueSet);\n}\n\nvoid ChSettingsTriggerPage::toggleOutputState() {\n    channel_dispatcher::setTriggerOutputState(*g_channel, !channel_dispatcher::getTriggerOutputState(*g_channel));\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::onTriggerOnListStopSet(uint8_t value) {\n\tpopPage();\n    channel_dispatcher::setTriggerOnListStop(*g_channel, (TriggerOnListStop)value);\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::editTriggerOnListStop() {\n    pushSelectFromEnumPage(data::g_channelTriggerOnListStopEnumDefinition, channel_dispatcher::getTriggerOnListStop(*g_channel), 0, onTriggerOnListStopSet);\n}\n\nvoid ChSettingsTriggerPage::onListCountSet(float value) {\n\tpopPage();\n    list::setListCount(*g_channel, (uint16_t)value);\n    profile::save();\n}\n\nvoid ChSettingsTriggerPage::onListCountSetToInfinity() {\n\tpopPage();\n    list::setListCount(*g_channel, 0);\n    profile::save();\n}\n\n\nvoid ChSettingsTriggerPage::editListCount() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_INT;\n\n\toptions.min = 0;\n\toptions.max = MAX_LIST_COUNT;\n\toptions.def = 0;\n\n    options.flags.option1ButtonEnabled = true;\n    options.option1ButtonText = INF_TEXT;\n    options.option1 = onListCountSetToInfinity;\n\n\tNumericKeypad::start(0, data::Value((uint16_t)list::getListCount(*g_channel)), options, onListCountSet);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nChSettingsListsPage::ChSettingsListsPage()\n    : m_iCursor(0)\n    , m_listVersion(0)\n{\n    float *dwellList = list::getDwellList(*g_channel, &m_dwellListLength);\n    memcpy(m_dwellList, dwellList, m_dwellListLength * sizeof(float));\n\n    float *voltageList = list::getVoltageList(*g_channel, &m_voltageListLength);\n    memcpy(m_voltageList, voltageList, m_voltageListLength * sizeof(float));\n\n    float *currentList = list::getCurrentList(*g_channel, &m_currentListLength);\n    memcpy(m_currentList, currentList, m_currentListLength * sizeof(float));\n\n}\n\nint ChSettingsListsPage::getListLength(uint8_t id) {\n\tif (id == DATA_ID_CHANNEL_LISTS) {\n\t\treturn getMaxListLength();\n\t}\n    \n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return m_dwellListLength;\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return m_voltageListLength;\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return m_currentListLength;\n    }\n\n    return 0;\n}\n\nfloat *ChSettingsListsPage::getFloatList(uint8_t id) {\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return m_dwellList;\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return m_voltageList;\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return m_currentList;\n    }\n\n    return 0;\n}\n\ndata::Value ChSettingsListsPage::getMin(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return data::Value(channel_dispatcher::getUMin(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return data::Value(channel_dispatcher::getIMin(*g_channel), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return data::Value(LIST_DWELL_MIN, VALUE_TYPE_FLOAT_SECOND);\n    }\n\n    return data::Value();\n}\n\ndata::Value ChSettingsListsPage::getMax(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return data::Value(channel_dispatcher::getUMax(*g_channel), VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return data::Value(channel_dispatcher::getIMax(*g_channel), VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return data::Value(LIST_DWELL_MAX, VALUE_TYPE_FLOAT_SECOND);\n    }\n\n    return data::Value();\n}\n\ndata::Value ChSettingsListsPage::getDef(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return data::Value(g_channel->u.def, VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return data::Value(g_channel->i.def, VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return data::Value(LIST_DWELL_DEF, VALUE_TYPE_FLOAT_SECOND);\n    }\n\n    return data::Value();\n}\n\ndata::Value ChSettingsListsPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    int iPage = getPageIndex();\n    int iRow = iPage * LIST_ITEMS_PER_PAGE + cursor.i;\n\n\tif (id == DATA_ID_CHANNEL_LISTS) {\n\t\treturn data::Value(m_listVersion);\n\t}\n\n    if (id == DATA_ID_CHANNEL_LIST_INDEX) {\n\t\treturn data::Value(iRow + 1);\n\t}\n\n    if (id == DATA_ID_CHANNEL_LIST_DWELL_ENABLED) {\n        return data::Value(iRow <= m_dwellListLength ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        if (iRow < m_dwellListLength) {\n\t\t    return data::Value(m_dwellList[iRow], VALUE_TYPE_FLOAT_SECOND);\n        } else {\n            return data::Value(EMPTY_VALUE);\n        }\n\t}\n\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE_ENABLED) {\n        return data::Value(iRow <= m_voltageListLength ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        if (iRow < m_voltageListLength) {\n\t\t    return data::Value(m_voltageList[iRow], VALUE_TYPE_FLOAT_VOLT, g_channel->index-1);\n        } else {\n            return data::Value(EMPTY_VALUE);\n        }\n\t}\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT_ENABLED) {\n        return data::Value(iRow <= m_currentListLength ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        if (iRow < m_currentListLength) {\n\t\t    return data::Value(m_currentList[iRow], VALUE_TYPE_FLOAT_AMPER, g_channel->index-1);\n        } else {\n            return data::Value(EMPTY_VALUE);\n        }\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LISTS_PREVIOUS_PAGE_ENABLED) {\n\t\treturn data::Value(iPage > 0 ? 1 : 0);\n\t}\n\n\tif (id == DATA_ID_CHANNEL_LISTS_NEXT_PAGE_ENABLED) {\n        return data::Value((iPage < getNumPages() - 1) ? 1 : 0);\n\t}\n\n    if (id == DATA_ID_CHANNEL_LISTS_CURSOR) {\n        return data::Value(m_iCursor);\n    }\n\n    if (id == DATA_ID_CHANNEL_LISTS_INSERT_MENU_ENABLED) {\n        return data::Value(getRowIndex() < getMaxListLength() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LISTS_DELETE_MENU_ENABLED) {\n        return data::Value(getMaxListLength() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LISTS_DELETE_ROW_ENABLED) {\n        return data::Value(getRowIndex() < getMaxListLength() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LISTS_CLEAR_COLUMN_ENABLED) {\n        return data::Value(getRowIndex() < getMaxListLength() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_CHANNEL_LISTS_DELETE_ROWS_ENABLED) {\n        return data::Value(getRowIndex() < getMaxListLength() ? 1 : 0);\n    }\n\n    return data::Value();\n}\n\nbool ChSettingsListsPage::setData(const data::Cursor &cursor, uint8_t id, data::Value value) {\n    if (id == DATA_ID_CHANNEL_LISTS_CURSOR) {\n        m_iCursor = value.getInt();\n        moveCursorToFirstAvailableCell();\n        return true;\n    }\n\n    return false;\n}\n\nvoid ChSettingsListsPage::previousPage() {\n    int iPage = getPageIndex();\n    if (iPage > 0) {\n        --iPage;\n        m_iCursor = iPage * LIST_ITEMS_PER_PAGE * 3;\n        moveCursorToFirstAvailableCell();\n    }\n}\n\nvoid ChSettingsListsPage::nextPage() {\n    int iPage = getPageIndex();\n    if (iPage < getNumPages() - 1) {\n        ++iPage;\n        m_iCursor = iPage * LIST_ITEMS_PER_PAGE * 3;\n        moveCursorToFirstAvailableCell();\n    }\n}\n\nbool ChSettingsListsPage::isFocusedValueEmpty() {\n    data::Cursor cursor(getCursorIndexWithinPage());\n    data::Value value = data::get(cursor, getDataIdAtCursor());\n    return value.getType() == VALUE_TYPE_STR;\n}\n\nfloat ChSettingsListsPage::getFocusedValue() {\n    data::Cursor cursor(getCursorIndexWithinPage());\n\n    data::Value value = data::get(cursor, getDataIdAtCursor());\n    \n    if (value.getType() == VALUE_TYPE_STR) {\n        value = data::getDef(cursor, getDataIdAtCursor());\n    }\n        \n    return value.getFloat();\n}\n\nvoid ChSettingsListsPage::setFocusedValue(float value) {\n    data::Cursor cursor(getCursorIndexWithinPage());\n\n    uint8_t dataId = getDataIdAtCursor();\n\n\tdata::Value min = data::getMin(cursor, dataId);\n\tdata::Value max = data::getMax(cursor, dataId);\n\n    if (util::greaterOrEqual(value, min.getFloat(), getPrecision(min.getType())) &&\n        util::lessOrEqual(value, max.getFloat(), getPrecision(max.getType())))\n    {\n        int iRow = getRowIndex();\n    \n        if (dataId == DATA_ID_CHANNEL_LIST_DWELL) {\n            m_dwellList[iRow] = value;\n            if (iRow >= m_dwellListLength) {\n                m_dwellListLength = iRow + 1;\n            }\n        } else if (dataId == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n            m_voltageList[iRow] = value;\n            if (iRow >= m_voltageListLength) {\n                m_voltageListLength = iRow + 1;\n            }\n        } else {\n            m_currentList[iRow] = value;\n            if (iRow >= m_currentListLength) {\n                m_currentListLength = iRow + 1;\n            }\n        }\n        \n        ++m_listVersion;\n    }\n}\n\nvoid ChSettingsListsPage::onValueSet(float value) {\n    ChSettingsListsPage *page = (ChSettingsListsPage *)getPreviousPage();\n    page->doValueSet(value);\n}\n\nvoid ChSettingsListsPage::doValueSet(float value) {\n    uint8_t dataId = getDataIdAtCursor();\n\n    if (dataId != DATA_ID_CHANNEL_LIST_DWELL) {\n        int iRow = getRowIndex();\n\n        float power = 0;\n\n        if (dataId == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n            if (iRow == 0 && m_voltageListLength <= 1) {\n                for (int i = 0; i < m_currentListLength; ++i) {\n                    if (util::greater(value * m_currentList[i], channel_dispatcher::getPowerMaxLimit(*g_channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n                        errorMessageP(PSTR(\"Power limit exceeded\"));\n                        return;\n                    }\n                }\n            } else {\n                if (iRow < m_currentListLength) {\n                    power = value * m_currentList[iRow];\n                } else if (m_currentListLength > 0) {\n                    power = value * m_currentList[0];\n                }\n            }\n        } else {\n            if (iRow == 0 && m_currentListLength <= 1) {\n                for (int i = 0; i < m_voltageListLength; ++i) {\n                    if (util::greater(value * m_voltageList[i], channel_dispatcher::getPowerMaxLimit(*g_channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n                        errorMessageP(PSTR(\"Power limit exceeded\"));\n                        return;\n                    }\n                }\n            } else {\n                if (iRow < m_voltageListLength) {\n                    power = value * m_voltageList[iRow];\n                } else if (m_voltageListLength > 0) {\n                    power = value * m_voltageList[0];\n                }\n            }\n        }\n\n        if (util::greater(power, channel_dispatcher::getPowerMaxLimit(*g_channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n            errorMessageP(PSTR(\"Power limit exceeded\"));\n            return;\n        }\n    }\n\n    popPage();\n    setFocusedValue(value);\n}\n\nvoid ChSettingsListsPage::edit() {\n    DECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n\n    if (isFocusWidget(g_foundWidgetAtDown)) {\n        NumericKeypadOptions options;\n\n        options.channelIndex = g_channel->index - 1;\n\n        data::Cursor cursor(getCursorIndexWithinPage());\n\n        uint8_t dataId = getDataIdAtCursor();\n\n        data::Value value = data::get(cursor, dataId);\n\n\t    data::Value def = data::getDef(cursor, dataId);\n\n        if (value.getType() == VALUE_TYPE_STR) {\n            value = data::Value();\n            options.editUnit = def.getType();\n        } else {\n            options.editUnit = value.getType();\n        }\n\n        data::Value min = data::getMin(cursor, dataId);\n        data::Value max = data::getMax(cursor, dataId);\n\n        options.def = def.getFloat();\n\t    options.min = min.getFloat();\n\t    options.max = max.getFloat();\n\n\t    options.flags.signButtonEnabled = true;\n\t    options.flags.dotButtonEnabled = true;\n\n        char label[64];\n        strcpy_P(label, PSTR(\"[\"));\n        if (dataId == DATA_ID_CHANNEL_LIST_DWELL) {\n            char dwell[64];\n            min.toText(dwell, sizeof(dwell));\n            strcat(label, dwell);\n        } else {\n\t\t    util::strcatFloat(label, options.min, getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_SECOND));\n        }\n\t\tstrcat_P(label, PSTR(\"-\"));\n        if (dataId == DATA_ID_CHANNEL_LIST_DWELL) {\n            char dwell[64];\n            max.toText(dwell, sizeof(dwell));\n            strcat(label, dwell);\n        } else if (dataId == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n    \t\tutil::strcatVoltage(label, options.max);\n        } else {\n    \t\tutil::strcatCurrent(label, options.max);\n        }\n\t\tstrcat_P(label, PSTR(\"]: \"));\n\n\t    NumericKeypad::start(label, value, options, onValueSet);\n    } else {\n        m_iCursor = getCursorIndex(g_foundWidgetAtDown.cursor, widget->data);\n\n        if (isFocusedValueEmpty()) {\n            edit();\n        }\n    }\n}\n\nbool ChSettingsListsPage::isFocusWidget(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    return m_iCursor == getCursorIndex(widgetCursor.cursor, widget->data);\n}\n\nint ChSettingsListsPage::getRowIndex() {\n    return m_iCursor / 3;\n}\n\nint ChSettingsListsPage::getColumnIndex() {\n    return m_iCursor % 3;\n}\n\nint ChSettingsListsPage::getPageIndex() {\n    return getRowIndex() / LIST_ITEMS_PER_PAGE;\n}\n\nuint16_t ChSettingsListsPage::getMaxListLength() {\n    uint16_t size = m_dwellListLength;\n\n    if (m_voltageListLength > size) {\n        size = m_voltageListLength;\n    }\n    \n    if (m_currentListLength > size) {\n        size = m_currentListLength;\n    }\n\n    return size;\n}\n\nuint16_t ChSettingsListsPage::getNumPages() {\n    return getMaxListLength() / LIST_ITEMS_PER_PAGE + 1;\n}\n\nint ChSettingsListsPage::getCursorIndexWithinPage() {\n    return getRowIndex() % LIST_ITEMS_PER_PAGE;\n}\n\nuint8_t ChSettingsListsPage::getDataIdAtCursor() {\n    int iColumn = getColumnIndex();\n    if (iColumn == 0) {\n        return DATA_ID_CHANNEL_LIST_DWELL;\n    } else if (iColumn == 1) {\n        return DATA_ID_CHANNEL_LIST_VOLTAGE;\n    } else {\n        return DATA_ID_CHANNEL_LIST_CURRENT;\n    }\n}\n\nint ChSettingsListsPage::getCursorIndex(const data::Cursor &cursor, uint8_t id) {\n    int iCursor = (getPageIndex() * LIST_ITEMS_PER_PAGE + cursor.i) * 3;\n    if (id == DATA_ID_CHANNEL_LIST_DWELL) {\n        return iCursor;\n    } else if (id == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        return iCursor + 1;\n    } else if (id == DATA_ID_CHANNEL_LIST_CURRENT) {\n        return iCursor + 2;\n    } else {\n        return -1;\n    }\n}\n\nvoid ChSettingsListsPage::moveCursorToFirstAvailableCell() {\n    int iRow = getRowIndex();\n    int iColumn = getColumnIndex();\n    if (iColumn == 0) {\n        if (iRow > m_dwellListLength) {\n            if (iRow > m_voltageListLength) {\n                if (iRow > m_currentListLength) {\n                    m_iCursor = 0;\n                } else {\n                    m_iCursor += 2;\n                }\n            } else {\n                m_iCursor += 1;\n            }\n        }\n    } else if (iColumn == 1) {\n        if (iRow > m_voltageListLength) {\n            if (iRow > m_currentListLength) {\n                m_iCursor += 2;\n                moveCursorToFirstAvailableCell();\n            } else {\n                m_iCursor += 1;\n            }\n        }\n    } else {\n        if (iRow > m_currentListLength) {\n            m_iCursor += 1;\n            moveCursorToFirstAvailableCell();\n        }\n    }\n}\n\nint ChSettingsListsPage::getDirty() {\n    return m_listVersion > 0;\n}\n\nvoid ChSettingsListsPage::set() {\n    if (getDirty()) {\n        if (list::areListLengthsEquivalent(m_dwellListLength, m_voltageListLength, m_currentListLength) || getMaxListLength() == 0) {\n            trigger::abort();\n\n            list::setDwellList(*g_channel, m_dwellList, m_dwellListLength);\n            list::setVoltageList(*g_channel, m_voltageList, m_voltageListLength);\n            list::setCurrentList(*g_channel, m_currentList, m_currentListLength);\n\n            profile::saveImmediately();\n\n            infoMessageP(PSTR(\"Lists changed!\"), popPage);\n        } else {\n            errorMessageP(PSTR(\"List lengths are not equivalent!\"));\n        }\n    }\n}\n\nvoid ChSettingsListsPage::discard() {\n    if (getDirty()) {\n        areYouSureWithMessage(PSTR(\"You have unsaved changes!\"), popPage);\n    } else {\n        popPage();\n    }\n}\n\nbool ChSettingsListsPage::onEncoder(int counter) {\n#if OPTION_ENCODER\n    encoder::enableAcceleration(true);\n    uint8_t dataId = getDataIdAtCursor();\n\n    float step = dataId == DATA_ID_CHANNEL_LIST_VOLTAGE ? 0.01f : 0.001f;\n\n    setFocusedValue(getFocusedValue() + step * counter);\n    return true;\n#endif\n    return false;\n}\n\nbool ChSettingsListsPage::onEncoderClicked() {\n    uint8_t dataId = getDataIdAtCursor();\n    int iRow = getRowIndex();\n\n    if (dataId == DATA_ID_CHANNEL_LIST_DWELL) {\n        if (iRow <= m_voltageListLength) {\n            m_iCursor += 1;\n            return true;\n        }\n            \n        if (iRow <= m_currentListLength) {\n            m_iCursor += 2;\n            return true;\n        }\n\n        m_iCursor += 3;\n    } else if (dataId == DATA_ID_CHANNEL_LIST_VOLTAGE) {\n        if (iRow <= m_currentListLength) {\n            m_iCursor += 1;\n            return true;\n        }\n\n        m_iCursor += 2;\n    } else {\n        m_iCursor += 1;\n    }\n\n    moveCursorToFirstAvailableCell();\n\n    return true;\n}\n\nvoid ChSettingsListsPage::showInsertMenu() {\n    if (getRowIndex() < getMaxListLength()) {\n        pushPage(PAGE_ID_CH_SETTINGS_LISTS_INSERT_MENU);\n    }\n}\n\nvoid ChSettingsListsPage::showDeleteMenu() {\n    if (getMaxListLength()) {\n        pushPage(PAGE_ID_CH_SETTINGS_LISTS_DELETE_MENU);\n    }\n}\n\nvoid ChSettingsListsPage::insertRow(int iRow, int iCopyRow) {\n    if (getMaxListLength() < MAX_LIST_LENGTH) {\n        for (int i = MAX_LIST_LENGTH - 2; i >= iRow; --i) {\n            m_dwellList[i+1] = m_dwellList[i];\n            m_voltageList[i+1] = m_voltageList[i];\n            m_currentList[i+1] = m_currentList[i];\n        }\n    \n        data::Cursor cursor(getCursorIndexWithinPage());\n\n        if (iCopyRow < m_dwellListLength && iRow <= m_dwellListLength) {\n            m_dwellList[iRow] = m_dwellList[iCopyRow];\n            ++m_dwellListLength;\n        }\n        \n        if (iCopyRow < m_voltageListLength && iRow <= m_voltageListLength) {\n            m_voltageList[iRow] = m_voltageList[iCopyRow];\n            ++m_voltageListLength;\n        }\n        \n        if (iCopyRow < m_currentListLength && iRow <= m_currentListLength) {\n            m_currentList[iRow] = m_currentList[iCopyRow];\n            ++m_currentListLength;\n        }\n    }\n}\n\nvoid ChSettingsListsPage::insertRowAbove() {\n    int iRow = getRowIndex();\n    insertRow(iRow, iRow);\n}\n\nvoid ChSettingsListsPage::insertRowBelow() {\n    int iRow = getRowIndex();\n    if (iRow < getMaxListLength()) {\n        m_iCursor += 3;\n        insertRow(getRowIndex(), iRow);\n    }\n}\n\nvoid ChSettingsListsPage::deleteRow() {\n    int iRow = getRowIndex();\n    int maxListLength = getMaxListLength();\n    if (iRow < getMaxListLength()) {\n        for (int i = iRow+1; i < MAX_LIST_LENGTH; ++i) {\n            m_dwellList[i-1] = m_dwellList[i];\n            m_voltageList[i-1] = m_voltageList[i];\n            m_currentList[i-1] = m_currentList[i];\n        }\n    \n        if (iRow < m_dwellListLength) {\n            --m_dwellListLength;\n        }\n        \n        if (iRow < m_voltageListLength) {\n            --m_voltageListLength;\n        }\n\n        if (iRow < m_currentListLength) {\n            --m_currentListLength;\n        }\n    \n        ++m_listVersion;\n    }\n}\n\nvoid ChSettingsListsPage::onClearColumn() {\n    ((ChSettingsListsPage *)getActivePage())->doClearColumn();\n}\n\nvoid ChSettingsListsPage::doClearColumn() {\n    int iRow = getRowIndex();\n    int iColumn = getColumnIndex();\n    if (iColumn == 0) {\n        m_dwellListLength = iRow;\n    } else if (iColumn == 1) {\n        m_voltageListLength = iRow;\n    } else {\n        m_currentListLength = iRow;\n    }\n    ++m_listVersion;\n}\n\nvoid ChSettingsListsPage::clearColumn() {\n    yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Are you sure?\"), onClearColumn, 0, 0);\n}\n\nvoid ChSettingsListsPage::onDeleteRows() {\n    ((ChSettingsListsPage *)getActivePage())->doDeleteRows();\n}\n\nvoid ChSettingsListsPage::doDeleteRows() {\n    int iRow = getRowIndex();\n    if (iRow < m_dwellListLength) m_dwellListLength = iRow;\n    if (iRow < m_voltageListLength) m_voltageListLength = iRow;\n    if (iRow < m_currentListLength) m_currentListLength = iRow;\n    ++m_listVersion;\n}\n\nvoid ChSettingsListsPage::deleteRows() {\n    yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Are you sure?\"), onDeleteRows, 0, 0);\n}\n\nvoid ChSettingsListsPage::onDeleteAll() {\n    ((ChSettingsListsPage *)getActivePage())->doDeleteAll();\n}\n\nvoid ChSettingsListsPage::doDeleteAll() {\n    m_dwellListLength = 0;\n    m_voltageListLength = 0;\n    m_currentListLength = 0;\n    m_iCursor = 0;\n    ++m_listVersion;\n}\n\nvoid ChSettingsListsPage::deleteAll() {\n    yesNoDialog(PAGE_ID_YES_NO, PSTR(\"Are you sure?\"), onDeleteAll, 0, 0);\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_ch_settings_trigger.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\n#define LIST_ITEMS_PER_PAGE 4\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass ChSettingsTriggerPage : public Page {\npublic:\n\tChSettingsTriggerPage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void editTriggerMode();\n\n    void editVoltageTriggerValue();\n    void editCurrentTriggerValue();\n\n    void toggleOutputState();\n\n    void editTriggerOnListStop();\n\n    void editListCount();\n\nprivate:\n    static void onFinishTriggerModeSet();\n    static void onTriggerModeSet(uint8_t value);\n\n    static void onTriggerOnListStopSet(uint8_t value);\n\n    static void onVoltageTriggerValueSet(float value);\n    static void onCurrentTriggerValueSet(float value);\n\n    static void onListCountSet(float value);\n    static void onListCountSetToInfinity();\n};\n\nclass ChSettingsListsPage : public SetPage {\npublic:\n\tChSettingsListsPage();\n\n    int getListLength(uint8_t id);\n    float *getFloatList(uint8_t id);\n    data::Value getMin(const data::Cursor &cursor, uint8_t id);\n    data::Value getMax(const data::Cursor &cursor, uint8_t id);\n    data::Value getDef(const data::Cursor &cursor, uint8_t id);\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n    bool setData(const data::Cursor &cursor, uint8_t id, data::Value value);\n\n    void previousPage();\n    void nextPage();\n\n    void edit();\n\n    bool isFocusWidget(const WidgetCursor &widgetCursor);\n\n\tint getDirty();\n\tvoid set();\n\tvoid discard();\n\n    bool onEncoder(int counter);\n    bool onEncoderClicked();\n\n    void showInsertMenu();\n    void showDeleteMenu();\n\n    void insertRowAbove();\n    void insertRowBelow();\n\n    void deleteRow();\n    void clearColumn();\n    void deleteRows();\n    void deleteAll();\n\nprivate:\n    int m_listVersion;\n\n    float m_voltageList[MAX_LIST_LENGTH];\n    uint16_t m_voltageListLength;\n\n    float m_currentList[MAX_LIST_LENGTH];\n    uint16_t m_currentListLength;\n\n    float m_dwellList[MAX_LIST_LENGTH];\n    uint16_t m_dwellListLength;\n\n    int m_iCursor;\n\n    int getRowIndex();\n    int getColumnIndex();\n    int getPageIndex();\n    uint16_t getMaxListLength();\n    uint16_t getNumPages();\n    int getCursorIndexWithinPage();\n    uint8_t getDataIdAtCursor();\n    int getCursorIndex(const data::Cursor &cursor, uint8_t id);\n    void moveCursorToFirstAvailableCell();\n\n    bool isFocusedValueEmpty();\n    float getFocusedValue();\n    void setFocusedValue(float value);\n    static void onValueSet(float value);\n    void doValueSet(float value);\n\n    void insertRow(int iRow, int iCopyRow);\n\n    static void onClearColumn();\n    void doClearColumn();\n\n    static void onDeleteRows();\n    void doDeleteRows();\n\n    static void onDeleteAll();\n    void doDeleteAll();\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_event_queue.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_page_event_queue.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nevent_queue::Event g_stateEvents[2][event_queue::EVENTS_PER_PAGE];\n\nvoid EventQueuePage::pageWillAppear() {\n\tevent_queue::moveToFirstPage();\n\tevent_queue::markAsRead();\n}\n\ndata::Value EventQueuePage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (cursor.i >= 0 && (id == DATA_ID_EVENT_QUEUE_EVENTS_TYPE || id == DATA_ID_EVENT_QUEUE_EVENTS_MESSAGE)) {\n        event_queue::Event *event = &g_stateEvents[getCurrentStateBufferIndex()][cursor.i];\n\n        int n = event_queue::getActivePageNumEvents();\n        if (cursor.i < n) {\n    \t\tevent_queue::getActivePageEvent(cursor.i, event);\n\t\t} else {\n            event->eventId = event_queue::EVENT_TYPE_NONE;\n\t\t}\n\n        if (id == DATA_ID_EVENT_QUEUE_EVENTS_TYPE) {\n            return data::Value(event_queue::getEventType(event));\n\t\t} \n\t\t\n\t\tif (id == DATA_ID_EVENT_QUEUE_EVENTS_MESSAGE) {\n\t\t\treturn data::Value(event);\n\t\t}\n\t}\n\n\tif (id == DATA_ID_EVENT_QUEUE_MULTIPLE_PAGES) {\n        data::Value eventQueuePageInfo = data::Value::PageInfo(event_queue::getActivePageIndex(), event_queue::getNumPages());\n\t\treturn data::Value(eventQueuePageInfo.getNumPages() > 1 ? 1 : 0);\n\t}\n\n\tif (id == DATA_ID_EVENT_QUEUE_PREVIOUS_PAGE_ENABLED) {\n        data::Value eventQueuePageInfo = data::Value::PageInfo(event_queue::getActivePageIndex(), event_queue::getNumPages());\n\t\treturn data::Value(eventQueuePageInfo.getPageIndex() > 0 ? 1 : 0);\n\t}\n\n\tif (id == DATA_ID_EVENT_QUEUE_NEXT_PAGE_ENABLED) {\n\t\tdata::Value eventQueuePageInfo = data::Value::PageInfo(event_queue::getActivePageIndex(), event_queue::getNumPages());\n        return data::Value(eventQueuePageInfo.getPageIndex() < eventQueuePageInfo.getNumPages() - 1 ? 1 : 0);\n\t}\n\n\tif (id == DATA_ID_EVENT_QUEUE_PAGE_INFO) {\n        data::Value eventQueuePageInfo = data::Value::PageInfo(event_queue::getActivePageIndex(), event_queue::getNumPages());\n\t\treturn eventQueuePageInfo;\n\t}\n\n\treturn data::Value();\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_event_queue.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass EventQueuePage : public Page {\npublic:\n\tvoid pageWillAppear();\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_main.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_page_main.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nevent_queue::Event g_lastEvent[2];\n\ndata::Value MainPage::getData(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_EVENT_QUEUE_LAST_EVENT_TYPE) {\n        event_queue::Event *lastEvent = &g_lastEvent[getCurrentStateBufferIndex()];\n    \tevent_queue::getLastErrorEvent(lastEvent);\n\t\treturn data::Value(event_queue::getEventType(lastEvent));\n\t}\n\t\t\n\tif (id == DATA_ID_EVENT_QUEUE_LAST_EVENT_MESSAGE) {\n        event_queue::Event *lastEvent = &g_lastEvent[getCurrentStateBufferIndex()];\n    \tevent_queue::getLastErrorEvent(lastEvent);\n\t\tif (event_queue::getEventType(lastEvent) != event_queue::EVENT_TYPE_NONE) {\n\t\t\treturn data::Value(lastEvent);\n\t\t}\n\t}\n\n\treturn data::Value();\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_main.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass MainPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_self_test_result.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"devices.h\"\n\n#include \"gui_page_self_test_result.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nvoid SelfTestResultPage::pageWillAppear() {\n\tselfTestResult = devices::getSelfTestResultString();\n}\n\nvoid SelfTestResultPage::pageDidDisappear() {\n\tfree(selfTestResult);\n}\n\ndata::Value SelfTestResultPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_SELF_TEST_RESULT) {\n\t\treturn data::Value(selfTestResult);\n\t}\n\n\treturn data::Value();\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_self_test_result.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass SelfTestResultPage : public Page {\npublic:\n\tvoid pageWillAppear();\n\tvoid pageDidDisappear();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\nprivate:\n\tchar *selfTestResult;\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_sys_info.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"fan.h\"\n#include \"temperature.h\"\n\n#include \"gui_page_sys_info.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\ndata::Value SysInfoPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_SYS_ON_TIME_TOTAL) {\n\t\treturn data::Value((uint32_t)g_powerOnTimeCounter.getTotalTime(), VALUE_TYPE_ON_TIME_COUNTER);\n\t}\n\n\tif (id == DATA_ID_SYS_ON_TIME_LAST) {\n\t\treturn data::Value((uint32_t)g_powerOnTimeCounter.getLastTime(), VALUE_TYPE_ON_TIME_COUNTER);\n\t}\n\n\tif (id == DATA_ID_SYS_INFO_FIRMWARE_VER) {\n\t\treturn data::Value(FIRMWARE);\n\t}\n\n\tif (id == DATA_ID_SYS_INFO_SERIAL_NO) {\n\t\treturn data::Value(persist_conf::devConf.serialNumber);\n\t}\n\n\tif (id == DATA_ID_SYS_INFO_CPU) {\n\t\treturn data::Value(getCpuModel());\n\t}\n\n\tif (cursor.i >= 0) {\n\t\tint iChannel = cursor.i >= 0 ? cursor.i : g_channel->index - 1;\n\n\t\tif (id == DATA_ID_CHANNEL_BOARD_INFO_LABEL) {\n\t\t\treturn data::Value(iChannel + 1, VALUE_TYPE_CHANNEL_BOARD_INFO_LABEL);\n\t\t}\n\n\t\tif (id == DATA_ID_CHANNEL_BOARD_INFO_REVISION) {\n\t\t\tif (iChannel < CH_NUM) {\n\t\t\t\treturn data::Value(Channel::get(iChannel).getBoardRevisionName());\n\t\t\t}\n\t\t}\n\t}\n\n\tif (id == DATA_ID_SYS_INFO_SCPI_VER) {\n\t\treturn data::Value(SCPI_STD_VERSION_REVISION);\n\t}\n\n\tif (id == DATA_ID_SYS_INFO_ETHERNET) {\n\t\treturn data::Value(getCpuEthernetType());\n\t}\n\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9 || !OPTION_FAN\n\tif (id == DATA_ID_SYS_INFO_FAN_STATUS) {\n\t\treturn data::Value(3);\n\t}\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tif (fan::g_testResult == TEST_FAILED || fan::g_testResult == TEST_WARNING) {\n\t    if (id == DATA_ID_SYS_INFO_FAN_STATUS) {\n\t\t    return data::Value(0);\n\t    }\n\t} else if (fan::g_testResult == TEST_OK) {\n#if FAN_OPTION_RPM_MEASUREMENT\n\t    if (id == DATA_ID_SYS_INFO_FAN_STATUS) {\n\t\t    return data::Value(1);\n\t    }\n\t    if (id == DATA_ID_SYS_INFO_FAN_SPEED) {\n\t\t    return data::Value((float)fan::g_rpm, VALUE_TYPE_FLOAT_RPM);\n\t    }\n#else\n\t    if (id == DATA_ID_SYS_INFO_FAN_STATUS) {\n\t\t    return data::Value(2);\n\t    }\n#endif\n\t} else {\n\t    if (id == DATA_ID_SYS_INFO_FAN_STATUS) {\n\t\t    return data::Value(3);\n\t    }\n\t}\n#endif\n\n\treturn data::Value();\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_sys_info.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass SysInfoPage: public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_sys_settings.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"persist_conf.h\"\n#include \"ethernet.h\"\n#include \"temperature.h\"\n#include \"profile.h\"\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n#include \"util.h\"\n#if OPTION_ETHERNET\n#include \"ntp.h\"\n#endif\n\n#include \"gui.h\"\n#include \"gui_page_sys_settings.h\"\n#include \"gui_numeric_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsDateTimePage::SysSettingsDateTimePage() {\n#if OPTION_ETHERNET\n    ntpEnabled = origNtpEnabled = persist_conf::isNtpEnabled();\n    strcpy(ntpServer, persist_conf::devConf2.ntpServer);\n    strcpy(origNtpServer, persist_conf::devConf2.ntpServer);\n#else\n    ntpEnabled = origNtpEnabled = false;\n    strcpy(ntpServer, \"\");\n    strcpy(origNtpServer, \"\");\n#endif\n    dateTimeModified = false;\n\ttimeZone = origTimeZone = persist_conf::devConf.time_zone;\n\tdstRule = origDstRule = (datetime::DstRule)persist_conf::devConf2.dstRule;\n}\n\ndata::Value SysSettingsDateTimePage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_NTP_ENABLED) {\n        return data::Value(ntpEnabled ? 1 : 0);\n    }\n\n    if (ntpEnabled) {\n        uint32_t nowUtc = datetime::nowUtc();\n        uint32_t nowLocal = datetime::utcToLocal(nowUtc, timeZone, dstRule);\n\n        if (id == DATA_ID_NTP_SERVER) {\n            return ntpServer[0] ? ntpServer : \"<not specified>\";\n        }\n\n        if (id == DATA_ID_DATE_TIME_DATE) {\n            return data::Value(nowLocal, VALUE_TYPE_DATE);\n        }\n\n        if (id == DATA_ID_DATE_TIME_TIME) {\n            return data::Value(nowLocal, VALUE_TYPE_TIME);\n        }\n    } else {\n        if (!dateTimeModified) {\n            dateTime = datetime::DateTime::now();\n        }\n\n\t    if (id == DATA_ID_DATE_TIME_YEAR) {\n\t\t    return data::Value(dateTime.year, VALUE_TYPE_YEAR);\n\t    }\n    \n        if (id == DATA_ID_DATE_TIME_MONTH) {\n\t\t    return data::Value(dateTime.month, VALUE_TYPE_MONTH);\n\t    }\n    \n        if (id == DATA_ID_DATE_TIME_DAY) {\n\t\t    return data::Value(dateTime.day, VALUE_TYPE_DAY);\n\t    }\n    \n        if (id == DATA_ID_DATE_TIME_HOUR) {\n\t\t    return data::Value(dateTime.hour, VALUE_TYPE_HOUR);\n\t    }\n    \n        if (id == DATA_ID_DATE_TIME_MINUTE) {\n\t\t    return data::Value(dateTime.minute, VALUE_TYPE_MINUTE);\n\t    }\n    \n        if (id == DATA_ID_DATE_TIME_SECOND) {\n\t\t    return data::Value(dateTime.second, VALUE_TYPE_SECOND);\n\t    }\n    }\n    \n    if (id == DATA_ID_DATE_TIME_TIME_ZONE) {\n\t\treturn data::Value(timeZone, VALUE_TYPE_TIME_ZONE);\n\t}\n    \n    if (id == DATA_ID_DATE_TIME_DST) {\n\t\treturn data::Value(dstRule, data::ENUM_DEFINITION_DST_RULE);\n\t}\n\n\treturn data::Value();\n}\n\nvoid SysSettingsDateTimePage::toggleNtp() {\n#if OPTION_ETHERNET\n    ntpEnabled = !ntpEnabled;\n#endif\n}\n\nvoid SysSettingsDateTimePage::editNtpServer() {\n#if OPTION_ETHERNET\n    Keypad::startPush(0, ntpServer, 32, false, onSetNtpServer, popPage);\n#endif\n}\n\n#if OPTION_ETHERNET\nvoid SysSettingsDateTimePage::onSetNtpServer(char *value) {\n\tSysSettingsDateTimePage *page = (SysSettingsDateTimePage*)getPreviousPage();\n    strcpy(page->ntpServer, value);\n\n    popPage();\n}\n#endif\n\nvoid SysSettingsDateTimePage::edit() {\n\tDECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n\tint id = widget->data;\n\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_INT;\n\n\tconst char *label = 0;\n\n    data::Value value;\n\n    if (id == DATA_ID_DATE_TIME_YEAR) {\n\t\tlabel = \"Year (2016-2036): \";\n\t\toptions.min = 2017;\n\t\toptions.max = 2036;\n\t\toptions.def = 2017;\n        value = data::Value((int)dateTime.year);\n\t} else if (id == DATA_ID_DATE_TIME_MONTH) {\n\t\tlabel = \"Month (1-12): \";\n\t\toptions.min = 1;\n\t\toptions.max = 12;\n\t\toptions.def = 1;\n        value = data::Value((int)dateTime.month);\n\t} else if (id == DATA_ID_DATE_TIME_DAY) {\n\t\tlabel = \"Day (1-31): \";\n\t\toptions.min = 1;\n\t\toptions.max = 31;\n\t\toptions.def = 1;\n        value = data::Value((int)dateTime.day);\n\t} else if (id == DATA_ID_DATE_TIME_HOUR) {\n\t\tlabel = \"Hour (0-23): \";\n\t\toptions.min = 0;\n\t\toptions.max = 23;\n\t\toptions.def = 12;\n        value = data::Value((int)dateTime.hour);\n\t} else if (id == DATA_ID_DATE_TIME_MINUTE) {\n\t\tlabel = \"Minute (0-59): \";\n\t\toptions.min = 0;\n\t\toptions.max = 59;\n\t\toptions.def = 0;\n        value = data::Value((int)dateTime.minute);\n\t} else if (id == DATA_ID_DATE_TIME_SECOND) {\n\t\tlabel = \"Second (0-59): \";\n\t\toptions.min = 0;\n\t\toptions.max = 59;\n\t\toptions.def = 0;\n        value = data::Value((int)dateTime.second);\n\t} else if (id == DATA_ID_DATE_TIME_TIME_ZONE) {\n\t\tlabel = \"Time zone: \";\n\t\toptions.min = -12.00;\n\t\toptions.max = 14.00;\n\t\toptions.def = 0;\n\t\toptions.editUnit = VALUE_TYPE_TIME_ZONE;\n\t\toptions.flags.dotButtonEnabled = true;\n\t\toptions.flags.signButtonEnabled = true;\n\t}\n\n\tif (label) {\n\t\teditDataId = id;\n\t\tNumericKeypad::start(label, value, options, onSetValue);\n\t}\n}\n\nvoid SysSettingsDateTimePage::onDstRuleSet(uint8_t value) {\n    popPage();\n\tSysSettingsDateTimePage *page = (SysSettingsDateTimePage*)getActivePage();\n    page->dstRule = (datetime::DstRule)value;\n}\n\nvoid SysSettingsDateTimePage::selectDstRule() {\n    pushSelectFromEnumPage(data::g_dstRuleEnumDefinition, dstRule, 0, onDstRuleSet);\n}\n\nvoid SysSettingsDateTimePage::setValue(float value) {\n\tif (editDataId == DATA_ID_DATE_TIME_YEAR) {\n\t\tdateTime.year = uint16_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_MONTH) {\n\t\tdateTime.month = uint8_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_DAY) {\n\t\tdateTime.day = uint8_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_HOUR) {\n\t\tdateTime.hour = uint8_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_MINUTE) {\n\t\tdateTime.minute = uint8_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_SECOND) {\n\t\tdateTime.second = uint8_t(value);\n        dateTimeModified = true;\n\t} else if (editDataId == DATA_ID_DATE_TIME_TIME_ZONE) {\n\t\ttimeZone = int16_t(roundf(value * 100));\n\t}\n}\n\nint SysSettingsDateTimePage::getDirty() {\n    if (ntpEnabled && !ntpServer[0]) {\n        return 0;\n    }\n\n\tif (ntpEnabled != origNtpEnabled) {\n        return 1;\n    }\n    \n    if (ntpEnabled) {\n        if (ntpServer[0] && strcmp(ntpServer, origNtpServer)) {\n            return 1;\n        }\n    } else {\n        if (dateTimeModified) {\n            return 1;\n        }\n    }\n\n    return (timeZone != origTimeZone || dstRule != origDstRule) ? 1 : 0;\n}\n\n#if OPTION_ETHERNET\n\nvoid SysSettingsDateTimePage::checkTestNtpServerStatus() {\n    bool testResult;\n    if (ntp::isTestNtpServerDone(testResult)) {\n        popPage();\n\n        if (testResult) {\n            SysSettingsDateTimePage *page = (SysSettingsDateTimePage*)getActivePage();\n            page->doSet();\n        } else {\n            errorMessageP(PSTR(\"Unable to connect to NTP server!\"));\n        }\n    }\n}\n\nvoid SysSettingsDateTimePage::testNtpServer() {\n    ntp::testNtpServer(ntpServer);\n    showAsyncOperationInProgress(\"Testing NTP server...\", checkTestNtpServerStatus);\n}\n#endif\n\n\nvoid SysSettingsDateTimePage::set() {\n    if (getDirty()) {\n#if OPTION_ETHERNET\n        if (ntpEnabled && strcmp(ntpServer, origNtpServer)) {\n            testNtpServer();\n            return;\n        }\n#endif\n        doSet();\n    }\n}\n\nvoid SysSettingsDateTimePage::doSet() {\n    if (!ntpEnabled) {\n        if (!datetime::isValidDate(uint8_t(dateTime.year - 2000), dateTime.month, dateTime.day)) {\n            errorMessageP(PSTR(\"Invalid date!\"));\n            return;\n        }\n\n        if (!datetime::isValidTime(dateTime.hour, dateTime.minute, dateTime.second)) {\n            errorMessageP(PSTR(\"Invalid time!\"));\n            popPage();\n\t\t    return;\n        }\n    }\n\n#if OPTION_ETHERNET\n    if (ntpEnabled != origNtpEnabled || strcmp(ntpServer, origNtpServer)) {\n        persist_conf::setNtpSettings(ntpEnabled, ntpServer);\n    }\n#endif\n\n    if (dstRule != origDstRule) {\n\t\tpersist_conf::devConf2.dstRule = dstRule;\n\t\tpersist_conf::saveDevice2();\n    }\n\n    if (!ntpEnabled && dateTimeModified) {\n\t\tdatetime::setDateTime(uint8_t(dateTime.year - 2000), dateTime.month, dateTime.day, dateTime.hour, dateTime.minute, dateTime.second, true, 2);\n    }\n\n\tif (timeZone != origTimeZone) {\n\t\tpersist_conf::devConf.time_zone = timeZone;\n\t\tpersist_conf::saveDevice();\n\t}\n\n#if OPTION_ETHERNET\n    ntp::reset();\n#endif\n\n    if (ntpEnabled || !dateTimeModified) {\n        event_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_DATE_TIME_CHANGED);\n    }\n\n    infoMessageP(PSTR(\"Date and time settings saved!\"), popPage);\n\treturn;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if OPTION_ETHERNET\n\nSysSettingsEthernetPage::SysSettingsEthernetPage() {\n    m_enabledOrig = m_enabled = persist_conf::isEthernetEnabled();\n    m_dhcpEnabledOrig = m_dhcpEnabled = persist_conf::isEthernetDhcpEnabled();\n    m_ipAddressOrig = m_ipAddress = persist_conf::devConf2.ethernetIpAddress;\n    m_dnsOrig = m_dns = persist_conf::devConf2.ethernetDns;\n    m_gatewayOrig = m_gateway = persist_conf::devConf2.ethernetGateway;\n    m_subnetMaskOrig = m_subnetMask = persist_conf::devConf2.ethernetSubnetMask;\n    m_scpiPortOrig = m_scpiPort = persist_conf::devConf2.ethernetScpiPort;\n    memcpy(m_macAddressOrig, persist_conf::devConf2.ethernetMacAddress, 6);\n    memcpy(m_macAddress, persist_conf::devConf2.ethernetMacAddress, 6);\n}\n\ndata::Value SysSettingsEthernetPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_ETHERNET_ENABLED) {\n        return data::Value(m_enabled ? 1 : 0);\n    }\n\n    if (id == DATA_ID_ETHERNET_DHCP) {\n        return data::Value(m_dhcpEnabled ? 1 : 0);\n    }\n\n    if (m_dhcpEnabled) {\n        if (id == DATA_ID_ETHERNET_IP_ADDRESS) {\n            return data::Value(ethernet::getIpAddress(), VALUE_TYPE_IP_ADDRESS);\n        }\n    }\n\n    if (id == DATA_ID_ETHERNET_SCPI_PORT) {\n        return data::Value((uint16_t)m_scpiPort, VALUE_TYPE_PORT);\n    }\n\n    if (id == DATA_ID_ETHERNET_MAC) {\n        uint8_t *macAddress = &m_macAddressData[getCurrentStateBufferIndex()][0];\n        memcpy(macAddress, m_macAddress, 6);\n        return data::Value(macAddress, VALUE_TYPE_MAC_ADDRESS);\n    }\n\n    return data::Value();\n}\n\nvoid SysSettingsEthernetPage::toggle() {\n    m_enabled = !m_enabled;\n}\n\nvoid SysSettingsEthernetPage::toggleDhcp() {\n    m_dhcpEnabled = !m_dhcpEnabled;\n}\n\nvoid SysSettingsEthernetPage::editStaticAddress() {\n    pushPage(PAGE_ID_SYS_SETTINGS_ETHERNET_STATIC);\n}\n\nvoid SysSettingsEthernetPage::onSetScpiPort(float value) {\n    popPage();\n    SysSettingsEthernetPage *page = (SysSettingsEthernetPage *)getActivePage();\n    page->m_scpiPort = (uint16_t)value;\n}\n\nvoid SysSettingsEthernetPage::editScpiPort() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_PORT;\n\n\toptions.min = 0;\n\toptions.max = 65535;\n\toptions.def = TCP_PORT;\n\n    options.enableDefButton();\n\n\tNumericKeypad::start(0, data::Value((int)m_scpiPort, VALUE_TYPE_PORT), options, (void (*)(float))onSetScpiPort);\n}\n\nvoid SysSettingsEthernetPage::onSetMacAddress(char *value) {\n    uint8_t macAddress[6];\n    if (!util::parseMacAddress(value, strlen(value), macAddress)) {\n        errorMessageP(PSTR(\"Invalid MAC address!\"));\n        return;\n    }\n\n\tSysSettingsEthernetPage *page = (SysSettingsEthernetPage*)getPreviousPage();\n    memcpy(page->m_macAddress, macAddress, 6);\n\n    popPage();\n}\n\nvoid SysSettingsEthernetPage::editMacAddress() {\n    char macAddressStr[18];\n    util::macAddressToString(m_macAddress, macAddressStr);\n    Keypad::startPush(0, macAddressStr, 32, false, onSetMacAddress, popPage);\n}\n\nint SysSettingsEthernetPage::getDirty() {\n    return\n        m_enabledOrig != m_enabled ||\n        m_dhcpEnabledOrig != m_dhcpEnabled ||\n        m_ipAddressOrig != m_ipAddress ||\n        m_dnsOrig != m_dns ||\n        m_gatewayOrig != m_gateway ||\n        m_subnetMaskOrig != m_subnetMask ||\n        m_scpiPortOrig != m_scpiPort ||\n        memcmp(m_macAddress, m_macAddressOrig, 6) != 0;\n}\n\nvoid SysSettingsEthernetPage::set() {\n    if (getDirty()) {\n        if (persist_conf::setEthernetSettings(m_enabled, m_dhcpEnabled, m_ipAddress, m_dns, m_gateway, m_subnetMask, m_scpiPort, m_macAddress)) {\n            longInfoMessageP(PSTR(\"Turn off and on power or\"), PSTR(\"press reset to apply changes!\"), popPage);\n        }\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsEthernetStaticPage::SysSettingsEthernetStaticPage() {\n    SysSettingsEthernetPage *page = (SysSettingsEthernetPage *)getPreviousPage();\n\n    m_ipAddressOrig = m_ipAddress = page->m_ipAddress;\n    m_dnsOrig = m_dns = page->m_dns;\n    m_gatewayOrig = m_gateway = page->m_gateway;\n    m_subnetMaskOrig = m_subnetMask = page->m_subnetMask;\n}\n\ndata::Value SysSettingsEthernetStaticPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_ETHERNET_IP_ADDRESS) {\n        return data::Value(m_ipAddress, VALUE_TYPE_IP_ADDRESS);\n    }\n\n    if (id == DATA_ID_ETHERNET_DNS) {\n        return data::Value(m_dns, VALUE_TYPE_IP_ADDRESS);\n    }\n\n    if (id == DATA_ID_ETHERNET_GATEWAY) {\n        return data::Value(m_gateway, VALUE_TYPE_IP_ADDRESS);\n    }\n\n    if (id == DATA_ID_ETHERNET_SUBNET_MASK) {\n        return data::Value(m_subnetMask, VALUE_TYPE_IP_ADDRESS);\n    }\n\n    return data::Value();\n}\n\nvoid SysSettingsEthernetStaticPage::onAddressSet(uint32_t address) {\n    popPage();\n    SysSettingsEthernetStaticPage *page = (SysSettingsEthernetStaticPage *)getActivePage();\n    *page->m_editAddress = address;\n}\n\nvoid SysSettingsEthernetStaticPage::edit(uint32_t &address) {\n    m_editAddress = &address;\n\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = VALUE_TYPE_IP_ADDRESS;\n\n\tNumericKeypad::start(0, data::Value((uint32_t)address, VALUE_TYPE_IP_ADDRESS), options, (void (*)(float))onAddressSet);\n}\n\nvoid SysSettingsEthernetStaticPage::editIpAddress() {\n    edit(m_ipAddress);\n}\n\nvoid SysSettingsEthernetStaticPage::editDns() {\n    edit(m_dns);\n}\n\nvoid SysSettingsEthernetStaticPage::editGateway() {\n    edit(m_gateway);\n}\n\nvoid SysSettingsEthernetStaticPage::editSubnetMask() {\n    edit(m_subnetMask);\n}\n\nint SysSettingsEthernetStaticPage::getDirty() {\n    return\n        m_ipAddressOrig != m_ipAddress ||\n        m_dnsOrig != m_dns ||\n        m_gatewayOrig != m_gateway ||\n        m_subnetMaskOrig != m_subnetMask;\n}\n\nvoid SysSettingsEthernetStaticPage::set() {\n    if (getDirty()) {\n        SysSettingsEthernetPage *page = (SysSettingsEthernetPage *)getPreviousPage();\n\n        page->m_ipAddress = m_ipAddress;\n        page->m_dns = m_dns;\n        page->m_gateway = m_gateway;\n        page->m_subnetMask = m_subnetMask;\n\n        popPage();\n    }\n}\n\n#endif\n\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value SysSettingsProtectionsPage::getData(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_OUTPUT_PROTECTION_COUPLED) {\n        return data::Value(persist_conf::isOutputProtectionCoupleEnabled() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_SYS_SHUTDOWN_WHEN_PROTECTION_TRIPPED) {\n        return data::Value(persist_conf::isShutdownWhenProtectionTrippedEnabled() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_SYS_FORCE_DISABLING_ALL_OUTPUTS_ON_POWER_UP) {\n        return data::Value(persist_conf::isForceDisablingAllOutputsOnPowerUpEnabled() ? 1 : 0);\n    }\n\n    return data::Value();\n}\n\nvoid SysSettingsProtectionsPage::toggleOutputProtectionCouple() {\n    if (persist_conf::isOutputProtectionCoupleEnabled()) {\n        if (persist_conf::enableOutputProtectionCouple(false)) {\n            infoMessageP(PSTR(\"Output protection decoupled!\"));\n        }\n    } else {\n        if (persist_conf::enableOutputProtectionCouple(true)) {\n            infoMessageP(PSTR(\"Output protection coupled!\"));\n        }\n    }\n}\n\nvoid SysSettingsProtectionsPage::toggleShutdownWhenProtectionTripped() {\n    if (persist_conf::isShutdownWhenProtectionTrippedEnabled()) {\n        if (persist_conf::enableShutdownWhenProtectionTripped(false)) {\n            infoMessageP(PSTR(\"Shutdown when tripped disabled!\"));\n        }\n    } else {\n        if (persist_conf::enableShutdownWhenProtectionTripped(true)) {\n            infoMessageP(PSTR(\"Shutdown when tripped enabled!\"));\n        }\n    }\n}\n\nvoid SysSettingsProtectionsPage::toggleForceDisablingAllOutputsOnPowerUp() {\n    if (persist_conf::isForceDisablingAllOutputsOnPowerUpEnabled()) {\n        if (persist_conf::enableForceDisablingAllOutputsOnPowerUp(false)) {\n            infoMessageP(PSTR(\"Force disabling outputs disabled!\"));\n        }\n    } else {\n        if (persist_conf::enableForceDisablingAllOutputsOnPowerUp(true)) {\n            infoMessageP(PSTR(\"Force disabling outputs enabled!\"));\n        }\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsAuxOtpPage::SysSettingsAuxOtpPage() {\n\torigState = state = temperature::sensors[temp_sensor::AUX].prot_conf.state ? 1 : 0;\n\n\torigLevel = level = data::Value(temperature::sensors[temp_sensor::AUX].prot_conf.level, VALUE_TYPE_FLOAT_CELSIUS);\n\tminLevel = OTP_AUX_MIN_LEVEL;\n\tmaxLevel = OTP_AUX_MAX_LEVEL;\n\tdefLevel = OTP_AUX_DEFAULT_LEVEL;\n\n\torigDelay = delay = data::Value(temperature::sensors[temp_sensor::AUX].prot_conf.delay, VALUE_TYPE_FLOAT_SECOND);\n\tminDelay = OTP_AUX_MIN_DELAY;\n\tmaxDelay = OTP_AUX_MAX_DELAY;\n\tdefaultDelay = OTP_CH_DEFAULT_DELAY;\n}\n\ndata::Value SysSettingsAuxOtpPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_SYS_TEMP_AUX_OTP_STATE) {\n\t\treturn state;\n\t}\n\n    if (id == DATA_ID_SYS_TEMP_AUX_OTP_LEVEL) {\n\t\treturn level;\n\t}\n\n\tif (id == DATA_ID_SYS_TEMP_AUX_OTP_DELAY) {\n\t\treturn delay;\n\t}\n\n\tif (id == DATA_ID_SYS_TEMP_AUX_OTP_IS_TRIPPED) {\n\t\treturn temperature::sensors[temp_sensor::AUX].isTripped() ? 1 : 0;\n\t}\n\n\treturn data::Value();\n}\n\nint SysSettingsAuxOtpPage::getDirty() {\n\treturn (origState != state || origLevel != level || origDelay != delay) ? 1 : 0;\n}\n\nvoid SysSettingsAuxOtpPage::set() {\n\tif (getDirty()) {\n\t\tsetParams();\n\t}\n}\n\nvoid SysSettingsAuxOtpPage::toggleState() {\n\tstate = state ? 0 : 1;\n}\n\nvoid SysSettingsAuxOtpPage::onLevelSet(float value) {\n\tpopPage();\n\tSysSettingsAuxOtpPage *page = (SysSettingsAuxOtpPage *)getActivePage();\n\tpage->level = data::Value(value, page->level.getType());\n}\n\nvoid SysSettingsAuxOtpPage::editLevel() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = level.getType();\n\n\toptions.min = minLevel;\n\toptions.max = maxLevel;\n\toptions.def = defLevel;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, level, options, onLevelSet);\n}\n\nvoid SysSettingsAuxOtpPage::onDelaySet(float value) {\n\tpopPage();\n\tSysSettingsAuxOtpPage *page = (SysSettingsAuxOtpPage *)getActivePage();\n\tpage->delay = data::Value(value, page->delay.getType());\n}\n\nvoid SysSettingsAuxOtpPage::editDelay() {\n\tNumericKeypadOptions options;\n\n\toptions.editUnit = delay.getType();\n\n\toptions.min = minDelay;\n\toptions.max = maxDelay;\n\toptions.def = defaultDelay;\n\n\toptions.enableMaxButton();\n\toptions.enableDefButton();\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, delay, options, onDelaySet);\n}\n\nvoid SysSettingsAuxOtpPage::setParams() {\n    temperature::sensors[temp_sensor::AUX].prot_conf.state = state ? true : false;\n    temperature::sensors[temp_sensor::AUX].prot_conf.level = level.getFloat();\n    temperature::sensors[temp_sensor::AUX].prot_conf.delay = delay.getFloat();\n\n    profile::save();\n    infoMessageP(PSTR(\"Aux temp. protection changed!\"), popPage);\n}\n\nvoid SysSettingsAuxOtpPage::clear() {\n    temperature::sensors[temp_sensor::AUX].clearProtection();\n    infoMessageP(PSTR(\"Cleared!\"), popPage);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value SysSettingsSoundPage::getData(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_SOUND_IS_ENABLED) {\n        return data::Value(persist_conf::isSoundEnabled() ? 1 : 0);\n    }\n\n    if (id == DATA_ID_SYS_SOUND_IS_CLICK_ENABLED) {\n        return data::Value(persist_conf::isClickSoundEnabled() ? 1 : 0);\n    }\n\n    return data::Value();\n}\n\nvoid SysSettingsSoundPage::toggleSound() {\n    if (persist_conf::isSoundEnabled()) {\n        if (persist_conf::enableSound(false)) {\n            infoMessageP(PSTR(\"Sound disabled!\"));\n        }\n    } else {\n        if (persist_conf::enableSound(true)) {\n            infoMessageP(PSTR(\"Sound enabled!\"));\n        }\n    }\n}\n\nvoid SysSettingsSoundPage::toggleClickSound() {\n    if (persist_conf::isClickSoundEnabled()) {\n        if (persist_conf::enableClickSound(false)) {\n            infoMessageP(PSTR(\"Click sound disabled!\"));\n        }\n    } else {\n        if (persist_conf::enableClickSound(true)) {\n            infoMessageP(PSTR(\"Click sound enabled!\"));\n        }\n    }\n}\n\n#if OPTION_ENCODER\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsEncoderPage::SysSettingsEncoderPage() {\n    origConfirmationMode = confirmationMode = persist_conf::devConf2.flags.encoderConfirmationMode;\n    origMovingSpeedDown = movingSpeedDown = persist_conf::devConf2.encoderMovingSpeedDown;\n    origMovingSpeedUp = movingSpeedUp = persist_conf::devConf2.encoderMovingSpeedUp;\n}\n\ndata::Value SysSettingsEncoderPage::getMin(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_ENCODER_MOVING_DOWN_SPEED || id == DATA_ID_SYS_ENCODER_MOVING_UP_SPEED) {\n        return encoder::MIN_MOVING_SPEED;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsEncoderPage::getMax(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_ENCODER_MOVING_DOWN_SPEED || id == DATA_ID_SYS_ENCODER_MOVING_UP_SPEED) {\n        return encoder::MAX_MOVING_SPEED;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsEncoderPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_SYS_ENCODER_CONFIRMATION_MODE) {\n        return data::Value((int)confirmationMode);\n    }\n\n    if (id == DATA_ID_SYS_ENCODER_MOVING_DOWN_SPEED) {\n        return data::Value((int)movingSpeedDown);\n    }\n\n    if (id == DATA_ID_SYS_ENCODER_MOVING_UP_SPEED) {\n        return data::Value((int)movingSpeedUp);\n    }\n\n    return data::Value();\n}\n\nbool SysSettingsEncoderPage::setData(const data::Cursor &cursor, uint8_t id, data::Value value) {\n    if (id == DATA_ID_SYS_ENCODER_MOVING_DOWN_SPEED) {\n        movingSpeedDown = (uint8_t)value.getInt();\n        return true;\n    }\n\n    if (id == DATA_ID_SYS_ENCODER_MOVING_UP_SPEED) {\n        movingSpeedUp = (uint8_t)value.getInt();\n        return true;\n    }\n\n    return false;\n}\n\nvoid SysSettingsEncoderPage::toggleConfirmationMode() {\n    confirmationMode = confirmationMode ? 0 : 1;\n}\n\nint SysSettingsEncoderPage::getDirty() {\n    return origConfirmationMode != confirmationMode || origMovingSpeedDown != movingSpeedDown || origMovingSpeedUp != movingSpeedUp;\n}\n\nvoid SysSettingsEncoderPage::set() {\n\tif (getDirty()) {\n        persist_conf::setEncoderSettings(confirmationMode, movingSpeedDown, movingSpeedUp);\n\t\tinfoMessageP(PSTR(\"Encoder settings changed!\"), popPage);\n\t}\n}\n\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\ndata::Value SysSettingsDisplayPage::getMin(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_DISPLAY_BRIGHTNESS) {\n        return DISPLAY_BRIGHTNESS_MIN;\n    }\n\n    if (id == DATA_ID_SYS_DISPLAY_BACKGROUND_LUMINOSITY_STEP) {\n        return DISPLAY_BACKGROUND_LUMINOSITY_STEP_MIN;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsDisplayPage::getMax(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SYS_DISPLAY_BRIGHTNESS) {\n        return DISPLAY_BRIGHTNESS_MAX;\n    }\n\n    if (id == DATA_ID_SYS_DISPLAY_BACKGROUND_LUMINOSITY_STEP) {\n        return DISPLAY_BACKGROUND_LUMINOSITY_STEP_MAX;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsDisplayPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = Page::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_SYS_DISPLAY_BRIGHTNESS) {\n        return data::Value(persist_conf::devConf2.displayBrightness);\n    }\n\n    if (id == DATA_ID_SYS_DISPLAY_BACKGROUND_LUMINOSITY_STEP) {\n        return data::Value(persist_conf::devConf2.displayBackgroundLuminosityStep);\n    }\n\n    return data::Value();\n}\n\nbool SysSettingsDisplayPage::setData(const data::Cursor &cursor, uint8_t id, data::Value value) {\n    if (id == DATA_ID_SYS_DISPLAY_BRIGHTNESS) {\n        persist_conf::setDisplayBrightness((uint8_t)value.getInt());\n        return true;\n    }\n\n    if (id == DATA_ID_SYS_DISPLAY_BACKGROUND_LUMINOSITY_STEP) {\n        persist_conf::setDisplayBackgroundLuminosityStep((uint8_t)value.getInt());\n        return true;\n    }\n\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsTriggerPage::SysSettingsTriggerPage() {\n    m_sourceOrig = m_source = trigger::getSource();\n    m_delayOrig = m_delay = trigger::getDelay();\n    m_initiateContinuouslyOrig = m_initiateContinuously = trigger::isContinuousInitializationEnabled();\n}\n\ndata::Value SysSettingsTriggerPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n\tif (id == DATA_ID_TRIGGER_SOURCE) {\n\t\treturn data::Value(m_source, data::ENUM_DEFINITION_TRIGGER_SOURCE);\n\t}\n\n\tif (id == DATA_ID_TRIGGER_DELAY) {\n\t\treturn data::Value(m_delay, VALUE_TYPE_FLOAT_SECOND);\n\t}\n\n\tif (id == DATA_ID_TRIGGER_INITIATE_CONTINUOUSLY) {\n        return data::Value(m_initiateContinuously ? 1 : 0);\n\t}\n\n    return data::Value();\n}\n\nvoid SysSettingsTriggerPage::onTriggerSourceSet(uint8_t value) {\n    popPage();\n\tSysSettingsTriggerPage *page = (SysSettingsTriggerPage*)getActivePage();\n    page->m_source = (trigger::Source)value;\n}\n\nvoid SysSettingsTriggerPage::selectSource() {\n    pushSelectFromEnumPage(data::g_triggerSourceEnumDefinition, m_source, 0, onTriggerSourceSet);\n}\n\nvoid SysSettingsTriggerPage::onDelaySet(float value) {\n    popPage();\n\tSysSettingsTriggerPage *page = (SysSettingsTriggerPage*)getActivePage();\n    page->m_delay = value;\n}\n\nvoid SysSettingsTriggerPage::editDelay() {\n    NumericKeypadOptions options;\n\n    options.editUnit = VALUE_TYPE_FLOAT_SECOND;\n\n    options.def = 0;\n\toptions.min = 0;\n\toptions.max = 3600;\n\n\toptions.flags.signButtonEnabled = true;\n\toptions.flags.dotButtonEnabled = true;\n\n\tNumericKeypad::start(0, data::Value(trigger::getDelay(), VALUE_TYPE_FLOAT_SECOND), options, onDelaySet);\n}\n\nvoid SysSettingsTriggerPage::toggleInitiateContinuously() {\n    m_initiateContinuously = !m_initiateContinuously;\n}\n\nint SysSettingsTriggerPage::getDirty() {\n    return m_sourceOrig != m_source || m_delayOrig != m_delay || m_initiateContinuouslyOrig != m_initiateContinuously;\n}\n\nvoid SysSettingsTriggerPage::set() {\n    if (getDirty()) {\n        trigger::setSource(m_source);\n        trigger::setDelay(m_delay);\n        trigger::enableInitiateContinuous(m_initiateContinuously);\n\n        if (m_source == trigger::SOURCE_PIN1) {\n            persist_conf::devConf2.ioPins[0].function = io_pins::FUNCTION_TINPUT;\n        }\n\n        persist_conf::saveDevice2();\n\n        infoMessageP(PSTR(\"Trigger settings saved!\"), popPage);\n    }\n}\n\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsIOPinsPage::SysSettingsIOPinsPage() {\n    for (int i = 0; i < 3; ++i) {\n        m_polarityOrig[i] = m_polarity[i] = (io_pins::Polarity) persist_conf::devConf2.ioPins[i].polarity;\n        m_functionOrig[i] = m_function[i] = (io_pins::Function) persist_conf::devConf2.ioPins[i].function;\n    }\n}\n\ndata::Value SysSettingsIOPinsPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_IO_PIN_NUMBER) {\n\t\treturn data::Value(cursor.i + 1);\n\t}\n\n\tif (id == DATA_ID_IO_PIN_POLARITY) {\n\t\treturn data::Value(m_polarity[cursor.i], data::ENUM_DEFINITION_IO_PINS_POLARITY);\n\t}\n\n\tif (id == DATA_ID_IO_PIN_FUNCTION) {\n        if (cursor.i == 0) {\n    \t\treturn data::Value(m_function[cursor.i], data::ENUM_DEFINITION_IO_PINS_INPUT_FUNCTION);\n        } else {\n    \t\treturn data::Value(m_function[cursor.i], data::ENUM_DEFINITION_IO_PINS_OUTPUT_FUNCTION);\n        }\n\t}\n\n    return data::Value();\n}\n\nvoid SysSettingsIOPinsPage::togglePolarity() {\n    int i = g_foundWidgetAtDown.cursor.i;\n    m_polarity[i] = m_polarity[i] == io_pins::POLARITY_NEGATIVE ? io_pins::POLARITY_POSITIVE : io_pins::POLARITY_NEGATIVE;\n}\n\nvoid SysSettingsIOPinsPage::onFunctionSet(uint8_t value) {\n    popPage();\n\tSysSettingsIOPinsPage *page = (SysSettingsIOPinsPage*)getActivePage();\n    page->m_function[page->pinNumber] = (io_pins::Function)value;\n}\n\nvoid SysSettingsIOPinsPage::selectFunction() {\n    pinNumber = g_foundWidgetAtDown.cursor.i;\n    pushSelectFromEnumPage(pinNumber == 0 ? data::g_ioPinsInputFunctionEnumDefinition : data::g_ioPinsOutputFunctionEnumDefinition,\n        m_function[pinNumber], 0, onFunctionSet);\n}\n\nint SysSettingsIOPinsPage::getDirty() {\n    for (int i = 0; i < 3; ++i) {\n        if (m_polarityOrig[i] != m_polarity[i] || m_functionOrig[i] != m_function[i]) {\n            return true;\n        }\n    }\n    return false;\n}\n\nvoid SysSettingsIOPinsPage::set() {\n    if (getDirty()) {\n        for (int i = 0; i < 3; ++i) {\n            persist_conf::devConf2.ioPins[i].polarity = m_polarity[i];\n            persist_conf::devConf2.ioPins[i].function = m_function[i];\n        }\n\n        if (persist_conf::saveDevice2()) {\n            infoMessageP(PSTR(\"Digital I/O pin settings saved!\"), popPage);\n        }\n\n        io_pins::refresh();\n    }\n}\n\n\n////////////////////////////////////////////////////////////////////////////////\n\nSysSettingsSerialPage::SysSettingsSerialPage() {\n    m_enabledOrig = m_enabled = persist_conf::isSerialEnabled();\n    m_baudIndexOrig = m_baudIndex = persist_conf::getSerialBaudIndex();\n    m_parityOrig = m_parity = (serial::Parity)persist_conf::getSerialParity();\n}\n\ndata::Value SysSettingsSerialPage::getMin(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SERIAL_BAUD) {\n        return 1;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsSerialPage::getMax(const data::Cursor &cursor, uint8_t id) {\n    if (id == DATA_ID_SERIAL_BAUD) {\n        return serial::g_baudsSize;\n    }\n\n    return data::Value();\n}\n\ndata::Value SysSettingsSerialPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tdata::Value value = SetPage::getData(cursor, id);\n\tif (value.getType() != VALUE_TYPE_NONE) {\n\t\treturn value;\n\t}\n\n    if (id == DATA_ID_SERIAL_ENABLED) {\n        return data::Value(m_enabled ? 1 : 0);\n    }\n\n    if (id == DATA_ID_SERIAL_BAUD) {\n\t\treturn data::Value((int)m_baudIndex, VALUE_TYPE_SERIAL_BAUD_INDEX);\n\t}\n\n\tif (id == DATA_ID_SERIAL_PARITY) {\n\t\treturn data::Value(m_parity, data::ENUM_DEFINITION_SERIAL_PARITY);\n\t}\n\n    return data::Value();\n}\n\nbool SysSettingsSerialPage::setData(const data::Cursor &cursor, uint8_t id, data::Value value) {\n    if (id == DATA_ID_SERIAL_BAUD) {\n        m_baudIndex = (uint8_t)value.getInt();\n        return true;\n    }\n\n    return false;\n}\n\nvoid SysSettingsSerialPage::toggle() {\n    m_enabled = !m_enabled;\n}\n\nvoid SysSettingsSerialPage::onParitySet(uint8_t value) {\n    popPage();\n\tSysSettingsSerialPage *page = (SysSettingsSerialPage*)getActivePage();\n    page->m_parity = (serial::Parity)value;\n}\n\nvoid SysSettingsSerialPage::selectParity() {\n    pushSelectFromEnumPage(data::g_serialParityEnumDefinition, m_parity, 0, onParitySet);\n}\n\nint SysSettingsSerialPage::getDirty() {\n    return m_enabledOrig != m_enabled || m_baudIndexOrig != m_baudIndex || m_parityOrig != m_parity;\n}\n\nvoid SysSettingsSerialPage::set() {\n    if (getDirty()) {\n        if (persist_conf::setSerialSettings(m_enabled, m_baudIndex, m_parity)) {\n            infoMessageP(PSTR(\"Serial settings saved!\"), popPage);\n        }\n    }\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_sys_settings.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n\n#include \"datetime.h\"\n#include \"trigger.h\"\n#include \"io_pins.h\"\n#include \"serial_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass SysSettingsDateTimePage : public SetPage {\npublic:\n\tSysSettingsDateTimePage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tvoid edit();\n\tvoid setValue(float value);\n\tint getDirty();\n\tvoid set();\n\n    void toggleNtp();\n    void editNtpServer();\n\tvoid selectDstRule();\n\nprivate:\n    bool origNtpEnabled;\n    bool ntpEnabled;\n\n    char origNtpServer[32+1];\n    char ntpServer[32+1];\n\n    bool dateTimeModified;\n    datetime::DateTime dateTime;\n\n\tint16_t origTimeZone;\n\tint16_t timeZone;\n\n\tdatetime::DstRule origDstRule;\n\tdatetime::DstRule dstRule;\n\n    static void onDstRuleSet(uint8_t value);\n\n#if OPTION_ETHERNET\n    enum {\n        TEST_NTP_SERVER_OPERATION_STATE_INIT = -1,\n        TEST_NTP_SERVER_OPERATION_STATE_STARTED = -2\n    };\n\n    static void onSetNtpServer(char * value);\n\n    static void checkTestNtpServerStatus();\n    void testNtpServer();\n#endif\n\n    void doSet();\n};\n\n#if OPTION_ETHERNET\n\nclass SysSettingsEthernetPage : public SetPage {\n    friend class SysSettingsEthernetStaticPage;\n\npublic:\n    SysSettingsEthernetPage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void toggle();\n    void toggleDhcp();\n    void editStaticAddress();\n    void editScpiPort();\n    void editMacAddress();\n\n\tint getDirty();\n\tvoid set();\n\nprivate:\n    bool m_enabledOrig;\n    bool m_enabled;\n\n    bool m_dhcpEnabledOrig;\n    bool m_dhcpEnabled;\n\n    uint32_t m_ipAddressOrig;\n    uint32_t m_ipAddress;\n\n    uint32_t m_dnsOrig;\n    uint32_t m_dns;\n\n    uint32_t m_gatewayOrig;\n    uint32_t m_gateway;\n\n    uint32_t m_subnetMaskOrig;\n    uint32_t m_subnetMask;\n\n    uint16_t m_scpiPortOrig;\n    uint16_t m_scpiPort;\n\n    uint8_t m_macAddressOrig[6];\n    uint8_t m_macAddress[6];\n    uint8_t m_macAddressData[2][6];\n\n    static void onSetScpiPort(float value);\n    static void onSetMacAddress(char *value);\n};\n\nclass SysSettingsEthernetStaticPage : public SetPage {\npublic:\n    SysSettingsEthernetStaticPage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void editIpAddress();\n    void editDns();\n    void editGateway();\n    void editSubnetMask();\n\n\tint getDirty();\n\tvoid set();\n\nprivate:\n    enum Field {\n        FIELD_IP_ADDRESS,\n        FIELD_DNS,\n        FIELD_GATEWAY,\n        FIELD_SUBNET_MASK\n    };\n\n    uint32_t m_ipAddressOrig;\n    uint32_t m_ipAddress;\n\n    uint32_t m_dnsOrig;\n    uint32_t m_dns;\n\n    uint32_t m_gatewayOrig;\n    uint32_t m_gateway;\n\n    uint32_t m_subnetMaskOrig;\n    uint32_t m_subnetMask;\n\n    uint32_t *m_editAddress;\n\n    void edit(uint32_t &address);\n    static void onAddressSet(uint32_t address);\n};\n\n#endif\n\nclass SysSettingsProtectionsPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    static void toggleOutputProtectionCouple();\n    static void toggleShutdownWhenProtectionTripped();\n    static void toggleForceDisablingAllOutputsOnPowerUp();\n};\n\nclass SysSettingsAuxOtpPage : public SetPage {\npublic:\n    SysSettingsAuxOtpPage();\n\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tint getDirty();\n\tvoid set();\n\n\tvoid toggleState();\n\tvoid editLevel();\n\tvoid editDelay();\n\n    static void clear();\n\nprotected:\n\tint origState;\n\tint state;\n\n\tdata::Value origLevel;\n\tdata::Value level;\n\tfloat minLevel;\n\tfloat maxLevel;\n\tfloat defLevel;\n\n\tdata::Value origDelay;\n\tdata::Value delay;\n\tfloat minDelay;\n\tfloat maxDelay;\n\tfloat defaultDelay;\n\n\tvirtual void setParams();\n\n\tstatic void onLevelSet(float value);\n\tstatic void onDelaySet(float value);\n};\n\nclass SysSettingsSoundPage : public Page {\npublic:\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    static void toggleSound();\n    static void toggleClickSound();\n};\n\n#if OPTION_ENCODER\n\nclass SysSettingsEncoderPage : public SetPage {\npublic:\n    SysSettingsEncoderPage();\n\n    data::Value getMin(const data::Cursor &cursor, uint8_t id);\n    data::Value getMax(const data::Cursor &cursor, uint8_t id);\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n    bool setData(const data::Cursor &cursor, uint8_t id, data::Value value);\n\n    void toggleConfirmationMode();\n\n\tint getDirty();\n\tvoid set();\n\nprivate:\n    uint8_t origConfirmationMode;\n    uint8_t confirmationMode;\n\n    uint8_t origMovingSpeedDown;\n    uint8_t movingSpeedDown;\n\n    uint8_t origMovingSpeedUp;\n    uint8_t movingSpeedUp;\n};\n\n#endif\n\nclass SysSettingsDisplayPage : public Page {\npublic:\n    data::Value getMin(const data::Cursor &cursor, uint8_t id);\n    data::Value getMax(const data::Cursor &cursor, uint8_t id);\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n    bool setData(const data::Cursor &cursor, uint8_t id, data::Value value);\n};\n\nclass SysSettingsTriggerPage : public SetPage {\npublic:\n    SysSettingsTriggerPage();\n\n    data::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void selectSource();\n    void editDelay();\n    void toggleInitiateContinuously();\n    \n\tint getDirty();\n\tvoid set();\n\nprivate:\n    trigger::Source m_sourceOrig;\n    trigger::Source m_source;\n\n    float m_delayOrig;\n    float m_delay;\n\n    bool m_initiateContinuouslyOrig;\n    bool m_initiateContinuously;\n\n    static void onTriggerSourceSet(uint8_t value);\n    static void onDelaySet(float value);\n};\n\nclass SysSettingsIOPinsPage : public SetPage {\npublic:\n    SysSettingsIOPinsPage();\n\n    data::Value getData(const data::Cursor &cursor, uint8_t id);\n\n    void togglePolarity();\n    void selectFunction();\n    \n\tint getDirty();\n\tvoid set();\n\nprivate:\n    int pinNumber;\n\n    io_pins::Polarity m_polarityOrig[3];\n    io_pins::Polarity m_polarity[3];\n\n    io_pins::Function m_functionOrig[3];\n    io_pins::Function m_function[3];\n\n    static void onFunctionSet(uint8_t value);\n};\n\nclass SysSettingsSerialPage : public SetPage {\npublic:\n    SysSettingsSerialPage();\n\n    data::Value getMin(const data::Cursor &cursor, uint8_t id);\n    data::Value getMax(const data::Cursor &cursor, uint8_t id);\n    data::Value getData(const data::Cursor &cursor, uint8_t id);\n    bool setData(const data::Cursor &cursor, uint8_t id, data::Value value);\n\n    void toggle();\n    void selectParity();\n    \n\tint getDirty();\n\tvoid set();\n\nprivate:\n    bool m_enabledOrig;\n    bool m_enabled;\n\n    uint8_t m_baudIndexOrig;\n    uint8_t m_baudIndex;\n\n    serial::Parity m_parityOrig;\n    serial::Parity m_parity;\n\n    static void onParitySet(uint8_t value);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_page_user_profiles.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_keypad.h\"\n#include \"gui_page_user_profiles.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nstatic int g_selectedProfileLocation;\n\nvoid UserProfilesPage::pageWillAppear() {\n\tif (getActivePageId() == PAGE_ID_USER_PROFILE_0_SETTINGS || getActivePageId() == PAGE_ID_USER_PROFILE_SETTINGS) {\n\t\tprofile::load(g_selectedProfileLocation, &profile);\n\t} else {\n\t\tg_selectedProfileLocation = -1;\n\t}\n}\n\ndata::Value UserProfilesPage::getData(const data::Cursor &cursor, uint8_t id) {\n\tif (id == DATA_ID_PROFILES_AUTO_RECALL_STATUS) {\n\t\treturn data::Value(persist_conf::isProfileAutoRecallEnabled());\n\t}\n\n\tif (id == DATA_ID_PROFILES_AUTO_RECALL_LOCATION) {\n\t\treturn data::Value(persist_conf::getProfileAutoRecallLocation());\n\t}\n\n\tif (g_selectedProfileLocation != -1) {\n\t\tif (id == DATA_ID_PROFILE_STATUS) {\n\t\t\treturn data::Value(profile::isValid(g_selectedProfileLocation) ? 1 : 0);\n\t\t}\n\n\t\tif (id == DATA_ID_PROFILE_LABEL) {\n\t\t\treturn data::Value(g_selectedProfileLocation, VALUE_TYPE_USER_PROFILE_LABEL);\n\t\t}\n\n\t\tif (id == DATA_ID_PROFILE_REMARK) {\n\t\t\treturn data::Value(profile.name);\n\t\t}\n\n\t\tif (id == DATA_ID_PROFILE_IS_AUTO_RECALL_LOCATION) {\n\t\t\treturn data::Value(persist_conf::getProfileAutoRecallLocation() == g_selectedProfileLocation ? 1 : 0);\n\t\t}\n\n\t\tif (cursor.i >= 0 && cursor.i < CH_MAX) {\n\t\t\tif (id == DATA_ID_PROFILE_CHANNEL_OUTPUT_STATE) {\n\t\t\t\treturn data::Value(profile.channels[cursor.i].flags.output_enabled);\n\t\t\t}\n\n\t\t\tif (id == DATA_ID_PROFILE_CHANNEL_U_SET) {\n\t\t\t\treturn data::Value(profile.channels[cursor.i].u_set, VALUE_TYPE_FLOAT_VOLT, cursor.i);\n\t\t\t}\n\n\t\t\tif (id == DATA_ID_PROFILE_CHANNEL_I_SET) {\n\t\t\t\treturn data::Value(profile.channels[cursor.i].i_set, VALUE_TYPE_FLOAT_AMPER, cursor.i);\n\t\t\t}\n\t\t}\n\t} else if (cursor.i >= 0) {\n\t\tif (id == DATA_ID_PROFILE_LABEL) {\n\t\t\treturn data::Value(cursor.i, VALUE_TYPE_USER_PROFILE_LABEL);\n\t\t}\n\n\t\tif (id == DATA_ID_PROFILE_REMARK) {\n\t\t\treturn data::Value(cursor.i, VALUE_TYPE_USER_PROFILE_REMARK);\n\t\t}\n\t}\n\n\treturn data::Value();\n}\n\nvoid UserProfilesPage::showProfile() {\n\tg_selectedProfileLocation = g_foundWidgetAtDown.cursor.i;\n\tpushPage(g_selectedProfileLocation == 0 ? PAGE_ID_USER_PROFILE_0_SETTINGS : PAGE_ID_USER_PROFILE_SETTINGS);\n}\n\nvoid UserProfilesPage::toggleAutoRecall() {\n\tbool enable = persist_conf::isProfileAutoRecallEnabled() ? false : true;\n\tif (!persist_conf::enableProfileAutoRecall(enable)) {\n\t\terrorMessageP(PSTR(\"Failed!\"));\n\t}\n}\n\nvoid UserProfilesPage::toggleIsAutoRecallLocation() {\n\tif (profile::isValid(g_selectedProfileLocation)) {\n\t\tif (persist_conf::setProfileAutoRecallLocation(g_selectedProfileLocation)) {\n\t\t\tprofile::load(g_selectedProfileLocation, &profile);\n\t\t} else {\n\t\t\terrorMessageP(PSTR(\"Failed!\"));\n\t\t}\n\t}\n}\n\nvoid UserProfilesPage::recall() {\n\tif (g_selectedProfileLocation > 0 && profile::isValid(g_selectedProfileLocation)) {\n\t    if (profile::recall(g_selectedProfileLocation)) {\n\t\t\tinfoMessageP(PSTR(\"Profile parameters loaded\"));\n\t\t} else {\n\t\t\terrorMessageP(PSTR(\"Failed!\"));\n\t\t}\n\t}\n}\n\nvoid UserProfilesPage::onSaveFinish(char *remark, void (*callback)()) {\n\tif (profile::saveAtLocation(g_selectedProfileLocation, remark)) {\n\t\tinfoMessageP(PSTR(\"Current parameters saved\"), callback);\n\t} else {\n\t\terrorMessageP(PSTR(\"EEPROM save failed!\"));\n\t}\n}\n\nvoid UserProfilesPage::onSaveEditRemarkOk(char *remark) {\n\tonSaveFinish(remark, popPage);\n}\n\nvoid UserProfilesPage::onSaveYes() {\n\tif (g_selectedProfileLocation > 0) {\n\t\tchar remark[PROFILE_NAME_MAX_LENGTH + 1];\n\t\tprofile::getSaveName(&(((UserProfilesPage *)getActivePage())->profile), remark);\n\n\t\tKeypad::startPush(0, remark, PROFILE_NAME_MAX_LENGTH, false, onSaveEditRemarkOk, 0);\n\t} else {\n\t\tonSaveFinish();\n\t}\n}\n\nvoid UserProfilesPage::save() {\n    if (g_selectedProfileLocation > 0) {\n\t\tif (profile::isValid(g_selectedProfileLocation)) {\n\t\t\tareYouSure(onSaveYes);\n\t\t} else {\n\t\t\tonSaveYes();\n\t\t}\n    }\n}\n\nvoid UserProfilesPage::onDeleteProfileYes() {\n\tif (g_selectedProfileLocation > 0 && profile::isValid(g_selectedProfileLocation)) {\n\t\tif (profile::deleteLocation(g_selectedProfileLocation)) {\n\t\t\tinfoMessageP(PSTR(\"Profile deleted\"));\n\t\t} else {\n\t\t\terrorMessageP(PSTR(\"Failed!\"));\n\t\t}\n\t}\n}\n\nvoid UserProfilesPage::deleteProfile() {\n\tif (g_selectedProfileLocation > 0 && profile::isValid(g_selectedProfileLocation)) {\n\t\tareYouSure(onDeleteProfileYes);\n\t}\n}\n\nvoid UserProfilesPage::onEditRemarkOk(char *newRemark) {\n\tif (profile::setName(g_selectedProfileLocation, newRemark, strlen(newRemark))) {\n\t\tinfoMessageP(PSTR(\"Remark changed\"), popPage);\n\t} else {\n\t\terrorMessageP(PSTR(\"Failed!\"), popPage);\n\t}\n}\n\nvoid UserProfilesPage::editRemark() {\n\tif (g_selectedProfileLocation > 0 && profile::isValid(g_selectedProfileLocation)) {\n\t\tchar remark[PROFILE_NAME_MAX_LENGTH + 1];\n        profile::getName(g_selectedProfileLocation, remark, sizeof(remark));\n\t\tKeypad::startPush(0, remark, PROFILE_NAME_MAX_LENGTH, false, onEditRemarkOk, 0);\n\t}\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_page_user_profiles.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"gui_page.h\"\n#include \"profile.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nclass UserProfilesPage : public Page {\npublic:\n\tvoid pageWillAppear();\n\tdata::Value getData(const data::Cursor &cursor, uint8_t id);\n\n\tvoid showProfile();\n\n\tvoid toggleAutoRecall();\n\tvoid toggleIsAutoRecallLocation();\n\tvoid recall();\n\tvoid save();\n\tvoid deleteProfile();\n\tvoid editRemark();\n\nprivate:\n\tprofile::Parameters profile;\n\n\tstatic void onSaveFinish(char *remark = 0, void (*callback)() = 0);\n\tstatic void onSaveEditRemarkOk(char *remark);\n\tstatic void onSaveYes();\n\tstatic void onDeleteProfileYes();\n\tstatic void onEditRemarkOk(char *newRemark);\n};\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_password.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"persist_conf.h\"\n\n#include \"gui_internal.h\"\n#include \"gui_password.h\"\n#include \"gui_keypad.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nstatic void (*g_checkPasswordOkCallback)();\nstatic const char *g_oldPassword;\nstatic char g_newPassword[PASSWORD_MAX_LENGTH];\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void checkPasswordOkCallback(char *text) {\n    int nPassword = strlen(g_oldPassword);\n    int nText = strlen(text);\n    if (nPassword == nText && strncmp(g_oldPassword, text, nText) == 0) {\n        g_checkPasswordOkCallback();\n    } else {\n        // entered password doesn't match, \n        errorMessageP(PSTR(\"Invalid password!\"), popPage);\n    }\n}\n\nstatic void checkPassword(const char *label, void (*ok)()) {\n    g_checkPasswordOkCallback = ok;\n    Keypad::startPush(label, 0, PASSWORD_MAX_LENGTH, true, checkPasswordOkCallback, popPage);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void onRetypeNewPasswordOk(char *text) {\n    size_t textLen = strlen(text);\n    if (strlen(g_newPassword) != textLen || strncmp(g_newPassword, text, textLen) != 0) {\n        // retyped new password doesn't match\n        errorMessageP(PSTR(\"Password doesn't match!\"), popPage);\n        return;\n    }\n    \n    bool isChanged;\n\n    if (g_oldPassword == persist_conf::devConf2.systemPassword) {\n        isChanged = persist_conf::changeSystemPassword(g_newPassword, strlen(g_newPassword));\n    } else {\n        isChanged = persist_conf::changeCalibrationPassword(g_newPassword, strlen(g_newPassword));\n    }\n\n    if (!isChanged) {\n        // failed to save changed password\n        errorMessageP(PSTR(\"Failed to change password!\"), popPage);\n        return;\n    }\n\n    // success\n    infoMessageP(PSTR(\"Password changed!\"), popPage);\n}\n\nstatic void onNewPasswordOk(char *text) {\n    int textLength = strlen(text);\n\n    bool isOk;\n    int16_t err;\n    if (g_oldPassword == persist_conf::devConf2.systemPassword) {\n        isOk = persist_conf::isSystemPasswordValid(text, textLength, err);\n    } else {\n        isOk = persist_conf::isCalibrationPasswordValid(text, textLength, err);\n    }\n    \n    if (!isOk) {\n        // invalid password, return to keypad\n        if (err == SCPI_ERROR_PASSWORD_TOO_SHORT || err == SCPI_ERROR_PASSWORD_TOO_SHORT) {\n            errorMessageP(PSTR(\"Password too short!\"));\n        } else {\n            errorMessageP(PSTR(\"Password too long!\"));\n        }\n        return;\n    }\n\n    strcpy(g_newPassword, text);\n    Keypad::startReplace(PSTR(\"Retype new password: \"), 0, PASSWORD_MAX_LENGTH, true, onRetypeNewPasswordOk, popPage);\n}\n\nstatic void onOldPasswordOk() {\n    Keypad::startReplace(PSTR(\"New password: \"), 0, PASSWORD_MAX_LENGTH, true, onNewPasswordOk, popPage);\n}\n\nstatic void editPassword(const char *oldPassword) {\n    g_oldPassword = oldPassword;\n\n    if (strlen(g_oldPassword)) {\n        checkPassword(PSTR(\"Current password: \"), onOldPasswordOk);\n    } else {\n        Keypad::startPush(PSTR(\"New password: \"), 0, PASSWORD_MAX_LENGTH, true, onNewPasswordOk, popPage);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid checkPassword(const char *label PROGMEM, const char *password, void (*ok)()) {\n    if (strlen(password) == 0) {\n        ok();\n    } else {\n        g_oldPassword = password;\n        checkPassword(label, ok);\n    }\n}\n\nvoid editSystemPassword() {\n    editPassword(persist_conf::devConf2.systemPassword);\n}\n\nvoid editCalibrationPassword() {\n    editPassword(persist_conf::devConf.calibration_password);\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_password.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\nvoid checkPassword(const char *label PROGMEM, const char *password, void (*ok)());\n\nvoid editSystemPassword();\nvoid editCalibrationPassword();\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_view.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"gui_internal.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_slider.h\"\n#include \"gui_widget_button_group.h\"\n#include \"gui_page.h\"\n\n#ifdef EEZ_PSU_SIMULATOR\n#include \"front_panel/control.h\"\n#endif\n\n#define CONF_GUI_ENUM_WIDGETS_STACK_SIZE 5\n#define CONF_GUI_BLINK_TIME 400000UL // 400ms\n#define CONF_GUI_YT_GRAPH_BLANK_PIXELS_AFTER_CURSOR 10\n\n#define CONF_MAX_STATE_SIZE 2048\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool g_widgetRefresh;\nstatic WidgetCursor g_selectedWidget;\nstatic bool g_isBlinkTime;\nstatic bool g_wasBlinkTime;\n\nstatic uint8_t g_stateBuffer[2][CONF_MAX_STATE_SIZE];\nWidgetState *g_previousState;\nWidgetState *g_currentState;\n\n////////////////////////////////////////////////////////////////////////////////\n\nint getCurrentStateBufferIndex() {\n    return (uint8_t *)g_currentState == &g_stateBuffer[0][0] ? 0 : 1;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool styleHasBorder(const Style *style) {\n    return style->flags & STYLE_FLAGS_BORDER ? true : false;\n}\n\nbool styleIsHorzAlignLeft(const Style *style) {\n    return (style->flags & STYLE_FLAGS_HORZ_ALIGN) == STYLE_FLAGS_HORZ_ALIGN_LEFT;\n}\n\nbool styleIsHorzAlignRight(const Style *style) {\n    return (style->flags & STYLE_FLAGS_HORZ_ALIGN) == STYLE_FLAGS_HORZ_ALIGN_RIGHT;\n}\n\nbool styleIsVertAlignTop(const Style *style) {\n    return (style->flags & STYLE_FLAGS_VERT_ALIGN) == STYLE_FLAGS_VERT_ALIGN_TOP;\n}\n\nbool styleIsVertAlignBottom(const Style *style) {\n    return (style->flags & STYLE_FLAGS_VERT_ALIGN) == STYLE_FLAGS_VERT_ALIGN_BOTTOM;\n}\n\nfont::Font styleGetFont(const Style *style) {\n    return font::Font(style->font > 0 ? fonts[style->font - 1] : 0);\n}\n\nbool styleIsBlink(const Style *style) {\n    return style->flags & STYLE_FLAGS_BLINK ? true : false;\n}\n\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid drawText(int pageId, const char *text, int textLength, int x, int y, int w, int h, const Style *style, bool inverse, bool blink, bool ignoreLuminocity, uint16_t *overrideBackgroundColor) {\n    int x1 = x;\n    int y1 = y;\n    int x2 = x + w - 1;\n    int y2 = y + h - 1;\n\n    if (styleHasBorder(style)) {\n        lcd::lcd.setColor(style->border_color);\n        lcd::lcd.drawRect(x1, y1, x2, y2);\n        ++x1;\n        ++y1;\n        --x2;\n        --y2;\n    }\n\n    font::Font font = styleGetFont(style);\n    \n    int width = lcd::lcd.measureStr(text, textLength, font, x2 - x1 + 1);\n    int height = font.getHeight();\n\n    int x_offset;\n    if (styleIsHorzAlignLeft(style)) x_offset = x1 + style->padding_horizontal;\n    else if (styleIsHorzAlignRight(style)) x_offset = x2 - style->padding_horizontal - width;\n    else x_offset = x1 + ((x2 - x1) - width) / 2;\n    if (x_offset < 0) x_offset = x1;\n\n    int y_offset;\n    if (styleIsVertAlignTop(style)) y_offset = y1 + style->padding_vertical;\n    else if (styleIsVertAlignBottom(style)) y_offset = y2 - style->padding_vertical -height;\n    else y_offset = y1 + ((y2 - y1) - height) / 2;\n    if (y_offset < 0) y_offset = y1;\n\n\tuint16_t backgroundColor;\n\tif (overrideBackgroundColor) {\n\t\tbackgroundColor = *overrideBackgroundColor;\n\t} else {\n\t\tbackgroundColor = style->background_color;\n\t}\n\n    if (inverse || blink) {\n        lcd::lcd.setColor(style->color, ignoreLuminocity);\n    } else {\n        lcd::lcd.setColor(backgroundColor, ignoreLuminocity);\n    }\n    if (g_widgetRefresh) {\n        lcd::lcd.fillRect(x1, y1, x2, y2);\n    } else {\n        if (x1 <= x_offset - 1 && y1 <= y2)\n            lcd::lcd.fillRect(x1, y1, x_offset - 1, y2);\n        if (x_offset + width <= x2 && y1 <= y2)\n            lcd::lcd.fillRect(x_offset + width, y1, x2, y2);\n\n        int right = MIN(x_offset + width - 1, x2);\n\n        if (x_offset <= right && y1 <= y_offset - 1)\n            lcd::lcd.fillRect(x_offset, y1, right, y_offset - 1);\n        if (x_offset <= right && y_offset + height <= y2)\n            lcd::lcd.fillRect(x_offset, y_offset + height, right, y2);\n    }\n\n    if (inverse || blink) {\n        lcd::lcd.setBackColor(style->color, ignoreLuminocity);\n        lcd::lcd.setColor(backgroundColor, ignoreLuminocity);\n    } else {\n        lcd::lcd.setBackColor(backgroundColor, ignoreLuminocity);\n        lcd::lcd.setColor(style->color, ignoreLuminocity);\n    }\n    lcd::lcd.drawStr(pageId, text, textLength, x_offset, y_offset, x1, y1, x2, y2, font, !g_widgetRefresh);\n}\n\nvoid drawMultilineText(int pageId, const char *text, int x, int y, int w, int h, const Style *style, bool inverse) {\n    int x1 = x;\n    int y1 = y;\n    int x2 = x + w - 1;\n    int y2 = y + h - 1;\n\n    if (styleHasBorder(style)) {\n        lcd::lcd.setColor(style->border_color);\n        lcd::lcd.drawRect(x1, y1, x2, y2);\n        ++x1;\n        ++y1;\n        --x2;\n        --y2;\n    }\n\n    font::Font font = styleGetFont(style);\n    int height = (int)(0.9 * font.getHeight());\n    \n    font::Glyph space_glyph;\n    font.getGlyph(' ', space_glyph);\n    int space_width = space_glyph.dx;\n\n    bool clear_background = false;\n\n    uint16_t background_color = inverse ? style->color : style->background_color;\n    lcd::lcd.setColor(background_color);\n    lcd::lcd.fillRect(x1, y1, x2, y2);\n\n    x1 += style->padding_horizontal;\n    x2 -= style->padding_horizontal;\n    y1 += style->padding_vertical;\n    y2 -= style->padding_vertical;\n\n    x = x1;\n    y = y1;\n\n    int i = 0;\n    while (true) {\n        int j = i;\n        while (text[i] != 0 && text[i] != ' ' && text[i] != '\\n')\n            ++i;\n\n        int width = lcd::lcd.measureStr(text + j, i - j, font);\n\n        while (width > x2 - x + 1) {\n            if (clear_background) {\n                lcd::lcd.setColor(background_color);\n                lcd::lcd.fillRect(x, y, x2, y + height - 1);\n            }\n\n            y += height;\n            if (y + height > y2) {\n                break;\n            }\n\n            x = x1;\n        }\n\n        if (y + height > y2) {\n            break;\n        }\n\n        if (inverse) {\n            lcd::lcd.setBackColor(style->color);\n            lcd::lcd.setColor(style->background_color);\n        }\n        else {\n            lcd::lcd.setBackColor(style->background_color);\n            lcd::lcd.setColor(style->color);\n        }\n\n        lcd::lcd.drawStr(pageId, text + j, i - j, x, y, x1, y1, x2, y2, font, false);\n\n        x += width;\n\n        while (text[i] == ' ') {\n            if (clear_background) {\n                lcd::lcd.setColor(background_color);\n                lcd::lcd.fillRect(x, y, x + space_width - 1, y + height - 1);\n            }\n            x += space_width;\n            ++i;\n        }\n\n        if (text[i] == 0 || text[i] == '\\n') {\n            if (clear_background) {\n                lcd::lcd.setColor(background_color);\n                lcd::lcd.fillRect(x, y, x2, y + height - 1);\n            }\n\n            y += height;\n\n            if (text[i] == 0) {\n                break;\n            }\n\n            ++i;\n\n            int extraHeightBetweenParagraphs = (int)(0.2 * height);\n\n            if (extraHeightBetweenParagraphs > 0 && clear_background) {\n                lcd::lcd.setColor(background_color);\n                lcd::lcd.fillRect(x1, y, x2, y + extraHeightBetweenParagraphs - 1);\n            }\n\n            y += extraHeightBetweenParagraphs;\n\n            if (y + height > y2) {\n                break;\n            }\n            x = x1;\n        }\n    }\n\n    if (clear_background) {\n        lcd::lcd.setColor(background_color);\n        lcd::lcd.fillRect(x1, y, x2, y2);\n    }\n}\n\nvoid fillRect(int x, int y, int w, int h) {\n    lcd::lcd.fillRect(x, y, x + w - 1, y + h - 1);\n}\n\nvoid drawBitmap(uint8_t bitmapIndex, int x, int y, int w, int h, const Style *style, bool inverse) {\n    if (bitmapIndex == 0) {\n        return;\n    }\n    Bitmap &bitmap = bitmaps[bitmapIndex - 1];\n\n    int x1 = x;\n    int y1 = y;\n    int x2 = x + w - 1;\n    int y2 = y + h - 1;\n\n    if (styleHasBorder(style)) {\n        lcd::lcd.setColor(style->border_color);\n        lcd::lcd.drawRect(x1, y1, x2, y2);\n        ++x1;\n        ++y1;\n        --x2;\n        --y2;\n    }\n\n    int width = bitmap.w;\n    int height = bitmap.h;\n\n    int x_offset;\n    if (styleIsHorzAlignLeft(style)) x_offset = x1 + style->padding_horizontal;\n    else if (styleIsHorzAlignRight(style)) x_offset = x2 - style->padding_horizontal - width;\n    else x_offset = x1 + ((x2 - x1) - width) / 2;\n    if (x_offset < 0) x_offset = x1;\n\n    int y_offset;\n    if (styleIsVertAlignTop(style)) y_offset = y1 + style->padding_vertical;\n    else if (styleIsVertAlignBottom(style)) y_offset = y2 - style->padding_vertical -height;\n    else y_offset = y1 + ((y2 - y1) - height) / 2;\n    if (y_offset < 0) y_offset = y1;\n\n    uint16_t background_color = inverse ? style->color : style->background_color;\n    lcd::lcd.setColor(background_color);\n\n    if (g_widgetRefresh) {\n        lcd::lcd.fillRect(x1, y1, x2, y2);\n    } else {\n        if (x1 <= x_offset - 1 && y1 <= y2)\n            lcd::lcd.fillRect(x1, y1, x_offset - 1, y2);\n        if (x_offset + width <= x2 && y1 <= y2)\n            lcd::lcd.fillRect(x_offset + width, y1, x2, y2);\n\n        int right = MIN(x_offset + width - 1, x2);\n\n        if (x_offset <= right && y1 <= y_offset - 1)\n            lcd::lcd.fillRect(x_offset, y1, right, y_offset - 1);\n        if (x_offset <= right && y_offset + height <= y2)\n            lcd::lcd.fillRect(x_offset, y_offset + height, right, y2);\n    }\n\n    if (inverse) {\n        lcd::lcd.setBackColor(style->color);\n        lcd::lcd.setColor(style->background_color);\n    } else {\n        lcd::lcd.setBackColor(style->background_color);\n        lcd::lcd.setColor(style->color);\n    }\n    lcd::lcd.drawBitmap(x_offset, y_offset, width, height, (uint16_t*)bitmap.pixels);\n}\n\nvoid drawRectangle(int x, int y, int w, int h, const Style *style, bool inverse, bool ignoreLuminocity = false) {\n    if (w > 0 && h > 0) {\n        int x1 = x;\n        int y1 = y;\n        int x2 = x + w - 1;\n        int y2 = y + h - 1;\n\n        if (styleHasBorder(style)) {\n            lcd::lcd.setColor(style->border_color);\n            lcd::lcd.drawRect(x1, y1, x2, y2);\n            ++x1;\n            ++y1;\n            --x2;\n            --y2;\n        }\n\n        uint16_t color = inverse ? style->background_color : style->color;\n        lcd::lcd.setColor(color, ignoreLuminocity);\n        lcd::lcd.fillRect(x1, y1, x2, y2);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid drawDisplayDataWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(DisplayDataWidget, display_data_widget, widget);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->flags.focused = isFocusWidget(widgetCursor);\n\n\tDECL_STYLE(style, widgetCursor.currentState->flags.focused ? display_data_widget->activeStyle : widget->style);\n\n    widgetCursor.currentState->flags.blinking = data::isBlinking(widgetCursor.cursor, widget->data) && g_isBlinkTime;\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, \n        widgetCursor.currentState->flags.focused && getActivePageId() == PAGE_ID_EDIT_MODE_KEYPAD ? DATA_ID_KEYPAD_TEXT : widget->data);\n\twidgetCursor.currentState->backgroundColor = data::getWidgetBackgroundColor(widgetCursor, style);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.focused != widgetCursor.currentState->flags.focused ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->flags.blinking != widgetCursor.currentState->flags.blinking ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data ||\n\t\twidgetCursor.previousState->backgroundColor != widgetCursor.currentState->backgroundColor;\n\n    if (refresh) {\n        char text[64];\n        widgetCursor.currentState->data.toText(text, sizeof(text));\n\n        drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n            widgetCursor.currentState->flags.pressed,\n            widgetCursor.currentState->flags.blinking,\n\t\t\tfalse,\n\t\t\t&widgetCursor.currentState->backgroundColor);\n\t}\n}\n\nvoid drawTextWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_STYLE(style, widget);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->flags.blinking = styleIsBlink(style) && g_isBlinkTime;\n    widgetCursor.currentState->data = widget->data ? data::get(widgetCursor.cursor, widget->data) : 0;\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->flags.blinking != widgetCursor.currentState->flags.blinking ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data ||\n\t\twidgetCursor.previousState->backgroundColor != widgetCursor.currentState->backgroundColor;\n\n    if (refresh) {\n        DECL_WIDGET_SPECIFIC(TextWidget, display_string_widget, widget);\n\n        if (widget->data) {\n            if (widgetCursor.currentState->data.isString()) {\n                drawText(pageId, widgetCursor.currentState->data.asString(), -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed, widgetCursor.currentState->flags.blinking, display_string_widget->flags.ignoreLuminosity);\n            } else {\n                char text[64];\n                widgetCursor.currentState->data.toText(text, sizeof(text));\n                drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed, widgetCursor.currentState->flags.blinking, display_string_widget->flags.ignoreLuminosity);\n            }\n        } else {\n            DECL_STRING(text, display_string_widget->text);\n            drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                widgetCursor.currentState->flags.pressed, widgetCursor.currentState->flags.blinking, display_string_widget->flags.ignoreLuminosity);\n        }\n    }\n}\n\nvoid drawMultilineTextWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->data = widget->data ? data::get(widgetCursor.cursor, widget->data) : 0;\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data;\n\n    if (refresh) {\n        DECL_WIDGET_STYLE(style, widget);\n\n        if (widget->data) {\n            if (widgetCursor.currentState->data.isString()) {\n                drawMultilineText(pageId, widgetCursor.currentState->data.asString(), widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed);\n            } else {\n                char text[64];\n                widgetCursor.currentState->data.toText(text, sizeof(text));\n                drawMultilineText(pageId, text, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed);\n            }\n        } else {\n            DECL_WIDGET_SPECIFIC(MultilineTextWidget, display_string_widget, widget);\n            DECL_STRING(text, display_string_widget->text);\n            drawMultilineText(pageId, text, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                widgetCursor.currentState->flags.pressed);\n        }\n    }\n}\n\nvoid drawScale(const Widget *widget, const ScaleWidget *scale_widget, const Style* style, int y_from, int y_to, int y_min, int y_max, int y_value, int f, int d, bool drawTicks) {\n    bool vertical = scale_widget->needle_position == SCALE_NEEDLE_POSITION_LEFT ||\n        scale_widget->needle_position == SCALE_NEEDLE_POSITION_RIGHT;\n    bool flip = scale_widget->needle_position == SCALE_NEEDLE_POSITION_LEFT ||\n        scale_widget->needle_position == SCALE_NEEDLE_POSITION_TOP;\n\n    int needleSize;\n\n    int x1, l1, x2, l2;\n\n    if (vertical) {\n        needleSize = scale_widget->needle_height;\n\n        if (flip) {\n            x1 = widget->x + scale_widget->needle_width + 2;\n            l1 = widget->w - (scale_widget->needle_width + 2);\n            x2 = widget->x;\n            l2 = scale_widget->needle_width;\n        } else {\n            x1 = widget->x;\n            l1 = widget->w - (scale_widget->needle_width + 2);\n            x2 = widget->x + widget->w - scale_widget->needle_width;\n            l2 = scale_widget->needle_width;\n        }\n    } else {\n        needleSize = scale_widget->needle_width;\n\n        if (flip) {\n            x1 = widget->y + scale_widget->needle_height + 2;\n            l1 = widget->h - (scale_widget->needle_height + 2);\n            x2 = widget->y;\n            l2 = scale_widget->needle_height;\n        } else {\n            x1 = widget->y;\n            l1 = widget->h - scale_widget->needle_height - 2;\n            x2 = widget->y + widget->h - scale_widget->needle_height;\n            l2 = scale_widget->needle_height;\n        }\n    }\n\n    int s = 10 * f / d;\n\n    int y_offset;\n    if (vertical) {\n        y_offset = int((widget->y + widget->h) - 1 - (widget->h - (y_max - y_min)) / 2);\n    } else {\n        y_offset = int(widget->x + (widget->w - (y_max - y_min)) / 2);\n    }\n\n    for (int y_i = y_from; y_i <= y_to; ++y_i) {\n        int y;\n\n        if (vertical) {\n            y = y_offset - y_i;\n        } else {\n            y = y_offset + y_i;\n        }\n\n        if (drawTicks) {\n            // draw ticks\n            if (y_i >= y_min && y_i <= y_max) {\n                if (y_i % s == 0) {\n                    lcd::lcd.setColor(style->border_color);\n                    if (vertical) {\n                        lcd::lcd.drawHLine(x1, y, l1 - 1);\n                    } else {\n                        lcd::lcd.drawVLine(y, x1, l1 - 1);\n                    }\n                }\n                else if (y_i % (s / 2) == 0) {\n                    lcd::lcd.setColor(style->border_color);\n                    if (vertical) {\n                        if (flip) {\n                            lcd::lcd.drawHLine(x1 + l1 / 2, y, l1 / 2);\n                        } else {\n                            lcd::lcd.drawHLine(x1, y, l1 / 2);\n                        }\n                    } else {\n                        if (flip) {\n                            lcd::lcd.drawVLine(y, x1 + l1 / 2, l1 / 2);\n                        } else {\n                            lcd::lcd.drawVLine(y, x1, l1 / 2);\n                        }\n                    }\n                }\n                else if (y_i % (s / 10) == 0) {\n                    lcd::lcd.setColor(style->border_color);\n                    if (vertical) {\n                        if (flip) {\n                            lcd::lcd.drawHLine(x1 + l1 - l1 / 4, y, l1 / 4);\n                        } else {\n                            lcd::lcd.drawHLine(x1, y, l1 / 4);\n                        }\n                    } else {\n                        if (flip) {\n                            lcd::lcd.drawVLine(y, x1 + l1 - l1 / 4, l1 / 4);\n                        } else {\n                            lcd::lcd.drawVLine(y, x1, l1 / 4);\n                        }\n                    }\n                }\n                else {\n                    lcd::lcd.setColor(style->background_color);\n                    if (vertical) {\n                        lcd::lcd.drawHLine(x1, y, l1 - 1);\n                    } else {\n                        lcd::lcd.drawVLine(y, x1, l1 - 1);\n                    }\n                }\n            }\n        }\n\n        int d = abs(y_i - y_value);\n        if (d <= int(needleSize / 2)) {\n            // draw thumb\n            lcd::lcd.setColor(style->color);\n            if (vertical) {\n                if (flip) {\n                    lcd::lcd.drawHLine(x2, y, l2 - d - 1);\n                } else {\n                    lcd::lcd.drawHLine(x2 + d, y, l2 - d - 1);\n                }\n            } else {\n                if (flip) {\n                    lcd::lcd.drawVLine(y, x2, l2 - d - 1);\n                } else {\n                    lcd::lcd.drawVLine(y, x2 + d, l2 - d - 1);\n                }\n            }\n\n            if (y_i != y_value) {\n                lcd::lcd.setColor(style->background_color);\n                if (vertical) {\n                    if (flip) {\n                        lcd::lcd.drawHLine(x2 + l2 - d, y, d - 1);\n                    } else {\n                        lcd::lcd.drawHLine(x2, y, d - 1);\n                    }\n                } else {\n                    if (flip) {\n                        lcd::lcd.drawVLine(y, x2 + l2 - d, d - 1);\n                    } else {\n                        lcd::lcd.drawVLine(y, x2, d - 1);\n                    }\n                }\n            }\n        }\n        else {\n            // erase\n            lcd::lcd.setColor(style->background_color);\n            if (vertical) {\n                lcd::lcd.drawHLine(x2, y, l2 - 1);\n            } else {\n                lcd::lcd.drawVLine(y, x2, l2 - 1);\n            }\n        }\n    }\n}\n\nvoid drawScaleWidget(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data;\n\n    if (refresh) {\n        float min = data::getMin(widgetCursor.cursor, widget->data).getFloat();\n        float max = data::getMax(widgetCursor.cursor, widget->data).getFloat();\n\n        DECL_WIDGET_STYLE(style, widget);\n        font::Font font = styleGetFont(style);\n        int fontHeight = font.getAscent();\n\n        DECL_WIDGET_SPECIFIC(ScaleWidget, scale_widget, widget);\n\n        bool vertical = scale_widget->needle_position == SCALE_NEEDLE_POSITION_LEFT ||\n            scale_widget->needle_position == SCALE_NEEDLE_POSITION_RIGHT;\n\n        int f;\n        int needleSize;\n        if (vertical) {\n            needleSize = scale_widget->needle_height;\n            f = (int)floor((widget->h - needleSize) / max);\n        } else {\n            needleSize = scale_widget->needle_width;\n            f = (int)floor((widget->w - needleSize) / max);\n        }\n\n        int d;\n        if (max > 10) {\n            d = 1;\n        }\n        else {\n            f = 10 * (f / 10);\n            d = 10;\n        }\n\n        int y_min = (int)round(min * f);\n        int y_max = (int)round(max * f);\n        int y_value = (int)round(widgetCursor.currentState->data.getFloat() * f);\n\n        int y_from_min = y_min - needleSize / 2;\n        int y_from_max = y_max + needleSize / 2;\n\n        static int edit_mode_slider_scale_last_y_value;\n\n        if (widget->data != DATA_ID_EDIT_VALUE) {\n            // draw entire scale \n            drawScale(widget, scale_widget, style, y_from_min, y_from_max, y_min, y_max, y_value, f, d, true);\n        }\n        else {\n            // optimization for the scale in edit with slider mode:\n            // draw only part of the scale that is changed\n            if (widget->data == DATA_ID_EDIT_VALUE && edit_mode_slider_scale_last_y_value != y_value) {\n                int last_y_value_from = edit_mode_slider_scale_last_y_value - needleSize / 2;\n                int last_y_value_to = edit_mode_slider_scale_last_y_value + needleSize / 2;\n                int y_value_from = y_value - needleSize / 2;\n                int y_value_to = y_value + needleSize / 2;\n\n                if (last_y_value_from > y_value_from) {\n                    util_swap(int, last_y_value_from, y_value_from);\n                    util_swap(int, last_y_value_to, y_value_to);\n                }\n\n                if (last_y_value_from < y_from_min) {\n                    last_y_value_from = y_from_min;\n                }\n\n                if (y_value_to > y_from_max) {\n                    y_value_to = y_from_max;\n                }\n\n                if (0 && last_y_value_to + 1 < y_value_from) {\n                    drawScale(widget, scale_widget, style, last_y_value_from, last_y_value_to, y_min, y_max, y_value, f, d, false);\n                    drawScale(widget, scale_widget, style, y_value_from, y_value_to, y_min, y_max, y_value, f, d, false);\n                }\n                else {\n                    drawScale(widget, scale_widget, style, last_y_value_from, y_value_to, y_min, y_max, y_value, f, d, false);\n                }\n            }\n        }\n\n        edit_mode_slider_scale_last_y_value = y_value;\n\n        if (widget->data == DATA_ID_EDIT_VALUE) {\n            edit_mode_slider::scale_is_vertical = vertical;\n            edit_mode_slider::scale_width = vertical ? widget->w : widget->h;\n            edit_mode_slider::scale_height = (max - min) * f; \n        }\n    }\n}\n\nvoid drawButtonWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(ButtonWidget, button_widget, widget);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->flags.enabled = data::get(widgetCursor.cursor, button_widget->enabled).getInt();\n    widgetCursor.currentState->flags.blinking = data::isBlinking(widgetCursor.cursor, widget->data) && g_isBlinkTime;\n    widgetCursor.currentState->data = widget->data ? data::get(widgetCursor.cursor, widget->data) : 0;\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->flags.enabled != widgetCursor.currentState->flags.enabled ||\n        widgetCursor.previousState->flags.blinking != widgetCursor.currentState->flags.blinking ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data;\n\n    if (refresh) {\n        if (widget->data) {\n            DECL_STYLE(style, widgetCursor.currentState->flags.enabled ? widget->style : button_widget->disabledStyle);\n\n            if (widgetCursor.currentState->data.isString()) {\n                drawText(pageId, widgetCursor.currentState->data.asString(), -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed,\n                    widgetCursor.currentState->flags.blinking);\n            } else if (widgetCursor.currentState->data.isConstString()) {\n                char text[64];\n                widgetCursor.currentState->data.toText(text, sizeof(text));\n                drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed,\n                    widgetCursor.currentState->flags.blinking);\n            } else {\n                DECL_STRING(text, button_widget->text);\n                drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                    widgetCursor.currentState->flags.pressed,\n                    widgetCursor.currentState->flags.blinking);\n            }\n        } else {\n            DECL_STRING(text, button_widget->text);\n            DECL_STYLE(style, widgetCursor.currentState->flags.enabled ? widget->style : button_widget->disabledStyle);\n            drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n                widgetCursor.currentState->flags.pressed,\n                widgetCursor.currentState->flags.blinking);\n        }\n    }\n}\n\nvoid drawToggleButtonWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->flags.enabled = data::get(widgetCursor.cursor, widget->data).getInt();\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->flags.enabled != widgetCursor.currentState->flags.enabled;\n\n    if (refresh) {\n        DECL_WIDGET_SPECIFIC(ToggleButtonWidget, toggle_button_widget, widget);\n        DECL_STRING(text, widgetCursor.currentState->flags.enabled ? toggle_button_widget->text2 : toggle_button_widget->text1);\n        DECL_WIDGET_STYLE(style, widget);\n        drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n            widgetCursor.currentState->flags.pressed);\n    }\n}\n\nvoid drawRectangleWidget(const WidgetCursor &widgetCursor) {\n    widgetCursor.currentState->size = sizeof(WidgetState);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed;\n\n    if (refresh) {\n        DECL_WIDGET(widget, widgetCursor.widgetOffset);\n        DECL_WIDGET_SPECIFIC(RectangleWidget, rectangle_widget, widget);\n        DECL_WIDGET_STYLE(style, widget);\n        drawRectangle(widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n            rectangle_widget->flags.invertColors ? !widgetCursor.currentState->flags.pressed : widgetCursor.currentState->flags.pressed,\n            rectangle_widget->flags.ignoreLuminosity);\n    }\n}\n\nvoid drawBitmapWidget(const WidgetCursor &widgetCursor) {\n    widgetCursor.currentState->size = sizeof(WidgetState);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed;\n\n    if (refresh) {\n        DECL_WIDGET(widget, widgetCursor.widgetOffset);\n        DECL_WIDGET_SPECIFIC(BitmapWidget, display_bitmap_widget, widget);\n        DECL_WIDGET_STYLE(style, widget);\n        drawBitmap(display_bitmap_widget->bitmap, widgetCursor.x, widgetCursor.y, (int)widget->w, (int)widget->h, style,\n            widgetCursor.currentState->flags.pressed);\n    }\n}\n\nint calcValuePosInBarGraphWidget(data::Value &value, float min, float max, int d) {\n    int p = (int)roundf((value.getFloat() - min) * d / (max - min));\n\n    if (p < 0) {\n        p = 0;\n    } else if (p >= d) {\n        p = d - 1;\n    }\n\n    return p;\n}\n\nvoid drawLineInBarGraphWidget(const BarGraphWidget *barGraphWidget, int p, OBJ_OFFSET lineStyle, int x, int y, int w, int h) {\n    DECL_STYLE(style, lineStyle);\n\n    lcd::lcd.setColor(style->color);\n    if (barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_LEFT_RIGHT) {\n        lcd::lcd.drawVLine(x + p, y, h - 1);\n    } else if (barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_RIGHT_LEFT) {\n        lcd::lcd.drawVLine(x - p, y, h - 1);\n    } else if (barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_TOP_BOTTOM) {\n        lcd::lcd.drawHLine(x, y + p, w - 1);\n    } else {\n        lcd::lcd.drawHLine(x, y - p, w - 1);\n    }\n}\n\nvoid drawBarGraphWidget(int pageId, const WidgetCursor &widgetCursor) {\n    bool fullScale = true;\n\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(BarGraphWidget, barGraphWidget, widget);\n\n    widgetCursor.currentState->size = sizeof(BarGraphWidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n    ((BarGraphWidgetState *)widgetCursor.currentState)->line1Data = data::get(widgetCursor.cursor, barGraphWidget->line1Data);\n    ((BarGraphWidgetState *)widgetCursor.currentState)->line2Data = data::get(widgetCursor.cursor, barGraphWidget->line2Data);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data ||\n        ((BarGraphWidgetState *)widgetCursor.previousState)->line1Data != ((BarGraphWidgetState *)widgetCursor.currentState)->line1Data ||\n        ((BarGraphWidgetState *)widgetCursor.previousState)->line2Data != ((BarGraphWidgetState *)widgetCursor.currentState)->line2Data;\n\n    if (refresh) {\n        int x = widgetCursor.x;\n        int y = widgetCursor.y;\n        const int w = widget->w;\n        const int h = widget->h;\n\n        float min = data::getMin(widgetCursor.cursor, widget->data).getFloat();\n        float max = fullScale ? \n            ((BarGraphWidgetState *)widgetCursor.currentState)->line2Data.getFloat() :\n            data::getMax(widgetCursor.cursor, widget->data).getFloat();\n\n        bool horizontal = barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_LEFT_RIGHT || barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_RIGHT_LEFT;\n\n        int d = horizontal ? w : h;\n\n        // calc bar  position (monitored value)\n        int pValue = calcValuePosInBarGraphWidget(widgetCursor.currentState->data, min, max, d);\n\n        // calc line 1 position (set value) \n        int pLine1 = calcValuePosInBarGraphWidget(((BarGraphWidgetState *)widgetCursor.currentState)->line1Data, min, max, d);\n\n        int pLine2;\n        if (!fullScale) {\n            // calc line 2 position (limit value) \n            pLine2 = calcValuePosInBarGraphWidget(((BarGraphWidgetState *)widgetCursor.currentState)->line2Data, min, max, d);\n\n            // make sure line positions don't overlap\n            if (pLine1 == pLine2) {\n                pLine1 = pLine2 - 1;\n            }\n\n            // make sure all lines are visible\n            if (pLine1 < 0) {\n                pLine2 -= pLine1;\n                pLine1 = 0;\n            }\n        }\n\n        DECL_WIDGET_STYLE(style, widget);\n\n        Style textStyle;\n\n        uint16_t inverseColor;\n        if (barGraphWidget->textStyle) {\n            DECL_STYLE(textStyleInner, barGraphWidget->textStyle);\n            memcpy(&textStyle, textStyleInner, sizeof(Style));\n    \n            inverseColor = textStyle.background_color;\n        } else {\n            inverseColor = style->background_color;\n        }\n\n        uint16_t fg = widgetCursor.currentState->flags.pressed ? inverseColor : style->color;\n        uint16_t bg = widgetCursor.currentState->flags.pressed ? inverseColor : style->background_color;\n\n        if (horizontal) {\n            // calc text position\n            char valueText[64];\n            int pText = 0;\n            int wText = 0;\n            if (barGraphWidget->textStyle) {\n                font::Font font = styleGetFont(&textStyle);\n    \n                widgetCursor.currentState->data.toText(valueText, sizeof(valueText));\n                wText = lcd::lcd.measureStr(valueText, -1, font, w);\n                \n                int padding = textStyle.padding_horizontal;\n                wText += padding;\n\n                if (pValue + wText <= d) {\n                    textStyle.background_color = bg;\n                    pText = pValue;\n                } else {\n                    textStyle.background_color = fg;\n                    wText += padding;\n                    pText = pValue - wText;\n                }\n            }\n\n            if (barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_LEFT_RIGHT) {\n                // draw bar\n                if (pText > 0) {\n                    lcd::lcd.setColor(fg);\n                    lcd::lcd.fillRect(x, y, x + pText - 1, y + h - 1);\n                }\n    \n                drawText(pageId, valueText, -1, x + pText, y, wText, h, &textStyle, false);\n                if (!isActivePage(pageId)) {\n                    return;\n                }\n\n                // draw background, but do not draw over line 1 and line 2\n                lcd::lcd.setColor(bg);\n\n                int pBackground = pText + wText;\n\n                if (pBackground <= pLine1) {\n                    if (pBackground < pLine1) {\n                        lcd::lcd.fillRect(x + pBackground, y, x + pLine1 - 1, y + h - 1);\n                    }\n                    pBackground = pLine1 + 1;\n                }\n\n                if (!fullScale) {\n                    if (pBackground <= pLine2) {\n                        if (pBackground < pLine2) {\n                            lcd::lcd.fillRect(x + pBackground, y, x + pLine2 - 1, y + h - 1);\n                        }\n                        pBackground = pLine2 + 1;\n                    }\n                }\n\n                if (pBackground < d) {\n                    lcd::lcd.fillRect(x + pBackground, y, x + d - 1, y + h - 1);\n                }\n            } else {\n                x += w - 1;\n\n                // draw bar\n                if (pText > 0) {\n                    lcd::lcd.setColor(fg);\n                    lcd::lcd.fillRect(x - (pText - 1), y, x, y + h - 1);\n                }\n    \n                drawText(pageId, valueText, -1, x - (pText + wText - 1), y, wText, h, &textStyle, false);\n                if (!isActivePage(pageId)) {\n                    return;\n                }\n\n                // draw background, but do not draw over line 1 and line 2\n                lcd::lcd.setColor(bg);\n\n                int pBackground = pText + wText;\n\n                if (pBackground <= pLine1) {\n                    if (pBackground < pLine1) {\n                        lcd::lcd.fillRect(x - (pLine1 - 1), y, x - pBackground, y + h - 1);\n                    }\n                    pBackground = pLine1 + 1;\n                }\n\n                if (!fullScale) {\n                    if (pBackground <= pLine2) {\n                        if (pBackground < pLine2) {\n                            lcd::lcd.fillRect(x - (pLine2 - 1), y, x - pBackground, y + h - 1);\n                        }\n                        pBackground = pLine2 + 1;\n                    }\n                }\n\n                if (pBackground < d) {\n                    lcd::lcd.fillRect(x - (d - 1), y, x - pBackground, y + h - 1);\n                }\n            }\n\n            drawLineInBarGraphWidget(barGraphWidget, pLine1, barGraphWidget->line1Style, x, y, w, h);\n            if (!fullScale) {\n                drawLineInBarGraphWidget(barGraphWidget, pLine2, barGraphWidget->line2Style, x, y, w, h);\n            }\n        } else {\n            // calc text position\n            char valueText[64];\n            int pText = 0;\n            int hText = 0;\n            if (barGraphWidget->textStyle) {\n                font::Font font = styleGetFont(&textStyle);\n    \n                widgetCursor.currentState->data.toText(valueText, sizeof(valueText));\n                hText = font.getHeight();\n                \n                int padding = textStyle.padding_vertical;\n                hText += padding;\n\n                if (pValue + hText <= d) {\n                    textStyle.background_color = bg;\n                    pText = pValue;\n                } else {\n                    textStyle.background_color = fg;\n                    hText += padding;\n                    pText = pValue - hText;\n                }\n            }\n\n            if (barGraphWidget->orientation == BAR_GRAPH_ORIENTATION_TOP_BOTTOM) {\n                // draw bar\n                if (pText > 0) {\n                    lcd::lcd.setColor(fg);\n                    lcd::lcd.fillRect(x, y, x + w - 1, y + pText - 1);\n                }\n    \n                drawText(pageId, valueText, -1, x, y + pText, w, hText, &textStyle, false);\n                if (!isActivePage(pageId)) {\n                    return;\n                }\n\n                // draw background, but do not draw over line 1 and line 2\n                lcd::lcd.setColor(bg);\n\n                int pBackground = pText + hText;\n\n                if (pBackground <= pLine1) {\n                    if (pBackground < pLine1) {\n                        lcd::lcd.fillRect(x, y + pBackground, x + w - 1, y + pLine1 - 1);\n                    }\n                    pBackground = pLine1 + 1;\n                }\n\n                if (!fullScale) {\n                    if (pBackground <= pLine2) {\n                        if (pBackground < pLine2) {\n                            lcd::lcd.fillRect(x, y + pBackground, x + w - 1, y + pLine2 - 1);\n                        }\n                        pBackground = pLine2 + 1;\n                    }\n                }\n\n                if (pBackground < d) {\n                    lcd::lcd.fillRect(x, y + pBackground, x + w - 1, y + d - 1);\n                }\n            } else {\n                y += h - 1;\n\n                // draw bar\n                if (pText > 0) {\n                    lcd::lcd.setColor(fg);\n                    lcd::lcd.fillRect(x, y - (pText - 1), x + w - 1, y);\n                }\n    \n                drawText(pageId, valueText, -1, x, y - (pText + hText - 1), w, hText, &textStyle, false);\n                if (!isActivePage(pageId)) {\n                    return;\n                }\n\n                // draw background, but do not draw over line 1 and line 2\n                lcd::lcd.setColor(bg);\n\n                int pBackground = pText + hText;\n\n                if (pBackground <= pLine1) {\n                    if (pBackground < pLine1) {\n                        lcd::lcd.fillRect(x, y - (pLine1 - 1), x + w - 1, y - pBackground);\n                    }\n                    pBackground = pLine1 + 1;\n                }\n\n                if (!fullScale) {\n                    if (pBackground <= pLine2) {\n                        if (pBackground < pLine2) {\n                            lcd::lcd.fillRect(x, y - (pLine2 - 1), x + w - 1, y - (pBackground));\n                        }\n                        pBackground = pLine2 + 1;\n                    }\n                }\n\n                if (pBackground < d) {\n                    lcd::lcd.fillRect(x, y - (d - 1), x + w - 1, y - pBackground);\n                }\n            }\n\n            drawLineInBarGraphWidget(barGraphWidget, pLine1, barGraphWidget->line1Style, x, y, w, h);\n            if (!fullScale) {\n                drawLineInBarGraphWidget(barGraphWidget, pLine2, barGraphWidget->line2Style, x, y, w, h);\n            }\n        }\n    }\n}\n\nint getYValue(\n    const WidgetCursor &widgetCursor, const Widget *widget,\n    uint8_t data, float min, float max,\n    int position\n    ) \n{\n    float value = data::getHistoryValue(widgetCursor.cursor, data, position).getFloat();\n    int y = (int)floor(widget->h * (value - min) / (max - min));\n    if (y < 0) y = 0;\n    if (y >= widget->h) y = widget->h - 1;\n    return widget->h - 1 - y;\n}\n\nvoid drawYTGraph(\n    const WidgetCursor &widgetCursor, const Widget *widget,\n    int startPosition, int endPosition, int numPositions,\n    int currentHistoryValuePosition,\n    int xGraphOffset, int graphWidth,\n    uint8_t data1, float min1, float max1, uint16_t data1Color,\n    uint8_t data2, float min2, float max2, uint16_t data2Color,\n    uint16_t color, uint16_t backgroundColor\n    ) \n{\n    for (int position = startPosition; position < endPosition; ++position) {\n        if (position < graphWidth) {\n            int x = widgetCursor.x + xGraphOffset + position;\n\n            lcd::lcd.setColor(color);\n            lcd::lcd.drawVLine(x, widgetCursor.y, widget->h - 1);\n\n            int y1 = getYValue(widgetCursor, widget, data1, min1, max1, position);\n            int y1Prev = getYValue(widgetCursor, widget, data1, min1, max1, position == 0 ? position : position - 1);\n\n            int y2 = getYValue(widgetCursor, widget, data2, min2, max2, position);\n            int y2Prev = getYValue(widgetCursor, widget, data2, min2, max2, position == 0 ? position : position - 1);\n\n            if (abs(y1Prev - y1) <= 1 && abs(y2Prev - y2) <= 1) {\n                if (y1 == y2) {\n                    lcd::lcd.setColor(position % 2 ? data2Color : data1Color);\n                    lcd::lcd.drawPixel(x, widgetCursor.y + y1);\n                } else {\n                    lcd::lcd.setColor(data1Color);\n                    lcd::lcd.drawPixel(x, widgetCursor.y + y1);\n\n                    lcd::lcd.setColor(data2Color);\n                    lcd::lcd.drawPixel(x, widgetCursor.y + y2);\n                }\n            } else {\n                lcd::lcd.setColor(data1Color);\n                if (abs(y1Prev - y1) <= 1) {\n                    lcd::lcd.drawPixel(x, widgetCursor.y + y1);\n                } else {\n                    if (y1Prev < y1) {\n                        lcd::lcd.drawVLine(x, widgetCursor.y + y1Prev + 1, y1 - y1Prev - 1);\n                    } else {\n                        lcd::lcd.drawVLine(x, widgetCursor.y + y1, y1Prev - y1 - 1);\n                    }\n                }\n\n                lcd::lcd.setColor(data2Color);\n                if (abs(y2Prev - y2) <= 1) {\n                    lcd::lcd.drawPixel(x, widgetCursor.y + y2);\n                } else {\n                    if (y2Prev < y2) {\n                        lcd::lcd.drawVLine(x, widgetCursor.y + y2Prev + 1, y2 - y2Prev - 1);\n                    } else {\n                        lcd::lcd.drawVLine(x, widgetCursor.y + y2, y2Prev - y2 - 1);\n                    }\n                }\n            }\n        }\n    }\n}\n\nvoid drawYTGraphWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(YTGraphWidget, ytGraphWidget, widget);\n    DECL_WIDGET_STYLE(style, widget);\n    DECL_STYLE(y1Style, ytGraphWidget->y1Style);\n    DECL_STYLE(y2Style, ytGraphWidget->y2Style);\n\n    widgetCursor.currentState->size = sizeof(YTGraphWidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n    ((YTGraphWidgetState *)widgetCursor.currentState)->y2Data = data::get(widgetCursor.cursor, ytGraphWidget->y2Data);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed;\n\n    if (refresh) {\n        // draw background\n        uint16_t color = widgetCursor.currentState->flags.pressed ? style->color : style->background_color;\n        lcd::lcd.setColor(color);\n        lcd::lcd.fillRect(widgetCursor.x, widgetCursor.y, widgetCursor.x + (int)widget->w - 1, widgetCursor.y + (int)widget->h - 1);\n    }\n\n    int textWidth = 62; // TODO this is hardcoded value\n    int textHeight = widget->h / 2;\n\n    // draw first value text\n    bool refreshText = !widgetCursor.previousState || widgetCursor.previousState->data != widgetCursor.currentState->data;\n\n    if (refresh || refreshText) {\n        char text[64];\n        widgetCursor.currentState->data.toText(text, sizeof(text));\n\n        drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y, textWidth, textHeight, y1Style,\n            widgetCursor.currentState->flags.pressed);\n        if (!isActivePage(pageId)) {\n            return;\n        }\n    }\n\n    // draw second value text\n    refreshText = !widgetCursor.previousState || ((YTGraphWidgetState *)widgetCursor.previousState)->y2Data != ((YTGraphWidgetState *)widgetCursor.currentState)->y2Data;\n\n    if (refresh || refreshText) {\n        char text[64];\n        ((YTGraphWidgetState *)widgetCursor.currentState)->y2Data.toText(text, sizeof(text));\n\n        drawText(pageId, text, -1, widgetCursor.x, widgetCursor.y + textHeight, textWidth, textHeight, y2Style,\n            widgetCursor.currentState->flags.pressed);\n        if (!isActivePage(pageId)) {\n            return;\n        }\n    }\n\n    // draw graph\n    int graphWidth = widget->w - textWidth;\n\n    int numHistoryValues = data::getNumHistoryValues(widget->data);\n    int currentHistoryValuePosition = data::getCurrentHistoryValuePosition(widgetCursor.cursor, widget->data);\n\n    static int lastPosition[CH_MAX];\n\n    float min1 = data::getMin(widgetCursor.cursor, widget->data).getFloat();\n    float max1 = data::getLimit(widgetCursor.cursor, widget->data).getFloat();\n\n    float min2 = data::getMin(widgetCursor.cursor, ytGraphWidget->y2Data).getFloat();\n    float max2 = data::getLimit(widgetCursor.cursor, ytGraphWidget->y2Data).getFloat();\n\n    int iChannel = widgetCursor.cursor.i >= 0 ? widgetCursor.cursor.i : 0;\n\n    int startPosition;\n    int endPosition;\n    if (refresh) {\n        startPosition = 0;\n        endPosition = numHistoryValues;\n    } else {\n        startPosition = lastPosition[iChannel];\n        if (startPosition == currentHistoryValuePosition) {\n            return;\n        }\n        endPosition = currentHistoryValuePosition;\n    }\n\n    if (startPosition < endPosition) {\n        drawYTGraph(widgetCursor, widget,\n            startPosition, endPosition,\n            currentHistoryValuePosition, numHistoryValues,\n            textWidth, graphWidth,\n            widget->data, min1, max1, y1Style->color, \n            ytGraphWidget->y2Data, min2, max2, y2Style->color,\n            widgetCursor.currentState->flags.pressed ? style->color: style->background_color,\n            widgetCursor.currentState->flags.pressed ? style->background_color : style->color);\n    } else {\n        drawYTGraph(widgetCursor, widget, \n            startPosition, numHistoryValues,\n            currentHistoryValuePosition, numHistoryValues,\n            textWidth, graphWidth,\n            widget->data, min1, max1, y1Style->color,\n            ytGraphWidget->y2Data, min2, max2, y2Style->color,\n            widgetCursor.currentState->flags.pressed ? style->color: style->background_color,\n            widgetCursor.currentState->flags.pressed ? style->background_color : style->color);\n\n        drawYTGraph(widgetCursor, widget,\n            0, endPosition,\n            currentHistoryValuePosition, numHistoryValues,\n            textWidth, graphWidth,\n            widget->data, min1, max1, y1Style->color,\n            ytGraphWidget->y2Data, min2, max2, y2Style->color,\n            widgetCursor.currentState->flags.pressed ? style->color: style->background_color,\n            widgetCursor.currentState->flags.pressed ? style->background_color : style->color);\n    }\n\n    int x = widgetCursor.x + textWidth;\n\n    // draw cursor\n    lcd::lcd.setColor(style->color);\n    lcd::lcd.drawVLine(x + currentHistoryValuePosition, widgetCursor.y, (int)widget->h - 1);\n\n    // draw blank lines\n    int x1 = x + (currentHistoryValuePosition + 1) % numHistoryValues;\n    int x2 = x + (currentHistoryValuePosition + CONF_GUI_YT_GRAPH_BLANK_PIXELS_AFTER_CURSOR) % numHistoryValues;\n\n    lcd::lcd.setColor(style->background_color);\n    if (x1 < x2) {\n        lcd::lcd.fillRect(x1, widgetCursor.y, x2, widgetCursor.y + (int)widget->h - 1);\n    } else {\n        lcd::lcd.fillRect(x1, widgetCursor.y, x + graphWidth - 1, widgetCursor.y + (int)widget->h - 1);\n        lcd::lcd.fillRect(x, widgetCursor.y, x2, widgetCursor.y + (int)widget->h - 1);\n    }\n\n    lastPosition[iChannel] = currentHistoryValuePosition;\n}\n\nvoid drawUpDownWidget(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(UpDownWidget, upDownWidget, widget);\n\n    widgetCursor.currentState->size = sizeof(WidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data;\n\n    if (refresh) {\n        DECL_STRING(downButtonText, upDownWidget->downButtonText);\n        DECL_STYLE(buttonsStyle, upDownWidget->buttonsStyle);\n\n        font::Font buttonsFont = styleGetFont(buttonsStyle);\n        int buttonWidth = buttonsFont.getHeight();\n\n        drawText(pageId, downButtonText, -1, widgetCursor.x, widgetCursor.y, buttonWidth, (int)widget->h, buttonsStyle,\n            (widgetCursor.currentState->flags.pressed || g_selectedWidget == widgetCursor) && g_selectedWidget.segment == UP_DOWN_WIDGET_SEGMENT_DOWN_BUTTON);\n        if (!isActivePage(pageId)) {\n            return;\n        }\n\n        char text[64];\n        widgetCursor.currentState->data.toText(text, sizeof(text));\n        DECL_STYLE(style, widget->style);\n        drawText(pageId, text, -1, widgetCursor.x + buttonWidth, widgetCursor.y, (int)(widget->w - 2 * buttonWidth), (int)widget->h, style, false);\n        if (!isActivePage(pageId)) {\n            return;\n        }\n\n        DECL_STRING(upButtonText, upDownWidget->upButtonText);\n        drawText(pageId, upButtonText, -1, widgetCursor.x + widget->w - buttonWidth, widgetCursor.y, buttonWidth, (int)widget->h, buttonsStyle,\n            (widgetCursor.currentState->flags.pressed || g_selectedWidget == widgetCursor) && g_selectedWidget.segment == UP_DOWN_WIDGET_SEGMENT_UP_BUTTON);\n    }\n}\n\nvoid upDown() {\n    if (g_foundWidgetAtDown) {\n        DECL_WIDGET(widget, g_foundWidgetAtDown.widgetOffset);\n        if (widget->type == WIDGET_TYPE_UP_DOWN) {\n            int value = data::get(g_foundWidgetAtDown.cursor, widget->data).getInt();\n\n            int newValue = value;\n\n            if (g_foundWidgetAtDown.segment == UP_DOWN_WIDGET_SEGMENT_DOWN_BUTTON) {\n                --newValue;\n            } else if (g_foundWidgetAtDown.segment == UP_DOWN_WIDGET_SEGMENT_UP_BUTTON) {\n                ++newValue;\n            }\n\n            int min = data::getMin(g_foundWidgetAtDown.cursor, widget->data).getInt();\n            if (newValue < min) {\n                newValue = min;\n            }\n\n            int max = data::getMax(g_foundWidgetAtDown.cursor, widget->data).getInt();\n            if (newValue > max) {\n                newValue = max;\n            }\n\n            if (newValue != value) {\n                data::set(g_foundWidgetAtDown.cursor, widget->data, newValue, 0);\n            }\n        }\n    }\n}\n\nvoid drawListGraphWidget(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(ListGraphWidget, listGraphWidget, widget);\n    DECL_WIDGET_STYLE(style, widget);\n    DECL_STYLE(y1Style, listGraphWidget->y1Style);\n    DECL_STYLE(y2Style, listGraphWidget->y2Style);\n    DECL_STYLE(cursorStyle, listGraphWidget->cursorStyle);\n\n    widgetCursor.currentState->size = sizeof(ListGraphWidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n    ((ListGraphWidgetState *)widgetCursor.currentState)->cursorData = data::get(widgetCursor.cursor, listGraphWidget->cursorData);\n\n    bool refreshAll = !widgetCursor.previousState ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data;\n    bool refresh = refreshAll;\n\n    int iPrevCursor = -1;\n    int iPrevRow = -1;\n    if (widgetCursor.previousState) {\n        iPrevCursor = ((ListGraphWidgetState *)widgetCursor.previousState)->cursorData.getInt();\n        iPrevRow = iPrevCursor / 3;\n    }\n\n    int iCursor = ((ListGraphWidgetState *)widgetCursor.currentState)->cursorData.getInt();\n    int iRow = iCursor / 3;\n\n    if (!refreshAll) {\n        refresh = iPrevCursor != iCursor;\n    }\n\n    if (refresh) {\n        // draw background\n        if (refreshAll) {\n            lcd::lcd.setColor(style->background_color);\n            lcd::lcd.fillRect(widgetCursor.x, widgetCursor.y, widgetCursor.x + (int)widget->w - 1, widgetCursor.y + (int)widget->h - 1);\n        }\n\n        int dwellListLength = data::getListLength(listGraphWidget->dwellData);\n        if (dwellListLength > 0) {\n            float *dwellList = data::getFloatList(listGraphWidget->dwellData);\n        \n            const Style *styles[2] = {\n                y1Style,\n                y2Style\n            };\n\n            int listLength[2] = {\n                data::getListLength(listGraphWidget->y1Data),\n                data::getListLength(listGraphWidget->y2Data)\n            };\n            \n            float *list[2] = {\n                data::getFloatList(listGraphWidget->y1Data),\n                data::getFloatList(listGraphWidget->y2Data)\n            };\n            \n            float min[2] = {\n                data::getMin(widgetCursor.cursor, listGraphWidget->y1Data).getFloat(),\n                data::getMin(widgetCursor.cursor, listGraphWidget->y2Data).getFloat()\n            };\n            \n            float max[2] = {\n                data::getMax(widgetCursor.cursor, listGraphWidget->y1Data).getFloat(),\n                data::getMax(widgetCursor.cursor, listGraphWidget->y2Data).getFloat()\n            };\n\n            int maxListLength = data::getListLength(widget->data);\n\n            float dwellSum = 0;\n            for (int i = 0; i < maxListLength; ++i) {\n                if (i < dwellListLength) {\n                    dwellSum += dwellList[i];\n                } else {\n                    dwellSum += dwellList[dwellListLength - 1];\n                }\n            }\n\n            float currentDwellSum = 0;\n            int xPrev = widgetCursor.x;\n            int yPrev[2];\n            for (int i = 0; i < maxListLength; ++i) {\n                currentDwellSum += i < dwellListLength ? dwellList[i] : dwellList[dwellListLength - 1];\n                int x1 = xPrev;\n                int x2;\n                if (i == maxListLength - 1) {\n                    x2 = widgetCursor.x + (int)widget->w - 1;\n                } else {\n                    x2 = widgetCursor.x + int(currentDwellSum * (int)widget->w / dwellSum);\n                }\n                if (x2 < x1) x2 = x1;\n                if (x2 >= widgetCursor.x + (int)widget->w) x2 = widgetCursor.x + (int)widget->w - 1;\n\n                bool skipDraw = false;\n\n                if (!refreshAll) {\n                    if (i < iPrevRow - 1 && i > iPrevRow + 1 && i < iRow - 1 && i > iRow + 1) {\n                        skipDraw = true;\n                    }\n                }\n\n                if (!skipDraw) {\n                    if (!refreshAll && i == iPrevRow) {\n                        lcd::lcd.setColor(style->background_color);\n                        lcd::lcd.fillRect(x1, widgetCursor.y, x2 - 1, widgetCursor.y + (int)widget->h - 1);\n                    }\n\n                    if (i == iRow) {\n                        lcd::lcd.setColor(cursorStyle->background_color);\n                        lcd::lcd.fillRect(x1, widgetCursor.y, x2 - 1, widgetCursor.y + (int)widget->h - 1);\n                    }\n                }\n\n                for (int k = 0; k < 2; ++k) {\n                    int j = iCursor % 3 == 2 ? k : 1 - k;\n\n                    if (listLength[j] > 0) {\n                        if (!skipDraw) {\n                            lcd::lcd.setColor(styles[j]->color);\n                        }\n\n                        float value = i < listLength[j] ? list[j][i] : list[j][listLength[j] - 1];\n                        int y = int((value - min[j]) * widget->h / (max[j] - min[j]));\n                        if (y < 0) y = 0;\n                        if (y >= (int)widget->h) y = (int)widget->h - 1;\n\n                        y = widgetCursor.y + ((int)widget->h - 1) - y;\n\n                        if (!skipDraw) {\n                            if (i > 0 && abs(yPrev[j] - y) > 1) {\n                                if (yPrev[j] < y) {\n                                    lcd::lcd.drawVLine(x1, yPrev[j] + 1, y - yPrev[j] - 1);\n                                } else {\n                                    lcd::lcd.drawVLine(x1, y, yPrev[j] - y - 1);\n                                }\n                            }\n                        }\n\n                        yPrev[j] = y;\n\n                        if (!skipDraw) {\n                            lcd::lcd.drawHLine(x1, y, x2 - x1);\n                        }\n                    }\n                }\n\n                xPrev = x2;\n            }\n        }\n    }\n}\n\nvoid onTouchListGraph(const WidgetCursor &widgetCursor, int xTouch, int yTouch) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n    DECL_WIDGET_SPECIFIC(ListGraphWidget, listGraphWidget, widget);\n\n    if (xTouch < widgetCursor.x || xTouch >= widgetCursor.x + (int)widget->w) return;\n    if (yTouch < widgetCursor.y || yTouch >= widgetCursor.y + (int)widget->h) return;\n\n    int dwellListLength = data::getListLength(listGraphWidget->dwellData);\n    if (dwellListLength > 0) {\n        int iCursor = -1;\n\n        float *dwellList = data::getFloatList(listGraphWidget->dwellData);\n\n        int maxListLength = data::getListLength(widget->data);\n\n        float dwellSum = 0;\n        for (int i = 0; i < maxListLength; ++i) {\n            if (i < dwellListLength) {\n                dwellSum += dwellList[i];\n            } else {\n                dwellSum += dwellList[dwellListLength - 1];\n            }\n        }\n\n        float currentDwellSum = 0;\n        int xPrev = widgetCursor.x;\n        for (int i = 0; i < maxListLength; ++i) {\n            currentDwellSum += i < dwellListLength ? dwellList[i] : dwellList[dwellListLength - 1];\n            int x1 = xPrev;\n            int x2;\n            if (i == maxListLength - 1) {\n                x2 = widgetCursor.x + (int)widget->w - 1;\n            } else {\n                x2 = widgetCursor.x + int(currentDwellSum * (int)widget->w / dwellSum);\n            }\n            if (x2 < x1) x2 = x1;\n            if (x2 >= widgetCursor.x + (int)widget->w) x2 = widgetCursor.x + (int)widget->w - 1;\n\n            if (xTouch >= x1 && xTouch < x2) {\n                int iCurrentCursor = data::get(widgetCursor.cursor, listGraphWidget->cursorData).getInt();\n                iCursor = i * 3 + iCurrentCursor % 3;\n                break;\n            }\n        }\n\n        if (iCursor >= 0) {\n            data::set(widgetCursor.cursor, listGraphWidget->cursorData, data::Value(iCursor), 0);\n        }\n    }\n}\n\nvoid drawWidget(int pageId, const WidgetCursor &widgetCursor_) {\n    if (pageId != getActivePageId()) {\n        return;\n    }\n\n    WidgetCursor widgetCursor = widgetCursor_;\n\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    uint8_t state[128];\n    if (widgetCursor.currentState == 0) {\n        widgetCursor.currentState = (WidgetState *)&state;\n    } else {\n        //static uint16_t g_maxStateSize = 0; \n        //uint16_t stateSize = (uint8_t *)widgetCursor.currentState - (getCurrentStateBufferIndex() == 0 ? &g_stateBuffer[0][0] : &g_stateBuffer[1][0]);\n        //if (stateSize > g_maxStateSize) {\n        //    g_maxStateSize = stateSize;\n        //    DebugTraceF(\"%d\", (int)g_maxStateSize);\n        //}\n    }\n\n    widgetCursor.currentState->flags.pressed = g_selectedWidget == widgetCursor;\n\n    if (widget->type == WIDGET_TYPE_DISPLAY_DATA) {\n        drawDisplayDataWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_TEXT) {\n        drawTextWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_MULTILINE_TEXT) {\n        drawMultilineTextWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_RECTANGLE) {\n        drawRectangleWidget(widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_BITMAP) {\n        drawBitmapWidget(widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_BUTTON) {\n        drawButtonWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_TOGGLE_BUTTON) {\n        drawToggleButtonWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_BUTTON_GROUP) {\n        widgetButtonGroup::draw(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_SCALE) {\n        drawScaleWidget(widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_BAR_GRAPH) {\n        drawBarGraphWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_YT_GRAPH) {\n        drawYTGraphWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_UP_DOWN) {\n        drawUpDownWidget(pageId, widgetCursor);\n    } else if (widget->type == WIDGET_TYPE_LIST_GRAPH) {\n        drawListGraphWidget(widgetCursor);\n    } \n}\n\nvoid refreshWidget(WidgetCursor widgetCursor) {\n    if (isActivePageInternal()) {\n        ((InternalPage *)getActivePage())->drawWidget(widgetCursor, widgetCursor == g_selectedWidget);\n    } else {\n        g_widgetRefresh = true;\n        drawWidget(getActivePageId(), widgetCursor);\n        g_widgetRefresh = false;\n    }\n}\n\nvoid selectWidget(WidgetCursor &widgetCursor) {\n    g_selectedWidget = widgetCursor;\n    refreshWidget(g_selectedWidget);\n}\n\nvoid deselectWidget() {\n    WidgetCursor old_selected_widget = g_selectedWidget;\n    g_selectedWidget = 0;\n    refreshWidget(old_selected_widget);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nWidgetState *next(WidgetState *p) {\n    return p ? (WidgetState *)(((uint8_t *)p) + p->size) : 0;\n}\n\nvoid enumWidget(int pageId, OBJ_OFFSET widgetOffset, int x, int y, data::Cursor &cursor, WidgetState *previousState, WidgetState *currentState, EnumWidgetsCallback callback);\n\nvoid enumContainer(int pageId, List widgets, int x, int y, data::Cursor &cursor, WidgetState *previousState, WidgetState *currentState, EnumWidgetsCallback callback) {\n    if (pageId != getActivePageId()) {\n        return;\n    }\n\n    WidgetState *savedCurrentState = currentState;\n\n    WidgetState *endOfContainerInPreviousState;\n    if (previousState) endOfContainerInPreviousState = next(previousState);\n\n    // move to the first child widget state\n    if (previousState) ++previousState;\n    if (currentState) ++currentState;\n\n    for (int index = 0; index < widgets.count; ++index) {\n        OBJ_OFFSET childWidgetOffset = getListItemOffset(widgets, index, sizeof(Widget));\n        enumWidget(pageId, childWidgetOffset, x, y, cursor, previousState, currentState, callback);\n\n        if (previousState) {\n            previousState = next(previousState);\n            if (previousState >= endOfContainerInPreviousState) previousState = 0;\n        }\n        \n        currentState = next(currentState);\n    }\n\n    if (currentState) {\n        savedCurrentState->size = ((uint8_t *)currentState) - ((uint8_t *)savedCurrentState);\n    }\n}\n\nvoid enumWidget(int pageId, OBJ_OFFSET widgetOffset, int x, int y, data::Cursor &cursor, WidgetState *previousState, WidgetState *currentState, EnumWidgetsCallback callback) {\n    if (!psu::criticalTick(pageId)) {\n        return;\n    }\n\n    DECL_WIDGET(widget, widgetOffset);\n\n    x += widget->x;\n    y += widget->y;\n\n    if (widget->type == WIDGET_TYPE_CONTAINER) {\n        DECL_WIDGET_SPECIFIC(ContainerWidget, container, widget);\n        enumContainer(pageId, container->widgets, x, y, cursor, previousState, currentState, callback);\n    }\n    else if (widget->type == WIDGET_TYPE_CUSTOM) {\n        DECL_WIDGET_SPECIFIC(CustomWidgetSpecific, customWidgetSpecific, widget);\n        DECL_CUSTOM_WIDGET(customWidget, customWidgetSpecific->customWidget);\n        enumContainer(pageId, customWidget->widgets, x, y, cursor, previousState, currentState, callback);\n    }\n    else if (widget->type == WIDGET_TYPE_LIST) {\n        WidgetState *savedCurrentState = currentState;\n\n        WidgetState *endOfContainerInPreviousState;\n        if (previousState) endOfContainerInPreviousState = next(previousState);\n\n        // move to the first child widget state\n        if (previousState) ++previousState;\n        if (currentState) ++currentState;\n\n        int xOffset = 0;\n        int yOffset = 0;\n        for (int index = 0; index < data::count(widget->data); ++index) {\n            data::select(cursor, widget->data, index);\n\n            DECL_WIDGET_SPECIFIC(ListWidget, listWidget, widget);\n            OBJ_OFFSET childWidgetOffset = listWidget->item_widget;\n\n            if (listWidget->listType == LIST_TYPE_VERTICAL) {\n                DECL_WIDGET(childWidget, childWidgetOffset);\n                if (yOffset < widget->h) {\n                    enumWidget(pageId, childWidgetOffset, x + xOffset, y + yOffset, cursor, previousState, currentState, callback);\n                    yOffset += childWidget->h;\n                } else {\n                    // TODO: add vertical scroll\n                    break;\n                }\n            } else {\n                DECL_WIDGET(childWidget, childWidgetOffset);\n                if (xOffset < widget->w) {\n                    enumWidget(pageId, childWidgetOffset, x + xOffset, y + yOffset, cursor, previousState, currentState, callback);\n                    xOffset += childWidget->w;\n                } else {\n                    // TODO: add horizontal scroll\n                    break;\n                }\n            }\n\n            if (previousState) {\n                previousState = next(previousState);\n                if (previousState >= endOfContainerInPreviousState) previousState = 0;\n            }\n        \n            currentState = next(currentState);\n        }\n\n        if (currentState) {\n            savedCurrentState->size = ((uint8_t *)currentState) - ((uint8_t *)savedCurrentState);\n        }\n\n        data::select(cursor, widget->data, -1);\n    }\n    else if (widget->type == WIDGET_TYPE_SELECT) {\n        data::Value indexValue = data::get(cursor, widget->data);\n\n        if (currentState) {\n            currentState->data = indexValue;\n        }\n\n        if (previousState && previousState->data != currentState->data) {\n            previousState = 0;\n        }\n\n        WidgetState *savedCurrentState = currentState;\n\n        // move to the selected widget state\n        if (previousState) ++previousState;\n        if (currentState) ++currentState;\n\n        int index = indexValue.getInt();\n        DECL_WIDGET_SPECIFIC(ContainerWidget, containerWidget, widget);\n        OBJ_OFFSET selectedWidgetOffset = getListItemOffset(containerWidget->widgets, index, sizeof(Widget));\n\n        enumWidget(pageId, selectedWidgetOffset, x, y, cursor, previousState, currentState, callback);\n\n        if (currentState) {\n            savedCurrentState->size = sizeof(WidgetState) + currentState->size;\n        }\n    }\n    else {\n        callback(pageId, WidgetCursor(widgetOffset, x, y, cursor, previousState, currentState));\n    }\n}\n\nvoid enumWidgets(int pageId, WidgetState *previousState, WidgetState *currentState, EnumWidgetsCallback callback) {\n    data::Cursor cursor;\n    cursor.reset();\n    enumWidget(pageId, getPageOffset(pageId), 0, 0, cursor, previousState, currentState, callback);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid clearBackground() {\n    // clear screen with background color\n    DECL_WIDGET(page, getPageOffset(getActivePageId()));\n\n    DECL_WIDGET_STYLE(style, page);\n    lcd::lcd.setColor(style->background_color);\n\n    if (getPreviousActivePageId() == PAGE_ID_INFO_ALERT || getPreviousActivePageId() == PAGE_ID_ERROR_ALERT || getPreviousActivePageId() == PAGE_ID_YES_NO) {\n        DECL_WIDGET(page, getPageOffset(getPreviousActivePageId()));\n        lcd::lcd.fillRect(page->x, page->y, page->x + page->w - 1, page->y + page->h - 1);\n    }\n\n    if (getActivePageId() == PAGE_ID_WELCOME) {\n        lcd::lcd.fillRect(page->x, page->y, page->x + page->w - 1, page->y + page->h - 1);\n    } else {\n        DECL_WIDGET_SPECIFIC(PageWidget, pageSpecific, page);\n        for (int i = 0; i < pageSpecific->transparentRectangles.count; ++i) {\n            OBJ_OFFSET rectOffset = getListItemOffset(pageSpecific->transparentRectangles, i, sizeof(Rect));\n            DECL_STRUCT_WITH_OFFSET(Rect, rect, rectOffset);\n            lcd::lcd.fillRect(rect->x, rect->y, rect->x + rect->w - 1, rect->y + rect->h - 1);\n        }\n    }\n}\n\nvoid drawActivePage(bool refresh) {\n    g_wasBlinkTime = g_isBlinkTime;\n    g_isBlinkTime = (micros() % (2 * CONF_GUI_BLINK_TIME)) > CONF_GUI_BLINK_TIME && touch::event_type == touch::TOUCH_NONE;\n\n    if (refresh) {\n        g_previousState = 0;\n        g_currentState = (WidgetState *)(&g_stateBuffer[0][0]);\n    } else {\n        g_previousState = g_currentState;\n        g_currentState = (WidgetState *)(&g_stateBuffer[getCurrentStateBufferIndex() == 0 ? 1 : 0][0]);\n    }\n\n    enumWidgets(getActivePageId(), g_previousState, g_currentState, drawWidget);\n}\n\nstatic bool g_refreshPageOnNextTick;\n\nvoid drawTick() {\n    if (isActivePageInternal()) {\n        ((InternalPage *)getActivePage())->drawTick();\n    } else {\n        if (g_refreshPageOnNextTick) {\n            g_refreshPageOnNextTick = false;\n            clearBackground();\n            drawActivePage(true);\n        } else {\n            drawActivePage(false);\n        }\n    }\n}\n\n\nvoid refreshPage() {\n    if (isActivePageInternal()) {\n        ((InternalPage *)getActivePage())->refresh();\n    } else {\n        g_refreshPageOnNextTick = true;\n    }\n}\n\nvoid flush() {\n    drawTick();\n\n#ifdef EEZ_PSU_SIMULATOR\n    if (simulator::front_panel::isOpened()) {\n        simulator::front_panel::tick();\n    }\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic int g_find_widget_at_x;\nstatic int g_find_widget_at_y;\nstatic WidgetCursor g_foundWidget;\n\nvoid findWidgetStep(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    bool inside = \n        g_find_widget_at_x >= widgetCursor.x &&\n        g_find_widget_at_x < widgetCursor.x + (int)widget->w &&\n        g_find_widget_at_y >= widgetCursor.y &&\n        g_find_widget_at_y < widgetCursor.y + (int)widget->h;\n\n    if (inside) {\n        g_foundWidget = widgetCursor;\n\n        if (widget->type == WIDGET_TYPE_UP_DOWN) {\n            if (g_find_widget_at_x < widgetCursor.x + widget->w / 2) {\n                g_foundWidget.segment = UP_DOWN_WIDGET_SEGMENT_DOWN_BUTTON;\n            } else {\n                g_foundWidget.segment = UP_DOWN_WIDGET_SEGMENT_UP_BUTTON;\n            }\n        }\n    }\n}\n\nWidgetCursor findWidget(int x, int y) {\n    if (isActivePageInternal()) {\n        return ((InternalPage *)getActivePage())->findWidget(x, y);\n    } else {\n        g_foundWidget = 0;\n\n        g_find_widget_at_x = x;\n        g_find_widget_at_y = y;\n        enumWidgets(getActivePageId(), 0, 0, findWidgetStep);\n\n        return g_foundWidget;\n    }\n}\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_view.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n#pragma pack(push, 1)\n\n#define STYLE_FLAGS_BORDER 1\n#define STYLE_FLAGS_HORZ_ALIGN 6\n#define STYLE_FLAGS_HORZ_ALIGN_LEFT 0\n#define STYLE_FLAGS_HORZ_ALIGN_RIGHT 2\n#define STYLE_FLAGS_HORZ_ALIGN_CENTER 4\n#define STYLE_FLAGS_VERT_ALIGN 24\n#define STYLE_FLAGS_VERT_ALIGN_TOP 0\n#define STYLE_FLAGS_VERT_ALIGN_BOTTOM 8\n#define STYLE_FLAGS_VERT_ALIGN_CENTER 16\n#define STYLE_FLAGS_BLINK 32\n\n#define WIDGET_TYPE_NONE 0\n#define WIDGET_TYPE_CONTAINER 1\n#define WIDGET_TYPE_LIST 2\n#define WIDGET_TYPE_SELECT 3\n#define WIDGET_TYPE_DISPLAY_DATA 4\n#define WIDGET_TYPE_TEXT 5\n#define WIDGET_TYPE_MULTILINE_TEXT 6\n#define WIDGET_TYPE_RECTANGLE 7\n#define WIDGET_TYPE_BITMAP 8\n#define WIDGET_TYPE_BUTTON 9\n#define WIDGET_TYPE_TOGGLE_BUTTON 10\n#define WIDGET_TYPE_BUTTON_GROUP 11\n#define WIDGET_TYPE_SCALE 12\n#define WIDGET_TYPE_BAR_GRAPH 13\n#define WIDGET_TYPE_CUSTOM 14\n#define WIDGET_TYPE_YT_GRAPH 15\n#define WIDGET_TYPE_UP_DOWN 16\n#define WIDGET_TYPE_LIST_GRAPH 17\n\n#define LIST_TYPE_VERTICAL 1\n#define LIST_TYPE_HORIZONTAL 2\n\n#define SCALE_NEEDLE_POSITION_LEFT 1\n#define SCALE_NEEDLE_POSITION_RIGHT 2\n#define SCALE_NEEDLE_POSITION_TOP 3\n#define SCALE_NEEDLE_POSITION_BOTTOM 4\n\n#define BAR_GRAPH_ORIENTATION_LEFT_RIGHT 1\n#define BAR_GRAPH_ORIENTATION_RIGHT_LEFT 2\n#define BAR_GRAPH_ORIENTATION_TOP_BOTTOM 3\n#define BAR_GRAPH_ORIENTATION_BOTTOM_TOP 4\n\ntypedef uint16_t OBJ_OFFSET;\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct List {\n    uint8_t count;\n    OBJ_OFFSET first;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct Style {\n    uint8_t font;\n    uint16_t flags;\n    uint16_t background_color;\n    uint16_t color;\n    uint16_t border_color;\n    uint8_t padding_horizontal;\n    uint8_t padding_vertical;\n};\n\ntypedef List Styles;\n\n////////////////////////////////////////////////////////////////////////////////\n\ntypedef uint8_t ActionType;\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct Widget {\n    uint8_t type;\n    uint8_t data;\n    ActionType action;\n    int16_t x;\n    int16_t y;\n    uint16_t w;\n    uint16_t h;\n    uint8_t style;\n    OBJ_OFFSET specific;\n};\n\nstruct WidgetStateFlags {\n    unsigned pressed: 1;\n    unsigned focused: 1;\n    unsigned blinking: 1;\n    unsigned enabled: 1;\n};\n\nstruct WidgetState {\n    uint16_t size;\n    WidgetStateFlags flags;\n    data::Value data;\n\tuint16_t backgroundColor;\n};\n\nstruct ContainerWidget {\n    List widgets;\n};\n\nstruct ListWidget {\n\tuint8_t listType; // LIST_TYPE_VERTICAL or LIST_TYPE_HORIZONTAL\n    OBJ_OFFSET item_widget;\n};\n\nstruct SelectWidget {\n    List widgets;\n};\n\nstruct DisplayDataWidget {\n    uint8_t activeStyle;\n};\n\nstruct TextFlags {\n    unsigned ignoreLuminosity : 1;\n};\n\nstruct TextWidget {\n    OBJ_OFFSET text;\n    TextFlags flags;\n};\n\nstruct MultilineTextWidget {\n    OBJ_OFFSET text;\n};\n\nstruct RectangleFlags {\n    unsigned invertColors : 1;\n    unsigned ignoreLuminosity : 1;\n};\n\nstruct RectangleWidget {\n    RectangleFlags flags;\n};\n\nstruct BitmapWidget {\n    uint8_t bitmap;\n};\n\nstruct ButtonWidget {\n\tOBJ_OFFSET text;\n\tuint8_t enabled;\n\tuint8_t disabledStyle;\n};\n\nstruct ToggleButtonWidget {\n    OBJ_OFFSET text1;\n    OBJ_OFFSET text2;\n};\n\nstruct ButtonGroupWidgetState {\n    WidgetState genericState;\n    const data::Value *labels;\n};\n\nstruct ScaleWidget {\n\tuint8_t needle_position; // SCALE_NEEDLE_POSITION_...\n\tuint8_t needle_width;\n    uint8_t needle_height;\n};\n\nstruct BarGraphWidget {\n\tuint8_t orientation; // BAR_GRAPH_ORIENTATION_...\n\tuint8_t textStyle;\n\tuint8_t line1Data;\n\tuint8_t line1Style;\n\tuint8_t line2Data;\n\tuint8_t line2Style;\n};\n\nstruct BarGraphWidgetState {\n    WidgetState genericState;\n    data::Value line1Data;\n    data::Value line2Data;\n};\n\nstruct YTGraphWidget {\n\tuint8_t y1Style;\n\tuint8_t y2Data;\n\tuint8_t y2Style;\n};\n\nstruct YTGraphWidgetState {\n    WidgetState genericState;\n    data::Value y2Data;\n};\n\nenum UpDownWidgetSegment {\n    UP_DOWN_WIDGET_SEGMENT_TEXT,\n    UP_DOWN_WIDGET_SEGMENT_DOWN_BUTTON,\n    UP_DOWN_WIDGET_SEGMENT_UP_BUTTON\n};\n\nstruct UpDownWidget {\n\tuint8_t buttonsStyle;\n\tOBJ_OFFSET downButtonText;\n\tOBJ_OFFSET upButtonText;\n};\n\nstruct ListGraphWidgetState {\n    WidgetState genericState;\n    data::Value cursorData;\n};\n\nstruct ListGraphWidget {\n    uint8_t dwellData;\n    uint8_t y1Data;\n\tuint8_t y1Style;\n    uint8_t y2Data;\n\tuint8_t y2Style;\n    uint8_t cursorData;\n    uint8_t cursorStyle;\n};\n\nstruct CustomWidgetSpecific {\n\tuint8_t customWidget;\n};\n\nstruct Rect {\n    int16_t x;\n    int16_t y;\n    uint16_t w;\n    uint16_t h;\n};\n\nstruct PageWidget {\n    List widgets;\n\tList transparentRectangles;\n    uint8_t closePageIfTouchedOutside;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct CustomWidget {\n    List widgets;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct Document {\n    List customWidgets;\n    List pages;\n};\n\n#pragma pack(pop)\n\n////////////////////////////////////////////////////////////////////////////////\n\nstruct WidgetCursor {\n    OBJ_OFFSET widgetOffset;\n    int x;\n    int y;\n    data::Cursor cursor;\n    int segment;\n    WidgetState *previousState;\n    WidgetState *currentState;\n\n    WidgetCursor() : widgetOffset(0) {}\n\n    WidgetCursor(OBJ_OFFSET widgetOffset_, int x_, int y_, const data::Cursor &cursor_, WidgetState *previousState_, WidgetState *currentState_)\n        : widgetOffset(widgetOffset_), x(x_), y(y_), cursor(cursor_), previousState(previousState_), currentState(currentState_)\n    {\n    }\n\n    WidgetCursor& operator=(int) {\n        widgetOffset = 0;\n\t\tcursor.i = -1;\n        return *this;\n    }\n\n    bool operator != (const WidgetCursor& rhs) const {\n        return widgetOffset != rhs.widgetOffset || x != rhs.x || y != rhs.y || cursor != rhs.cursor;\n    }\n\n    bool operator == (const WidgetCursor& rhs) const {\n        return !(*this != rhs);\n    }\n\n    operator bool() {\n        return widgetOffset != 0;\n    }\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid drawWidget(int pageId, const WidgetCursor &widgetCursor);\nvoid refreshWidget(WidgetCursor widgetCursor);\nvoid selectWidget(WidgetCursor &widgetCursor);\nvoid deselectWidget();\nvoid flush();\n\ntypedef void(*EnumWidgetsCallback)(int pageId, const WidgetCursor &widgetCursor);\nvoid enumWidgets(int pageIndex, WidgetState *previousState, WidgetState *currentState, EnumWidgetsCallback callback);\n\nWidgetCursor findWidget(int x, int y);\nvoid drawTick();\n\nint getCurrentStateBufferIndex();\n\nvoid onTouchListGraph(const WidgetCursor &widgetCursor, int xTouch, int yTouch);\n\n}\n}\n} // namespace eez::psu::gui\n"
  },
  {
    "path": "eez_psu_sketch/gui_widget_button_group.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"sound.h\"\n#include \"gui_widget_button_group.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace widgetButtonGroup {\n\nvoid drawButtons(int pageId, const Widget* widget, int x, int y, const Style *style, int selectedButton, const data::Value *labels, int count) {\n    if (widget->w > widget->h) {\n        // horizontal orientation\n\t\tlcd::lcd.setColor(style->background_color);\n\t\tlcd::lcd.fillRect(x, y, x + widget->w - 1, y + widget->h - 1);\n\n\t\tint w = widget->w / count;\n        x += (widget->w - w * count) / 2;\n        int h = widget->h;\n        for (int i = 0; i < count; ++i) {\n            char text[32];\n            labels[i].toText(text, 32);\n            drawText(pageId, text, -1, x, y, w, h, style, i == selectedButton);\n            if (!isActivePage(pageId)) {\n                return;\n            }\n            x += w;\n        }\n    } else {\n        // vertical orientation\n        int w = widget->w;\n        int h = widget->h / count;\n\n\t\tint bottom = y + widget->h - 1;\n\t\tint topPadding = (widget->h - h * count) / 2;\n\t\t\n\t\tif (topPadding > 0) {\n\t\t\tlcd::lcd.setColor(style->background_color);\n\t\t\tlcd::lcd.fillRect(x, y, x + widget->w - 1, y + topPadding - 1);\n\n\t\t\ty += topPadding;\n\t\t}\n\n\t\tint labelHeight = MIN(w, h);\n\t\tint yOffset = (h - labelHeight) / 2;\n\n\t\tfor (int i = 0; i < count; ++i) {\n\t\t\tif (yOffset > 0) {\n\t\t\t\tlcd::lcd.setColor(style->background_color);\n\t\t\t\tlcd::lcd.fillRect(x, y, x + widget->w - 1, y + yOffset - 1);\n\t\t\t}\n\n\t\t\tchar text[32];\n            labels[i].toText(text, 32);\n            drawText(pageId, text, -1, x, y + yOffset, w, labelHeight , style, i == selectedButton);\n            if (!isActivePage(pageId)) {\n                return;\n            }\n\n\t\t\tint b = y + yOffset + labelHeight;\n\t\t\t\n\t\t\ty += h;\n        \n\t\t\tif (b < y) {\n\t\t\t\tlcd::lcd.setColor(style->background_color);\n\t\t\t\tlcd::lcd.fillRect(x, b, x + widget->w - 1, y - 1);\n\t\t\t}\n\t\t}\n\n\t\tif (y <= bottom) {\n\t\t\tlcd::lcd.setColor(style->background_color);\n\t\t\tlcd::lcd.fillRect(x, y, x + widget->w - 1, bottom);\n\t\t}\n\t}\n}\n\nvoid draw(int pageId, const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    widgetCursor.currentState->size = sizeof(ButtonGroupWidgetState);\n    widgetCursor.currentState->data = data::get(widgetCursor.cursor, widget->data);\n\n    const data::Value *labels;\n    int count;\n    data::getList(widgetCursor.cursor, widget->data, &labels, count);\n\n    ((ButtonGroupWidgetState *)widgetCursor.currentState)->labels = labels;\n\n    bool refresh = !widgetCursor.previousState ||\n        widgetCursor.previousState->flags.pressed != widgetCursor.currentState->flags.pressed ||\n        widgetCursor.previousState->data != widgetCursor.currentState->data ||\n        ((ButtonGroupWidgetState *)widgetCursor.previousState)->labels != ((ButtonGroupWidgetState *)widgetCursor.currentState)->labels;\n\n    if (refresh) {\n        DECL_WIDGET_STYLE(style, widget);\n        drawButtons(pageId, widget, widgetCursor.x, widgetCursor.y, style, widgetCursor.currentState->data.getInt(), labels, count);\n    }\n}\n\nvoid onTouchDown(const WidgetCursor &widgetCursor) {\n    DECL_WIDGET(widget, widgetCursor.widgetOffset);\n\n    const data::Value *labels;\n    int count;\n    data::getList(widgetCursor.cursor, widget->data, &labels, count);\n\n    int selectedButton;\n    if (widget->w > widget->h) {\n        int w = widget->w / count;\n        int x = widgetCursor.x + (widget->w - w * count) / 2;\n\n        selectedButton = (touch::x - x) / w;\n    } else {\n        int h = widget->h / count;\n        int y = widgetCursor.y + (widget->h - h * count) / 2;\n        selectedButton = (touch::y - y) / h;\n    }\n\n    if (selectedButton >= 0 && selectedButton < count) {\n        data::set(widgetCursor.cursor, widget->data, selectedButton, 0);\n        sound::playClick();\n    }\n}\n\n\n}\n}\n}\n} // namespace eez::psu::gui::widget_button_group\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/gui_widget_button_group.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#include \"gui_internal.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace widgetButtonGroup {\n\nvoid draw(int pageId, const WidgetCursor &widgetCursor);\nvoid onTouchDown(const WidgetCursor &widgetCursor);\n\n}\n}\n}\n} // namespace eez::psu::gui::widget_button_group\n"
  },
  {
    "path": "eez_psu_sketch/idle.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n#include \"idle.h\"\n#include \"rtc.h\"\n#include \"event_queue.h\"\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace idle {\n\nenum ActivityType {\n    ACTIVITY_TYPE_NONE,\n    ACTIVITY_TYPE_SCPI,\n    ACTIVITY_TYPE_GUI,\n    ACTIVITY_TYPE_ENCODER\n};\nstatic uint32_t g_idleTimeout[3] = {SCPI_IDLE_TIMEOUT, GUI_IDLE_TIMEOUT, ENCODER_IDLE_TIMEOUT};\nstatic ActivityType g_lastActivityType = ACTIVITY_TYPE_NONE;\nstatic uint32_t g_timeOfLastActivity;\n\n#define MAX_GUI_OR_ENCODER_INACTIVITY_TIME 60 * 1000\nstatic bool g_guiOrEncoderInactivityTimeMaxed = true;\nstatic uint32_t g_timeOfLastGuiOrEncoderActivity;\n\nvoid tick() {\n    uint32_t tickCount = micros();\n\n    if (g_lastActivityType != ACTIVITY_TYPE_NONE) {\n        if (tickCount - g_timeOfLastActivity >= g_idleTimeout[g_lastActivityType - 1] * 1000 * 1000) {\n            g_lastActivityType = ACTIVITY_TYPE_NONE;\n        }\n    }\n\n    if (!g_guiOrEncoderInactivityTimeMaxed) {\n        uint32_t guiOrEncoderInactivityPeriod = getGuiAndEncoderInactivityPeriod();\n        if (guiOrEncoderInactivityPeriod >= MAX_GUI_OR_ENCODER_INACTIVITY_TIME) {\n            g_guiOrEncoderInactivityTimeMaxed = true;\n        }\n    }\n}\n\nvoid noteScpiActivity() {\n    g_lastActivityType = ACTIVITY_TYPE_SCPI;\n    g_timeOfLastActivity = micros();\n}\n\nvoid noteGuiActivity() {\n    g_lastActivityType = ACTIVITY_TYPE_GUI;\n    g_timeOfLastActivity = micros();\n    g_guiOrEncoderInactivityTimeMaxed = false;\n    g_timeOfLastGuiOrEncoderActivity = g_timeOfLastActivity;\n}\n\nvoid noteEncoderActivity() {\n    g_lastActivityType = ACTIVITY_TYPE_ENCODER;\n    g_timeOfLastActivity = micros();\n    g_guiOrEncoderInactivityTimeMaxed = false;\n    g_timeOfLastGuiOrEncoderActivity = g_timeOfLastActivity;\n}\n\nuint32_t getGuiAndEncoderInactivityPeriod() {\n    if (g_guiOrEncoderInactivityTimeMaxed) {\n        return MAX_GUI_OR_ENCODER_INACTIVITY_TIME;\n    } else {\n        return (micros() - g_timeOfLastGuiOrEncoderActivity) / 1000;\n    }\n}\n\nbool isIdle() {\n    return g_lastActivityType == ACTIVITY_TYPE_NONE;\n}\n\n}\n}\n} // namespace eez::psu::idle"
  },
  {
    "path": "eez_psu_sketch/idle.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace idle {\n\nvoid tick();\n\nvoid noteScpiActivity();\n\nvoid noteGuiActivity();\n\nvoid noteEncoderActivity();\n\nuint32_t getGuiAndEncoderInactivityPeriod();\n\nbool isIdle();\n\n}\n}\n} // namespace eez::psu::idle"
  },
  {
    "path": "eez_psu_sketch/io_pins.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"io_pins.h\"\n#include \"persist_conf.h\"\n#include \"fan.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace io_pins {\n\nstatic struct {\n    unsigned outputFault: 2;\n    unsigned outputEnabled: 2;\n    unsigned toutputPulse: 1;\n    unsigned inhibited : 1;\n} g_lastState = {\n    2,\n    2,\n    0,\n    0\n};\n\nstatic uint32_t g_toutputPulseStartTickCount;\n\nstatic bool g_digitalOutputPinState[2] = { false, false };\n\nuint8_t isOutputFault() {\n    if (psu::isPowerUp()) {\n        if (fan::g_testResult == TEST_FAILED) {\n            return 1;\n        }\n    }\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel& channel = Channel::get(i);\n        if (channel.isTripped() || !channel.isTestOk()) {\n            return 1;\n        }\n    }\n\n    return 0;\n}\n\nuint8_t isOutputEnabled() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (Channel::get(i).isOutputEnabled()) {\n            return 1;\n        }\n    }\n    return 0;\n}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\nvoid updateFaultPin(int i) {\n    persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n    int pin = i == 1 ? DOUT : DOUT2;\n    int state = g_lastState.outputFault && outputPin.polarity == io_pins::POLARITY_POSITIVE ||  \n        !g_lastState.outputFault && outputPin.polarity == io_pins::POLARITY_NEGATIVE\n        ? 1 : 0;\n    digitalWrite(pin, state);\n    //DebugTraceF(\"FUNCTION_FAULT %d %d\", pin, state);\n}\n\nvoid updateOnCouplePin(int i) {\n    persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n    int pin = i == 1 ? DOUT : DOUT2;\n    int state = g_lastState.outputEnabled && outputPin.polarity == io_pins::POLARITY_POSITIVE ||  \n        !g_lastState.outputEnabled && outputPin.polarity == io_pins::POLARITY_NEGATIVE\n        ? 1 : 0; \n    digitalWrite(pin, state);\n    //DebugTraceF(\"FUNCTION_ON_COUPLE %d %d\", pin, state);\n}\n#endif\n\nvoid tick(uint32_t tickCount) {\n    // execute input pins function\n    unsigned inhibited = 0;\n    persist_conf::IOPin &inputPin = persist_conf::devConf2.ioPins[0];\n    if (inputPin.function == io_pins::FUNCTION_INHIBIT) {\n        int value = digitalRead(EXT_TRIG);\n        inhibited = value && inputPin.polarity == io_pins::POLARITY_POSITIVE || !value && inputPin.polarity == io_pins::POLARITY_NEGATIVE ? 1 : 0;\n    }\n    if (inhibited != g_lastState.inhibited) {\n        g_lastState.inhibited = inhibited;\n        for (int i = 0; i < CH_NUM; ++i) {\n            Channel::get(i).onInhibitedChanged(inhibited ? true : false);\n        }\n    }\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    // end trigger output pulse\n    if (g_lastState.toutputPulse) {\n        int32_t diff = tickCount - g_toutputPulseStartTickCount;\n        if (diff > CONF_TOUTPUT_PULSE_WIDTH_MS * 1000L) {\n            for (int i = 1; i < 3; ++i) {\n                persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n                if (outputPin.function == io_pins::FUNCTION_TOUTPUT) {\n                    digitalWrite(i == 1 ? DOUT : DOUT2, outputPin.polarity == io_pins::POLARITY_POSITIVE ? 0 : 1);\n                }\n            }\n\n            g_lastState.toutputPulse = 0;\n        }\n    }\n\n    enum {\n        UNKNOWN,\n        UNCHANGED,\n        CHANGED\n    } trippedState = UNKNOWN, outputEnabledState = UNKNOWN;\n\n    // execute output pins function\n    for (int i = 1; i < 3; ++i) {\n        persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n\n        if (outputPin.function == io_pins::FUNCTION_FAULT) {\n            if (trippedState == UNKNOWN) {\n                uint8_t outputFault = isOutputFault();\n                if (g_lastState.outputFault != outputFault) {\n                    g_lastState.outputFault = outputFault;\n                    trippedState = CHANGED;\n                } else {\n                    trippedState = UNCHANGED;\n                }\n            }\n\n            if (trippedState == CHANGED) {\n                updateFaultPin(i);\n            }\n        } else if (outputPin.function == io_pins::FUNCTION_ON_COUPLE) {\n            if (outputEnabledState == UNKNOWN) {\n                uint8_t outputEnabled = isOutputEnabled();\n                if (g_lastState.outputEnabled != outputEnabled) {\n                    g_lastState.outputEnabled = outputEnabled;\n                    outputEnabledState = CHANGED;\n                } else {\n                    outputEnabledState = UNCHANGED;\n                }\n            }\n\n            if (outputEnabledState == CHANGED) {\n                updateOnCouplePin(i);\n            }\n        }\n    }\n#endif\n}\n\nvoid onTrigger() {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    // start trigger output pulse\n    for (int i = 1; i < 3; ++i) {\n        persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n        if (outputPin.function == io_pins::FUNCTION_TOUTPUT) {\n            digitalWrite(i == 1 ? DOUT : DOUT2, outputPin.polarity == io_pins::POLARITY_POSITIVE ? 1 : 0);\n            g_lastState.toutputPulse = 1;\n            g_toutputPulseStartTickCount = micros();\n        }\n    }\n#endif\n}\n\nvoid refresh() {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    // refresh output pins\n    for (int i = 1; i < 3; ++i) {\n        persist_conf::IOPin &outputPin = persist_conf::devConf2.ioPins[i];\n\n        if (outputPin.function == io_pins::FUNCTION_NONE) {\n            digitalWrite(i == 1 ? DOUT : DOUT2, 0);\n        } else if (outputPin.function == io_pins::FUNCTION_FAULT) {\n            updateFaultPin(i);\n        } else if (outputPin.function == io_pins::FUNCTION_ON_COUPLE) {\n            updateOnCouplePin(i);\n        }\n    }\n#endif\n}\n\nbool isInhibited() {\n    return g_lastState.inhibited ? true : false;\n}\n\nvoid setDigitalOutputPinState(int pin, bool state) {\n\tg_digitalOutputPinState[pin - 2] = state;\n\n\tif (persist_conf::devConf2.ioPins[pin - 1].polarity == io_pins::POLARITY_NEGATIVE) {\n\t\tstate = !state;\n\t}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tif (pin == 2) {\n\t\tdigitalWrite(DOUT, state);\n\t} else {\n\t\tdigitalWrite(DOUT2, state);\n\t}\n#endif\n}\n\nbool getDigitalOutputPinState(int pin) {\n\treturn g_digitalOutputPinState[pin - 2];\n}\n\n}\n}\n} // namespace eez::psu::io_pins"
  },
  {
    "path": "eez_psu_sketch/io_pins.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace io_pins {\n\nenum Polarity {\n    POLARITY_NEGATIVE,\n    POLARITY_POSITIVE\n};\n\nenum Function {\n    FUNCTION_NONE,\n    FUNCTION_INPUT,\n    FUNCTION_OUTPUT,\n    FUNCTION_FAULT,\n    FUNCTION_INHIBIT,\n    FUNCTION_ON_COUPLE,\n    FUNCTION_TINPUT,\n    FUNCTION_TOUTPUT\n};\n\nvoid tick(uint32_t tickCount);\nvoid onTrigger();\nvoid refresh();\n\nbool isInhibited();\n\nvoid setDigitalOutputPinState(int pin, bool state);\nbool getDigitalOutputPinState(int pin);\n\n}\n}\n} // namespace eez::psu::io_pins"
  },
  {
    "path": "eez_psu_sketch/ioexp.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"ioexp.h\"\n\nnamespace eez {\nnamespace psu {\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define IPOL    0B00000000 // no pin is inverted\n#define GPINTEN 0B00000000 // no interrupts\n#define DEFVAL  0B00000000 // \n#define INTCON  0B00000000 // \n#define IOCON   0B00100000 // sequential operation disabled, hw addressing disabled\n#define GPPU    0B00100100 // pull up with 100K resistor pins 2 and 5\n\nstatic const uint8_t REG_VALUES_8[] = {\n    // reg                   value    test\n    IOExpander::REG_IODIR,   0,       1,\n    IOExpander::REG_IPOL,    IPOL,    1,\n    IOExpander::REG_GPINTEN, GPINTEN, 1,\n    IOExpander::REG_DEFVAL,  DEFVAL,   1,\n    IOExpander::REG_INTCON,  INTCON,  1,\n    IOExpander::REG_IOCON,   IOCON,   1,\n    IOExpander::REG_GPPU,    GPPU,    1,\n    IOExpander::REG_GPIO,    0,       0,\n    0xFF\n};\n\nstatic const uint8_t REG_VALUES_16[] = {\n    // reg                   value    test\n    IOExpander::REG_IODIRA,   0,       1,\n    IOExpander::REG_IODIRB,   0,       1,\n    IOExpander::REG_IPOLA,    IPOL,    1,\n    IOExpander::REG_GPINTENA, GPINTEN, 1,\n    IOExpander::REG_DEFVALA,  DEFVAL,  1,\n    IOExpander::REG_INTCONA,  INTCON,  1,\n    IOExpander::REG_IOCONA,   IOCON,   1,\n    IOExpander::REG_GPPUA,    GPPU,    1,\n    IOExpander::REG_GPIOA,    0,       0,\n    IOExpander::REG_GPIOB,    0,       0,\n    0xFF\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nIOExpander::IOExpander(\n    Channel &channel_, \n    uint8_t IO_BIT_OUT_SET_100_PERCENT_,\n    uint8_t IO_BIT_OUT_EXT_PROG_\n)\n    : channel(channel_)\n    , IO_BIT_OUT_SET_100_PERCENT(IO_BIT_OUT_SET_100_PERCENT_)\n    , IO_BIT_OUT_EXT_PROG(IO_BIT_OUT_EXT_PROG_)\n{\n    g_testResult = psu::TEST_SKIPPED;\n\n    gpioa = channel.ioexp_gpio_init;\n    gpiob = 0B00000001; // 5A\n}\n\nuint8_t IOExpander::getRegInitValue(int i) {\n    if (channel.boardRevision == CH_BOARD_REVISION_R5B12) {\n\t    if (REG_VALUES_16[i] == IOExpander::REG_IODIRA) {\n            return channel.ioexp_iodir;\n        } else if (REG_VALUES_16[i] == IOExpander::REG_IODIRB) {\n            return 0; // // bits 8-15 are all output\n        } else if (REG_VALUES_16[i] == IOExpander::REG_GPIOA) {\n            return gpioa;\n        } else if (REG_VALUES_16[i] == IOExpander::REG_GPIOB) {\n            return gpiob;\n        } else {\n            return REG_VALUES_16[i + 1];\n        }\n    } else {\n\t    if (REG_VALUES_8[i] == IOExpander::REG_IODIR) {\n            return channel.ioexp_iodir;\n        } else if (REG_VALUES_8[i] == IOExpander::REG_GPIO) {\n            return gpioa;\n        } else {\n            return REG_VALUES_8[i + 1];\n        }\n    }\n}\n\nvoid IOExpander::init() {\n    const uint8_t *regValues = channel.boardRevision == CH_BOARD_REVISION_R5B12 ? REG_VALUES_16 : REG_VALUES_8;\n\n    for (int i = 0; regValues[i] != 0xFF; i += 3) {\n\t\treg_write(regValues[i], getRegInitValue(i));\n    }\n}\n\nbool IOExpander::test() {\n    g_testResult = psu::TEST_OK;\n\n    const uint8_t *regValues = channel.boardRevision == CH_BOARD_REVISION_R5B12 ? REG_VALUES_16 : REG_VALUES_8;\n\n    for (int i = 0; regValues[i] != 0xFF; i += 3) {\n        if (regValues[i + 2]) {\n            uint8_t value = reg_read(regValues[i]);\n            uint8_t compare_with_value = getRegInitValue(i);\n            if (value != compare_with_value) {\n                DebugTraceF(\"Ch%d IO expander reg check failure: reg=%d, expected=%d, got=%d\",\n                    channel.index, (int)regValues[i], (int)compare_with_value, (int)value);\n\n                g_testResult = psu::TEST_FAILED;\n                break;\n            }\n        }\n    }\n\n    if (g_testResult == psu::TEST_OK) {\n#if !CONF_SKIP_PWRGOOD_TEST\n        channel.flags.powerOk = testBit(IO_BIT_IN_PWRGOOD);\n        if (!channel.flags.powerOk) {\n            DebugTraceF(\"Ch%d power fault\", channel.index);\n            psu::generateError(SCPI_ERROR_CH1_FAULT_DETECTED - (channel.index - 1));\n        }\n#else\n\t\tchannel.flags.powerOk = 1;\n#endif\n    }\n    else {\n        channel.flags.powerOk = 0;\n    }\n\n    if (g_testResult == psu::TEST_FAILED) {\n        if (channel.index == 1) {\n            psu::generateError(SCPI_ERROR_CH1_IOEXP_TEST_FAILED);\n        }\n        else if (channel.index == 2) {\n            psu::generateError(SCPI_ERROR_CH2_IOEXP_TEST_FAILED);\n        }\n        else {\n            // TODO\n        }\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\nvoid IOExpander::tick(uint32_t tick_usec) {\n    if (isPowerUp()) {\n        uint8_t gpio0 = readGpio();\n        channel.eventGpio(gpio0);\n    }\n}\n\nuint8_t IOExpander::readGpio() {\n    if (channel.boardRevision == CH_BOARD_REVISION_R5B12) {\n    \treturn reg_read(REG_GPIOA);\n    } else {\n        return reg_read(REG_GPIO);\n    }\n}\n\nbool IOExpander::testBit(int io_bit) {\n    uint8_t value = readGpio();\n    return value & (1 << io_bit) ? true : false;\n}\n\nvoid IOExpander::changeBit(int io_bit, bool set) {\n    if (io_bit < 8) {\n        uint8_t newValue = set ? (gpioa | (1 << io_bit)) : (gpioa & ~(1 << io_bit));\n\t    if (gpioa != newValue) {\n\t\t    gpioa = newValue;\n\t\t\treg_write(channel.boardRevision == CH_BOARD_REVISION_R5B12 ? REG_GPIOA : REG_GPIO, gpioa);\n\t    }\n    } else {\n        uint8_t newValue = set ? (gpiob | (1 << (io_bit - 8))) : (gpiob & ~(1 << (io_bit - 8)));\n\t    if (gpiob != newValue) {\n\t\t    gpiob = newValue;\n\t\t\treg_write(REG_GPIOB, gpiob);\n\t    }\n    }\n}\n\nuint8_t IOExpander::reg_read(uint8_t reg) {\n    SPI_beginTransaction(MCP23S08_SPI);\n    digitalWrite(channel.isolator_pin, ISOLATOR_ENABLE);\n    digitalWrite(channel.ioexp_pin, LOW);\n    SPI.transfer(IOEXP_READ);\n    SPI.transfer(reg);\n    uint8_t result = SPI.transfer(0);\n    digitalWrite(channel.ioexp_pin, HIGH);\n    digitalWrite(channel.isolator_pin, ISOLATOR_DISABLE);\n    SPI_endTransaction();\n    return result;\n}\n\nvoid IOExpander::reg_write(uint8_t reg, uint8_t val) {\n    SPI_beginTransaction(MCP23S08_SPI);\n    digitalWrite(channel.ioexp_pin, LOW);\n    SPI.transfer(IOEXP_WRITE);\n    SPI.transfer(reg);\n    SPI.transfer(val);\n    digitalWrite(channel.ioexp_pin, HIGH);\n    SPI_endTransaction();\n}\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/ioexp.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n/*\nPSU 0-50V/3A I/O expander pinout:\n\nCH_BOARD_REVISION_R4B43A\n\nPin 0  In, ADC interrupt/DRDY\nPin 1  Out, DP enable (active low)\nPin 2  In, CC_ACTIVE\nPin 3  In, Temp sensor (V/F)\nPin 4  In, Battery NTC sensor temperature presented as frequency\nPin 5  In, CV_ACTIVE\nPin 6  In, PWRGOOD\nPin 7  Out, OUTPUT_ENABLE\n\nCH_BOARD_REVISION_R5B6B\n\nPin 0  In, \"ADC interrupt/DRDY\" or \"remote sense reverse polarity detection\" on CH_BOARD_REVISION_R5B9 and CH_BOARD_REVISION_R5B10 \nPin 1  Out, DP enable (active low)\nPin 2  In, CC_ACTIVE\nPin 3  Out, SET_100% (active low)\nPin 4  Out, EXT_PROG\nPin 5  In, CV_ACTIVE\nPin 6  In, PWRGOOD\nPin 7  Out, OUTPUT_ENABLE\n\n*/\n\nnamespace eez {\nnamespace psu {\n\nclass Channel;\n\n/// IO Expander HW used by the channel.\nclass IOExpander {\npublic:\n    static const uint8_t IO_BIT_IN_ADC_DRDY = 0;\n\tstatic const uint8_t IO_BIT_IN_RPOL = 0; // remote sense reverse polarity detection\n    static const uint8_t IO_BIT_IN_CC_ACTIVE = 2;\n    static const uint8_t IO_BIT_IN_TEMP_SENSOR = 3;\n    static const uint8_t IO_BIT_IN_CV_ACTIVE = 5;\n    static const uint8_t IO_BIT_IN_PWRGOOD = 6;\n\n    static const uint8_t IO_BIT_OUT_DP_ENABLE = 1;\n    const uint8_t IO_BIT_OUT_SET_100_PERCENT;\n    const uint8_t IO_BIT_OUT_EXT_PROG;\n    static const uint8_t IO_BIT_OUT_OUTPUT_ENABLE = 7;\n\n    static const uint8_t IO_BIT_5A = 8;\n    static const uint8_t IO_BIT_500mA = 9;\n\n    static const uint8_t IOEXP_READ = 0B01000001;\n    static const uint8_t IOEXP_WRITE = 0B01000000;\n\n    static const uint8_t REG_IODIR = 0x00;\n    static const uint8_t REG_IPOL = 0x01;\n    static const uint8_t REG_GPINTEN = 0x02;\n    static const uint8_t REG_DEFVAL = 0x03;\n    static const uint8_t REG_INTCON = 0x04;\n    static const uint8_t REG_IOCON = 0x05;\n    static const uint8_t REG_GPPU = 0x06;\n    static const uint8_t REG_INTF = 0x07;\n    static const uint8_t REG_INTCAP = 0x08;\n    static const uint8_t REG_GPIO = 0x09;\n    static const uint8_t REG_OLAT = 0x0A;\n\n    static const uint8_t REG_IODIRA = 0x00;\n    static const uint8_t REG_IPOLA = 0x02;\n    static const uint8_t REG_GPINTENA = 0x04;\n    static const uint8_t REG_DEFVALA = 0x06;\n    static const uint8_t REG_INTCONA = 0x08;\n    static const uint8_t REG_IOCONA = 0x0A;\n    static const uint8_t REG_GPPUA = 0x0C;\n    static const uint8_t REG_INTFA = 0x0E;\n    static const uint8_t REG_INTCAPA = 0x10;\n    static const uint8_t REG_GPIOA = 0x12;\n    static const uint8_t REG_OLATA = 0x14;\n\n    static const uint8_t REG_IODIRB = 0x01;\n    static const uint8_t REG_IPOLB = 0x03;\n    static const uint8_t REG_GPINTENB = 0x05;\n    static const uint8_t REG_DEFVALB = 0x07;\n    static const uint8_t REG_INTCONB = 0x09;\n    static const uint8_t REG_IOCONB = 0x0B;\n    static const uint8_t REG_GPPUB = 0x16;\n    static const uint8_t REG_INTFB = 0x0F;\n    static const uint8_t REG_INTCAPB = 0x11;\n    static const uint8_t REG_GPIOB = 0x13;\n    static const uint8_t REG_OLATB = 0x15;\n\n    static const size_t NUM_REGISTERS = REG_OLATB + 1;\n\n    psu::TestResult g_testResult;\n\n    IOExpander(Channel &channel, \n        uint8_t IO_BIT_OUT_SET_100_PERCENT_,\n        uint8_t IO_BIT_OUT_EXT_PROG_\n    );\n\n    void init();\n    bool test();\n\n    void tick(uint32_t tick_usec);\n\n\tuint8_t readGpio();\n\n    bool testBit(int io_bit);\n    void changeBit(int io_bit, bool set);\n\nprivate:\n    Channel &channel;\n\tuint8_t gpioa;\n    uint8_t gpiob;\n\n\tuint8_t getRegInitValue(int i);\n    uint8_t reg_read(uint8_t reg);\n    void reg_write(uint8_t reg, uint8_t val);\n};\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/lcd.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"util.h\"\n#include \"lcd.h\"\n#include \"arduino_util.h\"\n#include \"gui_internal.h\"\n\n#define CONF_LCD_ON_OFF_TRANSITION_TIME 1000000L\n\n#ifdef EEZ_PSU_SIMULATOR\n#define cbi(reg, bitmask)\n#define sbi(reg, bitmask)\n#define pulse_high(reg, bitmask)\n#define pulse_low(reg, bitmask)\n#else\n#define cbi(reg, bitmask) *reg &= ~bitmask\n#define sbi(reg, bitmask) *reg |= bitmask\n#define pulse_high(reg, bitmask) sbi(reg, bitmask); cbi(reg, bitmask);\n#define pulse_low(reg, bitmask) cbi(reg, bitmask); sbi(reg, bitmask);\n#endif\n\n#define swap(type, i, j) {type t = i; i = j; j = t;}\n\n#define DISPLAY_MODEL_SSD1289    0\n#define DISPLAY_MODEL_ILI9341_16 1\n\n#define RGB_TO_HIGH_BYTE(R, G, B) (((R) & 248) | (G) >> 5)\n#define RGB_TO_LOW_BYTE(R, G, B) (((G) & 28) << 3 | (B) >> 3)\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace lcd {\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid rgbToHsl(float r, float g, float b, float &h, float &s, float &l) {\n    r /= 255;\n    g /= 255;\n    b /= 255;\n\n    float min = r;\n    float mid = g;\n    float max = b;\n\n    if (min > mid) {\n        swap(float, min, mid);\n    }\n    if (mid > max) {\n        swap(float, mid, max);\n    }\n    if (min > mid) {\n        swap(float, min, mid);\n    }\n\n    l = (max + min) / 2;\n\n    if (max == min) {\n        h = s = 0; // achromatic\n    } else {\n        float d = max - min;\n        s = l > 0.5 ? d / (2 - max - min) : d / (max + min);\n\n        if (max == r) {\n            h = (g - b) / d + (g < b ? 6 : 0);\n        } else if (max == g) {\n            h = (b - r) / d + 2;\n        } else if (max == b) {\n            h = (r - g) / d + 4;\n        }\n\n        h /= 6;\n    }\n}\n\nfloat hue2rgb(float p, float q, float t) {\n    if (t < 0) t += 1;\n    if (t > 1) t -= 1;\n    if (t < 1.0f/6) return p + (q - p) * 6 * t;\n    if (t < 1.0f/2) return q;\n    if (t < 2.0f/3) return p + (q - p) * (2.0f/3 - t) * 6;\n    return p;\n}\n\nvoid hslToRgb(float h, float s, float l, float &r, float &g, float &b) {\n    if (s == 0) {\n        r = g = b = l; // achromatic\n    } else {\n        float q = l < 0.5 ? l * (1 + s) : l + s - l * s;\n        float p = 2 * l - q;\n\n        r = hue2rgb(p, q, h + 1.0f/3);\n        g = hue2rgb(p, q, h);\n        b = hue2rgb(p, q, h - 1.0f/3);\n    }\n\n    r *= 255;\n    g *= 255;\n    b *= 255;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define TFT_320QVT_1289 DISPLAY_MODEL_SSD1289\n#define TFT_320QVT_9341 DISPLAY_MODEL_ILI9341_16\n\nLCD lcd(DISPLAY_TYPE, LCD_RS, LCD_WR, LCD_CS, LCD_RESET);\n\n////////////////////////////////////////////////////////////////////////////////\n\nLCD::LCD(uint8_t model, uint8_t RS, uint8_t WR, uint8_t CS, uint8_t RST) {\n    displayWidth = 240;\n    displayHeight = 320;\n\n#ifdef EEZ_PSU_SIMULATOR\n    buffer = new uint16_t[displayWidth * displayHeight];\n#else\n    display_model = model;\n\n    this->RS = RS;\n    this->WR = WR;\n    this->CS = CS;\n    this->RST = RST;\n\n    setDirectionRegisters();\n\n    P_RS = portOutputRegister(digitalPinToPort(RS));\n    P_WR = portOutputRegister(digitalPinToPort(WR));\n    P_CS = portOutputRegister(digitalPinToPort(CS));\n    P_RST = portOutputRegister(digitalPinToPort(RST));\n\n    B_RS = digitalPinToBitMask(RS);\n    B_WR = digitalPinToBitMask(WR);\n    B_CS = digitalPinToBitMask(CS);\n    B_RST = digitalPinToBitMask(RST);\n#endif\n}\n\nLCD::~LCD() {\n#ifdef EEZ_PSU_SIMULATOR\n    delete [] buffer;\n#endif\n}\n\n#if !defined(EEZ_PSU_SIMULATOR)\nvoid LCD::write(char VH, char VL) {\n    REG_PIOA_CODR = 0x0000C080;\n    REG_PIOC_CODR = 0x0000003E;\n    REG_PIOD_CODR = 0x0000064F;\n    REG_PIOA_SODR = ((VH & 0x06) << 13) | ((VL & 0x40) << 1);\n    (VH & 0x01) ? REG_PIOB_SODR = 0x4000000 : REG_PIOB_CODR = 0x4000000;\n    REG_PIOC_SODR = ((VL & 0x01) << 5) | ((VL & 0x02) << 3) | ((VL & 0x04) << 1) | ((VL & 0x08) >> 1) | ((VL & 0x10) >> 3);\n    REG_PIOD_SODR = ((VH & 0x78) >> 3) | ((VH & 0x80) >> 1) | ((VL & 0x20) << 5) | ((VL & 0x80) << 2);\n    pulse_low(P_WR, B_WR);\n}\n\nvoid LCD::writeCom(char VL) {\n    cbi(P_RS, B_RS);\n    write(0x00, VL);\n}\n\nvoid LCD::writeData(char VH, char VL) {\n    sbi(P_RS, B_RS);\n    write(VH, VL);\n}\n\nvoid LCD::writeData(char VL) {\n    sbi(P_RS, B_RS);\n    write(0x00, VL);\n}\n\nvoid LCD::writeComData(char com1, int dat1) {\n    writeCom(com1);\n    writeData(dat1 >> 8, dat1);\n}\n\nvoid LCD::setDirectionRegisters() {\n    REG_PIOA_OER = 0x0000c000; //PA14,PA15 enable\n    REG_PIOB_OER = 0x04000000; //PB26 enable\n    REG_PIOD_OER = 0x0000064f; //PD0-3,PD6,PD9-10 enable\n    REG_PIOA_OER = 0x00000080; //PA7 enable\n    REG_PIOC_OER = 0x0000003e; //PC1 - PC5 enable\n}\n\nvoid LCD::fastFill16(int ch, int cl, long numPixels) {\n    long blocks;\n\n    REG_PIOA_CODR = 0x0000C080;\n    REG_PIOC_CODR = 0x0000003E;\n    REG_PIOD_CODR = 0x0000064F;\n    REG_PIOA_SODR = ((ch & 0x06) << 13) | ((cl & 0x40) << 1);\n    (ch & 0x01) ? REG_PIOB_SODR = 0x4000000 : REG_PIOB_CODR = 0x4000000;\n    REG_PIOC_SODR = ((cl & 0x01) << 5) | ((cl & 0x02) << 3) | ((cl & 0x04) << 1) | ((cl & 0x08) >> 1) | ((cl & 0x10) >> 3);\n    REG_PIOD_SODR = ((ch & 0x78) >> 3) | ((ch & 0x80) >> 1) | ((cl & 0x20) << 5) | ((cl & 0x80) << 2);\n\n    blocks = numPixels / 16;\n    for (int i = 0; i < blocks; i++) {\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n        pulse_low(P_WR, B_WR);\n    }\n    if ((numPixels % 16) != 0) {\n        for (int i = 0; i < (numPixels % 16) + 1; i++) {\n            pulse_low(P_WR, B_WR);\n        }\n    }\n}\n#endif\n\nvoid LCD::init(uint8_t orientation) {\n    this->orientation = orientation;\n\n#if !defined(EEZ_PSU_SIMULATOR)\n    pinMode(RS, OUTPUT);\n    pinMode(WR, OUTPUT);\n    pinMode(CS, OUTPUT);\n    pinMode(RST, OUTPUT);\n\n    setDirectionRegisters();\n\n    sbi(P_RST, B_RST);\n    delay(5);\n    cbi(P_RST, B_RST);\n    delay(15);\n    sbi(P_RST, B_RST);\n    delay(15);\n\n    cbi(P_CS, B_CS);\n\n    switch (display_model) {\n    case DISPLAY_MODEL_SSD1289:\n        writeComData(0x00, 0x0001);\n        writeComData(0x03, 0xA8A4);\n        writeComData(0x0C, 0x0000);\n        writeComData(0x0D, 0x080C);\n        writeComData(0x0E, 0x2B00);\n        writeComData(0x1E, 0x00B7);\n        writeComData(0x01, 0x2B3F);\n        writeComData(0x02, 0x0600);\n        writeComData(0x10, 0x0000);\n        writeComData(0x11, 0x6070);\n        writeComData(0x05, 0x0000);\n        writeComData(0x06, 0x0000);\n        writeComData(0x16, 0xEF1C);\n        writeComData(0x17, 0x0003);\n        writeComData(0x07, 0x0233);\n        writeComData(0x0B, 0x0000);\n        writeComData(0x0F, 0x0000);\n        writeComData(0x41, 0x0000);\n        writeComData(0x42, 0x0000);\n        writeComData(0x48, 0x0000);\n        writeComData(0x49, 0x013F);\n        writeComData(0x4A, 0x0000);\n        writeComData(0x4B, 0x0000);\n        writeComData(0x44, 0xEF00);\n        writeComData(0x45, 0x0000);\n        writeComData(0x46, 0x013F);\n        writeComData(0x30, 0x0707);\n        writeComData(0x31, 0x0204);\n        writeComData(0x32, 0x0204);\n        writeComData(0x33, 0x0502);\n        writeComData(0x34, 0x0507);\n        writeComData(0x35, 0x0204);\n        writeComData(0x36, 0x0204);\n        writeComData(0x37, 0x0502);\n        writeComData(0x3A, 0x0302);\n        writeComData(0x3B, 0x0302);\n        writeComData(0x23, 0x0000);\n        writeComData(0x24, 0x0000);\n        writeComData(0x25, 0x8000);\n        writeComData(0x4f, 0x0000);\n        writeComData(0x4e, 0x0000);\n        writeCom(0x22);\n        break;\n\n    case DISPLAY_MODEL_ILI9341_16:\n        writeCom(0xcf);\n        writeData(0x00);\n        writeData(0xc1);\n        writeData(0x30);\n\n        writeCom(0xed);\n        writeData(0x64);\n        writeData(0x03);\n        writeData(0x12);\n        writeData(0x81);\n\n        writeCom(0xcb);\n        writeData(0x39);\n        writeData(0x2c);\n        writeData(0x00);\n        writeData(0x34);\n        writeData(0x02);\n\n        writeCom(0xea);\n        writeData(0x00);\n        writeData(0x00);\n\n        writeCom(0xe8);\n        writeData(0x85);\n        writeData(0x10);\n        writeData(0x79);\n\n        writeCom(0xC0); //Power control\n        writeData(0x23); //VRH[5:0]\n\n        writeCom(0xC1); //Power control\n        writeData(0x11); //SAP[2:0];BT[3:0]\n\n        writeCom(0xC2);\n        writeData(0x11);\n\n        writeCom(0xC5); //VCM control\n        writeData(0x3d);\n        writeData(0x30);\n\n        writeCom(0xc7);\n        writeData(0xaa);\n\n        writeCom(0x3A);\n        writeData(0x55);\n\n        writeCom(0x36); // Memory Access Control\n        writeData(0x08);\n\n        writeCom(0xB1); // Frame Rate Control\n        writeData(0x00);\n        writeData(0x11);\n\n        writeCom(0xB6); // Display Function Control\n        writeData(0x0a);\n        writeData(0xa2);\n\n        writeCom(0xF2); // 3Gamma Function Disable\n        writeData(0x00);\n\n        writeCom(0xF7);\n        writeData(0x20);\n\n        writeCom(0xF1);\n        writeData(0x01);\n        writeData(0x30);\n\n        writeCom(0x26); //Gamma curve selected\n        writeData(0x01);\n\n        writeCom(0xE0); //Set Gamma\n        writeData(0x0f);\n        writeData(0x3f);\n        writeData(0x2f);\n        writeData(0x0c);\n        writeData(0x10);\n        writeData(0x0a);\n        writeData(0x53);\n        writeData(0xd5);\n        writeData(0x40);\n        writeData(0x0a);\n        writeData(0x13);\n        writeData(0x03);\n        writeData(0x08);\n        writeData(0x03);\n        writeData(0x00);\n\n        writeCom(0xE1); //Set Gamma\n        writeData(0x00);\n        writeData(0x00);\n        writeData(0x10);\n        writeData(0x03);\n        writeData(0x0f);\n        writeData(0x05);\n        writeData(0x2c);\n        writeData(0xa2);\n        writeData(0x3f);\n        writeData(0x05);\n        writeData(0x0e);\n        writeData(0x0c);\n        writeData(0x37);\n        writeData(0x3c);\n        writeData(0x0F);\n        writeCom(0x11); //Exit Sleep\n        delay(120);\n        writeCom(0x29); //display on\n        delay(50);\n        break;\n    }\n\n    sbi(P_CS, B_CS);\n#endif\n}\n\nvoid LCD::setXY(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2) {\n#ifdef EEZ_PSU_SIMULATOR\n    this->x1 = x1;\n    this->y1 = y1;\n    this->x2 = x2;\n    this->y2 = y2;\n\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        x = x1;\n        y = y1;\n    } else {\n        x = x2;\n        y = y1;\n    }\n#else\n    if (orientation == DISPLAY_ORIENTATION_LANDSCAPE) {\n        swap(uint16_t, x1, y1);\n        swap(uint16_t, x2, y2);\n        y1 = displayHeight - 1 - y1;\n        y2 = displayHeight - 1 - y2;\n        swap(uint16_t, y1, y2)\n    }\n\n    switch (display_model) {\n    case DISPLAY_MODEL_SSD1289:\n        writeComData(0x44, (x2 << 8) + x1);\n        writeComData(0x45, y1);\n        writeComData(0x46, y2);\n        writeComData(0x4e, x1);\n        writeComData(0x4f, y1);\n        writeCom(0x22);\n        break;\n\n    case DISPLAY_MODEL_ILI9341_16:\n        writeCom(0x2A);\n        writeData(x1 >> 8);\n        writeData(x1);\n        writeData(x2 >> 8);\n        writeData(x2);\n        writeCom(0x2B);\n        writeData(y1 >> 8);\n        writeData(y1);\n        writeData(y2 >> 8);\n        writeData(y2);\n        writeCom(0x2c);\n        break;\n    }\n#endif\n}\n\n#define FLOAT_TO_COLOR_COMPONENT(F) ((F) < 0 ? 0 : (F) > 255 ? 255 : (uint8_t)(F))\n\nstatic uint8_t g_colorCache[256][4];\n\nvoid LCD::onLuminocityChanged() {\n    // invalidate cache\n    for (int i = 0; i < 256; ++i) {\n        g_colorCache[i][0] = 0;\n        g_colorCache[i][1] = 0;\n        g_colorCache[i][2] = 0;\n        g_colorCache[i][3] = 0;\n    }\n}\n\nvoid LCD::adjustColor(uint8_t &ch, uint8_t &cl) {\n    if (persist_conf::devConf2.displayBackgroundLuminosityStep == DISPLAY_BACKGROUND_LUMINOSITY_STEP_DEFAULT) {\n        return;\n    }\n\n    int i = (ch & 0xF0) | (cl & 0x0F);\n    if (ch == g_colorCache[i][0] && cl == g_colorCache[i][1]) {\n        // cache hit!\n        ch = g_colorCache[i][2];\n        cl = g_colorCache[i][3];\n        return;\n    }\n\n    uint8_t r, g, b;\n    r = ch & 248;\n    g = ((ch << 5) | (cl >> 3)) & 252;\n    b = cl << 3;\n\n    float h, s, l;\n    rgbToHsl(r, g, b, h, s, l);\n\n    float a = l < 0.5 ? l : 1 - l;\n    if (a > 0.3f) {\n        a = 0.3f;\n    }\n    float lmin = l - a;\n    float lmax = l + a;\n\n    float lNew = util::remap((float)persist_conf::devConf2.displayBackgroundLuminosityStep,\n        (float)DISPLAY_BACKGROUND_LUMINOSITY_STEP_MIN,\n        lmin,\n        (float)DISPLAY_BACKGROUND_LUMINOSITY_STEP_MAX,\n        lmax);\n\n    float floatR, floatG, floatB;\n    hslToRgb(h, s, lNew, floatR, floatG, floatB);\n\n    r = FLOAT_TO_COLOR_COMPONENT(floatR);\n    g = FLOAT_TO_COLOR_COMPONENT(floatG);\n    b = FLOAT_TO_COLOR_COMPONENT(floatB);\n\n    uint8_t chNew = RGB_TO_HIGH_BYTE(r, g, b);\n    uint8_t clNew = RGB_TO_LOW_BYTE(r, g, b);\n\n    // store new color in the cache\n    g_colorCache[i][0] = ch;\n    g_colorCache[i][1] = cl;\n    g_colorCache[i][2] = chNew;\n    g_colorCache[i][3] = clNew;\n\n    ch = chNew;\n    cl = clNew;\n}\n\nvoid LCD::adjustForegroundColor() {\n    adjustColor(fch, fcl);\n}\n\nvoid LCD::adjustBackgroundColor() {\n    adjustColor(bch, bcl);\n}\n\nvoid LCD::setColor(uint8_t r, uint8_t g, uint8_t b) {\n    fch = RGB_TO_HIGH_BYTE(r, g, b);\n    fcl = RGB_TO_LOW_BYTE(r, g, b);\n    adjustForegroundColor();\n}\n\nvoid LCD::setColor(uint16_t color, bool ignoreLuminocity) {\n    fch = uint8_t(color >> 8);\n    fcl = uint8_t(color & 0xFF);\n    if (!ignoreLuminocity) {\n        adjustForegroundColor();\n    }\n}\n\nuint16_t LCD::getColor() {\n    return (fch << 8) | fcl;\n}\n\nvoid LCD::setBackColor(uint8_t r, uint8_t g, uint8_t b) {\n    bch = RGB_TO_HIGH_BYTE(r, g, b);\n    bcl = RGB_TO_LOW_BYTE(r, g, b);\n    adjustBackgroundColor();\n}\n\nvoid LCD::setBackColor(uint16_t color, bool ignoreLuminocity) {\n    bch = uint8_t(color >> 8);\n    bcl = uint8_t(color & 0xFF);\n    if (!ignoreLuminocity) {\n        adjustBackgroundColor();\n    }\n}\n\nuint16_t LCD::getBackColor() {\n    return (bch << 8) | bcl;\n}\n\nint LCD::getDisplayWidth() {\n    return orientation == DISPLAY_ORIENTATION_PORTRAIT ? displayWidth : displayHeight;\n}\n\nint LCD::getDisplayHeight() {\n    return orientation == DISPLAY_ORIENTATION_PORTRAIT ? displayHeight : displayWidth;\n}\n\nvoid LCD::setPixel(uint16_t color) {\n#ifdef EEZ_PSU_SIMULATOR\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        if (x >= 0 && x < displayWidth && y >= 0 && y < displayHeight) {\n            *(buffer + y * displayWidth + x) = color;\n        }\n        if (++x > x2) {\n            x = x1;\n            if (++y > y2) {\n                y = y1;\n            }\n        }\n    } else {\n        if (x >= 0 && x < displayHeight && y >= 0 && y < displayWidth) {\n            *(buffer + y * displayHeight + x) = color;\n        }\n\n        if (--x < x1) {\n            x = x2;\n        }\n    }\n#else\n    writeData((color >> 8), (color & 0xFF));\t// rrrrrggggggbbbbb\n#endif\n}\n\nvoid LCD::drawPixel(int x, int y) {\n    cbi(P_CS, B_CS);\n    setXY(x, y, x, y);\n    setPixel((fch << 8) | fcl);\n    sbi(P_CS, B_CS);\n}\n\nvoid LCD::drawRect(int x1, int y1, int x2, int y2) {\n    if (x1 > x2) {\n        swap(int, x1, x2);\n    }\n    if (y1 > y2) {\n        swap(int, y1, y2);\n    }\n\n    drawHLine(x1, y1, x2 - x1);\n    drawHLine(x1, y2, x2 - x1);\n    drawVLine(x1, y1, y2 - y1);\n    drawVLine(x2, y1, y2 - y1);\n}\n\nvoid LCD::fillRect(int x1, int y1, int x2, int y2) {\n#ifdef EEZ_PSU_SIMULATOR\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        setXY(x1, y1, x2, y2);\n        for (int i = 0; i < (x2 - x1 + 1) * (y2 - y1 + 1); ++i) {\n            setPixel((fch << 8) | fcl);\n        }\n    } else {\n        for (int iy = y1; iy <= y2; ++iy) {\n            setXY(x1, iy, x2, iy);\n            for (int ix = x2; ix >= x1; --ix) {\n                setPixel((fch << 8) | fcl);\n            }\n        }\n    }\n#else\n    if (x1 > x2) {\n        swap(int, x1, x2);\n    }\n    if (y1 > y2) {\n        swap(int, y1, y2);\n    }\n    cbi(P_CS, B_CS);\n    setXY(x1, y1, x2, y2);\n    sbi(P_RS, B_RS);\n    fastFill16(fch, fcl, (long(x2 - x1) + 1) * (long(y2 - y1) + 1));\n    sbi(P_CS, B_CS);\n#endif\n}\n\nvoid LCD::drawHLine(int x, int y, int l) {\n#ifdef EEZ_PSU_SIMULATOR\n    setXY(x, y, x + l, y);\n    for (int i = 0; i < l + 1; ++i) {\n        setPixel((fch << 8) | fcl);\n    }\n#else\n    if (l < 0) {\n        l = -l;\n        x -= l;\n    }\n    cbi(P_CS, B_CS);\n    setXY(x, y, x + l, y);\n    sbi(P_RS, B_RS);\n    fastFill16(fch, fcl, l);\n    sbi(P_CS, B_CS);\n#endif\n}\n\nvoid LCD::drawVLine(int x, int y, int l) {\n#ifdef EEZ_PSU_SIMULATOR\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        setXY(x, y, x, y + l);\n        for (int i = 0; i < l + 1; ++i) {\n            setPixel((fch << 8) | fcl);\n        }\n    } else {\n        for (int i = 0; i < l +1 ; ++i) {\n            setXY(x, y + i, x, y + i);\n            setPixel((fch << 8) | fcl);\n        }\n    }\n#else\n    if (l < 0) {\n        l = -l;\n        y -= l;\n    }\n    cbi(P_CS, B_CS);\n    setXY(x, y, x, y + l);\n    sbi(P_RS, B_RS);\n    fastFill16(fch, fcl, l);\n    sbi(P_CS, B_CS);\n#endif\n}\n\nvoid LCD::drawBitmap(int x, int y, int sx, int sy, uint16_t *data) {\n#ifdef EEZ_PSU_SIMULATOR\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        setXY(x, y, x + sx - 1, y + sy - 1);\n        for (int i = 0; i < sx * sy; ++i) {\n            uint8_t l = *(((uint8_t *)data) + 2 * i + 0);\n            uint8_t h = *(((uint8_t *)data) + 2 * i + 1);\n            if (h == RGB_TO_HIGH_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B) &&\n                l == RGB_TO_LOW_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B)) {\n                adjustColor(h, l);\n            }\n            setPixel((h << 8) + l);\n        }\n    } else {\n        for (int iy = 0; iy < sy; ++iy) {\n            setXY(x, y + iy, x + sx - 1, y + iy);\n            for (int ix = sx - 1; ix >= 0; --ix) {\n                uint8_t l = *(((uint8_t *)data) + 2 * (iy * sx + ix) + 0);\n                uint8_t h = *(((uint8_t *)data) + 2 * (iy * sx + ix) + 1);\n                if (h == RGB_TO_HIGH_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B) &&\n                    l == RGB_TO_LOW_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B)) {\n                    adjustColor(h, l);\n                }\n                setPixel((h << 8) + l);\n            }\n        }\n    }\n#else\n    unsigned int color;\n    int tx, ty, tc, tsx, tsy;\n\n    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n        cbi(P_CS, B_CS);\n        setXY(x, y, x + sx - 1, y + sy - 1);\n        for (tc = 0; tc < (sx*sy); tc++) {\n            color = pgm_read_word(&data[tc]);\n            uint8_t h = uint8_t(color >> 8);\n            uint8_t l = uint8_t(color & 0xFF);\n            if (h == RGB_TO_HIGH_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B) &&\n                l == RGB_TO_LOW_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B)) {\n                adjustColor(h, l);\n            }\n            writeData(h, l);\n        }\n        sbi(P_CS, B_CS);\n    } else {\n        cbi(P_CS, B_CS);\n        for (ty = 0; ty < sy; ty++) {\n            setXY(x, y + ty, x + sx - 1, y + ty);\n            for (tx = sx - 1; tx >= 0; tx--) {\n                color = pgm_read_word(&data[(ty*sx) + tx]);\n                uint8_t h = uint8_t(color >> 8);\n                uint8_t l = uint8_t(color & 0xFF);\n                if (h == RGB_TO_HIGH_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B) &&\n                    l == RGB_TO_LOW_BYTE(DISPLAY_BACKGROUND_COLOR_R, DISPLAY_BACKGROUND_COLOR_G, DISPLAY_BACKGROUND_COLOR_B)) {\n                    adjustColor(h, l);\n                }\n                writeData(h, l);\n            }\n        }\n        sbi(P_CS, B_CS);\n    }\n#endif\n}\n\nint8_t LCD::drawGlyph(int pageId, int x1, int y1, int clip_x1, int clip_y1, int clip_x2, int clip_y2, uint8_t encoding, bool fill_background) {\n    if (!psu::criticalTick(pageId)) {\n        return 0;\n    }\n\n\tfont::Glyph glyph;\n\tfont.getGlyph(encoding, glyph);\n\tif (!glyph.isFound())\n\t\treturn 0;\n\n    int x2 = x1 + glyph.dx - 1;\n    int y2 = y1 + font.getHeight() - 1;\n\n    int x_glyph = x1 + glyph.x;\n    int y_glyph = y1 + font.getAscent() - (glyph.y + glyph.height);\n\n    if (fill_background) {\n        // clear pixels around glyph\n        uint16_t color = getColor();\n\n        setColor(getBackColor(), true);\n\n        if (x1 < clip_x1) x1 = clip_x1;\n        if (y1 < clip_y1) y1 = clip_y1;\n        if (x2 > clip_x2) x2 = clip_x2;\n        if (y2 > clip_y2) y2 = clip_y2;\n\n        if (x1 < x_glyph && y1 <= y2) {\n            fillRect(x1, y1, x_glyph - 1, y2);\n        }\n\n        if (x_glyph + glyph.width <= x2 && y1 <= y2) {\n            fillRect(x_glyph + glyph.width, y1, x2, y2);\n        }\n\n        if (x1 <= x2 && y1 < y_glyph) {\n            fillRect(x1, y1, x2, y_glyph - 1);\n        }\n\n        if (x1 <= x2 && y_glyph + glyph.height <= y2) {\n            fillRect(x1, y_glyph + glyph.height, x2, y2);\n        }\n\n        setColor(color, true);\n    }\n    \n    // draw glyph pixels\n\tuint8_t widthInBytes = (glyph.width + 7) / 8;\n\n    int iStartByte = 0;\n    int iStartCol = 0;\n    if (x_glyph < clip_x1) {\n        int dx_off = clip_x1 - x_glyph;\n        iStartByte = dx_off / 8;\n        iStartCol = dx_off % 8;\n        x_glyph = clip_x1;\n    }\n\n    int offset = font::GLYPH_HEADER_SIZE;\n    if (y_glyph < clip_y1) {\n        int dy_off = clip_y1 - y_glyph;\n        offset += dy_off * widthInBytes;\n        y_glyph = clip_y1;\n    }\n\n    bool paintEnabled = true;\n\n    int width;\n    if (x_glyph + glyph.width - 1 > clip_x2) {\n        width = clip_x2 - x_glyph + 1;\n        // if glyph doesn't fit, don't paint it, i.e. paint background\n        paintEnabled = false;\n    } else {\n        width = glyph.width;\n    }\n\n    int height;\n    if (y_glyph + glyph.height - 1 > clip_y2) {\n        height = clip_y2 - y_glyph + 1;\n    } else {\n        height = glyph.height;\n    }\n\n    if (width > 0 && height > 0) {\n#if !defined(EEZ_PSU_SIMULATOR)\n        clear_bit(P_CS, B_CS);\n#endif\n\n#if DISPLAY_TYPE == TFT_320QVT_9341 && !defined(EEZ_PSU_SIMULATOR)\n#if DISPLAY_ORIENTATION != DISPLAY_ORIENTATION_LANDSCAPE\n#error \"Only LANDSCAPE display orientation is supported on ITDB32S_V2\"\n#endif\n        // optimized drawing for ILI9341\n\n#define PIXEL_ON { \\\n    sbi(P_RS, B_RS); \\\n    REG_PIOA_CODR=0x0000C080; \\\n    REG_PIOC_CODR=0x0000003E; \\\n    REG_PIOD_CODR=0x0000064F; \\\n    REG_PIOA_SODR=REG_PIOA_SODR_FG; \\\n    FG_TEST ? REG_PIOB_SODR = 0x4000000 : REG_PIOB_CODR = 0x4000000; \\\n    REG_PIOC_SODR=REG_PIOC_SODR_FG; \\\n    REG_PIOD_SODR=REG_PIOD_SODR_FG; \\\n    pulse_low(P_WR, B_WR); \\\n}\n\n#define PIXEL_OFF { \\\n    sbi(P_RS, B_RS); \\\n    REG_PIOA_CODR=0x0000C080; \\\n    REG_PIOC_CODR=0x0000003E; \\\n    REG_PIOD_CODR=0x0000064F; \\\n    REG_PIOA_SODR=REG_PIOA_SODR_BG; \\\n    BG_TEST ? REG_PIOB_SODR = 0x4000000 : REG_PIOB_CODR = 0x4000000; \\\n    REG_PIOC_SODR=REG_PIOC_SODR_BG; \\\n    REG_PIOD_SODR=REG_PIOD_SODR_BG; \\\n    pulse_low(P_WR, B_WR); \\\n}\n\n#define SET_PIXEL(C) \\\n    if (C) { \\\n        if (LAST_PIXEL == 1) { \\\n            pulse_low(P_WR, B_WR); \\\n        } else { \\\n            PIXEL_ON; \\\n            LAST_PIXEL = 1; \\\n        } \\\n    } else { \\\n        if (LAST_PIXEL == 0) { \\\n            pulse_low(P_WR, B_WR); \\\n        } else { \\\n            PIXEL_OFF; \\\n            LAST_PIXEL = 0; \\\n        } \\\n    }\n\n        uint32_t REG_PIOA_SODR_FG =((fch & 0x06)<<13) | ((fcl & 0x40)<<1);\n        uint32_t REG_PIOC_SODR_FG =((fcl & 0x01)<<5) | ((fcl & 0x02)<<3) | ((fcl & 0x04)<<1) | ((fcl & 0x08)>>1) | ((fcl & 0x10)>>3);\n        uint32_t REG_PIOD_SODR_FG =((fch & 0x78)>>3) | ((fch & 0x80)>>1) | ((fcl & 0x20)<<5) | ((fcl & 0x80)<<2);\n        int FG_TEST = fch & 0x01;\n\n        uint32_t REG_PIOA_SODR_BG =((bch & 0x06)<<13) | ((bcl & 0x40)<<1);\n        uint32_t REG_PIOC_SODR_BG =((bcl & 0x01)<<5) | ((bcl & 0x02)<<3) | ((bcl & 0x04)<<1) | ((bcl & 0x08)>>1) | ((bcl & 0x10)>>3);\n        uint32_t REG_PIOD_SODR_BG =((bch & 0x78)>>3) | ((bch & 0x80)>>1) | ((bcl & 0x20)<<5) | ((bcl & 0x80)<<2);\n        int BG_TEST = bch & 0x01;\n\n        int numPixels = 0;\n\n        int iEndByte = iStartByte + (width + 7) / 8;\n        int x1_glyph = x_glyph;\n        int x2_glyph = x_glyph + width - 1;\n\n        if (paintEnabled) {\n            while (height--) {\n                setXY(x1_glyph, y_glyph, x2_glyph, y_glyph);\n                ++y_glyph;\n\n                const uint8_t *p_data = glyph.data + offset + iEndByte;\n                for (int iByte = iEndByte; iByte >= iStartByte; --iByte, numPixels += 8) {\n                    if (numPixels % 40 == 0) {\n                        if (!psu::criticalTick(pageId)) {\n                            return 0;\n                        }\n                    }\n\n                    uint8_t data = *p_data--;\n\n                    int LAST_PIXEL = -1;\n\n                    int iPixel = (iByte << 3) + 7;\n                    if (iPixel - 7 >= iStartCol && iPixel < width) {\n                        SET_PIXEL(data & (0x80 >> 7));\n                        SET_PIXEL(data & (0x80 >> 6));\n                        SET_PIXEL(data & (0x80 >> 5));\n                        SET_PIXEL(data & (0x80 >> 4));\n                        SET_PIXEL(data & (0x80 >> 3));\n                        SET_PIXEL(data & (0x80 >> 2));\n                        SET_PIXEL(data & (0x80 >> 1));\n                        SET_PIXEL(data & (0x80 >> 0));\n                    } else {\n                                    if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 7));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 6));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 5));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 4));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 3));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 2));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 1));\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) SET_PIXEL(data & (0x80 >> 0));\n                    }\n                }\n\n                offset += widthInBytes;\n            }\n        } else {\n            while (height--) {\n                setXY(x1_glyph, y_glyph, x2_glyph, y_glyph);\n                ++y_glyph;\n\n                const uint8_t *p_data = glyph.data + offset + iEndByte;\n                for (int iByte = iEndByte; iByte >= iStartByte; --iByte, numPixels += 8) {\n                    if (numPixels % 120 == 0) {\n                        if (!psu::criticalTick(pageId)) {\n                            return 0;\n                        }\n                    }\n\n                    uint8_t data = *p_data--;\n\n                    int LAST_PIXEL = -1;\n\n                    int iPixel = (iByte << 3) + 7;\n                    if (iPixel - 7 >= iStartCol && iPixel < width) {\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                        PIXEL_OFF;\n                    } else {\n                                    if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                        --iPixel; if (iPixel >= iStartCol && iPixel < width) PIXEL_OFF;\n                    }\n                }\n\n                offset += widthInBytes;\n            }\n        }\n#else\n        uint16_t fc = (fch << 8) | fcl;\n        uint16_t bc = (bch << 8) | bcl;\n\n\t    if (orientation == DISPLAY_ORIENTATION_PORTRAIT) {\n            int numPixels = 0;\n\n            setXY(x_glyph, y_glyph, x_glyph + width - 1, y_glyph + height - 1);\n\t\t    for (int iRow = 0; iRow < height; ++iRow, offset += widthInBytes) {\n\t\t\t    for (int iByte = iStartByte, iCol = iStartCol; iByte < widthInBytes; ++iByte, numPixels += 8) {\n                    if (numPixels % 120 == 0) {\n                        if (!psu::criticalTick(pageId)) {\n                            return 0;\n                        }\n                    }\n\n                    uint8_t data = arduino_util::prog_read_byte(glyph.data + offset + iByte);\n                    if (paintEnabled) {\n                        if (iCol + 8 <= width) {\n                            setPixel(data & 0x80 ? fc : bc);\n                            setPixel(data & 0x40 ? fc : bc);\n                            setPixel(data & 0x20 ? fc : bc);\n                            setPixel(data & 0x10 ? fc : bc);\n                            setPixel(data & 0x08 ? fc : bc);\n                            setPixel(data & 0x04 ? fc : bc);\n                            setPixel(data & 0x02 ? fc : bc);\n                            setPixel(data & 0x01 ? fc : bc);\n                            iCol += 8;\n                        } else {\n                            if (iCol++ >= width) break; setPixel(data & 0x80 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x40 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x20 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x10 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x08 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x04 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x02 ? fc : bc);\n                            if (iCol++ >= width) break; setPixel(data & 0x01 ? fc : bc);\n                        }\n                    } else {\n                        if (iCol + 8 <= width) {\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            iCol += 8;\n                        } else {\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                            if (iCol++ >= width) break; setPixel(bc);\n                        }\n                    }\n\t\t\t    }\n\t\t    }\n\t    }\n\t    else {\n            int numPixels = 0;\n\n\t\t    for (int iRow = 0; iRow < height; ++iRow) {\n\t\t\t    setXY(x_glyph, y_glyph + iRow, x_glyph + width - 1, y_glyph + iRow);\n\t\t\t    for (int iByte = iStartByte + (width + 7) / 8; iByte >= iStartByte; --iByte, numPixels += 8) {\n                    if (numPixels % 120 == 0) {\n                        if (!psu::criticalTick(pageId)) {\n                            return 0;\n                        }\n                    }\n\n#if defined(EEZ_PSU_ARDUINO_DUE)\n\t\t\t\t    uint8_t data = *(glyph.data + offset + iByte);\n#else\n\t\t\t\t    uint8_t data = arduino_util::prog_read_byte(glyph.data + offset + iByte);\n#endif\n\n                    int iPixel = iByte * 8 + 7;\n                    if (iPixel - 7 >= iStartCol && iPixel < width) {\n                        if (paintEnabled) {\n                            setPixel((data & (0x80 >> 7)) ? fc : bc);\n                            setPixel((data & (0x80 >> 6)) ? fc : bc);\n                            setPixel((data & (0x80 >> 5)) ? fc : bc);\n                            setPixel((data & (0x80 >> 4)) ? fc : bc);\n                            setPixel((data & (0x80 >> 3)) ? fc : bc);\n                            setPixel((data & (0x80 >> 2)) ? fc : bc);\n                            setPixel((data & (0x80 >> 1)) ? fc : bc);\n                            setPixel((data & (0x80 >> 0)) ? fc : bc);\n                        } else {\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                            setPixel(bc);\n                        }\n                    } else {\n                        if (paintEnabled) {\n\t\t\t\t\t                  if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 7)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 6)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 5)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 4)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 3)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 2)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 1)) ? fc : bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel((data & (0x80 >> 0)) ? fc : bc);\n                        } else {\n                                      if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                            --iPixel; if (iPixel >= iStartCol && iPixel < width) setPixel(bc);\n                        }\n                    }\n                }\n\n\t\t\t    offset += widthInBytes;\n\t\t    }\n\t    }\n#endif\n\n#if !defined(EEZ_PSU_SIMULATOR)\n\t    set_bit(P_CS, B_CS);\n#endif\n    }\n\n\treturn glyph.dx;\n}\n\nvoid LCD::drawStr(int pageId, const char *text, int textLength, int x, int y, int clip_x1, int clip_y1, int clip_x2, int clip_y2, font::Font &font, bool fill_background) {\n\tthis->font = font;\n\n    if (textLength == -1) {\n\t    char encoding;\n\t    while ((encoding = *text++) != 0) {\n\t\t    x += drawGlyph(pageId, x, y, clip_x1, clip_y1, clip_x2, clip_y2, encoding, fill_background);\n\t    }\n    } else {\n        for (int i = 0; i < textLength && text[i]; ++i) {\n            char encoding = text[i];\n\t\t    x += drawGlyph(pageId, x, y, clip_x1, clip_y1, clip_x2, clip_y2, encoding, fill_background);\n\t    }\n    }\n}\n\nint8_t LCD::measureGlyph(uint8_t encoding) {\n    font::Glyph glyph;\n\tfont.getGlyph(encoding, glyph);\n\tif (!glyph.isFound())\n\t\treturn 0;\n\n\treturn glyph.dx;\n}\n\nint LCD::measureStr(const char *text, int textLength, font::Font &font, int max_width) {\n\tthis->font = font;\n\n\tint width = 0;\n\n    if (textLength == -1) {\n    \tchar encoding;\n\t    while ((encoding = *text++) != 0) {\n\t\t    int glyph_width = measureGlyph(encoding);\n            if (max_width > 0 && width + glyph_width > max_width) {\n                break;\n            }\n            width += glyph_width;\n\t    }\n    } else {\n        for (int i = 0; i < textLength && text[i]; ++i) {\n            char encoding = text[i];\n\t\t    int glyph_width = measureGlyph(encoding);\n            if (max_width > 0 && width + glyph_width > max_width) {\n                break;\n            }\n            width += glyph_width;\n        }\n    }\n\n\treturn width;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool g_isOn = false;\nstatic bool g_onOffTransition;\nstatic uint32_t g_onOffTransitionStart;\nstatic uint8_t g_onOffTransitionFromBrightness;\nstatic uint8_t g_onOffTransitionToBrightness;\n\nvoid init() {\n\tlcd.init(DISPLAY_ORIENTATION);\n    \n    // make sure the screen is off on the beginning\n    g_isOn = true;\n\tturnOff();\n}\n\nvoid tick(uint32_t tickCount) {\n    if (g_onOffTransition) {\n        int32_t diff = tickCount - g_onOffTransitionStart;\n        if (diff > CONF_LCD_ON_OFF_TRANSITION_TIME) {\n            g_onOffTransition = false;\n            if (!g_isOn) {\n                lcd.setColor(COLOR_BLACK);\n                lcd.fillRect(0, 0, lcd.getDisplayWidth()-1, lcd.getDisplayHeight()-1);\n            }\n            updateBrightness();\n        } else {\n            uint8_t value = (uint8_t)round(util::remap((float)diff, 0, (float)g_onOffTransitionFromBrightness, (float)CONF_LCD_ON_OFF_TRANSITION_TIME, (float)g_onOffTransitionToBrightness));\n            analogWrite(LCD_BRIGHTNESS, value);\n        }\n    }\n}\n\nbool isOn() {\n    return g_isOn;\n}\n\nstatic uint8_t getBrightness() {\n    return (uint8_t)round(util::remapQuad(persist_conf::devConf2.displayBrightness, 1, 196, 20, 106));\n}\n\nvoid turnOn(bool withoutTransition) {\n    if (!g_isOn) {\n        g_isOn = true;\n        if (withoutTransition) {\n            analogWrite(LCD_BRIGHTNESS, getBrightness());\n        } else {\n            g_onOffTransition = true;\n            g_onOffTransitionStart = micros();\n            g_onOffTransitionFromBrightness = 255;\n            g_onOffTransitionToBrightness = getBrightness();\n        }\n    }\n}\n\nvoid turnOff() {\n    if (g_isOn) {\n        g_isOn = false;\n        g_onOffTransition = true;\n        g_onOffTransitionStart = micros();\n        g_onOffTransitionFromBrightness = getBrightness();\n        g_onOffTransitionToBrightness = 255;\n    }\n}\n\nvoid updateBrightness() {\n    if (g_isOn) {\n        analogWrite(LCD_BRIGHTNESS, getBrightness());\n    } else {\n        analogWrite(LCD_BRIGHTNESS, 255);\n    }\n}\n\n}\n}\n}\n} // namespace eez::psu::ui::lcd\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/lcd.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"font.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace lcd {\n\n#define COLOR_BLACK\t0x0000\n#define COLOR_WHITE\t0xFFFF\n#define COLOR_RED\t0xF800\n#define COLOR_GREEN\t0x0400\n#define COLOR_BLUE\t0x001F\n\nclass LCD {\npublic:\n    LCD(uint8_t model, uint8_t RS, uint8_t WR, uint8_t CS, uint8_t RST);\n    ~LCD();\n\n#ifdef EEZ_PSU_SIMULATOR\n    uint16_t *buffer;\n#endif\n\n    void init(uint8_t orientation);\n\n    int getDisplayWidth();\n    int getDisplayHeight();\n\n    void setColor(uint8_t r, uint8_t g, uint8_t b);\n    void setColor(uint16_t color, bool ignoreLuminocity = false);\n    uint16_t getColor();\n\n    void setBackColor(uint8_t r, uint8_t g, uint8_t b);\n    void setBackColor(uint16_t color, bool ignoreLuminocity = false);\n    uint16_t getBackColor();\n\n    void drawPixel(int x, int y);\n    void drawRect(int x1, int y1, int x2, int y2);\n    void fillRect(int x1, int y1, int x2, int y2);\n    void drawHLine(int x, int y, int l);\n    void drawVLine(int x, int y, int l);\n    void drawBitmap(int x, int y, int sx, int sy, uint16_t* data);\n    void drawStr(int pageId, const char *text, int textLength, int x, int y, int clip_x1, int clip_y1, int clip_x2, int clip_y2, font::Font &font, bool fill_background);\n    int measureStr(const char *text, int textLength, font::Font &font, int max_width = 0);\n\n    void onLuminocityChanged();\n\nprivate:\n    uint8_t orientation;\n\n    uint16_t displayWidth;\n    uint16_t displayHeight;\n\n    uint8_t fch, fcl, bch, bcl;\n\n    uint8_t backgroundMapToColorHighByte;\n    uint8_t backgroundMapToColorLowByte;\n\n    font::Font font;\n\n#ifdef EEZ_PSU_SIMULATOR\n    uint16_t x, y, x1, y1, x2, y2;\n#else\n    uint8_t display_model;\n\n    uint8_t RS, WR, CS, RST;\n    volatile uint32_t *P_RS, *P_WR, *P_CS, *P_RST;\n    uint16_t B_RS, B_WR, B_CS, B_RST;\n\n    void write(char VH, char VL);\n    void writeCom(char VL);\n    void writeData(char VH, char VL);\n    void writeData(char VL);\n    void writeComData(char com1, int dat1);\n    void setDirectionRegisters();\n    void fastFill16(int ch, int cl, long numPixels);\n#endif\n\n    void setPixel(uint16_t color);\n    void setXY(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2);\n\n    int8_t drawGlyph(int pageId, int x1, int y1, int clip_x1, int clip_y1, int clip_x2, int clip_y2, uint8_t encoding, bool fill_background);\n    int8_t measureGlyph(uint8_t encoding);\n\n    void adjustColor(uint8_t &ch, uint8_t &cl);\n    void adjustForegroundColor();\n    void adjustBackgroundColor();\n};\n\nextern LCD lcd;\n\nvoid init();\nvoid tick(uint32_t tickCount);\nvoid turnOn(bool withoutTransition = false);\nvoid turnOff();\nbool isOn();\n\nvoid updateBrightness();\n   \n}\n}\n}\n} // namespace eez::psu::ui::lcd\n"
  },
  {
    "path": "eez_psu_sketch/list.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"list.h\"\n#include \"trigger.h\"\n#include \"channel_dispatcher.h\"\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#endif\n#include \"io_pins.h\"\n\n#define CONF_COUNTER_THRESHOLD_IN_SECONDS 5\n\nnamespace eez {\nnamespace psu {\nnamespace list {\n\nstatic struct {\n    float dwellList[MAX_LIST_LENGTH];\n    uint16_t dwellListLength;\n\n    float voltageList[MAX_LIST_LENGTH];\n    uint16_t voltageListLength;\n\n    float currentList[MAX_LIST_LENGTH];\n    uint16_t currentListLength;\n\n    uint16_t count;\n\n    bool changed;\n} g_channelsLists[CH_MAX];\n\nstatic struct {\n    int32_t counter;\n    int16_t it;\n    uint32_t nextPointTime;\n    int32_t currentRemainingDwellTime;\n    float currentTotalDwellTime;\n    uint32_t lastTickCount;\n} g_execution[CH_MAX];\n\nstatic bool g_active;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n    reset();\n}\n\nvoid resetChannelList(Channel &channel) {\n    int i = channel.index - 1;\n\n    g_channelsLists[i].voltageListLength = 0;\n    g_channelsLists[i].currentListLength = 0;\n    g_channelsLists[i].dwellListLength = 0;\n\n    g_channelsLists[i].changed = false;\n\n    g_channelsLists[i].count = 1;\n\n    g_execution[i].counter = -1;\n}\n\nvoid reset() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        resetChannelList(Channel::get(i));\n    }\n}\n\nvoid setDwellList(Channel &channel, float *list, uint16_t listLength) {\n    memcpy(g_channelsLists[channel.index - 1].dwellList, list, listLength * sizeof(float));\n    g_channelsLists[channel.index - 1].dwellListLength = listLength;\n    g_channelsLists[channel.index - 1].changed = true;\n}\n\nfloat *getDwellList(Channel &channel, uint16_t *listLength) {\n    *listLength = g_channelsLists[channel.index - 1].dwellListLength;\n    return g_channelsLists[channel.index - 1].dwellList;\n}\n\nvoid setVoltageList(Channel &channel, float *list, uint16_t listLength) {\n    memcpy(g_channelsLists[channel.index - 1].voltageList, list, listLength * sizeof(float));\n    g_channelsLists[channel.index - 1].voltageListLength = listLength;\n    g_channelsLists[channel.index - 1].changed = true;\n}\n\nfloat *getVoltageList(Channel &channel, uint16_t *listLength) {\n    *listLength = g_channelsLists[channel.index - 1].voltageListLength;\n    return g_channelsLists[channel.index - 1].voltageList;\n}\n\nvoid setCurrentList(Channel &channel, float *list, uint16_t listLength) {\n    memcpy(g_channelsLists[channel.index - 1].currentList, list, listLength * sizeof(float));\n    g_channelsLists[channel.index - 1].currentListLength = listLength;\n    g_channelsLists[channel.index - 1].changed = true;\n}\n\nfloat *getCurrentList(Channel &channel, uint16_t *listLength) {\n    *listLength = g_channelsLists[channel.index - 1].currentListLength;\n    return g_channelsLists[channel.index - 1].currentList;\n}\n\nbool getListsChanged(Channel &channel) {\n    return g_channelsLists[channel.index - 1].changed;\n}\n\nvoid setListsChanged(Channel &channel, bool changed) {\n    g_channelsLists[channel.index - 1].changed = changed;\n}\n\nuint16_t getListCount(Channel &channel) {\n    return g_channelsLists[channel.index - 1].count;\n}\n\nvoid setListCount(Channel &channel, uint16_t value) {\n    g_channelsLists[channel.index - 1].count = value;\n}\n\nbool isListEmpty(Channel &channel) {\n    return g_channelsLists[channel.index - 1].dwellListLength == 0 &&\n        g_channelsLists[channel.index - 1].voltageListLength == 0 &&\n        g_channelsLists[channel.index - 1].currentListLength == 0;\n}\n\nbool areListLengthsEquivalent(uint16_t size1, uint16_t size2) {\n    return size1 != 0 && size2 != 0 && (size1 == 1 || size2 == 1 || size1 == size2);\n}\n\nbool areListLengthsEquivalent(uint16_t size1, uint16_t size2, uint16_t size3) {\n    return list::areListLengthsEquivalent(size1, size2) &&\n           list::areListLengthsEquivalent(size1, size3) &&\n           list::areListLengthsEquivalent(size2, size3);\n}\n\nbool areListLengthsEquivalent(Channel &channel) {\n    return list::areListLengthsEquivalent(\n        g_channelsLists[channel.index - 1].dwellListLength,\n        g_channelsLists[channel.index - 1].voltageListLength,\n        g_channelsLists[channel.index - 1].currentListLength\n    );\n}\n\nbool areVoltageAndDwellListLengthsEquivalent(Channel &channel) {\n    return areListLengthsEquivalent(g_channelsLists[channel.index - 1].voltageListLength, g_channelsLists[channel.index - 1].dwellListLength);\n}\n\nbool areCurrentAndDwellListLengthsEquivalent(Channel &channel) {\n    return areListLengthsEquivalent(g_channelsLists[channel.index - 1].currentListLength, g_channelsLists[channel.index - 1].dwellListLength);\n}\n\nbool areVoltageAndCurrentListLengthsEquivalent(Channel &channel) {\n    return areListLengthsEquivalent(g_channelsLists[channel.index - 1].voltageListLength, g_channelsLists[channel.index - 1].currentListLength);\n}\n\nint checkLimits(int iChannel) {\n    Channel &channel = Channel::get(iChannel);\n\n    uint16_t voltageListLength = g_channelsLists[iChannel].voltageListLength;\n    uint16_t currentListLength = g_channelsLists[iChannel].currentListLength;\n\n    for (int j = 0; j < voltageListLength || j < currentListLength; ++j) {\n        float voltage = g_channelsLists[iChannel].voltageList[j % voltageListLength];\n\t    if (util::greater(voltage, channel_dispatcher::getULimit(channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n            return SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED;\n\t    }\n\n        float current = g_channelsLists[iChannel].currentList[j % currentListLength];\n        if (util::greater(current, channel_dispatcher::getILimit(channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            return SCPI_ERROR_CURRENT_LIMIT_EXCEEDED;\n\t    }\n\n\t    if (util::greater(voltage * current, channel_dispatcher::getPowerLimit(channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n            return SCPI_ERROR_POWER_LIMIT_EXCEEDED;\n        }\n    }\n\n    return 0;\n}\n\nbool loadList(Channel &channel, const char *filePath, int *err) {\n#if OPTION_SD_CARD\n    if (sd_card::g_testResult != TEST_OK) {\n        *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!sd_card::exists(filePath, NULL)) {\n        if (err) {\n            *err = SCPI_ERROR_LIST_NOT_FOUND;\n        }\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_READ);\n\n    if (!file) {\n        if (err) {\n            *err = SCPI_ERROR_EXECUTION_ERROR;\n        }\n        return false;\n    }\n\n    float dwellList[MAX_LIST_LENGTH];\n    uint16_t dwellListLength = 0;\n\n    float voltageList[MAX_LIST_LENGTH];\n    uint16_t voltageListLength = 0;\n\n    float currentList[MAX_LIST_LENGTH];\n    uint16_t currentListLength = 0;\n\n    bool success = true;\n\n    for (int i = 0; i < MAX_LIST_LENGTH; ++i) {\n        sd_card::matchZeroOrMoreSpaces(file);\n        if (!file.available()) {\n            break;\n        }\n\n        float value;\n\n        if (sd_card::match(file, LIST_CSV_FILE_NO_VALUE_CHAR)) {\n            if (i < dwellListLength) {\n                success = false;\n                break;\n            }\n        } else if (sd_card::match(file, value)) {\n            if (i == dwellListLength) {\n                dwellList[i] = value;\n                dwellListLength = i + 1;\n            } else {\n                success = false;\n                break;\n            }\n        } else {\n            success = false;\n            break;\n        }\n\n        sd_card::match(file, CSV_SEPARATOR);\n\n        if (sd_card::match(file, LIST_CSV_FILE_NO_VALUE_CHAR)) {\n            if (i < voltageListLength) {\n                success = false;\n                break;\n            }\n        } else if (sd_card::match(file, value)) {\n            if (i == voltageListLength) {\n                voltageList[i] = value;\n                ++voltageListLength;\n            } else {\n                success = false;\n                break;\n            }\n        } else {\n            success = false;\n            break;\n        }\n\n        sd_card::match(file, CSV_SEPARATOR);\n\n        if (sd_card::match(file, LIST_CSV_FILE_NO_VALUE_CHAR)) {\n            if (i < currentListLength) {\n                success = false;\n                break;\n            }\n        } else if (sd_card::match(file, value)) {\n            if (i == currentListLength) {\n                currentList[i] = value;\n                ++currentListLength;\n            } else {\n                success = false;\n                break;\n            }\n        } else {\n            success = false;\n            break;\n        }\n    }\n\n    file.close();\n\n    if (success) {\n        setDwellList(channel, dwellList, dwellListLength);\n        setVoltageList(channel, voltageList, voltageListLength);\n        setCurrentList(channel, currentList, currentListLength);\n    } else {\n        // TODO more specific error\n        if (err) {\n            *err = SCPI_ERROR_EXECUTION_ERROR;\n        }\n    }\n\n    return success;\n#else\n    if (err) {\n        *err = SCPI_ERROR_HARDWARE_MISSING;\n    }\n    return false;\n#endif\n}\n\nbool saveList(Channel &channel, const char *filePath, int *err) {\n#if OPTION_SD_CARD\n    if (sd_card::g_testResult != TEST_OK) {\n        *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    sd_card::makeParentDir(filePath);\n\n    sd_card::deleteFile(filePath, NULL);\n\n    File file = SD.open(filePath, FILE_WRITE);\n\n    if (!file) {\n        // TODO more specific error\n        if (err) {\n            *err = SCPI_ERROR_EXECUTION_ERROR;\n        }\n        return false;\n    }\n\n    for (\n        int i = 0;\n        i < g_channelsLists[channel.index - 1].dwellListLength ||\n        i < g_channelsLists[channel.index - 1].voltageListLength ||\n        i < g_channelsLists[channel.index - 1].currentListLength; \n        ++i) \n    {\n        if (i < g_channelsLists[channel.index - 1].dwellListLength) {\n            file.print(g_channelsLists[channel.index - 1].dwellList[i], 4);\n        } else {\n            file.print(LIST_CSV_FILE_NO_VALUE_CHAR);\n        }\n\n        file.print(CSV_SEPARATOR);\n\n        if (i < g_channelsLists[channel.index - 1].voltageListLength) {\n            file.print(g_channelsLists[channel.index - 1].voltageList[i], 4);\n        } else {\n            file.print(LIST_CSV_FILE_NO_VALUE_CHAR);\n        }\n        \n        file.print(CSV_SEPARATOR);\n        \n        if (i < g_channelsLists[channel.index - 1].currentListLength) {\n            file.print(g_channelsLists[channel.index - 1].currentList[i], 4);\n        } else {\n            file.print(LIST_CSV_FILE_NO_VALUE_CHAR);\n        }\n\n        file.print('\\n');\n    }\n\n    file.close();\n\n    return true;\n#else\n    if (err) {\n        *err = SCPI_ERROR_HARDWARE_MISSING;\n    }\n    return false;\n#endif\n}\n\nvoid executionStart(Channel &channel) {\n    g_execution[channel.index - 1].it = -1;\n    g_execution[channel.index - 1].counter = g_channelsLists[channel.index - 1].count;\n    g_active = true;\n    tick(micros());\n}\n\nint maxListsSize(Channel &channel) {\n    uint16_t maxSize = 0;\n\n    if (g_channelsLists[channel.index - 1].voltageListLength > maxSize) {\n        maxSize = g_channelsLists[channel.index - 1].voltageListLength;\n    }\n\n    if (g_channelsLists[channel.index - 1].currentListLength > maxSize) {\n        maxSize = g_channelsLists[channel.index - 1].currentListLength;\n    }\n\n    if (g_channelsLists[channel.index - 1].dwellListLength > maxSize) {\n        maxSize = g_channelsLists[channel.index - 1].dwellListLength;\n    }\n\n    return maxSize;\n}\n\nbool setListValue(Channel &channel, int16_t it, int *err) {\n    float voltage = g_channelsLists[channel.index - 1].voltageList[it % g_channelsLists[channel.index - 1].voltageListLength];\n\tif (util::greater(voltage, channel_dispatcher::getULimit(channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n        *err = SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED;\n        return false;\n\t}\n\n    float current = g_channelsLists[channel.index - 1].currentList[it % g_channelsLists[channel.index - 1].currentListLength];\n    if (util::greater(current, channel_dispatcher::getILimit(channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        *err = SCPI_ERROR_CURRENT_LIMIT_EXCEEDED;\n        return false;\n\t}\n\n\tif (util::greater(voltage * current, channel_dispatcher::getPowerLimit(channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n        *err = SCPI_ERROR_POWER_LIMIT_EXCEEDED;\n        return false;\n    }\n\n    if (channel_dispatcher::getUSet(channel) != voltage) {\n        channel_dispatcher::setVoltage(channel, voltage);\n    }\n\n    if (channel_dispatcher::getISet(channel) != current) {\n        channel_dispatcher::setCurrent(channel, current);\n    }\n    \n    return true;\n}\n\nvoid tick(uint32_t tick_usec) {\n#if CONF_DEBUG_VARIABLES\n    debug::g_listTickDuration.tick(tick_usec);\n#endif\n\n    g_active = false;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel &channel = Channel::get(i);\n        if (g_execution[i].counter >= 0) {\n            if (channel_dispatcher::isTripped(channel)) {\n                abort();\n                return;\n            }\n\n            g_active = true;\n\n            unsigned long currentTime = millis();\n\n            uint32_t tickCount;\n            if (g_execution[i].currentTotalDwellTime > CONF_COUNTER_THRESHOLD_IN_SECONDS) {\n                tickCount = millis();\n            } else {\n                tickCount = tick_usec;\n            }\n\n            if (io_pins::isInhibited()) {\n                if (g_execution[i].it != -1) {\n                    g_execution[i].nextPointTime += tickCount - g_execution[i].lastTickCount;\n                }\n            } else {\n                bool set = false;\n\n                if (g_execution[i].it == -1) {\n                    set = true;\n                } else {\n                    g_execution[i].currentRemainingDwellTime = g_execution[i].nextPointTime - tickCount;\n\n                    if (g_execution[i].currentRemainingDwellTime <= 0) {\n                        set = true;\n                    }\n                }\n\n                if (set) {\n                    if (++g_execution[i].it == maxListsSize(channel)) {\n                        if (g_execution[i].counter > 0) {\n                            if (--g_execution[i].counter == 0) {\n                                g_execution[i].counter = -1;\n                                trigger::setTriggerFinished(channel);\n                                return;\n                            }\n                        }\n\n                        g_execution[i].it = 0;\n                    }\n\n                    int err;\n                    if (!setListValue(channel, g_execution[i].it, &err)) {\n                        generateError(err);\n                        abort();\n                        return;\n                    }\n\n                    g_execution[i].currentTotalDwellTime = g_channelsLists[i].dwellList[g_execution[i].it % g_channelsLists[i].dwellListLength];\n                    // if dwell time is greater then CONF_COUNTER_THRESHOLD_IN_SECONDS ...\n                    if (g_execution[i].currentTotalDwellTime > CONF_COUNTER_THRESHOLD_IN_SECONDS) {\n                        // ... then count in milliseconds\n                        g_execution[i].currentRemainingDwellTime = (uint32_t)round(g_execution[i].currentTotalDwellTime * 1000L);\n                        g_execution[i].nextPointTime = millis() + g_execution[i].currentRemainingDwellTime;\n                    } else {\n                        // ... else count in microseconds\n                        g_execution[i].currentRemainingDwellTime = (uint32_t)round(g_execution[i].currentTotalDwellTime * 1000000L);\n                        g_execution[i].nextPointTime = tick_usec + g_execution[i].currentRemainingDwellTime;\n                    }\n                }\n            }\n\n            g_execution[i].lastTickCount = tickCount;\n        }\n    }\n}\n\nbool isActive() {\n    return g_active;\n}\n\nbool isActive(Channel &channel) {\n    return g_execution[channel.index - 1].counter >= 0;\n}\n\nbool anyCounterVisible(uint32_t totalThreshold) {\n\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\tif (g_execution[i].counter >= 0 && (uint32_t)ceilf(g_execution[i].currentTotalDwellTime) >= totalThreshold) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n}\n\nbool getCurrentDwellTime(Channel &channel, int32_t &remaining, uint32_t &total) {\n    int i = channel.index - 1;\n    if (g_execution[i].counter >= 0) {\n        total = (uint32_t)ceilf(g_execution[i].currentTotalDwellTime);\n        if (g_execution[i].currentTotalDwellTime > CONF_COUNTER_THRESHOLD_IN_SECONDS) {\n            remaining = (uint32_t)ceil(g_execution[i].currentRemainingDwellTime / 1000L);\n        } else {\n            remaining = (uint32_t)ceil(g_execution[i].currentRemainingDwellTime / 1000000L);\n        }\n        return true;\n    }\n    return false;\n}\n\nvoid abort() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        g_execution[i].counter = -1;\n    }\n}\n\n}\n}\n} // namespace eez::psu::list"
  },
  {
    "path": "eez_psu_sketch/list.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace list {\n\nstatic const char *LIST_EXT = \".list\";\n\nvoid init();\n\nvoid resetChannelList(Channel &channel);\nvoid reset();\n\nvoid setDwellList(Channel &channel, float *list, uint16_t listLength);\nfloat *getDwellList(Channel &channel, uint16_t *listLength);\n\nvoid setVoltageList(Channel &channel, float *list, uint16_t listLength);\nfloat *getVoltageList(Channel &channel, uint16_t *listLength);\n\nvoid setCurrentList(Channel &channel, float *list, uint16_t listLength);\nfloat *getCurrentList(Channel &channel, uint16_t *listLength);\n\nbool getListsChanged(Channel &channel);\nvoid setListsChanged(Channel &channel, bool changed);\n\nuint16_t getListCount(Channel &channel);\nvoid setListCount(Channel &channel, uint16_t value);\n\nbool isListEmpty(Channel &channel);\n\nbool areListLengthsEquivalent(uint16_t size1, uint16_t size2);\nbool areListLengthsEquivalent(uint16_t size1, uint16_t size2, uint16_t size3);\nbool areListLengthsEquivalent(Channel &channel);\nbool areVoltageAndDwellListLengthsEquivalent(Channel &channel);\nbool areCurrentAndDwellListLengthsEquivalent(Channel &channel);\nbool areVoltageAndCurrentListLengthsEquivalent(Channel &channel);\n\nint checkLimits(int iChannel);\n\nbool loadList(Channel &channel, const char *filePath, int *err);\nbool saveList(Channel &channel, const char *filePath, int *err);\n\nvoid executionStart(Channel &channel);\n\nint maxListsSize(Channel &channel);\n\nbool setListValue(Channel &channel, int16_t it, int *err);\n\nvoid tick(uint32_t tick_usec);\n\nbool isActive();\n\nbool anyCounterVisible(uint32_t totalThreshold);\nbool getCurrentDwellTime(Channel &channel, int32_t &remaining, uint32_t &total);\n\nvoid abort();\n\n}\n}\n} // namespace eez::psu::list"
  },
  {
    "path": "eez_psu_sketch/ntp.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"ntp.h\"\n#include \"ethernet.h\"\n#include \"datetime.h\"\n#include \"persist_conf.h\"\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n#include \"watchdog.h\"\n#endif\n#include <EthernetUdp2.h>\n\n#if OPTION_ETHERNET\n\n// Some time servers:\n// - time.google.com\n// - time.nist.gov\n\n\n#define CONF_NTP_LOCAL_PORT 8888\n\n#define CONF_PARSE_TIMEOUT_MS 5 * 1000 // 5 second\n#define CONF_TIMEOUT_AFTER_SUCCESS_MS CONF_NTP_PERIOD_SEC * 1000L\n#define CONF_TIMEOUT_AFTER_ERROR_MS CONF_NTP_PERIOD_AFTER_ERROR_SEC * 1000L\n\nnamespace eez {\nnamespace psu {\nnamespace ntp {\n\nstatic EthernetUDP g_udp;\n\nstatic const int NTP_PACKET_SIZE = 48; // NTP time stamp is in the first 48 bytes of the message\nstatic byte packetBuffer[ NTP_PACKET_SIZE]; // buffer to hold incoming and outgoing packets\n\nenum State {\n    STOPPED,\n    START,\n    PARSE,\n    SUCCESS,\n    ERROR\n};\n\nstatic State g_state;\n\nstatic uint32_t g_lastTickCount;\n\nstatic const char *g_ntpServerToTest;\n\nstatic bool g_lastWasSuccess;\n\nconst char *getNtpServer() {\n    if (g_ntpServerToTest) {\n        if (g_ntpServerToTest[0]) {\n            return g_ntpServerToTest;\n        }\n    } else {\n        if (persist_conf::devConf2.ntpServer[0]) {\n            return persist_conf::devConf2.ntpServer;\n        }\n    }\n    return NULL;\n}\n\n// send an NTP request to the time server at the given address\nint sendNtpPacket() {\n      // set all bytes in the buffer to 0\n      memset(packetBuffer, 0, NTP_PACKET_SIZE);\n\n      // Initialize values needed to form NTP request\n      // (see http://en.wikipedia.org/wiki/Network_Time_Protocol for details on the packets)\n      packetBuffer[0] = 0b11100011;   // LI, Version, Mode\n      packetBuffer[1] = 0;     // Stratum, or type of clock\n      packetBuffer[2] = 6;     // Polling Interval\n      packetBuffer[3] = 0xEC;  // Peer Clock Precision\n\n      // 8 bytes of zero for Root Delay & Root Dispersion\n      packetBuffer[12] = 49;\n      packetBuffer[13] = 0x4E;\n      packetBuffer[14] = 49;\n      packetBuffer[15] = 52;\n\n      // All NTP fields have been given values, now\n      // you can send a packet requesting a timestamp:\n      int rc;\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n      watchdog::disable();\n#endif\n\n      rc = g_udp.beginPacket(getNtpServer(), 123); // NTP requests are to port 123\n      if (!rc) {\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n          watchdog::enable();\n#endif\n          return -1;\n      }\n\n      int written = g_udp.write(packetBuffer, NTP_PACKET_SIZE);\n      if (written != NTP_PACKET_SIZE) {\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n          watchdog::enable();\n#endif\n          return -2;\n      }\n\n      rc = g_udp.endPacket();\n      if (!rc) {\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n          watchdog::enable();\n#endif\n          return -3;\n      }\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n      watchdog::enable();\n#endif\n      return 0;\n}\n\nvoid readNtpPacket() {\n    // We've received a packet, read the data from it\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n    watchdog::disable();\n#endif\n    g_udp.read(packetBuffer, NTP_PACKET_SIZE); // read the packet into the buffer\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n    watchdog::enable();\n#endif\n\n    // The timestamp starts at byte 40 of the received packet and is four bytes,\n    // or two words, long. First, esxtract the two words:\n    uint32_t highWord = (packetBuffer[40] << 8) + packetBuffer[41];\n    uint32_t lowWord = (packetBuffer[42] << 8) + packetBuffer[43];\n\n    // Combine the four bytes (two words) into a long integer\n    // this is NTP time (seconds since Jan 1 1900):\n    uint32_t secsSince1900 = highWord << 16 | lowWord;\n\n    // Unix time starts on Jan 1 1970. In seconds, that's 2208988800:\n    const uint32_t seventyYears = 2208988800UL;\n\n    // Subtract seventy years:\n    uint32_t utc = secsSince1900 - seventyYears;\n\n    uint32_t local = datetime::utcToLocal(utc, persist_conf::devConf.time_zone, (datetime::DstRule)persist_conf::devConf2.dstRule);\n\n    int year, month, day, hour, minute, second;\n    datetime::breakTime(local, year, month, day, hour, minute, second);\n   \n    //DebugTraceF(\"NTP: %d-%02d-%02d %02d:%02d:%02d\", year, month, day, hour, minute, second);\n\n    datetime::setDateTime(year - 2000, month, day, hour, minute, second, false, 2);\n}\n\nvoid begin() {\n    g_udp.begin(CONF_NTP_LOCAL_PORT);\n    g_state = START;\n    g_lastWasSuccess = true;\n}\n\nvoid init() {\n    if (ethernet::g_testResult == TEST_OK && persist_conf::isNtpEnabled()) {\n        begin();\n    }\n}\n\nvoid setState(State state) {\n    g_state = state;\n\n    if (g_state == SUCCESS) {\n        g_lastWasSuccess = true;\n    } else if (g_state == ERROR) {\n        if (g_lastWasSuccess) {\n            event_queue::pushEvent(event_queue::EVENT_WARNING_NTP_REFRESH_FAILED);\n        }\n        g_lastWasSuccess = false;\n    }\n}\n\nvoid tick(uint32_t tickCount) {\n    if (ethernet::g_testResult == TEST_OK && persist_conf::isNtpEnabled()) {\n        if (g_state == STOPPED) {\n            begin();\n        }\n\n        tickCount = millis();\n\n        if (g_state == START) {\n            if (getNtpServer()) {\n                //DebugTraceF(\"sendNtpPacket start %ul\", micros());\n                int rc = sendNtpPacket();\n                if (rc >= 0) {\n                    //DebugTraceF(\"sendNtpPacket success %ul\", micros());\n                    setState(PARSE);\n                    g_lastTickCount = tickCount;\n                } else {\n                    //DebugTraceF(\"sendNtpPacket fail %d %ul\", rc, micros());\n                    setState(ERROR);\n                    g_lastTickCount = tickCount;\n                }\n            } else {\n                setState(ERROR);\n                g_lastTickCount = tickCount;\n            }\n        } else if (g_state == PARSE) {\n            if (g_udp.parsePacket()) {\n                readNtpPacket();\n                setState(SUCCESS);\n                g_lastTickCount = tickCount;\n            } else {\n                if (tickCount - g_lastTickCount > CONF_PARSE_TIMEOUT_MS) {\n                    setState(ERROR);\n                    g_lastTickCount = tickCount;\n                }\n            }\n        } else if (g_state == SUCCESS) {\n            if (tickCount - g_lastTickCount > CONF_TIMEOUT_AFTER_SUCCESS_MS) {\n                setState(START);\n            }\n        } else if (g_state == ERROR) {\n            if (tickCount - g_lastTickCount > CONF_TIMEOUT_AFTER_ERROR_MS) {\n                setState(START);\n            }\n        }\n    } else {\n        if (g_state != STOPPED) {\n            g_udp.stop();\n            setState(STOPPED);\n        }\n    }\n}\n\nvoid reset() {\n    if (g_state == SUCCESS || g_state == ERROR) {\n        g_lastWasSuccess = true;\n        setState(START);\n    }\n}\n\nvoid testNtpServer(const char *ntpServer) {\n    g_ntpServerToTest = ntpServer;\n    g_lastWasSuccess = true;\n    setState(START);\n}\n\nbool isTestNtpServerDone(bool &result) {\n    if (g_state == SUCCESS || g_state == ERROR || g_state == STOPPED) {\n        g_ntpServerToTest = NULL;\n        result = g_state == SUCCESS;\n        return true;\n    }\n    return false;\n}\n\n}\n}\n} // namespace eez::psu::ntp\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/ntp.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace ntp {\n\nvoid init();\nvoid tick(uint32_t tickCount);\nvoid reset();\n\nvoid testNtpServer(const char *ntpServer);\n// returns true if test is done and sets result to true if successfull\nbool isTestNtpServerDone(bool &testResult);\n\n}\n}\n} // namespace eez::psu::ntp\n"
  },
  {
    "path": "eez_psu_sketch/ontime.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"ontime.h\"\n#include \"persist_conf.h\"\n\n#define MIN_TO_MS (60L * 1000L)\n\nnamespace eez {\nnamespace psu {\nnamespace ontime {\n\nvoid counterToString(char *str, size_t count, uint32_t counterTime) {\n\tif (counterTime >= 24 * 60) {\n\t\tuint32_t d = counterTime / (24 * 60);\n\t\tcounterTime -= d * (24 * 60);\n\t\tsnprintf_P(str, count-1, PSTR(\"%dd %dh %dm\"), int(d), int(counterTime / 60), int(counterTime % 60));\n\t} else if (counterTime >= 60) {\n\t\tsnprintf_P(str, count-1, PSTR(\"%dh %dm\"), int(counterTime / 60), int(counterTime % 60));\n\t} else {\n\t\tsnprintf_P(str, count-1, PSTR(\"%dm\"), int(counterTime));\n\t}\n\n\tstr[count-1] = 0;\n}\n\nCounter::Counter(int type_)\n\t: typeAndIsActive(type_)\n\t, lastTime(0)\n\t, writeInterval(WRITE_ONTIME_INTERVAL * MIN_TO_MS)\n\t, fractionTime(0)\n{\n}\n\nvoid Counter::init() {\n\ttotalTime = persist_conf::readTotalOnTime(getType());\n}\n\nint Counter::getType() {\n\treturn typeAndIsActive & ~0x80;\n}\n\nbool Counter::isActive() {\n\treturn (typeAndIsActive & 0x80) != 0;\n}\n\nvoid Counter::start() {\n\tif (!isActive()) {\n\t\tlastTick = millis();\n\t\ttypeAndIsActive |= 0x80;\n\t}\n}\n\nvoid Counter::stop() {\n\tif (isActive()) {\n\t\tfractionTime += millis() - lastTick;\n\t\ttypeAndIsActive &= ~0x80;\n\t\ttotalTime += lastTime;\n\t\tlastTime = 0;\n\t}\n}\n\nvoid Counter::tick(uint32_t tick_usec) {\n\tif (isActive()) {\n\t\tuint32_t timeMS = millis() - lastTick;\n\t\tlastTick += timeMS;\n\t\tfractionTime += timeMS;\n\t}\n\n\tuint32_t time = fractionTime / MIN_TO_MS;\n\tif (time > 0) {\n\t\tlastTime += time;\n\t\tfractionTime -= time * MIN_TO_MS;\n\t}\n\n\tif (writeInterval.test(tick_usec)) {\n\t\tpersist_conf::writeTotalOnTime(getType(), getTotalTime());\n\t}\n}\n\nuint32_t Counter::getTotalTime() {\n\treturn totalTime + getLastTime();\n}\n\nuint32_t Counter::getLastTime() {\n\treturn lastTime;\n}\n\n}\n}\n} // namespace eez::psu::ontime\n"
  },
  {
    "path": "eez_psu_sketch/ontime.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"timer.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace ontime {\n\nvoid counterToString(char *str, size_t count, uint32_t counterTime);\n\nenum {\n\tON_TIME_COUNTER_POWER,\n\tON_TIME_COUNTER_CH1,\n\tON_TIME_COUNTER_CH2\n};\n\nclass Counter {\npublic:\n\tCounter(int type);\n\n\tint getType();\n\tbool isActive();\n\n\tvoid start();\n\tvoid stop();\n\n\tvoid init();\n\tvoid tick(uint32_t tick_usec);\n\n\tuint32_t getTotalTime();\n\tuint32_t getLastTime();\n\nprivate:\n\tuint8_t typeAndIsActive;\n\tuint32_t totalTime;\n\tuint32_t lastTime;\n\tuint32_t lastTick;\n\tuint32_t fractionTime;\n\tInterval writeInterval;\n};\n\n}\n}\n} // namespace eez::psu::ontime\n"
  },
  {
    "path": "eez_psu_sketch/persist_conf.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"eeprom.h\"\n#include \"serial_psu.h\"\n#include \"event_queue.h\"\n#include \"profile.h\"\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#include \"lcd.h\"\n#endif\n#include \"datetime.h\"\n\n#include \"gui_internal.h\"\n\n#define NUM_CHANNELS_VIEW_MODES 4\n\nnamespace eez {\nnamespace psu {\nnamespace persist_conf {\n\nstatic const uint16_t PERSIST_CONF_START_ADDRESS = eeprom::EEPROM_START_ADDRESS;\n\n////////////////////////////////////////////////////////////////////////////////\n\nenum PersistConfSection {\n    PERSIST_CONF_BLOCK_DEVICE,\n    PERSIST_CONF_BLOCK_DEVICE2,\n    PERSIST_CONF_BLOCK_CH_CAL,\n    PERSIST_CONF_BLOCK_FIRST_PROFILE,\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic const uint16_t DEV_CONF_VERSION = 9;\nstatic const uint16_t DEV_CONF2_VERSION = 10;\nstatic const uint16_t CH_CAL_CONF_VERSION = 3;\n\nstatic const uint16_t PERSIST_CONF_DEVICE_ADDRESS = 1024;\nstatic const uint16_t PERSIST_CONF_DEVICE2_ADDRESS = 1536;\n\nstatic const uint16_t PERSIST_CONF_CH_CAL_ADDRESS = 2048;\nstatic const uint16_t PERSIST_CONF_CH_CAL_BLOCK_SIZE = 512;\n\nstatic const uint16_t PERSIST_CONF_FIRST_PROFILE_ADDRESS = 5120;\nstatic const uint16_t PERSIST_CONF_PROFILE_BLOCK_SIZE = 1024;\n\nstatic const uint32_t ONTIME_MAGIC = 0xA7F31B3CL;\n\n////////////////////////////////////////////////////////////////////////////////\n\nDeviceConfiguration devConf;\nDeviceConfiguration2 devConf2;\n\n////////////////////////////////////////////////////////////////////////////////\n\nuint32_t calc_checksum(const BlockHeader *block, uint16_t size) {\n    return util::crc32(((const uint8_t *)block) + sizeof(uint32_t), size - sizeof(uint32_t));\n}\n\nbool check_block(const BlockHeader *block, uint16_t size, uint16_t version) {\n    return block->checksum == calc_checksum(block, size) && block->version <= version;\n}\n\nbool save(BlockHeader *block, uint16_t size, uint16_t address, uint16_t version) {\n    if (eeprom::g_testResult != psu::TEST_OK) {\n        return false;\n    }\n\n    block->version = version;\n    block->checksum = calc_checksum(block, size);\n    return eeprom::write((const uint8_t *)block, size, address);\n}\n\nuint16_t get_address(PersistConfSection section, Channel *channel = 0) {\n    switch (section) {\n    case PERSIST_CONF_BLOCK_DEVICE:  return PERSIST_CONF_DEVICE_ADDRESS;\n    case PERSIST_CONF_BLOCK_DEVICE2:  return PERSIST_CONF_DEVICE2_ADDRESS;\n    case PERSIST_CONF_BLOCK_CH_CAL:  return PERSIST_CONF_CH_CAL_ADDRESS + (channel->index - 1) * PERSIST_CONF_CH_CAL_BLOCK_SIZE;\n    case PERSIST_CONF_BLOCK_FIRST_PROFILE: return PERSIST_CONF_FIRST_PROFILE_ADDRESS;\n    }\n    return -1;\n}\n\nuint16_t get_profile_address(int location) {\n    return get_address(PERSIST_CONF_BLOCK_FIRST_PROFILE) + location * PERSIST_CONF_PROFILE_BLOCK_SIZE;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void initDevice() {\n    memset(&devConf, 0, sizeof(devConf));\n\n    devConf.header.checksum = 0;\n    devConf.header.version = DEV_CONF_VERSION;\n\n    strcpy(devConf.serialNumber, PSU_SERIAL);\n\n    strcpy(devConf.calibration_password, CALIBRATION_PASSWORD_DEFAULT);\n\n    devConf.flags.isSoundEnabled = 1;\n    devConf.flags.isClickSoundEnabled = 1;\n\n    devConf.flags.dateValid = 0;\n    devConf.flags.timeValid = 0;\n    devConf.flags.dst = 0;\n\n\tdevConf.time_zone = 0;\n\n    devConf.flags.profileAutoRecallEnabled = 0;\n    devConf.profile_auto_recall_location = 0;\n\n    devConf.touch_screen_cal_orientation = -1;\n    devConf.touch_screen_cal_tlx = 0;\n    devConf.touch_screen_cal_tly = 0;\n    devConf.touch_screen_cal_brx = 0;\n    devConf.touch_screen_cal_bry = 0;\n    devConf.touch_screen_cal_trx = 0;\n    devConf.touch_screen_cal_try = 0;\n\n\tdevConf.flags.channelsViewMode = 0;\n\n#ifdef EEZ_PSU_SIMULATOR\n    devConf.gui_opened = true;\n    devConf.flags.ethernetEnabled = 1;\n#else\n    devConf.flags.ethernetEnabled = 0;\n#endif // EEZ_PSU_SIMULATOR\n\n    devConf.flags.outputProtectionCouple = 0;\n    devConf.flags.shutdownWhenProtectionTripped = 0;\n    devConf.flags.forceDisablingAllOutputsOnPowerUp = 0;\n\n    devConf.flags.ch1CalEnabled = 1;\n    devConf.flags.ch2CalEnabled = 1;\n}\n\nvoid loadDevice() {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::read((uint8_t *)&devConf, sizeof(DeviceConfiguration), get_address(PERSIST_CONF_BLOCK_DEVICE));\n        if (!check_block((BlockHeader *)&devConf, sizeof(DeviceConfiguration), DEV_CONF_VERSION)) {\n            initDevice();\n        } else {\n\t\t\tif (devConf.flags.channelsViewMode < 0 || devConf.flags.channelsViewMode >= NUM_CHANNELS_VIEW_MODES) {\n\t\t\t\tdevConf.flags.channelsViewMode = 0;\n\t\t\t}\n\n            if (devConf.header.version < 9) {\n                devConf.flags.ch1CalEnabled = 1;\n                devConf.flags.ch2CalEnabled = 1;\n            }\n\t\t}\n    }\n    else {\n        initDevice();\n    }\n}\n\nbool saveDevice() {\n    return save((BlockHeader *)&devConf, sizeof(DeviceConfiguration), get_address(PERSIST_CONF_BLOCK_DEVICE), DEV_CONF_VERSION);\n}\n\nstatic void initEthernetSettings() {\n    devConf2.flags.ethernetDhcpEnabled = 1;\n    devConf2.ethernetIpAddress = util::getIpAddress(192, 168, 1, 100);\n    devConf2.ethernetDns = util::getIpAddress(192, 168, 1, 1);\n    devConf2.ethernetGateway = util::getIpAddress(192, 168, 1, 1);\n    devConf2.ethernetSubnetMask = util::getIpAddress(255, 255, 255, 0);\n    devConf2.ethernetScpiPort = TCP_PORT;\n}\n\nstatic void initDevice2() {\n    memset(&devConf2, 0, sizeof(devConf2));\n    devConf2.header.version = DEV_CONF2_VERSION;\n\n    devConf2.flags.encoderConfirmationMode = 0;\n    devConf2.flags.displayState = 1;\n\n    devConf2.displayBrightness = DISPLAY_BRIGHTNESS_DEFAULT;\n\n    devConf2.flags.serialEnabled = 1;\n    devConf2.serialBaud = getIndexFromBaud(SERIAL_SPEED);\n    devConf2.serialParity = serial::PARITY_NONE;\n\n    initEthernetSettings();\n\n    strcpy(devConf2.ntpServer, CONF_DEFAULT_NTP_SERVER);\n\n    uint8_t macAddress[] = ETHERNET_MAC_ADDRESS;\n    memcpy(devConf2.ethernetMacAddress, macAddress, 6);\n\n\tdevConf2.dstRule = datetime::DST_RULE_OFF;\n\n    devConf2.displayBackgroundLuminosityStep = DISPLAY_BACKGROUND_LUMINOSITY_STEP_DEFAULT;\n#if OPTION_DISPLAY\n    gui::lcd::lcd.onLuminocityChanged();\n#endif\n}\n\nvoid loadDevice2() {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::read((uint8_t *)&devConf2, sizeof(DeviceConfiguration2), get_address(PERSIST_CONF_BLOCK_DEVICE2));\n        if (!check_block((BlockHeader *)&devConf2, sizeof(DeviceConfiguration2), DEV_CONF2_VERSION)) {\n            initDevice2();\n        } else {\n            if (devConf2.header.version < 9) {\n                uint8_t macAddress[] = ETHERNET_MAC_ADDRESS;\n                memcpy(devConf2.ethernetMacAddress, macAddress, 6);\n            }\n            \n            if (devConf2.header.version < 10) {\n                devConf2.displayBackgroundLuminosityStep = DISPLAY_BACKGROUND_LUMINOSITY_STEP_DEFAULT;\n            }   \n#if OPTION_DISPLAY\n            gui::lcd::lcd.onLuminocityChanged();\n#endif\n        }\n    }\n    else {\n        initDevice2();\n    }\n\n    if (devConf2.serialBaud < 1 || devConf2.serialBaud > serial::g_baudsSize) {\n        devConf2.serialBaud = getIndexFromBaud(SERIAL_SPEED);\n    }\n\n#if OPTION_ENCODER\n    if (!devConf2.encoderMovingSpeedDown) {\n        devConf2.encoderMovingSpeedDown = encoder::DEFAULT_MOVING_DOWN_SPEED;\n    }\n    if (!devConf2.encoderMovingSpeedUp) {\n        devConf2.encoderMovingSpeedUp = encoder::DEFAULT_MOVING_UP_SPEED;\n    }\n    encoder::setMovingSpeed(devConf2.encoderMovingSpeedDown, devConf2.encoderMovingSpeedUp);\n#endif\n}\n\nbool saveDevice2() {\n    return save((BlockHeader *)&devConf2, sizeof(DeviceConfiguration2), get_address(PERSIST_CONF_BLOCK_DEVICE2), DEV_CONF2_VERSION);\n}\n\nbool isSystemPasswordValid(const char *new_password, size_t new_password_len, int16_t &err) {\n    if (new_password_len < PASSWORD_MIN_LENGTH) {\n\t\terr = SCPI_ERROR_PASSWORD_TOO_SHORT;\n\t\treturn false;\n    }\n\n    if (new_password_len > PASSWORD_MAX_LENGTH) {\n\t\terr = SCPI_ERROR_PASSWORD_TOO_LONG;\n        return false;\n    }\n\n\treturn true;\n}\n\nbool changeSystemPassword(const char *new_password, size_t new_password_len) {\n    memset(&devConf2.systemPassword, 0, sizeof(devConf2.systemPassword));\n    strncpy(devConf2.systemPassword, new_password, new_password_len);\n    if (saveDevice2()) {\n\t\tevent_queue::pushEvent(event_queue::EVENT_INFO_SYSTEM_PASSWORD_CHANGED);\n\t\treturn true;\n\t}\n\treturn false;\n}\n\nbool isCalibrationPasswordValid(const char *new_password, size_t new_password_len, int16_t &err) {\n    if (new_password_len < PASSWORD_MIN_LENGTH) {\n\t\terr = SCPI_ERROR_PASSWORD_TOO_SHORT;\n\t\treturn false;\n    }\n\n    if (new_password_len > PASSWORD_MAX_LENGTH) {\n\t\terr = SCPI_ERROR_PASSWORD_TOO_LONG;\n        return false;\n    }\n\n\treturn true;\n}\n\nbool changeCalibrationPassword(const char *new_password, size_t new_password_len) {\n    memset(&devConf.calibration_password, 0, sizeof(devConf.calibration_password));\n    strncpy(devConf.calibration_password, new_password, new_password_len);\n    if (saveDevice()) {\n\t\tevent_queue::pushEvent(event_queue::EVENT_INFO_CALIBRATION_PASSWORD_CHANGED);\n\t\treturn true;\n\t}\n\treturn false;\n}\n\nbool changeSerial(const char *newSerialNumber, size_t newSerialNumberLength) {\n    // copy up to 7 characters from newSerialNumber, fill the rest with zero's\n    for (size_t i = 0; i < 7; ++i) {\n        if (i < newSerialNumberLength) {\n            devConf.serialNumber[i] = newSerialNumber[i];\n        } else {\n            devConf.serialNumber[i] = 0;\n        }\n    }\n    devConf.serialNumber[7] = 0;\n\n    return saveDevice();\n}\n\nbool enableSound(bool enable) {\n    devConf.flags.isSoundEnabled = enable ? 1 : 0;\n    if (saveDevice()) {\n\t\tevent_queue::pushEvent(enable ? event_queue::EVENT_INFO_SOUND_ENABLED : event_queue::EVENT_INFO_SOUND_DISABLED);\n\t\treturn true;\n\t}\n\treturn false;\n}\n\nbool isSoundEnabled() {\n    return devConf.flags.isSoundEnabled ? true : false;\n}\n\nbool enableClickSound(bool enable) {\n    devConf.flags.isClickSoundEnabled = enable ? 1 : 0;\n    if (saveDevice()) {\n\t\treturn true;\n\t}\n\treturn false;\n}\n\nbool isClickSoundEnabled() {\n    return devConf.flags.isClickSoundEnabled ? true : false;\n}\n\nbool readSystemDate(uint8_t &year, uint8_t &month, uint8_t &day) {\n    if (devConf.flags.dateValid) {\n        year = devConf.date_year;\n        month = devConf.date_month;\n        day = devConf.date_day;\n        return true;\n    }\n    return false;\n}\n\nbool isDst() {\n    return datetime::isDst(\n        datetime::makeTime(\n            2000 + devConf.date_year, devConf.date_month, devConf.date_day, \n            devConf.time_hour, devConf.time_minute, devConf.time_second\n        ),\n        (datetime::DstRule)devConf2.dstRule\n    );\n}\n\nvoid setDst(unsigned dst) {\n    if (dst == 0) {\n        devConf.flags.dst = 0;\n    } else if (dst == 1) {\n        devConf.flags.dst = 1;\n    } else {\n        devConf.flags.dst = isDst();\n    }\n}\n\nvoid writeSystemDate(uint8_t year, uint8_t month, uint8_t day, unsigned dst) {\n    devConf.date_year = year;\n    devConf.date_month = month;\n    devConf.date_day = day;\n\n    devConf.flags.dateValid = 1;\n\n    setDst(dst);\n\n    saveDevice();\n}\n\nbool readSystemTime(uint8_t &hour, uint8_t &minute, uint8_t &second) {\n    if (devConf.flags.timeValid) {\n        hour = devConf.time_hour;\n        minute = devConf.time_minute;\n        second = devConf.time_second;\n        return true;\n    }\n    return false;\n}\n\nvoid writeSystemTime(uint8_t hour, uint8_t minute, uint8_t second, unsigned dst) {\n    devConf.time_hour = hour;\n    devConf.time_minute = minute;\n    devConf.time_second = second;\n\n    devConf.flags.timeValid = 1;\n\n    setDst(dst);\n\n    saveDevice();\n}\n\nvoid writeSystemDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, unsigned dst) {\n    devConf.date_year = year;\n    devConf.date_month = month;\n    devConf.date_day = day;\n\n    devConf.flags.dateValid = 1;\n    \n\tdevConf.time_hour = hour;\n    devConf.time_minute = minute;\n    devConf.time_second = second;\n\n    devConf.flags.timeValid = 1;\n\n    setDst(dst);\n\n\tsaveDevice();\n}\n\nbool enableProfileAutoRecall(bool enable) {\n    devConf.flags.profileAutoRecallEnabled = enable ? 1 : 0;\n    return saveDevice();\n}\n\nbool isProfileAutoRecallEnabled() {\n    return devConf.flags.profileAutoRecallEnabled ? true : false;\n}\n\nbool setProfileAutoRecallLocation(int location) {\n    devConf.profile_auto_recall_location = (int8_t)location;\n    if (saveDevice()) {\n\t\tevent_queue::pushEvent(event_queue::EVENT_INFO_DEFAULE_PROFILE_CHANGED_TO_0 + location);\n\n        if (location == 0) {\n            profile::save();\n        }\n\n\t\treturn true;\n\t}\n    return false;\n}\n\nint getProfileAutoRecallLocation() {\n    return devConf.profile_auto_recall_location;\n}\n\nvoid toggleChannelsViewMode() {\n\tdevConf.flags.channelsViewMode = (devConf.flags.channelsViewMode + 1) % NUM_CHANNELS_VIEW_MODES;\n\tsaveDevice();\n}\n\nvoid setChannelsViewMode(unsigned int channelsViewMode) {\n\tdevConf.flags.channelsViewMode = channelsViewMode;\n\tsaveDevice();\n}\n\nvoid loadChannelCalibration(Channel &channel) {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::read((uint8_t *)&channel.cal_conf, sizeof(Channel::CalibrationConfiguration), get_address(PERSIST_CONF_BLOCK_CH_CAL, &channel));\n        if (!check_block((BlockHeader *)&channel.cal_conf, sizeof(Channel::CalibrationConfiguration), CH_CAL_CONF_VERSION)) {\n            channel.clearCalibrationConf();\n        }\n    }\n    else {\n        channel.clearCalibrationConf();\n    }\n}\n\nbool saveChannelCalibration(Channel &channel) {\n    return save((BlockHeader *)&channel.cal_conf, sizeof(Channel::CalibrationConfiguration), get_address(PERSIST_CONF_BLOCK_CH_CAL, &channel), CH_CAL_CONF_VERSION);\n}\n\nvoid saveCalibrationEnabledFlag(Channel &channel, bool enabled) {\n    if (channel.index == 1) {\n        devConf.flags.ch1CalEnabled = enabled ? 1 : 0;\n    } else if (channel.index == 2) {\n        devConf.flags.ch2CalEnabled = enabled ? 1 : 0;\n    } else {\n        return;\n    }\n    saveDevice();\n}\n\nbool loadProfile(int location, profile::Parameters *profile) {\n    if (eeprom::g_testResult == psu::TEST_OK) {\n        eeprom::read((uint8_t *)profile, sizeof(profile::Parameters), get_profile_address(location));\n        return check_block((BlockHeader *)profile, sizeof(profile::Parameters), PROFILE_VERSION);\n    }\n    return false;\n}\n\nbool saveProfile(int location, profile::Parameters *profile) {\n    return save((BlockHeader *)profile, sizeof(profile::Parameters), get_profile_address(location), PROFILE_VERSION);\n}\n\nuint32_t readTotalOnTime(int type) {\n\tuint32_t buffer[6];\n\n\teeprom::read((uint8_t *)buffer, sizeof(buffer),\n\t\teeprom::EEPROM_ONTIME_START_ADDRESS + type * eeprom::EEPROM_ONTIME_SIZE);\n\n\tif (buffer[0] == ONTIME_MAGIC && buffer[1] == buffer[2]) {\n\t\tif (buffer[3] == ONTIME_MAGIC && buffer[4] == buffer[5]) {\n\t\t\tif (buffer[4] > buffer[1]) {\n\t\t\t\treturn buffer[4];\n\t\t\t}\n\t\t}\n\t\treturn buffer[1];\n\t}\n\t\n\tif (buffer[3] == ONTIME_MAGIC && buffer[4] == buffer[5]) {\n\t\treturn buffer[4];\n\t}\n\n\treturn 0;\n}\n\nbool writeTotalOnTime(int type, uint32_t time) {\n\tuint32_t buffer[6];\n\n\tbuffer[0] = ONTIME_MAGIC;\n\tbuffer[1] = time;\n\tbuffer[2] = time;\n\n\tbuffer[3] = ONTIME_MAGIC;\n\tbuffer[4] = time;\n\tbuffer[5] = time;\n\n\treturn eeprom::write((uint8_t *)buffer, sizeof(buffer),\n\t\teeprom::EEPROM_ONTIME_START_ADDRESS + type * eeprom::EEPROM_ONTIME_SIZE);\n}\n\nbool enableOutputProtectionCouple(bool enable) {\n    int outputProtectionCouple = enable ? 1 : 0;\n\n    if (devConf.flags.outputProtectionCouple == outputProtectionCouple) {\n        return true;\n    }\n\n    devConf.flags.outputProtectionCouple = outputProtectionCouple;\n\n    if (saveDevice()) {\n        if (devConf.flags.outputProtectionCouple) {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_OUTPUT_PROTECTION_COUPLED);\n        } else {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_OUTPUT_PROTECTION_DECOUPLED);\n        }\n\n        return true;\n    }\n\n    devConf.flags.outputProtectionCouple = 1 - outputProtectionCouple;\n\n    return false;\n}\n\nbool isOutputProtectionCoupleEnabled() {\n    return devConf.flags.outputProtectionCouple ? true : false;\n}\n\nbool enableShutdownWhenProtectionTripped(bool enable) {\n    int shutdownWhenProtectionTripped = enable ? 1 : 0;\n\n    if (devConf.flags.shutdownWhenProtectionTripped == shutdownWhenProtectionTripped) {\n        return true;\n    }\n\n    devConf.flags.shutdownWhenProtectionTripped = shutdownWhenProtectionTripped;\n\n    if (saveDevice()) {\n        if (devConf.flags.shutdownWhenProtectionTripped) {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_SHUTDOWN_WHEN_PROTECTION_TRIPPED_ENABLED);\n        } else {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_SHUTDOWN_WHEN_PROTECTION_TRIPPED_DISABLED);\n        }\n\n        return true;\n    }\n\n    devConf.flags.shutdownWhenProtectionTripped = 1 - shutdownWhenProtectionTripped;\n\n    return false;\n}\n\nbool isShutdownWhenProtectionTrippedEnabled() {\n    return devConf.flags.shutdownWhenProtectionTripped ? true : false;\n}\n\nbool enableForceDisablingAllOutputsOnPowerUp(bool enable) {\n    int forceDisablingAllOutputsOnPowerUp = enable ? 1 : 0;\n\n    if (devConf.flags.forceDisablingAllOutputsOnPowerUp == forceDisablingAllOutputsOnPowerUp) {\n        return true;\n    }\n\n    devConf.flags.forceDisablingAllOutputsOnPowerUp = forceDisablingAllOutputsOnPowerUp;\n\n    if (saveDevice()) {\n        if (devConf.flags.forceDisablingAllOutputsOnPowerUp) {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_FORCE_DISABLING_ALL_OUTPUTS_ON_POWERUP_ENABLED);\n        } else {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_FORCE_DISABLING_ALL_OUTPUTS_ON_POWERUP_DISABLED);\n        }\n\n        return true;\n    }\n\n    devConf.flags.forceDisablingAllOutputsOnPowerUp = 1 - forceDisablingAllOutputsOnPowerUp;\n\n    return false;\n}\n\nbool isForceDisablingAllOutputsOnPowerUpEnabled() {\n    return devConf.flags.forceDisablingAllOutputsOnPowerUp ? true : false;\n}\n\nbool lockFrontPanel(bool lock) {\n    g_rlState = lock ? RL_STATE_REMOTE : RL_STATE_LOCAL;\n\n    int isFrontPanelLocked = lock ? 1 : 0;\n\n    if (devConf.flags.isFrontPanelLocked == isFrontPanelLocked) {\n        return true;\n    }\n\n    devConf.flags.isFrontPanelLocked = isFrontPanelLocked;\n\n    if (saveDevice()) {\n        if (devConf.flags.isFrontPanelLocked) {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_FRONT_PANEL_LOCKED);\n        } else {\n\t\t    event_queue::pushEvent(event_queue::EVENT_INFO_FRONT_PANEL_UNLOCKED);\n        }\n\n        return true;\n    }\n\n    devConf.flags.isFrontPanelLocked = 1 - isFrontPanelLocked;\n    g_rlState = devConf.flags.isFrontPanelLocked ? RL_STATE_REMOTE : RL_STATE_LOCAL;\n\n    return false;\n}\n\nbool setEncoderSettings(uint8_t confirmationMode, uint8_t movingSpeedDown, uint8_t movingSpeedUp) {\n    devConf2.flags.encoderConfirmationMode = confirmationMode;\n    devConf2.encoderMovingSpeedDown = movingSpeedDown;\n    devConf2.encoderMovingSpeedUp = movingSpeedUp;\n\n#if OPTION_ENCODER\n    encoder::setMovingSpeed(devConf2.encoderMovingSpeedDown, devConf2.encoderMovingSpeedUp);\n#endif\n\n    return saveDevice2();\n}\n\nbool setDisplayState(unsigned newState) {\n    unsigned currentDisplayState = devConf2.flags.displayState;\n\n    if (currentDisplayState != newState) {\n        devConf2.flags.displayState = newState;\n        if (!saveDevice2()) {\n            devConf2.flags.displayState = currentDisplayState;\n            return false;\n        }\n    }\n\n    return true;\n}\n\nbool setDisplayBrightness(uint8_t displayBrightness) {\n    devConf2.displayBrightness = displayBrightness;\n\n#if OPTION_DISPLAY\n    gui::lcd::updateBrightness();\n#endif\n\n    return saveDevice2();\n}\n\nbool setDisplayBackgroundLuminosityStep(uint8_t displayBackgroundLuminosityStep) {\n    devConf2.displayBackgroundLuminosityStep = displayBackgroundLuminosityStep;\n\n#if OPTION_DISPLAY\n    gui::lcd::lcd.onLuminocityChanged();\n    gui::refreshPage();\n#endif\n\n    return saveDevice2();\n}\n\nbool enableSerial(bool enable) {\n    unsigned serialEnabled = enable ? 1 : 0;\n    if (!devConf2.flags.skipSerialSetup || devConf2.flags.serialEnabled != serialEnabled) {\n        devConf2.flags.serialEnabled = serialEnabled;\n        devConf2.flags.skipSerialSetup = 1;\n        saveDevice2();\n        serial::update();\n    }\n    return true;\n}\n\nbool isSerialEnabled() {\n    return devConf2.flags.serialEnabled ? true : false;\n}\n\nint getIndexFromBaud(long baud) {\n    for (size_t i = 0; i < serial::g_baudsSize; ++i) {\n        if (serial::g_bauds[i] == baud) {\n            return i + 1;\n        }\n    }\n    return 0;\n}\n\nlong getBaudFromIndex(int index) {\n    return serial::g_bauds[index - 1];\n}\n\nint getSerialBaudIndex() {\n    return devConf2.serialBaud;\n}\n\nbool setSerialBaudIndex(int baudIndex) {\n    uint8_t serialBaud = (uint8_t)baudIndex;\n    if (!devConf2.flags.skipSerialSetup || devConf2.serialBaud != serialBaud) {\n        devConf2.serialBaud = serialBaud;\n        devConf2.flags.skipSerialSetup = 1;\n        saveDevice2();\n        serial::update();\n    }\n    return true;\n}\n\nint getSerialParity() {\n    return devConf2.serialParity;\n}\n\nbool setSerialParity(int parity) {\n    unsigned serialParity = (unsigned)parity;\n    if (!devConf2.flags.skipSerialSetup || devConf2.serialParity != serialParity) {\n        devConf2.serialParity = serialParity;\n        devConf2.flags.skipSerialSetup = 1;\n        saveDevice2();\n        serial::update();\n    }\n    return true;\n}\n\nbool setSerialSettings(bool enabled, int baudIndex, int parity) {\n    unsigned serialEnabled = enabled ? 1 : 0;\n    uint8_t serialBaud = (uint8_t)baudIndex;\n    unsigned serialParity = (unsigned)parity;\n    if (\n        !devConf2.flags.skipSerialSetup || \n\t\tdevConf2.flags.serialEnabled != serialEnabled ||\n        devConf2.serialBaud != serialBaud || \n        devConf2.serialParity != serialParity\n    ) {\n        devConf2.flags.serialEnabled = enabled;\n        devConf2.serialBaud = serialBaud;\n        devConf2.serialParity = serialParity;\n        devConf2.flags.skipSerialSetup = 1;\n        saveDevice2();\n        serial::update();\n    }\n    return true;\n}\n\nbool enableEthernet(bool enable) {\n    unsigned ethernetEnabled = enable ? 1 : 0;\n    if (!devConf2.flags.skipEthernetSetup || devConf.flags.ethernetEnabled != ethernetEnabled) {\n        devConf.flags.ethernetEnabled = ethernetEnabled;\n        saveDevice();\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        event_queue::pushEvent(enable ? event_queue::EVENT_INFO_ETHERNET_ENABLED : event_queue::EVENT_INFO_ETHERNET_DISABLED);\n        ethernet::update();\n    }\n    return true;\n}\n\nbool isEthernetEnabled() {\n    return devConf.flags.ethernetEnabled ? true : false;\n}\n\nbool enableEthernetDhcp(bool enable) {\n    unsigned ethernetDhcpEnabled = enable ? 1 : 0;\n    if (!devConf2.flags.skipEthernetSetup || devConf2.flags.ethernetDhcpEnabled != ethernetDhcpEnabled) {\n        devConf2.flags.ethernetDhcpEnabled = ethernetDhcpEnabled;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool isEthernetDhcpEnabled() {\n    return devConf2.flags.ethernetDhcpEnabled ? true : false;\n}\n\nbool setEthernetMacAddress(uint8_t macAddress[]) {\n    if (!devConf2.flags.skipEthernetSetup || memcmp(devConf2.ethernetMacAddress, macAddress, 6) != 0) {\n        memcpy(devConf2.ethernetMacAddress, macAddress, 6);\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetIpAddress(uint32_t ipAddress) {\n    if (!devConf2.flags.skipEthernetSetup || devConf2.ethernetIpAddress != ipAddress) {\n        devConf2.ethernetIpAddress = ipAddress;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetDns(uint32_t dns) {\n    if (!devConf2.flags.skipEthernetSetup || devConf2.ethernetDns != dns) {\n        devConf2.ethernetDns = dns;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetGateway(uint32_t gateway) {\n    if (!devConf2.flags.skipEthernetSetup || devConf2.ethernetGateway != gateway) {\n        devConf2.ethernetGateway = gateway;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetSubnetMask(uint32_t subnetMask) {\n    if (!devConf2.flags.skipEthernetSetup || devConf2.ethernetSubnetMask != subnetMask) {\n        devConf2.ethernetSubnetMask = subnetMask;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetScpiPort(uint16_t scpiPort) {\n    if (!devConf2.flags.skipEthernetSetup || devConf2.ethernetScpiPort != scpiPort) {\n        devConf2.ethernetScpiPort = scpiPort;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n        ethernet::update();\n    }\n    return true;\n}\n\nbool setEthernetSettings(bool enable, bool dhcpEnable, uint32_t ipAddress, uint32_t dns, uint32_t gateway, uint32_t subnetMask, uint16_t scpiPort, uint8_t *macAddress) {\n    unsigned ethernetEnabled = enable ? 1 : 0;\n    unsigned ethernetDhcpEnabled = enable ? 1 : 0;\n\n    if (\n        !devConf2.flags.skipEthernetSetup || \n        devConf.flags.ethernetEnabled != ethernetEnabled || \n        devConf2.flags.ethernetDhcpEnabled != ethernetDhcpEnabled ||\n        memcmp(devConf2.ethernetMacAddress, macAddress, 6) != 0 ||\n        devConf2.ethernetIpAddress != ipAddress ||\n        devConf2.ethernetDns != dns ||\n        devConf2.ethernetGateway != gateway ||\n        devConf2.ethernetSubnetMask != subnetMask ||\n        devConf2.ethernetScpiPort != scpiPort\n    ) {\n\n        if (devConf.flags.ethernetEnabled != ethernetEnabled) {\n            devConf.flags.ethernetEnabled = ethernetEnabled;\n            saveDevice();\n            event_queue::pushEvent(devConf.flags.ethernetEnabled ? event_queue::EVENT_INFO_ETHERNET_ENABLED : event_queue::EVENT_INFO_ETHERNET_DISABLED);\n        }\n\n        devConf2.flags.ethernetDhcpEnabled = ethernetDhcpEnabled;\n        memcpy(devConf2.ethernetMacAddress, macAddress, 6);\n        devConf2.ethernetIpAddress = ipAddress;\n        devConf2.ethernetDns = dns;\n        devConf2.ethernetGateway = gateway;\n        devConf2.ethernetSubnetMask = subnetMask;\n        devConf2.ethernetScpiPort = scpiPort;\n        devConf2.flags.skipEthernetSetup = 1;\n        saveDevice2();\n\n        ethernet::update();\n    }\n\n    return true;\n}\n\nbool enableNtp(bool enable) {\n    devConf2.flags.ntpEnabled = enable ? 1 : 0;\n    return saveDevice2();\n}\n\nbool isNtpEnabled() {\n    return devConf2.flags.ntpEnabled ? true : false;\n}\n\nbool setNtpServer(const char *ntpServer, size_t ntpServerLength) {\n    strncpy(devConf2.ntpServer, ntpServer, ntpServerLength);\n    devConf2.ntpServer[ntpServerLength] = 0;\n    return saveDevice2();\n}\n\nbool setNtpSettings(bool enable, const char *ntpServer) {\n    devConf2.flags.ntpEnabled = enable ? 1 : 0;\n    strcpy(devConf2.ntpServer, ntpServer);\n    return saveDevice2();\n}\n\nbool setSdLocked(bool sdLocked) {\n    devConf2.flags.sdLocked = sdLocked ? 1 : 0;\n    return saveDevice2();\n}\n\nbool isSdLocked() {\n    return devConf2.flags.sdLocked ? true : false;\n}\n\n}\n}\n} // namespace eez::psu::persist_conf"
  },
  {
    "path": "eez_psu_sketch/persist_conf.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n\nclass Channel;\n\nnamespace profile {\n\nstruct Parameters;\n\n}\n}\n} // namespace eez::psu::profile\n\nnamespace eez {\nnamespace psu {\n/// Store/restore of persistent configuration data (device configuration, calibration parameters, profiles) using external EEPROM.\nnamespace persist_conf {\n\n/// Header of the every block stored in EEPROM. It contains checksum and version.\nstruct BlockHeader {\n    uint32_t checksum;\n    uint16_t version;\n};\n\n/// Device binary flags stored in DeviceConfiguration.\nstruct DeviceFlags {\n    unsigned isSoundEnabled : 1;\n    unsigned dateValid : 1;\n    unsigned timeValid : 1;\n    unsigned profileAutoRecallEnabled : 1;\n    unsigned dst : 1;\n    unsigned channelsViewMode : 3;\n    unsigned ethernetEnabled : 1;\n    unsigned outputProtectionCouple : 1;\n    unsigned shutdownWhenProtectionTripped : 1;\n    unsigned forceDisablingAllOutputsOnPowerUp : 1;\n    unsigned isFrontPanelLocked: 1;\n    unsigned isClickSoundEnabled : 1;\n    unsigned ch1CalEnabled: 1;\n    unsigned ch2CalEnabled: 1;\n    unsigned reserved: 16;\n};\n\n/// Device configuration block.\nstruct DeviceConfiguration {\n    BlockHeader header;\n    char serialNumber[7 + 1];\n    char calibration_password[PASSWORD_MAX_LENGTH + 1];\n    DeviceFlags flags;\n    uint8_t date_year;\n    uint8_t date_month;\n    uint8_t date_day;\n    uint8_t time_hour;\n    uint8_t time_minute;\n    uint8_t time_second;\n\tint16_t time_zone;\n    int8_t profile_auto_recall_location;\n    int8_t touch_screen_cal_orientation;\n    int16_t touch_screen_cal_tlx;\n    int16_t touch_screen_cal_tly;\n    int16_t touch_screen_cal_brx;\n    int16_t touch_screen_cal_bry;\n    int16_t touch_screen_cal_trx;\n    int16_t touch_screen_cal_try;\n#ifdef EEZ_PSU_SIMULATOR\n    bool gui_opened;\n#endif // EEZ_PSU_SIMULATOR\n};\n\n/// Device binary flags stored in DeviceConfiguration.\nstruct DeviceFlags2 {\n    unsigned encoderConfirmationMode : 1;\n    unsigned displayState: 1;\n    unsigned triggerContinuousInitializationEnabled: 1;\n    unsigned skipChannelCalibrations: 1;\n    unsigned skipDateTimeSetup: 1;\n    unsigned skipSerialSetup: 1;\n    unsigned skipEthernetSetup: 1;\n    unsigned serialEnabled: 1;\n    unsigned ethernetDhcpEnabled: 1;\n    unsigned ntpEnabled: 1;\n    unsigned sdLocked: 1;\n};\n\nstruct IOPin {\n    unsigned polarity: 1;\n    unsigned function: 7;\n};\n\nstruct SerialConf {\n    unsigned bits: 2;\n    unsigned parity: 2;\n    unsigned sbits: 1;\n};\n\nstruct DeviceConfiguration2 {\n    BlockHeader header;\n    char systemPassword[PASSWORD_MAX_LENGTH + 1];\n    DeviceFlags2 flags;\n    uint8_t encoderMovingSpeedDown;\n    uint8_t encoderMovingSpeedUp;\n    uint8_t displayBrightness;\n    uint8_t triggerSource;\n    float triggerDelay;\n    IOPin ioPins[3];\n    uint8_t serialBaud;\n    uint8_t serialParity;\n    uint32_t ethernetIpAddress;\n    uint32_t ethernetDns;\n    uint32_t ethernetGateway;\n    uint32_t ethernetSubnetMask;\n    uint16_t ethernetScpiPort;\n    char ntpServer[32+1];\n    uint8_t dstRule;\n    uint8_t ethernetMacAddress[6];\n    uint8_t displayBackgroundLuminosityStep;\n    uint8_t reserverd[24];\n};\n\nstatic const uint16_t PROFILE_VERSION = 8;\n\nbool check_block(const BlockHeader *block, uint16_t size, uint16_t version);\nuint32_t calc_checksum(const BlockHeader *block, uint16_t size);\n\nextern DeviceConfiguration devConf;\nextern DeviceConfiguration2 devConf2;\n\nvoid loadDevice();\nbool saveDevice();\n\nvoid loadDevice2();\nbool saveDevice2();\n\nbool isSystemPasswordValid(const char *new_password, size_t new_password_len, int16_t &err);\nbool changeSystemPassword(const char *new_password, size_t new_password_len);\n\nbool isCalibrationPasswordValid(const char *new_password, size_t new_password_len, int16_t &err);\nbool changeCalibrationPassword(const char *new_password, size_t new_password_len);\n\nbool changeSerial(const char *newSerialNumber, size_t newSerialNumberLength);\n\nbool enableSound(bool enable);\nbool isSoundEnabled();\n\nbool enableClickSound(bool enable);\nbool isClickSoundEnabled();\n\nbool enableEthernet(bool enable);\nbool isEthernetEnabled();\n\nbool readSystemDate(uint8_t &year, uint8_t &month, uint8_t &day);\nvoid writeSystemDate(uint8_t year, uint8_t month, uint8_t day, unsigned dst);\n\nbool readSystemTime(uint8_t &hour, uint8_t &minute, uint8_t &second);\nvoid writeSystemTime(uint8_t hour, uint8_t minute, uint8_t second, unsigned dst);\n\nvoid writeSystemDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, unsigned dst);\n\nbool enableProfileAutoRecall(bool enable);\nbool isProfileAutoRecallEnabled();\nbool setProfileAutoRecallLocation(int location);\nint getProfileAutoRecallLocation();\n\nvoid toggleChannelsViewMode();\nvoid setChannelsViewMode(unsigned int viewMode);\n\nvoid loadChannelCalibration(Channel &channel);\nbool saveChannelCalibration(Channel &channel);\n\nvoid saveCalibrationEnabledFlag(Channel &channel, bool enabled);\n\nbool loadProfile(int location, profile::Parameters *profile);\nbool saveProfile(int location, profile::Parameters *profile);\n\nuint32_t readTotalOnTime(int type);\nbool writeTotalOnTime(int type, uint32_t time);\n\nbool enableOutputProtectionCouple(bool enable);\nbool isOutputProtectionCoupleEnabled();\n\nbool enableShutdownWhenProtectionTripped(bool enable);\nbool isShutdownWhenProtectionTrippedEnabled();\n\nbool enableForceDisablingAllOutputsOnPowerUp(bool enable);\nbool isForceDisablingAllOutputsOnPowerUpEnabled();\n\nbool lockFrontPanel(bool lock);\n\nbool setEncoderSettings(uint8_t confirmationMode, uint8_t movingSpeedDown, uint8_t movingSpeedUp);\n\nbool setDisplayState(unsigned state);\nbool setDisplayBrightness(uint8_t displayBrightness);\nbool setDisplayBackgroundLuminosityStep(uint8_t displayBackgroundLuminosityStep);\n\nbool enableSerial(bool enable);\nbool isSerialEnabled();\nint getIndexFromBaud(long baud);\nlong getBaudFromIndex(int index);\nint getSerialBaudIndex();\nbool setSerialBaudIndex(int baudIndex);\nint getSerialParity();\nbool setSerialParity(int parity);\nbool setSerialSettings(bool enable, int baudIndex, int parity);\n\nbool enableEthernetDhcp(bool enable);\nbool isEthernetDhcpEnabled();\nbool setEthernetMacAddress(uint8_t macAddress[]);\nbool setEthernetIpAddress(uint32_t ipAddress);\nbool setEthernetDns(uint32_t dns);\nbool setEthernetGateway(uint32_t gateway);\nbool setEthernetSubnetMask(uint32_t subnetMask);\nbool setEthernetScpiPort(uint16_t scpiPort);\nbool setEthernetSettings(bool enable, bool dhcpEnable, uint32_t ipAddress, uint32_t dns, uint32_t gateway, uint32_t subnetMask, uint16_t scpiPort, uint8_t *macAddress);\n\nbool enableNtp(bool enable);\nbool isNtpEnabled();\nbool setNtpServer(const char *ntpServer, size_t ntpServerLength);\nbool setNtpSettings(bool enable, const char *ntpServer);\n\nbool setSdLocked(bool sdLocked);\nbool isSdLocked();\n\n}\n}\n} // namespace eez::psu::persist_conf\n"
  },
  {
    "path": "eez_psu_sketch/pid.cpp",
    "content": "/**********************************************************************************************\n* Arduino PID Library - Version 1.2.1\n* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com\n*\n* This Library is licensed under the MIT License\n**********************************************************************************************/\n\n#include \"psu.h\"\n\n#include \"pid.h\"\n\n/*Constructor (...)*********************************************************\n*    The parameters specified here are those for for which we can't set up\n*    reliable defaults, so we need to have the user set them.\n***************************************************************************/\nPID::PID(double* Input, double* Output, double* Setpoint,\n\tdouble Kp, double Ki, double Kd, int POn, int ControllerDirection)\n{\n\tinit(Input, Output, Setpoint, Kp, Ki, Kd, POn, ControllerDirection);\n}\n\n/*Constructor (...)*********************************************************\n*    To allow backwards compatability for v1.1, or for people that just want\n*    to use Proportional on Error without explicitly saying so\n***************************************************************************/\n\nPID::PID(double* Input, double* Output, double* Setpoint,\n\tdouble Kp, double Ki, double Kd, int ControllerDirection)\n{\n\tinit(Input, Output, Setpoint, Kp, Ki, Kd, P_ON_E, ControllerDirection);\n}\n\nvoid PID::init(double* Input, double* Output, double* Setpoint,\n\tdouble Kp, double Ki, double Kd, int POn, int ControllerDirection)\n{\n\tmyOutput = Output;\n\tmyInput = Input;\n\tmySetpoint = Setpoint;\n\tinAuto = false;\n\n\tPID::SetOutputLimits(0, 255);\t\t\t\t//default output limit corresponds to\n\t\t\t\t\t\t\t\t\t\t\t\t//the arduino pwm limits\n\n\tSampleTime = 100;\t\t\t\t\t\t\t//default Controller Sample Time is 0.1 seconds\n\n\tPID::SetControllerDirection(ControllerDirection);\n\tPID::SetTunings(Kp, Ki, Kd, POn);\n\n\tlastTime = millis() - SampleTime;\n}\n\n\n/* Compute() **********************************************************************\n*     This, as they say, is where the magic happens.  this function should be called\n*   every time \"void loop()\" executes.  the function will decide for itself whether a new\n*   pid Output needs to be computed.  returns true when the output is computed,\n*   false when nothing has been done.\n**********************************************************************************/\nbool PID::Compute()\n{\n\tif (!inAuto) return false;\n\tunsigned long now = millis();\n\tunsigned long timeChange = (now - lastTime);\n\tif (timeChange >= SampleTime)\n\t{\n\t\t/*Compute all the working error variables*/\n\t\tdouble input = *myInput;\n\t\tdouble error = *mySetpoint - input;\n\t\tdouble dInput = (input - lastInput);\n\t\toutputSum += (ki * error);\n\n\t\t/*Add Proportional on Measurement, if P_ON_M is specified*/\n\t\tif (!pOnE) outputSum -= kp * dInput;\n\n\t\tif (outputSum > outMax) outputSum = outMax;\n\t\telse if (outputSum < outMin) outputSum = outMin;\n\n\t\t/*Add Proportional on Error, if P_ON_E is specified*/\n\t\tdouble output;\n\t\tif (pOnE) output = kp * error;\n\t\telse output = 0;\n\n\t\t/*Compute Rest of PID Output*/\n\t\toutput += outputSum - kd * dInput;\n\n\t\tif (output > outMax) output = outMax;\n\t\telse if (output < outMin) output = outMin;\n\t\t*myOutput = output;\n\n\t\t/*Remember some variables for next time*/\n\t\tlastInput = input;\n\t\tlastTime = now;\n\t\treturn true;\n\t}\n\telse return false;\n}\n\n/* SetTunings(...)*************************************************************\n* This function allows the controller's dynamic performance to be adjusted.\n* it's called automatically from the constructor, but tunings can also\n* be adjusted on the fly during normal operation\n******************************************************************************/\nvoid PID::SetTunings(double Kp, double Ki, double Kd, int POn)\n{\n\tif (Kp<0 || Ki<0 || Kd<0) return;\n\n\tpOn = POn;\n\tpOnE = POn == P_ON_E;\n\n\tdispKp = Kp; dispKi = Ki; dispKd = Kd;\n\n\tdouble SampleTimeInSec = ((double)SampleTime) / 1000;\n\tkp = Kp;\n\tki = Ki * SampleTimeInSec;\n\tkd = Kd / SampleTimeInSec;\n\n\tif (controllerDirection == REVERSE)\n\t{\n\t\tkp = (0 - kp);\n\t\tki = (0 - ki);\n\t\tkd = (0 - kd);\n\t}\n}\n\n/* SetTunings(...)*************************************************************\n* Set Tunings using the last-rembered POn setting\n******************************************************************************/\nvoid PID::SetTunings(double Kp, double Ki, double Kd) {\n\tSetTunings(Kp, Ki, Kd, pOn);\n}\n\n/* SetSampleTime(...) *********************************************************\n* sets the period, in Milliseconds, at which the calculation is performed\n******************************************************************************/\nvoid PID::SetSampleTime(int NewSampleTime)\n{\n\tif (NewSampleTime > 0)\n\t{\n\t\tdouble ratio = (double)NewSampleTime\n\t\t\t/ (double)SampleTime;\n\t\tki *= ratio;\n\t\tkd /= ratio;\n\t\tSampleTime = (unsigned long)NewSampleTime;\n\t}\n}\n\n/* SetOutputLimits(...)****************************************************\n*     This function will be used far more often than SetInputLimits.  while\n*  the input to the controller will generally be in the 0-1023 range (which is\n*  the default already,)  the output will be a little different.  maybe they'll\n*  be doing a time window and will need 0-8000 or something.  or maybe they'll\n*  want to clamp it from 0-125.  who knows.  at any rate, that can all be done\n*  here.\n**************************************************************************/\nvoid PID::SetOutputLimits(double Min, double Max)\n{\n\tif (Min >= Max) return;\n\toutMin = Min;\n\toutMax = Max;\n\n\tif (inAuto)\n\t{\n\t\tif (*myOutput > outMax) *myOutput = outMax;\n\t\telse if (*myOutput < outMin) *myOutput = outMin;\n\n\t\tif (outputSum > outMax) outputSum = outMax;\n\t\telse if (outputSum < outMin) outputSum = outMin;\n\t}\n}\n\n/* SetMode(...)****************************************************************\n* Allows the controller Mode to be set to manual (0) or Automatic (non-zero)\n* when the transition from manual to auto occurs, the controller is\n* automatically initialized\n******************************************************************************/\nvoid PID::SetMode(int Mode)\n{\n\tbool newAuto = (Mode == AUTOMATIC);\n\tif (newAuto && !inAuto)\n\t{  /*we just went from manual to auto*/\n\t\tPID::Initialize();\n\t}\n\tinAuto = newAuto;\n}\n\n/* Initialize()****************************************************************\n*\tdoes all the things that need to happen to ensure a bumpless transfer\n*  from manual to automatic mode.\n******************************************************************************/\nvoid PID::Initialize()\n{\n\toutputSum = *myOutput;\n\tlastInput = *myInput;\n\tif (outputSum > outMax) outputSum = outMax;\n\telse if (outputSum < outMin) outputSum = outMin;\n}\n\n/* SetControllerDirection(...)*************************************************\n* The PID will either be connected to a DIRECT acting process (+Output leads\n* to +Input) or a REVERSE acting process(+Output leads to -Input.)  we need to\n* know which one, because otherwise we may increase the output when we should\n* be decreasing.  This is called from the constructor.\n******************************************************************************/\nvoid PID::SetControllerDirection(int Direction)\n{\n\tif (inAuto && Direction != controllerDirection)\n\t{\n\t\tkp = (0 - kp);\n\t\tki = (0 - ki);\n\t\tkd = (0 - kd);\n\t}\n\tcontrollerDirection = Direction;\n}\n\n/* Status Funcions*************************************************************\n* Just because you set the Kp=-1 doesn't mean it actually happened.  these\n* functions query the internal state of the PID.  they're here for display\n* purposes.  this are the functions the PID Front-end uses for example\n******************************************************************************/\ndouble PID::GetKp() { return  dispKp; }\ndouble PID::GetKi() { return  dispKi; }\ndouble PID::GetKd() { return  dispKd; }\nint PID::GetMode() { return  inAuto ? AUTOMATIC : MANUAL; }\nint PID::GetDirection() { return controllerDirection; }\n"
  },
  {
    "path": "eez_psu_sketch/pid.h",
    "content": "#ifndef PID_v1_h\n#define PID_v1_h\n#define LIBRARY_VERSION\t1.2.1\n\nclass PID\n{\n\n\npublic:\n\n\t//Constants used in some of the functions below\n#define AUTOMATIC\t1\n#define MANUAL\t0\n#define DIRECT  0\n#define REVERSE  1\n#define P_ON_M 0\n#define P_ON_E 1\n\n\t//commonly used functions **************************************************************************\n\tPID(double*, double*, double*,        // * constructor.  links the PID to the Input, Output, and \n\t\tdouble, double, double, int, int);//   Setpoint.  Initial tuning parameters are also set here.\n\t\t\t\t\t\t\t\t\t\t  //   (overload for specifying proportional mode)\n\n\tPID(double*, double*, double*,        // * constructor.  links the PID to the Input, Output, and \n\t\tdouble, double, double, int);     //   Setpoint.  Initial tuning parameters are also set here\n\n\tvoid init(double*, double*, double*, double, double, double, int, int);\n\n\tvoid SetMode(int Mode);               // * sets PID to either Manual (0) or Auto (non-0)\n\n\tbool Compute();                       // * performs the PID calculation.  it should be\n\t\t\t\t\t\t\t\t\t\t  //   called every time loop() cycles. ON/OFF and\n\t\t\t\t\t\t\t\t\t\t  //   calculation frequency can be set using SetMode\n\t\t\t\t\t\t\t\t\t\t  //   SetSampleTime respectively\n\n\tvoid SetOutputLimits(double, double); // * clamps the output to a specific range. 0-255 by default, but\n\t\t\t\t\t\t\t\t\t\t  //   it's likely the user will want to change this depending on\n\t\t\t\t\t\t\t\t\t\t  //   the application\n\n\n\n\t\t\t\t\t\t\t\t\t\t  //available but not commonly used functions ********************************************************\n\tvoid SetTunings(double, double,       // * While most users will set the tunings once in the \n\t\tdouble);         \t    //   constructor, this function gives the user the option\n\t\t\t\t\t\t\t\t//   of changing tunings during runtime for Adaptive control\n\tvoid SetTunings(double, double,       // * overload for specifying proportional mode\n\t\tdouble, int);\n\n\tvoid SetControllerDirection(int);\t  // * Sets the Direction, or \"Action\" of the controller. DIRECT\n\t\t\t\t\t\t\t\t\t\t  //   means the output will increase when error is positive. REVERSE\n\t\t\t\t\t\t\t\t\t\t  //   means the opposite.  it's very unlikely that this will be needed\n\t\t\t\t\t\t\t\t\t\t  //   once it is set in the constructor.\n\tvoid SetSampleTime(int);              // * sets the frequency, in Milliseconds, with which \n\t\t\t\t\t\t\t\t\t\t  //   the PID calculation is performed.  default is 100\n\n\n\n\t\t\t\t\t\t\t\t\t\t  //Display functions ****************************************************************\n\tdouble GetKp();\t\t\t\t\t\t  // These functions query the pid for interal values.\n\tdouble GetKi();\t\t\t\t\t\t  //  they were created mainly for the pid front-end,\n\tdouble GetKd();\t\t\t\t\t\t  // where it's important to know what is actually \n\tint GetMode();\t\t\t\t\t\t  //  inside the PID.\n\tint GetDirection();\t\t\t\t\t  //\n\nprivate:\n\tvoid Initialize();\n\n\tdouble dispKp;\t\t\t\t// * we'll hold on to the tuning parameters in user-entered \n\tdouble dispKi;\t\t\t\t//   format for display purposes\n\tdouble dispKd;\t\t\t\t//\n\n\tdouble kp;                  // * (P)roportional Tuning Parameter\n\tdouble ki;                  // * (I)ntegral Tuning Parameter\n\tdouble kd;                  // * (D)erivative Tuning Parameter\n\n\tint controllerDirection;\n\tint pOn;\n\n\tdouble *myInput;              // * Pointers to the Input, Output, and Setpoint variables\n\tdouble *myOutput;             //   This creates a hard link between the variables and the \n\tdouble *mySetpoint;           //   PID, freeing the user from having to constantly tell us\n\t\t\t\t\t\t\t\t  //   what these values are.  with pointers we'll just know.\n\n\tunsigned long lastTime;\n\tdouble outputSum, lastInput;\n\n\tunsigned long SampleTime;\n\tdouble outMin, outMax;\n\tbool inAuto, pOnE;\n};\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/profile.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"profile.h\"\n#include \"persist_conf.h\"\n#include \"datetime.h\"\n#include \"event_queue.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"calibration.h\"\n#include \"scpi_psu.h\"\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#endif\n#include \"idle.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace profile {\n\n#define AUTO_NAME_PREFIX PSTR(\"Saved at \")\n\nstatic bool g_saveEnabled = true;\nstatic bool g_saveProfile = false;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid tick(uint32_t tickCount) {\n    if (persist_conf::devConf.flags.profileAutoRecallEnabled) {\n        if (g_saveProfile && !list::isActive() && !calibration::isEnabled() && idle::isIdle()) {\n            DebugTrace(\"Profile 0 saved!\");\n            saveAtLocation(0);\n            g_saveProfile = false;\n        }\n    }\n}\n\nvoid getChannelProfileListFilePath(Channel &channel, int location, char *filePath) {\n    strcpy(filePath, PROFILES_DIR);\n    strcat(filePath, PATH_SEPARATOR);\n    strcat(filePath, \"LST_\");\n    util::strcatInt(filePath, channel.index);\n    strcat(filePath, \"_\");\n    util::strcatInt(filePath, location);\n    strcat(filePath, LIST_FILE_EXTENSION);\n}\n\nvoid recallChannelsFromProfile(Parameters *profile, int location) {\n    bool last_save_enabled = enableSave(false);\n\n    channel_dispatcher::setType((channel_dispatcher::Type)profile->flags.channelsCoupling);\n\n    for (int i = 0; i < CH_MAX; ++i) {\n\t\tChannel &channel = Channel::get(i);\n\n\t\tif (profile->channels[i].flags.parameters_are_valid) {\n\t\t\tchannel.prot_conf.u_delay = profile->channels[i].u_delay;\n\t\t\tchannel.prot_conf.u_level = profile->channels[i].u_level;\n\t\t\tchannel.prot_conf.i_delay = profile->channels[i].i_delay;\n\t\t\tchannel.prot_conf.p_delay = profile->channels[i].p_delay;\n\t\t\tchannel.prot_conf.p_level = profile->channels[i].p_level;\n\n\t\t\tchannel.prot_conf.flags.u_state = profile->channels[i].flags.u_state;\n\t\t\tchannel.prot_conf.flags.i_state = profile->channels[i].flags.i_state;\n\t\t\tchannel.prot_conf.flags.p_state = profile->channels[i].flags.p_state;\n\n\t\t\tchannel.u.set = profile->channels[i].u_set;\n\t\t\tchannel.u.step = profile->channels[i].u_step;\n\t\t\tchannel.u.limit = profile->channels[i].u_limit;\n\n\t\t\tchannel.i.set = profile->channels[i].i_set;\n\t\t\tchannel.i.step = profile->channels[i].i_step;\n\t\t\tchannel.setCurrentLimit(profile->channels[i].i_limit);\n\n\t\t\tchannel.p_limit = profile->channels[i].p_limit;\n\n#ifdef EEZ_PSU_SIMULATOR\n\t\t\tchannel.simulator.load_enabled = profile->channels[i].load_enabled;\n\t\t\tchannel.simulator.load = profile->channels[i].load;\n\t\t\tchannel.simulator.voltProgExt = profile->channels[i].voltProgExt;\n#endif\n\n\t\t\tchannel.flags.outputEnabled = channel.isTripped() ? 0 : profile->channels[i].flags.output_enabled;\n\t\t\tchannel.flags.senseEnabled = profile->channels[i].flags.sense_enabled;\n\n\t\t\tif (channel.getFeatures() & CH_FEATURE_RPROG) {\n\t\t\t\tchannel.flags.rprogEnabled = profile->channels[i].flags.rprog_enabled;\n\t\t\t} else {\n\t\t\t\tchannel.flags.rprogEnabled = 0;\n\t\t\t}\n\n\t\t\tif (channel.getFeatures() & CH_FEATURE_LRIPPLE) {\n\t\t\t\tchannel.flags.lrippleAutoEnabled = profile->channels[i].flags.lripple_auto_enabled;\n\t\t\t} else {\n\t\t\t\tchannel.flags.lrippleEnabled = 0;\n\t\t\t\tchannel.flags.lrippleAutoEnabled = 0;\n\t\t\t}\n\n            channel.flags.displayValue1 = profile->channels[i].flags.displayValue1;\n            channel.flags.displayValue2 = profile->channels[i].flags.displayValue2;\n            channel.ytViewRate = profile->channels[i].ytViewRate;\n\n            if (channel.flags.displayValue1 == 0 && channel.flags.displayValue2 == 0) {\n                channel.flags.displayValue1 = DISPLAY_VALUE_VOLTAGE;\n                channel.flags.displayValue2 = DISPLAY_VALUE_CURRENT;\n            }\n            if (channel.ytViewRate == 0) {\n                channel.ytViewRate = GUI_YT_VIEW_RATE_DEFAULT;\n            }\n\n            channel.flags.voltageTriggerMode = (TriggerMode)profile->channels[i].flags.u_triggerMode;\n            channel.flags.currentTriggerMode = (TriggerMode)profile->channels[i].flags.i_triggerMode;\n            channel.flags.triggerOutputState = profile->channels[i].flags.triggerOutputState;\n            channel.flags.triggerOnListStop = profile->channels[i].flags.triggerOnListStop;\n            trigger::setVoltage(channel, profile->channels[i].u_triggerValue);\n            trigger::setCurrent(channel, profile->channels[i].i_triggerValue);\n            list::setListCount(channel, profile->channels[i].listCount);\n\n            channel.flags.currentRangeSelectionMode = profile->channels[i].flags.currentRangeSelectionMode;\n            channel.flags.autoSelectCurrentRange = profile->channels[i].flags.autoSelectCurrentRange;\n\n#if OPTION_SD_CARD\n            if (profile->channels[i].flags.listSaved) {\n                char filePath[MAX_PATH_LENGTH];\n                getChannelProfileListFilePath(channel, location, filePath);\n                int err;\n                if (list::loadList(channel, filePath, &err)) {\n                    if (location == 0) {\n                        list::setListsChanged(channel, false);\n                    }\n                } else {\n                    psu::generateError(err);\n                }\n            }\n#endif\n\t\t}\n\n\t\tchannel.update();\n\t}\n\n    enableSave(last_save_enabled);\n}\n\nbool recallFromProfile(Parameters *profile, int location) {\n    bool last_save_enabled = enableSave(false);\n\n    bool result = true;\n\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\tmemcpy(&temperature::sensors[i].prot_conf, profile->temp_prot + i, sizeof(temperature::ProtectionConfiguration));\n\t}\n\n    if (profile->flags.powerIsUp) result &= psu::powerUp();\n    else psu::powerDown();\n\n    recallChannelsFromProfile(profile, location);\n\n    enableSave(last_save_enabled);\n\n    return result;\n}\n\nbool recall(int location) {\n    if (location > 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters profile;\n        if (persist_conf::loadProfile(location, &profile) && profile.flags.isValid) {\n            if (persist_conf::saveProfile(0, &profile)) {\n                if (recallFromProfile(&profile, location)) {\n\t\t\t\t\tevent_queue::pushEvent(event_queue::EVENT_INFO_RECALL_FROM_PROFILE_0 + location);\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n            }\n        }\n    }\n    return false;\n}\n\nbool recallFromFile(const char *filePath, int *err) {\n#if OPTION_SD_CARD\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!sd_card::exists(filePath, NULL)) {\n        if (err) *err = SCPI_ERROR_LIST_NOT_FOUND;\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_READ);\n\n    if (!file) {\n        if (err) *err = SCPI_ERROR_EXECUTION_ERROR;\n        return false;\n    }\n\n    Parameters profile;\n    int size = file.read(&profile, sizeof(profile));\n    file.close();\n\n    if (size != sizeof(profile) || !persist_conf::check_block((const persist_conf::BlockHeader *)&profile, sizeof(profile), persist_conf::PROFILE_VERSION)) {\n        // TODO more specific error\n        if (err) *err = SCPI_ERROR_EXECUTION_ERROR;\n        return false;\n    }\n\n\n    if (!persist_conf::saveProfile(0, &profile)) {\n        // TODO more specific error\n        if (err) *err = SCPI_ERROR_EXECUTION_ERROR;\n        return false;\n    }\n\n    if (!recallFromProfile(&profile, 0)) {\n        // TODO more specific error\n        if (err) *err = SCPI_ERROR_EXECUTION_ERROR;\n\t\treturn false;\n    }\n\n    event_queue::pushEvent(event_queue::EVENT_INFO_RECALL_FROM_FILE);\n    return true;\n#else\n    if (err) *err = SCPI_ERROR_HARDWARE_MISSING;\n    return false;\n#endif\n}\n\nbool load(int location, Parameters *profile) {\n    if (location >= 0 && location < NUM_PROFILE_LOCATIONS) {\n        if (persist_conf::loadProfile(location, profile)) {\n            return profile->flags.isValid;\n        }\n    }\n    profile->flags.isValid = 0;\n    return false;\n}\n\nvoid getSaveName(const Parameters *profile, char *name) {\n\tif (!profile->flags.isValid || strncmp_P(profile->name, AUTO_NAME_PREFIX, strlen(AUTO_NAME_PREFIX)) == 0) {\n\t\tstrcpy_P(name, AUTO_NAME_PREFIX);\n\t\tdatetime::getDateTimeAsString(name + strlen(AUTO_NAME_PREFIX));\n\t} else {\n\t\tstrcpy(name, profile->name);\n\t}\n}\n\nbool enableSave(bool enable) {\n    bool last_save_enabled = g_saveEnabled;\n    g_saveEnabled = enable;\n    return last_save_enabled;\n}\n\nvoid save() {\n    if (!g_saveEnabled) return;\n    g_saveProfile = true;\n}\n\nvoid saveImmediately() {\n    if (persist_conf::devConf.flags.profileAutoRecallEnabled) {\n        DebugTrace(\"Profile 0 saved!\");\n        saveAtLocation(0);\n        g_saveProfile = false;\n    }\n}\n\nvoid fillProfile(Parameters *pProfile, int location, const char *name, const Parameters *pCurrentProfile) {\n    Parameters &profile = *pProfile;\n    const Parameters& currentProfile = *pCurrentProfile;\n\n    memset(&profile, 0, sizeof(Parameters));\n\n    profile.flags.isValid = true;\n\n    profile.flags.channelsCoupling = channel_dispatcher::getType();\n\n    // name\n    if (location > 0) {\n\t\tif (name) {\n\t\t\tstrcpy(profile.name, name);\n\t\t} else {\n\t\t\tgetSaveName(&currentProfile, profile.name);\n\t\t}\n    }\n\n    noInterrupts();\n\n    profile.flags.powerIsUp = psu::isPowerUp();\n\n    for (int i = 0; i < CH_MAX; ++i) {\n\t\tif (i < CH_NUM) {\n\t\t\tChannel &channel = Channel::get(i);\n\n\t\t\tprofile.channels[i].flags.parameters_are_valid = 1;\n\n\t\t\tprofile.channels[i].flags.output_enabled = channel.flags.outputEnabled;\n\t\t\tprofile.channels[i].flags.sense_enabled = channel.flags.senseEnabled;\n\n\t\t\tif (channel.getFeatures() & CH_FEATURE_RPROG) {\n\t\t\t\tprofile.channels[i].flags.rprog_enabled = channel.flags.rprogEnabled;\n\t\t\t} else {\n\t\t\t\tprofile.channels[i].flags.rprog_enabled = 0;\n\t\t\t}\n\n\t\t\tif (channel.getFeatures() & CH_FEATURE_LRIPPLE) {\n\t\t\t\tprofile.channels[i].flags.lripple_auto_enabled = Channel::get(i).flags.lrippleAutoEnabled;\n\t\t\t} else {\n\t\t\t\tprofile.channels[i].flags.lripple_auto_enabled = 0;\n\t\t\t}\n\n\t\t\tprofile.channels[i].flags.u_state = channel.prot_conf.flags.u_state;\n\t\t\tprofile.channels[i].flags.i_state = channel.prot_conf.flags.i_state;\n\t\t\tprofile.channels[i].flags.p_state = channel.prot_conf.flags.p_state;\n\n\t\t\tprofile.channels[i].u_set = channel.getUSetUnbalanced();\n\t\t\tprofile.channels[i].u_step = channel.u.step;\n\t\t\tprofile.channels[i].u_limit = channel.u.limit;\n\n\t\t\tprofile.channels[i].i_set = channel.getISetUnbalanced();\n\t\t\tprofile.channels[i].i_step = channel.i.step;\n\t\t\tprofile.channels[i].i_limit = channel.i.limit;\n\n\t\t\tprofile.channels[i].p_limit = channel.p_limit;\n\n\t\t\tprofile.channels[i].u_delay = channel.prot_conf.u_delay;\n\t\t\tprofile.channels[i].u_level = channel.prot_conf.u_level;\n\t\t\tprofile.channels[i].i_delay = channel.prot_conf.i_delay;\n\t\t\tprofile.channels[i].p_delay = channel.prot_conf.p_delay;\n\t\t\tprofile.channels[i].p_level = channel.prot_conf.p_level;\n\n            profile.channels[i].flags.displayValue1 = channel.flags.displayValue1;\n            profile.channels[i].flags.displayValue2 = channel.flags.displayValue2;\n            profile.channels[i].ytViewRate = channel.ytViewRate;\n\n#ifdef EEZ_PSU_SIMULATOR\n\t\t\tprofile.channels[i].load_enabled = channel.simulator.load_enabled;\n\t\t\tprofile.channels[i].load = channel.simulator.load;\n\t\t\tprofile.channels[i].voltProgExt = channel.simulator.voltProgExt;\n#endif\n\n            profile.channels[i].flags.u_triggerMode = channel.flags.voltageTriggerMode;\n            profile.channels[i].flags.i_triggerMode = channel.flags.currentTriggerMode;\n            profile.channels[i].flags.triggerOutputState = channel.flags.triggerOutputState;\n            profile.channels[i].flags.triggerOnListStop = channel.flags.triggerOnListStop;\n            profile.channels[i].u_triggerValue = trigger::getVoltage(channel);\n            profile.channels[i].i_triggerValue = trigger::getCurrent(channel);\n            profile.channels[i].listCount = list::getListCount(channel);\n\n            profile.channels[i].flags.currentRangeSelectionMode = channel.flags.currentRangeSelectionMode;\n            profile.channels[i].flags.autoSelectCurrentRange = channel.flags.autoSelectCurrentRange;\n\n#if OPTION_SD_CARD\n            if (location != 0 || list::getListsChanged(channel)) {\n                char filePath[MAX_PATH_LENGTH];\n                getChannelProfileListFilePath(channel, location, filePath);\n                if (list::areListLengthsEquivalent(channel)) {\n                    list::saveList(channel, filePath, NULL);\n                    profile.channels[i].flags.listSaved = 1;\n                } else {\n                    sd_card::deleteFile(filePath, NULL);\n                }\n            } else {\n                if (pCurrentProfile && currentProfile.flags.isValid) {\n                    profile.channels[i].flags.listSaved = currentProfile.channels[i].flags.listSaved;\n                } else {\n                    profile.channels[i].flags.listSaved = 0;\n                }\n            }\n#endif\n        } else {\n\t\t\tprofile.channels[i].flags.parameters_are_valid = 0;\n\t\t}\n    }\n\n\tfor (int i = 0; i < temp_sensor::MAX_NUM_TEMP_SENSORS; ++i) {\n\t\tif (i < temp_sensor::NUM_TEMP_SENSORS) {\n\t\t\tmemcpy(profile.temp_prot + i, &temperature::sensors[i].prot_conf, sizeof(temperature::ProtectionConfiguration));\n\t\t} else {\n\t\t\tprofile.temp_prot[i].sensor = i;\n            if (profile.temp_prot[i].sensor == temp_sensor::AUX) {\n\t\t\t\tprofile.temp_prot[i].delay = OTP_AUX_DEFAULT_DELAY;\n\t\t\t\tprofile.temp_prot[i].level = OTP_AUX_DEFAULT_LEVEL;\n\t\t\t\tprofile.temp_prot[i].state = OTP_AUX_DEFAULT_STATE;\n            } else {\n\t\t\t\tprofile.temp_prot[i].delay = OTP_CH_DEFAULT_DELAY;\n\t\t\t\tprofile.temp_prot[i].level = OTP_CH_DEFAULT_LEVEL;\n\t\t\t\tprofile.temp_prot[i].state = OTP_CH_DEFAULT_STATE;\n            }\n\t\t}\n\t}\n\n    interrupts();\n}\n\nbool saveAtLocation(int location, const char *name) {\n    if (location >= 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters currentProfile;\n\n        if (!persist_conf::loadProfile(location, &currentProfile)) {\n            currentProfile.flags.isValid = false;\n        }\n\n        Parameters profile;\n        fillProfile(&profile, location, name, &currentProfile);\n\n        return persist_conf::saveProfile(location, &profile);\n    }\n\n    return false;\n}\n\nbool saveToFile(const char *filePath, int *err) {\n#if OPTION_SD_CARD\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    sd_card::makeParentDir(filePath);\n\n    sd_card::deleteFile(filePath, NULL);\n\n    File file = SD.open(filePath, FILE_WRITE);\n\n    if (!file) {\n        // TODO more specific error\n        if (err)*err = SCPI_ERROR_EXECUTION_ERROR;\n        return false;\n    }\n\n    Parameters profile;\n    fillProfile(&profile, 0, NULL, NULL);\n\n    profile.header.version = persist_conf::PROFILE_VERSION;\n    profile.header.checksum = persist_conf::calc_checksum((const persist_conf::BlockHeader *)&profile, sizeof(profile));\n\n    size_t size = file.write((const uint8_t *)&profile, sizeof(profile));\n    file.close();\n\n    if (size != sizeof(profile)) {\n        // TODO more specific error\n        *err = SCPI_ERROR_EXECUTION_ERROR;\n        return false;\n    }\n\n    return true;\n#else\n    if (err) {\n        *err = SCPI_ERROR_HARDWARE_MISSING;\n    }\n    return false;\n#endif\n}\n\nbool deleteLocation(int location) {\n    bool result = false;\n    if (location > 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters profile;\n        profile.flags.isValid = false;\n        if (location == persist_conf::getProfileAutoRecallLocation()) {\n            persist_conf::setProfileAutoRecallLocation(0);\n        }\n        result = persist_conf::saveProfile(location, &profile);\n    }\n    return result;\n}\n\nbool deleteAll() {\n    for (int i = 1; i < NUM_PROFILE_LOCATIONS; ++i) {\n        if (!deleteLocation(i)) {\n            return false;\n        }\n    }\n    return true;\n}\n\nbool isValid(int location) {\n    if (location >= 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters profile;\n        if (persist_conf::loadProfile(location, &profile)) {\n            return profile.flags.isValid;\n        }\n    }\n    return false;\n}\n\nbool setName(int location, const char *name, size_t name_len) {\n    if (location > 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters profile;\n        if (persist_conf::loadProfile(location, &profile) && profile.flags.isValid) {\n            memset(profile.name, 0, sizeof(profile.name));\n            strncpy(profile.name, name, name_len);\n            return persist_conf::saveProfile(location, &profile);\n        }\n    }\n    return false;\n}\n\nvoid getName(int location, char *name, int count) {\n\tif (location >= 0 && location < NUM_PROFILE_LOCATIONS) {\n        Parameters profile;\n        if (persist_conf::loadProfile(location, &profile) && profile.flags.isValid) {\n            strncpy(name, profile.name, count - 1);\n\t\t\tname[count - 1] = 0;\n            return;\n        }\n    }\n    strncpy(name, \"--Not used--\", count - 1);\n\tname[count - 1] = 0;\n}\n\n}\n}\n} // namespace eez::psu::profile"
  },
  {
    "path": "eez_psu_sketch/profile.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"temperature.h\"\n\nnamespace eez {\nnamespace psu {\n/// PSU configuration profiles (save, recall, ...).\nnamespace profile {\n\nstatic const char *PROFILE_EXT = \".profile\";\n\n/// Channel binary flags stored in profile.\nstruct ChannelFlags {\n    unsigned output_enabled : 1;\n    unsigned sense_enabled : 1;\n    unsigned u_state : 1;\n    unsigned i_state : 1;\n    unsigned p_state : 1;\n    unsigned reserved1 : 1;\n    unsigned rprog_enabled : 1;\n    unsigned reserverd10 : 1;\n    unsigned lripple_auto_enabled : 1;\n    unsigned parameters_are_valid : 1;\n    unsigned displayValue1 : 2;\n    unsigned displayValue2 : 2;\n    unsigned u_triggerMode : 2;\n    unsigned i_triggerMode : 2;\n    unsigned currentRangeSelectionMode: 2;\n    unsigned autoSelectCurrentRange: 1;\n    unsigned listSaved: 1;\n    unsigned triggerOutputState: 1;\n    unsigned triggerOnListStop: 3;\n    unsigned reserved2: 6;\n};\n\n/// Channel parameters stored in profile.\nstruct ChannelParameters {\n    ChannelFlags flags;\n    float u_set;\n    float u_step;\n\tfloat u_limit;\n    float u_delay;\n    float u_level;\n    float i_set;\n    float i_step;\n\tfloat i_limit;\n    float i_delay;\n\tfloat p_limit;\n    float p_delay;\n    float p_level;\n    float ytViewRate;\n    float u_triggerValue;\n    float i_triggerValue;\n    uint16_t listCount;\n#ifdef EEZ_PSU_SIMULATOR\n    bool load_enabled;\n    float load;\n\tfloat voltProgExt;\n#endif\n};\n\n/// Channel binary flags stored in profile.\nstruct ProfileFlags {\n    unsigned isValid: 1;\n    unsigned powerIsUp: 1;\n    unsigned channelsCoupling : 2;\n    unsigned reserverd : 12;\n};\n\n/// Profile parameters.\nstruct Parameters {\n    persist_conf::BlockHeader header;\n    ProfileFlags flags;\n    char name[PROFILE_NAME_MAX_LENGTH + 1];\n    ChannelParameters channels[CH_MAX];\n    temperature::ProtectionConfiguration temp_prot[temp_sensor::MAX_NUM_TEMP_SENSORS];\n};\n\nvoid tick(uint32_t tick_usec);\n\nvoid recallChannelsFromProfile(Parameters *profile, int location);\nbool recallFromProfile(Parameters *profile, int location);\nbool recall(int location);\nbool recallFromFile(const char *filePath, int *err);\n\nbool load(int location, Parameters *profile);\n\nvoid getSaveName(const Parameters *profile, char *name);\n\nbool enableSave(bool enable);\nvoid save();\nvoid saveImmediately();\nbool saveAtLocation(int location, const char *name = 0);\nbool saveToFile(const char *filePath, int *err);\n\nbool deleteLocation(int location);\nbool deleteAll();\n\nbool isValid(int location);\n\nbool setName(int location, const char *name, size_t nameLength);\nvoid getName(int location, char *name, int count);\n\n}\n}\n} // namespace eez::psu::profile\n"
  },
  {
    "path": "eez_psu_sketch/psu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"serial_psu.h\"\n\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#include \"ntp.h\"\n#endif\n\n#include \"bp.h\"\n#include \"adc.h\"\n#include \"dac.h\"\n#include \"ioexp.h\"\n#include \"temperature.h\"\n#include \"persist_conf.h\"\n#include \"sound.h\"\n#include \"board.h\"\n#include \"rtc.h\"\n#include \"datetime.h\"\n#include \"eeprom.h\"\n\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#include \"dlog.h\"\n#endif\n\n#include \"calibration.h\"\n#include \"profile.h\"\n\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#include \"touch.h\"\n#endif\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#if OPTION_WATCHDOG\n#include \"watchdog.h\"\n#endif\n#include \"fan.h\"\n#endif\n\n#ifdef EEZ_PSU_SIMULATOR\n#include \"front_panel/control.h\"\n#endif\n\n#include \"event_queue.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"io_pins.h\"\n#include \"idle.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace scpi;\n\nbool g_isBooted = false;\nstatic bool g_bootTestSuccess;\nstatic bool g_powerIsUp = false;\nstatic bool g_testPowerUpDelay = false;\nstatic uint32_t g_powerDownTime;\n\nstatic MaxCurrentLimitCause g_maxCurrentLimitCause;\n\nontime::Counter g_powerOnTimeCounter(ontime::ON_TIME_COUNTER_POWER);\n\nvolatile bool g_insideInterruptHandler = false;\nstatic bool g_powerDownOnNextTick;\n\nRLState g_rlState = RL_STATE_LOCAL;\n\nbool g_rprogAlarm = false;\n\nstatic uint32_t g_mainLoopCounter;\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool testShield();\n\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_SYNC_MASTER && !defined(EEZ_PSU_SIMULATOR)\nstatic void startMasterSync();\nstatic void updateMasterSync();\n#endif\n\nstatic void psuRegSet(scpi_psu_reg_name_t name, scpi_reg_val_t val);\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid loadConf() {\n    // loads global configuration parameters\n    persist_conf::loadDevice();\n \n    // loads global configuration parameters block 2\n    persist_conf::loadDevice2();\n\n    // load channels calibration parameters\n    for (int i = 0; i < CH_NUM; ++i) {\n        persist_conf::loadChannelCalibration(Channel::get(i));\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init() {\n    // initialize shield\n    eez_psu_init();\n\n    analogWrite(LCD_BRIGHTNESS, 255);\n\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_SYNC_MASTER && !defined(EEZ_PSU_SIMULATOR)\n\tstartMasterSync();\n#endif\n\n    bp::init();\n\n    eeprom::init();\n    eeprom::test();\n\n#if OPTION_SD_CARD\n    sd_card::init();\n#endif\n\n\tg_powerOnTimeCounter.init();\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).onTimeCounter.init();\n    }\n\n    loadConf();\n\n    serial::init();\n\n#if OPTION_DISPLAY\n    gui::init();\n#endif\n\n    rtc::init();\n\tdatetime::init();\n\n\tevent_queue::init();\n\n    list::init();\n\n#if OPTION_ETHERNET\n#if OPTION_DISPLAY\n    gui::showEthernetInit();\n#endif\n\tethernet::init();\n    ntp::init();\n#else\n\tDebugTrace(\"Ethernet initialization skipped!\");\n#endif\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    fan::init();\n#endif\n\n\ttemperature::init();\n\n    trigger::init();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool testChannels() {\n    if (!g_powerIsUp) {\n        // test is skipped\n        return true;\n    }\n\n    bool result = true;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        result &= Channel::get(i).test();\n    }\n\n    return result;\n}\n\nstatic bool testShield() {\n    bool result = true;\n\n\tresult &= rtc::test();\n    result &= datetime::test();\n    result &= eeprom::test();\n#if OPTION_SD_CARD\n    result &= sd_card::test();\n#endif\n\n#if OPTION_ETHERNET\n    result &= ethernet::test();\n#endif\n\n\tresult &= temperature::test();\n\n    return result;\n}\n\nbool test() {\n    bool testResult = true;\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tfan::test_start();\n#endif\n\n    bp::flashAll();\n\n    testResult &= testShield();\n    testResult &= testChannels();\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\ttestResult &= fan::test();\n#endif\n\n\tif (!testResult) {\n        sound::playBeep();\n    }\n\n\treturn testResult;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool psuReset() {\n    // *ESE 0\n    regSet(SCPI_REG_ESE, 0);\n\n    // *SRE 0\n    regSet(SCPI_REG_SRE, 0);\n\n    // *STB 0\n    regSet(SCPI_REG_STB, 0);\n\n    // *ESR 0\n    regSet(SCPI_REG_ESR, 0);\n\n    // STAT:OPER[:EVEN] 0\n    regSet(SCPI_REG_OPER, 0);\n\n    // STAT:OPER:COND 0\n    psuRegSet(SCPI_PSU_REG_OPER_COND, 0);\n\n    // STAT:OPER:ENAB 0\n    regSet(SCPI_REG_OPERE, 0);\n\n    // STAT:OPER:INST[:EVEN] 0\n    psuRegSet(SCPI_PSU_REG_OPER_INST_EVENT, 0);\n\n    // STAT:OPER:INST:COND 0\n    psuRegSet(SCPI_PSU_REG_OPER_INST_COND, 0);\n\n    // STAT:OPER:INST:ENAB 0\n    psuRegSet(SCPI_PSU_REG_OPER_INST_ENABLE, 0);\n\n    // STAT:OPER:INST:ISUM[:EVEN] 0\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2, 0);\n\n    // STAT:OPER:INST:ISUM:COND 0\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_COND1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_COND2, 0);\n\n    // STAT:OPER:INST:ISUM:ENAB 0\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2, 0);\n\n    // STAT:QUES[:EVEN] 0\n    regSet(SCPI_REG_QUES, 0);\n\n    // STAT:QUES:COND 0\n    psuRegSet(SCPI_PSU_REG_QUES_COND, 0);\n\n    // STAT:QUES:ENAB 0\n    regSet(SCPI_REG_QUESE, 0);\n\n    // STAT:QUES:INST[:EVEN] 0\n    psuRegSet(SCPI_PSU_REG_QUES_INST_EVENT, 0);\n\n    // STAT:QUES:INST:COND 0\n    psuRegSet(SCPI_PSU_REG_QUES_INST_COND, 0);\n\n    // STAT:QUES:INST:ENAB 0\n    psuRegSet(SCPI_PSU_REG_QUES_INST_ENABLE, 0);\n\n    // STAT:QUES:INST:ISUM[:EVEN] 0\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2, 0);\n\n    // STAT:QUES:INST:ISUM:COND 0\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_COND1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_COND2, 0);\n\n    // STAT:OPER:INST:ISUM:ENAB 0\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1, 0);\n    psuRegSet(SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2, 0);\n\n    // SYST:ERR:COUN? 0\n\tif (serial::g_testResult == TEST_OK) {\n        scpi::resetContext(&serial::g_scpiContext);\n    }\n\n#if OPTION_ETHERNET\n    if (ethernet::g_testResult == TEST_OK) {\n        scpi::resetContext(&ethernet::g_scpiContext);\n\t}\n\n    ntp::reset();\n#endif\n\n    // TEMP:PROT[AUX]\n    // TEMP:PROT:DEL\n    // TEMP:PROT:STAT[AUX]\n    for (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n        temperature::ProtectionConfiguration &temp_prot = temperature::sensors[i].prot_conf;\n        temp_prot.sensor = i;\n        if (temp_prot.sensor == temp_sensor::AUX) {\n            temp_prot.delay = OTP_AUX_DEFAULT_DELAY;\n            temp_prot.level = OTP_AUX_DEFAULT_LEVEL;\n            temp_prot.state = OTP_AUX_DEFAULT_STATE;\n        } else {\n            temp_prot.delay = OTP_CH_DEFAULT_DELAY;\n            temp_prot.level = OTP_CH_DEFAULT_LEVEL;\n            temp_prot.state = OTP_CH_DEFAULT_STATE;\n        }\n    }\n\n    // CAL[:MODE] OFF\n    calibration::stop();\n\n    // reset channels\n    channel_dispatcher::setType(channel_dispatcher::TYPE_NONE);\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).reset();\n    }\n\n    //\n    trigger::reset();\n\n    //\n    list::reset();\n\n\t//\n#if OPTION_SD_CARD\n\tdlog::reset();\n#endif\n\n    // SYST:POW ON\n    if (powerUp()) {\n        for (int i = 0; i < CH_NUM; ++i) {\n            Channel::get(i).update();\n        }\n        return true;\n    }\n\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic bool loadAutoRecallProfile(profile::Parameters *profile, int *location) {\n    if (persist_conf::isProfileAutoRecallEnabled()) {\n        *location = persist_conf::getProfileAutoRecallLocation();\n        if (profile::load(*location, profile)) {\n            bool outputEnabled = false;\n\n            for (int i = 0; i < CH_NUM; ++i) {\n                if (profile->channels[i].flags.output_enabled) {\n                    outputEnabled = true;\n                    break;\n                }\n            }\n\n            if (outputEnabled) {\n                bool disableOutputs = false;\n\n                if (persist_conf::isForceDisablingAllOutputsOnPowerUpEnabled() || !g_bootTestSuccess) {\n                    disableOutputs = true;\n                } else {\n                    if (*location != 0) {\n                        profile::Parameters defaultProfile;\n                        if (profile::load(0, &defaultProfile)) {\n                            if (profile->flags.channelsCoupling != defaultProfile.flags.channelsCoupling) {\n                                disableOutputs = true;\n                                event_queue::pushEvent(event_queue::EVENT_WARNING_AUTO_RECALL_VALUES_MISMATCH);\n                            } else {\n                                for (int i = 0; i < CH_NUM; ++i) {\n                                    if (!util::equal(profile->channels[i].u_set, defaultProfile.channels[i].u_set, getPrecision(VALUE_TYPE_FLOAT_VOLT)) ||\n                                        !util::equal(profile->channels[i].i_set, defaultProfile.channels[i].i_set, getPrecision(VALUE_TYPE_FLOAT_AMPER))) \n                                    {\n                                        disableOutputs = true;\n                                        event_queue::pushEvent(event_queue::EVENT_WARNING_AUTO_RECALL_VALUES_MISMATCH);\n                                        break;\n                                    }\n                                }\n                            }\n                        } else {\n                            disableOutputs = true;\n                        }\n                    }\n                }\n\n                if (disableOutputs) {\n                    for (int i = 0; i < CH_NUM; ++i) {\n                        profile->channels[i].flags.output_enabled = false;\n                    }\n                }\n            }\n\n            return true;\n        }\n    }\n\n    return false;\n}\n\nstatic bool autoRecall() {\n    profile::Parameters profile;\n    int location;\n    if (loadAutoRecallProfile(&profile, &location)) {\n        if (profile::recallFromProfile(&profile, location)) {\n            return true;\n        }\n    }\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid boot() {\n    init();\n\n    // test\n    g_bootTestSuccess = true;\n\n    g_bootTestSuccess &= testShield();\n\n    if (!autoRecall()) {\n        psuReset();\n    }\n\n    // play beep if there is an error during boot procedure\n    if (!g_bootTestSuccess) {\n        sound::playBeep();\n    }\n\n    g_isBooted = true;\n\n    if (g_powerIsUp) {\n        // enable channels output if required\n        for (int i = 0; i < CH_NUM; ++i) {\n            Channel::get(i).afterBootOutputEnable();\n        }\n    }\n\n//    using namespace persist_conf;\n//\n//    DebugTraceF(\"%d\", sizeof(BlockHeader));                                         // 8\n//    DebugTraceF(\"%d\", offsetof(BlockHeader, checksum));                             // 0\n//    DebugTraceF(\"%d\", offsetof(BlockHeader, version));                              // 4\n//\n//    DebugTraceF(\"%d\", sizeof(DeviceFlags));                                         // 4\n//\n//    DebugTraceF(\"%d\", sizeof(DeviceConfiguration));                                 // 64\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, header));                       // 0\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, serialNumber));                 // 8\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, calibration_password));         // 16\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, flags));                        // 36\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, date_year));                    // 40\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, date_month));                   // 41\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, date_day));                     // 42\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, time_hour));                    // 43\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, time_minute));                  // 44\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, time_second));                  // 45\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, time_zone));                    // 46\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, profile_auto_recall_location)); // 48\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_orientation)); // 49\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_tlx));         // 50\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_tly));         // 52\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_brx));         // 54\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_bry));         // 56\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_trx));         // 58\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, touch_screen_cal_try));         // 60\n//#ifdef EEZ_PSU_SIMULATOR\n//    DebugTraceF(\"%d\", offsetof(DeviceConfiguration, gui_opened));                   // 62\n//#endif // EEZ_PSU_SIMULATOR\n//\n//    DebugTraceF(\"%d\", sizeof(DeviceConfiguration2));                                // 128\n//\n//    typedef Channel::CalibrationConfiguration CalibrationConfiguration;\n//    typedef Channel::CalibrationValueConfiguration CalibrationValueConfiguration;\n//    typedef Channel::CalibrationValuePointConfiguration CalibrationValuePointConfiguration;\n//\n//    DebugTraceF(\"%d\", sizeof(CalibrationConfiguration));                            // 144\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, header));                  // 0\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, flags));                   // 8\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, u));                       // 12\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, i));                       // 56\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, calibration_date));        // 100\n//    DebugTraceF(\"%d\", offsetof(CalibrationConfiguration, calibration_remark));      // 109\n//\n//    DebugTraceF(\"%d\", sizeof(CalibrationValueConfiguration));                       // 44\n//    DebugTraceF(\"%d\", offsetof(CalibrationValueConfiguration, min));                // 0\n//    DebugTraceF(\"%d\", offsetof(CalibrationValueConfiguration, mid));                // 12\n//    DebugTraceF(\"%d\", offsetof(CalibrationValueConfiguration, max));                // 24\n//    DebugTraceF(\"%d\", offsetof(CalibrationValueConfiguration, minPossible));        // 36\n//    DebugTraceF(\"%d\", offsetof(CalibrationValueConfiguration, maxPossible));        // 40\n//\n//    DebugTraceF(\"%d\", sizeof(CalibrationValuePointConfiguration));                  // 12\n//    DebugTraceF(\"%d\", offsetof(CalibrationValuePointConfiguration, dac));           // 0\n//    DebugTraceF(\"%d\", offsetof(CalibrationValuePointConfiguration, val));           // 4\n//    DebugTraceF(\"%d\", offsetof(CalibrationValuePointConfiguration, adc));           // 8\n//\n//    using namespace profile;\n//\n//    DebugTraceF(\"%d\", sizeof(Parameters));                                          // 256\n//    DebugTraceF(\"%d\", offsetof(Parameters, header));                                // 0\n//    DebugTraceF(\"%d\", offsetof(Parameters, flags));                                 // 8\n//    DebugTraceF(\"%d\", offsetof(Parameters, name));                                  // 12\n//    DebugTraceF(\"%d\", offsetof(Parameters, channels));                              // 48\n//    DebugTraceF(\"%d\", offsetof(Parameters, temp_prot));                             // 176\n//\n//    DebugTraceF(\"%d\", sizeof(ChannelParameters));                                   // 64\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, flags));                          // 0\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, u_set));                          // 4\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, u_step));                         // 8\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, u_limit));                        // 12\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, u_delay));                        // 16\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, u_level));                        // 20\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, i_set));                          // 24\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, i_step));                         // 28\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, i_limit));                        // 32\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, i_delay));                        // 36\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, p_limit));                        // 40\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, p_delay));                        // 44\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, p_level));                        // 48\n//#ifdef EEZ_PSU_SIMULATOR\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, load_enabled));                   // 52\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, load));                           // 56\n//    DebugTraceF(\"%d\", offsetof(ChannelParameters, voltProgExt));                    // 60\n//#endif // EEZ_PSU_SIMULATOR\n//\n//    using namespace temperature;\n//\n//    DebugTraceF(\"%d\", sizeof(ProtectionConfiguration));                             // 16\n//    DebugTraceF(\"%d\", offsetof(ProtectionConfiguration, sensor));                   // 0\n//    DebugTraceF(\"%d\", offsetof(ProtectionConfiguration, delay));                    // 4\n//    DebugTraceF(\"%d\", offsetof(ProtectionConfiguration, level));                    // 8\n//    DebugTraceF(\"%d\", offsetof(ProtectionConfiguration, state));                    // 12\n//\n//    using namespace event_queue;\n//\n//    DebugTraceF(\"%d\", sizeof(EventQueueHeader));                                    // 12\n//    DebugTraceF(\"%d\", offsetof(EventQueueHeader, magicNumber));                     // 0\n//    DebugTraceF(\"%d\", offsetof(EventQueueHeader, version));                         // 4\n//    DebugTraceF(\"%d\", offsetof(EventQueueHeader, head));                            // 6\n//    DebugTraceF(\"%d\", offsetof(EventQueueHeader, size));                            // 8\n//    DebugTraceF(\"%d\", offsetof(EventQueueHeader, lastErrorEventIndex));             // 10\n//\n//    DebugTraceF(\"%d\", sizeof(Event));                                               // 8\n//    DebugTraceF(\"%d\", offsetof(Event, dateTime));                                   // 0\n//    DebugTraceF(\"%d\", offsetof(Event, eventId));                                    // 4\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool powerUp() {\n    if (g_powerIsUp) {\n        return true;\n    }\n\n\tif (!temperature::isAllowedToPowerUp()) {\n        return false;\n    }\n\n    g_rlState = persist_conf::devConf.flags.isFrontPanelLocked ? RL_STATE_REMOTE : RL_STATE_LOCAL;\n\n#if OPTION_DISPLAY\n    gui::showWelcomePage();\n#endif\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    fan::test_start();\n#endif\n\n    // reset channels\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).reset();\n    }\n\n    // turn power on\n    board::powerUp();\n    g_powerIsUp = true;\n\tg_powerOnTimeCounter.start();\n\n    // turn off standby blue LED\n    bp::switchStandby(false);\n\n    // init channels\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).init();\n    }\n\n    bool testSuccess = true;\n\n    if (g_isBooted) {\n\t    testSuccess &= testShield();\n    }\n\n    // test channels\n    for (int i = 0; i < CH_NUM; ++i) {\n        testSuccess &= Channel::get(i).test();\n    }\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\ttestSuccess &= fan::test();\n#endif\n\n    // turn on Power On (PON) bit of ESE register\n    setEsrBits(ESR_PON);\n\n\tevent_queue::pushEvent(event_queue::EVENT_INFO_POWER_UP);\n\n    // play power up tune on success\n    if (testSuccess) {\n        sound::playPowerUp();\n    }\n\n    g_bootTestSuccess &= testSuccess;\n\n    return true;\n}\n\nvoid powerDown() {\n#if OPTION_DISPLAY\n    if (g_isBooted) {\n        gui::showEnteringStandbyPage();\n    } else {\n        gui::showStandbyPage();\n    }\n#endif\n\n    if (!g_powerIsUp) return;\n\n    trigger::abort();\n#if OPTION_SD_CARD\n\tdlog::abort();\n#endif\n\n    channel_dispatcher::setType(channel_dispatcher::TYPE_NONE);\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).onPowerDown();\n    }\n\n    board::powerDown();\n\n    // turn on standby blue LED\n    bp::switchStandby(true);\n\n    g_powerIsUp = false;\n\tg_powerOnTimeCounter.stop();\n\n\tevent_queue::pushEvent(event_queue::EVENT_INFO_POWER_DOWN);\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    fan::g_testResult = TEST_OK;\n#endif\n\n    io_pins::tick(micros());\n\n\tsound::playPowerDown();\n}\n\nbool isPowerUp() {\n    return g_powerIsUp;\n}\n\nbool changePowerState(bool up) {\n    if (up == g_powerIsUp) return true;\n\n    if (up) {\n        // at least MIN_POWER_UP_DELAY seconds shall pass after last power down\n        if (g_testPowerUpDelay) {\n            if (millis() - g_powerDownTime < MIN_POWER_UP_DELAY * 1000) return false;\n            g_testPowerUpDelay = false;\n        }\n\n        g_bootTestSuccess = true;\n\n        if (!powerUp()) {\n            return false;\n        }\n\n        // auto recall channels parameters from profile\n        profile::Parameters profile;\n        int location;\n        if (loadAutoRecallProfile(&profile, &location)) {\n\t        for (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\t        memcpy(&temperature::sensors[i].prot_conf, profile.temp_prot + i, sizeof(temperature::ProtectionConfiguration));\n\t        }\n            profile::recallChannelsFromProfile(&profile, location);\n        }\n    \n        profile::save();\n    }\n    else {\n#if OPTION_DISPLAY\n        gui::showEnteringStandbyPage();\n#endif\n        g_powerIsUp = false;\n        profile::saveImmediately();\n        g_powerIsUp = true;\n\n        profile::enableSave(false);\n        powerDown();\n        profile::enableSave(true);\n\n        g_testPowerUpDelay = true;\n        g_powerDownTime = millis();\n    }\n\n    return true;\n}\n\nvoid schedulePowerDown() {\n    g_powerDownOnNextTick = true;\n}\n\nvoid powerDownBySensor() {\n    if (g_powerIsUp) {\n#if OPTION_DISPLAY\n        gui::showEnteringStandbyPage();\n#endif\n\n        for (int i = 0; i < CH_NUM; ++i) {\n            Channel::get(i).outputEnable(false);\n        }\n\n        g_powerIsUp = false;\n        profile::saveImmediately();\n        g_powerIsUp = true;\n\n        profile::enableSave(false);\n        powerDown();\n        profile::enableSave(true);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool reset() {\n    if (psuReset()) {\n        profile::save();\n        return true;\n    }\n    return false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void disableChannels() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (Channel::get(i).isOutputEnabled()) {\n            Channel::get(i).outputEnable(false);\n        }\n    }\n}\n\nvoid onProtectionTripped() {\n    if (isPowerUp()) {\n        if (persist_conf::isShutdownWhenProtectionTrippedEnabled()) {\n            if (g_insideInterruptHandler) {\n                g_powerDownOnNextTick = true;\n                disableChannels();\n            } else {\n                powerDownBySensor();\n            }\n        } else {\n            if (persist_conf::isOutputProtectionCoupleEnabled()) {\n                disableChannels();\n            }\n        }\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid tick() {\n    ++g_mainLoopCounter;\n\n    if (g_powerDownOnNextTick) {\n        g_powerDownOnNextTick = false;\n        powerDownBySensor();\n    }\n\n\tuint32_t tick_usec = criticalTick(-1);\n\n#if CONF_DEBUG\n    debug::tick(tick_usec);\n#endif\n\n\tg_powerOnTimeCounter.tick(tick_usec);\n\n\ttemperature::tick(tick_usec);\n\n\tfan::tick(tick_usec);\n\n    ////dummy eeprom read\n    //uint8_t buf[128];\n    //eeprom::read(buf, 128, 512);\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel::get(i).tick(tick_usec);\n    }\n\n    trigger::tick(tick_usec);\n\n    list::tick(tick_usec);\n\n\tevent_queue::tick(tick_usec);\n\n    // if we move this, for example, after ethernet::tick we could get\n    // (in certain situations, see #25) PWRGOOD error on channel after\n    // the \"pow:syst 1\" command is executed \n\tsound::tick(tick_usec);\n\n    profile::tick(tick_usec);\n\n    serial::tick(tick_usec);\n\n    datetime::tick(tick_usec);\n\n#if OPTION_ETHERNET\n    if (g_mainLoopCounter % 2 == 0) {\n        // tick ethernet every other time\n\t    ethernet::tick(tick_usec);\n    } else {\n\t    ntp::tick(tick_usec);\n    }\n#endif\n\n    idle::tick();\n    \n#if OPTION_DISPLAY\n#ifdef EEZ_PSU_SIMULATOR\n    if (simulator::front_panel::isOpened()) {\n#endif\n        gui::touch::tick(tick_usec);\n        gui::touchHandling(tick_usec);\n\n        if (g_mainLoopCounter % 2 == 1) {\n            // tick gui every other time\n            tick_usec = micros();\n            gui::tick(tick_usec);\n        }\n#ifdef EEZ_PSU_SIMULATOR\n    }\n#endif\n#endif\n\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_SYNC_MASTER && !defined(EEZ_PSU_SIMULATOR)\n\tupdateMasterSync();\n#endif\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n    watchdog::tick(tick_usec);\n#endif\n}\n\nuint32_t criticalTick(int pageId) {\n    uint32_t tick_usec = micros();\n\n    if (!g_powerIsUp) {\n        return tick_usec;\n    }\n\n    static uint32_t lastTickList = 0;\n    if (list::isActive()) {\n        if (lastTickList == 0) {\n            lastTickList = tick_usec;\n        } else if (tick_usec - lastTickList >= 250) {\n            lastTickList = tick_usec;\n            list::tick(tick_usec);\n            io_pins::tick(tick_usec);\n        }\n    } else {\n        lastTickList = 0;\n    }\n\n#if OPTION_SD_CARD\n\tdlog::tick(tick_usec);\n#endif\n\n    static uint32_t lastTickAdc = 0;\n    if (lastTickAdc == 0) {\n        lastTickAdc = tick_usec;\n    } else if (tick_usec - lastTickAdc >= ADC_READ_TIME_US / 2) {\n        lastTickAdc = tick_usec;\n\n        for (int i = 0; i < CH_NUM; ++i) {\n            Channel::get(i).tick(tick_usec);\n        }\n    }\n\n    static uint32_t lastTickIoPins = 0;\n    if (lastTickIoPins == 0) {\n        lastTickIoPins = tick_usec;\n    } else if (tick_usec - lastTickIoPins >= 1000) {\n        lastTickIoPins = tick_usec;\n        io_pins::tick(tick_usec);\n    }\n\n#if OPTION_DISPLAY\n    static uint32_t lastTickTouch = 0;\n#ifdef EEZ_PSU_SIMULATOR\n    if (simulator::front_panel::isOpened()) {\n#endif\n        if (lastTickTouch == 0) {\n            lastTickTouch = tick_usec;\n        } else if (tick_usec - lastTickTouch >= 5000) {\n            lastTickTouch = tick_usec;\n            gui::touch::tick(tick_usec);\n            gui::touchHandling(tick_usec);\n        }\n#ifdef EEZ_PSU_SIMULATOR\n    }\n#endif\n\n#endif\n\n    if (pageId != -1) {\n        return gui::isActivePage(pageId);\n    }\n\n    return tick_usec;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid regSet(scpi_reg_name_t name, scpi_reg_val_t val) {\n\tif (serial::g_testResult == TEST_OK) {\n        SCPI_RegSet(&serial::g_scpiContext, name, val);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        SCPI_RegSet(&ethernet::g_scpiContext, name, val);\n\t}\n#endif\n}\n\nvoid psuRegSet(scpi_psu_reg_name_t name, scpi_reg_val_t val) {\n\tif (serial::g_testResult == TEST_OK) {\n        reg_set(&serial::g_scpiContext, name, val);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        reg_set(&ethernet::g_scpiContext, name, val);\n\t}\n#endif\n}\n\nvoid setEsrBits(int bit_mask) {\n\tif (serial::g_testResult == TEST_OK) {\n        SCPI_RegSetBits(&serial::g_scpiContext, SCPI_REG_ESR, bit_mask);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        SCPI_RegSetBits(&ethernet::g_scpiContext, SCPI_REG_ESR, bit_mask);\n\t}\n#endif\n}\n\n\nvoid setQuesBits(int bit_mask, bool on) {\n\tif (serial::g_testResult == TEST_OK) {\n        reg_set_ques_bit(&serial::g_scpiContext, bit_mask, on);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        reg_set_ques_bit(&ethernet::g_scpiContext, bit_mask, on);\n\t}\n#endif\n}\n\nvoid setOperBits(int bit_mask, bool on) {\n\tif (serial::g_testResult == TEST_OK) {\n        reg_set_oper_bit(&serial::g_scpiContext, bit_mask, on);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        reg_set_oper_bit(&ethernet::g_scpiContext, bit_mask, on);\n\t}\n#endif\n}\n\nvoid generateError(int16_t error) {\n\tif (serial::g_testResult == TEST_OK) {\n        SCPI_ErrorPush(&serial::g_scpiContext, error);\n    }\n#if OPTION_ETHERNET\n\tif (ethernet::g_testResult == TEST_OK) {\n        SCPI_ErrorPush(&ethernet::g_scpiContext, error);\n    }\n#endif\n\tevent_queue::pushEvent(error);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid SPI_usingInterrupt(uint8_t interruptNumber) {\n#if REPLACE_SPI_TRANSACTIONS_IMPLEMENTATION\n#else\n    SPI.usingInterrupt(interruptNumber);\n#endif\n}\n\nvoid SPI_beginTransaction(SPISettings &settings) {\n#if REPLACE_SPI_TRANSACTIONS_IMPLEMENTATION\n    noInterrupts();\n\n    if (&settings == &MCP23S08_SPI)      { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n    else if (&settings == &DAC8552_SPI)  { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE1); }\n    else if (&settings == &ADS1120_SPI)  { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE1); }\n    else if (&settings == &TLC5925_SPI)  { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n    else if (&settings == &PCA21125_SPI) { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n    else if (&settings == &AT25256B_SPI) { SPI.setClockDivider(SPI_CLOCK_DIV4); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n#if defined(EEZ_PSU_ARDUINO_DUE)\n    else if (&settings == &ETHERNET_SPI) { SPI.setClockDivider(10);             SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n#else\n    else if (&settings == &ETHERNET_SPI) { SPI.setClockDivider(SPI_CLOCK_DIV2); SPI.setBitOrder(MSBFIRST); SPI.setDataMode(SPI_MODE0); }\n#endif\n#else\n    SPI.beginTransaction(settings);\n#endif\n}\n\nvoid SPI_endTransaction() {\n#if REPLACE_SPI_TRANSACTIONS_IMPLEMENTATION\n    interrupts();\n#else\n    SPI.endTransaction();\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nconst char *getCpuModel() {\n#if defined(EEZ_PSU_ARDUINO)\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    return \"Arduino, R1B9\";\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4\n    return \"Arduino, R3B4\";\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    return \"Arduino, R5B12\";\n#endif\n#else\n    return \"Simulator, \" FIRMWARE;\n#endif\n}\n\nconst char *getCpuType() {\n#if defined(EEZ_PSU_SIMULATOR)\n    return \"Simulator\";\n#elif defined(EEZ_PSU_ARDUINO_MEGA)\n    return \"Mega\";\n#elif defined(EEZ_PSU_ARDUINO_DUE)\n    return \"Due\";\n#endif\n}\n\nconst char *getCpuEthernetType() {\n#if defined(EEZ_PSU_ARDUINO)\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    return \"ENC28J60\";\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    return \"W5500\";\n#endif\n#else\n    return \"Simulator\";\n#endif\n}\n\nbool isMaxCurrentLimited() {\n    return g_maxCurrentLimitCause != MAX_CURRENT_LIMIT_CAUSE_NONE;\n}\n\nvoid limitMaxCurrent(MaxCurrentLimitCause cause) {\n\tif (g_maxCurrentLimitCause != cause) {\n\t\tg_maxCurrentLimitCause = cause;\n\n\t\tif (isMaxCurrentLimited()) {\n\t\t\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\t\t\tif (Channel::get(i).isOutputEnabled() && Channel::get(i).i.mon_last > ERR_MAX_CURRENT) {\n\t\t\t\t\tChannel::get(i).setCurrent(Channel::get(i).i.min);\n\t\t\t\t}\n\n\t\t\t\tif (ERR_MAX_CURRENT < Channel::get(i).getCurrentLimit()) {\n\t\t\t\t\tChannel::get(i).setCurrentLimit(ERR_MAX_CURRENT);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\nvoid unlimitMaxCurrent() {\n    limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_NONE);\n}\n\nMaxCurrentLimitCause getMaxCurrentLimitCause() {\n    return g_maxCurrentLimitCause;\n}\n\nbool isFrontPanelLocked() {\n    return g_rlState != RL_STATE_LOCAL;\n}\n\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_SYNC_MASTER && !defined(EEZ_PSU_SIMULATOR)\nstatic bool g_masterSyncStarted;\nstatic Tc *g_chTC;\nstatic uint32_t g_chNo;\n\nstatic void TC_SetCMR_ChannelA(Tc *tc, uint32_t chan, uint32_t v) {\n\ttc->TC_CHANNEL[chan].TC_CMR = (tc->TC_CHANNEL[chan].TC_CMR & 0xFFF0FFFF) | v;\n}\n\nstatic void TC_SetCMR_ChannelB(Tc *tc, uint32_t chan, uint32_t v) {\n\ttc->TC_CHANNEL[chan].TC_CMR = (tc->TC_CHANNEL[chan].TC_CMR & 0xF0FFFFFF) | v;\n}\n\n/// Generate square wave of frequency 330kHz on SYNC_MASTER pin\nvoid startMasterSync() {\n    // We use MCLK/2 as clock.\n    const uint32_t frequency = SYNC_MASTER_FREQUENCY;\n    const uint32_t TC = VARIANT_MCK / 2 / frequency; // VARIANT_MCK = 84000000\n\n    // Map value to Timer ranges 0..255 => 0..TC\n    uint32_t ulValue = 127;\n    ulValue = ulValue * TC;\n    ulValue = ulValue / TC_MAX_DUTY_CYCLE;\n\n    // Setup Timer for this pin\n    ETCChannel channel = g_APinDescription[SYNC_MASTER].ulTCChannel;\n\n    static const uint32_t channelToChNo[] = { 0, 0, 1, 1, 2, 2, 0, 0, 1, 1, 2, 2, 0, 0, 1, 1, 2, 2 };\n    static const uint32_t channelToAB[]   = { 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 };\n    static Tc *channelToTC[] = {\n        TC0, TC0, TC0, TC0, TC0, TC0,\n        TC1, TC1, TC1, TC1, TC1, TC1,\n        TC2, TC2, TC2, TC2, TC2, TC2 };\n    static const uint32_t channelToId[] = { 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8 };\n    uint32_t chNo = channelToChNo[channel];\n    uint32_t chA  = channelToAB[channel];\n    Tc *chTC = channelToTC[channel];\n    uint32_t interfaceID = channelToId[channel];\n\n    pmc_enable_periph_clk(TC_INTERFACE_ID + interfaceID);\n    TC_Configure(chTC, chNo,\n        TC_CMR_TCCLKS_TIMER_CLOCK1 |\n        TC_CMR_WAVE |         // Waveform mode\n        TC_CMR_WAVSEL_UP_RC | // Counter running up and reset when equals to RC\n        TC_CMR_EEVT_XC0 |     // Set external events from XC0 (this setup TIOB as output)\n        TC_CMR_ACPA_CLEAR | TC_CMR_ACPC_CLEAR |\n        TC_CMR_BCPB_CLEAR | TC_CMR_BCPC_CLEAR);\n    TC_SetRC(chTC, chNo, TC);\n\n    if (chA) {\n        TC_SetRA(chTC, chNo, ulValue);\n        TC_SetCMR_ChannelA(chTC, chNo, TC_CMR_ACPA_CLEAR | TC_CMR_ACPC_SET);\n    } else {\n        TC_SetRB(chTC, chNo, ulValue);\n        TC_SetCMR_ChannelB(chTC, chNo, TC_CMR_BCPB_CLEAR | TC_CMR_BCPC_SET);\n    }\n\n    PIO_Configure(g_APinDescription[SYNC_MASTER].pPort,\n            g_APinDescription[SYNC_MASTER].ulPinType,\n            g_APinDescription[SYNC_MASTER].ulPin,\n            g_APinDescription[SYNC_MASTER].ulPinConfiguration);\n\n    TC_Start(chTC, chNo);\n\tg_chTC = chTC;\n\tg_chNo = chNo;\n\tg_masterSyncStarted = true;\n}\n\nvoid updateMasterSync() {\n#if 0\n\tbool shouldBeStarted = true;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n\t\tif (Channel::get(i).isLowRippleEnabled()) {\n\t\t\tshouldBeStarted = false;\n\t\t\tbreak;\n\t\t}\n    }\n\n\tif (shouldBeStarted != g_masterSyncStarted) {\n\t\tif (shouldBeStarted) {\n\t\t\tTC_Start(g_chTC, g_chNo);\n\t\t} else {\n\t\t\tTC_Stop(g_chTC, g_chNo);\n\t\t}\n\t\tg_masterSyncStarted = shouldBeStarted;\n\t}\n#endif\n}\n\n#endif\n\n\n}\n} // namespace eez::psu\n\n\n#if defined(EEZ_PSU_ARDUINO)\n\nvoid PSU_boot() { \n    eez::psu::boot(); \n}\n\nvoid PSU_tick() { \n    eez::psu::tick (); \n}\n\n#endif "
  },
  {
    "path": "eez_psu_sketch/psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#if !defined(EEZ_PSU_ARDUINO) && !defined(EEZ_PSU_SIMULATOR)\n#define EEZ_PSU_ARDUINO\n#endif\n\n#ifdef EEZ_PSU_SIMULATOR\n#include \"simulator_psu.h\"\n#endif\n\n#include \"Arduino.h\"\n#include \"SPI.h\"\n\n#include \"eez_psu_rev.h\"\n\n#ifdef EEZ_PSU_ARDUINO\n#include \"arduino_psu.h\"\n#endif\n\n#include \"conf.h\"\n\n#ifdef EEZ_PSU_SIMULATOR\n#include \"simulator_conf.h\"\n#endif\n\n#include \"eez_psu.h\"\n\n#include <scpi-parser.h>\n\n#include \"ontime.h\"\n\n#if CONF_SERIAL_USE_NATIVE_USB_PORT\n#define SERIAL_PORT SerialUSB\n#else\n#define SERIAL_PORT Serial\n#endif\n\n/// Namespace for the everything from the EEZ.\nnamespace eez {\n/// PSU firmware.\nnamespace psu {\n\nenum TestResult {\n    TEST_FAILED = 0,\n    TEST_OK = 1,\n    TEST_SKIPPED = 2,\n    TEST_WARNING = 3\n};\n\nvoid boot();\n\nextern bool g_isBooted;\n\nbool powerUp();\nvoid powerDown();\nbool isPowerUp();\nbool changePowerState(bool up);\nvoid schedulePowerDown();\nvoid powerDownBySensor();\n\nbool reset();\n\nbool test();\n\nvoid onProtectionTripped();\n\nvoid tick();\nuint32_t criticalTick(int pageId);\n\nvoid regSet(scpi_reg_name_t name, scpi_reg_val_t val);\n\nvoid setEsrBits(int bit_mask);\nvoid setQuesBits(int bit_mask, bool on);\nvoid setOperBits(int bit_mask, bool on);\n\nvoid generateError(int16_t error);\n\nconst char *getCpuModel();\nconst char *getCpuType();\nconst char *getCpuEthernetType();\n\nenum MaxCurrentLimitCause {\n    MAX_CURRENT_LIMIT_CAUSE_NONE,\n    MAX_CURRENT_LIMIT_CAUSE_FAN,\n    MAX_CURRENT_LIMIT_CAUSE_TEMPERATURE\n};\nbool isMaxCurrentLimited();\nMaxCurrentLimitCause getMaxCurrentLimitCause();\nvoid limitMaxCurrent(MaxCurrentLimitCause cause);\nvoid unlimitMaxCurrent();\n\nextern ontime::Counter g_powerOnTimeCounter;\nextern volatile bool g_insideInterruptHandler;\n\nvoid SPI_usingInterrupt(uint8_t interruptNumber);\nvoid SPI_beginTransaction(SPISettings &settings);\nvoid SPI_endTransaction();\n\nenum RLState {\n    RL_STATE_LOCAL = 0,\n    RL_STATE_REMOTE = 1,\n    RL_STATE_RW_LOCK = 2\n};\n\nextern RLState g_rlState;\n\nextern bool g_rprogAlarm;\n\nbool isFrontPanelLocked();\n\ntypedef void(*ActionExecFunc)();\n\n}\n} // namespace eez::psu\n\n#include \"debug.h\"\n#include \"util.h\"\n#include \"channel.h\"\n\nvoid PSU_boot();\nvoid PSU_tick();"
  },
  {
    "path": "eez_psu_sketch/rtc.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"rtc.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace rtc {\n\npsu::TestResult g_testResult = psu::TEST_FAILED;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid readRegisters(int command, int n, uint8_t *values) {\n    SPI_beginTransaction(PCA21125_SPI);\n    digitalWrite(RTC_SELECT, HIGH); // Select PCA21125\n    SPI.transfer(command); // Read mode, a pointer to the address 02h\n    while (n--) {\n        *values++ = SPI.transfer(0x00);\n    }\n    digitalWrite(RTC_SELECT, LOW); // Deselect PCA21125\n    SPI_endTransaction();\n}\n\nvoid writeRegisters(int command, int n, const uint8_t *values) {\n    SPI_beginTransaction(PCA21125_SPI);\n    digitalWrite(RTC_SELECT, HIGH); // Select PCA21125\n    SPI.transfer(command); // Read mode, a pointer to the address 02h\n    while (n--) {\n        SPI.transfer(*values++);\n    }\n    digitalWrite(RTC_SELECT, LOW); // Deselect PCA21125\n    SPI_endTransaction();\n}\n\nvoid init() {\n}\n\nbool test() {\n    if (OPTION_EXT_RTC) {\n        byte ctrl_reg_values[2] = {\n            CONTROL_1_VALUE,\n            CONTROL_2_VALUE\n        };\n\n        writeRegisters(WR_CONTROL_1, 2, ctrl_reg_values);\n        readRegisters(RD_CONTROL_1, 2, ctrl_reg_values);\n\n        g_testResult = psu::TEST_OK;\n\n        if (ctrl_reg_values[0] != CONTROL_1_VALUE) {\n            DebugTraceF(\"RTC test failed Control 1: w=%d, r=%d\", (int)CONTROL_1_VALUE, (int)ctrl_reg_values[0]);\n            g_testResult = psu::TEST_FAILED;\n        }\n\n        if (ctrl_reg_values[1] != CONTROL_2_VALUE) {\n            DebugTraceF(\"RTC test failed Control 2: w=%d, r=%d\", (int)CONTROL_2_VALUE, (int)ctrl_reg_values[1]);\n            g_testResult = psu::TEST_FAILED;\n        }\n    }\n    else {\n        g_testResult = psu::TEST_SKIPPED;\n    }\n\n    if (g_testResult == psu::TEST_FAILED) {\n        psu::generateError(SCPI_ERROR_RTC_TEST_FAILED);\n    }\n\n    return g_testResult != psu::TEST_FAILED;\n}\n\nbool readDate(uint8_t &year, uint8_t &month, uint8_t &day) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n\n    uint8_t data[4];\n    readRegisters(RD_DAYS, sizeof(data), data);\n    \n    day = util::fromBCD(data[0]);\n    month = util::fromBCD(data[2]);\n    year = util::fromBCD(data[3]);\n    \n    return true;\n}\n\nbool writeDate(uint8_t year, uint8_t month, uint8_t day) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n\n    uint8_t data[4] = {\n        util::toBCD(day),\n        0,\n        util::toBCD(month),\n        util::toBCD(year),\n    };\n\n    writeRegisters(WR_DAYS, sizeof(data), data);\n\n    return true;\n}\n\nbool readTime(uint8_t &hour, uint8_t &minute, uint8_t &second) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n    \n    uint8_t data[3];\n    readRegisters(RD_SECONDS, sizeof(data), data);\n    \n    second = util::fromBCD(data[0] & 0x7F);\n    minute = util::fromBCD(data[1]);\n    hour = util::fromBCD(data[2]);\n    \n    return true;\n}\n\nbool writeTime(uint8_t hour, uint8_t minute, uint8_t second) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n\n    uint8_t data[3] = {\n        util::toBCD(second),\n        util::toBCD(minute),\n        util::toBCD(hour)\n    };\n    \n    writeRegisters(WR_SECONDS, sizeof(data), data);\n    \n    return true;\n}\n\nbool readDateTime(uint8_t &year, uint8_t &month, uint8_t &day, uint8_t &hour, uint8_t &minute, uint8_t &second) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n    \n    uint8_t data[7];\n    readRegisters(RD_SECONDS, sizeof(data), data);\n    \n    second = util::fromBCD(data[0] & 0x7F);\n    minute = util::fromBCD(data[1]);\n    hour = util::fromBCD(data[2]);\n    day = util::fromBCD(data[3]);\n    month = util::fromBCD(data[5]);\n    year = util::fromBCD(data[6]);\n    \n    return true;\n}\n\nbool writeDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second) {\n    if (g_testResult != psu::TEST_OK) {\n        return false;\n    }\n\n    uint8_t data[7] = {\n        util::toBCD(second),\n        util::toBCD(minute),\n        util::toBCD(hour),\n        util::toBCD(day),\n        0,\n        util::toBCD(month),\n        util::toBCD(year),\n    };\n\n    writeRegisters(WR_SECONDS, sizeof(data), data);\n\n    return true;\n}\n\n}\n}\n} // namespace eez::psu::rtc"
  },
  {
    "path": "eez_psu_sketch/rtc.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace rtc {\n\nstatic const uint8_t RD_CONTROL_1 = 0B10010000;\nstatic const uint8_t WR_CONTROL_1 = 0B00010000;\nstatic const uint8_t RD_CONTROL_2 = 0B10010001;\nstatic const uint8_t WR_CONTROL_2 = 0B00010001;\n\nstatic const uint8_t RD_SECONDS = 0B10010010;\nstatic const uint8_t WR_SECONDS = 0B00010010;\nstatic const uint8_t RD_MINUTES = 0B10010011;\nstatic const uint8_t WR_MINUTES = 0B00010011;\nstatic const uint8_t RD_HOURS = 0B10010100;\nstatic const uint8_t WR_HOURS = 0B00010100;\n\nstatic const uint8_t RD_DAYS = 0B10010101;\nstatic const uint8_t WR_DAYS = 0B00010101;\nstatic const uint8_t RD_WEEKDAYS = 0B10010110;\nstatic const uint8_t WR_WEEKDAYS = 0B00010110;\nstatic const uint8_t RD_MONTHS = 0B10010111;\nstatic const uint8_t WR_MONTHS = 0B00010111;\nstatic const uint8_t RD_YEARS = 0B10011000;\nstatic const uint8_t WR_YEARS = 0B00011000;\n\nstatic const uint8_t RD_CLKOUT = 0B10011101;\nstatic const uint8_t WR_CLKOUT = 0B00011101;\n\nstatic const uint8_t CONTROL_1_VALUE = 0B00001000;\nstatic const uint8_t CONTROL_2_VALUE = 0B00000000;\n\nextern psu::TestResult g_testResult;\n\nvoid init();\nbool test();\n\nbool readDate(uint8_t &year, uint8_t &month, uint8_t &day);\nbool writeDate(uint8_t year, uint8_t month, uint8_t day);\n\nbool readTime(uint8_t &hour, uint8_t &minute, uint8_t &second);\nbool writeTime(uint8_t hour, uint8_t minute, uint8_t second);\n\nbool readDateTime(uint8_t &year, uint8_t &month, uint8_t &day, uint8_t &hour, uint8_t &minute, uint8_t &second);\nbool writeDateTime(uint8_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second);\n\n}\n}\n} // namespace eez::psu::rtc\n"
  },
  {
    "path": "eez_psu_sketch/scpi_appl.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_choice_def_t current_or_voltage_choice[] = {\n    { \"CURRent\", 0 },\n    { \"VOLTage\", 1 },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_apply(scpi_t *context) {\n    Channel *channel = param_channel(context, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float voltage;\n    if (!get_voltage_param(context, voltage, channel, 0)) {\n        return SCPI_RES_ERR;\n    }\n\n    bool call_set_current = false;\n    float current;\n\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, false)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n        // no CURRent parameter\n    }\n    else {\n        if (!get_current_from_param(context, param, current, channel, 0)) {\n            return SCPI_RES_ERR;\n        }\n        call_set_current = true;\n    }\n\n\tif (util::greater(voltage, channel_dispatcher::getULimit(*channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n\t}\n\n\tif (call_set_current && util::greater(current, channel_dispatcher::getILimit(*channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CURRENT_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n\t}\n\n    if (util::greater(voltage * (call_set_current ? current : channel_dispatcher::getISet(*channel)), channel_dispatcher::getPowerLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_POWER_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n    }\n\n    // set voltage\n    channel_dispatcher::setVoltage(*channel, voltage);\n\n    // set current\n    if (call_set_current) {\n        channel_dispatcher::setCurrent(*channel, current);\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_applyQ(scpi_t * context) {\n    Channel *channel = param_channel(context, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[256] = { 0 };\n\n    int32_t current_or_voltage;\n    if (!SCPI_ParamChoice(context, current_or_voltage_choice, &current_or_voltage, FALSE)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n\n        // return both current and voltage\n        sprintf_P(buffer, PSTR(\"CH%d:\"), channel->index);\n        util::strcatVoltage(buffer, channel_dispatcher::getUMax(*channel));\n        strcat(buffer, \"/\");\n        util::strcatCurrent(buffer, channel_dispatcher::getIMax(*channel), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_AMPER), channel->index-1);\n        strcat(buffer, \", \");\n\n        util::strcatFloat(buffer, channel_dispatcher::getUSet(*channel), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_VOLT));\n        strcat(buffer, \", \");\n        util::strcatFloat(buffer, channel_dispatcher::getISet(*channel), VALUE_TYPE_FLOAT_AMPER, channel->index-1);\n    }\n    else {\n        if (current_or_voltage == 0) {\n            // return only current\n            util::strcatFloat(buffer, channel_dispatcher::getISet(*channel), VALUE_TYPE_FLOAT_AMPER, channel->index-1);\n        }\n        else {\n            // return only voltage\n            util::strcatFloat(buffer, channel_dispatcher::getUSet(*channel), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_VOLT));\n        }\n    }\n\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_cal.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"calibration.h\"\n#include \"trigger.h\"\n#include \"channel_dispatcher.h\"\n\n#if OPTION_DISPLAY\n#include \"gui_internal.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_choice_def_t calibration_level_choice[] = {\n    { \"MINimum\", calibration::LEVEL_MIN },\n    { \"MIDdle\",  calibration::LEVEL_MID },\n    { \"MAXimum\", calibration::LEVEL_MAX },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_choice_def_t calibration_current_range_choice[] = {\n    { \"HIGH\",    calibration::CURRENT_RANGE_5A },\n    { \"LOW\", calibration::CURRENT_RANGE_500MA },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_result_t calibration_level(scpi_t * context, calibration::Value &calibrationValue) {\n    if (!calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CALIBRATION_STATE_IS_OFF);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t level;\n    if (!SCPI_ParamChoice(context, calibration_level_choice, &level, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if ((level == calibration::LEVEL_MID || level == calibration::LEVEL_MAX) && !calibrationValue.min_set)\n    {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    calibrationValue.setLevel(level);\n    calibrationValue.setLevelValue();\n\n    return SCPI_RES_OK;\n}\nstatic scpi_result_t calibration_data(scpi_t * context, calibration::Value &calibrationValue) {\n    if (!calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CALIBRATION_STATE_IS_OFF);\n        return SCPI_RES_ERR;\n    }\n\n    if (calibrationValue.level == calibration::LEVEL_NONE) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, 0, &param, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (param.unit != SCPI_UNIT_NONE && param.unit != (calibrationValue.voltOrCurr ? SCPI_UNIT_VOLT : SCPI_UNIT_AMPER)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n        return SCPI_RES_ERR;\n    }\n\n    float dac = calibrationValue.getDacValue();\n\tfloat value = (float)param.value;\n    float adc = calibrationValue.getAdcValue();\n\n\tif (!calibrationValue.checkRange(dac, value, adc)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CAL_VALUE_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n\t}\n    \n\tcalibrationValue.setData(dac, value, adc);\n    \n    calibration::resetChannelToZero();\n\n    return SCPI_RES_OK;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_calibrationClear(scpi_t * context) {\n    if (calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    if (!checkPassword(context, persist_conf::devConf.calibration_password)) {\n        return SCPI_RES_ERR;\n    }\n\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    if (!calibration::clear(channel)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationMode(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (enable == calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    if (!checkPassword(context, persist_conf::devConf.calibration_password)) {\n        return SCPI_RES_ERR;\n    }\n\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    if (!channel->isOutputEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    if (enable) {\n        calibration::start(channel);\n    }\n    else {\n        calibration::stop();\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationModeQ(scpi_t * context) {\n    SCPI_ResultBool(context, calibration::isEnabled());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationCurrentData(scpi_t * context) {\n    return calibration_data(context, calibration::getCurrent());\n}\n\nscpi_result_t scpi_cmd_calibrationCurrentLevel(scpi_t * context) {\n    return calibration_level(context, calibration::getCurrent());\n}\n\nscpi_result_t scpi_cmd_calibrationCurrentRange(scpi_t * context) {\n    if (!calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CALIBRATION_STATE_IS_OFF);\n        return SCPI_RES_ERR;\n    }\n\n    if (!calibration::hasSupportForCurrentDualRange()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t range;\n    if (!SCPI_ParamChoice(context, calibration_current_range_choice, &range, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    calibration::selectCurrentRange(range);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationPasswordNew(scpi_t * context) {\n    if (!checkPassword(context, persist_conf::devConf.calibration_password)) {\n        return SCPI_RES_ERR;\n    }\n\n    const char *new_password;\n    size_t new_password_len;\n\n    if (!SCPI_ParamCharacters(context, &new_password, &new_password_len, true)) {\n        return SCPI_RES_ERR;\n    }\n\n\tint16_t err;\n\tif (!persist_conf::isCalibrationPasswordValid(new_password, new_password_len, err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n\t}\n\n    if (!persist_conf::changeCalibrationPassword(new_password, new_password_len)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationRemark(scpi_t * context) {\n    if (!calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CALIBRATION_STATE_IS_OFF);\n        return SCPI_RES_ERR;\n    }\n\n    const char *remark;\n    size_t len;\n    if (!SCPI_ParamCharacters(context, &remark, &len, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (len > CALIBRATION_REMARK_MAX_LENGTH) {\n        SCPI_ErrorPush(context, SCPI_ERROR_TOO_MUCH_DATA);\n        return SCPI_RES_ERR;\n    }\n\n    calibration::setRemark(remark, len);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationRemarkQ(scpi_t * context) {\n    const char *remark;\n\n    if (calibration::isEnabled()) {\n        remark = calibration::getRemark();\n    }\n    else {\n        scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n        Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n        remark = channel->cal_conf.calibration_remark;\n    }\n\n    SCPI_ResultText(context, remark);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationSave(scpi_t * context) {\n\tint16_t err;\n\tif (!calibration::canSave(err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n\t}\n\n    if (!calibration::save()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationState(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    if (calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    if (!channel->isCalibrationExists()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CAL_PARAMS_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    bool calibrationEnabled;\n    if (!SCPI_ParamBool(context, &calibrationEnabled, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (calibrationEnabled == channel->isCalibrationEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n\tchannel->calibrationEnable(calibrationEnabled);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationStateQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    SCPI_ResultBool(context, channel->isCalibrationEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_calibrationVoltageData(scpi_t * context) {\n    return calibration_data(context, calibration::getVoltage());\n}\n\nscpi_result_t scpi_cmd_calibrationVoltageLevel(scpi_t * context) {\n    return calibration_level(context, calibration::getVoltage());;\n}\n\nscpi_result_t scpi_cmd_calibrationScreenInit(scpi_t * context) {\n#if OPTION_DISPLAY\n\tgui::setPage(gui::PAGE_ID_SCREEN_CALIBRATION_INTRO);\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_commands.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\n#define SCPI_COMMANDS \\\n    SCPI_COMMAND(\"*CLS\", scpi_cmd_coreCls) \\\n    SCPI_COMMAND(\"*ESE\", scpi_cmd_coreEse) \\\n    SCPI_COMMAND(\"*ESE?\", scpi_cmd_coreEseQ) \\\n    SCPI_COMMAND(\"*ESR?\", scpi_cmd_coreEsrQ) \\\n    SCPI_COMMAND(\"*IDN?\", scpi_cmd_coreIdnQ) \\\n    SCPI_COMMAND(\"*OPC\", scpi_cmd_coreOpc) \\\n    SCPI_COMMAND(\"*OPC?\", scpi_cmd_coreOpcQ) \\\n    SCPI_COMMAND(\"*RCL\", scpi_cmd_coreRcl) \\\n    SCPI_COMMAND(\"*RST\", scpi_cmd_coreRst) \\\n    SCPI_COMMAND(\"*SAV\", scpi_cmd_coreSav) \\\n    SCPI_COMMAND(\"*SRE\", scpi_cmd_coreSre) \\\n    SCPI_COMMAND(\"*SRE?\", scpi_cmd_coreSreQ) \\\n    SCPI_COMMAND(\"*STB?\", scpi_cmd_coreStbQ) \\\n    SCPI_COMMAND(\"*TRG\", scpi_cmd_coreTrg) \\\n    SCPI_COMMAND(\"*TST?\", scpi_cmd_coreTstQ) \\\n    SCPI_COMMAND(\"*WAI\", scpi_cmd_coreWai) \\\n    SCPI_COMMAND(\"ABORt\", scpi_cmd_abort) \\\n    SCPI_COMMAND(\"ABORt:DLOG\", scpi_cmd_abortDlog) \\\n    SCPI_COMMAND(\"CALibration:CLEar\", scpi_cmd_calibrationClear) \\\n    SCPI_COMMAND(\"CALibration:CURRent:LEVel\", scpi_cmd_calibrationCurrentLevel) \\\n    SCPI_COMMAND(\"CALibration:CURRent:RANGe\", scpi_cmd_calibrationCurrentRange) \\\n    SCPI_COMMAND(\"CALibration:CURRent[:DATA]\", scpi_cmd_calibrationCurrentData) \\\n    SCPI_COMMAND(\"CALibration:PASSword:NEW\", scpi_cmd_calibrationPasswordNew) \\\n    SCPI_COMMAND(\"CALibration:REMark\", scpi_cmd_calibrationRemark) \\\n    SCPI_COMMAND(\"CALibration:REMark?\", scpi_cmd_calibrationRemarkQ) \\\n    SCPI_COMMAND(\"CALibration:SAVE\", scpi_cmd_calibrationSave) \\\n    SCPI_COMMAND(\"CALibration:STATe\", scpi_cmd_calibrationState) \\\n    SCPI_COMMAND(\"CALibration:STATe?\", scpi_cmd_calibrationStateQ) \\\n    SCPI_COMMAND(\"CALibration:VOLTage:LEVel\", scpi_cmd_calibrationVoltageLevel) \\\n    SCPI_COMMAND(\"CALibration:VOLTage[:DATA]\", scpi_cmd_calibrationVoltageData) \\\n    SCPI_COMMAND(\"CALibration[:MODE]\", scpi_cmd_calibrationMode) \\\n    SCPI_COMMAND(\"CALibration[:MODE]?\", scpi_cmd_calibrationModeQ) \\\n    SCPI_COMMAND(\"CALibration:SCReen:INIT\", scpi_cmd_calibrationScreenInit) \\\n    SCPI_COMMAND(\"DIAGnostic[:INFOrmation]:ADC?\", scpi_cmd_diagnosticInformationAdcQ) \\\n    SCPI_COMMAND(\"DIAGnostic[:INFOrmation]:CALibration?\", scpi_cmd_diagnosticInformationCalibrationQ) \\\n    SCPI_COMMAND(\"DIAGnostic[:INFOrmation]:FAN?\", scpi_cmd_diagnosticInformationFanQ) \\\n    SCPI_COMMAND(\"DIAGnostic[:INFOrmation]:PROTection?\", scpi_cmd_diagnosticInformationProtectionQ) \\\n    SCPI_COMMAND(\"DIAGnostic[:INFOrmation]:TEST?\", scpi_cmd_diagnosticInformationTestQ) \\\n    SCPI_COMMAND(\"DISPlay:BRIGhtness\", scpi_cmd_displayBrightness) \\\n    SCPI_COMMAND(\"DISPlay:BRIGhtness?\", scpi_cmd_displayBrightnessQ) \\\n    SCPI_COMMAND(\"DISPlay:VIEW\", scpi_cmd_displayView) \\\n    SCPI_COMMAND(\"DISPlay:VIEW?\", scpi_cmd_displayViewQ) \\\n    SCPI_COMMAND(\"DISPlay[:WINdow]:TEXT\", scpi_cmd_displayWindowText) \\\n    SCPI_COMMAND(\"DISPlay[:WINdow]:TEXT:CLEar\", scpi_cmd_displayWindowTextClear) \\\n    SCPI_COMMAND(\"DISPlay[:WINdow]:TEXT?\", scpi_cmd_displayWindowTextQ) \\\n    SCPI_COMMAND(\"DISPlay[:WINdow][:STATe]\", scpi_cmd_displayWindowState) \\\n    SCPI_COMMAND(\"DISPlay[:WINdow][:STATe]?\", scpi_cmd_displayWindowStateQ) \\\n    SCPI_COMMAND(\"INITiate:CONTinuous\", scpi_cmd_initiateContinuous) \\\n    SCPI_COMMAND(\"INITiate:CONTinuous?\", scpi_cmd_initiateContinuousQ) \\\n    SCPI_COMMAND(\"INITiate[:IMMediate]\", scpi_cmd_initiateImmediate) \\\n    SCPI_COMMAND(\"INITiate:DLOG\", scpi_cmd_initiateDlog) \\\n    SCPI_COMMAND(\"INSTrument:COUPle:TRACking\", scpi_cmd_instrumentCoupleTracking) \\\n    SCPI_COMMAND(\"INSTrument:COUPle:TRACking?\", scpi_cmd_instrumentCoupleTrackingQ) \\\n    SCPI_COMMAND(\"INSTrument:DISPlay:TRACe:SWAP\", scpi_cmd_instrumentDisplayTraceSwap) \\\n    SCPI_COMMAND(\"INSTrument:DISPlay:TRACe#\", scpi_cmd_instrumentDisplayTrace) \\\n    SCPI_COMMAND(\"INSTrument:DISPlay:TRACe#?\", scpi_cmd_instrumentDisplayTraceQ) \\\n    SCPI_COMMAND(\"INSTrument:DISPlay:YT:RATE\", scpi_cmd_instrumentDisplayYtRate) \\\n    SCPI_COMMAND(\"INSTrument:DISPlay:YT:RATE?\", scpi_cmd_instrumentDisplayYtRateQ) \\\n    SCPI_COMMAND(\"INSTrument:NSELect\", scpi_cmd_instrumentNselect) \\\n    SCPI_COMMAND(\"INSTrument:NSELect?\", scpi_cmd_instrumentNselectQ) \\\n    SCPI_COMMAND(\"INSTrument[:SELect]\", scpi_cmd_instrumentSelect) \\\n    SCPI_COMMAND(\"INSTrument[:SELect]?\", scpi_cmd_instrumentSelectQ) \\\n    SCPI_COMMAND(\"MEASure[:SCALar]:CURRent[:DC]?\", scpi_cmd_measureScalarCurrentDcQ) \\\n    SCPI_COMMAND(\"MEASure[:SCALar]:POWer[:DC]?\", scpi_cmd_measureScalarPowerDcQ) \\\n    SCPI_COMMAND(\"MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]?\", scpi_cmd_measureScalarTemperatureThermistorDcQ) \\\n    SCPI_COMMAND(\"MEASure[:SCALar][:VOLTage][:DC]?\", scpi_cmd_measureScalarVoltageDcQ) \\\n    SCPI_COMMAND(\"MEMory:NSTates?\", scpi_cmd_memoryNstatesQ) \\\n    SCPI_COMMAND(\"MEMory:STATe:CATalog?\", scpi_cmd_memoryStateCatalogQ) \\\n    SCPI_COMMAND(\"MEMory:STATe:DELete\", scpi_cmd_memoryStateDelete) \\\n    SCPI_COMMAND(\"MEMory:STATe:DELete:ALL\", scpi_cmd_memoryStateDeleteAll) \\\n    SCPI_COMMAND(\"MEMory:STATe:NAME\", scpi_cmd_memoryStateName) \\\n    SCPI_COMMAND(\"MEMory:STATe:NAME?\", scpi_cmd_memoryStateNameQ) \\\n    SCPI_COMMAND(\"MEMory:STATe:RECall:AUTO\", scpi_cmd_memoryStateRecallAuto) \\\n    SCPI_COMMAND(\"MEMory:STATe:RECall:AUTO?\", scpi_cmd_memoryStateRecallAutoQ) \\\n    SCPI_COMMAND(\"MEMory:STATe:RECall:SELect\", scpi_cmd_memoryStateRecallSelect) \\\n    SCPI_COMMAND(\"MEMory:STATe:RECall:SELect?\", scpi_cmd_memoryStateRecallSelectQ) \\\n    SCPI_COMMAND(\"MEMory:STATe:VALid?\", scpi_cmd_memoryStateValidQ) \\\n    SCPI_COMMAND(\"MMEMory:CATalog?\", scpi_cmd_mmemoryCatalogQ) \\\n    SCPI_COMMAND(\"MMEMory:CATalog:LENgth?\", scpi_cmd_mmemoryCatalogLengthQ) \\\n    SCPI_COMMAND(\"MMEMory:CDIRectory\", scpi_cmd_mmemoryCdirectory) \\\n    SCPI_COMMAND(\"MMEMory:CDIRectory?\", scpi_cmd_mmemoryCdirectoryQ) \\\n    SCPI_COMMAND(\"MMEMory:COPY\", scpi_cmd_mmemoryCopy) \\\n    SCPI_COMMAND(\"MMEMory:DATE?\", scpi_cmd_mmemoryDateQ) \\\n    SCPI_COMMAND(\"MMEMory:DELete\", scpi_cmd_mmemoryDelete) \\\n    SCPI_COMMAND(\"MMEMory:DOWNload:DATA\", scpi_cmd_mmemoryDownloadData) \\\n    SCPI_COMMAND(\"MMEMory:DOWNload:FNAMe\", scpi_cmd_mmemoryDownloadFname) \\\n    SCPI_COMMAND(\"MMEMory:DOWNload:SIZE\", scpi_cmd_mmemoryDownloadSize) \\\n    SCPI_COMMAND(\"MMEMory:DOWNload:ABORt\", scpi_cmd_mmemoryDownloadAbort) \\\n    SCPI_COMMAND(\"MMEMory:LOAD:LIST#\", scpi_cmd_mmemoryLoadList) \\\n    SCPI_COMMAND(\"MMEMory:LOCK\", scpi_cmd_mmemoryLock) \\\n    SCPI_COMMAND(\"MMEMory:LOCK?\", scpi_cmd_mmemoryLockQ) \\\n    SCPI_COMMAND(\"MMEMory:MDIRectory\", scpi_cmd_mmemoryMdirectory) \\\n    SCPI_COMMAND(\"MMEMory:MOVE\", scpi_cmd_mmemoryMove) \\\n    SCPI_COMMAND(\"MMEMory:RDIRectory\", scpi_cmd_mmemoryRdirectory) \\\n    SCPI_COMMAND(\"MMEMory:STORe:LIST#\", scpi_cmd_mmemoryStoreList) \\\n    SCPI_COMMAND(\"MMEMory:TIME?\", scpi_cmd_mmemoryTimeQ) \\\n    SCPI_COMMAND(\"MMEMory:UNLock\", scpi_cmd_mmemoryUnlock) \\\n    SCPI_COMMAND(\"MMEMory:UPLoad?\", scpi_cmd_mmemoryUploadQ) \\\n    SCPI_COMMAND(\"MMEMory:INFOrmation?\", scpi_cmd_mmemoryInformationQ) \\\n    SCPI_COMMAND(\"MMEMory:LOAD:PROFile\", scpi_cmd_mmemoryLoadProfile) \\\n    SCPI_COMMAND(\"MMEMory:STORe:PROFile\", scpi_cmd_mmemoryStoreProfile) \\\n    SCPI_COMMAND(\"OUTPut[:STATe]\", scpi_cmd_outputState) \\\n    SCPI_COMMAND(\"OUTPut[:STATe]?\", scpi_cmd_outputStateQ) \\\n    SCPI_COMMAND(\"OUTPut[:STATe]:TRIGgered\", scpi_cmd_outputStateTriggered) \\\n    SCPI_COMMAND(\"OUTPut[:STATe]:TRIGgered?\", scpi_cmd_outputStateTriggeredQ) \\\n    SCPI_COMMAND(\"OUTPut:MODE?\", scpi_cmd_outputModeQ) \\\n    SCPI_COMMAND(\"OUTPut:PROTection:CLEar\", scpi_cmd_outputProtectionClear) \\\n    SCPI_COMMAND(\"OUTPut:PROTection:COUPle\", scpi_cmd_outputProtectionCouple) \\\n    SCPI_COMMAND(\"OUTPut:PROTection:COUPle?\", scpi_cmd_outputProtectionCoupleQ) \\\n    SCPI_COMMAND(\"OUTPut:TRACk[:STATe]\", scpi_cmd_outputTrackState) \\\n    SCPI_COMMAND(\"OUTPut:TRACk[:STATe]?\", scpi_cmd_outputTrackStateQ) \\\n    SCPI_COMMAND(\"SENSe:CURRent[:DC]:RANGe:AUTO\", scpi_cmd_senseCurrentDcRangeAuto) \\\n    SCPI_COMMAND(\"SENSe:CURRent[:DC]:RANGe:AUTO?\", scpi_cmd_senseCurrentDcRangeAutoQ) \\\n    SCPI_COMMAND(\"SENSe:CURRent[:DC]:RANGe[:UPPer]\", scpi_cmd_senseCurrentDcRangeUpper) \\\n    SCPI_COMMAND(\"SENSe:CURRent[:DC]:RANGe[:UPPer]?\", scpi_cmd_senseCurrentDcRangeUpperQ) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:CURRent\", scpi_cmd_senseDlogFunctionCurrent) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:CURRent?\", scpi_cmd_senseDlogFunctionCurrentQ) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:VOLTage\", scpi_cmd_senseDlogFunctionVoltage) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:VOLTage?\", scpi_cmd_senseDlogFunctionVoltageQ) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:POWer\", scpi_cmd_senseDlogFunctionPower) \\\n    SCPI_COMMAND(\"SENSe:DLOG:FUNCtion:POWer?\", scpi_cmd_senseDlogFunctionPowerQ) \\\n    SCPI_COMMAND(\"SENSe:DLOG:PERiod\", scpi_cmd_senseDlogPeriod) \\\n    SCPI_COMMAND(\"SENSe:DLOG:PERiod?\", scpi_cmd_senseDlogPeriodQ) \\\n    SCPI_COMMAND(\"SENSe:DLOG:TIME\", scpi_cmd_senseDlogTime) \\\n    SCPI_COMMAND(\"SENSe:DLOG:TIME?\", scpi_cmd_senseDlogTimeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]\", scpi_cmd_sourceCurrentLimitPositiveImmediateAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]?\", scpi_cmd_sourceCurrentLimitPositiveImmediateAmplitudeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:MODE\", scpi_cmd_sourceCurrentMode) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:MODE?\", scpi_cmd_sourceCurrentModeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:PROTection:DELay[:TIME]\", scpi_cmd_sourceCurrentProtectionDelayTime) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:PROTection:DELay[:TIME]?\", scpi_cmd_sourceCurrentProtectionDelayTimeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:PROTection:STATe\", scpi_cmd_sourceCurrentProtectionState) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:PROTection:STATe?\", scpi_cmd_sourceCurrentProtectionStateQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent:PROTection:TRIPped?\", scpi_cmd_sourceCurrentProtectionTrippedQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel]:TRIGgered[:AMPLitude]\", scpi_cmd_sourceCurrentLevelTriggeredAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel]:TRIGgered[:AMPLitude]?\", scpi_cmd_sourceCurrentLevelTriggeredAmplitudeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]\", scpi_cmd_sourceCurrentLevelImmediateStepIncrement) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]?\", scpi_cmd_sourceCurrentLevelImmediateStepIncrementQ) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel][:IMMediate][:AMPLitude]\", scpi_cmd_sourceCurrentLevelImmediateAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:CURRent[:LEVel][:IMMediate][:AMPLitude]?\", scpi_cmd_sourceCurrentLevelImmediateAmplitudeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:COUNt\", scpi_cmd_sourceListCount) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:COUNt?\", scpi_cmd_sourceListCountQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:CURRent[:LEVel]\", scpi_cmd_sourceListCurrentLevel) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:CURRent[:LEVel]?\", scpi_cmd_sourceListCurrentLevelQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:DWELl\", scpi_cmd_sourceListDwell) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:DWELl?\", scpi_cmd_sourceListDwellQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:VOLTage[:LEVel]\", scpi_cmd_sourceListVoltageLevel) \\\n    SCPI_COMMAND(\"[SOURce#]:LIST:VOLTage[:LEVel]?\", scpi_cmd_sourceListVoltageLevelQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LRIPple\", scpi_cmd_sourceLripple) \\\n    SCPI_COMMAND(\"[SOURce#]:LRIPple:AUTO\", scpi_cmd_sourceLrippleAuto) \\\n    SCPI_COMMAND(\"[SOURce#]:LRIPple:AUTO?\", scpi_cmd_sourceLrippleAutoQ) \\\n    SCPI_COMMAND(\"[SOURce#]:LRIPple?\", scpi_cmd_sourceLrippleQ) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:LIMit\", scpi_cmd_sourcePowerLimit) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:LIMit?\", scpi_cmd_sourcePowerLimitQ) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection:DELay[:TIME]\", scpi_cmd_sourcePowerProtectionDelayTime) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection:DELay[:TIME]?\", scpi_cmd_sourcePowerProtectionDelayTimeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection:STATe\", scpi_cmd_sourcePowerProtectionState) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection:STATe?\", scpi_cmd_sourcePowerProtectionStateQ) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection:TRIPped?\", scpi_cmd_sourcePowerProtectionTrippedQ) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection[:LEVel]\", scpi_cmd_sourcePowerProtectionLevel) \\\n    SCPI_COMMAND(\"[SOURce#]:POWer:PROTection[:LEVel]?\", scpi_cmd_sourcePowerProtectionLevelQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]\", scpi_cmd_sourceVoltageLimitPositiveImmediateAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]?\", scpi_cmd_sourceVoltageLimitPositiveImmediateAmplitudeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:MODE\", scpi_cmd_sourceVoltageMode) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:MODE?\", scpi_cmd_sourceVoltageModeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROGram[:SOURce]\", scpi_cmd_sourceVoltageProgramSource) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROGram[:SOURce]?\", scpi_cmd_sourceVoltageProgramSourceQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection:DELay[:TIME]\", scpi_cmd_sourceVoltageProtectionDelayTime) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection:DELay[:TIME]?\", scpi_cmd_sourceVoltageProtectionDelayTimeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection:STATe\", scpi_cmd_sourceVoltageProtectionState) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection:STATe?\", scpi_cmd_sourceVoltageProtectionStateQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection:TRIPped?\", scpi_cmd_sourceVoltageProtectionTrippedQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection[:LEVel]\", scpi_cmd_sourceVoltageProtectionLevel) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:PROTection[:LEVel]?\", scpi_cmd_sourceVoltageProtectionLevelQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:SENSe[:SOURce]\", scpi_cmd_sourceVoltageSenseSource) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage:SENSe[:SOURce]?\", scpi_cmd_sourceVoltageSenseSourceQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]\", scpi_cmd_sourceVoltageLevelTriggeredAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]?\", scpi_cmd_sourceVoltageLevelTriggeredAmplitudeQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]\", scpi_cmd_sourceVoltageLevelImmediateStepIncrement) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]?\", scpi_cmd_sourceVoltageLevelImmediateStepIncrementQ) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel][:IMMediate][:AMPLitude]\", scpi_cmd_sourceVoltageLevelImmediateAmplitude) \\\n    SCPI_COMMAND(\"[SOURce#]:VOLTage[:LEVel][:IMMediate][:AMPLitude]?\", scpi_cmd_sourceVoltageLevelImmediateAmplitudeQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:CONDition?\", scpi_cmd_statusOperationConditionQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:ENABle\", scpi_cmd_statusOperationEnable) \\\n    SCPI_COMMAND(\"STATus:OPERation:ENABle?\", scpi_cmd_statusOperationEnableQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:CONDition?\", scpi_cmd_statusOperationInstrumentConditionQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ENABle\", scpi_cmd_statusOperationInstrumentEnable) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ENABle?\", scpi_cmd_statusOperationInstrumentEnableQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ISUMmary#:CONDition?\", scpi_cmd_statusOperationInstrumentIsummaryConditionQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ISUMmary#:ENABle\", scpi_cmd_statusOperationInstrumentIsummaryEnable) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ISUMmary#:ENABle?\", scpi_cmd_statusOperationInstrumentIsummaryEnableQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument:ISUMmary#[:EVENt]?\", scpi_cmd_statusOperationInstrumentIsummaryEventQ) \\\n    SCPI_COMMAND(\"STATus:OPERation:INSTrument[:EVENt]?\", scpi_cmd_statusOperationInstrumentEventQ) \\\n    SCPI_COMMAND(\"STATus:OPERation[:EVENt]?\", scpi_cmd_statusOperationEventQ) \\\n    SCPI_COMMAND(\"STATus:PREset\", scpi_cmd_statusPreset) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:CONDition?\", scpi_cmd_statusQuestionableConditionQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:ENABle\", scpi_cmd_statusQuestionableEnable) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:ENABle?\", scpi_cmd_statusQuestionableEnableQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:CONDition?\", scpi_cmd_statusQuestionableInstrumentConditionQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ENABle\", scpi_cmd_statusQuestionableInstrumentEnable) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ENABle?\", scpi_cmd_statusQuestionableInstrumentEnableQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ISUMmary#:CONDition?\", scpi_cmd_statusQuestionableInstrumentIsummaryConditionQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ISUMmary#:ENABle\", scpi_cmd_statusQuestionableInstrumentIsummaryEnable) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ISUMmary#:ENABle?\", scpi_cmd_statusQuestionableInstrumentIsummaryEnableQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument:ISUMmary#[:EVENt]?\", scpi_cmd_statusQuestionableInstrumentIsummaryEventQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable:INSTrument[:EVENt]?\", scpi_cmd_statusQuestionableInstrumentEventQ) \\\n    SCPI_COMMAND(\"STATus:QUEStionable[:EVENt]?\", scpi_cmd_statusQuestionableEventQ) \\\n    SCPI_COMMAND(\"SYSTem:BEEPer:KEY:STATe\", scpi_cmd_systemBeeperKeyState) \\\n    SCPI_COMMAND(\"SYSTem:BEEPer:KEY:STATe?\", scpi_cmd_systemBeeperKeyStateQ) \\\n    SCPI_COMMAND(\"SYSTem:BEEPer:STATe\", scpi_cmd_systemBeeperState) \\\n    SCPI_COMMAND(\"SYSTem:BEEPer:STATe?\", scpi_cmd_systemBeeperStateQ) \\\n    SCPI_COMMAND(\"SYSTem:BEEPer[:IMMediate]\", scpi_cmd_systemBeeperImmediate) \\\n    SCPI_COMMAND(\"SYSTem:CAPability?\", scpi_cmd_systemCapabilityQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:CURRent?\", scpi_cmd_systemChannelInformationCurrentQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:ONTime:LAST?\", scpi_cmd_systemChannelInformationOntimeLastQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:ONTime:TOTal?\", scpi_cmd_systemChannelInformationOntimeTotalQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:POWer?\", scpi_cmd_systemChannelInformationPowerQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:PROGram?\", scpi_cmd_systemChannelInformationProgramQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:INFOrmation:VOLTage?\", scpi_cmd_systemChannelInformationVoltageQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel:MODel?\", scpi_cmd_systemChannelModelQ) \\\n    SCPI_COMMAND(\"SYSTem:CHANnel[:COUNt]?\", scpi_cmd_systemChannelCountQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ENABle\", scpi_cmd_systemCommunicateEnable) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ENABle?\", scpi_cmd_systemCommunicateEnableQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:ADDRess\", scpi_cmd_systemCommunicateEthernetAddress) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:ADDRess?\", scpi_cmd_systemCommunicateEthernetAddressQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:DHCP\", scpi_cmd_systemCommunicateEthernetDhcp) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:DHCP?\", scpi_cmd_systemCommunicateEthernetDhcpQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:DNS\", scpi_cmd_systemCommunicateEthernetDns) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:DNS?\", scpi_cmd_systemCommunicateEthernetDnsQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:GATEway\", scpi_cmd_systemCommunicateEthernetGateway) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:GATEway?\", scpi_cmd_systemCommunicateEthernetGatewayQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:MAC\", scpi_cmd_systemCommunicateEthernetMac) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:MAC?\", scpi_cmd_systemCommunicateEthernetMacQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:PORT\", scpi_cmd_systemCommunicateEthernetPort) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:PORT?\", scpi_cmd_systemCommunicateEthernetPortQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:SMASk\", scpi_cmd_systemCommunicateEthernetSmask) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:ETHernet:SMASk?\", scpi_cmd_systemCommunicateEthernetSmaskQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:NTP\", scpi_cmd_systemCommunicateNtp) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:NTP?\", scpi_cmd_systemCommunicateNtpQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:RLSTate\", scpi_cmd_systemCommunicateRlstate) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:RLSTate?\", scpi_cmd_systemCommunicateRlstateQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:SERial:BAUD\", scpi_cmd_systemCommunicateSerialBaud) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:SERial:BAUD?\", scpi_cmd_systemCommunicateSerialBaudQ) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:SERial:PARity\", scpi_cmd_systemCommunicateSerialParity) \\\n    SCPI_COMMAND(\"SYSTem:COMMunicate:SERial:PARity?\", scpi_cmd_systemCommunicateSerialParityQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:INFOrmation:ETHernet:TYPE?\", scpi_cmd_systemCpuInformationEthernetTypeQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:INFOrmation:ONTime:LAST?\", scpi_cmd_systemCpuInformationOntimeLastQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:INFOrmation:ONTime:TOTal?\", scpi_cmd_systemCpuInformationOntimeTotalQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:INFOrmation:TYPE?\", scpi_cmd_systemCpuInformationTypeQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:MODel?\", scpi_cmd_systemCpuModelQ) \\\n    SCPI_COMMAND(\"SYSTem:CPU:OPTion?\", scpi_cmd_systemCpuOptionQ) \\\n    SCPI_COMMAND(\"SYSTem:DATE\", scpi_cmd_systemDate) \\\n    SCPI_COMMAND(\"SYSTem:DATE?\", scpi_cmd_systemDateQ) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:INPut:DATA?\", scpi_cmd_systemDigitalInputDataQ) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:OUTPut:DATA\", scpi_cmd_systemDigitalOutputData) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:OUTPut:DATA?\", scpi_cmd_systemDigitalOutputDataQ) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:PIN#:FUNCtion\", scpi_cmd_systemDigitalPinFunction) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:PIN#:FUNCtion?\", scpi_cmd_systemDigitalPinFunctionQ) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:PIN#:POLarity\", scpi_cmd_systemDigitalPinPolarity) \\\n    SCPI_COMMAND(\"SYSTem:DIGital:PIN#:POLarity?\", scpi_cmd_systemDigitalPinPolarityQ) \\\n    SCPI_COMMAND(\"SYSTem:ERRor:COUNt?\", scpi_cmd_systemErrorCountQ) \\\n    SCPI_COMMAND(\"SYSTem:ERRor[:NEXT]?\", scpi_cmd_systemErrorNextQ) \\\n    SCPI_COMMAND(\"SYSTem:INHibit?\", scpi_cmd_systemInhibitQ) \\\n    SCPI_COMMAND(\"SYSTem:KLOCk\", scpi_cmd_systemKlock) \\\n    SCPI_COMMAND(\"SYSTem:LOCal\", scpi_cmd_systemLocal) \\\n    SCPI_COMMAND(\"SYSTem:PASSword:CALibration:RESet\", scpi_cmd_systemPasswordCalibrationReset) \\\n    SCPI_COMMAND(\"SYSTem:PASSword:FPANel:RESet\", scpi_cmd_systemPasswordFpanelReset) \\\n    SCPI_COMMAND(\"SYSTem:PASSword:NEW\", scpi_cmd_systemPasswordNew) \\\n    SCPI_COMMAND(\"SYSTem:PON:OUTPut:DISable\", scpi_cmd_systemPonOutputDisable) \\\n    SCPI_COMMAND(\"SYSTem:PON:OUTPut:DISable?\", scpi_cmd_systemPonOutputDisableQ) \\\n    SCPI_COMMAND(\"SYSTem:POWer\", scpi_cmd_systemPower) \\\n    SCPI_COMMAND(\"SYSTem:POWer:PROTection:TRIP\", scpi_cmd_systemPowerProtectionTrip) \\\n    SCPI_COMMAND(\"SYSTem:POWer:PROTection:TRIP?\", scpi_cmd_systemPowerProtectionTripQ) \\\n    SCPI_COMMAND(\"SYSTem:POWer?\", scpi_cmd_systemPowerQ) \\\n    SCPI_COMMAND(\"SYSTem:REMote\", scpi_cmd_systemRemote) \\\n    SCPI_COMMAND(\"SYSTem:RWLock\", scpi_cmd_systemRwlock) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:CLEar\", scpi_cmd_systemTemperatureProtectionHighClear) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]\", scpi_cmd_systemTemperatureProtectionHighDelayTime) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]?\", scpi_cmd_systemTemperatureProtectionHighDelayTimeQ) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:STATe\", scpi_cmd_systemTemperatureProtectionHighState) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:STATe?\", scpi_cmd_systemTemperatureProtectionHighStateQ) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?\", scpi_cmd_systemTemperatureProtectionHighTrippedQ) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]\", scpi_cmd_systemTemperatureProtectionHighLevel) \\\n    SCPI_COMMAND(\"SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]?\", scpi_cmd_systemTemperatureProtectionHighLevelQ) \\\n    SCPI_COMMAND(\"SYSTem:TIME\", scpi_cmd_systemTime) \\\n    SCPI_COMMAND(\"SYSTem:TIME:DST\", scpi_cmd_systemTimeDst) \\\n    SCPI_COMMAND(\"SYSTem:TIME:DST?\", scpi_cmd_systemTimeDstQ) \\\n    SCPI_COMMAND(\"SYSTem:TIME:ZONE\", scpi_cmd_systemTimeZone) \\\n    SCPI_COMMAND(\"SYSTem:TIME:ZONE?\", scpi_cmd_systemTimeZoneQ) \\\n    SCPI_COMMAND(\"SYSTem:TIME?\", scpi_cmd_systemTimeQ) \\\n    SCPI_COMMAND(\"SYSTem:VERSion?\", scpi_cmd_systemVersionQ) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:DELay\", scpi_cmd_triggerSequenceDelay) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:DELay?\", scpi_cmd_triggerSequenceDelayQ) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:EXIT:CONDition\", scpi_cmd_triggerSequenceExitCondition) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:EXIT:CONDition?\", scpi_cmd_triggerSequenceExitConditionQ) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:SOURce\", scpi_cmd_triggerSequenceSource) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence]:SOURce?\", scpi_cmd_triggerSequenceSourceQ) \\\n    SCPI_COMMAND(\"TRIGger[:SEQuence][:IMMediate]\", scpi_cmd_triggerSequenceImmediate) \\\n    SCPI_COMMAND(\"TRIGger:DLOG[:IMMediate]\", scpi_cmd_triggerDlogImmediate) \\\n    SCPI_COMMAND(\"TRIGger:DLOG:SOURce\", scpi_cmd_triggerDlogSource) \\\n    SCPI_COMMAND(\"TRIGger:DLOG:SOURce?\", scpi_cmd_triggerDlogSourceQ) \\\n    SCPI_COMMAND(\"APPLy\", scpi_cmd_apply) \\\n    SCPI_COMMAND(\"APPLy?\", scpi_cmd_applyQ) \\\n    SCPI_COMMAND(\"DEBUg?\", scpi_cmd_debugQ) \\\n    SCPI_COMMAND(\"SIMUlator:EXIT\", scpi_cmd_simulatorExit) \\\n    SCPI_COMMAND(\"SIMUlator:GUI\", scpi_cmd_simulatorGui) \\\n    SCPI_COMMAND(\"SIMUlator:LOAD\", scpi_cmd_simulatorLoad) \\\n    SCPI_COMMAND(\"SIMUlator:LOAD:STATe\", scpi_cmd_simulatorLoadState) \\\n    SCPI_COMMAND(\"SIMUlator:LOAD:STATe?\", scpi_cmd_simulatorLoadStateQ) \\\n    SCPI_COMMAND(\"SIMUlator:LOAD?\", scpi_cmd_simulatorLoadQ) \\\n    SCPI_COMMAND(\"SIMUlator:PIN1\", scpi_cmd_simulatorPin1) \\\n    SCPI_COMMAND(\"SIMUlator:PIN1?\", scpi_cmd_simulatorPin1Q) \\\n    SCPI_COMMAND(\"SIMUlator:PWRGood\", scpi_cmd_simulatorPwrgood) \\\n    SCPI_COMMAND(\"SIMUlator:PWRGood?\", scpi_cmd_simulatorPwrgoodQ) \\\n    SCPI_COMMAND(\"SIMUlator:QUIT\", scpi_cmd_simulatorQuit) \\\n    SCPI_COMMAND(\"SIMUlator:RPOL\", scpi_cmd_simulatorRpol) \\\n    SCPI_COMMAND(\"SIMUlator:RPOL?\", scpi_cmd_simulatorRpolQ) \\\n    SCPI_COMMAND(\"SIMUlator:TEMPerature\", scpi_cmd_simulatorTemperature) \\\n    SCPI_COMMAND(\"SIMUlator:TEMPerature?\", scpi_cmd_simulatorTemperatureQ) \\\n    SCPI_COMMAND(\"SIMUlator:VOLTage:PROGram:EXTernal\", scpi_cmd_simulatorVoltageProgramExternal) \\\n    SCPI_COMMAND(\"SIMUlator:VOLTage:PROGram:EXTernal?\", scpi_cmd_simulatorVoltageProgramExternalQ) \\\n    SCPI_COMMAND(\"DEBUg\", scpi_cmd_debug) \\\n    SCPI_COMMAND(\"DEBUg:WDOG\", scpi_cmd_debugWdog) \\\n    SCPI_COMMAND(\"DEBUg:WDOG?\", scpi_cmd_debugWdogQ) \\\n    SCPI_COMMAND(\"DEBUg:ONTime?\", scpi_cmd_debugOntimeQ) \\\n    SCPI_COMMAND(\"DEBUg:VOLTage\", scpi_cmd_debugVoltage) \\\n    SCPI_COMMAND(\"DEBUg:CURRent\", scpi_cmd_debugCurrent) \\\n    SCPI_COMMAND(\"DEBUg:MEASure:VOLTage\", scpi_cmd_debugMeasureVoltage) \\\n    SCPI_COMMAND(\"DEBUg:MEASure:CURRent\", scpi_cmd_debugMeasureCurrent) \\\n    SCPI_COMMAND(\"DEBUg:FAN\", scpi_cmd_debugFan) \\\n    SCPI_COMMAND(\"DEBUg:FAN?\", scpi_cmd_debugFanQ) \\\n    SCPI_COMMAND(\"DEBUg:FAN:PID\", scpi_cmd_debugFanPid) \\\n    SCPI_COMMAND(\"DEBUg:FAN:PID?\", scpi_cmd_debugFanPidQ) \\\n    SCPI_COMMAND(\"SYSTem:DATE:CLEar\", scpi_cmd_systemDateClear) \\\n    SCPI_COMMAND(\"SYSTem:TIME:CLEar\", scpi_cmd_systemTimeClear) \\\n    SCPI_COMMAND(\"SYSTem:SERial\", scpi_cmd_systemSerial) \\\n    SCPI_COMMAND(\"SYSTem:SERial?\", scpi_cmd_systemSerialQ)\n"
  },
  {
    "path": "eez_psu_sketch/scpi_core.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"eeprom.h\"\n#include \"profile.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_coreCls(scpi_t * context) {\n    return SCPI_CoreCls(context);\n}\n\nscpi_result_t scpi_cmd_coreEse(scpi_t * context) {\n    return SCPI_CoreEse(context);\n}\n\nscpi_result_t scpi_cmd_coreEseQ(scpi_t * context) {\n    return SCPI_CoreEseQ(context);\n}\n\nscpi_result_t scpi_cmd_coreEsrQ(scpi_t * context) {\n    return SCPI_CoreEsrQ(context);\n}\n\nscpi_result_t scpi_cmd_coreIdnQ(scpi_t * context) {\n    return SCPI_CoreIdnQ(context);\n}\n\nscpi_result_t scpi_cmd_coreOpc(scpi_t * context) {\n    return SCPI_CoreOpc(context);\n}\n\nscpi_result_t scpi_cmd_coreOpcQ(scpi_t * context) {\n    return SCPI_CoreOpcQ(context);\n}\n\n/**\n* Implement IEEE488.2 *RCL\n*\n* Recalls the PSU state stored in the specified storage location.\n*\n* Return SCPI_RES_OK\n*/\nscpi_result_t scpi_cmd_coreRcl(scpi_t * context) {\n    int location;\n    if (!get_profile_location_param(context, location)) {\n        return SCPI_RES_ERR;\n    }\n    \n    if (!profile::recall(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_LOAD_EMPTY_PROFILE);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_coreRst(scpi_t * context) {\n    return SCPI_CoreRst(context);\n}\n\n/**\n* Implement IEEE488.2 *SAV\n*\n* Stores the current PSU state in the specified storage location\n*\n* Return SCPI_RES_OK\n*/\nscpi_result_t scpi_cmd_coreSav(scpi_t * context) {\n    int location;\n    if (!get_profile_location_param(context, location)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!profile::saveAtLocation(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXTERNAL_EEPROM_SAVE_FAILED);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_coreSre(scpi_t * context) {\n    return SCPI_CoreSre(context);\n}\n\nscpi_result_t scpi_cmd_coreSreQ(scpi_t * context) {\n    return SCPI_CoreSreQ(context);\n}\n\nscpi_result_t scpi_cmd_coreStbQ(scpi_t * context) {\n    return SCPI_CoreStbQ(context);\n}\n\n/**\n* Implement IEEE488.2 *TST?\n*\n* Result should be 0 if everything is ok\n* Result should be 1 if something goes wrong\n*\n* Return SCPI_RES_OK\n*/\nscpi_result_t scpi_cmd_coreTstQ(scpi_t * context) {\n    SCPI_ResultInt(context, psu::test() ? 0 : 1);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_coreWai(scpi_t * context) {\n    return SCPI_CoreWai(context);\n}\n\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_debug.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n#include \"watchdog.h\"\n#include \"temperature.h\"\n#include \"fan.h\"\n#include \"serial_psu.h\"\n#include \"fan.h\"\n\nnamespace eez {\nnamespace psu {\n\n#if CONF_DEBUG\n    using namespace debug;\n#endif // CONF_DEBUG\n\nnamespace scpi {\n\nscpi_result_t scpi_cmd_debug(scpi_t *context) {\n#if CONF_DEBUG\n    scpi_number_t param;\n    if (SCPI_ParamNumber(context, 0, &param, false)) {\n        delay((uint32_t) round(param.value * 1000));\n    } else {\n        delay(1000);\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugQ(scpi_t *context) {\n#if CONF_DEBUG\n    char buffer[4096];\n\n    Channel::get(0).adcReadAll();\n    Channel::get(1).adcReadAll();\n\n    debug::dumpVariables(buffer);\n\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugWdog(scpi_t * context) {\n#if CONF_DEBUG\n    if (!OPTION_WATCHDOG) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n\tdebug::g_debugWatchdog = enable;\n    \n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugWdogQ(scpi_t * context) {\n#if CONF_DEBUG\n    if (!OPTION_WATCHDOG) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, debug::g_debugWatchdog);\n    \n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugOntimeQ(scpi_t *context) {\n#if CONF_DEBUG\n    char buffer[512] = { 0 };\n    char *p = buffer;\n\n    sprintf_P(p, PSTR(\"power active: %d\\n\"), int(g_powerOnTimeCounter.isActive() ? 1 : 0));\n    p += strlen(p);\n\n\tfor (int i = 0; i < CH_NUM; ++i) {\n\t    Channel& channel = Channel::get(i);\n\n\t\tsprintf_P(p, PSTR(\"CH%d active: %d\\n\"), channel.index, int(channel.onTimeCounter.isActive() ? 1 : 0));\n\t\tp += strlen(p);\n\t}\n\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugVoltage(scpi_t *context) {\n#if CONF_DEBUG\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t value;\n    if (!SCPI_ParamUInt32(context, &value, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel->dac.set_voltage((uint16_t)value);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugCurrent(scpi_t *context) {\n#if CONF_DEBUG\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t value;\n    if (!SCPI_ParamUInt32(context, &value, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel->dac.set_current((uint16_t)value);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugMeasureVoltage(scpi_t *context) {\n#if CONF_DEBUG\n    if (serial::g_testResult != TEST_OK) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    while (true) {\n        uint32_t tickCount = micros();\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n        watchdog::tick(tickCount);\n#endif\n\t    temperature::tick(tickCount);\n\t    fan::tick(tickCount);\n\n        channel->adc.start(AnalogDigitalConverter::ADC_REG0_READ_U_MON);\n        delayMicroseconds(2000);\n        int16_t adc_data = channel->adc.read();\n        channel->eventAdcData(adc_data, false);\n\n        SERIAL_PORT.print((int)debug::g_uMon[channel->index - 1].get());\n        SERIAL_PORT.print(\" \");\n        SERIAL_PORT.print(channel->u.mon_last, 5);\n        SERIAL_PORT.println(\"V\");\n\n        int32_t diff = micros() - tickCount;\n        if (diff < 48000L) {\n            delayMicroseconds(48000L - diff);\n        }\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugMeasureCurrent(scpi_t *context) {\n#if CONF_DEBUG\n    if (serial::g_testResult != TEST_OK) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    while (true) {\n        uint32_t tickCount = micros();\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n        watchdog::tick(tickCount);\n#endif\n\t    temperature::tick(tickCount);\n\t    fan::tick(tickCount);\n\n        channel->adc.start(AnalogDigitalConverter::ADC_REG0_READ_I_MON);\n        delayMicroseconds(2000);\n        int16_t adc_data = channel->adc.read();\n        channel->eventAdcData(adc_data, false);\n\n        SERIAL_PORT.print((int)debug::g_iMon[channel->index - 1].get());\n        SERIAL_PORT.print(\" \");\n        SERIAL_PORT.print(channel->i.mon_last, 5);\n        SERIAL_PORT.println(\"A\");\n\n        int32_t diff = micros() - tickCount;\n        if (diff < 48000L) {\n            delayMicroseconds(48000L - diff);\n        }\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif // CONF_DEBUG\n}\n\nscpi_result_t scpi_cmd_debugFan(scpi_t * context) {\n\tint32_t fanSpeed;\n\tif (!SCPI_ParamInt(context, &fanSpeed, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (fanSpeed < 0) {\n\t\tfan::g_fanManualControl = false;\n\t}\n\telse {\n\t\tfan::g_fanManualControl = true;\n\n\t\tif (fanSpeed > 255) {\n\t\t\tfanSpeed = 255;\n\t\t}\n\n\t\tfan::g_fanSpeedPWM = fanSpeed;\n\t\tanalogWrite(FAN_PWM, fan::g_fanSpeedPWM);\n\t}\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_debugFanQ(scpi_t * context) {\n\tSCPI_ResultInt(context, fan::g_fanSpeedPWM);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_debugFanPid(scpi_t * context) {\n\tdouble Kp;\n\tif (!SCPI_ParamDouble(context, &Kp, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdouble Ki;\n\tif (!SCPI_ParamDouble(context, &Ki, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdouble Kd;\n\tif (!SCPI_ParamDouble(context, &Kd, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tint32_t POn;\n\tif (!SCPI_ParamInt(context, &POn, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tfan::setPidTunings(Kp, Ki, Kd, POn);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_debugFanPidQ(scpi_t * context) {\n\tdouble Kp[4] = { fan::g_Kp, fan::g_Ki, fan::g_Kd, fan::g_POn * 1.0f };\n\n\tSCPI_ResultArrayDouble(context, Kp, 4, SCPI_FORMAT_ASCII);\n\n\treturn SCPI_RES_OK;\n}\n\n\n}\n}\n} // namespace eez::psu::scpi\n"
  },
  {
    "path": "eez_psu_sketch/scpi_diag.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"calibration.h\"\n#include \"devices.h\"\n#include \"temperature.h\"\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#include \"fan.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void printCalibrationValue(scpi_t *context, char *buffer, calibration::Value &value) {\n    const char *prefix;\n    void(*strcat_value)(char *str, float value, int numSignificantDecimalDigits, int channelIndex);\n    int numSignificantDecimalDigits = 4;\n    if (value.voltOrCurr) {\n        prefix = PSTR(\"u\");\n        strcat_value = util::strcatVoltage;\n    }\n    else {\n        prefix = PSTR(\"i\");\n        strcat_value = util::strcatCurrent;\n    }\n\n    if (value.min_set) { strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_min=\")); strcat_value(buffer, value.min_val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer); }\n    if (value.mid_set) { strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_mid=\")); strcat_value(buffer, value.mid_val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer); }\n    if (value.max_set) { strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_max=\")); strcat_value(buffer, value.max_val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer); }\n\n    strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_level=\"));\n    switch (value.level) {\n    case calibration::LEVEL_NONE: strcat_P(buffer, PSTR(\"none\")); break;\n    case calibration::LEVEL_MIN:  strcat_P(buffer, PSTR(\"min\") ); break;\n    case calibration::LEVEL_MID:  strcat_P(buffer, PSTR(\"mid\") ); break;\n    case calibration::LEVEL_MAX:  strcat_P(buffer, PSTR(\"max\") ); break;\n    }\n    SCPI_ResultText(context, buffer);\n\n    if (value.level != calibration::LEVEL_NONE) {\n        strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_level_value=\")); strcat_value(buffer, value.getLevelValue(), numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy_P(buffer, prefix); strcat_P(buffer, PSTR(\"_adc=\"        )); strcat_value(buffer, value.getAdcValue()  , numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n    }\n}\n\nvoid printCalibrationParameters(scpi_t *context, ValueType valueType, uint8_t currentRange, bool calParamsExists, Channel::CalibrationValueConfiguration &calibrationValue, char *buffer) {\n    const char *prefix;\n    void(*strcat_value)(char *str, float value, int precision, int channelIndex);\n    int numSignificantDecimalDigits = 4;\n    if (valueType == VALUE_TYPE_FLOAT_VOLT) {\n        prefix = PSTR(\"u\");\n        strcat_value = util::strcatVoltage;\n    }\n    else {\n        if (currentRange == 0) {\n            prefix = PSTR(\"i_5A\");\n        } else if (currentRange == 1) {\n            prefix = PSTR(\"i_500mA\");\n        } else {\n            prefix = PSTR(\"i\");\n        }\n        strcat_value = util::strcatCurrent;\n    }\n\n    strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_cal_params_exists=\")); util::strcatInt(buffer, calParamsExists);SCPI_ResultText(context, buffer);\n    \n    if (calParamsExists) {\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_min_level=\")); strcat_value(buffer, calibrationValue.min.dac, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_min_data=\") ); strcat_value(buffer, calibrationValue.min.val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_min_adc=\")  ); strcat_value(buffer, calibrationValue.min.adc, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_mid_level=\")); strcat_value(buffer, calibrationValue.mid.dac, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_mid_data=\") ); strcat_value(buffer, calibrationValue.mid.val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_mid_adc=\")  ); strcat_value(buffer, calibrationValue.mid.adc, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_max_level=\")); strcat_value(buffer, calibrationValue.max.dac, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_max_data=\") ); strcat_value(buffer, calibrationValue.max.val, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n        strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_max_adc=\")  ); strcat_value(buffer, calibrationValue.max.adc, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n\t    strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_min_range=\")  ); strcat_value(buffer, calibrationValue.minPossible, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n\t    strcpy(buffer, prefix); strcat_P(buffer, PSTR(\"_max_range=\")  ); strcat_value(buffer, calibrationValue.maxPossible, numSignificantDecimalDigits, -1); SCPI_ResultText(context, buffer);\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_diagnosticInformationAdcQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    channel->adcReadAll();\n\n    char buffer[64] = { 0 };\n\n    strcpy_P(buffer, PSTR(\"U_SET=\"));\n    util::strcatVoltage(buffer, channel->u.mon_dac);\n    SCPI_ResultText(context, buffer);\n\n    strcpy_P(buffer, PSTR(\"U_MON=\"));\n    util::strcatVoltage(buffer, channel->u.mon_last);\n    SCPI_ResultText(context, buffer);\n\n    strcpy_P(buffer, PSTR(\"I_SET=\"));\n    util::strcatCurrent(buffer, channel->i.mon_dac, getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_AMPER), channel->index-1);\n    SCPI_ResultText(context, buffer);\n\n    strcpy_P(buffer, PSTR(\"I_MON=\"));\n    util::strcatCurrent(buffer, channel->i.mon_last, getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_AMPER), channel->index-1);\n    SCPI_ResultText(context, buffer);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_diagnosticInformationCalibrationQ(scpi_t *context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[128] = { 0 };\n\n    if (calibration::isEnabled()) {\n        if (calibration::isRemarkSet()) {\n            sprintf_P(buffer, PSTR(\"remark=%s\"), calibration::getRemark());\n            SCPI_ResultText(context, buffer);\n        }\n        printCalibrationValue(context, buffer, calibration::getVoltage());\n        printCalibrationValue(context, buffer, calibration::getCurrent());\n    }\n    else {\n        sprintf_P(buffer, PSTR(\"remark=%s %s\"), channel->cal_conf.calibration_date, channel->cal_conf.calibration_remark);\n        SCPI_ResultText(context, buffer);\n\n        printCalibrationParameters(context, VALUE_TYPE_FLOAT_VOLT, -1, channel->cal_conf.flags.u_cal_params_exists, channel->cal_conf.u, buffer);\n        if (channel->hasSupportForCurrentDualRange()) {\n            printCalibrationParameters(context, VALUE_TYPE_FLOAT_AMPER, 0, channel->cal_conf.flags.i_cal_params_exists_range_high, channel->cal_conf.i[0], buffer);\n            printCalibrationParameters(context, VALUE_TYPE_FLOAT_AMPER, 1, channel->cal_conf.flags.i_cal_params_exists_range_low, channel->cal_conf.i[1], buffer);\n        } else {\n            printCalibrationParameters(context, VALUE_TYPE_FLOAT_AMPER, -1, channel->cal_conf.flags.i_cal_params_exists_range_high, channel->cal_conf.i[0], buffer);\n        }\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_diagnosticInformationProtectionQ(scpi_t * context) {\n    char buffer[256] = { 0 };\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel *channel = &Channel::get(i);\n\n        // voltage\n        sprintf_P(buffer, PSTR(\"CH%d u_tripped=%d\" ), channel->index, (int)channel->ovp.flags.tripped         ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d u_state=%d\"   ), channel->index, (int)channel->prot_conf.flags.u_state   ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d u_delay=\"), channel->index);\n        util::strcatDuration(buffer, channel->prot_conf.u_delay);\n        SCPI_ResultText(context, buffer);\n\n        sprintf_P(buffer, PSTR(\"CH%d u_level=\"), channel->index);\n        util::strcatVoltage(buffer, channel->prot_conf.u_level);\n        SCPI_ResultText(context, buffer);\n\n        // current\n        sprintf_P(buffer, PSTR(\"CH%d i_tripped=%d\" ), channel->index, (int)channel->ocp.flags.tripped         ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d i_state=%d\"   ), channel->index, (int)channel->prot_conf.flags.i_state   ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d i_delay=\"), channel->index);\n        util::strcatDuration(buffer, channel->prot_conf.i_delay);\n        SCPI_ResultText(context, buffer);\n\n        // power\n        sprintf_P(buffer, PSTR(\"CH%d p_tripped=%d\"), channel->index, (int)channel->opp.flags.tripped         ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d p_state=%d\"  ), channel->index, (int)channel->prot_conf.flags.p_state   ); SCPI_ResultText(context, buffer);\n        sprintf_P(buffer, PSTR(\"CH%d p_delay=\"), channel->index);\n        util::strcatDuration(buffer, channel->prot_conf.p_delay);\n        SCPI_ResultText(context, buffer);\n\n        sprintf_P(buffer, PSTR(\"CH%d p_level=\"), channel->index);\n        util::strcatPower(buffer, channel->prot_conf.p_level);\n        SCPI_ResultText(context, buffer);\n    }\n\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\ttemp_sensor::TempSensor &sensor = temp_sensor::sensors[i];\n\t\ttemperature::TempSensorTemperature &sensorTemperature = temperature::sensors[i];\n\n\t\tsprintf_P(buffer, PSTR(\"temp_%s_tripped=%d\"), sensor.name, (int)sensorTemperature.isTripped());\n\t\tSCPI_ResultText(context, buffer);\n\n\t\tsprintf_P(buffer, PSTR(\"temp_%s_state=%d\"  ), sensor.name, (int)sensorTemperature.prot_conf.state);\n\t\tSCPI_ResultText(context, buffer);\n\n\t\tsprintf_P(buffer, PSTR(\"temp_%s_delay=\"), sensor.name);\n\t\tutil::strcatDuration(buffer, sensorTemperature.prot_conf.delay);\n\t\tSCPI_ResultText(context, buffer);\n\n\t\tsprintf_P(buffer, PSTR(\"temp_%s_level=\"), sensor.name);\n\t\tutil::strcatFloat(buffer, sensorTemperature.prot_conf.level, getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_CELSIUS));\n\t\tstrcat_P(buffer, PSTR(\" oC\"));\n\t\tSCPI_ResultText(context, buffer);\n\t}\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_diagnosticInformationTestQ(scpi_t * context) {\n    char buffer[128] = { 0 };\n\n\tfor (int i = 0; i < devices::numDevices; ++i) {\n\t\tdevices::Device &device = devices::devices[i];\n\n\t\tsprintf_P(buffer, PSTR(\"%d, %s, %s, %s\"),\n\t\t\tdevice.testResult ? (int)*device.testResult : TEST_SKIPPED, device.deviceName, devices::getInstalledString(device.installed), devices::getTestResultString(*device.testResult));\n\t\tSCPI_ResultText(context, buffer);\n\t}\n\n//    sprintf_P(buffer, PSTR(\"%d, EEPROM, %s, %s\"),\n//        eeprom::g_testResult, get_installed_str(OPTION_EXT_EEPROM), get_test_result_str(eeprom::g_testResult));\n//    SCPI_ResultText(context, buffer);\n//    \n//    sprintf_P(buffer, PSTR(\"%d, Ethernet, %s, %s\"),\n//        ethernet::g_testResult, get_installed_str(OPTION_ETHERNET), get_test_result_str(ethernet::g_testResult));\n//    SCPI_ResultText(context, buffer);\n//\n//    sprintf_P(buffer, PSTR(\"%d, RTC, %s, %s\"),\n//        rtc::g_testResult, get_installed_str(OPTION_EXT_RTC), get_test_result_str(rtc::g_testResult));\n//    SCPI_ResultText(context, buffer);\n//    \n//    sprintf_P(buffer, PSTR(\"%d, DateTime, %s, %s\"),\n//        datetime::g_testResult, get_installed_str(true), get_test_result_str(datetime::g_testResult));\n//    SCPI_ResultText(context, buffer);\n//\n//    sprintf_P(buffer, PSTR(\"%d, BP option, %s, %s\"),\n//        psu::TEST_SKIPPED, get_installed_str(OPTION_BP), get_test_result_str(psu::TEST_SKIPPED));\n//    SCPI_ResultText(context, buffer);\n//\n//\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n//\t\ttemp_sensor::TempSensor &sensor = temp_sensor::sensors[i];\n//\t\tsprintf_P(buffer, PSTR(\"%d, %s temp, %s, %s\"),\n//\t\t\tsensor.g_testResult, sensor.name, get_installed_str(sensor.installed ? true : false), get_test_result_str(sensor.g_testResult));\n//\t\tSCPI_ResultText(context, buffer);\n//\t}\n//\n//#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n//    sprintf_P(buffer, PSTR(\"%d, Fan, %s, %s\"),\n//        fan::g_testResult, get_installed_str(OPTION_FAN), get_test_result_str(fan::g_testResult));\n//    SCPI_ResultText(context, buffer);\n//#endif\n//\n//\tif (psu::isPowerUp()) {\n//        for (int i = 0; i < CH_NUM; ++i) {\n//            Channel *channel = &Channel::get(i);\n//\n//            sprintf_P(buffer, PSTR(\"%d, CH%d IOEXP, installed, %s\"),\n//                channel->ioexp.g_testResult, channel->index, get_test_result_str((psu::TestResult)channel->ioexp.g_testResult));\n//            SCPI_ResultText(context, buffer);\n//\n//            sprintf_P(buffer, PSTR(\"%d, CH%d DAC, installed, %s\"),\n//                channel->dac.g_testResult, channel->index, get_test_result_str((psu::TestResult)channel->dac.g_testResult));\n//            SCPI_ResultText(context, buffer);\n//\n//            sprintf_P(buffer, PSTR(\"%d, CH%d ADC, installed, %s\"),\n//                channel->adc.g_testResult, channel->index, get_test_result_str((psu::TestResult)channel->adc.g_testResult));\n//            SCPI_ResultText(context, buffer);\n//        }\n//    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_diagnosticInformationFanQ(scpi_t * context) {\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_FAN && FAN_OPTION_RPM_MEASUREMENT\n\tSCPI_ResultInt(context, fan::g_rpm);\n#else\n\tSCPI_ResultInt(context, -1);\n#endif\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_display.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"persist_conf.h\"\n\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\nscpi_result_t scpi_cmd_displayBrightness(scpi_t *context) {\n#if OPTION_DISPLAY\n    int32_t param;\n    if (!SCPI_ParamInt(context, &param, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (param < DISPLAY_BRIGHTNESS_MIN || param > DISPLAY_BRIGHTNESS_MAX) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setDisplayBrightness(param);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayBrightnessQ(scpi_t *context) {\n#if OPTION_DISPLAY\n    SCPI_ResultInt(context, persist_conf::devConf2.displayBrightness);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayView(scpi_t *context) {\n#if OPTION_DISPLAY\n    int32_t param;\n    if (!SCPI_ParamInt(context, &param, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (param < 1 || param > 4) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setChannelsViewMode(param - 1);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayViewQ(scpi_t *context) {\n#if OPTION_DISPLAY\n    SCPI_ResultInt(context, persist_conf::devConf.flags.channelsViewMode + 1);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayWindowState(scpi_t *context) {\n#if OPTION_DISPLAY\n    bool onOff;\n    if (!SCPI_ParamBool(context, &onOff, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::setDisplayState(onOff ? 1 : 0)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayWindowStateQ(scpi_t *context) {\n#if OPTION_DISPLAY\n    SCPI_ResultBool(context, persist_conf::devConf2.flags.displayState);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayWindowText(scpi_t *context) {\n#if OPTION_DISPLAY\n    const char *text;\n    size_t len;\n    if (!SCPI_ParamCharacters(context, &text, &len, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (len > 32) {\n        SCPI_ErrorPush(context, SCPI_ERROR_TOO_MUCH_DATA);\n        return SCPI_RES_ERR;\n    }\n\n    gui::setTextMessage(text, len);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayWindowTextQ(scpi_t *context) {\n#if OPTION_DISPLAY\n    SCPI_ResultText(context, gui::getTextMessage());\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_displayWindowTextClear(scpi_t *context) {\n#if OPTION_DISPLAY\n    gui::clearTextMessage();\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_dlog.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2018-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#if OPTION_SD_CARD\n#include \"dlog.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\nscpi_result_t scpi_cmd_abortDlog(scpi_t * context) {\n#if OPTION_SD_CARD\n\tdlog::abort();\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_initiateDlog(scpi_t * context) {\n#if OPTION_SD_CARD\n\tchar filePath[MAX_PATH_LENGTH + 1];\n\tif (!getFilePath(context, filePath, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tint result = dlog::initiate(filePath);\n\tif (result != SCPI_RES_OK) {\n\t\tSCPI_ErrorPush(context, result);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionVoltage(scpi_t * context) {\n#if OPTION_SD_CARD\n\tbool enable;\n\tif (!SCPI_ParamBool(context, &enable, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_logVoltage[channel->index - 1] = enable;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionVoltageQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tSCPI_ResultBool(context, dlog::g_logVoltage[channel->index - 1]);\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionCurrent(scpi_t * context) {\n#if OPTION_SD_CARD\n\tbool enable;\n\tif (!SCPI_ParamBool(context, &enable, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_logCurrent[channel->index - 1] = enable;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionCurrentQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tSCPI_ResultBool(context, dlog::g_logCurrent[channel->index - 1]);\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionPower(scpi_t * context) {\n#if OPTION_SD_CARD\n\tbool enable;\n\tif (!SCPI_ParamBool(context, &enable, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_logPower[channel->index - 1] = enable;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogFunctionPowerQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tChannel *channel = param_channel(context);\n\tif (!channel) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tSCPI_ResultBool(context, dlog::g_logPower[channel->index - 1]);\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogPeriod(scpi_t * context) {\n#if OPTION_SD_CARD\n\tscpi_number_t param;\n\tif (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tfloat period;\n\n\tif (param.special) {\n\t\tif (param.tag == SCPI_NUM_MIN) {\n\t\t\tperiod = dlog::PERIOD_MIN;\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_MAX) {\n\t\t\tperiod = dlog::PERIOD_MAX;\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_DEF) {\n\t\t\tperiod = dlog::PERIOD_DEFAULT;\n\t\t}\n\t\telse {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\t}\n\telse {\n\t\tif (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_SECOND) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\n\t\tperiod = (float)param.value;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_period = period;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogPeriodQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tSCPI_ResultFloat(context, dlog::g_period);\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogTime(scpi_t * context) {\n#if OPTION_SD_CARD\n\tscpi_number_t param;\n\tif (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tfloat time;\n\n\tif (param.special) {\n\t\tif (param.tag == SCPI_NUM_MIN) {\n\t\t\ttime = dlog::TIME_MIN;\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_MAX) {\n\t\t\ttime = dlog::TIME_MAX;\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_DEF) {\n\t\t\ttime = dlog::TIME_DEFAULT;\n\t\t}\n\t\telse {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\t}\n\telse {\n\t\tif (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_SECOND) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\n\t\ttime = (float)param.value;\n\t}\n\n\tif (!dlog::isIdle()) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_time = time;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_senseDlogTimeQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tSCPI_ResultFloat(context, dlog::g_time);\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_inst.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"calibration.h\"\n#include \"channel_dispatcher.h\"\n#include \"profile.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_choice_def_t channelsCouplingChoice[] = {\n    { \"NONE\", channel_dispatcher::TYPE_NONE },\n    { \"PARallel\", channel_dispatcher::TYPE_PARALLEL },\n    { \"SERies\", channel_dispatcher::TYPE_SERIES },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_choice_def_t traceValueChoice[] = {\n    { \"VOLTage\", DISPLAY_VALUE_VOLTAGE },\n    { \"CURRent\", DISPLAY_VALUE_CURRENT },\n    { \"POWer\", DISPLAY_VALUE_POWER },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic void select_channel(scpi_t * context, uint8_t ch) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    psu_context->selected_channel_index = ch;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_instrumentSelect(scpi_t * context) {\n    if (calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    select_channel(context, channel->index);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentSelectQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    char buffer[256] = { 0 };\n    sprintf_P(buffer, PSTR(\"CH%d\"), (int)psu_context->selected_channel_index);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentNselect(scpi_t * context) {\n    if (calibration::isEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t ch;\n    if (!SCPI_ParamInt(context, &ch, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!check_channel(context, ch)) {\n        return SCPI_RES_ERR;\n    }\n\n    select_channel(context, ch);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentNselectQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    SCPI_ResultInt(context, psu_context->selected_channel_index);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentCoupleTracking(scpi_t * context) {\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t type;\n    if (!SCPI_ParamChoice(context, channelsCouplingChoice, &type, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (CH_NUM < 2) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    if (!Channel::get(0).isOk() || !Channel::get(1).isOk()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::setType((channel_dispatcher::Type)type)) {\n        profile::save();\n    } else {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentCoupleTrackingQ(scpi_t * context) {\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    char result[16];\n\n    channel_dispatcher::Type type = channel_dispatcher::getType();\n    if (type == channel_dispatcher::TYPE_PARALLEL) {\n        strcpy_P(result, PSTR(\"PARALLEL\"));\n    } else if (type == channel_dispatcher::TYPE_SERIES) {\n        strcpy_P(result, PSTR(\"SERIES\"));\n    } else {\n        strcpy_P(result, PSTR(\"NONE\"));\n    }\n\n    SCPI_ResultText(context, result);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentDisplayTrace(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    int32_t traceNumber;\n    SCPI_CommandNumbers(context, &traceNumber, 1, 1);\n    if (traceNumber < 1 || traceNumber > 2) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t traceValue;\n    if (!SCPI_ParamChoice(context, traceValueChoice, &traceValue, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (traceNumber == 1) {\n        if (traceValue == channel->flags.displayValue2) {\n            SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n            return SCPI_RES_ERR;\n        }\n        channel_dispatcher::setDisplayViewSettings(*channel, traceValue, channel->flags.displayValue2, channel->ytViewRate);\n    } else {\n        if (traceValue == channel->flags.displayValue1) {\n            SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n            return SCPI_RES_ERR;\n        }\n        channel_dispatcher::setDisplayViewSettings(*channel, channel->flags.displayValue1, traceValue, channel->ytViewRate);\n    }\n\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentDisplayTraceQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    int32_t traceNumber;\n    SCPI_CommandNumbers(context, &traceNumber, 1, 1);\n    if (traceNumber < 1 || traceNumber > 2) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_ERR;\n    }\n\n    int8_t traceValue;\n    if (traceNumber == 1) {\n        traceValue = channel->flags.displayValue1;\n    } else {\n        traceValue = channel->flags.displayValue2;\n    }\n\n    char result[16];\n\n    if (traceValue == DISPLAY_VALUE_VOLTAGE) {\n        strcpy_P(result, PSTR(\"VOLT\"));\n    } else if (traceValue == DISPLAY_VALUE_CURRENT) {\n        strcpy_P(result, PSTR(\"CURR\"));\n    } else {\n        strcpy_P(result, PSTR(\"POW\"));\n    }\n\n    SCPI_ResultText(context, result);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentDisplayTraceSwap(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    channel_dispatcher::setDisplayViewSettings(*channel, channel->flags.displayValue2, channel->flags.displayValue1, channel->ytViewRate);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentDisplayYtRate(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    float ytViewRate;\n    if (!get_duration_param(context, ytViewRate, GUI_YT_VIEW_RATE_MIN, GUI_YT_VIEW_RATE_MAX, GUI_YT_VIEW_RATE_DEFAULT)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setDisplayViewSettings(*channel, channel->flags.displayValue1, channel->flags.displayValue2, ytViewRate);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_instrumentDisplayYtRateQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    Channel *channel = &Channel::get(psu_context->selected_channel_index - 1);\n\n    SCPI_ResultFloat(context, channel->ytViewRate);\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_meas.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n#include \"temperature.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_measureScalarCurrentDcQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[256] = { 0 };\n    util::strcatFloat(buffer, channel_dispatcher::getIMon(*channel), VALUE_TYPE_FLOAT_AMPER, channel->index-1);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_measureScalarPowerDcQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[256] = { 0 };\n    util::strcatFloat(buffer, channel_dispatcher::getUMon(*channel) * channel_dispatcher::getIMon(*channel), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_WATT));\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_measureScalarVoltageDcQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[256] = { 0 };\n    util::strcatFloat(buffer, channel_dispatcher::getUMon(*channel), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_VOLT));\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_measureScalarTemperatureThermistorDcQ(scpi_t * context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    char buffer[256] = { 0 };\n    util::strcatFloat(buffer, temperature::sensors[sensor].measure(), getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_CELSIUS));\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_mem.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"profile.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_memoryNstatesQ(scpi_t *context) {\n    SCPI_ResultInt(context, NUM_PROFILE_LOCATIONS);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateCatalogQ(scpi_t *context) {\n    char name[PROFILE_NAME_MAX_LENGTH + 1];\n\n    for (int i = 0; i < NUM_PROFILE_LOCATIONS; ++i) {\n        profile::getName(i, name, sizeof(name));\n        SCPI_ResultText(context, name);\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateDelete(scpi_t *context) {\n    int location;\n    if (!get_profile_location_param(context, location)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!profile::deleteLocation(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateDeleteAll(scpi_t *context) {\n    if (!profile::deleteAll()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateName(scpi_t *context) {\n    int location;\n    if (!get_profile_location_param(context, location)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!profile::isValid(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    const char *name;\n    size_t name_len;\n    if (!SCPI_ParamCharacters(context, &name, &name_len, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (name_len > PROFILE_NAME_MAX_LENGTH) {\n        SCPI_ErrorPush(context, SCPI_ERROR_TOO_MUCH_DATA);\n        return SCPI_RES_ERR;\n    }\n\n    if (!profile::setName(location, name, name_len)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateNameQ(scpi_t *context) {\n    int location;\n    if (!get_profile_location_param(context, location, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    char name[PROFILE_NAME_MAX_LENGTH + 1];\n    profile::getName(location, name, sizeof(name));\n\n    SCPI_ResultText(context, name);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateRecallAuto(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::enableProfileAutoRecall(enable)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateRecallAutoQ(scpi_t *context) {\n    SCPI_ResultBool(context, persist_conf::isProfileAutoRecallEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateRecallSelect(scpi_t *context) {\n    int location;\n    if (!get_profile_location_param(context, location, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!profile::isValid(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::setProfileAutoRecallLocation(location)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateRecallSelectQ(scpi_t *context) {\n    SCPI_ResultInt(context, persist_conf::getProfileAutoRecallLocation());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_memoryStateValidQ(scpi_t *context) {\n    int location;\n    if (!get_profile_location_param(context, location, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, profile::isValid(location));\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_mmem.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"profile.h\"\n\n#if OPTION_SD_CARD\n#include \"sd_card.h\"\n#endif\n\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if OPTION_SD_CARD\n\nvoid addExtension(char *filePath, const char *ext) {\n    if (!util::endsWith(filePath, ext)) {\n        strcat(filePath, ext);\n    }\n}\n\n#endif\n\nscpi_result_t scpi_cmd_mmemoryCdirectory(scpi_t *context) {\n#if OPTION_SD_CARD\n    char dirPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, dirPath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::exists(dirPath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    scpi_psu_t *psuContext = (scpi_psu_t *)context->user_context;\n    strcpy(psuContext->currentDirectory, dirPath);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryCdirectoryQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    scpi_psu_t *psuContext = (scpi_psu_t *)context->user_context;\n    if (psuContext->currentDirectory[0]) {\n        SCPI_ResultText(context, psuContext->currentDirectory);\n    } else {\n        SCPI_ResultText(context, \"/\");\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid catalogCallback(void *param, const char *name, const char *type, size_t size) {\n    scpi_t *context = (scpi_t *)param;\n\n    char buffer[MAX_PATH_LENGTH + 10 + 10 + 1];\n\n    // max. MAX_PATH_LENGTH characters\n    size_t nameLength = strlen(name);\n    size_t position;\n    if (nameLength > MAX_PATH_LENGTH) {\n        strncpy(buffer, name, MAX_PATH_LENGTH);\n        position = MAX_PATH_LENGTH;\n    } else {\n        strcpy(buffer, name);\n        position = nameLength;\n    }\n    \n    // max. 10 characters\n    buffer[position++] = ',';\n    strcpy(buffer + position, type);\n    position += strlen(type);\n    buffer[position++] = ',';\n\n    // max. 10 characters (for 4294967296)\n    sprintf(buffer + position, \"%lu\", (unsigned long)size);\n\n    SCPI_ResultText(context, buffer);\n\n    psu::tick();\n}\n\n\nscpi_result_t scpi_cmd_mmemoryCatalogQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    char dirPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, dirPath, false)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::catalog(dirPath, context, catalogCallback, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryCatalogLengthQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    char dirPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, dirPath, false)) {\n        return SCPI_RES_ERR;\n    }\n\n    size_t length;\n    int err;\n    if (!sd_card::catalogLength(dirPath, &length, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultUInt32(context, (uint32_t)length);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryInformationQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    uint64_t usedSpace, freeSpace;\n    if (!sd_card::getInfo(usedSpace, freeSpace)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultUInt64(context, usedSpace);\n    SCPI_ResultUInt64(context, freeSpace);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if OPTION_SD_CARD\nvoid uploadCallback(void *param, const void *buffer, size_t size) {\n    if (buffer == NULL && size == -1) {\n        return;\n    }\n\n    scpi_t *context = (scpi_t *)param;\n\n    if (buffer == NULL) {\n        SCPI_ResultArbitraryBlockHeader(context, size);\n        return;\n    }\n\n    SCPI_ResultArbitraryBlockData(context, buffer, size);\n\n    psu::tick();\n}\n#endif\n\nscpi_result_t scpi_cmd_mmemoryUploadQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::upload(filePath, context, uploadCallback, &err)) {\n\t\tif (err != SCPI_ERROR_FILE_TRANSFER_ABORTED) {\n\t\t\tevent_queue::pushEvent(event_queue::EVENT_ERROR_FILE_UPLOAD_FAILED);\n\t\t}\n\n\t\tif (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        \n\t\treturn SCPI_RES_ERR;\n    }\n\n\tevent_queue::pushEvent(event_queue::EVENT_INFO_FILE_UPLOAD_SUCCEEDED);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if OPTION_SD_CARD\nstatic char g_downloadFilePath[MAX_PATH_LENGTH + 1];\nstatic uint32_t g_downloadSize;\nstatic bool g_downloading;\nstatic bool g_aborted;\nstatic uint32_t g_downloaded;\n\nvoid abortDownloading();\n\nvoid startDownloading() {\n\tg_downloading = true;\n\tg_downloaded = 0;\n#if OPTION_DISPLAY\n\tgui::showProgressPage(\"Downloading...\", abortDownloading);\n#endif\n}\n\nvoid finishDownloading(int16_t eventId) {\n\tif (eventId != event_queue::EVENT_INFO_FILE_DOWNLOAD_SUCCEEDED) {\n\t\tsd_card::deleteFile(g_downloadFilePath, 0);\n\t}\n\tevent_queue::pushEvent(eventId);\n#if OPTION_DISPLAY\n\tgui::hideProgressPage();\n#endif\n\tg_downloading = false;\n\tg_downloadFilePath[0] = 0;\n}\n\nvoid abortDownloading() {\n\tfinishDownloading(event_queue::EVENT_WARNING_FILE_DOWNLOAD_ABORTED);\n\tg_aborted = true;\n}\n#endif\n\nscpi_result_t scpi_cmd_mmemoryDownloadFname(scpi_t *context) {\n#if OPTION_SD_CARD\n\tif (!getFilePath(context, g_downloadFilePath, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (g_downloading) {\n\t\tfinishDownloading(event_queue::EVENT_INFO_FILE_DOWNLOAD_SUCCEEDED);\n\t\treturn SCPI_RES_OK;\n\t}\n\n\tg_downloadSize = 0;\n\tg_aborted = false;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryDownloadSize(scpi_t *context) {\n#if OPTION_SD_CARD\n\tuint32_t size;\n\tif (!SCPI_ParamUInt32(context, &size, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (size > 2147483648L) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn SCPI_RES_ERR;\n\t}\n\t\n\tg_downloadSize = size;\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n\nscpi_result_t scpi_cmd_mmemoryDownloadData(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n\tif (g_aborted) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_FILE_TRANSFER_ABORTED);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    if (g_downloadFilePath[0] == 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_FILE_NAME_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    const char *buffer;\n    size_t size;\n    if (!SCPI_ParamArbitraryBlock(context, &buffer, &size, true)) {\n        return SCPI_RES_ERR;\n    }\n\n\tbool downloading = g_downloading;\n\tif (!downloading) {\n\t\tstartDownloading();\n\t}\n\n    int err;\n    if (!sd_card::download(g_downloadFilePath, !downloading, buffer, size, &err)) {\n\t\tfinishDownloading(event_queue::EVENT_ERROR_FILE_DOWNLOAD_FAILED);\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n\t\treturn SCPI_RES_ERR;\n    }\n\n#if OPTION_DISPLAY\n\tg_downloaded += size;\n\tgui::updateProgressPage(g_downloaded, g_downloadSize);\n#endif\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryDownloadAbort(scpi_t *context) {\n#if OPTION_SD_CARD\n\tabortDownloading();\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_mmemoryMove(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char sourcePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, sourcePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    char destinationPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, destinationPath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::moveFile(sourcePath, destinationPath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryCopy(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char sourcePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, sourcePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    char destinationPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, destinationPath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::copyFile(sourcePath, destinationPath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n\nscpi_result_t scpi_cmd_mmemoryDelete(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::deleteFile(filePath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryMdirectory(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char dirPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, dirPath, false)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::makeDir(dirPath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryRdirectory(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char dirPath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, dirPath, false)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!sd_card::removeDir(dirPath, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_mmemoryDateQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint8_t year, month, day;\n    int err;\n    if (!sd_card::getDate(filePath, year, month, day, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[16] = { 0 };\n    sprintf_P(buffer, PSTR(\"%d, %d, %d\"), (int)(year + 2000), (int)month, (int)day);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryTimeQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint8_t hour, minute, second;\n    int err;\n    if (!sd_card::getTime(filePath, hour, minute, second, &err)) {\n        if (err != 0) {\n            SCPI_ErrorPush(context, err);\n        }\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[16] = { 0 };\n    sprintf_P(buffer, PSTR(\"%d, %d, %d\"), (int)hour, (int)minute, (int)second);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_mmemoryLock(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (!checkPassword(context, persist_conf::devConf2.systemPassword)) {\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setSdLocked(true);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryLockQ(scpi_t *context) {\n#if OPTION_SD_CARD\n    SCPI_ResultBool(context, persist_conf::isSdLocked());\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryUnlock(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (!checkPassword(context, persist_conf::devConf2.systemPassword)) {\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setSdLocked(false);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_mmemoryLoadList(scpi_t *context) {\n#if OPTION_SD_CARD\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!list::loadList(*channel, filePath, &err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryStoreList(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!list::areListLengthsEquivalent(*channel)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_LIST_LENGTHS_NOT_EQUIVALENT);\n        return SCPI_RES_ERR;\n    }\n\n    char filePath[MAX_PATH_LENGTH + sizeof(list::LIST_EXT) + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    addExtension(filePath, list::LIST_EXT);\n\n    int err;\n    if (!list::saveList(*channel, filePath, &err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_mmemoryLoadProfile(scpi_t *context) {\n#if OPTION_SD_CARD\n    char filePath[MAX_PATH_LENGTH + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int err;\n    if (!profile::recallFromFile(filePath, &err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_mmemoryStoreProfile(scpi_t *context) {\n#if OPTION_SD_CARD\n    if (persist_conf::isSdLocked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MEDIA_PROTECTED);\n        return SCPI_RES_ERR;\n    }\n\n    char filePath[MAX_PATH_LENGTH + sizeof(profile::PROFILE_EXT) + 1];\n    if (!getFilePath(context, filePath, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    addExtension(filePath, profile::PROFILE_EXT);\n\n    int err;\n    if (!profile::saveToFile(filePath, &err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::scpi "
  },
  {
    "path": "eez_psu_sketch/scpi_outp.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"calibration.h\"\n#include \"channel_dispatcher.h\"\n#include \"profile.h\"\n#include \"trigger.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_outputModeQ(scpi_t *context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultText(context, channel->getCvModeStr());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputProtectionClear(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::clearProtection(*channel);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputState(scpi_t * context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (enable != channel->isOutputEnabled()) {\n        if (enable) {\n            if (channel_dispatcher::getVoltageTriggerMode(*channel) != TRIGGER_MODE_FIXED && !trigger::isIdle()) {\n                if (trigger::isInitiated()) {\n                    trigger::abort();\n                } else {\n                    SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n                    return SCPI_RES_ERR;\n                }\n            }\n\n            if (channel_dispatcher::isTripped(*channel)) {\n                SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_EXECUTE_BEFORE_CLEARING_PROTECTION);\n                return SCPI_RES_OK;\n            }\n        }\n        else {\n            if (calibration::isEnabled()) {\n                SCPI_ErrorPush(context, SCPI_ERROR_CAL_OUTPUT_DISABLED);\n            }\n        }\n\n        channel_dispatcher::outputEnable(*channel, enable);\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputStateQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->isOutputEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputTrackState(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (enable != channel_dispatcher::isTracked()) {\n        if (CH_NUM < 2) {\n            SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n            return SCPI_RES_ERR;\n        }\n\n        if (!Channel::get(0).isOk() || !Channel::get(1).isOk()) {\n            SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_ERROR);\n            return SCPI_RES_ERR;\n        }\n\n        if (channel_dispatcher::setType(enable ? channel_dispatcher::TYPE_TRACKED : channel_dispatcher::TYPE_NONE)) {\n            profile::save();\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputTrackStateQ(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel_dispatcher::isTracked());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputProtectionCouple(scpi_t * context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n\tif (!persist_conf::enableOutputProtectionCouple(enable)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n\t}\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputProtectionCoupleQ(scpi_t * context) {\n    SCPI_ResultBool(context, persist_conf::isOutputProtectionCoupleEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputStateTriggered(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setTriggerOutputState(*channel, enable);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_outputStateTriggeredQ(scpi_t *context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel_dispatcher::getTriggerOutputState(*channel));\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_params.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n#include \"temp_sensor.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_choice_def_t channel_choice[] = {\n    { \"CH1\", 1 },\n    { \"CH2\", 2 },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n#define TEMP_SENSOR(NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR) { #NAME, temp_sensor::NAME }\n\nscpi_choice_def_t temp_sensor_choice[] = {\n\tTEMP_SENSORS,\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n#undef TEMP_SENSOR\n\nscpi_choice_def_t internal_external_choice[] = {\n    { \"INTernal\", 0 },\n    { \"EXTernal\", 1 },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool check_channel(scpi_t *context, int32_t ch) {\n    if (ch < 1 || ch > CH_NUM) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CHANNEL_NOT_FOUND);\n        return false;\n    }\n\n    if (!psu::isPowerUp()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return false;\n    }\n\n    if (Channel::get(ch - 1).isTestFailed()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_ERROR);\n        return false;\n    }\n\n    if (!Channel::get(ch - 1).isPowerOk()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CH1_FAULT_DETECTED - (ch - 1));\n        return false;\n    }\n\n    if (!Channel::get(ch - 1).isOk()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return false;\n    }\n\n    return true;\n}\n\nChannel *param_channel(scpi_t *context, scpi_bool_t mandatory, scpi_bool_t skip_channel_check) {\n    int32_t ch;\n\n    if (!SCPI_ParamChoice(context, channel_choice, &ch, mandatory)) {\n        if (mandatory || SCPI_ParamErrorOccurred(context)) {\n            return 0;\n        }\n        scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n        ch = psu_context->selected_channel_index;\n    }\n\n    if (!skip_channel_check && !check_channel(context, ch)) return 0;\n\n    return &Channel::get(ch - 1);\n}\n\nChannel *set_channel_from_command_number(scpi_t *context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > CH_NUM) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return 0;\n    }\n\n    if (!check_channel(context, ch)) return 0;\n\n    return &Channel::get(ch - 1);\n}\n\nbool param_temp_sensor(scpi_t *context, int32_t &sensor) {\n    if (!SCPI_ParamChoice(context, temp_sensor_choice, &sensor, FALSE)) {\n#if OPTION_AUX_TEMP_SENSOR\n        if (SCPI_ParamErrorOccurred(context)) {\n            return false;\n        }\n        sensor = temp_sensor::AUX;\n#else\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn false;\n#endif\n    }\n\n\tif (!temp_sensor::sensors[sensor].installed) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn false;\n\t}\n\n\treturn true;\n}\n\nbool get_voltage_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_voltage_from_param(context, param, value, channel, cv);\n}\n\nbool get_voltage_protection_level_param(scpi_t *context, float &value, float min, float max, float def) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_voltage_protection_level_from_param(context, param, value, min, max, def);\n}\n\nbool get_current_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_current_from_param(context, param, value, channel, cv);\n}\n\nbool get_power_param(scpi_t *context, float &value, float min, float max, float def) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_power_from_param(context, param, value, min, max, def);\n}\n\nbool get_temperature_param(scpi_t *context, float &value, float min, float max, float def) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_temperature_from_param(context, param, value, min, max, def);\n}\n\nbool get_duration_param(scpi_t *context, float &value, float min, float max, float def) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_duration_from_param(context, param, value, min, max, def);\n}\n\nbool get_voltage_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv) {\n    if (param.special) {\n\t\tif (channel) {\n\t\t\tif (param.tag == SCPI_NUM_MAX) {\n\t\t\t\tvalue = channel_dispatcher::getUMax(*channel);\n\t\t\t}\n\t\t\telse if (param.tag == SCPI_NUM_MIN) {\n\t\t\t\tvalue = channel_dispatcher::getUMin(*channel);\n\t\t\t}\n\t\t\telse if (param.tag == SCPI_NUM_DEF) {\n\t\t\t\tvalue = channel_dispatcher::getUDef(*channel);\n\t\t\t}\n\t\t\telse if (param.tag == SCPI_NUM_UP && cv) {\n\t\t\t\tvalue = cv->set + cv->step;\n\t\t\t\tif (value > channel_dispatcher::getUMax(*channel)) value = channel_dispatcher::getUMax(*channel);\n\t\t\t}\n\t\t\telse if (param.tag == SCPI_NUM_DOWN && cv) {\n\t\t\t\tvalue = cv->set - cv->step;\n\t\t\t\tif (value < channel_dispatcher::getUMin(*channel)) value = channel_dispatcher::getUMin(*channel);\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} else {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn false;\n\t\t}\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_VOLT) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n\t\t\n\t\tif (channel) {\n\t\t\tif (value < channel_dispatcher::getUMin(*channel) || value > channel_dispatcher::getUMax(*channel)) {\n\t\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n    }\n\n    return true;\n}\n\nbool get_voltage_protection_level_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = max;\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = min;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_VOLT) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < min || value > max) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n    return true;\n}\n\nbool get_current_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = channel_dispatcher::getIMax(*channel);\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = channel_dispatcher::getIMin(*channel);\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = channel_dispatcher::getIDef(*channel);\n        }\n        else if (param.tag == SCPI_NUM_UP && cv) {\n            value = cv->set + cv->step;\n            if (value > channel_dispatcher::getIMax(*channel)) value = channel_dispatcher::getIMax(*channel);\n        }\n        else if (param.tag == SCPI_NUM_DOWN && cv) {\n            value = cv->set - cv->step;\n            if (value < channel_dispatcher::getIMin(*channel)) value = channel_dispatcher::getIMin(*channel);\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_AMPER) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < channel_dispatcher::getIMin(*channel) || value > channel_dispatcher::getIMax(*channel)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n\n    return true;\n}\n\nbool get_power_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = max;\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = min;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < min || value > max) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n    return true;\n}\n\nbool get_temperature_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = max;\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = min;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_CELSIUS) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < min || value > max) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n\n    return true;\n}\n\nbool get_duration_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = max;\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = min;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_SECOND) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < min || value > max) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n\n    return true;\n}\n\nbool get_voltage_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_voltage_limit_from_param(context, param, value, channel, cv);\n}\n\nbool get_current_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_current_limit_from_param(context, param, value, channel, cv);\n}\n\nbool get_power_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_power_limit_from_param(context, param, value, channel, cv);\n}\n\nbool get_voltage_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv) {\n\tif (context==NULL || channel==NULL) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn false;\n\t}\n    if (param.special) {\n\t\tif (param.tag == SCPI_NUM_MAX) {\n\t\t\tvalue = channel_dispatcher::getUMaxLimit(*channel);\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_MIN) {\n\t\t\tvalue = channel_dispatcher::getUMin(*channel);\n\t\t}\n\t\telse if (param.tag == SCPI_NUM_DEF) {\n\t\t\tvalue = channel_dispatcher::getUMaxLimit(*channel);\n\t\t}\n\t\telse {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn false;\n\t\t}\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_VOLT) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n\t\t\n\t\tif (value < channel_dispatcher::getUMin(*channel) || value > channel_dispatcher::getUMaxLimit(*channel)) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n\t\t\treturn false;\n\t\t}\n    }\n\n    return true;\n}\n\nbool get_current_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv) {\n\tif (context==NULL || channel==NULL) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn false;\n\t}\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = channel_dispatcher::getIMaxLimit(*channel);\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = channel_dispatcher::getIMin(*channel);\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = channel_dispatcher::getIMaxLimit(*channel);\n\t\t} else {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn false;\n\t\t}\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_AMPER) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        \n        if (value < channel_dispatcher::getIMin(*channel) || value > channel_dispatcher::getIMaxLimit(*channel)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n\n    return true;\n}\n\nbool get_power_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv) {\n\tif (context==NULL || channel==NULL) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn false;\n\t}\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = channel_dispatcher::getPowerMaxLimit(*channel);\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = channel_dispatcher::getPowerMinLimit(*channel);\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = channel_dispatcher::getPowerMaxLimit(*channel);\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_WATT) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        \n        if (value < channel_dispatcher::getPowerMinLimit(*channel) || value > channel_dispatcher::getPowerMaxLimit(*channel)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n\n    return true;\n}\n\nscpi_result_t result_float(scpi_t *context, Channel *channel, float value, ValueType valueType) {\n    char buffer[32] = { 0 };\n\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(valueType);\n    if (channel && channel->isCurrentLowRangeAllowed() && valueType == VALUE_TYPE_FLOAT_AMPER && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        ++numSignificantDecimalDigits;\n    }\n\n    util::strcatFloat(buffer, value, numSignificantDecimalDigits);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n    return SCPI_RES_OK;\n}\n\nbool get_profile_location_param(scpi_t * context, int &location, bool all_locations) {\n    int32_t param;\n    if (!SCPI_ParamInt(context, &param, true)) {\n        return false;\n    }\n\n    if (param < (all_locations ? 0 : 1) || param > NUM_PROFILE_LOCATIONS - 1) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return false;\n    }\n\n    location = (int)param;\n\n    return true;\n}\n\nvoid outputOnTime(scpi_t* context, uint32_t time) {\n    char str[128];\n\tontime::counterToString(str, sizeof(str), time);\n\tSCPI_ResultText(context, str);\n}\n\nbool checkPassword(scpi_t *context, const char *againstPassword) {\n    const char *password;\n    size_t len;\n\n    if (!SCPI_ParamCharacters(context, &password, &len, true)) {\n        return false;\n    }\n\n\tsize_t nPassword = strlen(againstPassword);\n    if (nPassword != len || strncmp(password, againstPassword, len) != 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_INVALID_PASSWORD);\n        return false;\n    }\n\n    return true;\n}\n\n#if OPTION_SD_CARD\n\nvoid cleanupPath(char *filePath) {\n\tutil::replaceCharacter(filePath, '\\\\', '/');\n\n\tchar *q = filePath;\n\n\tfor (char *p = filePath; *p; ++p) {\n\t\tif (*p == '\\\\') {\n\t\t\t*p = '/';\n\t\t}\n\n\t\tif (*p == '/' && (p > filePath && *(p - 1) == '/')) {\n\t\t\t// '//' -> '/'\n\t\t\tcontinue;\n\t\t}\n\t\telse if (*p == '.') {\n\t\t\tif (!*(p + 1)) {\n\t\t\t\t// '<...>/.' -> '<...>'\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if (*(p + 1) == '/') {\n\t\t\t\t// '<...>/./<...>' -> '<...>/<...>'\n\t\t\t\t++p;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\telse if (*(p + 1) == '.') {\n\t\t\t\t// '<...>/something/..<...>' -> '<...>/<...>'\n\t\t\t\tq -= 2;\n\t\t\t\twhile (true) {\n\t\t\t\t\tif (q < filePath) {\n\t\t\t\t\t\tq = filePath;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tif (*q == '/') {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\t--q;\n\t\t\t\t}\n\t\t\t\t++p;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t}\n\n\t\t*q++ = *p;\n\t}\n\n\t// remove trailing '/'\n\tif (q > filePath && *(q - 1) == '/') {\n\t\t--q;\n\t}\n\n\t// if empty then make it '/'\n\tif (q == filePath) {\n\t\t*q++ = '/';\n\t}\n\n\t*q = 0;\n}\n\nbool getFilePath(scpi_t *context, char *filePath, bool mandatory) {\n\tscpi_psu_t *psuContext = (scpi_psu_t *)context->user_context;\n\n\tconst char *filePathParam;\n\tsize_t filePathParamLen;\n\tif (SCPI_ParamCharacters(context, &filePathParam, &filePathParamLen, mandatory)) {\n\t\tif (filePathParamLen > MAX_PATH_LENGTH) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_FILE_NAME_ERROR);\n\t\t\treturn false;\n\t\t}\n\n\t\t// is it absolute file path?\n\t\tif (filePathParam[0] == '/' || filePathParam[0] == '\\\\') {\n\t\t\t// yes\n\t\t\tstrncpy(filePath, filePathParam, filePathParamLen);\n\t\t\tfilePath[filePathParamLen] = 0;\n\t\t}\n\t\telse {\n\t\t\t// no, combine with current directory to get absolute path\n\t\t\tsize_t currentDirectoryLen = strlen(psuContext->currentDirectory);\n\t\t\tsize_t filePathLen = currentDirectoryLen + 1 + filePathParamLen;\n\t\t\tif (filePathLen > MAX_PATH_LENGTH) {\n\t\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_FILE_NAME_ERROR);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tstrncpy(filePath, psuContext->currentDirectory, currentDirectoryLen);\n\t\t\tfilePath[currentDirectoryLen] = '/';\n\t\t\tstrncpy(filePath + currentDirectoryLen + 1, filePathParam, filePathParamLen);\n\t\t\tfilePath[filePathLen] = 0;\n\t\t}\n\t}\n\telse {\n\t\tif (SCPI_ParamErrorOccurred(context)) {\n\t\t\treturn false;\n\t\t}\n\t\tstrcpy(filePath, psuContext->currentDirectory);\n\t}\n\n\tcleanupPath(filePath);\n\n\treturn true;\n}\n\n#endif // OPTION_SD_CARD\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_params.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\nextern scpi_choice_def_t temp_sensor_choice[];\nextern scpi_choice_def_t internal_external_choice[];\n\nChannel *param_channel(scpi_t *context, scpi_bool_t mandatory = FALSE, scpi_bool_t skip_channel_check = FALSE);\nbool check_channel(scpi_t *context, int32_t ch);\nChannel *set_channel_from_command_number(scpi_t *context);\n\nbool param_temp_sensor(scpi_t *context, int32_t &sensor);\n\nbool get_voltage_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_voltage_protection_level_param(scpi_t *context, float &value, float min, float max, float def);\nbool get_current_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_power_param(scpi_t *context, float &value, float min, float max, float def);\nbool get_temperature_param(scpi_t *context, float &value, float min, float max, float def);\nbool get_duration_param(scpi_t *context, float &value, float min, float max, float def);\n\nbool get_voltage_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_voltage_protection_level_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def);\nbool get_current_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_power_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def);\nbool get_temperature_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def);\nbool get_duration_from_param(scpi_t *context, const scpi_number_t &param, float &value, float min, float max, float def);\n\nbool get_voltage_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_current_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_power_limit_param(scpi_t *context, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_voltage_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_current_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv);\nbool get_power_limit_from_param(scpi_t *context, const scpi_number_t &param, float &value, const Channel *channel, const Channel::Value *cv);\n\nscpi_result_t result_float(scpi_t *context, Channel *channel, float value, ValueType valueType);\nbool get_profile_location_param(scpi_t *context, int &location, bool all_locations = false);\n\nvoid outputOnTime(scpi_t* context, uint32_t time);\nbool checkPassword(scpi_t *context, const char *againstPassword);\n\nbool getFilePath(scpi_t *context, char *filePath, bool mandatory);\n\n}\n}\n} // namespace eez::psu::scpi\n"
  },
  {
    "path": "eez_psu_sketch/scpi_psu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"scpi_commands.h\"\n\n#include \"sound.h\"\n#include \"datetime.h\"\n#include \"serial_psu.h\"\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n#include \"watchdog.h\"\n#endif\n\n#include \"idle.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\nbool g_busy;\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define SCPI_COMMAND(P, C) scpi_result_t C(scpi_t * context);\nSCPI_COMMANDS\n#undef SCPI_COMMAND\n\n#if USE_64K_PROGMEM_FOR_CMD_LIST\n\n#define SCPI_COMMAND(P, C) static const char C ## _pattern[] PROGMEM = P;\nSCPI_COMMANDS\n#undef SCPI_COMMAND\n\n#define SCPI_COMMAND(P, C) {C ## _pattern, C},\nstatic const scpi_command_t scpi_commands[] PROGMEM = {\n    SCPI_COMMANDS\n    SCPI_CMD_LIST_END\n};\n\n#else\n\n#define SCPI_COMMAND(P, C) {P, C},\nstatic const scpi_command_t scpi_commands[] = {\n    SCPI_COMMANDS\n    SCPI_CMD_LIST_END\n};\n\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid init(scpi_t &scpi_context,\n    scpi_psu_t &scpi_psu_context,\n    scpi_interface_t *interface,\n    char *input_buffer,\n    size_t input_buffer_length,\n    int16_t *error_queue_data,\n    int16_t error_queue_size)\n{\n    SCPI_Init(&scpi_context, scpi_commands, interface, scpi_units_def,\n        IDN_MANUFACTURER, IDN_MODEL, persist_conf::devConf.serialNumber, FIRMWARE,\n        input_buffer, input_buffer_length, error_queue_data, error_queue_size);\n\n\tscpi_psu_context.selected_channel_index = 1;\n#if OPTION_SD_CARD\n\tscpi_psu_context.currentDirectory[0] = 0;\n#endif\n\tscpi_psu_context.isBufferOverrun = false;\n\tscpi_psu_context.bufferOverrunTime =  0;\n\n    scpi_context.user_context = &scpi_psu_context;\n}\n\nvoid emptyBuffer(scpi_t &context) {\n\tSCPI_Input(&context, 0, 0);\n}\n\nvoid onBufferOverrun(scpi_t &context) {\n\temptyBuffer(context);\n\tscpi_psu_t *psu_context = (scpi_psu_t *)context.user_context;\n\tpsu_context->isBufferOverrun = true;\n\tpsu_context->bufferOverrunTime = micros();\n}\n\nvoid input(scpi_t &context, const char *str, size_t size) {\n    idle::noteScpiActivity();\n\n\tscpi_psu_t *psu_context = (scpi_psu_t *)context.user_context;\n\tif (psu_context->isBufferOverrun) {\n\t\t// wait for 500ms of idle input to declare buffer overrun finished\n\t\tuint32_t tickCount = micros();\n\t\tint32_t diff = tickCount - psu_context->bufferOverrunTime;\n\t\tif (diff > 500000) {\n\t\t\tpsu_context->isBufferOverrun = false;\n\t\t} else {\n\t\t\tpsu_context->bufferOverrunTime = tickCount;\n\t\t\treturn;\n\t\t}\n\t}\n\n    g_busy = true;\n\n\tint result = SCPI_Input(&context, str, size);\n\tif (result == -1) {\n\t\tonBufferOverrun(context);\n\t}\n\n    g_busy = false;\n}\n\nvoid printError(int_fast16_t err) {\n    sound::playBeep();\n\n    if (serial::g_testResult == TEST_OK) {\n        char errorOutputBuffer[256];\n\n        SERIAL_PORT.print(\"**ERROR\");\n\n        char datetime_buffer[20] = { 0 };\n        if (datetime::getDateTimeAsString(datetime_buffer)) {\n            sprintf_P(errorOutputBuffer, PSTR(\" [%s]\"), datetime_buffer);\n            SERIAL_PORT.print(errorOutputBuffer);\n        }\n\n        sprintf_P(errorOutputBuffer, PSTR(\": %d,\\\"%s\\\"\"), (int16_t)err, SCPI_ErrorTranslate(err));\n        SERIAL_PORT.println(errorOutputBuffer);\n    }\n\n#if OPTION_WATCHDOG && (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12)\n    watchdog::tick(micros());\n#endif\n}\n\nvoid resultChoiceName(scpi_t *context, scpi_choice_def_t *choice, int tag) {\n    for (; choice->name; ++choice) {\n        if (choice->tag == tag) {\n            char text[64];\n\n            // copy choice name while upper case letter or digit, examples: IMMediate -> IMM, PIN1 -> PIN1\n            const char *src = choice->name;\n            char *dst = text;\n            while (*src && (util::isUperCaseLetter(*src) || util::isDigit(*src))) {\n                *dst++ = *src++;\n            }\n            *dst = 0;\n\n            SCPI_ResultText(context, text);\n            break;\n        }\n    }\n}\n\nvoid resetContext(scpi_t *context) {\n    scpi_psu_t *psuContext = (scpi_psu_t *)context->user_context;\n\n    psuContext->selected_channel_index = 1;\n\n#if OPTION_SD_CARD\n    psuContext->currentDirectory[0] = 0;\n#endif\n\n    SCPI_ErrorClear(context);\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"scpi_regs.h\"\n#include \"scpi_params.h\"\n\nnamespace eez {\nnamespace psu {\n/// SCPI commands.\nnamespace scpi {\n\n/// EEZ PSU specific SCPI parser context data.\nstruct scpi_psu_t {\n    scpi_reg_val_t *registers;\n    uint8_t selected_channel_index;\n#if OPTION_SD_CARD\n    char currentDirectory[MAX_PATH_LENGTH + 1];\n#endif\n\tbool isBufferOverrun;\n\tuint32_t bufferOverrunTime;\n};\n\nvoid init(scpi_t &scpi_context,\n    scpi_psu_t &scpi_psu_context,\n    scpi_interface_t *interface,\n    char *input_buffer,\n    size_t input_buffer_length,\n    int16_t *error_queue_data,\n    int16_t error_queue_size);\n\nvoid input(scpi_t &scpi_context, const char *str, size_t size);\n\nvoid emptyBuffer(scpi_t &context);\nvoid onBufferOverrun(scpi_t &context);\n\nvoid printError(int_fast16_t err);\n\nvoid resultChoiceName(scpi_t *context, scpi_choice_def_t *choice, int tag);\n\nextern bool g_busy;\n\nvoid resetContext(scpi_t *context);\n\n}\n}\n} // namespace eez::psu::scpi\n"
  },
  {
    "path": "eez_psu_sketch/scpi_regs.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n/**\n* Update register value\n* @param context\n* @param name - register name\n*/\nstatic void psu_reg_update(scpi_t * context, scpi_psu_reg_name_t name) {\n    reg_set(context, name, reg_get(context, name));\n}\n\n/**\n* Update IEEE 488.2 register according to value and its mask register\n* @param context\n* @param val value of register\n* @param mask name of mask register (enable register)\n* @param bits bits to clear or set in STB\n*/\nstatic void psu_reg_update_ieee488_reg(scpi_t * context, scpi_reg_val_t val, scpi_psu_reg_name_t mask, scpi_reg_name_t ieee488RegName, scpi_reg_val_t bits) {\n    if (val & reg_get(context, mask)) {\n        SCPI_RegSetBits(context, ieee488RegName, bits);\n    }\n    else {\n        SCPI_RegClearBits(context, ieee488RegName, bits);\n    }\n}\n\n/**\n* Set PSU register bits\n* @param name - register name\n* @param bits bit mask\n*/\nvoid psu_reg_set_bits(scpi_t * context, scpi_psu_reg_name_t name, scpi_reg_val_t bits) {\n    reg_set(context, name, reg_get(context, name) | bits);\n}\n\n/**\n* Clear PSU register bits\n* @param name - register name\n* @param bits bit mask\n*/\nvoid psu_reg_clear_bits(scpi_t * context, scpi_psu_reg_name_t name, scpi_reg_val_t bits) {\n    reg_set(context, name, reg_get(context, name) & ~bits);\n}\n\n/**\n* Update PSU register according to value and its mask register\n* @param context\n* @param val value of register\n* @param mask name of mask register (enable register)\n* @param bits bits to clear or set in STB\n*/\nstatic void psu_reg_update_psu_reg(scpi_t * context, scpi_reg_val_t val, scpi_psu_reg_name_t mask, scpi_psu_reg_name_t psuRegName, scpi_reg_val_t bits) {\n    if (val & reg_get(context, mask)) {\n        psu_reg_set_bits(context, psuRegName, bits);\n    }\n    else {\n        psu_reg_clear_bits(context, psuRegName, bits);\n    }\n    psu_reg_update(context, psuRegName);\n}\n\n/**\n* Update PSU register according to value\n* @param context\n* @param val value of register\n* @param mask name of mask register (enable register)\n* @param bits bits to clear or set in STB\n*/\nstatic void psu_reg_update_psu_reg(scpi_t * context, scpi_reg_val_t val, scpi_psu_reg_name_t psuRegName, scpi_reg_val_t bits) {\n    if (val) {\n        psu_reg_set_bits(context, psuRegName, bits);\n    }\n    else {\n        psu_reg_clear_bits(context, psuRegName, bits);\n    }\n    psu_reg_update(context, psuRegName);\n}\n\n/**\n* Get PSU specific register value\n* @param name - register name\n* @return register value\n*/\nscpi_reg_val_t reg_get(scpi_t * context, scpi_psu_reg_name_t name) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n    if ((name < SCPI_PSU_REG_COUNT) && (psu_context->registers != NULL)) {\n        return psu_context->registers[name];\n    }\n    else {\n        return 0;\n    }\n}\n\n/**\n* Set PSU specific register value\n* @param name - register name\n* @param val - new value\n*/\nvoid reg_set(scpi_t *context, scpi_psu_reg_name_t name, scpi_reg_val_t val) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    if ((name >= SCPI_PSU_REG_COUNT) || (psu_context->registers == NULL)) {\n        return;\n    }\n\n    /* set register value */\n    psu_context->registers[name] = val;\n\n    switch (name) {\n    case SCPI_PSU_REG_QUES_INST_COND:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_QUES_COND, QUES_ISUM);\n        break;\n    case SCPI_PSU_REG_QUES_INST_EVENT:\n        psu_reg_update_ieee488_reg(context, val, SCPI_PSU_REG_QUES_INST_ENABLE, SCPI_REG_QUES, QUES_ISUM);\n        break;\n    case SCPI_PSU_REG_QUES_INST_ENABLE:\n        psu_reg_update(context, SCPI_PSU_REG_QUES_INST_EVENT);\n        break;\n\n    case SCPI_PSU_REG_OPER_INST_COND:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_OPER_COND, OPER_ISUM);\n        break;\n    case SCPI_PSU_REG_OPER_INST_EVENT:\n        psu_reg_update_ieee488_reg(context, val, SCPI_PSU_REG_OPER_INST_ENABLE, SCPI_REG_OPER, OPER_ISUM);\n        break;\n    case SCPI_PSU_REG_OPER_INST_ENABLE:\n        psu_reg_update(context, SCPI_PSU_REG_OPER_INST_EVENT);\n        break;\n\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_COND1:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_QUES_INST_COND, QUES_ISUM1);\n        break;\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1, SCPI_PSU_REG_QUES_INST_EVENT, QUES_ISUM1);\n        break;\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1:\n        psu_reg_update(context, SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1);\n        break;\n\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_COND1:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_OPER_INST_COND, OPER_ISUM1);\n        break;\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1, SCPI_PSU_REG_OPER_INST_EVENT, OPER_ISUM1);\n        break;\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1:\n        psu_reg_update(context, SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1);\n        break;\n\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_COND2:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_QUES_INST_COND, QUES_ISUM2);\n        break;\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2, SCPI_PSU_REG_QUES_INST_EVENT, QUES_ISUM2);\n        break;\n    case SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2:\n        psu_reg_update(context, SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2);\n        break;\n\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_COND2:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_REG_OPER_INST_COND, OPER_ISUM2);\n        break;\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2:\n        psu_reg_update_psu_reg(context, val, SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2, SCPI_PSU_REG_OPER_INST_EVENT, OPER_ISUM2);\n        break;\n    case SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2:\n        psu_reg_update(context, SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2);\n        break;\n\n    default:\n        /* nothing to do */\n        break;\n    }\n}\n\nint reg_get_ques_isum_bit_mask_for_channel_protection_value(Channel *channel, Channel::ProtectionValue &cpv) {\n    if (IS_OVP_VALUE(channel, cpv))\n        return QUES_ISUM_OVP;\n    if (IS_OCP_VALUE(channel, cpv))\n        return QUES_ISUM_OCP;\n    return QUES_ISUM_OPP;\n}\n\nvoid reg_set_ques_bit(scpi_t *context, int bit_mask, bool on) {\n    scpi_reg_val_t val = reg_get(context, SCPI_PSU_REG_QUES_COND);\n    if (on) {\n        if (!(val & bit_mask)) {\n            reg_set(context, SCPI_PSU_REG_QUES_COND, val | bit_mask);\n\n            // set event on raising condition\n            val = SCPI_RegGet(context, SCPI_REG_QUES);\n            SCPI_RegSet(context, SCPI_REG_QUES, val | bit_mask);\n        }\n    }\n    else {\n        if (val & bit_mask) {\n            reg_set(context, SCPI_PSU_REG_QUES_COND, val & ~bit_mask);\n        }\n    }\n}\n\nvoid reg_set_ques_isum_bit(scpi_t *context, Channel *channel, int bit_mask, bool on) {\n    scpi_psu_reg_name_t reg_name = channel->index == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_COND1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_COND2;\n    scpi_reg_val_t val = reg_get(context, reg_name);\n    if (on) {\n        if (!(val & bit_mask)) {\n            reg_set(context, reg_name, val | bit_mask);\n\n            // set event on raising condition\n            reg_name = channel->index == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2;\n            val = reg_get(context, reg_name);\n            reg_set(context, reg_name, val | bit_mask);\n        }\n    }\n    else {\n        if (val & bit_mask) {\n            reg_set(context, reg_name, val & ~bit_mask);\n        }\n    }\n}\n\nvoid reg_set_oper_bit(scpi_t *context, int bit_mask, bool on) {\n    scpi_reg_val_t val = reg_get(context, SCPI_PSU_REG_OPER_COND);\n    if (on) {\n        if (!(val & bit_mask)) {\n            reg_set(context, SCPI_PSU_REG_OPER_COND, val | bit_mask);\n\n            // set event on raising condition\n            val = SCPI_RegGet(context, SCPI_REG_OPER);\n            SCPI_RegSet(context, SCPI_REG_OPER, val | bit_mask);\n        }\n    }\n    else {\n        if (val & bit_mask) {\n            reg_set(context, SCPI_PSU_REG_OPER_COND, val & ~bit_mask);\n        }\n    }\n}\n\nvoid reg_set_oper_isum_bit(scpi_t *context, Channel *channel, int bit_mask, bool on) {\n    scpi_psu_reg_name_t reg_name = channel->index == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_COND1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_COND2;\n    scpi_reg_val_t val = reg_get(context, reg_name);\n    if (on) {\n        if (!(val & bit_mask)) {\n            reg_set(context, reg_name, val | bit_mask);\n\n            // set event on raising condition\n            reg_name = channel->index == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2;\n            val = reg_get(context, reg_name);\n            reg_set(context, reg_name, val | bit_mask);\n        }\n    }\n    else {\n        if (val & bit_mask) {\n            reg_set(context, reg_name, val & ~bit_mask);\n        }\n    }\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_regs.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n//\n// QUEStionable status register bits\n//\n#define QUES_TIME (1 << 3)    /* TIME */\n#define QUES_TEMP (1 << 4)    /* TEMPerature */\n#define QUES_FAN  (1 << 12)   /* FAN */\n#define QUES_ISUM (1 << 13)   /* INSTrument Summary */\n\n//\n// OPERation Status Register bits\n//\n#define OPER_GROUP_PARALLEL (1 << 8)    /* GROUp PARAllel */\n#define OPER_GROUP_SERIAL   (1 << 9)    /* GROUp SERIal */\n#define OPER_DLOG           (1 << 10)   /* DLog is active */\n#define OPER_ISUM           (1 << 13)   /* INSTrument Summary */\n\n//\n// QUEStionable INSTrument register bits\n//\n#define QUES_ISUM1 (1 << 1) /* INSTrument 1 QUEStionable Event Summary */\n#define QUES_ISUM2 (1 << 2) /* INSTrument 2 QUEStionable Event Summary */\n\n//\n// OPERation INSTrument register bits\n//\n#define OPER_ISUM1 (1 << 1) /* INSTrument 1 OPERation Event Summary */\n#define OPER_ISUM2 (1 << 2) /* INSTrument 2 OPERation Event Summary */\n\n//\n// QUEStionable INSTrument ISUMmary register bits\n//\n#define QUES_ISUM_VOLT (1 <<  0)  /* VOLTage */\n#define QUES_ISUM_CURR (1 <<  1)  /* CURRent */\n#define QUES_ISUM_TEMP (1 <<  4)  /* TEMPerature */\n#define QUES_ISUM_RPOL (1 <<  7)  /* Remote sense reverse polarity is detected */\n#define QUES_ISUM_OVP  (1 <<  8)  /* OVP */\n#define QUES_ISUM_OCP  (1 <<  9)  /* OVP */\n#define QUES_ISUM_OPP  (1 << 10)  /* OPP */\n\n\n//\n// OPERation INSTrument ISUMmary register bits\n//\n#define OPER_ISUM_CALI     (1 << 0)   /* CALIbrating */\n#define OPER_ISUM_MEAS     (1 << 4)   /* MEASuring */\n#define OPER_ISUM_TRIG     (1 << 5)   /* Waiting for TRIGger */\n#define OPER_ISUM_CV       (1 << 8)   /* Constant Voltage */\n#define OPER_ISUM_CC       (1 << 9)   /* Constant Current */\n#define OPER_ISUM_OE_OFF   (1 << 10)  /* Output Enable OFF */\n#define OPER_ISUM_DP_OFF   (1 << 11)  /* Down Programmer OFF */\n#define OPER_ISUM_RSENS_ON (1 << 12)  /* Remote SENSe ON */\n#define OPER_ISUM_RPROG_ON (1 << 13)  /* Remote PROGram ON */\n\n//\n// PSU registers\n//\nenum scpi_psu_reg_name_t {\n    SCPI_PSU_REG_QUES_COND,\n    SCPI_PSU_REG_OPER_COND,\n\n    SCPI_PSU_REG_QUES_INST_COND,\n    SCPI_PSU_REG_QUES_INST_EVENT,\n    SCPI_PSU_REG_QUES_INST_ENABLE,\n\n    SCPI_PSU_REG_OPER_INST_COND,\n    SCPI_PSU_REG_OPER_INST_EVENT,\n    SCPI_PSU_REG_OPER_INST_ENABLE,\n\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_COND1,\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1,\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1,\n\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_COND1,\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1,\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1,\n\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_COND2,\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2,\n    SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2,\n\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_COND2,\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2,\n    SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2,\n\n    SCPI_PSU_REG_COUNT,\n};\n\nscpi_reg_val_t reg_get(scpi_t * context, scpi_psu_reg_name_t name);\nvoid reg_set(scpi_t * context, scpi_psu_reg_name_t name, scpi_reg_val_t val);\n\nint reg_get_ques_isum_bit_mask_for_channel_protection_value(Channel *channel, Channel::ProtectionValue &cpv);\n\nvoid reg_set_ques_bit(scpi_t *context, int bit_mask, bool on);\nvoid reg_set_ques_isum_bit(scpi_t * context, Channel *channel, int bit_mask, bool on);\n\nvoid reg_set_oper_bit(scpi_t *context, int bit_mask, bool on);\n\nvoid reg_set_oper_isum_bit(scpi_t * context, Channel *channel, int bit_mask, bool on);\n\n}\n}\n} // namespace eez::psu::scpi\n"
  },
  {
    "path": "eez_psu_sketch/scpi_sense.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n#include \"profile.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_senseCurrentDcRangeUpper(scpi_t * context) {\n    CurrentRangeSelectionMode mode;\n\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return SCPI_RES_ERR;\n    }\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MIN) {\n            mode = CURRENT_RANGE_SELECTION_ALWAYS_LOW;\n        }\n        else if (param.tag == SCPI_NUM_MAX) {\n            mode = CURRENT_RANGE_SELECTION_ALWAYS_HIGH;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            mode = CURRENT_RANGE_SELECTION_USE_BOTH;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    } else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_AMPER) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        float value = (float)param.value;\n        if (util::equal(value, 0.5f, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            mode = CURRENT_RANGE_SELECTION_ALWAYS_LOW;\n        } else if (util::equal(value, 5.0f, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            mode = CURRENT_RANGE_SELECTION_ALWAYS_HIGH;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!channel->hasSupportForCurrentDualRange()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    channel->setCurrentRangeSelectionMode(mode);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_senseCurrentDcRangeUpperQ(scpi_t *context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!channel->hasSupportForCurrentDualRange()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    CurrentRangeSelectionMode mode = channel->getCurrentRangeSelectionMode();\n\n    if (mode == CURRENT_RANGE_SELECTION_ALWAYS_LOW) {\n        SCPI_ResultFloat(context, 0.5);\n    } else if (mode == CURRENT_RANGE_SELECTION_ALWAYS_HIGH) {\n        SCPI_ResultFloat(context, 5);\n    } else {\n        SCPI_ResultText(context, \"Default\");\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_senseCurrentDcRangeAuto(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!channel->hasSupportForCurrentDualRange()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    channel->enableAutoSelectCurrentRange(enable);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_senseCurrentDcRangeAutoQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!channel->hasSupportForCurrentDualRange()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    SCPI_ResultBool(context, channel->isAutoSelectCurrentRangeEnabled());\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_simu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#ifdef EEZ_PSU_SIMULATOR\n\n#include \"simulator_psu.h\"\n#include \"chips.h\"\n#if OPTION_DISPLAY\n#include \"front_panel/control.h\"\n#endif\n\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace simulator;\n\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool get_resistance_from_param(scpi_t *context, const scpi_number_t &param, float &value) {\n    if (param.special) {\n        if (param.tag == SCPI_NUM_MAX) {\n            value = SIM_LOAD_MAX;\n        }\n        else if (param.tag == SCPI_NUM_MIN) {\n            value = SIM_LOAD_MIN;\n        }\n        else if (param.tag == SCPI_NUM_DEF) {\n            value = SIM_LOAD_DEF;\n        }\n        else if (param.tag == SCPI_NUM_INF) {\n            value = INFINITY;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return false;\n        }\n    }\n    else {\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_OHM) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return false;\n        }\n\n        value = (float)param.value;\n        if (value < SIM_LOAD_MIN || value > SIM_LOAD_MAX) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return false;\n        }\n    }\n    return true;\n}\n\nstatic bool get_resistance_param(scpi_t *context, float &value) {\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return false;\n    }\n\n    return get_resistance_from_param(context, param, value);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_simulatorLoadState(scpi_t *context) {\n    bool state;\n    if (!SCPI_ParamBool(context, &state, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setLoadEnabled(*channel, state);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorLoadStateQ(scpi_t * context) {\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->simulator.getLoadEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorLoad(scpi_t *context) {\n    float value;\n    if (!get_resistance_param(context, value)) {\n        return SCPI_RES_ERR;\n    }\n    \n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setLoad(*channel, value);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorLoadQ(scpi_t *context) {\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float value;\n\n    int32_t spec;\n    if (!SCPI_ParamChoice(context, scpi_special_numbers_def, &spec, false)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n\n        value = channel->simulator.getLoad();\n    }\n    else {\n        if (spec == SCPI_NUM_MIN) {\n            value = SIM_LOAD_MIN;\n        }\n        else if (spec == SCPI_NUM_MAX) {\n            value = SIM_LOAD_MAX;\n        }\n        else if (spec == SCPI_NUM_DEF) {\n            value = SIM_LOAD_DEF;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    return result_float(context, channel, value, VALUE_TYPE_FLOAT_OHM);\n}\n\nscpi_result_t scpi_cmd_simulatorVoltageProgramExternal(scpi_t *context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    float value;\n    if (!get_voltage_param(context, value, 0, 0)) {\n        return SCPI_RES_ERR;\n    }\n    \n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    channel->simulator.setVoltProgExt(value);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorVoltageProgramExternalQ(scpi_t *context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    return result_float(context, channel, channel->simulator.getVoltProgExt(), VALUE_TYPE_FLOAT_VOLT);\n}\n\nscpi_result_t scpi_cmd_simulatorPwrgood(scpi_t *context) {\n    bool on;\n    if (!SCPI_ParamBool(context, &on, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    chips::IOExpanderChip::setPwrgood(channel->ioexp_pin, on);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorPwrgoodQ(scpi_t *context) {\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, chips::IOExpanderChip::getPwrgood(channel->ioexp_pin));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorRpol(scpi_t *context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    bool on;\n    if (!SCPI_ParamBool(context, &on, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (channel->getFeatures() & CH_FEATURE_RPOL) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n    \n    chips::IOExpanderChip::setRPol(channel->ioexp_pin, on);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorRpolQ(scpi_t *context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context, FALSE, TRUE);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (channel->getFeatures() & CH_FEATURE_RPOL) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, chips::IOExpanderChip::getRPol(channel->ioexp_pin));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorTemperature(scpi_t *context) {\n    float value;\n    if (!get_temperature_param(context, value, -100.0f, 200.0f, 25.0f)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n        return SCPI_RES_ERR;\n    }\n\n    simulator::setTemperature(sensor, value);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorTemperatureQ(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n        return SCPI_RES_ERR;\n    }\n\n    float value;\n\n    int32_t spec;\n    if (!SCPI_ParamChoice(context, scpi_special_numbers_def, &spec, false)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n\n        value = simulator::getTemperature(sensor);\n    }\n    else {\n        if (spec == SCPI_NUM_MIN) {\n            value = SIM_TEMP_MIN;\n        }\n        else if (spec == SCPI_NUM_MAX) {\n            value = SIM_TEMP_MAX;\n        }\n        else if (spec == SCPI_NUM_DEF) {\n            value = SIM_TEMP_DEF;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    return result_float(context, 0, value, VALUE_TYPE_FLOAT_CELSIUS);\n}\n\nscpi_result_t scpi_cmd_simulatorGui(scpi_t *context) {\n#if OPTION_DISPLAY\n    if (!simulator::front_panel::open()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_simulatorExit(scpi_t *context) {\n    simulator::exit();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorQuit(scpi_t *context) {\n    return scpi_cmd_simulatorExit(context);\n}\n\nscpi_result_t scpi_cmd_simulatorPin1(scpi_t *context) {\n    bool value;\n    if (!SCPI_ParamBool(context, &value, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    digitalWrite(EXT_TRIG, value ? 1 : 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_simulatorPin1Q(scpi_t * context) {\n    SCPI_ResultBool(context, digitalRead(EXT_TRIG) ? 1 : 0);\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi\n\n#else\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\nscpi_result_t scpi_cmd_simulatorLoadState(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorLoadStateQ(scpi_t * context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorLoad(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorLoadQ(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorVoltageProgramExternal(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorVoltageProgramExternalQ(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorPwrgood(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorPwrgoodQ(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorRpol(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorRpolQ(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorTemperature(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorTemperatureQ(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorGui(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorExit(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorQuit(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorPin1(scpi_t *context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_simulatorPin1Q(scpi_t * context) {\n    SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n    return SCPI_RES_ERR;\n}\n\n}\n}\n} // namespace eez::psu::scpi\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/scpi_sour.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"profile.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"list.h\"\n#include \"io_pins.h\"\n\n#define I_STATE 1\n#define P_STATE 2\n#define U_STATE 3\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_result_t set_step(scpi_t * context, Channel::Value *cv, float min_value, float max_value, float def, _scpi_unit_t unit) {\n    scpi_number_t step_param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &step_param, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    float step;\n\n    if (step_param.special) {\n        if (step_param.tag == SCPI_NUM_DEF) {\n            step = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n    else {\n        if (step_param.unit != SCPI_UNIT_NONE && step_param.unit != unit) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        step = (float)step_param.value;\n        if (step < min_value || step > max_value) {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    cv->step = step;\n    profile::save();\n\n    return SCPI_RES_OK;\n\n}\n\nstatic scpi_result_t get_source_value(scpi_t *context, Channel &channel, ValueType valueType, float value, float min, float max, float def) {\n    int32_t spec;\n    if (!SCPI_ParamChoice(context, scpi_special_numbers_def, &spec, false)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n    }\n    else {\n        if (spec == SCPI_NUM_MIN) {\n            value = min;\n        }\n        else if (spec == SCPI_NUM_MAX) {\n            value = max;\n        }\n        else if (spec == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    return result_float(context, &channel, value, valueType);\n}\n\nstatic scpi_result_t get_source_value(scpi_t *context, Channel &channel, ValueType valueType, float value, float def) {\n    int32_t spec;\n    if (!SCPI_ParamChoice(context, scpi_special_numbers_def, &spec, false)) {\n        if (SCPI_ParamErrorOccurred(context)) {\n            return SCPI_RES_ERR;\n        }\n    }\n    else {\n        if (spec == SCPI_NUM_DEF) {\n            value = def;\n        }\n        else {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n            return SCPI_RES_ERR;\n        }\n    }\n\n    return result_float(context, &channel, value, valueType);\n}\n\nscpi_result_t get_delay(scpi_t *context, float delay) {\n    SCPI_ResultFloat(context, delay);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t get_state(scpi_t *context, Channel *channel, int type) {\n\tswitch (type) {\n\tcase I_STATE: SCPI_ResultBool(context, channel->prot_conf.flags.i_state); break;\n\tcase P_STATE: SCPI_ResultBool(context, channel->prot_conf.flags.p_state); break;\n\tdefault:      SCPI_ResultBool(context, channel->prot_conf.flags.u_state); break;\n\t}\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t get_tripped(scpi_t *context, Channel::ProtectionValue &cpv) {\n\tSCPI_ResultBool(context, cpv.flags.tripped);\n\n\treturn SCPI_RES_OK;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_sourceCurrentLevelImmediateAmplitude(scpi_t * context) {\n\tChannel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::getVoltageTriggerMode(*channel) != TRIGGER_MODE_FIXED && !trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    float current;\n    if (!get_current_param(context, current, channel, &channel->i)) {\n        return SCPI_RES_ERR;\n    }\n\n\tif (util::greater(current, channel_dispatcher::getILimit(*channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CURRENT_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n\t}\n\n    if (util::greater(current * channel_dispatcher::getUSetUnbalanced(*channel), channel_dispatcher::getPowerLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_POWER_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setCurrent(*channel, current);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentLevelImmediateAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_AMPER,\n        channel_dispatcher::getISet(*channel),\n        channel_dispatcher::getIMin(*channel),\n        channel_dispatcher::getIMax(*channel),\n        channel_dispatcher::getIDef(*channel));\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelImmediateAmplitude(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::getVoltageTriggerMode(*channel) != TRIGGER_MODE_FIXED && !trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    float voltage;\n    if (!get_voltage_param(context, voltage, channel, &channel->u)) {\n        return SCPI_RES_ERR;\n    }\n\n\tif (channel->isRemoteProgrammingEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n\t}\n\n\tif (util::greater(voltage, channel_dispatcher::getULimit(*channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n\t}\n\n\tif (util::greater(voltage * channel_dispatcher::getISetUnbalanced(*channel), channel_dispatcher::getPowerLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_POWER_LIMIT_EXCEEDED);\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setVoltage(*channel, voltage);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelImmediateAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n\tfloat u;\n\tif (channel->isRemoteProgrammingEnabled()) {\n\t\tu = channel->u.mon_dac;\n\t} else {\n\t\tu = channel_dispatcher::getUSet(*channel);\n\t}\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_VOLT,\n        u,\n        channel_dispatcher::getUMin(*channel),\n        channel_dispatcher::getUMax(*channel),\n        channel_dispatcher::getUDef(*channel));\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_sourceCurrentLevelImmediateStepIncrement(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return set_step(context, &channel->i, channel->I_MIN_STEP, channel->I_MAX_STEP, channel->I_DEF_STEP, SCPI_UNIT_AMPER);\n}\n\nscpi_result_t scpi_cmd_sourceCurrentLevelImmediateStepIncrementQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context, *channel, VALUE_TYPE_FLOAT_AMPER, channel->i.step, channel->I_DEF_STEP);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelImmediateStepIncrement(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return set_step(context, &channel->u, channel->U_MIN_STEP, channel->U_MAX_STEP, channel->U_DEF_STEP, SCPI_UNIT_VOLT);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelImmediateStepIncrementQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context, *channel, VALUE_TYPE_FLOAT_VOLT, channel->u.step, channel->U_DEF_STEP);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_sourceCurrentProtectionDelayTime(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float delay;\n    if (!get_duration_param(context, delay, channel->OCP_MIN_DELAY, channel->OCP_MAX_DELAY, channel->OCP_DEFAULT_DELAY)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOcpDelay(*channel, delay);\n    \n    profile::save();\n    \n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentProtectionDelayTimeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_delay(context, channel->prot_conf.i_delay);\n}\n\nscpi_result_t scpi_cmd_sourceCurrentProtectionState(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n\tbool state;\n\tif (!SCPI_ParamBool(context, &state, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    channel_dispatcher::setOcpState(*channel, state);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentProtectionStateQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_state(context, channel, I_STATE);\n}\n\nscpi_result_t scpi_cmd_sourceCurrentProtectionTrippedQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n    return get_tripped(context, channel->ocp);\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionLevel(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n\t}\n\n\tfloat power;\n\tif (!get_power_param(context, power, channel_dispatcher::getOppMinLevel(*channel), channel_dispatcher::getOppMaxLevel(*channel), channel_dispatcher::getOppDefaultLevel(*channel))) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    channel_dispatcher::setOppLevel(*channel, power);\n    profile::save();\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionLevelQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n    return get_source_value(context, *channel, VALUE_TYPE_FLOAT_WATT, channel_dispatcher::getPowerProtectionLevel(*channel),\n        channel_dispatcher::getOppMinLevel(*channel),\n        channel_dispatcher::getOppMaxLevel(*channel),\n        channel_dispatcher::getOppDefaultLevel(*channel));\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionDelayTime(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float delay;\n    if (!get_duration_param(context, delay, channel->OPP_MIN_DELAY, channel->OPP_MAX_DELAY, channel->OPP_DEFAULT_DELAY)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOppDelay(*channel, delay);\n    \n    profile::save();\n    \n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionDelayTimeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_delay(context, channel->prot_conf.p_delay);\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionState(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n\tbool state;\n\tif (!SCPI_ParamBool(context, &state, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    channel_dispatcher::setOppState(*channel, state);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionStateQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n    return get_state(context, channel, P_STATE);\n}\n\nscpi_result_t scpi_cmd_sourcePowerProtectionTrippedQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_tripped(context, channel->opp);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionLevel(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n\t}\n\n    float voltage;\n    if (!get_voltage_protection_level_param(context, voltage, channel_dispatcher::getUSet(*channel), channel_dispatcher::getUMax(*channel), channel_dispatcher::getUMax(*channel))) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOvpLevel(*channel, voltage);\n    profile::save();\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionLevelQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n    return get_source_value(context, *channel, VALUE_TYPE_FLOAT_VOLT, channel_dispatcher::getUProtectionLevel(*channel),\n        channel_dispatcher::getUSet(*channel),\n        channel_dispatcher::getUMax(*channel),\n        channel_dispatcher::getUMax(*channel));\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionDelayTime(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float delay;\n    if (!get_duration_param(context, delay, channel->OVP_MIN_DELAY, channel->OVP_MAX_DELAY, channel->OVP_DEFAULT_DELAY)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOvpDelay(*channel, delay);\n    \n    profile::save();\n    \n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionDelayTimeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_delay(context, channel->prot_conf.u_delay);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionState(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n\tbool state;\n\tif (!SCPI_ParamBool(context, &state, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    channel_dispatcher::setOvpState(*channel, state);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionStateQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n    \n    return get_state(context, channel, U_STATE);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProtectionTrippedQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_tripped(context, channel->ovp);\n}\n\nscpi_result_t scpi_cmd_sourceVoltageSenseSource(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (!OPTION_BP) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t choice;\n    if (!SCPI_ParamChoice(context, internal_external_choice, &choice, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::remoteSensingEnable(*channel, choice == 0 ? false : true);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageSenseSourceQ(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (!OPTION_BP) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->isRemoteSensingEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProgramSource(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t choice;\n    if (!SCPI_ParamChoice(context, internal_external_choice, &choice, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel->remoteProgrammingEnable(choice == 0 ? false : true);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageProgramSourceQ(scpi_t * context) {\n    if (channel_dispatcher::isCoupled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    if (channel_dispatcher::isTracked()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->isRemoteProgrammingEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceLripple(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_LRIPPLE)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n\tbool enable;\n\tif (!SCPI_ParamBool(context, &enable, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    if (!channel_dispatcher::lowRippleEnable(*channel, enable)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceLrippleQ(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->isLowRippleEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceLrippleAuto(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_RPROG)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n\tbool enable;\n\tif (!SCPI_ParamBool(context, &enable, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n    channel_dispatcher::lowRippleAutoEnable(*channel, enable);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceLrippleAutoQ(scpi_t * context) {\n    if (channel_dispatcher::isSeries()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED);\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!(channel->getFeatures() & CH_FEATURE_LRIPPLE)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, channel->isLowRippleAutoEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentLimitPositiveImmediateAmplitude(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float limit;\n    if (!get_current_limit_param(context, limit, channel, &channel->i)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setCurrentLimit(*channel, limit);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentLimitPositiveImmediateAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_AMPER,\n        channel_dispatcher::getILimit(*channel),\n        0,\n        channel_dispatcher::getIMaxLimit(*channel),\n        channel_dispatcher::getIMaxLimit(*channel));\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLimitPositiveImmediateAmplitude(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float limit;\n    if (!get_voltage_limit_param(context, limit, channel, &channel->i)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setVoltageLimit(*channel, limit);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLimitPositiveImmediateAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_VOLT,\n        channel_dispatcher::getULimit(*channel),\n        0,\n        channel_dispatcher::getUMaxLimit(*channel),\n        channel_dispatcher::getUMaxLimit(*channel));\n}\n\nscpi_result_t scpi_cmd_sourcePowerLimit(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float limit;\n    if (!get_power_limit_param(context, limit, channel, &channel->i)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setPowerLimit(*channel, limit);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourcePowerLimitQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_WATT,\n        channel_dispatcher::getPowerLimit(*channel),\n        channel_dispatcher::getPowerMinLimit(*channel),\n        channel_dispatcher::getPowerMaxLimit(*channel),\n        channel_dispatcher::getPowerDefaultLimit(*channel));\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_sourceCurrentLevelTriggeredAmplitude(scpi_t * context) {\n\tChannel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float current;\n    if (!get_current_param(context, current, channel, &channel->i)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setTriggerCurrent(*channel, current);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentLevelTriggeredAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context, \n        *channel,\n        VALUE_TYPE_FLOAT_AMPER,\n        channel_dispatcher::getTriggerCurrent(*channel),\n        channel_dispatcher::getIMin(*channel),\n        channel_dispatcher::getIMax(*channel),\n        channel_dispatcher::getIDef(*channel));\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelTriggeredAmplitude(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float voltage;\n    if (!get_voltage_param(context, voltage, channel, &channel->u)) {\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setTriggerVoltage(*channel, voltage);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageLevelTriggeredAmplitudeQ(scpi_t * context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    return get_source_value(context,\n        *channel,\n        VALUE_TYPE_FLOAT_VOLT,\n        channel_dispatcher::getTriggerVoltage(*channel),\n        channel_dispatcher::getUMin(*channel),\n        channel_dispatcher::getUMax(*channel),\n        channel_dispatcher::getUDef(*channel));\n}\n\nstatic scpi_choice_def_t triggerModeChoice[] = {\n    { \"FIXed\", TRIGGER_MODE_FIXED },\n    { \"LIST\", TRIGGER_MODE_LIST },\n    { \"STEP\", TRIGGER_MODE_STEP },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\nscpi_result_t scpi_cmd_sourceCurrentMode(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t triggerMode;\n    if (!SCPI_ParamChoice(context, triggerModeChoice, &triggerMode, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setCurrentTriggerMode(*channel, (TriggerMode)triggerMode);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceCurrentModeQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    resultChoiceName(context, triggerModeChoice, channel_dispatcher::getCurrentTriggerMode(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageMode(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t triggerMode;\n    if (!SCPI_ParamChoice(context, triggerModeChoice, &triggerMode, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setVoltageTriggerMode(*channel, (TriggerMode)triggerMode);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceVoltageModeQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    resultChoiceName(context, triggerModeChoice, channel_dispatcher::getVoltageTriggerMode(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListCount(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    scpi_number_t param;\n    if (!SCPI_ParamNumber(context, scpi_special_numbers_def, &param, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint16_t count;\n\n    if (param.special) {\n        if (param.tag == SCPI_NUM_INF) {\n            count = 0;\n        } else {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn SCPI_RES_ERR;\n        }\n    } else {\n        if (param.unit != SCPI_UNIT_NONE) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        int value = (int)param.value;\n        if (value < 0 || value > MAX_LIST_COUNT) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n\t\t\treturn SCPI_RES_ERR;\n        }\n\n        count = value;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    list::setListCount(*channel, count);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListCountQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultInt(context, list::getListCount(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListCurrentLevel(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float list[MAX_LIST_LENGTH];\n    uint16_t listLength = 0;\n\n    uint16_t voltageListLength;\n    float *voltageList = list::getCurrentList(*channel, &voltageListLength);\n\n    for (int i = 0; ; ++i) {\n        scpi_number_t param;\n        if (!SCPI_ParamNumber(context, 0, &param, false)) {\n            break;\n        }\n\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_AMPER) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        float current = (float)param.value;\n\n        if (listLength >= MAX_LIST_LENGTH) {\n            SCPI_ErrorPush(context, SCPI_ERROR_TOO_MANY_LIST_POINTS);\n            return SCPI_RES_ERR;\n        }\n\n\t    if (util::greater(current, channel_dispatcher::getIMaxLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n            SCPI_ErrorPush(context, SCPI_ERROR_CURRENT_LIMIT_EXCEEDED);\n            return SCPI_RES_ERR;\n\t    }\n\n        if (voltageListLength > 0) {\n            if (util::greater(current * voltageList[i % voltageListLength], channel_dispatcher::getPowerMaxLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n                SCPI_ErrorPush(context, SCPI_ERROR_POWER_LIMIT_EXCEEDED);\n                return SCPI_RES_ERR;\n            }\n        }\n\n        list[listLength++] = current;\n    }\n\n    if (listLength == 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MISSING_PARAMETER);\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    list::setCurrentList(*channel, list, listLength);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListCurrentLevelQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint16_t listLength;\n    float *list = list::getCurrentList(*channel, &listLength);\n    SCPI_ResultArrayFloat(context, list, listLength, SCPI_FORMAT_ASCII);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListDwell(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float list[MAX_LIST_LENGTH];\n    uint16_t listLength = 0;\n\n    while (true) {\n        scpi_number_t param;\n        if (!SCPI_ParamNumber(context, 0, &param, false)) {\n            break;\n        }\n\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_SECOND) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        float dwell = (float)param.value;\n\n        if (listLength >= MAX_LIST_LENGTH) {\n            SCPI_ErrorPush(context, SCPI_ERROR_TOO_MANY_LIST_POINTS);\n            return SCPI_RES_ERR;\n        }\n\n        list[listLength++] = dwell;\n    }\n\n    if (listLength == 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MISSING_PARAMETER);\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    list::setDwellList(*channel, list, listLength);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListDwellQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint16_t listLength;\n    float *list = list::getDwellList(*channel, &listLength);\n    SCPI_ResultArrayFloat(context, list, listLength, SCPI_FORMAT_ASCII);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListVoltageLevel(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    float list[MAX_LIST_LENGTH];\n    uint16_t listLength = 0;\n\n    uint16_t currentListLength;\n    float *currentList = list::getCurrentList(*channel, &currentListLength);\n\n    for (int i = 0; ; ++i) {\n        scpi_number_t param;\n        if (!SCPI_ParamNumber(context, 0, &param, false)) {\n            break;\n        }\n\n        if (param.unit != SCPI_UNIT_NONE && param.unit != SCPI_UNIT_VOLT) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n            return SCPI_RES_ERR;\n        }\n\n        float voltage = (float)param.value;\n\n        if (listLength >= MAX_LIST_LENGTH) {\n            SCPI_ErrorPush(context, SCPI_ERROR_TOO_MANY_LIST_POINTS);\n            return SCPI_RES_ERR;\n        }\n\n\t    if (util::greater(voltage, channel_dispatcher::getUMaxLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n            SCPI_ErrorPush(context, SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED);\n            return SCPI_RES_ERR;\n\t    }\n\n        if (currentListLength > 0) {\n            if (util::greater(voltage * currentList[i % currentListLength], channel_dispatcher::getPowerMaxLimit(*channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n                SCPI_ErrorPush(context, SCPI_ERROR_POWER_LIMIT_EXCEEDED);\n                return SCPI_RES_ERR;\n            }\n        }\n\n        list[listLength++] = voltage;\n    }\n\n    if (listLength == 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_MISSING_PARAMETER);\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    list::setVoltageList(*channel, list, listLength);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_sourceListVoltageLevelQ(scpi_t *context) {\n    Channel *channel = set_channel_from_command_number(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint16_t listLength;\n    float *list = list::getVoltageList(*channel, &listLength);\n    SCPI_ResultArrayFloat(context, list, listLength, SCPI_FORMAT_ASCII);\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_stat.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_statusQuestionableEventQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_QUES));\n\n    /* clear register */\n    SCPI_RegSet(context, SCPI_REG_QUES, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableConditionQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_QUES_COND));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableEnable(scpi_t * context) {\n    int32_t new_QUESE;\n    if (SCPI_ParamInt32(context, &new_QUESE, TRUE)) {\n        SCPI_RegSet(context, SCPI_REG_QUESE, (scpi_reg_val_t)new_QUESE);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableEnableQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_QUESE));\n \n    return SCPI_RES_OK;\n}\n\n\nscpi_result_t scpi_cmd_statusOperationEventQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_OPER));\n\n    /* clear register */\n    SCPI_RegSet(context, SCPI_REG_OPER, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationConditionQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_OPER_COND));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationEnable(scpi_t * context) {\n    int32_t new_OPERE;\n    if (SCPI_ParamInt32(context, &new_OPERE, TRUE)) {\n        SCPI_RegSet(context, SCPI_REG_OPERE, (scpi_reg_val_t)new_OPERE);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusOperationEnableQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_OPERE));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentEventQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_QUES_INST_EVENT));\n\n    /* clear register */\n    reg_set(context, SCPI_PSU_REG_QUES_INST_EVENT, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentConditionQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_QUES_INST_COND));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentEnable(scpi_t * context) {\n    int32_t newVal;\n    if (SCPI_ParamInt32(context, &newVal, TRUE)) {\n        reg_set(context, SCPI_PSU_REG_QUES_INST_ENABLE, (scpi_reg_val_t)newVal);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentEnableQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_QUES_INST_ENABLE));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentEventQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_OPER_INST_EVENT));\n\n    /* clear register */\n    reg_set(context, SCPI_PSU_REG_OPER_INST_EVENT, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentConditionQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_OPER_INST_COND));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentEnable(scpi_t * context) {\n    int32_t newVal;\n    if (SCPI_ParamInt32(context, &newVal, TRUE)) {\n        reg_set(context, SCPI_PSU_REG_OPER_INST_ENABLE, (scpi_reg_val_t)newVal);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentEnableQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, SCPI_PSU_REG_OPER_INST_ENABLE));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentIsummaryEventQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumReg = ch == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_EVENT2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumReg));\n\n    /* clear register */\n    reg_set(context, isumReg, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentIsummaryConditionQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumReg = ch == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_COND1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_COND2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumReg));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentIsummaryEnable(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumeReg = ch == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2;\n\n    int32_t newVal;\n    if (SCPI_ParamInt32(context, &newVal, TRUE)) {\n        reg_set(context, isumeReg, (scpi_reg_val_t)newVal);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusQuestionableInstrumentIsummaryEnableQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumeReg = ch == 1 ? SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1 : SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumeReg));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentIsummaryEventQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumReg = ch == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_EVENT2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumReg));\n\n    /* clear register */\n    reg_set(context, isumReg, 0);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentIsummaryConditionQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumReg = ch == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_COND1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_COND2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumReg));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentIsummaryEnable(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumeReg = ch == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2;\n\n    int32_t newVal;\n    if (SCPI_ParamInt32(context, &newVal, TRUE)) {\n        reg_set(context, isumeReg, (scpi_reg_val_t)newVal);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\nscpi_result_t scpi_cmd_statusOperationInstrumentIsummaryEnableQ(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    int32_t ch;\n    SCPI_CommandNumbers(context, &ch, 1, psu_context->selected_channel_index);\n    if (ch < 1 || ch > MIN(CH_NUM, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n        return SCPI_RES_OK;\n    }\n\n    scpi_psu_reg_name_t isumeReg = ch == 1 ? SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1 : SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2;\n\n    /* return value */\n    SCPI_ResultInt32(context, reg_get(context, isumeReg));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_statusPreset(scpi_t * context) {\n    scpi_psu_t *psu_context = (scpi_psu_t *)context->user_context;\n\n    SCPI_RegSet(context, SCPI_REG_ESE, 0);\n\n    SCPI_RegSet(context, SCPI_REG_QUESE, 0);\n    SCPI_RegSet(context, SCPI_REG_OPERE, 0);\n\n    reg_set(context, SCPI_PSU_REG_QUES_INST_ENABLE, 0);\n    reg_set(context, SCPI_PSU_REG_OPER_INST_ENABLE, 0);\n\n    reg_set(context, SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE1, 0);\n    reg_set(context, SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE1, 0);\n    reg_set(context, SCPI_PSU_CH_REG_QUES_INST_ISUM_ENABLE2, 0);\n    reg_set(context, SCPI_PSU_CH_REG_OPER_INST_ISUM_ENABLE2, 0);\n\n    return SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_syst.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"serial_psu.h\"\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#include \"ntp.h\"\n#endif\n#include \"datetime.h\"\n#include \"sound.h\"\n#include \"profile.h\"\n#include \"channel_dispatcher.h\"\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#endif\n#include \"io_pins.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_systemCapabilityQ(scpi_t *context) {\n    char text[sizeof(STR_SYST_CAP)];\n    strcpy_P(text, PSTR(STR_SYST_CAP));\n    SCPI_ResultText(context, text);\n    \n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemErrorNextQ(scpi_t *context) {\n    return SCPI_SystemErrorNextQ(context);\n}\n\nscpi_result_t scpi_cmd_systemErrorCountQ(scpi_t *context) {\n    return SCPI_SystemErrorCountQ(context);\n}\n\nscpi_result_t scpi_cmd_systemVersionQ(scpi_t *context) {\n    return SCPI_SystemVersionQ(context);\n}\n\nscpi_result_t scpi_cmd_systemPower(scpi_t *context) {\n    bool up;\n    if (!SCPI_ParamBool(context, &up, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n#if OPTION_AUX_TEMP_SENSOR\n    if (temperature::sensors[temp_sensor::AUX].isTripped()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_EXECUTE_BEFORE_CLEARING_PROTECTION);\n        return SCPI_RES_ERR;\n    }\n#endif\n\n    if (!psu::changePowerState(up)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPowerQ(scpi_t *context) {\n    SCPI_ResultBool(context, psu::isPowerUp());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDate(scpi_t *context) {\n    int32_t year;\n    if (!SCPI_ParamInt(context, &year, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t month;\n    if (!SCPI_ParamInt(context, &month, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t day;\n    if (!SCPI_ParamInt(context, &day, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (year < 2000 || year > 2099) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n    }\n    year = year - 2000;\n\n    if (!datetime::isValidDate((uint8_t)year, (uint8_t)month, (uint8_t)day)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n    }\n\n    if (!datetime::setDate((uint8_t)year, (uint8_t)month, (uint8_t)day, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDateClear(scpi_t *context) {\n    persist_conf::devConf.flags.dateValid = 0;\n    persist_conf::saveDevice();\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDateQ(scpi_t *context) {\n    uint8_t year, month, day;\n    if (!datetime::getDate(year, month, day)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[16] = { 0 };\n    sprintf_P(buffer, PSTR(\"%d, %d, %d\"), (int)(year + 2000), (int)month, (int)day);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTime(scpi_t *context) {\n    int32_t hour;\n    if (!SCPI_ParamInt(context, &hour, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t minute;\n    if (!SCPI_ParamInt(context, &minute, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t second;\n    if (!SCPI_ParamInt(context, &second, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!datetime::isValidTime((uint8_t)hour, (uint8_t)minute, (uint8_t)second)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n    }\n\n    if (!datetime::setTime((uint8_t)hour, (uint8_t)minute, (uint8_t)second, 2)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTimeClear(scpi_t *context) {\n    persist_conf::devConf.flags.timeValid = 0;\n    persist_conf::saveDevice();\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTimeQ(scpi_t *context) {\n    uint8_t hour, minute, second;\n    if (!datetime::getTime(hour, minute, second)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    char buffer[16] = { 0 };\n    sprintf_P(buffer, PSTR(\"%d, %d, %d\"), (int)hour, (int)minute, (int)second);\n    SCPI_ResultCharacters(context, buffer, strlen(buffer));\n\n    return SCPI_RES_OK;\n}\n\n// NONE|ODD|EVEN\nstatic scpi_choice_def_t dstChoice[] = {\n    { \"OFF\", datetime::DST_RULE_OFF },\n    { \"EU\", datetime::DST_RULE_EUROPE },\n    { \"USA\", datetime::DST_RULE_USA },\n    { \"AUS\", datetime::DST_RULE_AUSTRALIA },\n    SCPI_CHOICE_LIST_END\n};\n\nscpi_result_t scpi_cmd_systemTimeDst(scpi_t *context) {\n    int32_t dstRule;\n    if (!SCPI_ParamChoice(context, dstChoice, &dstRule, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::devConf2.dstRule = (uint8_t)dstRule;\n\tpersist_conf::saveDevice2();\n\n#if OPTION_ETHERNET\n    ntp::reset();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTimeDstQ(scpi_t *context) {\n    resultChoiceName(context, dstChoice, persist_conf::devConf2.dstRule);\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTimeZone(scpi_t *context) {\n    const char *timeZoneStr;\n    size_t timeZoneStrLength;\n\n    if (!SCPI_ParamCharacters(context, &timeZoneStr, &timeZoneStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    int16_t timeZone;\n    if (!util::parseTimeZone(timeZoneStr, timeZoneStrLength, timeZone)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n\tpersist_conf::devConf.time_zone = timeZone;\n\tpersist_conf::saveDevice();\n\n#if OPTION_ETHERNET\n    ntp::reset();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTimeZoneQ(scpi_t *context) {\n    char timeZoneStr[32];\n    util::formatTimeZone(persist_conf::devConf.time_zone, timeZoneStr, 32);\n    SCPI_ResultText(context, timeZoneStr);\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemBeeperImmediate(scpi_t *context) {\n    sound::playBeep(true);\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemBeeperState(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (enable != persist_conf::isSoundEnabled()) {\n\t\tif (!persist_conf::enableSound(enable)) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemBeeperStateQ(scpi_t *context) {\n    SCPI_ResultBool(context, persist_conf::isSoundEnabled());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemBeeperKeyState(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (enable != persist_conf::isClickSoundEnabled()) {\n\t\tif (!persist_conf::enableClickSound(enable)) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemBeeperKeyStateQ(scpi_t *context) {\n    SCPI_ResultBool(context, persist_conf::isClickSoundEnabled());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighClear(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::clearOtpProtection(sensor);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighLevel(scpi_t *context) {\n    float level;\n    if (!get_temperature_param(context, level, OTP_AUX_MIN_LEVEL, OTP_AUX_MAX_LEVEL, OTP_AUX_DEFAULT_LEVEL)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOtpLevel(sensor, level);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighLevelQ(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    return result_float(context, 0, temperature::sensors[sensor].prot_conf.level, VALUE_TYPE_FLOAT_CELSIUS);\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighState(scpi_t *context) {\n    bool state;\n    if (!SCPI_ParamBool(context, &state, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOtpState(sensor, state);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighStateQ(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, temperature::sensors[sensor].prot_conf.state);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighDelayTime(scpi_t *context) {\n    float delay;\n    if (!get_duration_param(context, delay, OTP_AUX_MIN_DELAY, OTP_AUX_MAX_DELAY, OTP_AUX_DEFAULT_DELAY)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setOtpDelay(sensor, delay);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighDelayTimeQ(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    SCPI_ResultFloat(context, temperature::sensors[sensor].prot_conf.delay);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemTemperatureProtectionHighTrippedQ(scpi_t *context) {\n    int32_t sensor;\n    if (!param_temp_sensor(context, sensor)) {\n\t\treturn SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, temperature::sensors[sensor].isTripped());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelCountQ(scpi_t *context) {\n    SCPI_ResultInt(context, CH_NUM);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationCurrentQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultFloat(context, channel_dispatcher::getIMax(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationPowerQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultFloat(context, channel->PTOT);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationProgramQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    uint16_t features = channel->getFeatures();\n    \n    char strFeatures[64] = {0};\n\n    if (features & CH_FEATURE_VOLT) {\n        strcat(strFeatures, \"Volt\");\n    }\n\n    if (features & CH_FEATURE_CURRENT) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"Current\");\n    }\n\n    if (features & CH_FEATURE_POWER) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"Power\");\n    }\n\n    if (features & CH_FEATURE_OE) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"OE\");\n    }\n\n    if (features & CH_FEATURE_DPROG) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"DProg\");\n    }\n\n    if (features & CH_FEATURE_LRIPPLE) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"LRipple\");\n    }\n\n    if (features & CH_FEATURE_RPROG) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"Rprog\");\n    }\n\n    if (features & CH_FEATURE_RPOL) {\n        if (strFeatures[0]) {\n            strcat(strFeatures, \", \");\n        }\n        strcat(strFeatures, \"RPol\");\n    }\n\n    SCPI_ResultText(context, strFeatures);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationVoltageQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultFloat(context, channel_dispatcher::getUMax(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationOntimeTotalQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    outputOnTime(context, channel->onTimeCounter.getTotalTime());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelInformationOntimeLastQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    outputOnTime(context, channel->onTimeCounter.getLastTime());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemChannelModelQ(scpi_t *context) {\n    Channel *channel = param_channel(context, false, true);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultText(context, channel->getBoardRevisionName());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuInformationEthernetTypeQ(scpi_t *context) {\n    SCPI_ResultText(context, getCpuEthernetType());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuInformationTypeQ(scpi_t *context) {\n    SCPI_ResultText(context, getCpuType());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuInformationOntimeTotalQ(scpi_t *context) {\n\toutputOnTime(context, g_powerOnTimeCounter.getTotalTime());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuInformationOntimeLastQ(scpi_t *context) {\n\toutputOnTime(context, g_powerOnTimeCounter.getLastTime());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuModelQ(scpi_t *context) {\n    SCPI_ResultText(context, getCpuModel());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCpuOptionQ(scpi_t *context) {\n    char strFeatures[128] = {0};\n\n#if OPTION_BP\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"BPost\");\n#endif\n\n#if OPTION_EXT_EEPROM\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"EEPROM\");\n#endif\n\n#if OPTION_EXT_RTC\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"RTC\");\n#endif\n\n#if OPTION_SD_CARD\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"SDcard\");\n#endif\n\n#if OPTION_ETHERNET\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"Ethernet\");\n#endif\n\n#if OPTION_DISPLAY\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"Display\");\n#endif\n\n#if OPTION_WATCHDOG\n    if (strFeatures[0]) {\n        strcat(strFeatures, \", \");\n    }\n    strcat(strFeatures, \"Watchdog\");\n#endif\n\n    SCPI_ResultText(context, strFeatures);\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemSerial(scpi_t *context) {\n    const char *serial;\n    size_t serialLength;\n\n    if (!SCPI_ParamCharacters(context, &serial, &serialLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (serialLength > 7) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CHARACTER_DATA_TOO_LONG);\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::changeSerial(serial, serialLength)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\n\nscpi_result_t scpi_cmd_systemSerialQ(scpi_t *context) {\n    SCPI_ResultText(context, persist_conf::devConf.serialNumber);\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPowerProtectionTrip(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n\tif (!persist_conf::enableShutdownWhenProtectionTripped(enable)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n\t}\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPowerProtectionTripQ(scpi_t *context) {\n    SCPI_ResultBool(context, persist_conf::isShutdownWhenProtectionTrippedEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPonOutputDisable(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n\tif (!persist_conf::enableForceDisablingAllOutputsOnPowerUp(enable)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n\t}\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPonOutputDisableQ(scpi_t *context) {\n    SCPI_ResultBool(context, persist_conf::isForceDisablingAllOutputsOnPowerUpEnabled());\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPasswordNew(scpi_t *context) {\n    if (!checkPassword(context, persist_conf::devConf2.systemPassword)) {\n        return SCPI_RES_ERR;\n    }\n\n    const char *new_password;\n    size_t new_password_len;\n\n    if (!SCPI_ParamCharacters(context, &new_password, &new_password_len, true)) {\n        return SCPI_RES_ERR;\n    }\n\n\tint16_t err;\n\tif (!persist_conf::isSystemPasswordValid(new_password, new_password_len, err)) {\n        SCPI_ErrorPush(context, err);\n        return SCPI_RES_ERR;\n\t}\n\n    if (!persist_conf::changeSystemPassword(new_password, new_password_len)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPasswordFpanelReset(scpi_t *context) {\n    if (!persist_conf::changeSystemPassword(\"\", 0)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemPasswordCalibrationReset(scpi_t *context) {\n    if (!persist_conf::changeCalibrationPassword(CALIBRATION_PASSWORD_DEFAULT, strlen(CALIBRATION_PASSWORD_DEFAULT))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemKlock(scpi_t *context) {\n    if (!persist_conf::lockFrontPanel(true)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n#if OPTION_DISPLAY\n    gui::refreshPage();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_choice_def_t rlStateChoice[] = {\n    { \"LOCal\", RL_STATE_LOCAL },\n    { \"REMote\", RL_STATE_REMOTE },\n    { \"RWLock\", RL_STATE_RW_LOCK },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\n\nscpi_result_t scpi_cmd_systemCommunicateRlstate(scpi_t *context) {\n    int32_t rlState;\n    if (!SCPI_ParamChoice(context, rlStateChoice, &rlState, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    g_rlState = (RLState)rlState;\n\n#if OPTION_DISPLAY\n    gui::refreshPage();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateRlstateQ(scpi_t *context) {\n\tresultChoiceName(context, rlStateChoice, g_rlState);\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemLocal(scpi_t *context) {\n    g_rlState = RL_STATE_LOCAL;\n\n#if OPTION_DISPLAY\n    gui::refreshPage();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemRemote(scpi_t *context) {\n    g_rlState = RL_STATE_REMOTE;\n\n#if OPTION_DISPLAY\n    gui::refreshPage();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemRwlock(scpi_t *context) {\n    g_rlState = RL_STATE_RW_LOCK;\n\n#if OPTION_DISPLAY\n    gui::refreshPage();\n#endif\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateSerialBaud(scpi_t *context) {\n    int32_t baud;\n    if (!SCPI_ParamInt(context, &baud, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int baudIndex = persist_conf::getIndexFromBaud(baud);\n    if (baudIndex == 0) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_OUT_OF_RANGE);\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::setSerialBaudIndex(baudIndex)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateSerialBaudQ(scpi_t *context) {\n    SCPI_ResultInt(context, persist_conf::getBaudFromIndex(persist_conf::getSerialBaudIndex()));\n    return SCPI_RES_OK;\n}\n\n// NONE|ODD|EVEN\nstatic scpi_choice_def_t parityChoice[] = {\n    { \"NONE\",  serial::PARITY_NONE },\n    { \"EVEN\",  serial::PARITY_EVEN },\n    { \"ODD\",   serial::PARITY_ODD },\n    { \"MARK\",  serial::PARITY_MARK },\n    { \"SPACE\", serial::PARITY_SPACE },\n    SCPI_CHOICE_LIST_END\n};\n\nscpi_result_t scpi_cmd_systemCommunicateSerialParity(scpi_t *context) {\n    int32_t parity;\n    if (!SCPI_ParamChoice(context, parityChoice, &parity, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::setSerialParity(parity)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateSerialParityQ(scpi_t *context) {\n    resultChoiceName(context, parityChoice, persist_conf::getSerialParity());\n    return SCPI_RES_OK;\n}\n\n// NONE|ODD|EVEN\nstatic scpi_choice_def_t commInterfaceChoice[] = {\n    { \"SERial\", 1 },\n    { \"ETHernet\", 2 },\n    { \"NTP\", 3 },\n    SCPI_CHOICE_LIST_END\n};\n\n\nscpi_result_t scpi_cmd_systemCommunicateEnable(scpi_t *context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int32_t commInterface;\n    if (!SCPI_ParamChoice(context, commInterfaceChoice, &commInterface, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (commInterface == 1) {\n        persist_conf::enableSerial(enable);\n    } else if (commInterface == 2) {\n#if OPTION_ETHERNET\n        persist_conf::enableEthernet(enable);\n#else\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n#endif\n    } else if (commInterface == 3) {\n        persist_conf::enableNtp(enable);\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEnableQ(scpi_t *context) {\n    int32_t commInterface;\n    if (!SCPI_ParamChoice(context, commInterfaceChoice, &commInterface, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (commInterface == 1) {\n        SCPI_ResultBool(context, persist_conf::isSerialEnabled());\n    } else if (commInterface == 2) {\n#if OPTION_ETHERNET\n        SCPI_ResultBool(context, persist_conf::isEthernetEnabled());\n#else\n        SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n        return SCPI_RES_ERR;\n#endif\n    } else if (commInterface == 3) {\n        SCPI_ResultBool(context, persist_conf::isNtpEnabled());\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetDhcp(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::enableEthernetDhcp(enable);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetDhcpQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultBool(context, persist_conf::isEthernetDhcpEnabled());\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetAddress(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled() || persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    \n    const char *ipAddressStr;\n    size_t ipAddressStrLength;\n\n    if (!SCPI_ParamCharacters(context, &ipAddressStr, &ipAddressStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t ipAddress;\n    if (!util::parseIpAddress(ipAddressStr, ipAddressStrLength, ipAddress)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetIpAddress(ipAddress);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetAddressQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    char ipAddressStr[16];\n    if (persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        util::ipAddressToString(ethernet::getIpAddress(), ipAddressStr);\n    } else {\n        util::ipAddressToString(persist_conf::devConf2.ethernetIpAddress, ipAddressStr);\n    }\n    SCPI_ResultText(context, ipAddressStr);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetDns(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled() || persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    \n    const char *ipAddressStr;\n    size_t ipAddressStrLength;\n\n    if (!SCPI_ParamCharacters(context, &ipAddressStr, &ipAddressStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t ipAddress;\n    if (!util::parseIpAddress(ipAddressStr, ipAddressStrLength, ipAddress)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetDns(ipAddress);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetDnsQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    if (persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ResultText(context, \"unknown\");\n    } else {\n        char ipAddressStr[16];\n        util::ipAddressToString(persist_conf::devConf2.ethernetDns, ipAddressStr);\n        SCPI_ResultText(context, ipAddressStr);\n    }\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetGateway(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled() || persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    \n    const char *ipAddressStr;\n    size_t ipAddressStrLength;\n\n    if (!SCPI_ParamCharacters(context, &ipAddressStr, &ipAddressStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t ipAddress;\n    if (!util::parseIpAddress(ipAddressStr, ipAddressStrLength, ipAddress)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetGateway(ipAddress);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetGatewayQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    if (persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ResultText(context, \"unknown\");\n    } else {\n        char ipAddressStr[16];\n        util::ipAddressToString(persist_conf::devConf2.ethernetGateway, ipAddressStr);\n        SCPI_ResultText(context, ipAddressStr);\n    }\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetSmask(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled() || persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    \n    const char *ipAddressStr;\n    size_t ipAddressStrLength;\n\n    if (!SCPI_ParamCharacters(context, &ipAddressStr, &ipAddressStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint32_t ipAddress;\n    if (!util::parseIpAddress(ipAddressStr, ipAddressStrLength, ipAddress)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetSubnetMask(ipAddress);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetSmaskQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    if (persist_conf::devConf2.flags.ethernetDhcpEnabled) {\n        SCPI_ResultText(context, \"unknown\");\n    } else {\n        char ipAddressStr[16];\n        util::ipAddressToString(persist_conf::devConf2.ethernetSubnetMask, ipAddressStr);\n        SCPI_ResultText(context, ipAddressStr);\n    }\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetPort(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    int32_t port;\n    if (!SCPI_ParamInt(context, &port, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (port < 0 && port > 65535) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetScpiPort((uint16_t)port);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetPortQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    SCPI_ResultInt(context, persist_conf::devConf2.ethernetScpiPort);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetMac(scpi_t *context) {\n#if OPTION_ETHERNET\n    if (!persist_conf::isEthernetEnabled()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n    \n    const char *macAddressStr;\n    size_t macAddressStrLength;\n\n    if (!SCPI_ParamCharacters(context, &macAddressStr, &macAddressStrLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    uint8_t macAddress[6];\n    if (!util::parseMacAddress(macAddressStr, macAddressStrLength, macAddress)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        return SCPI_RES_ERR;\n    }\n\n    persist_conf::setEthernetMacAddress(macAddress);\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateEthernetMacQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    char macAddressStr[18];\n    util::macAddressToString(persist_conf::devConf2.ethernetMacAddress, macAddressStr);\n    SCPI_ResultText(context, macAddressStr);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateNtp(scpi_t *context) {\n#if OPTION_ETHERNET\n    const char *ntpServer;\n    size_t ntpServerLength;\n\n    if (!SCPI_ParamCharacters(context, &ntpServer, &ntpServerLength, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    if (ntpServerLength > 32) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CHARACTER_DATA_TOO_LONG);\n        return SCPI_RES_ERR;\n    }\n\n    if (!persist_conf::setNtpServer(ntpServer, ntpServerLength)) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemCommunicateNtpQ(scpi_t *context) {\n#if OPTION_ETHERNET\n    SCPI_ResultText(context, persist_conf::devConf2.ntpServer);\n    return SCPI_RES_OK;\n#else\n    SCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n    return SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemInhibitQ(scpi_t * context) {\n    SCPI_ResultBool(context, io_pins::isInhibited());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDigitalInputDataQ(scpi_t *context) {\n\tint32_t pin;\n\tif (!SCPI_ParamInt(context, &pin, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (pin != 1) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (persist_conf::devConf2.ioPins[pin - 1].function != io_pins::FUNCTION_INPUT) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_DIGITAL_PIN_FUNCTION_MISMATCH);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tbool state = digitalRead(EXT_TRIG) ? true : false;\n\n\tif (persist_conf::devConf2.ioPins[pin - 1].polarity == io_pins::POLARITY_NEGATIVE) {\n\t\tstate = !state;\n\t}\n\n\tSCPI_ResultInt(context, state ? 1 : 0);\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDigitalOutputData(scpi_t *context) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tint32_t pin;\n\tif (!SCPI_ParamInt(context, &pin, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (pin != 2 && pin != 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (persist_conf::devConf2.ioPins[pin - 1].function != io_pins::FUNCTION_OUTPUT) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_DIGITAL_PIN_FUNCTION_MISMATCH);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tbool state;\n\tif (!SCPI_ParamBool(context, &state, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tio_pins::setDigitalOutputPinState(pin, state);\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_systemDigitalOutputDataQ(scpi_t *context) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\tint32_t pin;\n\tif (!SCPI_ParamInt(context, &pin, TRUE)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (pin != 2 && pin != 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (persist_conf::devConf2.ioPins[pin - 1].function != io_pins::FUNCTION_OUTPUT) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_DIGITAL_PIN_FUNCTION_MISMATCH);\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tSCPI_ResultBool(context, io_pins::getDigitalOutputPinState(pin));\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n\nstatic scpi_choice_def_t functionChoice[] = {\n\t{ \"NONE\", io_pins::FUNCTION_NONE },\n\t{ \"DINPut\", io_pins::FUNCTION_INPUT },\n\t{ \"DOUTput\", io_pins::FUNCTION_OUTPUT },\n\t{ \"FAULt\", io_pins::FUNCTION_FAULT },\n\t{ \"INHibit\", io_pins::FUNCTION_INHIBIT },\n\t{ \"ONCouple\", io_pins::FUNCTION_ON_COUPLE },\n\t{ \"TINPut\", io_pins::FUNCTION_TINPUT },\n\t{ \"TOUTput\", io_pins::FUNCTION_TOUTPUT },\n\tSCPI_CHOICE_LIST_END\n};\n\nscpi_result_t scpi_cmd_systemDigitalPinFunction(scpi_t *context) {\n\tint32_t pin;\n\tSCPI_CommandNumbers(context, &pin, 1, 1);\n\tif (pin < 1 || pin > 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n\t\treturn SCPI_RES_ERR;\n\t}\n#if EEZ_PSU_SELECTED_REVISION != EEZ_PSU_REVISION_R5B12\n\tif (pin != 1) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn SCPI_RES_ERR;\n\t}\n#endif\n\n\tint32_t function;\n\tif (!SCPI_ParamChoice(context, functionChoice, &function, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tif (pin == 1) {\n\t\tif (function != io_pins::FUNCTION_NONE && function != io_pins::FUNCTION_INPUT && function != io_pins::FUNCTION_INHIBIT && function != io_pins::FUNCTION_TINPUT) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\t}\n\telse {\n\t\tif (function != io_pins::FUNCTION_NONE && function != io_pins::FUNCTION_OUTPUT && function != io_pins::FUNCTION_FAULT && function != io_pins::FUNCTION_ON_COUPLE && function != io_pins::FUNCTION_TOUTPUT) {\n\t\t\tSCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n\t\t\treturn SCPI_RES_ERR;\n\t\t}\n\t}\n\n\tpersist_conf::devConf2.ioPins[pin - 1].function = function;\n\n\tio_pins::refresh();\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDigitalPinFunctionQ(scpi_t *context) {\n\tint32_t pin;\n\tSCPI_CommandNumbers(context, &pin, 1, 1);\n\tif (pin < 1 || pin > 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n\t\treturn SCPI_RES_ERR;\n\t}\n#if EEZ_PSU_SELECTED_REVISION != EEZ_PSU_REVISION_R5B12\n\tif (pin != 1) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn SCPI_RES_ERR;\n\t}\n#endif\n\n\tresultChoiceName(context, functionChoice, persist_conf::devConf2.ioPins[pin - 1].function);\n\n\treturn SCPI_RES_OK;\n}\n\nstatic scpi_choice_def_t polarityChoice[] = {\n\t{ \"POSitive\", io_pins::POLARITY_POSITIVE },\n\t{ \"NEGative\", io_pins::POLARITY_NEGATIVE },\n\tSCPI_CHOICE_LIST_END\n};\n\nscpi_result_t scpi_cmd_systemDigitalPinPolarity(scpi_t *context) {\n\tint32_t pin;\n\tSCPI_CommandNumbers(context, &pin, 1, 1);\n\tif (pin < 1 || pin > 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n\t\treturn SCPI_RES_ERR;\n\t}\n#if EEZ_PSU_SELECTED_REVISION != EEZ_PSU_REVISION_R5B12\n\tif (pin != 1) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn SCPI_RES_ERR;\n\t}\n#endif\n\n\tint32_t polarity;\n\tif (!SCPI_ParamChoice(context, polarityChoice, &polarity, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tpersist_conf::devConf2.ioPins[pin - 1].polarity = polarity;\n\n\tio_pins::refresh();\n\n\treturn SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_systemDigitalPinPolarityQ(scpi_t *context) {\n\tint32_t pin;\n\tSCPI_CommandNumbers(context, &pin, 1, 1);\n\tif (pin < 1 || pin > 3) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE);\n\t\treturn SCPI_RES_ERR;\n\t}\n#if EEZ_PSU_SELECTED_REVISION != EEZ_PSU_REVISION_R5B12\n\tif (pin != 1) {\n\t\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\t\treturn SCPI_RES_ERR;\n\t}\n#endif\n\n\tresultChoiceName(context, polarityChoice, persist_conf::devConf2.ioPins[pin - 1].polarity);\n\n\treturn SCPI_RES_OK;\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_trigger.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"scpi_psu.h\"\n\n#include \"trigger.h\"\n#include \"io_pins.h\"\n#include \"channel_dispatcher.h\"\n#include \"profile.h\"\n#if OPTION_SD_CARD\n#include \"dlog.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace scpi {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_choice_def_t sourceChoice[] = {\n    { \"BUS\", trigger::SOURCE_BUS },\n    { \"IMMediate\", trigger::SOURCE_IMMEDIATE },\n    { \"MANual\", trigger::SOURCE_MANUAL },\n    { \"PIN1\", trigger::SOURCE_PIN1 },\n    SCPI_CHOICE_LIST_END\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nscpi_result_t scpi_cmd_triggerSequenceImmediate(scpi_t * context) {\n    int result = trigger::startImmediately();\n    if (result != SCPI_RES_OK) {\n        SCPI_ErrorPush(context, result);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerSequenceDelay(scpi_t * context) {\n    float delay;\n    if (!get_duration_param(context, delay, trigger::DELAY_MIN, trigger::DELAY_MAX, trigger::DELAY_DEFAULT)) {\n        return SCPI_RES_ERR;\n    }\n\n    trigger::setDelay(delay);\n    persist_conf::saveDevice2();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerSequenceDelayQ(scpi_t * context) {\n    SCPI_ResultFloat(context, trigger::getDelay());\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerSequenceSource(scpi_t * context) {\n    int32_t source;\n    if (!SCPI_ParamChoice(context, sourceChoice, &source, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    trigger::setSource((trigger::Source)source);\n\n    if (source == trigger::SOURCE_PIN1) {\n        persist_conf::devConf2.ioPins[0].function = io_pins::FUNCTION_TINPUT;\n    }\n\n    persist_conf::saveDevice2();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerSequenceSourceQ(scpi_t * context) {\n    resultChoiceName(context, sourceChoice, trigger::getSource());\n    return SCPI_RES_OK;\n}\n\nstatic scpi_choice_def_t triggerOnListStopChoice[] = {\n    { \"OFF\", TRIGGER_ON_LIST_STOP_OUTPUT_OFF },\n    { \"FIRSt\", TRIGGER_ON_LIST_STOP_SET_TO_FIRST_STEP },\n    { \"LAST\", TRIGGER_ON_LIST_STOP_SET_TO_LAST_STEP },\n    { \"STANdbay\", TRIGGER_ON_LIST_STOP_STANDBY },\n    SCPI_CHOICE_LIST_END /* termination of option list */\n};\n\nscpi_result_t scpi_cmd_triggerSequenceExitCondition(scpi_t * context) {\n    int32_t triggerOnListStop;\n    if (!SCPI_ParamChoice(context, triggerOnListStopChoice, &triggerOnListStop, true)) {\n        return SCPI_RES_ERR;\n    }\n\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    if (!trigger::isIdle()) {\n        SCPI_ErrorPush(context, SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER);\n        return SCPI_RES_ERR;\n    }\n\n    channel_dispatcher::setTriggerOnListStop(*channel, (TriggerOnListStop)triggerOnListStop);\n    profile::save();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerSequenceExitConditionQ(scpi_t * context) {\n    Channel *channel = param_channel(context);\n    if (!channel) {\n        return SCPI_RES_ERR;\n    }\n\n    resultChoiceName(context, triggerOnListStopChoice, channel_dispatcher::getTriggerOnListStop(*channel));\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_initiateImmediate(scpi_t * context) {\n    int result = trigger::initiate();\n    if (result != SCPI_RES_OK) {\n        SCPI_ErrorPush(context, result);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_initiateContinuous(scpi_t * context) {\n    bool enable;\n    if (!SCPI_ParamBool(context, &enable, TRUE)) {\n        return SCPI_RES_ERR;\n    }\n\n    int result = trigger::enableInitiateContinuous(enable);\n\n    persist_conf::saveDevice2();\n\n    if (result != SCPI_RES_OK) {\n        SCPI_ErrorPush(context, result);\n        return SCPI_RES_ERR;\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_initiateContinuousQ(scpi_t * context) {\n    SCPI_ResultBool(context, trigger::isContinuousInitializationEnabled() ? 1 : 0);\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_abort(scpi_t * context) {\n    trigger::abort();\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_coreTrg(scpi_t * context) {\n    int result = trigger::generateTrigger(trigger::SOURCE_BUS);\n    if (result != SCPI_RES_OK) {\n        SCPI_ErrorPush(context, result);\n        return SCPI_RES_ERR;\n    }\n    return SCPI_RES_OK;\n}\n\nscpi_result_t scpi_cmd_triggerDlogImmediate(scpi_t * context) {\n#if OPTION_SD_CARD\n\tint result = dlog::startImmediately();\n\tif (result != SCPI_RES_OK) {\n\t\tSCPI_ErrorPush(context, result);\n\t\treturn SCPI_RES_ERR;\n\t}\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_triggerDlogSource(scpi_t * context) {\n#if OPTION_SD_CARD\n\tint32_t source;\n\tif (!SCPI_ParamChoice(context, sourceChoice, &source, true)) {\n\t\treturn SCPI_RES_ERR;\n\t}\n\n\tdlog::g_triggerSource = (trigger::Source)source;\n\n\tif (source == trigger::SOURCE_PIN1) {\n\t\tpersist_conf::devConf2.ioPins[0].function = io_pins::FUNCTION_TINPUT;\n\t}\n\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\nscpi_result_t scpi_cmd_triggerDlogSourceQ(scpi_t * context) {\n#if OPTION_SD_CARD\n\tresultChoiceName(context, sourceChoice, dlog::g_triggerSource);\n\treturn SCPI_RES_OK;\n#else\n\tSCPI_ErrorPush(context, SCPI_ERROR_HARDWARE_MISSING);\n\treturn SCPI_RES_ERR;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::scpi"
  },
  {
    "path": "eez_psu_sketch/scpi_user_config.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n#define USE_UNITS_PARTICLES 0\n#define USE_UNITS_ANGLE 0\n#define USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE 0\n#define USE_UNITS_ENERGY_FORCE_MASS 0\n#define USE_UNITS_DISTANCE 0\n#define USE_UNITS_LIGHT 0\n#define USE_UNITS_MAGNETIC 0\n#define USE_UNITS_RATIO 0\n\n#define USE_UNITS_ELECTRIC 1\n#define USE_UNITS_FREQUENCY 1\n#define USE_UNITS_POWER 1\n#define USE_UNITS_TEMPERATURE 1\n#define USE_UNITS_TIME 1\n\n#define USE_COMMAND_TAGS 0\n\n#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)\n#define USE_64K_PROGMEM_FOR_CMD_LIST 1\n#define USE_FULL_PROGMEM_FOR_CMD_LIST 0\n#define SCPI_MAX_CMD_PATTERN_SIZE 128\n#define USE_64K_PROGMEM_FOR_ERROR_MESSAGES 1\n#define USE_FULL_PROGMEM_FOR_ERROR_MESSAGES 0\n#define SCPI_MAX_ERROR_MESSAGE_SIZE 64\n#endif\n\n#define USE_USER_ERROR_LIST 1\n#define LIST_OF_USER_ERRORS \\\n    X(SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE,                  -114, \"Header suffix out of range\")                   \\\n    X(SCPI_ERROR_CHARACTER_DATA_TOO_LONG,                   -144, \"Character data too long\")                      \\\n    X(SCPI_ERROR_TRIGGER_IGNORED,                           -211, \"Trigger ignored\")                              \\\n    X(SCPI_ERROR_DATA_OUT_OF_RANGE,                         -222, \"Data out of range\")                            \\\n    X(SCPI_ERROR_TOO_MUCH_DATA,                             -223, \"Too much data\")                                \\\n    X(SCPI_ERROR_DIGITAL_PIN_FUNCTION_MISMATCH,             -230, \"Digital pin function mismatch\")                \\\n    X(SCPI_ERROR_HARDWARE_ERROR,                            -240, \"Hardware error\")                               \\\n    X(SCPI_ERROR_HARDWARE_MISSING,                          -241, \"Hardware missing\")                             \\\n    X(SCPI_ERROR_CH1_FAULT_DETECTED,                        -242, \"CH1 fault detected\")                           \\\n\tX(SCPI_ERROR_CH2_FAULT_DETECTED,                        -243, \"CH2 fault detected\")                           \\\n    X(SCPI_ERROR_CH1_OUTPUT_FAULT_DETECTED,                 -245, \"CH1 output fault detected\")                    \\\n\tX(SCPI_ERROR_CH2_OUTPUT_FAULT_DETECTED,                 -246, \"CH2 output fault detected\")                    \\\n    X(SCPI_ERROR_MASS_STORAGE_ERROR,                        -250, \"Mass storage error\")                           \\\n    X(SCPI_ERROR_FILE_NAME_NOT_FOUND,                       -256, \"File name not found\")                          \\\n    X(SCPI_ERROR_FILE_NAME_ERROR,                           -257, \"File name error\")                              \\\n    X(SCPI_ERROR_MEDIA_PROTECTED,                           -258, \"Media protected\")                              \\\n\tX(SCPI_ERROR_FILE_TRANSFER_ABORTED,                     -259, \"File transfer aborted\")                        \\\n    X(SCPI_ERROR_CHANNEL_NOT_FOUND,                          100, \"Channel not found\")                            \\\n    X(SCPI_ERROR_CALIBRATION_STATE_IS_OFF,                   101, \"Calibration state is off\")                     \\\n    X(SCPI_ERROR_INVALID_PASSWORD,                           102, \"Invalid password\")                             \\\n    X(SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS,       104, \"Bad sequence of calibration commands\")         \\\n    X(SCPI_ERROR_PASSWORD_TOO_LONG,                          105, \"Password too long\")                            \\\n    X(SCPI_ERROR_PASSWORD_TOO_SHORT,                         106, \"Password too short\")                           \\\n    X(SCPI_ERROR_CAL_VALUE_OUT_OF_RANGE,                     107, \"Cal value out of range\")                       \\\n    X(SCPI_ERROR_CAL_OUTPUT_DISABLED,                        108, \"Cal output disabled\")                          \\\n    X(SCPI_ERROR_INVALID_CAL_DATA,                           109, \"Invalid cal data\")                             \\\n    X(SCPI_ERROR_CAL_PARAMS_MISSING,                         110, \"Cal params missing or corrupted\")              \\\n    X(SCPI_ERROR_POWER_LIMIT_EXCEEDED,                       150, \"Power limit exceeded\")                         \\\n\tX(SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED,                     151, \"Voltage limit exceeded\")                       \\\n\tX(SCPI_ERROR_CURRENT_LIMIT_EXCEEDED,                     152, \"Current limit exceeded\")                       \\\n    X(SCPI_ERROR_CANNOT_EXECUTE_BEFORE_CLEARING_PROTECTION,  201, \"Cannot execute before clearing protection\")    \\\n    X(SCPI_ERROR_CH1_IOEXP_TEST_FAILED,                      210, \"CH1 IOEXP test failed\")                        \\\n    X(SCPI_ERROR_CH2_IOEXP_TEST_FAILED,                      211, \"CH2 IOEXP test failed\")                        \\\n    X(SCPI_ERROR_CH1_ADC_TEST_FAILED,                        220, \"CH1 ADC test failed\")                          \\\n    X(SCPI_ERROR_CH2_ADC_TEST_FAILED,                        221, \"CH2 ADC test failed\")                          \\\n    X(SCPI_ERROR_CH1_DAC_TEST_FAILED,                        230, \"CH1 DAC test failed\")                          \\\n    X(SCPI_ERROR_CH2_DAC_TEST_FAILED,                        231, \"CH2 DAC test failed\")                          \\\n    X(SCPI_ERROR_EXT_EEPROM_TEST_FAILED,                     240, \"External EEPROM test failed\")                  \\\n    X(SCPI_ERROR_RTC_TEST_FAILED,                            250, \"RTC test failed\")                              \\\n\tX(SCPI_ERROR_ETHERNET_TEST_FAILED,                       260, \"Ethernet test failed\")                         \\\n    X(SCPI_ERROR_CH1_ADC_TIMEOUT_DETECTED,                   270, \"CH1 ADC timeout detected\")                     \\\n    X(SCPI_ERROR_CH2_ADC_TIMEOUT_DETECTED,                   271, \"CH2 ADC timeout detected\")                     \\\n    X(SCPI_ERROR_INCOMPATIBLE_TRANSIENT_MODES,               304, \"Incompatible transient modes\")                 \\\n    X(SCPI_ERROR_TOO_MANY_LIST_POINTS,                       306, \"Too many list points\")                         \\\n    X(SCPI_ERROR_LIST_LENGTHS_NOT_EQUIVALENT,                307, \"List lengths are not equivalent\")              \\\n    X(SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER,            308, \"Cannot be changed while transient trigger is initiated\") \\\n    X(SCPI_ERROR_CANNOT_INITIATE_WHILE_IN_FIXED_MODE,        309, \"Cannot initiate while in fixed mode\")          \\\n    X(SCPI_ERROR_LIST_NOT_FOUND,                             310, \"List not found\")                               \\\n    X(SCPI_ERROR_LIST_IS_EMPTY,                              311, \"List is empty\")                                \\\n    X(SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED,         312, \"Cannot execute when the channels are coupled\") \\\n    X(SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE,             313, \"Cannot execute in tracking mode\")              \\\n\tX(SCPI_ERROR_CANNOT_LOAD_EMPTY_PROFILE,                  400, \"Cannot load empty profile\")                    \\\n    X(SCPI_ERROR_CH1_DOWN_PROGRAMMER_SWITCHED_OFF,           500, \"Down-programmer on CH1 switched off\")          \\\n    X(SCPI_ERROR_CH2_DOWN_PROGRAMMER_SWITCHED_OFF,           501, \"Down-programmer on CH2 switched off\")          \\\n    X(SCPI_ERROR_EXTERNAL_EEPROM_SAVE_FAILED,                615, \"External EEPROM save failed\")                  \\\n\tX(SCPI_ERROR_FAN_TEST_FAILED,                            630, \"Fan test failed\")                              \\\n\tX(SCPI_ERROR_AUX_TEMP_SENSOR_TEST_FAILED,                720, \"AUX temperature sensor test failed\")           \\\n    X(SCPI_ERROR_CH1_TEMP_SENSOR_TEST_FAILED,                722, \"CH1 temperature sensor test failed\")           \\\n    X(SCPI_ERROR_CH2_TEMP_SENSOR_TEST_FAILED,                723, \"CH2 temperature sensor test failed\")           \\\n\n// strtoull is not defined on some arduino boards\n// TODO mvladic:find better way to do this\n#ifndef strtoull\n#define strtoull strtoul\n#endif\n\n// strtoll is not defined on some arduino boards\n// TODO mvladic:find better way to do this\n#ifndef strtoll\n#define strtoll strtol\n#endif\n\n#ifdef _MSC_VER \n#define strncasecmp _strnicmp\n#define strcasecmp _stricmp\n#endif\n\n#ifdef\t__cplusplus\n}\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/sd_card.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_SD_CARD\n\n#include \"sd_card.h\"\n#include \"datetime.h\"\n\n#include \"list.h\"\n#include \"profile.h\"\n\n#if OPTION_DISPLAY\n#include \"gui.h\"\n#endif\n\nSdFat SD;\n\nnamespace eez {\nnamespace psu {\nnamespace sd_card {\n\nTestResult g_testResult = TEST_FAILED;\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid dateTime(uint16_t* date, uint16_t* time) {\n    int year, month, day, hour, minute, second;\n    datetime::breakTime(datetime::nowUtc(), year, month, day, hour, minute, second);\n    *date = FAT_DATE(year, month, day);\n    *time = FAT_TIME(hour, minute, second);\n}\n\n#ifndef EEZ_PSU_SIMULATOR\nbool g_cardBeginResult;\nint g_cardBeginErrorCode;\nbool g_fsBeginResult;\nint g_fsBeginErrorCode;\n#endif\n\nvoid init() {\n\tbool initResult;\n\n#ifdef EEZ_PSU_SIMULATOR\n\tinitResult = SD.begin(LCDSD_CS, SPI_HALF_SPEED);\n#else\n\tg_cardBeginResult = SD.cardBegin(LCDSD_CS, SPI_HALF_SPEED);\n\tif (g_cardBeginResult) {\n\t\tg_fsBeginResult = SD.fsBegin();\n\t\tif (!g_fsBeginResult) {\n\t\t\tg_fsBeginErrorCode = SD.fsBeginErrorCode();\n\t\t}\n\t} else {\n\t\tg_cardBeginErrorCode = SD.cardErrorCode();\n\t}\n\tinitResult = g_cardBeginResult && g_fsBeginResult;\n#endif\n\n    if (!initResult) {\n        g_testResult = TEST_FAILED;\n    } else {\n#ifdef EEZ_PSU_SIMULATOR\n        makeParentDir(\"/\");\n#endif\n        g_testResult = TEST_OK;\n\n        SdFile::dateTimeCallback(dateTime);\n    }\n}\n\nbool test() {\n    return g_testResult != TEST_FAILED;\n}\n\nvoid dumpInfo(char *buffer) {\n#ifndef EEZ_PSU_SIMULATOR\n\tFatVolume* vol = SD.vol();\n\t\n\tsprintf(buffer + strlen(buffer), \"SD volume is FAT %d\\n\", int(vol->fatType()));\n\n\tsprintf(buffer + strlen(buffer), \"SD card begin result: %d\\n\", int(g_cardBeginResult));\n\tif (!g_cardBeginResult) {\n\t\tsprintf(buffer + strlen(buffer), \"SD card begin result error: %d\\n\", g_cardBeginErrorCode);\n\t}\n\tsprintf(buffer + strlen(buffer), \"SD fs begin result: %d\\n\", int(g_fsBeginResult));\n\tif (!g_fsBeginResult) {\n\t\tsprintf(buffer + strlen(buffer), \"SD fs begin result error: %d\\n\", g_fsBeginErrorCode);\n\t}\n\n\tsprintf(buffer + strlen(buffer), \"SD blocks per cluster: %d\\n\", int(vol->blocksPerCluster()));\n\tsprintf(buffer + strlen(buffer), \"SD cluster count: %d\\n\", int(vol->clusterCount()));\n\tsprintf(buffer + strlen(buffer), \"SD fat start block: %d\\n\", int(vol->fatStartBlock()));\n\tsprintf(buffer + strlen(buffer), \"SD fat count: %d\\n\", int(vol->fatCount()));\n\tsprintf(buffer + strlen(buffer), \"SD blocks per fat: %d\\n\", int(vol->blocksPerFat()));\n\tsprintf(buffer + strlen(buffer), \"SD root dir start: %d\\n\", int(vol->rootDirStart()));\n\tsprintf(buffer + strlen(buffer), \"SD data start block: %d\\n\", int(vol->dataStartBlock()));\n\n\tcsd_t csd;\n\tif (!SD.card()->readCSD(&csd)) {\n\t\tsprintf(buffer + strlen(buffer), \"SD readCSD failed\\n\");\n\t\treturn;\n\t}\n\n\tuint8_t eraseSingleBlock;\n\tuint32_t eraseSize;\n\n\tif (csd.v1.csd_ver == 0) {\n\t\teraseSingleBlock = csd.v1.erase_blk_en;\n\t\teraseSize = (csd.v1.sector_size_high << 1) | csd.v1.sector_size_low;\n\t} else if (csd.v2.csd_ver == 1) {\n\t\teraseSingleBlock = csd.v2.erase_blk_en;\n\t\teraseSize = (csd.v2.sector_size_high << 1) | csd.v2.sector_size_low;\n\t} else {\n\t\tsprintf(buffer + strlen(buffer), \"SD csd version error\\n\");\n\t\treturn;\n\t}\n\teraseSize++;\n\n\tuint32_t cardSize = SD.card()->cardSize();\n\tsprintf(buffer + strlen(buffer), \"SD card size: %d MB\\n\", int(0.000512 * cardSize));\n\n\tsprintf(buffer + strlen(buffer), \"SD flash erase size: %d blocks\\n\", int(eraseSize));\n\n\tif (eraseSingleBlock) {\n\t\tsprintf(buffer + strlen(buffer), \"SD erase single block\\n\");\n\t}\n\n\tif (vol->dataStartBlock() % eraseSize) {\n\t\tsprintf(buffer + strlen(buffer), \"SD data area is not aligned on flash erase boundaries! Download and use formatter from www.sdcard.org!\\n\");\n\t}\n#endif\n}\n\n#ifndef isSpace\nbool isSpace(int c) {\n    return c == '\\r' || c == '\\n' || c == '\\t' || c == ' ';\n}\n#endif\n\nvoid matchZeroOrMoreSpaces(File &file) {\n    while (true) {\n        int c = file.peek();\n        if (!isSpace(c)) {\n            return;\n        }\n        file.read();\n    }\n}\n\nbool match(File& file, char c) {\n    matchZeroOrMoreSpaces(file);\n    if (file.peek() == c) {\n        file.read();\n        return true;\n    }\n    return false;\n}\n\nbool match(File& file, float &result) {\n    matchZeroOrMoreSpaces(file);\n\n    int c = file.peek();\n    if (c == -1) {\n        return false;\n    }\n\n    bool isNegative;\n    if (c == '-') {\n        file.read();\n        isNegative = true;\n        c = file.peek();\n    } else {\n        isNegative = false;\n    }\n\n    bool isFraction = false;\n    float fraction = 1.0;\n\n    long value = -1;\n\n    while (true) {\n        if (c == '.') {\n            if (isFraction) {\n                return false;\n            }\n            isFraction = true;\n        } else if (c >= '0' && c <= '9') {\n            if (value == -1) {\n                value = 0;\n            }\n\n            value = value * 10 + c - '0';\n\n            if (isFraction) {\n                fraction *= 0.1f;\n            }\n        } else {\n            if (value == -1) {\n                return false;\n            }\n\n            result = (float)value;\n            if (isNegative) {\n                result = -result;\n            }\n            if (isFraction) {\n                result *= fraction;\n            }\n\n            return true;\n        }\n\n        file.read();\n        c = file.peek();\n   }\n}\n\nbool makeParentDir(const char *filePath) {\n    char dirPath[MAX_PATH_LENGTH];\n    util::getParentDir(filePath, dirPath);\n    return SD.mkdir(dirPath);\n}\n\nbool exists(const char *dirPath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.exists(dirPath)) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    return true;\n}\n\nbool catalog(const char *dirPath, void *param, void (*callback)(void *param, const char *name, const char *type, size_t size), int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File dir = SD.open(dirPath);\n    if (!dir) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    dir.rewindDirectory();\n\n    while (true) {\n        File entry = dir.openNextFile();\n        if (!entry) {\n            return true;\n        }\n\n        char name[MAX_PATH_LENGTH + 1] = {0};\n        entry.getName(name, MAX_PATH_LENGTH);\n        if (entry.isDirectory()) {\n            callback(param, name, \"FOLD\", entry.size());\n        } else if (util::endsWith(name, list::LIST_EXT)) {\n            callback(param, name, \"LIST\", entry.size());\n        } else if (util::endsWith(name, profile::PROFILE_EXT)) {\n            callback(param, name, \"PROF\", entry.size());\n        } else {\n            callback(param, name, \"BIN\", entry.size());\n        }\n\n        entry.close();\n    }\n}\n\nbool catalogLength(const char *dirPath, size_t *length, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File dir = SD.open(dirPath);\n    if (!dir) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    *length = 0;\n\n    dir.rewindDirectory();\n\n    while (true) {\n        File entry = dir.openNextFile();\n        if (!entry) {\n            break;\n        }\n        ++(*length);\n        entry.close();\n    }\n\n    return true;\n}\n\nbool upload(const char *filePath, void *param, void (*callback)(void *param, const void *buffer, size_t size), int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_READ);\n\n    if (!file) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n\tbool result = true;\n\n\tsize_t totalSize = file.size();\n\n#if OPTION_DISPLAY\n\tgui::showProgressPage(\"Uploading...\");\n\tsize_t uploaded = 0;\n#endif\n\n\t*err = SCPI_RES_OK;\n\n    callback(param, NULL, totalSize);\n\n    const int CHUNK_SIZE = CONF_SERIAL_BUFFER_SIZE;\n    uint8_t buffer[CHUNK_SIZE];\n\n    while (true) {\n        int size = file.read(buffer, CHUNK_SIZE);\n\n\t\tcallback(param, buffer, size);\n\n#if OPTION_DISPLAY\n\t\tuploaded += size;\n\t\tif (!gui::updateProgressPage(uploaded, totalSize)) {\n\t\t\tgui::hideProgressPage();\n\t\t\tevent_queue::pushEvent(event_queue::EVENT_WARNING_FILE_UPLOAD_ABORTED);\n\t\t\tif (err) *err = SCPI_ERROR_FILE_TRANSFER_ABORTED;\n\t\t\tresult = false;\n\t\t\tbreak;\n\t\t}\n#endif\n\n\t\tif (size < CHUNK_SIZE) {\n            break;\n        }\n    }\n\n    file.close();\n\n    callback(param, NULL, -1);\n\n#if OPTION_DISPLAY\n\tgui::hideProgressPage();\n#endif\n\n    return result;\n}\n\nbool download(const char *filePath, bool truncate, const void *buffer, size_t size, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_WRITE);\n\n\tif (!file) {\n\t\tif (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n\t\treturn false;\n\t}\n\n    if (truncate && !file.truncate(0)) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!file) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    size_t written = file.write((const uint8_t *)buffer, size);\n    file.close();\n\n    if (written != size) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nbool moveFile(const char *sourcePath, const char *destinationPath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.exists(sourcePath)) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    if (!SD.rename(sourcePath, destinationPath)) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nbool copyFile(const char *sourcePath, const char *destinationPath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File sourceFile = SD.open(sourcePath, FILE_READ);\n\n    if (!sourceFile) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    File destinationFile = SD.open(destinationPath, FILE_WRITE);\n\n    if (!destinationFile) {\n        sourceFile.close();\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n#if OPTION_DISPLAY\n    gui::showProgressPage(\"Copying...\");\n#endif\n\n    const int CHUNK_SIZE = 512;\n    uint8_t buffer[CHUNK_SIZE];\n    size_t totalSize = sourceFile.size();\n    size_t totalWritten = 0;\n\n    while (true) {\n        int size = sourceFile.read(buffer, CHUNK_SIZE);\n\n        size_t written = destinationFile.write((const uint8_t *)buffer, size);\n        if (size < 0 || written != (size_t)size) {\n#if OPTION_DISPLAY\n            gui::hideProgressPage();\n#endif\n            sourceFile.close();\n            destinationFile.close();\n            deleteFile(destinationPath, NULL);\n            if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n            return false;\n        }\n\n        totalWritten += written;\n\n#if OPTION_DISPLAY\n        if (!gui::updateProgressPage(totalWritten, totalSize)) {\n            sourceFile.close();\n            destinationFile.close();\n\n            deleteFile(destinationPath, NULL);\n            if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n\n            gui::hideProgressPage();\n            return false;\n        }\n#endif\n\n        if (size < CHUNK_SIZE) {\n            break;\n        }\n\n        psu::tick();\n    }\n\n    sourceFile.close();\n    destinationFile.close();\n\n#if OPTION_DISPLAY\n    gui::hideProgressPage();\n#endif\n\n    if (totalWritten != totalSize) {\n        deleteFile(destinationPath, NULL);\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nbool deleteFile(const char *filePath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.exists(filePath)) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    if (!SD.remove(filePath)) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nbool makeDir(const char *dirPath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.mkdir(dirPath)) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nbool removeDir(const char *dirPath, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.rmdir(dirPath)) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    return true;\n}\n\nvoid getDateTime(\n    dir_t *d,\n    uint8_t *resultYear, uint8_t *resultMonth, uint8_t *resultDay,\n    uint8_t *resultHour, uint8_t *resultMinute, uint8_t *resultSecond\n) {\n    int year = FAT_YEAR(d->lastWriteDate);\n    int month = FAT_MONTH(d->lastWriteDate);\n    int day = FAT_DAY(d->lastWriteDate);\n\n    int hour = FAT_HOUR(d->lastWriteTime);\n    int minute = FAT_MINUTE(d->lastWriteTime);\n    int second = FAT_SECOND(d->lastWriteTime);\n\n    uint32_t utc = datetime::makeTime(year, month, day, hour, minute, second);\n    uint32_t local = datetime::utcToLocal(utc, persist_conf::devConf.time_zone, (datetime::DstRule)persist_conf::devConf2.dstRule);\n    datetime::breakTime(local, year, month, day, hour, minute, second);\n\n    if (resultYear) {\n        *resultYear = (uint8_t)(year - 2000);\n        *resultMonth = (uint8_t)month;\n        *resultDay = (uint8_t)day;\n    }\n\n    if (resultHour) {\n        *resultHour = (uint8_t)hour;\n        *resultMinute = (uint8_t)minute;\n        *resultSecond = (uint8_t)second;\n    }\n}\n\nbool getDate(const char *filePath, uint8_t &year, uint8_t &month, uint8_t &day, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_READ);\n\n    if (!file) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    dir_t d;\n    bool result = file.dirEntry(&d);\n    file.close();\n\n    if (!result) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    getDateTime(&d, &year, &month, &day, NULL, NULL, NULL);\n\n    return true;\n}\n\nbool getTime(const char *filePath, uint8_t &hour, uint8_t &minute, uint8_t &second, int *err) {\n    if (sd_card::g_testResult != TEST_OK) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    if (!SD.exists(filePath)) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    File file = SD.open(filePath, FILE_READ);\n\n    if (!file) {\n        if (err) *err = SCPI_ERROR_FILE_NAME_NOT_FOUND;\n        return false;\n    }\n\n    dir_t d;\n    bool result = file.dirEntry(&d);\n    file.close();\n\n    if (!result) {\n        if (err) *err = SCPI_ERROR_MASS_STORAGE_ERROR;\n        return false;\n    }\n\n    getDateTime(&d, NULL, NULL, NULL, &hour, &minute, &second);\n\n    return true;\n}\n\nbool getInfo(uint64_t &usedSpace, uint64_t &freeSpace) {\n#ifdef EEZ_PSU_SIMULATOR\n    return SD.getInfo(usedSpace, freeSpace);\n#else\n    uint64_t clusterCount = SD.vol()->clusterCount();\n    uint64_t freeClusterCount = SD.vol()->freeClusterCount(psu::tick);\n    usedSpace = 512 * (clusterCount - freeClusterCount) * SD.vol()->blocksPerCluster();\n    freeSpace = 512 * freeClusterCount * SD.vol()->blocksPerCluster();\n    return true;\n#endif\n}\n\n}\n}\n} // namespace eez::psu::sd_card\n\n#endif\n"
  },
  {
    "path": "eez_psu_sketch/sd_card.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include <SdFat.h>\n\nextern SdFat SD;\n\nnamespace eez {\nnamespace psu {\nnamespace sd_card {\n\nextern TestResult g_testResult;\n\nvoid init();\nbool test();\n\nvoid dumpInfo(char *buffer);\n\nvoid matchZeroOrMoreSpaces(File& file);\nbool match(File& file, float &result);\nbool match(File& file, char c);\n\nbool makeParentDir(const char *filePath);\n\nbool exists(const char *dirPath, int *err);\nbool catalog(const char *dirPath, void *param, void (*callback)(void *param, const char *name, const char *type, size_t size), int *err);\nbool catalogLength(const char *dirPath, size_t *length, int *err);\nbool upload(const char *filePath, void *param, void (*callback)(void *param, const void *buffer, size_t size), int *err);\nbool download(const char *filePath, bool truncate, const void *buffer, size_t size, int *err);\nbool moveFile(const char *sourcePath, const char *destinationPath, int *err);\nbool copyFile(const char *sourcePath, const char *destinationPath, int *err);\nbool deleteFile(const char *filePath, int *err);\nbool makeDir(const char *dirPath, int *err);\nbool removeDir(const char *dirPath, int *err);\nbool getDate(const char *filePath, uint8_t &year, uint8_t &month, uint8_t &day, int *err);\nbool getTime(const char *filePath, uint8_t &hour, uint8_t &minute, uint8_t &second, int *err);\n\nbool getInfo(uint64_t &usedSpace, uint64_t &freeSpace);\n\n}\n}\n} // namespace eez::psu::sd_card\n"
  },
  {
    "path": "eez_psu_sketch/serial_psu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"serial_psu.h\"\n\n#define CONF_CHUNK_SIZE CONF_SERIAL_BUFFER_SIZE\n\nnamespace eez {\nnamespace psu {\n\nusing namespace scpi;\n\nnamespace serial {\n\npsu::TestResult g_testResult = psu::TEST_FAILED;\n\nlong g_bauds[] = {4800, 9600, 19200, 38400, 57600, 115200};\nsize_t g_baudsSize = sizeof(g_bauds) / sizeof(long);\n\nsize_t SCPI_Write(scpi_t *context, const char * data, size_t len) {\n\tsize_t written = 0;\n\n\tif (serial::g_testResult == TEST_OK) {\n        for (size_t i = 0; i < len; i += CONF_SERIAL_BUFFER_SIZE) {\n\t\t\tint size = MIN(CONF_SERIAL_BUFFER_SIZE, len - i);\n\t\t\tSERIAL_PORT.write(data + i, size);\n\t\t\twritten += size;\n        }\n    }\n    \n\treturn written;\n}\n\nscpi_result_t SCPI_Flush(scpi_t *context) {\n    return SCPI_RES_OK;\n}\n\nint SCPI_Error(scpi_t *context, int_fast16_t err) {\n    if (err != 0) {\n        scpi::printError(err);\n\n\t\tif (err == SCPI_ERROR_INPUT_BUFFER_OVERRUN) {\n\t\t\tscpi::onBufferOverrun(*context);\n\t\t}\n\t}\n\n    return 0;\n}\n\nscpi_result_t SCPI_Control(scpi_t *context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val) {\n    if (serial::g_testResult == TEST_OK) {\n        char errorOutputBuffer[256];\n        if (SCPI_CTRL_SRQ == ctrl) {\n            sprintf_P(errorOutputBuffer, PSTR(\"**SRQ: 0x%X (%d)\\r\\n\"), val, val);\n        }\n        else {\n            sprintf_P(errorOutputBuffer, PSTR(\"**CTRL %02x: 0x%X (%d)\\r\\n\"), ctrl, val, val);\n        }\n        SERIAL_PORT.println(errorOutputBuffer);\n    }\n\n    return SCPI_RES_OK;\n}\n\nscpi_result_t SCPI_Reset(scpi_t *context) {\n    if (serial::g_testResult == TEST_OK) {\n        char errorOutputBuffer[256];\n        strcpy_P(errorOutputBuffer, PSTR(\"**Reset\\r\\n\"));\n        SERIAL_PORT.println(errorOutputBuffer);\n    }\n\n    return psu::reset() ? SCPI_RES_OK : SCPI_RES_ERR;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic scpi_reg_val_t g_scpiPsuRegs[SCPI_PSU_REG_COUNT];\nstatic scpi_psu_t g_scpiPsuContext = { g_scpiPsuRegs };\n\nstatic scpi_interface_t g_scpiInterface = {\n    SCPI_Error,\n    SCPI_Write,\n    SCPI_Control,\n    SCPI_Flush,\n    SCPI_Reset,\n};\n\nstatic char g_scpiInputBuffer[SCPI_PARSER_INPUT_BUFFER_LENGTH];\nstatic int16_t g_errorQueueData[SCPI_PARSER_ERROR_QUEUE_SIZE + 1];\n\nscpi_t g_scpiContext;\n\nstatic bool g_isConnected;\n\n////////////////////////////////////////////////////////////////////////////////\n\nUARTClass::UARTModes getConfig() {\n    switch(persist_conf::getSerialParity()) {\n    case PARITY_NONE:  return UARTClass::Mode_8N1;\n    case PARITY_EVEN:  return UARTClass::Mode_8E1;\n    case PARITY_ODD:   return UARTClass::Mode_8O1;\n    case PARITY_MARK:  return UARTClass::Mode_8M1;\n    case PARITY_SPACE: return UARTClass::Mode_8S1;\n    }\n\n    return UARTClass::Mode_8N1;\n}\n\nvoid init() {\n    if (g_testResult == TEST_OK) {\n        SERIAL_PORT.end();\n    }\n\n    if (!persist_conf::isSerialEnabled()) {\n        g_testResult = TEST_SKIPPED;\n        return;\n    }\n\n    SERIAL_PORT.begin(persist_conf::getBaudFromIndex(persist_conf::getSerialBaudIndex()), getConfig());\n\n#if CONF_WAIT_SERIAL && !CONF_SERIAL_USE_NATIVE_USB_PORT\n    while (!SERIAL_PORT);\n#endif\n\n\twhile (SERIAL_PORT.available()) {\n        SERIAL_PORT.read();\n    }\n\n#ifdef EEZ_PSU_SIMULATOR\n    SERIAL_PORT.print(\"EEZ PSU software simulator ver. \");\n    SERIAL_PORT.println(FIRMWARE);\n#else\n    SERIAL_PORT.println(\"EEZ PSU serial com ready\");\n#endif\n\n    scpi::init(g_scpiContext,\n        g_scpiPsuContext,\n        &g_scpiInterface,\n        g_scpiInputBuffer, SCPI_PARSER_INPUT_BUFFER_LENGTH,\n        g_errorQueueData, SCPI_PARSER_ERROR_QUEUE_SIZE + 1);\n\n    g_testResult = TEST_OK;\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (g_testResult == TEST_OK) {\n\t\tbool isConnected = (bool)SERIAL_PORT;\n\n\t\tif (isConnected != g_isConnected) {\n\t\t\tg_isConnected = isConnected;\n\t\t\tif (g_isConnected) {\n\t\t\t\tscpi::emptyBuffer(g_scpiContext);\n\t\t\t}\n\t\t}\n\n\t\tif (g_isConnected) {\n\t\t\tsize_t n = SERIAL_PORT.available();\n\t\t\tif (n > 0) {\n\t\t\t\tchar buffer[CONF_CHUNK_SIZE];\n\t\t\t\tif (n > CONF_CHUNK_SIZE) {\n\t\t\t\t\tn = CONF_CHUNK_SIZE;\n\t\t\t\t}\n\t\t\t\tfor (size_t i = 0; i < n; ++i) {\n\t\t\t\t\tbuffer[i] = (char)SERIAL_PORT.read();\n\t\t\t\t}\n\t\t\t\tinput(g_scpiContext, buffer, n);\n\t\t\t}\n\t\t}\n    }\n}\n\nbool isConnected() {\n    return g_testResult == TEST_OK && g_isConnected;\n}\n\nvoid update() {\n    init();\n}\n\n}\n}\n} // namespace eez::psu::serial\n"
  },
  {
    "path": "eez_psu_sketch/serial_psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"scpi_psu.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace serial {\n\nextern TestResult g_testResult;\nextern scpi_t g_scpiContext;\n\nvoid init();\nvoid tick(uint32_t tick_usec);\n\nbool isConnected();\n\nvoid update();\n\nextern long g_bauds[];\nextern size_t g_baudsSize;\n\nenum Parity {\n    PARITY_NONE,\n    PARITY_EVEN,\n    PARITY_ODD,\n    PARITY_MARK,\n    PARITY_SPACE\n};\n\n\n}\n}\n} // namespace eez::psu::serial\n"
  },
  {
    "path": "eez_psu_sketch/sound.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"sound.h\"\n#include \"buzzer.h\"\n\n#define NOTE_B0  31\n#define NOTE_C1  33\n#define NOTE_CS1 35\n#define NOTE_D1  37\n#define NOTE_DS1 39\n#define NOTE_E1  41\n#define NOTE_F1  44\n#define NOTE_FS1 46\n#define NOTE_G1  49\n#define NOTE_GS1 52\n#define NOTE_A1  55\n#define NOTE_AS1 58\n#define NOTE_B1  62\n#define NOTE_C2  65\n#define NOTE_CS2 69\n#define NOTE_D2  73\n#define NOTE_DS2 78\n#define NOTE_E2  82\n#define NOTE_F2  87\n#define NOTE_FS2 93\n#define NOTE_G2  98\n#define NOTE_GS2 104\n#define NOTE_A2  110\n#define NOTE_AS2 117\n#define NOTE_B2  123\n#define NOTE_C3  131\n#define NOTE_CS3 139\n#define NOTE_D3  147\n#define NOTE_DS3 156\n#define NOTE_E3  165\n#define NOTE_F3  175\n#define NOTE_FS3 185\n#define NOTE_G3  196\n#define NOTE_GS3 208\n#define NOTE_A3  220\n#define NOTE_AS3 233\n#define NOTE_B3  247\n#define NOTE_C4  262\n#define NOTE_CS4 277\n#define NOTE_D4  294\n#define NOTE_DS4 311\n#define NOTE_E4  330\n#define NOTE_F4  349\n#define NOTE_FS4 370\n#define NOTE_G4  392\n#define NOTE_GS4 415\n#define NOTE_A4  440\n#define NOTE_AS4 466\n#define NOTE_B4  494\n#define NOTE_C5  523\n#define NOTE_CS5 554\n#define NOTE_D5  587\n#define NOTE_DS5 622\n#define NOTE_E5  659\n#define NOTE_F5  698\n#define NOTE_FS5 740\n#define NOTE_G5  784\n#define NOTE_GS5 831\n#define NOTE_A5  880\n#define NOTE_AS5 932\n#define NOTE_B5  988\n#define NOTE_C6  1047\n#define NOTE_CS6 1109\n#define NOTE_D6  1175\n#define NOTE_DS6 1245\n#define NOTE_E6  1319\n#define NOTE_F6  1397\n#define NOTE_FS6 1480\n#define NOTE_G6  1568\n#define NOTE_GS6 1661\n#define NOTE_A6  1760\n#define NOTE_AS6 1865\n#define NOTE_B6  1976\n#define NOTE_C7  2093\n#define NOTE_CS7 2217\n#define NOTE_D7  2349\n#define NOTE_DS7 2489\n#define NOTE_E7  2637\n#define NOTE_F7  2794\n#define NOTE_FS7 2960\n#define NOTE_G7  3136\n#define NOTE_GS7 3322\n#define NOTE_A7  3520\n#define NOTE_AS7 3729\n#define NOTE_B7  3951\n#define NOTE_C8  4186\n#define NOTE_CS8 4435\n#define NOTE_D8  4699\n#define NOTE_DS8 4978\n\nnamespace eez {\nnamespace psu {\nnamespace sound {\n\nint power_up_tune[] = {\n    NOTE_C4, 8,\n    NOTE_C4, 2,\n    -1 // end!\n};\n\nint power_down_tune[] = {\n    NOTE_C4, 8,\n    NOTE_A3, 8,\n    NOTE_G3, 4,\n    -1 // end!\n};\n\nint beep_tune[] = {\n    NOTE_C6, 4,\n    -1 // end!\n};\n\nint *g_play_tune = 0;\n\nbool g_playBeepBeforePowerDownTune;\n\nstatic void play_tune(int *tune) {\n    // iterate over the notes of the melody:\n    for (int index = 0; tune[index] != -1; index += 2) {\n        // to calculate the note duration, take one second\n        // divided by the note type.\n        // e.g. quarter note = 1000 / 4, eighth note = 1000/8, etc.\n        int noteDuration = 1000 / tune[index + 1];\n        buzzer::tone(tune[index], noteDuration); // Arduino pin A1 is PF6 (Pin 37) assigned to BUZZER\n\n        // to distinguish the notes, set a minimum time between them.\n        // the note's duration + 30% seems to work well:\n        int pauseBetweenNotes = (int)(noteDuration * 1.30);\n        delay(pauseBetweenNotes);\n    }\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (g_play_tune) {\n        if (g_play_tune == power_down_tune && g_playBeepBeforePowerDownTune) {\n            play_tune(beep_tune);\n            g_playBeepBeforePowerDownTune = false;\n        }\n        play_tune(g_play_tune);\n        g_play_tune = 0;\n    }\n}\n\nvoid playPowerUp() {\n    if (persist_conf::isSoundEnabled()) {\n        g_play_tune = power_up_tune;\n    }\n}\n\nvoid playPowerDown() {\n    if (persist_conf::isSoundEnabled()) {\n        if (g_play_tune == beep_tune) {\n            g_playBeepBeforePowerDownTune = true;\n        }\n        g_play_tune = power_down_tune;\n    }\n}\n\nvoid playBeep(bool force) {\n    if (force || persist_conf::isSoundEnabled()) {\n        if (g_play_tune == power_down_tune) {\n            g_playBeepBeforePowerDownTune = true;\n        } else {\n            g_play_tune = beep_tune;\n        }\n    }\n}\n\nvoid playClick() {\n    if (persist_conf::isClickSoundEnabled()) {\n        buzzer::tone(432, 8);\n    }\n}\n\n}\n}\n} // namespace eez::psu::sound"
  },
  {
    "path": "eez_psu_sketch/sound.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n\n/// Play simple sound tunes.\nnamespace sound {\n\nvoid tick(uint32_t tick_usec);\n\n/// Play power up tune.\nvoid playPowerUp();\n\n/// Play power down tune.\nvoid playPowerDown();\n\n/// Play beep sound.\nvoid playBeep(bool force = false);\n\n/// Play click sound\nvoid playClick();\n\n}\n}\n} // namespace eez::psu::sound\n"
  },
  {
    "path": "eez_psu_sketch/temp_sensor.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"temp_sensor.h\"\n#include \"scpi_regs.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace scpi;\n\nnamespace temp_sensor {\n\n#define TEMP_SENSOR(NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR) \\\n\tTempSensor(NAME, #NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR)\n\nTempSensor sensors[NUM_TEMP_SENSORS] = {\n\tTEMP_SENSORS\n};\n\n#undef TEMP_SENSOR\n\n////////////////////////////////////////////////////////////////////////////////\n\nTempSensor::TempSensor(uint8_t index_, const char *name_, int installed_, int pin_, int p1_adc_, float p1_cels_, int p2_adc_, float p2_cels_, int ch_num_, int ques_bit_, int scpi_error_)\n\t: index(index_)\n    , name(name_)\n\t, installed(installed_)\n\t, pin(pin_)\n\t, p1_adc(p1_adc_)\n\t, p1_cels(p1_cels_)\n\t, p2_adc(p2_adc_)\n\t, p2_cels(p2_cels_)\n\t, ch_num(ch_num_)\n\t, ques_bit(ques_bit_)\n\t, scpi_error(scpi_error_)\n{\n}\n\nvoid TempSensor::init() {\n}\n\nfloat TempSensor::doRead() {\n    int adcValue = analogRead(pin);\n#if CONF_DEBUG\n    if (index < 3) {\n        debug::g_uTemp[index].set(adcValue);\n    }\n#endif\n    float value = util::remap((float)adcValue, (float)p1_adc, p1_cels, (float)p2_adc, p2_cels);\n    return value;\n}\n\nbool TempSensor::test() {\n\tif (installed) {\n\t\tif (doRead() > TEMP_SENSOR_MIN_VALID_TEMPERATURE) {\n\t\t\tg_testResult = psu::TEST_OK;\n\t\t} else {\n\t\t\tg_testResult = psu::TEST_FAILED;\n\t\t}\n\t} else {\n\t\tg_testResult = psu::TEST_SKIPPED;\n\t}\n\n    if (g_testResult == psu::TEST_FAILED) {\n\t\tif (ch_num >= 0) {\n\t\t\t// set channel current max. limit to ERR_MAX_CURRENT if sensor is faulty\n\t\t\tChannel::get(ch_num).limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_TEMPERATURE);\n\t\t}\n\n\t\tpsu::generateError(scpi_error);\n    } else {\n\t\tif (ch_num >= 0) {\n\t\t\tChannel::get(ch_num).unlimitMaxCurrent();\n\t\t}\n\t}\n\n\treturn g_testResult != psu::TEST_FAILED;\n}\n\nfloat TempSensor::read() {\n\tif (installed) {\n        float value = doRead();\n\n\t\tif (value <= TEMP_SENSOR_MIN_VALID_TEMPERATURE) {\n\t\t\tg_testResult = psu::TEST_FAILED;\n\n\t\t\tif (ch_num >= 0) {\n\t\t\t\t// set channel current max. limit to ERR_MAX_CURRENT if sensor is faulty\n\t\t\t\tChannel::get(ch_num).limitMaxCurrent(MAX_CURRENT_LIMIT_CAUSE_TEMPERATURE);\n\t\t\t}\n\n\t\t\tpsu::generateError(scpi_error);\n\t\t}\n\n\t\treturn value;\n\t}\n\n\treturn NAN;\n}\n\n}\n}\n} // namespace eez::psu::temp_sensor"
  },
  {
    "path": "eez_psu_sketch/temp_sensor.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n/// temperature sensors\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\n#define TEMP_SENSORS \\\n    TEMP_SENSOR(AUX, OPTION_AUX_TEMP_SENSOR, TEMP_ANALOG, AUX_TEMP_SENSOR_CALIBRATION_POINTS, -1, QUES_TEMP, SCPI_ERROR_AUX_TEMP_SENSOR_TEST_FAILED)\n\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\n#define TEMP_SENSORS \\\n    TEMP_SENSOR(AUX, OPTION_AUX_TEMP_SENSOR, TEMP_ANALOG, AUX_TEMP_SENSOR_CALIBRATION_POINTS, -1, QUES_TEMP, SCPI_ERROR_AUX_TEMP_SENSOR_TEST_FAILED), \\\n    TEMP_SENSOR(CH1, CH_NUM >= 1, NTC1, CH1_TEMP_SENSOR_CALIBRATION_POINTS, 0, QUES_ISUM_TEMP, SCPI_ERROR_CH1_TEMP_SENSOR_TEST_FAILED), \\\n    TEMP_SENSOR(CH2, CH_NUM >= 2, NTC2, CH2_TEMP_SENSOR_CALIBRATION_POINTS, 1, QUES_ISUM_TEMP, SCPI_ERROR_CH2_TEMP_SENSOR_TEST_FAILED)\n\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace temp_sensor {\n\nstatic const int MIN_ADC = 0;\nstatic const int MIN_U = 0;\nstatic const int MAX_ADC = 1023;\nstatic const int MAX_U = 5;\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic const int MAX_NUM_TEMP_SENSORS = 5;\n\n////////////////////////////////////////////////////////////////////////////////\n\n#define TEMP_SENSOR(NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR) NAME\nenum Type {\n\tTEMP_SENSORS,\n\tNUM_TEMP_SENSORS\n};\n#undef TEMP_SENSOR\n\n////////////////////////////////////////////////////////////////////////////////\n\nclass TempSensor {\npublic:\n\tTempSensor(uint8_t index_, const char *name, int installed, int pin, int p1_adc, float p1_cels, int p2_adc, float p2_cels, int ch_num, int ques_bit, int scpi_error);\n\n    uint8_t index;\n\tpsu::TestResult g_testResult;\n\tconst char *name;\n\tint installed;\n\tint pin;\n\tint p1_adc;\n\tfloat p1_cels;\n\tint p2_adc;\n\tfloat p2_cels;\n\tint ch_num;\n\tint ques_bit;\n\tint scpi_error;\n\n\tvoid init();\n\tbool test();\n\n\tfloat read();\n\nprivate:\n    float doRead();\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nextern TempSensor sensors[NUM_TEMP_SENSORS];\n\n}\n}\n} // namespace eez::psu::temp_sensor\n"
  },
  {
    "path": "eez_psu_sketch/temperature.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <float.h>\n\n#include \"psu.h\"\n#include \"serial_psu.h\"\n\n#if OPTION_ETHERNET\n#include \"ethernet.h\"\n#endif\n\n#include \"persist_conf.h\"\n#include \"sound.h\"\n#include \"temperature.h\"\n#include \"event_queue.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace temperature {\n\n#define TEMP_SENSOR(NAME, INSTALLED, PIN, CAL_POINTS, CH_NUM, QUES_REG_BIT, SCPI_ERROR) \\\n\tTempSensorTemperature(temp_sensor::NAME)\n\nTempSensorTemperature sensors[temp_sensor::NUM_TEMP_SENSORS] = {\n\tTEMP_SENSORS\n};\n\n#undef TEMP_SENSOR\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic uint32_t last_measured_tick;\nstatic float last_max_channel_temperature;\nstatic uint32_t max_temp_start_tick;\nstatic bool force_power_down = false;\n\nvoid init() {\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\ttemp_sensor::sensors[i].init();\n\t}\n}\n\nbool test() {\n\tbool success = true;\n\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\tsuccess &= temp_sensor::sensors[i].test();\n\t}\n\n\treturn success;\n}\n\nvoid tick(uint32_t tick_usec) {\n\tif (tick_usec - last_measured_tick >= TEMP_SENSOR_READ_EVERY_MS * 1000L) {\n\t\tlast_measured_tick = tick_usec;\n\n\t\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\t\tsensors[i].tick(tick_usec);\n\t\t}\n\n\t\t// find max. channel temperature\n\t\tfloat max_channel_temperature = FLT_MIN;\n\n\t\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\t\ttemp_sensor::TempSensor &sensor = temp_sensor::sensors[i];\n\t\t\tif (sensor.ch_num >= 0) {\n\t\t\t\tif (sensor.g_testResult == psu::TEST_OK) {\n\t\t\t\t\ttemperature::TempSensorTemperature &sensorTemperature = temperature::sensors[i];\n\t\t\t\t\tif (sensorTemperature.temperature > max_channel_temperature) {\n\t\t\t\t\t\tmax_channel_temperature = sensorTemperature.temperature;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// check if max_channel_temperature is too high\n\t\tif (max_channel_temperature > FAN_MAX_TEMP) {\n\t\t\tif (last_max_channel_temperature <= FAN_MAX_TEMP) {\n\t\t\t\tmax_temp_start_tick = tick_usec;\n\t\t\t}\n\n\t\t\tif (tick_usec - max_temp_start_tick > FAN_MAX_TEMP_DELAY * 1000000L) {\n\t\t\t\t// turn off power\n\t\t\t\tforce_power_down = true;\n\t\t\t\tpsu::changePowerState(false);\n\t\t\t}\n\t\t} else if (max_channel_temperature <= FAN_MAX_TEMP - FAN_MAX_TEMP_DROP) {\n\t\t\tforce_power_down = false;\n\t\t}\n\n\t\tlast_max_channel_temperature = max_channel_temperature;\n\t}\n}\n\nbool isChannelSensorInstalled(Channel *channel) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\treturn false;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n\treturn sensors[temp_sensor::CH1 + channel->index - 1].isInstalled();\n#endif\n}\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\nbool getChannelSensorState(Channel *channel) {\n\treturn sensors[temp_sensor::CH1 + channel->index - 1].prot_conf.state;\n}\n\nfloat getChannelSensorLevel(Channel *channel) {\n\treturn sensors[temp_sensor::CH1 + channel->index - 1].prot_conf.level;\n}\n\nfloat getChannelSensorDelay(Channel *channel) {\n\treturn sensors[temp_sensor::CH1 + channel->index - 1].prot_conf.delay;\n}\n#endif\n\nbool isAnySensorTripped(Channel *channel) {\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\tif (sensors[i].isTripped()) {\n\t\t\treturn true;\n\t\t}\n\t}\n\n\treturn false;\n}\n\nvoid clearChannelProtection(Channel *channel) {\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\tif (sensors[i].isChannelSensor(channel)) {\n\t\t\tsensors[i].clearProtection();\n\t\t}\n\t}\n}\n\nvoid disableChannelProtection(Channel *channel) {\n\tfor (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n\t\tif (sensors[i].isChannelSensor(channel)) {\n\t\t\tsensors[i].prot_conf.state = 0;\n\t\t}\n\t}\n}\n\nfloat getMaxChannelTemperature() {\n\treturn last_max_channel_temperature;\n}\n\nbool isAllowedToPowerUp() {\n\treturn !force_power_down;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nTempSensorTemperature::TempSensorTemperature(int sensorIndex_)\n\t: sensorIndex(sensorIndex_)\n\t, temperature(NAN)\n{\n}\n\nbool TempSensorTemperature::isInstalled() {\n\treturn temp_sensor::sensors[sensorIndex].installed ? true : false;\n}\n\nbool TempSensorTemperature::isTestOK() {\n\treturn temp_sensor::sensors[sensorIndex].g_testResult == TEST_OK;\n}\n\nvoid TempSensorTemperature::tick(uint32_t tick_usec) {\n\tif (isInstalled() && isTestOK()) {\n\t\tmeasure();\n\t\tif (temp_sensor::sensors[sensorIndex].g_testResult == TEST_OK) {\n\t\t\tprotection_check(tick_usec);\n\t\t}\n\t}\n}\n\nbool TempSensorTemperature::isChannelSensor(Channel *channel) {\n\treturn temp_sensor::sensors[sensorIndex].installed && (\n\t\ttemp_sensor::sensors[sensorIndex].ch_num < 0 ||\n\t\tchannel->index == temp_sensor::sensors[sensorIndex].ch_num + 1\n\t);\n}\n\nfloat TempSensorTemperature::measure() {\n    float newTemperature = temp_sensor::sensors[sensorIndex].read();\n\tif (util::isNaN(temperature)) {\n\t\ttemperature = newTemperature;\n\t} else {\n\t\ttemperature = temperature + 0.1f * (newTemperature - temperature);\n\t}\n    return temperature;\n}\n\nvoid TempSensorTemperature::clearProtection() {\n    otp_tripped = false;\n    set_otp_reg(false);\n\n    event_queue::Event lastEvent;\n    event_queue::getLastErrorEvent(&lastEvent);\n    if (lastEvent.eventId == event_queue::EVENT_ERROR_AUX_OTP_TRIPPED + sensorIndex) {\n        event_queue::markAsRead();\n    }\n}\n\nbool TempSensorTemperature::isTripped() {\n    return otp_tripped;\n}\n\nvoid TempSensorTemperature::set_otp_reg(bool on) {\n\tif (temp_sensor::sensors[sensorIndex].ch_num >= 0) {\n\t\tChannel::get(temp_sensor::sensors[sensorIndex].ch_num).setQuesBits(temp_sensor::sensors[sensorIndex].ques_bit, on);\n\t} else {\n\t\tpsu::setQuesBits(temp_sensor::sensors[sensorIndex].ques_bit, on);\n\t}\n}\n\nvoid TempSensorTemperature::protection_check(uint32_t tick_usec) {\n\tif (temp_sensor::sensors[sensorIndex].installed) {\n\t\tif (!otp_tripped && prot_conf.state && temperature >= prot_conf.level) {\n\t\t\tfloat delay = prot_conf.delay;\n\t\t\tif (delay > 0) {\n\t\t\t\tif (otp_alarmed) {\n\t\t\t\t\tif (tick_usec - otp_alarmed_started_tick >= delay * 1000000UL) {\n\t\t\t\t\t\totp_alarmed = 0;\n\t\t\t\t\t\tprotection_enter(*this);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\totp_alarmed = 1;\n\t\t\t\t\totp_alarmed_started_tick = tick_usec;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tprotection_enter(*this);\n\t\t\t}\n\t\t} else {\n\t\t\totp_alarmed = 0;\n\t\t}\n\t}\n}\n\nvoid TempSensorTemperature::protection_enter(TempSensorTemperature& sensor) {\n    if ((channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) && (temp_sensor::sensors[sensor.sensorIndex].ch_num == 0 || temp_sensor::sensors[sensor.sensorIndex].ch_num == 1)) {\n\t    for (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n            TempSensorTemperature& sensor = sensors[i];\n            if (temp_sensor::sensors[sensor.sensorIndex].ch_num == 0 || temp_sensor::sensors[sensor.sensorIndex].ch_num == 1) {\n\t\t        sensors[i].protection_enter();\n            }\n\t    }\n    } else {\n        sensor.protection_enter();\n    }\n\n    onProtectionTripped();\n}\n\nvoid TempSensorTemperature::protection_enter() {\n    otp_tripped = true;\n\n\tif (temp_sensor::sensors[sensorIndex].ch_num >= 0) {\n\t\tChannel::get(temp_sensor::sensors[sensorIndex].ch_num).outputEnable(false);\n    } else {\n\t\tfor (int i = 0; i < CH_NUM; ++i) {\n\t\t\tChannel::get(i).outputEnable(false);\n\t\t}\n\t}\n\t\n    set_otp_reg(true);\n\n\tevent_queue::pushEvent(event_queue::EVENT_ERROR_AUX_OTP_TRIPPED + sensorIndex);\n}\n\n}\n}\n} // namespace eez::psu::temperature"
  },
  {
    "path": "eez_psu_sketch/temperature.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#include \"temp_sensor.h\"\n\nnamespace eez {\nnamespace psu {\n\nclass Channel;\n\n/// Temperature measurement and protection.\nnamespace temperature {\n\n/// Configuration data for the temperature protection.\nstruct ProtectionConfiguration {\n    int8_t sensor;\n    float delay;\n    float level;\n    bool state;\n};\n\nvoid init();\nbool test();\nvoid tick(uint32_t tick_usec);\n\nbool isChannelSensorInstalled(Channel *channel);\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\nbool getChannelSensorState(Channel *channel);\nfloat getChannelSensorLevel(Channel *channel);\nfloat getChannelSensorDelay(Channel *channel);\n#endif\n\nbool isAnySensorTripped(Channel *channel);\n\nvoid clearChannelProtection(Channel *channel);\nvoid disableChannelProtection(Channel *channel);\n\nfloat getMaxChannelTemperature();\nbool isAllowedToPowerUp();\n\nclass TempSensorTemperature {\npublic:\n\tProtectionConfiguration prot_conf;\n\tfloat temperature;\n\n\tTempSensorTemperature(int sensorIndex);\n\n\tbool isInstalled();\n\tbool isTestOK();\n\tvoid tick(uint32_t tick_usec);\n\tbool isChannelSensor(Channel *channel);\n\tfloat measure();\n\tvoid clearProtection();\n\tbool isTripped();\n\nprivate:\n\tint sensorIndex;\n\n\tbool otp_alarmed;\n\tuint32_t otp_alarmed_started_tick;\n\tbool otp_tripped;\n\n\tvoid set_otp_reg(bool on);\n\tvoid protection_check(uint32_t tick_usec);\n    static void protection_enter(TempSensorTemperature& sensor);\n\tvoid protection_enter();\n};\n\nextern TempSensorTemperature sensors[temp_sensor::NUM_TEMP_SENSORS];\n\n}\n}\n} // namespace eez::psu::temperature\n"
  },
  {
    "path": "eez_psu_sketch/timer.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"timer.h\"\n\nnamespace eez {\nnamespace psu {\n\nInterval::Interval(uint32_t interval_msec)\n\t: interval_usec(interval_msec * 1000L)\n{\n\treset();\n}\n\nvoid Interval::reset() {\n\tnext_tick_usec = micros() + interval_usec;\n}\n\nbool Interval::test(uint32_t tick_usec) {\n\tint32_t diff = tick_usec - next_tick_usec;\n\tif (diff > 0) {\n\t\tdo {\n\t\t\tnext_tick_usec += interval_usec;\n\t\t\tdiff = tick_usec - next_tick_usec;\n\t\t} while (diff > 0);\n\n\t\treturn true;\n\t}\n\n\treturn false;\n}\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/timer.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\n\nclass Interval {\npublic:\n\tInterval(uint32_t interval_msec);\n\n    void reset();\n\n    bool test(uint32_t tick_usec);\n\nprivate:\n\tuint32_t interval_usec;\n\tuint32_t next_tick_usec;\n};\n\n}\n} // namespace eez::psu\n"
  },
  {
    "path": "eez_psu_sketch/touch.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"touch.h\"\n#include \"touch_filter.h\"\n\n#define CONF_GUI_TOUCH_READ_FREQ_MS 10\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool touch_is_pressed = false;\nint touch_x = -1;\nint touch_y = -1;\n\n#ifdef EEZ_PSU_ARDUINO\n\n#define cbi(reg, bitmask) *reg &= ~bitmask\n#define sbi(reg, bitmask) *reg |= bitmask\n#define rbi(reg, bitmask) ((*reg) & bitmask)\n\n#define pulse_high(reg, bitmask) sbi(reg, bitmask); cbi(reg, bitmask);\n#define pulse_low(reg, bitmask) cbi(reg, bitmask); sbi(reg, bitmask);\n\n#if defined(__AVR__)\n    #define regtype volatile uint8_t\n    #define regsize uint8_t\n#else\n    #define regtype volatile uint32_t\n    #define regsize uint32_t\n#endif\n\nregtype *P_CLK, *P_CS, *P_DIN, *P_DOUT, *P_IRQ;\nregsize B_CLK, B_CS, B_DIN, B_DOUT, B_IRQ;\n\n#if defined(__AVR__)\n    void touch_WriteData(byte data) {\n        byte temp = data;\n        cbi(P_CLK, B_CLK);\n        for (byte count = 0; count < 8; count++) {\n            if (temp & 0x80)\n                sbi(P_DIN, B_DIN);\n            else\n                cbi(P_DIN, B_DIN);\n            temp = temp << 1; \n            cbi(P_CLK, B_CLK);                \n            sbi(P_CLK, B_CLK);\n        }\n    }\n\n    word touch_ReadData() {\n        word data = 0;\n        for (byte count = 0; count < 12; count++) {\n            data <<= 1;\n            sbi(P_CLK, B_CLK);\n            cbi(P_CLK, B_CLK);                \n            if (rbi(P_DOUT, B_DOUT))\n                data++;\n        }\n        return(data);\n    }\n#else\n    void touch_WriteData(byte data) {\n        byte temp = data;\n        cbi(P_CLK, B_CLK);\n        for (byte count = 0; count < 8; count++) {\n            if(temp & 0x80)\n                digitalWrite(TOUCH_DIN, HIGH);\n            else\n                digitalWrite(TOUCH_DIN, LOW);\n            temp = temp << 1; \n            digitalWrite(TOUCH_SCLK, LOW);\n            digitalWrite(TOUCH_SCLK, HIGH);\n        }\n    }\n\n    word touch_ReadData() {\n        word data = 0;\n        for (byte count = 0; count < 12; count++) {\n            data <<= 1;\n            digitalWrite(TOUCH_SCLK, HIGH);\n            digitalWrite(TOUCH_SCLK, LOW);\n            if (digitalRead(TOUCH_DOUT))\n                data++;\n        }\n        return(data);\n    }\n#endif\n\nvoid touch_init() {\n\tP_CLK\t= portOutputRegister(digitalPinToPort(TOUCH_SCLK));\n\tB_CLK\t= digitalPinToBitMask(TOUCH_SCLK);\n\tP_CS\t= portOutputRegister(digitalPinToPort(TOUCH_CS));\n\tB_CS\t= digitalPinToBitMask(TOUCH_CS);\n\tP_DIN\t= portOutputRegister(digitalPinToPort(TOUCH_DIN));\n\tB_DIN\t= digitalPinToBitMask(TOUCH_DIN);\n\tP_DOUT\t= portInputRegister(digitalPinToPort(TOUCH_DOUT));\n\tB_DOUT\t= digitalPinToBitMask(TOUCH_DOUT);\n\tP_IRQ\t= portInputRegister(digitalPinToPort(TOUCH_IRQ));\n\tB_IRQ\t= digitalPinToBitMask(TOUCH_IRQ);\n\n\tpinMode(TOUCH_SCLK,  OUTPUT);\n    pinMode(TOUCH_CS,   OUTPUT);\n    pinMode(TOUCH_DIN,  OUTPUT);\n    pinMode(TOUCH_DOUT, INPUT);\n    pinMode(TOUCH_IRQ,  OUTPUT);\n\n\tsbi(P_CS, B_CS);\n\tsbi(P_CLK, B_CLK);\n\tsbi(P_DIN, B_DIN);\n\tsbi(P_IRQ, B_IRQ);\n\n    // Command for reading X position. This also sets bit 0 (PD0) and bit 1 (PD1) to zero,\n    // which enables PENIRQ (see table 8. in XPT2046 datasheet).\n    cbi(P_CS, B_CS);\n    touch_WriteData(0x90);\n    sbi(P_CS, B_CS);\n}\n\nvoid touch_read() {\n\tcbi(P_CS, B_CS);                    \n\n    pinMode(TOUCH_IRQ,  INPUT);\n\n    // read pressure\n    touch_is_pressed = !rbi(P_IRQ, B_IRQ); \n    if (touch_is_pressed) {\n        // read X\n        touch_WriteData(0x90);        \n        pulse_high(P_CLK, B_CLK);\n        touch_x = touch_ReadData();\n\n        touch_is_pressed = !rbi(P_IRQ, B_IRQ);\n        if (touch_is_pressed) {\n            // read Y\n            touch_WriteData(0xD0);      \n            pulse_high(P_CLK, B_CLK);\n            touch_y = touch_ReadData();\n\n            if (touch_x == -1) {\n                touch_is_pressed = false;\n                touch_y = -1;\n            } else if (touch_y == -1) {\n                touch_is_pressed = false;\n                touch_x = -1;\n            } else {\n                touch_x = 4095 - touch_x;\n            }\n        } else {\n            touch_x = -1;\n            touch_y = -1;\n        }\n    } else {\n        touch_x = -1;\n        touch_y = -1;\n    }\n    pinMode(TOUCH_IRQ, OUTPUT);\n    \n\tsbi(P_CS, B_CS);\n}\n\n#else\n\nbool g_nextIsPressed = false;\nint g_nextX = -1;\nint g_nextY = -1;\n\nvoid touch_init() {\n}\n\nvoid touch_read() {\n    touch_is_pressed = g_nextIsPressed;\n    touch_x = g_nextX;\n    touch_y = g_nextY;\n}\n\nvoid touch_write(bool is_pressed, int x, int y) {\n    g_nextIsPressed = is_pressed;\n    g_nextX = x;\n    g_nextY = y;\n}\n\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\nEventType event_type = TOUCH_NONE;\nint x = -1;\nint y = -1;\n\nuint32_t last_tick_usec = 0;\n\nvoid init() {\n    touch_init();\n    calibration::init();\n\n    DebugTrace(\"Touch modification ENABLED\");\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (last_tick_usec == 0 || tick_usec - last_tick_usec > CONF_GUI_TOUCH_READ_FREQ_MS * 1000UL) {\n    \ttouch_read();\n\n        touch_is_pressed = filter(touch_is_pressed, touch_x, touch_y);\n        if (touch_is_pressed) {\n            transform(touch_x, touch_y);\n        }\n\n        last_tick_usec = tick_usec;\n    }\n\n    if (touch_is_pressed) {\n        if (touch_x != -1 && touch_y != -1) {\n            x = touch_x;\n            y = touch_y;\n\n            if (event_type == TOUCH_NONE || event_type == TOUCH_UP) {\n                event_type = TOUCH_DOWN;\n            } else {\n                if (event_type == TOUCH_DOWN) {\n                    event_type = TOUCH_MOVE;\n                }\n            }\n            return;\n        }\n    }\n\n    if (event_type == TOUCH_DOWN || event_type == TOUCH_MOVE) {\n        event_type = TOUCH_UP;\n    } else if (event_type == TOUCH_UP) {\n        event_type = TOUCH_NONE;\n        x = -1;\n        y = -1;\n    }\n}\n\nbool directIsPressed() {\n    touch_read();\n    return touch_is_pressed;\n}\n\n}\n}\n}\n} // namespace eez::psu::ui::touch\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/touch.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"touch_calibration.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\n\nextern void init();\nextern void tick(uint32_t tick_usec);\n\nenum EventType {\n    TOUCH_NONE,\n    TOUCH_DOWN,\n    TOUCH_MOVE,\n    TOUCH_UP\n};\n\nextern EventType event_type;\nextern int x;\nextern int y;\n\nextern bool directIsPressed();\n\n#ifdef EEZ_PSU_SIMULATOR\nvoid touch_write(bool is_pressed, int x, int y);\n#endif\n\n}\n}\n}\n} // namespace eez::psu::ui::touch\n"
  },
  {
    "path": "eez_psu_sketch/touch_calibration.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"touch.h\"\n#include \"touch_filter.h\"\n#include \"lcd.h\"\n#include \"gui_internal.h\"\n#include \"sound.h\"\n\n#define CONF_GUI_TOUCH_SCREEN_CALIBRATION_M 16\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\nnamespace calibration {\n\nconst int RECT_SIZE = 2 * CONF_GUI_TOUCH_SCREEN_CALIBRATION_M;\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic int g_yesNoPageId;\nstatic int g_nextPageId;\n\nstatic enum {\n\tMODE_NOT_CALIBRATED,\n    MODE_CALIBRATED,\n    MODE_START,\n    MODE_POINT_TL,\n    MODE_POINT_BR,\n    MODE_POINT_TR,\n\tMODE_FINISHED\n} mode;\n\nstatic int point_tlx;\nstatic int point_tly;\n\nstatic int point_brx;\nstatic int point_bry;\n\nstatic int point_trx;\nstatic int point_try;\n\nstatic int *point_x;\nstatic int *point_y;\n\nstatic int last_cross_x;\nstatic int last_cross_y;\n\nstatic bool g_wasDown = false;\n\nvoid draw_cross(int x, int y, uint16_t color) {\n    last_cross_x = x;\n    last_cross_y = y;\n\n    lcd::lcd.setColor(color);\n    lcd::lcd.drawVLine(x + RECT_SIZE / 2, y, RECT_SIZE - 1);\n    lcd::lcd.drawVLine(x + RECT_SIZE / 2 + 1, y, RECT_SIZE - 1);\n    lcd::lcd.drawHLine(x, y + RECT_SIZE / 2, RECT_SIZE - 1);\n    lcd::lcd.drawHLine(x, y + RECT_SIZE / 2 + 1, RECT_SIZE - 1);\n\n    lcd::lcd.setColor(COLOR_BLACK);\n    lcd::lcd.fillRect(\n        x + RECT_SIZE / 2 - 2, y + RECT_SIZE / 2 - 2,\n        x + RECT_SIZE / 2 + 3, y + RECT_SIZE / 2 + 3);\n}\n\nvoid draw_point(int x, int y) {\n    if (x == lcd::lcd.getDisplayWidth() - 1) x -= RECT_SIZE;\n    if (y == lcd::lcd.getDisplayHeight() - 1) y -= RECT_SIZE;\n    \n    lcd::lcd.setColor(COLOR_BLACK);\n    lcd::lcd.fillRect(0, 0, lcd::lcd.getDisplayWidth() - 1, lcd::lcd.getDisplayHeight() - 1);\n    \n    draw_cross(x, y, COLOR_WHITE);\n}\n\nbool read_point() {\n    if (touch::event_type == touch::TOUCH_DOWN) {\n\t\tg_wasDown = true;\n        draw_cross(last_cross_x, last_cross_y, COLOR_GREEN);\n    } else if (g_wasDown && touch::event_type == touch::TOUCH_UP) {\n\t\tg_wasDown = false;\n        *point_x = touch::x;\n        *point_y = touch::y;\n        return true;\n    }\n\n    return false;\n}\n\nvoid init() {\n    bool success;\n    \n    if (persist_conf::devConf.touch_screen_cal_orientation == DISPLAY_ORIENTATION) {\n        success = touch::calibrateTransform(\n            persist_conf::devConf.touch_screen_cal_tlx,\n            persist_conf::devConf.touch_screen_cal_tly, \n            persist_conf::devConf.touch_screen_cal_brx,\n            persist_conf::devConf.touch_screen_cal_bry, \n            persist_conf::devConf.touch_screen_cal_trx,\n            persist_conf::devConf.touch_screen_cal_try, \n            CONF_GUI_TOUCH_SCREEN_CALIBRATION_M,\n            lcd::lcd.getDisplayWidth(), lcd::lcd.getDisplayHeight()\n        );\n    } else {\n        success = false;\n    }\n\n    if (success) {\n        mode = MODE_CALIBRATED;\n    } else {\n        mode = MODE_NOT_CALIBRATED;\n    }\n}\n\nvoid startCalibration() {\n\ttouch::resetTransformCalibration();\n    mode = MODE_START;\n}\n\nvoid enterCalibrationMode(int yesNoPageId, int nextPageId) {\n\tg_yesNoPageId = yesNoPageId;\n\tg_nextPageId = nextPageId;\n\n\tstartCalibration();\n\n\tChannel::saveAndDisableOE();\n}\n\nvoid leaveCalibrationMode() {\n\tmode = MODE_CALIBRATED;\n    if (g_nextPageId == -1) {\n        popPage();\n    } else {\n        setPage(g_nextPageId);\n    }\n\n\tChannel::restoreOE();\n}\n\nbool isCalibrated() {\n    return mode == MODE_CALIBRATED;\n}\n\nbool isCalibrating() {\n    return mode != MODE_CALIBRATED && mode != MODE_NOT_CALIBRATED && mode != MODE_FINISHED;\n}\n\nvoid dialogYes() {\n\tpersist_conf::devConf.touch_screen_cal_orientation = DISPLAY_ORIENTATION;\n    persist_conf::devConf.touch_screen_cal_tlx = point_tlx;\n    persist_conf::devConf.touch_screen_cal_tly = point_tly;\n    persist_conf::devConf.touch_screen_cal_brx = point_brx;\n    persist_conf::devConf.touch_screen_cal_bry = point_bry;\n    persist_conf::devConf.touch_screen_cal_trx = point_trx;\n    persist_conf::devConf.touch_screen_cal_try = point_try;\n\n    persist_conf::saveDevice();\n\n\tleaveCalibrationMode();\n}\n\nvoid dialogNo() {\n    startCalibration();\n}\n\nvoid dialogCancel() {\n\tleaveCalibrationMode();\n}\n\nvoid startAgain() {\n    mode = MODE_START;\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (mode == MODE_START) {\n        point_x = &point_tlx;\n        point_y = &point_tly;\n        draw_point(0, 0);\n        mode = MODE_POINT_TL;\n    } else if (mode == MODE_POINT_TL) {\n        if (read_point()) {\n            sound::playClick();\n            point_x = &point_brx;\n            point_y = &point_bry;\n            draw_point(lcd::lcd.getDisplayWidth() - 1, lcd::lcd.getDisplayHeight() - 1);\n            mode = MODE_POINT_BR;\n        }\n    } else if (mode == MODE_POINT_BR) {\n        if (read_point()) {\n            sound::playClick();\n            point_x = &point_trx;\n            point_y = &point_try;\n            draw_point(lcd::lcd.getDisplayWidth() - 1, 0);\n            mode = MODE_POINT_TR;\n        }\n    } else if (mode == MODE_POINT_TR) {\n        if (read_point()) {\n            sound::playClick();\n            bool success = touch::calibrateTransform(\n                point_tlx, point_tly,  point_brx, point_bry,  point_trx, point_try,\n                CONF_GUI_TOUCH_SCREEN_CALIBRATION_M, lcd::lcd.getDisplayWidth(), lcd::lcd.getDisplayHeight());\n            if (success) {\n\t\t\t\tmode = MODE_FINISHED;\n                yesNoDialog(g_yesNoPageId, PSTR(\"Save changes?\"), dialogYes, dialogNo, dialogCancel);\n            } else {\n                mode = MODE_FINISHED;\n                toastMessageP(PSTR(\"Received data is invalid due to\"), PSTR(\"imprecise pointing or\"), PSTR(\"communication problem!\"), startAgain);\n            }\n        }\n    }\n}\n\n}\n}\n}\n}\n} // namespace eez::psu::ui::touch::calibration\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/touch_calibration.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"gui_document.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\nnamespace calibration {\n\nvoid init();\nvoid enterCalibrationMode(int yesNoPageId = PAGE_ID_SCREEN_CALIBRATION_YES_NO_CANCEL, int nextPageId = -1);\nbool isCalibrated();\nbool isCalibrating();\nvoid tick(uint32_t tick_usec);\n\n}\n}\n}\n}\n} // namespace eez::psu::ui::touch\n"
  },
  {
    "path": "eez_psu_sketch/touch_filter.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"touch_filter.h\"\n\n//\n// Thanks to: http://dlbeer.co.nz/articles/tsf.html\n//\n\n#ifdef EEZ_PSU_ARDUINO\n#define CONF_GUI_TOUCH_FILTER_N 5\n#define CONF_GUI_TOUCH_FILTER_D 10\n#ifdef EEZ_PSU_ARDUINO_DUE\n#define CONF_GUI_TOUCH_FILTER_P 10\n#else\n#define CONF_GUI_TOUCH_FILTER_P 10\n#endif\n#else\n#define CONF_GUI_TOUCH_FILTER_N 0\n#define CONF_GUI_TOUCH_FILTER_D 1\n#define CONF_GUI_TOUCH_FILTER_P 5\n#endif\n\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\n\nstruct Point {\n    int x, y;\n\n    Point() { }\n    Point(int _x, int _y) : x(_x), y(_y) { }\n};\n\nstruct Sample {\n    Point       l;\n    bool        p;\n\n    Sample() { }\n    Sample(const Point& _l, bool _p) : l(_l), p(_p) { }\n};\n\nclass MedianFilter {\npublic:\n    MedianFilter() {\n        for (int i = 0; i < 5; ++i)\n            s[i] = 0;\n    }\n\n    int operator()(int x) {\n        int t[5];\n\n        s[0] = s[1]; t[0] = s[0];\n        s[1] = s[2]; t[1] = s[1];\n        s[2] = s[3]; t[2] = s[2];\n        s[3] = s[4]; t[3] = s[3];\n        s[4] = x;    t[4] = s[4];\n\n        cmp_swap(t[0], t[1]);\n        cmp_swap(t[2], t[3]);\n        cmp_swap(t[0], t[2]);\n        cmp_swap(t[1], t[4]);\n        cmp_swap(t[0], t[1]);\n        cmp_swap(t[2], t[3]);\n        cmp_swap(t[1], t[2]);\n        cmp_swap(t[3], t[4]);\n        cmp_swap(t[2], t[3]);\n\n        return t[2];\n    }\n\nprivate:\n    static inline void cmp_swap(int& a, int& b) {\n        if (a > b)\n            util_swap(int, a, b);\n    }\n\n    int s[5];\n};\n\ntemplate<int N, int D>\nclass IIRFilter {\npublic:\n    IIRFilter() : s(0) { }\n\n    int operator()(int x, bool reset = false) {\n        if (reset) {\n            s = x;\n        } else {\n            s = (N * s + (D - N) * x + D / 2) / D;\n        }\n        return (int)s;\n    }\n\nprivate:\n    long s;\n};\n\ntemplate<int N, int D>\nclass ChannelFilter {\npublic:\n    int operator()(int x, bool reset = false) {\n        return i(m(x), reset);\n    }\n\nprivate:\n    MedianFilter m;\n    IIRFilter<N, D> i;\n};\n\ntemplate<int P>\nclass DebounceFilter {\npublic:\n    DebounceFilter() : s(0) { }\n\n    bool on() const {\n        return s >= P;\n    }\n\n    bool operator()(bool x) {\n        if (!x) {\n            s = 0;\n            return false;\n        }\n\n        if (s < P) {\n            s++;\n        }\n\n        return on();\n    }\n\nprivate:\n    int s;\n};\n\ntemplate<int N, int D, int P>\nclass SampleFilter {\npublic:\n    Sample operator()(const Sample& s) {\n        const bool rst = !p.on();\n\n        return Sample(Point(x(s.l.x, rst), y(s.l.y, rst)), p(s.p));\n    }\n\nprivate:\n    DebounceFilter<P> p;\n    ChannelFilter<N, D> x;\n    ChannelFilter<N, D> y;\n};\n\ntypedef SampleFilter<CONF_GUI_TOUCH_FILTER_N, CONF_GUI_TOUCH_FILTER_D, CONF_GUI_TOUCH_FILTER_P> DefaultSampleFilter;\n\n////////////////////////////////////////////////////////////////////////////////\n\nclass ScreenTransform {\npublic:\n    ScreenTransform() { \n        reset(); \n    }\n\n    bool calibrate(const Point& tl, const Point& br, const Point& tr, int m, const Point& d) {\n        ScreenTransform next;\n\n        next.adc_min = tl;\n        next.adc_range = Point(br.x - tl.x, br.y - tl.y);\n        next.dim = d;\n        next.margin = m;\n        next.swap_coords = false;\n\n        Point t = next(tr);\n\n        if ((t.x >= d.x - m * 2) && (t.y < m * 2)) {\n            *this = next;\n            return true;\n        }\n\n        next.swap_coords = true;\n        t = next(tr);\n\n        if ((t.x >= d.x - m * 2) && (t.y < m * 2)) {\n            *this = next;\n            return true;\n        }\n\n        return false;\n    }\n\n    void reset() {\n        adc_min = Point(0, 0);\n        adc_range = Point(0, 0);\n        dim = Point(0, 0);\n        margin = 0;\n        swap_coords = false;\n    }\n\n    Point operator()(const Point& p) const {\n        if (swap_coords) {\n            return Point(ch_scale(adc_min.y, adc_range.y, dim.x, p.y),\n                ch_scale(adc_min.x, adc_range.x, dim.y, p.x));\n        }\n\n        return Point(ch_scale(adc_min.x, adc_range.x, dim.x, p.x),\n            ch_scale(adc_min.y, adc_range.y, dim.y, p.y));\n    }\n\nprivate:\n    int ch_scale(long adc_min, long adc_range, long dim, long x) const {\n        if (adc_range) {\n            x = ((x - adc_min) * (dim - margin * 2) +\n                        (adc_range / 2)) / adc_range + margin;\n\n            if (x < 0)\n                return 0;\n\n            if (x >= dim)\n                return (int)(dim - 1);\n        }\n\n        return (int)x;\n    }\n\n    Point       adc_min;\n    Point       adc_range;\n    Point       dim;\n    int         margin;\n    bool        swap_coords;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nstatic DefaultSampleFilter g_filter;\nstatic ScreenTransform g_transform;\n\nbool calibrateTransform(int tl_x, int tl_y, int br_x, int br_y, int tr_x, int tr_y, int margin, int width, int height) {\n    DebugTraceF(\"Touch screen calibration points: %d, %d, %d, %d, %d, %d\", tl_x, tl_y, br_x, br_y, tr_x, tr_y);\n    return g_transform.calibrate(Point(tl_x, tl_y), Point(br_x, br_y), Point(tr_x, tr_y), margin, Point(width, height));\n}\n\nvoid resetTransformCalibration() {\n    g_transform.reset();\n}\n\nbool filter(bool is_pressed, int& x, int& y) {\n    Sample s = g_filter(Sample(Point(x, y), is_pressed));\n    x = s.l.x;\n    y = s.l.y;\n    return s.p;\n}\n\nvoid transform(int& x, int& y) {\n    Point p = g_transform(Point(x, y));\n    x = p.x;\n    y = p.y;\n}\n\n}\n}\n}\n} // namespace eez::psu::ui::touch\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/touch_filter.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\nnamespace touch {\n\nbool calibrateTransform(int tl_x, int tl_y, int br_x, int br_y, int tr_x, int tr_y, int margin, int width, int height);\nvoid resetTransformCalibration();\nbool filter(bool is_pressed, int& x, int& y);\nvoid transform(int& x, int& y);\n\n}\n}\n}\n} // namespace eez::psu::ui::touch\n"
  },
  {
    "path": "eez_psu_sketch/trigger.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n#include \"trigger.h\"\n#include \"channel_dispatcher.h\"\n#include \"list.h\"\n#include \"profile.h\"\n#include \"persist_conf.h\"\n#include \"io_pins.h\"\n#include \"scpi_regs.h\"\n\n#if OPTION_SD_CARD\n#include \"dlog.h\"\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace trigger {\n\nstatic struct {\n    float u;\n    float i;\n} g_levels[CH_MAX];\n\nenum State {\n    STATE_IDLE,\n    STATE_INITIATED,\n    STATE_TRIGGERED,\n    STATE_EXECUTING\n};\nstatic State g_state;\nstatic uint32_t g_triggeredTime;\nstatic uint8_t g_extTrigLastState;\n\nbool g_triggerInProgress[CH_MAX];\n\nvoid setState(State newState) {\n    if (g_state != newState) {\n        if (newState == STATE_INITIATED) {\n            for (int i = 0; i < CH_NUM; ++i) {\n                Channel& channel = Channel::get(i);\n                channel.setOperBits(OPER_ISUM_TRIG, true);\n            }\n        }\n\n        if (g_state == STATE_INITIATED) {\n            for (int i = 0; i < CH_NUM; ++i) {\n                Channel& channel = Channel::get(i);\n                channel.setOperBits(OPER_ISUM_TRIG, false);\n            }\n        }\n\n        g_state = newState;\n    }\n}\n\nvoid reset() {\n    persist_conf::devConf2.triggerDelay = DELAY_DEFAULT;\n    persist_conf::devConf2.triggerSource = SOURCE_IMMEDIATE;\n    persist_conf::devConf2.flags.triggerContinuousInitializationEnabled = false;\n\n    persist_conf::saveDevice2();\n\n    setState(STATE_IDLE);\n}\n\nvoid extTrigInterruptHandler() {\n    uint8_t state = digitalRead(EXT_TRIG);\n    if (state == 1 && g_extTrigLastState == 0 && persist_conf::devConf2.ioPins[0].polarity == io_pins::POLARITY_POSITIVE ||\n        state == 0 && g_extTrigLastState == 1 && persist_conf::devConf2.ioPins[0].polarity == io_pins::POLARITY_NEGATIVE) {\n        generateTrigger(SOURCE_PIN1, false);\n    }\n    g_extTrigLastState = state;\n}\n\nvoid init() {\n    setState(STATE_IDLE);\n\n    noInterrupts();\n    g_extTrigLastState = digitalRead(EXT_TRIG);\n    attachInterrupt(digitalPinToInterrupt(EXT_TRIG), extTrigInterruptHandler, CHANGE);\n    interrupts();\n\n    if (isContinuousInitializationEnabled()) {\n        initiate();\n    }\n}\n\nvoid setDelay(float delay) {\n    persist_conf::devConf2.triggerDelay = delay;\n}\n\nfloat getDelay() {\n    return persist_conf::devConf2.triggerDelay;\n}\n\nvoid setSource(Source source) {\n    persist_conf::devConf2.triggerSource = source;\n}\n\nSource getSource() {\n    return (Source)persist_conf::devConf2.triggerSource;\n}\n\nvoid setVoltage(Channel &channel, float value) {\n    g_levels[channel.index - 1].u = value;\n}\n\nfloat getVoltage(Channel &channel) {\n    return g_levels[channel.index - 1].u;\n}\n\nvoid setCurrent(Channel &channel, float value) {\n    g_levels[channel.index - 1].i = value;\n}\n\nfloat getCurrent(Channel &channel) {\n    return g_levels[channel.index - 1].i;\n}\n\nvoid check(uint32_t currentTime) {\n    if (currentTime - g_triggeredTime > persist_conf::devConf2.triggerDelay * 1000L) {\n        startImmediately();\n    }\n}\n\nint generateTrigger(Source source, bool checkImmediatelly) {\n\tbool seqTriggered = persist_conf::devConf2.triggerSource == source && g_state == STATE_INITIATED;\n#if OPTION_SD_CARD\n\tbool dlogTriggered = dlog::g_triggerSource == source && dlog::isInitiated();\n#endif\n\n\tif (!seqTriggered) {\n#if OPTION_SD_CARD\n\t\tif (!dlogTriggered) {\n\t\t\treturn SCPI_ERROR_TRIGGER_IGNORED;\n\t\t}\n#else\n\t\treturn SCPI_ERROR_TRIGGER_IGNORED;\n#endif\n    }\n\n#if OPTION_SD_CARD\n\tif (dlogTriggered) {\n\t\tdlog::triggerGenerated(checkImmediatelly);\n\t}\n#endif\n\n\tif (seqTriggered) {\n\t\tsetState(STATE_TRIGGERED);\n\n\t\tg_triggeredTime = micros() / 1000;\n\n\t\tif (checkImmediatelly) {\n\t\t\tcheck(g_triggeredTime);\n\t\t}\n\t}\n\n    return SCPI_RES_OK;\n}\n\nbool isTriggerFinished() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        if (g_triggerInProgress[i]) {\n            return false;\n        }\n    }\n    return true;\n}\n\nvoid triggerFinished() {\n    if (persist_conf::devConf2.flags.triggerContinuousInitializationEnabled) {\n        setState(STATE_INITIATED);\n    } else {\n        setState(STATE_IDLE);\n    }\n}\n\nvoid onTriggerFinished(Channel &channel) {\n    if (channel.getVoltageTriggerMode() == TRIGGER_MODE_LIST) {\n        int err;\n\n        switch (channel.getTriggerOnListStop()) {\n        case TRIGGER_ON_LIST_STOP_OUTPUT_OFF:\n            channel_dispatcher::setVoltage(channel, 0);\n            channel_dispatcher::setCurrent(channel, 0);\n            channel_dispatcher::outputEnable(channel, false);\n            break;\n        case TRIGGER_ON_LIST_STOP_SET_TO_FIRST_STEP:\n            if (!list::setListValue(channel, 0, &err)) {\n                generateError(err);\n            }\n            break;\n        case TRIGGER_ON_LIST_STOP_SET_TO_LAST_STEP:\n            if (!list::setListValue(channel, list::maxListsSize(channel) - 1, &err)) {\n                generateError(err);\n            }\n            break;\n        case TRIGGER_ON_LIST_STOP_STANDBY:\n            channel_dispatcher::setVoltage(channel, 0);\n            channel_dispatcher::setCurrent(channel, 0);\n            channel_dispatcher::outputEnable(channel, false);\n            schedulePowerDown();\n            break;\n        }\n    }\n}\n\nvoid setTriggerFinished(Channel &channel) {\n    if (channel_dispatcher::isCoupled() || channel_dispatcher::isTracked()) {\n        for (int i = 0; i < CH_NUM; ++i) {\n            g_triggerInProgress[i] = false;\n        }\n    } else {\n        g_triggerInProgress[channel.index - 1] = false;\n    }\n\n    onTriggerFinished(channel);\n\n    if (isTriggerFinished()) {\n        triggerFinished();\n    }\n}\n\nint checkTrigger() {\n    bool onlyFixed = true;\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel& channel = Channel::get(i);\n\n        if (i == 0 || !(channel_dispatcher::isCoupled() || channel_dispatcher::isTracked())) {\n            if (channel.getVoltageTriggerMode() != channel.getCurrentTriggerMode()) {\n                return SCPI_ERROR_INCOMPATIBLE_TRANSIENT_MODES;\n            }\n\n            if (channel.getVoltageTriggerMode() != TRIGGER_MODE_FIXED) {\n\t            if (channel.isRemoteProgrammingEnabled()) {\n                    return SCPI_ERROR_EXECUTION_ERROR;\n\t            }\n\n                if (channel.getVoltageTriggerMode() == TRIGGER_MODE_LIST) {\n                    if (list::isListEmpty(channel)) {\n                        return SCPI_ERROR_LIST_IS_EMPTY;\n                    }\n\n                    if (!list::areListLengthsEquivalent(channel)) {\n                        return SCPI_ERROR_LIST_LENGTHS_NOT_EQUIVALENT;\n                    }\n\n                    int err = list::checkLimits(i);\n                    if (err) {\n                        return err;\n                    }\n                } else {\n\t                if (util::greater(g_levels[i].u, channel_dispatcher::getULimit(channel), getPrecision(VALUE_TYPE_FLOAT_VOLT))) {\n                        return SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED;\n\t                }\n\n                    if (util::greater(g_levels[i].i, channel_dispatcher::getILimit(channel), getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n                        return SCPI_ERROR_CURRENT_LIMIT_EXCEEDED;\n\t                }\n\n\t                if (util::greater(g_levels[i].u * g_levels[i].i, channel_dispatcher::getPowerLimit(channel), getPrecision(VALUE_TYPE_FLOAT_WATT))) {\n                        return SCPI_ERROR_POWER_LIMIT_EXCEEDED;\n                    }\n                }\n\n                onlyFixed = false;\n            }\n        }\n    }\n\n    if (onlyFixed) {\n        return SCPI_ERROR_CANNOT_INITIATE_WHILE_IN_FIXED_MODE;\n    }\n\n    return 0;\n}\n\nint startImmediately() {\n    int err = checkTrigger();\n    if (err) {\n        return err;\n    }\n\n    setState(STATE_EXECUTING);\n    for (int i = 0; i < CH_NUM; ++i) {\n        g_triggerInProgress[i] = true;\n    }\n\n    io_pins::onTrigger();\n\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel& channel = Channel::get(i);\n\n        if (i == 0 || !(channel_dispatcher::isCoupled() || channel_dispatcher::isTracked())) {\n            if (channel.getVoltageTriggerMode() == TRIGGER_MODE_LIST) {\n                channel_dispatcher::setVoltage(channel, 0);\n                channel_dispatcher::setCurrent(channel, 0);\n\n                channel_dispatcher::outputEnable(channel, channel_dispatcher::getTriggerOutputState(channel));\n\n                list::executionStart(channel);\n            } else {\n                if (channel.getVoltageTriggerMode() == TRIGGER_MODE_STEP) {\n                    channel_dispatcher::setVoltage(channel, g_levels[i].u);\n                    channel_dispatcher::setCurrent(channel, g_levels[i].i);\n\n                    channel_dispatcher::outputEnable(channel, channel_dispatcher::getTriggerOutputState(channel));\n                }\n\n                setTriggerFinished(channel);\n            }\n        }\n    }\n\n    return SCPI_RES_OK;\n}\n\nint initiate() {\n    if (persist_conf::devConf2.triggerSource == SOURCE_IMMEDIATE) {\n        return startImmediately();\n    } else {\n        int err = checkTrigger();\n        if (err) {\n            return err;\n        }\n        setState(STATE_INITIATED);\n    }\n    return SCPI_RES_OK;\n}\n\nint enableInitiateContinuous(bool enable) {\n    persist_conf::devConf2.flags.triggerContinuousInitializationEnabled = enable;\n    if (enable) {\n        return initiate();\n    } else {\n        return SCPI_RES_OK;\n    }\n}\n\nbool isContinuousInitializationEnabled() {\n    return persist_conf::devConf2.flags.triggerContinuousInitializationEnabled;\n}\n\nbool isIdle() {\n    return g_state == STATE_IDLE;\n}\n\nbool isInitiated() {\n    return g_state == STATE_INITIATED;\n}\n\nvoid abort() {\n    list::abort();\n    setState(STATE_IDLE);\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (g_state == STATE_TRIGGERED) {\n        check(tick_usec / 1000);\n    }\n}\n\n}\n}\n} // namespace eez::psu::trigger"
  },
  {
    "path": "eez_psu_sketch/trigger.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace trigger {\n\nstatic const float DELAY_DEFAULT = 0;\nstatic const float DELAY_MIN = 0;\nstatic const float DELAY_MAX = 3600.0f;\n\nenum Source {\n    SOURCE_BUS,\n    SOURCE_IMMEDIATE,\n    SOURCE_MANUAL,\n    SOURCE_PIN1\n};\n\nvoid init();\nvoid reset();\n\nvoid setDelay(float delay);\nfloat getDelay();\n\nvoid setSource(Source source);\nSource getSource();\n\nvoid setVoltage(Channel &channel, float value);\nfloat getVoltage(Channel &channel);\n\nvoid setCurrent(Channel &channel, float value);\nfloat getCurrent(Channel &channel);\n\nint generateTrigger(Source source, bool checkImmediatelly = true);\nint startImmediately();\nint initiate();\nint enableInitiateContinuous(bool enable);\nbool isContinuousInitializationEnabled();\nvoid setTriggerFinished(Channel &channel);\nbool isIdle();\nbool isInitiated();\nvoid abort();\n\nvoid tick(uint32_t tick_usec);\n\n}\n}\n} // namespace eez::psu::trigger"
  },
  {
    "path": "eez_psu_sketch/util.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#include \"psu.h\"\n\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace util {\n\nfloat remap(float x, float x1, float y1, float x2, float y2) {\n    return y1 + (x - x1) * (y2 - y1) / (x2 - x1);\n}\n\nfloat remapQuad(float x, float x1, float y1, float x2, float y2) {\n    float t = remap(x, x1, 0, x2, 1);\n    t = t * t;\n    x = remap(t, 0, x1, 1, x2);\n    return remap(x, x1, y1, x2, y2);\n}\n\nfloat remapCubic(float x, float x1, float y1, float x2, float y2) {\n    float t = remap(x, x1, 0, x2, 1);\n    t = t * t * t;\n    x = remap(t, 0, x1, 1, x2);\n    return remap(x, x1, y1, x2, y2);\n}\n\nfloat remapExp(float x, float x1, float y1, float x2, float y2) {\n    float t = remap(x, x1, 0, x2, 1);\n    t = t == 0 ? 0 : float(pow(2, 10 * (t - 1)));\n    x = remap(t, 0, x1, 1, x2);\n    return remap(x, x1, y1, x2, y2);\n}\n\nfloat clamp(float x, float min, float max) {\n    if (x <= min) {\n        return min;\n    }\n    if (x >= max) {\n        return max;\n    }\n    return x;\n}\n\nvoid strcatInt(char *str, int value) {\n    str = str + strlen(str);\n    sprintf(str, \"%d\", value);\n}\n\nvoid strcatInt32(char *str, int32_t value) {\n    str = str + strlen(str);\n    sprintf(str, \"%ld\", (long)value);\n}\n\nvoid strcatUInt32(char *str, uint32_t value) {\n    str = str + strlen(str);\n    sprintf(str, \"%lu\", (unsigned long)value);\n}\n\nvoid strcatFloat(char *str, float value, int numSignificantDecimalDigits) {\n    // mitigate \"-0.00\" case\n    float min = (float) (1.0f / pow(10, numSignificantDecimalDigits)) / 2;\n    if (fabs(value) < min) {\n        value = 0;\n    }\n\n    str = str + strlen(str);\n\n#if defined(_VARIANT_ARDUINO_DUE_X_) || defined(EEZ_PSU_SIMULATOR)\n    sprintf(str, \"%.*f\", numSignificantDecimalDigits, value);\n#else\n    dtostrf(value, 0, precision, str);\n#endif\n\n    // remove trailing zeros\n    /*\n    str = str + strlen(str) - 1;\n    while (*str == '0' && *(str - 1) != '.') {\n        *str-- = 0;\n    }\n    */\n}\n\nvoid strcatFloat(char *str, float value, ValueType valueType, int channelIndex) {\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(valueType);\n    if (valueType == VALUE_TYPE_FLOAT_AMPER && channelIndex != -1 && channel_dispatcher::isCurrentLowRangeAllowed(Channel::get(channelIndex)) && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        ++numSignificantDecimalDigits;\n    }\n    strcatFloat(str, value, numSignificantDecimalDigits);\n}\n\nvoid strcatVoltage(char *str, float value, int numSignificantDecimalDigits, int channelIndex) {\n    if (numSignificantDecimalDigits == -1) {\n        numSignificantDecimalDigits = getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_VOLT);\n    }\n    strcatFloat(str, value, numSignificantDecimalDigits);\n    strcat(str, \"V\");\n}\n\nvoid strcatCurrent(char *str, float value, int numSignificantDecimalDigits, int channelIndex) {\n    if (numSignificantDecimalDigits == -1) {\n        numSignificantDecimalDigits = getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_AMPER);\n    }\n    if (channelIndex != -1 && channel_dispatcher::isCurrentLowRangeAllowed(Channel::get(channelIndex)) && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n        ++numSignificantDecimalDigits;\n    }\n    strcatFloat(str, value, numSignificantDecimalDigits);\n    strcat(str, \"A\");\n}\n\nvoid strcatPower(char *str, float value) {\n    strcatFloat(str, value, getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_WATT));\n    strcat(str, \"W\");\n}\n\nvoid strcatDuration(char *str, float value) {\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_SECOND);\n    if (value > 0.1) {\n        strcatFloat(str, value, numSignificantDecimalDigits);\n        strcat(str, \" s\");\n    }\n    else {\n        strcatFloat(str, value * 1000, numSignificantDecimalDigits - 3);\n        strcat(str, \" ms\");\n    }\n}\n\nvoid strcatLoad(char *str, float value) {\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(VALUE_TYPE_FLOAT_OHM);\n    if (value < 1000) {\n        strcatFloat(str, value, numSignificantDecimalDigits);\n        strcat(str, \" ohm\");\n    }\n    else if (value < 1000000){\n        strcatFloat(str, value / 1000, numSignificantDecimalDigits);\n        strcat(str, \" Kohm\");\n    }\n    else {\n        strcatFloat(str, value / 1000000, numSignificantDecimalDigits);\n        strcat(str, \" Mohm\");\n    }\n}\n\n/*\nFrom http://www.hackersdelight.org/hdcodetxt/crc.c.txt:\n\nThis is the basic CRC-32 calculation with some optimization but no\ntable lookup. The the byte reversal is avoided by shifting the crc reg\nright instead of left and by using a reversed 32-bit word to represent\nthe polynomial.\nWhen compiled to Cyclops with GCC, this function executes in 8 + 72n\ninstructions, where n is the number of bytes in the input message. It\nshould be doable in 4 + 61n instructions.\nIf the inner loop is strung out (approx. 5*8 = 40 instructions),\nit would take about 6 + 46n instructions.\n*/\n\nuint32_t crc32(const uint8_t *mem_block, size_t block_size) {\n    uint32_t crc = 0xFFFFFFFF;\n    for (size_t i = 0; i < block_size; ++i) {\n        uint32_t byte = mem_block[i];            // Get next byte.\n        crc = crc ^ byte;\n        for (int j = 0; j < 8; ++j) {    // Do eight times.\n            uint32_t mask = -((int32_t)crc & 1);\n            crc = (crc >> 1) ^ (0xEDB88320 & mask);\n        }\n    }\n    return ~crc;\n}\n\nuint8_t toBCD(uint8_t bin) {\n    return ((bin / 10) << 4) | (bin % 10);\n}\n\nuint8_t fromBCD(uint8_t bcd) {\n    return ((bcd >> 4) & 0xF) * 10 + (bcd & 0xF);\n}\n\nfloat floorPrec(float a, float prec) {\n    return floorf(a * prec) / prec;\n}\n\nfloat ceilPrec(float a, float prec) {\n    return ceilf(a * prec) / prec;\n}\n\nfloat roundPrec(float a, float prec) {\n    return roundf(a * prec) / prec;\n}\n\nbool greater(float a, float b, float prec) {\n\treturn a > b && !equal(a, b, prec);\n}\n\nbool greater(float a, float b, ValueType valueType, int channelIndex) {\n    return a > b && !equal(a, b, getPrecision(b, valueType, channelIndex));\n}\n\nbool greaterOrEqual(float a, float b, float prec) {\n\treturn a > b || equal(a, b, prec);\n}\n\nbool greaterOrEqual(float a, float b, ValueType valueType, int channelIndex) {\n\treturn a > b || equal(a, b, valueType, channelIndex);\n}\n\nbool less(float a, float b, float prec) {\n    return a < b && !equal(a, b, prec);\n}\n\nbool less(float a, float b, ValueType valueType, int channelIndex) {\n    return a < b && !equal(a, b, getPrecision(b, valueType, channelIndex));\n}\n\nbool lessOrEqual(float a, float b, float prec) {\n\treturn a < b || equal(a, b, prec);\n}\n\nbool lessOrEqual(float a, float b, ValueType valueType, int channelIndex) {\n\treturn a < b || equal(a, b, valueType, channelIndex);\n}\n\nbool equal(float a, float b, float prec) {\n\treturn roundf(a * prec) == roundf(b * prec);\n}\n\nbool equal(float a, float b, ValueType valueType, int channelIndex) {\n    float prec = getPrecision(b, valueType, channelIndex);\n\treturn roundf(a * prec) == roundf(b * prec);\n}\n\nbool between(float x, float a, float b, float prec) {\n    return greaterOrEqual(x, a, prec) && lessOrEqual(x, b, prec);\n}\n\nbool between(float x, float a, float b, ValueType valueType, int channelIndex) {\n    return greaterOrEqual(x, a, valueType, channelIndex) && lessOrEqual(x, b, valueType, channelIndex);\n}\n\nfloat multiply(float a, float b, float prec) {\n\treturn roundPrec(a, prec) * roundPrec(b, prec);\n}\n\nbool isNaN(float x) {\n\treturn x != x;\n}\n\nbool isDigit(char ch) {\n    return ch >= '0' && ch <= '9';\n}\n\nbool isHexDigit(char ch) {\n    return ch >= '0' && ch <= '9' || ch >= 'a' && ch <= 'f' || ch >= 'A' && ch <= 'F';\n}\n\nbool isUperCaseLetter(char ch) {\n    return ch >= 'A' && ch <= 'Z';\n}\n\nchar toHexDigit(int num) {\n    if (num >= 0 && num <= 9) {\n        return '0' + num;\n    } else {\n        return 'A' + (num - 10);\n    }\n}\n\nint fromHexDigit(char ch) {\n    if (ch >= '0' && ch <= '9') {\n        return ch - '0';\n    }\n\n    if (ch >= 'a' && ch <= 'f') {\n        return 10 + (ch - 'a');\n    }\n\n    return 10 + (ch - 'A');\n}\n\nvoid removeTrailingZerosFromFloat(char *str) {\n    int n = strlen(str);\n    for (int i = strlen(str) - 1; i >= 0; --i) {\n        if (str[i] == '0') {\n            str[i] = 0;\n        } else {\n            if (str[i] == '.') {\n                str[i] = 0;\n            }\n            break;\n        }\n    }\n}\n\nbool pointInsideRect(int xPoint, int yPoint, int xRect, int yRect, int wRect, int hRect) {\n    return xPoint >= xRect && xPoint < xRect + wRect &&\n        yPoint >= yRect && yPoint < yRect + hRect;\n}\n\nvoid getParentDir(const char *path, char *parentDirPath) {\n    int lastPathSeparatorIndex;\n\n    for (lastPathSeparatorIndex = strlen(path) - 1;\n        lastPathSeparatorIndex >= 0 && path[lastPathSeparatorIndex] != PATH_SEPARATOR[0];\n        --lastPathSeparatorIndex);\n\n    int i;\n    for (i = 0; i < lastPathSeparatorIndex; ++i) {\n        parentDirPath[i] = path[i];\n    }\n    parentDirPath[i] = 0;\n}\n\nbool parseMacAddress(const char *macAddressStr, size_t macAddressStrLength, uint8_t *macAddress) {\n    int state = 0;\n    int a;\n    int i = 0;\n    uint8_t resultMacAddress[6];\n\n    const char *end = macAddressStr + macAddressStrLength;\n    for (const char *p = macAddressStr; p < end; ++p) {\n        if (state == 0) {\n            if (*p == '-' || *p == ' ') {\n                continue;\n            } else if (isHexDigit(*p)) {\n                a = fromHexDigit(*p);\n                state = 1;\n            } else {\n                return false;\n            }\n        } else if (state == 1) {\n            if (isHexDigit(*p)) {\n                if (i < 6) {\n                    resultMacAddress[i++] = (a << 4) | fromHexDigit(*p);\n                    state = 0;\n                } else {\n                    return false;\n                }\n            } else {\n                return false;\n            }\n        }\n    }\n\n    if (state != 0 || i != 6) {\n        return false;\n    }\n\n    memcpy(macAddress, resultMacAddress, 6);\n\n    return true;\n}\n\nbool parseIpAddress(const char *ipAddressStr, size_t ipAddressStrLength, uint32_t &ipAddress) {\n    const char *p = ipAddressStr;\n    const char *q = ipAddressStr + ipAddressStrLength;\n\n    uint8_t ipAddressArray[4];\n\n    for (int i = 0; i < 4; ++i) {\n        if (p == q) {\n            return false;\n        }\n\n        uint32_t part = 0;\n        for (int j = 0; j < 3; ++j) {\n            if (p == q) {\n                if (j > 0 && i == 3) {\n                    break;\n                } else {\n                    return false;\n                }\n            } else if (isDigit(*p)) {\n                part = part * 10 + (*p++ - '0');\n            } else if (j > 0 && *p == '.') {\n                break;\n            } else {\n                return false;\n            }\n        }\n\n        if (part > 255) {\n            return false;\n        }\n\n        if (i < 3 && *p++ != '.' || i == 3 && p != q) {\n            return false;\n        }\n\n        ipAddressArray[i] = part;\n    }\n\n    ipAddress = arrayToIpAddress(ipAddressArray);\n\n    return true;\n}\n\nint getIpAddressPartA(uint32_t ipAddress) {\n    return ((uint8_t *)&ipAddress)[0];\n}\n\nvoid setIpAddressPartA(uint32_t *ipAddress, uint8_t value) {\n    ((uint8_t *)ipAddress)[0] = value;\n}\n\nint getIpAddressPartB(uint32_t ipAddress) {\n    return ((uint8_t *)&ipAddress)[1];\n}\n\nvoid setIpAddressPartB(uint32_t *ipAddress, uint8_t value) {\n    ((uint8_t *)ipAddress)[1] = value;\n}\n\nint getIpAddressPartC(uint32_t ipAddress) {\n    return ((uint8_t *)&ipAddress)[2];\n}\n\nvoid setIpAddressPartC(uint32_t *ipAddress, uint8_t value) {\n    ((uint8_t *)ipAddress)[2] = value;\n}\n\nint getIpAddressPartD(uint32_t ipAddress) {\n    return ((uint8_t *)&ipAddress)[3];\n}\n\nvoid setIpAddressPartD(uint32_t *ipAddress, uint8_t value) {\n    ((uint8_t *)ipAddress)[3] = value;\n}\n\nvoid ipAddressToArray(uint32_t ipAddress, uint8_t *ipAddressArray) {\n    ipAddressArray[0] = getIpAddressPartA(ipAddress);\n    ipAddressArray[1] = getIpAddressPartB(ipAddress);\n    ipAddressArray[2] = getIpAddressPartC(ipAddress);\n    ipAddressArray[3] = getIpAddressPartD(ipAddress);\n}\n\nuint32_t arrayToIpAddress(uint8_t *ipAddressArray) {\n    return getIpAddress(ipAddressArray[0], ipAddressArray[1], ipAddressArray[2], ipAddressArray[3]);\n}\n\nuint32_t getIpAddress(uint8_t a, uint8_t b, uint8_t c, uint8_t d) {\n    uint32_t ipAddress;\n\n    setIpAddressPartA(&ipAddress, a);\n    setIpAddressPartB(&ipAddress, b);\n    setIpAddressPartC(&ipAddress, c);\n    setIpAddressPartD(&ipAddress, d);\n\n    return ipAddress;\n}\n\nvoid ipAddressToString(uint32_t ipAddress, char *ipAddressStr) {\n    sprintf(ipAddressStr, \"%d.%d.%d.%d\",\n        getIpAddressPartA(ipAddress),\n        getIpAddressPartB(ipAddress),\n        getIpAddressPartC(ipAddress),\n        getIpAddressPartD(ipAddress));\n}\n\nvoid macAddressToString(uint8_t *macAddress, char *macAddressStr) {\n    for (int i = 0; i < 6; ++i) {\n        macAddressStr[3*i] = util::toHexDigit((macAddress[i] & 0xF0) >> 4);\n        macAddressStr[3*i+1] = util::toHexDigit(macAddress[i] & 0xF);\n        macAddressStr[3*i+2] = i < 5 ? '-' : 0;\n    }\n}\n\nvoid formatTimeZone(int16_t timeZone, char *text, int count) {\n    if (timeZone == 0) {\n        strncpy_P(text, PSTR(\"GMT\"), count - 1);\n    } else {\n        char sign;\n        int16_t value;\n        if (timeZone > 0) {\n            sign = '+';\n            value = timeZone;\n        } else {\n            sign = '-';\n            value = -timeZone;\n        }\n        snprintf_P(text, count-1, PSTR(\"%c%02d:%02d GMT\"), sign, value / 100, value % 100);\n    }\n    text[count - 1] = 0;\n}\n\nbool parseTimeZone(const char *timeZoneStr, size_t timeZoneLength, int16_t &timeZone) {\n    int state = 0;\n\n    int sign = 1;\n    int integerPart = 0;\n    int fractionPart = 0;\n\n    const char *end = timeZoneStr + timeZoneLength;\n    for (const char *p = timeZoneStr; p < end; ++p) {\n        if (*p == ' ') {\n            continue;\n        }\n\n        if (state == 0) {\n            if (*p == '+') {\n                state = 1;\n            } else if (*p == '-') {\n                sign = -1;\n                state = 1;\n            } else if (isDigit(*p)) {\n                integerPart = *p - '0';\n                state = 2;\n            } else {\n                return false;\n            }\n        } else if (state == 1) {\n            if (isDigit(*p)) {\n                integerPart = (*p - '0');\n                state = 2;\n            } else {\n                return false;\n            }\n        } else if (state == 2) {\n            if (*p == ':') {\n                state = 4;\n            } else if (isDigit(*p)) {\n                integerPart = integerPart * 10 + (*p - '0');\n                state = 3;\n            } else {\n                return false;\n            }\n        } else if (state == 3) {\n            if (*p == ':') {\n                state = 4;\n            } else {\n                return false;\n            }\n        } else if (state == 4) {\n            if (isDigit(*p)) {\n                fractionPart = (*p - '0');\n                state = 5;\n            } else {\n                return false;\n            }\n        } else if (state == 5) {\n            if (isDigit(*p)) {\n                fractionPart = fractionPart * 10 + (*p - '0');\n                state = 6;\n            } else {\n                return false;\n            }\n        } else {\n            return false;\n        }\n    }\n\n    if (state != 2 && state != 3 && state != 6) {\n        return false;\n    }\n\n    int value= sign * (integerPart * 100 + fractionPart);\n\n    if (value < -1200 || value > 1400) {\n        return false;\n    }\n\n    timeZone = (int16_t)value;\n\n    return true;\n}\n\nvoid replaceCharacter(char *str, char ch, char repl) {\n    while (*str) {\n        if (*str == ch) {\n            *str = repl;\n        }\n        ++str;\n    }\n}\n\nbool endsWith(const char *str, const char *suffix) {\n    if (!str || !suffix)\n        return false;\n    size_t strLen = strlen(str);\n    size_t suffixLen = strlen(suffix);\n    if (suffixLen > strLen)\n        return false;\n    return strncmp(str + strLen - suffixLen, suffix, suffixLen) == 0;\n}\n\n}\n}\n} // namespace eez::psu::util"
  },
  {
    "path": "eez_psu_sketch/util.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#define clear_bit(reg, bitmask) *reg &= ~bitmask\n#define set_bit(reg, bitmask) *reg |= bitmask\n\n#define util_swap(type, i, j) {type t = i; i = j; j = t;}\n\n#define MIN(a,b) ((a)<(b)?(a):(b))\n#define MAX(a,b) ((a)>(b)?(a):(b))\n\n#include \"gui_data.h\"\n\nnamespace eez {\nnamespace psu {\n\n/// Various utility functions.\nnamespace util {\n\nfloat remap(float x, float x1, float y1, float x2, float y2);\nfloat remapQuad(float x, float x1, float y1, float x2, float y2);\nfloat remapCubic(float x, float x1, float y1, float x2, float y2);\nfloat remapExp(float x, float x1, float y1, float x2, float y2);\nfloat clamp(float x, float min, float max);\n\nvoid strcatInt(char *str, int value);\nvoid strcatInt32(char *str, int32_t value);\nvoid strcatUInt32(char *str, uint32_t value);\nvoid strcatFloat(char *str, float value, int numSignificantDecimalDigits);\nvoid strcatFloat(char *str, float value, ValueType valueType, int channelIndex = -1);\nvoid strcatVoltage(char *str, float value, int numSignificantDecimalDigits = -1, int channelIndex = -1);\nvoid strcatCurrent(char *str, float value, int numSignificantDecimalDigits = -1, int channelIndex = -1);\nvoid strcatPower(char *str, float value);\nvoid strcatDuration(char *str, float value);\nvoid strcatLoad(char *str, float value);\n\nuint32_t crc32(const uint8_t *message, size_t size);\n\nuint8_t toBCD(uint8_t bin);\nuint8_t fromBCD(uint8_t bcd);\n\nfloat floorPrec(float a, float prec);\nfloat ceilPrec(float a, float prec);\nfloat roundPrec(float a, float prec);\n\nbool greater(float a, float b, float prec);\nbool greater(float a, float b, ValueType valueType, int channelIndex = -1);\nbool greaterOrEqual(float a, float b, float prec);\nbool greaterOrEqual(float a, float b, ValueType valueType, int channelIndex = -1);\nbool less(float a, float b, float prec);\nbool less(float a, float b, ValueType valueType, int channelIndex = -1);\nbool lessOrEqual(float a, float b, float prec);\nbool lessOrEqual(float a, float b, ValueType valueType, int channelIndex = -1);\nbool equal(float a, float b, float prec);\nbool equal(float a, float b, ValueType valueType, int channelIndex = -1);\n\nbool between(float x, float a, float b, float prec);\nbool between(float x, float a, float b, ValueType valueType, int channelIndex = -1);\n\nfloat multiply(float a, float b, float prec);\n\nbool isNaN(float x);\n\nbool isDigit(char ch);\nbool isHexDigit(char ch);\nbool isUperCaseLetter(char ch);\n\nchar toHexDigit(int num);\nint fromHexDigit(char ch);\n\nvoid removeTrailingZerosFromFloat(char *str);\n\nbool pointInsideRect(int xPoint, int yPoint, int xRect, int yRect, int wRect, int hRect);\n\nvoid getParentDir(const char *path, char *parentDirPath);\n\nbool parseMacAddress(const char *macAddressStr, size_t macAddressStrLength, uint8_t *macAddress);\n\nint getIpAddressPartA(uint32_t ipAddress);\nvoid setIpAddressPartA(uint32_t *ipAddress, uint8_t value);\n\nint getIpAddressPartB(uint32_t ipAddress);\nvoid setIpAddressPartB(uint32_t *ipAddress, uint8_t value);\n\nint getIpAddressPartC(uint32_t ipAddress);\nvoid setIpAddressPartC(uint32_t *ipAddress, uint8_t value);\n\nint getIpAddressPartD(uint32_t ipAddress);\nvoid setIpAddressPartD(uint32_t *ipAddress, uint8_t value);\n\nvoid ipAddressToArray(uint32_t ipAddress, uint8_t *ipAddressArray);\nuint32_t arrayToIpAddress(uint8_t *ipAddressArray);\n\nuint32_t getIpAddress(uint8_t a, uint8_t b, uint8_t c, uint8_t d);\n\nbool parseIpAddress(const char *ipAddressStr, size_t ipAddressStrLength, uint32_t &ipAddress);\nvoid ipAddressToString(uint32_t ipAddress, char *ipAddressStr);\n\nvoid macAddressToString(uint8_t *macAddress, char *macAddressStr);\n\nvoid formatTimeZone(int16_t timeZone, char *text, int count);\nbool parseTimeZone(const char *timeZoneStr, size_t timeZoneLength, int16_t &timeZone);\n\nvoid replaceCharacter(char *str, char ch, char repl);\n\nbool endsWith(const char *str, const char *suffix);\n\n}\n}\n} // namespace eez::psu::util\n"
  },
  {
    "path": "eez_psu_sketch/value.cpp",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"psu.h\"\n#include \"channel.h\"\n#include \"channel_dispatcher.h\"\n#include \"value.h\"\n\nnamespace eez {\nnamespace psu {\n\nValueTypeTraits g_valueTypeTraits[] = {\n    { \"\",     2                                         , powf(10.0f, 2.0f)                                               },\n    { \"V\",    VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS    , powf(10.0f, (float)VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS)      },\n    { \"mV\",   VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS-3  , powf(10.0f, (float)(VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS-3))  },\n    { \"A\",    CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS    , powf(10.0f, (float)CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS)      },\n    { \"mA\",   CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS-3  , powf(10.0f, (float)(CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS-3))  },\n    { \"W\",    POWER_NUM_SIGNIFICANT_DECIMAL_DIGITS      , powf(10.0f, (float)POWER_NUM_SIGNIFICANT_DECIMAL_DIGITS)        },\n    { \"mW\",   POWER_NUM_SIGNIFICANT_DECIMAL_DIGITS-3    , powf(10.0f, (float)(POWER_NUM_SIGNIFICANT_DECIMAL_DIGITS-3))    },\n    { \"s\",    DURATION_NUM_SIGNIFICANT_DECIMAL_DIGITS   , powf(10.0f, (float)DURATION_NUM_SIGNIFICANT_DECIMAL_DIGITS)     },\n    { \"ms\",   DURATION_NUM_SIGNIFICANT_DECIMAL_DIGITS-3 , powf(10.0f, (float)(DURATION_NUM_SIGNIFICANT_DECIMAL_DIGITS-3)) },\n    { \"oC\",   TEMP_NUM_SIGNIFICANT_DECIMAL_DIGITS       , powf(10.0f, (float)TEMP_NUM_SIGNIFICANT_DECIMAL_DIGITS)         },\n    { \"rpm\",  RPM_NUM_SIGNIFICANT_DECIMAL_DIGITS        , powf(10.0f, (float)RPM_NUM_SIGNIFICANT_DECIMAL_DIGITS)          },\n    { \"ohm\",  LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS       , powf(10.0f, (float)LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS)         },\n    { \"Kohm\", LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS       , powf(10.0f, (float)LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS)         },\n    { \"Mohm\", LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS       , powf(10.0f, (float)LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS)         },\n    { \"%\",    PERCENT_NUM_SIGNIFICANT_DECIMAL_DIGITS    , powf(10.0f, (float)PERCENT_NUM_SIGNIFICANT_DECIMAL_DIGITS)      }\n};\n\nfloat g_precisions[] = {\n    1.0f,\n    10.0f,\n    100.0f,\n    1000.0f,\n    10000.0f,\n    100000.0f\n};\n\nfloat getPrecision(float value, ValueType valueType, int channelIndex) {\n    int numSignificantDecimalDigits = getNumSignificantDecimalDigits(valueType);\n\n    if (util::greater(value, 99.99f, getPrecisionFromNumSignificantDecimalDigits(2))) {\n        if (numSignificantDecimalDigits > 1) {\n            numSignificantDecimalDigits = 1;\n        }\n    } else if (util::greater(value, 9.999f, getPrecisionFromNumSignificantDecimalDigits(2))) {\n        if (numSignificantDecimalDigits > 2) {\n            numSignificantDecimalDigits = 2;\n        }\n    } else {\n        if (valueType == VALUE_TYPE_FLOAT_AMPER) {\n            if (channelIndex != -1 && channel_dispatcher::isCurrentLowRangeAllowed(Channel::get(channelIndex)) && util::lessOrEqual(value, 0.5, getPrecision(VALUE_TYPE_FLOAT_AMPER))) {\n                ++numSignificantDecimalDigits;\n            }\n        }\n    }\n\n    return getPrecisionFromNumSignificantDecimalDigits(numSignificantDecimalDigits);\n}\n\nconst char *getUnitStr(ValueType valueType) {\n    unsigned int index = valueType - VALUE_TYPE_FLOAT;\n    if (index >= 0 && index < sizeof(g_valueTypeTraits) / sizeof(ValueTypeTraits)) {\n        return g_valueTypeTraits[index].unitStr; \n    } else {\n        return \"\";\n    }\n}\n\n}\n} // namespace eez::psu"
  },
  {
    "path": "eez_psu_sketch/value.h",
    "content": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\n#define VOLTAGE_NUM_SIGNIFICANT_DECIMAL_DIGITS 2\n#define CURRENT_NUM_SIGNIFICANT_DECIMAL_DIGITS 3\n#define POWER_NUM_SIGNIFICANT_DECIMAL_DIGITS 3\n#define DURATION_NUM_SIGNIFICANT_DECIMAL_DIGITS 4\n#define TEMP_NUM_SIGNIFICANT_DECIMAL_DIGITS 0\n#define RPM_NUM_SIGNIFICANT_DECIMAL_DIGITS 0\n#define LOAD_NUM_SIGNIFICANT_DECIMAL_DIGITS 2\n#define PERCENT_NUM_SIGNIFICANT_DECIMAL_DIGITS 2\n\nnamespace eez {\nnamespace psu {\n\nclass Channel;\n\nenum ValueType {\n    VALUE_TYPE_NONE,\n    VALUE_TYPE_INT,\n    VALUE_TYPE_FLOAT_FIRST,\n\tVALUE_TYPE_FLOAT,\n    VALUE_TYPE_FLOAT_VOLT,\n    VALUE_TYPE_FLOAT_MILLI_VOLT,\n    VALUE_TYPE_FLOAT_AMPER,\n    VALUE_TYPE_FLOAT_MILLI_AMPER,\n\tVALUE_TYPE_FLOAT_WATT,\n\tVALUE_TYPE_FLOAT_MILLI_WATT,\n\tVALUE_TYPE_FLOAT_SECOND,\n    VALUE_TYPE_FLOAT_MILLI_SECOND,\n\tVALUE_TYPE_FLOAT_CELSIUS,\n\tVALUE_TYPE_FLOAT_RPM,\n    VALUE_TYPE_FLOAT_OHM,\n    VALUE_TYPE_FLOAT_KOHM,\n    VALUE_TYPE_FLOAT_MOHM,\n    VALUE_TYPE_FLOAT_LAST,\n    VALUE_TYPE_LESS_THEN_MIN_FLOAT,\n    VALUE_TYPE_GREATER_THEN_MAX_FLOAT = VALUE_TYPE_LESS_THEN_MIN_FLOAT + VALUE_TYPE_FLOAT_LAST - VALUE_TYPE_FLOAT_FIRST,\n    VALUE_TYPE_CONST_STR = VALUE_TYPE_GREATER_THEN_MAX_FLOAT + VALUE_TYPE_FLOAT_LAST - VALUE_TYPE_FLOAT_FIRST,\n    VALUE_TYPE_STR,\n    VALUE_TYPE_CHANNEL_LABEL,\n\tVALUE_TYPE_CHANNEL_SHORT_LABEL,\n\tVALUE_TYPE_CHANNEL_BOARD_INFO_LABEL,\n\tVALUE_TYPE_LESS_THEN_MIN_INT,\n\tVALUE_TYPE_LESS_THEN_MIN_TIME_ZONE,\n\tVALUE_TYPE_GREATER_THEN_MAX_INT,\n\tVALUE_TYPE_GREATER_THEN_MAX_TIME_ZONE,\n\tVALUE_TYPE_EVENT,\n\tVALUE_TYPE_PAGE_INFO,\n\tVALUE_TYPE_ON_TIME_COUNTER,\n    VALUE_TYPE_COUNTDOWN,\n\tVALUE_TYPE_SCPI_ERROR_TEXT,\n\tVALUE_TYPE_TIME_ZONE,\n    VALUE_TYPE_DATE,\n\tVALUE_TYPE_YEAR,\n\tVALUE_TYPE_MONTH,\n\tVALUE_TYPE_DAY,\n    VALUE_TYPE_TIME,\n\tVALUE_TYPE_HOUR,\n\tVALUE_TYPE_MINUTE,\n\tVALUE_TYPE_SECOND,\n\tVALUE_TYPE_USER_PROFILE_LABEL,\n\tVALUE_TYPE_USER_PROFILE_REMARK,\n    VALUE_TYPE_EDIT_INFO,\n    VALUE_TYPE_MAC_ADDRESS,\n    VALUE_TYPE_IP_ADDRESS,\n    VALUE_TYPE_PORT,\n    VALUE_TYPE_ENUM,\n    VALUE_TYPE_TEXT_MESSAGE,\n    VALUE_TYPE_SERIAL_BAUD_INDEX,\n\tVALUE_TYPE_PERCENTAGE,\n\tVALUE_TYPE_SIZE,\n\tVALUE_TYPE_DLOG_STATUS\n};\n\nstruct ValueTypeTraits {\n    const char *unitStr;\n    int numSignificantDecimalDigits;\n    float precision;\n};\n\nextern ValueTypeTraits g_valueTypeTraits[];\nextern float g_precisions[];\n\nconst char *getUnitStr(ValueType valueType);\n\ninline int getNumSignificantDecimalDigits(ValueType valueType) { \n    return g_valueTypeTraits[valueType - VALUE_TYPE_FLOAT].numSignificantDecimalDigits; \n}\n\ninline float getPrecision(ValueType valueType) { \n    return g_valueTypeTraits[valueType - VALUE_TYPE_FLOAT].precision; \n}\n\nfloat getPrecision(float value, ValueType valueType, int channelIndex);\n\ninline float getPrecisionFromNumSignificantDecimalDigits(int numSignificantDecimalDigits) {\n    return g_precisions[numSignificantDecimalDigits]; \n}\n\n}\n} // namespace eez::psu"
  },
  {
    "path": "eez_psu_sketch/watchdog.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"watchdog.h\"\n#include \"timer.h\"\n\n#if (EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12) && OPTION_WATCHDOG\n\nnamespace eez {\nnamespace psu {\nnamespace watchdog {\n\nstatic bool watchdogEnabled = false;\nstatic Interval watchdogInterval(WATCHDOG_INTERVAL);\nstatic uint32_t g_lastWatchdogImpulseTime[3];\n\nstatic uint8_t g_watchdogState;\n\nvoid enable() {\n    watchdogEnabled = true;\n    watchdogInterval.reset();\n\tpinMode(WATCHDOG, OUTPUT);\n    g_watchdogState = HIGH;\n    digitalWrite(WATCHDOG, g_watchdogState);\n}\n\nvoid disable() {\n    watchdogEnabled = false;\n\tpinMode(WATCHDOG, INPUT);\n}\n\nvoid tick(uint32_t tick_usec) {\n    if (watchdogEnabled) {\n        if (!isPowerUp()) {\n            // WATCHDOG pin impedance must be changed to be sure that TPS3705 will not detect prolonged delay in receiving heartbeat impulse\n            // when waking up sequence from Stand-by mode is initiated and consequently switch off input power.\n            // That could generate a \"glitch\" in powering SPI periperals on the Power board when huge load is connected.\n            disable();\n        }\n    } else {\n        if (isPowerUp()) {\n            enable();\n        }\n    }\n\n    if (watchdogEnabled) {\n\t    if (watchdogInterval.test(tick_usec)) {\n#if CONF_DEBUG\n\t\t    if (debug::g_debugWatchdog) {\n                g_lastWatchdogImpulseTime[0] = g_lastWatchdogImpulseTime[1];\n                g_lastWatchdogImpulseTime[1] = g_lastWatchdogImpulseTime[2];\n                g_lastWatchdogImpulseTime[2] = micros();\n#endif\n                g_watchdogState = g_watchdogState == HIGH ? LOW : HIGH;\n\t\t        digitalWrite(WATCHDOG, g_watchdogState);\n#if CONF_DEBUG\n\t\t    }\n#endif\n\t    }\n    }\n}\n\n#if CONF_DEBUG || CONF_DEBUG_LATEST\nvoid printInfo() {\n    uint32_t now = micros();\n    DebugTraceF(\"Last watchdog impulses: %lu, %u, %lu, %u, %lu, %u, %lu\",\n        watchdog::g_lastWatchdogImpulseTime[0], watchdog::g_lastWatchdogImpulseTime[1] - watchdog::g_lastWatchdogImpulseTime[0],\n        watchdog::g_lastWatchdogImpulseTime[1], watchdog::g_lastWatchdogImpulseTime[2] - watchdog::g_lastWatchdogImpulseTime[1],\n        watchdog::g_lastWatchdogImpulseTime[2], now - watchdog::g_lastWatchdogImpulseTime[2],\n        now);\n}\n#endif\n\n}\n}\n} // namespace eez::psu::watchdog\n\n#endif"
  },
  {
    "path": "eez_psu_sketch/watchdog.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace watchdog {\n\nvoid tick(uint32_t tick_usec);\n\n#if CONF_DEBUG || CONF_DEBUG_LATEST\nvoid printInfo();\n#endif\n\nvoid enable();\nvoid disable();\n\n}\n}\n} // namespace eez::psu::watchdog\n"
  },
  {
    "path": "fonts/bdf/FontAwesome.14.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"c:\\Users\\martin\\Dropbox\\Code\\EEZ\\eez-studio\\font_tools\\fonts\\ttf\\FontAwesome.otf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-FontAwesome-Medium-R-Normal--19-140-100-100-P-170-ISO10646-1\nSIZE 14 100 100\nFONTBOUNDINGBOX 25 23 0 -5\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"FontAwesome\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 19\nPOINT_SIZE 140\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 170\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 16\nFONT_DESCENT 2\nCOPYRIGHT \"Copyright Dave Gandy 2015. All rights reserved.\"\n_OTF_FONTFILE \"c:\\Users\\martin\\Dropbox\\Code\\EEZ\\eez-studio\\font_tools\\fonts\\ttf\\FontAwesome.otf\"\n_OTF_PSNAME \"FontAwesome\"\nENDPROPERTIES\nCHARS 629\nSTARTCHAR 0020\nENCODING 32\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A8\nENCODING 168\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00AE\nENCODING 174\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00B4\nENCODING 180\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00C6\nENCODING 198\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00D8\nENCODING 216\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 2122\nENCODING 8482\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 2260\nENCODING 8800\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F000\nENCODING 61440\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 18 1 -2\nBITMAP\nFFFF80\n7FFF80\n3FFF00\n1FFE00\n0FFC00\n07F800\n03F000\n01E000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n1FFC00\n1FFC00\nENDCHAR\nSTARTCHAR F001\nENCODING 61441\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 18 0 -2\nBITMAP\n0007\n003F\n01FF\n03FF\n03FF\n03FF\n03F1\n0381\n0201\n0201\n0201\n021F\n023F\n023F\n7E1E\nFE00\n7E00\n3800\nENDCHAR\nSTARTCHAR F002\nENCODING 61442\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n0FE000\n1FF000\n3EF800\n783C00\n701C00\nE00E00\nE00E00\nE00E00\nE00E00\nE00E00\n701C00\n783C00\n3FFC00\n1FFE00\n07C700\n000380\n0001C0\n000080\nENDCHAR\nSTARTCHAR F003\nENCODING 61443\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n7FFFE0\n800020\n800020\nC00020\nC00060\nF000E0\n9803A0\n8C0620\n860C20\n83B820\n80F020\n800020\n800020\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR F004\nENCODING 61444\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n3F1F80\n7FBFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F005\nENCODING 61445\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 0\nBITMAP\n00C000\n00C000\n01E000\n01E000\n03F000\n1FFE00\nFFFFC0\n7FFF80\n3FFF00\n1FFE00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0F3C00\n1E1E00\n180600\nENDCHAR\nSTARTCHAR F006\nENCODING 61446\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 0\nBITMAP\n00C000\n00C000\n01E000\n012000\n033000\n1E1E00\nFC0FC0\n600180\n300300\n180600\n0C0C00\n080400\n080400\n09E400\n0F3C00\n1E1E00\n180600\nENDCHAR\nSTARTCHAR F007\nENCODING 61447\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 16 0 -1\nBITMAP\n07C0\n0FE0\n0FE0\n1FF0\n1FF0\n0FE0\n0FE0\n17D0\n7C7C\n7FFC\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F008\nENCODING 61448\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 18 0 -2\nBITMAP\nFFFFF8\n880108\n880108\n880108\nF801F8\n880108\n880108\n880108\nFFFFF8\nCC0198\n880108\n880108\nF801F8\nF801F8\n880108\n880108\nFFFFF8\n7FFFF0\nENDCHAR\nSTARTCHAR F009\nENCODING 61449\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\n7F3F80\n000000\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nFF3FC0\nENDCHAR\nSTARTCHAR F00A\nENCODING 61450\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\n000000\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\n000000\n000000\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nENDCHAR\nSTARTCHAR F00B\nENCODING 61451\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nF9FFE0\nF9FFE0\nF9FFE0\nF9FFE0\n000000\nF9FFE0\nF9FFE0\nF9FFE0\nF9FFE0\n000000\n000000\nF9FFE0\nF9FFE0\nF9FFE0\nF9FFE0\nENDCHAR\nSTARTCHAR F00C\nENCODING 61452\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 13 1 1\nBITMAP\n000600\n000F00\n001F80\n003F00\n707E00\nF8FC00\nFDF800\n7FF000\n3FE000\n1FC000\n0F8000\n070000\n020000\nENDCHAR\nSTARTCHAR F00D\nENCODING 61453\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 13 1 0\nBITMAP\n2020\n7070\nF8F8\nFDF8\n7FF0\n3FE0\n1FC0\n1FC0\n3FE0\n7DF0\nF8F8\n7070\n2020\nENDCHAR\nSTARTCHAR F00E\nENCODING 61454\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n0FE000\n1FF000\n3EF800\n783C00\n711C00\nE10E00\nE10E00\nEFEE00\nE10E00\nE10E00\n711C00\n783C00\n3FFC00\n1FFE00\n07C700\n000380\n0001C0\n000080\nENDCHAR\nSTARTCHAR F010\nENCODING 61456\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n0FE000\n1FF000\n3EF800\n783C00\n701C00\nE00E00\nE00E00\nEFEE00\nE00E00\nE00E00\n701C00\n783C00\n3FFC00\n1FFE00\n07C700\n000380\n0001C0\n000080\nENDCHAR\nSTARTCHAR F011\nENCODING 61457\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 18 0 -2\nBITMAP\n008000\n01C000\n01C000\n19CC00\n3DDE00\n79CE00\n71C700\nE1C700\nE1C380\nE1C380\nE00380\nE00380\nE00700\n700700\n780F00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F012\nENCODING 61458\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 16 0 -1\nBITMAP\n000070\n000070\n000070\n000070\n000070\n000E70\n000E70\n000E70\n000E70\n00EE70\n00EE70\n00EE70\n0EEE70\n0EEE70\nEEEE70\nEEEE70\nENDCHAR\nSTARTCHAR F013\nENCODING 61459\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n01C000\n11C400\n3FFE00\n3FFE00\n3FFE00\n1E3C00\nFC1F80\nFC1F80\nFC1F80\nFC1F80\n1E3C00\n3FFE00\n3FFE00\n3FFE00\n11C400\n01C000\nENDCHAR\nSTARTCHAR F014\nENCODING 61460\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 16 0 -1\nBITMAP\n0FE0\n0820\nFFFE\nFFFE\n4004\n4004\n4924\n4924\n4924\n4924\n4924\n4924\n4924\n4004\n4004\n7FFC\nENDCHAR\nSTARTCHAR F015\nENCODING 61461\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 14 0 1\nBITMAP\n00CE00\n03EE00\n077E00\n0E9E00\n1DEE00\n33F700\nEFFB80\nDFFD80\n3FFE00\n3FFE00\n3E3E00\n3E3E00\n3E3E00\n3E3E00\nENDCHAR\nSTARTCHAR F016\nENCODING 61462\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F017\nENCODING 61463\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6086\nE087\nC083\nC083\nC783\nC003\nE007\n6006\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F018\nENCODING 61464\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 20 14 1 0\nBITMAP\n079E00\n0F9F00\n0F9F00\n0FFF00\n1F9F80\n1F9F80\n3F0FC0\n3F0FC0\n3FFFC0\n7FFFE0\n7FFFE0\nFF0FF0\nFF0FF0\nFF0FF0\nENDCHAR\nSTARTCHAR F019\nENCODING 61465\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 0\nBITMAP\n01E000\n01E000\n01E000\n01E000\n01E000\n01E000\n1FFE00\n0FFC00\n07F800\n03F000\n01E000\n7CCF80\nFE1FC0\nFFFFC0\nFFFA40\nFFFEC0\nFFFFC0\nENDCHAR\nSTARTCHAR F01A\nENCODING 61466\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3C3C\n700E\n61C6\nE1C7\nC1C3\nC1C3\nCFF3\nC7E3\nE3C3\n6086\n700E\n3C1C\n1FF8\n07F0\nENDCHAR\nSTARTCHAR F01B\nENCODING 61467\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3C3C\n700E\n6086\nE1C7\nC3E3\nCFF3\nC1C3\nC1C3\nE1C3\n61C6\n700E\n3C1C\n1FF8\n07F0\nENDCHAR\nSTARTCHAR F01C\nENCODING 61468\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 14 0 0\nBITMAP\n1FFC00\n1FFC00\n300600\n300600\n700700\n600300\nE00380\nC00180\nFC1F80\nFE3F80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F01D\nENCODING 61469\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6606\nE787\nC7E3\nC7F3\nC7F3\nC7E3\nE787\n6606\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F01E\nENCODING 61470\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFD80\n3FFF80\n780F80\n700F80\nE01F80\nE01F00\nE00000\nE00000\nE00000\nE00000\n700000\n780C00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F021\nENCODING 61473\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F080\n1FFD80\n3FFF80\n780F80\n700F80\nE01F80\nE01F80\n000000\n000000\nFC0380\nFC0380\nF80700\nF80F00\nFE3E00\nDFFC00\n87F000\nENDCHAR\nSTARTCHAR F022\nENCODING 61474\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n800020\n97FFA0\n97FFA0\n800020\n97FFA0\n800020\n800020\n97FFA0\n800020\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR F023\nENCODING 61475\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 15 0 1\nBITMAP\n1F80\n3FC0\n70E0\n6060\n6060\n6060\n6060\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR F024\nENCODING 61476\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nE00000\nE3E060\n4FF9E0\n5FFFE0\n5FFFE0\n5FFFE0\n5FFFE0\n5FFFE0\n5FFFE0\n5FFFE0\n5FFFE0\n580F80\n400000\n400000\n400000\n400000\nENDCHAR\nSTARTCHAR F025\nENCODING 61477\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n07F800\n1FFE00\n3C0F00\n700380\n600180\nE001C0\nC000C0\nC000C0\nC210C0\nCE1CC0\nFE1FC0\n7E1F80\n1E1E00\n0E1C00\n021000\nENDCHAR\nSTARTCHAR F026\nENCODING 61478\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 13 0 1\nBITMAP\n03\n07\n0F\nFF\nFF\nFF\nFF\nFF\nFF\n0F\n07\n03\n01\nENDCHAR\nSTARTCHAR F027\nENCODING 61479\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 14 0 0\nBITMAP\n0100\n0300\n0700\n0F00\nFF20\nFF30\nFF10\nFF10\nFF30\nFF20\n0F00\n0700\n0300\n0100\nENDCHAR\nSTARTCHAR F028\nENCODING 61480\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\n000800\n000E00\n030300\n071980\n0F0C80\nFF04C0\nFF3240\nFF1240\nFF1240\nFF3240\nFF24C0\n0F0C80\n071980\n030300\n010E00\n000800\nENDCHAR\nSTARTCHAR F029\nENCODING 61481\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\nFEFE\n8282\n9292\n9292\n8282\nFEFE\nFEFE\n0000\nFEF2\n82FE\n82FE\n929E\n8280\n8280\nFE92\nENDCHAR\nSTARTCHAR F02A\nENCODING 61482\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 15 0 1\nBITMAP\n845B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\nD75B50\n845B50\nENDCHAR\nSTARTCHAR F02B\nENCODING 61483\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\nFF00\nFF80\nC7C0\nC7E0\nEFF0\nFFF8\nFFFC\n7FFE\n7FFF\n3FFF\n1FFF\n0FFE\n07FC\n03F8\n01F0\n00E0\nENDCHAR\nSTARTCHAR F02C\nENCODING 61484\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 16 0 -1\nBITMAP\nFF7000\nFF9800\nC7CC00\nC7E600\nEFF300\nFFF980\nFFFCC0\n7FFE60\n7FFF30\n3FFF38\n1FFF30\n0FFE60\n07FCC0\n03F980\n01F300\n00E600\nENDCHAR\nSTARTCHAR F02D\nENCODING 61485\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\n07FF00\n0FFF00\n0E0700\n1C0740\n1FFE40\n3C06C0\n380E80\n3FFC80\n7FFD80\n7FFD00\n7FF900\nFFF900\nFFFB00\nFFF200\n800200\n7FFC00\nENDCHAR\nSTARTCHAR F02E\nENCODING 61486\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 16 0 -1\nBITMAP\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFCFC\nF87C\nF03C\nC00C\nENDCHAR\nSTARTCHAR F02F\nENCODING 61487\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\n1FF800\n101C00\n101E00\n101E00\n100200\n100200\n100200\nF003C0\nFFFE40\nFFFFC0\nFFFFC0\nFFFFC0\nF003C0\nF003C0\n100200\n1FFE00\nENDCHAR\nSTARTCHAR F030\nENCODING 61488\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 18 0 -2\nBITMAP\n01FC00\n03FE00\n07FF00\n7FFFF0\nFFFFF8\nFFFFF8\nFF07F8\nFE03F8\nFCF9F8\nFCF9F8\nFDFDF8\nFDFDF8\nFCF9F8\nFC71F8\nFE03F8\nFF8FF8\nFFFFF8\n7FFFF0\nENDCHAR\nSTARTCHAR F031\nENCODING 61489\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 -2\nBITMAP\n00C000\n00C000\n01C000\n01E000\n01E000\n03F000\n02F000\n067800\n067800\n043800\n0FFC00\n083C00\n081E00\n181E00\n100E00\n300F00\nFC3FC0\nENDCHAR\nSTARTCHAR F032\nENCODING 61490\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 16 16 0 -1\nBITMAP\nFFF8\n383C\n381E\n381E\n381E\n383C\n38F8\n3FF8\n381E\n380F\n380F\n380F\n380F\n381E\n383C\nFFF0\nENDCHAR\nSTARTCHAR F033\nENCODING 61491\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\n1FE0\n0700\n0700\n0700\n0700\n0F00\n0E00\n0E00\n0E00\n0E00\n1E00\n1C00\n1C00\n1C00\n3C00\nFF00\nENDCHAR\nSTARTCHAR F034\nENCODING 61492\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nFFFC40\nC70CE0\n870C40\n870440\n070440\n070040\n070040\n070040\n070040\n070040\n070040\n070040\n070040\n070040\n0700E0\n1FE040\nENDCHAR\nSTARTCHAR F035\nENCODING 61493\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 18 0 -2\nBITMAP\nFFFF80\nF1C180\n81C180\n81C180\n01C080\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n07F000\n0C3800\n600300\nFFFF80\n600300\n200200\nENDCHAR\nSTARTCHAR F036\nENCODING 61494\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFC00\nFFFC00\n000000\n000000\nFFFFC0\nFFFFC0\nFFFF80\n000000\nFFFE00\nFFFE00\nFFFE00\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F037\nENCODING 61495\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n07FC00\n07FC00\n000000\n000000\n7FFFC0\n7FFFC0\n3FFF80\n000000\n0FFE00\n0FFE00\n0FFE00\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F038\nENCODING 61496\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n07FFE0\n07FFE0\n000000\n000000\n7FFFE0\n7FFFE0\n3FFFE0\n000000\n0FFFE0\n0FFFE0\n0FFFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F039\nENCODING 61497\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\nFFFFE0\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F03A\nENCODING 61498\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 15 0 1\nBITMAP\nEFFFF0\nEFFFF0\n000000\n000000\nEFFFF0\nEFFFF0\nEFFFE0\n000000\nEFFFF0\nEFFFF0\nEFFFE0\n000000\nEFFFE0\nEFFFF0\nEFFFF0\nENDCHAR\nSTARTCHAR F03B\nENCODING 61499\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\nFFFFE0\n000000\n000000\n11FFE0\n31FFE0\n71FFE0\nF00000\n71FFE0\n31FFE0\n11FFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F03C\nENCODING 61500\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\nFFFFE0\n000000\n000000\n81FFE0\nC1FFE0\nE1FFE0\nF00000\nE1FFE0\nC1FFE0\n81FFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F03D\nENCODING 61501\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 0\nBITMAP\n3FF020\n7FF860\nFFF8E0\nFFFDE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFDE0\nFFFCE0\nFFF860\n7FF020\nENDCHAR\nSTARTCHAR F03E\nENCODING 61502\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 16 0 -1\nBITMAP\nFFFFF8\n800008\n800008\n9E0008\n9E0408\n9E0E08\n8C1F08\n803F88\n827FC8\n87FFC8\n8FFFC8\n9FFFC8\n9FFFC8\n9FFFC8\n800008\nFFFFF8\nENDCHAR\nSTARTCHAR F040\nENCODING 61504\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n0018\n003C\n003E\n009F\n01CF\n0366\n06F0\n0DF8\n1BF0\n37E0\n6FC0\nFF80\n9F00\n8E00\nEC00\nF800\nENDCHAR\nSTARTCHAR F041\nENCODING 61505\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\n1F00\n7FC0\n7FC0\nE0E0\nE0E0\nE0E0\nE0E0\nF1E0\n7FC0\n7FC0\n3F80\n3F80\n1F00\n1F00\n0E00\n0E00\nENDCHAR\nSTARTCHAR F042\nENCODING 61506\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3CFC\n70FE\n60FF\nE0FF\nC0FF\nC0FF\nC0FF\nC0FF\nE0FF\n60FF\n70FE\n3CFC\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F043\nENCODING 61507\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 0\nBITMAP\n0400\n0E00\n0E00\n1F00\n1F00\n3F80\n3F80\n7FC0\nFFE0\nFFE0\nE7E0\nE3E0\nE7E0\n7FC0\n3F80\n1F00\nENDCHAR\nSTARTCHAR F044\nENCODING 61508\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n7FFDC0\nC001E0\n8006E0\n800F60\n801B80\n801780\n802F00\n805E00\n80BC00\n811800\n81B200\n81E200\n800200\nC00600\n7FFC00\nENDCHAR\nSTARTCHAR F045\nENCODING 61509\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 0\nBITMAP\n000400\n000E00\n7C0F00\nC1FF80\n87FFC0\n8FFFC0\n9FFF80\n9F0F00\n9C0E00\n9C0C00\n980000\n980200\n880200\n880200\n800200\nE00600\n7FFC00\nENDCHAR\nSTARTCHAR F046\nENCODING 61510\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n7FFC00\nC00380\n8007C0\n800F80\n801F00\n8C3E00\n9E7C00\n9FF800\n8FF200\n87E200\n83C200\n818200\n800200\nC00600\n7FFC00\nENDCHAR\nSTARTCHAR F047\nENCODING 61511\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n00E000\n01F000\n03F800\n00F000\n00E000\n00E000\n30E180\n70E1C0\nFFFFE0\nFFFFE0\n70E1C0\n30E180\n00E000\n00E000\n00E000\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F048\nENCODING 61512\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\nE020\nE060\nE0E0\nE1E0\nE3E0\nE7E0\nEFE0\nFFE0\nFFE0\nEFE0\nE7E0\nE3E0\nE1E0\nE0E0\nE060\nE020\nENDCHAR\nSTARTCHAR F049\nENCODING 61513\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 16 0 -1\nBITMAP\nE02030\nE06070\nE0E0F0\nE1E1F0\nE3E3F0\nE7E7F0\nEFEFF0\nFFFFF0\nFFFFF0\nEFEFF0\nE7E7F0\nE3E3F0\nE1E1F0\nE0E0F0\nE06070\nE02030\nENDCHAR\nSTARTCHAR F04A\nENCODING 61514\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 16 1 -1\nBITMAP\n018080\n038180\n078380\n0F8780\n1F8F80\n3F9F80\n7FBF80\nFFFF80\nFFFF80\n7FBF80\n3F9F80\n1F8F80\n0F8780\n078380\n038180\n018080\nENDCHAR\nSTARTCHAR F04B\nENCODING 61515\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 16 0 -1\nBITMAP\nC000\nF000\nF800\nFE00\nFF80\nFFE0\nFFF8\nFFFC\nFFFC\nFFF8\nFFE0\nFF80\nFE00\nFC00\nF000\nC000\nENDCHAR\nSTARTCHAR F04C\nENCODING 61516\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nENDCHAR\nSTARTCHAR F04D\nENCODING 61517\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F04E\nENCODING 61518\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 16 0 -1\nBITMAP\n80C000\nC0E000\nE0F000\nF0F800\nF8FC00\nFCFE00\nFEFF00\nFFFF80\nFFFF80\nFEFF00\nFCFE00\nF8FC00\nF0F800\nE0F000\nC0E000\n80C000\nENDCHAR\nSTARTCHAR F050\nENCODING 61520\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 16 0 -1\nBITMAP\n804070\nC06070\nE07070\nF07870\nF87C70\nFC7E70\nFE7F70\nFF7FF0\nFFFFF0\nFF7F70\nFE7E70\nFC7C70\nF87870\nF07070\nE06070\nC04070\nENDCHAR\nSTARTCHAR F051\nENCODING 61521\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\n80E0\nC0E0\nE0E0\nF0E0\nF8E0\nFCE0\nFEE0\nFFE0\nFFE0\nFEE0\nFCE0\nF8E0\nF0E0\nE0E0\nC0E0\n80E0\nENDCHAR\nSTARTCHAR F052\nENCODING 61522\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 14 0 1\nBITMAP\n008000\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\n7FFF00\n000000\n000000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F053\nENCODING 61523\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 11 17 2 -1\nBITMAP\n01C0\n03E0\n07E0\n0FC0\n0F80\n1F00\n3E00\n7C00\nF800\n7C00\n3E00\n1F00\n0F80\n07C0\n03E0\n01C0\n0080\nENDCHAR\nSTARTCHAR F054\nENCODING 61524\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 11 17 1 -1\nBITMAP\n7000\nF800\nFC00\n7E00\n3E00\n1F00\n0F80\n07C0\n03E0\n07C0\n0F80\n1F00\n3E00\n7C00\nF800\n7000\n2000\nENDCHAR\nSTARTCHAR F055\nENCODING 61525\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3FFC\n7E7E\n7E7E\nFE7F\nFE7F\nE007\nE007\nFE7F\nFE7F\n7E7E\n7E7E\n3FFC\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F056\nENCODING 61526\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3FFC\n7FFE\n7FFE\nFFFF\nFFFF\nE007\nE007\nFFFF\nFFFF\n7FFE\n7FFE\n3FFC\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F057\nENCODING 61527\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n79CF00\nF08780\nF80F80\nFC1F80\nFC1F80\nF80F80\nF08780\n79CF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F058\nENCODING 61528\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFFE380\nFFC380\nE38780\nE10F80\nF01F80\nF83F80\n7C7F00\n7EFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F059\nENCODING 61529\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7C1F00\n780F00\nF9C780\nFFC780\nFF0F80\nFE1F80\nFE3F80\nFFFF80\n7E3F00\n7E3F00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F05A\nENCODING 61530\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1E3C00\n3E3E00\n7E3F00\n7FFF00\nFC3F80\nFC3F80\nFC3F80\nFE3F80\nFE3F80\nFE3F80\n7C1F00\n7C1F00\n3C1E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F05B\nENCODING 61531\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n01C000\n01C000\n03E000\n0FF800\n19CC00\n100400\n300600\nFC1F80\nFC1F80\n300600\n100400\n19CC00\n0DF800\n07F000\n01C000\n01C000\nENDCHAR\nSTARTCHAR F05C\nENCODING 61532\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6206\nE767\nCFF3\nC7E3\nC3E3\nC7F3\nE7E7\n6246\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F05D\nENCODING 61533\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6006\nE037\nC47B\nCEF3\nCFE3\nC7C3\nE387\n6106\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F05E\nENCODING 61534\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3C3C\n701E\n603E\nE077\nC0E3\nC1C3\nC383\nC703\nEE07\n7C06\n780E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F060\nENCODING 61536\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 17 1 -3\nBITMAP\n0080\n01C0\n03E0\n07C0\n0F80\n1F00\n3E00\n7FFF\nFFFF\nFFFF\n7FFF\n3F00\n1F80\n0FC0\n07E0\n03E0\n01C0\nENDCHAR\nSTARTCHAR F061\nENCODING 61537\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 17 0 -3\nBITMAP\n0100\n0380\n07C0\n03E0\n01F0\n00F8\n007C\nFFFE\nFFFF\nFFFF\nFFFE\n00FC\n01F8\n03F0\n07E0\n07C0\n0380\nENDCHAR\nSTARTCHAR F062\nENCODING 61538\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 16 1 -2\nBITMAP\n008000\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\n7FFF00\nFBEF80\nF3E780\n63E300\n03E000\n03E000\n03E000\n03E000\n03E000\nENDCHAR\nSTARTCHAR F063\nENCODING 61539\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 16 1 0\nBITMAP\n01C000\n03E000\n03E000\n03E000\n03E000\n63E300\nF3E780\nFBEF80\n7FFF00\n3FFE00\n1FFC00\n0FF800\n07F000\n03E000\n01C000\n008000\nENDCHAR\nSTARTCHAR F064\nENCODING 61540\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -2\nBITMAP\n000C00\n000E00\n000F00\n003F80\n0FFFC0\n3FFFE0\n7FFFE0\n7FFFC0\nFFFF80\nFC0F00\nF00E00\nE00C00\nE00000\nC00000\n400000\n400000\n400000\nENDCHAR\nSTARTCHAR F065\nENCODING 61541\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n001F80\n001F80\n000F80\n001F80\n003D80\n007880\n007000\n002000\n020000\n070000\n8F0000\nDE0000\nFC0000\nF80000\nF80000\nFC0000\nENDCHAR\nSTARTCHAR F066\nENCODING 61542\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n0002\n0007\n00CE\n00FC\n00F8\n00F8\n00FC\n00FC\n3F00\n3F00\n1F00\n1F00\n3F00\n7300\nE000\n4000\nENDCHAR\nSTARTCHAR F067\nENCODING 61543\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\nFFFE\nFFFE\nFFFE\nFFFE\n07C0\n07C0\n07C0\n07C0\n07C0\n0380\nENDCHAR\nSTARTCHAR F068\nENCODING 61544\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 4 0 5\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F069\nENCODING 61545\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 15 16 1 -1\nBITMAP\n0380\n07C0\n07C0\n77DC\nFFFE\nFFFE\n7FFC\n1FF0\n1FF0\n7FFC\nFFFE\nFFFE\n77DC\n07C0\n07C0\n0380\nENDCHAR\nSTARTCHAR F06A\nENCODING 61546\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3E3E00\n7E3F00\n7E3F00\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFFFF80\n7E3F00\n7E3F00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F06B\nENCODING 61547\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 15 0 0\nBITMAP\n041000\n1E7C00\n13C400\n11CC00\n1FF800\nFC3F80\nFC3F80\nFC3F80\nFC3F80\n3C3E00\n3C3E00\n3C3E00\n3C3E00\n3C3E00\n3FFE00\nENDCHAR\nSTARTCHAR F06C\nENCODING 61548\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n0000C0\n0003E0\n03FFE0\n07FFE0\n0FFFE0\n1FE7E0\n3F07E0\n3C7FC0\n39FFC0\n33FF80\n37FF00\n3FFE00\n7FFC00\nE7F000\nC00000\nENDCHAR\nSTARTCHAR F06D\nENCODING 61549\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 19 0 -2\nBITMAP\n0180\n01C0\n01E0\n01F0\n03F0\n0FF0\n0FF0\n1FF0\n1FF0\n1FE0\n1FC0\n1F80\n0F00\n0F00\n0300\n0100\n0000\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F06E\nENCODING 61550\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 0\nBITMAP\n004000\n07FC00\n1F3F00\n36FF80\n65FCC0\nC5FC40\nC7FC60\nC7FC60\n63F8C0\n31F180\n180300\n0F1E00\n03F000\nENDCHAR\nSTARTCHAR F070\nENCODING 61552\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 -1\nBITMAP\n005C00\n07F800\n1F3800\n36F180\n65F0C0\n45E440\nC7C460\nC7CC60\n6388C0\n339180\n1B0300\n0F1E00\n063000\n060000\nENDCHAR\nSTARTCHAR F071\nENCODING 61553\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -2\nBITMAP\n004000\n00E000\n00E000\n01F000\n01F000\n03F800\n071C00\n071C00\n0F1E00\n0F1E00\n1F1F00\n1FFF00\n3FFF80\n3F1F80\n7F1FC0\n7F1FC0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F072\nENCODING 61554\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n000E\n301E\n7F3E\n3FFC\n1FF8\n07F0\n03F0\n07F0\n4FF8\nFF78\n7E38\n3C38\n1C1C\n0C18\n0400\nENDCHAR\nSTARTCHAR F073\nENCODING 61555\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF7FBC0\nFFFFC0\n884440\n884440\n884440\nFFFFC0\n884440\n884440\n884440\n884440\nFFFFC0\n884440\n884440\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F074\nENCODING 61556\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -1\nBITMAP\n000100\n000180\nF83FC0\nFC7FE0\nFEFFC0\n0FE180\n05C100\n038000\n038000\n070000\n074100\n0EE180\nFEFFC0\nFC7FE0\nF01FC0\n000180\n000100\nENDCHAR\nSTARTCHAR F075\nENCODING 61557\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -3\nBITMAP\n03F800\n0FFE00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n0FFE00\n1FF800\n1E0000\n3C0000\n600000\nENDCHAR\nSTARTCHAR F076\nENCODING 61558\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\n000000\n000000\nFC1F80\nFC1F80\nFC1F80\nFE3F80\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n0FF800\nENDCHAR\nSTARTCHAR F077\nENCODING 61559\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 11 1 1\nBITMAP\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3F7E00\n3E3E00\n7C1F00\nF80F80\n700700\n200200\nENDCHAR\nSTARTCHAR F078\nENCODING 61560\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 11 1 -1\nBITMAP\n200200\n700700\nF80F80\n7C1F00\n3E3E00\n1F7C00\n0FF800\n07F000\n07F000\n03E000\n01C000\nENDCHAR\nSTARTCHAR F079\nENCODING 61561\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 13 0 0\nBITMAP\n01FFC0\n1CFFC0\n3CFFC0\n3E01C0\n7F01C0\nFF01C0\n1C01C0\n1C07F0\n1C07F8\n1C07F0\n1FF3E0\n1FF9C0\n1FFC80\nENDCHAR\nSTARTCHAR F07A\nENCODING 61562\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 -2\nBITMAP\nF00000\n100000\n1FFFC0\n1FFFC0\n0FFFC0\n0FFFC0\n0FFFC0\n0FFFC0\n0FFF80\n070000\n040000\n0FFF00\n0FFF00\n0E0380\n0E0380\nENDCHAR\nSTARTCHAR F07B\nENCODING 61563\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n7F0000\nFF0000\nFFFF00\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F07C\nENCODING 61564\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 20 15 0 1\nBITMAP\n7F0000\nFF0000\nFFFC00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nF80000\nF3FFF0\nE7FFF0\nCFFFE0\n9FFFC0\n3FFF80\n7FFF00\n7FFE00\nENDCHAR\nSTARTCHAR F07D\nENCODING 61565\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 -3\nBITMAP\n10\n38\n7C\nFE\n3C\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nFE\n7C\n38\n10\nENDCHAR\nSTARTCHAR F07E\nENCODING 61566\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 7 0 4\nBITMAP\n300180\n7001C0\nFFFFE0\nFFFFE0\n7001C0\n300180\n100100\nENDCHAR\nSTARTCHAR F080\nENCODING 61568\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 23 16 0 -1\nBITMAP\n800000\n800070\n80E070\n80E070\n80E070\n80EE70\n80EE70\n80EE70\n8EEE70\n8EEE70\n8EEE70\n8EEE70\n8EEE70\n8EEE70\n800000\nFFFFFE\nENDCHAR\nSTARTCHAR F081\nENCODING 61569\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFFF\nFFFF\nFFFF\nFF87\nE707\nE107\nE00F\nE00F\nF00F\nF81F\nF83F\nF0FF\nFFFF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F082\nENCODING 61570\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFE380\nFF8380\nFF8380\nFF8F80\nFF8F80\nFE0380\nFE0380\nFE0380\nFF8F80\nFF8F80\nFF8F80\nFF8F80\nFF8F80\n7F8F00\nENDCHAR\nSTARTCHAR F083\nENCODING 61571\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nFFFFE0\nE18020\nFF8020\n800020\nFFFFE0\nFE0FE0\nFCE7E0\nFDB3E0\nFD7BE0\nFDF3E0\nFCF3E0\nFE47E0\nFF0FE0\nFFFFE0\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR F084\nENCODING 61572\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 17 0 -1\nBITMAP\n0FC000\n1FC000\n38E000\n786000\nF86000\nC0E000\nC3C000\nC3C000\nE7C200\n7FE300\n3C7180\n003BC0\n001E00\n000E00\n000700\n000380\n000180\nENDCHAR\nSTARTCHAR F085\nENCODING 61573\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 18 0 -2\nBITMAP\n000360\n0003E0\n070670\n272E38\n7FF670\n7FF3E0\n38E360\n707000\nF07C00\nF07C00\n707800\n38E360\n7FF3E0\n7FF360\n272E38\n070E70\n0003E0\n000360\nENDCHAR\nSTARTCHAR F086\nENCODING 61574\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n07C000\n1FF000\n7FFC00\n7FFC00\nFFFE80\nFFFEC0\nFFFEE0\nFFFEE0\n7FFCE0\n3FF9E0\n1FE3C0\n380FC0\n407F80\n01FF80\n000180\nENDCHAR\nSTARTCHAR F087\nENCODING 61575\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 18 0 -2\nBITMAP\n004000\n00F000\n009000\n009000\n011000\n031000\n063F00\n7C0180\nF80080\nF00080\nF00100\nF00100\nF00100\nF00100\n900300\nF00300\nFF0200\n03FE00\nENDCHAR\nSTARTCHAR F088\nENCODING 61576\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 18 0 -2\nBITMAP\n01FC\nFF06\nF002\n9002\nF002\nF002\nF001\nF001\nF003\nF801\nFC03\n063E\n0330\n0110\n0090\n0090\n00F0\n0060\nENDCHAR\nSTARTCHAR F089\nENCODING 61577\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 17 0 0\nBITMAP\n0080\n0080\n0180\n0180\n0380\n1F80\nFF80\n7F80\n3F80\n1F80\n0F80\n0F80\n0F80\n0F80\n0F00\n1E00\n1800\nENDCHAR\nSTARTCHAR F08A\nENCODING 61578\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n3F0F80\n63B8C0\nC0E060\n804020\n800020\n800020\nC00020\n400040\n6000C0\n300180\n180300\n0C0600\n060C00\n031800\n01B000\n00E000\nENDCHAR\nSTARTCHAR F08B\nENCODING 61579\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 14 0 0\nBITMAP\n7E0000\nE07000\n807800\n807C00\n8FFE00\n8FFF00\n8FFF80\n8FFF80\n8FFF00\n8FFE00\n807C00\n807800\nC07000\n7E2000\nENDCHAR\nSTARTCHAR F08C\nENCODING 61580\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nE7FF80\nE7FF80\nFFFF80\nE44780\nE40380\nE47380\nE47380\nE47380\nE47380\nE47380\nE47380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F08D\nENCODING 61581\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 18 0 -2\nBITMAP\n3FC0\n3FE0\n1F80\n1780\n1780\n1780\n1780\n1780\n3FC0\n7FE0\nFFF0\nFFF0\n0600\n0600\n0400\n0400\n0400\n0400\nENDCHAR\nSTARTCHAR F08E\nENCODING 61582\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 0\nBITMAP\n0007E0\n0007E0\n7FE3E0\nC003E0\n8007E0\n800FE0\n801E60\n803C00\n807800\n80F000\n81E200\n80C200\n800200\n800200\n800200\nC00600\n7FFC00\nENDCHAR\nSTARTCHAR F090\nENCODING 61584\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 14 0 0\nBITMAP\n007E\n0607\n0701\n0781\nFFC1\nFFE1\nFFF1\nFFF1\nFFE1\nFFC1\n0781\n0701\n0603\n007E\nENDCHAR\nSTARTCHAR F091\nENCODING 61585\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\n07FC00\n0FFC00\n7FFC00\nFFFFC0\n8FFC40\n8FFC40\nC7FCC0\n77FD80\n1FFF00\n03F000\n01F000\n00E000\n00E000\n01F000\n0FFC00\n0FFC00\nENDCHAR\nSTARTCHAR F092\nENCODING 61586\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nF3F780\nF00780\nF00780\nF00380\nE00380\nE00380\nF00380\nF00780\nDC1F80\nEE1F80\nF01F80\nFC1F80\n7C1F00\nENDCHAR\nSTARTCHAR F093\nENCODING 61587\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 -2\nBITMAP\n00C000\n01E000\n03F000\n07F800\n0FFC00\n1FFC00\n01E000\n01E000\n01E000\n01E000\n01E000\n01E000\nFC0FC0\nFFFFC0\nFFFFC0\nFFF240\nFFFFC0\nENDCHAR\nSTARTCHAR F094\nENCODING 61588\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -2\nBITMAP\n01FE\n0F1F\n1801\n3001\n6001\n4001\n4001\n8001\n8001\n8001\n8003\n8002\n8006\n800C\n8038\nFFE0\nENDCHAR\nSTARTCHAR F095\nENCODING 61589\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n7000\nF000\nF800\nF800\nF800\nF000\n7000\n7800\n3800\n1C10\n1F38\n0FFE\n03FE\n01FE\n0078\nENDCHAR\nSTARTCHAR F096\nENCODING 61590\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n7FFC\nC006\n8002\n8002\n8002\n8002\n8002\n8002\n8002\n8002\n8002\n8002\n8002\nC006\n7FFC\nENDCHAR\nSTARTCHAR F097\nENCODING 61591\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 16 0 -1\nBITMAP\nFFFC\n8004\n8004\n8004\n8004\n8004\n8004\n8004\n8004\n8004\n8304\n8784\n9CE4\nB034\nE01C\nC00C\nENDCHAR\nSTARTCHAR F098\nENCODING 61592\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nE3FF80\nE1FF80\nE1FF80\nE3FF80\nE3FF80\nF3FF80\nF9FF80\nFC4780\nFE0380\nFF0380\nFFEF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F099\nENCODING 61593\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 16 14 0 0\nBITMAP\n0038\n407F\n60FF\n78FE\n7FFE\n7FFE\n7FFE\n3FFE\n1FFC\n3FFC\n0FF8\n0FF0\nFFE0\n3F80\nENDCHAR\nSTARTCHAR F09A\nENCODING 61594\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 -2\nBITMAP\n0380\n0F80\n1F80\n1E00\n1C00\n1C00\n1C00\nFF80\nFF80\nFF80\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR F09B\nENCODING 61595\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n77F700\n700700\nF00780\nE00380\nE00380\nE00380\nE00380\nF00780\n5C1F00\n6C1F00\n301E00\n1C1C00\n041000\nENDCHAR\nSTARTCHAR F09C\nENCODING 61596\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n003F00\n007F80\n00E1C0\n00C0C0\n00C0C0\n00C0C0\n00C0C0\nFFF0C0\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nENDCHAR\nSTARTCHAR F09D\nENCODING 61597\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 16 0 -1\nBITMAP\nFFFFF8\n800008\n800008\n800008\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n800008\n800008\n800008\n800008\n9DE008\n9DE008\n800008\nFFFFF8\nENDCHAR\nSTARTCHAR F09E\nENCODING 61598\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\nF800\nFE00\nFF80\n0FC0\n03E0\nC0F0\nF878\nFC38\n3E3C\n0F1C\n079C\n738E\nF38E\nF1CE\n61CE\nENDCHAR\nSTARTCHAR F0A0\nENCODING 61600\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 14 0 0\nBITMAP\n1FF8\n300C\n2004\n2006\n6006\n4002\n4003\nFFFF\n8001\n8001\n8029\n8001\n8001\nFFFF\nENDCHAR\nSTARTCHAR F0A1\nENCODING 61601\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n0000C0\n0003C0\n000640\n003C40\n7FF040\nFF8060\nFF8060\nFF8060\nFFC040\n1FF840\n1E0E40\n1E0340\n1E01C0\n1E0000\n0F0000\n0F0000\nENDCHAR\nSTARTCHAR F0A2\nENCODING 61602\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 20 1 -3\nBITMAP\n00C000\n00C000\n03F000\n0E1800\n080C00\n100400\n100400\n100400\n100400\n100400\n100400\n300600\n200200\n600300\n400100\nC00180\nFFFF80\n03F000\n036000\n00C000\nENDCHAR\nSTARTCHAR F0A3\nENCODING 61603\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n036000\n07F000\n3FFE00\n3FFE00\n1FFC00\nFFFF80\nFFFF80\n7FFF00\n7FFF00\nFFFF80\nFFFF80\n1FFC00\n3FFE00\n3FFE00\n07F000\n036000\nENDCHAR\nSTARTCHAR F0A4\nENCODING 61604\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n007000\n00D800\n018800\n010800\n031FC0\n7E0060\nF80020\nF00020\nF007C0\nF00400\nF00400\nF00400\n900400\nF00800\nFF0800\n01F800\nENDCHAR\nSTARTCHAR F0A5\nENCODING 61605\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n00E000\n013000\n011000\n011800\n7F8C00\nC007E0\n8003E0\n8001E0\n7C01E0\n0401E0\n0401E0\n0401E0\n060120\n0201A0\n021FE0\n01F800\nENDCHAR\nSTARTCHAR F0A6\nENCODING 61606\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n0600\n0F80\n0880\n0880\n0880\n08F0\n083E\n7803\nC801\n8001\nC001\n6001\n3003\n0802\n0402\n0402\n07FE\n07F2\n07FE\n07FE\nENDCHAR\nSTARTCHAR F0A7\nENCODING 61607\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n03FC\n07FE\n07F2\n07FE\n0402\n0402\n0802\n1803\n6001\nC001\n8001\nC801\n7803\n083E\n08F8\n0880\n0880\n0880\n0F80\n0600\nENDCHAR\nSTARTCHAR F0A8\nENCODING 61608\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3F7E00\n7E3E00\n7C3F00\nF87F00\nF0FF80\nE00380\nE00380\nF0FF80\nF87F00\n7C3F00\n7E3F00\n3F7E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F0A9\nENCODING 61609\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3F7E00\n7E3E00\n7E1F00\nFF0F00\nFF8780\nE00380\nE00380\nFF8780\nFF0F00\n7E1F00\n7E3F00\n3F7E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F0AA\nENCODING 61610\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3F7E00\n7E3F00\n7C1F00\nF80F80\nF00780\nE00380\nE22380\nF63780\nFE3F80\n7E3F00\n7E3F00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F0AB\nENCODING 61611\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3F7E00\n7E3F00\n7E3F00\nFE3F80\nF63780\nE22380\nE00380\nF00780\nF80F80\n7C1F00\n7E3F00\n3F7E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F0AC\nENCODING 61612\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1EF8\n307C\n60CE\n4046\nE01F\nE01F\nE03F\nF97F\nF9FF\nFDFF\n7F7E\n7FCE\n3FCC\n1FD8\n0FF0\nENDCHAR\nSTARTCHAR F0AD\nENCODING 61613\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n003F00\n007E00\n007800\n00F000\n00F000\n00F8C0\n007FC0\n017F80\n03BF00\n07E000\n0FC000\n1F8000\n3F0000\n7E0000\nEC0000\nF80000\n700000\n200000\nENDCHAR\nSTARTCHAR F0AE\nENCODING 61614\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\nFFFC20\nFFFFE0\nFFFFE0\n000000\nFFFFE0\nFFFFE0\nFE0020\nFFFFE0\n000000\n000000\nFFFFE0\nFFE020\nFFE020\nFFFFE0\nENDCHAR\nSTARTCHAR F0B0\nENCODING 61616\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 -2\nBITMAP\nFFFE\nFFFE\n7FFC\n3FF8\n1FF0\n0FE0\n07C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n01C0\n00C0\nENDCHAR\nSTARTCHAR F0B1\nENCODING 61617\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 17 0 0\nBITMAP\n03FC00\n03FC00\n020400\n7FFFE0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n000000\nFEEFF0\nFE0FF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n7FFFE0\nENDCHAR\nSTARTCHAR F0B2\nENCODING 61618\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFC1F80\nFC1F80\nF80F80\nFC1F80\nDE3D80\n8F7880\n07F000\n03E000\n03E000\n07F000\n8F7880\nDE3D80\nFC1F80\nF80F80\nF80F80\nFC1F80\nENDCHAR\nSTARTCHAR F0C0\nENCODING 61632\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 20 0 -3\nBITMAP\n1800C0\n3C01E0\n7E03F0\n7E73F0\n3FFFE0\n1DFDC0\nE3FE38\nFFFFF8\nFFFFF8\nFDFDF8\nF8F8F8\n0F0780\n0FFF80\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n0FFF80\nENDCHAR\nSTARTCHAR F0C1\nENCODING 61633\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 -1\nBITMAP\n3E0000\n7F0000\n638000\nC1C000\nC0C000\nE3C000\n73C000\n3FDC00\n1FFE00\n047700\n00F380\n00D1C0\n00C0C0\n00E1C0\n007380\n003F00\n001E00\nENDCHAR\nSTARTCHAR F0C2\nENCODING 61634\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 15 0 1\nBITMAP\n03E000\n0FF800\n0FF900\n1FFFC0\n1FFFC0\n1FFFC0\n3FFFC0\n7FFFE0\nFFFFF0\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF8\n7FFFF0\n1FFFE0\nENDCHAR\nSTARTCHAR F0C3\nENCODING 61635\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 16 16 1 -1\nBITMAP\n07E0\n0240\n0240\n0240\n0240\n0240\n0660\n0420\n0C30\n1818\n1008\n3FFC\n3FFC\n7FFE\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F0C4\nENCODING 61636\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n780000\nFE0000\n8601E0\n830220\nC30C40\n7FB180\n1EC200\n01A400\n0D0E00\n3FF100\n631080\nC10C40\n830320\nCE00C0\n7C0000\nENDCHAR\nSTARTCHAR F0C5\nENCODING 61637\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n03F000\n07F000\n0E1000\n1A1000\n3217C0\n621FE0\nFE1820\n802820\n804820\n80C820\n81F820\n810020\n810020\n810020\nFF0020\n7F0020\n010020\n010020\n01FFE0\n01FFE0\nENDCHAR\nSTARTCHAR F0C6\nENCODING 61638\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 16 0 -1\nBITMAP\n3C00\n6700\nC180\n80C0\n8760\nC9B0\n68D8\n346C\n1A30\n0D18\n068C\n0344\n0182\n00C2\n0066\n003C\nENDCHAR\nSTARTCHAR F0C7\nENCODING 61639\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\nFFF8\n9E2C\n9E26\n9E22\n9E21\n9FE1\n9FE1\n8001\n8001\n9FF9\n9FFD\n9005\n9005\n9005\n9005\nFFFF\nENDCHAR\nSTARTCHAR F0C8\nENCODING 61640\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F0C9\nENCODING 61641\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 14 0 0\nBITMAP\nFFFF80\nFFFF80\nFFFF80\n000000\n000000\n000000\nFFFF80\nFFFF80\n000000\n000000\n000000\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0CA\nENCODING 61642\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n200000\nF7FFE0\nF7FFE0\nF7FFE0\n600000\n000000\n600000\nF7FFE0\nF7FFE0\n700000\n000000\n000000\nF7FFE0\nF7FFE0\nF7FFE0\n600000\nENDCHAR\nSTARTCHAR F0CB\nENCODING 61643\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n200000\nE00000\n200000\n27FFE0\n27FFE0\nF7FFE0\n000000\n600000\nD00000\n17FFE0\n67FFE0\n900000\nF00000\n000000\nF7FFE0\nB7FFE0\n67FFE0\n100000\n900000\n600000\nENDCHAR\nSTARTCHAR F0CC\nENCODING 61644\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -2\nBITMAP\n004000\n03F800\n061C00\n0E0C00\n0E0C00\n0E0000\n0F8000\n07F000\n000000\nFFFFE0\n000000\n001E00\n0C0600\n0C0600\n0C0C00\n0F1C00\n07F000\nENDCHAR\nSTARTCHAR F0CD\nENCODING 61645\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFE1F80\n380200\n380200\n380200\n380200\n380200\n380200\n380200\n380200\n380200\n380600\n1C0C00\n0FF800\n01C000\n000000\nFFFF80\nENDCHAR\nSTARTCHAR F0CE\nENCODING 61646\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\nFFFFC0\nFFFFC0\n821040\n821040\n821040\nFFFFC0\nFFFFC0\n821040\n821040\nFFFFC0\nFFFFC0\n821040\n821040\n821040\nFFFFC0\nENDCHAR\nSTARTCHAR F0D0\nENCODING 61648\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n204000\n204300\n244780\n0F0CC0\n061980\n043300\n007E00\n00FC00\n01F8C0\n03F000\n07E000\n0FC000\n1F8000\n3F0000\nFE0000\nFC0000\n780000\n300000\nENDCHAR\nSTARTCHAR F0D1\nENCODING 61649\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 15 1 -2\nBITMAP\n03FFC0\n03FFC0\n03FFC0\n3FFFC0\n63FFC0\n43FFC0\n83FFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nE7FDC0\nC3F8C0\n620980\n3C0700\nENDCHAR\nSTARTCHAR F0D2\nENCODING 61650\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n780E00\n73E700\nE7F300\nEC7380\nE87380\nE87380\nE8F380\nF8E700\n784700\n790F00\n39FE00\n13FC00\n03F000\nENDCHAR\nSTARTCHAR F0D3\nENCODING 61651\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 17 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nF80F80\nF3E780\nE7F380\nEC7380\nE87380\nE87380\nE8F380\nF8E780\nF80780\nF91F80\nF9FF80\nF3FF80\n73FF00\n040000\nENDCHAR\nSTARTCHAR F0D4\nENCODING 61652\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFFF\nFFFF\nFFFF\nE0FF\nC6FF\nCFF3\n9C21\n9C21\n8F33\nC67F\nE0FF\nFFFF\nFFFF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F0D5\nENCODING 61653\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -2\nBITMAP\n01800000\n0FF00000\n1FF80000\n3E700000\n78000000\n70000600\nE0000600\nE0FF1F80\nE0FF1F80\nE0FF1F80\nE0070600\n700E0600\n781E0000\n3FFC0000\n1FF80000\n0FF00000\nENDCHAR\nSTARTCHAR F0D6\nENCODING 61654\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 14 0 0\nBITMAP\nFFFFF8\nF00078\nF00078\nE0F838\n809808\n811C08\n81DC08\n81DC08\n81DC08\n810808\nE0F838\nF02078\nF00078\nFFFFF8\nENDCHAR\nSTARTCHAR F0D7\nENCODING 61655\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 7 0 3\nBITMAP\nFFE0\nFFE0\n7FC0\n3F80\n1F00\n0E00\n0400\nENDCHAR\nSTARTCHAR F0D8\nENCODING 61656\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 6 0 3\nBITMAP\n0400\n0E00\n1F00\n3F80\n7FC0\nFFE0\nENDCHAR\nSTARTCHAR F0D9\nENCODING 61657\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 11 1 2\nBITMAP\n0C\n1C\n3C\n7C\nFC\nFC\n7C\n3C\n1C\n0C\n04\nENDCHAR\nSTARTCHAR F0DA\nENCODING 61658\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 11 0 2\nBITMAP\nC0\nE0\nF0\nF8\nFC\nFC\nF8\nF0\nE0\nC0\n80\nENDCHAR\nSTARTCHAR F0DB\nENCODING 61659\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\nFFFFC0\nFFFFC0\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\n808040\nFFFFC0\nENDCHAR\nSTARTCHAR F0DC\nENCODING 61660\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\n0400\n0E00\n1F00\n3F80\n7FC0\nFFE0\nFFE0\n0000\n0000\n7FC0\nFFE0\n7FC0\n3F80\n1F00\n0E00\n0400\nENDCHAR\nSTARTCHAR F0DD\nENCODING 61661\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 7 0 -1\nBITMAP\nFFE0\nFFE0\n7FC0\n3F80\n1F00\n0E00\n0400\nENDCHAR\nSTARTCHAR F0DE\nENCODING 61662\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 7 0 8\nBITMAP\n0400\n0E00\n1F00\n3F80\n7FC0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR F0E0\nENCODING 61664\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n1FFF00\nCFFE60\nE3F8E0\nF9F3E0\nFCE7E0\nFE0FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0E1\nENCODING 61665\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 0\nBITMAP\n600000\nF00000\nF00000\n600000\n000000\nF3BE00\nF3FF00\nF3FF80\nF3C780\nF38780\nF38780\nF38780\nF38780\nF38780\nF38780\nF38780\nENDCHAR\nSTARTCHAR F0E2\nENCODING 61666\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n87F000\nDFFC00\nFFFE00\nF80E00\nF80700\nFC0700\nFC0380\n000380\n000380\n000380\n000700\n100700\n380F00\n3E3E00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F0E3\nENCODING 61667\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -2\nBITMAP\n01C000\n01E000\n01F000\n03F800\n07FC00\n0FFC00\n5FF800\nFFE000\nFFC000\n7FE000\n3F3000\n1E1E00\n0E1F00\n001F80\n000FC0\n0007E0\n0003E0\n0001C0\n000080\nENDCHAR\nSTARTCHAR F0E4\nENCODING 61668\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n01F000\n07FE00\n1F1F00\n3F1F80\n23F8C0\n63E8C0\n7FCFE0\nFFDFE0\nDFDF60\n8F9E20\n8F1E20\nFF0FE0\nFF0FE0\n7F1FE0\n7FFFC0\nENDCHAR\nSTARTCHAR F0E5\nENCODING 61669\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -3\nBITMAP\n03F800\n0FBE00\n380380\n6000C0\n400040\nC00020\n800020\n800020\n800020\n400060\n6000C0\n380180\n191E00\n1BF800\n160000\n3C0000\n600000\nENDCHAR\nSTARTCHAR F0E6\nENCODING 61670\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 -2\nBITMAP\n07C000\n1EF000\n600C00\n400400\n800280\n8002C0\n8002E0\nC006E0\n600CE0\n3039E0\n3FE3E0\n380FC0\n407F80\n00FF80\n000180\nENDCHAR\nSTARTCHAR F0E7\nENCODING 61671\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 18 0 -2\nBITMAP\n3E00\n3C00\n3C00\n7C00\n7840\n7FC0\n7F80\nFF80\nFF00\n8700\n0600\n0E00\n0C00\n0C00\n0800\n1800\n1000\n1000\nENDCHAR\nSTARTCHAR F0E8\nENCODING 61672\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n004000\n004000\n1FFF00\n3FFF80\n204080\n204080\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nENDCHAR\nSTARTCHAR F0E9\nENCODING 61673\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 17 0 -2\nBITMAP\n008000\n008000\n03E000\n0FFC00\n3FFE00\n7FFF00\n7FFF80\nFFFF80\n8EB880\n049000\n008000\n008000\n008000\n008000\n088000\n0C8000\n070000\nENDCHAR\nSTARTCHAR F0EA\nENCODING 61674\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\nFFFC00\nFFFC00\nE01C00\nFFFC00\nFFFC00\nFFFE00\nFF0700\nFF0500\nFF0480\nFF0440\nFF07E0\nFF0020\nFF0020\nFF0020\nFF0020\nFF0020\nFF0020\n010020\n01FFE0\n01FFE0\nENDCHAR\nSTARTCHAR F0EB\nENCODING 61675\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\n1F00\n61C0\n4040\n8620\n8120\n8020\nC060\n60C0\n3180\n1100\n1F00\n1F00\n1F00\n1F00\n1F00\n0E00\nENDCHAR\nSTARTCHAR F0EC\nENCODING 61676\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 -1\nBITMAP\n000100\n000180\nFFFFC0\nFFFFE0\nFFFFC0\n000180\n100100\n100000\n300000\n7FFFE0\nFFFFE0\n7FFFE0\n300000\n100000\nENDCHAR\nSTARTCHAR F0ED\nENCODING 61677\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 15 0 1\nBITMAP\n03E000\n0FF800\n0FF900\n1FFFC0\n1F1FC0\n1F1FC0\n3F1FC0\n7F1FE0\nFC03F0\nFE07F8\nFF0FF8\nFF9FF8\n7FFFF8\n7FFFF0\n1FFFE0\nENDCHAR\nSTARTCHAR F0EE\nENCODING 61678\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 15 0 1\nBITMAP\n03E000\n0FF800\n0FF900\n1FFFC0\n1F9FC0\n1F0FC0\n3E07C0\n7C03E0\nFF1FF0\nFF1FF8\nFF1FF8\nFF1FF8\n7FFFF8\n7FFFF0\n1FFFE0\nENDCHAR\nSTARTCHAR F0F0\nENCODING 61680\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 16 0 -1\nBITMAP\n07C0\n0FE0\n0FE0\n1FF0\n1FF0\n0FE0\n0FE0\n0780\n6C64\n6FC4\nEF86\nC73A\n973A\n9732\nC732\n7FFC\nENDCHAR\nSTARTCHAR F0F1\nENCODING 61681\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 16 0 -1\nBITMAP\nE380\nE380\n8080\n8080\n809C\n8094\n8094\n809C\nC188\n7F08\n1C08\n0808\n0808\n0C08\n0610\n03E0\nENDCHAR\nSTARTCHAR F0F2\nENCODING 61682\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n03FC00\n020400\n2E0480\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\nEFFEE0\n6FFEC0\nENDCHAR\nSTARTCHAR F0F3\nENCODING 61683\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 -3\nBITMAP\n008000\n00C000\n03F000\n0FF800\n0FFC00\n1FFC00\n1FFC00\n1FFC00\n1FFC00\n1FFC00\n1FFE00\n3FFE00\n3FFE00\n3FFF00\n7FFF80\nFFFFC0\nFFFF80\n03E000\n03E000\n00C000\nENDCHAR\nSTARTCHAR F0F4\nENCODING 61684\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 20 15 0 -2\nBITMAP\n1FFFC0\n1FFFE0\n1FFE70\n1FFE30\n1FFE30\n1FFE30\n1FFFE0\n1FFFE0\n1FFE00\n1FFE00\n1FFE00\n000000\n000000\nFFFFE0\n7FFFE0\nENDCHAR\nSTARTCHAR F0F5\nENCODING 61685\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 20 0 -3\nBITMAP\n921E\n927E\n927E\n92FE\n92FE\n92FE\nFEFE\nFEFE\nFEFE\n7CFE\n7CFE\n7CFE\n7CFE\n7C1E\n7C1E\n7C1E\n7C1E\n7C1E\n7C1E\n380E\nENDCHAR\nSTARTCHAR F0F6\nENCODING 61686\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\n8FF1\n8001\n8FF1\n8FF1\n8001\n8FF1\n8FF1\n8001\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F0F7\nENCODING 61687\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 20 0 -3\nBITMAP\nFFFE\nFFFE\n8002\n9292\n9292\n8002\n9292\n8002\n8002\n9292\n8002\n9292\n9292\n8002\n9012\n9012\n8382\n8382\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F0F8\nENCODING 61688\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 20 0 -3\nBITMAP\n0F80\n0F80\n0A80\n0880\n7A80\nFAFE\n8F82\n8002\n8002\n9542\n8002\n9542\n9542\n8002\n9042\n9042\n8702\n8702\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F0F9\nENCODING 61689\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 16 0 -1\nBITMAP\n01FFF8\n01F9F8\n01F9F8\n01F9F8\n1FC038\n31C038\n61C038\n41F9F8\n7FF9F8\n7FFFF8\n7FFFF8\n7FFFF8\nF3FEF8\n61FC78\n3104C0\n1E0380\nENDCHAR\nSTARTCHAR F0FA\nENCODING 61690\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 16 0 -1\nBITMAP\n07FC00\n040400\n2C0400\nEFFE60\nEFFE70\nEF1E70\nEF1E70\nEF1E70\nE80270\nE80270\nE80270\nEF1E70\nEF1E70\nEF1E70\nEFFE70\n6FFE60\nENDCHAR\nSTARTCHAR F0FB\nENCODING 61691\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 13 0 0\nBITMAP\n078000\n030000\n038000\nC3C000\nE3E000\n7FFF00\nFFFFF8\n7FFFE0\nF3F800\nE3C000\n438000\n038000\n030000\nENDCHAR\nSTARTCHAR F0FC\nENCODING 61692\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n03FF80\n7FFF80\nFFFF80\n7FFF80\n71FF80\n71FF80\n71FF80\n71FF80\n3FFF80\n3FFF80\n0FFF80\n03FF80\n03FFC0\n07FFC0\n07FFC0\nENDCHAR\nSTARTCHAR F0FD\nENCODING 61693\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nF7F780\nE3E380\nE3E380\nE3E380\nE3E380\nE00380\nE00380\nE3E380\nE3E380\nE3E380\nE3E380\nE7F380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F0FE\nENCODING 61694\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFF7F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nE00380\nE00380\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFE7F80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F100\nENCODING 61696\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 10 0 1\nBITMAP\n0CC0\n1980\n3300\n6600\nCC00\n6600\n3200\n3300\n1980\n0CC0\nENDCHAR\nSTARTCHAR F101\nENCODING 61697\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 10 0 1\nBITMAP\nCC00\n6600\n3300\n1980\n0CC0\n1980\n1300\n3300\n6600\nCC00\nENDCHAR\nSTARTCHAR F102\nENCODING 61698\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 10 1 1\nBITMAP\n0400\n0E00\n1B00\n3180\n64C0\nCE60\n1B00\n3180\n60C0\nC060\nENDCHAR\nSTARTCHAR F103\nENCODING 61699\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 10 1 2\nBITMAP\nC060\n60C0\n3180\n1B00\nCE60\n64C0\n3180\n1B00\n0E00\n0400\nENDCHAR\nSTARTCHAR F104\nENCODING 61700\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 10 0 1\nBITMAP\n0C\n18\n30\n60\nC0\n60\n30\n30\n18\n0C\nENDCHAR\nSTARTCHAR F105\nENCODING 61701\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 10 0 1\nBITMAP\nC0\n60\n30\n18\n0C\n18\n30\n30\n60\nC0\nENDCHAR\nSTARTCHAR F106\nENCODING 61702\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 6 1 3\nBITMAP\n0400\n0E00\n1B00\n3180\n60C0\nC060\nENDCHAR\nSTARTCHAR F107\nENCODING 61703\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 6 1 4\nBITMAP\nC060\n60C0\n3180\n1B00\n0E00\n0400\nENDCHAR\nSTARTCHAR F108\nENCODING 61704\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 18 0 -2\nBITMAP\n7FFFF0\nFFFFF8\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n01FC00\n01FC00\nENDCHAR\nSTARTCHAR F109\nENCODING 61705\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 14 0 0\nBITMAP\n1FFF80\n100040\n100040\n100040\n100040\n100040\n100040\n100040\n100040\n100040\n1FFFC0\n000000\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR F10A\nENCODING 61706\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 15 0 1\nBITMAP\nFFF0\n8010\n8010\n8010\n8010\n8010\n8010\n8010\n8010\n8010\n8010\n8010\nFFF0\nF9F0\nFFF0\nENDCHAR\nSTARTCHAR F10B\nENCODING 61707\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 14 0 0\nBITMAP\nFF\nE7\nFF\n81\n81\n81\n81\n81\n81\n81\n81\nFF\nE7\nFF\nENDCHAR\nSTARTCHAR F10C\nENCODING 61708\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6006\nE007\nC003\nC003\nC003\nC003\nE007\n6006\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F10D\nENCODING 61709\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n1E0780\n3E0F80\n7C1E00\nE03800\nE03800\nE03800\nE03800\nFF3FC0\nFFBFC0\nFFBFC0\nFFBFC0\nFFBFC0\nFFBFC0\nFF3FC0\n7F1FC0\nENDCHAR\nSTARTCHAR F10E\nENCODING 61710\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\nFF3FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF3FC0\nFF3FC0\n0701C0\n0701C0\n0701C0\n0F03C0\n7E1F80\n7C1F00\n781E00\nENDCHAR\nSTARTCHAR F110\nENCODING 61712\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 -2\nBITMAP\n00E000\n01E200\n19E700\n38CF80\n380F80\n100700\n000000\n000000\nE001C0\nE001C0\n400080\n000000\n000000\n100200\n380700\n380600\n00E000\n00E000\nENDCHAR\nSTARTCHAR F111\nENCODING 61713\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F112\nENCODING 61714\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -2\nBITMAP\n060000\n0E0000\n1E0000\n3E0000\n7FFE00\nFFFF80\nFFFFC0\n7FFFC0\n3FFFE0\n1E07E0\n0E01E0\n0600E0\n000060\n000060\n000060\n000040\n000040\nENDCHAR\nSTARTCHAR F113\nENCODING 61715\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 -2\nBITMAP\n700380\n780780\n7FFF80\n7FFF80\n7FFF80\n7FFF80\nFFFFC0\nF3F3C0\nE409C0\nCE1CC0\nCE1CC0\nCE1CC0\n640980\n300300\n1FFE00\nENDCHAR\nSTARTCHAR F114\nENCODING 61716\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 1\nBITMAP\n7F0000\n810000\n81FF00\n81FFC0\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\nC000C0\n7FFF80\nENDCHAR\nSTARTCHAR F115\nENCODING 61717\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 20 15 0 1\nBITMAP\n7F0000\n810000\n81FC00\n81FF00\n800100\n800100\n800100\n87FFF0\n8C0010\n980030\nB00060\nE00040\nC000C0\nC00180\n7FFF00\nENDCHAR\nSTARTCHAR F116\nENCODING 61718\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F117\nENCODING 61719\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F118\nENCODING 61720\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n300C\n6006\n4E3A\nCE39\n8411\n8001\n8001\n8C19\nCC19\n4772\n61C6\n3004\n1C18\n07F0\nENDCHAR\nSTARTCHAR F119\nENCODING 61721\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n300C\n6006\n4E3A\nCE39\n8411\n8001\n8001\n83E1\nC631\n4C12\n6006\n3004\n1C18\n07F0\nENDCHAR\nSTARTCHAR F11A\nENCODING 61722\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n300C\n6006\n4E3A\nCE39\n8411\n8001\n8001\n87F1\nCFF9\n4002\n6006\n3004\n1C18\n07F0\nENDCHAR\nSTARTCHAR F11B\nENCODING 61723\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 11 0 1\nBITMAP\n1FFFC0\n3FFFE0\n79FFF0\nF9FE30\nC07E38\nC07BF8\nF9F9F8\nF9F9F0\n79FFF0\n3FFFE0\n1F07C0\nENDCHAR\nSTARTCHAR F11C\nENCODING 61724\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 13 0 0\nBITMAP\n7FFFF0\nFFFFF8\n800008\n92A848\n92A848\n800048\n9D57C8\n800008\n800008\n93F848\n800008\n800008\nFFFFF8\nENDCHAR\nSTARTCHAR F11D\nENCODING 61725\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nF00000\nF1F020\n47FDE0\n4C07A0\n480020\n480020\n480020\n480020\n480020\n49F020\n4FFCE0\n4C0780\n400000\n400000\n400000\n400000\nENDCHAR\nSTARTCHAR F11E\nENCODING 61726\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nF00000\nF1F020\n47FDE0\n4C7FA0\n487C20\n4B8460\n4F83E0\n4E73E0\n487F20\n49FC20\n4FFCE0\n4C0780\n400000\n400000\n400000\n400000\nENDCHAR\nSTARTCHAR F120\nENCODING 61728\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 11 0 1\nBITMAP\nC00000\n600000\n300000\n180000\n0C0000\n0C0000\n180000\n300000\n600000\nC00000\n01FFC0\nENDCHAR\nSTARTCHAR F121\nENCODING 61729\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 20 15 0 -2\nBITMAP\n001000\n001800\n041200\n0C1300\n183180\n3020C0\n602060\nC06030\n606060\n3040C0\n18C180\n0CC300\n048200\n008000\n018000\nENDCHAR\nSTARTCHAR F122\nENCODING 61730\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -1\nBITMAP\n062000\n0E6000\n1CE000\n39E000\n33FE00\n67FF80\nCFFFC0\n67FFC0\n33FFE0\n19E7E0\n0CE1E0\n0660E0\n0020E0\n000060\n000060\n000040\n000040\nENDCHAR\nSTARTCHAR F123\nENCODING 61731\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 0\nBITMAP\n00C000\n00C000\n01E000\n01A000\n03B000\n1F9E00\nFF8FC0\n7F8180\n3F8300\n1F8600\n0F8C00\n0F8400\n0F8400\n0FE400\n0F3C00\n1E1E00\n180600\nENDCHAR\nSTARTCHAR F124\nENCODING 61732\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 -2\nBITMAP\n0006\n001E\n007C\n00FC\n03F8\n0FF8\n3FF0\nFFF0\n01E0\n01E0\n01C0\n01C0\n0180\n0180\n0100\nENDCHAR\nSTARTCHAR F125\nENCODING 61733\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n1C0080\n1C0100\nFFFE00\nFFFE00\nFFFE00\n1C0E00\n1C3E00\n1C2E00\n1C4E00\n1C8E00\n1D0E00\n1E0E00\n1FFFC0\n1FFFC0\n1FFFC0\n000E00\n000E00\n000E00\nENDCHAR\nSTARTCHAR F126\nENCODING 61734\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 -1\nBITMAP\nF000\n90C0\n9120\n6120\n60E0\n60C0\n60C0\n6180\n6F80\n7F00\n7800\n6000\n6000\n9000\n9000\nF000\nENDCHAR\nSTARTCHAR F127\nENCODING 61735\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n001000\n1E1000\n7F1100\n639200\nC1C400\nC0E000\nE003C0\n700000\n380C00\n1C0E00\n080700\n000380\nF001C0\n00C0C0\n12E1C0\n227380\n423F00\n021E00\nENDCHAR\nSTARTCHAR F128\nENCODING 61736\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 14 1 0\nBITMAP\n1E00\n7F00\nFF80\nF780\n6380\n0380\n0F80\n1F00\n1C00\n1C00\n0000\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR F129\nENCODING 61737\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 15 0 1\nBITMAP\n7C\n7C\n7C\n00\n00\nF8\nFC\nFC\n7C\n7C\n7C\n7C\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR F12A\nENCODING 61738\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 15 1 1\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\n00\n00\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR F12B\nENCODING 61739\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 15 0 1\nBITMAP\n000E\n001F\n0001\n0003\n0006\nE1CC\nF3D9\n3B1F\n1E00\n1E00\n1E00\n1E00\n3300\nF3C0\nE1C0\nENDCHAR\nSTARTCHAR F12C\nENCODING 61740\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 13 0 -3\nBITMAP\nE1C0\nF3C0\n3300\n1E00\n1E00\n1E0F\n1E09\n3301\nF3C3\nE1CE\n0018\n001F\n001F\nENDCHAR\nSTARTCHAR F12D\nENCODING 61741\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 14 0 0\nBITMAP\n003FF0\n007FF8\n00FFF0\n00FFF0\n01FFE0\n03FFC0\n07FF80\n0FFF00\n180600\n300C00\n600800\n401800\n803000\nFFE000\nENDCHAR\nSTARTCHAR F12E\nENCODING 61742\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 17 0 -1\nBITMAP\n040000\n0E0000\n0E0000\n0E0000\n040000\n040000\nFFE000\nFFE000\nFFE000\nFFE000\nFFE300\nFBFF80\nF1FF80\nF1E780\nF1E000\nFBE000\nFBE000\nENDCHAR\nSTARTCHAR F130\nENCODING 61744\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 18 0 -2\nBITMAP\n0600\n0F80\n1F80\n1FC0\n1FC0\n1FC0\n1FC0\n9FD0\n9FD0\n9FD0\n9F90\nCF90\n4720\n3060\n1FC0\n0600\n0200\n3FC0\nENDCHAR\nSTARTCHAR F131\nENCODING 61745\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 18 0 -2\nBITMAP\n0380\n07C0\n0FE0\n0FC6\n0F8E\n0F1C\n0E38\n4C74\n48E4\n41E4\n43E4\n07CC\n1F88\n3830\n7FE0\nE180\nC100\n1FF0\nENDCHAR\nSTARTCHAR F132\nENCODING 61746\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 16 0 -1\nBITMAP\nFFFC\nFFFC\nFE0C\nFE0C\nFE0C\nFE0C\nFE0C\nFE0C\nFE0C\nFE0C\nFE1C\n7E18\n3E38\n1EF0\n0FC0\n0780\nENDCHAR\nSTARTCHAR F133\nENCODING 61747\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF3F3C0\nFFFFC0\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\n800040\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F134\nENCODING 61748\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 17 0 -1\nBITMAP\n1C00\n141C\n1FFC\n7C7C\nC40C\n8F00\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\n1F80\nENDCHAR\nSTARTCHAR F135\nENCODING 61749\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 17 0 -2\nBITMAP\n0007C0\n001FC0\n003DC0\n0079C0\n00FF80\n07FF80\n3FFF00\n3FFE00\n7FFE00\nFFF800\nEFF000\n07F000\n03F000\n01F000\n01F000\n01E000\n038000\nENDCHAR\nSTARTCHAR F136\nENCODING 61750\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 0\nBITMAP\n7FFF00\n7FFFC0\n3FFFC0\n3FFFE0\n3C71E0\n3871E0\n38F1C0\n78F1C0\n78E3C0\n78E3C0\n71E3C0\n71E380\nF1E380\nF1C380\nENDCHAR\nSTARTCHAR F137\nENCODING 61751\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FBE00\n7F1F00\n7E1F00\nFC3F80\nF87F80\nF0FF80\nF0FF80\nF87F80\nFC3F80\n7E1F00\n7F1F00\n3FBE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F138\nENCODING 61752\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3EFE00\n7C7F00\n7C3F00\nFE1F80\nFF0F80\nFF8780\nFF8780\nFF0F80\nFE1F80\n7C3F00\n7C7F00\n3EFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F139\nENCODING 61753\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFE00\n7E3F00\nFC1F00\nF80F80\nF08780\nE1C380\nE3E380\nF7F700\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F13A\nENCODING 61754\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFE00\n7FFF00\nF7F700\nE3E380\nE1C380\nF08780\nF80F80\nFC1F00\n7E3F00\n7F7F00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F13B\nENCODING 61755\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 17 0 -2\nBITMAP\nFFFE\nFFFE\nFFFE\nE00E\nE00E\n67FE\n67FC\n600C\n600C\n7FCC\n67CC\n711C\n701C\n7EFC\n7FFC\n3FF8\n07C0\nENDCHAR\nSTARTCHAR F13C\nENCODING 61756\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -2\nBITMAP\n1FFFE0\n3FFFE0\n3FFFC0\n0001C0\n0001C0\n3FFFC0\n7FFFC0\n7FFF80\n000380\n000380\n700380\n700780\nF80F80\nFF7F00\n7FFE00\n1FF000\n038000\nENDCHAR\nSTARTCHAR F13D\nENCODING 61757\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n01F000\n01B000\n01B000\n01F000\n00E000\n00E000\n03F800\n03F800\n03F800\n00E000\n00E000\n00E000\nF0E1E0\nE0E0E0\nF0E1E0\nBCE7A0\n1FFF00\n0FFE00\n00E000\nENDCHAR\nSTARTCHAR F13E\nENCODING 61758\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 17 0 0\nBITMAP\n0600\n1F80\n39C0\n70E0\n6060\n6060\n6000\n6000\n6000\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR F140\nENCODING 61760\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n308C\n67F6\n4C1A\nD9C9\n93E5\n93E5\n93E5\n93E5\nD9C9\n4C1A\n67F6\n318C\n1C18\n07F0\nENDCHAR\nSTARTCHAR F141\nENCODING 61761\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 4 0 5\nBITMAP\nF39E\nF7DE\nF7DE\nF7DE\nENDCHAR\nSTARTCHAR F142\nENCODING 61762\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 4 15 0 1\nBITMAP\nF0\nF0\nF0\nF0\n00\nF0\nF0\nF0\nF0\n00\n00\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR F143\nENCODING 61763\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nE1FF80\nE07F80\nFC3F80\nFF1F80\nE78F80\nE1C780\nF8E780\nFC6380\nE27380\nE23380\nF73380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F144\nENCODING 61764\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7CFF00\nFC7F80\nFC1F80\nFC0780\nFC0780\nFC1F80\nFC3F80\n7CFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F145\nENCODING 61765\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 -2\nBITMAP\n003000\n007800\n00F800\n01D800\n03A800\n077780\n0EFBC0\n1DFDC0\n3BFB80\n77F700\nEFEE00\nF7DC00\n7BB800\n057000\n06E000\n07C000\n078000\n030000\nENDCHAR\nSTARTCHAR F146\nENCODING 61766\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nE00380\nE00380\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F147\nENCODING 61767\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n7FFC\nC006\n8002\n8002\n8002\n8002\n8002\n9FF2\n8002\n8002\n8002\n8002\n8002\nC006\n7FFC\nENDCHAR\nSTARTCHAR F148\nENCODING 61768\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 1\nBITMAP\n0300\n0700\n0F80\n1FC0\n3FE0\n0700\n0700\n0700\n0700\n0700\n0700\n0700\n7F00\nFF00\nFF00\nENDCHAR\nSTARTCHAR F149\nENCODING 61769\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 -2\nBITMAP\nFF00\nFF00\n7F00\n0700\n0700\n0700\n0700\n0700\n0700\n0700\n3FE0\n1FC0\n0F80\n0780\n0300\nENDCHAR\nSTARTCHAR F14A\nENCODING 61770\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFFF\nFFFF\nFFFF\nFFE7\nFFC3\nEF87\nC70F\nC21F\nE03F\nF07F\nF8FF\nFDFF\nFFFF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F14B\nENCODING 61771\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFC780\nFFC380\nFF2380\nFE1780\nFD8F80\nFA1F80\nF03F80\nE87F80\nECFF80\nE5FF80\nE3FF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F14C\nENCODING 61772\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFF0780\nFE0380\nFF0380\nFF8380\nFF0380\nFE0380\nFC3380\nF87F80\nF0FF80\nE1FF80\nF3FF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F14D\nENCODING 61773\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFDF\nFFCF\nFFC7\nFC03\nF001\nF001\nE003\nE1C7\nE3CF\nE7FF\nE7FF\nE7FF\nF7FF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F14E\nENCODING 61774\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3C3C\n700E\n6026\nE0E7\nC3E3\nC3E3\nC263\nC2E3\nE387\n6206\n700E\n3C1C\n1FF8\n07F0\nENDCHAR\nSTARTCHAR F150\nENCODING 61776\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nE00380\nE00380\nE00380\nEFF380\nEFFB80\nE7F380\nE3E380\nE1C380\nE1C380\nE08380\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F151\nENCODING 61777\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nE00380\nE00380\nE00380\nE18380\nE1C380\nE3E380\nE7F380\nE7F380\nEFFB80\nE00380\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F152\nENCODING 61778\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nE00380\nE00380\nE20380\nE38380\nE3C380\nE3F380\nE3F380\nE3C380\nE38380\nE30380\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F153\nENCODING 61779\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 1\nBITMAP\n07E0\n0FC0\n1E00\n3800\n7000\nFFC0\nFF80\n7000\nFF80\nFF80\n3800\n3C00\n1F60\n0FE0\n03E0\nENDCHAR\nSTARTCHAR F154\nENCODING 61780\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 1\nBITMAP\n1F80\n3FC0\n7880\n7000\n7000\n7000\nFF00\nFF00\nFF00\n7000\n7060\n7060\n7060\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR F155\nENCODING 61781\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 20 1 -3\nBITMAP\n0C00\n0C00\n0C00\n3F80\n7F80\nE180\nE000\nE000\nF800\n7E00\n1F80\n0780\n01C0\n01C0\n61C0\nFF80\n7F00\n0C00\n0C00\n0C00\nENDCHAR\nSTARTCHAR F156\nENCODING 61782\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 1\nBITMAP\nFFC0\nFFC0\n0F00\nFFC0\nFFC0\n0700\n1E00\nFC00\nF000\n7000\n3800\n1C00\n0E00\n0F00\n0700\nENDCHAR\nSTARTCHAR F157\nENCODING 61783\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 1\nBITMAP\nE0E0\n60E0\n71C0\n3980\n3B80\n1F00\n7F00\n7FE0\n0E00\n7FC0\n7FE0\n0E00\n0E00\n0E00\n0E00\nENDCHAR\nSTARTCHAR F158\nENCODING 61784\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 15 0 1\nBITMAP\n1FF0\n1FF8\n1C3C\n1C1C\n1C1C\n1C1C\n1C3C\nFFF8\nFFF0\n1C00\nFFE0\nFFE0\nFFE0\n1C00\n1C00\nENDCHAR\nSTARTCHAR F159\nENCODING 61785\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n60E0C0\n60E0C0\n60E0C0\n70E1C0\nFFFFE0\n31B180\n31B180\nFFFFE0\n1B1B00\n1B1B00\n1B1B00\n1E1F00\n0E0E00\n0E0E00\n0E0E00\nENDCHAR\nSTARTCHAR F15A\nENCODING 61786\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 18 1 -2\nBITMAP\n1200\n1200\nFF00\nFFC0\n39E0\n38E0\n38E0\n39E0\n3FE0\n39F0\n3870\n3870\n38F0\nFFE0\nFFC0\n1200\n1200\n1200\nENDCHAR\nSTARTCHAR F15B\nENCODING 61787\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\n7FC000\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFC000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F15C\nENCODING 61788\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\n7FC000\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFC000\nFFFF80\nFFFF80\nF00780\nFFFF80\nF00780\nF00780\nFFFF80\nF00780\nF00780\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F15D\nENCODING 61789\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 20 1 -3\nBITMAP\n380C00\n380C00\n381E00\n381200\n381200\n383F00\n383100\n387380\n380000\n380000\n380000\n383F00\n382300\n382600\n380400\nFE0C00\nFE1800\n7C1900\n383F00\n103F00\nENDCHAR\nSTARTCHAR F15E\nENCODING 61790\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 20 1 -3\nBITMAP\n383F00\n383F00\n382600\n380600\n380C00\n381800\n381900\n383F00\n383F00\n380000\n380000\n380C00\n380C00\n381E00\n381200\n381200\nFE3F00\n7C3300\n382100\n107380\nENDCHAR\nSTARTCHAR F160\nENCODING 61792\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 -3\nBITMAP\n387000\n387000\n387000\n380000\n380000\n380000\n387C00\n387C00\n387C00\n380000\n380000\n387F00\n387F00\n387F00\n380000\n380000\nFE0000\n7C7FC0\n387FC0\n107FC0\nENDCHAR\nSTARTCHAR F161\nENCODING 61793\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 -3\nBITMAP\n387FC0\n387FC0\n387FC0\n380000\n380000\n380000\n387F00\n387F00\n387F00\n380000\n380000\n387C00\n387C00\n387C00\n380000\n380000\nFE0000\n7C7000\n387000\n107000\nENDCHAR\nSTARTCHAR F162\nENCODING 61794\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 19 1 -3\nBITMAP\n3818\n3878\n3808\n3808\n3808\n3808\n3808\n387E\n3800\n3800\n3800\n383C\n3866\n3842\n3862\nFE3E\n7C06\n380C\n1078\nENDCHAR\nSTARTCHAR F163\nENCODING 61795\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 20 1 -3\nBITMAP\n3818\n383C\n3842\n3842\n387E\n381A\n3806\n383C\n3838\n3800\n3800\n3808\n3818\n3878\n3808\n3808\nFE08\n7C08\n3808\n107E\nENDCHAR\nSTARTCHAR F164\nENCODING 61796\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 16 0 -1\nBITMAP\n007000\n007800\n007800\n00F800\n01F000\n01FF00\n03FF80\nF7FF80\nF7FF80\nF7FF00\nF7FF00\nF7FF00\n97FF00\nF7FE00\nF7FE00\n01FE00\nENDCHAR\nSTARTCHAR F165\nENCODING 61797\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 17 0 -3\nBITMAP\n007C00\nE7FE00\nF7FE00\nB7FF00\nF7FF00\nF7FF00\nF7FF00\nF7FF00\nF7FF80\nF7FF80\n03FF00\n01F000\n00F000\n007800\n007800\n007000\n002000\nENDCHAR\nSTARTCHAR F166\nENCODING 61798\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFF\nFDFF\nFA5F\nFADF\nFADF\nFA4F\nFFFF\nE003\nDC83\nCBAB\nCBF7\nCBBF\nCBB7\nC04B\nE007\n7FFE\nENDCHAR\nSTARTCHAR F167\nENCODING 61799\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 19 0 -3\nBITMAP\n1600\n1498\n0D58\n0958\n0958\n0958\n09D8\n0000\n7FFE\nFFFF\n87BF\nCFBB\nCAB5\nCAB5\nCAB7\nCAB5\nC891\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F168\nENCODING 61800\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 18 0 -2\nBITMAP\n000E\n001E\n003C\n003C\n7878\n3870\n3CF0\n1CE0\n3DE0\n39C0\n7BC0\n7380\nF3C0\n01E0\n01E0\n00F0\n0070\n0078\nENDCHAR\nSTARTCHAR F169\nENCODING 61801\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFE3\nFFE7\nFFC7\nE38F\nF18F\nF11F\nF11F\nE23F\nE23F\nC63F\nFF1F\nFF1F\nFF8F\nFF8F\n7FFE\nENDCHAR\nSTARTCHAR F16A\nENCODING 61802\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 0\nBITMAP\n3FFF80\n7FFFC0\nFFFFE0\nFE7FE0\nFE3FE0\nFE0FE0\nFE07E0\nFE07E0\nFE0FE0\nFE3FE0\nFE7FE0\nFFFFE0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F16B\nENCODING 61803\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 16 1 -1\nBITMAP\n0C0C00\n3F3F00\n7FFF80\nFF3FC0\n3C0F00\n100200\n100200\n3C0F00\n7F3F80\nFFFFC0\n3FFF00\n0DEC00\n03F000\n0FFC00\n03F000\n00C000\nENDCHAR\nSTARTCHAR F16C\nENCODING 61804\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 19 0 -2\nBITMAP\n0030\n0030\n0118\n018C\n00CC\n0076\n063A\n079C\n01E8\n0078\n0F10\n0FF0\n8076\n8006\n9FF6\n8006\n8006\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F16D\nENCODING 61805\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\nFFFF\nFFFF\nFFF1\nFFF1\nFFF1\nFC3F\nF81F\n9009\n9009\n9819\n8C31\n8FF1\n87E1\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F16E\nENCODING 61806\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nF1C780\nE08380\nE08380\nF1C780\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F170\nENCODING 61808\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7F7F00\n7F7F00\nFEBF80\nFC9F80\nFDDF80\nF80F80\nF7F780\nF7F780\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F171\nENCODING 61809\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 18 1 -3\nBITMAP\n0FC0\n7FFC\nC00E\nF87E\nFFFE\nFFFE\nFEFC\nF87C\n7B3C\n7B3C\n7C7C\n3FF8\n0FE0\n2030\n3FF0\n3FF0\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR F172\nENCODING 61810\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nF00780\nE7F380\nE00380\nE00380\nE0C780\nE14780\nF14780\nF08780\nFC1F80\nF3EF80\nF80F80\nF80F80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F173\nENCODING 61811\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 18 1 -2\nBITMAP\n0C00\n1C00\n1C00\n3C00\n3C00\nFFC0\nFFC0\nFFC0\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3E00\n3FC0\n1FC0\n0FC0\nENDCHAR\nSTARTCHAR F174\nENCODING 61812\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFE7F80\nFE7F80\nFC7F80\nF87F80\nF00F80\nF00F80\nFC7F80\nFC7F80\nFC7F80\nFC7F80\nFC7F80\nFC0F80\nFE0F80\nFF0F80\n7FFF00\nENDCHAR\nSTARTCHAR F175\nENCODING 61813\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 9 19 0 -3\nBITMAP\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nFF80\n7F00\n3E00\n1C00\n0800\nENDCHAR\nSTARTCHAR F176\nENCODING 61814\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 9 19 0 -3\nBITMAP\n0800\n1C00\n3E00\n7F00\nFF80\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR F177\nENCODING 61815\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 8 1 3\nBITMAP\n080000\n180000\n380000\nFFFFE0\nFFFFE0\n780000\n180000\n080000\nENDCHAR\nSTARTCHAR F178\nENCODING 61816\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 8 0 3\nBITMAP\n000200\n000300\n000380\nFFFFE0\nFFFFE0\n0003C0\n000300\n000200\nENDCHAR\nSTARTCHAR F179\nENCODING 61817\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 18 0 -2\nBITMAP\n0020\n0060\n00E0\n00C0\n01B0\n3FFC\n7FFC\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nFFFC\n7FFE\n7FFE\n3FFC\n3FF8\n1FF8\nENDCHAR\nSTARTCHAR F17A\nENCODING 61818\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n000FC0\n06FFC0\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\n000000\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\nFEFFC0\n7EFFC0\n007FC0\n0000C0\nENDCHAR\nSTARTCHAR F17B\nENCODING 61819\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 17 0 -1\nBITMAP\n07C0\n0FE0\n1BB0\n1FF0\n0000\nDFF6\nDFF6\nDFF6\nDFF6\nDFF6\nDFF6\n1FF0\n1FF0\n06C0\n06C0\n06C0\n06C0\nENDCHAR\nSTARTCHAR F17C\nENCODING 61820\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n0180\n07C0\n07E0\n0520\n07A0\n0660\n0770\n0530\n0838\n1818\n101C\n100C\n300C\n300C\n083C\n8C20\n0422\n0263\n85E4\n7A18\nENDCHAR\nSTARTCHAR F17D\nENCODING 61821\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1E0C00\n330600\n618F00\n419900\n80F180\nFFC080\nF07880\n80FF80\n83A080\nC63180\n4C1100\n781300\n301E00\n1C1C00\n07F000\nENDCHAR\nSTARTCHAR F17E\nENCODING 61822\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n3F8000\n7FF000\nFFFC00\nFC1C00\nF00E00\nF1CF00\n71FF00\n701F00\n7C0700\n7FC700\n71C780\n300780\n3C1F80\n1FFF80\n0FFF00\n01FE00\nENDCHAR\nSTARTCHAR F180\nENCODING 61824\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 18 1 -2\nBITMAP\n7FE0\nFFF0\n8030\n8030\n8030\n8060\n8FE0\n87E0\n8060\n8060\n80C0\n8FC0\n9FC0\nB800\nF000\nE000\nE000\nC000\nENDCHAR\nSTARTCHAR F181\nENCODING 61825\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\nFFFF\n8081\n8081\n8081\n8081\n8081\n8081\n8081\n8081\n80FF\n80FF\n80FF\n80FF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F182\nENCODING 61826\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 19 0 -2\nBITMAP\n0780\n0780\n0780\n0780\n0000\n1FE0\n1FE0\n3FF0\n77B8\n6798\nEFDC\nDFEC\n1FE0\n3FF0\n3FF0\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR F183\nENCODING 61827\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 19 0 -2\nBITMAP\n0E00\n1F00\n1F00\n0E00\n0400\n7FC0\nFFE0\nFFE0\nDF60\nDF60\nDF60\nDF60\n1F00\n1B00\n1B00\n1B00\n1B00\n1B00\n1B00\nENDCHAR\nSTARTCHAR F184\nENCODING 61828\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nF88780\nF00780\nF80F80\nFC0F80\nFC1F80\nFE3F80\n7F7F00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F185\nENCODING 61829\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n00E000\n18E300\n1FFF00\n1E0F00\n180300\n7001C0\nF001E0\n6000C0\n200080\n200080\n6000C0\nF001E0\n7001C0\n180300\n1C0700\n1FFF00\n18E300\n00E000\n004000\nENDCHAR\nSTARTCHAR F186\nENCODING 61830\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 16 0 -1\nBITMAP\n0700\n1F00\n3600\n6400\n4400\nC400\n8400\n8600\n8200\n8300\nC180\n40FE\n601E\n300C\n1838\n0FF0\nENDCHAR\nSTARTCHAR F187\nENCODING 61831\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 16 1 -1\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n000000\n7FFF80\n7FFF80\n7E1F80\n7FFF80\n7FFF80\n7FFF80\n7FFF80\n7FFF80\n7FFF80\n7FFF80\n7FFF80\nENDCHAR\nSTARTCHAR F188\nENCODING 61832\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 17 0 -2\nBITMAP\n01C000\n03E000\n07F000\n600300\n300600\n1FFC00\n1F7C00\n1F7C00\n1F7C00\nFF7F80\n1F7C00\n1F7C00\n1F7C00\n0F7800\n1F7C00\n336600\n600300\nENDCHAR\nSTARTCHAR F189\nENCODING 61833\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 12 0 -1\nBITMAP\n01F000\nF8F0F8\n78F1F0\n7CF1F0\n3CF3E0\n3EF7C0\n1FFF80\n1FFFC0\n0FFFE0\n07FBF0\n03F1F8\n00F0F8\nENDCHAR\nSTARTCHAR F18A\nENCODING 61834\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 0\nBITMAP\n000700\n0007C0\n0100C0\n078360\n0F81A0\n1FFCA0\n3FFCA0\n7C1C00\nF00700\nE3C380\nE76380\nE9E380\nE9E300\n77CE00\n1C3C00\n07F000\nENDCHAR\nSTARTCHAR F18B\nENCODING 61835\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n063000\n1E3C00\n3E3E00\n7E3F00\n7E3F00\nFE3F80\nFE3F80\nFE3F80\nFC1F80\nFC1F80\nF88F80\n788F00\n71C700\n01C000\n03E000\n07F000\nENDCHAR\nSTARTCHAR F18C\nENCODING 61836\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 20 0 -3\nBITMAP\n0200\n0380\n0380\n03C0\n03C0\n0180\n3CBC\n3EFC\n1FFC\n0FF0\n0080\nFD38\n7F7E\n7FFC\n1FF8\n0200\n0400\n0800\n3000\nC000\nENDCHAR\nSTARTCHAR F18D\nENCODING 61837\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 16 0 -3\nBITMAP\n7FF0\nFFF8\nFFF8\n0000\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\n0000\nFFF8\nFFF8\n7FF0\n00C0\n0080\nENDCHAR\nSTARTCHAR F18E\nENCODING 61838\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6086\nE0C7\nC0E3\nCFF3\nCFF3\nC0E3\nE0C7\n6086\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F190\nENCODING 61840\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6106\nE307\nC703\nCFF3\nCFF3\nC703\nE307\n6106\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F191\nENCODING 61841\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nE00380\nE00380\nE06380\nE0E380\nE1E380\nE7E380\nE7E380\nE3E380\nE0E380\nE06380\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F192\nENCODING 61842\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6006\nE187\nC3C3\nC7E3\nC7E3\nC3C3\nE187\n6006\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F193\nENCODING 61843\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 19 0 -2\nBITMAP\n060000\n0F0000\n0E0000\n040000\n040000\n040000\n07E000\n37E000\n660000\n47F000\nC01800\n800800\n800C00\n801480\nC03780\n403200\n606000\n3FC000\n0F0000\nENDCHAR\nSTARTCHAR F194\nENCODING 61844\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nF3C380\nE18380\n81C380\nF1C380\nF1C780\nF08780\nF80F80\nF81F80\nF83F80\nFC7F80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F195\nENCODING 61845\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 15 0 1\nBITMAP\n1800\n19C0\n1FC0\nFE00\nF9C0\n9FC0\n7F00\nF830\n9830\n1830\n1860\n18E0\n1FC0\n1F80\n1E00\nENDCHAR\nSTARTCHAR F196\nENCODING 61846\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 15 0 1\nBITMAP\n7FFC\nC006\n8102\n8102\n8102\n8102\n8102\n9FF2\n8102\n8102\n8102\n8102\n8002\nC006\n7FFC\nENDCHAR\nSTARTCHAR F197\nENCODING 61847\nSWIDTH 1234 0\nDWIDTH 24 0\nBBX 23 15 1 -2\nBITMAP\n0C0000\n1E0000\n1F0000\n1F8000\n1FC000\n77FE00\nFFFFF8\nFFFFEE\nFFFFCC\n7C0030\n1FFF00\n1FC000\n1F8000\n1F0000\n1E0000\nENDCHAR\nSTARTCHAR F198\nENCODING 61848\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 18 0 -2\nBITMAP\n006000\n00F000\n007000\n387F00\n38FF00\n1FFE00\n3FF800\nFFBC00\nFE1C00\nEE1FC0\n0E1FC0\n0FFF80\n07FE00\n1FFF00\n3F8700\n3F8700\n038000\n018000\nENDCHAR\nSTARTCHAR F199\nENCODING 61849\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nE00380\nE00380\nF00780\nEC1B80\nE22380\nE1C380\nE00380\nE00380\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F19A\nENCODING 61850\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n071C00\n1BFB00\n27FC80\n5FF840\n420840\n871C20\nC79CA0\nA79E60\n638EE0\n638EE0\nF38DE0\nB1CDE0\nB965A0\n596340\n58E340\n2CF480\n10F100\n0C0200\n03FC00\nENDCHAR\nSTARTCHAR F19B\nENCODING 61851\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 17 0 -1\nBITMAP\n003000\n007000\n007000\n007000\n007000\n077F00\n1F7FE0\n3C71E0\n7073E0\nE07030\nE07000\nE07000\nE07000\n707000\n3C7000\n1FF000\n07E000\nENDCHAR\nSTARTCHAR F19C\nENCODING 61852\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 20 0 -3\nBITMAP\n002000\n00F800\n07FF00\n1FFFC0\nFFFFF8\nFFFFF8\n3FFFE0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n1DDDC0\n3FFFE0\n000000\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR F19D\nENCODING 61853\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\n003E0000\n01FFC000\n0FFFF800\nFFFFFF80\n7FFFFF00\n0FFFF800\n19FFC000\n101C0000\n1380E000\n3BFFE000\n3BFFE000\n13FFE000\n11FFC000\n381C0000\n38000000\n38000000\nENDCHAR\nSTARTCHAR F19E\nENCODING 61854\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 14 18 1 -2\nBITMAP\nC00C\n6018\n7018\n3030\n1870\n1860\n0CE0\n0EC0\n0780\n0780\n0300\n0300\n0300\n0300\n0300\n0300\n0300\n0300\nENDCHAR\nSTARTCHAR F1A0\nENCODING 61856\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3FF8\n7C10\n7000\nF000\nE000\nE0FF\nE0FF\nE0FF\nF007\n700F\n781E\n3FFC\n1FFC\n0FF0\nENDCHAR\nSTARTCHAR F1A1\nENCODING 61857\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0FFE00\n1FFF00\n3FD380\n7FF3C0\n7FBFC0\n7FBFC0\nFA0BC0\nF001E0\nF113E0\nF913E0\n7803C0\n7DB7C0\n7E4FC0\n3FFF80\n1FFF00\n0FFE00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F1A2\nENCODING 61858\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFFF\nFFFF\nFF0F\nFF4F\nFFFF\nFC3F\nE007\nE247\nF24F\nF00F\nF9DF\nFFFF\nFFFF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F1A3\nENCODING 61859\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7F7F00\nFC3F80\nFCBF80\nFCFF80\nE4E780\nE4A780\nE08780\n79CF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F1A4\nENCODING 61860\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 16 0 -2\nBITMAP\n003000\n00FC00\n01FE00\n03FF00\n03CF00\n03CF00\n03CF00\n03C000\n03C000\nF3CF78\nF3CF78\nF3CF78\nF3CF78\nFFCFF8\n7F87F0\n3F03E0\nENDCHAR\nSTARTCHAR F1A5\nENCODING 61861\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 17 0 -1\nBITMAP\n7FFF00\n80FF80\n80FF80\n80FF80\n80FF80\n80FF80\n80FF80\n80FF80\nFF8080\nFF8080\nFF8080\nFF8080\nFF8080\nFF8080\nFF8080\n7F8100\n007E00\nENDCHAR\nSTARTCHAR F1A6\nENCODING 61862\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 14 0 0\nBITMAP\n0D8000\n0D8000\n0D8000\nFDBE7C\nFDBE7C\nCDB66C\nCDB66C\nCDB66C\nCDB66C\nFDBE7C\nFDBE7C\n00060C\n003E7C\n003E7C\nENDCHAR\nSTARTCHAR F1A7\nENCODING 61863\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFCFF80\nE07F80\nE23F80\nE33F80\nE33F80\nE04F80\nE08780\nE36380\nE26380\nE66380\nFE0780\nFE0F80\nFE7F80\nFE7F80\n7FFF00\nENDCHAR\nSTARTCHAR F1A8\nENCODING 61864\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 20 19 1 -2\nBITMAP\n000010\n000020\n000040\n000080\n001B00\n007C00\n007800\n007800\n017800\n0F9C00\nF49A00\n037F00\n01FD80\n009DC0\n0019C0\n0019E0\n001CF0\n001CE0\n001800\nENDCHAR\nSTARTCHAR F1A9\nENCODING 61865\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 19 0 -2\nBITMAP\n008000\n01C000\n03F000\n0FF800\n1FFE00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFCFF80\nF83880\nF01080\n701100\n707900\n3FBE00\n1FFC00\n0F9800\n01E000\nENDCHAR\nSTARTCHAR F1AA\nENCODING 61866\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n700700\n7C0F80\n7F7F80\n7EFF00\n31C600\n33A600\n3F7E00\n1E3C00\n0E1C00\n376C00\n33E600\n31C600\n7FBF00\n7F7F80\nFE3F80\n700700\nENDCHAR\nSTARTCHAR F1AB\nENCODING 61867\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\n200200\n3C1E00\n3FE200\n3CE200\n20FE00\nC0FF80\n08F780\n14F380\n3CEB80\n08EB80\n14C180\n12D980\n20FD80\n00FF80\n037F80\n1C0F80\nE00180\n000C00\n081000\n07E000\nENDCHAR\nSTARTCHAR F1AC\nENCODING 61868\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n03FE00\n03FF00\n020380\n0203C0\n220040\nFA0040\nFA0040\nFBFFE0\nFBFFE0\nFBFFE0\nFB24E0\nFB24E0\nFBFFE0\nFB24E0\nFB24E0\nFBFFE0\nFB24E0\nFBFFE0\nFBFFE0\n71FFC0\nENDCHAR\nSTARTCHAR F1AD\nENCODING 61869\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 20 0 -3\nBITMAP\nFFFE\nFFFE\nFFFE\nE92E\nEDEE\nFFFE\nE92E\nFFFE\nFFFE\nE92E\nFFFE\nE92E\nE92E\nFFFE\nEFEE\nEFEE\nF83E\nF83E\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR F1AE\nENCODING 61870\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 18 1 -3\nBITMAP\n0E00\n0F00\n1F00\nCF70\nEEE0\n7FC0\n3F80\n1F00\n1F00\n1F00\n1F00\n1F00\n1B00\n1B00\n1B00\n1B00\n1B00\n0900\nENDCHAR\nSTARTCHAR F1B0\nENCODING 61872\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 16 0 -1\nBITMAP\n0E1C00\n0F3C00\n0F3C00\n0F3C00\n0F3C00\n673980\nF003C0\nF807C0\nF8C7C0\n7BF780\n37FB00\n0FFC00\n1FFE00\n1FFE00\n1FFE00\n1F3E00\nENDCHAR\nSTARTCHAR F1B1\nENCODING 61873\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 -3\nBITMAP\n10\n7C\n7C\nFE\nFE\nFE\nFE\nFE\n7C\n7C\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR F1B2\nENCODING 61874\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 -2\nBITMAP\n01E000\n0F3C00\n780780\nC000C0\nE001C0\nFC0F40\nFFFC40\nFFE040\nFFC040\nFFC040\nFFC040\nFFC040\nFFC0C0\n7FC380\n1FC600\n0FD800\n03F000\n00C000\nENDCHAR\nSTARTCHAR F1B3\nENCODING 61875\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 23 20 0 -3\nBITMAP\n001000\n007E00\n01C380\n0300C0\n0381C0\n03EF40\n03FC40\n03F040\n07F0E0\n1DF7B8\n707E0E\nE03806\nF8FF1E\nFF9FF2\nFE1FC2\nFE1FC2\nFE3FC6\n3EEFDC\n0F83F0\n020040\nENDCHAR\nSTARTCHAR F1B4\nENCODING 61876\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 14 0 0\nBITMAP\nFF8000\nFFC3F0\nE1E000\nE0E000\nE0E3F0\nE1C7F8\nFFC61C\nFFEE1C\nE07FFC\nE07E00\nE07E00\nFFF71C\nFFE7F8\nFF81F0\nENDCHAR\nSTARTCHAR F1B5\nENCODING 61877\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFFF\nFFFF\nFFFF\n81FF\n9CFF\n9DC3\n8199\n9881\n9C81\n9C9F\n81C3\nFFFF\nFFFF\nFFFF\n7FFE\nENDCHAR\nSTARTCHAR F1B6\nENCODING 61878\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n000F80\n001DC0\n003760\n002FA0\n002FA0\n006FA0\n00F760\n00F8C0\nC1FF80\nFFFE00\nFEF800\nFF7000\nFF6000\n1F4000\n168000\n0F8000\nENDCHAR\nSTARTCHAR F1B7\nENCODING 61879\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFE\nFFEF\nFF83\nFF39\nFF45\nFE45\nFE45\nFC3B\n7803\n001F\n063F\n02FF\n83FF\nDDFF\nE7FF\n7FFE\nENDCHAR\nSTARTCHAR F1B8\nENCODING 61880\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -2\nBITMAP\n03F800\n07FC00\n0FBE00\n0F9F00\n1F1E00\n0E1E00\n822180\n7807C0\n7C07C0\nFC03E0\nF001E0\n7001C0\n601040\n3F9F80\n1FBF80\n1F9F00\n0F9F00\n000800\nENDCHAR\nSTARTCHAR F1B9\nENCODING 61881\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 17 0 -2\nBITMAP\n0FFFC0\n0FFFC0\n1E01E0\n1C00E0\n1C00E0\n1C00E0\n380070\nFFFFFC\nCFFFCC\n87FF84\n87FF84\nCFFFCC\nFFFFFC\nFFFFFC\n780078\n780078\n300030\nENDCHAR\nSTARTCHAR F1BA\nENCODING 61882\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n00FC00\n00FC00\n00FC00\n07FF80\n0FFFC0\n1FFFE0\n1C00E0\n1C00E0\n1C00E0\n380070\n7FFFF8\nFFFFFC\nCFFFCC\n87FF84\n8FFFC4\nFFFFFC\nFFFFFC\n780078\n780078\n300030\nENDCHAR\nSTARTCHAR F1BB\nENCODING 61883\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 19 0 -2\nBITMAP\n0180\n03C0\n07E0\n0FF0\n1FF8\n07E0\n0FF0\n1FF8\n3FFC\n7FFE\n07E0\n0FF0\n1FF8\n3FFC\n7FFE\nFFFF\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR F1BC\nENCODING 61884\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n701F00\nE00380\nFFF180\nF01F80\nF78780\nFFF380\nF01F80\n7FE700\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F1BD\nENCODING 61885\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 18 0 -2\nBITMAP\n00E0\n01E0\n03E0\n03E0\nFFE0\nFFC0\nFFC0\nFF80\n1F00\n1F00\n3FE0\n3FE0\n7FE0\n7FE0\nFFE0\nF800\nF000\nF000\nENDCHAR\nSTARTCHAR F1BE\nENCODING 61886\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 10 0 2\nBITMAP\n000FC000\n001FE000\n03FFF000\n07FFF800\n07FFFE00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F1C0\nENCODING 61888\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\n03E000\n3FFE00\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n1FFC00\n800080\nFC1F80\nFFFF80\n3FFE00\n800080\nF00780\nFFFF80\n3FFE00\n83E080\nF00780\nFFFF80\n7FFF00\n07F000\nENDCHAR\nSTARTCHAR F1C1\nENCODING 61889\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n81BF\n8181\n8181\n8081\n8181\n8141\n8239\n83DD\n8C01\n9801\n9001\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C2\nENCODING 61890\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFF0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\nBC9D\n99C9\n8959\n8959\n8F51\n8671\n8631\n8631\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C3\nENCODING 61891\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\n8771\n8361\n8141\n81C1\n81C1\n8341\n8221\n8771\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C4\nENCODING 61892\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\n8FE1\n8621\n8621\n8661\n87C1\n8601\n8601\n8F01\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C5\nENCODING 61893\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8C01\n9E01\n9E01\n9E21\n8071\n80F9\n89FD\n9FFD\n9FFD\n9FFD\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C6\nENCODING 61894\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFC0\nFFF0\n82B8\n848C\n8286\n8281\n84FF\n8201\n8201\n8401\n8601\n8601\n8F01\n8F01\n8901\n8D01\n8601\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C7\nENCODING 61895\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8023\n8021\n803F\n8001\n8001\n8031\n8691\n9E59\n9E59\n9E59\n86D1\n8231\n8031\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C8\nENCODING 61896\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8022\n8021\n803F\n8001\n8001\n9FC9\n9FD9\n9FF9\n9FF9\n9FD9\n9FC9\n9F81\n8001\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1C9\nENCODING 61897\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFE0\nFFF8\n802C\n8026\n8022\n8021\n803F\n8041\n80C1\n8CF1\n8899\n988D\n988D\n8899\n8D91\n8591\n8101\n8001\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F1CA\nENCODING 61898\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 18 0 -2\nBITMAP\n0018\n007E\n007F\nF0E7\n70E7\n70E7\n70E7\n70E7\n7870\n387F\n383F\n3C1F\n1C38\n1E38\n0E70\n07E0\n07E0\n03C0\nENDCHAR\nSTARTCHAR F1CB\nENCODING 61899\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n01E000\n03F800\n075C00\n1C4700\n304180\nE040E0\nE1E0E0\nF3B9E0\nBE1F20\n9E0F20\nF3B9E0\nE1F0E0\nE040E0\n704180\n1C4700\n0E5E00\n03F800\n01F000\n004000\nENDCHAR\nSTARTCHAR F1CC\nENCODING 61900\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 15 0 1\nBITMAP\n003F00\n00FF80\n00FFC0\n1FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n7C3078\n799278\nF9CF3C\nF9A67C\nFC107C\nFFFFFC\n7FFFF8\n1FFFF0\nENDCHAR\nSTARTCHAR F1CD\nENCODING 61901\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0C0700\n3C0780\n3E4F80\n7FFFC0\n7E0FC0\nDC0720\n880220\n880220\n880220\n880220\nDC0720\n5E0FE0\n7FFFC0\n3EEFC0\n3C0780\n180300\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F1CE\nENCODING 61902\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -2\nBITMAP\n031800\n0F1E00\n1E0F00\n380380\n7001C0\n6000C0\nE000E0\nC00060\nC00060\nC00060\nC00060\nE000E0\n6000C0\n7001C0\n380380\n1E0F00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F1D0\nENCODING 61904\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n00E000\n00E000\n10E100\n237880\n61F0C0\n40E040\nC0E060\nE0E0E0\nE0E0E0\nF0E1E0\nF9F3E0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFFC0\n3FFF80\n1FFF00\n07FE00\n01F000\nENDCHAR\nSTARTCHAR F1D1\nENCODING 61905\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07BC00\n1F1F00\n2E0E80\n580340\n6040C0\nC040A0\nCCE660\nC7FC60\nC1F060\n41F060\nC7FC60\nCEEE60\n404060\n6040C0\n584340\n3C0780\n171D00\n0DB600\n03F800\nENDCHAR\nSTARTCHAR F1D2\nENCODING 61906\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFBF80\nFFBF80\nFFF780\nF2A380\nE0A380\nE9B780\nE1B780\nF3B780\nE7B380\nE0FF80\nECFF80\nE0FF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F1D3\nENCODING 61907\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 20 1 -3\nBITMAP\n004000\n006000\n006000\n000600\n000600\n3F6F80\nFF6F80\nC66600\nC66600\nC66600\nFC6600\n386600\n606700\n606780\n3E6380\nFF0000\nC30000\nC30000\nFE0000\n3C0000\nENDCHAR\nSTARTCHAR F1D4\nENCODING 61908\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nF9CF80\nFDDF80\nFCBF80\nFEBF80\nFE7F80\nFF7F80\nFF7F80\nFF7F80\nFF7F80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F1D5\nENCODING 61909\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 1 -3\nBITMAP\n0700\n1DC0\n6060\n4020\n8210\n8710\n8F10\n8F10\n9A10\n5030\n3060\n20C0\n6F00\n6000\n4000\nC000\nC000\nC000\nC000\n4000\nENDCHAR\nSTARTCHAR F1D6\nENCODING 61910\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00F000\n03FC00\n07FE00\n0FFF00\n0FFF00\n1FFF80\n1FFF80\n1FFF80\n1FFF80\n3FFFC0\n7FFFC0\n7FFFE0\nFFFFE0\nFFFFE0\nBFFFE0\n1FFF00\n0FFF00\n3FFF80\n3FFF80\n020000\nENDCHAR\nSTARTCHAR F1D7\nENCODING 61911\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 18 0 -3\nBITMAP\n07E000\n1FF800\n3FFC00\n7BDE00\nF3CE00\nFFFF00\nFFEFC0\nFFDFF0\nFFBFF8\n7FFBBC\n7F7BBC\n3F7FFC\n1F7FFC\n107FFC\n003FF8\n001FF0\n000FE0\n000010\nENDCHAR\nSTARTCHAR F1D8\nENCODING 61912\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n000020\n0000E0\n0003E0\n0007E0\n001FC0\n007DC0\n00FBC0\n03F7C0\n0FEFC0\n1FDFC0\n7F1F80\nFE3F80\n7C7F80\n08FF80\n01FF80\n01FF80\n01DF00\n01C700\n018000\n010000\nENDCHAR\nSTARTCHAR F1D9\nENCODING 61913\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n000020\n0000E0\n0003E0\n000760\n001C40\n007040\n00C240\n038440\n0E18C0\n1838C0\n707080\nE0F080\n7BE080\n0FC080\n07C180\n07F180\n079F00\n070700\n070000\n020000\nENDCHAR\nSTARTCHAR F1DA\nENCODING 61914\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n87F000\nDFF800\nFFFE00\nF81E00\nF80700\nFC8700\nFC8380\n008380\n008380\n078380\n000700\n100700\n380E00\n3E7E00\n1FFC00\n0FF000\nENDCHAR\nSTARTCHAR F1DB\nENCODING 61915\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1C38\n300C\n6006\n4002\nC001\n8001\n8001\n8001\n8001\nC001\n4002\n6006\n300C\n1C18\n0FF0\nENDCHAR\nSTARTCHAR F1DC\nENCODING 61916\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 16 1 -1\nBITMAP\nFE1FC0\n380700\n380700\n380700\n380700\n380700\n380700\n3FFF00\n3FFF00\n380700\n380700\n380700\n380700\n380700\n380700\nFE1FC0\nENDCHAR\nSTARTCHAR F1DD\nENCODING 61917\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 16 1 -1\nBITMAP\n3FF8\n7FF8\nFFF0\nFF70\nFF70\nFF70\nFF70\nFF70\n7F70\n3F70\n0770\n0770\n0770\n0770\n0770\n0770\nENDCHAR\nSTARTCHAR F1DE\nENCODING 61918\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 15 0 -2\nBITMAP\n1E00\nFFFF\nFFFF\n3E00\n0000\n0000\n007C\nFFFF\n007C\n003C\n0000\n0F00\n0F00\nFFFF\n0F00\nENDCHAR\nSTARTCHAR F1E0\nENCODING 61920\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n001F00\n003F80\n003F80\n003F80\n00FF80\n7FFF00\nFF8E00\nFE0000\nFE0000\nFF8400\n7FFF00\n10FF80\n003F80\n003F80\n003F80\n001F00\nENDCHAR\nSTARTCHAR F1E1\nENCODING 61921\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFC380\nFF8380\nFF0380\nE00780\nE0FF80\nE0FF80\nE00780\nFF0380\nFF8380\nFFC380\nFFEF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F1E2\nENCODING 61922\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n000040\n000140\n000040\n0001C0\n000140\n0FFE00\n33FE00\n23FE00\n4FFC00\n9FFE00\n9FFE00\nFFFE00\nFFFE00\nFFFE00\nFFFE00\n7FFC00\n7FFC00\n3FF800\n1FF000\n07C000\nENDCHAR\nSTARTCHAR F1E3\nENCODING 61923\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0DF700\n13F980\n20E080\n7001C0\n7801C0\nF843E0\nF9F3E0\nF1F9E0\nA1F0A0\n81F020\nC0F020\n400060\n5E0F40\n3E0FC0\n3F1F80\n1F1F00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F1E4\nENCODING 61924\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\n0FFE00\n3FFF80\n7FFFC0\nFC07E0\n000000\nFC03E0\nF803E0\n000000\nEEEEE0\nEEEEE0\nEEEEE0\n000000\n3BBB80\n3BBB80\n3BBB80\nENDCHAR\nSTARTCHAR F1E5\nENCODING 61925\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n0E0E00\n0F1E00\n0F1E00\n000000\n3EEF80\n3EEF80\n3EEF80\n3EEF80\n7EEFC0\n7EEFC0\n7EEFC0\nFE0FE0\nFE0FE0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nENDCHAR\nSTARTCHAR F1E6\nENCODING 61926\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n000400\n000E00\n001C00\n003C00\n067800\n0FF0E0\n0FE1E0\n1FC3C0\n1FE780\n1FF700\n1FFE00\n1FFC00\n1FFE00\n0FFF00\n1FFE00\n3FFC00\n79F000\nF00000\nE00000\nC00000\nENDCHAR\nSTARTCHAR F1E7\nENCODING 61927\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -5\nBITMAP\n3FFF80\n6000C0\n400040\n400040\n400040\n400040\n431C40\n47BC40\n47BE40\nC7BC60\nC30860\n7FBFC0\n1FFF00\n0FFE00\n0FBE00\n0FBE00\n0FBE00\n0FBE00\n07BC00\n031800\nENDCHAR\nSTARTCHAR F1E8\nENCODING 61928\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 18 1 -2\nBITMAP\n7FFF80\n7FFF80\nE00080\nE00080\nE00080\nE10880\nE10880\nE10880\nE10880\nE10880\nE00080\nE00180\nE00300\nF8FE00\nF9FC00\nFFF800\n0F0000\n0E0000\nENDCHAR\nSTARTCHAR F1E9\nENCODING 61929\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 20 1 -3\nBITMAP\n0600\n3E00\n3E00\n3E00\n1E00\n0E00\n0F08\n071C\n033E\n427E\nF078\nFC00\nFC00\nE070\n037E\n073E\n0F1C\n1F18\n1F00\n0600\nENDCHAR\nSTARTCHAR F1EA\nENCODING 61930\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 15 0 1\nBITMAP\n1FFFFC\nF00004\n93F3E4\n93F3E4\n921004\n9213E4\n9213E4\n921004\n93F3E4\n900004\n900004\n93F3E4\n900004\nF0000C\n7FFFF8\nENDCHAR\nSTARTCHAR F1EB\nENCODING 61931\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 15 0 1\nBITMAP\n03FE00\n1FFFC0\n3FFFE0\n7C01F0\nF1FC78\n67FF30\n1FFFC0\n1E03C0\n08F880\n03FE00\n03FE00\n010400\n007000\n007000\n002000\nENDCHAR\nSTARTCHAR F1EC\nENCODING 61932\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n7FFF80\nFFFFC0\n800040\n800040\n800040\n800040\nFFFFC0\nDDCEC0\n888440\n88CC40\nFFFFC0\nDDFEC0\n888440\n888440\nFFFC40\nFFFC40\n888440\n888440\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F1ED\nENCODING 61933\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n1FE0\n3FF8\n3FFC\n3FFC\n3FFC\n3FFC\n3FFD\n7FFB\n7FFB\n7FF7\n7FCF\n787E\n7FFE\n77F8\nF780\nF780\nF700\nF700\n0F00\n0F00\nENDCHAR\nSTARTCHAR F1EE\nENCODING 61934\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 18 2 -2\nBITMAP\n0008\n001C\n001C\n071E\n079E\nE7AE\nFBAE\nFBAF\n7BAF\n1BAF\n1BAF\n0BAF\n0BAE\n07BE\n079E\n071E\n001C\n001C\nENDCHAR\nSTARTCHAR F1F0\nENCODING 61936\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFF7F80\nE6483180\nF649E180\nFEC8E980\nF0DC6980\nF09E4180\nF1904080\nF9999C80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F1F1\nENCODING 61937\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFE1C3F80\nF8080F80\nF0140780\nE0040380\nE0000380\nF7FBDF80\nFFFEDB80\nE0A90380\nE0040380\nF0140780\nF8080F80\nFC1C3F80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F1F2\nENCODING 61938\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 17 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n9492C980\nB562CB80\nB7615980\n95934A80\nFFFFFF80\nFFFFFC80\nFFFFF080\nFFFFC080\nFFFE0080\nFFF00080\nFF000080\n00FFFF00\nENDCHAR\nSTARTCHAR F1F3\nENCODING 61939\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\n84048080\n7BFEAA80\n7DFF6E80\n95F6DA80\n60102480\nFFFFFF80\nFFBBEF80\nFF5BEF80\nFFB2EF80\nF8490000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F1F4\nENCODING 61940\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nC3FC3C80\nD3FDBC80\nC4544580\n9D45D580\n9C6DC580\nFFDFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F1F5\nENCODING 61941\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFDF3FF80\nFDFFFF80\n88921180\n9D92A480\nC592A080\nB5929780\n8C923080\nFFFEFF80\nFFFEFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F1F6\nENCODING 61942\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n003008\n00301C\n00FC38\n01FE70\n03FFE0\n07FFC0\n07FF80\n07FE00\n07FC00\n07F800\n07F080\n07E180\n0FC7C0\n0F0FC0\n1E1FE0\n3C3FF0\n387FF0\n70FC00\nE0D800\n003000\nENDCHAR\nSTARTCHAR F1F7\nENCODING 61943\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 20 1 -3\nBITMAP\n006010\n006038\n01F870\n030CE0\n0607C0\n040380\n040700\n041E00\n043C00\n047000\n0CE100\n09C100\n0B8180\n1F0080\n3E00C0\n7C0060\n70FFE0\nE1F800\nC1B000\n806000\nENDCHAR\nSTARTCHAR F1F8\nENCODING 61944\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 15 16 0 -1\nBITMAP\n07E0\n0C60\nF830\nFFFE\n7FFC\n729C\n729C\n729C\n729C\n729C\n729C\n729C\n729C\n729C\n7FFC\n3FFC\nENDCHAR\nSTARTCHAR F1F9\nENCODING 61945\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1C38\n300C\n63E6\n4E32\nC811\n9001\n9001\n9001\n9001\nC811\n4E32\n67E6\n300C\n1C18\n0FF0\nENDCHAR\nSTARTCHAR F1FA\nENCODING 61946\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n3004\n63DA\n4E73\nC831\n9831\n9031\n9031\n9061\nD863\n4FBE\n6F38\n3008\n1838\n0FF0\nENDCHAR\nSTARTCHAR F1FB\nENCODING 61947\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -2\nBITMAP\n000180\n0007C0\n000FE0\n00DFE0\n01FFE0\n01FFE0\n00FFC0\n01FF80\n03BF00\n071F00\n0E1F80\n1C3F00\n387200\n70E000\n61C000\n638000\n7F0000\nFE0000\nE00000\n800000\nENDCHAR\nSTARTCHAR F1FC\nENCODING 61948\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n0000C0\n0001E0\n0003E0\n0007E0\n000FC0\n001FC0\n003F80\n007F00\n00FF00\n00FE00\n00FE00\n007C00\n0F3800\n1F8000\n9FC000\nFFC000\nFFC000\n7F8000\n3F8000\n1E0000\nENDCHAR\nSTARTCHAR F1FD\nENCODING 61949\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 20 0 -3\nBITMAP\n080100\n0C6180\n1CE380\n1CE380\n000000\n1CE380\n1CE380\n1CE380\n1CE380\n1CE380\n7FFFE0\nFFFFF0\nFFFFF0\nC70C30\n104180\n7DF3E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nENDCHAR\nSTARTCHAR F1FE\nENCODING 61950\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -1\nBITMAP\n800000\n810000\n838000\n83C000\n87E040\n8FF0C0\n9FF9E0\n9FFFE0\n9FFFE0\n9FFFE0\n9FFFF0\n9FFFF0\n9FFFF0\n9FFFF8\n800000\nFFFFFC\nENDCHAR\nSTARTCHAR F200\nENCODING 61952\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -2\nBITMAP\n002000\n003C00\n073F00\n1F3F00\n3F3F80\n7F3FC0\n7F3FC0\nFF3FC0\nFF3FC0\nFF0000\nFF9FE0\nFFCFE0\nFFE7E0\n7FF3C0\n7FF9C0\n3FFC80\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F201\nENCODING 61953\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -1\nBITMAP\n800000\n8001F8\n8000F8\n8000F8\n8001F8\n8003D8\n80C780\n81EF00\n83FE00\n87FC00\n8F3800\n9E1000\n9C0000\n880000\n800000\nFFFFFC\nENDCHAR\nSTARTCHAR F202\nENCODING 61954\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 12 0 1\nBITMAP\n1F07C0\n3F8FC0\n60C800\n406800\n806C00\n803780\n8030C0\n803020\n409820\n60DC60\n3F8FC0\n1F0780\nENDCHAR\nSTARTCHAR F203\nENCODING 61955\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nE0E180\nCE4F80\n9F4F80\nBFA380\nBFB980\n9F9C80\nCE4C80\nE0E180\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F204\nENCODING 61956\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 14 0 0\nBITMAP\n07FFC0\n1FE0E0\n303010\n601808\nC00C0C\n800404\n800404\n800404\n800404\nC00C0C\n400808\n303010\n1CE0E0\n0FFFC0\nENDCHAR\nSTARTCHAR F205\nENCODING 61957\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 14 0 0\nBITMAP\n07FFC0\n1FFEE0\n3FF030\n7FE008\nFFC00C\nFFC004\nFFC004\nFFC004\nFFC004\nFFC00C\n7FE008\n3FF010\n1FFCE0\n0FFFC0\nENDCHAR\nSTARTCHAR F206\nENCODING 61958\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 14 0 0\nBITMAP\n001E0000\n03C30000\n07C10000\n00FF8000\n1D83FC00\n3F06FE00\n4384E100\nC68DB180\n8FF91080\n8FF11880\n80810080\n41808100\n7700E700\n1E003C00\nENDCHAR\nSTARTCHAR F207\nENCODING 61959\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n03E0\n1FFC\n300E\n7FFE\n6006\n4002\n4003\nC003\nC003\nC003\nFFFF\nFFFF\nCFF9\n8FF1\nCFF9\nFFFF\nFFFF\n700E\n700E\n2004\nENDCHAR\nSTARTCHAR F208\nENCODING 61960\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 17 0 -1\nBITMAP\n01FE00\n07CF00\n0E0380\n1800C0\n100060\n13FFF8\n23FFF8\n200020\n23FF20\n200020\nFFFE20\nFFFF60\n100040\n1800C0\n0E0180\n078F00\n01FC00\nENDCHAR\nSTARTCHAR F209\nENCODING 61961\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 20 0 -3\nBITMAP\n0800\n1C38\n1428\n1648\n1A58\n0AD0\n0B90\n0DB0\n1FF0\n3C18\n2608\n27E8\nF388\n8B08\nAE08\nF618\n5E30\n6160\n3FC0\n0F00\nENDCHAR\nSTARTCHAR F20A\nENCODING 61962\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -1\nBITMAP\nFFFFFC\nFFFFFC\nF0001C\nE0001C\nC7CF8C\nCFEFCC\nCC7CCC\nCC180C\nCC180C\nCC78CC\nCEFDCC\nC7CF8C\nE3871C\nF0001C\nFFFFFC\nFFFFFC\nENDCHAR\nSTARTCHAR F20B\nENCODING 61963\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 15 0 1\nBITMAP\nFF06\nFF86\nC3C6\nC0C6\nCCC6\nCCC6\nCCC6\nCCC6\nCCC6\nCCC6\nCCC6\nCC0E\nCC3C\nCFF8\nCFF0\nENDCHAR\nSTARTCHAR F20C\nENCODING 61964\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n7FFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\n8041\n9B5D\n9B5D\n9B41\nFFDF\nFFDF\nFFFF\nFFFF\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR F20D\nENCODING 61965\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFFFF80\nFC1F80\nFC1F80\nF88F80\nF88F80\nF88F80\nF08780\nF1C780\nF1C780\nE00380\nE06380\nE1E380\nE3E380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F20E\nENCODING 61966\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n061080\n07FF80\n0D0F40\n0CF420\n134820\n1C2810\n2C1030\n243068\n4248A8\n858524\n858224\n428548\n2448C8\n2C3050\n143070\n1FCFA0\n0C84A0\n0D0240\n060180\n07FF80\nENDCHAR\nSTARTCHAR F210\nENCODING 61968\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 14 19 0 -2\nBITMAP\n0004\n000C\n000C\n3FFC\nFFFC\nFFFC\nFFFC\nF01C\nE01C\nE01C\nE01C\nE01C\nE01C\nE00C\nF004\nFFFC\nFFFC\nFFFC\n3FF8\nENDCHAR\nSTARTCHAR F211\nENCODING 61969\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n078000\n1E0400\n3C3E00\n78F800\n71E000\nE3C380\nC78780\n8E1F00\n8E3C00\n1C7880\n38E180\n39C300\n31C700\n338F00\n031F00\n073380\nENDCHAR\nSTARTCHAR F212\nENCODING 61970\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 15 0 -2\nBITMAP\n0F87C0\n3FFFF0\n2FB610\n7FFE18\n7FFE18\n7FFE18\n7FFE18\n5FFE08\n5FFE08\n5FFE08\n7FFE08\nFFFE0C\nF7B78C\nFFFFFC\nE0301C\nENDCHAR\nSTARTCHAR F213\nENCODING 61971\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -2\nBITMAP\n000C00\n003F00\n007FC0\n00FFC0\n0EFFE0\n1FFCE0\n3FFCE0\n3FE4E0\n7F24F8\nF124F8\nF124FC\nF124FC\nF124FC\nF124FC\nFFFFF8\n7FFFF0\nENDCHAR\nSTARTCHAR F214\nENCODING 61972\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 19 0 -3\nBITMAP\nFFFF80\nFFFF80\n800080\n800080\nFFFF80\nB56A80\n800080\n808080\n83C080\n842080\n85E080\n87A080\n866080\n83C080\n800080\nF00B80\n3C2E00\n0E3000\n01C000\nENDCHAR\nSTARTCHAR F215\nENCODING 61973\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 23 17 0 -1\nBITMAP\nFE00FE\nFE00FE\nFE00FE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nF87C3E\nF0381E\nF0381E\nF0381E\nF87C3E\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n7FFFFC\nENDCHAR\nSTARTCHAR F216\nENCODING 61974\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 13 0 1\nBITMAP\n007E00\n008300\n0C0180\n3F8080\n60C080\nC060F0\n803018\n801808\n800C08\nC02608\n606318\n3F81F0\n0C0060\nENDCHAR\nSTARTCHAR F217\nENCODING 61975\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 -2\nBITMAP\nF00000\n102000\n1FDFC0\n1FDFC0\n0F07C0\n0F07C0\n0FDFC0\n0FDFC0\n0FFF80\n070000\n040000\n0FFF80\n0FFF80\n0E0380\n0E0380\nENDCHAR\nSTARTCHAR F218\nENCODING 61976\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 18 15 0 -2\nBITMAP\nF00000\n102000\n1FDFC0\n1FDFC0\n0EDBC0\n0E53C0\n0F07C0\n0F8FC0\n0FFF80\n070000\n040000\n0FFF80\n0FFF80\n0E0380\n0E0380\nENDCHAR\nSTARTCHAR F219\nENCODING 61977\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 18 0 -2\nBITMAP\n0FFFC0\n188460\n318630\n210210\n630318\nFFFFFC\nFFFFFC\n630318\n310230\n198660\n0D86C0\n068580\n03CF00\n01CE00\n00FC00\n007800\n003000\n003000\nENDCHAR\nSTARTCHAR F21A\nENCODING 61978\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 20 20 1 -3\nBITMAP\n007000\n007000\n03FC00\n060600\n040200\n05FA00\n0FFF00\n3FFFC0\n1FFF80\n0FFF00\n0FFF00\n07FE00\n07FE00\n07FE00\nA7FF20\nFFFFF0\n5A4AD0\nB5B5A0\nFFFFF0\n4A4A40\nENDCHAR\nSTARTCHAR F21B\nENCODING 61979\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 18 0 -2\nBITMAP\n0240\n07E0\n0FE0\n0FF0\n3FFC\n0FF0\n0810\n3D3C\n3FFC\n1FF8\n3BFC\n7DBE\n7D3E\n7DBE\nFDBE\nFDFE\nFFFE\n7FFE\nENDCHAR\nSTARTCHAR F21C\nENCODING 61980\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n001E60\n1003E0\n3F01E0\n03FF80\n1FFFB8\n3FFEFE\n47FCE3\nC7FDB1\n8FFD11\n8FF919\n808101\n418081\n7300E6\n1E003C\nENDCHAR\nSTARTCHAR F21D\nENCODING 61981\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 19 0 -2\nBITMAP\n0380\n07C0\n07C0\n0780\n0100\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0780\n0780\n0780\n7FBC\nC786\nC006\n7FFC\n0FE0\nENDCHAR\nSTARTCHAR F21E\nENCODING 61982\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n3F1F80\n7FBFC0\nFFFFE0\nFEFFE0\nFC7FE0\nFC77E0\nFD67E0\n7D63C0\n012800\n3FCF80\n1F8F00\n0F9E00\n079C00\n03D800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F221\nENCODING 61985\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 0 -2\nBITMAP\n0700\n1FC0\n3060\n6020\n4010\nC010\nC010\nC010\n4010\n6020\n3060\n1FC0\n0700\n0200\n0200\n0200\n1FC0\n0200\n0200\n0200\nENDCHAR\nSTARTCHAR F222\nENCODING 61986\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n001F\n0003\n0007\n000D\n1F99\n38F0\n6060\n4030\n8010\n8010\n8010\n8010\nC030\n6020\n30C0\n1F80\nENDCHAR\nSTARTCHAR F223\nENCODING 61987\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 0 -3\nBITMAP\n4020\n6020\n30C0\n1F80\n3DC0\n6060\n4030\nC010\n8010\n8010\n8010\nC010\n4020\n3060\n1FC0\n0600\n0200\n0F00\n0200\n0200\nENDCHAR\nSTARTCHAR F224\nENCODING 61988\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 20 0 -3\nBITMAP\n001E\n001E\n000E\n0F1A\n1DF0\n3060\n6030\n4010\nC010\nC010\nC010\n4010\n6020\n3060\n1FC0\n0200\n0200\n0F00\n0200\n0200\nENDCHAR\nSTARTCHAR F225\nENCODING 61989\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\nF003C0\nF003C0\nE801C0\nB9E340\n3F7E00\n2C0C00\n180400\n100600\n100200\n100200\n100200\n100600\n080400\n0C1800\n07F000\n00C000\n008000\n01E000\n008000\n008000\nENDCHAR\nSTARTCHAR F226\nENCODING 61990\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n071C00\n1FFF00\n30E180\n60A0C0\n419040\nC11060\nC11060\nC11060\n419040\n60B0C0\n30E180\n1FFF00\n071C00\n020800\n020800\n020800\n1FFF00\n020800\n020800\n020800\nENDCHAR\nSTARTCHAR F227\nENCODING 61991\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 21 20 0 -4\nBITMAP\n001E00\n001E00\n000E00\n0F1A00\n3FF270\n606078\n403038\nC03868\n80FEC8\n819380\n811080\nC210C0\n422040\n326040\n1FC040\n060080\n010080\n018100\n00FE00\n003C00\nENDCHAR\nSTARTCHAR F228\nENCODING 61992\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n00003C\n00003C\n00001C\n0F1E34\n1DFFE0\n20E0C0\n40B060\n419020\n811020\n811020\n811020\n41B060\n40A040\n30E080\n1FFF00\n020C00\n020000\n0F0000\n020000\n020000\nENDCHAR\nSTARTCHAR F229\nENCODING 61993\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n001F\n0003\n0067\n003D\n1F99\n38FC\n6064\n4030\n8010\n8010\n8010\n8010\nC030\n6020\n30C0\n1F80\nENDCHAR\nSTARTCHAR F22A\nENCODING 61994\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 0 -4\nBITMAP\n0200\n0700\n0F80\n0A80\n0E00\n0F80\n0200\n0700\n1FC0\n3060\n6020\n4010\nC010\nC010\nC010\n4010\n6020\n3060\n1FC0\n0F00\nENDCHAR\nSTARTCHAR F22B\nENCODING 61995\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 12 0 1\nBITMAP\n1FC000\n306000\n4032C0\nC03260\n801230\n801FF8\n801230\n801260\nC032C0\n606000\n39C000\n0F8000\nENDCHAR\nSTARTCHAR F22C\nENCODING 61996\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 0 -3\nBITMAP\n0700\n1FC0\n3060\n4020\nC010\n8010\n8010\n8010\nC010\n4020\n6060\n1FC0\n0F00\n0200\n0200\n0200\n0200\n0200\n0200\n0200\nENDCHAR\nSTARTCHAR F22D\nENCODING 61997\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 12 0 1\nBITMAP\n1F80\n30E0\n4020\nC030\n8010\n8010\n8010\n8010\n4030\n6060\n39C0\n0F00\nENDCHAR\nSTARTCHAR F22E\nENCODING 61998\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F22F\nENCODING 61999\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F230\nENCODING 62000\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFFE380\nFF8380\nFF8380\nFF8F80\nFF8F80\nFE0380\nFE0380\nFE0380\nFF8F80\nFF8F80\nFF8F80\nFF8F80\nFF8F80\nFF8F80\nENDCHAR\nSTARTCHAR F231\nENCODING 62001\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 18 0 -1\nBITMAP\n1FE0\n3CF0\n6038\n401C\nCE1C\n9E1C\n9E1C\n9C1C\nCC1C\n5C38\n1C70\n1FF0\n39C0\n3800\n3000\n3000\n2000\n2000\nENDCHAR\nSTARTCHAR F232\nENCODING 62002\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1C18\n300C\n6006\n4C02\nCE01\n8E01\n8C01\n8601\n8331\nC1F3\n4072\n4006\n400C\nFE38\nE7E0\nENDCHAR\nSTARTCHAR F233\nENCODING 62003\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 1\nBITMAP\nFFFFE0\n800F20\nFFFF20\nFFFFE0\n000000\nFFFFE0\nFFFF20\n800F20\nFFFFE0\n000000\n000000\nFFFFE0\n800F20\n800F20\nFFFFE0\nENDCHAR\nSTARTCHAR F234\nENCODING 62004\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -1\nBITMAP\n07C000\n0FE000\n0FE000\n1FF000\n1FF000\n0FE1C0\n0FE1C0\n17D1C0\n7C69C0\n7FDFFC\nFFDFFC\nFFDFFC\nFFC1C0\nFFFDC0\nFFFDC0\n7FFDC0\nENDCHAR\nSTARTCHAR F235\nENCODING 62005\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 16 0 -1\nBITMAP\n07C000\n0FE000\n0FF000\n1FF000\n1FF000\n0FE000\n0FE000\n13D618\n7C773C\n7FF7F8\nFFFBF0\nFFFDE0\nFFFBF0\nFFF7F8\nFFF73C\n7FF618\nENDCHAR\nSTARTCHAR F236\nENCODING 62006\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 14 0 0\nBITMAP\nE00000\nE00000\nE70000\nEFBFF0\nEFBFF8\nEFBFFC\nEFBFFC\nE63FFC\nFFFFFC\nFFFFFC\nFFFFFC\nE0001C\nE0001C\nE0001C\nENDCHAR\nSTARTCHAR F237\nENCODING 62007\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\nE00380\n600300\n700700\n700700\n380E00\nF80F80\nF80F80\n1C1C00\n0C1800\nFFFF80\nFFFF80\n077000\n077000\n036000\n03E000\n01C000\n01C000\n008000\n008000\n008000\nENDCHAR\nSTARTCHAR F238\nENCODING 62008\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\n1FFC00\n7FFF00\nFFFF80\nC00180\nC00180\nC00180\nC00180\nC00180\nC00180\nFFFF80\nFFFF80\nFE3F80\nFC1F80\nFC1F80\nFE3F80\n7FFF00\n3FFE00\n0FF800\n1FFC00\n3FFE00\nENDCHAR\nSTARTCHAR F239\nENCODING 62009\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n1FF8\n7FFE\nFFFF\n8081\n8081\n8081\n8081\n8081\n8081\nFFFF\nFFFF\nCFF3\n87F1\n87F1\nDFFB\n7FFE\n3FFC\n0FF0\n1FF8\n3FFC\nENDCHAR\nSTARTCHAR F23A\nENCODING 62010\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nC00C00\nF00F00\nFC1FC0\nFC3FE0\nFC3FC0\nFD7FA0\nFDFFA0\nFDBF60\nFDDFE0\nFDDEE0\nFDEDE0\nFC7DE0\nFC13E0\nFC07E0\n3C01E0\n0C0060\nENDCHAR\nSTARTCHAR F23B\nENCODING 62011\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nF9CF80\nFDDF80\nFCBF80\nFEBF80\nFE7F80\nFF7F80\nFF7F80\nFF7F80\nFF7F80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F23C\nENCODING 62012\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 23 20 1 -2\nBITMAP\n001800\n002600\n00FC00\n00C700\n078180\n2F99C8\n3F0DF4\n67FDDC\n6FFBF4\n1FFFE8\n1712D8\n3E92BC\n3D7D7C\n3A00B8\n310110\n70C61C\nF9BA2A\nBA01EE\n97FFF4\n780018\nENDCHAR\nSTARTCHAR F23D\nENCODING 62013\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 17 1 -2\nBITMAP\n800000\n400000\n3C0000\n0FFFFE\n00FFFF\n00000F\n000006\n00000C\n000010\n000020\n000040\n000000\n000000\n040000\n0E0E00\n0E0F00\n0E0E00\nENDCHAR\nSTARTCHAR F23E\nENCODING 62014\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 20 0 -3\nBITMAP\n00E000\n071E00\n0BF900\n1F1E80\n3E0740\n5EE7A0\n7CF7A0\nBDF7D0\nFFFFD0\nF401D0\nF461D0\nF4E1D0\nB441D0\n7441A0\n7401A0\n300140\n3FFE80\n1BF900\n060600\n01F800\nENDCHAR\nSTARTCHAR F240\nENCODING 62016\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n7FFFFE\n800002\n800002\n9FFFFA\n9FFFFB\n9FFFF9\n9FFFF9\n9FFFF9\n9FFFF9\n9FFFFB\n9FFFFA\n800002\n800002\nFFFFFE\nENDCHAR\nSTARTCHAR F241\nENCODING 62017\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n7FFFFE\n800002\n800002\n9FFF02\n9FFF03\n9FFF01\n9FFF01\n9FFF01\n9FFF01\n9FFF03\n9FFF02\n800002\n800002\nFFFFFE\nENDCHAR\nSTARTCHAR F242\nENCODING 62018\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n7FFFFE\n800002\n800002\n9FF002\n9FF003\n9FF001\n9FF001\n9FF001\n9FF001\n9FF003\n9FF002\n800002\n800002\nFFFFFE\nENDCHAR\nSTARTCHAR F243\nENCODING 62019\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n7FFFFE\n800002\n800002\n9F0002\n9F0003\n9F0001\n9F0001\n9F0001\n9F0001\n9F0003\n9F0002\n800002\n800002\nFFFFFE\nENDCHAR\nSTARTCHAR F244\nENCODING 62020\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n7FFFFE\n800002\n800002\n800002\n800003\n800001\n800001\n800001\n800001\n800003\n800002\n800002\n800002\nFFFFFE\nENDCHAR\nSTARTCHAR F245\nENCODING 62021\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 20 0 -3\nBITMAP\n8000\nC000\nE000\nF000\nF800\nFC00\nFE00\nFF00\nFF80\nFFC0\nFFF0\nFFF8\nFFF8\nFF00\nFF80\nF780\nE3C0\nC3C0\n01C0\n0100\nENDCHAR\nSTARTCHAR F246\nENCODING 62022\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 0 -3\nBITMAP\nC180\nF780\n1C00\n0800\n0800\n0800\n0800\n0800\n0800\n1E00\n0800\n0800\n0800\n0800\n0800\n0800\n0800\n1C00\nF780\nE180\nENDCHAR\nSTARTCHAR F247\nENCODING 62023\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 20 0 -3\nBITMAP\nE00038\nE00038\nBFFFE8\nE00038\n5FFC10\n5FFC10\n500410\n5007D0\n5007D0\n500450\n500450\n5FFC50\n5FFC50\n408050\n40FFD0\n40FFD0\nE00038\nBFFFE8\nE00038\nE00038\nENDCHAR\nSTARTCHAR F248\nENCODING 62024\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 20 0 -3\nBITMAP\nE00380\nE00380\nBFFE80\nE00380\n400107\n400107\n4001FD\n400107\n400107\n400102\n400102\nE00382\nE00382\nBFFE82\nE08382\nE08382\n01C007\n017FFD\n01C007\n01C007\nENDCHAR\nSTARTCHAR F249\nENCODING 62025\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFE000\nFFE780\nFFE700\nFFE600\nFFE400\nENDCHAR\nSTARTCHAR F24A\nENCODING 62026\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\nFFFF\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n8001\n801F\n8011\n8013\n8016\nFFFC\nENDCHAR\nSTARTCHAR F24B\nENCODING 62027\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF8E08180\nF88F9980\nF89F9980\nF89F9980\nF88F9880\n81E08180\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F24C\nENCODING 62028\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFF00FF80\nFFFC3F80\nFFFE1F80\nFFF70F80\nF6730780\nFE718780\nFC718780\nFC718780\nFC718780\nF6730780\nFF770F80\nFFFE1F80\nFFFC3F80\nFF00FF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F24D\nENCODING 62029\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n7FFC00\nFFFE00\n800200\n800200\n83FFC0\n8FFFE0\n880020\n880020\n880020\n880020\n880020\n880020\n880020\n880020\nE80020\n680020\n080020\n080020\n0FFFE0\n07FFC0\nENDCHAR\nSTARTCHAR F24E\nENCODING 62030\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 20 0 -3\nBITMAP\n001000\n003C00\n0FEFF0\n003C00\n001000\n0C1030\n141050\n121048\n211084\n211084\n409102\n809202\n805201\nFFD3FF\n7F91FE\n3E10F8\n001000\n001000\n0FFFE0\n0FFFF0\nENDCHAR\nSTARTCHAR F250\nENCODING 62032\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFFF\nFFFF\n4002\n4002\n6006\n2004\n2004\n1008\n1818\n0E70\n0E70\n1818\n1008\n300C\n2004\n6006\n4002\n4002\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F251\nENCODING 62033\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFFF\nFFFF\n4002\n7FFE\n7FFE\n3FFC\n3FFC\n1FF8\n1FF8\n0FF0\n0FF0\n1818\n1008\n300C\n2004\n6006\n4002\n4002\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F252\nENCODING 62034\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFFF\nFFFF\n4002\n4002\n6006\n2004\n3FFC\n1FF8\n1FF8\n0FF0\n0FF0\n1818\n1008\n300C\n2004\n7FFE\n7FFE\n7FFE\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F253\nENCODING 62035\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\nFFFF\nFFFF\n4002\n4002\n6006\n2004\n2004\n1008\n1818\n0E70\n0E70\n1818\n1008\n3FFC\n3FFC\n7FFE\n7FFE\n7FFE\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR F254\nENCODING 62036\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 20 0 -3\nBITMAP\nFFFF80\nFFFF80\n000000\n7FFF00\n3FFE00\n3FFE00\n1FFC00\n1FFC00\n07F000\n03E000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\n3FFE00\n7FFF00\n000000\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F255\nENCODING 62037\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 15 0 -2\nBITMAP\n01D8\n1FFE\n1247\n7001\nD001\n9001\n9001\n8001\n8001\nC003\n6002\n3002\n1802\n0802\n0FFE\nENDCHAR\nSTARTCHAR F256\nENCODING 62038\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 20 0 -3\nBITMAP\n006000\n01F000\n071C00\n0D1200\n092200\n092380\n092480\n092480\n092480\n780080\nC80080\n880080\nC00080\n400080\n200080\n300080\n180080\n080180\n0FFF00\n03FF00\nENDCHAR\nSTARTCHAR F257\nENCODING 62039\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n1E0000\n33C000\n20F000\n201FE0\n1C0820\n3F1020\nFFE020\n802020\n802420\nFFE420\n3E1420\n021A20\n03E220\n010420\n011BC0\n00FF00\nENDCHAR\nSTARTCHAR F258\nENCODING 62040\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n7FF800\nFFFE00\n800200\nBFE300\n400180\n400080\n3FF040\n001060\n003030\n0FF010\n180008\n10000C\n100004\n1FF004\n001C04\n000604\n000204\n000204\n0003FC\n0001F8\nENDCHAR\nSTARTCHAR F259\nENCODING 62041\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 20 0 -3\nBITMAP\n00C000\n01E180\n0323C0\n073660\n093678\n091488\n091488\n0C9C98\n049C90\n040810\n740010\nDE0030\n860030\n820020\n400020\n300020\n180060\n0E0040\n03FFC0\n01FF80\nENDCHAR\nSTARTCHAR F25A\nENCODING 62042\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n020000\n0F8000\n088000\n088000\n088000\n088000\n08FC00\n089780\n0802C0\n780040\nC80040\n882440\nC12440\n412440\n2124C0\n302480\n180080\n080180\n0FFF80\n07FF00\nENDCHAR\nSTARTCHAR F25B\nENCODING 62043\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n0080\n03E0\n7220\nDA20\n8E20\n8620\nC638\n462E\n4247\n2249\n2091\n33D3\n1C35\n1025\n11D5\n100B\n1002\n1002\n1FFE\n07FC\nENDCHAR\nSTARTCHAR F25C\nENCODING 62044\nSWIDTH 1080 0\nDWIDTH 21 0\nBBX 22 11 0 1\nBITMAP\nFFDC38\nFFDC38\n0C1C38\n0C1E78\n0C1E78\n0C1BF8\n0C1BD8\n0C1BD8\n0C199C\n0C381C\n0C380C\nENDCHAR\nSTARTCHAR F25D\nENCODING 62045\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0E0E00\n180380\n338180\n63F0C0\n433840\nC31860\n831820\n833820\n83F020\n833020\nC33060\n431840\n6318C0\n230C80\n380380\n1C0700\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F25E\nENCODING 62046\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0E0E00\n380380\n300180\n6000C0\n460C40\nDF9F60\n99B120\nB07020\nB07020\n98B120\nDFBF60\n470E40\n6000C0\n200080\n380380\n1C0700\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F260\nENCODING 62048\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 14 1 0\nBITMAP\n010400\n038E00\n061B00\n0C3180\n1830C0\n301860\n610C30\nE18438\n70C070\n3860E0\n1C61C0\n0EC380\n078F00\n030600\nENDCHAR\nSTARTCHAR F261\nENCODING 62049\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0FFE00\n3FFF80\n3FFF80\n7EEFC0\n7C47C0\nF993E0\nF399E0\nE6CCE0\nE66CE0\nF339E0\nF933E0\n7C47C0\n7EEFC0\n3FFF80\n3FFF80\n1FFF00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F262\nENCODING 62050\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 14 0 0\nBITMAP\n01FFC000\n06003000\nFF80FF80\n70C38700\n60660300\n47343900\n89984C80\n9698B480\n9698B480\n9898C480\nCF3C7980\n403E0100\n305B0200\n1F88FC00\nENDCHAR\nSTARTCHAR F263\nENCODING 62051\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 1 -3\nBITMAP\n0600\n1F80\n3FC0\n79E0\n70E0\n70E0\n70E0\n39C0\n3FC0\n1F80\n4020\nF9F0\n7FE0\n1F80\n0600\n0F00\n1F80\n39C0\n70E0\n2040\nENDCHAR\nSTARTCHAR F264\nENCODING 62052\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n7FFF00\nFE3F80\nFC1F80\nF9CF80\nF9CF80\nF9CF80\nFC1F80\nFE3F80\nF3E780\nF80F80\nFC1F80\nFE3F80\nFC1F80\nF88F80\nF9CF80\n7FFF00\nENDCHAR\nSTARTCHAR F265\nENCODING 62053\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF1F1E0\nF0E1E0\nF843E0\nFC07E0\nFE0FE0\n7F1FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F266\nENCODING 62054\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -2\nBITMAP\nFDFBEF80\n38308200\n18310600\n18190400\n1C1A0400\n0C0E0800\n0E0C0800\n060E1000\n060E1000\n031F3000\n03132000\n01B3A000\n01A1C000\n01C1C000\n00C08000\n00808000\nENDCHAR\nSTARTCHAR F267\nENCODING 62055\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n004000\n07FC00\n0C6200\n13F980\n27FE80\n4FFF40\n5FF740\nDFEFA0\nBFCF20\nBF9FA0\nBF5FA0\nBF3FA0\nBE7FA0\n5EFF60\n5DFF40\n2BFEC0\n37FD80\n19F300\n060E00\n01F000\nENDCHAR\nSTARTCHAR F268\nENCODING 62056\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0FFE00\n3FFF80\n3FFF80\n5F01C0\n4C0000\nECF7E0\nE1F3E0\nF3FBE0\nF3FBE0\nF9F3E0\nF9F3E0\n7C07C0\n7F0FC0\n3FCF80\n3FDF80\n1FBF00\n07BC00\n017000\nENDCHAR\nSTARTCHAR F269\nENCODING 62057\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 20 19 0 -2\nBITMAP\n100000\n318200\n330180\n7F01C0\n7FC0C0\n7FC0E0\n7F83E0\nFF01E0\nFF01E0\nFE31F0\nFFF1E0\n7FE3E0\n7F87E0\n7FDFC0\n3FFFC0\n1FFF80\n0FFF00\n07FE00\n00F000\nENDCHAR\nSTARTCHAR F26A\nENCODING 62058\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -2\nBITMAP\n07FC00\n0F8600\n1F1F00\n3E0780\n7C07C0\n7803C0\nF803E0\nF803E0\nF801E0\nF801E0\nF801E0\nF803E0\n7803C0\n7C03C0\n7C0780\n3E0F80\n1F1F00\n0FC200\n01FC00\nENDCHAR\nSTARTCHAR F26B\nENCODING 62059\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -2\nBITMAP\n000FE0\n01FC20\n07FF20\n0FFFA0\n1BFFE0\n1707E0\n2E03E0\n1E01E0\n1FFFE0\n3FFFE0\n3FFFE0\n7E0000\n7E03E0\nDF03E0\n9FFFC0\n8FFF80\n87FF00\nC5FC00\n380000\nENDCHAR\nSTARTCHAR F26C\nENCODING 62060\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 21 16 0 -1\nBITMAP\nFFFFF8\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\n800008\nFFFFF8\n7FFFF0\n002000\n07FE00\nENDCHAR\nSTARTCHAR F26D\nENCODING 62061\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -1\nBITMAP\nE001E0\nC000E0\n80C0E0\n81E7E0\n83FFE0\n83FFE0\n83FFE0\n81FFE0\n81FFE0\nC1FFE0\nC1FFA0\nC1F820\nC0F820\nE0F020\nE00060\nF00060\n000080\nENDCHAR\nSTARTCHAR F26E\nENCODING 62062\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 20 0 -3\nBITMAP\n1FF8\n1FF8\n10C0\n13F8\n1006\n13F2\n1C18\n18C4\n1336\n061A\n04CA\n04CA\n841A\nD436\n4CE4\n6C08\n33F2\n1806\n0E18\n01E0\nENDCHAR\nSTARTCHAR F270\nENCODING 62064\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 -4\nBITMAP\n01E000\n07F800\n0FFC00\n1F3C00\n1E3C00\n003C00\n01FC00\n07FC00\n0F3C00\n1E3C00\n1E3C00\n1E3C00\n1FFE00\n0FDC00\n078800\n8003C0\n400140\n380780\n0FFC00\n03E000\nENDCHAR\nSTARTCHAR F271\nENCODING 62065\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF3F3C0\nFFFFC0\n800040\n800040\n808040\n808040\n808040\n83F040\n83F040\n808040\n808040\n800040\n800040\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F272\nENCODING 62066\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF3F3C0\nFFFFC0\n800040\n800040\n800040\n800040\n800040\n83F040\n83F040\n800040\n800040\n800040\n800040\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F273\nENCODING 62067\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF3F3C0\nFFFFC0\n800040\n800040\n800040\n833040\n81E040\n80C040\n81E040\n833040\n821040\n800040\n800040\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F274\nENCODING 62068\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n0C0C00\n1E1E00\n121200\nF3F3C0\nF3F3C0\nF3F3C0\nFFFFC0\n800040\n800040\n800040\n800C40\n801840\n843040\n866040\n83C040\n818040\n800040\n800040\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F275\nENCODING 62069\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\nF80000\nF80000\nF80000\nF80000\nF80000\nF80000\nF81060\nF870E0\nF8F1E0\nF9F3E0\nFBFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F276\nENCODING 62070\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 20 0 -3\nBITMAP\n0E00\n3F80\n73C0\n5FE0\nBFE0\nBFE0\nFFE0\nFFE0\n7FE0\n7FC0\n3F80\n0000\n0E00\n0E00\n0E00\n0E00\n0E00\n0E00\n0E00\n0E00\nENDCHAR\nSTARTCHAR F277\nENCODING 62071\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n00E000\n7FFFC0\n7FFFE0\n7FFFC0\n7FFF80\n000000\n00E000\n00E000\n7FFFC0\nFFFFC0\n7FFFC0\n3FFFC0\n000000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\nENDCHAR\nSTARTCHAR F278\nENCODING 62072\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n010004\n07E03C\n3D78F4\nE10F84\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n810204\n87C21C\n9C7270\nF01FC0\n800200\nENDCHAR\nSTARTCHAR F279\nENCODING 62073\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n040020\n1F80E0\n7FE1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF8FFC0\nE03F00\n800C00\nENDCHAR\nSTARTCHAR F27A\nENCODING 62074\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -3\nBITMAP\n03F800\n0FFE00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nF111E0\nF111E0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFE00\n1FF800\n1E0000\n380000\nENDCHAR\nSTARTCHAR F27B\nENCODING 62075\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 -3\nBITMAP\n03F800\n0FBE00\n380380\n6000C0\n400040\nC00020\n8EEE20\n8EEE20\n800020\n400060\n6000C0\n380180\n081E00\n1BF800\n160000\n3C0000\n600000\nENDCHAR\nSTARTCHAR F27C\nENCODING 62076\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 20 0 -3\nBITMAP\n0400\n0C00\n3C00\nFC00\nFC20\nFCE0\nFFE0\nF1E0\nE0E0\n8020\n8020\nC060\nF1E0\nFFE0\nE7E0\nC7E0\n07E0\n0780\n0700\n0400\nENDCHAR\nSTARTCHAR F27D\nENCODING 62077\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 16 1 -1\nBITMAP\n000100\n0E0F80\n3F1FC0\n7F1FC0\nFF2FC0\n1F07C0\n0F0780\n0F8F80\n0F8F00\n079F00\n07FE00\n07FC00\n07F800\n03F000\n03E000\n018000\nENDCHAR\nSTARTCHAR F27E\nENCODING 62078\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFC1F80\nFC1F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFC1F80\nFC1F80\nF80F80\nF80F80\nFC1F80\nFE3F80\nFF7F80\nFFFF80\nENDCHAR\nSTARTCHAR F280\nENCODING 62080\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\nFFFF80\nFFFF80\nFFEF80\nFF8380\nF04780\nF25780\nF3FF80\nE08780\nF3C780\nF3C780\nF3C780\nF3C780\nF3C780\nE08380\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F281\nENCODING 62081\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -2\nBITMAP\n002180\n003FC0\n0021C0\n004080\n004000\n004000\n01F000\n67FEC0\nFFFFE0\nFFFFE0\nF9F3E0\n70E1C0\n79F3C0\n7FFFC0\n3FFFC0\n3DF780\n1F1F00\n07FE00\n01F000\nENDCHAR\nSTARTCHAR F282\nENCODING 62082\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 -4\nBITMAP\n01E000\n07FC00\n1FFE00\n3FFF00\n3C1F80\n720F80\n440FC0\n8807C0\n1FFFC0\n1FFFC0\n3FFFC0\n3FFFC0\n380000\n380000\n3C0000\n1F8700\n1FFF00\n0FFF00\n07FF00\n00F800\nENDCHAR\nSTARTCHAR F283\nENCODING 62083\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 16 0 -1\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n00000000\n00000000\n00000000\n00000000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nE21FFF80\nE21FFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR F284\nENCODING 62084\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n00E000\n071C00\n180300\n200080\n41F040\n83FC40\n87FE80\n8FFF00\n0FF9C0\n0FE1C0\n0FE200\n0FF800\n8FFE00\n87FF80\n83FC40\n41F040\n200080\n100100\n080200\n079C00\nENDCHAR\nSTARTCHAR F285\nENCODING 62085\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -3\nBITMAP\n300000\n383FE0\n3E7FC0\n3F7FC0\n3FDF80\n3FFF00\n3FFB00\n3FFE00\n3FE000\n1E3D80\n03FF80\n0FFB80\n1FF780\n3FFF80\n3FEF80\n7FDF80\nFFC780\n000380\n000080\nENDCHAR\nSTARTCHAR F286\nENCODING 62086\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 0 -3\nBITMAP\n004000\n004000\n007000\n007000\n007000\n004000\n125200\n1FFE00\n1FFE00\n1DEE00\n1DEE00\n9FFE40\n9FFE40\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nENDCHAR\nSTARTCHAR F287\nENCODING 62087\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 25 15 0 1\nBITMAP\n00070000\n003F8000\n00678000\n00470000\n00C00000\n78800400\nF9800700\nFFFFFF80\nF8300600\n78100400\n00180000\n0009E000\n000FE000\n0003E000\n0001E000\nENDCHAR\nSTARTCHAR F288\nENCODING 62088\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n00E000\n07FC00\n0FFE00\n3FFF80\n3FFF80\n7C0FC0\n7C07C0\nFCF3E0\nFCF3E0\nFCF3E0\nFC03E0\nFC07E0\nFCFFE0\n7CFFC0\n7CFFC0\n3FFF80\n3FFF80\n1FFF00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F289\nENCODING 62089\nSWIDTH 1285 0\nDWIDTH 25 0\nBBX 24 14 0 0\nBITMAP\n01F800\n079C00\n060600\n0C0300\n1C0102\n7E010B\nC201CD\n80016D\n800125\n800025\nC00065\n7FFFCD\n3FFF8B\n000002\nENDCHAR\nSTARTCHAR F28A\nENCODING 62090\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 20 0 -3\nBITMAP\n0780\n1FF0\n3FF8\n7FF8\n7878\n7878\n7830\n7C00\n7F80\n3FE0\n0FF0\n03F8\n00F8\n7078\nF830\nF86E\nFFFF\n7FFF\n3FEF\n0F80\nENDCHAR\nSTARTCHAR F28B\nENCODING 62091\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FF800\n3FFE00\n3FFE00\n7FFF00\n708F00\nF08F00\nF08F80\nF08F80\nF08F80\n708F00\n788F00\n7FFE00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F28C\nENCODING 62092\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07F0\n1FF8\n3C3C\n700E\n6006\nE777\nC773\nC773\nC773\nC773\nE773\n6776\n700E\n3C1C\n1FF8\n07F0\nENDCHAR\nSTARTCHAR F28D\nENCODING 62093\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nF80F80\nF80F80\nF80F80\nF80F80\nF80F80\nF80F80\n780F00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR F28E\nENCODING 62094\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 16 16 0 -1\nBITMAP\n07E0\n1FF8\n3C3C\n700E\n6006\nE7F7\nC7F3\nC7F3\nC7F3\nC7F3\nE7F7\n67E6\n700E\n3C3C\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F290\nENCODING 62096\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 20 0 -3\nBITMAP\n006000\n01F800\n030800\n020400\n020400\n020400\n3AF5C0\n3AF5C0\n7DFBC0\n7FFFC0\n7FFFE0\n7FFFE0\n7FFFE0\n7FFFE0\n7FFFE0\n000000\n7FFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F291\nENCODING 62097\nSWIDTH 1131 0\nDWIDTH 22 0\nBBX 22 20 0 -3\nBITMAP\n00FC00\n07FFC0\n0CFCC0\n080060\n180020\n180020\n100030\n100030\n000000\nFFFFFC\nFFFFFC\n3FFBB8\n333BB8\n333BB8\n333BB0\n333BB0\n333BB0\n1FFFF0\n1FFFF0\n1FFFE0\nENDCHAR\nSTARTCHAR F292\nENCODING 62098\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 -1\nBITMAP\n01C700\n01C700\n03CE00\n038E00\n3FFFE0\n3FFFE0\n3FFFC0\n071C00\n071C00\n7FFF80\nFFFF80\nFFFF80\nFFFF80\n0E3800\n1C7000\n1C7000\nENDCHAR\nSTARTCHAR F293\nENCODING 62099\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 14 20 1 -3\nBITMAP\n0780\n1FE0\n3DF0\n7CF8\n7C78\nFC3C\nE49C\nF49C\nF83C\nFC7C\nFCFC\nF87C\nF4BC\nE49C\nFC3C\n7C78\n7CF8\n3DF0\n1FE0\n0780\nENDCHAR\nSTARTCHAR F294\nENCODING 62100\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 -2\nBITMAP\n0800\n0C00\n0E00\n0F00\n8B80\nC980\n6B00\n3E00\n1C00\n1C00\n3E00\n6F00\nCB80\n8B80\n0F00\n0E00\n0C00\n0800\nENDCHAR\nSTARTCHAR F295\nENCODING 62101\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 17 16 0 -1\nBITMAP\n3C0F00\n7E0E00\nFF1C00\nE73C00\nE77800\nFF7000\n7EE000\n3DE000\n03DE00\n03FF00\n077F80\n0FE380\n1EE380\n1CF780\n387F00\n783E00\nENDCHAR\nSTARTCHAR F296\nENCODING 62102\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F297\nENCODING 62103\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F298\nENCODING 62104\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F299\nENCODING 62105\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F29A\nENCODING 62106\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F29B\nENCODING 62107\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F29C\nENCODING 62108\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F29D\nENCODING 62109\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F29E\nENCODING 62110\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR F500\nENCODING 62720\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/Oswald-Medium.14.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"fonts\\ttf\\Oswald-Medium.ttf\" by \"third_party\\otf2bdf3-win32\\otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-Oswald-Medium-R-Normal--19-140-100-100-P-83-ISO10646-1\nSIZE 14 100 100\nFONTBOUNDINGBOX 39 26 -2 -6\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"Oswald\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 19\nPOINT_SIZE 140\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 83\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 20\nFONT_DESCENT 5\nCOPYRIGHT \"Copyright (c) 2010-13 by Vernon Adams\"\n_OTF_FONTFILE \"fonts\\ttf\\Oswald-Medium.ttf\"\n_OTF_PSNAME \"Oswald-Medium\"\nENDPROPERTIES\nCHARS 554\nSTARTCHAR 0020\nENCODING 32\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 0021\nENCODING 33\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 15 1 0\nBITMAP\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\n40\n40\n40\n00\nC0\nC0\nENDCHAR\nSTARTCHAR 0022\nENCODING 34\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 5 1 10\nBITMAP\nDC\nD8\nD8\nD8\nD8\nENDCHAR\nSTARTCHAR 0023\nENCODING 35\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n33\n37\n36\n76\nFF\nFF\n66\n66\nFF\nFF\nEC\nCC\nCC\nCC\nCC\nENDCHAR\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 19 1 -2\nBITMAP\n10\n10\n7C\nFE\nC6\nC6\nE0\nF0\n78\n3C\n1E\n0E\n47\nC7\nE7\nFE\n7C\n10\n10\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 15 1 0\nBITMAP\n786000\nFC6000\nCC6000\nCCC000\nCCC000\nCCC000\nCC8000\nFD9E00\n79BF00\n01B380\n033380\n033380\n033380\n023F00\n061E00\nENDCHAR\nSTARTCHAR 0026\nENCODING 38\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\n3C00\n7E00\n6600\n6600\n6600\n6C00\n3800\n3000\n7980\nFD80\nCD80\nC700\nC700\nFF80\n7980\nENDCHAR\nSTARTCHAR 0027\nENCODING 39\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 2 5 1 10\nBITMAP\nC0\nC0\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 0028\nENCODING 40\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 4 18 1 -3\nBITMAP\n10\n70\n60\n60\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\n60\n60\n70\n10\nENDCHAR\nSTARTCHAR 0029\nENCODING 41\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 4 18 1 -3\nBITMAP\nC0\nE0\n60\n60\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n60\n60\nE0\nC0\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 7 1 8\nBITMAP\n30\nB4\nFC\n78\n78\n6C\n28\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 8 0 4\nBITMAP\n18\n18\n18\nFF\nFF\n18\n18\n18\nENDCHAR\nSTARTCHAR 002C\nENCODING 44\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 5 1 -2\nBITMAP\nC0\nC0\n40\nC0\n80\nENDCHAR\nSTARTCHAR 002D\nENCODING 45\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 2 1 5\nBITMAP\nF8\nF8\nENDCHAR\nSTARTCHAR 002E\nENCODING 46\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 3 1 0\nBITMAP\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 002F\nENCODING 47\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\n0C\n08\n18\n18\n18\n30\n30\n30\n20\n60\n60\n60\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 6 15 1 0\nBITMAP\n1C\n7C\n7C\n9C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE7\nE7\nE7\n07\n0E\n0E\n1C\n38\n38\n70\nE0\nFF\nFF\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n3C\nFE\nE7\nC7\n07\n06\n1C\n1E\n06\n07\nC7\nC7\nE7\nFE\n3C\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n1E\n1E\n3E\n3E\n3E\n6E\n6E\nEE\nCE\nFF\nFF\n0E\n0E\n0E\n0E\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\nFE\nFE\nE0\nC0\nC0\nDC\nFE\nE7\n07\n07\n07\nE7\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE7\nE7\nE0\nFC\nFE\nE7\nE7\nE7\nE7\nE7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\nFC\nFC\n0C\n1C\n1C\n18\n18\n18\n38\n38\n30\n30\n70\n70\n60\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE6\nE7\nE6\nE6\n7C\n7E\nE6\nC7\nC7\nC7\nE7\nFE\n3C\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE6\nC7\nC7\nC7\nE7\nFF\n3F\n07\n07\nC7\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 003A\nENCODING 58\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 3 8 1 3\nBITMAP\nE0\nE0\n00\n00\n00\n00\nE0\nE0\nENDCHAR\nSTARTCHAR 003B\nENCODING 59\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 12 1 -2\nBITMAP\nE0\nE0\nE0\n00\n00\n00\n00\n00\nE0\nE0\n60\nC0\nENDCHAR\nSTARTCHAR 003C\nENCODING 60\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 10 1 2\nBITMAP\n08\n18\n78\nE0\nC0\nC0\nF0\n38\n18\n08\nENDCHAR\nSTARTCHAR 003D\nENCODING 61\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 5 1 5\nBITMAP\nFC\nFC\n00\nFC\nFC\nENDCHAR\nSTARTCHAR 003E\nENCODING 62\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 10 1 2\nBITMAP\n80\nE0\nF0\n38\n1C\n1C\n78\nF0\nC0\n80\nENDCHAR\nSTARTCHAR 003F\nENCODING 63\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n7C\nFE\nC6\nC7\n06\n0E\n0E\n1C\n38\n30\n30\n00\n30\n30\n30\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 16 18 1 -3\nBITMAP\n03F0\n0FFC\n1C0E\n3006\n71F3\n63F3\n6733\nC673\nCE63\nCE63\nCE63\nCEE6\nE7FC\n6338\n7000\n3800\n1FF0\n07F0\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 0\nBITMAP\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE300\nE300\nE300\nFE00\nFF00\nE380\nE380\nE380\nE380\nE380\nFF00\nFE00\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE700\nFF00\nFE00\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\nFC\nFC\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 15 0 0\nBITMAP\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nF8\nF0\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 1 0\nBITMAP\nE380\nE700\nE700\nEE00\nEE00\nFC00\nFC00\nFC00\nEC00\nEE00\nEE00\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 15 1 0\nBITMAP\nE0E0\nF1E0\nF1E0\nF1E0\nF1E0\nD160\nDB60\nDB60\nDB60\nDA60\nCE60\nCE60\nCE60\nCE60\nC460\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\nC3\nE3\nE3\nF3\nF3\nFB\nFB\nFB\nEF\nEF\nEF\nE7\nE7\nE3\nE3\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE300\nE380\nE300\nFF00\nFE00\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 -3\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\n0700\n0300\n0100\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 0 0\nBITMAP\nE180\n6180\n6380\n7380\n7300\n3300\n3300\n3700\n3F00\n3E00\n1E00\n1E00\n1E00\n1E00\n1C00\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 15 1 0\nBITMAP\nC630\nC630\nCE70\nCE70\nEF60\nEF60\n6F60\n6B60\n7B60\n79E0\n79C0\n79C0\n79C0\n31C0\n31C0\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n7300\n7300\n3700\n3E00\n1E00\n1E00\n1C00\n1E00\n3E00\n3600\n3700\n7300\n6380\nE380\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nFE\nFE\n0C\n1C\n18\n38\n38\n30\n70\n70\n60\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 005B\nENCODING 91\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 18 1 -3\nBITMAP\nF8\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nF8\nENDCHAR\nSTARTCHAR 005C\nENCODING 92\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\nC0\nC0\nC0\n60\n60\n60\n20\n30\n30\n30\n18\n18\n18\n08\n0C\nENDCHAR\nSTARTCHAR 005D\nENCODING 93\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 18 0 -3\nBITMAP\nF8\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nF8\nENDCHAR\nSTARTCHAR 005E\nENCODING 94\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 6 1 9\nBITMAP\n38\n38\n6C\n6C\nEE\nC6\nENDCHAR\nSTARTCHAR 005F\nENCODING 95\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 2 0 -3\nBITMAP\nFE\nFE\nENDCHAR\nSTARTCHAR 0060\nENCODING 96\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 4 4 1 11\nBITMAP\nE0\n60\n60\n30\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nFC\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFC\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n0E\n0E\n0E\n0E\n7E\nFE\nEE\nCE\nCE\nCE\nCE\nCE\nEE\nFE\n7E\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 15 0 0\nBITMAP\n3C\n3C\n30\n30\nFC\nFC\n30\n30\n30\n30\n30\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 14 0 -2\nBITMAP\n3D80\n7F00\n6600\n6700\n6700\n6600\n3E00\n7C00\n6000\n7F00\n6700\n6300\nFF00\n7E00\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nEE\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\n00\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 18 0 -3\nBITMAP\n70\n70\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nF0\nE0\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE7\nEE\nEE\nFC\nFC\nFC\nEC\nEE\nEE\nE7\nE7\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 11 1 0\nBITMAP\nDCE0\nFFF0\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 -3\nBITMAP\nFC\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFC\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 -3\nBITMAP\n7E\nFE\nEE\nCE\nCE\nCE\nCE\nCE\nEE\nFE\n7E\n0E\n0E\n0E\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 11 1 1\nBITMAP\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 0 0\nBITMAP\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 14 0 0\nBITMAP\n70\n70\n70\nFC\nFC\n70\n70\n70\n70\n70\n70\n70\n3C\n3C\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 0 0\nBITMAP\nE6\n66\n66\n6E\n6E\n7C\n3C\n3C\n3C\n3C\n38\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 11 0 0\nBITMAP\nE660\n6E60\n6EC0\n6EC0\n6EC0\n6AC0\n6BC0\n3BC0\n3B80\n3980\n3180\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 11 0 0\nBITMAP\nE7\n66\n7E\n3C\n3C\n38\n3C\n3C\n6E\n66\nE7\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 14 0 -3\nBITMAP\nE7\nE6\n66\n66\n7E\n3E\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 11 1 0\nBITMAP\nFC\nF8\n18\n38\n30\n70\n60\nE0\nE0\nFC\nFC\nENDCHAR\nSTARTCHAR 007B\nENCODING 123\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 18 1 -3\nBITMAP\n38\n78\n70\n70\n70\n70\n60\nE0\nE0\n60\n70\n70\n70\n70\n70\n70\n78\n38\nENDCHAR\nSTARTCHAR 007C\nENCODING 124\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 18 1 -3\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 007D\nENCODING 125\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 18 1 -3\nBITMAP\nE0\nF0\n70\n70\n70\n70\n70\n38\n38\n70\n70\n70\n70\n70\n70\n70\nF0\nE0\nENDCHAR\nSTARTCHAR 007E\nENCODING 126\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 3 1 7\nBITMAP\n62\nFE\n8C\nENDCHAR\nSTARTCHAR 00A0\nENCODING 160\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A1\nENCODING 161\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 15 1 -3\nBITMAP\nC0\nC0\n00\n40\n40\n40\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 00A2\nENCODING 162\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 -2\nBITMAP\n10\n10\n7C\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\n10\n10\nENDCHAR\nSTARTCHAR 00A3\nENCODING 163\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\n1E\n3E\n33\n73\n70\n70\n70\nFC\nFC\n70\n70\n70\n70\n7F\nFF\nENDCHAR\nSTARTCHAR 00A4\nENCODING 164\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 10 1 3\nBITMAP\n0080\nBD00\n6200\n4100\n8100\n8100\n4100\n6200\nBD00\n0080\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n6380\n6300\n7700\n3700\n3600\n3E00\n1E00\n1C00\n3F00\n1C00\n3F00\n3F00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 00A6\nENCODING 166\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 18 1 -3\nBITMAP\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\n00\n00\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 00A7\nENCODING 167\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n78\nFC\nC6\nE0\n70\n7C\nCC\nCE\nEC\n7C\n1C\n0E\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00A8\nENCODING 168\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 2 1 12\nBITMAP\nCC\nCC\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 15 1 0\nBITMAP\n0FC0\n3030\n67C8\n4FE4\n8CE4\n9CE2\n9C02\n9C02\n9C02\n8CE2\n8CE4\n4FC4\n6788\n3030\n0FC0\nENDCHAR\nSTARTCHAR 00AA\nENCODING 170\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 10 1 5\nBITMAP\n3C\n7C\n6C\n0E\n1E\n7E\nEE\nEE\nFE\n6E\nENDCHAR\nSTARTCHAR 00AB\nENCODING 171\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 9 1 1\nBITMAP\n22\n26\n66\nCC\n88\nCC\n66\n26\n22\nENDCHAR\nSTARTCHAR 00AC\nENCODING 172\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 5 1 4\nBITMAP\nFE\nFE\n06\n06\n06\nENDCHAR\nSTARTCHAR 00AD\nENCODING 173\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 2 1 7\nBITMAP\nF8\nF8\nENDCHAR\nSTARTCHAR 00AE\nENCODING 174\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 15 15 1 0\nBITMAP\n0FC0\n1830\n2FC8\n4FE4\nCE64\n8E62\n8EE2\n8FC2\n8FC2\n8EC2\nCEC4\n4E64\n2008\n1830\n0FC0\nENDCHAR\nSTARTCHAR 00AF\nENCODING 175\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 2 0 13\nBITMAP\nF8\nF8\nENDCHAR\nSTARTCHAR 00B0\nENCODING 176\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 7 1 8\nBITMAP\n3C\n7E\nC6\nC6\nC6\n7E\n3C\nENDCHAR\nSTARTCHAR 00B1\nENCODING 177\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 9 1 0\nBITMAP\n30\n30\nFC\nFC\n30\n30\n00\nFC\nFC\nENDCHAR\nSTARTCHAR 00B2\nENCODING 178\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 11 1 6\nBITMAP\n38\n7C\n6C\n4C\n0C\n18\n18\n30\n60\nFC\nFC\nENDCHAR\nSTARTCHAR 00B3\nENCODING 179\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 11 1 6\nBITMAP\n38\n7C\nEC\n0C\n1C\n1C\n0C\nEC\n6C\n7C\n38\nENDCHAR\nSTARTCHAR 00B4\nENCODING 180\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 4 4 1 11\nBITMAP\n70\n60\nC0\nC0\nENDCHAR\nSTARTCHAR 00B5\nENCODING 181\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 -3\nBITMAP\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFE\nFE\nC0\nC0\nE0\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 7 17 1 -3\nBITMAP\n7E\nFE\nF2\nF2\nF2\n72\n12\n12\n12\n12\n12\n12\n12\n12\n12\n12\n12\nENDCHAR\nSTARTCHAR 00B7\nENCODING 183\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 2 1 7\nBITMAP\nC0\nC0\nENDCHAR\nSTARTCHAR 00B8\nENCODING 184\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 5 1 -5\nBITMAP\n80\nE0\n30\n30\nE0\nENDCHAR\nSTARTCHAR 00B9\nENCODING 185\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 4 11 2 6\nBITMAP\n70\nF0\nB0\n30\n30\n30\n30\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 00BA\nENCODING 186\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 10 1 5\nBITMAP\n38\n7C\nEC\nCE\nCE\nCE\nCE\nEC\n7C\n38\nENDCHAR\nSTARTCHAR 00BB\nENCODING 187\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 9 1 1\nBITMAP\n88\nC8\nCC\n66\n32\n66\nCC\nC8\n88\nENDCHAR\nSTARTCHAR 00BC\nENCODING 188\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 15 1 0\nBITMAP\n20C0\nE180\nE180\n6100\n6300\n6200\n6600\n6620\n0460\n0CE0\n08A0\n19A0\n19F0\n1020\n3020\nENDCHAR\nSTARTCHAR 00BD\nENCODING 189\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 15 1 0\nBITMAP\n6080\nE180\nE100\n6300\n6300\n6200\n6600\n66F0\n0CD0\n0C10\n0830\n1860\n18C0\n30F0\n30F0\nENDCHAR\nSTARTCHAR 00BE\nENCODING 190\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 15 1 0\nBITMAP\nF0C0\n90C0\n3180\n6180\n3100\n9300\nF300\n0630\n0670\n0470\n0CF0\n0CB0\n19F8\n1830\n3030\nENDCHAR\nSTARTCHAR 00BF\nENCODING 191\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 -2\nBITMAP\n0C\n0C\n00\n0C\n0C\n1C\n38\n30\n70\nE0\nE7\nE7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 00C0\nENCODING 192\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 20 0 0\nBITMAP\n3000\n3800\n1800\n0800\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C1\nENCODING 193\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 20 0 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C2\nENCODING 194\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 20 0 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C3\nENCODING 195\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 0\nBITMAP\n1900\n3F00\n3200\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C4\nENCODING 196\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 0\nBITMAP\n3300\n3300\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C5\nENCODING 197\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 0\nBITMAP\n1C00\n1200\n1200\n1C00\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 00C6\nENCODING 198\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 13 15 -1 0\nBITMAP\n01F8\n03F8\n03C0\n07C0\n07C0\n0FC0\n0DF0\n0DF0\n1DC0\n19C0\n3FC0\n3FC0\n71C0\n71F8\nE1F8\nENDCHAR\nSTARTCHAR 00C7\nENCODING 199\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 -5\nBITMAP\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\n10\n1C\n06\n06\n1C\nENDCHAR\nSTARTCHAR 00C8\nENCODING 200\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n60\n70\n30\n10\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 00C9\nENCODING 201\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 00CA\nENCODING 202\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n38\n2C\n6C\n00\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 00CB\nENCODING 203\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\nCC\nCC\n00\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 00CC\nENCODING 204\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 20 0 0\nBITMAP\nC0\nE0\n60\n20\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00CD\nENCODING 205\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 20 1 0\nBITMAP\n38\n30\n60\n60\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 00CE\nENCODING 206\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 20 0 0\nBITMAP\n70\n58\nD8\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00CF\nENCODING 207\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 19 0 0\nBITMAP\nCC\nCC\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00D0\nENCODING 208\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 0\nBITMAP\n7F00\n7F80\n7380\n7180\n71C0\n71C0\nF9C0\nF9C0\n71C0\n71C0\n71C0\n7180\n7380\n7F80\n7F00\nENDCHAR\nSTARTCHAR 00D1\nENCODING 209\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 19 1 0\nBITMAP\n32\n7E\n64\n00\nC3\nE3\nE3\nF3\nF3\nFB\nFB\nFB\nEF\nEF\nEF\nE7\nE7\nE3\nE3\nENDCHAR\nSTARTCHAR 00D2\nENCODING 210\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n3000\n3800\n1800\n0800\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00D3\nENCODING 211\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00D4\nENCODING 212\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00D5\nENCODING 213\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n3200\n7E00\n6400\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00D6\nENCODING 214\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6600\n6600\n0000\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 6 1 4\nBITMAP\n48\nCC\n78\n30\n78\nCC\nENDCHAR\nSTARTCHAR 00D8\nENCODING 216\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 17 1 -1\nBITMAP\n0200\n3E00\n7F00\nE700\nE780\nE780\nEB80\nEB80\nEB80\nF380\nF380\nF380\nE380\nE300\n7F00\n3E00\n4000\nENDCHAR\nSTARTCHAR 00D9\nENCODING 217\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n3000\n3800\n1800\n0800\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00DA\nENCODING 218\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00DB\nENCODING 219\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00DC\nENCODING 220\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6600\n6600\n0000\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 00DD\nENCODING 221\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 20 0 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 00DE\nENCODING 222\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 1 0\nBITMAP\nE000\nE000\nFE00\nFF00\nE380\nE380\nE380\nE380\nE300\nFF00\nFC00\nE000\nE000\nE000\nE000\nENDCHAR\nSTARTCHAR 00DF\nENCODING 223\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7E\nE6\nE7\nE7\nE6\nEC\nEE\nE7\nE3\nE3\nE3\nE7\nEE\nEC\nENDCHAR\nSTARTCHAR 00E0\nENCODING 224\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E1\nENCODING 225\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E2\nENCODING 226\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n38\n2C\n6C\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E3\nENCODING 227\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\n64\nFC\nC8\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E4\nENCODING 228\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\nCC\nCC\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E5\nENCODING 229\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n70\n48\n48\n70\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 00E6\nENCODING 230\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 11 1 0\nBITMAP\n7BC0\nFFC0\nCEE0\nCEE0\n0FC0\n7E00\nEE00\nCEE0\nCEE0\nFFC0\n73C0\nENDCHAR\nSTARTCHAR 00E7\nENCODING 231\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 1 -5\nBITMAP\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\n20\n38\n0C\n0C\n38\nENDCHAR\nSTARTCHAR 00E8\nENCODING 232\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00E9\nENCODING 233\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00EA\nENCODING 234\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\n38\n2C\n6C\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00EB\nENCODING 235\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 1 0\nBITMAP\nCC\nCC\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00EC\nENCODING 236\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 16 0 0\nBITMAP\nC0\nE0\n60\n20\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00ED\nENCODING 237\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 16 1 0\nBITMAP\n38\n30\n60\n60\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 00EE\nENCODING 238\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 15 0 0\nBITMAP\n70\n58\nD8\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00EF\nENCODING 239\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 14 0 0\nBITMAP\nCC\nCC\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 00F0\nENCODING 240\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n70\n7F\n3C\n06\n7E\n7E\nE6\nE6\nE6\nE6\nE6\nE6\nE6\n7E\n7C\nENDCHAR\nSTARTCHAR 00F1\nENCODING 241\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\n64\nFC\nC8\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 00F2\nENCODING 242\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00F3\nENCODING 243\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00F4\nENCODING 244\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n38\n2C\n6C\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00F5\nENCODING 245\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\n64\nFC\nC8\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00F6\nENCODING 246\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\nCC\nCC\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 9 0 3\nBITMAP\n18\n18\n00\nFE\nFE\n00\n00\n18\n18\nENDCHAR\nSTARTCHAR 00F8\nENCODING 248\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 -2\nBITMAP\n04\n04\n7C\nFC\nCE\nCE\nDE\nDE\nEE\nEE\nEE\nFC\n78\n80\n80\nENDCHAR\nSTARTCHAR 00F9\nENCODING 249\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 00FA\nENCODING 250\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 00FB\nENCODING 251\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n38\n2C\n6C\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 00FC\nENCODING 252\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\n66\n66\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 00FD\nENCODING 253\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 19 0 -3\nBITMAP\n0E\n0C\n18\n18\n00\nE7\nE6\n66\n66\n7E\n3E\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 00FE\nENCODING 254\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 18 1 -3\nBITMAP\nE0\nE0\nE0\nE0\nFC\nFE\nEE\nE6\nE6\nE6\nE6\nE6\nEE\nFE\nFC\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 00FF\nENCODING 255\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 17 0 -3\nBITMAP\n66\n66\n00\nE7\nE6\n66\n66\n7E\n3E\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 0100\nENCODING 256\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 18 0 0\nBITMAP\n1F00\n1F00\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0101\nENCODING 257\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 13 1 0\nBITMAP\n7C\n7C\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 0102\nENCODING 258\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 0\nBITMAP\n3100\n1300\n1E00\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0103\nENCODING 259\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nC4\n4C\n78\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 0104\nENCODING 260\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 -5\nBITMAP\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\n0100\n0300\n03C0\n03C0\nENDCHAR\nSTARTCHAR 0105\nENCODING 261\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 -5\nBITMAP\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\n08\n18\n1E\n1E\nENDCHAR\nSTARTCHAR 0106\nENCODING 262\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 0107\nENCODING 263\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0108\nENCODING 264\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 0\nBITMAP\n1C\n16\n36\n00\n00\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 0109\nENCODING 265\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\n38\n2C\n6C\n00\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 010A\nENCODING 266\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 19 1 0\nBITMAP\n18\n18\n18\n00\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 010B\nENCODING 267\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 1 0\nBITMAP\n30\n30\n30\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 010C\nENCODING 268\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 0\nBITMAP\n66\n3C\n38\n00\n00\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 010D\nENCODING 269\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nCC\n78\n70\n00\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 010E\nENCODING 270\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n3300\n1E00\n1C00\n0000\n0000\nFE00\nFF00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE700\nFF00\nFE00\nENDCHAR\nSTARTCHAR 010F\nENCODING 271\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 15 1 0\nBITMAP\n0EC0\n0EC0\n0EC0\n0EC0\n7EC0\nFE00\nEE00\nCE00\nCE00\nCE00\nCE00\nCE00\nEE00\nFE00\n7E00\nENDCHAR\nSTARTCHAR 0110\nENCODING 272\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 15 0 0\nBITMAP\n7F00\n7F80\n7180\n71C0\n71C0\n71C0\nF9C0\nF9C0\n71C0\n71C0\n71C0\n71C0\n7180\n7F80\n7F00\nENDCHAR\nSTARTCHAR 0111\nENCODING 273\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n0E\n3F\n3F\n0E\n7E\nFE\nEE\nCE\nCE\nCE\nCE\nCE\nEE\nFE\n7E\nENDCHAR\nSTARTCHAR 0112\nENCODING 274\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 18 1 0\nBITMAP\n7C\n7C\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0113\nENCODING 275\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 13 1 0\nBITMAP\n7C\n7C\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0114\nENCODING 276\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\nC4\n4C\n78\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0115\nENCODING 277\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nC4\n4C\n78\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0116\nENCODING 278\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\n30\n30\n30\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0117\nENCODING 279\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 1 0\nBITMAP\n30\n30\n30\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0118\nENCODING 280\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 -5\nBITMAP\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\n10\n30\n3C\n3C\nENDCHAR\nSTARTCHAR 0119\nENCODING 281\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 -5\nBITMAP\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\n20\n60\n78\n78\nENDCHAR\nSTARTCHAR 011A\nENCODING 282\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n66\n3C\n38\n00\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 011B\nENCODING 283\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nCC\n78\n70\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 011C\nENCODING 284\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\nENDCHAR\nSTARTCHAR 011D\nENCODING 285\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 19 0 -3\nBITMAP\n1C00\n1600\n3600\n0000\n0000\n3D80\n7F00\n6600\n6700\n6700\n6600\n3E00\n7C00\n6000\n7F00\n6700\n6300\nFF00\n7E00\nENDCHAR\nSTARTCHAR 011E\nENCODING 286\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6200\n2600\n3C00\n0000\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\nENDCHAR\nSTARTCHAR 011F\nENCODING 287\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 18 0 -3\nBITMAP\n3100\n1300\n1E00\n0000\n3D80\n7F00\n6600\n6700\n6700\n6600\n3E00\n7C00\n6000\n7F00\n6700\n6300\nFF00\n7E00\nENDCHAR\nSTARTCHAR 0120\nENCODING 288\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n1800\n1800\n1800\n0000\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\nENDCHAR\nSTARTCHAR 0121\nENCODING 289\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 18 0 -3\nBITMAP\n0C00\n0C00\n0C00\n0000\n3D80\n7F00\n6600\n6700\n6700\n6600\n3E00\n7C00\n6000\n7F00\n6700\n6300\nFF00\n7E00\nENDCHAR\nSTARTCHAR 0122\nENCODING 290\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 21 1 -6\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\n0000\n0000\n1C00\n1C00\n0400\n1800\nENDCHAR\nSTARTCHAR 0123\nENCODING 291\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 9 22 0 -3\nBITMAP\n0400\n0C00\n0800\n0C00\n0C00\n0000\n0000\n0000\n3C80\n7F80\n6300\n6300\n6300\n3F00\n7E00\n4000\n7800\n3F00\n6380\nE180\nFF00\n3E00\nENDCHAR\nSTARTCHAR 0124\nENCODING 292\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 0125\nENCODING 293\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 20 1 0\nBITMAP\n38\n2C\n6C\n00\n00\nE0\nE0\nE0\nE0\nEE\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nENDCHAR\nSTARTCHAR 0126\nENCODING 294\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 0\nBITMAP\n71C0\n71C0\nFFE0\n71C0\n71C0\n71C0\n7FC0\n7FC0\n71C0\n71C0\n71C0\n71C0\n71C0\n71C0\n71C0\nENDCHAR\nSTARTCHAR 0127\nENCODING 295\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 0 0\nBITMAP\n70\nFC\nFC\n70\n77\n7F\n73\n73\n73\n73\n73\n73\n73\n73\n73\nENDCHAR\nSTARTCHAR 0128\nENCODING 296\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 19 0 0\nBITMAP\n64\nFC\nC8\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 0129\nENCODING 297\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 14 -1 0\nBITMAP\n64\nFC\nC8\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 012A\nENCODING 298\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 18 0 0\nBITMAP\nF8\nF8\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 012B\nENCODING 299\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 13 0 0\nBITMAP\nF8\nF8\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 012C\nENCODING 300\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 19 -1 0\nBITMAP\nC4\n4C\n78\n00\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 012D\nENCODING 301\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 15 -1 0\nBITMAP\nC4\n4C\n78\n00\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 012E\nENCODING 302\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 19 0 -5\nBITMAP\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n40\nC0\nF0\nF0\nENDCHAR\nSTARTCHAR 012F\nENCODING 303\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 19 0 -5\nBITMAP\n70\n70\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n40\nC0\nF0\nF0\nENDCHAR\nSTARTCHAR 0130\nENCODING 304\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 19 1 0\nBITMAP\n60\n60\n60\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0131\nENCODING 305\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 11 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0133\nENCODING 307\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 18 1 -3\nBITMAP\nE7\nE7\n00\n00\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\n07\n0F\n0E\nENDCHAR\nSTARTCHAR 0134\nENCODING 308\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 19 0 0\nBITMAP\n38\n2C\n6C\n00\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nF8\nF0\nENDCHAR\nSTARTCHAR 0135\nENCODING 309\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 18 0 -3\nBITMAP\n70\n58\nD8\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nF0\nE0\nENDCHAR\nSTARTCHAR 0136\nENCODING 310\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 20 1 -5\nBITMAP\nE380\nE700\nE700\nEE00\nEE00\nFC00\nFC00\nFC00\nEC00\nEE00\nEE00\nE700\nE700\nE300\nE380\n0000\n1C00\n1C00\n0400\n1800\nENDCHAR\nSTARTCHAR 0137\nENCODING 311\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 20 1 -5\nBITMAP\nE0\nE0\nE0\nE0\nE7\nEE\nEE\nFC\nFC\nFC\nEC\nEE\nEE\nE7\nE7\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 0138\nENCODING 312\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 11 1 0\nBITMAP\nE7\nEE\nEC\nFC\nF8\nFC\nEC\nEE\nEE\nE6\nE7\nENDCHAR\nSTARTCHAR 0139\nENCODING 313\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n38\n30\n60\n60\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 013A\nENCODING 314\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 20 1 0\nBITMAP\n38\n30\n60\n60\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 013B\nENCODING 315\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 -5\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nFE\nFE\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 013C\nENCODING 316\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 20 1 -5\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\n00\nE0\nE0\n20\nC0\nENDCHAR\nSTARTCHAR 013D\nENCODING 317\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nE6\nE6\nE6\nE6\nE6\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 013E\nENCODING 318\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 15 1 0\nBITMAP\nEC\nEC\nEC\nEC\nEC\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 013F\nENCODING 319\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nEC\nEC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0140\nENCODING 320\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE6\nE6\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0141\nENCODING 321\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\n70\n70\n70\n70\n74\n7C\n78\nF0\nF0\n70\n70\n70\n70\n7F\n7F\nENDCHAR\nSTARTCHAR 0142\nENCODING 322\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 15 0 0\nBITMAP\n30\n30\n30\n30\n34\n38\nF0\nB0\n30\n30\n30\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 0143\nENCODING 323\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nC3\nE3\nE3\nF3\nF3\nFB\nFB\nFB\nEF\nEF\nEF\nE7\nE7\nE3\nE3\nENDCHAR\nSTARTCHAR 0144\nENCODING 324\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 0145\nENCODING 325\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 -5\nBITMAP\nC3\nE3\nE3\nF3\nF3\nFB\nFB\nFB\nEF\nEF\nEF\nE7\nE7\nE3\nE3\n00\n1C\n1C\n04\n18\nENDCHAR\nSTARTCHAR 0146\nENCODING 326\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 -5\nBITMAP\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 0147\nENCODING 327\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 20 1 0\nBITMAP\n66\n3C\n38\n00\n00\nC3\nE3\nE3\nF3\nF3\nFB\nFB\nFB\nEF\nEF\nEF\nE7\nE7\nE3\nE3\nENDCHAR\nSTARTCHAR 0148\nENCODING 328\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n66\n3C\n38\n00\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 0149\nENCODING 329\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 17 1 0\nBITMAP\nC0\nC0\nC0\nC0\nC0\n00\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 014A\nENCODING 330\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 18 1 -3\nBITMAP\nC3\nE3\nE3\nF3\nF3\nFB\nDB\nDB\nCF\nCF\nCF\nC7\nC7\nC3\nC3\n03\n0F\n0E\nENDCHAR\nSTARTCHAR 014B\nENCODING 331\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 1 -3\nBITMAP\nDC\nFE\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nCE\n0E\n3C\n38\nENDCHAR\nSTARTCHAR 014C\nENCODING 332\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 0\nBITMAP\n3E00\n3E00\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 014D\nENCODING 333\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 13 1 0\nBITMAP\n7C\n7C\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 014E\nENCODING 334\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6200\n2600\n3C00\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 014F\nENCODING 335\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nC4\n4C\n78\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0150\nENCODING 336\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1B80\n1B00\n1300\n3600\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0151\nENCODING 337\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 16 1 0\nBITMAP\n37\n36\n26\n6C\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0152\nENCODING 338\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 15 1 0\nBITMAP\n3FF0\n7FF0\nE300\nE300\nE300\nE300\nE3E0\nE3E0\nE300\nE300\nE300\nE300\nE300\n7FF0\n3FF0\nENDCHAR\nSTARTCHAR 0153\nENCODING 339\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 11 1 0\nBITMAP\n7BC0\nFFE0\nEE60\nEE60\nEFE0\nEFE0\nEE00\nEE60\nEE60\nFFE0\n7BC0\nENDCHAR\nSTARTCHAR 0154\nENCODING 340\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 0155\nENCODING 341\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 16 1 0\nBITMAP\n1C\n18\n30\n30\n00\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0156\nENCODING 342\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 -5\nBITMAP\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\n0000\n1C00\n1C00\n0400\n1800\nENDCHAR\nSTARTCHAR 0157\nENCODING 343\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 16 1 -4\nBITMAP\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\n00\n70\n70\n10\n60\nENDCHAR\nSTARTCHAR 0158\nENCODING 344\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n3300\n1E00\n1C00\n0000\n0000\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 0159\nENCODING 345\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 15 1 0\nBITMAP\nCC\n78\n70\n00\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 015A\nENCODING 346\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 20 1 0\nBITMAP\n0E\n0C\n18\n18\n00\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 015B\nENCODING 347\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 0 0\nBITMAP\n0E\n0C\n18\n18\n00\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 015C\nENCODING 348\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 20 1 0\nBITMAP\n38\n2C\n6C\n00\n00\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 015D\nENCODING 349\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 0 0\nBITMAP\n38\n2C\n6C\n00\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 015E\nENCODING 350\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 20 1 -5\nBITMAP\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\n10\n1C\n06\n06\n1C\nENDCHAR\nSTARTCHAR 015F\nENCODING 351\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 0 -5\nBITMAP\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\n10\n1C\n06\n06\n1C\nENDCHAR\nSTARTCHAR 0160\nENCODING 352\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 20 1 0\nBITMAP\n66\n3C\n38\n00\n00\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 0161\nENCODING 353\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 0 0\nBITMAP\n66\n3C\n38\n00\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 0162\nENCODING 354\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 20 0 -5\nBITMAP\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n10\n1C\n06\n06\n1C\nENDCHAR\nSTARTCHAR 0163\nENCODING 355\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 7 19 0 -5\nBITMAP\n70\n70\n70\nFC\nFC\n70\n70\n70\n70\n70\n70\n70\n3C\n3C\n10\n1C\n06\n06\n1C\nENDCHAR\nSTARTCHAR 0164\nENCODING 356\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 20 0 0\nBITMAP\n66\n3C\n38\n00\n00\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 0165\nENCODING 357\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 8 17 0 0\nBITMAP\n03\n03\n03\n73\n73\n70\nFC\nFC\n70\n70\n70\n70\n70\n70\n70\n3C\n3C\nENDCHAR\nSTARTCHAR 0166\nENCODING 358\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\nFF\nFF\n18\n18\n18\n18\n7E\n7E\n18\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 0167\nENCODING 359\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 14 0 0\nBITMAP\n70\n70\n70\nFC\nFC\n70\nFC\nFC\n70\n70\n70\n70\n3C\n3C\nENDCHAR\nSTARTCHAR 0168\nENCODING 360\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n3200\n7E00\n6400\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0169\nENCODING 361\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 0\nBITMAP\n64\nFC\nC8\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 016A\nENCODING 362\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 0\nBITMAP\n3E00\n3E00\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 016B\nENCODING 363\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 13 1 0\nBITMAP\n7C\n7C\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 016C\nENCODING 364\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6200\n2600\n3C00\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 016D\nENCODING 365\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nC4\n4C\n78\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 016E\nENCODING 366\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1C00\n1200\n1200\n1C00\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 016F\nENCODING 367\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n38\n24\n24\n38\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 0170\nENCODING 368\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n1B80\n1B00\n1300\n3600\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0171\nENCODING 369\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 16 1 0\nBITMAP\n37\n36\n26\n6C\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 0172\nENCODING 370\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 -5\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\n1000\n3000\n3C00\n3C00\nENDCHAR\nSTARTCHAR 0173\nENCODING 371\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 -5\nBITMAP\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\n08\n18\n1E\n1E\nENDCHAR\nSTARTCHAR 0174\nENCODING 372\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n0E00\n0B00\n1B00\n0000\n0000\nC630\nC630\nCE70\nCE70\nEF60\nEF60\n6F60\n6B60\n7B60\n79E0\n79C0\n79C0\n79C0\n31C0\n31C0\nENDCHAR\nSTARTCHAR 0175\nENCODING 373\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 0\nBITMAP\n0E00\n0B00\n1B00\n0000\nE660\n6E60\n6EC0\n6EC0\n6EC0\n6AC0\n6BC0\n3BC0\n3B80\n3980\n3180\nENDCHAR\nSTARTCHAR 0176\nENCODING 374\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 20 0 0\nBITMAP\n1C00\n1600\n3600\n0000\n0000\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 0177\nENCODING 375\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 18 0 -3\nBITMAP\n38\n2C\n6C\n00\nE7\nE6\n66\n66\n7E\n3E\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 0178\nENCODING 376\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 19 0 0\nBITMAP\n3300\n3300\n0000\n0000\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 0179\nENCODING 377\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n1C\n18\n30\n30\n00\nFE\nFE\n0C\n1C\n18\n38\n38\n30\n70\n70\n60\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 017A\nENCODING 378\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 16 1 0\nBITMAP\n1C\n18\n30\n30\n00\nFC\nF8\n18\n38\n30\n70\n60\nE0\nE0\nFC\nFC\nENDCHAR\nSTARTCHAR 017B\nENCODING 379\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\n30\n30\n30\n00\nFE\nFE\n0C\n1C\n18\n38\n38\n30\n70\n70\n60\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 017C\nENCODING 380\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 14 1 0\nBITMAP\n30\n30\n30\nFC\nF8\n18\n38\n30\n70\n60\nE0\nE0\nFC\nFC\nENDCHAR\nSTARTCHAR 017D\nENCODING 381\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\nCC\n78\n70\n00\n00\nFE\nFE\n0C\n1C\n18\n38\n38\n30\n70\n70\n60\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 017E\nENCODING 382\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 15 1 0\nBITMAP\nCC\n78\n70\n00\nFC\nF8\n18\n38\n30\n70\n60\nE0\nE0\nFC\nFC\nENDCHAR\nSTARTCHAR 0192\nENCODING 402\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 17 0 -2\nBITMAP\n0F\n0E\n1C\n1C\n3E\n3E\n18\n18\n18\n18\n38\n38\n38\n38\n38\nF0\nF0\nENDCHAR\nSTARTCHAR 01C4\nENCODING 452\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 20 1 0\nBITMAP\n001980\n000F00\n000E00\n000000\n000000\nFE1FC0\nFF1FC0\nE30180\nE38380\nE38300\nE38700\nE38700\nE38600\nE38E00\nE38E00\nE38C00\nE39C00\nE71C00\nFF1FC0\nFE1FC0\nENDCHAR\nSTARTCHAR 01C5\nENCODING 453\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 15 1 0\nBITMAP\nFE1980\nFF0F00\nE30E00\nE38000\nE39F80\nE39F00\nE38300\nE38700\nE38600\nE38E00\nE38C00\nE39C00\nE71C00\nFF1F80\nFE1F80\nENDCHAR\nSTARTCHAR 01C6\nENCODING 454\nSWIDTH 822 0\nDWIDTH 16 0\nBBX 15 15 1 0\nBITMAP\n0E66\n0E3C\n0E38\n0E00\n7E7E\nFE7C\nEE0C\nCE1C\nCE18\nCE38\nCE30\nCE70\nEE70\nFE7E\n7E7E\nENDCHAR\nSTARTCHAR 01C7\nENCODING 455\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 15 1 0\nBITMAP\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nE070\nFFF0\nFFE0\nENDCHAR\nSTARTCHAR 01C8\nENCODING 456\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 18 1 -3\nBITMAP\nE0E0\nE0E0\nE000\nE000\nE0E0\nE0E0\nE0E0\nE0E0\nE0E0\nE0E0\nE0E0\nE0E0\nE0E0\nFEE0\nFEE0\n00E0\n01E0\n01C0\nENDCHAR\nSTARTCHAR 01C9\nENCODING 457\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 18 1 -3\nBITMAP\nE7\nE7\nE0\nE0\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\nE7\n07\n0F\n0E\nENDCHAR\nSTARTCHAR 01CA\nENCODING 458\nSWIDTH 874 0\nDWIDTH 17 0\nBBX 14 15 1 0\nBITMAP\nC31C\nE31C\nE31C\nF31C\nF31C\nFB1C\nFB1C\nFB1C\nEF1C\nEF1C\nEF1C\nE71C\nE71C\nE37C\nE378\nENDCHAR\nSTARTCHAR 01CB\nENCODING 459\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 18 1 -3\nBITMAP\nC338\nE338\nE300\nF300\nF338\nFB38\nFB38\nFB38\nEF38\nEF38\nEF38\nE738\nE738\nE338\nE338\n0038\n0078\n0070\nENDCHAR\nSTARTCHAR 01CC\nENCODING 460\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 18 1 -3\nBITMAP\n0070\n0070\n0000\n0000\nFE70\nFE70\nEE70\nEE70\nEE70\nEE70\nEE70\nEE70\nEE70\nEE70\nEE70\n0070\n00F0\n00E0\nENDCHAR\nSTARTCHAR 01F1\nENCODING 497\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 15 1 0\nBITMAP\nFE1FC0\nFF1FC0\nE30180\nE38380\nE38300\nE38700\nE38700\nE38600\nE38E00\nE38E00\nE38C00\nE39C00\nE71C00\nFF1FC0\nFE1FC0\nENDCHAR\nSTARTCHAR 01F2\nENCODING 498\nSWIDTH 925 0\nDWIDTH 18 0\nBBX 17 15 1 0\nBITMAP\nFE0000\nFF0000\nE30000\nE38000\nE39F80\nE39F00\nE38300\nE38700\nE38600\nE38E00\nE38C00\nE39C00\nE71C00\nFF1F80\nFE1F80\nENDCHAR\nSTARTCHAR 01F3\nENCODING 499\nSWIDTH 822 0\nDWIDTH 16 0\nBBX 15 15 1 0\nBITMAP\n0E00\n0E00\n0E00\n0E00\n7E7E\nFE7C\nEE0C\nCE1C\nCE18\nCE38\nCE30\nCE70\nEE70\nFE7E\n7E7E\nENDCHAR\nSTARTCHAR 01F4\nENCODING 500\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\n3E00\n7F00\nE300\nE380\nE380\nE000\nE000\nEF80\nEF80\nE380\nE380\nE380\nE380\n7F80\n3D80\nENDCHAR\nSTARTCHAR 01F5\nENCODING 501\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 19 0 -3\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\n3D80\n7F00\n6600\n6700\n6700\n6600\n3E00\n7C00\n6000\n7F00\n6700\n6300\nFF00\n7E00\nENDCHAR\nSTARTCHAR 0200\nENCODING 512\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 20 0 0\nBITMAP\nEC00\n6C00\n2400\n3600\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0201\nENCODING 513\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 0 0\nBITMAP\nEC\n6C\n24\n36\n3C\n7E\n67\n67\n0F\n3F\n77\n67\n67\n7F\n3F\nENDCHAR\nSTARTCHAR 0202\nENCODING 514\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 19 0 0\nBITMAP\n1E00\n1300\n1300\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0203\nENCODING 515\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n78\n4C\n4C\n00\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 0204\nENCODING 516\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 20 0 0\nBITMAP\nEC\n6C\n24\n36\n00\n7F\n7F\n70\n70\n70\n70\n7E\n7E\n70\n70\n70\n70\n70\n7F\n7F\nENDCHAR\nSTARTCHAR 0205\nENCODING 517\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\nEC\n6C\n24\n36\n3C\n7E\n67\n67\n7F\n7F\n60\n67\n67\n7E\n3C\nENDCHAR\nSTARTCHAR 0206\nENCODING 518\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\n78\n4C\n4C\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0207\nENCODING 519\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\n78\n4C\n4C\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0208\nENCODING 520\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 7 20 -2 0\nBITMAP\nEC\n6C\n24\n36\n00\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\nENDCHAR\nSTARTCHAR 0209\nENCODING 521\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 7 15 -2 0\nBITMAP\nEC\n6C\n24\n36\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\n1C\nENDCHAR\nSTARTCHAR 020A\nENCODING 522\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 19 0 0\nBITMAP\nF0\n98\n98\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 020B\nENCODING 523\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 15 0 0\nBITMAP\nF0\n98\n98\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 020C\nENCODING 524\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\nEC00\n6C00\n2400\n3600\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 020D\nENCODING 525\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 0 0\nBITMAP\nEC\n6C\n24\n36\n3C\n7E\n67\n67\n67\n67\n67\n67\n67\n7E\n3C\nENDCHAR\nSTARTCHAR 020E\nENCODING 526\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n3C00\n2600\n2600\n0000\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 020F\nENCODING 527\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n78\n4C\n4C\n00\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0210\nENCODING 528\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\nEC00\n6C00\n2400\n3600\n0000\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 0211\nENCODING 529\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 15 -1 0\nBITMAP\nEC\n6C\n24\n34\n3E\n3E\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 0212\nENCODING 530\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n3C00\n2600\n2600\n0000\nFE00\nFF00\nE300\nE380\nE380\nE300\nFF00\nFE00\nEE00\nE600\nE700\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 0213\nENCODING 531\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 15 1 0\nBITMAP\n78\n4C\n4C\n00\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0214\nENCODING 532\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\nEC00\n6C00\n2400\n3600\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0215\nENCODING 533\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 0 0\nBITMAP\nEC\n6C\n24\n34\n77\n77\n77\n77\n77\n77\n77\n77\n77\n7F\n77\nENDCHAR\nSTARTCHAR 0216\nENCODING 534\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n3C00\n2600\n2600\n0000\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0217\nENCODING 535\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\n78\n4C\n4C\n00\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nFE\nEE\nENDCHAR\nSTARTCHAR 0218\nENCODING 536\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 21 1 -6\nBITMAP\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\n00\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 0219\nENCODING 537\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 17 0 -6\nBITMAP\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\n00\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 021A\nENCODING 538\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 20 0 -5\nBITMAP\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n00\n38\n38\n08\n30\nENDCHAR\nSTARTCHAR 021B\nENCODING 539\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 20 0 -6\nBITMAP\n70\n70\n70\nFC\nFC\n70\n70\n70\n70\n70\n70\n70\n3C\n3C\n00\n00\n70\n70\n10\n60\nENDCHAR\nSTARTCHAR 0237\nENCODING 567\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 14 0 -3\nBITMAP\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nF0\nE0\nENDCHAR\nSTARTCHAR 02BC\nENCODING 700\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 2 5 2 10\nBITMAP\nC0\nC0\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 02C6\nENCODING 710\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 4 1 11\nBITMAP\n70\n70\nD8\nD8\nENDCHAR\nSTARTCHAR 02C7\nENCODING 711\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 3 1 12\nBITMAP\nD8\nD8\n70\nENDCHAR\nSTARTCHAR 02D8\nENCODING 728\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 2 1 12\nBITMAP\n98\nF0\nENDCHAR\nSTARTCHAR 02D9\nENCODING 729\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 2 3 -1 0\nBITMAP\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 4 4 0 11\nBITMAP\nE0\n90\n90\nE0\nENDCHAR\nSTARTCHAR 02DB\nENCODING 731\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 4 0 -4\nBITMAP\n60\nC0\nF0\nF0\nENDCHAR\nSTARTCHAR 02DC\nENCODING 732\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 3 1 12\nBITMAP\n64\nFC\nC8\nENDCHAR\nSTARTCHAR 02DD\nENCODING 733\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 4 1 11\nBITMAP\n6E\n6C\n4C\nD8\nENDCHAR\nSTARTCHAR 0300\nENCODING 768\nSWIDTH 102 0\nDWIDTH 2 0\nBBX 3 4 0 11\nBITMAP\nC0\nE0\n60\n20\nENDCHAR\nSTARTCHAR 0301\nENCODING 769\nSWIDTH 102 0\nDWIDTH 2 0\nBBX 4 4 0 11\nBITMAP\n70\n60\nC0\nC0\nENDCHAR\nSTARTCHAR 0302\nENCODING 770\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 5 3 1 12\nBITMAP\n70\n58\nD8\nENDCHAR\nSTARTCHAR 0303\nENCODING 771\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 3 1 12\nBITMAP\n64\nFC\nC8\nENDCHAR\nSTARTCHAR 0304\nENCODING 772\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 2 0 13\nBITMAP\nF8\nF8\nENDCHAR\nSTARTCHAR 0306\nENCODING 774\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 3 0 12\nBITMAP\nC4\n4C\n78\nENDCHAR\nSTARTCHAR 0307\nENCODING 775\nSWIDTH 102 0\nDWIDTH 2 0\nBBX 2 3 0 12\nBITMAP\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 0308\nENCODING 776\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 2 1 12\nBITMAP\nCC\nCC\nENDCHAR\nSTARTCHAR 030A\nENCODING 778\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 4 4 0 11\nBITMAP\nE0\n90\n90\nE0\nENDCHAR\nSTARTCHAR 030C\nENCODING 780\nSWIDTH 154 0\nDWIDTH 3 0\nBBX 6 3 -1 12\nBITMAP\nCC\n78\n70\nENDCHAR\nSTARTCHAR 030F\nENCODING 783\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 4 0 11\nBITMAP\nEC\n6C\n24\n36\nENDCHAR\nSTARTCHAR 0311\nENCODING 785\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 3 1 12\nBITMAP\nF0\n98\n98\nENDCHAR\nSTARTCHAR 0326\nENCODING 806\nSWIDTH 154 0\nDWIDTH 3 0\nBBX 3 4 0 -4\nBITMAP\nE0\nE0\n20\nC0\nENDCHAR\nSTARTCHAR 03A0\nENCODING 928\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 03C0\nENCODING 960\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 11 0 0\nBITMAP\nFFC0\nFFC0\n3380\n3380\n3380\n3380\n3380\n3380\n3380\n33C0\n31C0\nENDCHAR\nSTARTCHAR 0400\nENCODING 1024\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n60\n70\n30\n10\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0401\nENCODING 1025\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 19 1 0\nBITMAP\nCC\nCC\n00\n00\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0402\nENCODING 1026\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 15 0 0\nBITMAP\nFF00\nFF00\n3800\n3800\n3800\n3800\n3F80\n3FC0\n38C0\n38C0\n38C0\n38C0\n38C0\n3BC0\n3B80\nENDCHAR\nSTARTCHAR 0403\nENCODING 1027\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nFE\nFE\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0404\nENCODING 1028\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3E\n7F\nE3\nE3\nE3\nE0\nFC\nFC\nE0\nE0\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 0405\nENCODING 1029\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 1 0\nBITMAP\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 0406\nENCODING 1030\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0407\nENCODING 1031\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 19 0 0\nBITMAP\nCC\nCC\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 0408\nENCODING 1032\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 15 0 0\nBITMAP\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nF8\nF0\nENDCHAR\nSTARTCHAR 0409\nENCODING 1033\nSWIDTH 822 0\nDWIDTH 16 0\nBBX 16 15 0 0\nBITMAP\n1FE0\n1FE0\n1CE0\n1CE0\n18E0\n18E0\n18F8\n18FE\n18E7\n18E7\n38E7\n38E7\n38E7\nF0FE\nE0FC\nENDCHAR\nSTARTCHAR 040A\nENCODING 1034\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 15 1 0\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nFFE0\nFFF8\nE398\nE39C\nE39C\nE39C\nE39C\nE3F8\nE3F0\nENDCHAR\nSTARTCHAR 040B\nENCODING 1035\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 0 0\nBITMAP\nFE00\nFE00\n3800\n3800\n3800\n3800\n3F80\n3F80\n3980\n3980\n3980\n3980\n3980\n3980\n3980\nENDCHAR\nSTARTCHAR 040C\nENCODING 1036\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 20 1 0\nBITMAP\n0700\n0600\n0C00\n0C00\n0000\nE380\nE700\nE700\nE600\nEE00\nEE00\nFC00\nFC00\nEC00\nEE00\nEE00\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 040D\nENCODING 1037\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 20 1 0\nBITMAP\n3000\n3800\n1800\n0800\n0000\nE380\nE380\nE380\nE780\nE780\nEF80\nEF80\nFB80\nFB80\nF380\nF380\nF380\nE380\nE380\nC380\nENDCHAR\nSTARTCHAR 040E\nENCODING 1038\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 22 0 -3\nBITMAP\n3100\n1300\n1E00\n0000\nE380\n6380\n6380\n7300\n7300\n3300\n3700\n3700\n3E00\n1E00\n1E00\n1E00\n1E00\n1C00\n0C00\n1C00\n7C00\n7800\nENDCHAR\nSTARTCHAR 040F\nENCODING 1039\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 18 1 -3\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nFF80\nFF80\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 0410\nENCODING 1040\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 0\nBITMAP\n1E00\n1E00\n1E00\n1E00\n1E00\n3F00\n3700\n3300\n3300\n3300\n7F80\n7F80\n6380\n6180\nE1C0\nENDCHAR\nSTARTCHAR 0411\nENCODING 1041\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFE\nE7\nE3\nE3\nE3\nE7\nFF\nFC\nENDCHAR\nSTARTCHAR 0412\nENCODING 1042\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE300\nE300\nE300\nFE00\nFF00\nE380\nE380\nE380\nE380\nE380\nFF00\nFE00\nENDCHAR\nSTARTCHAR 0413\nENCODING 1043\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nFE\nFE\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0414\nENCODING 1044\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 12 18 0 -3\nBITMAP\n0FE0\n0FE0\n0CE0\n0CE0\n1CE0\n1CE0\n1CE0\n1CE0\n1CE0\n18E0\n18E0\n38E0\n30E0\nFFF0\nFFF0\nC030\nC030\nC030\nENDCHAR\nSTARTCHAR 0415\nENCODING 1045\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 15 1 0\nBITMAP\nFE\nFE\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nFE\nFE\nENDCHAR\nSTARTCHAR 0416\nENCODING 1046\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 14 15 0 0\nBITMAP\nE31C\n7338\n7338\n3330\n3B70\n1B60\n1BE0\n1FE0\n1BE0\n1B60\n3B70\n3330\n7338\n6318\nE31C\nENDCHAR\nSTARTCHAR 0417\nENCODING 1047\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 0 0\nBITMAP\n3E00\n7F00\n6380\nE380\n0380\n0300\n1E00\n1F00\n0300\n0380\n6380\n6380\n7300\n7F00\n1E00\nENDCHAR\nSTARTCHAR 0418\nENCODING 1048\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nE380\nE380\nE380\nE780\nE780\nEF80\nEF80\nFB80\nFB80\nF380\nF380\nF380\nE380\nE380\nC380\nENDCHAR\nSTARTCHAR 0419\nENCODING 1049\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n6200\n2600\n3C00\n0000\nE380\nE380\nE380\nE780\nE780\nEF80\nEF80\nFB80\nFB80\nF380\nF380\nF380\nE380\nE380\nC380\nENDCHAR\nSTARTCHAR 041A\nENCODING 1050\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 1 0\nBITMAP\nE380\nE700\nE700\nE600\nEE00\nEE00\nFC00\nFC00\nEC00\nEE00\nEE00\nE700\nE700\nE300\nE380\nENDCHAR\nSTARTCHAR 041B\nENCODING 1051\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 11 15 0 0\nBITMAP\n1FE0\n1FE0\n18E0\n18E0\n18E0\n18E0\n18E0\n18E0\n38E0\n38E0\n38E0\n38E0\n30E0\nF0E0\nE0E0\nENDCHAR\nSTARTCHAR 041C\nENCODING 1052\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 15 1 0\nBITMAP\nE0E0\nE0E0\nF1E0\nF1E0\nF1E0\nF1E0\nDB60\nDB60\nDB60\nDB60\nCE60\nCE60\nCE60\nCE60\nC460\nENDCHAR\nSTARTCHAR 041D\nENCODING 1053\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 041E\nENCODING 1054\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 041F\nENCODING 1055\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 0420\nENCODING 1056\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 1 0\nBITMAP\nFE00\nFF00\nE300\nE300\nE380\nE300\nFF00\nFE00\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nENDCHAR\nSTARTCHAR 0421\nENCODING 1057\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3E\n7F\nE3\nE3\nE3\nE0\nE0\nE0\nE0\nE3\nE3\nE3\nE3\n7F\n3E\nENDCHAR\nSTARTCHAR 0422\nENCODING 1058\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 15 0 0\nBITMAP\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 0423\nENCODING 1059\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 18 0 -3\nBITMAP\nE380\n6380\n6380\n7300\n7300\n3300\n3700\n3700\n3E00\n1E00\n1E00\n1E00\n1E00\n1C00\n0C00\n1C00\n7C00\n7800\nENDCHAR\nSTARTCHAR 0424\nENCODING 1060\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 17 1 -1\nBITMAP\n0E00\n0E00\n0E00\n3FC0\n7FE0\nEE60\nCE70\nCE70\nCE70\nCE70\nCE70\nCE70\nEE60\n7FE0\n3FC0\n0E00\n0E00\nENDCHAR\nSTARTCHAR 0425\nENCODING 1061\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n7300\n7300\n3700\n3E00\n1E00\n1E00\n1C00\n1E00\n3E00\n3600\n3700\n7300\n6380\nE380\nENDCHAR\nSTARTCHAR 0426\nENCODING 1062\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 11 18 1 -3\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nFFE0\nFFE0\n0060\n0060\n0060\nENDCHAR\nSTARTCHAR 0427\nENCODING 1063\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\nE380\nE380\nE380\nE380\nE380\nE380\nE380\n7F80\n3F80\n0380\n0380\n0380\n0380\n0380\n0380\nENDCHAR\nSTARTCHAR 0428\nENCODING 1064\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 15 1 0\nBITMAP\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 0429\nENCODING 1065\nSWIDTH 822 0\nDWIDTH 16 0\nBBX 15 18 1 -3\nBITMAP\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nE738\nFFFE\nFFFE\n000E\n000E\n000E\nENDCHAR\nSTARTCHAR 042A\nENCODING 1066\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 15 0 0\nBITMAP\nF800\nF800\n1800\n1800\n1800\n1800\n1F00\n1FC0\n18C0\n18E0\n18E0\n18E0\n18E0\n1FC0\n1F80\nENDCHAR\nSTARTCHAR 042B\nENCODING 1067\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 15 1 0\nBITMAP\nE038\nE038\nE038\nE038\nE038\nE038\nFC38\nFF38\nE738\nE338\nE338\nE338\nE738\nFF38\nFC38\nENDCHAR\nSTARTCHAR 042C\nENCODING 1068\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nFC\nFF\nE7\nE3\nE3\nE3\nE7\nFF\nFC\nENDCHAR\nSTARTCHAR 042D\nENCODING 1069\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n7F\nE7\nE3\nE3\n03\n1F\n1F\n03\n03\nE3\nE3\nE7\n7F\n3E\nENDCHAR\nSTARTCHAR 042E\nENCODING 1070\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 15 1 0\nBITMAP\nE3E0\nE7F0\nE630\nE638\nE638\nE638\nFE38\nFE38\nE638\nE638\nE638\nE638\nE630\nE7F0\nE3E0\nENDCHAR\nSTARTCHAR 042F\nENCODING 1071\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 15 0 0\nBITMAP\n1FC0\n3FC0\n71C0\n71C0\n71C0\n71C0\n39C0\n3FC0\n1FC0\n19C0\n39C0\n39C0\n71C0\n71C0\nE1C0\nENDCHAR\nSTARTCHAR 0430\nENCODING 1072\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\n1E\n7E\nEE\nCE\nCE\nFE\n7E\nENDCHAR\nSTARTCHAR 0431\nENCODING 1073\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 17 1 0\nBITMAP\n04\n1C\n7C\nE0\nC0\nC0\nD8\nFC\nEE\nCE\nCE\nCE\nCE\nCE\nEE\nFC\n78\nENDCHAR\nSTARTCHAR 0432\nENCODING 1074\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nFC\nFE\nEE\nEE\nFC\nFC\nEE\nE6\nEE\nFE\nFC\nENDCHAR\nSTARTCHAR 0433\nENCODING 1075\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 11 1 0\nBITMAP\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0434\nENCODING 1076\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 14 0 -3\nBITMAP\n1F80\n1F80\n1B80\n1B80\n1B80\n1B80\n3B80\n3380\n7380\nFFC0\nFFC0\nC0C0\nC0C0\nC0C0\nENDCHAR\nSTARTCHAR 0435\nENCODING 1077\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0436\nENCODING 1078\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 12 11 0 0\nBITMAP\nE670\n6660\n76C0\n36C0\n37C0\n1F80\n37C0\n36C0\n66E0\n6660\nE670\nENDCHAR\nSTARTCHAR 0437\nENCODING 1079\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 11 1 0\nBITMAP\n78\nFC\nCC\n0C\n3C\n38\n0C\nCC\nCC\nFC\n78\nENDCHAR\nSTARTCHAR 0438\nENCODING 1080\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nC6\nCE\nCE\nCE\nDE\nDE\nF6\nF6\nE6\nE6\nC6\nENDCHAR\nSTARTCHAR 0439\nENCODING 1081\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 15 1 0\nBITMAP\nC4\n4C\n78\n00\nC6\nCE\nCE\nCE\nDE\nDE\nF6\nF6\nE6\nE6\nC6\nENDCHAR\nSTARTCHAR 043A\nENCODING 1082\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 11 1 0\nBITMAP\nE7\nEE\nEE\nFC\nFC\nFC\nFC\nEC\nEE\nEE\nE7\nENDCHAR\nSTARTCHAR 043B\nENCODING 1083\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 11 0 -1\nBITMAP\n1F80\n3F80\n3B80\n3B80\n3B80\n3B80\n3B80\n3380\n3380\nF380\nE380\nENDCHAR\nSTARTCHAR 043C\nENCODING 1084\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 11 1 0\nBITMAP\nC380\nE380\nE380\nE780\nF780\nFD80\nDD80\nDD80\nD980\nC980\nC180\nENDCHAR\nSTARTCHAR 043D\nENCODING 1085\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nE6\nE6\nE6\nE6\nFE\nFE\nE6\nE6\nE6\nE6\nE6\nENDCHAR\nSTARTCHAR 043E\nENCODING 1086\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nCE\nCE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 043F\nENCODING 1087\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nFE\nFE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nEE\nENDCHAR\nSTARTCHAR 0440\nENCODING 1088\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 -3\nBITMAP\nFC\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFC\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0441\nENCODING 1089\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nC0\nC0\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0442\nENCODING 1090\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 7 11 0 0\nBITMAP\nFE\nFE\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 0443\nENCODING 1091\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 14 0 -3\nBITMAP\nE7\n67\n66\n66\n66\n36\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 0444\nENCODING 1092\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 11 18 1 -3\nBITMAP\n0C00\n0C00\n0C00\n0C00\n3F80\n7FC0\nCCC0\nCCE0\nCCE0\nCCE0\nCCE0\nCCE0\nECC0\n7FC0\n3F80\n0C00\n0C00\n0C00\nENDCHAR\nSTARTCHAR 0445\nENCODING 1093\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 11 0 0\nBITMAP\nE7\n66\n7E\n3C\n3C\n38\n3C\n3C\n6E\n66\nE7\nENDCHAR\nSTARTCHAR 0446\nENCODING 1094\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 14 1 -3\nBITMAP\nE600\nE600\nE600\nE600\nE600\nE600\nE600\nE600\nE600\nFF80\nFF80\n0180\n0180\n0180\nENDCHAR\nSTARTCHAR 0447\nENCODING 1095\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nCE\nCE\nCE\nCE\nCE\nFE\n3E\n0E\n0E\n0E\n0E\nENDCHAR\nSTARTCHAR 0448\nENCODING 1096\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 11 1 0\nBITMAP\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0449\nENCODING 1097\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 14 1 -3\nBITMAP\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nCEE0\nFFF0\nFFF0\n0030\n0030\n0030\nENDCHAR\nSTARTCHAR 044A\nENCODING 1098\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 11 0 0\nBITMAP\nF800\nF800\n3800\n3800\n3F00\n3F80\n3980\n3980\n3980\n3F80\n3F00\nENDCHAR\nSTARTCHAR 044B\nENCODING 1099\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 11 1 0\nBITMAP\nE0E0\nE0E0\nE0E0\nE0E0\nF8E0\nFEE0\nE6E0\nE6E0\nE6E0\nFEE0\nFCE0\nENDCHAR\nSTARTCHAR 044C\nENCODING 1100\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\nE0\nE0\nE0\nE0\nF8\nFE\nE6\nE6\nE6\nFE\nFC\nENDCHAR\nSTARTCHAR 044D\nENCODING 1101\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCC\n0E\n7E\n7E\n0E\nCE\nCC\nFC\n78\nENDCHAR\nSTARTCHAR 044E\nENCODING 1102\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 10 11 1 0\nBITMAP\nC780\nCFC0\nCCC0\nCCC0\nFCC0\nFCC0\nCCC0\nCCC0\nCCC0\nCFC0\nC780\nENDCHAR\nSTARTCHAR 044F\nENCODING 1103\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 11 0 0\nBITMAP\n3F\n7F\n67\n67\n67\n7F\n3F\n37\n77\n77\nE7\nENDCHAR\nSTARTCHAR 0450\nENCODING 1104\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0451\nENCODING 1105\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 1 0\nBITMAP\nCC\nCC\n00\n78\nFC\nCE\nCE\nFE\nFE\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0452\nENCODING 1106\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 18 0 -3\nBITMAP\n70\n70\nFC\nFC\n70\n70\n7F\n7F\n73\n73\n73\n73\n73\n73\n73\n03\n0F\n0E\nENDCHAR\nSTARTCHAR 0453\nENCODING 1107\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 16 1 0\nBITMAP\n1C\n18\n30\n30\n00\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0454\nENCODING 1108\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n7C\nFC\nCE\nC0\nF8\nF8\nC0\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 0455\nENCODING 1109\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 0 0\nBITMAP\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 0456\nENCODING 1110\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\n00\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0457\nENCODING 1111\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 6 14 0 0\nBITMAP\nCC\nCC\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nENDCHAR\nSTARTCHAR 0458\nENCODING 1112\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 18 0 -3\nBITMAP\n70\n70\n00\n00\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\n70\nF0\nE0\nENDCHAR\nSTARTCHAR 0459\nENCODING 1113\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 13 11 0 -1\nBITMAP\n1F80\n1F80\n3B80\n3B80\n3BF0\n3BF8\n3B98\n3398\n3398\nF3F8\nE3F0\nENDCHAR\nSTARTCHAR 045A\nENCODING 1114\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 11 1 0\nBITMAP\nEE00\nEE00\nEE00\nEE00\nEE00\nFFC0\nFFE0\nEE60\nEE60\nEEE0\nEFC0\nENDCHAR\nSTARTCHAR 045B\nENCODING 1115\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 15 0 0\nBITMAP\n70\n70\nFC\nFC\n70\n70\n7F\n7F\n73\n73\n73\n73\n73\n73\n73\nENDCHAR\nSTARTCHAR 045C\nENCODING 1116\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 16 1 0\nBITMAP\n0E\n0C\n18\n18\n00\nE7\nEE\nEE\nFC\nFC\nFC\nFC\nEC\nEE\nEE\nE7\nENDCHAR\nSTARTCHAR 045D\nENCODING 1117\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 16 1 0\nBITMAP\n60\n70\n30\n10\n00\nC6\nCE\nCE\nCE\nDE\nDE\nF6\nF6\nE6\nE6\nC6\nENDCHAR\nSTARTCHAR 045E\nENCODING 1118\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 18 0 -3\nBITMAP\n62\n26\n3C\n00\nE7\n67\n66\n66\n66\n36\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 045F\nENCODING 1119\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 14 1 -3\nBITMAP\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFE\n18\n18\n18\nENDCHAR\nSTARTCHAR 0490\nENCODING 1168\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 18 1 0\nBITMAP\n06\n06\n06\nFE\nFE\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0491\nENCODING 1169\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 5 13 1 0\nBITMAP\n08\n08\nF8\nF8\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 04AE\nENCODING 1198\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 04AF\nENCODING 1199\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 14 0 -3\nBITMAP\nE7\n66\n66\n66\n7E\n3C\n3C\n3C\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 04B0\nENCODING 1200\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 15 0 0\nBITMAP\nE380\n6380\n7300\n7700\n3700\n3E00\n1E00\n1C00\n7F80\n7F80\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 04B1\nENCODING 1201\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 14 0 -3\nBITMAP\nE7\n66\n66\n66\n7E\n3C\n3C\n3C\n38\n7E\n7E\n18\n18\n18\nENDCHAR\nSTARTCHAR 04C0\nENCODING 1216\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 3 15 1 0\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 04E8\nENCODING 1256\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 15 1 0\nBITMAP\n3E00\n7F00\nE300\nE380\nE380\nE380\nFF80\nFF80\nE380\nE380\nE380\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 04E9\nENCODING 1257\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n78\nFC\nCE\nCE\nFE\nFE\nCE\nCE\nCE\nFC\n78\nENDCHAR\nSTARTCHAR 1E02\nENCODING 7682\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n0C00\n0C00\n0C00\n0000\nFE00\nFF00\nE300\nE300\nE300\nE300\nFE00\nFF00\nE380\nE380\nE380\nE380\nE380\nFF00\nFE00\nENDCHAR\nSTARTCHAR 1E03\nENCODING 7683\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 19 1 0\nBITMAP\n18\n18\n18\n00\nE0\nE0\nE0\nE0\nFC\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFC\nENDCHAR\nSTARTCHAR 1E0A\nENCODING 7690\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 0\nBITMAP\n1800\n1800\n1800\n0000\nFE00\nFF00\nE300\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE700\nFF00\nFE00\nENDCHAR\nSTARTCHAR 1E0B\nENCODING 7691\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 19 1 0\nBITMAP\n30\n30\n30\n00\n0E\n0E\n0E\n0E\n7E\nFE\nEE\nCE\nCE\nCE\nCE\nCE\nEE\nFE\n7E\nENDCHAR\nSTARTCHAR 1E1E\nENCODING 7710\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 19 1 0\nBITMAP\n30\n30\n30\n00\nFC\nFC\nE0\nE0\nE0\nE0\nFC\nFC\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 1E1F\nENCODING 7711\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 18 0 0\nBITMAP\n30\n30\n30\n3C\n3C\n30\n30\nFC\nFC\n30\n30\n30\n30\n30\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 1E40\nENCODING 7744\nSWIDTH 668 0\nDWIDTH 13 0\nBBX 11 19 1 0\nBITMAP\n0600\n0600\n0600\n0000\nE0E0\nF1E0\nF1E0\nF1E0\nF1E0\nD160\nDB60\nDB60\nDB60\nDA60\nCE60\nCE60\nCE60\nCE60\nC460\nENDCHAR\nSTARTCHAR 1E41\nENCODING 7745\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 15 1 0\nBITMAP\n0600\n0600\n0600\n0000\nDCE0\nFFF0\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nC670\nENDCHAR\nSTARTCHAR 1E56\nENCODING 7766\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 19 1 0\nBITMAP\n1800\n1800\n1800\n0000\nFE00\nFF00\nE300\nE300\nE380\nE300\nFF00\nFE00\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nENDCHAR\nSTARTCHAR 1E57\nENCODING 7767\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 17 1 -3\nBITMAP\n18\n18\n18\nFC\nFE\nE6\nE6\nE6\nE6\nE6\nE6\nE6\nFE\nFC\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 1E60\nENCODING 7776\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 8 19 1 0\nBITMAP\n18\n18\n18\n00\n7C\nFE\nE6\nC7\nE0\nF0\n78\n3C\n1E\n0F\n47\nC7\nE7\n7E\n3C\nENDCHAR\nSTARTCHAR 1E61\nENCODING 7777\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 14 0 0\nBITMAP\n18\n18\n18\n3C\n7C\n66\n60\n78\n3C\n1E\n2E\nE6\n7E\n3C\nENDCHAR\nSTARTCHAR 1E6A\nENCODING 7786\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 19 0 0\nBITMAP\n18\n18\n18\n00\nFF\nFF\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nENDCHAR\nSTARTCHAR 1E6B\nENCODING 7787\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 18 0 0\nBITMAP\n30\n30\n30\n00\n70\n70\n70\nFC\nFC\n70\n70\n70\n70\n70\n70\n70\n3C\n3C\nENDCHAR\nSTARTCHAR 1E80\nENCODING 7808\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n1800\n1C00\n0C00\n0400\n0000\nC630\nC630\nCE70\nCE70\nEF60\nEF60\n6F60\n6B60\n7B60\n79E0\n79C0\n79C0\n79C0\n31C0\n31C0\nENDCHAR\nSTARTCHAR 1E81\nENCODING 7809\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 0\nBITMAP\n1800\n1C00\n0C00\n0400\n0000\nE660\n6E60\n6EC0\n6EC0\n6EC0\n6AC0\n6BC0\n3BC0\n3B80\n3980\n3180\nENDCHAR\nSTARTCHAR 1E82\nENCODING 7810\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n0380\n0300\n0600\n0600\n0000\nC630\nC630\nCE70\nCE70\nEF60\nEF60\n6F60\n6B60\n7B60\n79E0\n79C0\n79C0\n79C0\n31C0\n31C0\nENDCHAR\nSTARTCHAR 1E83\nENCODING 7811\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 16 0 0\nBITMAP\n0380\n0300\n0600\n0600\n0000\nE660\n6E60\n6EC0\n6EC0\n6EC0\n6AC0\n6BC0\n3BC0\n3B80\n3980\n3180\nENDCHAR\nSTARTCHAR 1E84\nENCODING 7812\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 12 19 1 0\nBITMAP\n1980\n1980\n0000\n0000\nC630\nC630\nCE70\nCE70\nEF60\nEF60\n6F60\n6B60\n7B60\n79E0\n79C0\n79C0\n79C0\n31C0\n31C0\nENDCHAR\nSTARTCHAR 1E85\nENCODING 7813\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 11 14 0 0\nBITMAP\n1980\n1980\n0000\nE660\n6E60\n6EC0\n6EC0\n6EC0\n6AC0\n6BC0\n3BC0\n3B80\n3980\n3180\nENDCHAR\nSTARTCHAR 1EF2\nENCODING 7922\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 9 20 0 0\nBITMAP\n3000\n3800\n1800\n0800\n0000\nE380\n6380\n7300\n7700\n3700\n3E00\n3E00\n1E00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\nENDCHAR\nSTARTCHAR 1EF3\nENCODING 7923\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 8 19 0 -3\nBITMAP\n60\n70\n30\n10\n00\nE7\nE6\n66\n66\n7E\n3E\n3C\n3C\n3C\n1C\n18\n18\n78\n70\nENDCHAR\nSTARTCHAR 2013\nENCODING 8211\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 2 0 5\nBITMAP\nFF80\nFF80\nENDCHAR\nSTARTCHAR 2014\nENCODING 8212\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 2 0 6\nBITMAP\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 2015\nENCODING 8213\nSWIDTH 1954 0\nDWIDTH 38 0\nBBX 36 2 1 5\nBITMAP\nFFFFFFFFF0\nFFFFFFFFF0\nENDCHAR\nSTARTCHAR 2018\nENCODING 8216\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 3 5 1 10\nBITMAP\n40\nC0\n80\nE0\nE0\nENDCHAR\nSTARTCHAR 2019\nENCODING 8217\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 3 5 1 10\nBITMAP\nE0\nE0\n60\n40\nC0\nENDCHAR\nSTARTCHAR 201A\nENCODING 8218\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 2 5 2 -2\nBITMAP\nC0\nC0\n40\n40\n80\nENDCHAR\nSTARTCHAR 201C\nENCODING 8220\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 5 1 10\nBITMAP\n46\nCC\n88\nEE\nEE\nENDCHAR\nSTARTCHAR 201D\nENCODING 8221\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 6 5 2 10\nBITMAP\nDC\nDC\n4C\n4C\n98\nENDCHAR\nSTARTCHAR 201E\nENCODING 8222\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 6 5 2 -2\nBITMAP\nCC\nCC\n44\n44\n8C\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\n30\n30\n30\nFC\nFC\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 2021\nENCODING 8225\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 0\nBITMAP\n30\n30\n30\n30\nFC\nFC\n30\n30\n30\nFC\nFC\n30\n30\n30\n30\nENDCHAR\nSTARTCHAR 2022\nENCODING 8226\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 6 1 4\nBITMAP\n78\n78\nFC\nFC\n78\n78\nENDCHAR\nSTARTCHAR 2026\nENCODING 8230\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 10 3 1 0\nBITMAP\nDDC0\nDDC0\nDDC0\nENDCHAR\nSTARTCHAR 2030\nENCODING 8240\nSWIDTH 1337 0\nDWIDTH 26 0\nBBX 24 15 1 0\nBITMAP\n786000\nFC6000\nCC6000\nCCC000\nCCC000\nCCC000\nCC8000\nFD9E1E\n79BF3F\n01B3B3\n0333B3\n0333B3\n0333B3\n023F3F\n061E1E\nENDCHAR\nSTARTCHAR 2039\nENCODING 8249\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 10 1 1\nBITMAP\n10\n20\n60\nC0\n80\nC0\n60\n20\n10\n10\nENDCHAR\nSTARTCHAR 203A\nENCODING 8250\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 4 10 1 2\nBITMAP\n80\n80\nC0\n60\n30\n70\nE0\nC0\n80\n80\nENDCHAR\nSTARTCHAR 2044\nENCODING 8260\nSWIDTH 257 0\nDWIDTH 5 0\nBBX 5 15 0 0\nBITMAP\n18\n18\n18\n30\n30\n30\n30\n30\n60\n60\n60\n60\n60\nC0\nC0\nENDCHAR\nSTARTCHAR 2074\nENCODING 8308\nSWIDTH 360 0\nDWIDTH 7 0\nBBX 6 10 1 5\nBITMAP\n18\n38\n78\n58\nD8\n98\nFC\nFC\n18\n18\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 0\nBITMAP\n1F00\n3F80\n7180\n71C0\n7000\nFC00\n7000\n7000\nFC00\n7000\n71C0\n7180\n7180\n3F80\n1F00\nENDCHAR\nSTARTCHAR 2113\nENCODING 8467\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 18 1 -1\nBITMAP\n0100\n0780\n0F80\n0D80\n0D80\n0D00\n0B00\n0A00\n1E00\n1C00\n1800\n1800\n3000\n7000\nD000\n3000\n3200\n1C00\nENDCHAR\nSTARTCHAR 2116\nENCODING 8470\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 15 1 0\nBITMAP\nC30000\nE30000\nE30000\nF30000\nF31E00\nFB3F00\nFB3380\nFB3380\nEF3380\nEF3380\nEF3380\nE73380\nE73380\nE33F00\nE31E00\nENDCHAR\nSTARTCHAR 2122\nENCODING 8482\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 13 8 1 7\nBITMAP\nFB18\n3318\n33B8\n33B8\n32B8\n32F8\n32F8\n3258\nENDCHAR\nSTARTCHAR 212E\nENCODING 8494\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 11 1 0\nBITMAP\n7C\nCC\nC6\nC6\nC6\nFE\nC0\nC6\nC6\nC6\n7C\nENDCHAR\nSTARTCHAR 2202\nENCODING 8706\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 8 15 1 0\nBITMAP\n3C\n1E\n06\n03\n03\n7B\nFF\nE7\nC7\nC7\nC7\nC6\nC6\nFE\n7C\nENDCHAR\nSTARTCHAR 220F\nENCODING 8719\nSWIDTH 565 0\nDWIDTH 11 0\nBBX 9 19 1 -3\nBITMAP\nFF80\nFF80\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nE380\nENDCHAR\nSTARTCHAR 2211\nENCODING 8721\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 7 20 0 -4\nBITMAP\n80\n7E\n7E\n70\n30\n30\n38\n38\n18\n1C\n1C\n18\n18\n38\n30\n30\n70\n70\n7E\nFE\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 1 1 7\nBITMAP\nFC\nENDCHAR\nSTARTCHAR 2215\nENCODING 8725\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 1\nBITMAP\n0C\n08\n18\n18\n18\n30\n30\n30\n20\n60\n60\n40\nC0\nC0\nC0\nENDCHAR\nSTARTCHAR 2219\nENCODING 8729\nSWIDTH 205 0\nDWIDTH 4 0\nBBX 2 2 1 6\nBITMAP\nC0\nC0\nENDCHAR\nSTARTCHAR 221A\nENCODING 8730\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 10 15 0 1\nBITMAP\n01C0\n01C0\n01C0\n0180\nF980\nF980\n1B80\n1B80\n1B00\n1B00\n1F00\n0F00\n0F00\n0E00\n0E00\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 12 6 0 2\nBITMAP\n7DE0\n7FF0\nC730\nCF30\n7FE0\n79E0\nENDCHAR\nSTARTCHAR 222B\nENCODING 8747\nSWIDTH 308 0\nDWIDTH 6 0\nBBX 6 19 0 -3\nBITMAP\n3C\n3C\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\n30\n70\nF0\n60\nENDCHAR\nSTARTCHAR 2248\nENCODING 8776\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 7 1 5\nBITMAP\n72\nFE\n9C\n00\nF2\nFE\n0C\nENDCHAR\nSTARTCHAR 2260\nENCODING 8800\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 15 1 1\nBITMAP\n0C\n0C\n08\n18\n18\nFC\nFC\n30\nFC\nFC\n60\n60\n60\n40\nC0\nENDCHAR\nSTARTCHAR 2264\nENCODING 8804\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 13 1 0\nBITMAP\n04\n08\n18\n78\nE0\nC0\nE0\n70\n38\n08\n04\nFC\nFC\nENDCHAR\nSTARTCHAR 2265\nENCODING 8805\nSWIDTH 411 0\nDWIDTH 8 0\nBBX 6 13 1 0\nBITMAP\n80\nC0\nE0\n78\n3C\n0C\n3C\n70\nE0\nC0\n80\nFC\nFC\nENDCHAR\nSTARTCHAR 25CA\nENCODING 9674\nSWIDTH 462 0\nDWIDTH 9 0\nBBX 7 11 1 0\nBITMAP\n10\n38\n2C\n6C\nC6\n82\nC6\n64\n2C\n38\n10\nENDCHAR\nSTARTCHAR FB00\nENCODING 64256\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 11 15 0 0\nBITMAP\n3DE0\n3DE0\n3180\n3180\nFFE0\nFFE0\n3180\n3180\n3180\n3180\n3180\n3180\n3180\n3180\n3180\nENDCHAR\nSTARTCHAR FB01\nENCODING 64257\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 0 0\nBITMAP\n3D80\n3D80\n3000\n3000\nFF80\nFF80\n3380\n3380\n3380\n3380\n3380\n3380\n3380\n3380\n3380\nENDCHAR\nSTARTCHAR FB02\nENCODING 64258\nSWIDTH 514 0\nDWIDTH 10 0\nBBX 9 15 0 0\nBITMAP\n1F80\n3F80\n3180\n7180\nFD80\nFD80\n7180\n7180\n7180\n7180\n7180\n7180\n7180\n7180\n7180\nENDCHAR\nSTARTCHAR FB03\nENCODING 64259\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 15 0 0\nBITMAP\n3DDC\n3FDC\n3380\n7380\nFFFC\nFFFC\n739C\n739C\n739C\n739C\n739C\n739C\n739C\n739C\n739C\nENDCHAR\nSTARTCHAR FB04\nENCODING 64260\nSWIDTH 771 0\nDWIDTH 15 0\nBBX 14 15 0 0\nBITMAP\n3DFC\n3DFC\n3180\n3180\nFFFC\nFFFC\n319C\n319C\n319C\n319C\n319C\n319C\n319C\n319C\n319C\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/Oswald-Medium.24.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"Oswald-Medium.ttf\" by \"otf2bdf 3.0\".\nCOMMENT\nFONT -FreeType-Oswald-Medium-R-Normal--33-240-100-100-P-138-ISO10646-1\nSIZE 24 100 100\nFONTBOUNDINGBOX 67 48 -3 -11\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"Oswald\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 33\nPOINT_SIZE 240\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 138\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 35\nFONT_DESCENT 8\nCOPYRIGHT \"Copyright (c) 2010-13 by Vernon Adams\"\n_OTF_FONTFILE \"Oswald-Medium.ttf\"\n_OTF_PSNAME \"Oswald-Medium\"\nENDPROPERTIES\nCHARS 554\nSTARTCHAR 0020\nENCODING 32\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 0021\nENCODING 33\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 28 2 0\nBITMAP\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nE0\nE0\nE0\nE0\nE0\nE0\n60\n60\n60\n60\n60\n60\n60\n00\n00\n00\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 0022\nENCODING 34\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 9 9 2 19\nBITMAP\nF380\nF380\nE380\nE380\nE380\nE300\nE300\nE300\nC300\nENDCHAR\nSTARTCHAR 0023\nENCODING 35\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 1 0\nBITMAP\n0F3C\n0F3C\n0F3C\n0E3C\n0E3C\n1E3C\n1E38\n1E38\nFFFE\nFFFE\nFFFE\n1C78\n3C78\n3C70\n3C70\nFFFE\nFFFE\nFFFE\n38F0\n38F0\n78F0\n78E0\n78E0\n79E0\n79E0\n79E0\n71E0\n71E0\nENDCHAR\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 34 1 -3\nBITMAP\n0300\n0300\n0300\n0FC0\n3FF0\n7FF0\n7CF8\nF878\nF878\nF87C\nF878\nF800\nFC00\n7E00\n7F00\n3FC0\n1FE0\n0FE0\n07F0\n03F8\n01F8\n00FC\n107C\nF07C\nF07C\nF87C\n787C\n7CF8\n3FF8\n3FF0\n0FE0\n0100\n0100\n0100\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 960 0\nDWIDTH 32 0\nBBX 30 28 1 0\nBITMAP\n1F807000\n3FC07000\n7FE0F000\n79E0E000\n70F0E000\nF0F0E000\nF0F1E000\nF0F1C000\nF0F1C000\nF0F1C000\nF0F38000\n70F38000\n79E38000\n7FE38FE0\n3FC71FF0\n1F871FF8\n00073C78\n000F3C38\n000E3C3C\n000E3C3C\n000E3C3C\n001E3C3C\n001C3C3C\n001C3C78\n001C3E78\n00381FF8\n00380FF0\n003807E0\nENDCHAR\nSTARTCHAR 0026\nENCODING 38\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 16 28 2 0\nBITMAP\n0F80\n3FE0\n3FE0\n7DF0\n78F0\n78F0\n78F0\n78F0\n79F0\n79E0\n3DC0\n3FC0\n1F80\n1F00\n3F00\n3F0F\n7F8F\n7F8E\nF3DE\nF1FE\nF1FE\nF0FC\nF0FC\nF0FC\nFBFF\n7FFF\n7FCF\n1F07\nENDCHAR\nSTARTCHAR 0027\nENCODING 39\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 4 9 2 19\nBITMAP\nF0\nF0\nF0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 0028\nENCODING 40\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 7 34 2 -6\nBITMAP\n06\n1E\n3E\n3E\n3C\n78\n78\n78\n78\nF8\nF8\nF8\nF8\nF8\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF8\nF8\nF8\nF8\n78\n78\n78\n78\n7C\n3C\n3E\n1E\n0E\nENDCHAR\nSTARTCHAR 0029\nENCODING 41\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 7 34 1 -6\nBITMAP\nE0\nF0\nF8\n7C\n3C\n3C\n3E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n3E\n3C\n3C\n7C\nF8\nF0\nE0\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 12 1 16\nBITMAP\n0700\n0700\n4720\n6760\n7FF0\nFFE0\n0F80\n0F80\n1FC0\n3DC0\n39E0\n0880\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 14 1 7\nBITMAP\n0700\n0700\n0700\n0700\n0700\nFFF8\nFFF8\nFFF8\n0700\n0700\n0700\n0700\n0700\n0700\nENDCHAR\nSTARTCHAR 002C\nENCODING 44\nSWIDTH 210 0\nDWIDTH 7 0\nBBX 5 10 1 -5\nBITMAP\nF8\nF8\nF8\nF8\nF8\n18\n30\n70\n60\n40\nENDCHAR\nSTARTCHAR 002D\nENCODING 45\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 8 3 2 9\nBITMAP\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 002E\nENCODING 46\nSWIDTH 210 0\nDWIDTH 7 0\nBBX 4 5 2 0\nBITMAP\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 002F\nENCODING 47\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 28 1 0\nBITMAP\n00E0\n01C0\n01C0\n01C0\n01C0\n0380\n0380\n0380\n0780\n0700\n0700\n0700\n0F00\n0E00\n0E00\n0E00\n1C00\n1C00\n1C00\n3C00\n3800\n3800\n3800\n7800\n7000\n7000\n7000\nE000\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 1 0\nBITMAP\n07C0\n1FF0\n3FF8\n7FF8\n7C7C\n787C\n783C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\n783C\n787C\n7C7C\n7FF8\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 9 28 3 0\nBITMAP\n0780\n0F80\n3F80\nFF80\nFF80\nFF80\n8F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 13 28 2 0\nBITMAP\n0FC0\n3FE0\n7FF0\n7FF8\nF8F8\nF878\nF078\nF078\nF078\nF078\n00F8\n00F8\n01F0\n01F0\n03E0\n07E0\n07C0\n0F80\n0F80\n1F00\n3E00\n3E00\n7C00\n7C00\nF800\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n1FF0\n3FF8\n7CFC\n787C\nF83C\nF83C\nF83C\n003C\n007C\n007C\n03F8\n03F0\n03F0\n03F8\n00FC\n007C\n003C\n003C\nF83C\nF83C\nF83C\n787C\n7C7C\n7FF8\n3FF8\n1FF0\n0FC0\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 1 0\nBITMAP\n01F0\n03F0\n03F0\n03F0\n07F0\n07F0\n0FF0\n0EF0\n1EF0\n1EF0\n1CF0\n3CF0\n3CF0\n78F0\n78F0\n78F0\nF0F0\nFFFE\nFFFE\nFFFE\nFFFE\n00F0\n00F0\n00F0\n00F0\n00F0\n00F0\n00F0\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 28 2 0\nBITMAP\nFFF0\nFFF0\nFFF0\nFFF0\nF000\nF000\nF000\nF000\nF000\nF000\nF7C0\nFFF0\nFFF0\nF8F8\nF078\n0078\n0078\n0078\n0078\n0078\nF078\nF078\nF078\nF8F8\nFCF0\n7FF0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 0\nBITMAP\n0FC0\n3FE0\n7FF0\n7CF8\nF878\nF878\nF078\nF000\nF000\nF000\nF000\nF7E0\nFFF0\nFFF8\nF8F8\nF078\nF078\nF07C\nF07C\nF07C\nF07C\nF078\nF078\nF8F8\n7DF8\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 28 1 0\nBITMAP\nFFF0\nFFF0\nFFF0\n01F0\n01E0\n01E0\n01E0\n03E0\n03E0\n03C0\n03C0\n03C0\n07C0\n07C0\n0780\n0780\n0780\n0F80\n0F80\n0F00\n0F00\n0F00\n1F00\n1F00\n1E00\n1E00\n3E00\n3E00\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n1FF0\n3FF8\n7CF8\n7878\n787C\n787C\n787C\n787C\n7878\n7CF8\n3FF0\n1FF0\n1FF0\n3FF8\n7C78\n787C\nF83C\nF83C\nF83C\nF83C\nF83C\n783C\n787C\n7CF8\n3FF8\n1FF0\n0FC0\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 1 0\nBITMAP\n07C0\n1FF0\n3FF8\n7EF8\n7C7C\n787C\n783C\nF83C\nF83C\nF83C\nF83C\n783C\n787C\n7CFC\n7FFC\n3FFC\n0FBC\n003C\n003C\n003C\n003C\n783C\n787C\n787C\n7CF8\n3FF8\n1FF0\n0FC0\nENDCHAR\nSTARTCHAR 003A\nENCODING 58\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 16 2 3\nBITMAP\nF0\nF0\nF0\nF0\nF0\n00\n00\n00\n00\n00\n00\n00\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 003B\nENCODING 59\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 22 2 -2\nBITMAP\nF0\nF0\nF0\nF0\nF0\n00\n00\n00\n00\n00\n00\n00\n00\n00\nF0\nF0\nF0\nF0\nF0\n30\n30\nE0\nENDCHAR\nSTARTCHAR 003C\nENCODING 60\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 10 18 1 2\nBITMAP\n0040\n01C0\n03C0\n07C0\n1F80\n3F00\nFC00\nF800\nF000\nF000\nFC00\n7E00\n3F00\n0FC0\n07C0\n03C0\n00C0\n0040\nENDCHAR\nSTARTCHAR 003D\nENCODING 61\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 9 2 9\nBITMAP\nFFC0\nFFC0\nFFC0\n0000\n0000\n0000\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 003E\nENCODING 62\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 10 18 2 2\nBITMAP\n8000\nC000\nF000\nF800\n7E00\n3F00\n1F80\n07C0\n03C0\n07C0\n0FC0\n1F80\n7F00\nFC00\nF800\nE000\nC000\n8000\nENDCHAR\nSTARTCHAR 003F\nENCODING 63\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7FF8\n78FC\nF87C\nF87C\n787C\n607C\n007C\n0078\n00F8\n01F0\n01E0\n03E0\n07C0\n0F80\n0F00\n0F00\n0F00\n0F00\n0000\n0000\n0F00\n0F00\n0F00\n0F00\n0F00\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 930 0\nDWIDTH 31 0\nBBX 28 32 2 -4\nBITMAP\n001FE000\n00FFFC00\n01FFFE00\n07F83F00\n0FC00F80\n0F0003C0\n1E0001C0\n3E0F79E0\n3C1FF8E0\n783FF0E0\n787EF0E0\n7878F0F0\nF0F0F0F0\nF0F0F0F0\nF1F0F0E0\nF1E0F0E0\nF1E0E0E0\nF1E0E0E0\nF1E1E1E0\nF1F1E1C0\nF0FFE380\nF0FEFF80\nF07EFF00\n703C7C00\n78000000\n7C000000\n3E000000\n1F000000\n1FC03000\n07FFF800\n03FFF800\n00FFE000\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 28 1 0\nBITMAP\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\nFFC0\nFFF0\nFFF8\nF8FC\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\nF8F8\nFFF0\nFFF0\nFFF8\nF87C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF8FC\nFFFC\nFFF8\nFFE0\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFF8\nFFF0\nFFC0\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nFFFE\nFFFE\nFFFE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 5 28 2 0\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 28 0 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n3F00\nFF00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 2 0\nBITMAP\nF83E\nF87C\nF87C\nF878\nF8F8\nF8F8\nF9F0\nF9F0\nF9E0\nFBE0\nFBE0\nFFC0\nFFC0\nFFC0\nFFC0\nFFE0\nFBE0\nF9E0\nF9F0\nF9F0\nF8F8\nF8F8\nF8F8\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 19 28 2 0\nBITMAP\nF807C0\nFC07C0\nFC07C0\nFC07C0\nFC0FC0\nFC0FC0\nFE0FC0\nFE0FC0\nFE0FC0\nFE1DC0\nFE1DC0\nFF1DC0\nF71DC0\nF71DC0\nF739C0\nF739C0\nF3B9C0\nF3B9C0\nF3F9C0\nF3F1C0\nF3F1C0\nF1F1C0\nF1F1C0\nF1F1C0\nF1E1E0\nF1E1E0\nF0E1E0\nF0E1E0\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 28 2 0\nBITMAP\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFC3C\nFE3C\nFE3C\nFF3C\nFF3C\nFF3C\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF07C\nF03C\nF03C\nF01C\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 2 0\nBITMAP\nFFE0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83C\nF83E\nF83E\nF83C\nF83C\nF87C\nFFF8\nFFF8\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 33 2 -5\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FE0\n00F0\n0078\n003C\n0018\n0008\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 28 0 0\nBITMAP\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 1 0\nBITMAP\nF01E\nF01E\nF83E\nF83E\n783C\n783C\n783C\n783C\n7C7C\n3C78\n3C78\n3C78\n3C78\n3E78\n1EF8\n1EF0\n1EF0\n1EF0\n1EF0\n0FF0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n07C0\n07C0\n07C0\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 28 1 0\nBITMAP\nF0783C\nF07878\nF07878\n787878\n78F878\n78F878\n78FC78\n78FC78\n78FC70\n78FCF0\n38FCF0\n3DFCF0\n3DDCF0\n3DCEF0\n3DCEF0\n3DCEF0\n3DCEE0\n3FCFE0\n1F8FE0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87C0\n1F07C0\n0F03C0\n0F03C0\n0F03C0\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 28 0 0\nBITMAP\nF81F\n7C1E\n7C1E\n3C3E\n3E3C\n1E3C\n1F78\n1F78\n0F78\n0FF0\n07F0\n07F0\n07E0\n03E0\n07E0\n07E0\n07F0\n0FF0\n0FF0\n1FF8\n1E78\n1E7C\n3E7C\n3C3C\n3C3E\n781E\n781F\nF81F\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 28 0 0\nBITMAP\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 28 1 0\nBITMAP\n7FF0\n7FF0\n7FF0\n01F0\n01F0\n01E0\n03E0\n03E0\n03C0\n07C0\n07C0\n0780\n0F80\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7C00\n7800\nF800\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 005B\nENCODING 91\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 8 34 2 -6\nBITMAP\nFF\nFF\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nFF\nFF\nENDCHAR\nSTARTCHAR 005C\nENCODING 92\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 28 1 0\nBITMAP\nE000\n7000\n7000\n7000\n7800\n3800\n3800\n3800\n3C00\n1C00\n1C00\n1C00\n0E00\n0E00\n0E00\n0F00\n0700\n0700\n0700\n0780\n0380\n0380\n0380\n01C0\n01C0\n01C0\n01C0\n00E0\nENDCHAR\nSTARTCHAR 005D\nENCODING 93\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 8 34 1 -6\nBITMAP\nFF\nFF\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\n0F\nFF\nFF\nENDCHAR\nSTARTCHAR 005E\nENCODING 94\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 11 1 17\nBITMAP\n0F80\n0F80\n0FC0\n1FC0\n1DC0\n3DE0\n3CE0\n38F0\n78F0\n7870\nF078\nENDCHAR\nSTARTCHAR 005F\nENCODING 95\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 12 3 0 -5\nBITMAP\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 0060\nENCODING 96\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 6 7 2 21\nBITMAP\nF0\n78\n78\n38\n38\n1C\n1C\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 28 2 0\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF3C0\nF7E0\nFFF0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFF0\nFFE0\nF3C0\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 28 1 0\nBITMAP\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n1EF8\n3FF8\n7FF8\n7CF8\n78F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F8\n7CF8\n7FF8\n3FF8\n1EF8\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 1 0\nBITMAP\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 9 27 1 0\nBITMAP\n0F80\n1F80\n3F80\n3E00\n3C00\n3C00\n3C00\nFF80\nFF80\nFF80\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 26 1 -6\nBITMAP\n0F8C\n3FDC\n7FFE\n79F0\n78F0\n78F0\nF8F0\nF8F0\nF8F0\n78F0\n78F0\n7FF0\n3FE0\n3FC0\n7000\nF000\nFFC0\n7FF0\n3FF8\n78F8\nF038\nF038\nF878\nFFF8\nFFF0\n3FE0\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 28 2 0\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF1E0\nF7F0\nFFF0\nFDF0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 27 2 0\nBITMAP\nF0\nF0\nF0\nF0\n00\n00\n00\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 32 0 -5\nBITMAP\n3E\n3E\n3E\n3E\n00\n00\n00\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n7E\nFC\nFC\nF0\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 2 0\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF07C\nF0F8\nF0F0\nF1F0\nF3E0\nF3E0\nF7C0\nF7C0\nFF80\nFFC0\nFBC0\nFBE0\nF1E0\nF1E0\nF1F0\nF0F0\nF0F0\nF0F8\nF078\nF07C\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 5 28 2 0\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 20 20 2 0\nBITMAP\nF3C3C0\nF7E7E0\nFFFFF0\nF9F9F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 20 2 0\nBITMAP\nF1E0\nF7E0\nFFF0\nF9F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 26 2 -6\nBITMAP\nF3C0\nFFE0\nFFF0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFE0\nFFE0\nF3C0\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 26 1 -6\nBITMAP\n1EF8\n3FF8\n7FF8\n7CF8\n78F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F8\n7CF8\n7FF8\n3FF8\n1EF8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 20 2 0\nBITMAP\nF180\nF780\nF780\nFF80\nFC80\nF800\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 20 1 0\nBITMAP\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 26 1 0\nBITMAP\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 20 2 0\nBITMAP\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 13 20 0 0\nBITMAP\nF878\n78F8\n78F0\n78F0\n78F0\n7CF0\n3CF0\n3CF0\n3DE0\n3DE0\n3DE0\n1DE0\n1DE0\n1FC0\n1FC0\n1FC0\n1FC0\n0FC0\n0FC0\n0F80\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 20 1 0\nBITMAP\nF1E3C0\nF1E3C0\nF1E380\nF1E380\nF1E380\n73E780\n73E780\n73F780\n7BF780\n7BF700\n7B7700\n3F3700\n3F3700\n3F3F00\n3F3F00\n3E3E00\n3E3E00\n3E1E00\n1E1E00\n1E1E00\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 20 0 0\nBITMAP\nF878\n7878\n7CF0\n3CF0\n3EE0\n1FE0\n1FE0\n0FC0\n0FC0\n0F80\n0F80\n0FC0\n1FC0\n1FE0\n3DE0\n3DF0\n3CF0\n78F0\n78F8\nF07C\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 25 0 -5\nBITMAP\nF878\n7878\n7878\n7878\n78F8\n3CF0\n3CF0\n3CF0\n3CF0\n1CE0\n1FE0\n1FE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n1F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 20 1 0\nBITMAP\n7FC0\n7FC0\n7FC0\n07C0\n07C0\n0780\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7800\nF800\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 007B\nENCODING 123\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 34 1 -6\nBITMAP\n0780\n1F80\n1F80\n1F00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3C00\nFC00\nF800\nFC00\n3C00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n1E00\n1F80\n1F80\n0F80\nENDCHAR\nSTARTCHAR 007C\nENCODING 124\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 34 2 -6\nBITMAP\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 007D\nENCODING 125\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 9 34 1 -6\nBITMAP\nF800\nFC00\nFE00\n3E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1F00\n0F80\n0780\n0F80\n1F00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n3E00\nFE00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 007E\nENCODING 126\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 5 1 12\nBITMAP\n3C10\n7F38\nFFF8\n63F0\n00E0\nENDCHAR\nSTARTCHAR 00A0\nENCODING 160\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A1\nENCODING 161\nSWIDTH 210 0\nDWIDTH 7 0\nBBX 5 27 1 -6\nBITMAP\n78\n78\n78\n78\n00\n00\n30\n30\n30\n30\n30\n30\n70\n70\n70\n70\n70\n70\n70\n70\n70\n78\n78\n78\n78\nF8\nF8\nENDCHAR\nSTARTCHAR 00A2\nENCODING 162\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 27 1 -3\nBITMAP\n0600\n0600\n0600\n0600\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\n0600\n0600\n0600\nENDCHAR\nSTARTCHAR 00A3\nENCODING 163\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 14 28 0 0\nBITMAP\n03E0\n0FF0\n1FF8\n1F78\n1E38\n3E3C\n3E3C\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\nFFE0\nFFE0\nFFE0\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n7FFC\nFFFC\nFFFC\nENDCHAR\nSTARTCHAR 00A4\nENCODING 164\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 16 17 1 6\nBITMAP\n8001\n43C2\n2FF2\n1C3C\n300C\n3004\n6006\n6006\n6002\n6006\n6006\n3006\n300C\n1C1C\n2FF4\n43E2\n8001\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 16 28 0 0\nBITMAP\nF81F\n781E\n781E\n7C3E\n3C3C\n3C3C\n3E7C\n3E78\n1E78\n1E78\n1FF8\n0FF0\n0FF0\n0FF0\n07E0\n07E0\n1FF8\n1FF8\n1FF8\n03C0\n03C0\n1FF8\n1FF8\n1FF8\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 00A6\nENCODING 166\nSWIDTH 210 0\nDWIDTH 7 0\nBBX 3 34 2 -6\nBITMAP\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\n00\n00\n00\n00\n00\n00\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 00A7\nENCODING 167\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 28 1 0\nBITMAP\n0F80\n3FC0\n7FE0\n7DF0\nF8F0\nF870\n7800\n7E00\n3F00\n1FC0\n3FE0\n7FF0\n78F0\n78F0\nF870\n7CF0\n7FF0\n3FE0\n0FC0\n07E0\n01F0\n00F0\nB0F0\n70F0\n7DF0\n3FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00A8\nENCODING 168\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 4 2 24\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 870 0\nDWIDTH 29 0\nBBX 27 28 1 0\nBITMAP\n007F8000\n01FFF000\n07803800\n0E000E00\n1C3F8700\n38FFC300\n30FFE180\n61F1E180\n61F1F0C0\n61F1F0C0\nC1F1F040\nC1F00040\nC1F00060\nC1F00060\nC1F00060\nC1F00060\nC1F1F040\nC1F1F040\n41F1F0C0\n61F1E0C0\n60FFE080\n30FFC180\n303F8100\n18000300\n0C000600\n07001C00\n01C07000\n007F8000\nENDCHAR\nSTARTCHAR 00AA\nENCODING 170\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 11 17 2 11\nBITMAP\n0F80\n3FC0\n3FC0\n79E0\n79E0\n79E0\n01E0\n03E0\n0FE0\n3DE0\n79E0\n71E0\nF1E0\nF1E0\nFFE0\n7FE0\n3CE0\nENDCHAR\nSTARTCHAR 00AB\nENCODING 171\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 18 1 1\nBITMAP\n0408\n0408\n0C18\n1C38\n1C38\n3C78\n78F0\nF1E0\nE1C0\nE1C0\nF1E0\n78F0\n3C78\n1C38\n1C38\n0C18\n0408\n0408\nENDCHAR\nSTARTCHAR 00AC\nENCODING 172\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 7 1 8\nBITMAP\nFFF0\nFFF0\nFFF0\n0030\n0030\n0030\n0030\nENDCHAR\nSTARTCHAR 00AD\nENCODING 173\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 8 3 2 13\nBITMAP\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 00AE\nENCODING 174\nSWIDTH 870 0\nDWIDTH 29 0\nBBX 26 28 2 0\nBITMAP\n007F8000\n03FFE000\n07807800\n0E001C00\n18000E00\n31FF0600\n71FF8300\n61E3C380\nE1E1C180\nC1E1E180\nC1E1E180\nC1E1C0C0\nC1E3C0C0\nC1FF80C0\nC1FF00C0\nC1E700C0\nC1E780C0\nC1E78180\nC1E3C180\nE1E3C180\n61E3C380\n71E1E300\n30000600\n18000E00\n1E001C00\n07807800\n03FFE000\n007F8000\nENDCHAR\nSTARTCHAR 00AF\nENCODING 175\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 2 1 26\nBITMAP\nFE\nFE\nENDCHAR\nSTARTCHAR 00B0\nENCODING 176\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 13 2 15\nBITMAP\n0F80\n3FC0\n7FE0\n79F0\nF070\nE070\nE070\nE070\nF070\n70F0\n7FE0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 00B1\nENCODING 177\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 16 2 0\nBITMAP\n1E00\n1E00\n1E00\nFFC0\nFFC0\nFFC0\n1E00\n1E00\n1E00\n1E00\n0000\n0000\n0000\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 00B2\nENCODING 178\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 20 3 10\nBITMAP\n3F00\n7F80\nFF80\nF3C0\nE3C0\nE3C0\nE3C0\n0380\n0780\n0700\n0F00\n1E00\n1C00\n3C00\n7800\n7000\nF000\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 00B3\nENCODING 179\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 21 3 10\nBITMAP\n3E00\n7F80\nFF80\nF3C0\nE3C0\nE1C0\nE1C0\n03C0\n0380\n1F80\n1F00\n1F80\n03C0\n03C0\nE1C0\nE1C0\nE3C0\nF3C0\nFF80\n7F80\n3E00\nENDCHAR\nSTARTCHAR 00B4\nENCODING 180\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 6 7 2 21\nBITMAP\n3C\n7C\n78\n70\n70\nE0\nE0\nENDCHAR\nSTARTCHAR 00B5\nENCODING 181\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 26 2 -6\nBITMAP\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\nFDF0\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 31 1 -3\nBITMAP\n1FFC\n7FFC\n7F1C\nFF1C\nFF1C\nFF1C\nFF1C\n7F1C\n7F1C\n3F1C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\n071C\nENDCHAR\nSTARTCHAR 00B7\nENCODING 183\nSWIDTH 180 0\nDWIDTH 6 0\nBBX 4 4 1 11\nBITMAP\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 00B8\nENCODING 184\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 7 9 1 -9\nBITMAP\n60\n60\n78\n7C\n0E\n0E\n9E\nFE\nF8\nENDCHAR\nSTARTCHAR 00B9\nENCODING 185\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 7 20 3 10\nBITMAP\n0E\n3E\nFE\nFE\nDE\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\nENDCHAR\nSTARTCHAR 00BA\nENCODING 186\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 11 17 2 11\nBITMAP\n1F00\n3FC0\n7FC0\n7BE0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\nF1E0\n7FC0\n7FC0\n1F80\nENDCHAR\nSTARTCHAR 00BB\nENCODING 187\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 18 2 1\nBITMAP\n8200\n8100\nC100\nC180\nE1C0\nF1E0\n78F0\n38F0\n3C78\n3C78\n38F0\n78F0\nF1E0\nE1C0\nC180\nC180\n8100\n8200\nENDCHAR\nSTARTCHAR 00BC\nENCODING 188\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 21 28 2 0\nBITMAP\n180700\n380700\n780700\nF80E00\nF80E00\n381C00\n381C00\n381C00\n383800\n383800\n383800\n387000\n387000\n386060\n00E0E0\n00E0E0\n01C1E0\n01C3E0\n01C360\n038660\n038660\n038C60\n070FF8\n070FF8\n0E0060\n0E0060\n0E0060\n1C0060\nENDCHAR\nSTARTCHAR 00BD\nENCODING 189\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 22 28 1 0\nBITMAP\n080380\n180380\n780700\nF80700\nF80700\n380E00\n380E00\n381C00\n381C00\n381C00\n383800\n383800\n383800\n387000\n0070F8\n0071F8\n00E39C\n00E39C\n01C01C\n01C01C\n01C038\n038078\n038070\n0380E0\n0701C0\n0701C0\n0603FC\n0E03FC\nENDCHAR\nSTARTCHAR 00BE\nENCODING 190\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 22 28 2 0\nBITMAP\n780380\nFC0380\nCE0700\nCE0700\n0E0700\n0E0E00\n3C0E00\n3C0E00\n0E1C00\n0E1C00\nCE3800\nEE3800\nFC3800\n787070\n007070\n0070F0\n00E0F0\n00E1F0\n00C1F0\n01C370\n01C370\n038670\n0387FC\n0387FC\n070070\n070070\n070070\n0E0070\nENDCHAR\nSTARTCHAR 00BF\nENCODING 191\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 -6\nBITMAP\n03C0\n03C0\n03C0\n03C0\n03C0\n0000\n0000\n03C0\n03C0\n03C0\n03C0\n07C0\n0F80\n1F00\n1F00\n3E00\n7C00\n7800\nF800\nF808\nF878\nF878\nF87C\nFC78\n7FF8\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00C0\nENCODING 192\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 37 1 0\nBITMAP\n3E00\n1E00\n0F00\n0F00\n0700\n0700\n0380\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C1\nENCODING 193\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 37 1 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C2\nENCODING 194\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 36 1 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C3\nENCODING 195\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 34 1 0\nBITMAP\n1E30\n3FB0\n3FF0\n3BF0\n30E0\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C4\nENCODING 196\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 35 1 0\nBITMAP\n1E78\n1E78\n1E78\n1E78\n0000\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C5\nENCODING 197\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 35 1 0\nBITMAP\n0780\n0FC0\n0CE0\n1860\n1860\n0CE0\n0FC0\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 00C6\nENCODING 198\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 22 28 -1 0\nBITMAP\n001FFC\n001FFC\n003FFC\n003F00\n007F00\n007F00\n007F00\n00FF00\n00FF00\n01EF00\n01EF00\n03EF00\n03CFF0\n03CFF0\n078FF0\n078F00\n0F8F00\n0F0F00\n0FFF00\n1FFF00\n1FFF00\n3E0F00\n3E0F00\n3C0F00\n7C0F00\n780FFC\nF80FFC\nF80FFC\nENDCHAR\nSTARTCHAR 00C7\nENCODING 199\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 37 2 -9\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\n0300\n0300\n03C0\n03E0\n0070\n0070\n04F0\n07F0\n07C0\nENDCHAR\nSTARTCHAR 00C8\nENCODING 200\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 37 2 0\nBITMAP\nF800\n7800\n3C00\n3C00\n1C00\n1C00\n0E00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 00C9\nENCODING 201\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 37 2 0\nBITMAP\n03C0\n07C0\n0780\n0700\n0700\n0E00\n0E00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 00CA\nENCODING 202\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 36 2 0\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 00CB\nENCODING 203\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n79E0\n79E0\n79E0\n79E0\n0000\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 00CC\nENCODING 204\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 8 37 -1 0\nBITMAP\nF8\n78\n3C\n3C\n1C\n1C\n0E\n00\n00\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\nENDCHAR\nSTARTCHAR 00CD\nENCODING 205\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 7 37 2 0\nBITMAP\n1E\n3E\n3C\n38\n38\n70\n70\n00\n00\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 00CE\nENCODING 206\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 10 36 -1 0\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n0000\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\nENDCHAR\nSTARTCHAR 00CF\nENCODING 207\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 10 35 0 0\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\n0000\n0000\n0000\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\nENDCHAR\nSTARTCHAR 00D0\nENCODING 208\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 17 28 0 0\nBITMAP\n3FF000\n3FFC00\n3FFE00\n3E3F00\n3E1F00\n3E1F00\n3E0F00\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\nFF0F80\nFF0F80\nFF0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F00\n3E1F00\n3E1F00\n3E3F00\n3FFE00\n3FFC00\n3FF000\nENDCHAR\nSTARTCHAR 00D1\nENCODING 209\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 34 2 0\nBITMAP\n1E30\n3FB0\n3FF0\n3BF0\n30E0\n0000\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFC3C\nFE3C\nFE3C\nFF3C\nFF3C\nFF3C\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF07C\nF03C\nF03C\nF01C\nENDCHAR\nSTARTCHAR 00D2\nENCODING 210\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n3E00\n1E00\n0F00\n0F00\n0700\n0700\n0380\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00D3\nENCODING 211\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00D4\nENCODING 212\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00D5\nENCODING 213\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 34 2 0\nBITMAP\n1E30\n3FB0\n3FF0\n3BF0\n30E0\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00D6\nENCODING 214\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 11 2 8\nBITMAP\n6180\nF1E0\nFBC0\n7F80\n3F00\n1F00\n3F80\n7FC0\nF3E0\n61C0\n4080\nENDCHAR\nSTARTCHAR 00D8\nENCODING 216\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 32 2 -2\nBITMAP\n0018\n0010\n0FF0\n3FF8\n7FF8\n7C7C\nF87C\nF87E\nF87E\nF8FE\nF8FE\nF8BE\nF9BE\nF9BE\nF93E\nFB3E\nFB3E\nFB3E\nFA3E\nFE3E\nFE3E\nFC3E\nFC3E\nFC3E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n3FC0\n2000\n6000\nENDCHAR\nSTARTCHAR 00D9\nENCODING 217\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n3E00\n1E00\n0F00\n0F00\n0700\n0700\n0380\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 00DA\nENCODING 218\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 00DB\nENCODING 219\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 00DC\nENCODING 220\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 00DD\nENCODING 221\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 37 0 0\nBITMAP\n0078\n00F8\n00F0\n00E0\n00E0\n01C0\n01C0\n0000\n0000\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 00DE\nENCODING 222\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 2 0\nBITMAP\nF800\nF800\nF800\nF800\nF800\nFFF0\nFFF8\nFFFC\nF87C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF8FC\nFFFC\nFFF8\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 00DF\nENCODING 223\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 0\nBITMAP\n1F80\n3FE0\n7FF0\nF9F0\nF8F8\nF078\nF078\nF078\nF078\nF078\nF0F0\nF1F0\nF3E0\nF3C0\nF3F0\nF1F8\nF078\nF07C\nF07C\nF03C\nF03C\nF07C\nF07C\nF07C\nF1F8\nF3F0\nF3E0\nF380\nENDCHAR\nSTARTCHAR 00E0\nENCODING 224\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n7C00\n3C00\n1E00\n1E00\n0E00\n0E00\n0700\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E1\nENCODING 225\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E2\nENCODING 226\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E3\nENCODING 227\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3C60\n7F60\n7FE0\n77E0\n61C0\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E4\nENCODING 228\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E5\nENCODING 229\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 30 1 0\nBITMAP\n0F00\n1F80\n19C0\n30C0\n30C0\n19C0\n1F80\n0F00\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 00E6\nENCODING 230\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 20 20 1 0\nBITMAP\n1F0F80\n3FDFC0\n7FFFE0\n7DF9E0\nF8F1E0\nF8F0F0\n00F1E0\n00F3E0\n00FFC0\n0FFE00\n3FF000\n7CF000\n78F000\nF8F1F0\nF0F1F0\nF9F9E0\nF9F9E0\n7FBFE0\n7F1FC0\n1E0F80\nENDCHAR\nSTARTCHAR 00E7\nENCODING 231\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 29 1 -9\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\n0600\n0600\n0780\n07C0\n00E0\n00E0\n09E0\n0FE0\n0F80\nENDCHAR\nSTARTCHAR 00E8\nENCODING 232\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\n7C00\n3C00\n1E00\n1E00\n0E00\n0E00\n0700\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00E9\nENCODING 233\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00EA\nENCODING 234\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00EB\nENCODING 235\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 27 1 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00EC\nENCODING 236\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 29 -1 0\nBITMAP\nF8\n78\n3C\n3C\n1C\n1C\n0E\n00\n00\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\n1E\nENDCHAR\nSTARTCHAR 00ED\nENCODING 237\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 29 2 0\nBITMAP\n1E\n3E\n3C\n38\n38\n70\n70\n00\n00\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 00EE\nENCODING 238\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 29 -1 0\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\nENDCHAR\nSTARTCHAR 00EF\nENCODING 239\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 27 -1 0\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\n0000\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\nENDCHAR\nSTARTCHAR 00F0\nENCODING 240\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 28 2 0\nBITMAP\n3C00\n7F08\n7F98\n0FF8\n03E0\n1FE0\n10E0\n00F0\n1EF0\n3FF0\n7FF0\nFDF0\nF8F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F0\nF0F0\nF9F0\n7FE0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 00F1\nENCODING 241\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n3C60\n7F60\n7FE0\n77E0\n61C0\n0000\n0000\nF1E0\nF7E0\nFFF0\nF9F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nENDCHAR\nSTARTCHAR 00F2\nENCODING 242\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n7C00\n3C00\n1E00\n1E00\n0E00\n0E00\n0700\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00F3\nENCODING 243\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00F4\nENCODING 244\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00F5\nENCODING 245\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3C60\n7F60\n7FE0\n77E0\n61C0\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00F6\nENCODING 246\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 16 1 6\nBITMAP\n0E00\n0E00\n0E00\n0E00\n0000\n0000\nFFE0\nFFE0\nFFE0\n0000\n0000\n0000\n0E00\n0E00\n0E00\n0E00\nENDCHAR\nSTARTCHAR 00F8\nENCODING 248\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 26 1 -3\nBITMAP\n0030\n0020\n0020\n0FE0\n3FE0\n7FF0\n7DF0\n78F0\nF9F8\nF9F8\nF9F8\nFBF8\nFAF8\nFAF8\nFEF8\nFCF8\nFCF8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n3F80\n2000\n2000\n6000\nENDCHAR\nSTARTCHAR 00F9\nENCODING 249\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\nF800\n7800\n3C00\n3C00\n1C00\n1C00\n0E00\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 00FA\nENCODING 250\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 00FB\nENCODING 251\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 00FC\nENCODING 252\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n79E0\n79E0\n79E0\n79E0\n0000\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 00FD\nENCODING 253\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 34 0 -5\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\nF878\n7878\n7878\n7878\n78F8\n3CF0\n3CF0\n3CF0\n3CF0\n1CE0\n1FE0\n1FE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n1F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 00FE\nENCODING 254\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 34 2 -6\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF3C0\nF7E0\nFFE0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFE0\nFFE0\nF3C0\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 00FF\nENCODING 255\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 32 0 -5\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\nF878\n7878\n7878\n7878\n78F8\n3CF0\n3CF0\n3CF0\n3CF0\n1CE0\n1FE0\n1FE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n1F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 0100\nENCODING 256\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 33 1 0\nBITMAP\n1FE0\n1FE0\n0000\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0101\nENCODING 257\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 25 1 0\nBITMAP\n3FC0\n3FC0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0102\nENCODING 258\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 35 1 0\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0103\nENCODING 259\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3060\n3060\n38E0\n1FC0\n0F80\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0104\nENCODING 260\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 36 1 -8\nBITMAP\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\n001C\n0038\n0078\n0070\n0070\n0079\n007E\n003E\nENDCHAR\nSTARTCHAR 0105\nENCODING 261\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 28 1 -8\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n3C78\n00E0\n01C0\n03C0\n0380\n0380\n03C8\n03F0\n01F0\nENDCHAR\nSTARTCHAR 0106\nENCODING 262\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0107\nENCODING 263\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 29 1 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0108\nENCODING 264\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 36 2 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0109\nENCODING 265\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 29 1 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 010A\nENCODING 266\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 35 2 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 010B\nENCODING 267\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 27 1 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 010C\nENCODING 268\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 36 2 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 010D\nENCODING 269\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 29 1 0\nBITMAP\n78E0\n39E0\n3DC0\n1FC0\n1F80\n0F80\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 010E\nENCODING 270\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 36 2 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFF8\nFFF0\nFFC0\nENDCHAR\nSTARTCHAR 010F\nENCODING 271\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 19 28 1 0\nBITMAP\n00F9E0\n00F9E0\n00F9E0\n00F9C0\n00F9C0\n00F9C0\n00F9C0\n00F9C0\n1EF9C0\n3FF800\n7FF800\n7CF800\n78F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\nF8F800\n78F800\n7CF800\n7FF800\n3FF800\n1EF800\nENDCHAR\nSTARTCHAR 0110\nENCODING 272\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 16 28 1 0\nBITMAP\n7FE0\n7FF8\n7FFC\n7C7E\n7C3E\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\nFF1F\nFF1F\nFF1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1F\n7C1E\n7C3E\n7C7E\n7FFC\n7FF8\n7FE0\nENDCHAR\nSTARTCHAR 0111\nENCODING 273\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 15 28 1 0\nBITMAP\n00F8\n00F8\n0FFE\n0FFE\n00F8\n00F8\n00F8\n00F8\n1EF8\n3FF8\n7FF8\n7CF8\n78F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F8\n7CF8\n7FF8\n3FF8\n1EF8\nENDCHAR\nSTARTCHAR 0112\nENCODING 274\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 33 2 0\nBITMAP\n7F80\n7F80\n0000\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0113\nENCODING 275\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 25 1 0\nBITMAP\n3FC0\n3FC0\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0114\nENCODING 276\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n60C0\n60C0\n71C0\n3F80\n1F00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0115\nENCODING 277\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 27 1 0\nBITMAP\n3060\n3060\n38E0\n1FC0\n0F80\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0116\nENCODING 278\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0117\nENCODING 279\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 27 1 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0118\nENCODING 280\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 36 2 -8\nBITMAP\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\n0700\n0E00\n1E00\n1C00\n1C00\n1E40\n1F80\n0F80\nENDCHAR\nSTARTCHAR 0119\nENCODING 281\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 28 1 -8\nBITMAP\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\n0700\n0E00\n1E00\n1C00\n1C00\n1E40\n1F80\n0F80\nENDCHAR\nSTARTCHAR 011A\nENCODING 282\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 36 2 0\nBITMAP\nF1C0\n73C0\n7B80\n3F80\n3F00\n1F00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 011B\nENCODING 283\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\n78E0\n39E0\n3DC0\n1FC0\n1F80\n0F80\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 011C\nENCODING 284\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 36 2 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\nENDCHAR\nSTARTCHAR 011D\nENCODING 285\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 35 1 -6\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0000\n0F8C\n3FDC\n7FFE\n79F0\n78F0\n78F0\nF8F0\nF8F0\nF8F0\n78F0\n78F0\n7FF0\n3FE0\n3FC0\n7000\nF000\nFFC0\n7FF0\n3FF8\n78F8\nF038\nF038\nF878\nFFF8\nFFF0\n3FE0\nENDCHAR\nSTARTCHAR 011E\nENCODING 286\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 35 2 0\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\nENDCHAR\nSTARTCHAR 011F\nENCODING 287\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 34 1 -6\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\n0000\n0F8C\n3FDC\n7FFE\n79F0\n78F0\n78F0\nF8F0\nF8F0\nF8F0\n78F0\n78F0\n7FF0\n3FE0\n3FC0\n7000\nF000\nFFC0\n7FF0\n3FF8\n78F8\nF038\nF038\nF878\nFFF8\nFFF0\n3FE0\nENDCHAR\nSTARTCHAR 0120\nENCODING 288\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 35 2 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\nENDCHAR\nSTARTCHAR 0121\nENCODING 289\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 34 1 -6\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\n0000\n0000\n0000\n0F8C\n3FDC\n7FFE\n79F0\n78F0\n78F0\nF8F0\nF8F0\nF8F0\n78F0\n78F0\n7FF0\n3FE0\n3FC0\n7000\nF000\nFFC0\n7FF0\n3FF8\n78F8\nF038\nF038\nF878\nFFF8\nFFF0\n3FE0\nENDCHAR\nSTARTCHAR 0122\nENCODING 290\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 39 2 -11\nBITMAP\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\n0000\n0000\n0780\n0780\n0780\n0780\n0780\n0180\n0380\n0700\n0600\nENDCHAR\nSTARTCHAR 0123\nENCODING 291\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 39 1 -6\nBITMAP\n01C0\n0380\n0300\n0300\n03C0\n03C0\n03C0\n03C0\n0000\n0000\n0000\n0000\n0002\n0F86\n3FCE\n7FFC\n7CF8\n7878\nF878\nF878\nF878\nF878\n7878\n78F8\n3FF0\n3FE0\n7780\nE000\nE000\nFE00\n7FE0\n3FF8\n707C\nF03C\nF03C\nFC7C\nFFF8\n7FF8\n1FE0\nENDCHAR\nSTARTCHAR 0124\nENCODING 292\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nFFFE\nFFFE\nFFFE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0125\nENCODING 293\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 36 2 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF1E0\nF7F0\nFFF0\nFDF0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nENDCHAR\nSTARTCHAR 0126\nENCODING 294\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 18 28 0 0\nBITMAP\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\nFFFFC0\nFFFFC0\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3FFF80\n3FFF80\n3FFF80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\nENDCHAR\nSTARTCHAR 0127\nENCODING 295\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 0 0\nBITMAP\n3C00\n3C00\n3C00\nFFC0\nFFC0\n3C00\n3C00\n3C00\n3C78\n3DFC\n3FFC\n3F7C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\nENDCHAR\nSTARTCHAR 0128\nENCODING 296\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 10 34 -1 0\nBITMAP\n78C0\nFEC0\nFFC0\nEFC0\nC380\n0000\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\nENDCHAR\nSTARTCHAR 0129\nENCODING 297\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 27 -1 0\nBITMAP\n78C0\nFEC0\nFFC0\nEFC0\nC380\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\nENDCHAR\nSTARTCHAR 012A\nENCODING 298\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 8 33 0 0\nBITMAP\nFF\nFF\n00\n00\n00\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\nENDCHAR\nSTARTCHAR 012B\nENCODING 299\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 8 25 0 0\nBITMAP\nFF\nFF\n00\n00\n00\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\nENDCHAR\nSTARTCHAR 012C\nENCODING 300\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 9 35 0 0\nBITMAP\nC180\nC180\nE380\n7F00\n3E00\n0000\n0000\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\nENDCHAR\nSTARTCHAR 012D\nENCODING 301\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 9 27 0 0\nBITMAP\nC180\nC180\nE380\n7F00\n3E00\n0000\n0000\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 012E\nENCODING 302\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 7 36 0 -8\nBITMAP\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n3E\n38\n70\nF0\nE0\nE0\nF2\nFC\n7C\nENDCHAR\nSTARTCHAR 012F\nENCODING 303\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 35 0 -8\nBITMAP\n3C\n3C\n3C\n3C\n00\n00\n00\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n38\n70\nF0\nE0\nE0\nF2\nFC\n7C\nENDCHAR\nSTARTCHAR 0130\nENCODING 304\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 5 35 2 0\nBITMAP\nF8\nF8\nF8\nF8\nF8\n00\n00\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 0131\nENCODING 305\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 20 2 0\nBITMAP\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 0133\nENCODING 307\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 13 32 2 -5\nBITMAP\nF0F8\nF0F8\nF0F8\nF0F8\n0000\n0000\n0000\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\nF0F8\n00F8\n01F8\n03F0\n03F0\n03C0\nENDCHAR\nSTARTCHAR 0134\nENCODING 308\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 11 35 0 0\nBITMAP\n0F00\n1F80\n1F80\n3DC0\n39C0\n78E0\n0000\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n3F00\nFF00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 0135\nENCODING 309\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 33 -1 -6\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n3E00\nFE00\nFE00\nF800\nENDCHAR\nSTARTCHAR 0136\nENCODING 310\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 39 2 -11\nBITMAP\nF83E\nF87C\nF87C\nF878\nF8F8\nF8F8\nF9F0\nF9F0\nF9E0\nFBE0\nFBE0\nFFC0\nFFC0\nFFC0\nFFC0\nFFE0\nFBE0\nF9E0\nF9F0\nF9F0\nF8F8\nF8F8\nF8F8\nF87C\nF87C\nF83C\nF83E\nF83E\n0000\n0000\n03C0\n03C0\n03C0\n03C0\n03C0\n00C0\n01C0\n0380\n0300\nENDCHAR\nSTARTCHAR 0137\nENCODING 311\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 39 2 -11\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF07C\nF0F8\nF0F0\nF1F0\nF3E0\nF3E0\nF7C0\nF7C0\nFF80\nFFC0\nFBC0\nFBE0\nF1E0\nF1E0\nF1F0\nF0F0\nF0F0\nF0F8\nF078\nF07C\n0000\n0000\n0780\n0780\n0780\n0780\n0780\n0180\n0380\n0700\n0600\nENDCHAR\nSTARTCHAR 0138\nENCODING 312\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 2 0\nBITMAP\nF0F8\nF0F8\nF1F0\nF1F0\nF3E0\nF3E0\nF7C0\nF7C0\nFF80\nFFC0\nFFC0\nFBC0\nF3E0\nF1E0\nF1E0\nF1F0\nF0F0\nF0F0\nF0F8\nF078\nENDCHAR\nSTARTCHAR 0139\nENCODING 313\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 37 2 0\nBITMAP\n1E00\n3E00\n3C00\n3800\n3800\n7000\n7000\n0000\n0000\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 013A\nENCODING 314\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 37 2 0\nBITMAP\n1E\n3E\n3C\n38\n38\n70\n70\n00\n00\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 013B\nENCODING 315\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 39 2 -11\nBITMAP\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\n0000\n0000\n0F00\n0F00\n0F00\n0F00\n0F00\n0300\n0700\n0E00\n0C00\nENDCHAR\nSTARTCHAR 013C\nENCODING 316\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 5 39 2 -11\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\n00\n00\nF0\nF0\nF0\nF0\nF0\n30\n70\nE0\nC0\nENDCHAR\nSTARTCHAR 013D\nENCODING 317\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 28 2 0\nBITMAP\nF8F0\nF8F0\nF8F0\nF8E0\nF8E0\nF8E0\nF8E0\nF8E0\nF8E0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 013E\nENCODING 318\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 11 28 2 0\nBITMAP\nF9E0\nF9E0\nF9E0\nF9C0\nF9C0\nF9C0\nF9C0\nF9C0\nF9C0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 013F\nENCODING 319\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF9E0\nF9E0\nF9E0\nF9E0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0140\nENCODING 320\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 11 28 2 0\nBITMAP\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF9E0\nF9E0\nF9E0\nF9E0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0141\nENCODING 321\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 28 0 0\nBITMAP\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E40\n3FC0\n3FC0\n3FC0\n3F00\nFE00\nFE00\nFE00\nBE00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3FF8\n3FF8\n3FF8\nENDCHAR\nSTARTCHAR 0142\nENCODING 322\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 9 28 1 0\nBITMAP\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3D80\n3F80\n3F80\n7E00\nFC00\nFC00\nBC00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 0143\nENCODING 323\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFC3C\nFE3C\nFE3C\nFF3C\nFF3C\nFF3C\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF07C\nF03C\nF03C\nF01C\nENDCHAR\nSTARTCHAR 0144\nENCODING 324\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\nF1E0\nF7E0\nFFF0\nF9F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nENDCHAR\nSTARTCHAR 0145\nENCODING 325\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 39 2 -11\nBITMAP\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFC3C\nFE3C\nFE3C\nFF3C\nFF3C\nFF3C\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF07C\nF03C\nF03C\nF01C\n0000\n0000\n0780\n0780\n0780\n0780\n0780\n0180\n0380\n0700\n0600\nENDCHAR\nSTARTCHAR 0146\nENCODING 326\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 31 2 -11\nBITMAP\nF1E0\nF7E0\nFFF0\nF9F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\n0000\n0000\n0F00\n0F00\n0F00\n0F00\n0F00\n0300\n0700\n0E00\n0C00\nENDCHAR\nSTARTCHAR 0147\nENCODING 327\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 36 2 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFC3C\nFE3C\nFE3C\nFF3C\nFF3C\nFF3C\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF07C\nF03C\nF03C\nF01C\nENDCHAR\nSTARTCHAR 0148\nENCODING 328\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\n78E0\n39E0\n3DC0\n1FC0\n1F80\n0F80\n0000\n0000\n0000\nF1E0\nF7E0\nFFF0\nF9F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nENDCHAR\nSTARTCHAR 0149\nENCODING 329\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 32 1 0\nBITMAP\nF000\nF000\nF000\nE000\nE000\nE000\nE000\nE000\nE000\n0000\n0000\n0000\n78F0\n7BF0\n7FF8\n7CF8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\nENDCHAR\nSTARTCHAR 014A\nENCODING 330\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 35 2 -7\nBITMAP\nF03C\nF03C\nF03C\nF83C\nF83C\nFC3C\nFC3C\nFE3C\nFE3C\nFE3C\nFF3C\nFF3C\nFFBC\nF7BC\nF7BC\nF3FC\nF3FC\nF1FC\nF1FC\nF1FC\nF0FC\nF0FC\nF07C\nF07C\nF03C\nF03C\nF03C\nF03C\n003C\n003C\n003C\n007C\n03F8\n03F8\n03E0\nENDCHAR\nSTARTCHAR 014B\nENCODING 331\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 26 1 -6\nBITMAP\nF9E0\nFFF0\nFFF0\nFDF8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n00F8\n00F8\n01F0\n0FF0\n0FE0\n0FC0\nENDCHAR\nSTARTCHAR 014C\nENCODING 332\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 33 2 0\nBITMAP\n1FE0\n1FE0\n0000\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 014D\nENCODING 333\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 25 1 0\nBITMAP\n3FC0\n3FC0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 014E\nENCODING 334\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 014F\nENCODING 335\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n3060\n3060\n38E0\n1FC0\n0F80\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0150\nENCODING 336\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n07BE\n073C\n0738\n0E38\n0E70\n0C70\n0C60\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0151\nENCODING 337\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 14 29 1 0\nBITMAP\n0F7C\n0E78\n0E70\n1C70\n1CE0\n18E0\n18C0\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0152\nENCODING 338\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 20 28 2 0\nBITMAP\n0FFFF0\n3FFFF0\n7FFFF0\n7C7C00\nF87C00\nF87C00\nF87C00\nF07C00\nF07C00\nF07C00\nF07C00\nF07C00\nF07FE0\nF07FE0\nF07FE0\nF07C00\nF07C00\nF07C00\nF07C00\nF07C00\nF07C00\nF87C00\nF87C00\nF87C00\n7C7C00\n7FFFF0\n3FFFF0\n0FFFF0\nENDCHAR\nSTARTCHAR 0153\nENCODING 339\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 20 20 2 0\nBITMAP\n1F0F00\n7FBFC0\n7FFFE0\nF9FBE0\nF1F1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF1FFE0\nF1FFE0\nF1F000\nF1F000\nF1F1F0\nF1F1F0\nF1F1F0\nF1F1E0\nFBFBE0\n7FFFE0\n7FBFC0\n1F1F80\nENDCHAR\nSTARTCHAR 0154\nENCODING 340\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0155\nENCODING 341\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 29 2 0\nBITMAP\n0780\n0F80\n0F00\n0E00\n0E00\n1C00\n1C00\n0000\n0000\nF180\nF780\nF780\nFF80\nFC80\nF800\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0156\nENCODING 342\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 39 2 -11\nBITMAP\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\n0000\n0000\n03C0\n03C0\n03C0\n03C0\n03C0\n00C0\n01C0\n0380\n0300\nENDCHAR\nSTARTCHAR 0157\nENCODING 343\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 31 2 -11\nBITMAP\nF180\nF780\nF780\nFF80\nFC80\nF800\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n0600\n0E00\n1C00\n1800\nENDCHAR\nSTARTCHAR 0158\nENCODING 344\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 36 2 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0159\nENCODING 345\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 10 29 1 0\nBITMAP\nF1C0\n73C0\n7B80\n3F80\n3F00\n1F00\n0000\n0000\n0000\n78C0\n7BC0\n7BC0\n7FC0\n7E40\n7C00\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\n7800\nENDCHAR\nSTARTCHAR 015A\nENCODING 346\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 37 1 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 015B\nENCODING 347\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 29 1 0\nBITMAP\n03C0\n07C0\n0780\n0700\n0700\n0E00\n0E00\n0000\n0000\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 015C\nENCODING 348\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 36 1 0\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 015D\nENCODING 349\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 29 1 0\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\n0000\n0000\n0000\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 015E\nENCODING 350\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 37 1 -9\nBITMAP\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07E0\n0180\n0180\n01E0\n01F0\n0038\n0038\n0278\n03F8\n03E0\nENDCHAR\nSTARTCHAR 015F\nENCODING 351\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 29 1 -9\nBITMAP\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\n0600\n0600\n0780\n07C0\n00E0\n00E0\n09E0\n0FE0\n0F80\nENDCHAR\nSTARTCHAR 0160\nENCODING 352\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 36 1 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 0161\nENCODING 353\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 29 1 0\nBITMAP\nF1C0\n73C0\n7B80\n3F80\n3F00\n1F00\n0000\n0000\n0000\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 0162\nENCODING 354\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 37 0 -9\nBITMAP\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0300\n0300\n03C0\n03E0\n0070\n0070\n04F0\n07F0\n07C0\nENDCHAR\nSTARTCHAR 0163\nENCODING 355\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 11 35 1 -9\nBITMAP\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\n0600\n0600\n0780\n07C0\n00E0\n00E0\n09E0\n0FE0\n0F80\nENDCHAR\nSTARTCHAR 0164\nENCODING 356\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 36 0 0\nBITMAP\n3C70\n1CF0\n1EE0\n0FE0\n0FC0\n07C0\n0000\n0000\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 0165\nENCODING 357\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 13 32 1 0\nBITMAP\n0078\n0078\n0078\n0070\n0070\n0070\n7C70\n7C70\n7C70\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\nENDCHAR\nSTARTCHAR 0166\nENCODING 358\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 28 0 0\nBITMAP\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n7FF8\n7FF8\n7FF8\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 0167\nENCODING 359\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 9 26 1 0\nBITMAP\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\nENDCHAR\nSTARTCHAR 0168\nENCODING 360\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 34 2 0\nBITMAP\n1E30\n3FB0\n3FF0\n3BF0\n30E0\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 0169\nENCODING 361\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n3C60\n7F60\n7FE0\n77E0\n61C0\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 016A\nENCODING 362\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 33 2 0\nBITMAP\n1FE0\n1FE0\n0000\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 016B\nENCODING 363\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 25 2 0\nBITMAP\n3FC0\n3FC0\n0000\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 016C\nENCODING 364\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 016D\nENCODING 365\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n60C0\n60C0\n71C0\n3F80\n1F00\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 016E\nENCODING 366\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n0780\n0FC0\n0CE0\n1860\n1860\n0CE0\n0FC0\n0780\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 016F\nENCODING 367\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 30 2 0\nBITMAP\n0F00\n1F80\n19C0\n30C0\n30C0\n19C0\n1F80\n0F00\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 0170\nENCODING 368\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n07BE\n073C\n0738\n0E38\n0E70\n0C70\n0C60\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 0171\nENCODING 369\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 29 2 0\nBITMAP\n0F7C\n0E78\n0E70\n1C70\n1CE0\n18E0\n18C0\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 0172\nENCODING 370\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 -8\nBITMAP\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\n0380\n0700\n0F00\n0E00\n0E00\n0F20\n0FC0\n07C0\nENDCHAR\nSTARTCHAR 0173\nENCODING 371\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 28 2 -8\nBITMAP\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\n01C0\n0380\n0780\n0700\n0700\n0790\n07E0\n03E0\nENDCHAR\nSTARTCHAR 0174\nENCODING 372\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 36 1 0\nBITMAP\n007800\n00FC00\n00FC00\n01EE00\n01CE00\n03C700\n000000\n000000\nF0783C\nF07878\nF07878\n787878\n78F878\n78F878\n78FC78\n78FC78\n78FC70\n78FCF0\n38FCF0\n3DFCF0\n3DDCF0\n3DCEF0\n3DCEF0\n3DCEF0\n3DCEE0\n3FCFE0\n1F8FE0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87C0\n1F07C0\n0F03C0\n0F03C0\n0F03C0\nENDCHAR\nSTARTCHAR 0175\nENCODING 373\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 29 1 0\nBITMAP\n01E000\n03F000\n03F000\n07B800\n073800\n0F1C00\n000000\n000000\n000000\nF1E3C0\nF1E3C0\nF1E380\nF1E380\nF1E380\n73E780\n73E780\n73F780\n7BF780\n7BF700\n7B7700\n3F3700\n3F3700\n3F3F00\n3F3F00\n3E3E00\n3E3E00\n3E1E00\n1E1E00\n1E1E00\nENDCHAR\nSTARTCHAR 0176\nENCODING 374\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 36 0 0\nBITMAP\n03C0\n07E0\n07E0\n0F70\n0E70\n1E38\n0000\n0000\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 0177\nENCODING 375\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 34 0 -5\nBITMAP\n0780\n0FC0\n0FC0\n1EE0\n1CE0\n3C70\n0000\n0000\n0000\nF878\n7878\n7878\n7878\n78F8\n3CF0\n3CF0\n3CF0\n3CF0\n1CE0\n1FE0\n1FE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n1F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 0178\nENCODING 376\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 35 0 0\nBITMAP\n1E78\n1E78\n1E78\n1E78\n0000\n0000\n0000\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 0179\nENCODING 377\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 37 1 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\n7FF0\n7FF0\n7FF0\n01F0\n01F0\n01E0\n03E0\n03E0\n03C0\n07C0\n07C0\n0780\n0F80\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7C00\n7800\nF800\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 017A\nENCODING 378\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 29 1 0\nBITMAP\n03C0\n07C0\n0780\n0700\n0700\n0E00\n0E00\n0000\n0000\n7FC0\n7FC0\n7FC0\n07C0\n07C0\n0780\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7800\nF800\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 017B\nENCODING 379\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 35 1 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\n7FF0\n7FF0\n7FF0\n01F0\n01F0\n01E0\n03E0\n03E0\n03C0\n07C0\n07C0\n0780\n0F80\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7C00\n7800\nF800\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 017C\nENCODING 380\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 27 1 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\n0000\n7FC0\n7FC0\n7FC0\n07C0\n07C0\n0780\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7800\nF800\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 017D\nENCODING 381\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 36 1 0\nBITMAP\n78E0\n39E0\n3DC0\n1FC0\n1F80\n0F80\n0000\n0000\n7FF0\n7FF0\n7FF0\n01F0\n01F0\n01E0\n03E0\n03E0\n03C0\n07C0\n07C0\n0780\n0F80\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7C00\n7800\nF800\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 017E\nENCODING 382\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 29 1 0\nBITMAP\nF1C0\n73C0\n7B80\n3F80\n3F00\n1F00\n0000\n0000\n0000\n7FC0\n7FC0\n7FC0\n07C0\n07C0\n0780\n0F80\n0F00\n1F00\n1F00\n1E00\n3E00\n3E00\n3C00\n7C00\n7800\nF800\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 0192\nENCODING 402\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 31 0 -4\nBITMAP\n00F8\n01F8\n03F8\n03E0\n03C0\n07C0\n07C0\n1FF0\n1FF0\n1FF0\n07C0\n0780\n0780\n0780\n0780\n0780\n0F80\n0F80\n0F80\n0F80\n0F80\n0F00\n0F00\n0F00\n0F00\n0F00\n1F00\n1F00\n7E00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 01C4\nENCODING 452\nSWIDTH 960 0\nDWIDTH 32 0\nBBX 29 36 2 0\nBITMAP\n00003C70\n00001CF0\n00001EE0\n00000FE0\n00000FC0\n000007C0\n00000000\n00000000\nFFC03FF8\nFFF03FF8\nFFF83FF8\nF8FC00F8\nF87C00F8\nF83C00F0\nF83E01F0\nF83E01F0\nF83E01E0\nF83E03E0\nF83E03E0\nF83E03C0\nF83E07C0\nF83E07C0\nF83E0780\nF83E0F80\nF83E0F80\nF83E0F00\nF83E1F00\nF83E1F00\nF83E1E00\nF83E3E00\nF83C3E00\nF87C3C00\nF8FC7C00\nFFF87FF8\nFFF07FF8\nFFC07FF8\nENDCHAR\nSTARTCHAR 01C5\nENCODING 453\nSWIDTH 900 0\nDWIDTH 30 0\nBBX 27 29 2 0\nBITMAP\n000078E0\nFFC039E0\nFFF03DC0\nFFF81FC0\nF8FC1F80\nF87C0F80\nF83C0000\nF83E0000\nF83E0000\nF83E3FE0\nF83E3FE0\nF83E3FE0\nF83E03E0\nF83E03E0\nF83E03C0\nF83E07C0\nF83E0780\nF83E0F80\nF83E0F80\nF83E0F00\nF83E1F00\nF83E1F00\nF83E1E00\nF83C3E00\nF87C3C00\nF8FC7C00\nFFF87FE0\nFFF07FE0\nFFC07FE0\nENDCHAR\nSTARTCHAR 01C6\nENCODING 454\nSWIDTH 840 0\nDWIDTH 28 0\nBBX 26 29 1 0\nBITMAP\n0000F1C0\n00F873C0\n00F87B80\n00F83F80\n00F83F00\n00F81F00\n00F80000\n00F80000\n00F80000\n1EF87FC0\n3FF87FC0\n7FF87FC0\n7CF807C0\n78F807C0\nF8F80780\nF8F80F80\nF8F80F00\nF8F81F00\nF8F81F00\nF8F81E00\nF8F83E00\nF8F83E00\nF8F83C00\nF8F87C00\n78F87800\n7CF8F800\n7FF8FFC0\n3FF8FFC0\n1EF8FFC0\nENDCHAR\nSTARTCHAR 01C7\nENCODING 455\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 21 28 2 0\nBITMAP\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF800F8\nF803F0\nFFEFF0\nFFEFE0\nFFEFC0\nENDCHAR\nSTARTCHAR 01C8\nENCODING 456\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 19 33 2 -5\nBITMAP\nF80000\nF803E0\nF803E0\nF803E0\nF803E0\nF80000\nF80000\nF80000\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFFE3E0\nFFE3E0\nFFE3E0\n0003E0\n0007E0\n000FC0\n000FC0\n000F00\nENDCHAR\nSTARTCHAR 01C9\nENCODING 457\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 13 33 2 -5\nBITMAP\nF800\nF8F8\nF8F8\nF8F8\nF8F8\nF800\nF800\nF800\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n00F8\n01F8\n03F0\n03F0\n03C0\nENDCHAR\nSTARTCHAR 01CA\nENCODING 458\nSWIDTH 870 0\nDWIDTH 29 0\nBBX 25 28 2 0\nBITMAP\nF03C0F80\nF03C0F80\nF03C0F80\nF83C0F80\nF83C0F80\nFC3C0F80\nFC3C0F80\nFC3C0F80\nFE3C0F80\nFE3C0F80\nFF3C0F80\nFF3C0F80\nFF3C0F80\nF7BC0F80\nF7BC0F80\nF3FC0F80\nF3FC0F80\nF1FC0F80\nF1FC0F80\nF1FC0F80\nF0FC0F80\nF0FC0F80\nF07C0F80\nF07C0F80\nF07C3F00\nF03CFF00\nF03CFE00\nF01CFC00\nENDCHAR\nSTARTCHAR 01CB\nENCODING 459\nSWIDTH 780 0\nDWIDTH 26 0\nBBX 23 33 2 -5\nBITMAP\nF03C00\nF03C3E\nF03C3E\nF83C3E\nF83C3E\nFC3C00\nFC3C00\nFC3C00\nFE3C3E\nFE3C3E\nFF3C3E\nFF3C3E\nFF3C3E\nF7BC3E\nF7BC3E\nF3FC3E\nF3FC3E\nF1FC3E\nF1FC3E\nF1FC3E\nF0FC3E\nF0FC3E\nF07C3E\nF07C3E\nF07C3E\nF03C3E\nF03C3E\nF01C3E\n00003E\n00007E\n0000FC\n0000FC\n0000F0\nENDCHAR\nSTARTCHAR 01CC\nENCODING 460\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 21 32 2 -5\nBITMAP\n0000F8\n0000F8\n0000F8\n0000F8\n000000\n000000\n000000\nF1E0F8\nF7E0F8\nFFF0F8\nF9F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\nF1F0F8\n0000F8\n0001F8\n0003F0\n0003F0\n0003C0\nENDCHAR\nSTARTCHAR 01F1\nENCODING 497\nSWIDTH 960 0\nDWIDTH 32 0\nBBX 29 28 2 0\nBITMAP\nFFC03FF8\nFFF03FF8\nFFF83FF8\nF8FC00F8\nF87C00F8\nF83C00F0\nF83E01F0\nF83E01F0\nF83E01E0\nF83E03E0\nF83E03E0\nF83E03C0\nF83E07C0\nF83E07C0\nF83E0780\nF83E0F80\nF83E0F80\nF83E0F00\nF83E1F00\nF83E1F00\nF83E1E00\nF83E3E00\nF83C3E00\nF87C3C00\nF8FC7C00\nFFF87FF8\nFFF07FF8\nFFC07FF8\nENDCHAR\nSTARTCHAR 01F2\nENCODING 498\nSWIDTH 900 0\nDWIDTH 30 0\nBBX 27 28 2 0\nBITMAP\nFFC00000\nFFF00000\nFFF80000\nF8FC0000\nF87C0000\nF83C0000\nF83E0000\nF83E0000\nF83E3FE0\nF83E3FE0\nF83E3FE0\nF83E03E0\nF83E03E0\nF83E03C0\nF83E07C0\nF83E0780\nF83E0F80\nF83E0F80\nF83E0F00\nF83E1F00\nF83E1F00\nF83E1E00\nF83C3E00\nF87C3C00\nF8FC7C00\nFFF87FE0\nFFF07FE0\nFFC07FE0\nENDCHAR\nSTARTCHAR 01F3\nENCODING 499\nSWIDTH 840 0\nDWIDTH 28 0\nBBX 26 28 1 0\nBITMAP\n00F80000\n00F80000\n00F80000\n00F80000\n00F80000\n00F80000\n00F80000\n00F80000\n1EF87FC0\n3FF87FC0\n7FF87FC0\n7CF807C0\n78F807C0\nF8F80780\nF8F80F80\nF8F80F00\nF8F81F00\nF8F81F00\nF8F81E00\nF8F83E00\nF8F83E00\nF8F83C00\nF8F87C00\n78F87800\n7CF8F800\n7FF8FFC0\n3FF8FFC0\n1EF8FFC0\nENDCHAR\nSTARTCHAR 01F4\nENCODING 500\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 37 2 0\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n0FE0\n3FF0\n7FF8\n7C7C\nF83C\nF83C\nF83E\nF83E\nF83E\nF800\nF800\nF800\nF800\nF800\nF9FE\nF9FE\nF9FE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\n7CFE\n7FFE\n3FDE\n0F9E\nENDCHAR\nSTARTCHAR 01F5\nENCODING 501\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 15 36 1 -6\nBITMAP\n00F0\n01F0\n01E0\n01C0\n01C0\n0380\n0380\n0000\n0000\n0000\n0F8C\n3FDC\n7FFE\n79F0\n78F0\n78F0\nF8F0\nF8F0\nF8F0\n78F0\n78F0\n7FF0\n3FE0\n3FC0\n7000\nF000\nFFC0\n7FF0\n3FF8\n78F8\nF038\nF038\nF878\nFFF8\nFFF0\n3FE0\nENDCHAR\nSTARTCHAR 0200\nENCODING 512\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 36 1 0\nBITMAP\n7BC0\n79C0\n38E0\n1CE0\n1CE0\n0E60\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0201\nENCODING 513\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0202\nENCODING 514\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 35 1 0\nBITMAP\n07C0\n0FE0\n1C60\n1C70\n1830\n0000\n0000\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0203\nENCODING 515\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n0F80\n1FC0\n38C0\n38E0\n3060\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0204\nENCODING 516\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 36 1 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n7FF0\n7FF0\n7FF0\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7FE0\n7FE0\n7FE0\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7FF0\n7FF0\n7FF0\nENDCHAR\nSTARTCHAR 0205\nENCODING 517\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0206\nENCODING 518\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n1F00\n3F80\n7180\n71C0\n60C0\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0207\nENCODING 519\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 27 1 0\nBITMAP\n0F80\n1FC0\n38C0\n38E0\n3060\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0208\nENCODING 520\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 10 36 -2 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\nENDCHAR\nSTARTCHAR 0209\nENCODING 521\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 29 -3 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 020A\nENCODING 522\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 9 35 0 0\nBITMAP\n3E00\n7F00\nE300\nE380\nC180\n0000\n0000\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\nENDCHAR\nSTARTCHAR 020B\nENCODING 523\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 9 27 0 0\nBITMAP\n3E00\n7F00\nE300\nE380\nC180\n0000\n0000\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 020C\nENCODING 524\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 020D\nENCODING 525\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 1 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 020E\nENCODING 526\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n07C0\n0FE0\n1C60\n1C70\n1830\n0000\n0000\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 020F\nENCODING 527\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 27 1 0\nBITMAP\n0F80\n1FC0\n38C0\n38E0\n3060\n0000\n0000\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0210\nENCODING 528\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 36 2 0\nBITMAP\n7BC0\n79C0\n38E0\n1CE0\n1CE0\n0E60\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0211\nENCODING 529\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 11 29 0 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n3C60\n3DE0\n3DE0\n3FE0\n3F20\n3E00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 0212\nENCODING 530\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 35 2 0\nBITMAP\n07C0\n0FE0\n1C60\n1C70\n1830\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFFC\nFFF8\nFFE0\nF9F0\nF9F0\nF8F0\nF8F8\nF8F8\nF8F8\nF878\nF87C\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 0213\nENCODING 531\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 27 2 0\nBITMAP\n3E00\n7F00\nE300\nE380\nC180\n0000\n0000\nF180\nF780\nF780\nFF80\nFC80\nF800\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0214\nENCODING 532\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 36 2 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 0215\nENCODING 533\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 29 1 0\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\n0000\n0000\n0000\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n78F8\n7DF8\n7FF8\n7FF8\n3CF8\nENDCHAR\nSTARTCHAR 0216\nENCODING 534\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n07C0\n0FE0\n1C60\n1C70\n1830\n0000\n0000\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FE0\nENDCHAR\nSTARTCHAR 0217\nENCODING 535\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n1F00\n3F80\n7180\n71C0\n60C0\n0000\n0000\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nFBF0\nFFF0\nFFF0\n79F0\nENDCHAR\nSTARTCHAR 0218\nENCODING 536\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 39 1 -11\nBITMAP\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07E0\n0000\n0000\n03C0\n03C0\n03C0\n03C0\n03C0\n00C0\n01C0\n0380\n0300\nENDCHAR\nSTARTCHAR 0219\nENCODING 537\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 31 1 -11\nBITMAP\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\n0000\n0000\n0F00\n0F00\n0F00\n0F00\n0F00\n0300\n0700\n0E00\n0C00\nENDCHAR\nSTARTCHAR 021A\nENCODING 538\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 39 0 -11\nBITMAP\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0000\n0000\n0780\n0780\n0780\n0780\n0780\n0180\n0380\n0700\n0600\nENDCHAR\nSTARTCHAR 021B\nENCODING 539\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 37 1 -11\nBITMAP\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n0600\n0E00\n1C00\n1800\nENDCHAR\nSTARTCHAR 0237\nENCODING 567\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 8 26 -1 -6\nBITMAP\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n3E\nFE\nFE\nF8\nENDCHAR\nSTARTCHAR 02BC\nENCODING 700\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 4 9 3 19\nBITMAP\nF0\nF0\nF0\nE0\nE0\nE0\nE0\nE0\nE0\nENDCHAR\nSTARTCHAR 02C6\nENCODING 710\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 7 1 21\nBITMAP\n1E00\n3F00\n3F00\n3B80\n7380\n73C0\nF1C0\nENDCHAR\nSTARTCHAR 02C7\nENCODING 711\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 6 1 22\nBITMAP\nF1C0\n73C0\n7380\n3F80\n3F00\n1F00\nENDCHAR\nSTARTCHAR 02D8\nENCODING 728\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 5 1 23\nBITMAP\nC180\nE380\nE300\n7F00\n3E00\nENDCHAR\nSTARTCHAR 02D9\nENCODING 729\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 5 -2 2\nBITMAP\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 180 0\nDWIDTH 6 0\nBBX 8 8 -1 20\nBITMAP\n3C\n7E\n67\nC3\nC3\n67\n7E\n3C\nENDCHAR\nSTARTCHAR 02DB\nENCODING 731\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 7 9 0 -8\nBITMAP\n18\n38\n70\nF0\nE0\nE0\nF2\nFC\n7C\nENDCHAR\nSTARTCHAR 02DC\nENCODING 732\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 5 2 23\nBITMAP\n78C0\nFEC0\nFFC0\nEFC0\nC380\nENDCHAR\nSTARTCHAR 02DD\nENCODING 733\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 11 7 3 21\nBITMAP\n7BE0\n73C0\n7380\nE380\nE700\nC700\nC600\nENDCHAR\nSTARTCHAR 0300\nENCODING 768\nSWIDTH 90 0\nDWIDTH 3 0\nBBX 7 7 -1 21\nBITMAP\nF8\n78\n3C\n3C\n1C\n1C\n0E\nENDCHAR\nSTARTCHAR 0301\nENCODING 769\nSWIDTH 90 0\nDWIDTH 3 0\nBBX 6 7 0 21\nBITMAP\n3C\n7C\n78\n70\n70\nE0\nE0\nENDCHAR\nSTARTCHAR 0302\nENCODING 770\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 6 1 22\nBITMAP\n1E00\n3F00\n3F00\n7B80\n7380\nF1C0\nENDCHAR\nSTARTCHAR 0303\nENCODING 771\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 5 2 23\nBITMAP\n78C0\nFEC0\nFFC0\nEFC0\nC380\nENDCHAR\nSTARTCHAR 0304\nENCODING 772\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 8 2 0 26\nBITMAP\nFF\nFF\nENDCHAR\nSTARTCHAR 0306\nENCODING 774\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 5 1 23\nBITMAP\nC180\nC180\nE380\n7F00\n3E00\nENDCHAR\nSTARTCHAR 0307\nENCODING 775\nSWIDTH 90 0\nDWIDTH 3 0\nBBX 4 5 0 23\nBITMAP\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 0308\nENCODING 776\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 4 2 24\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\nENDCHAR\nSTARTCHAR 030A\nENCODING 778\nSWIDTH 180 0\nDWIDTH 6 0\nBBX 8 8 -1 20\nBITMAP\n3C\n7E\n67\nC3\nC3\n67\n7E\n3C\nENDCHAR\nSTARTCHAR 030C\nENCODING 780\nSWIDTH 120 0\nDWIDTH 4 0\nBBX 10 6 -2 22\nBITMAP\nF1C0\n73C0\n7B80\n3F80\n3F00\n1F00\nENDCHAR\nSTARTCHAR 030F\nENCODING 783\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 10 6 1 22\nBITMAP\nF780\nF380\n71C0\n39C0\n39C0\n1CC0\nENDCHAR\nSTARTCHAR 0311\nENCODING 785\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 5 1 23\nBITMAP\n3E00\n7F00\nE300\nE380\nC180\nENDCHAR\nSTARTCHAR 0326\nENCODING 806\nSWIDTH 180 0\nDWIDTH 6 0\nBBX 4 9 1 -10\nBITMAP\nF0\nF0\nF0\nF0\nF0\n30\n70\nE0\nC0\nENDCHAR\nSTARTCHAR 03A0\nENCODING 928\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nFFFE\nFFFE\nFFFE\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nENDCHAR\nSTARTCHAR 03C0\nENCODING 960\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 16 20 1 0\nBITMAP\nFFFF\nFFFF\nFFFF\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C7C\n3C3E\n3C3F\n3C3F\n3C0F\nENDCHAR\nSTARTCHAR 0400\nENCODING 1024\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 37 2 0\nBITMAP\nF800\n7800\n3C00\n3C00\n1C00\n1C00\n0E00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0401\nENCODING 1025\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n79E0\n79E0\n79E0\n79E0\n0000\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0402\nENCODING 1026\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 18 28 0 0\nBITMAP\nFFF800\nFFF800\nFFF800\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0FBE00\n0FFF80\n0FFF80\n0F87C0\n0F87C0\n0F83C0\n0F83C0\n0F83C0\n0F83C0\n0F83C0\n0F87C0\n0F87C0\n0F8FC0\n0F9F80\n0F9F00\n0F9E00\nENDCHAR\nSTARTCHAR 0403\nENCODING 1027\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 37 2 0\nBITMAP\n03C0\n07C0\n0780\n0700\n0700\n0E00\n0E00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0404\nENCODING 1028\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0405\nENCODING 1029\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 0406\nENCODING 1030\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 5 28 2 0\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 0407\nENCODING 1031\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 10 35 0 0\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\n0000\n0000\n0000\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\nENDCHAR\nSTARTCHAR 0408\nENCODING 1032\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 9 28 0 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n1F00\n3F00\nFF00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 0409\nENCODING 1033\nSWIDTH 840 0\nDWIDTH 28 0\nBBX 27 28 0 0\nBITMAP\n07FFE000\n07FFE000\n07FFE000\n07C3E000\n07C3E000\n07C3E000\n07C3E000\n07C3E000\n07C3E000\n0783E000\n0783E000\n0783E000\n0783FE00\n0783FF80\n0783FFC0\n0783E7E0\n0783E3E0\n0F83E1E0\n0F83E1E0\n0F83E1E0\n0F83E1E0\n0F03E1E0\n0F03E1E0\n1F03E3E0\n3F03EFE0\nFE03FFC0\nFC03FF80\nF003FE00\nENDCHAR\nSTARTCHAR 040A\nENCODING 1034\nSWIDTH 810 0\nDWIDTH 27 0\nBBX 24 28 2 0\nBITMAP\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nF83E00\nFFFFE0\nFFFFF8\nFFFFFC\nF83E7E\nF83E3E\nF83E1E\nF83E1F\nF83E1F\nF83E1F\nF83E1F\nF83E1E\nF83E3E\nF83E7E\nF83FFC\nF83FF8\nF83FE0\nENDCHAR\nSTARTCHAR 040B\nENCODING 1035\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 16 28 0 0\nBITMAP\nFFF8\nFFF8\nFFF8\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0F80\n0FBE\n0FFF\n0FFF\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\n0F8F\nENDCHAR\nSTARTCHAR 040C\nENCODING 1036\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 37 2 0\nBITMAP\n0078\n00F8\n00F0\n00E0\n00E0\n01C0\n01C0\n0000\n0000\nF83E\nF83C\nF87C\nF87C\nF878\nF8F8\nF8F8\nF9F0\nF9F0\nF9E0\nFBE0\nFBE0\nFFC0\nFFC0\nFFC0\nFBE0\nFBE0\nF9F0\nF9F0\nF9F0\nF8F8\nF8F8\nF8F8\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 040D\nENCODING 1037\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 37 2 0\nBITMAP\n3E00\n1E00\n0F00\n0F00\n0700\n0700\n0380\n0000\n0000\nF01E\nF01E\nF03E\nF03E\nF07E\nF07E\nF07E\nF0FE\nF0FE\nF1FE\nF1FE\nF1DE\nF3DE\nF39E\nF79E\nF71E\nF71E\nFF1E\nFE1E\nFE1E\nFC1E\nFC1E\nFC1E\nF81E\nF81E\nF01E\nF01E\nF01E\nENDCHAR\nSTARTCHAR 040E\nENCODING 1038\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 15 39 1 -4\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\nF03E\nF03E\nF83E\nF83C\n783C\n787C\n787C\n7C78\n3C78\n3C78\n3C78\n3CF8\n3EF0\n1EF0\n1EF0\n1EF0\n1EF0\n0EE0\n0EE0\n0FE0\n0FE0\n0FE0\n07C0\n07C0\n07C0\n07C0\n07C0\n0780\n7F80\n7F80\n7F00\n7C00\nENDCHAR\nSTARTCHAR 040F\nENCODING 1039\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 34 2 -6\nBITMAP\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nFFFE\nFFFE\nFFFE\n03C0\n0380\n0380\n0380\n0380\n0380\nENDCHAR\nSTARTCHAR 0410\nENCODING 1040\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 28 1 0\nBITMAP\n07C0\n07C0\n07E0\n0FE0\n0FE0\n0FE0\n0FE0\n0EF0\n1EF0\n1EF0\n1EF0\n1EF0\n1E78\n3E78\n3C78\n3C78\n3C78\n3C7C\n7FFC\n7FFC\n7FFC\n783C\n783C\nF83E\nF83E\nF81E\nF01E\nF01F\nENDCHAR\nSTARTCHAR 0411\nENCODING 1041\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 0\nBITMAP\nFFF0\nFFF0\nFFF0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFF0\nFFF8\nF9F8\nF87C\nF87C\nF87C\nF83C\nF83C\nF87C\nF87C\nF87C\nF8F8\nFFF8\nFFF0\nFFC0\nENDCHAR\nSTARTCHAR 0412\nENCODING 1042\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\nFFC0\nFFF0\nFFF8\nF8FC\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF8F8\nFFF0\nFFF0\nFFF8\nF87C\nF83E\nF83E\nF83E\nF81E\nF81E\nF83E\nF83E\nF83E\nF8FC\nFFFC\nFFF8\nFFE0\nENDCHAR\nSTARTCHAR 0413\nENCODING 1043\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0414\nENCODING 1044\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 21 34 0 -6\nBITMAP\n03FFC0\n03FFC0\n03FFC0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n03C3C0\n07C3C0\n07C3C0\n07C3C0\n0783C0\n0783C0\n0783C0\n0F83C0\n0F03C0\n1F03C0\n1E03C0\n3C03C0\nFFFFF8\nFFFFF8\nFFFFF8\nF00078\nF00078\nF00038\nF00038\nF00038\nF00038\nENDCHAR\nSTARTCHAR 0415\nENCODING 1045\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 0416\nENCODING 1046\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 24 28 0 0\nBITMAP\n783C1F\n7C3C1E\n3C3C3E\n3C3C3C\n3E3C7C\n1E3C78\n1E3C78\n0F3CF8\n0F3CF0\n0FBCF0\n07BDE0\n07BDE0\n03FDE0\n03FFC0\n03FDE0\n07BDE0\n07BDE0\n0FBCF0\n0F3CF0\n0F3CF8\n1E3C78\n1E3C78\n3E3C3C\n3C3C3C\n3C3C3E\n7C3C1E\n783C1F\nF83C1F\nENDCHAR\nSTARTCHAR 0417\nENCODING 1047\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 1 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CF8\nF87C\nF83C\nF03C\nF03C\n003C\n007C\n007C\n01F8\n07F0\n07E0\n07F8\n00F8\n007C\n007C\n003C\nF83C\nF83C\nF83C\n787C\n7C7C\n7FF8\n3FF8\n1FF0\n0FC0\nENDCHAR\nSTARTCHAR 0418\nENCODING 1048\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nF01E\nF01E\nF03E\nF03E\nF07E\nF07E\nF07E\nF0FE\nF0FE\nF1FE\nF1FE\nF1DE\nF3DE\nF39E\nF79E\nF71E\nF71E\nFF1E\nFE1E\nFE1E\nFC1E\nFC1E\nFC1E\nF81E\nF81E\nF01E\nF01E\nF01E\nENDCHAR\nSTARTCHAR 0419\nENCODING 1049\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 35 2 0\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\nF01E\nF01E\nF03E\nF03E\nF07E\nF07E\nF07E\nF0FE\nF0FE\nF1FE\nF1FE\nF1DE\nF3DE\nF39E\nF79E\nF71E\nF71E\nFF1E\nFE1E\nFE1E\nFC1E\nFC1E\nFC1E\nF81E\nF81E\nF01E\nF01E\nF01E\nENDCHAR\nSTARTCHAR 041A\nENCODING 1050\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 2 0\nBITMAP\nF83E\nF83C\nF87C\nF87C\nF878\nF8F8\nF8F8\nF9F0\nF9F0\nF9E0\nFBE0\nFBE0\nFFC0\nFFC0\nFFC0\nFBE0\nFBE0\nF9F0\nF9F0\nF9F0\nF8F8\nF8F8\nF8F8\nF87C\nF87C\nF83C\nF83E\nF83E\nENDCHAR\nSTARTCHAR 041B\nENCODING 1051\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 28 0 0\nBITMAP\n07FFC0\n07FFC0\n07FFC0\n0787C0\n0787C0\n0787C0\n0787C0\n0787C0\n0787C0\n0787C0\n0787C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F87C0\n0F07C0\n0F07C0\n1F07C0\n1F07C0\n3E07C0\nFE07C0\nFC07C0\nF007C0\nENDCHAR\nSTARTCHAR 041C\nENCODING 1052\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 19 28 2 0\nBITMAP\nF807C0\nF807C0\nFC07C0\nFC07C0\nFC0FC0\nFC0FC0\nFE0FC0\nFE0FC0\nFE0FC0\nFE1FC0\nFE1FC0\nFF1DC0\nFF1DC0\nF73DC0\nF73DC0\nF7B9C0\nF7B9C0\nF3B9C0\nF3F9C0\nF3F9C0\nF3F1C0\nF3F1C0\nF1F1C0\nF1F1C0\nF1E1E0\nF1E1E0\nF0E1E0\nF0E1E0\nENDCHAR\nSTARTCHAR 041D\nENCODING 1053\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nFFFE\nFFFE\nFFFE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nENDCHAR\nSTARTCHAR 041E\nENCODING 1054\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 041F\nENCODING 1055\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nFFFE\nFFFE\nFFFE\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nF81E\nENDCHAR\nSTARTCHAR 0420\nENCODING 1056\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 2 0\nBITMAP\nFFE0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83C\nF83E\nF83E\nF83C\nF83C\nF87C\nFFF8\nFFF8\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0421\nENCODING 1057\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF87C\nF83C\nF83C\nF83C\nF83C\nF83C\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\n7CFC\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 0422\nENCODING 1058\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 28 0 0\nBITMAP\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 0423\nENCODING 1059\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 15 32 1 -4\nBITMAP\nF03E\nF03E\nF83E\nF83C\n783C\n787C\n787C\n7C78\n3C78\n3C78\n3C78\n3CF8\n3EF0\n1EF0\n1EF0\n1EF0\n1EF0\n0EE0\n0EE0\n0FE0\n0FE0\n0FE0\n07C0\n07C0\n07C0\n07C0\n07C0\n0780\n7F80\n7F80\n7F00\n7C00\nENDCHAR\nSTARTCHAR 0424\nENCODING 1060\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 20 31 2 -1\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n0FFF00\n3FFFC0\n7FFFE0\nF9F3E0\nF1F1F0\nF1F1F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F0F0\nF1F1F0\nF1F1F0\nF9F3E0\n7FFFE0\n7FFFC0\n1FFF80\n01F000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR 0425\nENCODING 1061\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 28 0 0\nBITMAP\nF81F\n7C1E\n7C1E\n3C3E\n3E3C\n1E3C\n1F78\n1F78\n0F78\n0FF0\n07F0\n07F0\n07E0\n03E0\n07E0\n07E0\n07F0\n0FF0\n0FF0\n1FF8\n1E78\n1E7C\n3E7C\n3C3C\n3C3E\n781E\n781F\nF81F\nENDCHAR\nSTARTCHAR 0426\nENCODING 1062\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 19 34 2 -6\nBITMAP\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nF81F00\nFFFFE0\nFFFFE0\nFFFFE0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\nENDCHAR\nSTARTCHAR 0427\nENCODING 1063\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF03E\nF83E\n7FFE\n7FFE\n1FFE\n003E\n003E\n003E\n003E\n003E\n003E\n003E\n003E\n003E\n003E\n003E\n003E\nENDCHAR\nSTARTCHAR 0428\nENCODING 1064\nSWIDTH 780 0\nDWIDTH 26 0\nBBX 22 28 2 0\nBITMAP\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nF8787C\nFFFFFC\nFFFFFC\nFFFFFC\nENDCHAR\nSTARTCHAR 0429\nENCODING 1065\nSWIDTH 840 0\nDWIDTH 28 0\nBBX 25 34 2 -6\nBITMAP\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nF8787C00\nFFFFFF80\nFFFFFF80\nFFFFFF80\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\nENDCHAR\nSTARTCHAR 042A\nENCODING 1066\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 19 28 0 0\nBITMAP\nFF8000\nFF8000\nFF8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0F8000\n0FFC00\n0FFF00\n0FFF80\n0F8FC0\n0F87C0\n0F83E0\n0F83E0\n0F83E0\n0F83E0\n0F83E0\n0F83E0\n0F87C0\n0F8FC0\n0FFF80\n0FFF00\n0FFC00\nENDCHAR\nSTARTCHAR 042B\nENCODING 1067\nSWIDTH 780 0\nDWIDTH 26 0\nBBX 22 28 2 0\nBITMAP\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nF8007C\nFFC07C\nFFF07C\nFFF87C\nF9F87C\nF87C7C\nF87C7C\nF83C7C\nF83C7C\nF83C7C\nF83C7C\nF87C7C\nF87C7C\nF8F87C\nFFF87C\nFFF07C\nFFC07C\nENDCHAR\nSTARTCHAR 042C\nENCODING 1068\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 28 2 0\nBITMAP\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFF0\nFFF8\nF9F8\nF87C\nF87C\nF83C\nF83C\nF83C\nF83C\nF87C\nF87C\nF8F8\nFFF8\nFFF0\nFFC0\nENDCHAR\nSTARTCHAR 042D\nENCODING 1069\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 14 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\nFCF8\nF87C\nF07C\nF07C\nF07C\nF07C\n007C\n007C\n007C\n07FC\n07FC\n07FC\n007C\n007C\n007C\n007C\nF07C\nF07C\nF07C\nF07C\nF87C\nFCF8\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 042E\nENCODING 1070\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 22 28 2 0\nBITMAP\nF80FC0\nF83FE0\nF87FF0\nF87CF8\nF8F878\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nFFF07C\nFFF07C\nFFF07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F07C\nF8F878\nF87CF8\nF87FF0\nF83FE0\nF80FC0\nENDCHAR\nSTARTCHAR 042F\nENCODING 1071\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 17 28 0 0\nBITMAP\n01FF80\n07FF80\n0FFF80\n1F8F80\n1F0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n1F0F80\n1FCF80\n0FFF80\n07FF80\n07FF80\n07CF80\n078F80\n0F8F80\n0F8F80\n1F0F80\n1F0F80\n3E0F80\n3E0F80\n7E0F80\n7C0F80\nFC0F80\nENDCHAR\nSTARTCHAR 0430\nENCODING 1072\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\n78F0\n78F0\n00F0\n03F0\n0FF0\n3EF0\n7CF0\n78F0\nF8F0\nF8F0\nF8F0\nF9F0\n7FF0\n7EF8\n1C78\nENDCHAR\nSTARTCHAR 0431\nENCODING 1073\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 2 0\nBITMAP\n00C0\n0FC0\n3FE0\n7FC0\nFE00\nF000\nF000\nF000\nF000\nF000\nF780\nFFC0\nFFE0\nF9E0\nF1E0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1E0\nF9E0\n7FE0\n7FC0\n1F00\nENDCHAR\nSTARTCHAR 0432\nENCODING 1074\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 2 0\nBITMAP\nFF80\nFFE0\nFFE0\nF3F0\nF1F0\nF0F0\nF1F0\nF1E0\nFFC0\nFFC0\nFFE0\nF1F0\nF0F0\nF0F0\nF0F0\nF0F0\nF1F0\nFFF0\nFFE0\nFF80\nENDCHAR\nSTARTCHAR 0433\nENCODING 1075\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 8 20 2 0\nBITMAP\nFF\nFF\nFF\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 0434\nENCODING 1076\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 18 25 0 -5\nBITMAP\n07FE00\n07FE00\n07FE00\n079E00\n079E00\n079E00\n079E00\n079E00\n071E00\n071E00\n0F1E00\n0F1E00\n0F1E00\n1E1E00\n1E1E00\n3C1E00\n781E00\nFFFFC0\nFFFFC0\nFFFFC0\nF003C0\nF003C0\nF003C0\nF003C0\nF003C0\nENDCHAR\nSTARTCHAR 0435\nENCODING 1077\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 1 0\nBITMAP\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0436\nENCODING 1078\nSWIDTH 630 0\nDWIDTH 21 0\nBBX 20 20 0 0\nBITMAP\nF8F0F0\n78F1E0\n78F1E0\n3CF1E0\n3CF3C0\n1CF3C0\n1EF3C0\n1EF780\n0FF780\n0FF700\n0FFF00\n0FF700\n0EF780\n1EF380\n1EF3C0\n3CF3C0\n3CF1E0\n78F1E0\n78F0F0\nF0F0F0\nENDCHAR\nSTARTCHAR 0437\nENCODING 1079\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 12 20 1 0\nBITMAP\n1F80\n7FC0\n7FE0\nF9E0\nF1E0\nF1E0\n01E0\n01E0\n0FC0\n0F80\n0FC0\n03E0\n01E0\nF0E0\nF0F0\nF1E0\n79E0\n7FE0\n3FC0\n1F80\nENDCHAR\nSTARTCHAR 0438\nENCODING 1080\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 20 2 0\nBITMAP\nE0F0\nE0F0\nE0F0\nE1F0\nE1F0\nE3F0\nE3F0\nE7F0\nE770\nEF70\nEE70\nEE70\nFE70\nFC70\nFC70\nF870\nF870\nF070\nF070\nF070\nENDCHAR\nSTARTCHAR 0439\nENCODING 1081\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 27 2 0\nBITMAP\n3060\n3060\n38E0\n1FC0\n0F80\n0000\n0000\nE0F0\nE0F0\nE0F0\nE1F0\nE1F0\nE3F0\nE3F0\nE7F0\nE770\nEF70\nEE70\nEE70\nFE70\nFC70\nFC70\nF870\nF870\nF070\nF070\nF070\nENDCHAR\nSTARTCHAR 043A\nENCODING 1082\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 2 0\nBITMAP\nF0F8\nF0F0\nF1F0\nF1F0\nF3E0\nF3E0\nF3C0\nF7C0\nFFC0\nFF80\nFF80\nF7C0\nF3C0\nF3E0\nF3E0\nF1E0\nF1F0\nF1F0\nF0F0\nF0F8\nENDCHAR\nSTARTCHAR 043B\nENCODING 1083\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 20 1 0\nBITMAP\n1FFE\n1FFE\n1FFE\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n1E3E\n3C3E\n3C3E\n7C3E\nFC3E\nF83E\nF03E\nENDCHAR\nSTARTCHAR 043C\nENCODING 1084\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 20 2 0\nBITMAP\nE01E\nF01E\nF03E\nF03E\nF83E\nF87E\nFC7E\nFCFE\nFCFE\nFEFE\nEFFE\nEFDE\nE7DE\nE79E\nE79E\nE39E\nE31E\nE31E\nE01E\nE01E\nENDCHAR\nSTARTCHAR 043D\nENCODING 1085\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 20 2 0\nBITMAP\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nFFF0\nFFF0\nFFF0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nENDCHAR\nSTARTCHAR 043E\nENCODING 1086\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 043F\nENCODING 1087\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 20 2 0\nBITMAP\nFFF0\nFFF0\nFFF0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nF1F0\nENDCHAR\nSTARTCHAR 0440\nENCODING 1088\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 26 2 -6\nBITMAP\nF3C0\nFFE0\nFFF0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFE0\nFFE0\nF3C0\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0441\nENCODING 1089\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nF800\nF800\nF800\nF800\nF8F0\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0442\nENCODING 1090\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 12 20 0 0\nBITMAP\nFFF0\nFFF0\nFFF0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nENDCHAR\nSTARTCHAR 0443\nENCODING 1091\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 26 0 -6\nBITMAP\nF87C\n7878\n7878\n7878\n7878\n3878\n3C70\n3CF0\n3CF0\n1CF0\n1CE0\n1CE0\n1EE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n07C0\n0780\n0780\n0780\n0F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 0444\nENCODING 1092\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 19 34 1 -6\nBITMAP\n00F000\n00F000\n00F000\n00F000\n00F000\n00F000\n00F000\n00F000\n07FE00\n1FFF80\n3FFFC0\n7CF7C0\n78F3E0\n78F1E0\nF8F1E0\nF8F1E0\nF8F1E0\nF8F1E0\nF8F1E0\nF8F1E0\nF8F1E0\n78F1E0\n78F3E0\n7CF3C0\n3FFFC0\n3FFF80\n0FFF00\n00F000\n00F000\n00F000\n00F000\n00F000\n00F000\n00F000\nENDCHAR\nSTARTCHAR 0445\nENCODING 1093\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 20 0 0\nBITMAP\nF878\n7878\n7CF0\n3CF0\n3EE0\n1FE0\n1FE0\n0FC0\n0FC0\n0F80\n0F80\n0FC0\n1FC0\n1FE0\n3DE0\n3DF0\n3CF0\n78F0\n78F8\nF07C\nENDCHAR\nSTARTCHAR 0446\nENCODING 1094\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 25 2 -5\nBITMAP\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nFFFE\nFFFE\nFFFE\n001E\n000E\n000E\n000E\n000E\nENDCHAR\nSTARTCHAR 0447\nENCODING 1095\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n7FF8\n7FF8\n1FF8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\nENDCHAR\nSTARTCHAR 0448\nENCODING 1096\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 18 20 2 0\nBITMAP\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0449\nENCODING 1097\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 21 25 2 -5\nBITMAP\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nFFFFF8\nFFFFF8\nFFFFF8\n000078\n000078\n000038\n000038\n000038\nENDCHAR\nSTARTCHAR 044A\nENCODING 1098\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 20 0 0\nBITMAP\nFF00\nFF00\nFF00\n0F00\n0F00\n0F00\n0F00\n0F00\n0FF8\n0FFE\n0FFF\n0F1F\n0F0F\n0F0F\n0F0F\n0F0F\n0F1F\n0FFF\n0FFE\n0FF8\nENDCHAR\nSTARTCHAR 044B\nENCODING 1099\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 19 20 2 0\nBITMAP\nF003E0\nF003E0\nF003E0\nF003E0\nF003E0\nF003E0\nF003E0\nF003E0\nFF83E0\nFFE3E0\nFFF3E0\nF3F3E0\nF0F3E0\nF0F3E0\nF0F3E0\nF0F3E0\nF0F3E0\nFFE3E0\nFFE3E0\nFF83E0\nENDCHAR\nSTARTCHAR 044C\nENCODING 1100\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 2 0\nBITMAP\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nFF80\nFFE0\nFFF0\nF3F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nFFE0\nFFE0\nFF80\nENDCHAR\nSTARTCHAR 044D\nENCODING 1101\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 1 0\nBITMAP\n1F80\n3FC0\n7FE0\n79F0\nF8F0\nF8F0\nF8F0\n00F0\n00F0\n1FF0\n1FF0\n00F0\n00F0\nF8F0\nF8F0\nF8F0\n79F0\n7FE0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 044E\nENCODING 1102\nSWIDTH 630 0\nDWIDTH 21 0\nBBX 18 20 2 0\nBITMAP\nF07E00\nF0FF00\nF1FF80\nF1E780\nF1E780\nF3C780\nF3C7C0\nF3C7C0\nFFC7C0\nFFC7C0\nFFC7C0\nF3C7C0\nF3C7C0\nF3C7C0\nF3C780\nF1E780\nF1E780\nF1FF80\nF0FF00\nF07E00\nENDCHAR\nSTARTCHAR 044F\nENCODING 1103\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 20 0 0\nBITMAP\n07FC\n1FFC\n3FFC\n3C7C\n7C7C\n787C\n787C\n787C\n7C7C\n3E7C\n3FFC\n1FFC\n1FFC\n1F7C\n1E7C\n3E7C\n3E7C\n7C7C\n7C7C\nF87C\nENDCHAR\nSTARTCHAR 0450\nENCODING 1104\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 29 1 0\nBITMAP\n7C00\n3C00\n1E00\n1E00\n0E00\n0E00\n0700\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0451\nENCODING 1105\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 27 1 0\nBITMAP\n3CF0\n3CF0\n3CF0\n3CF0\n0000\n0000\n0000\n0F80\n3FE0\n7FE0\n7DF0\n78F0\nF8F0\nF8F0\nF8F0\nFFF0\nFFF0\nF800\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0452\nENCODING 1106\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 15 33 0 -5\nBITMAP\n3C00\n3C00\n3C00\n3C00\n3C00\nFFE0\nFFE0\nFFE0\n3C00\n3C00\n3C00\n3C00\n3DF8\n3FFC\n3FFC\n3C3C\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3C\n3C3C\n3C3C\n003C\n00FC\n03FC\n03F8\n03E0\nENDCHAR\nSTARTCHAR 0453\nENCODING 1107\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 9 29 2 0\nBITMAP\n0780\n0F80\n0F00\n0E00\n0E00\n1C00\n1C00\n0000\n0000\nFF00\nFF00\nFF00\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 0454\nENCODING 1108\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F0\nF8F0\nF800\nFF80\nFF80\nFF80\nF800\nF800\nF8F0\nF8F0\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 0455\nENCODING 1109\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 20 1 0\nBITMAP\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 0456\nENCODING 1110\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 4 26 2 0\nBITMAP\nF0\nF0\nF0\nF0\n00\n00\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 0457\nENCODING 1111\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 10 27 -1 0\nBITMAP\nF3C0\nF3C0\nF3C0\nF3C0\n0000\n0000\n0000\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\nENDCHAR\nSTARTCHAR 0458\nENCODING 1112\nSWIDTH 240 0\nDWIDTH 8 0\nBBX 8 32 -1 -5\nBITMAP\n1F\n1F\n1F\n1F\n00\n00\n00\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n1F\n3E\nFE\nFE\nF8\nENDCHAR\nSTARTCHAR 0459\nENCODING 1113\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 20 1 0\nBITMAP\n1FFE00\n1FFE00\n1FFE00\n1E3E00\n1E3E00\n1E3E00\n1E3E00\n1E3E00\n1E3FE0\n1E3FF8\n1E3FFC\n1E3E7C\n1E3E3C\n1E3E3C\n3E3E3C\n3C3E3C\n7C3E7C\nFC3FF8\nF83FF8\nF03FE0\nENDCHAR\nSTARTCHAR 045A\nENCODING 1114\nSWIDTH 660 0\nDWIDTH 22 0\nBBX 20 20 2 0\nBITMAP\nF0F000\nF0F000\nF0F000\nF0F000\nF0F000\nF0F000\nF0F000\nF0F000\nF0F000\nFFFF80\nFFFFC0\nFFFFE0\nF0F1E0\nF0F1F0\nF0F0F0\nF0F1F0\nF0F1E0\nF0FFE0\nF0FFC0\nF0FF00\nENDCHAR\nSTARTCHAR 045B\nENCODING 1115\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 15 28 0 0\nBITMAP\n3C00\n3C00\n3C00\n3C00\n3C00\nFFE0\nFFE0\nFFE0\n3C00\n3C00\n3C00\n3CF8\n3FFC\n3FFC\n3E7C\n3C3C\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\n3C3E\nENDCHAR\nSTARTCHAR 045C\nENCODING 1116\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 29 2 0\nBITMAP\n01E0\n03E0\n03C0\n0380\n0380\n0700\n0700\n0000\n0000\nF0F8\nF0F0\nF1F0\nF1F0\nF3E0\nF3E0\nF3C0\nF7C0\nFFC0\nFF80\nFF80\nF7C0\nF3C0\nF3E0\nF3E0\nF1E0\nF1F0\nF1F0\nF0F0\nF0F8\nENDCHAR\nSTARTCHAR 045D\nENCODING 1117\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 29 2 0\nBITMAP\nF800\n7800\n3C00\n3C00\n1C00\n1C00\n0E00\n0000\n0000\nE0F0\nE0F0\nE0F0\nE1F0\nE1F0\nE3F0\nE3F0\nE7F0\nE770\nEF70\nEE70\nEE70\nFE70\nFC70\nFC70\nF870\nF870\nF070\nF070\nF070\nENDCHAR\nSTARTCHAR 045E\nENCODING 1118\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 33 0 -6\nBITMAP\n1830\n1830\n1C70\n0FE0\n07C0\n0000\n0000\nF87C\n7878\n7878\n7878\n7878\n3878\n3C70\n3CF0\n3CF0\n1CF0\n1CE0\n1CE0\n1EE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n07C0\n0780\n0780\n0780\n0F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 045F\nENCODING 1119\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 25 2 -5\nBITMAP\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nFFF0\nFFF0\nFFF0\n0F00\n0F00\n0F00\n0F00\n0F00\nENDCHAR\nSTARTCHAR 0490\nENCODING 1168\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 32 2 0\nBITMAP\n00E0\n00E0\n00E0\n00E0\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 0491\nENCODING 1169\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 8 24 2 0\nBITMAP\n03\n03\n03\n03\nFF\nFF\nFF\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 04AE\nENCODING 1198\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 28 0 0\nBITMAP\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 04AF\nENCODING 1199\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 26 0 -6\nBITMAP\nF878\n7878\n7878\n7878\n78F0\n3CF0\n3CF0\n3CF0\n3CE0\n1DE0\n1FE0\n1FE0\n1FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 04B0\nENCODING 1200\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 28 0 0\nBITMAP\nF81F\n781E\n7C1E\n3C3E\n3C3C\n3E3C\n1E3C\n1E78\n1F78\n0F78\n0FF0\n0FF0\n07F0\n07E0\n07E0\n7FFE\n7FFE\n7FFE\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 04B1\nENCODING 1201\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 26 0 -6\nBITMAP\nF878\n7878\n7878\n78F8\n78F0\n3CF0\n3CF0\n3CF0\n3CE0\n1FE0\n1FE0\n1FE0\n0FC0\n0FC0\n0FC0\n0F80\n0780\n7FF0\n7FF0\n7FF0\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 04C0\nENCODING 1216\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 5 28 2 0\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 04E8\nENCODING 1256\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 28 2 0\nBITMAP\n0FC0\n3FF0\n7FF8\n7CFC\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nFFFE\nFFFE\nFFFE\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\n7C7C\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 04E9\nENCODING 1257\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 20 1 0\nBITMAP\n0F80\n3FE0\n7FF0\n7DF0\n78F0\nF8F8\nF8F8\nF8F8\nFFF8\nFFF8\nFFF8\nF8F8\nF8F8\nF8F8\nF8F8\n78F0\n7DF0\n7FF0\n3FE0\n0F80\nENDCHAR\nSTARTCHAR 1E02\nENCODING 7682\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 35 2 0\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF83C\nF83C\nF83C\nF83C\nF83C\nF83C\nF87C\nF8F8\nFFF0\nFFF0\nFFF8\nF87C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF8FC\nFFFC\nFFF8\nFFE0\nENDCHAR\nSTARTCHAR 1E03\nENCODING 7683\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 34 2 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF000\nF3C0\nF7E0\nFFF0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFF0\nFFE0\nF3C0\nENDCHAR\nSTARTCHAR 1E0A\nENCODING 7690\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 35 2 0\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\n0000\n0000\nFFC0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83E\nF83C\nF87C\nF8FC\nFFF8\nFFF0\nFFC0\nENDCHAR\nSTARTCHAR 1E0B\nENCODING 7691\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 13 34 1 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n00F8\n1EF8\n3FF8\n7FF8\n7CF8\n78F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\nF8F8\n78F8\n7CF8\n7FF8\n3FF8\n1EF8\nENDCHAR\nSTARTCHAR 1E1E\nENCODING 7710\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 35 2 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\n0000\nFFE0\nFFE0\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nFFC0\nFFC0\nFFC0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 1E1F\nENCODING 7711\nSWIDTH 300 0\nDWIDTH 10 0\nBBX 9 34 1 0\nBITMAP\n3E00\n3E00\n3E00\n3E00\n3E00\n0000\n0000\n0F80\n1F80\n3F80\n3E00\n3C00\n3C00\n3C00\nFF80\nFF80\nFF80\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\nENDCHAR\nSTARTCHAR 1E40\nENCODING 7744\nSWIDTH 690 0\nDWIDTH 23 0\nBBX 19 35 2 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n000000\n000000\nF807C0\nFC07C0\nFC07C0\nFC07C0\nFC0FC0\nFC0FC0\nFE0FC0\nFE0FC0\nFE0FC0\nFE1DC0\nFE1DC0\nFF1DC0\nF71DC0\nF71DC0\nF739C0\nF739C0\nF3B9C0\nF3B9C0\nF3F9C0\nF3F1C0\nF3F1C0\nF1F1C0\nF1F1C0\nF1F1C0\nF1E1E0\nF1E1E0\nF0E1E0\nF0E1E0\nENDCHAR\nSTARTCHAR 1E41\nENCODING 7745\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 20 27 2 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n000000\n000000\nF3C3C0\nF7E7E0\nFFFFF0\nF9F9F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nF0F0F0\nENDCHAR\nSTARTCHAR 1E56\nENCODING 7766\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 35 2 0\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\n0000\n0000\nFFE0\nFFF0\nFFF8\nF8FC\nF87C\nF83C\nF83C\nF83E\nF83E\nF83C\nF83C\nF87C\nFFF8\nFFF8\nFFE0\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nF800\nENDCHAR\nSTARTCHAR 1E57\nENCODING 7767\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 12 33 2 -6\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\n0000\nF3C0\nFFE0\nFFF0\nF9F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF0F0\nF9F0\nFFE0\nFFE0\nF3C0\nF000\nF000\nF000\nF000\nF000\nF000\nENDCHAR\nSTARTCHAR 1E60\nENCODING 7776\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 35 1 0\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\n0000\n0000\n0FC0\n1FF0\n3FF8\n7CF8\n7878\nF87C\nF83C\nF838\nFC00\n7E00\n7F00\n3F80\n3FC0\n1FE0\n0FF0\n07F8\n01F8\n00FC\n007C\n187C\nF83C\nF83C\n783C\n783C\n7E7C\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR 1E61\nENCODING 7777\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 27 1 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n1F00\n0000\n0000\n1F00\n3F80\n7FC0\nF9E0\nF1E0\nF0C0\nF800\n7C00\n7E00\n3F00\n1F80\n0FC0\n03E0\n11E0\nE1E0\nF1E0\nF9E0\n7FE0\n3FC0\n1F00\nENDCHAR\nSTARTCHAR 1E6A\nENCODING 7786\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 14 35 0 0\nBITMAP\n0F80\n0F80\n0F80\n0F80\n0F80\n0000\n0000\nFFFC\nFFFC\nFFFC\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\n0780\nENDCHAR\nSTARTCHAR 1E6B\nENCODING 7787\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 9 32 1 0\nBITMAP\n3E00\n3E00\n3E00\n3E00\n3E00\n0000\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\nFF80\nFF80\nFF80\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n7C00\n3C00\n3E00\n3F80\n1F80\n0F80\nENDCHAR\nSTARTCHAR 1E80\nENCODING 7808\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 37 1 0\nBITMAP\n07C000\n03C000\n01E000\n01E000\n00E000\n00E000\n007000\n000000\n000000\nF0783C\nF07878\nF07878\n787878\n78F878\n78F878\n78FC78\n78FC78\n78FC70\n78FCF0\n38FCF0\n3DFCF0\n3DDCF0\n3DCEF0\n3DCEF0\n3DCEF0\n3DCEE0\n3FCFE0\n1F8FE0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87C0\n1F07C0\n0F03C0\n0F03C0\n0F03C0\nENDCHAR\nSTARTCHAR 1E81\nENCODING 7809\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 29 1 0\nBITMAP\n1F0000\n0F0000\n078000\n078000\n038000\n038000\n01C000\n000000\n000000\nF1E3C0\nF1E3C0\nF1E380\nF1E380\nF1E380\n73E780\n73E780\n73F780\n7BF780\n7BF700\n7B7700\n3F3700\n3F3700\n3F3F00\n3F3F00\n3E3E00\n3E3E00\n3E1E00\n1E1E00\n1E1E00\nENDCHAR\nSTARTCHAR 1E82\nENCODING 7810\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 37 1 0\nBITMAP\n000F00\n001F00\n001E00\n001C00\n001C00\n003800\n003800\n000000\n000000\nF0783C\nF07878\nF07878\n787878\n78F878\n78F878\n78FC78\n78FC78\n78FC70\n78FCF0\n38FCF0\n3DFCF0\n3DDCF0\n3DCEF0\n3DCEF0\n3DCEF0\n3DCEE0\n3FCFE0\n1F8FE0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87C0\n1F07C0\n0F03C0\n0F03C0\n0F03C0\nENDCHAR\nSTARTCHAR 1E83\nENCODING 7811\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 29 1 0\nBITMAP\n003C00\n007C00\n007800\n007000\n007000\n00E000\n00E000\n000000\n000000\nF1E3C0\nF1E3C0\nF1E380\nF1E380\nF1E380\n73E780\n73E780\n73F780\n7BF780\n7BF700\n7B7700\n3F3700\n3F3700\n3F3F00\n3F3F00\n3E3E00\n3E3E00\n3E1E00\n1E1E00\n1E1E00\nENDCHAR\nSTARTCHAR 1E84\nENCODING 7812\nSWIDTH 720 0\nDWIDTH 24 0\nBBX 22 35 1 0\nBITMAP\n03CF00\n03CF00\n03CF00\n03CF00\n000000\n000000\n000000\nF0783C\nF07878\nF07878\n787878\n78F878\n78F878\n78FC78\n78FC78\n78FC70\n78FCF0\n38FCF0\n3DFCF0\n3DDCF0\n3DCEF0\n3DCEF0\n3DCEF0\n3DCEE0\n3FCFE0\n1F8FE0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87C0\n1F07C0\n0F03C0\n0F03C0\n0F03C0\nENDCHAR\nSTARTCHAR 1E85\nENCODING 7813\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 27 1 0\nBITMAP\n0F3C00\n0F3C00\n0F3C00\n0F3C00\n000000\n000000\n000000\nF1E3C0\nF1E3C0\nF1E380\nF1E380\nF1E380\n73E780\n73E780\n73F780\n7BF780\n7BF700\n7B7700\n3F3700\n3F3700\n3F3F00\n3F3F00\n3E3E00\n3E3E00\n3E1E00\n1E1E00\n1E1E00\nENDCHAR\nSTARTCHAR 1EF2\nENCODING 7922\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 16 37 0 0\nBITMAP\n1F00\n0F00\n0780\n0780\n0380\n0380\n01C0\n0000\n0000\nF81F\n781E\n7C1E\n7C3E\n3C3C\n3C3C\n3E7C\n1E7C\n1E78\n1F78\n0FF8\n0FF0\n0FF0\n07F0\n07E0\n07E0\n07E0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR 1EF3\nENCODING 7923\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 13 34 0 -5\nBITMAP\n7C00\n3C00\n1E00\n1E00\n0E00\n0E00\n0700\n0000\n0000\nF878\n7878\n7878\n7878\n78F8\n3CF0\n3CF0\n3CF0\n3CF0\n1CE0\n1FE0\n1FE0\n1FE0\n0FE0\n0FC0\n0FC0\n0FC0\n0FC0\n0780\n0780\n0780\n1F80\n3F00\n3E00\n3C00\nENDCHAR\nSTARTCHAR 2013\nENCODING 8211\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 16 3 0 8\nBITMAP\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 2014\nENCODING 8212\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 3 0 10\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR 2015\nENCODING 8213\nSWIDTH 1980 0\nDWIDTH 66 0\nBBX 62 3 2 9\nBITMAP\nFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFC\nENDCHAR\nSTARTCHAR 2018\nENCODING 8216\nSWIDTH 360 0\nDWIDTH 12 0\nBBX 4 10 2 18\nBITMAP\n30\n70\nE0\nC0\nC0\nC0\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 2019\nENCODING 8217\nSWIDTH 210 0\nDWIDTH 7 0\nBBX 4 10 2 18\nBITMAP\nF0\nF0\nF0\nF0\n30\n30\n30\n70\nE0\n40\nENDCHAR\nSTARTCHAR 201A\nENCODING 8218\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 4 9 3 -4\nBITMAP\nF0\nF0\nF0\nF0\n30\n30\n70\nE0\nE0\nENDCHAR\nSTARTCHAR 201C\nENCODING 8220\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 11 10 2 18\nBITMAP\n3060\n70E0\nE1C0\nC180\nC180\nC180\nF1E0\nF1E0\nF1E0\nF1E0\nENDCHAR\nSTARTCHAR 201D\nENCODING 8221\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 11 10 3 18\nBITMAP\nF3E0\nF3E0\nF3E0\nF3E0\n30E0\n30E0\n30C0\n70C0\nE3C0\nC100\nENDCHAR\nSTARTCHAR 201E\nENCODING 8222\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 11 9 3 -4\nBITMAP\nF1E0\nF1E0\nF1E0\nF1E0\n3060\n3060\n70E0\nE1C0\nC1C0\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 28 1 0\nBITMAP\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nFFE0\nFFE0\nFFE0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nENDCHAR\nSTARTCHAR 2021\nENCODING 8225\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 28 1 0\nBITMAP\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nFFE0\nFFE0\nFFE0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nFFE0\nFFE0\nFFE0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\nENDCHAR\nSTARTCHAR 2022\nENCODING 8226\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 10 2 8\nBITMAP\n1E00\n7F80\n7F80\nFFC0\nFFC0\nFFC0\nFFC0\n7F80\n7F80\n1E00\nENDCHAR\nSTARTCHAR 2026\nENCODING 8230\nSWIDTH 600 0\nDWIDTH 20 0\nBBX 18 5 1 0\nBITMAP\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nF1E3C0\nENDCHAR\nSTARTCHAR 2030\nENCODING 8240\nSWIDTH 1350 0\nDWIDTH 45 0\nBBX 43 28 1 0\nBITMAP\n1F8070000000\n3FC070000000\n7FE0F0000000\n79E0E0000000\n70F0E0000000\nF0F0E0000000\nF0F1E0000000\nF0F1C0000000\nF0F1C0000000\nF0F1C0000000\nF0F380000000\n70F380000000\n79E380000000\n7FE38FE03F80\n3FC71FF07FC0\n1F871FF8FFC0\n00073C78F3E0\n000F3C39E1E0\n000E3C3DE1E0\n000E3C3DE1E0\n000E3C3DE1E0\n001E3C3DE1E0\n001C3C3DE1E0\n001C3C78F1E0\n001C3E78F3E0\n00381FF8FFC0\n00380FF07F80\n003807E03F00\nENDCHAR\nSTARTCHAR 2039\nENCODING 8249\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 7 18 1 1\nBITMAP\n02\n02\n06\n0E\n1E\n3E\n7C\n78\nF0\nE0\nF0\n78\n3C\n1E\n0E\n0E\n06\n02\nENDCHAR\nSTARTCHAR 203A\nENCODING 8250\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 6 18 2 2\nBITMAP\n80\n80\nC0\nE0\nE0\nF0\n78\n3C\n1C\n1C\n3C\n78\nF0\nE0\nC0\nC0\n80\n80\nENDCHAR\nSTARTCHAR 2044\nENCODING 8260\nSWIDTH 270 0\nDWIDTH 9 0\nBBX 9 28 0 0\nBITMAP\n0780\n0780\n0700\n0700\n0F00\n0F00\n0F00\n0E00\n0E00\n0E00\n1E00\n1E00\n1E00\n1C00\n1C00\n3C00\n3C00\n3C00\n3800\n3800\n3800\n7800\n7800\n7800\n7000\n7000\nF000\nF000\nENDCHAR\nSTARTCHAR 2074\nENCODING 8308\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 19 1 9\nBITMAP\n0780\n0780\n0F80\n0F80\n0F80\n1B80\n1B80\n3B80\n3380\n7380\n6380\nE380\nFFE0\nFFE0\n0380\n0380\n0380\n0380\n0380\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 17 28 0 0\nBITMAP\n03F800\n0FFC00\n1FFE00\n1F1F00\n3E0F00\n3E0F00\n3E0F00\n3E0F80\n3E0F80\n3E0000\nFFC000\nFFC000\n3E0000\n3E0000\n3E0000\nFFC000\nFFC000\n3E0000\n3E0F80\n3E0F80\n3E0F80\n3E0F00\n3E0F00\n3E1F00\n1F1F00\n1FFE00\n0FFC00\n03F000\nENDCHAR\nSTARTCHAR 2113\nENCODING 8467\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 32 3 0\nBITMAP\n0078\n00FC\n01FC\n01FE\n03FE\n038C\n038C\n039C\n031C\n0318\n0738\n0770\n0770\n07E0\n07C0\n07C0\n0780\n0F00\n0E00\n0E00\n1E00\n3C00\n3C00\n7C00\nFC00\nDC00\n9C00\n1C00\n1C20\n1CE0\n1FC0\n0F80\nENDCHAR\nSTARTCHAR 2116\nENCODING 8470\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 30 28 2 0\nBITMAP\nF03C0000\nF03C0000\nF03C0000\nF83C0000\nF83C0000\nFC3C0000\nFC3C0000\nFC3C0000\nFE3C07C0\nFE3C1FF0\nFF3C3FF8\nFF3C3EF8\nFF3C3C78\nF7BC7C7C\nF7BC7C7C\nF3FC7C7C\nF3FC7C7C\nF1FC7C7C\nF1FC7C7C\nF1FC7C7C\nF0FC7C7C\nF0FC7C7C\nF07C7C7C\nF07C3C78\nF07C3EF8\nF03C3FF8\nF03C1FF0\nF01C07C0\nENDCHAR\nSTARTCHAR 2122\nENCODING 8482\nSWIDTH 780 0\nDWIDTH 26 0\nBBX 22 16 2 12\nBITMAP\nFFB81C\nFFBC1C\nFFBC1C\n1C3C3C\n1C3C3C\n1C3E3C\n1C3E7C\n1C3E7C\n1C3F6C\n1C3FEC\n1C3BEC\n1C3BCC\n1C3BCC\n1C39CC\n1C398C\n1C398C\nENDCHAR\nSTARTCHAR 212E\nENCODING 8494\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 12 20 1 0\nBITMAP\n0FC0\n3DE0\n78F0\n7870\n7870\nF870\nF870\nF870\nF870\nFFF0\nF800\nF800\nF800\nF830\nF830\nF830\n7830\n7830\n3870\n1FE0\nENDCHAR\nSTARTCHAR 2202\nENCODING 8706\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 15 28 1 0\nBITMAP\n0700\n0FC0\n0FF0\n03F8\n00F8\n003C\n003C\n001C\n001C\n071E\n1FDE\n3FFE\n7FFC\n7C3C\n783C\n783C\n783C\n783C\nF83C\nF83C\nF83C\nF07C\nF078\nF078\nF878\n7FF0\n3FF0\n1FE0\nENDCHAR\nSTARTCHAR 220F\nENCODING 8719\nSWIDTH 570 0\nDWIDTH 19 0\nBBX 15 34 2 -6\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nF01E\nENDCHAR\nSTARTCHAR 2211\nENCODING 8721\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 12 34 1 -6\nBITMAP\nFFE0\nFFE0\nFFE0\n7FE0\n7800\n7C00\n3C00\n3C00\n3E00\n3E00\n1E00\n1E00\n1F00\n0F00\n0F00\n0F80\n0F80\n0780\n0F80\n0F00\n0F00\n1F00\n1F00\n1E00\n1E00\n3E00\n3C00\n3C00\n7C00\n7800\n7800\n7FF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 10 3 2 12\nBITMAP\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 2215\nENCODING 8725\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 28 1 0\nBITMAP\n00E0\n01E0\n01C0\n01C0\n01C0\n03C0\n0380\n0380\n0380\n0700\n0700\n0700\n0F00\n0E00\n0E00\n0E00\n1C00\n1C00\n1C00\n3C00\n3800\n3800\n3800\n7800\n7000\n7000\n7000\nE000\nENDCHAR\nSTARTCHAR 2219\nENCODING 8729\nSWIDTH 180 0\nDWIDTH 6 0\nBBX 4 4 1 11\nBITMAP\nF0\nF0\nF0\nF0\nENDCHAR\nSTARTCHAR 221A\nENCODING 8730\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 18 28 0 0\nBITMAP\n0007C0\n000780\n000780\n000780\n000F80\n000F80\n000F00\n000F00\nFF0F00\nFF0F00\nFF1F00\n0F1E00\n0F9E00\n079E00\n079E00\n079E00\n079E00\n07BC00\n03BC00\n03FC00\n03FC00\n03FC00\n03F800\n01F800\n01F800\n01F800\n01F800\n01F000\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 630 0\nDWIDTH 21 0\nBBX 19 12 1 3\nBITMAP\n3E0780\n7F9FC0\nFFFFE0\nFFFFE0\nE1F8E0\nE0F0E0\nE1F8E0\nF3FDE0\nFFFFE0\n7FBFC0\n3F0F80\n0C0000\nENDCHAR\nSTARTCHAR 222B\nENCODING 8747\nSWIDTH 330 0\nDWIDTH 11 0\nBBX 10 34 0 -6\nBITMAP\n07C0\n0FC0\n0FC0\n1FC0\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\n1F00\nFE00\nFE00\nFC00\nENDCHAR\nSTARTCHAR 2248\nENCODING 8776\nSWIDTH 450 0\nDWIDTH 15 0\nBBX 13 12 1 8\nBITMAP\n1C10\n7F38\nFFF8\n7FF0\n41E0\n0000\n0000\n3C10\n7FB8\nFFF8\n77F0\n41E0\nENDCHAR\nSTARTCHAR 2260\nENCODING 8800\nSWIDTH 420 0\nDWIDTH 14 0\nBBX 11 28 2 0\nBITMAP\n01E0\n01C0\n01C0\n01C0\n0380\n0380\n0380\n0780\n0700\n0700\nFFC0\nFFC0\nFFC0\n0E00\n0E00\n1C00\nFFC0\nFFC0\nFFC0\n3800\n3800\n3800\n7800\n7000\n7000\n7000\nE000\nE000\nENDCHAR\nSTARTCHAR 2264\nENCODING 8804\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 11 23 1 0\nBITMAP\n0020\n0040\n01C0\n03C0\n0FC0\n1F80\n3F00\nFC00\nF800\nF000\nF800\nFC00\n3F00\n1F80\n07C0\n03C0\n01C0\n0040\n0020\n0000\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR 2265\nENCODING 8805\nSWIDTH 390 0\nDWIDTH 13 0\nBBX 10 23 2 0\nBITMAP\n8000\nC000\nE000\nF800\nFC00\n7E00\n1F80\n0FC0\n07C0\n03C0\n07C0\n1FC0\n3F00\n7E00\nF800\nF000\nE000\n8000\n0000\n0000\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 25CA\nENCODING 9674\nSWIDTH 480 0\nDWIDTH 16 0\nBBX 14 20 1 0\nBITMAP\n0300\n0700\n0780\n0FC0\n1DC0\n1CE0\n3870\n3870\n7038\n7038\nE01C\n7038\n3070\n3870\n1CE0\n1CE0\n0FC0\n0780\n0780\n0300\nENDCHAR\nSTARTCHAR FB00\nENCODING 64256\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 17 27 1 0\nBITMAP\n0F8F80\n1F9F80\n3FBF80\n3E3E00\n3C3C00\n3C3C00\n3C3C00\nFFFF80\nFFFF80\nFFFF80\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\n3C3C00\nENDCHAR\nSTARTCHAR FB01\nENCODING 64257\nSWIDTH 510 0\nDWIDTH 17 0\nBBX 14 27 1 0\nBITMAP\n0FBC\n1FBC\n3FBC\n3E3C\n3C00\n3C00\n3C00\nFFFC\nFFFC\nFFFC\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\n3C3C\nENDCHAR\nSTARTCHAR FB02\nENCODING 64258\nSWIDTH 540 0\nDWIDTH 18 0\nBBX 15 28 1 0\nBITMAP\n07F8\n1FFE\n3FFE\n3E1E\n3C1E\n3C1E\n3C1E\n3C1E\nFF9E\nFF9E\nFF9E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\n3C1E\nENDCHAR\nSTARTCHAR FB03\nENCODING 64259\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 23 27 1 0\nBITMAP\n0F8FBE\n3F9FBE\n3FBFBE\n3EBEBE\n3C3C00\n3C3C00\n3C3C00\nFFFFFE\nFFFFFE\nFFFFFE\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\n3C3C3E\nENDCHAR\nSTARTCHAR FB04\nENCODING 64260\nSWIDTH 780 0\nDWIDTH 26 0\nBBX 22 27 1 0\nBITMAP\n0F8FBC\n1F9FBC\n3FBFBC\n3E3E3C\n3C3C00\n3C3C00\n3C3C00\nFFFFBC\nFFFFBC\nFFFFBC\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\n3C3C3C\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/Oswald-Medium.38.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\Oswald-Medium.ttf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-Oswald-Medium-R-Normal--53-380-100-100-P-220-ISO10646-1\nSIZE 38 100 100\nFONTBOUNDINGBOX 108 77 -5 -18\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"Oswald\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 53\nPOINT_SIZE 380\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 220\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 57\nFONT_DESCENT 14\nCOPYRIGHT \"Copyright (c) 2010-13 by Vernon Adams\"\n_OTF_FONTFILE \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\Oswald-Medium.ttf\"\n_OTF_PSNAME \"Oswald-Medium\"\nENDPROPERTIES\nCHARS 554\nSTARTCHAR 0020\nENCODING 32\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 0021\nENCODING 33\nSWIDTH 227 0\nDWIDTH 12 0\nBBX 8 43 2 0\nBITMAP\n7F\n7F\n7F\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n38\n38\n38\n38\n38\n18\n18\n18\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 0022\nENCODING 34\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 15 14 3 29\nBITMAP\nFE7E\nFC7E\nFC7E\nFC7E\nFC7E\nF87C\nF87C\nF87C\nF87C\nF87C\nF878\nF078\nF078\nF078\nENDCHAR\nSTARTCHAR 0023\nENCODING 35\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 23 43 2 0\nBITMAP\n03F0FC\n03F0FC\n03F0FC\n03F0FC\n03F0FC\n03F0FC\n07E0FC\n07E0FC\n07E1F8\n07E1F8\n07E1F8\n07E1F8\n07E1F8\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n0FC3F0\n0FC3F0\n1F83F0\n1F83F0\n1F87E0\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n3F07E0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3E0FC0\n7E0FC0\n7E0FC0\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\nFC1F80\nENDCHAR\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 22 53 2 -5\nBITMAP\n003000\n003000\n003000\n003000\n003800\n07FF00\n1FFFC0\n3FFFE0\n7FFFE0\n7FFFF0\nFFFFF0\nFF07F8\nFE03F8\nFE03F8\nFE01F8\nFE01FC\nFE01F0\nFF0000\nFF0000\nFF8000\n7FC000\n7FE000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF0\n000FF8\n0007F8\n0003FC\n3C03FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFF01FC\nFF03FC\n7F87FC\n7FFFF8\n3FFFF8\n3FFFF0\n1FFFE0\n07FFC0\n01FF00\n001800\n001800\n001800\n001800\n001800\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 966 0\nDWIDTH 51 0\nBBX 47 43 2 0\nBITMAP\n03F8001F0000\n1FFE001F0000\n3FFF803F0000\n3FFF803E0000\n7FFFC03E0000\n7F1FC03E0000\nFE0FC07C0000\nFE0FE07C0000\nFC0FE07C0000\nFC07E0FC0000\nFC07E0F80000\nFC07E0F80000\nFC07E0F80000\nFC07E1F00000\nFC0FE1F00000\nFC0FE1F00000\nFE0FE3F00000\n7E0FC3E00000\n7F1FC3E00000\n7FFFC3E03F80\n3FFF87C0FFF0\n1FFF07C1FFF8\n0FFE07C3FFFC\n03F807C7FFFC\n00000F87F1FE\n00000F87E0FE\n00000F87E07E\n00001F87E07E\n00001F0FE07E\n00001F0FE07E\n00001F0FE07E\n00003E0FE07E\n00003E0FE07E\n00003E0FE07E\n00007E07E07E\n00007C07E07E\n00007C07E0FE\n00007C07F1FC\n0000F803FFFC\n0000F803FFFC\n0000F801FFF8\n0001F800FFF0\n0001F0003F80\nENDCHAR\nSTARTCHAR 0026\nENCODING 38\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 26 45 3 -1\nBITMAP\n00200000\n03FE0000\n0FFF8000\n1FFFC000\n1FFFE000\n3FFFE000\n3F87E000\n3F07F000\n7F07F000\n7F07F000\n7F07F000\n7F07F000\n3F07E000\n3F0FE000\n3F8FE000\n3F8FC000\n1F9F8000\n1FDF8000\n0FFF0000\n0FFE0000\n07FC0000\n03F80000\n07F80000\n0FF81FC0\n1FF81FC0\n1FFC1F80\n3FFC1F80\n7F7E1F80\n7F7F1F80\nFE3F1F80\nFE3FBF00\nFE1FBF00\nFC1FFF00\nFC0FFE00\nFC07FE00\nFC07FC00\nFC03FC00\nFE07FE00\nFE0FFFC0\n7FFFFFC0\n7FFFFFC0\n3FFF9FC0\n1FFF0FC0\n0FFC07C0\n00400080\nENDCHAR\nSTARTCHAR 0027\nENCODING 39\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 6 14 4 29\nBITMAP\nFC\nF8\nF8\nF8\nF8\nF8\nF8\nF0\nF0\nF0\nF0\nF0\nF0\nE0\nENDCHAR\nSTARTCHAR 0028\nENCODING 40\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 12 54 4 -11\nBITMAP\n0010\n01E0\n07E0\n0FE0\n1FE0\n1FE0\n3F80\n3F00\n7F00\n7F00\n7E00\n7E00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\n7E00\n7E00\n7F00\n3F00\n3F80\n3FC0\n1FE0\n1FE0\n0FE0\n03E0\n00E0\nENDCHAR\nSTARTCHAR 0029\nENCODING 41\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 12 54 1 -11\nBITMAP\n8000\n7800\n7E00\n7F00\n7F80\n7F80\n1FC0\n1FC0\n0FC0\n0FE0\n0FE0\n07E0\n07E0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07F0\n07E0\n07E0\n0FE0\n0FE0\n0FC0\n1FC0\n3FC0\n7F80\n7F00\n7E00\n7C00\n7000\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 19 19 2 24\nBITMAP\n01F000\n01F000\n01F000\n01F000\n31F0C0\n79F3C0\n7EFFC0\nFFFFE0\n7FFFC0\n0FFE00\n03F800\n03FC00\n07FC00\n0FBE00\n1F9F00\n3F1F80\n1F0F00\n060C00\n020800\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 21 22 1 11\nBITMAP\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\nENDCHAR\nSTARTCHAR 002C\nENCODING 44\nSWIDTH 208 0\nDWIDTH 11 0\nBBX 7 14 2 -8\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n0E\n0E\n1E\n3C\nFC\n78\n60\nENDCHAR\nSTARTCHAR 002D\nENCODING 45\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 13 5 3 15\nBITMAP\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 002E\nENCODING 46\nSWIDTH 208 0\nDWIDTH 11 0\nBBX 7 7 2 0\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 002F\nENCODING 47\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 43 2 0\nBITMAP\n000F80\n000F80\n001F00\n001F00\n001F00\n003F00\n003E00\n003E00\n003E00\n007C00\n007C00\n007C00\n00FC00\n00F800\n00F800\n00F800\n01F000\n01F000\n01F000\n01F000\n03E000\n03E000\n03E000\n07C000\n07C000\n07C000\n07C000\n0F8000\n0F8000\n0F8000\n1F0000\n1F0000\n1F0000\n1F0000\n3E0000\n3E0000\n3E0000\n7E0000\n7C0000\n7C0000\n7C0000\nF80000\nF80000\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 23 45 2 -1\nBITMAP\n001000\n03FF80\n07FFC0\n1FFFF0\n1FFFF0\n3FFFF8\n3FFFF8\n7F83FC\n7F01FC\n7F01FC\n7F01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\n7F01FE\n7F01FC\n7F81FC\n7F83FC\n3FFFF8\n3FFFF8\n1FFFF0\n0FFFE0\n07FFC0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 14 43 5 0\nBITMAP\n00FC\n01FC\n07FC\n1FFC\n7FFC\nFFFC\nFFFC\nFFFC\nFFFC\nE3FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 23 44 2 0\nBITMAP\n001000\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n3FFFF8\n3FFFFC\n7F83FC\n7F81FE\n7F01FE\n7F01FE\n7F00FE\n7F01FE\n7F01FE\n7F01FE\n0001FC\n0003FC\n0003FC\n0007F8\n0007F8\n000FF0\n001FF0\n001FE0\n003FC0\n003FC0\n007F80\n00FF00\n00FF00\n01FE00\n03FC00\n03FC00\n07F800\n0FF000\n0FF000\n1FE000\n1FC000\n3FC000\n7F8000\n7FFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 45 2 -1\nBITMAP\n001000\n03FF80\n0FFFE0\n1FFFF0\n3FFFF8\n3FFFF8\n7FFFFC\n7F83FC\nFF01FC\nFF01FC\nFF01FE\nFF01FE\nFF01FE\nFF01FC\n0001FC\n0001FC\n0003FC\n0007F8\n007FF0\n007FE0\n007FC0\n007FC0\n007FF0\n007FF0\n0007F8\n0003FC\n0003FC\n0001FC\n0001FC\n0001FC\n0001FE\nFF01FE\nFF01FE\nFF01FC\nFF01FC\nFF01FC\n7F01FC\n7F83FC\n7FFFF8\n3FFFF8\n3FFFF0\n1FFFE0\n0FFFC0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 24 43 2 0\nBITMAP\n001FE0\n003FE0\n003FE0\n003FE0\n007FE0\n007FE0\n00FFE0\n00FFE0\n01FFE0\n01FFE0\n03FFE0\n03EFE0\n03EFE0\n07EFE0\n07CFE0\n0FCFE0\n0FCFE0\n1F8FE0\n1F8FE0\n3F8FE0\n3F0FE0\n3F0FE0\n7E0FE0\n7E0FE0\nFE0FE0\nFC0FE0\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\n000FE0\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 22 44 3 -1\nBITMAP\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7E0000\n7E0000\n7E0000\n7E0000\n7E0000\n7E0000\nFC0000\nFC0000\nFC7F00\nFDFFC0\nFFFFE0\nFFFFF0\nFFFFF0\nFF8FF8\nFF03F8\nFE03F8\nFE03F8\n0003F8\n0003FC\n0001FC\n0001FC\n0001FC\n0001FC\n0001FC\nFE01FC\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFF03F8\nFF07F0\n7FFFF0\n7FFFE0\n3FFFE0\n1FFF80\n07FF00\n002000\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 22 45 3 -1\nBITMAP\n002000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n3FFFF0\n7FFFF8\n7F83F8\nFF03F8\nFF03FC\nFE01FC\nFE01FC\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE3F00\nFEFFC0\nFFFFE0\nFFFFF0\nFFFFF8\nFF87F8\nFF03F8\nFE03FC\nFE03FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE03FC\nFE03FC\nFF03F8\n7F07F8\n7FFFF8\n3FFFF0\n3FFFF0\n1FFFE0\n0FFFC0\n03FF00\n002000\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 43 2 0\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n001FC0\n001FC0\n001FC0\n001FC0\n003F80\n003F80\n003F80\n003F80\n003F00\n007F00\n007F00\n007F00\n007F00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n01FC00\n01FC00\n01F800\n03F800\n03F800\n03F800\n03F800\n03F000\n07F000\n07F000\n07F000\n07E000\n0FE000\n0FE000\n0FE000\n0FC000\n0FC000\n1FC000\n1FC000\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 22 45 2 -1\nBITMAP\n001000\n03FF00\n0FFFC0\n1FFFE0\n1FFFF0\n3FFFF0\n3F87F8\n7F03F8\n7F03F8\n7F01FC\n7F01FC\n7F01FC\n7F01FC\n7F01FC\n7F03FC\n7F03F8\n7F03F8\n3F83F8\n3FC7F0\n1FFFF0\n0FFFE0\n07FFC0\n0FFFC0\n1FFFF0\n3FFFF0\n7F87F8\n7F03F8\n7F01FC\nFF01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\n7F01FC\n7F03FC\n7F83F8\n3FFFF8\n3FFFF0\n1FFFF0\n0FFFC0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 23 45 2 -1\nBITMAP\n001000\n03FF00\n07FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n3FFFF8\n7F83F8\n7F03FC\n7F01FC\n7F01FC\nFF01FC\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\n7F01FE\n7F81FE\n7F87FE\n3FFFFE\n3FFFFE\n1FFFFE\n0FFDFE\n03F9FE\n0001FE\n0001FE\n0001FE\n0001FE\n0001FE\n0001FC\n7F01FC\n7F01FC\n7F01FC\n7F03FC\n7F83F8\n7FFFF8\n3FFFF8\n3FFFF0\n1FFFE0\n0FFFC0\n03FF00\n001000\nENDCHAR\nSTARTCHAR 003A\nENCODING 58\nSWIDTH 227 0\nDWIDTH 12 0\nBBX 7 24 3 4\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 003B\nENCODING 59\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 35 3 -4\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n0E\n0E\n1E\n3E\n7C\n78\n40\nENDCHAR\nSTARTCHAR 003C\nENCODING 60\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 29 2 3\nBITMAP\n0001\n0002\n0006\n001E\n003E\n00FE\n01FE\n07FE\n0FFC\n3FF0\n7FE0\nFF80\nFF00\nFE00\nF800\nFC00\nFF00\nFF80\nFFC0\n3FF0\n1FF8\n07FC\n03FE\n00FE\n007E\n001E\n000E\n0006\n0001\nENDCHAR\nSTARTCHAR 003D\nENCODING 61\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 15 3 14\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n000000\n000000\n000000\n000000\n000000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR 003E\nENCODING 62\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 17 29 2 3\nBITMAP\n800000\n400000\n700000\n780000\n7E0000\n7F0000\n7FC000\n7FE000\n1FF800\n0FFC00\n03FF00\n01FF80\n00FF80\n003F80\n001F80\n003F80\n007F80\n00FF80\n03FF00\n07FE00\n1FF800\n3FF000\n7FC000\n7F8000\n7E0000\n7C0000\n700000\n600000\n400000\nENDCHAR\nSTARTCHAR 003F\nENCODING 63\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 22 44 2 0\nBITMAP\n002000\n07FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF8\n7FFFF8\n7F07F8\nFF03FC\nFE01FC\nFE01FC\nFE01FC\n7E01FC\n7C01FC\n4003FC\n0003F8\n0003F8\n0007F8\n0007F0\n000FF0\n001FE0\n003FC0\n003FC0\n007F80\n00FF00\n01FE00\n03FC00\n03F800\n03F000\n03F000\n03F000\n03F000\n03F000\n000000\n000000\n000000\n000000\n07F800\n07F800\n07F800\n07F800\n07F800\n07F800\n07F800\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 947 0\nDWIDTH 50 0\nBBX 44 50 3 -8\nBITMAP\n00000FFC0000\n0000FFFF8000\n0007FFFFF000\n000FFFFFF800\n003FFFFFFC00\n007FF007FE00\n00FF8000FF00\n01FE00003F80\n03FC00001FC0\n07F800000FC0\n0FF0000007E0\n0FE007CFC7E0\n1FC01FEF83E0\n1F807FFF83F0\n3F80FFFF81F0\n3F00FFFF81F0\n3F01FE1F81F0\n7F03FC1F81F0\n7E03F83F81F0\n7E07F03F01F0\n7E07F03F01F0\n7E07E03F01F0\nFC0FE03F01F0\nFC0FE03F01F0\nFC0FC03F01F0\nFC0FC07F01F0\nFC0FC07E01F0\nFC0FC07E03E0\nFC0FC07E03E0\nFC0FC07E07E0\nFC0FE0FE07C0\nFC0FE1FE0FC0\nFC0FFFFE1F80\nFC07FFFE7F00\n7E07FFFFFE00\n7E03FF3FFC00\n7E01FE1FF800\n7F00780FE000\n3F0000000000\n3F8000000000\n1FC000000000\n1FE000000000\n0FF000000000\n07FC00008000\n03FFC00F8000\n01FFFFFF8000\n007FFFFF8000\n003FFFFFC000\n000FFFFF8000\n0000FFF00000\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 43 1 0\nBITMAP\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 43 3 0\nBITMAP\nFFFF0000\nFFFFC000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FC00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF01FC00\nFF07FC00\nFFFFF800\nFFFFE000\nFFFFC000\nFFFFF800\nFFFFFC00\nFF03FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF007F00\nFF007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F00\nFF007F00\nFF007F00\nFF00FF00\nFF01FF00\nFF03FE00\nFFFFFE00\nFFFFFC00\nFFFFF800\nFFFFE000\nFFFF8000\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 24 43 3 0\nBITMAP\nFFFE00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF07FC\nFF01FE\nFF01FE\nFF00FE\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FE\nFF01FE\nFF01FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFC0\nFFFF00\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 43 3 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 43 3 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 43 3 0\nBITMAP\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 8 43 3 0\nBITMAP\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 14 44 0 -1\nBITMAP\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n07FC\nFFF8\nFFF8\nFFF0\nFFE0\nFFC0\nF000\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 25 43 3 0\nBITMAP\nFF007F00\nFF00FE00\nFF00FE00\nFF01FC00\nFF01FC00\nFF03FC00\nFF03F800\nFF07F800\nFF07F000\nFF0FF000\nFF0FE000\nFF1FE000\nFF1FE000\nFF3FC000\nFF3FC000\nFF3F8000\nFF7F8000\nFF7F8000\nFFFF0000\nFFFF0000\nFFFF0000\nFFFF8000\nFFFF8000\nFFBF8000\nFFBFC000\nFF3FC000\nFF1FE000\nFF1FE000\nFF1FE000\nFF0FF000\nFF0FF000\nFF07F800\nFF07F800\nFF07F800\nFF03FC00\nFF03FC00\nFF03FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF80\nFF007F80\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 43 3 0\nBITMAP\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 43 3 0\nBITMAP\n7F8003F8\n7F8003F8\n7F8007F8\n7FC007F8\n7FC007F8\n7FC007F8\n7FC00FF8\n7FC00FF8\n7FE00FF8\n7FE00FF8\n7FE00FF8\n7FE01FF8\n7FE01FFC\n7FF01FFC\n7FF01EFC\n7FF03EFC\n7FF03EFC\n7FF03EFC\n7FF83EFC\n7CF87CFC\nFCF87CFC\nFCF87CFC\nFCF87CFC\nFCFC7CFC\nFC7CF8FC\nFC7CF8FC\nFC7CF8FC\nFC7EF8FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC1FE0FC\nFC1FE0FC\nFC1FE0FC\nFC1FE0FC\nFC0FE0FC\nFC0FC0FC\nFC0FC0FC\nFC0FC0FC\nFC07C0FC\nFC07C0FC\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 43 3 0\nBITMAP\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFFFCFE\nFEFCFE\nFEFEFE\nFE7EFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 24 43 3 0\nBITMAP\nFFFF00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF03FC\nFF01FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFF00FF\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFE0\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 53 3 -9\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFE0\n03FFE0\n0017E0\n0007F0\n0003F8\n0001FC\n0000FC\n00007C\n00003C\n000018\n000008\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 43 3 0\nBITMAP\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 45 2 -1\nBITMAP\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 43 0 0\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 44 3 -1\nBITMAP\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 25 43 1 0\nBITMAP\nFE003F80\nFE003F80\nFF003F80\nFF007F80\n7F007F00\n7F007F00\n7F007F00\n7F807F00\n7F807E00\n3F80FE00\n3F80FE00\n3F80FE00\n3FC0FE00\n1FC0FC00\n1FC0FC00\n1FC1FC00\n1FC1FC00\n1FC1FC00\n0FE1F800\n0FE1F800\n0FE3F800\n0FE3F800\n0FE3F800\n07F3F000\n07F3F000\n07F3F000\n07F7F000\n03F7F000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n01FFC000\n00FFC000\n00FFC000\n00FF8000\n00FF8000\n00FF8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 34 43 2 0\nBITMAP\nFC01F00FC0\nFE01F00FC0\nFE03F00FC0\nFE03F01FC0\nFE03F01FC0\n7E03F81FC0\n7E03F81F80\n7E07F81F80\n7E07F81F80\n7F07F81F80\n7F07FC1F80\n7F07FC3F80\n3F07FC3F80\n3F0FFC3F00\n3F0FFC3F00\n3F0FFC3F00\n3F0FFE3F00\n3F8FFE3F00\n3F9F7E3F00\n1F9F3E7F00\n1F9F3E7E00\n1F9F3F7E00\n1F9F3F7E00\n1F9E3F7E00\n1FBE1F7E00\n1FFE1F7E00\n0FFE1FFE00\n0FFE1FFC00\n0FFE1FFC00\n0FFC1FFC00\n0FFC0FFC00\n0FFC0FFC00\n0FFC0FFC00\n07FC0FFC00\n07F80FF800\n07F807F800\n07F807F800\n07F807F800\n07F807F800\n07F007F800\n03F007F800\n03F003F000\n03F003F000\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 43 1 0\nBITMAP\nFE007F00\nFF007F00\n7F007E00\n7F80FE00\n3F80FE00\n3F80FC00\n3FC1FC00\n1FC1F800\n1FE3F800\n0FE3F800\n0FE3F000\n07F7F000\n07F7F000\n07FFE000\n03FFE000\n03FFC000\n01FFC000\n01FFC000\n01FF8000\n00FF8000\n00FF0000\n00FF0000\n01FF0000\n01FF8000\n01FF8000\n03FFC000\n03FFC000\n07FFE000\n07FFE000\n07EFE000\n0FEFF000\n0FE7F000\n0FC7F800\n1FC3F800\n1F83FC00\n3F83FC00\n3F81FC00\n3F01FE00\n7F00FE00\n7E00FF00\nFE007F00\nFE007F80\nFC007F80\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 43 0 0\nBITMAP\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 43 2 0\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000FE0\n001FC0\n001FC0\n003FC0\n003F80\n003F80\n007F80\n007F00\n007F00\n00FE00\n00FE00\n00FE00\n01FC00\n01FC00\n01FC00\n03F800\n03F800\n07F800\n07F000\n07F000\n0FF000\n0FE000\n0FE000\n1FE000\n1FC000\n1FC000\n3FC000\n3F8000\n3F8000\n7F8000\n7F0000\nFF0000\nFE0000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 005B\nENCODING 91\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 13 52 3 -9\nBITMAP\nFFF8\nFFF8\nFFF8\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFC00\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 005C\nENCODING 92\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 43 2 0\nBITMAP\nF80000\nF80000\n7C0000\n7C0000\n7C0000\n7C0000\n3E0000\n3E0000\n3E0000\n1F0000\n1F0000\n1F0000\n1F0000\n0F8000\n0F8000\n0F8000\n07C000\n07C000\n07C000\n07C000\n03E000\n03E000\n03E000\n01F000\n01F000\n01F000\n01F000\n00F800\n00F800\n00F800\n007C00\n007C00\n007C00\n007C00\n003E00\n003E00\n003E00\n003F00\n001F00\n001F00\n001F00\n000F80\n000F80\nENDCHAR\nSTARTCHAR 005D\nENCODING 93\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 13 52 1 -9\nBITMAP\nFFF8\nFFF8\nFFF8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\n03F8\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 005E\nENCODING 94\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 18 2 25\nBITMAP\n01FC00\n01FC00\n03FE00\n03FE00\n07FE00\n07FF00\n07FF00\n0FDF80\n0F9F80\n1F9FC0\n1F8FC0\n3F0FE0\n3F07E0\n7F07E0\n7E07F0\n7E03F0\nFC03F8\nFC03F8\nENDCHAR\nSTARTCHAR 005F\nENCODING 95\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 19 5 0 -7\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 0060\nENCODING 96\nSWIDTH 303 0\nDWIDTH 16 0\nBBX 10 11 3 32\nBITMAP\nFE00\n7E00\n7F00\n3F00\n3F00\n1F80\n1F80\n0F80\n0780\n07C0\n03C0\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 43 3 0\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE1F00\nFE7F80\nFFFFC0\nFFFFE0\nFFFFE0\nFF0FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFF0FE0\nFFFFE0\nFFFFE0\nFFFFC0\nFEFF80\nFE3E00\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 43 2 0\nBITMAP\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n07C7F0\n1FF7F0\n3FFFF0\n3FFFF0\n7FFFF0\n7F8FF0\n7F07F0\n7F07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\n7F07F0\n7F8FF0\n7FFFF0\n3FFFF0\n3FFFF0\n1FF7F0\n07C7F0\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 303 0\nDWIDTH 16 0\nBBX 15 41 1 1\nBITMAP\n01FE\n07FE\n0FFE\n0FFE\n0FFE\n1FE0\n1FE0\n1FE0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 24 41 1 -9\nBITMAP\n000002\n01FC0E\n07FF1E\n0FFFBF\n1FFFFF\n1FFFFC\n3F87F0\n3F87E0\n3F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n3F03F0\n3F87F0\n3F87F0\n1FFFE0\n1FFFE0\n0FFFC0\n0FFF80\n1EFE00\n3E0000\n7E0000\n7F8000\n7FFF80\n7FFFE0\n3FFFF8\n0FFFF8\n1FFFFC\n3F01FC\n7E00FC\n7E007C\nFE00FC\nFF01FC\nFFFFFC\nFFFFF8\n7FFFF8\n3FFFE0\n07FF80\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 43 3 0\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFF0\nFF8FF0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 41 3 0\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 50 -1 -8\nBITMAP\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0000\n0000\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n1FE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 43 3 0\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE01FE\nFE03FC\nFE07F8\nFE07F0\nFE0FF0\nFE1FE0\nFE1FE0\nFE3FC0\nFE3F80\nFE7F80\nFEFF00\nFEFF00\nFFFE00\nFFFE00\nFFFF00\nFFFF00\nFFBF80\nFF3F80\nFF3F80\nFE1FC0\nFE1FC0\nFE1FE0\nFE0FE0\nFE0FF0\nFE0FF0\nFE07F0\nFE07F8\nFE03F8\nFE03FC\nFE03FC\nFE01FC\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 43 3 0\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 32 31 3 0\nBITMAP\nFE1F00F8\nFE7FC3FE\nFFFFCFFE\nFFFFFFFF\nFFFFFFFF\nFF8FFC7F\nFE0FF07F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 31 3 0\nBITMAP\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 41 3 -10\nBITMAP\nFE3F00\nFEFF80\nFFFFC0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFE0FF0\nFF0FE0\nFFFFE0\nFFFFC0\nFFFFC0\nFEFF80\nFE3E00\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 41 2 -10\nBITMAP\n07C7F0\n1FF7F0\n3FFFF0\n3FFFF0\n7FFFF0\n7F8FF0\n7F07F0\n7F07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\n7F07F0\n7F8FF0\n7FFFF0\n3FFFF0\n3FFFF0\n1FF7F0\n07C7F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 31 3 0\nBITMAP\nFE1E\nFE3E\nFE7E\nFEFE\nFFFE\nFFFE\nFFFE\nFFC2\nFF80\nFF00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 31 1 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 40 1 0\nBITMAP\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FE0\n1FFE\n0FFE\n0FFE\n07FE\n07FE\n01FE\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 31 3 0\nBITMAP\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 20 31 1 0\nBITMAP\nFE07F0\nFE07F0\nFE0FE0\nFE0FE0\n7E0FE0\n7F0FE0\n7F0FE0\n7F0FC0\n7F0FC0\n3F0FC0\n3F1FC0\n3F1FC0\n3F9F80\n3F9F80\n3F9F80\n1F9F80\n1F9F80\n1FBF00\n1FFF00\n1FFF00\n0FFF00\n0FFF00\n0FFF00\n0FFE00\n0FFE00\n07FE00\n07FE00\n07FE00\n07FC00\n07FC00\n03FC00\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 29 31 1 0\nBITMAP\nFC0FC0F8\nFC0FC1F8\nFE0FC1F8\nFE0FC1F8\n7E1FC1F0\n7E1FC1F0\n7E1FE1F0\n7E1FE1F0\n7E1FE3F0\n7F1FE3F0\n3F3FE3F0\n3F3FE3E0\n3F3FF3E0\n3F3FF3E0\n3F3DF7E0\n3F3DF7E0\n1F3CF7E0\n1FFCF7C0\n1FFCFFC0\n1FF8FFC0\n1FF8FFC0\n1FF8FFC0\n0FF87FC0\n0FF87FC0\n0FF07F80\n0FF07F80\n0FF07F80\n0FF03F80\n07F03F80\n07E03F80\n07E03F00\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 31 0 0\nBITMAP\n7F01F8\n7F03F8\n3F83F0\n3F83F0\n1FC7E0\n1FC7E0\n0FEFC0\n0FEFC0\n0FFFC0\n07FF80\n07FF80\n03FF00\n03FF00\n01FE00\n01FE00\n01FE00\n01FE00\n03FF00\n03FF00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n0FDFC0\n1F8FE0\n1F8FE0\n3F8FF0\n3F07F0\n7F07F8\n7E03F8\nFE03FC\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 39 0 -8\nBITMAP\nFF03FC\n7F03F8\n7F03F8\n7F03F8\n7F03F8\n3F83F0\n3F87F0\n3F87F0\n3F87F0\n1F87F0\n1FC7E0\n1FC7E0\n1FC7E0\n0FCFE0\n0FCFC0\n0FEFC0\n0FEFC0\n07EFC0\n07EF80\n07FF80\n03FF80\n03FF80\n03FF80\n03FF00\n01FF00\n01FF00\n01FF00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n1FFC00\n1FF800\n1FF000\n1FE000\n1F0000\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 31 2 0\nBITMAP\n7FFF\n7FFF\n7FFF\n7FFF\n7FFF\n00FF\n00FE\n00FE\n01FC\n01FC\n03FC\n03F8\n03F8\n07F0\n07F0\n0FE0\n0FE0\n1FE0\n1FC0\n1FC0\n3F80\n3F80\n7F80\n7F00\n7F00\nFE00\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 007B\nENCODING 123\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 54 2 -11\nBITMAP\n001E\n03FE\n07FE\n07FE\n0FFE\n0FFE\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n1FE0\n1FE0\n1FE0\n1FC0\n1FC0\n3FC0\nFF80\nFF80\nFE00\nFF80\nFF80\n3FC0\n1FC0\n1FC0\n1FE0\n1FE0\n1FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FF0\n0FFE\n0FFE\n07FE\n03FE\n01FE\nENDCHAR\nSTARTCHAR 007C\nENCODING 124\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 6 51 4 -8\nBITMAP\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nFC\nENDCHAR\nSTARTCHAR 007D\nENCODING 125\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 15 54 2 -11\nBITMAP\nF000\nFF00\nFFC0\nFFC0\nFFE0\nFFE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n07F0\n07F0\n07FE\n03FE\n00FE\n03FE\n07FE\n07F0\n07F0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n1FE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 007E\nENCODING 126\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 8 2 19\nBITMAP\n0F8000\n1FE060\n3FF8F0\nFFFFF8\nFFFFF0\n78FFE0\n203FC0\n000F80\nENDCHAR\nSTARTCHAR 00A0\nENCODING 160\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A1\nENCODING 161\nSWIDTH 227 0\nDWIDTH 12 0\nBBX 8 43 2 -9\nBITMAP\n7F\n7F\n7F\n7F\n7F\n7F\n7F\n00\n00\n00\n18\n18\n18\n18\n1C\n1C\n1C\n1C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n3C\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\n7E\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 00A2\nENCODING 162\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 19 41 2 -5\nBITMAP\n00C000\n00C000\n00C000\n00C000\n00C000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF0FE0\n7F0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\n00C000\n00C000\n00C000\n00C000\n00C000\nENDCHAR\nSTARTCHAR 00A3\nENCODING 163\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 22 44 0 0\nBITMAP\n000400\n007FC0\n01FFE0\n03FFF0\n07FFF8\n07FFF8\n07FFF8\n0FF1FC\n0FE0FC\n0FE0FC\n0FE0FC\n0FE0FC\n0FE0FC\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FFFFC\n3FFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nENDCHAR\nSTARTCHAR 00A4\nENCODING 164\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 24 2 10\nBITMAP\nC0000080\n607F8100\n31FFE600\n1FC0FC00\n0F003800\n1E001C00\n1C000E00\n38000E00\n38000600\n30000700\n30000700\n30000700\n30000700\n30000700\n30000700\n38000600\n38000E00\n1C001E00\n0E001C00\n0F007800\n1FC1F400\n31FFE200\n607F0100\nC0000080\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 25 43 0 0\nBITMAP\nFF003F80\n7F003F80\n7F003F00\n7F807F00\n3F807F00\n3F807F00\n3FC0FE00\n1FC0FE00\n1FC0FE00\n1FC1FC00\n0FE1FC00\n0FE1FC00\n0FE1F800\n07F3F800\n07F3F800\n07F3F000\n03F7F000\n03FFF000\n03FFE000\n01FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FFC000\n07FFF800\n07FFF800\n07FFF800\n07FFF800\n007F8000\n007F8000\n007F8000\n007F8000\n07FFF800\n07FFF800\n07FFF800\n07FFF800\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 00A6\nENCODING 166\nSWIDTH 208 0\nDWIDTH 11 0\nBBX 5 52 3 -9\nBITMAP\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\n00\n00\n00\n00\n00\n00\n00\n00\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nF8\nENDCHAR\nSTARTCHAR 00A7\nENCODING 167\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 0\nBITMAP\n004000\n07FC00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFF0FE0\nFE07E0\nFE03F0\nFE0380\n7F0000\n7F8000\n3FE000\n1FF800\n0FFC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F1FE0\n7E0FE0\nFE07E0\nFE07E0\n7E07E0\n7F87E0\n7FEFE0\n3FFFC0\n1FFF80\n0FFF00\n03FF00\n00FF80\n007FC0\n001FE0\n000FE0\n0007E0\n3C07E0\nFC07E0\n7E07E0\n7F0FE0\n3FFFE0\n3FFFC0\n1FFF80\n0FFF00\n01FC00\nENDCHAR\nSTARTCHAR 00A8\nENCODING 168\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 16 7 3 36\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 871 0\nDWIDTH 46 0\nBBX 42 45 2 -1\nBITMAP\n0000FFC00000\n0007FFFC0000\n003F807F0000\n007C00078000\n01F00001E000\n03C00000F000\n078000003800\n07007FC01C00\n0E01FFF01C00\n1C07FFF80E00\n1C0FFFFC0700\n380FFFFE0700\n381FF1FE0300\n701FE0FE0380\n701FC0FE0180\n601FC0FE0180\nE03FC0FE01C0\nE03FC0FE01C0\nE03FC00000C0\nE03FC00000C0\nE03FC00000C0\nE03FC00000C0\nE03FC00000C0\nE03FC00000C0\nE03FC00000C0\nE03FC0FE00C0\nE03FC0FE01C0\nE03FC0FE01C0\n601FC0FE01C0\n701FC0FE0180\n701FE0FE0380\n701FE1FE0380\n380FFFFC0300\n380FFFFC0700\n1C07FFF80E00\n1E03FFF00E00\n0E007FC01C00\n070000003800\n038000007000\n01E00000E000\n00F80003C000\n007E001F8000\n001FFFFE0000\n0003FFF00000\n000004000000\nENDCHAR\nSTARTCHAR 00AA\nENCODING 170\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 17 27 4 16\nBITMAP\n004000\n07FC00\n1FFE00\n3FFF00\n3FFF00\n7FFF00\n7E3F80\n7E1F80\n7E1F80\nFE1F80\n001F80\n001F80\n00FF80\n07FF80\n1FDF80\n3F9F80\n7E1F80\nFE1F80\nFC1F80\nFC1F80\nFC3F80\nFE7F80\nFFFF80\nFFFF80\n7FDF80\n7F9F80\n1F1F80\nENDCHAR\nSTARTCHAR 00AB\nENCODING 171\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 27 2 2\nBITMAP\n008010\n008010\n018030\n038070\n038070\n0780F0\n0F81F0\n1F83F0\n3F07F0\n3F07E0\n7E0FC0\nFC1F80\nF81F00\nF81F00\nF81F00\nFC1F80\n7E0FC0\n7F07E0\n3F07E0\n1F83F0\n0F81F0\n0780F0\n0780F0\n038070\n018030\n008010\n008010\nENDCHAR\nSTARTCHAR 00AC\nENCODING 172\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 12 2 13\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0000E0\n0000E0\n0000E0\n0000E0\n0000E0\n0000E0\n0000E0\nENDCHAR\nSTARTCHAR 00AD\nENCODING 173\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 13 5 3 22\nBITMAP\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 00AE\nENCODING 174\nSWIDTH 890 0\nDWIDTH 47 0\nBBX 42 45 3 -1\nBITMAP\n000008000000\n0003FFF00000\n001FFFFC0000\n007FF3FF0000\n00FC001FC000\n03F00007E000\n07C00001F000\n0F800000F800\n0F0000007800\n1E0FFF803C00\n3C0FFFE01E00\n3C0FFFF00E00\n780FFFF80F00\n780FC3FC0700\n700FC1FC0700\nF00FC0FC0780\nE00FC0FC0380\nE00FC0FC0380\nE00FC0FC0380\nE00FC1F803C0\nE00FC3F803C0\nE00FFFF003C0\nE00FFFE003C0\nE00FFFC003C0\nE00FCFC003C0\nE00FC7E003C0\nE00FC7E00380\nE00FC3F00380\nE00FC3F00380\nF00FC3F00780\n700FC1F80780\n700FC1F80700\n780FC1F80F00\n380FC0FC0E00\n3C0FC0FC1E00\n1E0FC0FE3C00\n0F0000007800\n0F800000F800\n07C00001F000\n03E00003E000\n00FC001FC000\n007FE1FF0000\n001FFFFC0000\n0007FFF00000\n000008000000\nENDCHAR\nSTARTCHAR 00AF\nENCODING 175\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 4 1 39\nBITMAP\nFFF0\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 00B0\nENCODING 176\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 19 3 25\nBITMAP\n002000\n07FE00\n0FFF80\n3FFFC0\n3FFFE0\n7E07E0\n7C03F0\n7C01F0\nF801F0\nF801F0\nF801F0\nF801F0\n7C03F0\n7E03E0\n7F0FE0\n3FFFC0\n1FFF80\n0FFF00\n01FC00\nENDCHAR\nSTARTCHAR 00B1\nENCODING 177\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 16 25 3 0\nBITMAP\n03E0\n03E0\n03E0\n03E0\n03E0\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\n03E0\n03E0\n03E0\n03E0\n03E0\n03E0\n0000\n0000\n0000\n0000\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 00B2\nENCODING 178\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 16 31 4 16\nBITMAP\n07F0\n1FFC\n3FFE\n3FFE\n7E3F\n7E1F\n7C1F\nFC1F\nFC1F\nFC1F\n001F\n003F\n003F\n007E\n00FE\n00FC\n01F8\n01F8\n03F0\n07E0\n07E0\n0FC0\n1F80\n1F80\n3F00\n7E00\n7E00\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 00B3\nENCODING 179\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 32 4 17\nBITMAP\n07F000\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFE3F00\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\n001F00\n001F00\n003E00\n03FE00\n03F800\n03FE00\n03FE00\n003F00\n001F00\n001F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFE3F00\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR 00B4\nENCODING 180\nSWIDTH 303 0\nDWIDTH 16 0\nBBX 10 11 3 32\nBITMAP\n1FC0\n1FC0\n3F80\n3F00\n3F00\n3E00\n7E00\n7C00\n7C00\nF800\nF000\nENDCHAR\nSTARTCHAR 00B5\nENCODING 181\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 40 2 -9\nBITMAP\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF1FF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFE7F0\n7FC7F0\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 21 48 2 -5\nBITMAP\n03FFF8\n1FFFF8\n3FFFF8\n7FFFF8\n7FF878\nFFF878\nFFF878\nFFF878\nFFF878\nFFF878\nFFF878\nFFF878\n7FF878\n7FF878\n3FF878\n0FF878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\n00F878\nENDCHAR\nSTARTCHAR 00B7\nENCODING 183\nSWIDTH 189 0\nDWIDTH 10 0\nBBX 7 7 2 16\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 00B8\nENCODING 184\nSWIDTH 265 0\nDWIDTH 14 0\nBBX 11 14 2 -14\nBITMAP\n3800\n3800\n3800\n3800\n3F00\n3FC0\n07E0\n03E0\n03E0\n07E0\nFFE0\nFFE0\nFFC0\n7F00\nENDCHAR\nSTARTCHAR 00B9\nENCODING 185\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 10 31 5 16\nBITMAP\n03C0\n07C0\n3FC0\nFFC0\nFFC0\nFFC0\nFFC0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\nENDCHAR\nSTARTCHAR 00BA\nENCODING 186\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 17 28 4 16\nBITMAP\n008000\n0FF800\n3FFC00\n7FFE00\n7FFF00\nFFFF00\nFC3F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nFC3F80\nFE3F00\nFFFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\nENDCHAR\nSTARTCHAR 00BB\nENCODING 187\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 21 27 3 2\nBITMAP\n801000\n801000\nC01800\nE01C00\nF01E00\nF01F00\nF81F00\nFC1F80\nFE0FC0\n7F0FE0\n3F07F0\n1F83F0\n0FC1F8\n07C0F8\n0FC1F8\n1F83F0\n3F07E0\n7F0FE0\n7E0FC0\nFC1F80\nF81F00\nF01E00\nF01E00\nE01C00\nC01800\n801000\n801000\nENDCHAR\nSTARTCHAR 00BC\nENCODING 188\nSWIDTH 757 0\nDWIDTH 40 0\nBBX 34 43 3 0\nBITMAP\n070003E000\n0F0007C000\n1F0007C000\n3F000F8000\nFF000F8000\nFF000F0000\nFF001F0000\nDF001F0000\n1F001E0000\n1F003E0000\n1F003C0000\n1F007C0000\n1F007C0000\n1F00780000\n1F00F80000\n1F00F00000\n1F01F00000\n1F01F00000\n1F01E00000\n1F03E00000\n1F03C01E00\n0003C01E00\n0007C03E00\n0007803E00\n000F807E00\n000F00FE00\n000F00FE00\n001F01DE00\n001E01DE00\n001E039E00\n003C039E00\n003C071E00\n007C0F1E00\n00780E1E00\n00780FFFC0\n00F00FFFC0\n00F00FFFC0\n01F0001E00\n01E0001E00\n01E0001E00\n03C0001E00\n03C0001E00\n07C0001E00\nENDCHAR\nSTARTCHAR 00BD\nENCODING 189\nSWIDTH 757 0\nDWIDTH 40 0\nBBX 35 43 2 0\nBITMAP\n030001E000\n070003E000\n0F0003C000\n3F0003C000\n7F00078000\nFF00078000\nFF000F8000\nFF000F0000\n1F000F0000\n1F001E0000\n1F001E0000\n1F003E0000\n1F003C0000\n1F003C0000\n1F00780000\n1F00780000\n1F00780000\n1F00F00000\n1F00F00000\n1F01E00000\n1F01E00000\n0001E03F00\n0003C0FF80\n0003C1FFC0\n000781F3C0\n000781E3E0\n000783E3E0\n000F03E3E0\n000F0003E0\n001E0003E0\n001E0007C0\n001E0007C0\n003C000F80\n003C001F80\n0078003F00\n0078003E00\n0078007C00\n00F000F800\n00F000F800\n01E001F000\n01E001FFE0\n01E001FFE0\n03C001FFE0\nENDCHAR\nSTARTCHAR 00BE\nENCODING 190\nSWIDTH 757 0\nDWIDTH 40 0\nBBX 35 44 3 0\nBITMAP\n0400000000\n3F8001F000\n7FC001E000\nFFE003E000\nF1E003E000\nF1E007C000\nF1E007C000\n01E0078000\n01E00F8000\n03E00F8000\n0FC00F0000\n0F001F0000\n0FC01E0000\n03E03E0000\n01E03E0000\n01E03C0000\nF1E07C0000\nF1E0780000\nFFE0F80000\n7FC0F80000\n1F00F00000\n0001F00F80\n0001E00F80\n0001E01F80\n0003E01F80\n0003C03F80\n0007C03F80\n0007807F80\n000780EF80\n000F80EF80\n000F01CF80\n001F01CF80\n001E038F80\n001E038F80\n003E070F80\n003C07FFE0\n003C07FFE0\n007807FFE0\n0078000F80\n00F8000F80\n00F0000F80\n00F0000F80\n01E0000F80\n01E0000F80\nENDCHAR\nSTARTCHAR 00BF\nENCODING 191\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 22 43 3 -9\nBITMAP\n003F80\n003F80\n003F80\n003F80\n003F80\n003F80\n003F80\n000000\n000000\n000000\n000000\n003F80\n003F80\n003F80\n003F80\n003F80\n003F80\n007F80\n00FF00\n01FE00\n03FC00\n07F800\n0FF000\n1FE000\n1FC000\n3FC000\n3F8000\n7F8000\n7F0000\n7F0008\n7F00FC\nFF01FC\nFF01FC\nFF01FC\n7F01FC\n7F01FC\n7FC3FC\n7FFFF8\n3FFFF8\n1FFFF0\n0FFFE0\n07FFC0\n00FF00\nENDCHAR\nSTARTCHAR 00C0\nENCODING 192\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 57 1 0\nBITMAP\n07F00000\n03F80000\n03F80000\n01F80000\n01F80000\n00FC0000\n007C0000\n007C0000\n003E0000\n003E0000\n001E0000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C1\nENCODING 193\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 57 1 0\nBITMAP\n0003F800\n0003F000\n0007F000\n0007E000\n0007E000\n000FC000\n000FC000\n000F8000\n000F0000\n001F0000\n001E0000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C2\nENCODING 194\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 56 1 0\nBITMAP\n003F0000\n007F8000\n007F8000\n00FFC000\n00FFC000\n01F3E000\n01F3E000\n03E1F000\n03E1F000\n07C1F800\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C3\nENCODING 195\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 54 1 0\nBITMAP\n00800000\n03F07800\n07FC7800\n07FFF800\n0FFFF000\n0FFFF000\n0F0FF000\n0F03E000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C4\nENCODING 196\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 54 1 0\nBITMAP\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n00000000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C5\nENCODING 197\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 56 1 0\nBITMAP\n00040000\n007F8000\n00FFC000\n00FFE000\n01E1E000\n01C0E000\n01C0E000\n01E0E000\n01E1E000\n00FFC000\n007FC000\n003F0000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 00C6\nENCODING 198\nSWIDTH 663 0\nDWIDTH 35 0\nBBX 36 43 -2 0\nBITMAP\n00001FFFF0\n00003FFFF0\n00003FFFF0\n00003FFFF0\n00007FFFF0\n00007FC000\n0000FFC000\n0000FFC000\n0001FFC000\n0001FFC000\n0003FFC000\n0003FFC000\n0003FFC000\n0007FFC000\n0007FFC000\n000FDFC000\n000FDFC000\n001F9FC000\n001F9FFF80\n003F9FFF80\n003F1FFF80\n003F1FFF80\n007F1FFF80\n007E1FC000\n00FE1FC000\n00FC1FC000\n01FC1FC000\n01FC1FC000\n03FFFFC000\n03FFFFC000\n03FFFFC000\n07FFFFC000\n07FFFFC000\n0FF01FC000\n0FE01FC000\n1FE01FC000\n1FC01FC000\n3FC01FC000\n3F801FFFF0\n7F801FFFF0\n7F801FFFF0\n7F001FFFF0\nFF001FFFF0\nENDCHAR\nSTARTCHAR 00C7\nENCODING 199\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 58 3 -14\nBITMAP\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n003800\n003800\n003800\n003800\n003F00\n003FC0\n0007E0\n0003E0\n0003E0\n0007E0\n00FFE0\n00FFE0\n00FFC0\n007F00\nENDCHAR\nSTARTCHAR 00C8\nENCODING 200\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 57 3 0\nBITMAP\n7F0000\n3F8000\n3F8000\n1F8000\n1F8000\n0FC000\n07C000\n07C000\n03E000\n03E000\n01E000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 00C9\nENCODING 201\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 57 3 0\nBITMAP\n003F80\n003F00\n007F00\n007E00\n007E00\n00FC00\n00FC00\n00F800\n00F000\n01F000\n01E000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 00CA\nENCODING 202\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 56 3 0\nBITMAP\n03F000\n07F800\n07F800\n0FFC00\n0FFC00\n1F3E00\n1F3E00\n3E1F00\n3E1F00\n7C1F80\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 00CB\nENCODING 203\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 54 3 0\nBITMAP\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 00CC\nENCODING 204\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 12 57 -1 0\nBITMAP\nFE00\n7F00\n7F00\n3F00\n3F00\n1F80\n0F80\n0F80\n07C0\n07C0\n03C0\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\nENDCHAR\nSTARTCHAR 00CD\nENCODING 205\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 12 57 3 0\nBITMAP\n07F0\n07E0\n0FE0\n0FC0\n0FC0\n1F80\n1F80\n1F00\n1E00\n3E00\n3C00\n0000\n0000\n0000\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nENDCHAR\nSTARTCHAR 00CE\nENCODING 206\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 16 56 -1 0\nBITMAP\n07E0\n0FF0\n0FF0\n1FF8\n1FF8\n3E7C\n3E7C\n7C3E\n7C3E\nF83F\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\nENDCHAR\nSTARTCHAR 00CF\nENCODING 207\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 16 54 -1 0\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\n0000\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\nENDCHAR\nSTARTCHAR 00D0\nENCODING 208\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 43 1 0\nBITMAP\n3FFF8000\n3FFFF000\n3FFFFC00\n3FFFFE00\n3FFFFF00\n3FC1FF00\n3FC07F80\n3FC07F80\n3FC07F80\n3FC03F80\n3FC03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\nFFF03FC0\nFFF03FC0\nFFF03FC0\nFFF03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03F80\n3FC07F80\n3FC07F80\n3FC07F80\n3FC0FF80\n3FC1FF00\n3FFFFE00\n3FFFFE00\n3FFFFC00\n3FFFF000\n3FFF8000\nENDCHAR\nSTARTCHAR 00D1\nENCODING 209\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 54 3 0\nBITMAP\n010000\n07E0F0\n0FF8F0\n0FFFF0\n1FFFE0\n1FFFE0\n1E1FE0\n1E07C0\n000000\n000000\n000000\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFFFCFE\nFEFCFE\nFEFEFE\nFE7EFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\nENDCHAR\nSTARTCHAR 00D2\nENCODING 210\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n0FE000\n07F000\n07F000\n03F000\n03F000\n01F800\n00F800\n00F800\n007C00\n007C00\n003C00\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00D3\nENCODING 211\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00D4\nENCODING 212\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n007E00\n00FF00\n00FF00\n01FF80\n01FF80\n03E7C0\n03E7C0\n07C3E0\n07C3E0\n0F83F0\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00D5\nENCODING 213\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n010000\n07E0F0\n0FF8F0\n0FFFF0\n1FFFE0\n1FFFE0\n1E1FE0\n1E07C0\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00D6\nENCODING 214\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 17 3 13\nBITMAP\n100400\n380E00\n7C1F00\nFE3F80\n7F7F00\n3FFE00\n1FFC00\n0FF800\n07F000\n0FF800\n1FFC00\n3FFE00\n7F7F00\nFE3F80\nFC1F00\n380E00\n100400\nENDCHAR\nSTARTCHAR 00D8\nENCODING 216\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 24 51 3 -5\nBITMAP\n000020\n000030\n000030\n001070\n03FFE0\n0FFFE0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF01FF\nFF03FF\nFF03FF\nFE03FF\nFE03FF\nFE06FF\nFE06FF\nFE06FF\nFE0CFF\nFE0CFF\nFE0CFF\nFE18FF\nFE18FF\nFE18FF\nFE38FF\nFE30FF\nFE30FF\nFE70FF\nFE60FF\nFE60FF\nFEE0FF\nFEC0FF\nFEC0FF\nFEC0FF\nFF80FF\nFF80FF\nFF80FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n0FFFC0\n1C1000\n1C0000\n180000\n180000\nENDCHAR\nSTARTCHAR 00D9\nENCODING 217\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n0FE000\n07F000\n07F000\n03F000\n03F000\n01F800\n00F800\n00F800\n007C00\n007C00\n003C00\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00DA\nENCODING 218\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00DB\nENCODING 219\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n007E00\n00FF00\n00FF00\n01FF80\n01FF80\n03E7C0\n03E7C0\n07C3E0\n07C3E0\n0F83F0\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00DC\nENCODING 220\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n0FC3F0\n000000\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 00DD\nENCODING 221\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 57 0 0\nBITMAP\n0003F800\n0003F000\n0007F000\n0007E000\n0007E000\n000FC000\n000FC000\n000F8000\n000F0000\n001F0000\n001E0000\n00000000\n00000000\n00000000\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 00DE\nENCODING 222\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 24 43 3 0\nBITMAP\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF80\nFFFFE0\nFFFFF8\nFFFFFC\nFFFFFC\nFFFFFE\nFF03FE\nFF00FF\nFF00FF\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF00FF\nFF00FF\nFF03FE\nFFFFFE\nFFFFFE\nFFFFFC\nFFFFF8\nFFFFE0\nFFFF80\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 00DF\nENCODING 223\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 23 45 3 -1\nBITMAP\n004000\n07FE00\n1FFF80\n3FFFC0\n3FFFE0\n7FFFF0\n7F07F0\nFF03F0\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F0\nFE07F0\nFE07F0\nFE0FE0\nFE3FC0\nFE3F80\nFE3F00\nFE3FC0\nFE3FE0\nFE3FF0\nFE0FF8\nFE03FC\nFE01FC\nFE01FC\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE01FE\nFE01FE\nFE01FC\nFE01FC\nFE03FC\nFE3FFC\nFE3FF8\nFE3FF0\nFE3FE0\nFE3FC0\nFE3F00\n004000\nENDCHAR\nSTARTCHAR 00E0\nENCODING 224\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n3F8000\n1FC000\n1FC000\n0FC000\n0FC000\n07E000\n03E000\n03E000\n01F000\n01F000\n00F000\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E1\nENCODING 225\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E2\nENCODING 226\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E3\nENCODING 227\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n020000\n0FC1E0\n1FF1E0\n1FFFE0\n3FFFC0\n3FFFC0\n3C3FC0\n3C0F80\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E4\nENCODING 228\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 41 2 0\nBITMAP\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E5\nENCODING 229\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 47 2 0\nBITMAP\n002000\n03FC00\n07FE00\n07FF00\n0F0F00\n0E0700\n0E0700\n0F0700\n0F0F00\n07FE00\n03FE00\n01F800\n000000\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 00E6\nENCODING 230\nSWIDTH 663 0\nDWIDTH 35 0\nBBX 31 32 2 -1\nBITMAP\n03F01F80\n0FFC7FF0\n1FFEFFF8\n3FFFFFF8\n7FFFFFFC\n7FFFF9FC\n7F1FF0FE\nFF0FF07E\nFE0FE07E\nFE0FE07E\n000FE0FE\n000FE1FC\n000FE7FC\n000FFFF8\n003FFFE0\n03FFFF00\n0FFFE000\n1FFFE000\n3FCFE000\n7F0FE000\n7F0FE000\nFE0FE0FE\nFE0FE0FE\nFE0FE0FE\nFE0FF0FE\nFE1FF1FE\nFFFFFFFC\n7FFDFFFC\n7FFCFFF8\n3FF87FF0\n1FE03FE0\n02000200\nENDCHAR\nSTARTCHAR 00E7\nENCODING 231\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 45 2 -14\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\n007000\n007000\n007000\n007000\n007E00\n007F80\n000FC0\n0007C0\n0007C0\n000FC0\n01FFC0\n01FFC0\n01FF80\n00FE00\nENDCHAR\nSTARTCHAR 00E8\nENCODING 232\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n3F8000\n1FC000\n1FC000\n0FC000\n0FC000\n07E000\n03E000\n03E000\n01F000\n01F000\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00E9\nENCODING 233\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00EA\nENCODING 234\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00EB\nENCODING 235\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 41 2 0\nBITMAP\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00EC\nENCODING 236\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 11 45 -1 0\nBITMAP\nFE00\n7F00\n7F00\n3F00\n3F00\n1F80\n0F80\n0F80\n07C0\n07C0\n03C0\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR 00ED\nENCODING 237\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 45 3 0\nBITMAP\n07F0\n07E0\n0FE0\n0FC0\n0FC0\n1F80\n1F80\n1F00\n1E00\n3E00\n3C00\n0000\n0000\n0000\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 00EE\nENCODING 238\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 16 44 -1 0\nBITMAP\n07E0\n0FF0\n0FF0\n1FF8\n1FF8\n3E7C\n3E7C\n7C3E\n7C3E\nF83F\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR 00EF\nENCODING 239\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 16 41 -1 0\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR 00F0\nENCODING 240\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 22 45 3 -1\nBITMAP\n200000\n1FC000\n1FF000\n1FFC08\n3FFE78\n3FFFFC\n007FF0\n003F80\n01FFC0\n03FFC0\n038FC0\n0407E0\n0007E0\n0007E0\n03E7F0\n0FFFF0\n1FFFF0\n3FFFF0\n7FFFF0\n7F8FF0\n7F07F0\nFF07F0\nFE07F0\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\n7F0FF0\n7FFFE0\n7FFFE0\n3FFFC0\n1FFF80\n07FE00\n004000\nENDCHAR\nSTARTCHAR 00F1\nENCODING 241\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 42 3 0\nBITMAP\n040000\n1F83C0\n3FE3C0\n3FFFC0\n7FFF80\n7FFF80\n787F80\n781F00\n000000\n000000\n000000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nENDCHAR\nSTARTCHAR 00F2\nENCODING 242\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n3F8000\n1FC000\n1FC000\n0FC000\n0FC000\n07E000\n03E000\n03E000\n01F000\n01F000\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00F3\nENCODING 243\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00F4\nENCODING 244\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00F5\nENCODING 245\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n020000\n0FC1E0\n1FF1E0\n1FFFE0\n3FFFC0\n3FFFC0\n3C3FC0\n3C0F80\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00F6\nENCODING 246\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 41 2 0\nBITMAP\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 25 1 9\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n000000\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n000000\n000000\n000000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR 00F8\nENCODING 248\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 41 2 -5\nBITMAP\n000080\n0000E0\n0000C0\n0001C0\n000180\n03FD80\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE1FF0\nFE1FF0\nFE1FF0\nFE3FF0\nFE37F0\nFE37F0\nFE67F0\nFE67F0\nFEE7F0\nFEC7F0\nFEC7F0\nFF87F0\nFF87F0\nFF87F0\nFF07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n1BFC00\n180000\n380000\n300000\n700000\n100000\nENDCHAR\nSTARTCHAR 00F9\nENCODING 249\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 45 3 0\nBITMAP\n7F0000\n3F8000\n3F8000\n1F8000\n1F8000\n0FC000\n07C000\n07C000\n03E000\n03E000\n01E000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 00FA\nENCODING 250\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 45 3 0\nBITMAP\n003F80\n003F00\n007F00\n007E00\n007E00\n00FC00\n00FC00\n00F800\n00F000\n01F000\n01E000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 00FB\nENCODING 251\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 44 3 0\nBITMAP\n03F000\n07F800\n07F800\n0FFC00\n0FFC00\n1F3E00\n1F3E00\n3E1F00\n3E1F00\n7C1F80\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 00FC\nENCODING 252\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 41 3 0\nBITMAP\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 00FD\nENCODING 253\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 53 0 -8\nBITMAP\n000FE0\n000FC0\n001FC0\n001F80\n001F80\n003F00\n003F00\n003E00\n003C00\n007C00\n007800\n000000\n000000\n000000\nFF03FC\n7F03F8\n7F03F8\n7F03F8\n7F03F8\n3F83F0\n3F87F0\n3F87F0\n3F87F0\n1F87F0\n1FC7E0\n1FC7E0\n1FC7E0\n0FCFE0\n0FCFC0\n0FEFC0\n0FEFC0\n07EFC0\n07EF80\n07FF80\n03FF80\n03FF80\n03FF80\n03FF00\n01FF00\n01FF00\n01FF00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n1FFC00\n1FF800\n1FF000\n1FE000\n1F0000\nENDCHAR\nSTARTCHAR 00FE\nENCODING 254\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 53 3 -10\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE3F00\nFE7F80\nFFFFC0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FF0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFE0FE0\nFF1FE0\nFFFFE0\nFFFFC0\nFFFFC0\nFEFF80\nFE3E00\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 00FF\nENCODING 255\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 49 0 -8\nBITMAP\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n1F87E0\n000000\n000000\n000000\nFF03FC\n7F03F8\n7F03F8\n7F03F8\n7F03F8\n3F83F0\n3F87F0\n3F87F0\n3F87F0\n1F87F0\n1FC7E0\n1FC7E0\n1FC7E0\n0FCFE0\n0FCFC0\n0FEFC0\n0FEFC0\n07EFC0\n07EF80\n07FF80\n03FF80\n03FF80\n03FF80\n03FF00\n01FF00\n01FF00\n01FF00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n1FFC00\n1FF800\n1FF000\n1FE000\n1F0000\nENDCHAR\nSTARTCHAR 0100\nENCODING 256\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 50 1 0\nBITMAP\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0101\nENCODING 257\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 38 2 0\nBITMAP\n0FFF00\n0FFF00\n0FFF00\n0FFF00\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 0102\nENCODING 258\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 54 1 0\nBITMAP\n07807000\n07807000\n0780F000\n03C1F000\n03FFE000\n01FFC000\n007F0000\n00000000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0103\nENCODING 259\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n3C0380\n3C0380\n3C0780\n1E0F80\n1FFF00\n0FFE00\n03F800\n000000\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 0104\nENCODING 260\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 56 1 -13\nBITMAP\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\n00001E00\n00003C00\n00007C00\n0000F800\n0000F800\n0001F000\n0001F000\n0001F000\n0001F800\n0001FFC0\n0001FF80\n0000FF80\n00003F80\nENDCHAR\nSTARTCHAR 0105\nENCODING 261\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 21 44 2 -13\nBITMAP\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\n0003C0\n000780\n000F80\n001F00\n001F00\n003E00\n003E00\n003E00\n003F00\n003FF8\n003FF0\n001FF0\n0007F0\nENDCHAR\nSTARTCHAR 0106\nENCODING 262\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 58 3 -1\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0107\nENCODING 263\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 45 2 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0108\nENCODING 264\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 57 3 -1\nBITMAP\n00FC00\n01FE00\n01FE00\n03FF00\n03FF00\n07CF80\n07CF80\n0F87C0\n0F87C0\n1F07E0\n000000\n000000\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0109\nENCODING 265\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 44 2 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 010A\nENCODING 266\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 55 3 -1\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 010B\nENCODING 267\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 42 2 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 010C\nENCODING 268\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 57 3 -1\nBITMAP\n1F83E0\n0F87E0\n0FC7C0\n07CFC0\n07EF80\n03FF80\n03FF00\n01FF00\n01FE00\n000000\n000000\n000000\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 010D\nENCODING 269\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 44 2 0\nBITMAP\n3F07C0\n1F0FC0\n1F8F80\n0F9F80\n0FDF00\n07FF00\n07FE00\n03FE00\n03FC00\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 010E\nENCODING 270\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 24 56 3 0\nBITMAP\n0FC1F0\n07C3F0\n07E3E0\n03E7E0\n03F7C0\n01FFC0\n01FF80\n00FF80\n00FF00\n000000\n000000\n000000\n000000\nFFFE00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF07FC\nFF01FE\nFF01FE\nFF00FE\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FE\nFF01FE\nFF01FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFC0\nFFFF00\nENDCHAR\nSTARTCHAR 010F\nENCODING 271\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 31 43 2 0\nBITMAP\n0007F07E\n0007F07C\n0007F07C\n0007F07C\n0007F07C\n0007F07C\n0007F07C\n0007F078\n0007F078\n0007F078\n0007F078\n0007F078\n07C7F078\n1FF7F070\n3FFFF000\n3FFFF000\n7FFFF000\n7F8FF000\n7F07F000\n7F07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\nFF07F000\n7F07F000\n7F8FF000\n7FFFF000\n3FFFF000\n3FFFF000\n1FF7F000\n07C7F000\nENDCHAR\nSTARTCHAR 0110\nENCODING 272\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 26 43 1 0\nBITMAP\n3FFFC000\n3FFFF800\n3FFFFC00\n3FFFFE00\n3FFFFF00\n3FC0FF80\n3FC07F80\n3FC03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\nFFF83FC0\nFFF83FC0\nFFF83FC0\nFFF83FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03F80\n3FC07F80\n3FC07F80\n3FC1FF00\n3FFFFF00\n3FFFFE00\n3FFFFC00\n3FFFF800\n3FFFC000\nENDCHAR\nSTARTCHAR 0111\nENCODING 273\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 23 43 2 0\nBITMAP\n0007F0\n0007F0\n0007F0\n03FFFE\n03FFFE\n03FFFE\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n07C7F0\n1FF7F0\n3FFFF0\n3FFFF0\n7FFFF0\n7F8FF0\n7F07F0\nFF07F0\nFF07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF07F0\nFF07F0\n7F07F0\n7F8FF0\n7FFFF0\n3FFFF0\n3FFFF0\n1FF7F0\n07C7F0\nENDCHAR\nSTARTCHAR 0112\nENCODING 274\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 50 3 0\nBITMAP\n0FFF00\n0FFF00\n0FFF00\n0FFF00\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0113\nENCODING 275\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 38 2 0\nBITMAP\n0FFF00\n0FFF00\n0FFF00\n0FFF00\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0114\nENCODING 276\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 54 3 0\nBITMAP\n780700\n780700\n780F00\n3C1F00\n3FFE00\n1FFC00\n07F000\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0115\nENCODING 277\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n3C0380\n3C0380\n3C0780\n1E0F80\n1FFF00\n0FFE00\n03F800\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0116\nENCODING 278\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 54 3 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0117\nENCODING 279\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0118\nENCODING 280\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 56 3 -13\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n00F000\n01E000\n03E000\n07C000\n07C000\n0F8000\n0F8000\n0F8000\n0FC000\n0FFE00\n0FFC00\n07FC00\n01FC00\nENDCHAR\nSTARTCHAR 0119\nENCODING 281\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 -13\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\n00F000\n01E000\n03E000\n07C000\n07C000\n0F8000\n0F8000\n0F8000\n0FC000\n0FFE00\n0FFC00\n07FC00\n01FC00\nENDCHAR\nSTARTCHAR 011A\nENCODING 282\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 56 3 0\nBITMAP\n7E0F80\n3E1F80\n3F1F00\n1F3F00\n1FBE00\n0FFE00\n0FFC00\n07FC00\n07F800\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 011B\nENCODING 283\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 44 2 0\nBITMAP\n3F07C0\n1F0FC0\n1F8F80\n0F9F80\n0FDF00\n07FF00\n07FE00\n03FE00\n03FC00\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 011C\nENCODING 284\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n007E00\n00FF00\n00FF00\n01FF80\n01FF80\n03E7C0\n03E7C0\n07C3E0\n07C3E0\n0F83F0\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\nENDCHAR\nSTARTCHAR 011D\nENCODING 285\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 24 54 1 -9\nBITMAP\n007E00\n00FF00\n00FF00\n01FF80\n01FF80\n03E7C0\n03E7C0\n07C3E0\n07C3E0\n0F83F0\n000000\n000000\n000000\n000002\n01FC0E\n07FF1E\n0FFFBF\n1FFFFF\n1FFFFC\n3F87F0\n3F87E0\n3F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n3F03F0\n3F87F0\n3F87F0\n1FFFE0\n1FFFE0\n0FFFC0\n0FFF80\n1EFE00\n3E0000\n7E0000\n7F8000\n7FFF80\n7FFFE0\n3FFFF8\n0FFFF8\n1FFFFC\n3F01FC\n7E00FC\n7E007C\nFE00FC\nFF01FC\nFFFFFC\nFFFFF8\n7FFFF8\n3FFFE0\n07FF80\nENDCHAR\nSTARTCHAR 011E\nENCODING 286\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n0F00E0\n0F00E0\n0F01E0\n0783E0\n07FFC0\n03FF80\n00FE00\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\nENDCHAR\nSTARTCHAR 011F\nENCODING 287\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 24 52 1 -9\nBITMAP\n0F00E0\n0F00E0\n0F01E0\n0783E0\n07FFC0\n03FF80\n00FE00\n000000\n000000\n000000\n000000\n000002\n01FC0E\n07FF1E\n0FFFBF\n1FFFFF\n1FFFFC\n3F87F0\n3F87E0\n3F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n3F03F0\n3F87F0\n3F87F0\n1FFFE0\n1FFFE0\n0FFFC0\n0FFF80\n1EFE00\n3E0000\n7E0000\n7F8000\n7FFF80\n7FFFE0\n3FFFF8\n0FFFF8\n1FFFFC\n3F01FC\n7E00FC\n7E007C\nFE00FC\nFF01FC\nFFFFFC\nFFFFF8\n7FFFF8\n3FFFE0\n07FF80\nENDCHAR\nSTARTCHAR 0120\nENCODING 288\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\nENDCHAR\nSTARTCHAR 0121\nENCODING 289\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 24 51 1 -9\nBITMAP\n007F00\n007F00\n007F00\n007F00\n007F00\n007F00\n007F00\n000000\n000000\n000000\n000002\n01FC0E\n07FF1E\n0FFFBF\n1FFFFF\n1FFFFC\n3F87F0\n3F87E0\n3F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n3F03F0\n3F87F0\n3F87F0\n1FFFE0\n1FFFE0\n0FFFC0\n0FFF80\n1EFE00\n3E0000\n7E0000\n7F8000\n7FFF80\n7FFFE0\n3FFFF8\n0FFFF8\n1FFFFC\n3F01FC\n7E00FC\n7E007C\nFE00FC\nFF01FC\nFFFFFC\nFFFFF8\n7FFFF8\n3FFFE0\n07FF80\nENDCHAR\nSTARTCHAR 0122\nENCODING 290\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 62 3 -18\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000E00\n001E00\n001E00\n003C00\n00FC00\n007800\n007000\nENDCHAR\nSTARTCHAR 0123\nENCODING 291\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 25 62 1 -9\nBITMAP\n00030000\n000F0000\n001E0000\n001C0000\n00380000\n00380000\n00380000\n003F0000\n003F0000\n003F0000\n003F0000\n003F0000\n003F0000\n003F0000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000300\n00FE0780\n07FF8F80\n0FFFDF80\n1FFFFE00\n3FC7F800\n3F83F800\n3F01F800\n7F01F800\n7F01FC00\n7F01FC00\n7F01FC00\n7F01FC00\n7F01FC00\n7F01FC00\n7F01F800\n3F83F800\n3FC7F800\n1FFFF000\n07FFE000\n1FFFC000\n1EFF0000\n3C000000\n7C000000\n78000000\n7F000000\n7FFC0000\n3FFFC000\n0FFFF000\n0FFFFC00\n1F8FFC00\n3F00FE00\n7E007E00\nFC003E00\nFC003E00\nFE007E00\nFF00FE00\n7FFFFC00\n7FFFF800\n1FFFE000\n03FF8000\nENDCHAR\nSTARTCHAR 0124\nENCODING 292\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 56 3 0\nBITMAP\n007E0000\n00FF0000\n00FF0000\n01FF8000\n01FF8000\n03E7C000\n03E7C000\n07C3E000\n07C3E000\n0F83F000\n00000000\n00000000\n00000000\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nENDCHAR\nSTARTCHAR 0125\nENCODING 293\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 56 3 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFF0\nFF8FF0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nENDCHAR\nSTARTCHAR 0126\nENCODING 294\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 29 43 0 0\nBITMAP\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\nENDCHAR\nSTARTCHAR 0127\nENCODING 295\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 23 43 0 0\nBITMAP\n1FC000\n1FC000\n1FC000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC1F0\n1FCFF8\n1FDFFC\n1FFFFC\n1FFFFE\n1FF1FE\n1FE1FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\n1FC0FE\nENDCHAR\nSTARTCHAR 0128\nENCODING 296\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 17 54 -1 0\nBITMAP\n080000\n3F0780\n7FC780\n7FFF80\nFFFF00\nFFFF00\nF0FF00\nF03E00\n000000\n000000\n000000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\n0FF000\nENDCHAR\nSTARTCHAR 0129\nENCODING 297\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 17 42 -2 0\nBITMAP\n080000\n3F0780\n7FC780\n7FFF80\nFFFF00\nFFFF00\nF0FF00\nF03E00\n000000\n000000\n000000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nENDCHAR\nSTARTCHAR 012A\nENCODING 298\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 12 50 2 0\nBITMAP\nFFF0\nFFF0\nFFF0\nFFF0\n0000\n0000\n0000\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\n7F80\nENDCHAR\nSTARTCHAR 012B\nENCODING 299\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 38 1 0\nBITMAP\nFFF0\nFFF0\nFFF0\nFFF0\n0000\n0000\n0000\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\n3F80\nENDCHAR\nSTARTCHAR 012C\nENCODING 300\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 15 54 0 0\nBITMAP\nF00E\nF00E\n701E\n783E\n7FFC\n3FF8\n0FE0\n0000\n0000\n0000\n0000\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\nENDCHAR\nSTARTCHAR 012D\nENCODING 301\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 15 42 -1 0\nBITMAP\nF00E\nF00E\n701E\n783E\n7FFC\n3FF8\n0FE0\n0000\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR 012E\nENCODING 302\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 11 56 0 -13\nBITMAP\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n0F00\n1E00\n3E00\n7C00\n7C00\nF800\nF800\nF800\nFC00\nFFE0\nFFC0\n7FC0\n1FC0\nENDCHAR\nSTARTCHAR 012F\nENCODING 303\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 11 54 0 -13\nBITMAP\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n0000\n0000\n0000\n0000\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n0F00\n1E00\n3E00\n7C00\n7C00\nF800\nF800\nF800\nFC00\nFFE0\nFFC0\n7FC0\n1FC0\nENDCHAR\nSTARTCHAR 0130\nENCODING 304\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 8 54 3 0\nBITMAP\n7F\n7F\n7F\n7F\n7F\n7F\n7F\n00\n00\n00\n00\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 0131\nENCODING 305\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 31 3 0\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 0133\nENCODING 307\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 21 50 3 -8\nBITMAP\n0007F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE0000\n000000\n000000\n000000\n000000\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\n0007F8\n0007F8\n000FF0\n007FF0\n007FF0\n007FE0\n007FC0\n007F00\nENDCHAR\nSTARTCHAR 0134\nENCODING 308\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 18 55 0 -1\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n07FC00\nFFF800\nFFF800\nFFF000\nFFE000\nFFC000\nF00000\nENDCHAR\nSTARTCHAR 0135\nENCODING 309\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 16 51 -1 -9\nBITMAP\n07E0\n0FF0\n0FF0\n1FF8\n1FF8\n3E7C\n3E7C\n7C3E\n7C3E\nF83F\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n1FE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 0136\nENCODING 310\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 25 60 3 -17\nBITMAP\nFF007F00\nFF00FE00\nFF00FE00\nFF01FC00\nFF01FC00\nFF03FC00\nFF03F800\nFF07F800\nFF07F000\nFF0FF000\nFF0FE000\nFF1FE000\nFF1FE000\nFF3FC000\nFF3FC000\nFF3F8000\nFF7F8000\nFF7F8000\nFFFF0000\nFFFF0000\nFFFF0000\nFFFF8000\nFFFF8000\nFFBF8000\nFFBFC000\nFF3FC000\nFF1FE000\nFF1FE000\nFF1FE000\nFF0FF000\nFF0FF000\nFF07F800\nFF07F800\nFF07F800\nFF03FC00\nFF03FC00\nFF03FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF80\nFF007F80\n00000000\n00000000\n00000000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n00070000\n000F0000\n000F0000\n001E0000\n007E0000\n003C0000\n00380000\nENDCHAR\nSTARTCHAR 0137\nENCODING 311\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 60 3 -17\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE01FE\nFE03FC\nFE07F8\nFE07F0\nFE0FF0\nFE1FE0\nFE1FE0\nFE3FC0\nFE3F80\nFE7F80\nFEFF00\nFEFF00\nFFFE00\nFFFE00\nFFFF00\nFFFF00\nFFBF80\nFF3F80\nFF3F80\nFE1FC0\nFE1FC0\nFE1FE0\nFE0FE0\nFE0FF0\nFE0FF0\nFE07F0\nFE07F8\nFE03F8\nFE03FC\nFE03FC\nFE01FC\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000E00\n001E00\n001E00\n003C00\n00FC00\n007800\n007000\nENDCHAR\nSTARTCHAR 0138\nENCODING 312\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 22 31 3 0\nBITMAP\nFE03FC\nFE07F8\nFE07F0\nFE0FF0\nFE0FE0\nFE1FE0\nFE1FC0\nFE3FC0\nFE3F80\nFE7F80\nFE7F00\nFEFF00\nFEFE00\nFFFE00\nFFFF00\nFFFF00\nFFFF00\nFFBF80\nFF3F80\nFE3F80\nFE1FC0\nFE1FC0\nFE1FE0\nFE0FE0\nFE0FE0\nFE0FF0\nFE07F0\nFE07F8\nFE07F8\nFE03F8\nFE03FC\nENDCHAR\nSTARTCHAR 0139\nENCODING 313\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 57 3 0\nBITMAP\n07F000\n07E000\n0FE000\n0FC000\n0FC000\n1F8000\n1F8000\n1F0000\n1E0000\n3E0000\n3C0000\n000000\n000000\n000000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 013A\nENCODING 314\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 57 3 0\nBITMAP\n07F0\n07E0\n0FE0\n0FC0\n0FC0\n1F80\n1F80\n1F00\n1E00\n3E00\n3C00\n0000\n0000\n0000\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 013B\nENCODING 315\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 60 3 -17\nBITMAP\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n000000\n000000\n000000\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n003800\n007800\n007800\n00F000\n03F000\n01E000\n01C000\nENDCHAR\nSTARTCHAR 013C\nENCODING 316\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 60 3 -17\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n0E\n1E\n1E\n3C\nFC\n78\n70\nENDCHAR\nSTARTCHAR 013D\nENCODING 317\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 21 43 3 0\nBITMAP\nFF01F8\nFF01F0\nFF01F0\nFF01F0\nFF01F0\nFF01F0\nFF01F0\nFF01E0\nFF01E0\nFF01E0\nFF01E0\nFF01E0\nFF01E0\nFF01C0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 013E\nENCODING 318\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 19 43 3 0\nBITMAP\nFE07E0\nFE07C0\nFE07C0\nFE07C0\nFE07C0\nFE07C0\nFE07C0\nFE0780\nFE0780\nFE0780\nFE0780\nFE0780\nFE0780\nFE0700\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 013F\nENCODING 319\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 43 3 0\nBITMAP\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF1FC0\nFF1FC0\nFF1FC0\nFF1FC0\nFF1FC0\nFF1FC0\nFF1FC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0140\nENCODING 320\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 19 43 3 0\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 0141\nENCODING 321\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 21 43 0 0\nBITMAP\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE080\n1FE380\n1FEF80\n1FFF80\n1FFF80\n1FFF00\n1FFC00\n3FF000\nFFE000\nFFE000\nFFE000\nFFE000\nDFE000\n9FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FE000\n1FFFF8\n1FFFF8\n1FFFF8\n1FFFF8\n1FFFF8\nENDCHAR\nSTARTCHAR 0142\nENCODING 322\nSWIDTH 303 0\nDWIDTH 16 0\nBBX 14 43 1 0\nBITMAP\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE4\n1FFC\n1FFC\n1FFC\n1FFC\n7FF0\nFFE0\nFFE0\nFFE0\nFFE0\n9FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\n1FE0\nENDCHAR\nSTARTCHAR 0143\nENCODING 323\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 57 3 0\nBITMAP\n000FE0\n000FC0\n001FC0\n001F80\n001F80\n003F00\n003F00\n003E00\n003C00\n007C00\n007800\n000000\n000000\n000000\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFFFCFE\nFEFCFE\nFEFEFE\nFE7EFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\nENDCHAR\nSTARTCHAR 0144\nENCODING 324\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 45 3 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nENDCHAR\nSTARTCHAR 0145\nENCODING 325\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 60 3 -17\nBITMAP\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFFFCFE\nFEFCFE\nFEFEFE\nFE7EFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000E00\n001E00\n001E00\n003C00\n00FC00\n007800\n007000\nENDCHAR\nSTARTCHAR 0146\nENCODING 326\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 48 3 -17\nBITMAP\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\n000000\n000000\n000000\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n003800\n007800\n007800\n00F000\n03F000\n01E000\n01C000\nENDCHAR\nSTARTCHAR 0147\nENCODING 327\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 56 3 0\nBITMAP\n1F83E0\n0F87E0\n0FC7C0\n07CFC0\n07EF80\n03FF80\n03FF00\n01FF00\n01FE00\n000000\n000000\n000000\n000000\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFFFCFE\nFEFCFE\nFEFEFE\nFE7EFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\nENDCHAR\nSTARTCHAR 0148\nENCODING 328\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 44 3 0\nBITMAP\n7E0F80\n3E1F80\n3F1F00\n1F3F00\n1FBE00\n0FFE00\n0FFC00\n07FC00\n07F800\n000000\n000000\n000000\n000000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nENDCHAR\nSTARTCHAR 0149\nENCODING 329\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 49 3 0\nBITMAP\nFC0000\nF80000\nF80000\nF80000\nF80000\nF80000\nF80000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nE00000\n000000\n000000\n000000\n000000\nFE0F80\nFE7FC0\nFEFFE0\nFFFFE0\nFFFFE0\nFF8FE0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nENDCHAR\nSTARTCHAR 014A\nENCODING 330\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 54 3 -12\nBITMAP\nFC00FE\nFC00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF80FE\nFF80FE\nFF80FE\nFFC0FE\nFFC0FE\nFFE0FE\nFFE0FE\nFFF0FE\nFFF0FE\nFFF0FE\nFFF8FE\nFFF8FE\nFFFCFE\nFEFCFE\nFEFEFE\nFEFEFE\nFE7FFE\nFE7FFE\nFE3FFE\nFE3FFE\nFE1FFE\nFE1FFE\nFE0FFE\nFE0FFE\nFE0FFE\nFE07FE\nFE07FE\nFE03FE\nFE03FE\nFE01FE\nFE01FE\nFE00FE\nFE00FE\nFE00FE\nFE007E\nFE007E\nFE007E\n00007E\n0000FE\n0000FE\n0000FC\n0000FC\n0003FC\n001FFC\n001FF8\n001FF8\n001FF0\n001FC0\nENDCHAR\nSTARTCHAR 014B\nENCODING 331\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 20 41 2 -11\nBITMAP\nFF0F80\nFF3FC0\nFFFFE0\nFFFFE0\nFFFFF0\nFF8FF0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\n0007F0\n0007F0\n000FF0\n000FF0\n003FE0\n01FFE0\n01FFC0\n01FF80\n01FF00\n01FC00\nENDCHAR\nSTARTCHAR 014C\nENCODING 332\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 51 3 -1\nBITMAP\n03FFC0\n03FFC0\n03FFC0\n03FFC0\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 014D\nENCODING 333\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 38 2 0\nBITMAP\n0FFF00\n0FFF00\n0FFF00\n0FFF00\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 014E\nENCODING 334\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n0F00E0\n0F00E0\n0F01E0\n0783E0\n07FFC0\n03FF80\n00FE00\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 014F\nENCODING 335\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n3C0380\n3C0380\n3C0780\n1E0F80\n1FFF00\n0FFE00\n03F800\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0150\nENCODING 336\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n00FC7F\n00FC7E\n00F87E\n00F8FC\n01F0F8\n01F0F8\n01E1F0\n01E1E0\n03C1E0\n03C3C0\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0151\nENCODING 337\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 22 45 2 0\nBITMAP\n03F1FC\n03F1F8\n03E1F8\n03E3F0\n07C3E0\n07C3E0\n0787C0\n078780\n0F0780\n0F0F00\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0152\nENCODING 338\nSWIDTH 701 0\nDWIDTH 37 0\nBBX 33 43 3 0\nBITMAP\n00FFFFFF80\n07FFFFFF80\n0FFFFFFF80\n1FFFFFFF80\n3FFFFFFF80\n7FC1FE0000\n7F81FE0000\nFF01FE0000\nFF01FE0000\nFF01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FFFE00\nFE01FFFE00\nFE01FFFE00\nFE01FFFE00\nFE01FFFE00\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFE01FE0000\nFF01FE0000\nFF01FE0000\nFF01FE0000\n7F81FE0000\n7FC1FE0000\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF80\n07FFFFFF80\n00FFFFFF80\nENDCHAR\nSTARTCHAR 0153\nENCODING 339\nSWIDTH 701 0\nDWIDTH 37 0\nBBX 32 32 3 -1\nBITMAP\n03F01FC0\n1FFC7FF0\n3FFEFFF8\n7FFFFFFC\n7FFFFFFC\nFF1FF9FE\nFE0FF0FE\nFE0FF0FE\nFE0FF0FE\nFE0FF07E\nFE0FF07E\nFE0FF07E\nFE0FFFFF\nFE0FFFFF\nFE0FFFFF\nFE0FFFFF\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF07F\nFE0FF07F\nFE0FF07F\nFE0FF0FE\nFE0FF0FE\nFF1FF0FE\n7FFFFFFE\n7FFFFFFE\n3FFEFFFC\n1FFE7FF8\n0FF83FE0\n00800200\nENDCHAR\nSTARTCHAR 0154\nENCODING 340\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 57 3 0\nBITMAP\n0007F000\n0007E000\n000FE000\n000FC000\n000FC000\n001F8000\n001F8000\n001F0000\n001E0000\n003E0000\n003C0000\n00000000\n00000000\n00000000\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\nENDCHAR\nSTARTCHAR 0155\nENCODING 341\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 45 3 0\nBITMAP\n00FE\n00FC\n01FC\n01F8\n01F8\n03F0\n03F0\n03E0\n03C0\n07C0\n0780\n0000\n0000\n0000\nFE1E\nFE3E\nFE7E\nFEFE\nFFFE\nFFFE\nFFFE\nFFC2\nFF80\nFF00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 0156\nENCODING 342\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 60 3 -17\nBITMAP\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\n00000000\n00000000\n00000000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n00070000\n000F0000\n000F0000\n001E0000\n007E0000\n003C0000\n00380000\nENDCHAR\nSTARTCHAR 0157\nENCODING 343\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 48 3 -17\nBITMAP\nFE1E\nFE3E\nFE7E\nFEFE\nFFFE\nFFFE\nFFFE\nFFC2\nFF80\nFF00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n00E0\n01E0\n01E0\n03C0\n0FC0\n0780\n0700\nENDCHAR\nSTARTCHAR 0158\nENCODING 344\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 56 3 0\nBITMAP\n0FC1F000\n07C3F000\n07E3E000\n03E7E000\n03F7C000\n01FFC000\n01FF8000\n00FF8000\n00FF0000\n00000000\n00000000\n00000000\n00000000\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\nENDCHAR\nSTARTCHAR 0159\nENCODING 345\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 16 44 2 0\nBITMAP\nFC1F\n7C3F\n7E3E\n3E7E\n3F7C\n1FFC\n1FF8\n0FF8\n0FF0\n0000\n0000\n0000\n0000\n7F0F\n7F1F\n7F3F\n7F7F\n7FFF\n7FFF\n7FFF\n7FE1\n7FC0\n7F80\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\nENDCHAR\nSTARTCHAR 015A\nENCODING 346\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 58 2 -1\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 015B\nENCODING 347\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 45 1 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 015C\nENCODING 348\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 57 2 -1\nBITMAP\n00FC00\n01FE00\n01FE00\n03FF00\n03FF00\n07CF80\n07CF80\n0F87C0\n0F87C0\n1F07E0\n000000\n000000\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 015D\nENCODING 349\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 44 1 0\nBITMAP\n01F800\n03FC00\n03FC00\n07FE00\n07FE00\n0F9F00\n0F9F00\n1F0F80\n1F0F80\n3E0FC0\n000000\n000000\n000000\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 015E\nENCODING 350\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 58 2 -14\nBITMAP\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n001C00\n001C00\n001C00\n001C00\n001F80\n001FE0\n0003F0\n0001F0\n0001F0\n0003F0\n007FF0\n007FF0\n007FE0\n003F80\nENDCHAR\nSTARTCHAR 015F\nENCODING 351\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 45 1 -14\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\n007000\n007000\n007000\n007000\n007E00\n007F80\n000FC0\n0007C0\n0007C0\n000FC0\n01FFC0\n01FFC0\n01FF80\n00FE00\nENDCHAR\nSTARTCHAR 0160\nENCODING 352\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 57 2 -1\nBITMAP\n1F83E0\n0F87E0\n0FC7C0\n07CFC0\n07EF80\n03FF80\n03FF00\n01FF00\n01FE00\n000000\n000000\n000000\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 0161\nENCODING 353\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 44 1 0\nBITMAP\n7E0F80\n3E1F80\n3F1F00\n1F3F00\n1FBE00\n0FFE00\n0FFC00\n07FC00\n07F800\n000000\n000000\n000000\n000000\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 0162\nENCODING 354\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 57 0 -14\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n001C00\n001C00\n001C00\n001C00\n001F80\n001FE0\n0003F0\n0001F0\n0001F0\n0003F0\n007FF0\n007FF0\n007FE0\n003F80\nENDCHAR\nSTARTCHAR 0163\nENCODING 355\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 18 54 1 -14\nBITMAP\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFFFE00\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FE000\n1FFE00\n0FFE00\n0FFE00\n07FE00\n07FE00\n01FE00\n007000\n007000\n007000\n007000\n007E00\n007F80\n000FC0\n0007C0\n0007C0\n000FC0\n01FFC0\n01FFC0\n01FF80\n00FE00\nENDCHAR\nSTARTCHAR 0164\nENCODING 356\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 56 0 0\nBITMAP\n1F83E0\n0F87E0\n0FC7C0\n07CFC0\n07EF80\n03FF80\n03FF00\n01FF00\n01FE00\n000000\n000000\n000000\n000000\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 0165\nENCODING 357\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 22 49 1 0\nBITMAP\n0000FC\n0000F8\n0000F8\n0000F8\n0000F8\n0000F8\n0000F8\n0000F0\n0000F0\n1FC0F0\n1FC0F0\n1FC0F0\n1FC0F0\n1FC0E0\n1FC000\n1FC000\n1FC000\n1FC000\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFFFE00\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FC000\n1FE000\n1FFE00\n0FFE00\n0FFE00\n07FE00\n07FE00\n01FE00\nENDCHAR\nSTARTCHAR 0166\nENCODING 358\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 43 0 0\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 0167\nENCODING 359\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 15 40 1 0\nBITMAP\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FE0\n1FFE\n0FFE\n0FFE\n07FE\n07FE\n01FE\nENDCHAR\nSTARTCHAR 0168\nENCODING 360\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n010000\n07E0F0\n0FF8F0\n0FFFF0\n1FFFE0\n1FFFE0\n1E1FE0\n1E07C0\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0169\nENCODING 361\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 42 3 0\nBITMAP\n040000\n1F83C0\n3FE3C0\n3FFFC0\n7FFF80\n7FFF80\n787F80\n781F00\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 016A\nENCODING 362\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 51 3 -1\nBITMAP\n03FFC0\n03FFC0\n03FFC0\n03FFC0\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 016B\nENCODING 363\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 38 3 0\nBITMAP\n0FFF00\n0FFF00\n0FFF00\n0FFF00\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 016C\nENCODING 364\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n0F00E0\n0F00E0\n0F01E0\n0783E0\n07FFC0\n03FF80\n00FE00\n000000\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 016D\nENCODING 365\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 42 3 0\nBITMAP\n3C0380\n3C0380\n3C0780\n1E0F80\n1FFF00\n0FFE00\n03F800\n000000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 016E\nENCODING 366\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 60 3 -1\nBITMAP\n000800\n00FF00\n01FF80\n01FFC0\n03C3C0\n0381C0\n0381C0\n03C1C0\n03C3C0\n01FF80\n00FF80\n007E00\n000000\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 016F\nENCODING 367\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 47 3 0\nBITMAP\n004000\n07F800\n0FFC00\n0FFE00\n1E1E00\n1C0E00\n1C0E00\n1E0E00\n1E1E00\n0FFC00\n07FC00\n03F000\n000000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 0170\nENCODING 368\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n00FC7F\n00FC7E\n00F87E\n00F8FC\n01F0F8\n01F0F8\n01E1F0\n01E1E0\n03C1E0\n03C3C0\n000000\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0171\nENCODING 369\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 45 3 0\nBITMAP\n07E3F8\n07E3F0\n07C3F0\n07C7E0\n0F87C0\n0F87C0\n0F0F80\n0F0F00\n1E0F00\n1E1E00\n000000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 0172\nENCODING 370\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 56 3 -13\nBITMAP\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n003C00\n007800\n00F800\n01F000\n01F000\n03E000\n03E000\n03E000\n03F000\n03FF80\n03FF00\n01FF00\n007F00\nENDCHAR\nSTARTCHAR 0173\nENCODING 371\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 44 3 -13\nBITMAP\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\n000780\n000F00\n001F00\n003E00\n003E00\n007C00\n007C00\n007C00\n007E00\n007FF0\n007FE0\n003FE0\n000FE0\nENDCHAR\nSTARTCHAR 0174\nENCODING 372\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 34 56 2 0\nBITMAP\n0003F00000\n0007F80000\n0007F80000\n000FFC0000\n000FFC0000\n001F3E0000\n001F3E0000\n003E1F0000\n003E1F0000\n007C1F8000\n0000000000\n0000000000\n0000000000\nFC01F00FC0\nFE01F00FC0\nFE03F00FC0\nFE03F01FC0\nFE03F01FC0\n7E03F81FC0\n7E03F81F80\n7E07F81F80\n7E07F81F80\n7F07F81F80\n7F07FC1F80\n7F07FC3F80\n3F07FC3F80\n3F0FFC3F00\n3F0FFC3F00\n3F0FFC3F00\n3F0FFE3F00\n3F8FFE3F00\n3F9F7E3F00\n1F9F3E7F00\n1F9F3E7E00\n1F9F3F7E00\n1F9F3F7E00\n1F9E3F7E00\n1FBE1F7E00\n1FFE1F7E00\n0FFE1FFE00\n0FFE1FFC00\n0FFE1FFC00\n0FFC1FFC00\n0FFC0FFC00\n0FFC0FFC00\n0FFC0FFC00\n07FC0FFC00\n07F80FF800\n07F807F800\n07F807F800\n07F807F800\n07F807F800\n07F007F800\n03F007F800\n03F003F000\n03F003F000\nENDCHAR\nSTARTCHAR 0175\nENCODING 373\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 29 44 1 0\nBITMAP\n000FC000\n001FE000\n001FE000\n003FF000\n003FF000\n007CF800\n007CF800\n00F87C00\n00F87C00\n01F07E00\n00000000\n00000000\n00000000\nFC0FC0F8\nFC0FC1F8\nFE0FC1F8\nFE0FC1F8\n7E1FC1F0\n7E1FC1F0\n7E1FE1F0\n7E1FE1F0\n7E1FE3F0\n7F1FE3F0\n3F3FE3F0\n3F3FE3E0\n3F3FF3E0\n3F3FF3E0\n3F3DF7E0\n3F3DF7E0\n1F3CF7E0\n1FFCF7C0\n1FFCFFC0\n1FF8FFC0\n1FF8FFC0\n1FF8FFC0\n0FF87FC0\n0FF87FC0\n0FF07F80\n0FF07F80\n0FF07F80\n0FF03F80\n07F03F80\n07E03F80\n07E03F00\nENDCHAR\nSTARTCHAR 0176\nENCODING 374\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 56 0 0\nBITMAP\n003F0000\n007F8000\n007F8000\n00FFC000\n00FFC000\n01F3E000\n01F3E000\n03E1F000\n03E1F000\n07C1F800\n00000000\n00000000\n00000000\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 0177\nENCODING 375\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 52 0 -8\nBITMAP\n00FC00\n01FE00\n01FE00\n03FF00\n03FF00\n07CF80\n07CF80\n0F87C0\n0F87C0\n1F07E0\n000000\n000000\n000000\nFF03FC\n7F03F8\n7F03F8\n7F03F8\n7F03F8\n3F83F0\n3F87F0\n3F87F0\n3F87F0\n1F87F0\n1FC7E0\n1FC7E0\n1FC7E0\n0FCFE0\n0FCFC0\n0FEFC0\n0FEFC0\n07EFC0\n07EF80\n07FF80\n03FF80\n03FF80\n03FF80\n03FF00\n01FF00\n01FF00\n01FF00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n1FFC00\n1FF800\n1FF000\n1FE000\n1F0000\nENDCHAR\nSTARTCHAR 0178\nENCODING 376\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 54 0 0\nBITMAP\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n07E1F800\n00000000\n00000000\n00000000\n00000000\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 0179\nENCODING 377\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 57 2 0\nBITMAP\n001FC0\n001F80\n003F80\n003F00\n003F00\n007E00\n007E00\n007C00\n007800\n00F800\n00F000\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000FE0\n001FC0\n001FC0\n003FC0\n003F80\n003F80\n007F80\n007F00\n007F00\n00FE00\n00FE00\n00FE00\n01FC00\n01FC00\n01FC00\n03F800\n03F800\n07F800\n07F000\n07F000\n0FF000\n0FE000\n0FE000\n1FE000\n1FC000\n1FC000\n3FC000\n3F8000\n3F8000\n7F8000\n7F0000\nFF0000\nFE0000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 017A\nENCODING 378\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 45 2 0\nBITMAP\n007F\n007E\n00FE\n00FC\n00FC\n01F8\n01F8\n01F0\n01E0\n03E0\n03C0\n0000\n0000\n0000\n7FFF\n7FFF\n7FFF\n7FFF\n7FFF\n00FF\n00FE\n00FE\n01FC\n01FC\n03FC\n03F8\n03F8\n07F0\n07F0\n0FE0\n0FE0\n1FE0\n1FC0\n1FC0\n3F80\n3F80\n7F80\n7F00\n7F00\nFE00\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 017B\nENCODING 379\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 54 2 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000FE0\n001FC0\n001FC0\n003FC0\n003F80\n003F80\n007F80\n007F00\n007F00\n00FE00\n00FE00\n00FE00\n01FC00\n01FC00\n01FC00\n03F800\n03F800\n07F800\n07F000\n07F000\n0FF000\n0FE000\n0FE000\n1FE000\n1FC000\n1FC000\n3FC000\n3F8000\n3F8000\n7F8000\n7F0000\nFF0000\nFE0000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 017C\nENCODING 380\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 42 2 0\nBITMAP\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0000\n0000\n0000\n0000\n7FFF\n7FFF\n7FFF\n7FFF\n7FFF\n00FF\n00FE\n00FE\n01FC\n01FC\n03FC\n03F8\n03F8\n07F0\n07F0\n0FE0\n0FE0\n1FE0\n1FC0\n1FC0\n3F80\n3F80\n7F80\n7F00\n7F00\nFE00\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 017D\nENCODING 381\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 56 2 0\nBITMAP\n7E0F80\n3E1F80\n3F1F00\n1F3F00\n1FBE00\n0FFE00\n0FFC00\n07FC00\n07F800\n000000\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000FE0\n001FC0\n001FC0\n003FC0\n003F80\n003F80\n007F80\n007F00\n007F00\n00FE00\n00FE00\n00FE00\n01FC00\n01FC00\n01FC00\n03F800\n03F800\n07F800\n07F000\n07F000\n0FF000\n0FE000\n0FE000\n1FE000\n1FC000\n1FC000\n3FC000\n3F8000\n3F8000\n7F8000\n7F0000\nFF0000\nFE0000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 017E\nENCODING 382\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 44 2 0\nBITMAP\nFC1F\n7C3F\n7E3E\n3E7E\n3F7C\n1FFC\n1FF8\n0FF8\n0FF0\n0000\n0000\n0000\n0000\n7FFF\n7FFF\n7FFF\n7FFF\n7FFF\n00FF\n00FE\n00FE\n01FC\n01FC\n03FC\n03F8\n03F8\n07F0\n07F0\n0FE0\n0FE0\n1FE0\n1FC0\n1FC0\n3F80\n3F80\n7F80\n7F00\n7F00\nFE00\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 0192\nENCODING 402\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 20 49 1 -7\nBITMAP\n0007F0\n001FF0\n003FF0\n007FF0\n007FF0\n00FF00\n00FF00\n00FE00\n00FE00\n00FE00\n00FE00\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n03FC00\n03FC00\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n07F800\n07F800\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n0FF000\n0FF000\n1FE000\nFFE000\nFFE000\nFFC000\nFF8000\nFE0000\nENDCHAR\nSTARTCHAR 01C4\nENCODING 452\nSWIDTH 985 0\nDWIDTH 52 0\nBBX 47 56 3 0\nBITMAP\n00000007E0F8\n00000003E1F8\n00000003F1F0\n00000001F3F0\n00000001FBE0\n00000000FFE0\n00000000FFC0\n000000007FC0\n000000007F80\n000000000000\n000000000000\n000000000000\n000000000000\nFFFE000FFFFE\nFFFFE00FFFFE\nFFFFF00FFFFE\nFFFFF80FFFFE\nFFFFFC0FFFFE\nFF07FC0000FE\nFF01FE0001FC\nFF01FE0001FC\nFF00FE0003FC\nFF00FF0003F8\nFF00FF0003F8\nFF00FF0007F8\nFF00FF0007F0\nFF00FF0007F0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF003F80\nFF00FF003F80\nFF00FF007F80\nFF00FF007F00\nFF00FF007F00\nFF00FF00FF00\nFF00FF00FE00\nFF00FF00FE00\nFF00FF01FE00\nFF00FF01FC00\nFF00FF01FC00\nFF00FF03FC00\nFF00FF03F800\nFF00FE03F800\nFF01FE07F800\nFF01FE07F000\nFF01FE0FF000\nFF07FC0FE000\nFFFFFC0FFFFE\nFFFFF80FFFFE\nFFFFF00FFFFE\nFFFFC00FFFFE\nFFFF000FFFFE\nENDCHAR\nSTARTCHAR 01C5\nENCODING 453\nSWIDTH 928 0\nDWIDTH 49 0\nBBX 44 44 3 0\nBITMAP\n0000000FC1F0\nFFFE0007C3F0\nFFFFE007E3E0\nFFFFF003E7E0\nFFFFF803F7C0\nFFFFFC01FFC0\nFF07FC01FF80\nFF01FE00FF80\nFF01FE00FF00\nFF00FE000000\nFF00FF000000\nFF00FF000000\nFF00FF000000\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF000FF0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF003FC0\nFF00FF003F80\nFF00FF003F80\nFF00FF007F00\nFF00FF007F00\nFF00FF00FE00\nFF00FF00FE00\nFF00FF01FE00\nFF00FF01FC00\nFF00FF01FC00\nFF00FF03F800\nFF00FE03F800\nFF01FE07F800\nFF01FE07F000\nFF01FE07F000\nFF07FC0FE000\nFFFFFC0FFFF0\nFFFFF80FFFF0\nFFFFF00FFFF0\nFFFFC00FFFF0\nFFFF000FFFF0\nENDCHAR\nSTARTCHAR 01C6\nENCODING 454\nSWIDTH 852 0\nDWIDTH 45 0\nBBX 41 44 2 0\nBITMAP\n0000007E0F80\n0007F03E1F80\n0007F03F1F00\n0007F01F3F00\n0007F01FBE00\n0007F00FFE00\n0007F00FFC00\n0007F007FC00\n0007F007F800\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n07C7F03FFF80\n1FF7F03FFF80\n3FFFF03FFF80\n3FFFF03FFF80\n7FFFF03FFF80\n7F8FF0007F80\n7F07F0007F00\n7F07F0007F00\nFF07F000FE00\nFF07F000FE00\nFF07F001FE00\nFF07F001FC00\nFF07F001FC00\nFF07F003F800\nFF07F003F800\nFF07F007F000\nFF07F007F000\nFF07F00FF000\nFF07F00FE000\nFF07F00FE000\nFF07F01FC000\nFF07F01FC000\nFF07F03FC000\nFF07F03F8000\n7F07F03F8000\n7F8FF07F0000\n7FFFF07FFF80\n3FFFF07FFF80\n3FFFF07FFF80\n1FF7F07FFF80\n07C7F07FFF80\nENDCHAR\nSTARTCHAR 01C7\nENCODING 455\nSWIDTH 738 0\nDWIDTH 39 0\nBBX 33 44 3 -1\nBITMAP\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF0000FF80\nFFFFDFFF00\nFFFFDFFF00\nFFFFDFFE00\nFFFFDFFC00\nFFFFDFF800\n00001E0000\nENDCHAR\nSTARTCHAR 01C8\nENCODING 456\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 51 3 -8\nBITMAP\nFF000000\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF000000\nFF000000\nFF000000\nFF000000\nFF000000\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0003FC\nFFFFC3FC\nFFFFC3FC\nFFFFC3FC\nFFFFC3FC\nFFFFC3FC\n000003FC\n000003FC\n000007F8\n00003FF8\n00003FF8\n00003FF0\n00003FE0\n00003F80\nENDCHAR\nSTARTCHAR 01C9\nENCODING 457\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 21 51 3 -8\nBITMAP\nFE0000\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\nFE07F8\n0007F8\n0007F8\n000FF0\n007FF0\n007FF0\n007FE0\n007FC0\n007F00\nENDCHAR\nSTARTCHAR 01CA\nENCODING 458\nSWIDTH 871 0\nDWIDTH 46 0\nBBX 40 44 3 -1\nBITMAP\nFC00FE00FF\nFC00FE00FF\nFE00FE00FF\nFE00FE00FF\nFF00FE00FF\nFF00FE00FF\nFF00FE00FF\nFF80FE00FF\nFF80FE00FF\nFFC0FE00FF\nFFC0FE00FF\nFFE0FE00FF\nFFE0FE00FF\nFFE0FE00FF\nFFF0FE00FF\nFFF0FE00FF\nFFF8FE00FF\nFFF8FE00FF\nFFFCFE00FF\nFFFCFE00FF\nFEFCFE00FF\nFEFEFE00FF\nFE7EFE00FF\nFE7FFE00FF\nFE7FFE00FF\nFE3FFE00FF\nFE3FFE00FF\nFE1FFE00FF\nFE1FFE00FF\nFE0FFE00FF\nFE0FFE00FF\nFE0FFE00FF\nFE07FE00FF\nFE07FE00FF\nFE03FE00FF\nFE03FE00FF\nFE01FE00FF\nFE01FE01FF\nFE00FE3FFE\nFE00FE3FFE\nFE00FE3FFC\nFE007E3FF8\nFE007E3FF0\n0000003C00\nENDCHAR\nSTARTCHAR 01CB\nENCODING 459\nSWIDTH 795 0\nDWIDTH 42 0\nBBX 37 51 3 -8\nBITMAP\nFC00FE0000\nFC00FE07F8\nFE00FE07F8\nFE00FE07F8\nFF00FE07F8\nFF00FE07F8\nFF00FE07F8\nFF80FE0000\nFF80FE0000\nFFC0FE0000\nFFC0FE0000\nFFE0FE0000\nFFE0FE07F8\nFFE0FE07F8\nFFF0FE07F8\nFFF0FE07F8\nFFF8FE07F8\nFFF8FE07F8\nFFFCFE07F8\nFFFCFE07F8\nFEFCFE07F8\nFEFEFE07F8\nFE7EFE07F8\nFE7FFE07F8\nFE7FFE07F8\nFE3FFE07F8\nFE3FFE07F8\nFE1FFE07F8\nFE1FFE07F8\nFE0FFE07F8\nFE0FFE07F8\nFE0FFE07F8\nFE07FE07F8\nFE07FE07F8\nFE03FE07F8\nFE03FE07F8\nFE01FE07F8\nFE01FE07F8\nFE00FE07F8\nFE00FE07F8\nFE00FE07F8\nFE007E07F8\nFE007E07F8\n00000007F8\n00000007F8\n0000000FF0\n0000007FF0\n0000007FF0\n0000007FE0\n0000007FC0\n0000007F00\nENDCHAR\nSTARTCHAR 01CC\nENCODING 460\nSWIDTH 738 0\nDWIDTH 39 0\nBBX 33 50 3 -8\nBITMAP\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFE0F807F80\nFE7FC07F80\nFEFFE07F80\nFFFFE07F80\nFFFFE07F80\nFF8FE07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\nFE0FF07F80\n0000007F80\n0000007F80\n000000FF00\n000007FF00\n000007FF00\n000007FE00\n000007FC00\n000007F000\nENDCHAR\nSTARTCHAR 01F1\nENCODING 497\nSWIDTH 985 0\nDWIDTH 52 0\nBBX 47 43 3 0\nBITMAP\nFFFE000FFFFE\nFFFFE00FFFFE\nFFFFF00FFFFE\nFFFFF80FFFFE\nFFFFFC0FFFFE\nFF07FC0000FE\nFF01FE0001FC\nFF01FE0001FC\nFF00FE0003FC\nFF00FF0003F8\nFF00FF0003F8\nFF00FF0007F8\nFF00FF0007F0\nFF00FF0007F0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF003F80\nFF00FF003F80\nFF00FF007F80\nFF00FF007F00\nFF00FF007F00\nFF00FF00FF00\nFF00FF00FE00\nFF00FF00FE00\nFF00FF01FE00\nFF00FF01FC00\nFF00FF01FC00\nFF00FF03FC00\nFF00FF03F800\nFF00FE03F800\nFF01FE07F800\nFF01FE07F000\nFF01FE0FF000\nFF07FC0FE000\nFFFFFC0FFFFE\nFFFFF80FFFFE\nFFFFF00FFFFE\nFFFFC00FFFFE\nFFFF000FFFFE\nENDCHAR\nSTARTCHAR 01F2\nENCODING 498\nSWIDTH 928 0\nDWIDTH 49 0\nBBX 44 43 3 0\nBITMAP\nFFFE00000000\nFFFFE0000000\nFFFFF0000000\nFFFFF8000000\nFFFFFC000000\nFF07FC000000\nFF01FE000000\nFF01FE000000\nFF00FE000000\nFF00FF000000\nFF00FF000000\nFF00FF000000\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF07FFF0\nFF00FF000FF0\nFF00FF000FE0\nFF00FF000FE0\nFF00FF001FC0\nFF00FF001FC0\nFF00FF003FC0\nFF00FF003F80\nFF00FF003F80\nFF00FF007F00\nFF00FF007F00\nFF00FF00FE00\nFF00FF00FE00\nFF00FF01FE00\nFF00FF01FC00\nFF00FF01FC00\nFF00FF03F800\nFF00FE03F800\nFF01FE07F800\nFF01FE07F000\nFF01FE07F000\nFF07FC0FE000\nFFFFFC0FFFF0\nFFFFF80FFFF0\nFFFFF00FFFF0\nFFFFC00FFFF0\nFFFF000FFFF0\nENDCHAR\nSTARTCHAR 01F3\nENCODING 499\nSWIDTH 852 0\nDWIDTH 45 0\nBBX 41 43 2 0\nBITMAP\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n0007F0000000\n07C7F03FFF80\n1FF7F03FFF80\n3FFFF03FFF80\n3FFFF03FFF80\n7FFFF03FFF80\n7F8FF0007F80\n7F07F0007F00\n7F07F0007F00\nFF07F000FE00\nFF07F000FE00\nFF07F001FE00\nFF07F001FC00\nFF07F001FC00\nFF07F003F800\nFF07F003F800\nFF07F007F000\nFF07F007F000\nFF07F00FF000\nFF07F00FE000\nFF07F00FE000\nFF07F01FC000\nFF07F01FC000\nFF07F03FC000\nFF07F03F8000\n7F07F03F8000\n7F8FF07F0000\n7FFFF07FFF80\n3FFFF07FFF80\n3FFFF07FFF80\n1FF7F07FFF80\n07C7F07FFF80\nENDCHAR\nSTARTCHAR 01F4\nENCODING 500\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 58 3 -1\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\n7F81FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE0FFF\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFE007F\nFF007F\nFF00FF\nFF00FF\nFF00FF\n7F81FF\n7FFFFF\n7FFFFF\n3FFFFF\n1FFFBF\n0FFF1F\n03FE1F\n002000\nENDCHAR\nSTARTCHAR 01F5\nENCODING 501\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 24 55 1 -9\nBITMAP\n0007F0\n0007E0\n000FE0\n000FC0\n000FC0\n001F80\n001F80\n001F00\n001E00\n003E00\n003C00\n000000\n000000\n000000\n000002\n01FC0E\n07FF1E\n0FFFBF\n1FFFFF\n1FFFFC\n3F87F0\n3F87E0\n3F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n7F03F0\n3F03F0\n3F87F0\n3F87F0\n1FFFE0\n1FFFE0\n0FFFC0\n0FFF80\n1EFE00\n3E0000\n7E0000\n7F8000\n7FFF80\n7FFFE0\n3FFFF8\n0FFFF8\n1FFFFC\n3F01FC\n7E00FC\n7E007C\nFE00FC\nFF01FC\nFFFFFC\nFFFFF8\n7FFFF8\n3FFFE0\n07FF80\nENDCHAR\nSTARTCHAR 0200\nENCODING 512\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 56 1 0\nBITMAP\n7E3F0000\n3F1F0000\n3F1F8000\n1F0F8000\n1F8F8000\n0F878000\n0787C000\n07C3C000\n03C3C000\n03C3C000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0201\nENCODING 513\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 22 44 0 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n007F00\n03FFC0\n07FFE0\n0FFFF0\n0FFFF8\n1FE7F8\n1FC3F8\n1FC3F8\n1FC3F8\n3F83F8\n0003F8\n0003F8\n000FF8\n003FF8\n00FFF8\n03FFF8\n07FBF8\n0FF3F8\n1FE3F8\n1FC3F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3FC7F8\n1FFFFC\n1FFDFC\n0FFDFC\n07F9FC\n03E1FC\nENDCHAR\nSTARTCHAR 0202\nENCODING 514\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 54 1 0\nBITMAP\n003F0000\n00FFC000\n01FFE000\n03E1E000\n03C0E000\n03C0F000\n0380F000\n00000000\n00000000\n00000000\n00000000\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0203\nENCODING 515\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n01F800\n07FE00\n0FFF00\n1F0F00\n1E0700\n1E0780\n1C0780\n000000\n000000\n000000\n000000\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 0204\nENCODING 516\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 20 56 1 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FFFC0\n3FFFC0\n3FFFC0\n3FFFC0\n3FFFC0\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FC000\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\nENDCHAR\nSTARTCHAR 0205\nENCODING 517\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 22 44 0 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n00FF00\n03FFC0\n07FFE0\n0FFFF0\n1FFFF0\n1FE7F8\n1FC3F8\n3FC3F8\n3F81F8\n3F81F8\n3F81F8\n3F81F8\n3FFFFC\n3FFFFC\n3FFFFC\n3FFFFC\n3F8000\n3F8000\n3F8000\n3F8000\n3F81F8\n3F81F8\n3F81F8\n1FC3F8\n1FC3F8\n1FC3F8\n1FFFF8\n0FFFF0\n07FFE0\n03FFC0\n00FF00\nENDCHAR\nSTARTCHAR 0206\nENCODING 518\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 54 3 0\nBITMAP\n01F800\n07FE00\n0FFF00\n1F0F00\n1E0700\n1E0780\n1C0780\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0207\nENCODING 519\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n01F800\n07FE00\n0FFF00\n1F0F00\n1E0700\n1E0780\n1C0780\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0208\nENCODING 520\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 17 56 -4 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 0209\nENCODING 521\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 17 44 -5 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\nENDCHAR\nSTARTCHAR 020A\nENCODING 522\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 14 54 1 0\nBITMAP\n0FC0\n3FF0\n7FF8\nF878\nF038\nF03C\nE03C\n0000\n0000\n0000\n0000\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\n3FC0\nENDCHAR\nSTARTCHAR 020B\nENCODING 523\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 14 42 0 0\nBITMAP\n0FC0\n3FF0\n7FF8\nF878\nF038\nF03C\nE03C\n0000\n0000\n0000\n0000\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nENDCHAR\nSTARTCHAR 020C\nENCODING 524\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 020D\nENCODING 525\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 22 44 0 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n00FF00\n03FFC0\n07FFE0\n0FFFF0\n1FFFF8\n1FE7F8\n1FC3F8\n3FC3FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3F81FC\n3FC3FC\n1FC3F8\n1FE7F8\n1FFFF8\n0FFFF0\n07FFE0\n03FFC0\n00FF00\nENDCHAR\nSTARTCHAR 020E\nENCODING 526\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n007E00\n01FF80\n03FFC0\n07C3C0\n0781C0\n0781E0\n0701E0\n000000\n000000\n000000\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 020F\nENCODING 527\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 42 2 0\nBITMAP\n01F800\n07FE00\n0FFF00\n1F0F00\n1E0700\n1E0780\n1C0780\n000000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0210\nENCODING 528\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 56 3 0\nBITMAP\n7E3F0000\n3F1F0000\n3F1F8000\n1F0F8000\n1F8F8000\n0F878000\n0787C000\n07C3C000\n03C3C000\n03C3C000\n00000000\n00000000\n00000000\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\nENDCHAR\nSTARTCHAR 0211\nENCODING 529\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 19 44 -1 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n0FE1E0\n0FE3E0\n0FE7E0\n0FEFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFC20\n0FF800\n0FF000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\nENDCHAR\nSTARTCHAR 0212\nENCODING 530\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 54 3 0\nBITMAP\n003F0000\n00FFC000\n01FFE000\n03E1E000\n03C0E000\n03C0F000\n0380F000\n00000000\n00000000\n00000000\n00000000\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FE00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FE00\nFF00FE00\nFF01FE00\nFF07FE00\nFFFFFC00\nFFFFF800\nFFFFF000\nFFFFE000\nFFFFE000\nFF0FE000\nFF0FE000\nFF0FF000\nFF0FF000\nFF07F000\nFF07F800\nFF07F800\nFF07F800\nFF03F800\nFF03FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF00FF00\nFF00FF80\nENDCHAR\nSTARTCHAR 0213\nENCODING 531\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 42 3 0\nBITMAP\n07E0\n1FF8\n3FFC\n7C3C\n781C\n781E\n701E\n0000\n0000\n0000\n0000\nFE1E\nFE3E\nFE7E\nFEFE\nFFFE\nFFFE\nFFFE\nFFC2\nFF80\nFF00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 0214\nENCODING 532\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0215\nENCODING 533\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 44 1 0\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\n000000\n000000\n000000\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F83F8\n3F8FF8\n3FFFF8\n3FFFF8\n3FFBF8\n1FF3F8\n0FC3F8\nENDCHAR\nSTARTCHAR 0216\nENCODING 534\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 55 3 -1\nBITMAP\n007E00\n01FF80\n03FFC0\n07C3C0\n0781C0\n0781E0\n0701E0\n000000\n000000\n000000\n000000\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F01FE\n7F81FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0217\nENCODING 535\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 42 3 0\nBITMAP\n01F800\n07FE00\n0FFF00\n1F0F00\n1E0700\n1E0780\n1C0780\n000000\n000000\n000000\n000000\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE3FE0\nFFFFE0\nFFFFE0\nFFEFE0\n7FCFE0\n3F0FE0\nENDCHAR\nSTARTCHAR 0218\nENCODING 536\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 62 2 -18\nBITMAP\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000E00\n001E00\n001E00\n003C00\n00FC00\n007800\n007000\nENDCHAR\nSTARTCHAR 0219\nENCODING 537\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 49 1 -18\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\n000000\n000000\n000000\n000000\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n003800\n007800\n007800\n00F000\n03F000\n01E000\n01C000\nENDCHAR\nSTARTCHAR 021A\nENCODING 538\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 60 0 -17\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000E00\n001E00\n001E00\n003C00\n00FC00\n007800\n007000\nENDCHAR\nSTARTCHAR 021B\nENCODING 539\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 58 1 -18\nBITMAP\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FE0\n1FFE\n0FFE\n0FFE\n07FE\n07FE\n01FE\n0000\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n00E0\n01E0\n01E0\n03C0\n0FC0\n0780\n0700\nENDCHAR\nSTARTCHAR 0237\nENCODING 567\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 40 -1 -9\nBITMAP\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n1FE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 02BC\nENCODING 700\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 6 14 6 29\nBITMAP\nFC\nF8\nF8\nF8\nF8\nF8\nF8\nF0\nF0\nF0\nF0\nF0\nF0\nE0\nENDCHAR\nSTARTCHAR 02C6\nENCODING 710\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 10 2 33\nBITMAP\n07E0\n0FF0\n0FF0\n1FF8\n1FF8\n3E7C\n3E7C\n7C3E\n7C3E\nF83F\nENDCHAR\nSTARTCHAR 02C7\nENCODING 711\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 9 2 34\nBITMAP\nF83F\nFC3E\n7C7E\n7E7C\n3EFC\n3FF8\n1FF8\n1FF0\n0FF0\nENDCHAR\nSTARTCHAR 02D8\nENCODING 728\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 14 7 2 36\nBITMAP\nE03C\nF03C\nF03C\nF878\n7FF8\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR 02D9\nENCODING 729\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 7 -4 3\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 189 0\nDWIDTH 10 0\nBBX 12 12 -1 32\nBITMAP\n0200\n3FC0\n7FE0\n7FF0\nF0F0\nE070\nE070\nF070\nF0F0\n7FE0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 02DB\nENCODING 731\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 11 13 0 -13\nBITMAP\n0F00\n1E00\n3E00\n7C00\n7C00\nF800\nF800\nF800\nFC00\nFFE0\nFFC0\n7FC0\n1FC0\nENDCHAR\nSTARTCHAR 02DC\nENCODING 732\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 8 3 36\nBITMAP\n080000\n3F0780\n7FC780\n7FFF80\nFFFF00\nFFFF00\nF0FF00\nF03E00\nENDCHAR\nSTARTCHAR 02DD\nENCODING 733\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 18 10 4 33\nBITMAP\n3F1FC0\n3F1F80\n3E1F80\n3E3F00\n7C3E00\n7C3E00\n787C00\n787800\nF07800\nF0F000\nENDCHAR\nSTARTCHAR 0300\nENCODING 768\nSWIDTH 94 0\nDWIDTH 5 0\nBBX 10 11 -1 32\nBITMAP\nFE00\n7F00\n7F00\n3F00\n3F00\n1F80\n0F80\n0F80\n07C0\n07C0\n03C0\nENDCHAR\nSTARTCHAR 0301\nENCODING 769\nSWIDTH 94 0\nDWIDTH 5 0\nBBX 10 11 0 32\nBITMAP\n1FC0\n1F80\n3F80\n3F00\n3F00\n7E00\n7E00\n7C00\n7800\nF800\nF000\nENDCHAR\nSTARTCHAR 0302\nENCODING 770\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 16 10 2 33\nBITMAP\n07E0\n0FF0\n0FF0\n1FF8\n1FF8\n3E7C\n3E7C\n7C3E\n7C3E\nF83F\nENDCHAR\nSTARTCHAR 0303\nENCODING 771\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 8 3 36\nBITMAP\n080000\n3F0780\n7FC780\n7FFF80\nFFFF00\nFFFF00\nF0FF00\nF03E00\nENDCHAR\nSTARTCHAR 0304\nENCODING 772\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 4 1 39\nBITMAP\nFFF0\nFFF0\nFFF0\nFFF0\nENDCHAR\nSTARTCHAR 0306\nENCODING 774\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 7 1 36\nBITMAP\nF00E\nF00E\n701E\n783E\n7FFC\n3FF8\n0FE0\nENDCHAR\nSTARTCHAR 0307\nENCODING 775\nSWIDTH 75 0\nDWIDTH 4 0\nBBX 7 7 -1 36\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 0308\nENCODING 776\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 16 7 3 36\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nENDCHAR\nSTARTCHAR 030A\nENCODING 778\nSWIDTH 189 0\nDWIDTH 10 0\nBBX 12 12 -1 32\nBITMAP\n0200\n3FC0\n7FE0\n7FF0\nF0F0\nE070\nE070\nF070\nF0F0\n7FE0\n3FE0\n1F80\nENDCHAR\nSTARTCHAR 030C\nENCODING 780\nSWIDTH 132 0\nDWIDTH 7 0\nBBX 16 9 -3 34\nBITMAP\nFC1F\n7C3F\n7E3E\n3E7E\n3F7C\n1FFC\n1FF8\n0FF8\n0FF0\nENDCHAR\nSTARTCHAR 030F\nENCODING 783\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 17 10 1 33\nBITMAP\nFC7E00\n7E3E00\n7E3F00\n3E1F00\n3F1F00\n1F0F00\n0F0F80\n0F8780\n078780\n078780\nENDCHAR\nSTARTCHAR 0311\nENCODING 785\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 14 7 2 36\nBITMAP\n0FC0\n3FF0\n7FF8\nF878\nF038\nF03C\nE03C\nENDCHAR\nSTARTCHAR 0326\nENCODING 806\nSWIDTH 170 0\nDWIDTH 9 0\nBBX 7 14 1 -16\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n0E\n1E\n1E\n3C\nFC\n78\n70\nENDCHAR\nSTARTCHAR 03A0\nENCODING 928\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 43 3 0\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nENDCHAR\nSTARTCHAR 03C0\nENCODING 960\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 27 32 1 -1\nBITMAP\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FE00\n1FE0FF00\n1FE0FFE0\n1FE0FFE0\n1FE07FE0\n1FE03FC0\n1FE00FC0\n00000020\nENDCHAR\nSTARTCHAR 0400\nENCODING 1024\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 57 3 0\nBITMAP\n7F0000\n3F8000\n3F8000\n1F8000\n1F8000\n0FC000\n07C000\n07C000\n03E000\n03E000\n01E000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0401\nENCODING 1025\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 54 3 0\nBITMAP\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n7E1F80\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0402\nENCODING 1026\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 29 43 0 0\nBITMAP\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC7E00\n03FDFF80\n03FFFFE0\n03FFFFF0\n03FFFFF0\n03FF0FF8\n03FC07F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC03F8\n03FC07F8\n03FC07F8\n03FC1FF0\n03FC7FF0\n03FC7FE0\n03FC7FC0\n03FC7F80\n03FC7E00\nENDCHAR\nSTARTCHAR 0403\nENCODING 1027\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 57 3 0\nBITMAP\n003F80\n003F00\n007F00\n007E00\n007E00\n00FC00\n00FC00\n00F800\n00F000\n01F000\n01E000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0404\nENCODING 1028\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 23 45 3 -1\nBITMAP\n001000\n03FF80\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0405\nENCODING 1029\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 45 2 -1\nBITMAP\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 0406\nENCODING 1030\nSWIDTH 265 0\nDWIDTH 14 0\nBBX 8 43 3 0\nBITMAP\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 0407\nENCODING 1031\nSWIDTH 265 0\nDWIDTH 14 0\nBBX 16 54 -1 0\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\n0000\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\nENDCHAR\nSTARTCHAR 0408\nENCODING 1032\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 14 44 0 -1\nBITMAP\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n07FC\n07F8\nFFF8\nFFF8\nFFF0\nFFE0\nFFC0\nF000\nENDCHAR\nSTARTCHAR 0409\nENCODING 1033\nSWIDTH 871 0\nDWIDTH 46 0\nBBX 43 43 1 0\nBITMAP\n00FFFFF80000\n00FFFFF80000\n00FFFFF80000\n00FFFFF80000\n00FFFFF80000\n00FFFFF80000\n00FE07F80000\n00FE07F80000\n00FE07F80000\n01FE07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07F80000\n01FC07FFE000\n01FC07FFFC00\n01FC07FFFE00\n01FC07FFFF80\n03FC07FFFF80\n03F807F8FFC0\n03F807F83FC0\n03F807F81FE0\n03FC07F81FE0\n03F807F80FE0\n03F807F80FE0\n03F807F80FE0\n03F807F80FE0\n03F807F80FE0\n07F807F80FE0\n07F807F80FE0\n07F007F81FE0\n0FF007F81FE0\n0FF007F83FC0\n3FE007F87FC0\nFFE007FFFF80\nFFC007FFFF00\nFF8007FFFE00\nFF0007FFFC00\nFC0007FFE000\nENDCHAR\nSTARTCHAR 040A\nENCODING 1034\nSWIDTH 814 0\nDWIDTH 43 0\nBBX 38 43 3 0\nBITMAP\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFF00FF0000\nFFFFFF0000\nFFFFFFFC00\nFFFFFFFF80\nFFFFFFFFE0\nFFFFFFFFF0\nFFFFFFFFF0\nFF00FF0FF8\nFF00FF07F8\nFF00FF03FC\nFF00FF03FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF01FC\nFF00FF03FC\nFF00FF07F8\nFF00FF0FF8\nFF00FFFFF0\nFF00FFFFF0\nFF00FFFFC0\nFF00FFFF80\nFF00FFFC00\nENDCHAR\nSTARTCHAR 040B\nENCODING 1035\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 26 43 0 0\nBITMAP\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FC0000\n03FCFE00\n03FFFF00\n03FFFF80\n03FFFFC0\n03FF3FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\n03FC1FC0\nENDCHAR\nSTARTCHAR 040C\nENCODING 1036\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 57 3 0\nBITMAP\n0003F800\n0003F000\n0007F000\n0007E000\n0007E000\n000FC000\n000FC000\n000F8000\n000F0000\n001F0000\n001E0000\n00000000\n00000000\n00000000\nFF007F00\nFF00FF00\nFF00FE00\nFF01FE00\nFF01FE00\nFF01FC00\nFF03FC00\nFF03F800\nFF07F800\nFF07F800\nFF07F000\nFF0FF000\nFF0FE000\nFF1FE000\nFF1FE000\nFF1FC000\nFF3FC000\nFF3F8000\nFFFF8000\nFFFF8000\nFFFF0000\nFFFF8000\nFFFF8000\nFF3FC000\nFF3FC000\nFF3FC000\nFF1FE000\nFF1FE000\nFF1FF000\nFF0FF000\nFF0FF000\nFF07F800\nFF07F800\nFF07FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FF00\nFF00FF00\nFF00FF00\nFF00FF80\nFF007F80\nENDCHAR\nSTARTCHAR 040D\nENCODING 1037\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 57 3 0\nBITMAP\n0FE000\n07F000\n07F000\n03F000\n03F000\n01F800\n00F800\n00F800\n007C00\n007C00\n003C00\n000000\n000000\n000000\nFE001F\nFE003F\nFE003F\nFE007F\nFE007F\nFE00FF\nFE00FF\nFE01FF\nFE01FF\nFE01FF\nFE03FF\nFE03FF\nFE07FF\nFE07FF\nFE0FFF\nFE0FFF\nFE1FFF\nFE1F7F\nFE1F7F\nFE3F7F\nFE3E7F\nFE7E7F\nFE7C7F\nFEFC7F\nFEF87F\nFFF87F\nFFF87F\nFFF07F\nFFF07F\nFFE07F\nFFE07F\nFFC07F\nFFC07F\nFFC07F\nFF807F\nFF807F\nFF007F\nFF007F\nFE007F\nFE007F\nFE007F\nFC007F\nFC007F\nENDCHAR\nSTARTCHAR 040E\nENCODING 1038\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 61 1 -7\nBITMAP\n07807000\n07807000\n0780F000\n03C1F000\n03FFE000\n01FFC000\n007F0000\n00000000\n00000000\n00000000\n00000000\nFE007F80\nFF007F00\nFF007F00\nFF007F00\n7F007F00\n7F007F00\n7F80FE00\n7F80FE00\n3F80FE00\n3F80FE00\n3FC0FE00\n3FC1FC00\n1FC1FC00\n1FC1FC00\n1FC1FC00\n1FE1F800\n0FE3F800\n0FE3F800\n0FE3F800\n0FE3F800\n07E3F000\n07E3F000\n07F3F000\n07F3F000\n03F7F000\n03F7E000\n03F7E000\n03F7E000\n01F7E000\n01FFE000\n01FFC000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n00FF8000\n007F8000\n007F8000\n007F0000\n007F0000\n007F0000\n007F0000\n00FE0000\n47FE0000\n3FFE0000\n3FFC0000\n3FF80000\n3FF00000\n3FC00000\nENDCHAR\nSTARTCHAR 040F\nENCODING 1039\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 52 3 -9\nBITMAP\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\n007F00\n007E00\n007E00\n007E00\n007E00\n007E00\n007E00\n007E00\n007E00\nENDCHAR\nSTARTCHAR 0410\nENCODING 1040\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 26 43 1 0\nBITMAP\n007F8000\n007F8000\n007F8000\n007FC000\n00FFC000\n00FFC000\n00FFC000\n00FFC000\n01FFE000\n01FFE000\n01FFE000\n01FFE000\n01F7F000\n03F7F000\n03F7F000\n03F3F000\n03F3F000\n03F3F800\n07F3F800\n07E3F800\n07E3F800\n07E1FC00\n0FE1FC00\n0FE1FC00\n0FE1FC00\n0FC1FC00\n0FC1FE00\n1FC0FE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n3FFFFF00\n3FFFFF00\n3F807F00\n3F807F00\n3F807F80\n7F807F80\n7F007F80\n7F007F80\n7F003F80\nFF003FC0\nFF003FC0\nFE003FC0\nENDCHAR\nSTARTCHAR 0411\nENCODING 1041\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 23 43 3 0\nBITMAP\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFE00\nFFFFC0\nFFFFE0\nFFFFF0\nFFFFF8\nFF0FFC\nFF03FC\nFF01FC\nFF01FE\nFF01FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF01FE\nFF01FE\nFF01FC\nFF03FC\nFF0FFC\nFFFFF8\nFFFFF0\nFFFFE0\nFFFF80\nFFFE00\nENDCHAR\nSTARTCHAR 0412\nENCODING 1042\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 43 3 0\nBITMAP\nFFFF0000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FC00\nFF01FE00\nFF00FE00\nFF00FE00\nFF007E00\nFF007E00\nFF007E00\nFF007E00\nFF00FE00\nFF00FE00\nFF00FE00\nFF01FC00\nFF03FC00\nFFFFF800\nFFFFE000\nFFFFE000\nFFFFF800\nFFFFFC00\nFF03FE00\nFF01FE00\nFF00FF00\nFF007F00\nFF007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F00\nFF007F00\nFF00FF00\nFF00FF00\nFF03FE00\nFFFFFE00\nFFFFFC00\nFFFFF800\nFFFFE000\nFFFF8000\nENDCHAR\nSTARTCHAR 0413\nENCODING 1043\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 43 3 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0414\nENCODING 1044\nSWIDTH 663 0\nDWIDTH 35 0\nBBX 33 52 1 -9\nBITMAP\n003FFFF800\n007FFFF800\n007FFFF800\n007FFFF800\n007FFFF800\n007F07F800\n007F07F800\n007E07F800\n007E07F800\n007E07F800\n007E07F800\n007E07F800\n007E07F800\n007E07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FE07F800\n00FC07F800\n01FC07F800\n01FC07F800\n01FC07F800\n01FC07F800\n01F807F800\n03F807F800\n03F807F800\n03F807F800\n07F007F800\n07F007F800\n0FE007F800\n1FC007F800\n3F8007F800\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nF800001F80\nF800001F80\nENDCHAR\nSTARTCHAR 0415\nENCODING 1045\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 18 43 3 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR 0416\nENCODING 1046\nSWIDTH 738 0\nDWIDTH 39 0\nBBX 39 43 0 0\nBITMAP\n7F00FE03FC\n7F80FE03F8\n3F80FE03F8\n3FC0FE07F8\n3FC0FE07F0\n1FC0FE07F0\n1FE0FE0FE0\n0FE0FE0FE0\n0FE0FE0FE0\n07F0FE1FC0\n07F0FE1FC0\n07F0FE3F80\n03F8FE3F80\n03F8FE3F00\n01FCFE7F00\n01FCFE7F00\n01FCFE7E00\n00FEFEFE00\n00FEFEFC00\n007EFEFC00\n007FFFF800\n003FFFF800\n007FFFFC00\n007EFFFC00\n00FEFEFE00\n00FCFEFE00\n01FCFE7E00\n01FCFE7F00\n01F8FE7F00\n03F8FE3F80\n03F0FE3F80\n07F0FE1FC0\n07F0FE1FC0\n0FE0FE1FE0\n0FE0FE0FE0\n1FC0FE0FE0\n1FC0FE07F0\n1F80FE07F0\n3F80FE03F8\n3F80FE03F8\n7F00FE03FC\n7F00FE01FC\nFE00FE01FE\nENDCHAR\nSTARTCHAR 0417\nENCODING 1047\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 24 45 1 -1\nBITMAP\n001000\n01FF80\n07FFE0\n1FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7F81FE\n7F81FE\nFF00FE\nFF00FE\nFF00FF\nFF00FE\nFF00FE\n0000FE\n0000FE\n0001FE\n0001FC\n0007FC\n00FFF8\n00FFE0\n00FFE0\n00FFF0\n00FFF8\n0007FC\n0003FC\n0001FE\n0000FE\n0000FE\n0000FE\n0000FE\n7F00FF\n7F00FE\n7F80FE\n7F80FE\n7F80FE\n3F80FE\n3FC1FE\n3FFFFC\n1FFFFC\n1FFFF8\n0FFFF0\n07FFE0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 0418\nENCODING 1048\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 43 3 0\nBITMAP\nFE001F\nFE003F\nFE003F\nFE007F\nFE007F\nFE00FF\nFE00FF\nFE01FF\nFE01FF\nFE01FF\nFE03FF\nFE03FF\nFE07FF\nFE07FF\nFE0FFF\nFE0FFF\nFE1FFF\nFE1F7F\nFE1F7F\nFE3F7F\nFE3E7F\nFE7E7F\nFE7C7F\nFEFC7F\nFEF87F\nFFF87F\nFFF87F\nFFF07F\nFFF07F\nFFE07F\nFFE07F\nFFC07F\nFFC07F\nFFC07F\nFF807F\nFF807F\nFF007F\nFF007F\nFE007F\nFE007F\nFE007F\nFC007F\nFC007F\nENDCHAR\nSTARTCHAR 0419\nENCODING 1049\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 54 3 0\nBITMAP\n0F00E0\n0F00E0\n0F01E0\n0783E0\n07FFC0\n03FF80\n00FE00\n000000\n000000\n000000\n000000\nFE001F\nFE003F\nFE003F\nFE007F\nFE007F\nFE00FF\nFE00FF\nFE01FF\nFE01FF\nFE01FF\nFE03FF\nFE03FF\nFE07FF\nFE07FF\nFE0FFF\nFE0FFF\nFE1FFF\nFE1F7F\nFE1F7F\nFE3F7F\nFE3E7F\nFE7E7F\nFE7C7F\nFEFC7F\nFEF87F\nFFF87F\nFFF87F\nFFF07F\nFFF07F\nFFE07F\nFFE07F\nFFC07F\nFFC07F\nFFC07F\nFF807F\nFF807F\nFF007F\nFF007F\nFE007F\nFE007F\nFE007F\nFC007F\nFC007F\nENDCHAR\nSTARTCHAR 041A\nENCODING 1050\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 43 3 0\nBITMAP\nFF007F00\nFF00FF00\nFF00FE00\nFF01FE00\nFF01FE00\nFF01FC00\nFF03FC00\nFF03F800\nFF07F800\nFF07F800\nFF07F000\nFF0FF000\nFF0FE000\nFF1FE000\nFF1FE000\nFF1FC000\nFF3FC000\nFF3F8000\nFFFF8000\nFFFF8000\nFFFF0000\nFFFF8000\nFFFF8000\nFF3FC000\nFF3FC000\nFF3FC000\nFF1FE000\nFF1FE000\nFF1FF000\nFF0FF000\nFF0FF000\nFF07F800\nFF07F800\nFF07FC00\nFF03FC00\nFF03FC00\nFF01FE00\nFF01FE00\nFF01FF00\nFF00FF00\nFF00FF00\nFF00FF80\nFF007F80\nENDCHAR\nSTARTCHAR 041B\nENCODING 1051\nSWIDTH 625 0\nDWIDTH 33 0\nBBX 29 43 0 0\nBITMAP\n00FFFFF8\n00FFFFF8\n00FFFFF8\n00FFFFF8\n00FFFFF8\n00FFFFF8\n00FE07F8\n00FE07F8\n00FE07F8\n00FE07F8\n00FE07F8\n00FE07F8\n00FE07F8\n00FE07F8\n01FE07F8\n01FE07F8\n01FE07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n01FC07F8\n03FC07F8\n03FC07F8\n03FC07F8\n03FC07F8\n03F807F8\n03F807F8\n07F807F8\n07F807F8\n0FF007F8\n1FF007F8\nFFE007F8\nFFE007F8\nFFC007F8\nFF8007F8\nFC0007F8\nENDCHAR\nSTARTCHAR 041C\nENCODING 1052\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 43 3 0\nBITMAP\n7F8003F8\n7F8003F8\n7F8003F8\n7F8007F8\n7FC007F8\n7FC007F8\n7FC007F8\n7FC00FF8\n7FC00FF8\n7FE00FF8\n7FE00FF8\n7FE01FF8\n7FE01FFC\n7FF01FFC\n7FF01FFC\n7FF03FFC\n7DF03FFC\n7DF03FFC\n7DF83FFC\n7DF87FFC\nFCF87EFC\nFCF87CFC\nFCFC7CFC\nFCFCFCFC\nFC7CFCFC\nFC7CF8FC\nFC7CF8FC\nFC7FF8FC\nFC3FF8FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC1FF0FC\nFC1FE0FC\nFC1FE0FC\nFC1FE0FC\nFC0FE0FC\nFC0FE0FC\nFC0FC0FC\nFC0FC0FC\nFC0FC0FC\nFC07C0FC\nFC0780FC\nENDCHAR\nSTARTCHAR 041D\nENCODING 1053\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 43 3 0\nBITMAP\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nENDCHAR\nSTARTCHAR 041E\nENCODING 1054\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 041F\nENCODING 1055\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 43 3 0\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nENDCHAR\nSTARTCHAR 0420\nENCODING 1056\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 24 43 3 0\nBITMAP\nFFFF00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF03FC\nFF01FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFF00FF\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFE0\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0421\nENCODING 1057\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF81FE\nFF01FE\nFF00FE\nFF00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFE00FE\nFF00FE\nFF00FE\nFF01FE\n7F81FE\n7FFFFC\n7FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n03FF80\n001000\nENDCHAR\nSTARTCHAR 0422\nENCODING 1058\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 43 0 0\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 0423\nENCODING 1059\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 50 1 -7\nBITMAP\nFE007F80\nFF007F00\nFF007F00\nFF007F00\n7F007F00\n7F007F00\n7F80FE00\n7F80FE00\n3F80FE00\n3F80FE00\n3FC0FE00\n3FC1FC00\n1FC1FC00\n1FC1FC00\n1FC1FC00\n1FE1F800\n0FE3F800\n0FE3F800\n0FE3F800\n0FE3F800\n07E3F000\n07E3F000\n07F3F000\n07F3F000\n03F7F000\n03F7E000\n03F7E000\n03F7E000\n01F7E000\n01FFE000\n01FFC000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n00FF8000\n007F8000\n007F8000\n007F0000\n007F0000\n007F0000\n007F0000\n00FE0000\n47FE0000\n3FFE0000\n3FFC0000\n3FF80000\n3FF00000\n3FC00000\nENDCHAR\nSTARTCHAR 0424\nENCODING 1060\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 33 48 2 -2\nBITMAP\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n01FFFFC000\n07FFFFF800\n0FFFFFFC00\n1FFFFFFE00\n3FFFFFFF00\n7F87F0FF00\n7F07F07F80\n7F07F03F80\n7F07F03F80\n7E07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\nFE07F03F80\n7E07F03F80\n7F07F03F80\n7F07F03F80\n7F07F07F80\n7FC7F0FF00\n3FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n01FFFFE000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\nENDCHAR\nSTARTCHAR 0425\nENCODING 1061\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 43 1 0\nBITMAP\nFE007F00\nFF007F00\n7F007E00\n7F80FE00\n3F80FE00\n3F80FC00\n3FC1FC00\n1FC1F800\n1FE3F800\n0FE3F800\n0FE3F000\n07F7F000\n07F7F000\n07FFE000\n03FFE000\n03FFC000\n01FFC000\n01FFC000\n01FF8000\n00FF8000\n00FF0000\n00FF0000\n01FF0000\n01FF8000\n01FF8000\n03FFC000\n03FFC000\n07FFE000\n07FFE000\n07EFE000\n0FEFF000\n0FE7F000\n0FC7F800\n1FC3F800\n1F83FC00\n3F83FC00\n3F81FC00\n3F01FE00\n7F00FE00\n7E00FF00\nFE007F00\nFE007F80\nFC007F80\nENDCHAR\nSTARTCHAR 0426\nENCODING 1062\nSWIDTH 663 0\nDWIDTH 35 0\nBBX 31 52 3 -9\nBITMAP\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFF003FC0\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n000000FE\n000000FE\n000000FE\n000000FE\n000000FE\n000000FE\n000000FE\n0000007E\n0000007E\nENDCHAR\nSTARTCHAR 0427\nENCODING 1063\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 25 43 2 0\nBITMAP\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F80\n7F007F80\n7F807F80\n7FC07F80\n3FFFFF80\n1FFFFF80\n0FFFFF80\n07FFFF80\n01FF7F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\n00007F80\nENDCHAR\nSTARTCHAR 0428\nENCODING 1064\nSWIDTH 795 0\nDWIDTH 42 0\nBBX 35 43 3 0\nBITMAP\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nENDCHAR\nSTARTCHAR 0429\nENCODING 1065\nSWIDTH 852 0\nDWIDTH 45 0\nBBX 40 52 3 -9\nBITMAP\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFF03FC0FE0\nFFFFFFFFFF\nFFFFFFFFFF\nFFFFFFFFFF\nFFFFFFFFFF\nFFFFFFFFFF\n000000003F\n000000003F\n000000003F\n000000003F\n000000003F\n000000003F\n000000003F\n000000003F\n000000001F\nENDCHAR\nSTARTCHAR 042A\nENCODING 1066\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 30 43 0 0\nBITMAP\nFFFE0000\nFFFE0000\nFFFE0000\nFFFE0000\nFFFE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FFFC00\n01FFFF80\n01FFFFC0\n01FFFFF0\n01FFFFF0\n01FE1FF8\n01FE07F8\n01FE03FC\n01FE03FC\n01FE01FC\n01FE01FC\n01FE01FC\n01FE01FC\n01FE01FC\n01FE01FC\n01FE01FC\n01FE03FC\n01FE03F8\n01FE07F8\n01FE0FF8\n01FFFFF0\n01FFFFE0\n01FFFFC0\n01FFFF80\n01FFFC00\nENDCHAR\nSTARTCHAR 042B\nENCODING 1067\nSWIDTH 776 0\nDWIDTH 41 0\nBBX 35 43 3 0\nBITMAP\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFF00001FE0\nFFFE001FE0\nFFFFC01FE0\nFFFFF01FE0\nFFFFF81FE0\nFFFFF81FE0\nFF0FFC1FE0\nFF03FC1FE0\nFF01FE1FE0\nFF01FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF00FE1FE0\nFF01FE1FE0\nFF01FE1FE0\nFF03FC1FE0\nFF07FC1FE0\nFFFFF81FE0\nFFFFF01FE0\nFFFFE01FE0\nFFFFC01FE0\nFFFE001FE0\nENDCHAR\nSTARTCHAR 042C\nENCODING 1068\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 23 43 3 0\nBITMAP\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFE00\nFFFFC0\nFFFFF0\nFFFFF8\nFFFFF8\nFF0FFC\nFF03FC\nFF01FE\nFF01FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF01FE\nFF01FE\nFF03FC\nFF07FC\nFFFFF8\nFFFFF0\nFFFFE0\nFFFFC0\nFFFE00\nENDCHAR\nSTARTCHAR 042D\nENCODING 1069\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 23 44 3 0\nBITMAP\n001000\n07FF80\n1FFFE0\n3FFFF0\n3FFFF8\n7FFFF8\n7FFFFC\nFF03FC\nFF01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n0001FE\n0001FE\n0001FE\n0001FE\n00FFFE\n00FFFE\n00FFFE\n00FFFE\n00FFFE\n0001FE\n0001FE\n0001FE\n0001FE\n0001FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFE01FE\nFF03FE\nFF87FC\n7FFFFC\n7FFFF8\n3FFFF8\n1FFFF0\n0FFFC0\n01FF00\nENDCHAR\nSTARTCHAR 042E\nENCODING 1070\nSWIDTH 776 0\nDWIDTH 41 0\nBBX 35 45 3 -1\nBITMAP\n0000010000\nFF003FF800\nFF007FFE00\nFF00FFFF00\nFF01FFFF80\nFF03FFFF80\nFF03FFFFC0\nFF07F81FC0\nFF07F01FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFFFFF00FE0\nFFFFF00FE0\nFFFFF00FE0\nFFFFF00FE0\nFFFFF00FE0\nFFFFF00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F00FE0\nFF07F01FE0\nFF03F81FC0\nFF03FFFFC0\nFF03FFFF80\nFF01FFFF80\nFF00FFFF00\nFF007FFE00\nFF001FF800\n0000010000\nENDCHAR\nSTARTCHAR 042F\nENCODING 1071\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 26 43 1 0\nBITMAP\n001FFFC0\n00FFFFC0\n03FFFFC0\n07FFFFC0\n0FFFFFC0\n0FFC3FC0\n1FF03FC0\n1FE03FC0\n1FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n1FC03FC0\n1FC03FC0\n1FE03FC0\n0FF03FC0\n0FF83FC0\n07FFFFC0\n03FFFFC0\n01FFFFC0\n00FFFFC0\n00FFFFC0\n01FE3FC0\n01FC3FC0\n03FC3FC0\n03FC3FC0\n03F83FC0\n07F83FC0\n07F03FC0\n0FF03FC0\n0FF03FC0\n1FE03FC0\n1FE03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n7F803FC0\n7F803FC0\nFF003FC0\nFF003FC0\nENDCHAR\nSTARTCHAR 0430\nENCODING 1072\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n01FC00\n0FFF00\n1FFF80\n3FFFC0\n3FFFE0\n7F9FE0\n7F0FE0\n7F0FE0\n7F0FE0\nFE0FE0\n000FE0\n000FE0\n003FE0\n00FFE0\n03FFE0\n0FFFE0\n1FEFE0\n3FCFE0\n7F8FE0\n7F0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\n7FFFF0\n7FF7F0\n3FF7F0\n1FE7F0\n0F87F0\nENDCHAR\nSTARTCHAR 0431\nENCODING 1073\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 19 45 3 1\nBITMAP\n000100\n000F80\n01FF80\n0FFF80\n1FFF80\n3FFF80\n7FFE00\n7FE000\nFF0000\nFE0000\nFE0000\nFE0000\nFE0000\nFC0000\nFC0000\nFC0000\nFC7C00\nFDFF00\nFFFF80\nFFFFC0\nFFFFC0\nFF1FC0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE1FC0\nFF1FC0\n7FFFC0\n7FFF80\n3FFF80\n1FFE00\n07F800\nENDCHAR\nSTARTCHAR 0432\nENCODING 1074\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 3 0\nBITMAP\nFFFC00\nFFFF00\nFFFF80\nFFFFC0\nFFFFE0\nFE1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE1FC0\nFFFF80\nFFFF00\nFFFF00\nFFFFC0\nFFFFE0\nFE1FE0\nFE0FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFE0FF0\nFE1FE0\nFFFFE0\nFFFFC0\nFFFFC0\nFFFF00\nFFFC00\nENDCHAR\nSTARTCHAR 0433\nENCODING 1075\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 14 31 3 0\nBITMAP\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 0434\nENCODING 1076\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 27 39 1 -8\nBITMAP\n00FFFE00\n00FFFE00\n00FFFE00\n01FFFE00\n01FFFE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F8FE00\n01F0FE00\n03F0FE00\n03F0FE00\n03F0FE00\n07F0FE00\n07E0FE00\n07E0FE00\n0FE0FE00\n1FC0FE00\n1FC0FE00\n3F80FE00\n7F00FE00\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nF80007E0\nF80007E0\nF80003E0\nF80003E0\nF80003E0\nF80003E0\nF80003E0\nF80003E0\nENDCHAR\nSTARTCHAR 0435\nENCODING 1077\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0436\nENCODING 1078\nSWIDTH 625 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n7E07E07F00\n7F07E07F00\n3F07E07E00\n3F87E0FE00\n3F87E0FC00\n1F87E0FC00\n1FC7E1F800\n0FC7E1F800\n0FE7E3F800\n07E7E3F000\n07E7E3F000\n07F7E7E000\n03F7E7E000\n03FFEFE000\n01FFEFC000\n01FFFFC000\n01FFEFC000\n03F7EFE000\n03F7E7E000\n07E7E7F000\n07E7E3F000\n0FE7E3F000\n0FC7E1F800\n0FC7E1F800\n1F87E1FC00\n1F87E0FC00\n3F07E0FE00\n3F07E07E00\n7F07E07F00\n7E07E03F00\nFE07E03F80\nENDCHAR\nSTARTCHAR 0437\nENCODING 1079\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 32 2 -1\nBITMAP\n07F000\n1FFE00\n3FFF00\n7FFF80\n7FFF80\nFE3FC0\nFC1FC0\nFC1FC0\nFC0FC0\nFC0FC0\n001FC0\n001F80\n003F80\n03FF00\n03FE00\n03FE00\n03FF00\n003F80\n001F80\n000FC0\n000FC0\nFC0FC0\nFC0FC0\nFC0FC0\nFC0FC0\nFE1FC0\n7FFF80\n7FFF80\n3FFF00\n3FFE00\n0FFC00\n008000\nENDCHAR\nSTARTCHAR 0438\nENCODING 1080\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 31 3 0\nBITMAP\nFC03F0\nFC03F0\nFC07F0\nFC07F0\nFC0FF0\nFC0FF0\nFC1FF0\nFC1FF0\nFC3FF0\nFC3FF0\nFC7FF0\nFC7FF0\nFCFFF0\nFCFFF0\nFCFBF0\nFDFBF0\nFDF3F0\nFFF3F0\nFFE3F0\nFFE3F0\nFFC3F0\nFFC3F0\nFF83F0\nFF83F0\nFF83F0\nFF03F0\nFF03F0\nFE03F0\nFE03F0\nFC03F0\nFC03F0\nENDCHAR\nSTARTCHAR 0439\nENCODING 1081\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 42 3 0\nBITMAP\n3C0380\n3C0380\n3C0780\n1E0F80\n1FFF00\n0FFE00\n03F800\n000000\n000000\n000000\n000000\nFC03F0\nFC03F0\nFC07F0\nFC07F0\nFC0FF0\nFC0FF0\nFC1FF0\nFC1FF0\nFC3FF0\nFC3FF0\nFC7FF0\nFC7FF0\nFCFFF0\nFCFFF0\nFCFBF0\nFDFBF0\nFDF3F0\nFFF3F0\nFFE3F0\nFFE3F0\nFFC3F0\nFFC3F0\nFF83F0\nFF83F0\nFF83F0\nFF03F0\nFF03F0\nFE03F0\nFE03F0\nFC03F0\nFC03F0\nENDCHAR\nSTARTCHAR 043A\nENCODING 1082\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 21 31 3 0\nBITMAP\nFE07F8\nFE07F0\nFE07F0\nFE0FF0\nFE0FE0\nFE1FE0\nFE1FC0\nFE1FC0\nFE3FC0\nFE3F80\nFE7F80\nFE7F00\nFE7F00\nFFFF00\nFFFE00\nFFFE00\nFFFF00\nFEFF00\nFE7F00\nFE7F80\nFE3F80\nFE3F80\nFE3FC0\nFE1FC0\nFE1FE0\nFE1FE0\nFE0FE0\nFE0FF0\nFE07F0\nFE07F8\nFE07F8\nENDCHAR\nSTARTCHAR 043B\nENCODING 1083\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 24 31 1 0\nBITMAP\n03FFFF\n03FFFF\n03FFFF\n03FFFF\n03FFFF\n03F07F\n03F07F\n03F07F\n03F07F\n03F07F\n03F07F\n07F07F\n07F07F\n07F07F\n07F07F\n07F07F\n07F07F\n07F07F\n07F07F\n07E07F\n07E07F\n07E07F\n0FE07F\n0FE07F\n0FE07F\n3FC07F\nFFC07F\nFF807F\nFF807F\nFF007F\nFC007F\nENDCHAR\nSTARTCHAR 043C\nENCODING 1084\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 31 3 0\nBITMAP\nF8003F\nFC003F\nFC003F\nFE007F\nFE007F\nFE00FF\nFF00FF\nFF00FF\nFF81FF\nFF81FF\nFF83FF\nFFC3FF\nFFC3FF\nFFE7FF\nFFE7FF\nFFEFFF\nFFFFBF\nFDFFBF\nFDFF3F\nFCFF3F\nFCFF3F\nFCFE3F\nFC7E3F\nFC7C3F\nFC3C3F\nFC3C3F\nFC383F\nFC003F\nFC003F\nFC003F\nFC003F\nENDCHAR\nSTARTCHAR 043D\nENCODING 1085\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 31 3 0\nBITMAP\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nENDCHAR\nSTARTCHAR 043E\nENCODING 1086\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 043F\nENCODING 1087\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 31 3 0\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nENDCHAR\nSTARTCHAR 0440\nENCODING 1088\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 41 3 -10\nBITMAP\nFE3F00\nFEFF80\nFFFFC0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFE0FF0\nFF0FE0\nFFFFE0\nFFFFC0\nFFFFC0\nFEFF80\nFE3E00\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 0441\nENCODING 1089\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\nFF0FE0\nFE0FE0\nFE07E0\nFE07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\nFE0FE0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0442\nENCODING 1090\nSWIDTH 378 0\nDWIDTH 20 0\nBBX 18 31 1 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nENDCHAR\nSTARTCHAR 0443\nENCODING 1091\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 21 39 1 -8\nBITMAP\nFC03F8\nFC03F8\nFE03F0\n7E03F0\n7E03F0\n7E03F0\n7E07E0\n7F07E0\n3F07E0\n3F07E0\n3F07C0\n3F0FC0\n1F8FC0\n1F8FC0\n1F8F80\n1F8F80\n0F8F80\n0FCF80\n0FDF00\n0FDF00\n07DF00\n07DF00\n07DE00\n07FE00\n03FE00\n03FE00\n03FC00\n03FC00\n03FC00\n01FC00\n01F800\n01FC00\n01F800\n07F800\n3FF800\n3FF000\n3FE000\n3FC000\n3F0000\nENDCHAR\nSTARTCHAR 0444\nENCODING 1092\nSWIDTH 663 0\nDWIDTH 35 0\nBBX 30 52 2 -9\nBITMAP\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n00FFFE00\n07FFFF80\n0FFFFFE0\n1FFFFFF0\n3F8FE7F8\n7F0FE1F8\n7E0FE1FC\n7E0FE1FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE0FC\nFE0FE1FC\n7E0FE1FC\n7F0FE3FC\n7F8FE7F8\n3FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFF80\n00FFFE00\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\nENDCHAR\nSTARTCHAR 0445\nENCODING 1093\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 31 0 0\nBITMAP\n7F01F8\n7F03F8\n3F83F0\n3F83F0\n1FC7E0\n1FC7E0\n0FEFC0\n0FEFC0\n0FFFC0\n07FF80\n07FF80\n03FF00\n03FF00\n01FE00\n01FE00\n01FE00\n01FE00\n03FF00\n03FF00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n0FDFC0\n1F8FE0\n1F8FE0\n3F8FF0\n3F07F0\n7F07F8\n7E03F8\nFE03FC\nENDCHAR\nSTARTCHAR 0446\nENCODING 1094\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 24 39 3 -8\nBITMAP\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\nENDCHAR\nSTARTCHAR 0447\nENCODING 1095\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 31 2 0\nBITMAP\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF07F0\nFFFFF0\n7FFFF0\n7FFFF0\n1FFFF0\n07FFF0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\nENDCHAR\nSTARTCHAR 0448\nENCODING 1096\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 31 3 0\nBITMAP\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFE1FC1FC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nENDCHAR\nSTARTCHAR 0449\nENCODING 1097\nSWIDTH 738 0\nDWIDTH 39 0\nBBX 34 39 3 -8\nBITMAP\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFE1FC1FC00\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\n0000000FC0\n0000000FC0\n0000000FC0\n0000000FC0\n0000000FC0\n0000000FC0\n00000007C0\n00000007C0\nENDCHAR\nSTARTCHAR 044A\nENCODING 1098\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 26 31 0 0\nBITMAP\nFFF80000\nFFF80000\nFFF80000\nFFF80000\nFFF80000\n03F80000\n03F80000\n03F80000\n03F80000\n03F80000\n03F80000\n03F80000\n03F80000\n03FFF000\n03FFFE00\n03FFFF00\n03FFFF80\n03F87F80\n03F81FC0\n03F81FC0\n03F81FC0\n03F80FC0\n03F80FC0\n03F81FC0\n03F81FC0\n03F81FC0\n03F87F80\n03FFFF80\n03FFFF00\n03FFFC00\n03FFE000\nENDCHAR\nSTARTCHAR 044B\nENCODING 1099\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 31 3 0\nBITMAP\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFE0001FC\nFFF801FC\nFFFF01FC\nFFFFC1FC\nFFFFE1FC\nFE1FE1FC\nFE0FE1FC\nFE07F1FC\nFE07F1FC\nFE07F1FC\nFE07F1FC\nFE07F1FC\nFE07F1FC\nFE0FE1FC\nFE1FE1FC\nFFFFC1FC\nFFFFC1FC\nFFFF01FC\nFFF801FC\nENDCHAR\nSTARTCHAR 044C\nENCODING 1100\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 3 0\nBITMAP\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFFF800\nFFFF00\nFFFFC0\nFFFFE0\nFE1FE0\nFE0FE0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FE0\nFE1FE0\nFFFFC0\nFFFFC0\nFFFF00\nFFF800\nENDCHAR\nSTARTCHAR 044D\nENCODING 1101\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 31 2 0\nBITMAP\n03F800\n1FFE00\n3FFF80\n7FFF80\n7FFFC0\n7F1FC0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\n000FE0\n000FE0\n000FE0\n07FFE0\n07FFE0\n07FFE0\n07FFE0\n000FE0\n000FE0\n000FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\n7F1FC0\n7FFFC0\n7FFF80\n3FFF80\n1FFF00\n03F800\nENDCHAR\nSTARTCHAR 044E\nENCODING 1102\nSWIDTH 644 0\nDWIDTH 34 0\nBBX 28 31 3 0\nBITMAP\nFE00FE00\nFE03FF80\nFE07FFC0\nFE0FFFE0\nFE0FFFE0\nFE1FC7F0\nFE1F87F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F83F0\nFE1F87F0\nFE1FC7F0\nFE0FFFE0\nFE0FFFE0\nFE07FFC0\nFE03FF80\nFE00FE00\nENDCHAR\nSTARTCHAR 044F\nENCODING 1103\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 31 1 0\nBITMAP\n00FFF8\n07FFF8\n1FFFF8\n1FFFF8\n3FC3F8\n3F83F8\n7F03F8\n7F03F8\n7F03F8\n7E03F8\n7F03F8\n7F03F8\n7F03F8\n7F83F8\n3FC3F8\n3FFFF8\n1FFFF8\n0FFFF8\n07FFF8\n0FE3F8\n0FE3F8\n0FE3F8\n1FC3F8\n1FC3F8\n3FC3F8\n3F83F8\n7F83F8\n7F83F8\n7F03F8\nFF03F8\nFE03F8\nENDCHAR\nSTARTCHAR 0450\nENCODING 1104\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 45 2 0\nBITMAP\n3F8000\n1FC000\n1FC000\n0FC000\n0FC000\n07E000\n03E000\n03E000\n01F000\n01F000\n00F000\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0451\nENCODING 1105\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 41 2 0\nBITMAP\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n3F0FC0\n000000\n000000\n000000\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFC0\n7F9FE0\n7F0FE0\n7F0FE0\nFE07E0\nFE07E0\nFE07E0\nFE07E0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFE07E0\n7F0FE0\n7F0FE0\n7F0FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0452\nENCODING 1106\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 24 51 -1 -8\nBITMAP\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE1F0\n0FE7FC\n0FFFFE\n0FFFFF\n0FFFFF\n0FF8FF\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n00007F\n0000FF\n0000FF\n0001FE\n001FFE\n001FFC\n001FF8\n001FC0\nENDCHAR\nSTARTCHAR 0453\nENCODING 1107\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 15 45 3 0\nBITMAP\n00FE\n00FC\n01FC\n01F8\n01F8\n03F0\n03F0\n03E0\n03C0\n07C0\n0780\n0000\n0000\n0000\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 0454\nENCODING 1108\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 19 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F8FE0\n7F0FE0\n7F0FE0\nFF07E0\nFE07E0\nFE0000\nFE0000\nFE0000\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFE0000\nFE0000\nFE0000\nFE07E0\nFE07E0\nFF07E0\n7F0FE0\n7F0FE0\n7F8FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0455\nENCODING 1109\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 31 1 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 0456\nENCODING 1110\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 7 41 3 0\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 0457\nENCODING 1111\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 16 41 -1 0\nBITMAP\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\nFC3F\n0000\n0000\n0000\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR 0458\nENCODING 1112\nSWIDTH 246 0\nDWIDTH 13 0\nBBX 12 50 -1 -8\nBITMAP\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0000\n0000\n0000\n0000\n0000\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n0FF0\n1FE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 0459\nENCODING 1113\nSWIDTH 738 0\nDWIDTH 39 0\nBBX 36 31 1 0\nBITMAP\n03FFFF0000\n03FFFF0000\n03FFFF0000\n03FFFF0000\n03FFFF0000\n03F07F0000\n03F07F0000\n03F07F0000\n03F07F0000\n03F07F0000\n03F07F0000\n03F07F0000\n03F07F0000\n07F07FFC00\n07F07FFF80\n07F07FFFC0\n07F07FFFE0\n07F07F1FF0\n07F07F07F0\n07F07F07F0\n07E07F03F0\n07E07F03F0\n0FE07F03F0\n0FE07F03F0\n0FE07F07F0\n3FC07F07F0\nFFC07F0FE0\nFFC07FFFE0\nFF807FFFC0\nFF007FFF80\nFC007FFC00\nENDCHAR\nSTARTCHAR 045A\nENCODING 1114\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 32 31 3 0\nBITMAP\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFE0FF000\nFFFFFFC0\nFFFFFFF0\nFFFFFFFC\nFFFFFFFC\nFFFFFFFE\nFE0FF1FE\nFE0FF0FE\nFE0FF07F\nFE0FF07F\nFE0FF07F\nFE0FF07F\nFE0FF07E\nFE0FF0FE\nFE0FF1FE\nFE0FFFFC\nFE0FFFFC\nFE0FFFF0\nFE0FFF80\nENDCHAR\nSTARTCHAR 045B\nENCODING 1115\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 24 43 -1 0\nBITMAP\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE1F8\n0FEFFC\n0FFFFE\n0FFFFF\n0FFFFF\n0FF07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\n0FE07F\nENDCHAR\nSTARTCHAR 045C\nENCODING 1116\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 21 45 3 0\nBITMAP\n000FE0\n000FC0\n001FC0\n001F80\n001F80\n003F00\n003F00\n003E00\n003C00\n007C00\n007800\n000000\n000000\n000000\nFE07F8\nFE07F0\nFE07F0\nFE0FF0\nFE0FE0\nFE1FE0\nFE1FC0\nFE1FC0\nFE3FC0\nFE3F80\nFE7F80\nFE7F00\nFE7F00\nFFFF00\nFFFE00\nFFFE00\nFFFF00\nFEFF00\nFE7F00\nFE7F80\nFE3F80\nFE3F80\nFE3FC0\nFE1FC0\nFE1FE0\nFE1FE0\nFE0FE0\nFE0FF0\nFE07F0\nFE07F8\nFE07F8\nENDCHAR\nSTARTCHAR 045D\nENCODING 1117\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 45 3 0\nBITMAP\n3F8000\n1FC000\n1FC000\n0FC000\n0FC000\n07E000\n03E000\n03E000\n01F000\n01F000\n00F000\n000000\n000000\n000000\nFC03F0\nFC03F0\nFC07F0\nFC07F0\nFC0FF0\nFC0FF0\nFC1FF0\nFC1FF0\nFC3FF0\nFC3FF0\nFC7FF0\nFC7FF0\nFCFFF0\nFCFFF0\nFCFBF0\nFDFBF0\nFDF3F0\nFFF3F0\nFFE3F0\nFFE3F0\nFFC3F0\nFFC3F0\nFF83F0\nFF83F0\nFF83F0\nFF03F0\nFF03F0\nFE03F0\nFE03F0\nFC03F0\nFC03F0\nENDCHAR\nSTARTCHAR 045E\nENCODING 1118\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 21 50 1 -8\nBITMAP\n1E01C0\n1E01C0\n1E03C0\n0F07C0\n0FFF80\n07FF00\n01FC00\n000000\n000000\n000000\n000000\nFC03F8\nFC03F8\nFE03F0\n7E03F0\n7E03F0\n7E03F0\n7E07E0\n7F07E0\n3F07E0\n3F07E0\n3F07C0\n3F0FC0\n1F8FC0\n1F8FC0\n1F8F80\n1F8F80\n0F8F80\n0FCF80\n0FDF00\n0FDF00\n07DF00\n07DF00\n07DE00\n07FE00\n03FE00\n03FE00\n03FC00\n03FC00\n03FC00\n01FC00\n01F800\n01FC00\n01F800\n07F800\n3FF800\n3FF000\n3FE000\n3FC000\n3F0000\nENDCHAR\nSTARTCHAR 045F\nENCODING 1119\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 20 39 3 -8\nBITMAP\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFE0FF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\n01F000\nENDCHAR\nSTARTCHAR 0490\nENCODING 1168\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 49 3 0\nBITMAP\n0003C0\n0003C0\n0003C0\n0003C0\n0003C0\n0003C0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 0491\nENCODING 1169\nSWIDTH 322 0\nDWIDTH 17 0\nBBX 14 37 3 0\nBITMAP\n003C\n003C\n003C\n003C\n003C\n003C\nFFFC\nFFFC\nFFFC\nFFFC\nFFFC\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nFE00\nENDCHAR\nSTARTCHAR 04AE\nENCODING 1198\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 43 0 0\nBITMAP\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 04AF\nENCODING 1199\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 40 0 -9\nBITMAP\nFE01FC\n7F03F8\n7F03F8\n7F03F8\n3F03F0\n3F03F0\n3F87F0\n3F87F0\n1F87E0\n1F87E0\n1FC7E0\n1FCFC0\n0FCFC0\n0FCFC0\n0FCFC0\n07EF80\n07FF80\n07FF80\n07FF00\n03FF00\n03FF00\n03FF00\n03FE00\n01FE00\n01FE00\n01FE00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\nENDCHAR\nSTARTCHAR 04B0\nENCODING 1200\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 43 1 0\nBITMAP\nFE007F80\nFE007F00\n7F007F00\n7F00FE00\n7F00FE00\n3F80FE00\n3F81FC00\n3F81FC00\n1FC1FC00\n1FC3F800\n1FC3F800\n0FE3F800\n0FE3F000\n0FE7F000\n07F7E000\n07F7E000\n07FFE000\n03FFC000\n03FFC000\n03FFC000\n01FF8000\n01FF8000\n00FF8000\n7FFFFE00\n7FFFFE00\n7FFFFE00\n7FFFFE00\n7FFFFE00\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\n00FF0000\nENDCHAR\nSTARTCHAR 04B1\nENCODING 1201\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 40 0 -9\nBITMAP\nFE01FC\n7F03F8\n7F03F8\n7F03F8\n3F03F0\n3F83F0\n3F87F0\n3F87F0\n1F87E0\n1F87E0\n1FC7E0\n1FCFC0\n0FCFC0\n0FCFC0\n0FEFC0\n07EF80\n07EF80\n07FF80\n07FF00\n03FF00\n03FF00\n03FF00\n03FE00\n01FE00\n01FE00\n01FE00\n00FC00\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\nENDCHAR\nSTARTCHAR 04C0\nENCODING 1216\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 8 43 3 0\nBITMAP\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 04E8\nENCODING 1256\nSWIDTH 568 0\nDWIDTH 30 0\nBBX 24 45 3 -1\nBITMAP\n001000\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n7FFFFC\n7FFFFE\nFF81FE\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFE00FF\nFF00FF\nFF00FF\nFF00FF\n7F81FE\n7FFFFE\n7FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 04E9\nENCODING 1257\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n1FFF80\n3FFFC0\n7FFFE0\n7F9FE0\n7F0FE0\nFF0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFF0FF0\n7F0FE0\n7F9FE0\n7FFFE0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 1E02\nENCODING 7682\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 54 3 0\nBITMAP\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n00000000\n00000000\n00000000\n00000000\nFFFF0000\nFFFFC000\nFFFFF000\nFFFFF800\nFFFFFC00\nFF07FC00\nFF01FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF00FE00\nFF01FC00\nFF07FC00\nFFFFF800\nFFFFE000\nFFFFC000\nFFFFF800\nFFFFFC00\nFF03FE00\nFF01FE00\nFF00FF00\nFF00FF00\nFF007F00\nFF007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F00\nFF007F00\nFF007F00\nFF00FF00\nFF01FF00\nFF03FE00\nFFFFFE00\nFFFFFC00\nFFFFF800\nFFFFE000\nFFFF8000\nENDCHAR\nSTARTCHAR 1E03\nENCODING 7683\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 53 3 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE1F00\nFE7F80\nFFFFC0\nFFFFE0\nFFFFE0\nFF0FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFF0FE0\nFFFFE0\nFFFFE0\nFFFFC0\nFEFF80\nFE3E00\nENDCHAR\nSTARTCHAR 1E0A\nENCODING 7690\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 24 54 3 0\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n000000\nFFFE00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF07FC\nFF01FE\nFF01FE\nFF00FE\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FF\nFF00FE\nFF01FE\nFF01FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFC0\nFFFF00\nENDCHAR\nSTARTCHAR 1E0B\nENCODING 7691\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 53 2 0\nBITMAP\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n000000\n000000\n000000\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n0007F0\n07C7F0\n1FF7F0\n3FFFF0\n3FFFF0\n7FFFF0\n7F8FF0\n7F07F0\n7F07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\nFF07F0\n7F07F0\n7F8FF0\n7FFFF0\n3FFFF0\n3FFFF0\n1FF7F0\n07C7F0\nENDCHAR\nSTARTCHAR 1E1E\nENCODING 7710\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 18 54 3 0\nBITMAP\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 1E1F\nENCODING 7711\nSWIDTH 303 0\nDWIDTH 16 0\nBBX 15 52 1 0\nBITMAP\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0000\n0000\n0000\n0000\n01FE\n07FE\n0FFE\n0FFE\n0FFE\n1FE0\n1FE0\n1FE0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nENDCHAR\nSTARTCHAR 1E40\nENCODING 7744\nSWIDTH 682 0\nDWIDTH 36 0\nBBX 30 54 3 0\nBITMAP\n001FC000\n001FC000\n001FC000\n001FC000\n001FC000\n001FC000\n001FC000\n00000000\n00000000\n00000000\n00000000\n7F8003F8\n7F8003F8\n7F8007F8\n7FC007F8\n7FC007F8\n7FC007F8\n7FC00FF8\n7FC00FF8\n7FE00FF8\n7FE00FF8\n7FE00FF8\n7FE01FF8\n7FE01FFC\n7FF01FFC\n7FF01EFC\n7FF03EFC\n7FF03EFC\n7FF03EFC\n7FF83EFC\n7CF87CFC\nFCF87CFC\nFCF87CFC\nFCF87CFC\nFCFC7CFC\nFC7CF8FC\nFC7CF8FC\nFC7CF8FC\nFC7EF8FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC3FF0FC\nFC1FE0FC\nFC1FE0FC\nFC1FE0FC\nFC1FE0FC\nFC0FE0FC\nFC0FC0FC\nFC0FC0FC\nFC0FC0FC\nFC07C0FC\nFC07C0FC\nENDCHAR\nSTARTCHAR 1E41\nENCODING 7745\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 32 42 3 0\nBITMAP\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n00000000\n00000000\n00000000\n00000000\nFE1F00F8\nFE7FC3FE\nFFFFCFFE\nFFFFFFFF\nFFFFFFFF\nFF8FFC7F\nFE0FF07F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nFE07F03F\nENDCHAR\nSTARTCHAR 1E56\nENCODING 7766\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 24 54 3 0\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n000000\nFFFF00\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFFC\nFF03FC\nFF01FE\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF00FF\nFF00FF\nFF00FE\nFF00FE\nFF00FE\nFF00FE\nFF01FE\nFF07FC\nFFFFFC\nFFFFF8\nFFFFF0\nFFFFE0\nFFFF00\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nENDCHAR\nSTARTCHAR 1E57\nENCODING 7767\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 20 52 3 -10\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\nFE3F00\nFEFF80\nFFFFC0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FF0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE07F0\nFE0FF0\nFE0FF0\nFF0FE0\nFFFFE0\nFFFFC0\nFFFFC0\nFEFF80\nFE3E00\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR 1E60\nENCODING 7776\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 23 55 2 -1\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n001000\n03FF00\n0FFFC0\n1FFFE0\n3FFFF0\n7FFFF0\n7FEFF8\n7F03F8\nFF03F8\nFF01FC\nFE01FC\nFF01FC\nFF01F8\nFF0100\n7F8000\n7FC000\n7FE000\n3FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FF80\n01FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007FC\n0003FC\n0603FC\nFE01FE\nFE01FE\nFE01FE\nFE01FE\n7F01FE\n7F01FE\n7F83FC\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFF0\n07FFE0\n01FF80\n000800\nENDCHAR\nSTARTCHAR 1E61\nENCODING 7777\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 19 42 1 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\n000000\n000000\n03F800\n0FFE00\n1FFF00\n3FFF00\n3FFF80\n7F1FC0\n7F0FC0\n7E07C0\n7F0780\n7F0600\n7F8000\n3FC000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n007FC0\n003FC0\n001FE0\n0C0FE0\n7C0FE0\nFC0FE0\n7E0FE0\n7F1FE0\n7FFFC0\n3FFFC0\n1FFF80\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 1E6A\nENCODING 7786\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 54 0 0\nBITMAP\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n01FC00\n000000\n000000\n000000\n000000\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 1E6B\nENCODING 7787\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 15 50 1 0\nBITMAP\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0000\n0000\n0000\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FC0\n1FE0\n1FFE\n0FFE\n0FFE\n07FE\n07FE\n01FE\nENDCHAR\nSTARTCHAR 1E80\nENCODING 7808\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 34 57 2 0\nBITMAP\n007F000000\n003F800000\n003F800000\n001F800000\n001F800000\n000FC00000\n0007C00000\n0007C00000\n0003E00000\n0003E00000\n0001E00000\n0000000000\n0000000000\n0000000000\nFC01F00FC0\nFE01F00FC0\nFE03F00FC0\nFE03F01FC0\nFE03F01FC0\n7E03F81FC0\n7E03F81F80\n7E07F81F80\n7E07F81F80\n7F07F81F80\n7F07FC1F80\n7F07FC3F80\n3F07FC3F80\n3F0FFC3F00\n3F0FFC3F00\n3F0FFC3F00\n3F0FFE3F00\n3F8FFE3F00\n3F9F7E3F00\n1F9F3E7F00\n1F9F3E7E00\n1F9F3F7E00\n1F9F3F7E00\n1F9E3F7E00\n1FBE1F7E00\n1FFE1F7E00\n0FFE1FFE00\n0FFE1FFC00\n0FFE1FFC00\n0FFC1FFC00\n0FFC0FFC00\n0FFC0FFC00\n0FFC0FFC00\n07FC0FFC00\n07F80FF800\n07F807F800\n07F807F800\n07F807F800\n07F807F800\n07F007F800\n03F007F800\n03F003F000\n03F003F000\nENDCHAR\nSTARTCHAR 1E81\nENCODING 7809\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 29 45 1 0\nBITMAP\n03F80000\n01FC0000\n01FC0000\n00FC0000\n00FC0000\n007E0000\n003E0000\n003E0000\n001F0000\n001F0000\n000F0000\n00000000\n00000000\n00000000\nFC0FC0F8\nFC0FC1F8\nFE0FC1F8\nFE0FC1F8\n7E1FC1F0\n7E1FC1F0\n7E1FE1F0\n7E1FE1F0\n7E1FE3F0\n7F1FE3F0\n3F3FE3F0\n3F3FE3E0\n3F3FF3E0\n3F3FF3E0\n3F3DF7E0\n3F3DF7E0\n1F3CF7E0\n1FFCF7C0\n1FFCFFC0\n1FF8FFC0\n1FF8FFC0\n1FF8FFC0\n0FF87FC0\n0FF87FC0\n0FF07F80\n0FF07F80\n0FF07F80\n0FF03F80\n07F03F80\n07E03F80\n07E03F00\nENDCHAR\nSTARTCHAR 1E82\nENCODING 7810\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 34 57 2 0\nBITMAP\n00003F8000\n00003F0000\n00007F0000\n00007E0000\n00007E0000\n0000FC0000\n0000FC0000\n0000F80000\n0000F00000\n0001F00000\n0001E00000\n0000000000\n0000000000\n0000000000\nFC01F00FC0\nFE01F00FC0\nFE03F00FC0\nFE03F01FC0\nFE03F01FC0\n7E03F81FC0\n7E03F81F80\n7E07F81F80\n7E07F81F80\n7F07F81F80\n7F07FC1F80\n7F07FC3F80\n3F07FC3F80\n3F0FFC3F00\n3F0FFC3F00\n3F0FFC3F00\n3F0FFE3F00\n3F8FFE3F00\n3F9F7E3F00\n1F9F3E7F00\n1F9F3E7E00\n1F9F3F7E00\n1F9F3F7E00\n1F9E3F7E00\n1FBE1F7E00\n1FFE1F7E00\n0FFE1FFE00\n0FFE1FFC00\n0FFE1FFC00\n0FFC1FFC00\n0FFC0FFC00\n0FFC0FFC00\n0FFC0FFC00\n07FC0FFC00\n07F80FF800\n07F807F800\n07F807F800\n07F807F800\n07F807F800\n07F007F800\n03F007F800\n03F003F000\n03F003F000\nENDCHAR\nSTARTCHAR 1E83\nENCODING 7811\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 29 45 1 0\nBITMAP\n0000FE00\n0000FC00\n0001FC00\n0001F800\n0001F800\n0003F000\n0003F000\n0003E000\n0003C000\n0007C000\n00078000\n00000000\n00000000\n00000000\nFC0FC0F8\nFC0FC1F8\nFE0FC1F8\nFE0FC1F8\n7E1FC1F0\n7E1FC1F0\n7E1FE1F0\n7E1FE1F0\n7E1FE3F0\n7F1FE3F0\n3F3FE3F0\n3F3FE3E0\n3F3FF3E0\n3F3FF3E0\n3F3DF7E0\n3F3DF7E0\n1F3CF7E0\n1FFCF7C0\n1FFCFFC0\n1FF8FFC0\n1FF8FFC0\n1FF8FFC0\n0FF87FC0\n0FF87FC0\n0FF07F80\n0FF07F80\n0FF07F80\n0FF03F80\n07F03F80\n07E03F80\n07E03F00\nENDCHAR\nSTARTCHAR 1E84\nENCODING 7812\nSWIDTH 720 0\nDWIDTH 38 0\nBBX 34 54 2 0\nBITMAP\n007E1F8000\n007E1F8000\n007E1F8000\n007E1F8000\n007E1F8000\n007E1F8000\n007E1F8000\n0000000000\n0000000000\n0000000000\n0000000000\nFC01F00FC0\nFE01F00FC0\nFE03F00FC0\nFE03F01FC0\nFE03F01FC0\n7E03F81FC0\n7E03F81F80\n7E07F81F80\n7E07F81F80\n7F07F81F80\n7F07FC1F80\n7F07FC3F80\n3F07FC3F80\n3F0FFC3F00\n3F0FFC3F00\n3F0FFC3F00\n3F0FFE3F00\n3F8FFE3F00\n3F9F7E3F00\n1F9F3E7F00\n1F9F3E7E00\n1F9F3F7E00\n1F9F3F7E00\n1F9E3F7E00\n1FBE1F7E00\n1FFE1F7E00\n0FFE1FFE00\n0FFE1FFC00\n0FFE1FFC00\n0FFC1FFC00\n0FFC0FFC00\n0FFC0FFC00\n0FFC0FFC00\n07FC0FFC00\n07F80FF800\n07F807F800\n07F807F800\n07F807F800\n07F807F800\n07F007F800\n03F007F800\n03F003F000\n03F003F000\nENDCHAR\nSTARTCHAR 1E85\nENCODING 7813\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 29 41 1 0\nBITMAP\n01F87E00\n01F87E00\n01F87E00\n01F87E00\n01F87E00\n01F87E00\n01F87E00\n00000000\n00000000\n00000000\nFC0FC0F8\nFC0FC1F8\nFE0FC1F8\nFE0FC1F8\n7E1FC1F0\n7E1FC1F0\n7E1FE1F0\n7E1FE1F0\n7E1FE3F0\n7F1FE3F0\n3F3FE3F0\n3F3FE3E0\n3F3FF3E0\n3F3FF3E0\n3F3DF7E0\n3F3DF7E0\n1F3CF7E0\n1FFCF7C0\n1FFCFFC0\n1FF8FFC0\n1FF8FFC0\n1FF8FFC0\n0FF87FC0\n0FF87FC0\n0FF07F80\n0FF07F80\n0FF07F80\n0FF03F80\n07F03F80\n07E03F80\n07E03F00\nENDCHAR\nSTARTCHAR 1EF2\nENCODING 7922\nSWIDTH 492 0\nDWIDTH 26 0\nBBX 25 57 0 0\nBITMAP\n07F00000\n03F80000\n03F80000\n01F80000\n01F80000\n00FC0000\n007C0000\n007C0000\n003E0000\n003E0000\n001E0000\n00000000\n00000000\n00000000\nFF003F80\n7F003F80\n7F803F80\n7F807F00\n3F807F00\n3FC07F00\n3FC0FE00\n1FC0FE00\n1FE0FE00\n1FE1FC00\n0FE1FC00\n0FF1F800\n0FF1F800\n07F3F800\n07F3F000\n07FBF000\n03FFF000\n03FFE000\n03FFE000\n01FFE000\n01FFC000\n01FFC000\n00FFC000\n00FF8000\n00FF8000\n007F8000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\n007F8000\nENDCHAR\nSTARTCHAR 1EF3\nENCODING 7923\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 22 53 0 -8\nBITMAP\n1FC000\n0FE000\n0FE000\n07E000\n07E000\n03F000\n01F000\n01F000\n00F800\n00F800\n007800\n000000\n000000\n000000\nFF03FC\n7F03F8\n7F03F8\n7F03F8\n7F03F8\n3F83F0\n3F87F0\n3F87F0\n3F87F0\n1F87F0\n1FC7E0\n1FC7E0\n1FC7E0\n0FCFE0\n0FCFC0\n0FEFC0\n0FEFC0\n07EFC0\n07EF80\n07FF80\n03FF80\n03FF80\n03FF80\n03FF00\n01FF00\n01FF00\n01FF00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FC00\n01FC00\n1FFC00\n1FF800\n1FF000\n1FE000\n1F0000\nENDCHAR\nSTARTCHAR 2013\nENCODING 8211\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 26 5 0 14\nBITMAP\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nENDCHAR\nSTARTCHAR 2014\nENCODING 8212\nSWIDTH 1004 0\nDWIDTH 53 0\nBBX 53 5 0 17\nBITMAP\nFFFFFFFFFFFFF8\nFFFFFFFFFFFFF8\nFFFFFFFFFFFFF8\nFFFFFFFFFFFFF8\nFFFFFFFFFFFFF8\nENDCHAR\nSTARTCHAR 2015\nENCODING 8213\nSWIDTH 2008 0\nDWIDTH 106 0\nBBX 100 5 3 15\nBITMAP\nFFFFFFFFFFFFFFFFFFFFFFFFF0\nFFFFFFFFFFFFFFFFFFFFFFFFF0\nFFFFFFFFFFFFFFFFFFFFFFFFF0\nFFFFFFFFFFFFFFFFFFFFFFFFF0\nFFFFFFFFFFFFFFFFFFFFFFFFF0\nENDCHAR\nSTARTCHAR 2018\nENCODING 8216\nSWIDTH 360 0\nDWIDTH 19 0\nBBX 7 14 3 30\nBITMAP\n1C\n3E\n78\n70\nF0\nF0\nF0\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 2019\nENCODING 8217\nSWIDTH 227 0\nDWIDTH 12 0\nBBX 7 14 3 28\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n1E\n1E\n1E\n1E\n3C\nF8\n70\nENDCHAR\nSTARTCHAR 201A\nENCODING 8218\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 7 15 5 -7\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n1E\n1E\n1C\n1C\n3C\n78\nF8\nE0\nENDCHAR\nSTARTCHAR 201C\nENCODING 8220\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 18 14 3 30\nBITMAP\n1C03C0\n3E07C0\n780F00\n700F00\nF00E00\nF01E00\nF01E00\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nENDCHAR\nSTARTCHAR 201D\nENCODING 8221\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 18 14 4 28\nBITMAP\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\n0E03C0\n0E03C0\n1E0380\n1E0380\n3C0780\n7C1F00\n700E00\nENDCHAR\nSTARTCHAR 201E\nENCODING 8222\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 19 15 4 -6\nBITMAP\nFF0FE0\nFF0FE0\nFF0FE0\nFF0FE0\nFF0FE0\nFF0FE0\nFF0FE0\n0E01E0\n0E01E0\n0E01E0\n1E01C0\n1E03C0\n3C03C0\n7C0F80\n700700\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 43 2 0\nBITMAP\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nENDCHAR\nSTARTCHAR 2021\nENCODING 8225\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 43 2 0\nBITMAP\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\n07F000\nENDCHAR\nSTARTCHAR 2022\nENCODING 8226\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 16 16 3 12\nBITMAP\n07E0\n1FF8\n3FFC\n3FFE\n7FFE\n7FFF\n7FFF\nFFFF\nFFFF\n7FFF\n7FFF\n7FFE\n7FFE\n3FFC\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 2026\nENCODING 8230\nSWIDTH 606 0\nDWIDTH 32 0\nBBX 28 7 2 0\nBITMAP\nFE3F87F0\nFE3F87F0\nFE3F87F0\nFE3F87F0\nFE3F87F0\nFE3F87F0\nFE3F87F0\nENDCHAR\nSTARTCHAR 2030\nENCODING 8240\nSWIDTH 1383 0\nDWIDTH 73 0\nBBX 69 43 2 0\nBITMAP\n03F8001F0000000000\n1FFE001F0000000000\n3FFF803F0000000000\n3FFF803E0000000000\n7FFFC03E0000000000\n7F1FC03E0000000000\nFE0FC07C0000000000\nFE0FE07C0000000000\nFC0FE07C0000000000\nFC07E0FC0000000000\nFC07E0F80000000000\nFC07E0F80000000000\nFC07E0F80000000000\nFC07E1F00000000000\nFC0FE1F00000000000\nFC0FE1F00000000000\nFE0FE3F00000000000\n7E0FC3E00000000000\n7F1FC3E00000000000\n7FFFC3E03F8000FE00\n3FFF87C0FFF007FF80\n1FFF07C1FFF80FFFC0\n0FFE07C3FFFC1FFFE0\n03F807C7FFFC1FFFF0\n00000F87F1FE1FC7F0\n00000F87E0FE3F83F0\n00000F87E07E3F03F0\n00001F87E07E3F03F8\n00001F0FE07E3F03F8\n00001F0FE07E3F03F8\n00001F0FE07E3F03F8\n00003E0FE07E3F03F8\n00003E0FE07E3F03F8\n00003E0FE07E3F03F8\n00007E07E07E3F03F8\n00007C07E07E3F03F0\n00007C07E0FE3F83F0\n00007C07F1FC1FC7F0\n0000F803FFFC1FFFF0\n0000F803FFFC0FFFE0\n0000F801FFF80FFFC0\n0001F800FFF007FF80\n0001F0003F8000FE00\nENDCHAR\nSTARTCHAR 2039\nENCODING 8249\nSWIDTH 265 0\nDWIDTH 14 0\nBBX 11 28 2 1\nBITMAP\n0020\n0040\n00C0\n01C0\n01C0\n03C0\n07C0\n0FC0\n1FC0\n3F80\n7F00\nFE00\nFC00\nF800\nF800\nFC00\nFE00\n7F00\n3F80\n1FC0\n0FC0\n07C0\n03C0\n01C0\n00C0\n00C0\n0040\n0020\nENDCHAR\nSTARTCHAR 203A\nENCODING 8250\nSWIDTH 284 0\nDWIDTH 15 0\nBBX 11 28 2 4\nBITMAP\n8000\n4000\n6000\n7000\n7800\n7800\n7C00\n7E00\n7F00\n3F80\n1FC0\n0FE0\n07E0\n03E0\n03E0\n07E0\n0FC0\n1F80\n3F80\n7F00\n7E00\n7C00\n7800\n7000\n6000\n4000\n4000\n8000\nENDCHAR\nSTARTCHAR 2044\nENCODING 8260\nSWIDTH 265 0\nDWIDTH 14 0\nBBX 14 43 0 0\nBITMAP\n00FC\n00FC\n00FC\n00F8\n00F8\n01F8\n01F8\n01F8\n01F8\n01F0\n03F0\n03F0\n03F0\n03F0\n03E0\n03E0\n07E0\n07E0\n07E0\n07C0\n07C0\n0FC0\n0FC0\n0FC0\n0FC0\n0F80\n1F80\n1F80\n1F80\n1F80\n1F00\n1F00\n3F00\n3F00\n3F00\n3E00\n3E00\n7E00\n7E00\n7E00\n7E00\n7C00\nFC00\nENDCHAR\nSTARTCHAR 2074\nENCODING 8308\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 18 29 2 14\nBITMAP\n007C00\n00FC00\n01FC00\n01FC00\n03FC00\n03FC00\n07FC00\n07FC00\n0FFC00\n0FFC00\n1EFC00\n1EFC00\n3CFC00\n3CFC00\n78FC00\n78FC00\nF0FC00\nF0FC00\nFFFFC0\nFFFFC0\nFFFFC0\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\n00FC00\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 27 45 0 -1\nBITMAP\n00020000\n007FF800\n01FFFE00\n03FFFF00\n07FFFF00\n07FFFF80\n0FFFFFC0\n0FF03FC0\n1FE01FC0\n1FE01FC0\n1FE01FC0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE00000\n1FE00000\nFFFF0000\nFFFF0000\nFFFF0000\n1FE00000\n1FE00000\n1FE00000\n1FE00000\n1FE00000\nFFFF0000\nFFFF0000\nFFFF0000\n1FE00000\n1FE00000\n1FE01FE0\n1FE01FE0\n1FE01FE0\n1FE01FC0\n1FE01FC0\n1FE01FC0\n1FE03FC0\n0FF03FC0\n0FFFFF80\n07FFFF80\n07FFFF00\n03FFFF00\n01FFFE00\n007FF800\n00020000\nENDCHAR\nSTARTCHAR 2113\nENCODING 8467\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 24 50 4 0\nBITMAP\n0001FC\n0003FE\n0007FF\n000FFF\n001FFF\n001FFF\n001FBF\n001E1F\n001E0F\n001E0F\n001E1E\n003E1E\n003C1E\n003C3C\n003C3C\n003C78\n003CF8\n007CF0\n0079F0\n007BE0\n007BC0\n007FC0\n007F80\n00FF00\n00FE00\n00FE00\n00FC00\n00F800\n00F000\n01F000\n03F000\n03E000\n07E000\n0FE000\n1FE000\n1FE000\n3FE000\n7BC000\nF3C000\n73C000\n23C000\n03C000\n03C000\n03C0C0\n03C1E0\n03E3E0\n03FFC0\n01FF80\n00FE00\n003000\nENDCHAR\nSTARTCHAR 2116\nENCODING 8470\nSWIDTH 1004 0\nDWIDTH 53 0\nBBX 48 43 3 0\nBITMAP\nFC00FE000000\nFC00FE000000\nFE00FE000000\nFE00FE000000\nFF00FE000000\nFF00FE000000\nFF00FE000000\nFF80FE000000\nFF80FE000000\nFFC0FE000000\nFFC0FE000000\nFFE0FE000000\nFFE0FE003FC0\nFFE0FE00FFF0\nFFF0FE01FFF8\nFFF0FE03FFFC\nFFF8FE07FFFE\nFFF8FE07F9FE\nFFFCFE07F0FE\nFFFCFE0FF0FF\nFEFCFE0FE07F\nFEFEFE0FE07F\nFE7EFE0FE07F\nFE7FFE0FE07F\nFE7FFE0FE07F\nFE3FFE0FE07F\nFE3FFE0FE07F\nFE1FFE0FE07F\nFE1FFE0FE07F\nFE0FFE0FE07F\nFE0FFE0FE07F\nFE0FFE0FE07F\nFE07FE0FE07F\nFE07FE0FE07F\nFE03FE0FE07F\nFE03FE0FF0FF\nFE01FE07F0FE\nFE01FE07F9FE\nFE00FE07FFFE\nFE00FE03FFFC\nFE00FE01FFF8\nFE007E00FFF0\nFE007E003FC0\nENDCHAR\nSTARTCHAR 2122\nENCODING 8482\nSWIDTH 795 0\nDWIDTH 42 0\nBBX 36 25 3 18\nBITMAP\nFFFCFC01F0\nFFFCFC01F0\nFFFCFC03F0\nFFFCFC03F0\nFFFCFE03F0\n07C0FE07F0\n07C0FE07F0\n07C0FF07F0\n07C0FF0FF0\n07C0FF0FF0\n07C0FF8FF0\n07C0FF9EF0\n07C0FF9EF0\n07C0FFDEF0\n07C0FBDEF0\n07C0FBFCF0\n07C0FBFCF0\n07C0F9FCF0\n07C0F9F8F0\n07C0F9F8F0\n07C0F8F8F0\n07C0F8F0F0\n07C0F8F0F0\n07C0F870F0\n07C0F860F0\nENDCHAR\nSTARTCHAR 212E\nENCODING 8494\nSWIDTH 454 0\nDWIDTH 24 0\nBBX 20 31 2 0\nBITMAP\n03FC00\n0FFF00\n3F0F80\n3E07C0\n7E07E0\n7E07E0\n7E03E0\nFE03E0\nFE03E0\nFE03E0\nFE03E0\nFE03F0\nFE03F0\nFE03F0\nFFFFF0\nFFFFF0\nFE0000\nFE0000\nFE0000\nFE0000\nFE01E0\nFE01E0\nFE01E0\nFE01E0\nFE01E0\n7E01E0\n7E01E0\n3E01E0\n3F03C0\n1FFFC0\n07FF00\nENDCHAR\nSTARTCHAR 2202\nENCODING 8706\nSWIDTH 511 0\nDWIDTH 27 0\nBBX 23 44 2 0\nBITMAP\n01F800\n01FF00\n01FF80\n03FFE0\n03FFF0\n001FF0\n0007F8\n0003F8\n0001FC\n0000FC\n0000FC\n00007E\n00007E\n00007E\n01F87E\n07FE7E\n1FFF7E\n1FFFFE\n3FFFFE\n3FC3FE\n7F80FE\n7F00FE\n7F00FE\n7F00FC\n7F00FC\n7E00FC\n7E00FC\n7E01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01FC\nFE01F8\nFE01F8\nFE03F8\nFE03F8\nFE07F0\n7F8FF0\n7FFFE0\n3FFFE0\n1FFFC0\n07FF00\n00F800\nENDCHAR\nSTARTCHAR 220F\nENCODING 8719\nSWIDTH 587 0\nDWIDTH 31 0\nBBX 25 53 3 -11\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nFE003F80\nENDCHAR\nSTARTCHAR 2211\nENCODING 8721\nSWIDTH 416 0\nDWIDTH 22 0\nBBX 19 53 1 -11\nBITMAP\nFFFFE0\n7FFFE0\n7FFFE0\n7FFFE0\n3FFFE0\n3FFFE0\n3F8000\n3F8000\n1FC000\n1FC000\n1FC000\n0FE000\n0FE000\n0FE000\n07F000\n07F000\n07F000\n07F800\n03F800\n03F800\n03FC00\n01FC00\n01FC00\n01FE00\n00FE00\n00FE00\n00FE00\n00FE00\n01FE00\n01FC00\n01FC00\n03FC00\n03F800\n03F800\n03F800\n07F000\n07F000\n07F000\n0FE000\n0FE000\n0FE000\n0FC000\n1FC000\n1FC000\n1F8000\n3F8000\n3F8000\n3F0000\n3FFFE0\n7FFFE0\n7FFFE0\n7FFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 4 3 19\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR 2215\nENCODING 8725\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 43 2 0\nBITMAP\n000F80\n000F80\n001F00\n001F00\n001F00\n001F00\n003E00\n003E00\n003E00\n007C00\n007C00\n007C00\n007C00\n00F800\n00F800\n00F800\n01F000\n01F000\n01F000\n01F000\n03E000\n03E000\n03E000\n07C000\n07C000\n07C000\n07C000\n0F8000\n0F8000\n0F8000\n1F0000\n1F0000\n1F0000\n1F0000\n3E0000\n3E0000\n3E0000\n7E0000\n7C0000\n7C0000\n7C0000\nF80000\nF80000\nENDCHAR\nSTARTCHAR 2219\nENCODING 8729\nSWIDTH 189 0\nDWIDTH 10 0\nBBX 7 7 2 17\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 221A\nENCODING 8730\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 28 43 0 0\nBITMAP\n000007F0\n000007F0\n000007F0\n000007F0\n00000FE0\n00000FE0\n00000FE0\n00000FE0\n00000FE0\n00000FC0\n00001FC0\n00001FC0\nFFF81FC0\nFFF81F80\nFFF81F80\nFFF81F80\nFFF83F80\n03FC3F80\n01FC3F00\n01FC3F00\n01FC3F00\n01FC3F00\n01FC7F00\n00FE7E00\n00FE7E00\n00FE7E00\n00FE7E00\n007E7C00\n007E7C00\n007FFC00\n007FFC00\n007FFC00\n003FF800\n003FF800\n003FF800\n003FF800\n001FF800\n001FF000\n001FF000\n001FF000\n001FF000\n000FF000\n000FE000\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 644 0\nDWIDTH 34 0\nBBX 32 19 1 5\nBITMAP\n01800000\n0FF007E0\n1FFC1FF8\n3FFE3FFC\n7FFF7FFE\n7FFFFFFE\n7E7FFFFE\nFC1FFC3F\nF80FF81F\nF807F01F\nF80FF01F\nFC1FFC3F\n7E3FFFFE\n7FFFFFFE\n7FFF7FFE\n3FFE3FFC\n1FFC1FF8\n0FF80FE0\n03C00000\nENDCHAR\nSTARTCHAR 222B\nENCODING 8747\nSWIDTH 341 0\nDWIDTH 18 0\nBBX 16 53 1 -10\nBITMAP\n01FF\n03FF\n07FF\n07FF\n0FFF\n0FF0\n0FF0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nBFE0\nFFE0\nFFE0\nFFC0\nFF80\nFE00\nENDCHAR\nSTARTCHAR 2248\nENCODING 8776\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 21 19 2 12\nBITMAP\n0F8000\n1FE020\n3FF8F0\n7FFFF8\nFFFFF0\n79FFF0\n307FE0\n201F80\n000000\n000000\n000000\n0FC020\n3FF070\n7FFDF0\nFFFFF8\nFFFFF0\n78FFE0\n203FC0\n000F80\nENDCHAR\nSTARTCHAR 2260\nENCODING 8800\nSWIDTH 435 0\nDWIDTH 23 0\nBBX 17 43 3 0\nBITMAP\n000F80\n000F80\n001F80\n001F00\n001F00\n001F00\n003E00\n003E00\n003E00\n007E00\n007C00\n007C00\n007C00\n00F800\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n01F000\n03E000\n03E000\n03E000\n03E000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n0F8000\n0F8000\n1F0000\n1F0000\n1F0000\n3E0000\n3E0000\n3E0000\n3E0000\n7C0000\n7C0000\n7C0000\nF80000\nF80000\nENDCHAR\nSTARTCHAR 2264\nENCODING 8804\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 16 35 2 1\nBITMAP\n0001\n0003\n000F\n001F\n007F\n00FF\n03FF\n07FE\n0FF8\n3FF0\n7FC0\nFF80\nFF00\nFC00\nFC00\nFF00\nFF80\n7FE0\n3FF0\n0FF8\n07FE\n03FF\n00FF\n007F\n001F\n000F\n0003\n0001\n0000\n0000\n0000\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 2265\nENCODING 8805\nSWIDTH 397 0\nDWIDTH 21 0\nBBX 17 35 3 1\nBITMAP\n800000\nE00000\nF00000\nFC0000\nFE0000\nFF8000\nFFC000\n3FF000\n1FF800\n07FC00\n03FF00\n01FF00\n007F00\n003F00\n007F00\n00FF00\n01FF00\n07FE00\n0FFC00\n3FF000\n7FE000\nFF8000\nFF0000\nFC0000\nF80000\nF00000\nC00000\n800000\n000000\n000000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR 25CA\nENCODING 9674\nSWIDTH 473 0\nDWIDTH 25 0\nBBX 22 31 2 0\nBITMAP\n007000\n007800\n00F800\n01FC00\n01FE00\n03FE00\n03DF00\n078F00\n0F8F80\n0F07C0\n1F03C0\n3E03E0\n3C01F0\n7C01F0\n7800F8\nF8007C\nF800F8\n7C00F8\n7C01F0\n3E01E0\n1E03E0\n1F03C0\n0F8780\n078F80\n07CF00\n03DF00\n03FE00\n01FC00\n00FC00\n00F800\n007800\nENDCHAR\nSTARTCHAR FB00\nENCODING 64256\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 29 41 1 1\nBITMAP\n01FE07F8\n07FE1FF8\n0FFE3FF8\n0FFE3FF8\n0FFE3FF8\n1FE07F80\n1FE07F80\n1FE07F80\n1FC07F00\n1FC07F00\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\n1FC07F00\nENDCHAR\nSTARTCHAR FB01\nENCODING 64257\nSWIDTH 530 0\nDWIDTH 28 0\nBBX 24 41 1 0\nBITMAP\n01FC7F\n03FC7F\n07FC7F\n0FFC7F\n0FFC7F\n1FE07F\n1FE000\n1FC000\n1FC000\n1FC000\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\n1FC07F\nENDCHAR\nSTARTCHAR FB02\nENCODING 64258\nSWIDTH 549 0\nDWIDTH 29 0\nBBX 25 43 1 0\nBITMAP\n003FF000\n01FFFF80\n07FFFF80\n07FFFF80\n0FFFFF80\n0FF03F80\n1FE03F80\n1FE03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\nFFFC3F80\nFFFC3F80\nFFFC3F80\nFFFC3F80\nFFFC3F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\n1FC03F80\nENDCHAR\nSTARTCHAR FB03\nENCODING 64259\nSWIDTH 776 0\nDWIDTH 41 0\nBBX 37 41 1 0\nBITMAP\n01FC0FF3F8\n07FC3FF3F8\n0FFC3FF3F8\n0FFC7FF3F8\n1FFC7FF3F8\n1FE07F03F8\n1FE07F0000\n1FC0FF0000\n1FC0FF0000\n1FC0FF0000\nFFFFFFFFF8\nFFFFFFFFF8\nFFFFFFFFF8\nFFFFFFFFF8\nFFFFFFFFF8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\n1FC0FF03F8\nENDCHAR\nSTARTCHAR FB04\nENCODING 64260\nSWIDTH 776 0\nDWIDTH 41 0\nBBX 36 41 1 1\nBITMAP\n01FE0FF7F0\n07FE3FF7F0\n0FFE7FF7F0\n0FFE7FF7F0\n0FFE7FF7F0\n1FE0FF07F0\n1FE0FF0000\n1FE0FF0000\n1FC0FE0000\n1FC0FE0000\nFFFFFFF7F0\nFFFFFFF7F0\nFFFFFFF7F0\nFFFFFFF7F0\nFFFFFFF7F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\n1FC0FE07F0\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/Oswald-Medium.48.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"C:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\Oswald-Medium.ttf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-Oswald-Medium-R-Normal--66-480-100-100-P-277-ISO10646-1\nSIZE 48 100 100\nFONTBOUNDINGBOX 136 96 -6 -22\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"Oswald\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 66\nPOINT_SIZE 480\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 277\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 73\nFONT_DESCENT 17\nCOPYRIGHT \"Copyright (c) 2010-13 by Vernon Adams\"\n_OTF_FONTFILE \"C:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\Oswald-Medium.ttf\"\n_OTF_PSNAME \"Oswald-Medium\"\nENDPROPERTIES\nCHARS 554\nSTARTCHAR 0020\nENCODING 32\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 0021\nENCODING 33\nSWIDTH 225 0\nDWIDTH 15 0\nBBX 9 54 3 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\n7F80\n7F80\n7F80\n7F80\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3C00\n3C00\n3C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n1C00\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 0022\nENCODING 34\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 19 18 4 36\nBITMAP\nFF1FE0\nFF1FE0\nFF1FE0\nFE1FE0\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nFC1FC0\nFC1F80\nFC1F80\nFC1F80\nFC1F80\nF81F80\nF81F00\nF81F00\nF81F00\nF81F00\nENDCHAR\nSTARTCHAR 0023\nENCODING 35\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 30 54 2 0\nBITMAP\n007F03F8\n00FF07F8\n00FF07F8\n00FE07F0\n00FE07F0\n00FE07F0\n00FE07F0\n00FE07F0\n01FE0FF0\n01FE0FF0\n01FC0FE0\n01FC0FE0\n01FC0FE0\n01FC0FE0\n01FC0FE0\n03FC1FE0\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\n07F83FC0\n07F83FC0\n07F83FC0\n07F03F80\n07F03F80\n07F03F80\n07F03F80\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\nFFFFFFFC\nFFFFFFFC\n0FE07F00\n1FE0FF00\n1FE0FF00\n1FE0FF00\n1FC0FF00\n1FC0FE00\n1FC0FE00\n1FC0FE00\n3FC1FE00\n3FC1FE00\n3FC1FE00\n3F81FE00\n3F81FC00\n3F81FC00\n3F81FC00\n3F81FC00\n7F83FC00\n7F83FC00\n7F03FC00\nENDCHAR\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 29 66 2 -6\nBITMAP\n00070000\n00070000\n00070000\n00070000\n00070000\n00078000\n01FFF800\n07FFFC00\n0FFFFF00\n1FFFFF80\n3FFFFF80\n3FFFFFC0\n7FFDFFC0\n7FE07FE0\n7FC03FE0\nFFC03FE0\nFF801FE0\nFF801FE0\nFF801FF0\nFFC01FF0\nFFC01F80\nFFC01000\nFFE00000\n7FF00000\n7FF80000\n7FFC0000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFF000\n03FFF800\n01FFFC00\n00FFFE00\n007FFF00\n003FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FF0\n00003FF0\n07803FF0\nFF801FF0\nFF801FF8\nFF801FF8\nFF801FF8\nFF801FF8\n7FC01FF8\n7FC01FF0\n7FE01FF0\n3FF03FF0\n3FFFFFE0\n3FFFFFE0\n1FFFFFC0\n0FFFFFC0\n07FFFF80\n03FFFE00\n00FFFC00\n0003C000\n00038000\n00038000\n00038000\n00038000\n00038000\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 975 0\nDWIDTH 65 0\nBBX 59 54 3 0\nBITMAP\n01FF00003F000000\n07FFC0007F000000\n1FFFF0007F000000\n3FFFF8007E000000\n3FFFF8007E000000\n7FFFFC00FE000000\n7FEFFC00FC000000\nFF83FE00FC000000\nFF01FE01FC000000\nFF01FE01FC000000\nFF01FE01F8000000\nFF01FE01F8000000\nFF01FE03F8000000\nFF01FE03F0000000\nFF01FE03F0000000\nFF01FE07F0000000\nFF01FE07F0000000\nFF01FE07E0000000\nFF01FE07E0000000\nFF01FE0FE0000000\nFF01FE0FC0000000\nFF01FE0FC0000000\nFF83FE1FC0000000\n7FCFFC1FC0000000\n7FFFFC1F80000000\n3FFFF81F803FF800\n3FFFF83F80FFFE00\n1FFFF03F03FFFF00\n07FFC03F03FFFF80\n01FF007F07FFFFC0\n0000007F07FFFFC0\n0000007E0FF87FC0\n0000007E0FF03FE0\n000000FE0FF01FE0\n000000FE0FF01FE0\n000000FC0FE01FE0\n000001FC1FE01FE0\n000001FC1FE01FE0\n000001F81FE01FE0\n000001F81FE01FE0\n000003F81FE01FE0\n000003F81FE01FE0\n000003F00FE01FE0\n000007F00FF01FE0\n000007F00FF01FE0\n000007E00FF01FE0\n000007E00FF83FC0\n00000FE00FFCFFC0\n00000FE007FFFFC0\n00000FC007FFFF80\n00000FC003FFFF80\n00001FC001FFFF00\n00001F8000FFFC00\n00001F80001FF000\nENDCHAR\nSTARTCHAR 0026\nENCODING 38\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 33 56 3 -1\nBITMAP\n0004000000\n007FE00000\n01FFF80000\n03FFFE0000\n07FFFF0000\n0FFFFF0000\n0FFFFF8000\n1FF0FF8000\n1FE07FC000\n1FE03FC000\n3FE03FC000\n3FE03FC000\n3FE03FC000\n3FE07FC000\n1FE07F8000\n1FE07F8000\n1FE07F8000\n1FF0FF0000\n0FF0FF0000\n0FF1FE0000\n07F1FE0000\n07FBFC0000\n03FBF80000\n03FFF00000\n01FFF00000\n01FFE00000\n00FFC00000\n01FF800000\n01FF800000\n03FF807F80\n07FFC07F80\n0FFFC07F80\n1FFFE07F80\n1FFFF07F80\n3FEFF07F80\n3FC7F87F00\n7FC7F8FF00\n7F83FCFF00\n7F83FCFE00\n7F81FFFE00\nFF81FFFE00\nFF80FFFC00\nFF807FFC00\nFF807FF800\nFF803FF800\n7F803FF800\n7F803FFC00\n7FC07FFF80\n7FC1FFFF80\n3FFFFFFF80\n3FFFFFFF80\n1FFFFCFF80\n0FFFF87F80\n07FFF01F80\n01FFC00F80\n0008000100\nENDCHAR\nSTARTCHAR 0027\nENCODING 39\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 7 18 5 36\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFC\nFC\nFC\nFC\nFC\nF8\nF8\nF8\nF8\nF8\nF8\nF0\nF0\nENDCHAR\nSTARTCHAR 0028\nENCODING 40\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 15 68 5 -13\nBITMAP\n0002\n007C\n01FC\n03FC\n07FC\n0FFC\n1FFC\n1FF0\n1FE0\n3FE0\n3FC0\n7FC0\n7FC0\n7F80\n7F80\n7F80\nFF80\nFF80\nFF80\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF80\nFF80\nFF80\nFF80\n7F80\n7F80\n7F80\n7FC0\n3FC0\n3FC0\n3FE0\n1FF0\n1FF8\n0FFC\n0FFC\n07FC\n03FC\n00FC\n003C\nENDCHAR\nSTARTCHAR 0029\nENCODING 41\nSWIDTH 285 0\nDWIDTH 19 0\nBBX 15 68 2 -13\nBITMAP\n8000\nF800\nFE00\nFF00\nFF80\nFFC0\nFFE0\n3FE0\n1FF0\n0FF0\n0FF0\n07F8\n07F8\n07F8\n07FC\n07FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FC\n03FC\n03FC\n03FC\n03FC\n03FC\n07FC\n07FC\n07F8\n07F8\n07F8\n0FF8\n0FF0\n1FF0\n1FF0\n7FE0\nFFE0\nFFC0\nFF80\nFF00\nFC00\nF000\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 23 3 30\nBITMAP\n00FE00\n00FE00\n00FE00\n007E00\n007E00\n307E0C\n7C7C3C\n7E7CFC\n7FFFFE\nFFFFFE\n7FFFFE\n1FFFF0\n03FFC0\n01FF00\n01FF80\n03FFC0\n07EFC0\n0FE7E0\n0FC7F0\n1FC3F8\n3F83F0\n0781E0\n030180\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 25 28 2 14\nBITMAP\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\n007F0000\nENDCHAR\nSTARTCHAR 002C\nENCODING 44\nSWIDTH 210 0\nDWIDTH 14 0\nBBX 9 18 3 -10\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0F80\n0F00\n0F00\n1F00\n3F00\n7E00\nFC00\n7800\n6000\nENDCHAR\nSTARTCHAR 002D\nENCODING 45\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 16 6 4 19\nBITMAP\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 002E\nENCODING 46\nSWIDTH 210 0\nDWIDTH 14 0\nBBX 9 9 3 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 002F\nENCODING 47\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 54 2 0\nBITMAP\n0000FC\n0001FC\n0001F8\n0001F8\n0003F8\n0003F8\n0003F0\n0003F0\n0007F0\n0007E0\n0007E0\n000FE0\n000FE0\n000FC0\n000FC0\n001FC0\n001F80\n001F80\n003F80\n003F80\n003F00\n003F00\n007F00\n007E00\n007E00\n00FE00\n00FE00\n00FC00\n00FC00\n01FC00\n01F800\n01F800\n03F800\n03F800\n03F000\n03F000\n07F000\n07E000\n07E000\n0FE000\n0FE000\n0FC000\n0FC000\n1FC000\n1F8000\n1F8000\n1F8000\n3F8000\n3F0000\n3F0000\n7F0000\n7E0000\n7E0000\nFE0000\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 28 56 3 -1\nBITMAP\n00020000\n00FFF000\n03FFFC00\n07FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFFC0\n3FFFFFC0\n7FFFFFE0\n7FE07FE0\n7FC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\nFFC03FF0\nFFC03FF0\n7FE03FF0\n7FE07FE0\n7FFFFFE0\n3FFFFFC0\n3FFFFFC0\n1FFFFF80\n0FFFFF00\n07FFFE00\n03FFFC00\n00FFF000\n00020000\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 18 54 6 0\nBITMAP\n003FC0\n007FC0\n00FFC0\n03FFC0\n0FFFC0\n7FFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nF87FC0\n807FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\n007FC0\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 28 55 3 0\nBITMAP\n00020000\n00FFF800\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n1FFFFFE0\n3FFFFFE0\n3FFFFFE0\n7FF07FF0\n7FE03FF0\n7FC01FF0\n7FC01FF0\n7FC01FF0\nFFC01FF0\nFFC01FF0\nFFC01FF0\nFFC01FF0\nFFC01FF0\n00003FF0\n00003FF0\n00007FE0\n00007FE0\n0000FFC0\n0000FFC0\n0001FF80\n0003FF80\n0003FF00\n0007FF00\n0007FE00\n000FFC00\n001FFC00\n001FF800\n003FF000\n007FF000\n007FE000\n00FFC000\n01FFC000\n01FF8000\n03FF0000\n07FF0000\n07FE0000\n0FFC0000\n0FFC0000\n1FF80000\n3FF00000\n3FE00000\n7FE00000\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 56 3 -1\nBITMAP\n00040000\n00FFF000\n03FFFC00\n0FFFFF00\n1FFFFF80\n3FFFFF80\n3FFFFFC0\n7FFFFFE0\n7FE07FE0\nFFC03FE0\nFFC03FF0\nFF803FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\n00001FF0\n00003FF0\n00003FE0\n00003FE0\n00007FE0\n0001FFC0\n001FFF80\n001FFF80\n001FFE00\n001FF800\n001FFE00\n001FFF00\n001FFF80\n001FFFC0\n0001FFC0\n00007FE0\n00003FE0\n00003FE0\n00003FF0\n00001FF0\n00001FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC03FF0\nFFC03FE0\nFFE07FE0\n7FFFFFE0\n7FFFFFC0\n3FFFFFC0\n3FFFFF80\n1FFFFF00\n0FFFFE00\n07FFFC00\n00FFF000\n00040000\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 31 54 2 0\nBITMAP\n0003FF80\n0007FF80\n0007FF80\n0007FF80\n000FFF80\n000FFF80\n001FFF80\n001FFF80\n001FFF80\n003FFF80\n003FFF80\n007FFF80\n007FFF80\n00FEFF80\n00FEFF80\n00FEFF80\n01FCFF80\n01FCFF80\n03FCFF80\n03F8FF80\n07F8FF80\n07F8FF80\n07F0FF80\n0FF0FF80\n0FE0FF80\n1FE0FF80\n1FE0FF80\n3FC0FF80\n3FC0FF80\n3FC0FF80\n7F80FF80\n7F80FF80\nFF80FF80\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 55 3 -1\nBITMAP\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3FFFFFC0\n3F800000\n3F800000\n3F800000\n3F800000\n3F800000\n3F800000\n7F800000\n7F800000\n7F800000\n7F800000\n7F800000\n7F8FF800\n7FBFFE00\n7FFFFF00\n7FFFFF80\n7FFFFFC0\n7FFFFFC0\n7FF0FFE0\n7FE03FE0\n7FC03FE0\n7F801FF0\n7F801FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC01FE0\n7FC03FE0\n7FE03FE0\n7FE07FE0\n3FFFFFC0\n3FFFFFC0\n1FFFFF80\n1FFFFF00\n0FFFFE00\n03FFFC00\n00FFF000\n00020000\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 29 56 3 -1\nBITMAP\n00020000\n007FF800\n01FFFE00\n07FFFF00\n0FFFFF80\n0FFFFFC0\n1FFFFFE0\n1FFFFFE0\n3FF03FE0\n3FE03FF0\n7FE01FF0\n7FC01FF0\n7FC01FF0\n7FC01FF0\n7FC01FF0\n7FC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC3F800\nFFCFFE00\nFFFFFF00\nFFFFFF80\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFF07FF0\nFFE03FF0\nFFC01FF0\nFFC01FF0\nFFC01FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC01FF8\n7FC01FF8\n7FC01FF0\n7FC01FF0\n7FC01FF0\n7FC01FF0\n7FC01FF0\n3FE03FE0\n3FF07FE0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n07FFFF80\n03FFFF00\n01FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 54 3 0\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n0003FE\n0003FC\n0007FC\n0007FC\n0007FC\n0007FC\n0007F8\n000FF8\n000FF8\n000FF8\n000FF0\n001FF0\n001FF0\n001FF0\n001FF0\n003FE0\n003FE0\n003FE0\n003FE0\n003FC0\n007FC0\n007FC0\n007FC0\n007FC0\n00FF80\n00FF80\n00FF80\n00FF80\n00FF00\n01FF00\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n07FC00\n07FC00\n07FC00\n07FC00\n0FF800\n0FF800\n0FF800\n0FF800\n1FF800\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 28 56 3 -1\nBITMAP\n00040000\n00FFF000\n03FFFC00\n07FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFF80\n3FFFFFC0\n7FE0FFC0\n7FC07FC0\n7FC03FE0\n7FC03FE0\nFF803FE0\nFF803FE0\nFF803FE0\nFF803FE0\n7F803FE0\n7F803FE0\n7FC03FE0\n7FC07FC0\n7FC07FC0\n3FE07FC0\n3FF0FF80\n1FFFFF80\n0FFFFF00\n07FFFE00\n03FFFC00\n07FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFFC0\n7FF0FFC0\n7FC07FE0\nFFC03FE0\nFF803FE0\nFF803FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF803FE0\nFF803FE0\nFFC03FE0\n7FE07FE0\n7FFFFFC0\n3FFFFFC0\n3FFFFF80\n1FFFFF00\n0FFFFE00\n07FFFC00\n00FFF000\n00040000\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 28 56 3 -1\nBITMAP\n00040000\n00FFF000\n03FFFC00\n07FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFF80\n3FFFFFC0\n7FE07FC0\n7FE07FE0\n7FC03FE0\n7FC03FE0\nFFC03FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FF9FFF0\n3FFFFFF0\n3FFFFFF0\n1FFFFFF0\n0FFFDFF0\n07FF9FF0\n00FE1FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\n00001FF0\nFF801FF0\nFF803FF0\nFF803FF0\nFF803FE0\n7FC03FE0\n7FC07FE0\n7FE07FC0\n7FFFFFC0\n3FFFFF80\n3FFFFF80\n1FFFFF00\n0FFFFE00\n03FFFC00\n00FFF000\n00040000\nENDCHAR\nSTARTCHAR 003A\nENCODING 58\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 9 31 4 5\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 003B\nENCODING 59\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 9 44 4 -6\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0780\n0780\n0F80\n0F80\n1F00\nFF00\n7E00\n7C00\n4000\nENDCHAR\nSTARTCHAR 003C\nENCODING 60\nSWIDTH 390 0\nDWIDTH 26 0\nBBX 20 36 2 3\nBITMAP\n000010\n000030\n000070\n0000F0\n0003F0\n0007F0\n001FF0\n003FF0\n00FFF0\n01FFE0\n07FFC0\n0FFF00\n3FFE00\n7FF800\nFFF000\nFFC000\nFF8000\nFF0000\nFE0000\nFF8000\nFFC000\nFFE000\nFFF800\n3FFC00\n1FFF00\n07FF80\n03FFE0\n00FFF0\n007FF0\n003FF0\n000FF0\n0007F0\n0001F0\n0000F0\n000030\n000010\nENDCHAR\nSTARTCHAR 003D\nENCODING 61\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 18 4 19\nBITMAP\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n000000\n000000\n000000\n000000\n000000\n000000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 003E\nENCODING 62\nSWIDTH 390 0\nDWIDTH 26 0\nBBX 21 36 3 3\nBITMAP\n800000\n400000\n700000\n780000\n7E0000\n7F0000\n7FC000\n7FE000\n7FF800\n3FFC00\n1FFE00\n0FFF80\n03FFC0\n01FFF0\n007FF8\n003FF8\n000FF8\n0007F8\n0003F8\n000FF8\n001FF8\n007FF8\n00FFF0\n01FFE0\n07FFC0\n0FFF00\n3FFE00\n7FF800\n7FF000\n7FC000\n7F8000\n7E0000\n7C0000\n700000\n600000\n400000\nENDCHAR\nSTARTCHAR 003F\nENCODING 63\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 27 55 3 0\nBITMAP\n00080000\n01FFE000\n07FFF800\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFFFFC0\nFFFFFFC0\nFFC0FFE0\nFF807FE0\nFF803FE0\nFF803FE0\nFF803FE0\nFF803FE0\nFF803FE0\nFF803FE0\n78003FE0\n00003FE0\n00007FC0\n00007FC0\n0000FFC0\n0000FF80\n0001FF80\n0001FF00\n0003FF00\n0007FE00\n000FFC00\n001FF800\n003FF000\n007FF000\n00FFE000\n01FFC000\n01FF0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n01FE0000\n00000000\n00000000\n00000000\n00000000\n00000000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 945 0\nDWIDTH 63 0\nBBX 56 63 4 -9\nBITMAP\n0000007FF80000\n000007FFFF8000\n00003FFFFFE000\n0000FFFFFFF800\n0003FFFFFFFE00\n0007FFFFFFFF00\n001FFFF07FFF80\n003FFE0003FFC0\n007FF800007FE0\n00FFE000003FF0\n01FFC000000FF0\n01FF00000007F8\n03FE00000003F8\n07FC00000003FC\n07F8003F9FC1FC\n0FF800FFDFC1FE\n0FF003FFFFC0FE\n1FE007FFFFC0FE\n1FE00FFFFFC07E\n3FC00FFFFFC07F\n3FC01FFC3F807F\n3FC03FF07F807F\n7F803FE07F807F\n7F807FC07F807F\n7F807F807F803F\n7F00FF807F803F\n7F00FF007F803F\nFF00FF007F003F\nFF01FF00FF007F\nFF01FE00FF007F\nFF01FE00FF007F\nFE01FE00FF007F\nFE01FE00FF007E\nFE01FE00FF007E\nFE01FE00FE00FE\nFE03FE01FE00FE\nFE01FE01FE00FC\nFE01FE01FE01FC\nFE01FE03FE03F8\nFE01FF03FE03F8\nFF01FF8FFE07F0\nFF00FFFFFE0FE0\nFF00FFFEFE3FE0\n7F007FFEFFFFC0\n7F807FFEFFFF80\n7F803FFC7FFE00\n7F800FF83FFC00\n3FC003C00FE000\n3FE00000000000\n1FE00000000000\n1FF00000000000\n0FF80000000000\n0FFC0000000000\n07FF0000000000\n03FF8000000000\n01FFF000038000\n00FFFFE3FFC000\n007FFFFFFFC000\n001FFFFFFFC000\n000FFFFFFFC000\n0003FFFFFFE000\n00007FFFFF0000\n000007FFC00000\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 54 1 0\nBITMAP\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 54 4 0\nBITMAP\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFC0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF0\nFFC01FF0\nFFC03FF0\nFFC1FFE0\nFFFFFFC0\nFFFFFF00\nFFFFFC00\nFFFFFF80\nFFFFFFC0\nFFFFFFF0\nFFC07FF0\nFFC01FF8\nFFC00FFC\nFFC00FFC\nFFC007FC\nFFC007FC\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FC\nFFC00FFC\nFFC00FFC\nFFC01FF8\nFFC0FFF8\nFFFFFFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFF80\nFFFFFF00\nFFFFF000\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 56 3 -1\nBITMAP\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 30 54 4 0\nBITMAP\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFFFFFF0\nFFC07FF0\nFFC03FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC03FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFF00\nFFFFFC00\nFFFFE000\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 54 4 0\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 54 4 0\nBITMAP\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 56 3 -1\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 54 4 0\nBITMAP\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 10 54 4 0\nBITMAP\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 17 55 1 -1\nBITMAP\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n03FF00\n03FF00\n0FFF00\nFFFF00\nFFFE00\nFFFE00\nFFFC00\nFFF800\nFFE000\nF00000\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 31 54 4 0\nBITMAP\nFFC007FC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC01FF0\nFFC03FF0\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC7FE00\nFFC7FE00\nFFCFFC00\nFFCFFC00\nFFDFF800\nFFDFF800\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFF800\nFFEFFC00\nFFEFFC00\nFFC7FE00\nFFC7FE00\nFFC7FE00\nFFC3FF00\nFFC3FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFE0\nFFC07FE0\nFFC07FE0\nFFC03FF0\nFFC03FF0\nFFC03FF8\nFFC01FF8\nFFC01FF8\nFFC00FFC\nFFC00FFC\nFFC00FFE\nFFC007FE\nFFC007FE\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 54 4 0\nBITMAP\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 690 0\nDWIDTH 46 0\nBBX 38 54 4 0\nBITMAP\n7FE0001FF8\n7FE0001FF8\n7FF0001FF8\n7FF0001FF8\n7FF0003FF8\n7FF0003FF8\n7FF0003FF8\n7FF8003FF8\n7FF8003FF8\n7FF8007FF8\n7FF8007FF8\n7FF8007FF8\n7FFC007FF8\n7FFC00FFF8\n7FFC00FFF8\n7FFC00FFF8\n7FFC00FFF8\n7FFE01FFF8\n7FFE01FBF8\n7FFE01FBF8\nFFFE01FBF8\nFF7E01FBF8\nFF7F03F3F8\nFF7F03F3F8\nFF7F03F3F8\nFF3F03F3F8\nFF3F07F3F8\nFF3F87E3F8\nFF3F87E3F8\nFF3F87E3F8\nFF1F87E3F8\nFF1F8FE3F8\nFF1FCFC3F8\nFF1FCFC3F8\nFF0FCFC3F8\nFF0FDFC3F8\nFF0FFFC3F8\nFF0FFF83F8\nFF0FFF83F8\nFF07FF83FC\nFF07FF83FC\nFF07FF03FC\nFF07FF03FC\nFF03FF03FC\nFF03FF03FC\nFF03FF03FC\nFF03FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FC03FC\nFF00FC03FC\nFF00FC03FC\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 28 54 4 0\nBITMAP\nFE000FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF800FF0\nFF800FF0\nFFC00FF0\nFFC00FF0\nFFE00FF0\nFFE00FF0\nFFF00FF0\nFFF00FF0\nFFF00FF0\nFFF80FF0\nFFF80FF0\nFFFC0FF0\nFFFC0FF0\nFFFE0FF0\nFFFE0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF8FF0\nFF7F8FF0\nFF7FCFF0\nFF7FCFF0\nFF3FEFF0\nFF3FEFF0\nFF1FFFF0\nFF1FFFF0\nFF0FFFF0\nFF0FFFF0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0003F0\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 56 3 -1\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 54 4 0\nBITMAP\nFFFFF000\nFFFFFE00\nFFFFFF80\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFE0\nFFFFFFC0\nFFFFFF00\nFFFFFE00\nFFFFF000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 66 3 -11\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFF00\n00017F80\n00003FC0\n00003FE0\n00001FF0\n00000FF8\n000007F8\n000003F0\n000001F0\n000000F0\n00000070\n00000010\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 54 4 0\nBITMAP\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 56 3 -1\nBITMAP\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 54 0 0\nBITMAP\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 55 4 -1\nBITMAP\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 31 54 2 0\nBITMAP\nFF0003FE\nFF8003FE\nFF8003FE\nFF8003FC\nFF8007FC\n7F8007FC\n7FC007FC\n7FC007FC\n7FC007F8\n7FC00FF8\n3FC00FF8\n3FC00FF8\n3FE00FF8\n3FE00FF0\n3FE00FF0\n1FE01FF0\n1FE01FF0\n1FF01FF0\n1FF01FE0\n1FF01FE0\n0FF03FE0\n0FF03FE0\n0FF83FE0\n0FF83FC0\n07F83FC0\n07F83FC0\n07F87FC0\n07FC7FC0\n07FC7F80\n03FC7F80\n03FC7F80\n03FC7F80\n03FCFF00\n03FEFF00\n01FEFF00\n01FEFF00\n01FEFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF800\n003FF800\n003FF000\n003FF000\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 44 54 2 0\nBITMAP\nFF801F800FF0\nFF801FC00FF0\n7F801FC01FF0\n7F801FC01FE0\n7F803FC01FE0\n7F803FC01FE0\n7F803FE01FE0\n7F803FE01FE0\n7FC03FE01FE0\n3FC03FE01FE0\n3FC07FE03FC0\n3FC07FE03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC0FFF03FC0\n1FE0FFF03FC0\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE1FFF87F80\n1FE1FBFC7F80\n0FE1F9FC7F80\n0FF1F9FC7F00\n0FF1F9FCFF00\n0FF3F9FCFF00\n0FF3F1FCFF00\n0FF3F0FEFF00\n0FF3F0FEFF00\n07F3F0FEFF00\n07FBF0FEFE00\n07FFE0FEFE00\n07FFE0FFFE00\n07FFE07FFE00\n07FFE07FFE00\n07FFE07FFE00\n03FFE07FFE00\n03FFC07FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FF803FFC00\n01FF801FFC00\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF001FF800\n01FF000FF800\n00FF000FF800\n00FF000FF000\n00FF000FF000\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 32 54 1 0\nBITMAP\nFF8003FE\nFFC003FC\n7FC003FC\n7FE007FC\n3FE007F8\n3FF007F8\n3FF00FF0\n1FF00FF0\n1FF81FF0\n0FF81FE0\n0FFC1FE0\n07FC3FC0\n07FE3FC0\n07FE3FC0\n03FF7F80\n03FF7F80\n01FFFF00\n01FFFF00\n00FFFF00\n00FFFE00\n00FFFE00\n007FFC00\n007FFC00\n003FFC00\n003FF800\n001FF800\n003FF000\n003FF800\n007FF800\n007FFC00\n007FFC00\n00FFFC00\n00FFFE00\n01FFFE00\n01FFFF00\n01FFFF00\n03FFFF80\n03FDFF80\n03FCFF80\n07FCFFC0\n07F87FC0\n0FF87FE0\n0FF03FE0\n0FF03FF0\n1FF03FF0\n1FE01FF0\n1FE01FF8\n3FE00FF8\n3FC00FFC\n7FC007FC\n7F8007FE\n7F8007FE\nFF8003FF\nFF0003FF\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 54 1 0\nBITMAP\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 25 54 2 0\nBITMAP\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n0001FF00\n0003FF00\n0003FE00\n0003FE00\n0007FE00\n0007FC00\n0007FC00\n000FFC00\n000FF800\n000FF800\n001FF800\n001FF000\n001FF000\n003FF000\n003FE000\n003FE000\n007FE000\n007FC000\n00FFC000\n00FFC000\n00FF8000\n01FF8000\n01FF0000\n01FF0000\n03FF0000\n03FE0000\n03FE0000\n07FE0000\n07FC0000\n07FC0000\n0FFC0000\n0FF80000\n0FF80000\n1FF80000\n1FF00000\n1FF00000\n3FF00000\n3FE00000\n3FE00000\n7FE00000\n7FC00000\n7FC00000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR 005B\nENCODING 91\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 16 66 4 -12\nBITMAP\nFFFF\nFFFF\nFFFF\nFFFF\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 005C\nENCODING 92\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 54 2 0\nBITMAP\nFE0000\n7E0000\n7E0000\n7F0000\n3F0000\n3F0000\n3F8000\n1F8000\n1F8000\n1F8000\n1FC000\n0FC000\n0FC000\n0FE000\n07E000\n07E000\n07E000\n07F000\n03F000\n03F000\n03F800\n01F800\n01F800\n01F800\n01FC00\n00FC00\n00FC00\n00FE00\n007E00\n007E00\n007E00\n007F00\n003F00\n003F00\n003F80\n003F80\n001F80\n001F80\n001FC0\n000FC0\n000FC0\n000FE0\n000FE0\n0007E0\n0007E0\n0007F0\n0003F0\n0003F0\n0003F8\n0003F8\n0001F8\n0001F8\n0001FC\n0000FC\nENDCHAR\nSTARTCHAR 005D\nENCODING 93\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 17 66 1 -12\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR 005E\nENCODING 94\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 27 22 2 32\nBITMAP\n003FC000\n007FC000\n007FE000\n00FFE000\n00FFF000\n01FFF000\n01FFF000\n01FFF800\n03FBF800\n03FBFC00\n07F3FC00\n07F1FE00\n0FF1FE00\n0FE0FE00\n1FE0FF00\n1FE0FF00\n1FC07F80\n3FC07F80\n3FC07FC0\n7F803FC0\n7F803FC0\nFF001FE0\nENDCHAR\nSTARTCHAR 005F\nENCODING 95\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 24 6 0 -9\nBITMAP\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nENDCHAR\nSTARTCHAR 0060\nENCODING 96\nSWIDTH 300 0\nDWIDTH 20 0\nBBX 14 13 3 41\nBITMAP\nFFC0\n7FC0\n3FC0\n3FE0\n1FE0\n0FE0\n0FF0\n07F0\n03F0\n03F8\n01F8\n00F8\n00FC\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 40 3 -1\nBITMAP\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 55 4 -1\nBITMAP\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF808000\nFF8FF000\nFF9FFC00\nFFFFFE00\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFFC3FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFFC1FF00\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFBFF800\nFF8FF000\n00010000\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 40 3 -1\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 55 3 -1\nBITMAP\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0040FF80\n07F8FF80\n0FFEFF80\n1FFFFF80\n3FFFFF80\n7FFFFF80\n7FFFFF80\n7FE1FF80\nFFC0FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\n7FE1FF80\n7FFFFF80\n7FFFFF80\n3FFFFF80\n3FFFFF80\n1FFEFF80\n07F8FF80\n00400000\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 40 3 -1\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 300 0\nDWIDTH 20 0\nBBX 19 52 1 0\nBITMAP\n003FE0\n00FFE0\n01FFE0\n03FFE0\n07FFE0\n07FFE0\n07FF60\n07FC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 31 51 1 -11\nBITMAP\n00040018\n00FFE03C\n01FFF0FC\n07FFF9FC\n07FFFFFE\n0FFFFFFC\n1FFFFFE0\n1FF0FF80\n1FE07F80\n3FE07F80\n3FE07F80\n3FE03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n3FE07F80\n1FE07F80\n1FF9FF80\n0FFFFF80\n07FFFF00\n03FFFE00\n03FFFC00\n07FFF800\n0F9FC000\n1F800000\n3F800000\n3F800000\n3FFC0000\n3FFFFC00\n3FFFFF00\n1FFFFFC0\n0FFFFFE0\n03FFFFE0\n07FFFFF0\n1FC03FF0\n3F8007F0\n3F8007F0\n7F8007F0\n7F8007F0\n7F8007F0\nFFFC3FF0\n7FFFFFF0\n7FFFFFE0\n7FFFFFE0\n3FFFFFC0\n0FFFFF00\n01FFF800\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 54 4 0\nBITMAP\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF802000\nFF83FC00\nFF8FFE00\nFFBFFF00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFE1FF80\nFFC1FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 9 52 4 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 15 63 -1 -11\nBITMAP\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n0000\n0000\n0000\n0000\n0000\n0000\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FC\n07FC\n9FFC\nFFFC\nFFF8\nFFF8\nFFF0\nFFE0\nFF00\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 28 54 4 0\nBITMAP\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF803FF0\nFF803FE0\nFF807FE0\nFF80FFC0\nFF80FF80\nFF81FF80\nFF83FF00\nFF83FF00\nFF87FE00\nFF8FFC00\nFF8FFC00\nFF9FF800\nFFBFF000\nFFBFF000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFF000\nFFFFF000\nFFFFF800\nFFEFF800\nFFCFF800\nFF87FC00\nFF87FC00\nFF87FE00\nFF83FE00\nFF83FE00\nFF83FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FFC0\nFF807FC0\nFF807FE0\nFF803FE0\nFF803FF0\nFF803FF0\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 9 54 4 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 42 39 3 0\nBITMAP\n000020002000\nFF83FC03FC00\nFF8FFE0FFF00\nFFBFFF1FFF00\nFFFFFF3FFF80\nFFFFFFFFFF80\nFFFFFFFFFFC0\nFFF0FFF0FFC0\nFFC07FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 39 3 0\nBITMAP\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 40 3 -1\nBITMAP\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 52 3 -13\nBITMAP\n00004000\nFFC7F800\nFFDFFE00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFE1FF80\nFFC0FFC0\nFFC0FFC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFE1FF80\nFFFFFF80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFDFFC00\nFFC7F800\nFFC08000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 52 3 -13\nBITMAP\n00400000\n07F8FF80\n0FFEFF80\n1FFFFF80\n3FFFFF80\n7FFFFF80\n7FFFFF80\n7FE1FF80\nFFC0FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\n7FE1FF80\n7FFFFF80\n7FFFFF80\n3FFFFF80\n3FFFFF80\n1FFEFF80\n07F8FF80\n0040FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 39 4 0\nBITMAP\n000080\nFF83C0\nFF8FC0\nFF9FC0\nFFBFC0\nFFBFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFF000\nFFC000\nFFC000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 40 1 -1\nBITMAP\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 20 51 1 -1\nBITMAP\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n0FFFF0\n07FFF0\n07FFF0\n07FFF0\n03FFF0\n01FFF0\n00FFF0\n000400\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 39 3 -1\nBITMAP\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 26 38 0 0\nBITMAP\nFFC03FC0\n7FC03FC0\n7FC07FC0\n7FC07FC0\n7FC07F80\n7FE07F80\n3FE07F80\n3FE07F80\n3FE07F00\n3FE0FF00\n1FE0FF00\n1FF0FF00\n1FF0FF00\n1FF0FE00\n1FF0FE00\n0FF1FE00\n0FF1FE00\n0FF1FE00\n0FF9FC00\n0FF9FC00\n07F9FC00\n07F9FC00\n07FBFC00\n07FBF800\n03FFF800\n03FFF800\n03FFF800\n03FFF000\n03FFF000\n01FFF000\n01FFF000\n01FFF000\n01FFE000\n01FFE000\n00FFE000\n00FFE000\n00FFE000\n00FFC000\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 36 38 2 0\nBITMAP\nFE01F807F0\nFE01FC07F0\nFF01FC07F0\nFF03FC0FF0\nFF03FC0FE0\n7F03FC0FE0\n7F03FC0FE0\n7F03FE0FE0\n7F03FE0FE0\n7F87FE1FE0\n7F87FE1FC0\n7F87FE1FC0\n3F87FE1FC0\n3F87FF1FC0\n3F8FFF1FC0\n3FCFFF1FC0\n3FCFFF3F80\n3FCF9F3F80\n1FCF9F3F80\n1FDF9F3F80\n1FDF9FBF80\n1FDF9FBF80\n1FFF1FBF80\n1FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFE0FFF00\n0FFE07FF00\n0FFE07FE00\n0FFE07FE00\n07FE07FE00\n07FC07FE00\n07FC07FE00\n07FC03FE00\n07FC03FC00\n07FC03FC00\n03F803FC00\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 26 38 1 0\nBITMAP\nFF803FC0\n7F807F80\n7FC07F80\n7FC0FF00\n3FE0FF00\n3FE0FE00\n1FF1FE00\n1FF1FC00\n0FFBFC00\n0FFBFC00\n07FFF800\n07FFF800\n03FFF000\n03FFF000\n03FFE000\n01FFE000\n01FFC000\n00FFC000\n00FF8000\n00FFC000\n01FFC000\n01FFE000\n03FFE000\n03FFF000\n07FFF000\n07FFF800\n07FFF800\n0FFFFC00\n0FE7FC00\n1FE7FE00\n1FE3FE00\n3FC3FF00\n3FC1FF00\n3F81FF80\n7F80FF80\n7F80FFC0\nFF007FC0\nFF007FC0\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 48 0 -11\nBITMAP\nFF801FE0\n7FC01FE0\n7FC03FE0\n7FC03FE0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n1FE07F80\n1FE07F80\n1FE07F80\n1FF07F80\n0FF07F00\n0FF0FF00\n0FF0FF00\n0FF0FF00\n07F8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n03F9FC00\n03F9FC00\n03FDFC00\n03FDFC00\n01FFF800\n01FFF800\n01FFF800\n00FFF800\n00FFF000\n00FFF000\n00FFF000\n007FF000\n007FE000\n007FE000\n007FE000\n003FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n007FC000\n0FFF8000\n0FFF8000\n0FFF0000\n0FFE0000\n0FFC0000\n0FE00000\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 38 2 0\nBITMAP\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n001FF0\n001FF0\n003FF0\n003FE0\n003FE0\n007FC0\n007FC0\n00FF80\n00FF80\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n07FC00\n07FC00\n0FF800\n0FF800\n0FF800\n1FF000\n1FF000\n3FE000\n3FE000\n7FC000\n7FC000\n7FC000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 007B\nENCODING 123\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 68 3 -13\nBITMAP\n0003C0\n00FFC0\n01FFC0\n03FFC0\n07FFC0\n07FFC0\n0FFFC0\n0FFC00\n0FFC00\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n1FF000\n3FF000\nFFF000\nFFE000\nFFC000\nFF8000\nFFC000\nFFE000\n3FF000\n1FF000\n0FF000\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n0FFF00\n07FFC0\n07FFC0\n07FFC0\n03FFC0\n01FFC0\n003FC0\nENDCHAR\nSTARTCHAR 007C\nENCODING 124\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 8 65 4 -11\nBITMAP\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nFF\nENDCHAR\nSTARTCHAR 007D\nENCODING 125\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 18 68 3 -13\nBITMAP\nF00000\nFFC000\nFFE000\nFFF000\nFFF800\nFFF800\nFFF800\n1FF800\n0FFC00\n0FFC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n03FE00\n03FFC0\n01FFC0\n00FFC0\n007FC0\n01FFC0\n03FFC0\n03FF00\n03FE00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n0FFC00\n0FFC00\n3FF800\nFFF800\nFFF800\nFFF000\nFFF000\nFFE000\nFF0000\nENDCHAR\nSTARTCHAR 007E\nENCODING 126\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 27 10 2 24\nBITMAP\n03F00000\n0FFC0180\n1FFF03C0\n3FFFCFC0\n7FFFFFE0\nFFFFFFC0\n3E3FFF80\n380FFF00\n1003FE00\n00007800\nENDCHAR\nSTARTCHAR 00A0\nENCODING 160\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 0 0 0 0\nBITMAP\nENDCHAR\nSTARTCHAR 00A1\nENCODING 161\nSWIDTH 225 0\nDWIDTH 15 0\nBBX 9 54 3 -12\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0C00\n1C00\n1C00\n1C00\n1C00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n1E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3E00\n3F00\n3F00\n3F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\n7F00\nFF00\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 00A2\nENCODING 162\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 24 52 3 -7\nBITMAP\n003800\n003800\n003800\n003800\n003800\n003800\n003800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FE\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n003800\n003800\n003800\n003800\n003800\n003800\n003800\nENDCHAR\nSTARTCHAR 00A3\nENCODING 163\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 27 55 1 0\nBITMAP\n00010000\n003FF800\n007FFE00\n01FFFF00\n01FFFF00\n03FFFF80\n07FFFF80\n07FFFFC0\n07FFFFC0\n0FFC3FC0\n0FF81FC0\n0FF81FE0\n0FF81FE0\n0FF81FE0\n0FF81FE0\n0FF81FE0\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FFFFFE0\n3FFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nENDCHAR\nSTARTCHAR 00A4\nENCODING 164\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 32 32 3 12\nBITMAP\n80000002\nC0000002\n600FE004\n307FFC0C\n18FFFE18\n0DF01FB0\n07C007E0\n078001E0\n0F0000E0\n1E0000F0\n1C000078\n3C000038\n38000038\n3800003C\n3800003C\n7800001C\n7800001C\n3800003C\n3800003C\n38000038\n3C000038\n1C000078\n1E0000F0\n0F0000F0\n0F8001E0\n07C007C0\n0FF01FE0\n19FFFF30\n307FFC18\n600FF00C\nC0000007\n80000002\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 32 54 0 0\nBITMAP\nFFC001FF\n7FC001FE\n7FC003FE\n3FE003FE\n3FE003FC\n3FE003FC\n3FF007FC\n1FF007F8\n1FF007F8\n1FF00FF8\n0FF80FF0\n0FF80FF0\n0FF81FF0\n07FC1FF0\n07FC1FE0\n07FC1FE0\n03FC3FE0\n03FE3FC0\n03FE3FC0\n01FE7FC0\n01FF7F80\n01FF7F80\n01FF7F80\n00FFFF00\n00FFFF00\n00FFFF00\n007FFE00\n007FFE00\n007FFE00\n003FFC00\n003FFC00\n003FFC00\n03FFFFE0\n03FFFFE0\n03FFFFE0\n03FFFFE0\n03FFFFE0\n001FF800\n001FF800\n001FF800\n001FF800\n03FFFFE0\n03FFFFE0\n03FFFFE0\n03FFFFE0\n03FFFFE0\n001FF800\n001FF800\n001FF800\n001FF800\n001FF800\n001FF800\n001FF800\n001FF800\nENDCHAR\nSTARTCHAR 00A6\nENCODING 166\nSWIDTH 210 0\nDWIDTH 14 0\nBBX 7 64 4 -10\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\n00\n00\n00\n00\n00\n00\n00\n00\n00\n00\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nFE\nENDCHAR\nSTARTCHAR 00A7\nENCODING 167\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 56 3 -1\nBITMAP\n000800\n03FF80\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFFC3FE\nFF80FE\nFF80FF\nFF007F\nFF807E\nFF8030\n7FC000\n7FF000\n3FF800\n1FFE00\n0FFF00\n07FFC0\n07FFE0\n1FFFF8\n3FFFFC\n7FFFFC\n7FCFFE\n7F87FE\nFF81FF\nFF00FF\nFF00FF\nFF00FF\nFF80FF\nFFC0FF\n7FF1FE\n7FFBFE\n3FFFFC\n1FFFFC\n0FFFF8\n03FFE0\n00FFF0\n007FF8\n001FFC\n0007FE\n0003FE\n0001FF\n0000FF\n0E00FF\nFE00FF\nFF00FF\n7F80FF\n7FC1FF\n3FFFFE\n3FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 00A8\nENCODING 168\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 21 9 3 45\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 870 0\nDWIDTH 58 0\nBBX 54 56 2 -1\nBITMAP\n000007FF800000\n00007FFFF80000\n0001FFFFFE0000\n0007FC007F8000\n001FC0000FE000\n003F000001F000\n007C000000FC00\n00F80000003E00\n01F001FF001E00\n03E00FFFE00F00\n07C03FFFF80780\n07807FFFFC03C0\n0F00FFFFFC01C0\n0E00FFFFFE01E0\n1E01FFEFFE00E0\n1C01FF83FF00F0\n3C03FF01FF0070\n3C03FF01FF0070\n3803FF01FF0078\n7803FF01FF0038\n7803FF01FF0038\n7003FF01FF0038\n7003FF01FF003C\n7003FF0000001C\nF003FF0000001C\nF003FF0000001C\nF003FF0000001C\nF003FF0000001C\nF003FF0000001C\nF003FF0000001C\nF003FF0000001C\n7003FF0000001C\n7003FF01FF003C\n7003FF01FF003C\n7003FF01FF0038\n7803FF01FF0038\n7803FF01FF0038\n3803FF01FF0078\n3C01FF03FF0070\n3C01FF87FE00F0\n1E01FFFFFE00E0\n1E00FFFFFE01E0\n0F007FFFFC01C0\n0F003FFFF803C0\n07801FFFF00780\n03C007FF800780\n01E00000000F00\n01F00000001E00\n00F80000007C00\n007E000000F800\n001F800003F000\n000FE0001FC000\n0003FFC7FF8000\n0000FFFFFC0000\n00001FFFE00000\n00000010000000\nENDCHAR\nSTARTCHAR 00AA\nENCODING 170\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 22 34 5 20\nBITMAP\n001000\n01FF80\n07FFC0\n0FFFE0\n1FFFF0\n3FFFF0\n3FFFF8\n7FC7F8\n7F87F8\n7F87F8\n7F83FC\n7F03FC\n0003FC\n0003FC\n0003FC\n001FFC\n00FFFC\n03FFFC\n0FFBFC\n1FE3FC\n3FC3FC\n7F83FC\nFF03FC\nFF03FC\nFF03FC\nFF03FC\nFF07FC\nFF8FFC\nFFFFFC\nFFFFFC\nFFFFFC\n7FFBFC\n3FF3FC\n1FE3FC\nENDCHAR\nSTARTCHAR 00AB\nENCODING 171\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 35 2 2\nBITMAP\n00100040\n00100040\n003000C0\n003001C0\n007001C0\n00F003C0\n01F007C0\n03F00FC0\n03F00FC0\n07F01FC0\n0FF03FC0\n1FE07F80\n1FC07F00\n3F80FE00\n7F81FE00\nFF03FC00\nFE03F800\nFC03F000\nFE03F800\nFF03FC00\n7F81FE00\n3F80FE00\n1FC0FF00\n1FE07F80\n0FF03FC0\n07F01FC0\n03F00FC0\n03F00FC0\n01F007C0\n00F003C0\n007001C0\n007001C0\n003000C0\n00100040\n00100040\nENDCHAR\nSTARTCHAR 00AC\nENCODING 172\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 15 3 16\nBITMAP\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\n00001F\nENDCHAR\nSTARTCHAR 00AD\nENCODING 173\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 16 6 4 27\nBITMAP\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 00AE\nENCODING 174\nSWIDTH 900 0\nDWIDTH 60 0\nBBX 53 56 3 -1\nBITMAP\n00000020000000\n00001FFFE00000\n0000FFFFFC0000\n0003FFFFFF0000\n000FFFFFFFC000\n003FE0003FE000\n007F800007F800\n00FE000001FC00\n01F8000000FE00\n03F00000003E00\n07E0FFFE001F00\n07C0FFFFC00F80\n0F80FFFFF00F80\n0F00FFFFF807C0\n1F00FFFFF803E0\n1E00FF07FC03E0\n3E00FF03FC01E0\n3C00FF01FC01F0\n3C00FF01FE00F0\n7800FF01FE00F0\n7800FF01FE00F8\n7800FF01FE0078\n7800FF01FC0078\nF800FF01FC0078\nF000FF03FC0078\nF000FF0FF80078\nF000FFFFF00078\nF000FFFFE00078\nF000FFFF800078\nF000FFFFC00078\nF000FF3FC00078\nF000FF1FE00078\nF800FF1FE00078\n7800FF0FE00078\n7800FF0FF00078\n7800FF0FF000F8\n7800FF07F800F0\n3C00FF07F800F0\n3C00FF07F801F0\n3E00FF03FC01E0\n1E00FF03FC03E0\n1F00FF01FE03E0\n0F00FF01FE07C0\n0F80FF01FE0FC0\n07C00000010F80\n07E00000001F00\n03F00000003E00\n01F8000000FE00\n00FE000001FC00\n007F800007F800\n003FE0003FE000\n000FFFFFFFC000\n0003FFFFFF0000\n0000FFFFFC0000\n00001FFFE00000\n00000020000000\nENDCHAR\nSTARTCHAR 00AF\nENCODING 175\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 15 5 1 49\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR 00B0\nENCODING 176\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 25 24 4 31\nBITMAP\n00080000\n01FFC000\n07FFF000\n0FFFFC00\n1FFFFE00\n3FFFFE00\n7F80FF00\n7F007F00\n7E003F80\nFE003F80\nFE001F80\nFC001F80\nFC001F80\nFE001F80\nFE003F80\n7E003F80\n7F003F00\n7F007F00\n3FC1FF00\n3FFFFE00\n1FFFFC00\n0FFFF800\n03FFE000\n00FF8000\nENDCHAR\nSTARTCHAR 00B1\nENCODING 177\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 20 32 4 0\nBITMAP\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\n01F800\n000000\n000000\n000000\n000000\n000000\n000000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nENDCHAR\nSTARTCHAR 00B2\nENCODING 178\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 40 5 20\nBITMAP\n01FC00\n07FF80\n0FFFC0\n1FFFE0\n3FFFE0\n3FFFF0\n7F87F0\n7F87F0\n7F03F8\n7F03F8\n7F03F8\n7E03F8\n7E03F8\n7E03F0\n0007F0\n0007F0\n000FF0\n000FE0\n001FE0\n003FC0\n003F80\n007F80\n007F00\n00FE00\n01FE00\n01FC00\n03F800\n07F800\n07F000\n0FF000\n0FE000\n1FC000\n3FC000\n3F8000\n7F0000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nENDCHAR\nSTARTCHAR 00B3\nENCODING 179\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 40 5 20\nBITMAP\n01FE00\n07FF80\n1FFFC0\n3FFFE0\n3FFFF0\n7FFFF8\n7F87F8\nFF03F8\nFF03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\n0003F8\n0007F0\n000FF0\n01FFE0\n01FFC0\n01FFC0\n01FFE0\n01FFF0\n000FF0\n0007F8\n0003F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFE03F8\nFF03F8\nFF03F8\n7F07F8\n7FCFF8\n7FFFF0\n3FFFF0\n3FFFE0\n1FFFC0\n0FFF80\n01FE00\nENDCHAR\nSTARTCHAR 00B4\nENCODING 180\nSWIDTH 300 0\nDWIDTH 20 0\nBBX 13 13 4 41\nBITMAP\n0FF8\n1FF0\n1FE0\n1FE0\n3FC0\n3FC0\n3F80\n3F00\n7F00\n7E00\n7C00\nFC00\nF800\nENDCHAR\nSTARTCHAR 00B5\nENCODING 181\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 25 50 3 -12\nBITMAP\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC1FF80\nFFC7FF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFEFF80\nFFF8FF80\nFFF0FF80\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 28 61 2 -7\nBITMAP\n00FFFFF0\n07FFFFF0\n0FFFFFF0\n1FFFFFF0\n3FFFFFF0\n7FFF83F0\n7FFF83F0\n7FFF83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\nFFFF83F0\n7FFF83F0\n7FFF83F0\n7FFF83F0\n3FFF83F0\n1FFF83F0\n0FFF83F0\n07FF83F0\n00FF83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\n001F83F0\nENDCHAR\nSTARTCHAR 00B7\nENCODING 183\nSWIDTH 195 0\nDWIDTH 13 0\nBBX 9 9 2 21\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 00B8\nENCODING 184\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 15 17 2 -18\nBITMAP\n1E00\n1E00\n1E00\n1E00\n1F00\n1FE0\n1FF8\n07FC\n01FC\n00FE\n007E\n00FE\n81FE\n7FFC\n7FF8\n7FF0\n3FC0\nENDCHAR\nSTARTCHAR 00B9\nENCODING 185\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 14 39 6 20\nBITMAP\n00FC\n01FC\n07FC\n1FFC\nFFFC\nFFFC\nFFFC\nFFFC\nF9FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\n01FC\nENDCHAR\nSTARTCHAR 00BA\nENCODING 186\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 22 35 5 20\nBITMAP\n002000\n07FF00\n1FFF80\n3FFFE0\n3FFFE0\n7FFFF0\n7FFFF8\nFF8FF8\nFF07F8\nFE03F8\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03FC\nFE03F8\nFF07F8\nFF07F8\nFFDFF8\n7FFFF0\n7FFFF0\n3FFFE0\n1FFFC0\n0FFF80\n01FC00\nENDCHAR\nSTARTCHAR 00BB\nENCODING 187\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 27 35 3 2\nBITMAP\n80020000\nC0010000\nC0010000\nE0018000\nF001C000\nF801E000\nFC01F000\nFC01F000\nFE01F800\nFF01FC00\n7F81FE00\n3FC0FF00\n3FE0FF80\n1FE07F80\n0FF03FC0\n07F81FE0\n03F80FE0\n01F807E0\n03F80FE0\n07F81FE0\n0FF03FC0\n1FE07F80\n1FC07F00\n3FC0FF00\n7F81FE00\nFF01FC00\nFE01F800\nFC01F000\nFC01F000\nF801E000\nF001C000\nE0018000\nC0010000\nC0020000\n80020000\nENDCHAR\nSTARTCHAR 00BC\nENCODING 188\nSWIDTH 765 0\nDWIDTH 51 0\nBBX 43 54 4 0\nBITMAP\n01C0000F8000\n03C0000F8000\n07C0001F0000\n1FC0001F0000\n3FC0003F0000\nFFC0003E0000\nFFC0003E0000\nFFC0007C0000\nFFC0007C0000\nFFC000FC0000\n0FC000F80000\n0FC000F80000\n0FC001F00000\n0FC001F00000\n0FC003F00000\n0FC003E00000\n0FC003E00000\n0FC007C00000\n0FC007C00000\n0FC00FC00000\n0FC00F800000\n0FC00F800000\n0FC01F000000\n0FC01F000000\n0FC03F000000\n0FC03E000000\n0FC03E003E00\n00007C007E00\n00007C007E00\n0000FC00FE00\n0000F800FE00\n0000F801FE00\n0001F003FE00\n0001F003FE00\n0003F007BE00\n0003E0073E00\n0003E00F3E00\n0007C01E3E00\n0007C01E3E00\n000FC03C3E00\n000F807C3E00\n000F80783E00\n001F00FFFFE0\n001F00FFFFE0\n003F00FFFFE0\n003E00FFFFE0\n003E00003E00\n007C00003E00\n007C00003E00\n00FC00003E00\n00F800003E00\n00F800003E00\n01F000003E00\n01F000003E00\nENDCHAR\nSTARTCHAR 00BD\nENCODING 189\nSWIDTH 765 0\nDWIDTH 51 0\nBBX 44 54 3 0\nBITMAP\n01C00007C000\n03C0000F8000\n07C0000F8000\n0FC0001F8000\n3FC0001F0000\nFFC0001F0000\nFFC0003E0000\nFFC0003E0000\nFFC0007E0000\nFFC0007C0000\n0FC000FC0000\n0FC000F80000\n0FC000F80000\n0FC001F80000\n0FC001F00000\n0FC003F00000\n0FC003E00000\n0FC003E00000\n0FC007E00000\n0FC007C00000\n0FC00FC00000\n0FC00F800000\n0FC00F800000\n0FC01F000000\n0FC01F000000\n0FC03F000000\n0FC03E000000\n00003E00FE00\n00007C01FF80\n00007C07FFC0\n0000FC07FFE0\n0000F80FE7E0\n0000F80FC3F0\n0001F00FC3F0\n0001F00FC3F0\n0003F00003F0\n0003E00003F0\n0003E00007E0\n0007C00007E0\n0007C0000FC0\n000FC0001FC0\n000F80003F80\n000F80003F00\n001F00007F00\n001F0000FE00\n003F0000FC00\n003E0001F800\n003E0003F000\n007C0007F000\n007C0007E000\n00FC000FFFE0\n00F8000FFFE0\n00F8000FFFE0\n01F0000FFFE0\nENDCHAR\nSTARTCHAR 00BE\nENCODING 190\nSWIDTH 765 0\nDWIDTH 51 0\nBBX 46 55 3 0\nBITMAP\n010000000000\n0FF00001F000\n3FF80003F000\n7FFC0003E000\n7FFC0007E000\n7C7E0007C000\nFC7E0007C000\nFC3E000FC000\n003E000F8000\n007E001F8000\n007E001F0000\n00FC001F0000\n03F8003F0000\n03F0003E0000\n03F0007E0000\n03FC007C0000\n00FE007C0000\n007E00F80000\n007E00F80000\n003E01F80000\nFC7E01F00000\nFC7E01F00000\n7C7E03E00000\n7FFC03E00000\n3FFC07E00000\n1FF807C00000\n07E007C00000\n00000F8007C0\n00000F800FC0\n00001F801FC0\n00001F001FC0\n00001F003FC0\n00003E007FC0\n00003E007FC0\n00007E00FFC0\n00007C00FFC0\n00007C01EFC0\n0000F803CFC0\n0000F803CFC0\n0001F8078FC0\n0001F0078FC0\n0001F00F0FC0\n0003E01F0FC0\n0003E01FFFFC\n0007E01FFFFC\n0007C01FFFFC\n0007C01FFFFC\n000F80000FC0\n000F80000FC0\n001F80000FC0\n001F00000FC0\n001F00000FC0\n003E00000FC0\n003E00000FC0\n007E00000FC0\nENDCHAR\nSTARTCHAR 00BF\nENCODING 191\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 27 55 4 -12\nBITMAP\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n00000000\n00000000\n00000000\n00000000\n00000000\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n001FF800\n003FF800\n007FF000\n00FFE000\n01FF8000\n03FF8000\n03FF0000\n07FE0000\n0FFC0000\n1FF80000\n1FF00000\n3FF00000\n3FE00000\n7FE00000\n7FC00000\n7FC00000\n7FC00020\nFFC007E0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFFC01FE0\n7FC03FE0\n7FE03FE0\n7FF07FE0\n7FFFFFE0\n3FFFFFC0\n3FFFFFC0\n1FFFFF80\n0FFFFF00\n07FFFE00\n01FFFC00\n003FE000\nENDCHAR\nSTARTCHAR 00C0\nENCODING 192\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 72 1 0\nBITMAP\n03FE000000\n03FE000000\n01FF000000\n00FF000000\n00FF000000\n007F800000\n007F800000\n003F800000\n001FC00000\n001FC00000\n000FC00000\n0007C00000\n0007E00000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C1\nENCODING 193\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 72 1 0\nBITMAP\n00003FE000\n00007FC000\n00007F8000\n00007F8000\n00007F0000\n0000FF0000\n0000FE0000\n0000FC0000\n0001FC0000\n0001F80000\n0001F00000\n0003F00000\n0003E00000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C2\nENCODING 194\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 71 1 0\nBITMAP\n000FF80000\n000FF80000\n001FFC0000\n001FFE0000\n003FFE0000\n003F7F0000\n007F7F0000\n007E3F8000\n00FE3F8000\n00FC1FC000\n01FC1FC000\n03F80FE000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C3\nENCODING 195\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 68 1 0\nBITMAP\n0010000000\n00FF03E000\n01FFC3E000\n01FFF3E000\n03FFFFE000\n03FFFFC000\n03FFFFC000\n03E0FF8000\n03E01F0000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C4\nENCODING 196\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 67 1 0\nBITMAP\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n03FE1FE000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C5\nENCODING 197\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 70 1 0\nBITMAP\n0000800000\n000FF80000\n001FFC0000\n003FFE0000\n007FFE0000\n007C1F0000\n00780F0000\n00780F0000\n00780F0000\n00780F0000\n00781F0000\n007C3F0000\n003FFE0000\n003FFE0000\n000FF80000\n0007F00000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 00C6\nENCODING 198\nSWIDTH 675 0\nDWIDTH 45 0\nBBX 46 54 -3 0\nBITMAP\n000000FFFFFC\n000000FFFFFC\n000001FFFFFC\n000001FFFFFC\n000001FFFFFC\n000003FFFFFC\n000003FF8000\n000007FF8000\n000007FF8000\n00000FFF8000\n00000FFF8000\n00001FFF8000\n00001FFF8000\n00001FFF8000\n00003FFF8000\n00003FFF8000\n00007FFF8000\n00007F7F8000\n0000FF7F8000\n0000FE7F8000\n0001FE7F8000\n0001FE7F8000\n0001FC7F8000\n0003FC7FFFC0\n0003FC7FFFC0\n0007F87FFFC0\n0007F87FFFC0\n000FF07FFFC0\n000FF07FFFC0\n001FF07F8000\n001FE07F8000\n003FE07F8000\n003FE07F8000\n003FC07F8000\n007FC07F8000\n007FFFFF8000\n00FFFFFF8000\n00FFFFFF8000\n01FFFFFF8000\n01FFFFFF8000\n03FFFFFF8000\n03FE007F8000\n03FE007F8000\n07FC007F8000\n07FC007F8000\n0FFC007F8000\n0FF8007F8000\n1FF8007F8000\n1FF0007FFFFC\n3FF0007FFFFC\n3FE0007FFFFC\n3FE0007FFFFC\n7FC0007FFFFC\nFFC0007FFFFC\nENDCHAR\nSTARTCHAR 00C7\nENCODING 199\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 73 3 -18\nBITMAP\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\n0003C000\n0003C000\n0003C000\n0003C000\n0003E000\n0003FC00\n0003FF00\n0000FF80\n00003F80\n00001FC0\n00000FC0\n00001FC0\n00103FC0\n000FFF80\n000FFF00\n000FFE00\n0007F800\nENDCHAR\nSTARTCHAR 00C8\nENCODING 200\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 72 4 0\nBITMAP\n7FC000\n7FC000\n3FE000\n1FE000\n1FE000\n0FF000\n0FF000\n07F000\n03F800\n03F800\n01F800\n00F800\n00FC00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 00C9\nENCODING 201\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 72 4 0\nBITMAP\n0007FC\n000FF8\n000FF0\n000FF0\n000FE0\n001FE0\n001FC0\n001F80\n003F80\n003F00\n003E00\n007E00\n007C00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 00CA\nENCODING 202\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 71 4 0\nBITMAP\n01FF00\n01FF00\n03FF80\n03FFC0\n07FFC0\n07EFE0\n0FEFE0\n0FC7F0\n1FC7F0\n1F83F8\n3F83F8\n7F01FC\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 00CB\nENCODING 203\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 67 4 0\nBITMAP\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 00CC\nENCODING 204\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 15 72 -1 0\nBITMAP\nFF80\nFF80\n7FC0\n3FC0\n3FC0\n1FE0\n1FE0\n0FE0\n07F0\n07F0\n03F0\n01F0\n01F8\n0000\n0000\n0000\n0000\n0000\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\nENDCHAR\nSTARTCHAR 00CD\nENCODING 205\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 16 72 4 0\nBITMAP\n01FF\n03FE\n03FC\n03FC\n03F8\n07F8\n07F0\n07E0\n0FE0\n0FC0\n0F80\n1F80\n1F00\n0000\n0000\n0000\n0000\n0000\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 00CE\nENCODING 206\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 21 71 -1 0\nBITMAP\n03FE00\n03FE00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n1FDFC0\n1F8FE0\n3F8FE0\n3F07F0\n7F07F0\nFE03F8\n000000\n000000\n000000\n000000\n000000\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\nENDCHAR\nSTARTCHAR 00CF\nENCODING 207\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 21 67 -2 0\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\n000000\n000000\n000000\n000000\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\nENDCHAR\nSTARTCHAR 00D0\nENCODING 208\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 33 54 1 0\nBITMAP\n1FFFFC0000\n1FFFFF8000\n1FFFFFE000\n1FFFFFF000\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFE00\n1FF81FFE00\n1FF807FF00\n1FF803FF00\n1FF803FF00\n1FF803FF00\n1FF803FF00\n1FF801FF00\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\nFFFF01FF80\nFFFF01FF80\nFFFF01FF80\nFFFF01FF80\nFFFF01FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF00\n1FF803FF00\n1FF803FF00\n1FF803FF00\n1FF803FF00\n1FF803FF00\n1FF807FE00\n1FF80FFE00\n1FF87FFC00\n1FFFFFFC00\n1FFFFFF800\n1FFFFFF000\n1FFFFFE000\n1FFFFF8000\n1FFFFC0000\nENDCHAR\nSTARTCHAR 00D1\nENCODING 209\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 28 68 4 0\nBITMAP\n00400000\n03FC0F80\n07FF0F80\n07FFCF80\n0FFFFF80\n0FFFFF00\n0FFFFF00\n0F83FE00\n0F807C00\n00000000\n00000000\n00000000\n00000000\n00000000\nFE000FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF800FF0\nFF800FF0\nFFC00FF0\nFFC00FF0\nFFE00FF0\nFFE00FF0\nFFF00FF0\nFFF00FF0\nFFF00FF0\nFFF80FF0\nFFF80FF0\nFFFC0FF0\nFFFC0FF0\nFFFE0FF0\nFFFE0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF8FF0\nFF7F8FF0\nFF7FCFF0\nFF7FCFF0\nFF3FEFF0\nFF3FEFF0\nFF1FFFF0\nFF1FFFF0\nFF0FFFF0\nFF0FFFF0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0003F0\nENDCHAR\nSTARTCHAR 00D2\nENCODING 210\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 73 3 -1\nBITMAP\n03FE0000\n03FE0000\n01FF0000\n00FF0000\n00FF0000\n007F8000\n007F8000\n003F8000\n001FC000\n001FC000\n000FC000\n0007C000\n0007E000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 00D3\nENCODING 211\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 73 3 -1\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 00D4\nENCODING 212\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 72 3 -1\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 00D5\nENCODING 213\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 69 3 -1\nBITMAP\n00200000\n01FE07C0\n03FF87C0\n03FFE7C0\n07FFFFC0\n07FFFF80\n07FFFF80\n07C1FF00\n07C03E00\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 00D6\nENCODING 214\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 68 3 -1\nBITMAP\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n07FC3FC0\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 22 22 3 16\nBITMAP\n080020\n1C0070\n3E00F8\n7F01FC\nFF83FC\n7FC7F8\n1FEFF0\n0FFFE0\n07FFC0\n03FF80\n01FF00\n01FF00\n03FF80\n07FFC0\n0FFFE0\n1FEFF0\n3FC7F8\nFF83FC\n7F01FC\n3E00F8\n1C0070\n080020\nENDCHAR\nSTARTCHAR 00D8\nENCODING 216\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 64 3 -6\nBITMAP\n00000100\n000001E0\n000001C0\n000001C0\n000101C0\n007FFF80\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE00FFE\n7FE01FFE\n7FC01FFE\nFFC01FFE\nFFC03FFE\nFFC03FFE\nFFC037FE\nFFC077FE\nFFC077FE\nFFC077FE\nFFC067FE\nFFC0E7FE\nFFC0E7FE\nFFC0C7FE\nFFC1C7FE\nFFC1C7FE\nFFC187FE\nFFC387FE\nFFC387FE\nFFC307FE\nFFC707FE\nFFC707FE\nFFC607FE\nFFCE07FE\nFFCE07FE\nFFCE07FE\nFFDC07FE\nFFDC07FE\nFFDC07FE\nFFF807FE\nFFF807FE\nFFF807FE\nFFF007FE\n7FF007FE\n7FF007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n03FFFF80\n03FFFE00\n07010000\n07000000\n07000000\n0E000000\n06000000\nENDCHAR\nSTARTCHAR 00D9\nENCODING 217\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 73 4 -1\nBITMAP\n07FC0000\n07FC0000\n03FE0000\n01FE0000\n01FE0000\n00FF0000\n00FF0000\n007F0000\n003F8000\n003F8000\n001F8000\n000F8000\n000FC000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 00DA\nENCODING 218\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 73 4 -1\nBITMAP\n0000FF80\n0001FF00\n0001FE00\n0001FE00\n0001FC00\n0003FC00\n0003F800\n0003F000\n0007F000\n0007E000\n0007C000\n000FC000\n000F8000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 00DB\nENCODING 219\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 72 4 -1\nBITMAP\n003FE000\n003FE000\n007FF000\n007FF800\n00FFF800\n00FDFC00\n01FDFC00\n01F8FE00\n03F8FE00\n03F07F00\n07F07F00\n0FE03F80\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 00DC\nENCODING 220\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 68 4 -1\nBITMAP\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 00DD\nENCODING 221\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 72 1 0\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 00DE\nENCODING 222\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 54 4 0\nBITMAP\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFFF800\nFFFFFF00\nFFFFFF80\nFFFFFFE0\nFFFFFFE0\nFFFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFC03FF8\nFFC01FFC\nFFC00FFC\nFFC00FFC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00FFC\nFFC00FFC\nFFC01FFC\nFFC07FF8\nFFFFFFF8\nFFFFFFF0\nFFFFFFE0\nFFFFFFE0\nFFFFFF80\nFFFFFF00\nFFFFF000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 00DF\nENCODING 223\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 56 3 -1\nBITMAP\n00040000\n00FFF000\n03FFFC00\n07FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFF80\n3FF07FC0\n7FE03FC0\n7FC03FE0\n7FC03FE0\n7FC01FE0\n7FC01FE0\n7FC01FE0\nFFC01FE0\nFFC01FE0\nFFC01FE0\nFFC01FE0\nFFC01FE0\nFFC03FE0\nFFC03FC0\nFFC07FC0\nFFC07F80\nFFC1FF80\nFFC7FF00\nFFC7FC00\nFFC7F800\nFFC7FC00\nFFC7FF00\nFFC7FF80\nFFC7FFC0\nFFC0FFE0\nFFC03FF0\nFFC01FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC03FF0\nFFC7FFF0\nFFC7FFE0\nFFC7FFE0\nFFC7FFC0\nFFC7FF00\nFFC7FE00\nFFC7F800\n00040000\nENDCHAR\nSTARTCHAR 00E0\nENCODING 224\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 57 3 -1\nBITMAP\n3FE00000\n3FE00000\n1FF00000\n0FF00000\n0FF00000\n07F80000\n07F80000\n03F80000\n01FC0000\n01FC0000\n00FC0000\n007C0000\n007E0000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E1\nENCODING 225\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 57 3 -1\nBITMAP\n0003FE00\n0007FC00\n0007F800\n0007F800\n0007F000\n000FF000\n000FE000\n000FC000\n001FC000\n001F8000\n001F0000\n003F0000\n003E0000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E2\nENCODING 226\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 56 3 -1\nBITMAP\n00FF8000\n00FF8000\n01FFC000\n01FFE000\n03FFE000\n03F7F000\n07F7F000\n07E3F800\n0FE3F800\n0FC1FC00\n1FC1FC00\n3F80FE00\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E3\nENCODING 227\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n01000000\n0FF03E00\n1FFC3E00\n1FFF3E00\n3FFFFE00\n3FFFFC00\n3FFFFC00\n3E0FF800\n3E01F000\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E4\nENCODING 228\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 53 3 -1\nBITMAP\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E5\nENCODING 229\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 60 3 -1\nBITMAP\n00080000\n00FF8000\n01FFC000\n03FFE000\n07FFE000\n07C1F000\n0780F000\n0780F000\n0780F000\n0780F000\n0781F000\n07C3F000\n03FFE000\n03FFE000\n00FF8000\n007F0000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 00E6\nENCODING 230\nSWIDTH 675 0\nDWIDTH 45 0\nBBX 39 40 3 -1\nBITMAP\n0010001000\n03FF01FF80\n0FFFC7FFE0\n1FFFEFFFF0\n3FFFEFFFF8\n7FFFFFFFF8\n7FFFFFFFFC\nFFFFFFC7FC\nFFC3FF83FC\nFF81FF03FC\nFF81FF01FE\nFF81FF01FE\nFF81FF01FE\n0001FF03FC\n0001FF07FC\n0001FF1FF8\n0001FFFFF8\n0001FFFFE0\n003FFFFF80\n01FFFFF800\n07FFFF0000\n0FFFFF0000\n3FF9FF0000\n7FE1FF0000\n7FC1FF0000\nFF81FF0000\nFF81FF03FE\nFF01FF03FE\nFF01FF03FE\nFF01FF03FE\nFF03FF03FC\nFF83FF87FC\nFF87FF87FC\nFFFFDFFFFC\nFFFFDFFFF8\n7FFF8FFFF8\n3FFF0FFFF0\n1FFE07FFE0\n0FF801FF80\n0080001000\nENDCHAR\nSTARTCHAR 00E7\nENCODING 231\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 57 3 -18\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\n001E00\n001E00\n001E00\n001E00\n001F00\n001FE0\n001FF8\n0007FC\n0001FC\n0000FE\n00007E\n0000FE\n0081FE\n007FFC\n007FF8\n007FF0\n003FC0\nENDCHAR\nSTARTCHAR 00E8\nENCODING 232\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n3FE000\n3FE000\n1FF000\n0FF000\n0FF000\n07F800\n07F800\n03F800\n01FC00\n01FC00\n00FC00\n007C00\n007E00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 00E9\nENCODING 233\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n0003FE\n0007FC\n0007F8\n0007F8\n0007F0\n000FF0\n000FE0\n000FC0\n001FC0\n001F80\n001F00\n003F00\n003E00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 00EA\nENCODING 234\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 56 3 -1\nBITMAP\n01FF00\n01FF00\n03FF80\n03FFC0\n07FFC0\n07EFE0\n0FEFE0\n0FC7F0\n1FC7F0\n1F83F8\n3F83F8\n7F01FC\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 00EB\nENCODING 235\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 53 3 -1\nBITMAP\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 00EC\nENCODING 236\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 15 56 -2 0\nBITMAP\nFF80\nFF80\n7FC0\n3FC0\n3FC0\n1FE0\n1FE0\n0FE0\n07F0\n07F0\n03F0\n01F0\n01F8\n0000\n0000\n0000\n0000\n0000\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\n03FE\nENDCHAR\nSTARTCHAR 00ED\nENCODING 237\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 15 56 4 0\nBITMAP\n03FE\n07FC\n07F8\n07F8\n07F0\n0FF0\n0FE0\n0FC0\n1FC0\n1F80\n1F00\n3F00\n3E00\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 00EE\nENCODING 238\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 21 55 -2 0\nBITMAP\n03FE00\n03FE00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n1FDFC0\n1F8FE0\n3F8FE0\n3F07F0\n7F07F0\nFE03F8\n000000\n000000\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 00EF\nENCODING 239\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 21 52 -2 0\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\n000000\n000000\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 00F0\nENCODING 240\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 56 3 -1\nBITMAP\n08000000\n0FF80000\n0FFF0000\n0FFF8010\n0FFFE070\n0FFFF3F0\n0FFFFFF0\n003FFFE0\n0007FF00\n000FFE00\n007FFE00\n00FFFF00\n00F8FF00\n00C0FF00\n00007F80\n00007F80\n00007F80\n00FE7F80\n03FFFFC0\n07FFFFC0\n0FFFFFC0\n1FFFFFC0\n1FFFFFC0\n3FF9FFC0\n3FE07FE0\n7FE03FE0\n7FC03FE0\n7FC03FE0\n7FC03FE0\n7FC03FE0\n7FC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFFC03FE0\nFF803FE0\nFF803FE0\n7F803FE0\n7F803FE0\n7FC07FC0\n7FC07FC0\n7FC07FC0\n7FC07FC0\n3FE0FF80\n3FFFFF80\n1FFFFF00\n1FFFFE00\n0FFFFC00\n07FFF800\n01FFE000\n00040000\nENDCHAR\nSTARTCHAR 00F1\nENCODING 241\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 53 3 0\nBITMAP\n01000000\n0FF03E00\n1FFC3E00\n1FFF3E00\n3FFFFE00\n3FFFFC00\n3FFFFC00\n3E0FF800\n3E01F000\n00000000\n00000000\n00000000\n00000000\n00000000\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 00F2\nENCODING 242\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 57 3 -1\nBITMAP\n3FE00000\n3FE00000\n1FF00000\n0FF00000\n0FF00000\n07F80000\n07F80000\n03F80000\n01FC0000\n01FC0000\n00FC0000\n007C0000\n007E0000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 00F3\nENCODING 243\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 57 3 -1\nBITMAP\n0003FE00\n0007FC00\n0007F800\n0007F800\n0007F000\n000FF000\n000FE000\n000FC000\n001FC000\n001F8000\n001F0000\n003F0000\n003E0000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 00F4\nENCODING 244\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 56 3 -1\nBITMAP\n00FF8000\n00FF8000\n01FFC000\n01FFE000\n03FFE000\n03F7F000\n07F7F000\n07E3F800\n0FE3F800\n0FC1FC00\n1FC1FC00\n3F80FE00\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 00F5\nENCODING 245\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n01000000\n0FF03E00\n1FFC3E00\n1FFF3E00\n3FFFFE00\n3FFFFC00\n3FFFFC00\n3E0FF800\n3E01F000\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 00F6\nENCODING 246\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 53 3 -1\nBITMAP\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n7FC3FC00\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 390 0\nDWIDTH 26 0\nBBX 23 32 2 11\nBITMAP\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n000000\n000000\n000000\n000000\n000000\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\n00FE00\nENDCHAR\nSTARTCHAR 00F8\nENCODING 248\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 50 3 -6\nBITMAP\n00000C00\n00000E00\n00001C00\n00001C00\n00001800\n00083800\n03FFF800\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF83FF00\nFF83FF00\nFF83FF80\nFF87FF80\nFF87FF80\nFF8EFF80\nFF8EFF80\nFF8EFF80\nFF9CFF80\nFF9CFF80\nFF98FF80\nFFB8FF80\nFFB8FF80\nFFF0FF80\nFFF0FF80\nFFE0FF80\nFFE0FF80\nFFE1FF80\nFFC1FF80\nFFC1FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n0FFFC000\n1C080000\n1C000000\n18000000\n38000000\n30000000\n70000000\nENDCHAR\nSTARTCHAR 00F9\nENCODING 249\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 57 3 -1\nBITMAP\n3FE00000\n3FE00000\n1FF00000\n0FF00000\n0FF00000\n07F80000\n07F80000\n03F80000\n01FC0000\n01FC0000\n00FC0000\n007C0000\n007E0000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 00FA\nENCODING 250\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 57 3 -1\nBITMAP\n0003FE00\n0007FC00\n0007F800\n0007F800\n0007F000\n000FF000\n000FE000\n000FC000\n001FC000\n001F8000\n001F0000\n003F0000\n003E0000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 00FB\nENCODING 251\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 56 3 -1\nBITMAP\n00FF8000\n00FF8000\n01FFC000\n01FFE000\n03FFE000\n03F7F000\n07F7F000\n07E3F800\n0FE3F800\n0FC1FC00\n1FC1FC00\n3F80FE00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 00FC\nENCODING 252\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 53 3 -1\nBITMAP\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n3FE1FE00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 00FD\nENCODING 253\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 66 0 -11\nBITMAP\n0001FF00\n0003FE00\n0003FC00\n0003FC00\n0003F800\n0007F800\n0007F000\n0007E000\n000FE000\n000FC000\n000F8000\n001F8000\n001F0000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF801FE0\n7FC01FE0\n7FC03FE0\n7FC03FE0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n1FE07F80\n1FE07F80\n1FE07F80\n1FF07F80\n0FF07F00\n0FF0FF00\n0FF0FF00\n0FF0FF00\n07F8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n03F9FC00\n03F9FC00\n03FDFC00\n03FDFC00\n01FFF800\n01FFF800\n01FFF800\n00FFF800\n00FFF000\n00FFF000\n00FFF000\n007FF000\n007FE000\n007FE000\n007FE000\n003FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n007FC000\n0FFF8000\n0FFF8000\n0FFF0000\n0FFE0000\n0FFC0000\n0FE00000\nENDCHAR\nSTARTCHAR 00FE\nENCODING 254\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 66 3 -12\nBITMAP\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC04000\nFFC7F800\nFFDFFC00\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFE1FF80\nFFC0FF80\nFFC0FFC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFE1FF80\nFFFFFF80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFDFFC00\nFFC7F800\nFFC08000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 00FF\nENCODING 255\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 62 0 -11\nBITMAP\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n1FF0FF00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF801FE0\n7FC01FE0\n7FC03FE0\n7FC03FE0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n1FE07F80\n1FE07F80\n1FE07F80\n1FF07F80\n0FF07F00\n0FF0FF00\n0FF0FF00\n0FF0FF00\n07F8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n03F9FC00\n03F9FC00\n03FDFC00\n03FDFC00\n01FFF800\n01FFF800\n01FFF800\n00FFF800\n00FFF000\n00FFF000\n00FFF000\n007FF000\n007FE000\n007FE000\n007FE000\n003FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n007FC000\n0FFF8000\n0FFF8000\n0FFF0000\n0FFE0000\n0FFC0000\n0FE00000\nENDCHAR\nSTARTCHAR 0100\nENCODING 256\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 63 1 0\nBITMAP\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0101\nENCODING 257\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 49 3 -1\nBITMAP\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 0102\nENCODING 258\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 68 1 0\nBITMAP\n03E007C000\n01E007C000\n01F0078000\n01F00F8000\n01F81F8000\n00FFFF0000\n007FFE0000\n003FFC0000\n000FF00000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0103\nENCODING 259\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n3E007C00\n1E007C00\n1F007800\n1F00F800\n1F81F800\n0FFFF000\n07FFE000\n03FFC000\n00FF0000\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 0104\nENCODING 260\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 70 1 -16\nBITMAP\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\n000000F800\n000003F000\n000007F000\n000007E000\n00000FE000\n00000FC000\n00001FC000\n00001F8000\n00001F8000\n00001F8000\n00001F8000\n00001FE000\n00001FFF00\n00000FFF00\n000007FE00\n000001FE00\nENDCHAR\nSTARTCHAR 0105\nENCODING 261\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 55 3 -16\nBITMAP\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01007C00\n0001F800\n0003F800\n0003F000\n0007F000\n0007E000\n000FE000\n000FC000\n000FC000\n000FC000\n000FC000\n000FF000\n000FFF80\n0007FF80\n0003FF00\n0000FF00\nENDCHAR\nSTARTCHAR 0106\nENCODING 262\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 73 3 -1\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 0107\nENCODING 263\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 57 3 -1\nBITMAP\n0007FC\n000FF8\n000FF0\n000FF0\n000FE0\n001FE0\n001FC0\n001F80\n003F80\n003F00\n003E00\n007E00\n007C00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0108\nENCODING 264\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 72 3 -1\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 0109\nENCODING 265\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 56 3 -1\nBITMAP\n01FF00\n01FF00\n03FF80\n03FFC0\n07FFC0\n07EFE0\n0FEFE0\n0FC7F0\n1FC7F0\n1F83F8\n3F83F8\n7F01FC\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 010A\nENCODING 266\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 69 3 -1\nBITMAP\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 010B\nENCODING 267\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 53 3 -1\nBITMAP\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 010C\nENCODING 268\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 72 3 -1\nBITMAP\n07F01FC0\n03F81F80\n03F83F80\n01FC3F00\n01FC7F00\n00FE7E00\n00FEFE00\n007FFC00\n007FFC00\n003FF800\n003FF800\n001FF000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 010D\nENCODING 269\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 56 3 -1\nBITMAP\n7F01FC\n3F81F8\n3F83F8\n1FC3F0\n1FC7F0\n0FE7E0\n0FEFE0\n07FFC0\n07FFC0\n03FF80\n03FF80\n01FF00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 010E\nENCODING 270\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 30 71 4 0\nBITMAP\n0FE03F80\n07F03F00\n07F07F00\n03F87E00\n03F8FE00\n01FCFC00\n01FDFC00\n00FFF800\n00FFF800\n007FF000\n007FF000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFFFFFF0\nFFC07FF0\nFFC03FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC03FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFF00\nFFFFFC00\nFFFFE000\nENDCHAR\nSTARTCHAR 010F\nENCODING 271\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 38 55 3 -1\nBITMAP\n0000FF81FC\n0000FF81FC\n0000FF81FC\n0000FF81FC\n0000FF81FC\n0000FF81F8\n0000FF81F8\n0000FF81F8\n0000FF81F8\n0000FF81F8\n0000FF81F0\n0000FF81F0\n0000FF81F0\n0000FF81F0\n0000FF81F0\n0040FF81F0\n07F8FF81E0\n0FFEFF81E0\n1FFFFF8000\n3FFFFF8000\n7FFFFF8000\n7FFFFF8000\n7FE1FF8000\nFFC0FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFF80FF8000\nFFC0FF8000\n7FE1FF8000\n7FFFFF8000\n7FFFFF8000\n3FFFFF8000\n3FFFFF8000\n1FFEFF8000\n07F8FF8000\n0040000000\nENDCHAR\nSTARTCHAR 0110\nENCODING 272\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 33 54 1 0\nBITMAP\n1FFFFC0000\n1FFFFFC000\n1FFFFFE000\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFE00\n1FFFFFFE00\n1FF80FFF00\n1FF807FF00\n1FF803FF00\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\nFFFF81FF80\nFFFF81FF80\nFFFF81FF80\nFFFF81FF80\nFFFF81FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF00\n1FF803FF00\n1FF803FF00\n1FF807FE00\n1FF87FFE00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFF800\n1FFFFFE000\n1FFFFF8000\n1FFFFC0000\nENDCHAR\nSTARTCHAR 0111\nENCODING 273\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 29 55 3 -1\nBITMAP\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n00FFFFF8\n00FFFFF8\n00FFFFF8\n00FFFFF8\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0040FF80\n07F8FF80\n1FFEFF80\n1FFFFF80\n3FFFFF80\n7FFFFF80\n7FFFFF80\n7FC1FF80\nFFC0FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC1FF80\n7FFFFF80\n7FFFFF80\n3FFFFF80\n3FFFFF80\n1FFEFF80\n07F8FF80\n00400000\nENDCHAR\nSTARTCHAR 0112\nENCODING 274\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 63 4 0\nBITMAP\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0113\nENCODING 275\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 49 3 -1\nBITMAP\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0114\nENCODING 276\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 68 4 0\nBITMAP\n7C00F8\n3C00F8\n3E00F0\n3E01F0\n3F03F0\n1FFFE0\n0FFFC0\n07FF80\n01FE00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0115\nENCODING 277\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 54 3 -1\nBITMAP\n3E007C\n1E007C\n1F0078\n1F00F8\n1F81F8\n0FFFF0\n07FFE0\n03FFC0\n00FF00\n000000\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0116\nENCODING 278\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 68 4 0\nBITMAP\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0117\nENCODING 279\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 53 3 -1\nBITMAP\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0118\nENCODING 280\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 70 4 -16\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n003E00\n00FC00\n01FC00\n01F800\n03F800\n03F000\n07F000\n07E000\n07E000\n07E000\n07E000\n07F800\n07FFC0\n03FFC0\n01FF80\n007F80\nENDCHAR\nSTARTCHAR 0119\nENCODING 281\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 55 3 -16\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n003E00\n00FC00\n01FC00\n01F800\n03F800\n03F000\n07F000\n07E000\n07E000\n07E000\n07E000\n07F800\n07FFC0\n03FFC0\n01FF80\n007F80\nENDCHAR\nSTARTCHAR 011A\nENCODING 282\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 71 4 0\nBITMAP\n7F01FC\n3F81F8\n3F83F8\n1FC3F0\n1FC7F0\n0FE7E0\n0FEFE0\n07FFC0\n07FFC0\n03FF80\n03FF80\n01FF00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 011B\nENCODING 283\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 56 3 -1\nBITMAP\n7F01FC\n3F81F8\n3F83F8\n1FC3F0\n1FC7F0\n0FE7E0\n0FEFE0\n07FFC0\n07FFC0\n03FF80\n03FF80\n01FF00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 011C\nENCODING 284\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 72 3 -1\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\nENDCHAR\nSTARTCHAR 011D\nENCODING 285\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 31 68 1 -12\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00000000\n00040018\n00FFE03C\n01FFF0FC\n07FFF9FC\n07FFFFFE\n0FFFFFFC\n1FFFFFE0\n1FF0FF80\n1FE07F80\n3FE07F80\n3FE07F80\n3FE03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n3FE07F80\n1FE07F80\n1FF9FF80\n0FFFFF80\n07FFFF00\n03FFFE00\n03FFFC00\n07FFF800\n0F9FC000\n1F800000\n3F800000\n3F800000\n3FFC0000\n3FFFFC00\n3FFFFF00\n1FFFFFC0\n0FFFFFE0\n03FFFFE0\n07FFFFF0\n1FC03FF0\n3F8007F0\n3F8007F0\n7F8007F0\n7F8007F0\n7F8007F0\nFFFC3FF0\n7FFFFFF0\n7FFFFFE0\n7FFFFFE0\n3FFFFFC0\n0FFFFF00\n01FFF800\nENDCHAR\nSTARTCHAR 011E\nENCODING 286\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 69 3 -1\nBITMAP\n07C00F80\n03C00F80\n03E00F00\n03E01F00\n03F03F00\n01FFFE00\n00FFFC00\n007FF800\n001FE000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\nENDCHAR\nSTARTCHAR 011F\nENCODING 287\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 31 65 1 -12\nBITMAP\n03E007C0\n01E007C0\n01F00780\n01F00F80\n01F81F80\n00FFFF00\n007FFE00\n003FFC00\n000FF000\n00000000\n00000000\n00000000\n00000000\n00000000\n00040018\n00FFE03C\n01FFF0FC\n07FFF9FC\n07FFFFFE\n0FFFFFFC\n1FFFFFE0\n1FF0FF80\n1FE07F80\n3FE07F80\n3FE07F80\n3FE03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n3FE07F80\n1FE07F80\n1FF9FF80\n0FFFFF80\n07FFFF00\n03FFFE00\n03FFFC00\n07FFF800\n0F9FC000\n1F800000\n3F800000\n3F800000\n3FFC0000\n3FFFFC00\n3FFFFF00\n1FFFFFC0\n0FFFFFE0\n03FFFFE0\n07FFFFF0\n1FC03FF0\n3F8007F0\n3F8007F0\n7F8007F0\n7F8007F0\n7F8007F0\nFFFC3FF0\n7FFFFFF0\n7FFFFFE0\n7FFFFFE0\n3FFFFFC0\n0FFFFF00\n01FFF800\nENDCHAR\nSTARTCHAR 0120\nENCODING 288\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 69 3 -1\nBITMAP\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\nENDCHAR\nSTARTCHAR 0121\nENCODING 289\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 31 65 1 -12\nBITMAP\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n00000000\n00000000\n00000000\n00000000\n00000000\n00040018\n00FFE03C\n01FFF0FC\n07FFF9FC\n07FFFFFE\n0FFFFFFC\n1FFFFFE0\n1FF0FF80\n1FE07F80\n3FE07F80\n3FE07F80\n3FE03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n3FE07F80\n1FE07F80\n1FF9FF80\n0FFFFF80\n07FFFF00\n03FFFE00\n03FFFC00\n07FFF800\n0F9FC000\n1F800000\n3F800000\n3F800000\n3FFC0000\n3FFFFC00\n3FFFFF00\n1FFFFFC0\n0FFFFFE0\n03FFFFE0\n07FFFFF0\n1FC03FF0\n3F8007F0\n3F8007F0\n7F8007F0\n7F8007F0\n7F8007F0\nFFFC3FF0\n7FFFFFF0\n7FFFFFE0\n7FFFFFE0\n3FFFFFC0\n0FFFFF00\n01FFF800\nENDCHAR\nSTARTCHAR 0122\nENCODING 290\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 77 3 -22\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\n00000000\n00000000\n00000000\n00000000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n0000F000\n0000F000\n0001F000\n0003E000\n000FE000\n000FE000\n0007C000\n00070000\nENDCHAR\nSTARTCHAR 0123\nENCODING 291\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 32 78 1 -12\nBITMAP\n00001000\n00007000\n0001F000\n0003E000\n0003C000\n00078000\n00078000\n00070000\n00070000\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF800\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000002\n0002000E\n007FF03F\n01FFFC7F\n03FFFEFF\n07FFFFFC\n0FFFFFF0\n1FF03FE0\n1FE03FC0\n3FE01FE0\n3FE01FE0\n3FE01FF0\n3FC01FF0\n3FC01FF0\n7FC00FF0\n7FC01FF0\n3FC01FF0\n3FC01FF0\n3FE01FF0\n3FE01FE0\n3FE01FE0\n1FF03FE0\n1FF87FC0\n0FFFFFC0\n07FFFF80\n07FFFF00\n0FFFFC00\n1F9FF000\n1F000000\n3E000000\n7E000000\n7E000000\n7FE00000\n7FFF0000\n3FFFFC00\n1FFFFF80\n03FFFFC0\n07FFFFF0\n0FE3FFF0\n1FC01FF8\n3F8007F8\n7F8003F8\n7F0003F8\nFF0003F8\nFF8003F8\nFF8003F8\nFFE00FF8\n7FFFFFF0\n3FFFFFE0\n1FFFFFC0\n07FFFF00\n007FF800\nENDCHAR\nSTARTCHAR 0124\nENCODING 292\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 71 4 0\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00000000\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nENDCHAR\nSTARTCHAR 0125\nENCODING 293\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 70 4 0\nBITMAP\n00FF8000\n00FF8000\n01FFC000\n01FFE000\n03FFE000\n03F7F000\n07F7F000\n07E3F800\n0FE3F800\n0FC1FC00\n1FC1FC00\n3F80FE00\n00000000\n00000000\n00000000\n00000000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF802000\nFF83FC00\nFF8FFE00\nFFBFFF00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFE1FF80\nFFC1FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nENDCHAR\nSTARTCHAR 0126\nENCODING 294\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 37 54 0 0\nBITMAP\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\nFFFFFFFFF8\nFFFFFFFFF8\nFFFFFFFFF8\nFFFFFFFFF8\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FFFFFFFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\nENDCHAR\nSTARTCHAR 0127\nENCODING 295\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 29 54 0 0\nBITMAP\n0FF80000\n0FF80000\n0FF80000\n0FF80000\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80200\n0FF83FC0\n0FF8FFE0\n0FFBFFF0\n0FFFFFF0\n0FFFFFF0\n0FFFFFF8\n0FFE1FF8\n0FFC1FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\n0FF80FF8\nENDCHAR\nSTARTCHAR 0128\nENCODING 296\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 21 68 -1 0\nBITMAP\n040000\n3FC0F8\n7FF0F8\n7FFCF8\n7FFFF8\nFFFFF0\nFFFFF0\nF83FE0\nF807C0\n000000\n000000\n000000\n000000\n000000\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\nENDCHAR\nSTARTCHAR 0129\nENCODING 297\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 21 53 -2 0\nBITMAP\n040000\n3FC0F8\n7FF0F8\n7FFCF8\n7FFFF8\nFFFFF0\nFFFFF0\nF83FE0\nF807C0\n000000\n000000\n000000\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 012A\nENCODING 298\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 15 63 2 0\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n0000\n0000\n0000\n0000\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\n3FF0\nENDCHAR\nSTARTCHAR 012B\nENCODING 299\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 15 48 1 0\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n0000\n0000\n0000\n0000\n0000\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\nENDCHAR\nSTARTCHAR 012C\nENCODING 300\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 20 68 -1 0\nBITMAP\nF801F0\n7801F0\n7C01E0\n7C03E0\n7E07E0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\n000000\n000000\n000000\n000000\n000000\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\nENDCHAR\nSTARTCHAR 012D\nENCODING 301\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 20 53 -2 0\nBITMAP\nF801F0\n7801F0\n7C01E0\n7C03E0\n7E07E0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\n000000\n000000\n000000\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 012E\nENCODING 302\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 14 70 0 -16\nBITMAP\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n0FFC\n07C0\n1F80\n3F80\n3F00\n7F00\n7E00\nFE00\nFC00\nFC00\nFC00\nFC00\nFF00\nFFF8\n7FF8\n3FF0\n0FF0\nENDCHAR\nSTARTCHAR 012F\nENCODING 303\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 13 68 0 -16\nBITMAP\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0000\n0000\n0000\n0000\n0000\n0000\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n0FF8\n07C0\n1F80\n3F80\n3F00\n7F00\n7E00\nFE00\nFC00\nFC00\nFC00\nFC00\nFF00\nFFF8\n7FF8\n3FF0\n0FF0\nENDCHAR\nSTARTCHAR 0130\nENCODING 304\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 10 68 4 0\nBITMAP\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n0000\n0000\n0000\n0000\n0000\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 0131\nENCODING 305\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 9 38 4 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 0133\nENCODING 307\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 27 63 4 -11\nBITMAP\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\n00007FE0\n00007FE0\n00007FC0\n00007FC0\n0009FFC0\n000FFFC0\n000FFF80\n000FFF80\n000FFF00\n000FFE00\n000FF000\nENDCHAR\nSTARTCHAR 0134\nENCODING 308\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 22 69 1 -1\nBITMAP\n01FF00\n01FF00\n03FF80\n03FFC0\n07FFC0\n07EFE0\n0FEFE0\n0FC7F0\n1FC7F0\n1F83F8\n3F83F8\n7F01FC\n000000\n000000\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n01FF80\n03FF00\n03FF00\n0FFF00\nFFFF00\nFFFE00\nFFFE00\nFFFC00\nFFF800\nFFE000\nF00000\nENDCHAR\nSTARTCHAR 0135\nENCODING 309\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 21 65 -2 -12\nBITMAP\n03FE00\n03FE00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n1FDFC0\n1F8FE0\n3F8FE0\n3F07F0\n7F07F0\nFE03F8\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n4FFE00\n7FFE00\n7FFC00\n7FFC00\n7FF800\n7FF000\n7F8000\nENDCHAR\nSTARTCHAR 0136\nENCODING 310\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 31 76 4 -22\nBITMAP\nFFC007FC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC01FF0\nFFC03FF0\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC7FE00\nFFC7FE00\nFFCFFC00\nFFCFFC00\nFFDFF800\nFFDFF800\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFF800\nFFEFFC00\nFFEFFC00\nFFC7FE00\nFFC7FE00\nFFC7FE00\nFFC3FF00\nFFC3FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFE0\nFFC07FE0\nFFC07FE0\nFFC03FF0\nFFC03FF0\nFFC03FF8\nFFC01FF8\nFFC01FF8\nFFC00FFC\nFFC00FFC\nFFC00FFE\nFFC007FE\nFFC007FE\n00000000\n00000000\n00000000\n00000000\n00000000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n0000F000\n0000F000\n0001F000\n0003E000\n000FE000\n000FE000\n0007C000\n00070000\nENDCHAR\nSTARTCHAR 0137\nENCODING 311\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 28 76 4 -22\nBITMAP\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF803FF0\nFF803FE0\nFF807FE0\nFF80FFC0\nFF80FF80\nFF81FF80\nFF83FF00\nFF83FF00\nFF87FE00\nFF8FFC00\nFF8FFC00\nFF9FF800\nFFBFF000\nFFBFF000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFF000\nFFFFF000\nFFFFF800\nFFEFF800\nFFCFF800\nFF87FC00\nFF87FC00\nFF87FE00\nFF83FE00\nFF83FE00\nFF83FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FFC0\nFF807FC0\nFF807FE0\nFF803FE0\nFF803FF0\nFF803FF0\n00000000\n00000000\n00000000\n00000000\n00000000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n0003C000\n0003C000\n0007C000\n000F8000\n003F8000\n003F8000\n001F0000\n001C0000\nENDCHAR\nSTARTCHAR 0138\nENCODING 312\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 27 38 4 0\nBITMAP\nFF807FE0\nFF807FC0\nFF80FFC0\nFF80FF80\nFF81FF80\nFF81FF00\nFF83FF00\nFF83FE00\nFF87FC00\nFF8FFC00\nFF8FF800\nFF9FF800\nFF9FF000\nFFBFF000\nFFBFE000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFF000\nFFFFF000\nFFFFF800\nFFEFF800\nFFCFF800\nFF87FC00\nFF87FC00\nFF87FC00\nFF83FE00\nFF83FE00\nFF83FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FFC0\nFF807FC0\nFF807FE0\nFF807FE0\nENDCHAR\nSTARTCHAR 0139\nENCODING 313\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 72 4 0\nBITMAP\n01FF00\n03FE00\n03FC00\n03FC00\n03F800\n07F800\n07F000\n07E000\n0FE000\n0FC000\n0F8000\n1F8000\n1F0000\n000000\n000000\n000000\n000000\n000000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 013A\nENCODING 314\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 15 71 4 0\nBITMAP\n03FE\n07FC\n07F8\n07F8\n07F0\n0FF0\n0FE0\n0FC0\n1FC0\n1F80\n1F00\n3F00\n3E00\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 013B\nENCODING 315\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 76 4 -22\nBITMAP\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n000000\n000000\n000000\n000000\n000000\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n000F00\n000F00\n001F00\n003E00\n00FE00\n00FE00\n007C00\n007000\nENDCHAR\nSTARTCHAR 013C\nENCODING 316\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 9 76 4 -22\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0780\n0780\n0F80\n1F00\n7F00\n7F00\n3E00\n3800\nENDCHAR\nSTARTCHAR 013D\nENCODING 317\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 26 55 4 0\nBITMAP\n00001FC0\nFFC01FC0\nFFC01FC0\nFFC01FC0\nFFC01FC0\nFFC01F80\nFFC01F80\nFFC01F80\nFFC01F80\nFFC01F80\nFFC01F00\nFFC01F00\nFFC01F00\nFFC01F00\nFFC01F00\nFFC01F00\nFFC01E00\nFFC01E00\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\nENDCHAR\nSTARTCHAR 013E\nENCODING 318\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 23 54 4 0\nBITMAP\nFF80FE\nFF80FE\nFF80FE\nFF80FE\nFF80FE\nFF80FC\nFF80FC\nFF80FC\nFF80FC\nFF80FC\nFF80F8\nFF80F8\nFF80F8\nFF80F8\nFF80F8\nFF80F8\nFF80F0\nFF80F0\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR 013F\nENCODING 319\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 54 4 0\nBITMAP\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC7FC\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0140\nENCODING 320\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 54 4 0\nBITMAP\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR 0141\nENCODING 321\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 54 0 0\nBITMAP\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0800\n0FFC3800\n0FFC7800\n0FFDF800\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFE000\n0FFF8000\n1FFE0000\n7FFC0000\nFFFC0000\nFFFC0000\nFFFC0000\nFFFC0000\nFFFC0000\nCFFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFC0000\n0FFFFFE0\n0FFFFFE0\n0FFFFFE0\n0FFFFFE0\n0FFFFFE0\n0FFFFFE0\nENDCHAR\nSTARTCHAR 0142\nENCODING 322\nSWIDTH 300 0\nDWIDTH 20 0\nBBX 18 54 1 0\nBITMAP\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC40\n07FFC0\n07FFC0\n07FFC0\n07FFC0\n07FFC0\n1FFF00\n7FFC00\nFFFC00\nFFFC00\nFFFC00\nFFFC00\nE7FC00\n87FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR 0143\nENCODING 323\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 28 72 4 0\nBITMAP\n0000FF80\n0001FF00\n0001FE00\n0001FE00\n0001FC00\n0003FC00\n0003F800\n0003F000\n0007F000\n0007E000\n0007C000\n000FC000\n000F8000\n00000000\n00000000\n00000000\n00000000\n00000000\nFE000FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF800FF0\nFF800FF0\nFFC00FF0\nFFC00FF0\nFFE00FF0\nFFE00FF0\nFFF00FF0\nFFF00FF0\nFFF00FF0\nFFF80FF0\nFFF80FF0\nFFFC0FF0\nFFFC0FF0\nFFFE0FF0\nFFFE0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF8FF0\nFF7F8FF0\nFF7FCFF0\nFF7FCFF0\nFF3FEFF0\nFF3FEFF0\nFF1FFFF0\nFF1FFFF0\nFF0FFFF0\nFF0FFFF0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0003F0\nENDCHAR\nSTARTCHAR 0144\nENCODING 324\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 56 3 0\nBITMAP\n0001FF00\n0003FE00\n0003FC00\n0003FC00\n0003F800\n0007F800\n0007F000\n0007E000\n000FE000\n000FC000\n000F8000\n001F8000\n001F0000\n00000000\n00000000\n00000000\n00000000\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 0145\nENCODING 325\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 28 76 4 -22\nBITMAP\nFE000FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF800FF0\nFF800FF0\nFFC00FF0\nFFC00FF0\nFFE00FF0\nFFE00FF0\nFFF00FF0\nFFF00FF0\nFFF00FF0\nFFF80FF0\nFFF80FF0\nFFFC0FF0\nFFFC0FF0\nFFFE0FF0\nFFFE0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF8FF0\nFF7F8FF0\nFF7FCFF0\nFF7FCFF0\nFF3FEFF0\nFF3FEFF0\nFF1FFFF0\nFF1FFFF0\nFF0FFFF0\nFF0FFFF0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0003F0\n00000000\n00000000\n00000000\n00000000\n00000000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n0001E000\n0001E000\n0003E000\n0007C000\n001FC000\n001FC000\n000F8000\n000E0000\nENDCHAR\nSTARTCHAR 0146\nENCODING 326\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 61 3 -22\nBITMAP\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\n00000000\n00000000\n00000000\n00000000\n00000000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00078000\n00078000\n000F8000\n001F0000\n007F0000\n007F0000\n003E0000\n00380000\nENDCHAR\nSTARTCHAR 0147\nENCODING 327\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 28 71 4 0\nBITMAP\n0FE03F80\n07F03F00\n07F07F00\n03F87E00\n03F8FE00\n01FCFC00\n01FDFC00\n00FFF800\n00FFF800\n007FF000\n007FF000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFE000FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF800FF0\nFF800FF0\nFFC00FF0\nFFC00FF0\nFFE00FF0\nFFE00FF0\nFFF00FF0\nFFF00FF0\nFFF00FF0\nFFF80FF0\nFFF80FF0\nFFFC0FF0\nFFFC0FF0\nFFFE0FF0\nFFFE0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF0FF0\nFFFF8FF0\nFF7F8FF0\nFF7FCFF0\nFF7FCFF0\nFF3FEFF0\nFF3FEFF0\nFF1FFFF0\nFF1FFFF0\nFF0FFFF0\nFF0FFFF0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0003F0\nENDCHAR\nSTARTCHAR 0148\nENCODING 328\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 55 3 0\nBITMAP\n3F80FE00\n1FC0FC00\n1FC1FC00\n0FE1F800\n0FE3F800\n07F3F000\n07F7F000\n03FFE000\n03FFE000\n01FFC000\n01FFC000\n00FF8000\n00000000\n00000000\n00000000\n00000000\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 0149\nENCODING 329\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 62 3 0\nBITMAP\n3F800000\n3F800000\n3F800000\n3F800000\n3F800000\n3F000000\n3F000000\n3F000000\n3F000000\n3F000000\n3E000000\n3E000000\n3E000000\n3E000000\n3E000000\n3E000000\n3C000000\n3C000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00001000\nFFC3FE00\nFFCFFF00\nFFDFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 014A\nENCODING 330\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 28 67 4 -14\nBITMAP\nFE0007F0\nFF0007F0\nFF0007F0\nFF0007F0\nFF8007F0\nFF8007F0\nFFC007F0\nFFC007F0\nFFE007F0\nFFE007F0\nFFF007F0\nFFF007F0\nFFF007F0\nFFF807F0\nFFF807F0\nFFFC07F0\nFFFC07F0\nFFFE07F0\nFFFE07F0\nFFFF07F0\nFFFF07F0\nFFFF07F0\nFF7F87F0\nFF7F87F0\nFF7FC7F0\nFF3FC7F0\nFF3FE7F0\nFF1FE7F0\nFF1FF7F0\nFF0FF7F0\nFF0FF7F0\nFF07FFF0\nFF07FFF0\nFF07FFF0\nFF03FFF0\nFF03FFF0\nFF01FFF0\nFF01FFF0\nFF00FFF0\nFF00FFF0\nFF007FF0\nFF007FF0\nFF007FF0\nFF003FF0\nFF003FF0\nFF001FF0\nFF001FF0\nFF000FF0\nFF000FF0\nFF000FF0\nFF0007F0\nFF0007F0\nFF0007F0\nFF0007F0\n000007F0\n000007F0\n000007F0\n00000FF0\n00000FF0\n00001FF0\n00003FF0\n0007FFE0\n0007FFE0\n0007FFC0\n0007FFC0\n0007FF80\n0007FE00\nENDCHAR\nSTARTCHAR 014B\nENCODING 331\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 25 52 3 -13\nBITMAP\n00002000\nFF83FC00\nFF8FFE00\nFFBFFF00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFE1FF80\nFFC1FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\n0000FF80\n0000FF80\n0001FF80\n0001FF80\n0001FF00\n0003FF00\n003FFF00\n00FFFE00\n00FFFE00\n00FFFC00\n00FFF800\n00FFE000\n00FF0000\nENDCHAR\nSTARTCHAR 014C\nENCODING 332\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 64 3 -1\nBITMAP\n00FFFE00\n00FFFE00\n00FFFE00\n00FFFE00\n00FFFE00\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 014D\nENCODING 333\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 49 3 -1\nBITMAP\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 014E\nENCODING 334\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 69 3 -1\nBITMAP\n03E007C0\n01E007C0\n01F00780\n01F00F80\n01F81F80\n00FFFF00\n007FFE00\n003FFC00\n000FF000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 014F\nENCODING 335\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n3E007C00\n1E007C00\n1F007800\n1F00F800\n1F81F800\n0FFFF000\n07FFE000\n03FFC000\n00FF0000\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 0150\nENCODING 336\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 73 3 -1\nBITMAP\n001FE3FE\n001FC3FC\n001FC3F8\n001F87F8\n003F87F0\n003F07F0\n003F0FE0\n003E0FC0\n007E0FC0\n007C1F80\n007C1F80\n00F81F00\n00F83E00\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 0151\nENCODING 337\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 28 57 3 -1\nBITMAP\n00FF1FF0\n00FE1FE0\n00FE1FC0\n00FC3FC0\n01FC3F80\n01F83F80\n01F87F00\n01F07E00\n03F07E00\n03E0FC00\n03E0FC00\n07C0F800\n07C1F000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 0152\nENCODING 338\nSWIDTH 705 0\nDWIDTH 47 0\nBBX 42 54 3 0\nBITMAP\n001FFFFFFFC0\n00FFFFFFFFC0\n03FFFFFFFFC0\n07FFFFFFFFC0\n0FFFFFFFFFC0\n1FFFFFFFFFC0\n1FFE0FFC0000\n3FF80FFC0000\n3FE00FFC0000\n7FE00FFC0000\n7FE00FFC0000\n7FC00FFC0000\n7FC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFFFF00\nFFC00FFFFF00\nFFC00FFFFF00\nFFC00FFFFF00\nFFC00FFFFF00\nFFC00FFFFF00\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\n7FC00FFC0000\n7FE00FFC0000\n7FE00FFC0000\n7FF00FFC0000\n3FF80FFC0000\n3FFFFFFFFFC0\n1FFFFFFFFFC0\n0FFFFFFFFFC0\n07FFFFFFFFC0\n03FFFFFFFFC0\n00FFFFFFFFC0\n001FFFFFFFC0\nENDCHAR\nSTARTCHAR 0153\nENCODING 339\nSWIDTH 705 0\nDWIDTH 47 0\nBBX 41 40 3 -1\nBITMAP\n000800040000\n01FF80FFE000\n07FFE1FFF000\n0FFFF3FFFC00\n1FFFF7FFFC00\n3FFFFFFFFE00\n3FFFFFFFFE00\n7FE1FFE3FF00\n7FC1FFC1FF00\n7FC0FFC1FF00\nFFC0FFC0FF00\nFF80FFC0FF00\nFF80FF80FF80\nFF80FF80FF80\nFF80FF80FF80\nFF80FFFFFF80\nFF80FFFFFF80\nFF80FFFFFF80\nFF80FFFFFF80\nFF80FFFFFF80\nFF80FF800000\nFF80FF800000\nFF80FF800000\nFF80FF800000\nFF80FF800000\nFF80FF80FF80\nFF80FF80FF80\nFF80FFC0FF80\nFF80FFC0FF80\n7FC0FFC0FF80\n7FC0FFC0FF80\n7FC1FFC1FF00\n7FE1FFE1FF00\n3FFFFFFFFF00\n3FFFFFFFFE00\n1FFFF7FFFE00\n0FFFF7FFFC00\n07FFE3FFF800\n03FF80FFE000\n001000040000\nENDCHAR\nSTARTCHAR 0154\nENCODING 340\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 72 4 0\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\nENDCHAR\nSTARTCHAR 0155\nENCODING 341\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 20 56 4 0\nBITMAP\n001FF0\n003FE0\n003FC0\n003FC0\n003F80\n007F80\n007F00\n007E00\n00FE00\n00FC00\n00F800\n01F800\n01F000\n000000\n000000\n000000\n000000\n000080\nFF83C0\nFF8FC0\nFF9FC0\nFFBFC0\nFFBFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFF000\nFFC000\nFFC000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR 0156\nENCODING 342\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 76 4 -22\nBITMAP\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\n00000000\n00000000\n00000000\n00000000\n00000000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n0000F000\n0000F000\n0001F000\n0003E000\n000FE000\n000FE000\n0007C000\n00070000\nENDCHAR\nSTARTCHAR 0157\nENCODING 343\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 61 4 -22\nBITMAP\n000080\nFF83C0\nFF8FC0\nFF9FC0\nFFBFC0\nFFBFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFF000\nFFC000\nFFC000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\n000000\n000000\n000000\n000000\n000000\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n007800\n007800\n00F800\n01F000\n07F000\n07F000\n03E000\n038000\nENDCHAR\nSTARTCHAR 0158\nENCODING 344\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 71 4 0\nBITMAP\n07F01FC0\n03F81F80\n03F83F80\n01FC3F00\n01FC7F00\n00FE7E00\n00FEFE00\n007FFC00\n007FFC00\n003FF800\n003FF800\n001FF000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\nENDCHAR\nSTARTCHAR 0159\nENCODING 345\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 21 55 2 0\nBITMAP\nFE03F8\n7F03F0\n7F07F0\n3F87E0\n3F8FE0\n1FCFC0\n1FDFC0\n0FFF80\n0FFF80\n07FF00\n07FF00\n03FE00\n000000\n000000\n000000\n000000\n000020\n3FE0F0\n3FE3F0\n3FE7F0\n3FEFF0\n3FEFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FFFF0\n3FFC00\n3FF000\n3FF000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\n3FE000\nENDCHAR\nSTARTCHAR 015A\nENCODING 346\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 73 3 -1\nBITMAP\n0000FF80\n0001FF00\n0001FE00\n0001FE00\n0001FC00\n0003FC00\n0003F800\n0003F000\n0007F000\n0007E000\n0007C000\n000FC000\n000F8000\n00000000\n00000000\n00000000\n00000000\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 015B\nENCODING 347\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 57 1 -1\nBITMAP\n0003FE\n0007FC\n0007F8\n0007F8\n0007F0\n000FF0\n000FE0\n000FC0\n001FC0\n001F80\n001F00\n003F00\n003E00\n000000\n000000\n000000\n000000\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 015C\nENCODING 348\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 72 3 -1\nBITMAP\n007FC000\n007FC000\n00FFE000\n00FFF000\n01FFF000\n01FBF800\n03FBF800\n03F1FC00\n07F1FC00\n07E0FE00\n0FE0FE00\n1FC07F00\n00000000\n00000000\n00000000\n00000000\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 015D\nENCODING 349\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 56 1 -1\nBITMAP\n00FF80\n00FF80\n01FFC0\n01FFE0\n03FFE0\n03F7F0\n07F7F0\n07E3F8\n0FE3F8\n0FC1FC\n1FC1FC\n3F80FE\n000000\n000000\n000000\n000000\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 015E\nENCODING 350\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 73 3 -18\nBITMAP\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\n00078000\n00078000\n00078000\n00078000\n0007C000\n0007F800\n0007FE00\n0001FF00\n00007F00\n00003F80\n00001F80\n00003F80\n00207F80\n001FFF00\n001FFE00\n001FFC00\n000FF000\nENDCHAR\nSTARTCHAR 015F\nENCODING 351\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 57 1 -18\nBITMAP\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\n000F00\n000F00\n000F00\n000F00\n000F80\n000FF0\n000FFC\n0003FE\n0000FE\n00007F\n00003F\n00007F\n0040FF\n003FFE\n003FFC\n003FF8\n001FE0\nENDCHAR\nSTARTCHAR 0160\nENCODING 352\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 72 3 -1\nBITMAP\n1FC07F00\n0FE07E00\n0FE0FE00\n07F0FC00\n07F1FC00\n03F9F800\n03FBF800\n01FFF000\n01FFF000\n00FFE000\n00FFE000\n007FC000\n00000000\n00000000\n00000000\n00000000\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 0161\nENCODING 353\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 56 1 -1\nBITMAP\n3F80FE\n1FC0FC\n1FC1FC\n0FE1F8\n0FE3F8\n07F3F0\n07F7F0\n03FFE0\n03FFE0\n01FFC0\n01FFC0\n00FF80\n000000\n000000\n000000\n000000\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 0162\nENCODING 354\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 72 0 -18\nBITMAP\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n00000000\n0003C000\n0003C000\n0003C000\n0003C000\n0003E000\n0003FC00\n0003FF00\n0000FF80\n00003F80\n00001FC0\n00000FC0\n00001FC0\n00103FC0\n000FFF80\n000FFF00\n000FFE00\n0007F800\nENDCHAR\nSTARTCHAR 0163\nENCODING 355\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 23 68 1 -18\nBITMAP\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n0FFFF0\n07FFF0\n07FFF0\n07FFF0\n03FFF0\n01FFF0\n00FFF0\n000400\n001E00\n001E00\n001E00\n001E00\n001F00\n001FE0\n001FF8\n0007FC\n0001FC\n0000FE\n00007E\n0000FE\n0081FE\n007FFC\n007FF8\n007FF0\n003FC0\nENDCHAR\nSTARTCHAR 0164\nENCODING 356\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 71 0 0\nBITMAP\n0FE03F80\n07F03F00\n07F07F00\n03F87E00\n03F8FE00\n01FCFC00\n01FDFC00\n00FFF800\n00FFF800\n007FF000\n007FF000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\nENDCHAR\nSTARTCHAR 0165\nENCODING 357\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 28 62 1 -1\nBITMAP\n000007F0\n000007F0\n000007F0\n000007F0\n000007F0\n000007E0\n000007E0\n000007E0\n000007E0\n000007E0\n000007C0\n0FF807C0\n0FF807C0\n0FF807C0\n0FF807C0\n0FF807C0\n0FF80780\n0FF80780\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFE000\nFFFFE000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\n0FFC0000\n0FFFF000\n07FFF000\n07FFF000\n07FFF000\n03FFF000\n01FFF000\n00FFF000\n00040000\nENDCHAR\nSTARTCHAR 0166\nENCODING 358\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 54 0 0\nBITMAP\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\nENDCHAR\nSTARTCHAR 0167\nENCODING 359\nSWIDTH 285 0\nDWIDTH 19 0\nBBX 20 51 1 -1\nBITMAP\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n07FFF0\n07FFF0\n07FFF0\n03FFF0\n03FFF0\n01FFF0\n007FF0\n000400\nENDCHAR\nSTARTCHAR 0168\nENCODING 360\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 69 4 -1\nBITMAP\n00400000\n03FC0F80\n07FF0F80\n07FFCF80\n0FFFFF80\n0FFFFF00\n0FFFFF00\n0F83FE00\n0F807C00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 0169\nENCODING 361\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 54 3 -1\nBITMAP\n01000000\n0FF03E00\n1FFC3E00\n1FFF3E00\n3FFFFE00\n3FFFFC00\n3FFFFC00\n3E0FF800\n3E01F000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 016A\nENCODING 362\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 64 4 -1\nBITMAP\n01FFFC00\n01FFFC00\n01FFFC00\n01FFFC00\n01FFFC00\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 016B\nENCODING 363\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 49 3 -1\nBITMAP\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 016C\nENCODING 364\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 69 4 -1\nBITMAP\n07C00F80\n03C00F80\n03E00F00\n03E01F00\n03F03F00\n01FFFE00\n00FFFC00\n007FF800\n001FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 016D\nENCODING 365\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 54 3 -1\nBITMAP\n1F003E00\n0F003E00\n0F803C00\n0F807C00\n0FC0FC00\n07FFF800\n03FFF000\n01FFE000\n007F8000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 016E\nENCODING 366\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 75 4 -1\nBITMAP\n00020000\n003FE000\n007FF000\n00FFF800\n01FFF800\n01F07C00\n01E03C00\n01E03C00\n01E03C00\n01E03C00\n01E07C00\n01F0FC00\n00FFF800\n00FFF800\n003FE000\n001FC000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 016F\nENCODING 367\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 60 3 -1\nBITMAP\n00080000\n00FF8000\n01FFC000\n03FFE000\n07FFE000\n07C1F000\n0780F000\n0780F000\n0780F000\n0780F000\n0781F000\n07C3F000\n03FFE000\n03FFE000\n00FF8000\n007F0000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 0170\nENCODING 368\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 73 4 -1\nBITMAP\n003FC7FC\n003F87F8\n003F87F0\n003F0FF0\n007F0FE0\n007E0FE0\n007E1FC0\n007C1F80\n00FC1F80\n00F83F00\n00F83F00\n01F03E00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 0171\nENCODING 369\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 28 57 3 -1\nBITMAP\n00FF1FF0\n00FE1FE0\n00FE1FC0\n00FC3FC0\n01FC3F80\n01F83F80\n01F87F00\n01F07E00\n03F07E00\n03E0FC00\n03E0FC00\n07C0F800\n07C1F000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 0172\nENCODING 370\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 70 4 -16\nBITMAP\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n000F8000\n003F0000\n007F0000\n007E0000\n00FE0000\n00FC0000\n01FC0000\n01F80000\n01F80000\n01F80000\n01F80000\n01FE0000\n01FFF000\n00FFF000\n007FE000\n001FE000\nENDCHAR\nSTARTCHAR 0173\nENCODING 371\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 54 3 -16\nBITMAP\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02007C00\n0001F800\n0003F800\n0003F000\n0007F000\n0007E000\n000FE000\n000FC000\n000FC000\n000FC000\n000FC000\n000FF000\n000FFF80\n0007FF80\n0003FF00\n0000FF00\nENDCHAR\nSTARTCHAR 0174\nENCODING 372\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 44 71 2 0\nBITMAP\n00007FC00000\n00007FC00000\n0000FFE00000\n0000FFF00000\n0001FFF00000\n0001FBF80000\n0003FBF80000\n0003F1FC0000\n0007F1FC0000\n0007E0FE0000\n000FE0FE0000\n001FC07F0000\n000000000000\n000000000000\n000000000000\n000000000000\n000000000000\nFF801F800FF0\nFF801FC00FF0\n7F801FC01FF0\n7F801FC01FE0\n7F803FC01FE0\n7F803FC01FE0\n7F803FE01FE0\n7F803FE01FE0\n7FC03FE01FE0\n3FC03FE01FE0\n3FC07FE03FC0\n3FC07FE03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC0FFF03FC0\n1FE0FFF03FC0\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE1FFF87F80\n1FE1FBFC7F80\n0FE1F9FC7F80\n0FF1F9FC7F00\n0FF1F9FCFF00\n0FF3F9FCFF00\n0FF3F1FCFF00\n0FF3F0FEFF00\n0FF3F0FEFF00\n07F3F0FEFF00\n07FBF0FEFE00\n07FFE0FEFE00\n07FFE0FFFE00\n07FFE07FFE00\n07FFE07FFE00\n07FFE07FFE00\n03FFE07FFE00\n03FFC07FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FF803FFC00\n01FF801FFC00\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF001FF800\n01FF000FF800\n00FF000FF800\n00FF000FF000\n00FF000FF000\nENDCHAR\nSTARTCHAR 0175\nENCODING 373\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 36 55 2 0\nBITMAP\n0007FC0000\n0007FC0000\n000FFE0000\n000FFF0000\n001FFF0000\n001FBF8000\n003FBF8000\n003F1FC000\n007F1FC000\n007E0FE000\n00FE0FE000\n01FC07F000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFE01F807F0\nFE01FC07F0\nFF01FC07F0\nFF03FC0FF0\nFF03FC0FE0\n7F03FC0FE0\n7F03FC0FE0\n7F03FE0FE0\n7F03FE0FE0\n7F87FE1FE0\n7F87FE1FC0\n7F87FE1FC0\n3F87FE1FC0\n3F87FF1FC0\n3F8FFF1FC0\n3FCFFF1FC0\n3FCFFF3F80\n3FCF9F3F80\n1FCF9F3F80\n1FDF9F3F80\n1FDF9FBF80\n1FDF9FBF80\n1FFF1FBF80\n1FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFE0FFF00\n0FFE07FF00\n0FFE07FE00\n0FFE07FE00\n07FE07FE00\n07FC07FE00\n07FC07FE00\n07FC03FE00\n07FC03FC00\n07FC03FC00\n03F803FC00\nENDCHAR\nSTARTCHAR 0176\nENCODING 374\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 71 1 0\nBITMAP\n001FF000\n001FF000\n003FF800\n003FFC00\n007FFC00\n007EFE00\n00FEFE00\n00FC7F00\n01FC7F00\n01F83F80\n03F83F80\n07F01FC0\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 0177\nENCODING 375\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 65 0 -11\nBITMAP\n007FC000\n007FC000\n00FFE000\n00FFF000\n01FFF000\n01FBF800\n03FBF800\n03F1FC00\n07F1FC00\n07E0FE00\n0FE0FE00\n1FC07F00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF801FE0\n7FC01FE0\n7FC03FE0\n7FC03FE0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n1FE07F80\n1FE07F80\n1FE07F80\n1FF07F80\n0FF07F00\n0FF0FF00\n0FF0FF00\n0FF0FF00\n07F8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n03F9FC00\n03F9FC00\n03FDFC00\n03FDFC00\n01FFF800\n01FFF800\n01FFF800\n00FFF800\n00FFF000\n00FFF000\n00FFF000\n007FF000\n007FE000\n007FE000\n007FE000\n003FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n007FC000\n0FFF8000\n0FFF8000\n0FFF0000\n0FFE0000\n0FFC0000\n0FE00000\nENDCHAR\nSTARTCHAR 0178\nENCODING 376\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 67 1 0\nBITMAP\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n0FF87F80\n00000000\n00000000\n00000000\n00000000\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 0179\nENCODING 377\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 25 72 2 0\nBITMAP\n0003FE00\n0007FC00\n0007F800\n0007F800\n0007F000\n000FF000\n000FE000\n000FC000\n001FC000\n001F8000\n001F0000\n003F0000\n003E0000\n00000000\n00000000\n00000000\n00000000\n00000000\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n0001FF00\n0003FF00\n0003FE00\n0003FE00\n0007FE00\n0007FC00\n0007FC00\n000FFC00\n000FF800\n000FF800\n001FF800\n001FF000\n001FF000\n003FF000\n003FE000\n003FE000\n007FE000\n007FC000\n00FFC000\n00FFC000\n00FF8000\n01FF8000\n01FF0000\n01FF0000\n03FF0000\n03FE0000\n03FE0000\n07FE0000\n07FC0000\n07FC0000\n0FFC0000\n0FF80000\n0FF80000\n1FF80000\n1FF00000\n1FF00000\n3FF00000\n3FE00000\n3FE00000\n7FE00000\n7FC00000\n7FC00000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR 017A\nENCODING 378\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 56 2 0\nBITMAP\n000FF8\n001FF0\n001FE0\n001FE0\n001FC0\n003FC0\n003F80\n003F00\n007F00\n007E00\n007C00\n00FC00\n00F800\n000000\n000000\n000000\n000000\n000000\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n001FF0\n001FF0\n003FF0\n003FE0\n003FE0\n007FC0\n007FC0\n00FF80\n00FF80\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n07FC00\n07FC00\n0FF800\n0FF800\n0FF800\n1FF000\n1FF000\n3FE000\n3FE000\n7FC000\n7FC000\n7FC000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 017B\nENCODING 379\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 25 68 2 0\nBITMAP\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00000000\n00000000\n00000000\n00000000\n00000000\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n0001FF00\n0003FF00\n0003FE00\n0003FE00\n0007FE00\n0007FC00\n0007FC00\n000FFC00\n000FF800\n000FF800\n001FF800\n001FF000\n001FF000\n003FF000\n003FE000\n003FE000\n007FE000\n007FC000\n00FFC000\n00FFC000\n00FF8000\n01FF8000\n01FF0000\n01FF0000\n03FF0000\n03FE0000\n03FE0000\n07FE0000\n07FC0000\n07FC0000\n0FFC0000\n0FF80000\n0FF80000\n1FF80000\n1FF00000\n1FF00000\n3FF00000\n3FE00000\n3FE00000\n7FE00000\n7FC00000\n7FC00000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR 017C\nENCODING 380\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 52 2 0\nBITMAP\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n000000\n000000\n000000\n000000\n000000\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n001FF0\n001FF0\n003FF0\n003FE0\n003FE0\n007FC0\n007FC0\n00FF80\n00FF80\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n07FC00\n07FC00\n0FF800\n0FF800\n0FF800\n1FF000\n1FF000\n3FE000\n3FE000\n7FC000\n7FC000\n7FC000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 017D\nENCODING 381\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 25 71 2 0\nBITMAP\n3F80FE00\n1FC0FC00\n1FC1FC00\n0FE1F800\n0FE3F800\n07F3F000\n07F7F000\n03FFE000\n03FFE000\n01FFC000\n01FFC000\n00FF8000\n00000000\n00000000\n00000000\n00000000\n00000000\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n7FFFFF80\n0001FF00\n0003FF00\n0003FE00\n0003FE00\n0007FE00\n0007FC00\n0007FC00\n000FFC00\n000FF800\n000FF800\n001FF800\n001FF000\n001FF000\n003FF000\n003FE000\n003FE000\n007FE000\n007FC000\n00FFC000\n00FFC000\n00FF8000\n01FF8000\n01FF0000\n01FF0000\n03FF0000\n03FE0000\n03FE0000\n07FE0000\n07FC0000\n07FC0000\n0FFC0000\n0FF80000\n0FF80000\n1FF80000\n1FF00000\n1FF00000\n3FF00000\n3FE00000\n3FE00000\n7FE00000\n7FC00000\n7FC00000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nENDCHAR\nSTARTCHAR 017E\nENCODING 382\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 55 2 0\nBITMAP\nFE03F8\n7F03F0\n7F07F0\n3F87E0\n3F8FE0\n1FCFC0\n1FDFC0\n0FFF80\n0FFF80\n07FF00\n07FF00\n03FE00\n000000\n000000\n000000\n000000\n000000\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n7FFFF8\n001FF0\n001FF0\n003FF0\n003FE0\n003FE0\n007FC0\n007FC0\n00FF80\n00FF80\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n07FC00\n07FC00\n0FF800\n0FF800\n0FF800\n1FF000\n1FF000\n3FE000\n3FE000\n7FC000\n7FC000\n7FC000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 0192\nENCODING 402\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 26 61 1 -10\nBITMAP\n00007FC0\n0003FFC0\n0007FFC0\n000FFF80\n000FFF80\n001FFF80\n001FFC80\n001FF000\n001FF000\n003FF000\n003FE000\n003FE000\n003FE000\n003FE000\n07FFFF00\n07FFFF00\n07FFFF00\n07FFFF00\n07FFFF00\n07FFFF00\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n00FFC000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF0000\n01FF0000\n01FF0000\n01FF0000\n01FF0000\n01FF0000\n01FF0000\n01FF0000\n01FF0000\n01FE0000\n01FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n03FE0000\n07FE0000\n07FE0000\nFFFC0000\nFFFC0000\nFFF80000\nFFF80000\nFFF00000\nFFC00000\nENDCHAR\nSTARTCHAR 01C4\nENCODING 452\nSWIDTH 990 0\nDWIDTH 66 0\nBBX 60 71 4 0\nBITMAP\n0000000007F01FC0\n0000000003F81F80\n0000000003F83F80\n0000000001FC3F00\n0000000001FC7F00\n0000000000FE7E00\n0000000000FEFE00\n00000000007FFC00\n00000000007FFC00\n00000000003FF800\n00000000003FF800\n00000000001FF000\n0000000000000000\n0000000000000000\n0000000000000000\n0000000000000000\n0000000000000000\nFFFFE0000FFFFFF0\nFFFFFC000FFFFFF0\nFFFFFF000FFFFFF0\nFFFFFFC00FFFFFF0\nFFFFFFE00FFFFFF0\nFFFFFFE00FFFFFF0\nFFFFFFF000003FE0\nFFC07FF000007FE0\nFFC03FF800007FC0\nFFC01FF800007FC0\nFFC01FF80000FFC0\nFFC00FF80000FF80\nFFC00FFC0000FF80\nFFC00FFC0001FF80\nFFC00FFC0001FF00\nFFC00FFC0001FF00\nFFC00FFC0003FF00\nFFC00FFC0003FE00\nFFC00FFC0003FE00\nFFC00FFC0007FE00\nFFC00FFC0007FC00\nFFC00FFC0007FC00\nFFC00FFC000FFC00\nFFC00FFC000FF800\nFFC00FFC001FF800\nFFC00FFC001FF800\nFFC00FFC001FF000\nFFC00FFC003FF000\nFFC00FFC003FE000\nFFC00FFC003FE000\nFFC00FFC007FE000\nFFC00FFC007FC000\nFFC00FFC007FC000\nFFC00FFC00FFC000\nFFC00FFC00FF8000\nFFC00FFC00FF8000\nFFC00FFC01FF8000\nFFC00FFC01FF0000\nFFC00FFC01FF0000\nFFC00FFC03FF0000\nFFC00FFC03FE0000\nFFC00FFC03FE0000\nFFC00FF807FE0000\nFFC01FF807FC0000\nFFC01FF807FC0000\nFFC03FF80FFC0000\nFFC03FF00FF80000\nFFC3FFF00FF80000\nFFFFFFE01FFFFFF0\nFFFFFFC01FFFFFF0\nFFFFFF801FFFFFF0\nFFFFFF001FFFFFF0\nFFFFFC001FFFFFF0\nFFFFE0001FFFFFF0\nENDCHAR\nSTARTCHAR 01C5\nENCODING 453\nSWIDTH 930 0\nDWIDTH 62 0\nBBX 56 55 4 0\nBITMAP\n000000001FC07F\nFFFFE0000FE07E\nFFFFFC000FE0FE\nFFFFFF0007F0FC\nFFFFFFC007F1FC\nFFFFFFE003F9F8\nFFFFFFE003FBF8\nFFFFFFF001FFF0\nFFC07FF001FFF0\nFFC03FF800FFE0\nFFC01FF800FFE0\nFFC01FF8007FC0\nFFC00FF8000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0003FE\nFFC00FFC0003FE\nFFC00FFC0007FE\nFFC00FFC0007FC\nFFC00FFC0007FC\nFFC00FFC000FF8\nFFC00FFC000FF8\nFFC00FFC001FF0\nFFC00FFC001FF0\nFFC00FFC003FE0\nFFC00FFC003FE0\nFFC00FFC003FE0\nFFC00FFC007FC0\nFFC00FFC007FC0\nFFC00FFC00FF80\nFFC00FFC00FF80\nFFC00FFC01FF00\nFFC00FFC01FF00\nFFC00FFC01FF00\nFFC00FFC03FE00\nFFC00FF803FE00\nFFC01FF807FC00\nFFC01FF807FC00\nFFC03FF80FF800\nFFC03FF00FF800\nFFC3FFF00FF800\nFFFFFFE01FFFFF\nFFFFFFC01FFFFF\nFFFFFF801FFFFF\nFFFFFF001FFFFF\nFFFFFC001FFFFF\nFFFFE0001FFFFF\nENDCHAR\nSTARTCHAR 01C6\nENCODING 454\nSWIDTH 840 0\nDWIDTH 56 0\nBBX 52 56 3 -1\nBITMAP\n00000001FC07F0\n0000FF80FE07E0\n0000FF80FE0FE0\n0000FF807F0FC0\n0000FF807F1FC0\n0000FF803F9F80\n0000FF803FBF80\n0000FF801FFF00\n0000FF801FFF00\n0000FF800FFE00\n0000FF800FFE00\n0000FF8007FC00\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0040FF80000000\n07F8FF80FFFFF0\n0FFEFF80FFFFF0\n1FFFFF80FFFFF0\n3FFFFF80FFFFF0\n7FFFFF80FFFFF0\n7FFFFF80FFFFF0\n7FE1FF80003FE0\nFFC0FF80003FE0\nFF80FF80007FE0\nFF80FF80007FC0\nFF80FF80007FC0\nFF80FF8000FF80\nFF80FF8000FF80\nFF80FF8001FF00\nFF80FF8001FF00\nFF80FF8003FE00\nFF80FF8003FE00\nFF80FF8003FE00\nFF80FF8007FC00\nFF80FF8007FC00\nFF80FF800FF800\nFF80FF800FF800\nFF80FF801FF000\nFF80FF801FF000\nFF80FF801FF000\nFF80FF803FE000\nFF80FF803FE000\nFF80FF807FC000\nFF80FF807FC000\nFF80FF80FF8000\nFFC0FF80FF8000\n7FE1FF80FF8000\n7FFFFF81FFFFF0\n7FFFFF81FFFFF0\n3FFFFF81FFFFF0\n3FFFFF81FFFFF0\n1FFEFF81FFFFF0\n07F8FF81FFFFF0\n00400000000000\nENDCHAR\nSTARTCHAR 01C7\nENCODING 455\nSWIDTH 750 0\nDWIDTH 50 0\nBBX 42 55 4 -1\nBITMAP\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00000FFC0\nFFC00001FF80\nFFC00001FF80\nFFC00007FF80\nFFFFFE7FFF80\nFFFFFE7FFF00\nFFFFFE7FFF00\nFFFFFE7FFE00\nFFFFFE7FFC00\nFFFFFE7FF000\n000000780000\nENDCHAR\nSTARTCHAR 01C8\nENCODING 456\nSWIDTH 675 0\nDWIDTH 45 0\nBBX 38 65 4 -11\nBITMAP\nFFC0000000\nFFC0000000\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000000\nFFC0000000\nFFC0000000\nFFC0000000\nFFC0000000\nFFC0000000\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFC0000FFC\nFFFFFE0FFC\nFFFFFE0FFC\nFFFFFE0FFC\nFFFFFE0FFC\nFFFFFE0FFC\nFFFFFE0FFC\n0000000FFC\n0000000FFC\n0000000FF8\n0000000FF8\n0000013FF8\n000001FFF8\n000001FFF0\n000001FFF0\n000001FFE0\n000001FFC0\n000001FE00\nENDCHAR\nSTARTCHAR 01C9\nENCODING 457\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 27 65 4 -11\nBITMAP\nFF800000\nFF800000\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\nFF807FE0\n00007FE0\n00007FE0\n00007FC0\n00007FC0\n0009FFC0\n000FFFC0\n000FFF80\n000FFF80\n000FFF00\n000FFE00\n000FF000\nENDCHAR\nSTARTCHAR 01CA\nENCODING 458\nSWIDTH 870 0\nDWIDTH 58 0\nBBX 50 55 4 -1\nBITMAP\nFE000FF000FFC0\nFF000FF000FFC0\nFF000FF000FFC0\nFF000FF000FFC0\nFF800FF000FFC0\nFF800FF000FFC0\nFFC00FF000FFC0\nFFC00FF000FFC0\nFFE00FF000FFC0\nFFE00FF000FFC0\nFFF00FF000FFC0\nFFF00FF000FFC0\nFFF00FF000FFC0\nFFF80FF000FFC0\nFFF80FF000FFC0\nFFFC0FF000FFC0\nFFFC0FF000FFC0\nFFFE0FF000FFC0\nFFFE0FF000FFC0\nFFFF0FF000FFC0\nFFFF0FF000FFC0\nFFFF0FF000FFC0\nFFFF8FF000FFC0\nFF7F8FF000FFC0\nFF7FCFF000FFC0\nFF7FCFF000FFC0\nFF3FEFF000FFC0\nFF3FEFF000FFC0\nFF1FFFF000FFC0\nFF1FFFF000FFC0\nFF0FFFF000FFC0\nFF0FFFF000FFC0\nFF07FFF000FFC0\nFF07FFF000FFC0\nFF07FFF000FFC0\nFF03FFF000FFC0\nFF03FFF000FFC0\nFF01FFF000FFC0\nFF01FFF000FFC0\nFF00FFF000FFC0\nFF00FFF000FFC0\nFF00FFF000FFC0\nFF007FF000FFC0\nFF007FF000FFC0\nFF003FF000FFC0\nFF003FF001FF80\nFF001FF001FF80\nFF001FF007FF80\nFF001FF07FFF80\nFF000FF07FFF00\nFF000FF07FFF00\nFF0007F07FFE00\nFF0007F07FFC00\nFF0003F07FF000\n00000000780000\nENDCHAR\nSTARTCHAR 01CB\nENCODING 459\nSWIDTH 795 0\nDWIDTH 53 0\nBBX 46 65 4 -11\nBITMAP\nFE000FF00000\nFF000FF00000\nFF000FF00FFC\nFF000FF00FFC\nFF800FF00FFC\nFF800FF00FFC\nFFC00FF00FFC\nFFC00FF00FFC\nFFE00FF00FFC\nFFE00FF00FFC\nFFF00FF00000\nFFF00FF00000\nFFF00FF00000\nFFF80FF00000\nFFF80FF00000\nFFFC0FF00000\nFFFC0FF00FFC\nFFFE0FF00FFC\nFFFE0FF00FFC\nFFFF0FF00FFC\nFFFF0FF00FFC\nFFFF0FF00FFC\nFFFF8FF00FFC\nFF7F8FF00FFC\nFF7FCFF00FFC\nFF7FCFF00FFC\nFF3FEFF00FFC\nFF3FEFF00FFC\nFF1FFFF00FFC\nFF1FFFF00FFC\nFF0FFFF00FFC\nFF0FFFF00FFC\nFF07FFF00FFC\nFF07FFF00FFC\nFF07FFF00FFC\nFF03FFF00FFC\nFF03FFF00FFC\nFF01FFF00FFC\nFF01FFF00FFC\nFF00FFF00FFC\nFF00FFF00FFC\nFF00FFF00FFC\nFF007FF00FFC\nFF007FF00FFC\nFF003FF00FFC\nFF003FF00FFC\nFF001FF00FFC\nFF001FF00FFC\nFF001FF00FFC\nFF000FF00FFC\nFF000FF00FFC\nFF0007F00FFC\nFF0007F00FFC\nFF0003F00FFC\n000000000FFC\n000000000FFC\n000000000FF8\n000000000FF8\n000000013FF8\n00000001FFF8\n00000001FFF0\n00000001FFF0\n00000001FFE0\n00000001FFC0\n00000001FE00\nENDCHAR\nSTARTCHAR 01CC\nENCODING 460\nSWIDTH 735 0\nDWIDTH 49 0\nBBX 43 63 3 -11\nBITMAP\n000000007FE0\n000000007FE0\n000000007FE0\n000000007FE0\n000000007FE0\n000000007FE0\n000000007FE0\n000000007FE0\n000000000000\n000000000000\n000000000000\n000000000000\n000000000000\n000010000000\nFFC3FE007FE0\nFFCFFF007FE0\nFFDFFF007FE0\nFFFFFF807FE0\nFFFFFF807FE0\nFFFFFF807FE0\nFFF0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\nFFC0FF807FE0\n000000007FE0\n000000007FE0\n000000007FC0\n000000007FC0\n00000009FFC0\n0000000FFFC0\n0000000FFF80\n0000000FFF80\n0000000FFF00\n0000000FFE00\n0000000FF000\nENDCHAR\nSTARTCHAR 01F1\nENCODING 497\nSWIDTH 990 0\nDWIDTH 66 0\nBBX 60 54 4 0\nBITMAP\nFFFFE0000FFFFFF0\nFFFFFC000FFFFFF0\nFFFFFF000FFFFFF0\nFFFFFFC00FFFFFF0\nFFFFFFE00FFFFFF0\nFFFFFFE00FFFFFF0\nFFFFFFF000003FE0\nFFC07FF000007FE0\nFFC03FF800007FC0\nFFC01FF800007FC0\nFFC01FF80000FFC0\nFFC00FF80000FF80\nFFC00FFC0000FF80\nFFC00FFC0001FF80\nFFC00FFC0001FF00\nFFC00FFC0001FF00\nFFC00FFC0003FF00\nFFC00FFC0003FE00\nFFC00FFC0003FE00\nFFC00FFC0007FE00\nFFC00FFC0007FC00\nFFC00FFC0007FC00\nFFC00FFC000FFC00\nFFC00FFC000FF800\nFFC00FFC001FF800\nFFC00FFC001FF800\nFFC00FFC001FF000\nFFC00FFC003FF000\nFFC00FFC003FE000\nFFC00FFC003FE000\nFFC00FFC007FE000\nFFC00FFC007FC000\nFFC00FFC007FC000\nFFC00FFC00FFC000\nFFC00FFC00FF8000\nFFC00FFC00FF8000\nFFC00FFC01FF8000\nFFC00FFC01FF0000\nFFC00FFC01FF0000\nFFC00FFC03FF0000\nFFC00FFC03FE0000\nFFC00FFC03FE0000\nFFC00FF807FE0000\nFFC01FF807FC0000\nFFC01FF807FC0000\nFFC03FF80FFC0000\nFFC03FF00FF80000\nFFC3FFF00FF80000\nFFFFFFE01FFFFFF0\nFFFFFFC01FFFFFF0\nFFFFFF801FFFFFF0\nFFFFFF001FFFFFF0\nFFFFFC001FFFFFF0\nFFFFE0001FFFFFF0\nENDCHAR\nSTARTCHAR 01F2\nENCODING 498\nSWIDTH 930 0\nDWIDTH 62 0\nBBX 56 54 4 0\nBITMAP\nFFFFE000000000\nFFFFFC00000000\nFFFFFF00000000\nFFFFFFC0000000\nFFFFFFE0000000\nFFFFFFE0000000\nFFFFFFF0000000\nFFC07FF0000000\nFFC03FF8000000\nFFC01FF8000000\nFFC01FF8000000\nFFC00FF8000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC000000\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0FFFFF\nFFC00FFC0003FE\nFFC00FFC0003FE\nFFC00FFC0007FE\nFFC00FFC0007FC\nFFC00FFC0007FC\nFFC00FFC000FF8\nFFC00FFC000FF8\nFFC00FFC001FF0\nFFC00FFC001FF0\nFFC00FFC003FE0\nFFC00FFC003FE0\nFFC00FFC003FE0\nFFC00FFC007FC0\nFFC00FFC007FC0\nFFC00FFC00FF80\nFFC00FFC00FF80\nFFC00FFC01FF00\nFFC00FFC01FF00\nFFC00FFC01FF00\nFFC00FFC03FE00\nFFC00FF803FE00\nFFC01FF807FC00\nFFC01FF807FC00\nFFC03FF80FF800\nFFC03FF00FF800\nFFC3FFF00FF800\nFFFFFFE01FFFFF\nFFFFFFC01FFFFF\nFFFFFF801FFFFF\nFFFFFF001FFFFF\nFFFFFC001FFFFF\nFFFFE0001FFFFF\nENDCHAR\nSTARTCHAR 01F3\nENCODING 499\nSWIDTH 840 0\nDWIDTH 56 0\nBBX 52 55 3 -1\nBITMAP\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0000FF80000000\n0040FF80000000\n07F8FF80FFFFF0\n0FFEFF80FFFFF0\n1FFFFF80FFFFF0\n3FFFFF80FFFFF0\n7FFFFF80FFFFF0\n7FFFFF80FFFFF0\n7FE1FF80003FE0\nFFC0FF80003FE0\nFF80FF80007FE0\nFF80FF80007FC0\nFF80FF80007FC0\nFF80FF8000FF80\nFF80FF8000FF80\nFF80FF8001FF00\nFF80FF8001FF00\nFF80FF8003FE00\nFF80FF8003FE00\nFF80FF8003FE00\nFF80FF8007FC00\nFF80FF8007FC00\nFF80FF800FF800\nFF80FF800FF800\nFF80FF801FF000\nFF80FF801FF000\nFF80FF801FF000\nFF80FF803FE000\nFF80FF803FE000\nFF80FF807FC000\nFF80FF807FC000\nFF80FF80FF8000\nFFC0FF80FF8000\n7FE1FF80FF8000\n7FFFFF81FFFFF0\n7FFFFF81FFFFF0\n3FFFFF81FFFFF0\n3FFFFF81FFFFF0\n1FFEFF81FFFFF0\n07F8FF81FFFFF0\n00400000000000\nENDCHAR\nSTARTCHAR 01F4\nENCODING 500\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 73 3 -1\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FC\n7FE007FC\n7FC007FC\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC0FFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\n7FC003FE\n7FE003FE\n7FE007FE\n7FE007FE\n7FF00FFE\n3FF01FFE\n3FFFFFFE\n1FFFFFFE\n1FFFFEFE\n0FFFFEFE\n07FFFCFE\n03FFF8FE\n00FFF0FE\n00020000\nENDCHAR\nSTARTCHAR 01F5\nENCODING 501\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 31 69 1 -12\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00000000\n00040018\n00FFE03C\n01FFF0FC\n07FFF9FC\n07FFFFFE\n0FFFFFFC\n1FFFFFE0\n1FF0FF80\n1FE07F80\n3FE07F80\n3FE07F80\n3FE03F80\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n3FE07F80\n1FE07F80\n1FF9FF80\n0FFFFF80\n07FFFF00\n03FFFE00\n03FFFC00\n07FFF800\n0F9FC000\n1F800000\n3F800000\n3F800000\n3FFC0000\n3FFFFC00\n3FFFFF00\n1FFFFFC0\n0FFFFFE0\n03FFFFE0\n07FFFFF0\n1FC03FF0\n3F8007F0\n3F8007F0\n7F8007F0\n7F8007F0\n7F8007F0\nFFFC3FF0\n7FFFFFF0\n7FFFFFE0\n7FFFFFE0\n3FFFFFC0\n0FFFFF00\n01FFF800\nENDCHAR\nSTARTCHAR 0200\nENCODING 512\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 71 1 0\nBITMAP\n3FC3F80000\n1FE1FC0000\n0FE1FC0000\n0FE0FC0000\n07F0FC0000\n07F07E0000\n03F07E0000\n01F83E0000\n01F83E0000\n00FC3F0000\n007C1F0000\n007C1F0000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0201\nENCODING 513\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 28 56 0 -1\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00010000\n003FF800\n00FFFE00\n03FFFF00\n03FFFF80\n07FFFFC0\n0FFFFFC0\n0FF87FC0\n0FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n00003FE0\n00003FE0\n00007FE0\n0001FFE0\n000FFFE0\n003FFFE0\n007FFFE0\n01FFBFE0\n03FE3FE0\n07FC3FE0\n0FF83FE0\n0FF83FE0\n1FF03FE0\n1FF03FE0\n1FE03FE0\n1FE03FE0\n1FE03FE0\n1FF03FE0\n1FF07FE0\n1FFFFFE0\n1FFFFFE0\n1FFFDFE0\n0FFFDFE0\n07FF9FF0\n03FF1FF0\n01FE1FF0\n00200000\nENDCHAR\nSTARTCHAR 0202\nENCODING 514\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 68 1 0\nBITMAP\n000FF00000\n003FFC0000\n007FFE0000\n00FFFF0000\n00FC3F0000\n00F80F0000\n01F00F8000\n01F00F8000\n01F00F8000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0203\nENCODING 515\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n00FF0000\n03FFC000\n07FFE000\n0FFFF000\n0FC3F000\n0F80F000\n1F00F800\n1F00F800\n1F00F800\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 0204\nENCODING 516\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 26 71 1 0\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00000000\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FFFFE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n1FFFFE00\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FF80000\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\nENDCHAR\nSTARTCHAR 0205\nENCODING 517\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 27 56 0 -1\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00010000\n007FF800\n01FFFE00\n03FFFF00\n07FFFF80\n07FFFF80\n0FFFFFC0\n0FF87FC0\n0FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FF00000\n1FF00000\n1FF00000\n1FF00000\n1FF00000\n1FF00000\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF83FE0\n0FF87FC0\n0FFFFFC0\n07FFFFC0\n07FFFF80\n03FFFF00\n01FFFE00\n007FF800\n00010000\nENDCHAR\nSTARTCHAR 0206\nENCODING 518\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 68 4 0\nBITMAP\n01FE00\n07FF80\n0FFFC0\n1FFFE0\n1F87E0\n1F01E0\n3E01F0\n3E01F0\n3E01F0\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0207\nENCODING 519\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 54 3 -1\nBITMAP\n00FF00\n03FFC0\n07FFE0\n0FFFF0\n0FC3F0\n0F80F0\n1F00F8\n1F00F8\n1F00F8\n000000\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0208\nENCODING 520\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 22 71 -6 0\nBITMAP\nFF0FE0\n7F87F0\n3F87F0\n3F83F0\n1FC3F0\n1FC1F8\n0FC1F8\n07E0F8\n07E0F8\n03F0FC\n01F07C\n01F07C\n000000\n000000\n000000\n000000\n000000\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\n003FF0\nENDCHAR\nSTARTCHAR 0209\nENCODING 521\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 22 55 -6 0\nBITMAP\nFF0FE0\n7F87F0\n3F87F0\n3F83F0\n1FC3F0\n1FC1F8\n0FC1F8\n07E0F8\n07E0F8\n03F0FC\n01F07C\n01F07C\n000000\n000000\n000000\n000000\n000000\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\n003FE0\nENDCHAR\nSTARTCHAR 020A\nENCODING 522\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 18 68 0 0\nBITMAP\n07F800\n1FFE00\n3FFF00\n7FFF80\n7E1F80\n7C0780\nF807C0\nF807C0\nF807C0\n000000\n000000\n000000\n000000\n000000\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\nENDCHAR\nSTARTCHAR 020B\nENCODING 523\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 18 53 0 0\nBITMAP\n07F800\n1FFE00\n3FFF00\n7FFF80\n7E1F80\n7C0780\nF807C0\nF807C0\nF807C0\n000000\n000000\n000000\n000000\n000000\n000000\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nENDCHAR\nSTARTCHAR 020C\nENCODING 524\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 72 3 -1\nBITMAP\n7F87F000\n3FC3F800\n1FC3F800\n1FC1F800\n0FE1F800\n0FE0FC00\n07E0FC00\n03F07C00\n03F07C00\n01F87E00\n00F83E00\n00F83E00\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 020D\nENCODING 525\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 28 56 0 -1\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00010000\n007FF800\n01FFFE00\n03FFFF00\n07FFFF80\n07FFFFC0\n0FFFFFC0\n0FF87FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n1FF03FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF01FF0\n1FF03FF0\n1FF03FF0\n1FF03FE0\n1FF03FE0\n1FF03FE0\n0FF87FE0\n0FFFFFC0\n07FFFFC0\n07FFFF80\n03FFFF00\n01FFFE00\n007FF800\n00010000\nENDCHAR\nSTARTCHAR 020E\nENCODING 526\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 69 3 -1\nBITMAP\n000FF000\n003FFC00\n007FFE00\n00FFFF00\n00FC3F00\n00F80F00\n01F00F80\n01F00F80\n01F00F80\n00000000\n00000000\n00000000\n00000000\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 020F\nENCODING 527\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 54 3 -1\nBITMAP\n00FF0000\n03FFC000\n07FFE000\n0FFFF000\n0FC3F000\n0F80F000\n1F00F800\n1F00F800\n1F00F800\n00000000\n00000000\n00000000\n00000000\n00000000\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 0210\nENCODING 528\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 71 4 0\nBITMAP\n7F87F000\n3FC3F800\n1FC3F800\n1FC1F800\n0FE1F800\n0FE0FC00\n07E0FC00\n03F07C00\n03F07C00\n01F87E00\n00F83E00\n00F83E00\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\nENDCHAR\nSTARTCHAR 0211\nENCODING 529\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 24 55 -2 0\nBITMAP\nFF0FE0\n7F87F0\n3F87F0\n3F83F0\n1FC3F0\n1FC1F8\n0FC1F8\n07E0F8\n07E0F8\n03F0FC\n01F07C\n01F07C\n000000\n000000\n000000\n000000\n000002\n03FE0F\n03FE3F\n03FE7F\n03FEFF\n03FEFF\n03FFFF\n03FFFF\n03FFFF\n03FFFF\n03FFC0\n03FF00\n03FF00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 0212\nENCODING 530\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 68 4 0\nBITMAP\n001FE000\n007FF800\n00FFFC00\n01FFFE00\n01F87E00\n01F01E00\n03E01F00\n03E01F00\n03E01F00\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFF0\nFFC3FFF0\nFFC03FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF8\nFFC0FFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFFF00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC1FF80\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC0FFC0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC03FE0\nFFC03FF0\nFFC03FF0\nFFC03FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC007FE\nENDCHAR\nSTARTCHAR 0213\nENCODING 531\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 53 4 0\nBITMAP\n07F800\n1FFE00\n3FFF00\n7FFF80\n7E1F80\n7C0780\nF807C0\nF807C0\nF807C0\n000000\n000000\n000000\n000000\n000000\n000080\nFF83C0\nFF8FC0\nFF9FC0\nFFBFC0\nFFBFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFF000\nFFC000\nFFC000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR 0214\nENCODING 532\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 72 4 -1\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 0215\nENCODING 533\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 27 56 1 -1\nBITMAP\nFF0FE000\n7F87F000\n3F87F000\n3F83F000\n1FC3F000\n1FC1F800\n0FC1F800\n07E0F800\n07E0F800\n03F0FC00\n01F07C00\n01F07C00\n00000000\n00000000\n00000000\n00000000\n00000000\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FE03FE0\n3FF03FE0\n3FF0FFE0\n3FFFFFE0\n1FFFFFE0\n1FFFFFE0\n1FFFBFE0\n0FFE3FE0\n07F83FE0\n00800000\nENDCHAR\nSTARTCHAR 0216\nENCODING 534\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 69 4 -1\nBITMAP\n001FE000\n007FF800\n00FFFC00\n01FFFE00\n01F87E00\n01F01E00\n03E01F00\n03E01F00\n03E01F00\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF8007FC\nFF800FFC\nFF800FFC\nFF800FFC\nFF800FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\n7FE01FF8\n7FF03FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n03FFFF00\n00FFFC00\n00020000\nENDCHAR\nSTARTCHAR 0217\nENCODING 535\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 54 3 -1\nBITMAP\n007F8000\n01FFE000\n03FFF000\n07FFF800\n07E1F800\n07C07800\n0F807C00\n0F807C00\n0F807C00\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFC3FF80\nFFFFFF80\n7FFFFF80\n7FFFFF80\n7FFEFF80\n3FF8FF80\n1FE0FF80\n02000000\nENDCHAR\nSTARTCHAR 0218\nENCODING 536\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 77 3 -22\nBITMAP\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\n00000000\n00000000\n00000000\n00000000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n0003C000\n0003C000\n0007C000\n000F8000\n003F8000\n003F8000\n001F0000\n001C0000\nENDCHAR\nSTARTCHAR 0219\nENCODING 537\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 61 1 -22\nBITMAP\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\n000000\n000000\n000000\n000000\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n000780\n000780\n000F80\n001F00\n007F00\n007F00\n003E00\n003800\nENDCHAR\nSTARTCHAR 021A\nENCODING 538\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 76 0 -22\nBITMAP\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n00000000\n00000000\n00000000\n00000000\n00000000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n0003C000\n0003C000\n0007C000\n000F8000\n003F8000\n003F8000\n001F0000\n001C0000\nENDCHAR\nSTARTCHAR 021B\nENCODING 539\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 20 72 1 -22\nBITMAP\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n0FFFF0\n07FFF0\n07FFF0\n07FFF0\n03FFF0\n01FFF0\n00FFF0\n000400\n000000\n000000\n000000\n000000\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n003C00\n003C00\n007C00\n00F800\n03F800\n03F800\n01F000\n01C000\nENDCHAR\nSTARTCHAR 0237\nENCODING 567\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 14 50 -1 -12\nBITMAP\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n9FFC\nFFFC\nFFF8\nFFF8\nFFF0\nFFE0\nFF00\nENDCHAR\nSTARTCHAR 02BC\nENCODING 700\nSWIDTH 390 0\nDWIDTH 26 0\nBBX 7 18 8 36\nBITMAP\nFE\nFE\nFE\nFE\nFE\nFC\nFC\nFC\nFC\nFC\nF8\nF8\nF8\nF8\nF8\nF8\nF0\nF0\nENDCHAR\nSTARTCHAR 02C6\nENCODING 710\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 13 2 41\nBITMAP\n03FE00\n03FE00\n07FF00\n07FF00\n0FFF80\n0FDF80\n1FDFC0\n1F8FC0\n1F8FE0\n3F07E0\n3F07F0\n7F07F0\nFE03F8\nENDCHAR\nSTARTCHAR 02C7\nENCODING 711\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 12 2 42\nBITMAP\nFE03F8\n7E07F0\n7F07F0\n3F0FE0\n3F8FE0\n1F9FC0\n1FDFC0\n0FFF80\n0FFF80\n07FF00\n07FF00\n03FE00\nENDCHAR\nSTARTCHAR 02D8\nENCODING 728\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 9 2 45\nBITMAP\nF807C0\nF807C0\nF807C0\n7C07C0\n7E0F80\n7FFF80\n3FFF00\n1FFE00\n07F800\nENDCHAR\nSTARTCHAR 02D9\nENCODING 729\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 9 9 -4 4\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 195 0\nDWIDTH 13 0\nBBX 15 16 -1 39\nBITMAP\n0100\n1FF0\n3FF8\n7FFC\nFFFC\nF83E\nF01E\nF01E\nF01E\nF01E\nF03E\nF87E\n7FFC\n7FFC\n1FF0\n0FE0\nENDCHAR\nSTARTCHAR 02DB\nENCODING 731\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 13 17 0 -16\nBITMAP\n03E0\n07C0\n1F80\n3F80\n3F00\n7F00\n7E00\nFE00\nFC00\nFC00\nFC00\nFC00\nFF00\nFFF8\n7FF8\n3FF0\n0FF0\nENDCHAR\nSTARTCHAR 02DC\nENCODING 732\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 9 4 46\nBITMAP\n040000\n3FC0F8\n7FF0F8\n7FFCF8\n7FFFF8\nFFFFF0\nFFFFF0\nF83FE0\nF807C0\nENDCHAR\nSTARTCHAR 02DD\nENCODING 733\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 23 13 5 41\nBITMAP\n1FE3FE\n1FC3FC\n1FC3F8\n1F87F8\n3F87F0\n3F07F0\n3F0FE0\n3E0FC0\n7E0FC0\n7C1F80\n7C1F80\nF81F00\nF83E00\nENDCHAR\nSTARTCHAR 0300\nENCODING 768\nSWIDTH 105 0\nDWIDTH 7 0\nBBX 13 13 -1 41\nBITMAP\nFF80\nFF80\n7FC0\n3FC0\n3FC0\n1FE0\n1FE0\n0FE0\n07F0\n07F0\n03F0\n01F0\n01F8\nENDCHAR\nSTARTCHAR 0301\nENCODING 769\nSWIDTH 105 0\nDWIDTH 7 0\nBBX 13 13 0 41\nBITMAP\n0FF8\n1FF0\n1FE0\n1FE0\n1FC0\n3FC0\n3F80\n3F00\n7F00\n7E00\n7C00\nFC00\nF800\nENDCHAR\nSTARTCHAR 0302\nENCODING 770\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 21 12 2 42\nBITMAP\n03FE00\n03FE00\n07FF00\n07FF80\n0FFF80\n0FDFC0\n1FDFC0\n1F8FE0\n3F8FE0\n3F07F0\n7F07F0\nFE03F8\nENDCHAR\nSTARTCHAR 0303\nENCODING 771\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 9 4 46\nBITMAP\n040000\n3FC0F8\n7FF0F8\n7FFCF8\n7FFFF8\nFFFFF0\nFFFFF0\nF83FE0\nF807C0\nENDCHAR\nSTARTCHAR 0304\nENCODING 772\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 15 5 1 49\nBITMAP\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR 0306\nENCODING 774\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 20 9 1 45\nBITMAP\nF801F0\n7801F0\n7C01E0\n7C03E0\n7E07E0\n3FFFC0\n1FFF80\n0FFF00\n03FC00\nENDCHAR\nSTARTCHAR 0307\nENCODING 775\nSWIDTH 75 0\nDWIDTH 5 0\nBBX 9 9 -1 45\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 0308\nENCODING 776\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 21 9 3 45\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nENDCHAR\nSTARTCHAR 030A\nENCODING 778\nSWIDTH 195 0\nDWIDTH 13 0\nBBX 15 16 -1 39\nBITMAP\n0100\n1FF0\n3FF8\n7FFC\nFFFC\nF83E\nF01E\nF01E\nF01E\nF01E\nF03E\nF87E\n7FFC\n7FFC\n1FF0\n0FE0\nENDCHAR\nSTARTCHAR 030C\nENCODING 780\nSWIDTH 135 0\nDWIDTH 9 0\nBBX 21 12 -4 42\nBITMAP\nFE03F8\n7F03F0\n7F07F0\n3F87E0\n3F8FE0\n1FCFC0\n1FDFC0\n0FFF80\n0FFF80\n07FF00\n07FF00\n03FE00\nENDCHAR\nSTARTCHAR 030F\nENCODING 783\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 22 12 1 42\nBITMAP\nFF0FE0\n7F87F0\n3F87F0\n3F83F0\n1FC3F0\n1FC1F8\n0FC1F8\n07E0F8\n07E0F8\n03F0FC\n01F07C\n01F07C\nENDCHAR\nSTARTCHAR 0311\nENCODING 785\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 18 9 2 45\nBITMAP\n07F800\n1FFE00\n3FFF00\n7FFF80\n7E1F80\n7C0780\nF807C0\nF807C0\nF807C0\nENDCHAR\nSTARTCHAR 0326\nENCODING 806\nSWIDTH 180 0\nDWIDTH 12 0\nBBX 9 17 1 -20\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0780\n0780\n0F80\n1F00\n7F00\n7F00\n3E00\n3800\nENDCHAR\nSTARTCHAR 03A0\nENCODING 928\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 54 4 0\nBITMAP\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nENDCHAR\nSTARTCHAR 03C0\nENCODING 960\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 34 39 1 -1\nBITMAP\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\nFFFFFFFFC0\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FF800\n07FC0FFC00\n07FC0FFC00\n07FC0FFE00\n07FC07FFC0\n07FC07FFC0\n07FC07FFC0\n07FC03FFC0\n07FC01FFC0\n07FC003FC0\n0000000040\nENDCHAR\nSTARTCHAR 0400\nENCODING 1024\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 72 4 0\nBITMAP\n7FC000\n7FC000\n3FE000\n1FE000\n1FE000\n0FF000\n0FF000\n07F000\n03F800\n03F800\n01F800\n00F800\n00FC00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0401\nENCODING 1025\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 67 4 0\nBITMAP\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0402\nENCODING 1026\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 37 54 0 0\nBITMAP\nFFFFFFC000\nFFFFFFC000\nFFFFFFC000\nFFFFFFC000\nFFFFFFC000\nFFFFFFC000\nFFFFFFC000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC00000\n00FFC3F800\n00FFDFFE00\n00FFFFFF80\n00FFFFFFC0\n00FFFFFFE0\n00FFFFFFE0\n00FFFDFFF0\n00FFE03FF0\n00FFC01FF8\n00FFC01FF8\n00FFC01FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC00FF8\n00FFC01FF8\n00FFC01FF8\n00FFC01FF0\n00FFC01FF0\n00FFC03FF0\n00FFC07FF0\n00FFC3FFE0\n00FFC7FFE0\n00FFC7FFC0\n00FFC7FFC0\n00FFC7FF80\n00FFC7FE00\n00FFC7F000\nENDCHAR\nSTARTCHAR 0403\nENCODING 1027\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 72 4 0\nBITMAP\n0007FC\n000FF8\n000FF0\n000FF0\n000FE0\n001FE0\n001FC0\n001F80\n003F80\n003F00\n003E00\n007E00\n007C00\n000000\n000000\n000000\n000000\n000000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0404\nENCODING 1028\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 56 3 -1\nBITMAP\n00010000\n007FFC00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 0405\nENCODING 1029\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 56 3 -1\nBITMAP\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 0406\nENCODING 1030\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 10 54 4 0\nBITMAP\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 0407\nENCODING 1031\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 21 67 -2 0\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\n000000\n000000\n000000\n000000\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\n03FF00\nENDCHAR\nSTARTCHAR 0408\nENCODING 1032\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 17 55 0 -1\nBITMAP\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n01FF80\n01FF80\n01FF80\n03FF80\n07FF80\nFFFF00\nFFFF00\nFFFE00\nFFFE00\nFFFC00\nFFF000\nF80000\nENDCHAR\nSTARTCHAR 0409\nENCODING 1033\nSWIDTH 870 0\nDWIDTH 58 0\nBBX 55 54 1 0\nBITMAP\n001FFFFFF80000\n001FFFFFF80000\n003FFFFFF80000\n003FFFFFF80000\n003FFFFFF80000\n003FFFFFF80000\n003FFFFFF80000\n003FE01FF80000\n003FE01FF80000\n003FE01FF80000\n003FE01FF80000\n003FE01FF80000\n003FE01FF80000\n003FC01FF80000\n003FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FF80000\n007FC01FFFF000\n007FC01FFFFE00\n007FC01FFFFF80\n007FC01FFFFFE0\n007F801FFFFFF0\n00FF801FFFFFF0\n00FF801FF9FFF8\n00FF801FF81FFC\n00FF801FF80FFC\n00FF801FF80FFC\n00FF801FF807FC\n00FF801FF807FE\n00FF801FF807FE\n00FF801FF807FE\n00FF801FF803FE\n01FF801FF803FE\n01FF801FF803FE\n01FF001FF807FE\n01FF001FF807FE\n01FF001FF807FE\n03FF001FF807FC\n03FE001FF807FC\n07FE001FF80FFC\n0FFE001FF81FF8\n7FFC001FF9FFF8\nFFFC001FFFFFF0\nFFF8001FFFFFF0\nFFF0001FFFFFC0\nFFE0001FFFFF80\nFF80001FFFFE00\nFE00001FFFF000\nENDCHAR\nSTARTCHAR 040A\nENCODING 1034\nSWIDTH 810 0\nDWIDTH 54 0\nBBX 48 54 4 0\nBITMAP\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFC00FFC0000\nFFFFFFFC0000\nFFFFFFFFF800\nFFFFFFFFFF80\nFFFFFFFFFFE0\nFFFFFFFFFFF0\nFFFFFFFFFFF8\nFFFFFFFFFFFC\nFFC00FFC7FFC\nFFC00FFC0FFE\nFFC00FFC07FE\nFFC00FFC03FF\nFFC00FFC03FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC01FF\nFFC00FFC03FF\nFFC00FFC03FE\nFFC00FFC07FE\nFFC00FFC0FFE\nFFC00FFCFFFC\nFFC00FFFFFFC\nFFC00FFFFFF8\nFFC00FFFFFF0\nFFC00FFFFFC0\nFFC00FFFFF00\nFFC00FFFF800\nENDCHAR\nSTARTCHAR 040B\nENCODING 1035\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 33 54 0 0\nBITMAP\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF87F000\n00FFBFFC00\n00FFFFFE00\n00FFFFFF00\n00FFFFFF80\n00FFFFFF80\n00FFE0FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\n00FF80FF80\nENDCHAR\nSTARTCHAR 040C\nENCODING 1036\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 32 72 4 0\nBITMAP\n00007FC0\n0000FF80\n0000FF00\n0000FF00\n0000FE00\n0001FE00\n0001FC00\n0001F800\n0003F800\n0003F000\n0003E000\n0007E000\n0007C000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFC007FE\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC01FF8\nFFC01FF0\nFFC03FF0\nFFC03FE0\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC0FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC3FE00\nFFC7FC00\nFFC7FC00\nFFCFFC00\nFFCFF800\nFFFFF800\nFFFFF000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFFC00\nFFCFFC00\nFFCFFC00\nFFC7FE00\nFFC7FE00\nFFC7FF00\nFFC3FF00\nFFC3FF00\nFFC1FF80\nFFC1FF80\nFFC1FFC0\nFFC0FFC0\nFFC0FFC0\nFFC0FFE0\nFFC07FE0\nFFC07FF0\nFFC03FF0\nFFC03FF0\nFFC03FF8\nFFC01FF8\nFFC01FFC\nFFC00FFC\nFFC00FFC\nFFC00FFE\nFFC007FE\nFFC007FF\nENDCHAR\nSTARTCHAR 040D\nENCODING 1037\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 72 4 0\nBITMAP\n07FC0000\n07FC0000\n03FE0000\n01FE0000\n01FE0000\n00FF0000\n00FF0000\n007F0000\n003F8000\n003F8000\n001F8000\n000F8000\n000FC000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF0001FC\nFF0001FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0007FC\nFF0007FC\nFF000FFC\nFF000FFC\nFF001FFC\nFF001FFC\nFF003FFC\nFF003FFC\nFF003FFC\nFF007FFC\nFF007FFC\nFF00FFFC\nFF00FFFC\nFF01FFFC\nFF01FFFC\nFF03FBFC\nFF03FBFC\nFF07F3FC\nFF07F3FC\nFF07E3FC\nFF0FE3FC\nFF0FE3FC\nFF1FC3FC\nFF1FC3FC\nFF3F83FC\nFF3F83FC\nFF7F03FC\nFF7F03FC\nFFFE03FC\nFFFE03FC\nFFFE03FC\nFFFC03FC\nFFFC03FC\nFFF803FC\nFFF803FC\nFFF003FC\nFFF003FC\nFFE003FC\nFFE003FC\nFFC003FC\nFFC003FC\nFFC003FC\nFF8003FC\nFF8003FC\nFF0003FC\nFF0003FC\nFE0003FC\nFE0003FC\nFC0003FC\nENDCHAR\nSTARTCHAR 040E\nENCODING 1038\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 32 77 1 -9\nBITMAP\n03E007C0\n01E007C0\n01F00780\n01F00F80\n01F81F80\n00FFFF00\n007FFE00\n003FFC00\n000FF000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFC003FF\nFFC003FE\nFFC003FE\nFFC003FE\n7FC007FE\n7FE007FC\n7FE007FC\n7FE007FC\n3FE007FC\n3FF00FF8\n3FF00FF8\n3FF00FF8\n1FF00FF8\n1FF00FF0\n1FF80FF0\n1FF81FF0\n0FF81FF0\n0FF81FF0\n0FF81FE0\n0FFC1FE0\n07FC1FE0\n07FC3FE0\n07FC3FC0\n07FC3FC0\n03FC3FC0\n03FC3FC0\n03FE3FC0\n03FE3F80\n01FE3F80\n01FE3F80\n01FE7F80\n01FE7F00\n00FF7F00\n00FF7F00\n00FF7F00\n00FF7E00\n007F7E00\n007FFE00\n007FFE00\n007FFE00\n003FFC00\n003FFC00\n003FFC00\n003FFC00\n001FF800\n001FF800\n001FF800\n001FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF000\n001FF000\n001FF000\n007FF000\n3FFFE000\n3FFFE000\n3FFFC000\n3FFF8000\n3FFF0000\n3FFE0000\n3FF00000\nENDCHAR\nSTARTCHAR 040F\nENCODING 1039\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 65 4 -11\nBITMAP\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\n001FE000\n001FE000\n001FE000\n001FE000\n001FE000\n001FE000\n001FE000\n001FE000\n000FE000\n000FE000\n000FE000\nENDCHAR\nSTARTCHAR 0410\nENCODING 1040\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 54 1 0\nBITMAP\n001FFC0000\n001FFC0000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n00FF7F8000\n00FF7F8000\n01FE7F8000\n01FE7FC000\n01FE7FC000\n01FE3FC000\n01FE3FC000\n03FE3FC000\n03FC3FE000\n03FC3FE000\n03FC1FE000\n03FC1FE000\n07FC1FE000\n07FC1FF000\n07F81FF000\n07F81FF000\n07F80FF000\n0FF80FF000\n0FF80FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FF007FC00\n1FF007FC00\n3FE003FC00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n3FE003FE00\n7FE003FE00\n7FC001FF00\n7FC001FF00\n7FC001FF00\n7FC001FF00\nFFC001FF80\nENDCHAR\nSTARTCHAR 0411\nENCODING 1041\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 29 54 4 0\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFFC000\nFFFFF800\nFFFFFE00\nFFFFFF80\nFFFFFFC0\nFFFFFFC0\nFFC7FFE0\nFFC07FE0\nFFC03FF0\nFFC03FF0\nFFC01FF0\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC01FF0\nFFC01FF0\nFFC01FF0\nFFC03FF0\nFFC07FE0\nFFC7FFE0\nFFFFFFC0\nFFFFFFC0\nFFFFFF00\nFFFFFE00\nFFFFF800\nFFFFC000\nENDCHAR\nSTARTCHAR 0412\nENCODING 1042\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 54 4 0\nBITMAP\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF0\nFFC03FF0\nFFC1FFE0\nFFFFFFC0\nFFFFFF00\nFFFFFC00\nFFFFFF80\nFFFFFFC0\nFFFFFFF0\nFFC07FF0\nFFC01FF8\nFFC00FFC\nFFC00FFC\nFFC007FC\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FC\nFFC00FFC\nFFC00FFC\nFFC01FF8\nFFC0FFF8\nFFFFFFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFF80\nFFFFFF00\nFFFFF800\nENDCHAR\nSTARTCHAR 0413\nENCODING 1043\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 54 4 0\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0414\nENCODING 1044\nSWIDTH 660 0\nDWIDTH 44 0\nBBX 42 65 1 -11\nBITMAP\n000FFFFFF000\n000FFFFFF000\n000FFFFFF000\n000FFFFFF000\n000FFFFFF000\n000FFFFFF000\n000FFFFFF000\n000FF01FF000\n000FF01FF000\n000FF01FF000\n000FF01FF000\n001FF01FF000\n001FF01FF000\n001FF01FF000\n001FF01FF000\n001FF01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n001FE01FF000\n003FE01FF000\n003FE01FF000\n003FE01FF000\n003FE01FF000\n003FE01FF000\n003FE01FF000\n003FE01FF000\n003FC01FF000\n007FC01FF000\n007FC01FF000\n007FC01FF000\n007FC01FF000\n007F801FF000\n00FF801FF000\n00FF801FF000\n00FF001FF000\n01FF001FF000\n01FF001FF000\n03FE001FF000\n03FC001FF000\n07FC001FF000\n0FF8001FF000\n1FF0001FF000\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFFFFFFFFFFC0\nFF0000003FC0\nFF0000003FC0\nFF0000003FC0\nFF0000003FC0\nFE0000001FC0\nFE0000001FC0\nFE0000001FC0\nFE0000001FC0\nFE0000001FC0\nFE0000001FC0\nFE0000001FC0\nENDCHAR\nSTARTCHAR 0415\nENCODING 1045\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 23 54 4 0\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 0416\nENCODING 1046\nSWIDTH 735 0\nDWIDTH 49 0\nBBX 49 54 0 0\nBITMAP\n7FE007F801FF00\n3FE007F801FF00\n3FE007F803FE00\n3FF007F803FE00\n1FF007F807FC00\n1FF807F807FC00\n0FF807F807F800\n0FF807F80FF800\n07FC07F80FF800\n07FC07F81FF000\n07FC07F81FF000\n03FE07F81FE000\n03FE07F83FE000\n01FF07F83FE000\n01FF07F83FC000\n01FF07F87FC000\n00FF87F87F8000\n00FF87F8FF8000\n007FC7F8FF8000\n007FC7F8FF0000\n007FC7F9FF0000\n003FE7F9FE0000\n003FE7FBFE0000\n001FE7FBFC0000\n001FF7FBFC0000\n000FF7FFFC0000\n000FFFFFF80000\n000FFFFFF80000\n000FF7FFFC0000\n001FE7FBFC0000\n001FE7FBFE0000\n003FE7F9FE0000\n003FC7F9FE0000\n007FC7F9FF0000\n007F87F8FF0000\n00FF87F8FF8000\n00FF07F87F8000\n00FF07F87FC000\n01FF07F87FC000\n01FE07F83FE000\n03FE07F83FE000\n03FC07F81FE000\n07FC07F81FF000\n07F807F81FF000\n0FF807F80FF800\n0FF807F80FF800\n0FF007F807FC00\n1FF007F807FC00\n1FE007F803FE00\n3FE007F803FE00\n3FE007F803FE00\n7FC007F801FF00\n7FC007F801FF00\nFF8007F800FF80\nENDCHAR\nSTARTCHAR 0417\nENCODING 1047\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 29 56 2 -1\nBITMAP\n00020000\n00FFF800\n03FFFE00\n0FFFFF00\n1FFFFF80\n3FFFFFC0\n3FFFFFE0\n7FFFFFE0\n7FE03FF0\nFFC01FF0\nFFC01FF8\nFFC01FF8\nFF800FF8\nFF800FF8\nFF800FF8\nFF800FF8\nFF800FF8\n00000FF8\n00001FF8\n00001FF0\n00001FF0\n00003FE0\n00007FE0\n0003FFC0\n003FFF80\n003FFF00\n003FFC00\n003FFF00\n003FFF80\n003FFFC0\n0001FFE0\n00007FE0\n00003FF0\n00001FF0\n00001FF8\n00001FF8\n00000FF8\n00000FF8\n7FC00FF8\n7FC00FF8\n7FC00FF8\n7FC00FF8\n7FC00FF8\n7FC01FF8\n7FE01FF8\n7FE01FF0\n3FF03FF0\n3FFFFFF0\n3FFFFFE0\n1FFFFFE0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFE00\n007FF800\n00020000\nENDCHAR\nSTARTCHAR 0418\nENCODING 1048\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 54 4 0\nBITMAP\nFF0001FC\nFF0001FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0007FC\nFF0007FC\nFF000FFC\nFF000FFC\nFF001FFC\nFF001FFC\nFF003FFC\nFF003FFC\nFF003FFC\nFF007FFC\nFF007FFC\nFF00FFFC\nFF00FFFC\nFF01FFFC\nFF01FFFC\nFF03FBFC\nFF03FBFC\nFF07F3FC\nFF07F3FC\nFF07E3FC\nFF0FE3FC\nFF0FE3FC\nFF1FC3FC\nFF1FC3FC\nFF3F83FC\nFF3F83FC\nFF7F03FC\nFF7F03FC\nFFFE03FC\nFFFE03FC\nFFFE03FC\nFFFC03FC\nFFFC03FC\nFFF803FC\nFFF803FC\nFFF003FC\nFFF003FC\nFFE003FC\nFFE003FC\nFFC003FC\nFFC003FC\nFFC003FC\nFF8003FC\nFF8003FC\nFF0003FC\nFF0003FC\nFE0003FC\nFE0003FC\nFC0003FC\nENDCHAR\nSTARTCHAR 0419\nENCODING 1049\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 30 68 4 0\nBITMAP\n07C00F80\n03C00F80\n03E00F00\n03E01F00\n03F03F00\n01FFFE00\n00FFFC00\n007FF800\n001FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF0001FC\nFF0001FC\nFF0003FC\nFF0003FC\nFF0003FC\nFF0007FC\nFF0007FC\nFF000FFC\nFF000FFC\nFF001FFC\nFF001FFC\nFF003FFC\nFF003FFC\nFF003FFC\nFF007FFC\nFF007FFC\nFF00FFFC\nFF00FFFC\nFF01FFFC\nFF01FFFC\nFF03FBFC\nFF03FBFC\nFF07F3FC\nFF07F3FC\nFF07E3FC\nFF0FE3FC\nFF0FE3FC\nFF1FC3FC\nFF1FC3FC\nFF3F83FC\nFF3F83FC\nFF7F03FC\nFF7F03FC\nFFFE03FC\nFFFE03FC\nFFFE03FC\nFFFC03FC\nFFFC03FC\nFFF803FC\nFFF803FC\nFFF003FC\nFFF003FC\nFFE003FC\nFFE003FC\nFFC003FC\nFFC003FC\nFFC003FC\nFF8003FC\nFF8003FC\nFF0003FC\nFF0003FC\nFE0003FC\nFE0003FC\nFC0003FC\nENDCHAR\nSTARTCHAR 041A\nENCODING 1050\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 32 54 4 0\nBITMAP\nFFC007FE\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC01FF8\nFFC01FF0\nFFC03FF0\nFFC03FE0\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC0FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC3FE00\nFFC7FC00\nFFC7FC00\nFFCFFC00\nFFCFF800\nFFFFF800\nFFFFF000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFFC00\nFFCFFC00\nFFCFFC00\nFFC7FE00\nFFC7FE00\nFFC7FF00\nFFC3FF00\nFFC3FF00\nFFC1FF80\nFFC1FF80\nFFC1FFC0\nFFC0FFC0\nFFC0FFC0\nFFC0FFE0\nFFC07FE0\nFFC07FF0\nFFC03FF0\nFFC03FF0\nFFC03FF8\nFFC01FF8\nFFC01FFC\nFFC00FFC\nFFC00FFC\nFFC00FFE\nFFC007FE\nFFC007FF\nENDCHAR\nSTARTCHAR 041B\nENCODING 1051\nSWIDTH 615 0\nDWIDTH 41 0\nBBX 37 54 0 0\nBITMAP\n001FFFFFF8\n003FFFFFF8\n003FFFFFF8\n003FFFFFF8\n003FFFFFF8\n003FFFFFF8\n003FFFFFF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n003FE01FF8\n007FE01FF8\n007FE01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n007FC01FF8\n00FFC01FF8\n00FFC01FF8\n00FFC01FF8\n00FFC01FF8\n00FFC01FF8\n00FF801FF8\n00FF801FF8\n00FF801FF8\n00FF801FF8\n01FF801FF8\n01FF801FF8\n01FF801FF8\n03FF001FF8\n03FF001FF8\n07FF001FF8\n0FFE001FF8\nFFFE001FF8\nFFFC001FF8\nFFFC001FF8\nFFF8001FF8\nFFF0001FF8\nFFC0001FF8\nFE00001FF8\nENDCHAR\nSTARTCHAR 041C\nENCODING 1052\nSWIDTH 690 0\nDWIDTH 46 0\nBBX 38 54 4 0\nBITMAP\n7FE0000FF8\n7FE0000FF8\n7FE0001FF8\n7FE0001FF8\n7FF0001FF8\n7FF0001FF8\n7FF0003FF8\n7FF0003FF8\n7FF8003FF8\n7FF8003FF8\n7FF8007FF8\n7FF8007FF8\n7FFC007FF8\n7FFC007FF8\n7FFC00FFF8\n7FFC00FFF8\n7FFE00FFF8\n7FFE00FFF8\n7FFE01FFF8\n7FFE01FFF8\nFFFF01FFF8\nFFFF01FFF8\nFF7F03FFF8\nFF7F03FFF8\nFF7F83FFF8\nFF7F83F3F8\nFF3F87F3F8\nFF3F87F3F8\nFF3F87F3F8\nFF3FC7E3F8\nFF1FCFE3F8\nFF1FCFE3F8\nFE1FCFE3F8\nFE1FEFC3F8\nFE0FFFC3F8\nFE0FFFC3F8\nFE0FFFC3F8\nFE0FFF83F8\nFE07FF83F8\nFE07FF83FC\nFE07FF83FC\nFE07FF83FC\nFE03FF03FC\nFE03FF03FC\nFE03FF03FC\nFE03FF03FC\nFE03FE03FC\nFE01FE03FC\nFE01FE03FC\nFE01FE03FC\nFE01FC03FC\nFE00FC03FC\nFE00FC03FC\nFE00FC03FC\nENDCHAR\nSTARTCHAR 041D\nENCODING 1053\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 54 4 0\nBITMAP\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nENDCHAR\nSTARTCHAR 041E\nENCODING 1054\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 56 3 -1\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 041F\nENCODING 1055\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 54 4 0\nBITMAP\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nFFC003FE\nENDCHAR\nSTARTCHAR 0420\nENCODING 1056\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 54 4 0\nBITMAP\nFFFFF000\nFFFFFE00\nFFFFFF80\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFE0\nFFFFFFC0\nFFFFFF00\nFFFFFE00\nFFFFF000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 0421\nENCODING 1057\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 30 56 3 -1\nBITMAP\n00010000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n3FF01FF8\n7FE00FFC\n7FE00FFC\n7FE007FC\n7FC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\nFFC007FC\n7FC007FC\n7FE00FFC\n7FE00FFC\n7FE00FF8\n3FF01FF8\n3FFFFFF8\n1FFFFFF0\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF00\n007FFC00\n00010000\nENDCHAR\nSTARTCHAR 0422\nENCODING 1058\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 54 0 0\nBITMAP\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\nENDCHAR\nSTARTCHAR 0423\nENCODING 1059\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 32 63 1 -9\nBITMAP\nFFC003FF\nFFC003FE\nFFC003FE\nFFC003FE\n7FC007FE\n7FE007FC\n7FE007FC\n7FE007FC\n3FE007FC\n3FF00FF8\n3FF00FF8\n3FF00FF8\n1FF00FF8\n1FF00FF0\n1FF80FF0\n1FF81FF0\n0FF81FF0\n0FF81FF0\n0FF81FE0\n0FFC1FE0\n07FC1FE0\n07FC3FE0\n07FC3FC0\n07FC3FC0\n03FC3FC0\n03FC3FC0\n03FE3FC0\n03FE3F80\n01FE3F80\n01FE3F80\n01FE7F80\n01FE7F00\n00FF7F00\n00FF7F00\n00FF7F00\n00FF7E00\n007F7E00\n007FFE00\n007FFE00\n007FFE00\n003FFC00\n003FFC00\n003FFC00\n003FFC00\n001FF800\n001FF800\n001FF800\n001FF800\n000FF800\n000FF800\n000FF800\n000FF800\n000FF000\n001FF000\n001FF000\n007FF000\n3FFFE000\n3FFFE000\n3FFFC000\n3FFF8000\n3FFF0000\n3FFE0000\n3FF00000\nENDCHAR\nSTARTCHAR 0424\nENCODING 1060\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 42 60 3 -2\nBITMAP\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n003FFFFF0000\n01FFFFFFE000\n07FFFFFFF000\n0FFFFFFFFC00\n1FFFFFFFFE00\n3FFFFFFFFE00\n3FFCFF9FFF00\n7FE0FF81FF00\n7FC0FF80FF80\n7F80FF80FF80\nFF80FF80FF80\nFF80FF807F80\nFF80FF807F80\nFF80FF807F80\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807FC0\nFF80FF807F80\nFF80FF807F80\nFF80FF807F80\nFF80FF80FF80\n7F80FF80FF80\n7FC0FF80FF80\n7FE0FF81FF80\n7FFCFF8FFF00\n3FFFFFFFFF00\n1FFFFFFFFE00\n1FFFFFFFFC00\n0FFFFFFFF800\n03FFFFFFF000\n00FFFFFF8000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\n0000FF800000\nENDCHAR\nSTARTCHAR 0425\nENCODING 1061\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 32 54 1 0\nBITMAP\nFF8003FE\nFFC003FC\n7FC003FC\n7FE007FC\n3FE007F8\n3FF007F8\n3FF00FF0\n1FF00FF0\n1FF81FF0\n0FF81FE0\n0FFC1FE0\n07FC3FC0\n07FE3FC0\n07FE3FC0\n03FF7F80\n03FF7F80\n01FFFF00\n01FFFF00\n00FFFF00\n00FFFE00\n00FFFE00\n007FFC00\n007FFC00\n003FFC00\n003FF800\n001FF800\n003FF000\n003FF800\n007FF800\n007FFC00\n007FFC00\n00FFFC00\n00FFFE00\n01FFFE00\n01FFFF00\n01FFFF00\n03FFFF80\n03FDFF80\n03FCFF80\n07FCFFC0\n07F87FC0\n0FF87FE0\n0FF03FE0\n0FF03FF0\n1FF03FF0\n1FE01FF0\n1FE01FF8\n3FE00FF8\n3FC00FFC\n7FC007FC\n7F8007FE\n7F8007FE\nFF8003FF\nFF0003FF\nENDCHAR\nSTARTCHAR 0426\nENCODING 1062\nSWIDTH 660 0\nDWIDTH 44 0\nBBX 38 65 4 -11\nBITMAP\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFC003FF00\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\n00000003FC\n00000003FC\n00000003FC\n00000003FC\n00000003FC\n00000001FC\n00000001FC\n00000001FC\n00000001FC\n00000001FC\n00000001FC\nENDCHAR\nSTARTCHAR 0427\nENCODING 1063\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 54 3 0\nBITMAP\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFF8007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FF807FE\n3FFFFFFE\n3FFFFFFE\n1FFFFFFE\n0FFFFFFE\n03FFFFFE\n00FFFFFE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\n000007FE\nENDCHAR\nSTARTCHAR 0428\nENCODING 1064\nSWIDTH 795 0\nDWIDTH 53 0\nBBX 45 54 4 0\nBITMAP\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFC03FE01FF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nFFFFFFFFFFF8\nENDCHAR\nSTARTCHAR 0429\nENCODING 1065\nSWIDTH 855 0\nDWIDTH 57 0\nBBX 51 65 4 -11\nBITMAP\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFC03FE01FF800\nFFFFFFFFFFFFE0\nFFFFFFFFFFFFE0\nFFFFFFFFFFFFE0\nFFFFFFFFFFFFE0\nFFFFFFFFFFFFE0\nFFFFFFFFFFFFE0\n00000000003FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\n00000000001FE0\nENDCHAR\nSTARTCHAR 042A\nENCODING 1066\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 38 54 0 0\nBITMAP\nFFFFE00000\nFFFFE00000\nFFFFE00000\nFFFFE00000\nFFFFE00000\nFFFFE00000\nFFFFE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FE00000\n007FFFE000\n007FFFFE00\n007FFFFF80\n007FFFFFC0\n007FFFFFE0\n007FFFFFF0\n007FE1FFF0\n007FE03FF8\n007FE01FF8\n007FE00FF8\n007FE00FFC\n007FE00FFC\n007FE007FC\n007FE007FC\n007FE007FC\n007FE007FC\n007FE007FC\n007FE007FC\n007FE007FC\n007FE00FFC\n007FE00FFC\n007FE00FF8\n007FE01FF8\n007FE03FF8\n007FE3FFF0\n007FFFFFF0\n007FFFFFE0\n007FFFFFC0\n007FFFFF00\n007FFFFC00\n007FFFE000\nENDCHAR\nSTARTCHAR 042B\nENCODING 1067\nSWIDTH 780 0\nDWIDTH 52 0\nBBX 44 54 4 0\nBITMAP\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFC000003FF0\nFFFFC0003FF0\nFFFFFC003FF0\nFFFFFF003FF0\nFFFFFF803FF0\nFFFFFFC03FF0\nFFFFFFE03FF0\nFFC3FFE03FF0\nFFC07FF03FF0\nFFC03FF03FF0\nFFC01FF03FF0\nFFC01FF83FF0\nFFC01FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC00FF83FF0\nFFC01FF83FF0\nFFC01FF03FF0\nFFC03FF03FF0\nFFC07FF03FF0\nFFC7FFE03FF0\nFFFFFFE03FF0\nFFFFFFC03FF0\nFFFFFF803FF0\nFFFFFE003FF0\nFFFFF8003FF0\nFFFFC0003FF0\nENDCHAR\nSTARTCHAR 042C\nENCODING 1068\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 29 54 4 0\nBITMAP\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFFC000\nFFFFFC00\nFFFFFF00\nFFFFFF80\nFFFFFFC0\nFFFFFFE0\nFFC3FFE0\nFFC07FF0\nFFC03FF0\nFFC01FF0\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC01FF0\nFFC03FF0\nFFC07FF0\nFFC7FFE0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFE00\nFFFFF800\nFFFFC000\nENDCHAR\nSTARTCHAR 042D\nENCODING 1069\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 30 55 3 0\nBITMAP\n00020000\n00FFFC00\n03FFFF00\n07FFFF80\n0FFFFFC0\n1FFFFFE0\n3FFFFFF0\n3FFFFFF0\n7FF03FF8\n7FE01FF8\n7FC00FF8\n7FC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\n001FFFFC\n001FFFFC\n001FFFFC\n001FFFFC\n001FFFFC\n001FFFFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\n00000FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\n7FC00FFC\n7FC01FF8\n7FE01FF8\n7FF07FF8\n3FFFFFF0\n3FFFFFF0\n1FFFFFE0\n0FFFFFC0\n07FFFF80\n01FFFE00\n003FF000\nENDCHAR\nSTARTCHAR 042E\nENCODING 1070\nSWIDTH 780 0\nDWIDTH 52 0\nBBX 44 56 4 -1\nBITMAP\n000000020000\nFFC000FFF000\nFFC003FFFC00\nFFC00FFFFF00\nFFC01FFFFF80\nFFC01FFFFF80\nFFC03FFFFFC0\nFFC03FFFFFE0\nFFC07FE07FE0\nFFC07FC03FE0\nFFC07F801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFFFFF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC0FF801FF0\nFFC07F801FF0\nFFC07FC03FE0\nFFC07FE07FE0\nFFC03FFFFFC0\nFFC03FFFFFC0\nFFC01FFFFF80\nFFC01FFFFF80\nFFC00FFFFF00\nFFC003FFFC00\nFFC000FFF000\n000000020000\nENDCHAR\nSTARTCHAR 042F\nENCODING 1071\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 33 54 1 0\nBITMAP\n0001FFFF80\n001FFFFF80\n007FFFFF80\n00FFFFFF80\n01FFFFFF80\n03FFFFFF80\n07FFE1FF80\n07FF01FF80\n0FFE01FF80\n0FFC01FF80\n0FF801FF80\n1FF801FF80\n1FF801FF80\n1FF801FF80\n1FF001FF80\n1FF001FF80\n1FF001FF80\n1FF001FF80\n1FF801FF80\n1FF801FF80\n0FF801FF80\n0FF801FF80\n0FFC01FF80\n07FE01FF80\n07FF01FF80\n03FFE1FF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n003FFFFF80\n003FFFFF80\n003FFFFF80\n007FE1FF80\n007FE1FF80\n007FC1FF80\n00FFC1FF80\n00FF81FF80\n01FF81FF80\n01FF81FF80\n03FF01FF80\n03FF01FF80\n07FF01FF80\n07FE01FF80\n0FFE01FF80\n0FFC01FF80\n0FFC01FF80\n1FFC01FF80\n1FF801FF80\n3FF801FF80\n3FF001FF80\n7FF001FF80\n7FF001FF80\nFFE001FF80\nFFE001FF80\nENDCHAR\nSTARTCHAR 0430\nENCODING 1072\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 40 3 -1\nBITMAP\n00080000\n01FFC000\n07FFF000\n1FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FE00\n7F81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\n0001FF00\n0001FF00\n0003FF00\n000FFF00\n007FFF00\n01FFFF00\n03FFFF00\n0FFDFF00\n1FF1FF00\n3FE1FF00\n7FC1FF00\n7FC1FF00\nFF81FF00\nFF81FF00\nFF01FF00\nFF01FF00\nFF01FF00\nFF81FF00\nFF83FF00\nFFFFFF00\nFFFFFF00\nFFFEFF00\n7FFEFF00\n3FFCFF80\n1FF8FF80\n0FF0FF80\n01000000\nENDCHAR\nSTARTCHAR 0431\nENCODING 1073\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 25 57 3 0\nBITMAP\n00000C00\n0000FC00\n000FFC00\n00FFFC00\n03FFFC00\n07FFFC00\n1FFFFE00\n1FFFF800\n3FFFE000\n3FFC0000\n7FE00000\n7FC00000\n7FC00000\n7F800000\n7F800000\n7F800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF8FE000\nFFBFF800\nFFFFFC00\nFFFFFE00\nFFFFFE00\nFFFFFF00\nFFE1FF00\nFFC1FF00\nFFC0FF00\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\n7F80FF80\n7FC0FF00\n7FC1FF00\n7FE1FF00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n1FFFFC00\n07FFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 0432\nENCODING 1074\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 25 38 4 0\nBITMAP\nFFFF8000\nFFFFF000\nFFFFF800\nFFFFFC00\nFFFFFE00\nFFFFFE00\nFF87FE00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FE00\nFF81FE00\nFF83FE00\nFFFFFC00\nFFFFF800\nFFFFE000\nFFFFF800\nFFFFFC00\nFFFFFE00\nFF83FF00\nFF81FF00\nFF81FF00\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF00\nFF8FFF00\nFFFFFF00\nFFFFFE00\nFFFFFE00\nFFFFFC00\nFFFFF000\nFFFF8000\nENDCHAR\nSTARTCHAR 0433\nENCODING 1075\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 18 38 3 0\nBITMAP\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0434\nENCODING 1076\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 35 48 1 -10\nBITMAP\n003FFFF800\n003FFFF800\n003FFFF800\n003FFFF800\n003FFFF800\n003FFFF800\n003F87F800\n007F87F800\n007F87F800\n007F87F800\n007F87F800\n007F87F800\n007F07F800\n007F07F800\n007F07F800\n007F07F800\n007F07F800\n007F07F800\n00FF07F800\n00FF07F800\n00FF07F800\n00FE07F800\n01FE07F800\n01FE07F800\n03FE07F800\n03FC07F800\n07FC07F800\n07F807F800\n0FF807F800\n1FF007F800\n3FE007F800\n7FC007F800\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFFFFFFFFE0\nFE00001FE0\nFE00001FE0\nFE00001FE0\nFE00001FE0\nFE00000FE0\nFE00000FE0\nFE00000FE0\nFE00000FE0\nFE00000FE0\nFE00000FE0\nENDCHAR\nSTARTCHAR 0435\nENCODING 1077\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 40 3 -1\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0436\nENCODING 1078\nSWIDTH 630 0\nDWIDTH 42 0\nBBX 41 38 0 0\nBITMAP\n7F807F80FF80\n3FC07F80FF00\n3FC07F80FF00\n3FE07F81FE00\n1FE07F81FE00\n1FE07F83FC00\n0FF07F83FC00\n0FF07F83F800\n07F87F87F800\n07F87F87F000\n03F87F8FF000\n03FC7F8FE000\n03FC7F9FE000\n01FE7F9FE000\n01FE7F9FC000\n00FE7FBFC000\n00FF7FBF8000\n007F7FFF8000\n007FFFFF0000\n007F7FFF8000\n00FF7FFF8000\n00FE7FBFC000\n01FE7FBFC000\n01FC7F9FE000\n03FC7F9FE000\n03FC7F8FF000\n07F87F8FF000\n07F87F87F800\n07F07F87F800\n0FF07F87FC00\n0FE07F83FC00\n1FE07F83FE00\n1FC07F81FE00\n3FC07F81FE00\n3FC07F80FF00\n7F807F80FF00\n7F807F807F80\nFF007F807F80\nENDCHAR\nSTARTCHAR 0437\nENCODING 1079\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 23 40 2 -1\nBITMAP\n001000\n03FF80\n0FFFE0\n1FFFF8\n3FFFF8\n7FFFFC\n7FFFFE\n7F83FE\nFF01FE\nFF01FE\nFF01FE\nFF01FE\n0001FE\n0001FE\n0003FE\n000FFC\n00FFFC\n00FFF8\n00FFE0\n00FFE0\n00FFF8\n00FFFC\n0007FC\n0003FE\n0001FE\n0001FE\n0001FE\nFF01FE\nFF01FE\n7F01FE\n7F01FE\n7F81FE\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFF8\n1FFFF8\n0FFFE0\n03FFC0\n001000\nENDCHAR\nSTARTCHAR 0438\nENCODING 1080\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 38 3 0\nBITMAP\nFF001FC0\nFF003FC0\nFF003FC0\nFF007FC0\nFF007FC0\nFF00FFC0\nFF00FFC0\nFF01FFC0\nFF01FFC0\nFF03FFC0\nFF03FFC0\nFF07FFC0\nFF07FFC0\nFF0FFFC0\nFF0FFFC0\nFF1FFFC0\nFF1FFFC0\nFF3FBFC0\nFF3FBFC0\nFF7FBFC0\nFF7F3FC0\nFF7F3FC0\nFFFE3FC0\nFFFE3FC0\nFFFC3FC0\nFFFC3FC0\nFFF83FC0\nFFF83FC0\nFFF03FC0\nFFF03FC0\nFFE03FC0\nFFE03FC0\nFFC03FC0\nFFC03FC0\nFF803FC0\nFF803FC0\nFF803FC0\nFF003FC0\nENDCHAR\nSTARTCHAR 0439\nENCODING 1081\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 53 3 0\nBITMAP\n1F003E00\n0F003E00\n0F803C00\n0F807C00\n0FC0FC00\n07FFF800\n03FFF000\n01FFE000\n007F8000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF001FC0\nFF003FC0\nFF003FC0\nFF007FC0\nFF007FC0\nFF00FFC0\nFF00FFC0\nFF01FFC0\nFF01FFC0\nFF03FFC0\nFF03FFC0\nFF07FFC0\nFF07FFC0\nFF0FFFC0\nFF0FFFC0\nFF1FFFC0\nFF1FFFC0\nFF3FBFC0\nFF3FBFC0\nFF7FBFC0\nFF7F3FC0\nFF7F3FC0\nFFFE3FC0\nFFFE3FC0\nFFFC3FC0\nFFFC3FC0\nFFF83FC0\nFFF83FC0\nFFF03FC0\nFFF03FC0\nFFE03FC0\nFFE03FC0\nFFC03FC0\nFFC03FC0\nFF803FC0\nFF803FC0\nFF803FC0\nFF003FC0\nENDCHAR\nSTARTCHAR 043A\nENCODING 1082\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 28 38 3 0\nBITMAP\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC1FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC7FE00\nFFC7FC00\nFFCFFC00\nFFCFFC00\nFFCFF800\nFFFFF800\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFCFF800\nFFCFF800\nFFCFFC00\nFFC7FC00\nFFC7FC00\nFFC7FE00\nFFC3FE00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC07FC0\nFFC07FE0\nFFC07FE0\nFFC03FF0\nENDCHAR\nSTARTCHAR 043B\nENCODING 1083\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 31 39 1 -1\nBITMAP\n00FFFFFE\n00FFFFFE\n00FFFFFE\n00FFFFFE\n00FFFFFE\n00FFFFFE\n00FF07FE\n00FF07FE\n00FF07FE\n01FF07FE\n01FF07FE\n01FF07FE\n01FF07FE\n01FF07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n01FE07FE\n03FE07FE\n03FE07FE\n03FE07FE\n03FC07FE\n03FC07FE\n03FC07FE\n07FC07FE\n0FFC07FE\n1FF807FE\nFFF807FE\nFFF807FE\nFFF007FE\nFFE007FE\nFFC007FE\nFF8007FE\n20000000\nENDCHAR\nSTARTCHAR 043C\nENCODING 1084\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 38 3 0\nBITMAP\n7F0000FE\n7F0000FE\n7F0001FE\n7F8001FE\n7F8003FE\n7FC003FE\n7FC003FE\n7FC007FE\n7FE007FE\n7FE00FFE\n7FF00FFE\n7FF01FFE\n7FF01FFE\n7FF81FFE\n7FF83FFE\n7FFC3FFE\n7FFC7FFE\n7FFC7EFE\n7FFE7EFE\n7F7EFEFE\n7F7FFCFE\n7F7FFCFE\n7F3FF8FE\n7F3FF8FE\n7F1FF8FE\n7F1FF0FE\n7F0FF0FE\n7F0FE0FE\n7F0FE0FE\n7F07C0FE\n7F07C0FE\n7F03C0FE\nFF0380FE\nFF0000FE\nFF0000FE\nFF0000FE\nFF0000FE\nFF0000FE\nENDCHAR\nSTARTCHAR 043D\nENCODING 1085\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 26 38 3 0\nBITMAP\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nENDCHAR\nSTARTCHAR 043E\nENCODING 1086\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 40 3 -1\nBITMAP\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 043F\nENCODING 1087\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 38 3 0\nBITMAP\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nFFC0FF80\nENDCHAR\nSTARTCHAR 0440\nENCODING 1088\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 52 3 -13\nBITMAP\n00004000\nFFC7F800\nFFDFFE00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFE1FF80\nFFC0FFC0\nFFC0FFC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFE1FF80\nFFFFFF80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFDFFC00\nFFC7F800\nFFC08000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 0441\nENCODING 1089\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 40 3 -1\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7F81FF\n7FC3FE\n7FFFFE\n3FFFFC\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0442\nENCODING 1090\nSWIDTH 375 0\nDWIDTH 25 0\nBBX 23 38 1 0\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\nENDCHAR\nSTARTCHAR 0443\nENCODING 1091\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 27 49 1 -11\nBITMAP\nFF001FE0\nFF003FC0\nFF803FC0\n7F803FC0\n7F803FC0\n7F803FC0\n7F807F80\n3FC07F80\n3FC07F80\n3FC07F80\n3FC07F00\n1FC07F00\n1FE0FF00\n1FE0FF00\n1FE0FE00\n0FE0FE00\n0FE0FE00\n0FF1FE00\n0FF1FC00\n07F1FC00\n07F1FC00\n07F1FC00\n07F1FC00\n07F9F800\n03FBF800\n03FBF800\n03FBF800\n03FBF000\n01FFF000\n01FFF000\n01FFF000\n01FFE000\n00FFE000\n00FFE000\n00FFE000\n00FFE000\n007FC000\n007FC000\n007FC000\n007FC000\n007F8000\n00FF8000\n07FF8000\n3FFF0000\n3FFF0000\n3FFE0000\n1FFC0000\n1FF00000\n1F800000\nENDCHAR\nSTARTCHAR 0444\nENCODING 1092\nSWIDTH 660 0\nDWIDTH 44 0\nBBX 38 66 3 -12\nBITMAP\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n003FFFF000\n01FFFFFE00\n07FFFFFF00\n0FFFFFFFC0\n1FFFFFFFE0\n3FE1FE3FE0\n3FC1FE0FF0\n7F81FE0FF8\n7F81FE07F8\nFF81FE07F8\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF01FE07FC\nFF81FE07FC\nFF81FE07F8\n7F81FE0FF8\n7FC1FE1FF8\n7FF1FE3FF0\n3FFFFFFFF0\n1FFFFFFFE0\n0FFFFFFFC0\n07FFFFFF80\n03FFFFFF00\n00FFFFF800\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\n0001FE0000\nENDCHAR\nSTARTCHAR 0445\nENCODING 1093\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 26 38 1 0\nBITMAP\nFF803FC0\n7F807F80\n7FC07F80\n7FC0FF00\n3FE0FF00\n3FE0FE00\n1FF1FE00\n1FF1FC00\n0FFBFC00\n0FFBFC00\n07FFF800\n07FFF800\n03FFF000\n03FFF000\n03FFE000\n01FFE000\n01FFC000\n00FFC000\n00FF8000\n00FFC000\n01FFC000\n01FFE000\n03FFE000\n03FFF000\n07FFF000\n07FFF800\n07FFF800\n0FFFFC00\n0FE7FC00\n1FE7FE00\n1FE3FE00\n3FC3FF00\n3FC1FF00\n3F81FF80\n7F80FF80\n7F80FFC0\nFF007FC0\nFF007FC0\nENDCHAR\nSTARTCHAR 0446\nENCODING 1094\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 32 48 3 -10\nBITMAP\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\n000000FF\n000000FF\n000000FF\n000000FF\n000000FF\n0000007F\n0000007F\n0000007F\n0000007F\n0000007F\nENDCHAR\nSTARTCHAR 0447\nENCODING 1095\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 25 38 3 0\nBITMAP\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\nFFFFFF80\nFFFFFF80\n7FFFFF80\n3FFFFF80\n1FFFFF80\n07FFFF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\nENDCHAR\nSTARTCHAR 0448\nENCODING 1096\nSWIDTH 675 0\nDWIDTH 45 0\nBBX 38 38 3 0\nBITMAP\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFF81FF03FC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nFFFFFFFFFC\nENDCHAR\nSTARTCHAR 0449\nENCODING 1097\nSWIDTH 735 0\nDWIDTH 49 0\nBBX 44 48 3 -10\nBITMAP\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFF81FF03FC00\nFFFFFFFFFFF0\nFFFFFFFFFFF0\nFFFFFFFFFFF0\nFFFFFFFFFFF0\nFFFFFFFFFFF0\nFFFFFFFFFFF0\n000000000FF0\n000000000FF0\n000000000FF0\n000000000FF0\n0000000007F0\n0000000007F0\n0000000007F0\n0000000007F0\n0000000007F0\n0000000007F0\nENDCHAR\nSTARTCHAR 044A\nENCODING 1098\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 33 38 0 0\nBITMAP\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FF800000\n00FFFF0000\n00FFFFF000\n00FFFFFC00\n00FFFFFE00\n00FFFFFF00\n00FF83FF00\n00FF81FF00\n00FF80FF80\n00FF807F80\n00FF807F80\n00FF807F80\n00FF807F80\n00FF807F80\n00FF80FF80\n00FF80FF80\n00FF81FF00\n00FF83FF00\n00FFFFFF00\n00FFFFFE00\n00FFFFFC00\n00FFFFF000\n00FFFF0000\nENDCHAR\nSTARTCHAR 044B\nENCODING 1099\nSWIDTH 690 0\nDWIDTH 46 0\nBBX 39 38 3 0\nBITMAP\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFC00003FE\nFFFF8003FE\nFFFFF803FE\nFFFFFE03FE\nFFFFFF03FE\nFFFFFF03FE\nFFC3FF83FE\nFFC0FF83FE\nFFC07FC3FE\nFFC07FC3FE\nFFC03FC3FE\nFFC03FC3FE\nFFC03FC3FE\nFFC03FC3FE\nFFC07FC3FE\nFFC07FC3FE\nFFC0FF83FE\nFFC3FF83FE\nFFFFFF03FE\nFFFFFF03FE\nFFFFFC03FE\nFFFFF003FE\nFFFF8003FE\nENDCHAR\nSTARTCHAR 044C\nENCODING 1100\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 26 38 3 0\nBITMAP\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFFF8000\nFFFFF800\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFFC3FF80\nFFC0FF80\nFFC07FC0\nFFC07FC0\nFFC03FC0\nFFC03FC0\nFFC03FC0\nFFC03FC0\nFFC07FC0\nFFC07FC0\nFFC0FF80\nFFC3FF80\nFFFFFF00\nFFFFFF00\nFFFFFC00\nFFFFF000\nFFFF8000\nENDCHAR\nSTARTCHAR 044D\nENCODING 1101\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 40 3 -1\nBITMAP\n001000\n03FF80\n0FFFE0\n1FFFF0\n3FFFF8\n7FFFFC\n7FFFFC\nFF87FE\nFF83FE\nFF03FE\nFF01FF\nFF01FF\nFF01FF\nFF01FF\n0001FF\n0001FF\n0001FF\n0001FF\n03FFFF\n03FFFF\n03FFFF\n03FFFF\n0001FF\n0001FF\n0001FF\n0001FF\nFF01FF\nFF01FF\nFF01FF\nFF01FF\nFF03FE\nFF83FE\nFF87FE\n7FFFFC\n7FFFFC\n3FFFF8\n3FFFF0\n0FFFE0\n07FF80\n001000\nENDCHAR\nSTARTCHAR 044E\nENCODING 1102\nSWIDTH 645 0\nDWIDTH 43 0\nBBX 37 40 3 -1\nBITMAP\n0000004000\nFF800FFE00\nFF803FFF00\nFF807FFF80\nFF80FFFFC0\nFF80FFFFE0\nFF81FFFFE0\nFF81FF1FF0\nFF81FE0FF0\nFF83FE0FF0\nFF83FC0FF0\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFFFFFC0FF8\nFFFFFC0FF8\nFFFFFC0FF8\nFFFFFC0FF8\nFFFFFC0FF8\nFFFFFC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF8\nFF83FC0FF0\nFF83FE0FF0\nFF81FE0FF0\nFF81FE1FF0\nFF81FFFFE0\nFF80FFFFE0\nFF80FFFFC0\nFF807FFF80\nFF803FFF00\nFF800FFE00\n0000004000\nENDCHAR\nSTARTCHAR 044F\nENCODING 1103\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 27 38 1 0\nBITMAP\n001FFFE0\n01FFFFE0\n07FFFFE0\n0FFFFFE0\n1FFFFFE0\n1FFC3FE0\n3FF03FE0\n3FE03FE0\n3FC03FE0\n3FC03FE0\n7FC03FE0\n7FC03FE0\n7FC03FE0\n3FC03FE0\n3FC03FE0\n3FE03FE0\n3FF03FE0\n3FFC3FE0\n1FFFFFE0\n0FFFFFE0\n07FFFFE0\n03FFFFE0\n03FFFFE0\n03FE3FE0\n07FC3FE0\n07FC3FE0\n0FFC3FE0\n0FF83FE0\n0FF83FE0\n1FF83FE0\n1FF03FE0\n3FF03FE0\n3FE03FE0\n3FE03FE0\n7FE03FE0\n7FC03FE0\nFFC03FE0\nFFC03FE0\nENDCHAR\nSTARTCHAR 0450\nENCODING 1104\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 57 3 -1\nBITMAP\n3FE000\n3FE000\n1FF000\n0FF000\n0FF000\n07F800\n07F800\n03F800\n01FC00\n01FC00\n00FC00\n007C00\n007E00\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0451\nENCODING 1105\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 53 3 -1\nBITMAP\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n7FC3FC\n000000\n000000\n000000\n000000\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFC\n7FFFFE\n7FC3FE\n7F81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFFFFFF\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFFC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0452\nENCODING 1106\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 30 64 -1 -10\nBITMAP\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC3FC0\n07FDFFF0\n07FFFFF8\n07FFFFF8\n07FFFFFC\n07FFFFFC\n07FF07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n000007FC\n000007FC\n00000FFC\n00000FF8\n00003FF8\n0003FFF0\n0003FFF0\n0003FFE0\n0003FF80\n0003FC00\nENDCHAR\nSTARTCHAR 0453\nENCODING 1107\nSWIDTH 315 0\nDWIDTH 21 0\nBBX 20 56 3 0\nBITMAP\n001FF0\n003FE0\n003FC0\n003FC0\n003F80\n007F80\n007F00\n007E00\n00FE00\n00FC00\n00F800\n01F800\n01F000\n000000\n000000\n000000\n000000\n000000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0454\nENCODING 1108\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 24 40 3 -1\nBITMAP\n000800\n03FFC0\n0FFFF0\n1FFFF8\n3FFFFC\n3FFFFE\n7FFFFE\n7FC3FE\n7FC1FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF8000\nFF8000\nFF8000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF8000\nFF8000\nFF8000\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\nFF81FF\n7FC1FF\n7FC3FE\n7FFFFE\n3FFFFE\n3FFFFC\n1FFFF8\n0FFFF0\n03FFC0\n000800\nENDCHAR\nSTARTCHAR 0455\nENCODING 1109\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 40 1 -1\nBITMAP\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 0456\nENCODING 1110\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 9 52 4 0\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n0000\n0000\n0000\n0000\n0000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 0457\nENCODING 1111\nSWIDTH 255 0\nDWIDTH 17 0\nBBX 21 52 -2 0\nBITMAP\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\nFF87F8\n000000\n000000\n000000\n000000\n000000\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\nENDCHAR\nSTARTCHAR 0458\nENCODING 1112\nSWIDTH 240 0\nDWIDTH 16 0\nBBX 15 63 -1 -11\nBITMAP\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n07FE\n0000\n0000\n0000\n0000\n0000\n0000\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n07FC\n9FFC\nFFFC\nFFF8\nFFF8\nFFF0\nFFE0\nFF00\nENDCHAR\nSTARTCHAR 0459\nENCODING 1113\nSWIDTH 735 0\nDWIDTH 49 0\nBBX 46 39 1 -1\nBITMAP\n00FFFFFE0000\n00FFFFFE0000\n00FFFFFE0000\n00FFFFFE0000\n00FFFFFE0000\n00FFFFFE0000\n00FF03FE0000\n00FF03FE0000\n00FF03FE0000\n00FF03FE0000\n00FF03FE0000\n00FF03FE0000\n01FF03FE0000\n01FF03FE0000\n01FE03FE0000\n01FE03FE0000\n01FE03FFFC00\n01FE03FFFF80\n01FE03FFFFE0\n01FE03FFFFF0\n01FE03FFFFF8\n01FE03FE1FF8\n01FE03FE07FC\n01FE03FE07FC\n01FE03FE03FC\n03FE03FE03FC\n03FE03FE03FC\n03FC03FE03FC\n03FC03FE03FC\n07FC03FE03FC\n07FC03FE07FC\n0FF803FE07FC\nFFF803FE1FF8\nFFF803FFFFF8\nFFF003FFFFF0\nFFE003FFFFE0\nFFC003FFFF80\nFF8003FFF800\n400000000000\nENDCHAR\nSTARTCHAR 045A\nENCODING 1114\nSWIDTH 675 0\nDWIDTH 45 0\nBBX 41 38 3 0\nBITMAP\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFC0FFC00000\nFFFFFFFFC000\nFFFFFFFFF000\nFFFFFFFFFC00\nFFFFFFFFFE00\nFFFFFFFFFF00\nFFFFFFFFFF00\nFFC0FFC1FF00\nFFC0FFC0FF80\nFFC0FFC0FF80\nFFC0FFC0FF80\nFFC0FFC07F80\nFFC0FFC07F80\nFFC0FFC0FF80\nFFC0FFC0FF80\nFFC0FFC0FF00\nFFC0FFC1FF00\nFFC0FFC3FF00\nFFC0FFFFFE00\nFFC0FFFFFC00\nFFC0FFFFF800\nFFC0FFFFF000\nFFC0FFFF0000\nENDCHAR\nSTARTCHAR 045B\nENCODING 1115\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 30 54 -1 0\nBITMAP\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\nFFFFFE00\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC0000\n07FC1FC0\n07FCFFF0\n07FFFFF8\n07FFFFF8\n07FFFFFC\n07FFFFFC\n07FF8FFC\n07FE07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\n07FC07FC\nENDCHAR\nSTARTCHAR 045C\nENCODING 1116\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 28 56 3 0\nBITMAP\n0000FF80\n0001FF00\n0001FE00\n0001FE00\n0001FC00\n0003FC00\n0003F800\n0003F000\n0007F000\n0007E000\n0007C000\n000FC000\n000F8000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFC03FE0\nFFC07FE0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFC1FF80\nFFC1FF80\nFFC1FF00\nFFC3FF00\nFFC3FE00\nFFC7FE00\nFFC7FC00\nFFCFFC00\nFFCFFC00\nFFCFF800\nFFFFF800\nFFFFF000\nFFFFF000\nFFFFF000\nFFFFF000\nFFCFF800\nFFCFF800\nFFCFFC00\nFFC7FC00\nFFC7FC00\nFFC7FE00\nFFC3FE00\nFFC3FF00\nFFC3FF00\nFFC1FF00\nFFC1FF80\nFFC0FF80\nFFC0FFC0\nFFC0FFC0\nFFC07FC0\nFFC07FE0\nFFC07FE0\nFFC03FF0\nENDCHAR\nSTARTCHAR 045D\nENCODING 1117\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 56 3 0\nBITMAP\n1FF00000\n1FF00000\n0FF80000\n07F80000\n07F80000\n03FC0000\n03FC0000\n01FC0000\n00FE0000\n00FE0000\n007E0000\n003E0000\n003F0000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF001FC0\nFF003FC0\nFF003FC0\nFF007FC0\nFF007FC0\nFF00FFC0\nFF00FFC0\nFF01FFC0\nFF01FFC0\nFF03FFC0\nFF03FFC0\nFF07FFC0\nFF07FFC0\nFF0FFFC0\nFF0FFFC0\nFF1FFFC0\nFF1FFFC0\nFF3FBFC0\nFF3FBFC0\nFF7FBFC0\nFF7F3FC0\nFF7F3FC0\nFFFE3FC0\nFFFE3FC0\nFFFC3FC0\nFFFC3FC0\nFFF83FC0\nFFF83FC0\nFFF03FC0\nFFF03FC0\nFFE03FC0\nFFE03FC0\nFFC03FC0\nFFC03FC0\nFF803FC0\nFF803FC0\nFF803FC0\nFF003FC0\nENDCHAR\nSTARTCHAR 045E\nENCODING 1118\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 27 64 1 -11\nBITMAP\n1F003E00\n0F003E00\n0F803C00\n0F807C00\n0FC0FC00\n07FFF800\n03FFF000\n01FFE000\n007F8000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF001FE0\nFF003FC0\nFF803FC0\n7F803FC0\n7F803FC0\n7F803FC0\n7F807F80\n3FC07F80\n3FC07F80\n3FC07F80\n3FC07F00\n1FC07F00\n1FE0FF00\n1FE0FF00\n1FE0FE00\n0FE0FE00\n0FE0FE00\n0FF1FE00\n0FF1FC00\n07F1FC00\n07F1FC00\n07F1FC00\n07F1FC00\n07F9F800\n03FBF800\n03FBF800\n03FBF800\n03FBF000\n01FFF000\n01FFF000\n01FFF000\n01FFE000\n00FFE000\n00FFE000\n00FFE000\n00FFE000\n007FC000\n007FC000\n007FC000\n007FC000\n007F8000\n00FF8000\n07FF8000\n3FFF0000\n3FFF0000\n3FFE0000\n1FFC0000\n1FF00000\n1F800000\nENDCHAR\nSTARTCHAR 045F\nENCODING 1119\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 48 3 -10\nBITMAP\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\nFFFFFFC0\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F0000\nENDCHAR\nSTARTCHAR 0490\nENCODING 1168\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 62 4 0\nBITMAP\n00007E\n00007E\n00007E\n00007E\n00007E\n00007E\n00007E\n00007E\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 0491\nENCODING 1169\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 18 46 3 0\nBITMAP\n0007C0\n0007C0\n0007C0\n0007C0\n0007C0\n0007C0\n0007C0\n0007C0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 04AE\nENCODING 1198\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 54 1 0\nBITMAP\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 04AF\nENCODING 1199\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 50 0 -12\nBITMAP\nFF803FE0\nFF803FE0\n7FC03FE0\n7FC03FC0\n7FC03FC0\n7FC03FC0\n3FE07FC0\n3FE07F80\n3FE07F80\n1FE07F80\n1FE07F80\n1FF0FF00\n0FF0FF00\n0FF0FF00\n0FF0FE00\n0FF8FE00\n07F9FE00\n07F9FE00\n07F9FC00\n03F9FC00\n03FDFC00\n03FFFC00\n03FFF800\n01FFF800\n01FFF800\n01FFF800\n00FFF000\n00FFF000\n00FFF000\n00FFE000\n007FE000\n007FE000\n007FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\nENDCHAR\nSTARTCHAR 04B0\nENCODING 1200\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 54 1 0\nBITMAP\nFF8003FE\nFFC003FE\n7FC003FC\n7FC007FC\n7FE007FC\n3FE007F8\n3FE00FF8\n1FF00FF8\n1FF00FF0\n1FF01FF0\n0FF81FE0\n0FF81FE0\n0FF83FE0\n07F83FC0\n07FC3FC0\n07FC7FC0\n03FC7F80\n03FE7F80\n01FEFF80\n01FEFF00\n01FFFF00\n00FFFF00\n00FFFE00\n00FFFE00\n007FFC00\n007FFC00\n007FFC00\n003FF800\n3FFFFFFC\n3FFFFFFC\n3FFFFFFC\n3FFFFFFC\n3FFFFFFC\n3FFFFFFC\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 04B1\nENCODING 1201\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 50 0 -12\nBITMAP\nFF801FE0\nFFC01FE0\n7FC03FE0\n7FC03FC0\n7FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07F80\n3FE07F80\n1FE07F80\n1FF07F00\n1FF0FF00\n0FF0FF00\n0FF0FF00\n0FF8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n07FDFC00\n03FDFC00\n03FFFC00\n03FFFC00\n01FFF800\n01FFF800\n01FFF800\n01FFF000\n00FFF000\n00FFF000\n00FFF000\n007FE000\n007FE000\n007FE000\n003FE000\n1FFFFF80\n1FFFFF80\n1FFFFF80\n1FFFFF80\n1FFFFF80\n1FFFFF80\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\nENDCHAR\nSTARTCHAR 04C0\nENCODING 1216\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 10 54 4 0\nBITMAP\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR 04E8\nENCODING 1256\nSWIDTH 570 0\nDWIDTH 38 0\nBBX 31 56 3 -1\nBITMAP\n00010000\n007FFE00\n01FFFF80\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF8\n3FFFFFF8\n3FF01FFC\n7FE00FFC\n7FE007FE\n7FE007FE\n7FC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\n7FC007FE\n7FE007FE\n7FE007FE\n7FE00FFC\n3FF01FFC\n3FFFFFF8\n1FFFFFF8\n1FFFFFF0\n0FFFFFE0\n07FFFFC0\n01FFFF80\n007FFE00\n00010000\nENDCHAR\nSTARTCHAR 04E9\nENCODING 1257\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 25 40 3 -1\nBITMAP\n00080000\n03FFC000\n0FFFF000\n1FFFF800\n3FFFFC00\n3FFFFE00\n7FFFFE00\n7FC3FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFF81FF80\nFF81FF00\nFF81FF00\nFF81FF00\n7FC3FF00\n7FFFFE00\n3FFFFE00\n3FFFFC00\n1FFFF800\n0FFFF000\n03FFC000\n00080000\nENDCHAR\nSTARTCHAR 1E02\nENCODING 7682\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 68 4 0\nBITMAP\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFC0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC007F8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF0\nFFC01FF0\nFFC03FF0\nFFC1FFE0\nFFFFFFC0\nFFFFFF00\nFFFFFC00\nFFFFFF80\nFFFFFFC0\nFFFFFFF0\nFFC07FF0\nFFC01FF8\nFFC00FFC\nFFC00FFC\nFFC007FC\nFFC007FC\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FE\nFFC007FC\nFFC00FFC\nFFC00FFC\nFFC01FF8\nFFC0FFF8\nFFFFFFF0\nFFFFFFF0\nFFFFFFE0\nFFFFFF80\nFFFFFF00\nFFFFF000\nENDCHAR\nSTARTCHAR 1E03\nENCODING 7683\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 68 4 -1\nBITMAP\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00000000\n00000000\n00000000\n00000000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF800000\nFF808000\nFF8FF000\nFF9FFC00\nFFFFFE00\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFFC3FF00\nFF81FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF81FF80\nFFC1FF00\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFBFF800\nFF8FF000\n00010000\nENDCHAR\nSTARTCHAR 1E0A\nENCODING 7690\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 30 68 4 0\nBITMAP\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFE000\nFFFFFC00\nFFFFFF00\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFFFFFF0\nFFC07FF0\nFFC03FF8\nFFC01FF8\nFFC01FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC01FF8\nFFC01FF8\nFFC03FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFC0\nFFFFFF80\nFFFFFF00\nFFFFFC00\nFFFFE000\nENDCHAR\nSTARTCHAR 1E0B\nENCODING 7691\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 25 68 3 -1\nBITMAP\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00000000\n00000000\n00000000\n00000000\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0000FF80\n0040FF80\n07F8FF80\n0FFEFF80\n1FFFFF80\n3FFFFF80\n7FFFFF80\n7FFFFF80\n7FE1FF80\nFFC0FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFF80FF80\nFFC0FF80\n7FE1FF80\n7FFFFF80\n7FFFFF80\n3FFFFF80\n3FFFFF80\n1FFEFF80\n07F8FF80\n00400000\nENDCHAR\nSTARTCHAR 1E1E\nENCODING 7710\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 68 4 0\nBITMAP\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n01FF00\n000000\n000000\n000000\n000000\n000000\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nFFC000\nENDCHAR\nSTARTCHAR 1E1F\nENCODING 7711\nSWIDTH 300 0\nDWIDTH 20 0\nBBX 19 65 1 0\nBITMAP\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n000000\n000000\n000000\n000000\n003FE0\n00FFE0\n01FFE0\n03FFE0\n07FFE0\n07FFE0\n07FF60\n07FC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\nENDCHAR\nSTARTCHAR 1E40\nENCODING 7744\nSWIDTH 690 0\nDWIDTH 46 0\nBBX 38 68 4 0\nBITMAP\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0003FE0000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n7FE0001FF8\n7FE0001FF8\n7FF0001FF8\n7FF0001FF8\n7FF0003FF8\n7FF0003FF8\n7FF0003FF8\n7FF8003FF8\n7FF8003FF8\n7FF8007FF8\n7FF8007FF8\n7FF8007FF8\n7FFC007FF8\n7FFC00FFF8\n7FFC00FFF8\n7FFC00FFF8\n7FFC00FFF8\n7FFE01FFF8\n7FFE01FBF8\n7FFE01FBF8\nFFFE01FBF8\nFF7E01FBF8\nFF7F03F3F8\nFF7F03F3F8\nFF7F03F3F8\nFF3F03F3F8\nFF3F07F3F8\nFF3F87E3F8\nFF3F87E3F8\nFF3F87E3F8\nFF1F87E3F8\nFF1F8FE3F8\nFF1FCFC3F8\nFF1FCFC3F8\nFF0FCFC3F8\nFF0FDFC3F8\nFF0FFFC3F8\nFF0FFF83F8\nFF0FFF83F8\nFF07FF83FC\nFF07FF83FC\nFF07FF03FC\nFF07FF03FC\nFF03FF03FC\nFF03FF03FC\nFF03FF03FC\nFF03FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FE03FC\nFF01FC03FC\nFF00FC03FC\nFF00FC03FC\nENDCHAR\nSTARTCHAR 1E41\nENCODING 7745\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 42 52 3 0\nBITMAP\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n00007FC00000\n000000000000\n000000000000\n000000000000\n000000000000\n000020002000\nFF83FC03FC00\nFF8FFE0FFF00\nFFBFFF1FFF00\nFFFFFF3FFF80\nFFFFFFFFFF80\nFFFFFFFFFFC0\nFFF0FFF0FFC0\nFFC07FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nFF807FC07FC0\nENDCHAR\nSTARTCHAR 1E56\nENCODING 7766\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 68 4 0\nBITMAP\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFF000\nFFFFFE00\nFFFFFF80\nFFFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFC3FFF0\nFFC03FF0\nFFC01FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FFC\nFFC00FFC\nFFC00FFC\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC00FF8\nFFC01FF8\nFFC03FF0\nFFC3FFF0\nFFFFFFE0\nFFFFFFE0\nFFFFFFC0\nFFFFFF00\nFFFFFE00\nFFFFF000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 1E57\nENCODING 7767\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 26 65 3 -13\nBITMAP\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n007FC000\n00000000\n00000000\n00000000\n00000000\n00004000\nFFC7F800\nFFDFFE00\nFFFFFF00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFE1FF80\nFFC0FFC0\nFFC0FFC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC07FC0\nFFC0FFC0\nFFC0FF80\nFFE1FF80\nFFFFFF80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFDFFC00\nFFC7F800\nFFC08000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nFFC00000\nENDCHAR\nSTARTCHAR 1E60\nENCODING 7776\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 28 69 3 -1\nBITMAP\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00040000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFF80\n7FFBFFC0\nFFC07FC0\nFFC07FC0\nFF803FE0\nFF803FE0\nFF801FE0\nFF801FE0\nFF801FE0\nFF801F80\nFFC01000\nFFE00000\nFFE00000\n7FF00000\n7FF80000\n3FFE0000\n3FFF0000\n1FFF8000\n0FFFC000\n07FFE000\n03FFF000\n01FFF800\n00FFFC00\n003FFE00\n001FFF00\n000FFF80\n0007FFC0\n0003FFC0\n0001FFE0\n0000FFE0\n00007FE0\n03003FF0\n7F003FF0\nFF003FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFF801FF0\nFFC01FF0\n7FC03FF0\n7FE07FF0\n7FFFFFE0\n3FFFFFE0\n3FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFC00\n007FF000\n00020000\nENDCHAR\nSTARTCHAR 1E61\nENCODING 7777\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 24 53 1 -1\nBITMAP\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n00FF80\n000000\n000000\n000000\n000000\n000800\n01FF80\n07FFE0\n0FFFF0\n1FFFF8\n1FFFFC\n3FFFFC\n3FE1FE\n3FC0FE\n7FC0FE\n7FC07E\n7FC078\n3FE040\n3FF000\n3FF800\n1FFC00\n1FFE00\n0FFF00\n07FF80\n03FFE0\n01FFF0\n00FFF8\n007FF8\n001FFC\n000FFE\n0007FE\n0003FF\n0701FF\n1F00FF\nFF00FF\n7F80FF\n7F80FF\n7FC1FF\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFF8\n07FFF0\n01FFC0\n000800\nENDCHAR\nSTARTCHAR 1E6A\nENCODING 7786\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 28 68 0 0\nBITMAP\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n00000000\n00000000\n00000000\n00000000\n00000000\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\nFFFFFFF0\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\n007FE000\nENDCHAR\nSTARTCHAR 1E6B\nENCODING 7787\nSWIDTH 330 0\nDWIDTH 22 0\nBBX 20 64 1 -1\nBITMAP\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n000000\n000000\n000000\n000000\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FF800\n0FFC00\n0FFFF0\n07FFF0\n07FFF0\n07FFF0\n03FFF0\n01FFF0\n00FFF0\n000400\nENDCHAR\nSTARTCHAR 1E80\nENCODING 7808\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 44 72 2 0\nBITMAP\n000FF8000000\n000FF8000000\n0007FC000000\n0003FC000000\n0003FC000000\n0001FE000000\n0001FE000000\n0000FE000000\n00007F000000\n00007F000000\n00003F000000\n00001F000000\n00001F800000\n000000000000\n000000000000\n000000000000\n000000000000\n000000000000\nFF801F800FF0\nFF801FC00FF0\n7F801FC01FF0\n7F801FC01FE0\n7F803FC01FE0\n7F803FC01FE0\n7F803FE01FE0\n7F803FE01FE0\n7FC03FE01FE0\n3FC03FE01FE0\n3FC07FE03FC0\n3FC07FE03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC0FFF03FC0\n1FE0FFF03FC0\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE1FFF87F80\n1FE1FBFC7F80\n0FE1F9FC7F80\n0FF1F9FC7F00\n0FF1F9FCFF00\n0FF3F9FCFF00\n0FF3F1FCFF00\n0FF3F0FEFF00\n0FF3F0FEFF00\n07F3F0FEFF00\n07FBF0FEFE00\n07FFE0FEFE00\n07FFE0FFFE00\n07FFE07FFE00\n07FFE07FFE00\n07FFE07FFE00\n03FFE07FFE00\n03FFC07FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FF803FFC00\n01FF801FFC00\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF001FF800\n01FF000FF800\n00FF000FF800\n00FF000FF000\n00FF000FF000\nENDCHAR\nSTARTCHAR 1E81\nENCODING 7809\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 36 56 2 0\nBITMAP\n00FF800000\n00FF800000\n007FC00000\n003FC00000\n003FC00000\n001FE00000\n001FE00000\n000FE00000\n0007F00000\n0007F00000\n0003F00000\n0001F00000\n0001F80000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFE01F807F0\nFE01FC07F0\nFF01FC07F0\nFF03FC0FF0\nFF03FC0FE0\n7F03FC0FE0\n7F03FC0FE0\n7F03FE0FE0\n7F03FE0FE0\n7F87FE1FE0\n7F87FE1FC0\n7F87FE1FC0\n3F87FE1FC0\n3F87FF1FC0\n3F8FFF1FC0\n3FCFFF1FC0\n3FCFFF3F80\n3FCF9F3F80\n1FCF9F3F80\n1FDF9F3F80\n1FDF9FBF80\n1FDF9FBF80\n1FFF1FBF80\n1FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFE0FFF00\n0FFE07FF00\n0FFE07FE00\n0FFE07FE00\n07FE07FE00\n07FC07FE00\n07FC07FE00\n07FC03FE00\n07FC03FC00\n07FC03FC00\n03F803FC00\nENDCHAR\nSTARTCHAR 1E82\nENCODING 7810\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 44 72 2 0\nBITMAP\n000000FF8000\n000001FF0000\n000001FE0000\n000001FE0000\n000001FC0000\n000003FC0000\n000003F80000\n000003F00000\n000007F00000\n000007E00000\n000007C00000\n00000FC00000\n00000F800000\n000000000000\n000000000000\n000000000000\n000000000000\n000000000000\nFF801F800FF0\nFF801FC00FF0\n7F801FC01FF0\n7F801FC01FE0\n7F803FC01FE0\n7F803FC01FE0\n7F803FE01FE0\n7F803FE01FE0\n7FC03FE01FE0\n3FC03FE01FE0\n3FC07FE03FC0\n3FC07FE03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC0FFF03FC0\n1FE0FFF03FC0\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE1FFF87F80\n1FE1FBFC7F80\n0FE1F9FC7F80\n0FF1F9FC7F00\n0FF1F9FCFF00\n0FF3F9FCFF00\n0FF3F1FCFF00\n0FF3F0FEFF00\n0FF3F0FEFF00\n07F3F0FEFF00\n07FBF0FEFE00\n07FFE0FEFE00\n07FFE0FFFE00\n07FFE07FFE00\n07FFE07FFE00\n07FFE07FFE00\n03FFE07FFE00\n03FFC07FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FF803FFC00\n01FF801FFC00\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF001FF800\n01FF000FF800\n00FF000FF800\n00FF000FF000\n00FF000FF000\nENDCHAR\nSTARTCHAR 1E83\nENCODING 7811\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 36 56 2 0\nBITMAP\n00000FF800\n00001FF000\n00001FE000\n00001FE000\n00001FC000\n00003FC000\n00003F8000\n00003F0000\n00007F0000\n00007E0000\n00007C0000\n0000FC0000\n0000F80000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFE01F807F0\nFE01FC07F0\nFF01FC07F0\nFF03FC0FF0\nFF03FC0FE0\n7F03FC0FE0\n7F03FC0FE0\n7F03FE0FE0\n7F03FE0FE0\n7F87FE1FE0\n7F87FE1FC0\n7F87FE1FC0\n3F87FE1FC0\n3F87FF1FC0\n3F8FFF1FC0\n3FCFFF1FC0\n3FCFFF3F80\n3FCF9F3F80\n1FCF9F3F80\n1FDF9F3F80\n1FDF9FBF80\n1FDF9FBF80\n1FFF1FBF80\n1FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFE0FFF00\n0FFE07FF00\n0FFE07FE00\n0FFE07FE00\n07FE07FE00\n07FC07FE00\n07FC07FE00\n07FC03FE00\n07FC03FC00\n07FC03FC00\n03F803FC00\nENDCHAR\nSTARTCHAR 1E84\nENCODING 7812\nSWIDTH 720 0\nDWIDTH 48 0\nBBX 44 67 2 0\nBITMAP\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n001FF0FF0000\n000000000000\n000000000000\n000000000000\n000000000000\nFF801F800FF0\nFF801FC00FF0\n7F801FC01FF0\n7F801FC01FE0\n7F803FC01FE0\n7F803FC01FE0\n7F803FE01FE0\n7F803FE01FE0\n7FC03FE01FE0\n3FC03FE01FE0\n3FC07FE03FC0\n3FC07FE03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC07FF03FC0\n3FC0FFF03FC0\n1FE0FFF03FC0\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE0FFF87F80\n1FE1FFF87F80\n1FE1FBFC7F80\n0FE1F9FC7F80\n0FF1F9FC7F00\n0FF1F9FCFF00\n0FF3F9FCFF00\n0FF3F1FCFF00\n0FF3F0FEFF00\n0FF3F0FEFF00\n07F3F0FEFF00\n07FBF0FEFE00\n07FFE0FEFE00\n07FFE0FFFE00\n07FFE07FFE00\n07FFE07FFE00\n07FFE07FFE00\n03FFE07FFE00\n03FFC07FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FFC03FFC00\n03FF803FFC00\n01FF801FFC00\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF801FF800\n01FF001FF800\n01FF000FF800\n00FF000FF800\n00FF000FF000\n00FF000FF000\nENDCHAR\nSTARTCHAR 1E85\nENCODING 7813\nSWIDTH 600 0\nDWIDTH 40 0\nBBX 36 52 2 0\nBITMAP\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n01FF0FF000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFE01F807F0\nFE01FC07F0\nFF01FC07F0\nFF03FC0FF0\nFF03FC0FE0\n7F03FC0FE0\n7F03FC0FE0\n7F03FE0FE0\n7F03FE0FE0\n7F87FE1FE0\n7F87FE1FC0\n7F87FE1FC0\n3F87FE1FC0\n3F87FF1FC0\n3F8FFF1FC0\n3FCFFF1FC0\n3FCFFF3F80\n3FCF9F3F80\n1FCF9F3F80\n1FDF9F3F80\n1FDF9FBF80\n1FDF9FBF80\n1FFF1FBF80\n1FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFF0FFF00\n0FFE0FFF00\n0FFE07FF00\n0FFE07FE00\n0FFE07FE00\n07FE07FE00\n07FC07FE00\n07FC07FE00\n07FC03FE00\n07FC03FC00\n07FC03FC00\n03F803FC00\nENDCHAR\nSTARTCHAR 1EF2\nENCODING 7922\nSWIDTH 495 0\nDWIDTH 33 0\nBBX 31 72 1 0\nBITMAP\n07FC0000\n07FC0000\n03FE0000\n01FE0000\n01FE0000\n00FF0000\n00FF0000\n007F0000\n003F8000\n003F8000\n001F8000\n000F8000\n000FC000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF8003FE\nFF8003FE\nFFC007FC\n7FC007FC\n7FC007FC\n7FE00FF8\n3FE00FF8\n3FE00FF8\n3FF01FF0\n1FF01FF0\n1FF01FF0\n1FF81FE0\n0FF83FE0\n0FF83FC0\n0FFC3FC0\n07FC7FC0\n07FC7F80\n07FE7F80\n03FEFF80\n03FEFF00\n03FFFF00\n01FFFF00\n01FFFE00\n01FFFE00\n00FFFE00\n00FFFC00\n00FFFC00\n007FFC00\n007FF800\n007FF800\n003FF800\n003FF000\n003FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\n001FF000\nENDCHAR\nSTARTCHAR 1EF3\nENCODING 7923\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 27 66 0 -11\nBITMAP\n0FF80000\n0FF80000\n07FC0000\n03FC0000\n03FC0000\n01FE0000\n01FE0000\n00FE0000\n007F0000\n007F0000\n003F0000\n001F0000\n001F8000\n00000000\n00000000\n00000000\n00000000\n00000000\nFF801FE0\n7FC01FE0\n7FC03FE0\n7FC03FE0\n3FC03FC0\n3FC03FC0\n3FE03FC0\n3FE07FC0\n1FE07F80\n1FE07F80\n1FE07F80\n1FF07F80\n0FF07F00\n0FF0FF00\n0FF0FF00\n0FF0FF00\n07F8FE00\n07F8FE00\n07F9FE00\n07F9FE00\n03F9FC00\n03F9FC00\n03FDFC00\n03FDFC00\n01FFF800\n01FFF800\n01FFF800\n00FFF800\n00FFF000\n00FFF000\n00FFF000\n007FF000\n007FE000\n007FE000\n007FE000\n003FE000\n003FC000\n003FC000\n003FC000\n003FC000\n003FC000\n007FC000\n0FFF8000\n0FFF8000\n0FFF0000\n0FFE0000\n0FFC0000\n0FE00000\nENDCHAR\nSTARTCHAR 2013\nENCODING 8211\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 33 6 0 18\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR 2014\nENCODING 8212\nSWIDTH 1005 0\nDWIDTH 67 0\nBBX 67 6 0 21\nBITMAP\nFFFFFFFFFFFFFFFFE0\nFFFFFFFFFFFFFFFFE0\nFFFFFFFFFFFFFFFFE0\nFFFFFFFFFFFFFFFFE0\nFFFFFFFFFFFFFFFFE0\nFFFFFFFFFFFFFFFFE0\nENDCHAR\nSTARTCHAR 2015\nENCODING 8213\nSWIDTH 2010 0\nDWIDTH 134 0\nBBX 126 6 4 19\nBITMAP\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC\nENDCHAR\nSTARTCHAR 2018\nENCODING 8216\nSWIDTH 360 0\nDWIDTH 24 0\nBBX 9 18 4 37\nBITMAP\n0E00\n3F00\n3F00\n7C00\n7800\nF800\nF800\nF000\nF000\nF000\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 2019\nENCODING 8217\nSWIDTH 225 0\nDWIDTH 15 0\nBBX 9 19 4 35\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0F80\n0F80\n0F80\n0F00\n0F00\n1F00\n3F00\nFE00\n7C00\n7000\nENDCHAR\nSTARTCHAR 201A\nENCODING 8218\nSWIDTH 285 0\nDWIDTH 19 0\nBBX 9 19 6 -8\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0F80\n0F80\n0F00\n0F00\n1F00\n1F00\n3E00\nFE00\n7C00\n7000\nENDCHAR\nSTARTCHAR 201C\nENCODING 8220\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 23 18 4 37\nBITMAP\n0E001C\n3F007C\n3F00FE\n7C01F8\n7801F0\nF801E0\nF803E0\nF003E0\nF003E0\nF003E0\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nENDCHAR\nSTARTCHAR 201D\nENCODING 8221\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 22 19 6 35\nBITMAP\nFF87FC\nFF87FC\nFF87FC\nFF87FC\nFF87FC\nFF87FC\nFF87FC\nFF07FC\n0F007C\n0F007C\n0F0078\n0F0078\n1F0078\n1F00F8\n1E00F8\n3E01F0\nFC07F0\nFC03E0\n700380\nENDCHAR\nSTARTCHAR 201E\nENCODING 8222\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 23 19 6 -8\nBITMAP\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\nFF83FE\n0F003E\n0F003E\n0F003E\n0F003E\n1F003C\n1F007C\n3E00FC\nFE03F8\nFC01F0\n7001C0\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 21 54 3 0\nBITMAP\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\n03FC00\nENDCHAR\nSTARTCHAR 2021\nENCODING 8225\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 54 2 0\nBITMAP\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\n01FE00\nENDCHAR\nSTARTCHAR 2022\nENCODING 8226\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 20 20 4 15\nBITMAP\n01F800\n07FF00\n1FFF80\n3FFFC0\n3FFFE0\n7FFFE0\n7FFFE0\n7FFFF0\nFFFFF0\nFFFFF0\nFFFFF0\nFFFFF0\n7FFFF0\n7FFFE0\n7FFFE0\n3FFFE0\n3FFFC0\n1FFF80\n07FF00\n01F800\nENDCHAR\nSTARTCHAR 2026\nENCODING 8230\nSWIDTH 615 0\nDWIDTH 41 0\nBBX 36 9 2 0\nBITMAP\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nFF83FE1FF0\nENDCHAR\nSTARTCHAR 2030\nENCODING 8240\nSWIDTH 1380 0\nDWIDTH 92 0\nBBX 86 54 3 0\nBITMAP\n01FF00003F000000000000\n07FFC0007F000000000000\n1FFFF0007F000000000000\n3FFFF8007E000000000000\n3FFFF8007E000000000000\n7FFFFC00FE000000000000\n7FEFFC00FC000000000000\nFF83FE00FC000000000000\nFF01FE01FC000000000000\nFF01FE01FC000000000000\nFF01FE01F8000000000000\nFF01FE01F8000000000000\nFF01FE03F8000000000000\nFF01FE03F0000000000000\nFF01FE03F0000000000000\nFF01FE07F0000000000000\nFF01FE07F0000000000000\nFF01FE07E0000000000000\nFF01FE07E0000000000000\nFF01FE0FE0000000000000\nFF01FE0FC0000000000000\nFF01FE0FC0000000000000\nFF83FE1FC0000000000000\n7FCFFC1FC0000000000000\n7FFFFC1F80000000000000\n3FFFF81F803FF80007FF00\n3FFFF83F80FFFE001FFFC0\n1FFFF03F03FFFF003FFFE0\n07FFC03F03FFFF807FFFF0\n01FF007F07FFFFC0FFFFF8\n0000007F07FFFFC0FFFFF8\n0000007E0FF87FC1FF07FC\n0000007E0FF03FE1FE03FC\n000000FE0FF01FE1FE03FC\n000000FE0FF01FE1FE03FC\n000000FC0FE01FE1FE03FC\n000001FC1FE01FE1FE03FC\n000001FC1FE01FE1FE03FC\n000001F81FE01FE1FE03FC\n000001F81FE01FE1FE03FC\n000003F81FE01FE1FE03FC\n000003F81FE01FE1FE03FC\n000003F00FE01FE1FE03FC\n000007F00FF01FE1FE03FC\n000007F00FF01FE1FE03FC\n000007E00FF01FE1FE03FC\n000007E00FF83FC1FF07FC\n00000FE00FFCFFC0FF9FF8\n00000FE007FFFFC0FFFFF8\n00000FC007FFFF807FFFF0\n00000FC003FFFF807FFFF0\n00001FC001FFFF003FFFE0\n00001F8000FFFC000FFF80\n00001F80001FF00003FE00\nENDCHAR\nSTARTCHAR 2039\nENCODING 8249\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 14 34 2 2\nBITMAP\n0004\n000C\n001C\n003C\n007C\n00FC\n01FC\n01FC\n03FC\n07FC\n0FF8\n1FF0\n3FE0\n7FC0\nFF80\nFF00\nFE00\nFE00\nFF00\nFF80\n7FC0\n3FE0\n1FF0\n0FF8\n07FC\n03FC\n01FC\n00FC\n00FC\n007C\n003C\n001C\n000C\n0004\nENDCHAR\nSTARTCHAR 203A\nENCODING 8250\nSWIDTH 285 0\nDWIDTH 19 0\nBBX 14 35 3 5\nBITMAP\n8000\nC000\nE000\nE000\nF000\nF800\nFC00\nFE00\nFF00\nFF80\n7FC0\n3FC0\n1FE0\n0FF0\n07F8\n03FC\n01FC\n00FC\n01FC\n03FC\n07F8\n0FF0\n1FE0\n7FC0\nFF80\nFF00\nFE00\nFE00\nFC00\nF800\nF000\nE000\nC000\n8000\n8000\nENDCHAR\nSTARTCHAR 2044\nENCODING 8260\nSWIDTH 270 0\nDWIDTH 18 0\nBBX 18 54 0 0\nBITMAP\n001FC0\n003FC0\n003F80\n003F80\n003F80\n003F80\n007F80\n007F00\n007F00\n007F00\n007F00\n00FF00\n00FF00\n00FE00\n00FE00\n00FE00\n00FE00\n01FE00\n01FC00\n01FC00\n01FC00\n01FC00\n03FC00\n03F800\n03F800\n03F800\n03F800\n07F800\n07F000\n07F000\n07F000\n07F000\n0FF000\n0FF000\n0FE000\n0FE000\n0FE000\n0FE000\n1FE000\n1FC000\n1FC000\n1FC000\n1FC000\n3FC000\n3F8000\n3F8000\n3F8000\n3F8000\n7F8000\n7F0000\n7F0000\n7F0000\n7F0000\nFF0000\nENDCHAR\nSTARTCHAR 2074\nENCODING 8308\nSWIDTH 390 0\nDWIDTH 26 0\nBBX 23 37 2 17\nBITMAP\n001FE0\n001FE0\n003FE0\n003FE0\n007FE0\n007FE0\n00FFE0\n00FFE0\n01FFE0\n01FFE0\n03FFE0\n03FFE0\n07DFE0\n07DFE0\n0F9FE0\n0F9FE0\n1F1FE0\n1F1FE0\n3E1FE0\n3E1FE0\n7C1FE0\n7C1FE0\nF81FE0\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\n001FE0\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 34 56 0 -1\nBITMAP\n0000200000\n000FFFC000\n003FFFF000\n00FFFFF800\n01FFFFFC00\n01FFFFFE00\n03FFFFFF00\n07FFFFFF00\n07FE03FF80\n07FE01FF80\n0FFC00FF80\n0FFC00FF80\n0FFC00FF80\n0FFC00FF80\n0FF800FFC0\n0FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF800FFC0\n1FF8000000\n1FF8000000\nFFFFF00000\nFFFFF00000\nFFFFF00000\nFFFFF00000\n1FF8000000\n1FF8000000\n1FF8000000\n1FF8000000\n1FF8000000\nFFFFF00000\nFFFFF00000\nFFFFF00000\nFFFFF00000\n1FF8000000\n1FF8000000\n1FF8000000\n1FF800FFC0\n1FF800FFC0\n0FF800FFC0\n0FF800FFC0\n0FFC00FF80\n0FFC00FF80\n0FFC00FF80\n0FFC00FF80\n0FFC01FF80\n07FE01FF80\n07FF03FF00\n03FFFFFF00\n03FFFFFE00\n01FFFFFE00\n00FFFFFC00\n007FFFF800\n003FFFF000\n000FFF8000\n0000200000\nENDCHAR\nSTARTCHAR 2113\nENCODING 8467\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 31 63 5 0\nBITMAP\n00000FE0\n00003FF0\n00007FF8\n0000FFFC\n0001FFFC\n0001FFFC\n0003FFFE\n0003FFFE\n0003FFFE\n0003E0FE\n0003E07C\n0003E07C\n0003E07C\n0007E07C\n0007E0F8\n0007C0F8\n0007C1F8\n0007C1F0\n0007C3F0\n000FC3E0\n000FC7E0\n000F87C0\n000F8FC0\n000F9F80\n000F9F00\n001FBF00\n001FFE00\n001F7C00\n001FFC00\n001FF800\n001FF000\n003FE000\n003FE000\n003FC000\n003F8000\n003F0000\n003E0000\n007E0000\n00FE0000\n00FE0000\n01FC0000\n03FC0000\n07FC0000\n0FFC0000\n0FFC0000\n1FFC0000\n3FF80000\n7EF80000\n7CF80000\nF8F80000\n71F80000\n31F80000\n01F00000\n01F00000\n01F00400\n01F80E00\n01F81F00\n00FC7F00\n00FFFE00\n00FFFC00\n007FF800\n003FE000\n000F0000\nENDCHAR\nSTARTCHAR 2116\nENCODING 8470\nSWIDTH 1005 0\nDWIDTH 67 0\nBBX 60 55 4 -1\nBITMAP\nFE000FF000000000\nFF000FF000000000\nFF000FF000000000\nFF000FF000000000\nFF800FF000000000\nFF800FF000000000\nFFC00FF000000000\nFFC00FF000000000\nFFE00FF000000000\nFFE00FF000000000\nFFF00FF000000000\nFFF00FF000000000\nFFF00FF000000000\nFFF80FF000000000\nFFF80FF000000000\nFFFC0FF000010000\nFFFC0FF0007FF800\nFFFE0FF001FFFE00\nFFFE0FF003FFFF00\nFFFF0FF007FFFF80\nFFFF0FF007FFFFC0\nFFFF0FF00FFFFFC0\nFFFF8FF00FF87FE0\nFF7F8FF01FF03FE0\nFF7FCFF01FF03FE0\nFF7FCFF01FF03FE0\nFF3FEFF01FF03FE0\nFF3FEFF01FF03FF0\nFF1FFFF01FF01FF0\nFF1FFFF01FF01FF0\nFF0FFFF01FF01FF0\nFF0FFFF01FF01FF0\nFF07FFF01FF01FF0\nFF07FFF01FF01FF0\nFF07FFF01FF01FF0\nFF03FFF01FF01FF0\nFF03FFF01FF01FF0\nFF01FFF01FF01FF0\nFF01FFF01FF01FF0\nFF00FFF01FF01FF0\nFF00FFF01FF01FF0\nFF00FFF01FF01FF0\nFF007FF01FF03FF0\nFF007FF01FF03FF0\nFF003FF01FF03FE0\nFF003FF01FF03FE0\nFF001FF01FF03FE0\nFF001FF00FF87FE0\nFF001FF00FFFFFC0\nFF000FF007FFFFC0\nFF000FF007FFFF80\nFF0007F003FFFF00\nFF0007F001FFFE00\nFF0003F0007FF800\n0000000000010000\nENDCHAR\nSTARTCHAR 2122\nENCODING 8482\nSWIDTH 795 0\nDWIDTH 53 0\nBBX 45 31 4 23\nBITMAP\nFFFFC7E001F8\nFFFFC7E001F8\nFFFFC7F003F8\nFFFFC7F003F8\nFFFFC7F003F8\nFFFFC7F807F8\n03F007F807F8\n03F007F807F8\n03F007FC0FF8\n03F007FC0FF8\n03F007FC0FF8\n03F007FC1FF8\n03F007FE1FF8\n03F007FE1FF8\n03F007FE1FF8\n03F007FF3EF8\n03F007DF3EF8\n03F007DF3EF8\n03F007DFFCF8\n03F007CFFCF8\n03F007CFFCF8\n03F007CFF8F8\n03F007C7F8F8\n03F007C7F8F8\n03F007C7F0F8\n03F007C3F0F8\n03F007C3F0F8\n03F007C3E0F8\n03F007C1E0F8\n03F007C1E0F8\n03F007C1E0F8\nENDCHAR\nSTARTCHAR 212E\nENCODING 8494\nSWIDTH 450 0\nDWIDTH 30 0\nBBX 24 40 3 0\nBITMAP\n00FF80\n07FFF0\n1FFFF8\n3FC1FC\n3F80FE\n7F80FE\n7F007E\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFF007F\nFFFFFF\nFFFFFF\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF001F\nFF001F\nFF001F\nFF001F\nFF001F\nFF001F\nFF001F\n7F001F\n7F001F\n7F803E\n3F803E\n1FC07C\n0FFFF8\n03FFF0\n001E00\nENDCHAR\nSTARTCHAR 2202\nENCODING 8706\nSWIDTH 510 0\nDWIDTH 34 0\nBBX 30 55 2 0\nBITMAP\n003F8000\n007FF000\n007FFC00\n007FFE00\n00FFFF00\n00FFFF80\n0007FFC0\n0000FFE0\n00003FE0\n00001FF0\n00000FF0\n00000FF0\n000007F8\n000007F8\n000003F8\n000003F8\n000003F8\n000003FC\n00FF83FC\n03FFE3FC\n07FFFBFC\n0FFFFFFC\n1FFFFFF8\n1FFFFFF8\n3FF81FF8\n3FE007F8\n3FE007F8\n3FC007F8\n3FC007F8\n3FC007F8\n3FC00FF8\n3FC00FF8\n7FC00FF8\n7FC00FF8\n7FC00FF0\n7FC00FF0\n7FC00FF0\n7F800FF0\n7F800FF0\n7F801FF0\n7F801FF0\nFF801FF0\nFF801FE0\nFF801FE0\nFF801FE0\n7F803FE0\n7FC03FC0\n7FC07FC0\n7FFBFFC0\n3FFFFF80\n1FFFFF00\n0FFFFE00\n07FFFC00\n01FFF800\n003FC000\nENDCHAR\nSTARTCHAR 220F\nENCODING 8719\nSWIDTH 585 0\nDWIDTH 39 0\nBBX 31 67 4 -13\nBITMAP\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nFF8003FE\nENDCHAR\nSTARTCHAR 2211\nENCODING 8721\nSWIDTH 420 0\nDWIDTH 28 0\nBBX 23 67 2 -13\nBITMAP\nFFFFFE\nFFFFFE\nFFFFFE\n7FFFFE\n7FFFFE\n7FFFFE\n3FFFFE\n3FE000\n3FE000\n3FE000\n1FF000\n1FF000\n1FF000\n0FF800\n0FF800\n0FF800\n07FC00\n07FC00\n07FC00\n07FE00\n03FE00\n03FE00\n03FF00\n01FF00\n01FF00\n01FF80\n00FF80\n00FF80\n00FFC0\n00FFC0\n007FC0\n007FE0\n007FE0\n007FC0\n007FC0\n007FC0\n00FFC0\n00FF80\n00FF80\n01FF80\n01FF00\n01FF00\n01FF00\n03FE00\n03FE00\n03FE00\n07FC00\n07FC00\n07FC00\n07F800\n0FF800\n0FF800\n0FF800\n1FF000\n1FF000\n1FF000\n1FE000\n3FE000\n3FE000\n3FC000\n7FFFFE\n7FFFFE\n7FFFFE\n7FFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 21 5 4 24\nBITMAP\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 2215\nENCODING 8725\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 54 2 0\nBITMAP\n0000FC\n0001FC\n0001F8\n0001F8\n0003F8\n0003F8\n0003F0\n0003F0\n0007F0\n0007E0\n0007E0\n000FE0\n000FE0\n000FC0\n000FC0\n001FC0\n001F80\n001F80\n003F80\n003F80\n003F00\n003F00\n007F00\n007E00\n007E00\n007E00\n00FE00\n00FC00\n00FC00\n01FC00\n01F800\n01F800\n01F800\n03F800\n03F000\n03F000\n07F000\n07E000\n07E000\n07E000\n0FE000\n0FC000\n0FC000\n1FC000\n1F8000\n1F8000\n1F8000\n3F8000\n3F0000\n3F0000\n7F0000\n7F0000\n7E0000\nFE0000\nENDCHAR\nSTARTCHAR 2219\nENCODING 8729\nSWIDTH 195 0\nDWIDTH 13 0\nBBX 9 8 2 21\nBITMAP\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR 221A\nENCODING 8730\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 35 54 1 0\nBITMAP\n0000003FE0\n0000003FC0\n0000003FC0\n0000007FC0\n0000007FC0\n0000007FC0\n0000007F80\n0000007F80\n0000007F80\n000000FF80\n000000FF80\n000000FF00\n000000FF00\n000000FF00\n000001FF00\n000001FE00\nFFFE01FE00\nFFFE01FE00\nFFFE01FE00\nFFFF01FE00\nFFFF03FC00\n01FF03FC00\n00FF03FC00\n00FF03FC00\n00FF83FC00\n00FF87F800\n00FF87F800\n007F87F800\n007F87F800\n007F87F000\n007FC7F000\n007FC7F000\n003FCFF000\n003FCFF000\n003FCFE000\n003FCFE000\n001FEFE000\n001FEFE000\n001FEFE000\n001FFFC000\n001FFFC000\n000FFFC000\n000FFFC000\n000FFF8000\n000FFF8000\n000FFF8000\n0007FF8000\n0007FF8000\n0007FF0000\n0007FF0000\n0007FF0000\n0003FF0000\n0003FF0000\n0003FE0000\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 645 0\nDWIDTH 43 0\nBBX 40 23 2 6\nBITMAP\n01E0000000\n07FE003F80\n1FFF00FFE0\n3FFFC3FFF0\n3FFFE7FFF8\n7FFFFFFFFC\n7FFFFFFFFC\nFFFFFFFFFE\nFE0FFFF1FE\nFC03FFE0FE\nFC01FF807E\nFC00FF007F\nFC01FF807F\nFC03FFC07E\nFE07FFE0FE\nFF1FFFFBFE\nFFFFFFFFFE\n7FFFFFFFFC\n7FFFE7FFFC\n3FFFC3FFF8\n1FFF81FFF0\n0FFF00FFE0\n07FC001F00\nENDCHAR\nSTARTCHAR 222B\nENCODING 8747\nSWIDTH 345 0\nDWIDTH 23 0\nBBX 20 68 1 -13\nBITMAP\n000200\n003FF0\n00FFF0\n01FFF0\n01FFF0\n03FFF0\n03FFF0\n03FF10\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FE00\n07FC00\n07FC00\n0FFC00\nFFFC00\nFFFC00\nFFFC00\nFFF800\nFFF000\nFFE000\n1C0000\nENDCHAR\nSTARTCHAR 2248\nENCODING 8776\nSWIDTH 465 0\nDWIDTH 31 0\nBBX 27 24 2 16\nBITMAP\n03E00000\n07F80100\n1FFE0380\n3FFFCFC0\n7FFFFFE0\nFFFFFFC0\n7FFFFFC0\n3C1FFF80\n1807FF00\n1001FC00\n00002000\n00000000\n00000000\n00C00000\n07F80100\n0FFE0380\n1FFF87C0\n3FFFFFE0\nFFFFFFE0\n7FFFFFC0\n3E3FFF80\n380FFF00\n1003FE00\n00007800\nENDCHAR\nSTARTCHAR 2260\nENCODING 8800\nSWIDTH 435 0\nDWIDTH 29 0\nBBX 22 54 4 0\nBITMAP\n0001FC\n0001F8\n0003F8\n0003F8\n0003F0\n0003F0\n0007F0\n0007E0\n0007E0\n000FE0\n000FE0\n000FC0\n000FC0\n001FC0\n001F80\n001F80\n003F80\n003F80\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n00FE00\n00FC00\n00FC00\n01FC00\n01F800\n01F800\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n07E000\n0FE000\n0FE000\n0FC000\n0FC000\n1FC000\n1F8000\n1F8000\n3F8000\n3F8000\n3F0000\n3F0000\n7F0000\n7E0000\n7E0000\nFE0000\nFE0000\nFC0000\nENDCHAR\nSTARTCHAR 2264\nENCODING 8804\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 21 44 2 1\nBITMAP\n000008\n000038\n000078\n0001F8\n0003F8\n0007F8\n001FF8\n003FF8\n00FFF0\n01FFE0\n07FFC0\n0FFF00\n3FFE00\n7FF800\n7FF000\n7FC000\n7F8000\n7F0000\n7F8000\n7FC000\n7FF000\n7FF800\n3FFE00\n0FFF00\n07FF80\n01FFE0\n00FFF0\n007FF8\n001FF8\n000FF8\n0003F8\n0001F8\n000078\n000038\n000008\n000000\n000000\n000000\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nENDCHAR\nSTARTCHAR 2265\nENCODING 8805\nSWIDTH 405 0\nDWIDTH 27 0\nBBX 22 45 3 0\nBITMAP\n800000\n400000\n700000\n780000\n7E0000\n7F0000\n7FC000\n7FE000\n7FF000\n3FFC00\n1FFE00\n0FFF80\n03FFC0\n01FFF0\n007FF8\n003FF8\n000FF8\n0007F8\n0003F8\n000FF8\n001FF8\n007FF8\n00FFF8\n01FFE0\n07FFC0\n0FFF00\n3FFE00\n7FF800\n7FF000\n7FC000\n7F8000\n7E0000\n7C0000\n700000\n600000\n400000\n000000\n000000\n000000\n7FFFFC\n7FFFFC\n7FFFFC\n7FFFFC\n7FFFFC\n7FFFFC\nENDCHAR\nSTARTCHAR 25CA\nENCODING 9674\nSWIDTH 480 0\nDWIDTH 32 0\nBBX 28 38 2 1\nBITMAP\n000F0000\n001F8000\n003FC000\n003FC000\n007FE000\n007FF000\n00FFF000\n01F9F800\n01F1FC00\n03F0FC00\n07E07E00\n07E07E00\n0FC03F00\n0F801F80\n1F801F80\n3F000FC0\n3F000FE0\n7E0007E0\nFC0003F0\n7E0003E0\n7E0007E0\n3F000FC0\n3F800FC0\n1F801F80\n0FC01F00\n0FC03F00\n07E07E00\n03E07C00\n03F0FC00\n01F8F800\n00F9F800\n00FFF000\n007FE000\n007FE000\n003FC000\n001FC000\n001F8000\n000F0000\nENDCHAR\nSTARTCHAR FB00\nENCODING 64256\nSWIDTH 555 0\nDWIDTH 37 0\nBBX 36 52 1 0\nBITMAP\n003FE01FF0\n00FFE07FF0\n01FFE0FFF0\n03FFE1FFF0\n07FFE3FFF0\n07FFE3FFF0\n07FF63FFB0\n07FC03FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\nFFFFFFFFF0\nFFFFFFFFF0\nFFFFFFFFF0\nFFFFFFFFF0\nFFFFFFFFF0\nFFFFFFFFF0\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\nENDCHAR\nSTARTCHAR FB01\nENCODING 64257\nSWIDTH 525 0\nDWIDTH 35 0\nBBX 30 52 1 0\nBITMAP\n003FE3FC\n00FFE3FC\n01FFE3FC\n03FFE3FC\n03FFE3FC\n07FFE3FC\n07FF63FC\n07FC03FC\n0FFC0000\n0FFC0000\n0FF80000\n0FF80000\n0FF80000\n0FF80000\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\nFFFFFFFC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\n0FF807FC\nENDCHAR\nSTARTCHAR FB02\nENCODING 64258\nSWIDTH 540 0\nDWIDTH 36 0\nBBX 32 54 1 0\nBITMAP\n0007FF80\n003FFFFE\n00FFFFFF\n01FFFFFF\n03FFFFFF\n03FFFFFF\n07FFCFFF\n07FE03FF\n07FC03FF\n0FFC03FF\n0FFC03FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\nFFFFC3FF\nFFFFC3FF\nFFFFC3FF\nFFFFC3FF\nFFFFC3FF\nFFFFC3FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\n0FF803FF\nENDCHAR\nSTARTCHAR FB03\nENCODING 64259\nSWIDTH 780 0\nDWIDTH 52 0\nBBX 47 52 1 0\nBITMAP\n003FC01FE3FE\n00FFC0FFE3FE\n03FFC1FFE3FE\n03FFC1FFE3FE\n07FFC3FFE3FE\n07FFC3FFE3FE\n07FE47FF23FE\n0FFC07FE03FE\n0FFC07FC0000\n0FF807FC0000\n0FF807FC0000\n0FF807FC0000\n0FF807FC0000\n0FF807FC0000\nFFFFFFFFFFFE\nFFFFFFFFFFFE\nFFFFFFFFFFFE\nFFFFFFFFFFFE\nFFFFFFFFFFFE\nFFFFFFFFFFFE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\n0FF807FC03FE\nENDCHAR\nSTARTCHAR FB04\nENCODING 64260\nSWIDTH 780 0\nDWIDTH 52 0\nBBX 46 52 1 0\nBITMAP\n003FE03FE7FC\n00FFE0FFE7FC\n01FFE1FFE7FC\n03FFE3FFE7FC\n07FFE7FFE7FC\n07FFE7FFE7FC\n07FF67FF67FC\n07FC07FC07FC\n0FFC0FFC0000\n0FFC0FFC0000\n0FFC0FFC0000\n0FFC0FFC0000\n0FFC0FFC0000\n0FFC0FFC0000\nFFFFFFFFE7FC\nFFFFFFFFE7FC\nFFFFFFFFE7FC\nFFFFFFFFE7FC\nFFFFFFFFE7FC\nFFFFFFFFE7FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\n0FFC0FFC07FC\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/heydings_icons.14.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\heydings_icons.ttf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-Heydings Icons-Medium-R-Normal--19-140-100-100-P-148-ISO10646-1\nSIZE 14 100 100\nFONTBOUNDINGBOX 18 17 0 -1\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"Heydings Icons\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 19\nPOINT_SIZE 140\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 148\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 19\nFONT_DESCENT 0\nCOPYRIGHT \"Copyright (c) 2011, Heydon Pickering (http://www.heydonworks.com | heydon@heydonworks.com),  with Reserved Font Name 'Heydings Icons'. This Font Software is licensed under the SIL Open Font License, Version 1.1.  This license is available with a FAQ at: http://scripts.sil.org/OFL\"\n_OTF_FONTFILE \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\heydings_icons.ttf\"\n_OTF_PSNAME \"Heydings Icons\"\nENDPROPERTIES\nCHARS 60\nSTARTCHAR 0021\nENCODING 33\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n0080\n01C0\n03C0\n0360\n0660\n06B0\n0CB0\n0C98\n1898\n188C\n308C\n3006\n6186\n6083\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 16 2 -1\nBITMAP\n0200\n17C0\n1FF0\n7FF0\n7FFC\n7FFC\nFFFE\n7FFE\nFFFC\nFFFE\n7FFC\n7FF8\n3FFC\n3FF0\n27A0\n0480\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n07F0\n1FF8\n3FFC\n7FFE\n7E3F\nFE3F\nFE3F\nF007\nF007\nFE3F\n7E3F\n7E3F\n3FFE\n3FFC\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 002D\nENCODING 45\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n07F0\n1FF8\n3FFC\n7FFE\n7FFF\nFFFF\nFFFF\nF007\nF007\nFFFF\nFFFF\n7FFF\n7FFE\n3FFC\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n0770\n1F78\n0F7C\n677E\n737F\nFB7F\nFD7F\nFE7F\nFE7F\nF9FF\n67FF\n0FFF\n3FFE\n3FFC\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 0\nBITMAP\n7F80\n7FE0\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nFFE8\nFFC0\nF3C0\n03C0\n0380\n0300\n0700\n0600\n0200\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 14 1 0\nBITMAP\n07E0\n0420\n0420\n07E0\n07E0\n07F0\n0080\n0080\n7EBF\n42A1\n43E1\n7E3F\n7E3F\nFF7F\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n07F0\n1E78\n380C\n7006\n6003\nC083\nC081\nC081\nC2E1\nCEF9\n7CBF\n7DFF\n3DFE\n3E3C\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 12 16 3 -1\nBITMAP\nFFF0\nFFD0\nFFF0\nBFF0\nB8F0\nB8F0\nBFF0\nBFF0\nFFF0\n8010\nBFF0\nB8F0\nB8F0\nBFF0\n8010\nFFF0\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 0\nBITMAP\n0600\n0600\n0600\n0600\n0E00\n1C00\n1E70\n3FF8\n7FF0\nFFF8\nFFF8\nFFF8\nFFF8\nFFF0\n7FF0\n1FE0\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 17 1 -1\nBITMAP\n018000\n018000\n07F000\n1FF800\n198C00\n318E00\n300600\n600600\nFC3F80\n7C0780\n600600\n318600\n398C00\n1FB800\n0FF000\n01C000\n018000\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 0\nBITMAP\n0F00\n0F80\n1FC0\n1FC0\n1F80\n0F80\n0000\n3DE0\n7FF0\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 16 5 0\nBITMAP\n7F00\nFF80\nFFC0\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nFF00\nE700\nC300\nC100\n8100\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n06C0\n07F8\n3FF8\n3FFE\n3C1E\n780E\n700F\n7007\nF007\nF007\n380F\n781E\n3F7C\n1FFC\n1FF0\n03B0\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 -1\nBITMAP\nFFC0\n80C0\n80A0\n8090\n80F8\n8008\n8008\nBFC8\nBF88\nBF88\nBFC8\n8008\nBE08\n8008\n8008\nFFF8\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 15 1 0\nBITMAP\n03E0\n0E70\n1818\n300C\n6006\nC001\nC003\nB005\n8BE9\n8411\n8809\n9005\nA007\nC003\nFFFF\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 15 1 -1\nBITMAP\n0C00\n3FFE\n7FFE\n0000\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n001C\n0038\n0030\n0031\n003F\n007F\n00FC\n01E0\n03C0\n1F80\n7F00\n7E00\nCE00\n8600\n0E00\n1C00\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 16 2 -1\nBITMAP\n0130\n03B0\n06F0\n0D70\n1BB0\n37D0\n6FE8\nDFF4\n3FF0\n3FF0\n3FF0\n3CF0\n3C70\n3C70\n3C70\n3C70\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 12 1 0\nBITMAP\n1E00\n1E00\n7F0E\nFFFF\nEDE1\nD2FF\nA17F\nA17F\nA1FF\nD6FF\nE1FF\nFFFF\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 16 2 0\nBITMAP\n3690\nFFFE\nB696\n9096\n8006\nBFF6\nBF86\nBF86\nBFC6\n8006\nBFE6\n8006\nBF06\n8006\n8006\nFFFE\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 8 16 5 0\nBITMAP\n08\n1C\n1C\n0C\n1C\n1C\n3C\n3C\n3E\n7F\nFF\nFF\nF7\nE7\n67\n3C\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 16 2 0\nBITMAP\n07C0\n1FE0\n3830\n3018\n3018\n3018\n3018\nFFFC\nFFFC\nFCFC\nFC7C\nFC7C\nFCFC\nFCFC\nFFFC\nFFFC\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 -1\nBITMAP\n0078\n01FE\n0183\n0303\n0201\n0201\n0301\n0303\n0186\n07FC\n0E00\n1E00\n3C00\n7800\nF000\nE000\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n07F0\n1E78\n388C\n71C6\n6083\nC083\nC1C1\nCE71\nC241\nC1C1\n4083\n6083\n31C6\n388C\n1FF8\n07E0\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\nFFFF\nFFFF\nFFFF\nFFF3\nFFE3\nFFC7\nFF8F\nE71F\nE23F\nE03F\nF07F\nFC7F\nFCFF\nFEFF\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 9 15 5 0\nBITMAP\n3E00\n7F00\nFF80\nE780\nE380\nF780\nFF00\n7F00\n3E00\n3E00\n3C00\n1C00\n1C00\n1800\n0800\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\nFFFF\nFE3F\nF81F\nF9CF\nF3CF\nF3CF\nFF8F\nFF1F\nFF3F\nFE7F\nFE7F\nFFFF\nFE7F\nFE3F\nFF7F\n7FFF\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n7FFF\nFFFF\nE7FF\nE0FF\nE03F\nFE1F\nFF0F\nE18F\nE0C7\nF867\nFC63\nE623\nE233\nE633\nFFFF\nFFFF\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 12 1 -1\nBITMAP\n03C0\n0FF0\n0808\n1008\n1004\nFFFF\n44A7\n7FFE\n24A6\n3FFC\n34A4\n1FFC\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 -1\nBITMAP\n0700\n0700\n0600\n1FC0\n30E0\n6230\nC210\n8298\n8388\n8208\n8018\n8018\nC010\n6030\n38E0\n0F80\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 15 3 0\nBITMAP\nFFF8\n8018\n8018\nFFF8\nFFF8\nC2B8\nC2B8\nFFF8\nC2B8\nFFF8\nC2B8\nFFB8\nC2B8\nC2B8\nFFF8\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 16 2 -1\nBITMAP\n000C\n0194\n76B4\nD4B0\nB600\nC000\nDA5A\nD2D6\nB4B6\nFFFE\nFEFE\nFEFE\nFEFE\nFEFE\nFEFE\nFFFE\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 15 2 0\nBITMAP\n0780\n04C0\n0440\n07C0\n0380\n3FF0\n3FF0\n3FF8\n3FF8\n7FF8\n7FFC\n7FFC\nFFFC\nFFFE\nFFFE\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n7FFF\nFFFF\nF7F7\nE3E3\nE1C3\nF087\nF80F\nFC1F\nFC1F\nF80F\nF087\nE1C3\nE3E3\nF7F7\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 13 1 0\nBITMAP\n0004\n003C\n07FC\n1FFC\n1FFC\n4001\nDFFD\nC001\nDFFD\nC001\nDFFD\nC001\nFFFF\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 15 1 -1\nBITMAP\n0C00\n3FFE\n7FFE\n0000\nFFFF\nFFE7\nFFFF\nFFF1\nFFFF\nFFE7\nFFFF\nFFF1\nFFFF\nFFE7\nFFFF\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 -1\nBITMAP\n000C\n001F\n0031\n0061\n00C3\n00B6\n00FC\n00F8\n0FF0\n1B80\n3780\n6580\nC300\nC600\n4C00\n7800\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 16 1 0\nBITMAP\n7FFF00\nC00100\n800180\n800180\n800180\n800180\n800180\n800180\n800180\n800180\n7E3F00\n026000\n034000\n01C000\n018000\n008000\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 15 2 0\nBITMAP\n3690\nFFFE\nF696\n9696\n8006\n9FF6\n9FF6\n9FF6\n9FF6\n9FF6\n9FF6\n9FF6\n8006\n8006\nFFFE\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 7 16 6 0\nBITMAP\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nFE\nFC\n7C\n38\n30\n10\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 15 1 0\nBITMAP\n003F\n001F\nFFBF\nFF7F\nC0FF\nC1F9\nC3F0\nC1E4\nC0CC\nC00C\nC00C\nC00C\nC00C\nFFFC\nFFFC\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 12 16 3 0\nBITMAP\nC000\n0000\n5F00\n5FF0\n5FF0\n5FF0\n5FF0\n5FF0\n5FF0\n40F0\n4000\n4000\n4000\n4000\n4000\n4000\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 13 1 0\nBITMAP\n07F0\n07F0\n07F0\n0080\n0080\n07F0\n07F0\n07F0\n0220\n0430\nFE7F\nFE7F\nFE7F\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 13 1 1\nBITMAP\n3C3E\n7E7F\nFFFF\nFFFF\nFFFF\n7FFF\n7FFE\n3FFE\n1FFC\n0FF8\n07E0\n01C0\n0080\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\nFFFF\nFFFF\nFE3F\nFE3F\nFE3F\nFFFF\nFC7F\nFE7F\nFE7F\nFE7F\nFE7F\nFE7F\nFE7F\nFC1F\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 14 1 0\nBITMAP\nFF7F\nFF7F\nFF7F\nFF7F\n0000\nEFF7\nEFF7\nEFF7\nEFF7\n0000\nFF7F\nFF7F\nFF7F\nFF7F\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 16 4 0\nBITMAP\n1F00\n6180\n40C0\nC040\n8040\n8440\nDE40\n4AC0\n6080\n2180\n3100\n1F00\n0000\n1E00\n0000\n0C00\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 14 1 0\nBITMAP\n0040\n01C4\n03C6\n07DB\nFFC9\nFFCD\nFFC5\nFFCD\nFFCD\nFFDB\n03C6\n01CE\n00C0\n0040\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 16 4 -1\nBITMAP\n7FC0\nFFC0\nC040\nC040\nC040\nC040\nC040\nC040\nC040\nC040\nC040\nC040\nFFC0\nF3C0\nF3C0\nFFC0\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 16 3 0\nBITMAP\n0700\n0500\n0F80\nF0F8\n9F98\n8018\n8018\nC018\nC018\nC018\nC018\nC018\nE018\nE018\nFFF8\nFFF8\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 -1\nBITMAP\n0FF8\n0808\n0808\n0808\n0808\n0808\n0808\nF80F\nF80D\nFFFD\nFFFF\nFFFF\nFFFF\nF80F\n280A\n2FF8\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 16 2 0\nBITMAP\n0A00\n3E00\n7D00\n7D00\nFE00\nFC00\nF000\nF000\n7000\n7010\n7850\n3CE8\n1FF4\n1FF0\n0FF8\n03E0\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 13 4 2\nBITMAP\n00C0\n0180\n0700\n0F00\n1E00\n7FC0\nFF80\n1F00\n1C00\n3800\n7000\n6000\n8000\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 15 2 0\nBITMAP\n0100\n0100\n0300\n0380\n0380\n0780\nFFFC\n3FF8\n1FF0\n0FE0\n0FE0\n1FE0\n1C60\n1830\n0010\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 13 2 0\nBITMAP\n01FC\n07FC\n0FE6\n3FE6\nFFFE\nFFFC\nFFFC\n7FFC\n7FF0\n3FC0\n3F00\n1E00\n0800\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 7 16 6 0\nBITMAP\n10\n30\n38\n7C\nFC\nFE\n38\n38\n38\n38\n38\n38\n38\n38\n38\n38\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 15 1 0\nBITMAP\nC000\nC000\nC0E0\nC0E0\nC0E0\nC0E0\nC0E0\nDCE0\nDCE0\nDCE0\nDCEF\nDCEF\nDCEF\nDCEF\nFFFF\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 15 2 0\nBITMAP\n000E\n001E\n007E\n00FC\n01F8\n03F0\n03F0\n07E0\n07C0\n0B00\n3C00\nE800\nD800\nB000\n7000\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 16 1 0\nBITMAP\n07F0\n1C18\n3004\n6002\n4003\n4C11\nDC39\n8001\n8001\nC001\n4FF1\n47F3\n23C6\n300C\n1C38\n07E0\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/webhostinghub-glyphs.14.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\webhostinghub-glyphs.ttf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-WebHostingHub Glyphs-Medium-R-Normal--19-140-100-100-P-186-ISO10646-1\nSIZE 14 100 100\nFONTBOUNDINGBOX 19 21 0 -1\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"WebHostingHub Glyphs\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 19\nPOINT_SIZE 140\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 186\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 20\nFONT_DESCENT 0\nCOPYRIGHT \"WebHostingHub Glyphs - author WebHostingHub.com - http://webhostinghub.com/glyphs/\"\n_OTF_FONTFILE \"c:\\Users\\Martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\webhostinghub-glyphs.ttf\"\n_OTF_PSNAME \"WebHostingHub-Glyphs\"\nENDPROPERTIES\nCHARS 1508\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n07C0\n1FF0\n7FFC\n701C\nE00E\nE00C\n7000\n7FC0\n1FF0\n07FC\n001C\n600E\nE00E\n701C\n7FFC\n1FF0\n07C0\n0100\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n380F80\n7C1F00\nEE1F00\nC63E00\nEE3E00\n7E7C00\n3C7C00\n00F800\n00F000\n01F000\n01E000\n03E000\n07C780\n07CFC0\n0F8EE0\n0F8C60\n1F0EE0\n1F07C0\n3E0380\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n03F800\n03F800\n03F800\n03F800\n39FBC0\n7FFFC0\n7FFFC0\n7FFFE0\nFFFFE0\nFFFFE0\n1FFF00\n07FC00\n0FFE00\n1FFF00\n3FFF80\n3FBF80\n1F9F00\n0F1E00\n030C00\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n780C\nF80E\nFC0E\nEE0E\nE70E\nE70E\nE38E\nE1CE\nE1CE\nE0EE\nE07E\nE03E\n603C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 720 0\nDWIDTH 14 0\nBBX 10 19 2 0\nBITMAP\n7000\nF800\n3C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\n0C00\nFFC0\n7FC0\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\n400E\n000E\n000E\n000C\n003C\n3FF8\n7FF0\n7000\nE000\nE000\nE000\nE000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\n400E\n000E\n000C\n00FC\n01F8\n00FC\n000C\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600E\n783E\n3FFE\n1FFE\n000E\n000E\n000E\n000E\n000E\n000E\n000C\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE000\nE000\nE000\nE000\nE000\nFFF0\n7FF8\n1FFC\n000C\n000E\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\nFFF0\nFFF8\nF83C\nE00C\nE00E\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\n001C\n000C\n000E\n000E\n000C\n000C\n001C\n0018\n0038\n0030\n0070\n0060\n00C0\n00C0\n0180\n0380\n0300\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\n600C\n7FFC\n3FF8\n7FFC\n600C\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\n600E\n783E\n3FFE\n1FFE\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n71F1C0\nE3FCE0\nE71CE0\nC60C60\nC60C60\nC60C60\nE71CE0\nE3FFE0\n71F7C0\n700000\n3C0000\n1F0000\n0FFC00\n03FC00\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nFFFE\nFFFE\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00C\nFFFC\nFFF8\nFFFC\nE00C\nE00E\nE00E\nE00E\nE00C\nE01C\nFFF8\n7FF0\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE004\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00C\nE01C\nFFF8\n7FF0\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE000\nE000\nE000\nE000\nE000\nE000\nFFF0\nFFF0\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE000\nE000\nE000\nE000\nE000\nE000\nFFF0\nFFF0\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\nE000\n6000\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\nE000\nE000\nE078\nE0FE\nE0FE\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nFFFE\nFFFE\nFFFE\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 7 19 2 0\nBITMAP\n7E\nFE\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nFE\n7E\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n000C\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00C\nFFFC\nFFF8\nFFFC\nE00C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n6000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nF01E\nF83E\nF83E\nFC7E\nEEEE\nE7CE\nE7CE\nE38E\nE10E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nF00E\nF80E\nF80E\nFC0E\nEE0E\nE70E\nE70E\nE38E\nE1CE\nE1CE\nE0EE\nE07E\nE03E\nE03E\nE01E\nE00E\n600C\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00C\nE03C\nFFF8\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\n6000\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE0CE\nE0EE\nE07E\n603C\n701C\n3FFE\n1FF4\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00C\nE03C\nFFF8\nFFFC\nE01C\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\n6000\n7FE0\n3FF8\n0FFC\n000C\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0100\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n701C\n3838\n1C70\n0EE0\n07C0\n0380\n0100\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n610C\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\n638C\n739C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\n701C\n3838\n3838\n1C70\n0EE0\n07C0\n07C0\n0380\n07C0\n07C0\n0EE0\n1C70\n1838\n3838\n701C\nE00E\n600C\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600E\n783E\n3FFE\n1FFE\n000E\n000E\n000E\n000C\n001C\n1FF8\n1FF0\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\n001C\n0038\n0038\n0070\n00E0\n01C0\n01C0\n0380\n0700\n0700\n0E00\n1C00\n3800\n3800\n7000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nFFFE\nFFFE\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00C\nFFFC\nFFF8\nFFFC\nE00C\nE00E\nE00E\nE00E\nE00C\nE01C\nFFF8\n7FF0\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE004\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00C\nE01C\nFFF8\n7FF0\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE000\nE000\nE000\nE000\nE000\nE000\nFFF0\nFFF0\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE000\nE000\nE000\nE000\nE000\nE000\nFFF0\nFFF0\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\nE000\n6000\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\nE000\nE000\nE078\nE0FE\nE0FE\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nFFFE\nFFFE\nFFFE\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 617 0\nDWIDTH 12 0\nBBX 7 19 2 0\nBITMAP\n7E\nFE\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\n18\nFE\n7E\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n000C\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00C\nFFFC\nFFF8\nFFFC\nE00C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n6000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nE000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nF01E\nF83E\nF83E\nFC7E\nEEEE\nE7CE\nE7CE\nE38E\nE10E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nF00E\nF80E\nF80E\nFC0E\nEE0E\nE70E\nE70E\nE38E\nE1CE\nE1CE\nE0EE\nE07E\nE03E\nE03E\nE01E\nE00E\n600C\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00C\nE03C\nFFF8\nFFF0\nE000\nE000\nE000\nE000\nE000\nE000\n6000\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE0CE\nE0EE\nE07E\n603C\n701C\n3FFE\n1FF4\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nE01C\nE00C\nE00E\nE00E\nE00E\nE00E\nE00C\nE03C\nFFF8\nFFFC\nE01C\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FF0\n3FF8\n701C\n600C\nE00E\nE004\nE000\n6000\n7FE0\n3FF8\n0FFC\n000C\n000E\n400E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0380\n0100\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600C\n701C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n701C\n3838\n1C70\n0EE0\n07C0\n0380\n0100\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n610C\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\nE38E\n638C\n739C\n3FF8\n1FF0\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\n701C\n3838\n3838\n1C70\n0EE0\n07C0\n07C0\n0380\n07C0\n07C0\n0EE0\n1C70\n1838\n3838\n701C\nE00E\n600C\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n600C\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\n600E\n783E\n3FFE\n1FFE\n000E\n000E\n000E\n000C\n001C\n1FF8\n1FF0\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\n001C\n0038\n0038\n0070\n00E0\n01C0\n01C0\n0380\n0700\n0700\n0E00\n1C00\n3800\n3800\n7000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n4004\nE00E\n701C\n3838\n1C70\n0EE0\n07C0\n0380\n0380\n03E0\n1FF0\n1FF0\n0380\n1FF0\n1FF0\n0380\n0380\n0380\n0100\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n71F1C0\nE3F8E0\nE71CE0\nC60860\nC60060\nC60860\nE71CE0\nE3F8E0\n71F1C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFFE0\n3FFFE0\n7FC380\n7FC380\nFFC380\nFFC380\nFFC380\nFFC380\n7FC380\n7FC380\n3FC380\n0FC380\n01C380\n01C380\n01C380\n01C380\n01C380\n01C380\n018300\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n300180\n7803C0\nFC07E0\nFE0FE0\n7F1FC0\n3FBF80\n1FFF00\n0FFE00\n07FC00\n03F800\n07FC00\n0FFE00\n1FFF00\n3FBF80\n7F1FC0\nFE0FE0\nFC07E0\n7803C0\n300180\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n00E000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n000000\n00E000\n01F000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR 01C0\nENCODING 448\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000400\n000C00\n000880\n000880\n000980\n000980\n000480\n000480\n000000\n4003C0\nFE07E0\n0787E0\n0387E0\n01E7E0\n00FFE0\n007FE0\n003FC0\n001FC0\n000F00\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n07F000\n01C000\n0FF800\n1FFC00\n3C1E00\n700700\n600300\nE00380\nE00380\nE00380\nE00380\nE00380\n600300\n700700\n380E00\n1E3C00\n0FF800\n03E000\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 1\nBITMAP\n800000\n600000\n700000\n380000\n3E0000\n1F0000\n0F8000\n0FC000\n07E000\n01F800\n00F800\n007C00\n00CE00\n000700\n000380\n0001C0\n0000E0\n000040\nENDCHAR\nSTARTCHAR 2040\nENCODING 8256\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 7 19 6 0\nBITMAP\nFE\n7E\n7C\n38\n38\n38\n38\n3C\n7C\n7C\n7C\n7C\n7E\nFE\nFE\nFE\n7C\n38\n10\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01F000\n07FC00\n0F9E00\n0E0700\n1C0300\n180380\nFFC180\nFFC000\n180000\n180000\n180000\nFFC000\nFFC180\n180380\n1C0300\n0E0700\n0F9E00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR 21B8\nENCODING 8632\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n3FFF80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n1E0F00\nENDCHAR\nSTARTCHAR 21EA\nENCODING 8682\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\n7FFF00\nFFFF80\n7FFF00\n0FF800\n0FF800\n0FF800\n0FF800\n000000\n07F000\n0FF800\n0FF800\n0FF800\nENDCHAR\nSTARTCHAR 2207\nENCODING 8711\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE0D7E0\nC0D7E0\nC16FE0\nC0D7E0\nC16FE0\nC0D7E0\nC16FE0\nC1FFE0\nC0D7E0\nC16FE0\nC0D7E0\nC16FE0\nC0D7E0\nC16FE0\nE16FE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 5 0 7\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\n3E0F80\n7F1FC0\nE3B8E0\nE1F0E0\nC0E060\nE1F0E0\nE3B8E0\n7F1FC0\n3E0F80\nENDCHAR\nSTARTCHAR 2229\nENCODING 8745\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n1FFFC0\n7FFFE0\nFFFFE0\n7FFFE0\n3FFFE0\n00E000\n7FFF00\nFFFFC0\nFFFFE0\nFFFFC0\nFFFF80\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR 22B7\nENCODING 8887\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nFFFFE0\n800020\n8C0020\n9E0020\nBE0020\nBE0020\n9C0620\n800F20\n801FA0\n803FA0\n8E7FA0\n9F3FA0\nBF9FA0\nBFCFA0\n800020\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR 22D4\nENCODING 8916\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n060000\n070000\n138000\n39C000\n1CE000\nCE6000\nE77000\n73F000\n39F000\n1FF000\n0FF800\n03FC00\n003E00\n001F00\n000FC0\n0007E0\n0003E0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR 2407\nENCODING 9223\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n01F000\n07FC00\n0FFE00\n1FFF00\n1FFF00\n1FFF00\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n00E000\nENDCHAR\nSTARTCHAR 2441\nENCODING 9281\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n47FC40\nE7FCE0\nE3F8E0\nF001E0\nF7FDE0\nF7FDE0\nF001E0\nF7FDE0\nF7FDE0\nF7FDE0\n67FCC0\nENDCHAR\nSTARTCHAR 25AD\nENCODING 9645\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR 25B3\nENCODING 9651\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000020\n000060\n0000E0\n0001E0\n0003E0\n0007E0\n000FE0\n001FE0\n003FE0\n007DE0\n00F9E0\n01F1E0\n03E1E0\n07C1E0\n0F81E0\n1FFFE0\n3FFFE0\n7BDDE0\nCAD5A0\nENDCHAR\nSTARTCHAR 262F\nENCODING 9775\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n0FFE00\n1F7F00\n3DFF80\n73FFC0\n731FC0\nE31FE0\nE3FFE0\nC1FFE0\nC07FE0\nC00FE0\nE007E0\nE0E7E0\n70E7C0\n7007C0\n3C0F80\n1F3F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 263A\nENCODING 9786\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n71F1C0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\n77FDC0\n7BFBC0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 263C\nENCODING 9788\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE000E0\nC3C060\nC1F060\nC07860\nE000E0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR 2666\nENCODING 9830\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n2F5E80\n2F5E80\n76EDC0\n76EDC0\nF9F3E0\n000000\nFBFBE0\n7BFBC0\n3DF780\n1DF700\n1DF700\n0EEE00\n06EC00\n02E800\n015000\n015000\n004000\nENDCHAR\nSTARTCHAR 2713\nENCODING 10003\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n000080\n0001C0\n0003E0\n0007E0\n000FC0\n001F80\n003F00\n307E00\n78FC00\nFDF800\nFFF000\n7FE000\n3FC000\n1F8000\n0F0000\n060000\nENDCHAR\nSTARTCHAR E000\nENCODING 57344\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nE00060\nCFFFE0\nCFFFE0\nCFFFE0\nCFFFE0\nCFFFE0\nCC7FE0\nCC7FE0\nEC7FE0\nFFFFE0\nFFFFE0\n0FFFE0\n0FFFE0\n07FFC0\nENDCHAR\nSTARTCHAR F000\nENCODING 61440\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001C00\n001E00\n011F80\n0F1F80\n1F1FC0\n3F1FE0\n7F1FE0\n7F1FE0\nFF0000\nFF0000\nFF0000\nFFFF80\nFFFF00\nFFFF00\n7FFF00\n3FFE00\n3FFC00\n0FF800\n07E000\nENDCHAR\nSTARTCHAR F001\nENCODING 61441\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F7F00\n3C7F80\n707FC0\n707FC0\nE07FE0\nE07FE0\nC07FE0\nC07FE0\nFFFFE0\nE01FE0\nE00FE0\n7007C0\n7003C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F002\nENCODING 61442\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n0A5400\n0AD400\n0AD400\n000000\nEFFCC0\n0FFC00\nEFFCC0\n0FFC00\n6FFC80\nEFFCC0\n0FFC00\nEFFCC0\n0FFC00\nEFFCC0\n000000\n000000\n0AD400\n0A5400\nENDCHAR\nSTARTCHAR F003\nENCODING 61443\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n06EC00\n06EC00\n000000\n000000\n0FFE00\nCFFE60\nCFFE60\n0FFE00\nCFFE60\nCFFE60\nCFFE60\n0FFE00\nCFFE60\nCFFE60\n0FFE00\n000000\n000000\n06EC00\n06EC00\nENDCHAR\nSTARTCHAR F004\nENCODING 61444\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFE0\n7FFFE0\nF000E0\nF00060\nF7FE60\nF7FE60\nF7FE60\n778E60\n77A660\n777660\n77A660\n778E60\nF7FE60\nF7FE60\nF7FE60\nF00060\nF000E0\n7FFFE0\n7FFFE0\nENDCHAR\nSTARTCHAR F005\nENCODING 61445\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nE000E0\nC00060\nCFFE60\n83FE60\nBBFE60\n838E60\nCFA660\nCF7660\nCFA660\n838E60\nBBFE60\n83FE60\nCFFE60\nC00060\nE000E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F006\nENCODING 61446\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3F1F80\n7111C0\n7001C0\nF001E0\nF80BE0\nC01860\nC01060\nC03060\nF833E0\nF061E0\n73F9C0\n7FBFC0\n3F1F80\n1FBF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F007\nENCODING 61447\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07FC00\n07F800\n07E000\n07DF00\n07FF80\n33FFC0\n7DFFC0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n000000\n7FFFC0\nEF00E0\nC60060\nEF00E0\n7FFFC0\nENDCHAR\nSTARTCHAR F008\nENCODING 61448\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nEFBEE0\nC71C60\nC71C60\n831C60\nBB1C60\nBB1860\n831B20\nC71BA0\nC71B20\nC71860\nC60C60\nC6EC60\nC6EC60\nC60C60\nEF1EE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F009\nENCODING 61449\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF87FE0\nF87FE0\nC30060\nF87FE0\nFFFFE0\nFFFFE0\nFFC3E0\nE013E0\nE018E0\nFFC3E0\nFFFFE0\nFFFFE0\nC1CC60\nC1CC60\nE1CCE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F00A\nENCODING 61450\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8F1E20\nDC0760\nF209E0\nF61DE0\nEE1EE0\nE7F0E0\nC1F060\nC1F060\nC1F060\nE1FCE0\nEF0EE0\nF70DE0\nF209E0\nDC0760\n8F1E20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F00B\nENCODING 61451\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n7FFFC0\nFFFFE0\n7FFFC0\n07FC00\nF001E0\nFFFFE0\nFFFFE0\n3FFF80\n804020\nFC07E0\nFFFFE0\nFFFFE0\n1FFF00\nC00060\nFFFFE0\nFFFFE0\n7FFFC0\n0FFE00\nENDCHAR\nSTARTCHAR F00C\nENCODING 61452\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n7FFFC0\nFFFFE0\n7FFFC0\n07FC00\nF001E0\nFFFFE0\nFFFFE0\n3FBF80\n811020\nFD17E0\nFF1FE0\nF803E0\n180300\nCF1E60\nFF1FE0\nFF1FE0\n7FBFC0\n0FFE00\nENDCHAR\nSTARTCHAR F00D\nENCODING 61453\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n7FFFC0\nFFFFE0\n7FFFC0\n07FC00\nF001E0\nFFFFE0\nFFFFE0\n3FFF80\n87FC20\nFC47E0\nFC07E0\nFE0FE0\n1E0F00\nC40460\nFC47E0\nFEEFE0\n7FFFC0\n0FFE00\nENDCHAR\nSTARTCHAR F00E\nENCODING 61454\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7001C0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n4AEA40\n4AEA40\n4AEA40\n4AEA40\n7FFFC0\n7FFFC0\n7FFFC0\n620040\n43FFC0\n620040\nFFFFE0\nFFFFE0\nFFFFE0\n7001C0\nENDCHAR\nSTARTCHAR F00F\nENCODING 61455\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00F000\n01F000\n01F000\n73F9C0\n7FFFC0\nFFFFE0\n7F1FC0\n3E0F80\n3C0780\n3C0780\n3C0780\n3E0F80\n7F1FC0\nFFFFE0\n7FFFC0\n73F9C0\n01F000\n01F000\n01E000\nENDCHAR\nSTARTCHAR F010\nENCODING 61456\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n031800\n031800\n071C00\n060C00\n0E0E00\n0C0600\n080200\nE3F8E0\nFFFFE0\n7FFFC0\n000000\n7FFFC0\n7FFFC0\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F011\nENCODING 61457\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFB860\nFE08E0\nFF1DE0\nFF18E0\nFFB8E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F012\nENCODING 61458\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nE00380\nE00380\nE00380\nE1C380\nE1C380\nE00380\nFFFF80\nFFFF80\nFFFF80\nE00380\nE00380\nE08380\nE1C380\nE00380\nE00380\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F013\nENCODING 61459\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7803C0\n7DF3C0\nFFF3E0\nFF83E0\nFF07E0\nFF1FE0\nFF1FE0\n7FFFC0\n7F1FC0\n3F1F80\n1FFF00\n1FFC00\n0EE000\n1C0000\n100000\nENDCHAR\nSTARTCHAR F014\nENCODING 61460\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n1E0F00\n3E0F80\n7E0FC0\n7FFFC0\nFF1FE0\n860C20\n840420\n840420\n840420\n860C20\nFF1FE0\n7FFFC0\n7E0FC0\n3E0F80\n1E0F00\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F015\nENCODING 61461\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3BFB80\n4E0E40\n9E0F20\nBE0FA0\nFE0FE0\n7FFFC0\nFF1FE0\n860C20\n840420\n840420\n840420\n860C20\nFF1FE0\n7FFFC0\nFE0FE0\nBE0FA0\n9E0F20\n4E0E40\n3BFB80\nENDCHAR\nSTARTCHAR F016\nENCODING 61462\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFE0000\nFC0000\nF80000\n810000\nC33FE0\nE73FE0\nFF0000\n000000\n000000\n000000\nFF0000\nFE0000\nFC0000\nD83FE0\n813FE0\nC33FC0\nE70000\nFF0000\nENDCHAR\nSTARTCHAR F017\nENCODING 61463\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3F1F80\n7111C0\n7005C0\nF019E0\nF83BE0\nC07060\nC0E060\nC04060\nF803E0\nF001E0\n7001C0\n7111C0\n3F1F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F018\nENCODING 61464\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n3FFF80\n7FFFC0\n3FFF80\n03F800\nB80380\n8FFE00\nE000E0\n3FFE60\n0000E0\n580FC0\n43FE00\nF800C0\n9FFF00\nC00080\n7FFE40\n03E0C0\n300780\n0FFE00\nENDCHAR\nSTARTCHAR F019\nENCODING 61465\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\n000000\n000000\n000000\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nENDCHAR\nSTARTCHAR F01A\nENCODING 61466\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\n0001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nFF3FE0\nFF7FE0\nFF7FE0\n7F3FC0\nENDCHAR\nSTARTCHAR F01B\nENCODING 61467\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F9F00\n3C2780\n7007C0\n783FC0\nF01FE0\nE034E0\nE01260\nE00460\nF03C60\nE07FE0\nE0FFE0\n70FFC0\n70FFC0\n3C7F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F01C\nENCODING 61468\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03B800\n0F3E00\n077F00\n337F80\n407FC0\n1C0780\nFC3020\nFE9C20\n4ECC00\n06ECC0\n86F5E0\nC271E0\nF871E0\n7C0000\n7E71C0\n3F7580\n1F7500\n0F3400\n03B000\nENDCHAR\nSTARTCHAR F01D\nENCODING 61469\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n091200\n000000\n000000\n000000\n671CC0\nE71CE0\nC71C60\n000000\n000000\n000000\nC71C60\nE71CE0\n671CC0\n000000\n000000\n000000\n091200\nENDCHAR\nSTARTCHAR F01E\nENCODING 61470\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0780\n7E0FC0\n7E0FC0\n7E0FC0\n7E0FC0\n3C0780\n180300\n7E0FC0\nFF1FE0\n000000\n000000\n380380\n380380\n380380\n380380\n380380\n380380\n1FFF00\n1FFF00\nENDCHAR\nSTARTCHAR F01F\nENCODING 61471\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n019800\n0DCE00\n1C0300\n300180\n6000C0\n41C0C0\nC1C060\n81C060\n81C060\n81C0E0\n81C0E0\nC1C1C0\nC1C3C0\n61C380\n700300\n380000\n1E3800\n0FF800\n03F800\nENDCHAR\nSTARTCHAR F020\nENCODING 61472\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n7FFFE0\n3FFFE0\n1FFFE0\n0FFFE0\n0003E0\n0803E0\n1803E0\n3803E0\n7803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFFFBE0\nFFF1E0\nFFE0E0\nFFC060\nFF8020\nENDCHAR\nSTARTCHAR F021\nENCODING 61473\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF3F00\nFF7C00\nFF7800\nFF7200\nFF0E00\n001E00\nFB3E00\nFB7E00\nFA7F00\nFAFF00\nF8F780\nF1E7C0\n01E7E0\nFDC3E0\nFDC1E0\nFDC0E0\nFCC0C0\nFEE180\nFF2100\nENDCHAR\nSTARTCHAR F022\nENCODING 61474\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0E0000\n1F0000\n3B8000\n71C000\nE0E000\nC06000\nE30000\n738000\n39C600\n1CE700\n0C7380\n0039C0\n0018E0\n00C060\n00E0E0\n0071C0\n003B80\n001F00\n000E00\nENDCHAR\nSTARTCHAR F023\nENCODING 61475\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nCFFE60\nC9FE60\nC90260\nCFFE60\nC00060\nC00060\nC00060\nCFFE60\nC9FE60\nC90260\nCFFE60\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F024\nENCODING 61476\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nC00060\nCDFE60\nEC00E0\nFFFFE0\nE000E0\nC0FE60\nCDFE60\nEC00E0\nFFFFE0\nE000E0\nC9FE60\nCC0060\nEC00E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F025\nENCODING 61477\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nEF00E0\nC60060\nEF00E0\nFFFFE0\n7FFFC0\n00E000\n00E000\n00FFC0\nFFFFE0\nFFFFE0\n000000\n000000\n03F800\n1FFF00\n3FFF80\n1FFF00\n07FC00\nENDCHAR\nSTARTCHAR F026\nENCODING 61478\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\nFFE0\n8020\n8020\n8020\nFFE0\n8020\n8020\nFFE0\n8020\n8020\n8020\nFFE0\nFFE0\nFFE0\nFBE0\nF1E0\nFBE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR F027\nENCODING 61479\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF1FE0\n811020\n811020\nC11060\nFF1FE0\n811020\n811020\nFF1FE0\n811020\n811020\n811020\nFF1FE0\nFF1FE0\nFF1FE0\nDF13E0\n8F13E0\nDF1BE0\nFF1FE0\nFF1FE0\nENDCHAR\nSTARTCHAR F028\nENCODING 61480\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nBFFFA0\nDFFF60\nEFFEE0\nF7FDE0\nFBFBE0\nFDF7E0\nFEEFE0\nFD57E0\nFBBBE0\nF7FDE0\nEFFEE0\nDFFF60\nBFFFA0\n7FFFC0\nENDCHAR\nSTARTCHAR F029\nENCODING 61481\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFFFFE0\nFBF1E0\nF1F1E0\nE0E060\nF0E0E0\nF1F1E0\nF1FBE0\nFFFFE0\n7FFFC0\n00E000\n00E000\n00E000\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F02A\nENCODING 61482\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF00\nFFFF80\nFE3F80\nF80F80\nF00780\nE00380\nE1C380\nE3E380\nE3E380\nE3E380\nE08380\nE00380\nE00380\nE00380\nE00380\nE00380\nF00780\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F02B\nENCODING 61483\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00E000\n01F000\n03F800\n07BC00\n0F1E00\n1E0F00\n3C0780\n7803C0\nF803E0\nF803E0\n7803C0\n380380\n380380\n380380\n380380\n380380\n380380\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F02C\nENCODING 61484\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\n152B00\n15AB00\n15AB00\n15AB00\n000000\n7FFF80\nFFFFC0\n842040\n95AB40\n95AB40\n8C2B40\n95AB40\nFFFFC0\n7FFF80\n000000\n15AB00\n15AB00\n15AB00\n152B00\nENDCHAR\nSTARTCHAR F02D\nENCODING 61485\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\nFFFFE0\nFE0FE0\nC00060\nC00060\nC00060\nC00060\nE000E0\nE000E0\n6000C0\n6000C0\n7001C0\n300180\n380380\n1E0F00\n0F1E00\n07FC00\n01F000\n004000\nENDCHAR\nSTARTCHAR F02E\nENCODING 61486\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\nFFFFE0\nFFFFE0\nC67FE0\nC07FE0\nC07FE0\nC07FE0\nE07FE0\n607FC0\n607FC0\n607FC0\n707FC0\n387F80\n1C7F00\n1E7F00\n0F7E00\n03F800\n01F000\n004000\nENDCHAR\nSTARTCHAR F02F\nENCODING 61487\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n01F7C0\n01F7C0\n01F7C0\n01F7C0\n39F7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F030\nENCODING 61488\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n7C0000\n7C0000\n7CE000\n7DF000\n7DF000\n7DF7C0\n7D83C0\n7D3CC0\n7C6640\n7C8140\n7D8100\n7D0180\n7D0180\n7D8100\n7C8300\n7C7F80\n7D19C0\nFFC0E0\nFFF840\nENDCHAR\nSTARTCHAR F031\nENCODING 61489\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n00E000\n03F800\n0C0600\n087200\n10F100\n107100\n3C0380\n3F07C0\n7F8FE0\nFF8FE0\nFF8FE0\nFF8FE0\nFF87C0\n7FF800\n7FE000\n1C0000\nENDCHAR\nSTARTCHAR F032\nENCODING 61490\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFF8000\nF3C000\nE1E000\nC1F000\nC1F800\nE3FC00\nFFFE00\n7FFF00\n3FFF80\n1FFFC0\n0FFFE0\n07FFE0\n03FFC0\n01FF80\n00FF00\n007E00\n003C00\n001800\nENDCHAR\nSTARTCHAR F033\nENCODING 61491\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFDFFE0\nFDFFE0\nFDFFE0\nFDFFE0\nFDFFE0\nFDFFE0\nFC0000\nFDFFE0\nFDFFE0\nFDC0E0\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC0E0\nFDFFE0\nFDFFE0\nENDCHAR\nSTARTCHAR F034\nENCODING 61492\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n400C00\nF01800\n783000\n783000\n383000\n043020\n023860\n013FC0\n00FF80\n01F800\n03FC00\n0FFF00\n1FFF80\n3F3FC0\n7F1FE0\nDE1FE0\n8C0FE0\nD807E0\n7003C0\nENDCHAR\nSTARTCHAR F035\nENCODING 61493\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0001E0\n0003E0\n000380\n00FF00\n3FFF00\nFFFF00\nFFFF00\n7FFF00\n7FFE00\n7FFE00\n7FFE00\n3FFE00\n3FFE00\n3FFC00\n000000\n041000\n0E3800\n0E3800\n0E3800\nENDCHAR\nSTARTCHAR F036\nENCODING 61494\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFC47E0\nF111E0\nF319E0\nFBFBE0\nE1F0E0\nCFBE60\n4F1E40\n0FBE00\n03F800\n01F000\n03B800\n031800\nENDCHAR\nSTARTCHAR F037\nENCODING 61495\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n3FFF80\nFFFFE0\nFFFFE0\nC60060\nE600E0\nFFFFE0\nFFFFE0\n3FE000\n00E000\n00E000\n7FFFC0\nFFFFE0\nEF00E0\nC60060\nEF00E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F038\nENCODING 61496\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 1\nBITMAP\n00E000\n04E400\n07FC00\n07FC00\n071C00\n1E0F00\n1E0F00\n071C00\n07FC00\n07FC00\n06EC00\n00E000\n004000\n7FFFC0\nEF00E0\nC60060\nEF00E0\n7FFFC0\nENDCHAR\nSTARTCHAR F039\nENCODING 61497\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n800000\nC00000\nFC0000\nFFF000\nDFFC00\nEFFE00\nF3FF00\nF9FF00\n7C7F00\n7F1F80\n7FE780\n3FF900\n1FFC00\n0FFF00\n07FF80\n03FBC0\n0061E0\n0000C0\n000080\nENDCHAR\nSTARTCHAR F03A\nENCODING 61498\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n03F800\n07FC00\n06EC00\n06EC00\n07E000\n03F800\n00FC00\n06EC00\n06EC00\n07FC00\n03F800\n00E000\n7FFFC0\nEF00E0\nC60060\nEF00E0\n7FFFC0\nENDCHAR\nSTARTCHAR F03B\nENCODING 61499\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FC000\n3FF000\n7FF800\n7FFC00\nFFFC00\nFFFC00\nFFFC00\nFFFC80\n7FC180\n7F0180\n3E7F80\n3EFFC0\n30FFE0\n21FFE0\n01FFE0\n01FFE0\n00FFC0\n007F80\n003F00\nENDCHAR\nSTARTCHAR F03C\nENCODING 61500\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nE00180\n7003C0\n380180\n100000\n060000\n070000\n038000\n31C000\n78E000\n307000\n003800\n001C00\n000E00\n000700\n010380\n03C1C0\n0180E0\n028060\nENDCHAR\nSTARTCHAR F03D\nENCODING 61501\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nF001E0\nBFFFA0\nBFFFA0\nF001E0\nB001A0\nF001E0\nB101A0\nF181E0\nB1E1A0\nB1E1A0\nF1C1E0\nB101A0\nF001E0\nB001A0\nF001E0\nF001E0\nBFFFA0\nF001E0\nENDCHAR\nSTARTCHAR F03E\nENCODING 61502\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\n800020\nB00020\nB00020\nB00020\n800020\nFFFFE0\n000000\n000000\n000000\nFFFFE0\n800020\n800020\n932220\nBB3620\n912220\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR F03F\nENCODING 61503\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 17 1 -1\nBITMAP\n3FFF00\n7FFFC0\nFFFFC0\n800040\n9B3740\n9BB740\n800040\n800040\n9BB740\n9BB740\n9BB740\n800040\n9BB740\n800040\nC000C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F040\nENCODING 61504\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nE0F020\nC0FFE0\nC0FFE0\nC0F1E0\nE0F1E0\nE1FFE0\nF1FFE0\nC07020\n807FE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F041\nENCODING 61505\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nC00060\n800020\n800020\n8F0020\n8E0020\n860020\n8620E0\nFFF1E0\nFFF9E0\nFFF1E0\nFFF1E0\nFFF1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F042\nENCODING 61506\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n9F1F00\nFC0780\nF001C0\nF1F1C0\nFA08E0\n0208E0\n020860\nC20860\nC3F800\nE20800\n620BE0\n7209E0\n7001E0\n3C07E0\n1F1F20\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F043\nENCODING 61507\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFE00E0\nFC0060\nFE0060\nFF0060\nFE0060\nFC0060\nF80060\nF00060\nE01860\nE0FC60\nE1FEE0\nC3FFE0\nC7FFE0\nC7FFE0\nEFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F044\nENCODING 61508\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FC0E0\n1FF1E0\n3CF9E0\n7039E0\nE01DE0\nE00DC0\nC00DC0\nC00DC0\nC00DC0\nC00DC0\nC00DC0\nC00DC0\nCFEDC0\nCFEDC0\nC00FC0\nC00FC0\nE00FC0\nFFFDC0\nFFFCC0\nENDCHAR\nSTARTCHAR F045\nENCODING 61509\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n5FFF40\n6FFEC0\nF7FDE0\nFBFBE0\nFDF7E0\nFEEFE0\nFD57E0\nFBBBE0\nF7FDE0\n6FFEC0\n5FFF40\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F046\nENCODING 61510\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n7FFE\n7FFF\nFE3F\nFC3F\nFC3F\nFC3F\nFC3F\nE007\nE007\nEF77\nEF77\nEF77\nEF77\nEF77\nEF77\nE007\nE007\n7F7F\n7FFE\nENDCHAR\nSTARTCHAR F047\nENCODING 61511\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n7FFFC0\nFFFFE0\n7FFFC0\n07FC00\nF001E0\nFFFFE0\nDFFF60\nC00060\nC0E060\nC1F060\nC10060\nC1F060\nC01060\nC1F060\nE000E0\nFE0FE0\n7FFFC0\n0FFE00\nENDCHAR\nSTARTCHAR F048\nENCODING 61512\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n0FFE00\n1FBF00\n3F1F80\n7F1FC0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFFFFE0\nFFFFE0\n7F1FC0\n3F1F80\n1FBF00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F049\nENCODING 61513\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n3FFF80\n9FFF20\nCFFE60\nE7FCE0\nF3F9E0\nF9F3E0\nFCE7E0\nFC47E0\nF913E0\nF3B9E0\nE7FCE0\nCFF660\n9FF320\n3E0180\n0200C0\n03F180\n01F700\n001E00\n001800\nENDCHAR\nSTARTCHAR F04A\nENCODING 61514\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7E0FC0\nFE0FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFFBFE0\nFFFFE0\n7FBFC0\n7F1FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F04B\nENCODING 61515\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC02060\nC27060\nC77860\nCD6C60\nF8E7E0\nC06060\nC06060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F04C\nENCODING 61516\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000040\n0000C0\n0001C0\n0003C0\n0003C0\n0067C0\n007FC0\n00FFC0\n01FFC0\n0DFFC0\n0FFFC0\n1FFFC0\n1FFFC0\n3FFFC0\n3FFFC0\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F04D\nENCODING 61517\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7F0000\n7F0F80\nFF9FC0\n003FE0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F04E\nENCODING 61518\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n007000\n007000\n00F800\n01CC00\n01CC00\nC1CC00\n71C000\n38F800\n0C0C00\n198C00\n31CC00\n61CC00\nC0F800\n0073E0\n007000\nENDCHAR\nSTARTCHAR F04F\nENCODING 61519\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n0FE0\n1EF0\n3838\n3018\n3FF8\n3FF8\n3D78\n711C\n638C\n638C\nE7CE\nE7CE\n638C\n701C\n701C\n3C78\n1FF0\n07C0\nENDCHAR\nSTARTCHAR F050\nENCODING 61520\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n060000\n073000\n03FC00\n01FE00\n01E700\n03C380\n030180\n03B1C0\n01F3C0\n00E780\n01F780\n1FBFC0\n3F1CE0\n730060\nE30000\nC70000\n6E0000\n3C0000\n180000\nENDCHAR\nSTARTCHAR F051\nENCODING 61521\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nE00000\n900000\nC80000\n640000\n320000\n197E00\n0CFF80\n0FFFC0\n0FFFC0\n07FFE0\n07FFE0\n07E1E0\n07E1E0\n07E1E0\n07E1E0\n03FFC0\n03FF80\n01FF00\n007E00\nENDCHAR\nSTARTCHAR F052\nENCODING 61522\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07E000\n0FF800\n3EFC00\n388E00\n787F00\nF87F00\nE0C300\nE07F80\nE07F80\nE0FFC0\nE0E0C0\n61C0E0\n71C060\n39C060\n1FC0E0\n0FC0C0\n01F3C0\n007F80\n001E00\nENDCHAR\nSTARTCHAR F053\nENCODING 61523\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F9F00\n3C2780\n7007C0\n783FC0\nF01FE0\nE034E0\nE01260\nE00660\nF03FE0\nE079E0\nE0F9E0\n70E020\n70E020\n3C79E0\n1F39C0\n0FF980\n03FF00\nENDCHAR\nSTARTCHAR F054\nENCODING 61524\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F9F00\n3C2780\n7007C0\n783FC0\nF01FE0\nE034E0\nE01260\nE00460\nF03FE0\nE07060\nE0E760\n70C7A0\n70C7A0\n3C6F20\n1F3E40\n0FF8C0\n03FF00\nENDCHAR\nSTARTCHAR F055\nENCODING 61525\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF00\nFFFF80\nFC1F80\nF80F80\nF80780\nF9E780\nF9E780\nF80780\nF80F80\nF83F80\nF9FF80\nF9FF80\nFFFF80\nC8C180\n9AD480\n98D480\nCCD780\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F056\nENCODING 61526\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n800000\n800000\n800000\n800000\nC00000\n400000\n480000\n6C0000\n660000\n370000\n338000\n39C000\n1CE000\n1E7000\n0F1800\n07CE00\n01E300\n007FC0\n0007E0\nENDCHAR\nSTARTCHAR F057\nENCODING 61527\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 -1\nBITMAP\n7FE800\n7FEC00\n7FEE00\n7FEF00\n7FEF80\n7FEFC0\n7FE000\n467FC0\n101FC0\n399FC0\n1FBFC0\n1F87C0\nFFF7C0\nF9F7C0\nF9F7C0\n1F87C0\n1FBFC0\n399FC0\n119FC0\nENDCHAR\nSTARTCHAR F058\nENCODING 61528\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 3 0\nBITMAP\n0880\n0D80\n7FF0\n3FE0\n3060\nE038\n6030\n6030\nE038\n7070\n38E0\n7FF0\n1FC0\n1FC0\n1DC0\n3DE0\n3DE0\n38E0\n28A0\nENDCHAR\nSTARTCHAR F059\nENCODING 61529\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n3F80\n7FC0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\n7FC0\n3F80\n3F80\n3B80\n3180\n3180\n71C0\n71C0\n60C0\n2080\nENDCHAR\nSTARTCHAR F05A\nENCODING 61530\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n70E1C0\n71F1C0\nE1F0E0\nE0E0E0\nC0E060\nC0E060\nC0E060\nE040E0\nE000E0\n7041C0\n70E1C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F05B\nENCODING 61531\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n060000\n030000\n038000\n018000\n018000\n818000\nC38000\n7F8000\n3FE000\n00F000\n00F800\n007E00\n003F00\n001F80\n001FC0\n000F60\n000620\n000360\n0001C0\nENDCHAR\nSTARTCHAR F05C\nENCODING 61532\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n03F800\n01F000\n01F000\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F05D\nENCODING 61533\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n7DF7C0\nFDF7E0\nFCE7E0\n7CE7C0\n39F380\n1BFB00\n080200\n0FFE00\n07FC00\n03F800\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F05E\nENCODING 61534\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n024800\n7B1BC0\nFB3BE0\nFB3BE0\n7B1BC0\n3A4B80\n18E300\n080200\n0E0E00\n07FC00\n03F800\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F05F\nENCODING 61535\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFC00\nFFFC00\nE01C00\nC00C00\nCBEC00\nC1EC00\nC0EC00\nCC6C00\nCE2C00\nCF0C00\nCF8C00\nE00400\nFFE000\nFFF600\n000700\n000380\n0001C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F060\nENCODING 61536\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 1\nBITMAP\n800000\n000000\n600000\n3F8000\n0FFFC0\n01FFE0\n0000E0\n0000E0\n0000C0\n0000C0\n000080\n000100\n000000\n000000\n040800\n0E1C00\n0E1C00\n0E1C00\nENDCHAR\nSTARTCHAR F061\nENCODING 61537\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n0BE800\n1BEC00\n180C00\n180C00\n180C00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFE1F80\nFEDF80\nFEC780\nFEF380\nFDFB80\nFDFB80\nFDFB80\n7DFB00\n00F000\nENDCHAR\nSTARTCHAR F062\nENCODING 61538\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7904E0\nC58C80\n81CC80\nC17480\n7D34E0\n050480\n050480\n850480\nFD0480\n300000\n000000\n0183E0\n01FFE0\n067F00\n7E2000\nFFF000\n4FF800\n1FFC00\n3FFC00\nENDCHAR\nSTARTCHAR F063\nENCODING 61539\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFCFFE0\nF83FE0\nF030E0\nF01060\nF01060\nF030E0\nF839E0\nFFF060\nF02060\nE00020\nE00020\nE00060\nC00FE0\nC00FE0\nF87FE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F064\nENCODING 61540\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F9C0\n0FFFC0\n3FFF80\n3FFF80\n7FFFC0\n7CFFC0\n7CFFE0\n01FFE0\n3F87E0\n7F01E0\nFE01E0\n7800E0\n0000E0\n7000C0\n3800C0\n3C06E0\n1F1E00\n07FE00\n01F800\nENDCHAR\nSTARTCHAR F065\nENCODING 61541\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003F00\n007F80\n00FFC0\n01FFE0\n3FFFE0\n7FFFE0\nFFFFE0\nFFFFC0\nFFFFC0\nFFF1C0\n7FFF60\n7FFF80\n7FFFC0\n73FFC0\n03FFC0\n01FF80\n01FF00\n01FC00\n018000\nENDCHAR\nSTARTCHAR F066\nENCODING 61542\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n004000\n0C6600\n0EEC00\n07FC00\n4FFEC0\n7E0FC0\n3C0780\n180000\n780000\nF80000\n380000\n180000\n3C0780\n7E0FC0\n6FFE40\n07FC00\n06EE00\n0CC600\n004000\nENDCHAR\nSTARTCHAR F067\nENCODING 61543\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01FF80\n063040\n081C20\n101F20\n203FE0\n403C20\n406060\n806060\n80F0E0\n83F0E0\nCFF1E0\nFCFBE0\nBC1FE0\nBC0FE0\n981BE0\n9821E0\n88C0E0\n4B8060\n3FFFE0\nENDCHAR\nSTARTCHAR F068\nENCODING 61544\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n003000\n007000\n007000\n007000\n0C6600\n1C6700\n386380\n7061C0\nE0E0E0\nE0E0E0\nE0E0E0\n70C1C0\n38C380\n1CC700\n0CC600\n01C000\n01C000\n01C000\n018000\nENDCHAR\nSTARTCHAR F069\nENCODING 61545\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nE00380\nE00380\n600300\n63FF00\n63FF00\n600300\n600300\n7FE300\n7FE300\n63E300\n63E300\n708700\n700700\n700700\n7F7F00\n0FF800\n01C000\nENDCHAR\nSTARTCHAR F06A\nENCODING 61546\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nE00380\nE00380\n600300\n7FE300\n7FE300\n600300\n600300\n7FE300\n7FE300\n63E300\n63E300\n708700\n700700\n700700\n7F7F00\n0FF800\n01C000\nENDCHAR\nSTARTCHAR F06B\nENCODING 61547\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 1\nBITMAP\n011000\n022000\n222000\n622000\n463000\nC61000\nC60C40\nC30780\nC38000\nE1C000\nE0E040\nF07F80\n701C00\n780000\n3E0000\n1F8300\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F06C\nENCODING 61548\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFC60\nC3FC20\nC3F860\nC3FC60\nC3FFE0\nC3F860\nE1F8E0\nE0E0E0\n6000C0\n7001C0\n380380\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F06D\nENCODING 61549\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE000E0\nC00060\nC00060\nC00060\nE000E0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F06E\nENCODING 61550\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n03E000\n0FF800\n3E3E00\n780F00\nE00380\nE00380\nE63380\nE63380\nE63380\nE63380\nE63380\nE63380\nE63380\n663300\n263200\n077000\n03E000\n008000\nENDCHAR\nSTARTCHAR F06F\nENCODING 61551\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 3 0\nBITMAP\n1FC0\n3FE0\n38E0\n3060\n3000\n3060\n30F0\n31F8\n31F8\n3060\nFC60\nFC60\n7860\n3060\n0060\n3060\n38E0\n3FE0\n1FC0\nENDCHAR\nSTARTCHAR F070\nENCODING 61552\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n000780\n001F80\n003F80\n007F00\n007800\n00F000\n00F000\n01E000\n01FC00\n01FC00\n03FC00\n03FC00\n078000\n078000\n0F0000\n7F0000\nFE0000\nFC0000\nF80000\nENDCHAR\nSTARTCHAR F071\nENCODING 61553\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n06FC00\n07FC00\n07FC00\n007C00\n7FFDC0\n7FFDE0\nFFFDE0\nFFFDE0\nFE01E0\nF807E0\nFBFFE0\nFBFFC0\n7BFFC0\n03C000\n03FC00\n03FC00\n03EC00\n01F800\nENDCHAR\nSTARTCHAR F072\nENCODING 61554\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3CE780\n70E1C0\n70E1C0\nE0E0E0\nE0E0E0\nC0FFE0\nC0FFE0\nC0FFC0\nE0E000\nE0E000\n70E000\n70E000\n3CE000\n1FE000\n0FE000\n03C000\nENDCHAR\nSTARTCHAR F073\nENCODING 61555\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\nF001E0\nE60CE0\n5F3F40\n1C7700\n38E380\n31C180\n198900\n1C1C00\n0E0E00\n070700\n122300\n307180\n30E180\n19C300\n5F9F40\nE60CE0\nF001E0\n6000C0\nENDCHAR\nSTARTCHAR F074\nENCODING 61556\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFE00\n3FFC00\n070C00\n470E00\nC78F20\nC38F60\nE38760\nE146E0\nF146E0\nF142E0\nF0E1E0\n78E1C0\n78F3C0\n3DF380\n1DF300\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F075\nENCODING 61557\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 18 1 0\nBITMAP\n018000\n03C000\n07F000\n1FFC00\n3FFE00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nE06080\nE00080\nE07180\n618900\n7FAF00\n3FFE00\n1E4E00\n0F1800\n03E000\nENDCHAR\nSTARTCHAR F076\nENCODING 61558\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nDC0000\n7E0000\n7F0000\n3F8000\n1FF000\n1FF800\n1FFC00\n1FF000\n3FF000\n3BF800\n1BF800\n19FC00\n007E00\n001F00\n000F80\n0007C0\n000220\n000200\nENDCHAR\nSTARTCHAR F077\nENCODING 61559\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n00C000\n00C000\n00E000\n01E000\n03E000\n07C000\n0FC000\n1FC400\n3FFE00\n7CFF00\n7C7F00\nFE3F80\nFF1F80\nF70F80\nF70780\nF00700\n700700\n300600\n100400\nENDCHAR\nSTARTCHAR F078\nENCODING 61560\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n83F800\nCFFE00\nFF1F00\nFC0780\nF801C0\nFC01C0\nFE0080\n000000\n000000\n000000\n000000\n000000\n200FE0\n7007E0\n7003E0\n3C07E0\n1F1FE0\n0FFE60\n03F820\nENDCHAR\nSTARTCHAR F079\nENCODING 61561\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFFC0\n7FFFE0\n600020\n400020\n4F9BA0\n4F9920\n400020\n400020\n7FFC20\nC00C20\n800420\nBB3420\n9B3420\n800420\nFFFC20\n400020\n600020\n7FFFE0\n3FFFC0\nENDCHAR\nSTARTCHAR F07A\nENCODING 61562\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nEF00E0\nC60060\nEF00E0\nFFFFE0\nFFFFE0\n000000\n0FBE00\n0F7E00\n0EFE00\n0E7E00\n0F3E00\n0F1E00\n0E4E00\n0CE600\n09F200\n03F800\n07FC00\nENDCHAR\nSTARTCHAR F07B\nENCODING 61563\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\nFF1FE0\nFE0FE0\nFC07E0\n7FFFC0\n00E000\n00E000\n00E000\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F07C\nENCODING 61564\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFE0FE0\nF9F3E0\nF1F9E0\nF6EDE0\nF60DE0\nF71DE0\nF7BDE0\nFFFFE0\n7FFFC0\n00E000\n00E000\n00E000\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F07D\nENCODING 61565\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF800E0\nF801E0\nC001E0\nC001E0\nC001E0\nF81DE0\nF81DE0\nC01DE0\nC01DE0\nF11DE0\nFB9DE0\nF3DDE0\nC3DDE0\nC3DDE0\nF3DDE0\nFBDDE0\nF3DDE0\nC3DDE0\nC39CE0\nENDCHAR\nSTARTCHAR F07E\nENCODING 61566\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n3FFFC0\n7FFFE0\n7FFFE0\n400020\n4DDBA0\nFFFFE0\n800020\n889920\n8DDBA0\n889920\n800020\nFFFFE0\n4DDBA0\n400020\n7FFFE0\n7FFFE0\n3FFFC0\nENDCHAR\nSTARTCHAR F07F\nENCODING 61567\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7601C0\nE6C0E0\nE6F0E0\nC6F860\nC6FC60\nC6F860\nE6F0E0\nE6C0E0\n7601C0\n7601C0\n3E0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F080\nENCODING 61568\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nF9BFE0\nF11FE0\nF31FE0\nE31FE0\nE71FE0\nC71FE0\nE3FFE0\nF3B0E0\nF11060\nF91060\nFFFFE0\n7FFFC0\n01F000\n01E000\n01C000\n018000\n010000\nENDCHAR\nSTARTCHAR F081\nENCODING 61569\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n700180\n7FFF80\n7FFF80\n7FFFC0\n7EEFC0\nF001E0\nE000E0\nE60CE0\nC60C60\nC60C60\nE000E0\n6000C0\n70E1C0\n3C0780\n0FFE00\nENDCHAR\nSTARTCHAR F082\nENCODING 61570\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFBFBE0\nFBFBE0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n380380\n380380\n380380\n380380\n380380\nFE0FE0\nFE0FE0\nENDCHAR\nSTARTCHAR F083\nENCODING 61571\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n006000\n006000\n005000\n01A000\n032000\n022000\n022000\n011000\n100000\n1E07E0\n07FC20\n000020\n0FFEE0\n000000\n47FC40\nE1F0E0\n7C07C0\n0FFE00\nENDCHAR\nSTARTCHAR F084\nENCODING 61572\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01C000\n03F000\n0FF800\n1FFE00\n7FFF00\nFF7F80\nFE1F80\nF88F80\nFBEF00\nFBEE00\nFBE800\nF88000\nFE0000\nFF0000\n7FC000\n1FF000\n0FF800\n03F000\n01C000\nENDCHAR\nSTARTCHAR F085\nENCODING 61573\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nF803E0\n880220\n8C0620\nC31860\nE71CE0\nF71DE0\nF71DE0\n431840\n7F1FC0\n3E0F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F086\nENCODING 61574\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n00FFE0\n03BC00\n071FE0\n1F1F20\n7E0DC0\nF60460\nEC0600\n080300\n180300\n300180\n200080\n6000C0\nC00060\nFFFFE0\nENDCHAR\nSTARTCHAR F087\nENCODING 61575\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n703FC0\nF83FE0\nF87FE0\n387060\n387060\n387060\n387060\n387060\n387060\n387060\n3B7060\n3B7060\nFF7FE0\nFF3FE0\n7F3FC0\nENDCHAR\nSTARTCHAR F088\nENCODING 61576\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n7FA0\nFFB0\nFFB8\nFFBC\nFFBE\nFFBF\nFF80\nFFFF\nFE7F\nFC3F\nF81F\nF00F\nF00F\nFC3F\nFC3F\nFC3F\nFE3F\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR F089\nENCODING 61577\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n7FA0\nFFB0\nFFB8\nFFBC\nFFBE\nFFBF\nFF80\nFFFF\nFC3F\nFC3F\nFC3F\nFC3F\nF00F\nF00F\nF81F\nFC3F\nFFFF\nFFFF\n7FFF\nENDCHAR\nSTARTCHAR F08A\nENCODING 61578\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FF400\n0FF600\n0FF700\n0FF780\n0FF7C0\n0FF7E0\n00F000\n3E7FE0\n7FBFE0\nF79FE0\nC19FE0\n039FE0\n0FBFE0\n0F3FE0\n0C7FE0\n01FFE0\n01FFE0\n0DFFE0\n0DFFE0\nENDCHAR\nSTARTCHAR F08B\nENCODING 61579\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7803C0\nF803E0\nE000E0\nC00060\nC00060\n0CFC00\n0CFE00\n0CE600\n0CE600\n0CEE00\n0CFE00\n0CF800\n0CE000\n0CE000\nC00060\nC00060\nE000E0\nF803E0\n7803C0\nENDCHAR\nSTARTCHAR F08C\nENCODING 61580\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\nFFFFE0\nF001E0\nC00060\nE000E0\nFFFFE0\n7FFFC0\n000000\n000000\n000000\n0F9FC0\n0F9FC0\nENDCHAR\nSTARTCHAR F08D\nENCODING 61581\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FF9C0\n7FF3C0\nFFF7E0\nFFF7E0\nFFF7E0\nFFF7E0\n000FC0\n0FFFC0\n1FFF80\n3FFF80\n3FFF00\n7FFE00\n7FFE00\nFFFCE0\nFFFDE0\nFFFDE0\nFFFDE0\n7FFEC0\n3FFE80\nENDCHAR\nSTARTCHAR F08E\nENCODING 61582\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nFF1FE0\nF807E0\nF9F7E0\nF8FBE0\nFFFBE0\nFFFBE0\nFFFBE0\nF9F3E0\nFCE7E0\nFF1FE0\nFFFFE0\n7FFFC0\n007C00\n007800\n007000\n006000\n004000\nENDCHAR\nSTARTCHAR F08F\nENCODING 61583\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFF060\nFFF060\nFFF060\nE07060\nE070E0\nFFFFE0\nC07FE0\nFFFFE0\nC0FFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F090\nENCODING 61584\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nE01F80\nE00000\nFFFF80\nFFFF80\nE00380\nE00180\nE00180\nFFFF80\nFFFF80\nE00180\nE00180\nE00180\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F091\nENCODING 61585\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n9FFF20\nCFFE60\nE7FCE0\nF3F9E0\nF9F3E0\nFC83E0\nFC3CE0\nF87E60\nF0FF60\nE5C320\nCDC3A0\n9DC3A0\n3DC300\n00FF00\n007F80\n0019C0\n0000E0\n000040\nENDCHAR\nSTARTCHAR F092\nENCODING 61586\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n011000\n011000\n011000\n071C00\nFC07E0\nFE0FE0\nF31FE0\nE1F020\nC0F060\nC0FFE0\nE0FFE0\nE0F1E0\nF1FFE0\nC07FE0\n807060\nC0F020\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F093\nENCODING 61587\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n600000\n700000\n380000\n7C0000\nEE0000\nC70000\n078000\n0FC000\n0CE700\n007FC0\n003FC0\n0038E0\n007060\n00E060\n00E0E0\n00E1C0\n007380\n007F00\n001E00\nENDCHAR\nSTARTCHAR F094\nENCODING 61588\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7F0000\n7F0F80\nFF9FC0\n003FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F095\nENCODING 61589\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7F0000\n7F0F80\nFF9FC0\n003FE0\nFFF060\nFFF060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F096\nENCODING 61590\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF00\nFFFF80\nFE3F80\nF80F80\nF0E780\nE0F380\nE0FB80\nE0FB80\nE1FB80\nE03B80\nE01B80\nE00380\nE00380\nE00380\nE00380\nE00380\nF00780\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F097\nENCODING 61591\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n00E000\n00E000\n00E000\nFEEFE0\nFEEFE0\nFF1FE0\nF1FFE0\nE0FFE0\nC0FFE0\nC0E060\nE0FFE0\nE0E3E0\nF1FFE0\nC0E0E0\n8060E0\n807FE0\nFFFFE0\nENDCHAR\nSTARTCHAR F098\nENCODING 61592\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FF400\n0FF600\n0FF700\n0FF780\n0FF7C0\n0FF7E0\n0FF000\n0FFFE0\n001FE0\n7E0FE0\nFF0FE0\nF70FE0\n810FE0\n810FE0\nF70FE0\nFF0FE0\n7F0FE0\n001FE0\n0FFFE0\nENDCHAR\nSTARTCHAR F099\nENCODING 61593\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF80\nFFFF80\nE00000\nE00000\nFFFF80\nFFFF80\nFC1F80\nF00F80\nF1C780\nF3E780\nFFC780\nFE0F80\nFE1F80\nFE3F80\nFFFF80\nFF7F80\nFE3F80\nFE3F00\n7FFE00\nENDCHAR\nSTARTCHAR F09A\nENCODING 61594\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FFE00\nCFFF60\nEFFFE0\n6FFFE0\n7001C0\n3FFF80\n3FFF80\n3FFF80\n3E0780\n3E0F80\n3C0780\n38E380\n386380\n3E0780\n3E0780\n3E4F80\n3FFF80\n3FFF80\n1FFF80\nENDCHAR\nSTARTCHAR F09B\nENCODING 61595\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FFE00\nCFFF60\nEFFFE0\n6FFFE0\n7001C0\n3FFF80\n3FFF80\n3FFB80\n3FC780\n3F0780\n3C0780\n380780\n380F80\n380F80\n380F80\n3C1F80\n3E7F80\n3FFF80\n1FFF80\nENDCHAR\nSTARTCHAR F09C\nENCODING 61596\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n0FFE00\n1FFF00\n3FFF80\n7FBFC0\nF398E0\nED4A60\nE94260\nE350E0\nCFF7E0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n00E000\nENDCHAR\nSTARTCHAR F09D\nENCODING 61597\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nCA0A60\nCAEA60\nCAEA60\nE2E860\nFAEE60\nFA0E60\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F09E\nENCODING 61598\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nC00060\n9CE020\n9DF020\n81FFA0\nBC0020\nFFFFA0\n800020\n9FE7A0\n9FEFA0\n800FE0\nBDF020\n81FFA0\nBC0020\nBFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F09F\nENCODING 61599\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFF80\n800000\nBFFFE0\nBFFFE0\nB00020\nB78020\nB78020\nB78020\nB78420\nB00E20\nB01F20\nB33FA0\nB79FA0\nB7CFA0\nB00020\nBFFFE0\nBFFFE0\n3FFFE0\n3FFFE0\nENDCHAR\nSTARTCHAR F0A0\nENCODING 61600\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n038000\n078000\n078000\n078000\n030000\nFFFC00\nFFFC00\nFFFC00\nFFFC00\nFFFC00\n0FFDE0\n07FFE0\n07FFE0\n8FFDC0\nFCFC00\nF87C00\nF87C00\nF87C00\nFC7C00\nENDCHAR\nSTARTCHAR F0A1\nENCODING 61601\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n664CC0\n76EDC0\n76EDC0\n204080\n000000\nFFFFE0\nFFFFE0\n8F1220\n8F1220\nDFB360\nFFFFE0\n8913E0\n8913E0\nFFFFE0\nF9F320\nF9F220\nF9F320\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0A2\nENCODING 61602\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n07FC00\n071C00\n060C00\nFFFFE0\nFFFFE0\nE1F0E0\n000000\nF3F9E0\nC3F1E0\nE1F0E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0A3\nENCODING 61603\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7C07C0\n78E3C0\nF9F3E0\nF9F3E0\nFFE3E0\nFFC3E0\nFF87E0\nFF1FE0\nFF1FE0\n7FFFC0\n7FBFC0\n3F1F80\n1FBF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0A4\nENCODING 61604\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n0FFE00\n3FFF80\n7FFFC0\nFFFFE0\nF21060\nEEC7E0\nCEEFE0\nCECCE0\nEE2860\nE6E660\nF0F060\nFFFFE0\n7FFFC0\n3FFF80\n0FFE00\nENDCHAR\nSTARTCHAR F0A5\nENCODING 61605\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFE060\nFFF0E0\nFFF1E0\nFFFBE0\n7FFFE0\n380060\n380060\n380060\n3FFFE0\n380060\n380060\n3FFFE0\n380060\n380060\n3800E0\n1FFFE0\n1FFFC0\nENDCHAR\nSTARTCHAR F0A6\nENCODING 61606\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F800\n01F800\n01F800\n01F800\n00F800\n006000\n006000\n006000\nFFFFE0\n7C0200\n040200\n040200\n040200\n040200\n1F0F80\n3F0FC0\n3F0FC0\n3F0FC0\n1F0FC0\nENDCHAR\nSTARTCHAR F0A7\nENCODING 61607\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n43F840\n47BC40\nCE0E60\nFC07E0\nF803E0\n180300\n180380\n7FFFC0\nFFFFE0\n79F3E0\n19F380\n1FFF00\nFFFFE0\nFCE7E0\nCCE660\n46EC40\n43F840\n01F000\nENDCHAR\nSTARTCHAR F0A8\nENCODING 61608\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n10E100\n3BFB80\n1FFF00\n0FFE00\n1FFF00\n1FFF00\n79F3C0\nF8E3E0\n79F7C0\n1FFF00\n1FFF00\n0E0E00\n1FFF00\n3BFB80\n10E100\n00E000\n004000\nENDCHAR\nSTARTCHAR F0A9\nENCODING 61609\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100000\n380000\n700000\nF00000\n480000\n058000\n03C000\n07E000\n07F000\n03F800\n01FC00\n00FE00\n007F00\n003F80\n001F00\n000F00\n000480\n000040\n000020\nENDCHAR\nSTARTCHAR F0AA\nENCODING 61610\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F0000\n3FC000\n7FE000\nFFF000\nFFF800\nFFFC00\nFFFE00\nFFE700\n7FC380\n7F81C0\n3F00C0\n1E00E0\n0E0060\n070060\n0380E0\n01C0E0\n00F3C0\n007F80\n001F00\nENDCHAR\nSTARTCHAR F0AB\nENCODING 61611\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n0FFE00\n1C0700\n380380\n7001C0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nE000E0\n7001C0\n380380\n1C0700\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F0AC\nENCODING 61612\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000600\n1F8700\n1FF300\n1FFF00\n0E9F00\n0C8380\n1CC780\n381B80\n3E0380\n7E0380\n781BE0\n7C8FE0\nED8F80\nCFFF00\n07F800\n038000\n01E000\n00F000\n003000\nENDCHAR\nSTARTCHAR F0AD\nENCODING 61613\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n007F00\nFFC1E0\nFFFFE0\nFFFFE0\nE0FFE0\nEF7FE0\nCF7FE0\nCF7FE0\nEF7FE0\nE07FE0\nF9FFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0AE\nENCODING 61614\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FE7C0\nFBE7E0\nF9E7E0\nF9FFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFCE0\n7FF1C0\n7007C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0AF\nENCODING 61615\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n00C000\n0CC400\n0CCE00\n0CCC00\nECCC00\nECCC00\n64CC00\n644C00\n240800\n000000\n0FF000\n1FF800\n3C3380\n380380\n780780\n3C1F00\n3E7E00\n1FF800\n07E000\nENDCHAR\nSTARTCHAR F0B0\nENCODING 61616\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FCF00\n3F8380\n701FC0\n7007C0\nF003E0\nF933E0\nF91BE0\nFF1FE0\nFF1FE0\nFF10E0\nF1F060\n7040C0\n7001C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0B1\nENCODING 61617\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F0000\n7F8000\n718000\nE1C000\nC08000\nC00000\nC00000\nC08180\nC0C180\nC0E1C0\nC3F7E0\nC0C180\nC08180\nC00000\nC08000\nE1C000\n718000\n7F8000\n1F0000\nENDCHAR\nSTARTCHAR F0B2\nENCODING 61618\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F8000\n718000\nE18000\nC08000\nC00000\nC00440\nC00FE0\nC00440\nC00440\nC00440\nC00FE0\nC00440\nC00000\nC08000\nE1C000\n718000\n7F8000\n1F0000\nENDCHAR\nSTARTCHAR F0B3\nENCODING 61619\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7C07C0\nFC07E0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nE000E0\nFC07E0\n7C07C0\nENDCHAR\nSTARTCHAR F0B4\nENCODING 61620\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0F00\n1E0F00\n380380\n380380\n380380\n380380\n380380\n380380\n7001C0\nC00060\n7001C0\n380380\n380380\n380380\n380380\n380380\n380380\n1E0F00\n1E0F00\nENDCHAR\nSTARTCHAR F0B5\nENCODING 61621\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n071C00\n0E0E00\n0E0E00\n1C0700\n1C0700\n380380\n380380\n7001C0\n7001C0\nE000E0\n7001C0\n7001C0\n380380\n380380\n1C0700\n1C0700\n0E0E00\n0E0E00\n071C00\nENDCHAR\nSTARTCHAR F0B6\nENCODING 61622\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 1\nBITMAP\n000E00\n183F00\n3C7F00\nFCFF00\n7DFF80\n7BFFC0\n7BFFC0\n7FFFE0\n3FFFA0\n1FFFA0\n037DA0\n036C80\n026C80\n024880\n022080\n021080\n026880\n0C0180\nENDCHAR\nSTARTCHAR F0B7\nENCODING 61623\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F3F00\n3F1F80\n7F1FC0\n7E0FC0\nF803E0\nF289E0\nE584E0\nE504E0\nC50460\nC50460\nE504E0\n6484C0\n7289C0\n380380\n1F1F00\n0FBE00\n03F800\nENDCHAR\nSTARTCHAR F0B8\nENCODING 61624\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F0000\n7F8000\n7F8000\n3F8000\n0E0000\n040000\n040000\nFFC180\nFFE3C0\nFFE7E0\nFFFFE0\nFFC3C0\n040180\n040180\n0E0180\n3F8180\n7F8180\n7FFF80\n1F0000\nENDCHAR\nSTARTCHAR F0B9\nENCODING 61625\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00C000\n03F000\n07F800\n0FFC00\n0FF000\n0FEF00\n0FFFC0\n4FFFC0\nEFFFE0\nF7FFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFF80\n1FFE00\nENDCHAR\nSTARTCHAR F0BA\nENCODING 61626\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n01E000\n07F000\n07F800\n0FFC00\n0FF000\n0FEF80\n0FDFC0\n4FFFC0\nEFFFE0\nF79FE0\nFF0FE0\nFE07E0\n7C03C0\n3F0F80\n010800\n010800\n019800\n00F000\nENDCHAR\nSTARTCHAR F0BB\nENCODING 61627\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01E000\n07F800\n0FF800\n0FF800\n0FF000\n0FEF80\n0FDFC0\n4FFFE0\nE7FFE0\nFBDFE0\nFF0FE0\nFF0FE0\n7F0FC0\n3C0380\n060600\n030C00\n018800\n00D000\n006000\nENDCHAR\nSTARTCHAR F0BC\nENCODING 61628\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01E000\n07F800\n0FF800\n0FF800\n0FF000\n0FEF80\n0FDFC0\n4FFFE0\nE7FFE0\nFBFFE0\nFFFFE0\nFF1FE0\n7F7FC0\n3C7980\n047100\n02FB80\n03E700\n01CC00\n007800\nENDCHAR\nSTARTCHAR F0BD\nENCODING 61629\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF8000\nFFC000\nE1D100\nC1DB80\nC1D900\nC1C000\nFFC300\nFF8380\n380000\n000000\n000380\n383FE0\n187FE0\n007060\n137060\n3B7060\n1170E0\n007FE0\n003FE0\nENDCHAR\nSTARTCHAR F0BE\nENCODING 61630\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n07F000\n0F7800\n1C1C00\n180C00\n180C00\n180C00\n180C00\n7FFF00\nFFFF80\nFE3F80\nFC1F80\nFC1F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFC1F80\nFFFF80\nENDCHAR\nSTARTCHAR F0BF\nENCODING 61631\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n07F000\n0F7800\n1C1C00\n180C00\n180C00\n000C00\n000C00\n7FFF00\nFFFF80\nFE3F80\nFC1F80\nFC1F80\nFE3F80\nFE3F80\nFE3F80\nFE3F80\nFC1F80\nFFFF80\nENDCHAR\nSTARTCHAR F0C0\nENCODING 61632\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n080060\n1FFFE0\n1E01C0\n1F03C0\n3F8740\n3FCE40\n3FFC40\n3FF840\n1FF840\n1FFC40\n1FFE40\n0FFF40\n07FFC0\n03FFC0\n1FFFE0\n3FFFC0\n7F9E00\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR F0C1\nENCODING 61633\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nC00180\nC00180\nFFFF80\n800080\nFFFF80\n800080\nFFFF80\nC00180\nC00180\nFFFF80\n800000\nFFDF80\n801F00\nFFDE00\nFFDC00\nFFD800\nFFD000\nENDCHAR\nSTARTCHAR F0C2\nENCODING 61634\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nE0C380\nFFFF80\nFFFF80\nE20380\nFFFF80\nFFFF80\nFFFF80\nE02380\nFFFF80\nFFFF80\nE22380\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0C3\nENCODING 61635\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF91220\nF91220\nFFFFE0\nF91220\nFFFFE0\nF91220\nFFFFE0\nF91220\nF91220\nFFFFE0\nF91220\nFFFFE0\nF91220\nFFFFE0\nFFFFE0\nF91220\n7FFFC0\nENDCHAR\nSTARTCHAR F0C4\nENCODING 61636\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\nFFFFE0\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\nFFFFE0\n03B800\n031800\n071C00\n060C00\n060C00\nENDCHAR\nSTARTCHAR F0C5\nENCODING 61637\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03E000\n0FF800\n3E7C00\n380E00\n700700\nE00300\nE00300\nC00380\nC00380\nC00380\nE00300\n600700\n700600\n381E00\n1FFF00\n0FF380\n01C1C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F0C6\nENCODING 61638\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFDF80\nFFC000\nFFFF80\nFEFF80\nFCFF80\nFCFF80\nFCFF80\nE00F80\nE00F80\nFCFF80\nFCFF80\nFCFF80\nFEFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0C7\nENCODING 61639\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFDF80\nFFC000\nFFFF80\nFFFF80\nE79F80\nE31F80\nF03F80\nF87F80\nF87F80\nF03F80\nE31F80\nE79F80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0C8\nENCODING 61640\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFF80\nC003C0\nC073E0\nC073E0\nC073E0\nC073E0\nE003E0\nFFFFE0\nFFFFE0\nF001E0\nC00060\nCFFE60\nC00060\nC00060\nCFFE60\nC00060\nC00060\nC00060\nCFFE60\nENDCHAR\nSTARTCHAR F0C9\nENCODING 61641\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFF000\nFFF000\nE07000\nE07000\nFFF000\nFFF000\nC077E0\nFFF7E0\nFFF0E0\nE070E0\nE077E0\nFFF7E0\nFFF060\n0007E0\n01FFE0\n01C0E0\n01C0E0\n01FFE0\n01FFE0\nENDCHAR\nSTARTCHAR F0CA\nENCODING 61642\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 1\nBITMAP\n080000\n040000\n060000\n030000\n030000\n818000\nE1C000\n38C000\n1EE000\n07E000\n01F000\n00FBC0\n003E40\n001E40\n001FC0\n003600\n002200\n003600\n001C00\nENDCHAR\nSTARTCHAR F0CB\nENCODING 61643\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n77F700\nF7F780\nF3E780\nF00780\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0CC\nENCODING 61644\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFF1FE0\nFEEFE0\nFDB7E0\nFD17E0\nFDB7E0\nFEEFE0\nFF1FE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0CD\nENCODING 61645\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3E0780\n7E03C0\n7F05C0\nFF08E0\nE7F0E0\nC1B060\nC11060\nC1B060\nE1FCE0\nE21FE0\n741FC0\n780FC0\n3C0F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0CE\nENCODING 61646\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\nFFFFE0\nFFFFE0\n7FFFC0\n000000\n7FFFC0\n7FFFC0\n73B9C0\n7319C0\n7319C0\n7319C0\n7319C0\n7319C0\n7319C0\n7319C0\n7319C0\n77BDC0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F0CF\nENCODING 61647\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\nFFFFE0\nFFFFE0\n7FFFC0\n000000\n6000C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F0D0\nENCODING 61648\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\nFFFFE0\nFFFFE0\n7FFFC0\n000000\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F0D1\nENCODING 61649\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7F1FC0\nFF1FE0\nFF1FE0\nF001E0\nF001E0\nF001E0\nFF1FE0\nFF1FE0\n7F1FC0\n7F1FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0D2\nENCODING 61650\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n79F3C0\nF8E3E0\nFC47E0\nFE0FE0\nFF1FE0\nFE0FE0\nFC47E0\nF8E3E0\n79F3C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0D3\nENCODING 61651\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFF9E0\nFFF1E0\nF7E1E0\nF3C3E0\nF187E0\nF80FE0\nFC1FE0\n7E3FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F0D4\nENCODING 61652\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n0D80\n39C0\n72E0\nF2F0\nF2F0\nF2F0\nF9F0\n3DC0\n8018\nFFF8\nFFF8\nFFF8\nFFF8\nFFF0\nFFF0\nFFF0\n7FE0\n3FC0\n0F80\nENDCHAR\nSTARTCHAR F0D5\nENCODING 61653\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nC00060\nC00060\nCFF060\nCFC060\nCF8060\nCF0060\nCC0060\nC80060\nC00060\nC00060\nFFFFE0\nFFFFE0\n00E000\n00E000\n00E000\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F0D6\nENCODING 61654\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFDF80\nFFC000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F0D7\nENCODING 61655\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\n080400\n6BF480\nEBF4C0\nEBF0C0\nE3F9C0\nFFFFC0\nFFFFC0\nE000C0\nFFFFC0\nFFFFC0\nFFFFC0\nE000C0\nFFFFC0\nFFFFC0\nE000C0\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F0D8\nENCODING 61656\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n3FFF80\n7FFFC0\n400040\n4FC040\n4F8040\n4E0040\n4C0040\n480040\n400040\n400040\n7FFFC0\n7FFFC0\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0D9\nENCODING 61657\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nC0C060\nCEC060\nC0C060\nCEC060\nC0C060\nCEC060\nCEC060\nC0C060\nCEC060\nC0C060\nCEC060\nC0C060\nE0C0E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F0DA\nENCODING 61658\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFF3E0\nFFF3E0\nFFF3E0\nFFF3E0\nFF0020\nFF0020\nFFF3E0\nFFF3E0\n3FF380\n001200\n001E00\nENDCHAR\nSTARTCHAR F0DB\nENCODING 61659\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFF1C60\nFF88E0\nFFC1E0\nFFE3E0\nFFC1E0\nFF88E0\n3F1C40\n01B6C0\n00E380\nENDCHAR\nSTARTCHAR F0DC\nENCODING 61660\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n8000\nC000\nE000\nF000\nF800\nFC00\nFE00\nFF00\nFF80\nFFC0\nFFE0\nFFE0\nFE00\nF600\nE700\nC300\n8380\n0380\n0180\nENDCHAR\nSTARTCHAR F0DD\nENCODING 61661\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n1000\n3000\n3000\n3000\n3000\n3000\n3B00\nFFC0\nFFD0\nFFF8\nFFF8\nFFF8\nFFF8\nFFF8\n7FF8\n7FF8\n7FF0\n3FF0\n3FE0\nENDCHAR\nSTARTCHAR F0DE\nENCODING 61662\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n0DD800\n0DD800\n0DD800\n0DD980\n0DDB80\n0FFB00\n47FB00\nE7FB00\n77FF00\n7FFF00\n3FFF00\n1FFF00\n1FFF00\n0FFE00\n0FFE00\n0FFE00\n07FC00\n03FC00\nENDCHAR\nSTARTCHAR F0DF\nENCODING 61663\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 1\nBITMAP\n6600\n6600\n6600\n6600\n6600\n7600\n7E00\n7F80\nFFA0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFC0\n7FC0\nENDCHAR\nSTARTCHAR F0E0\nENCODING 61664\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFC60\nFFFC20\nFFFE60\n7FFFC0\n000000\n000000\n7FFFC0\nFE0060\nFE0020\nFE0060\n7FFFC0\n000000\n000000\n7FFFC0\nFFE060\nFFE020\nFFE060\n7FFFC0\nENDCHAR\nSTARTCHAR F0E1\nENCODING 61665\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7BEF00\nFBEF80\nFBEF80\nFBEF80\n71C700\n000000\nFBEF80\nFBEF80\nFBEF80\nFBEF80\nFBEF80\nFBEF80\nFBEF80\n000000\n71C700\nFBEF80\nFBEF80\nFBEF80\n7BEF00\nENDCHAR\nSTARTCHAR F0E2\nENCODING 61666\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003000\n007000\n00F000\n01F080\n03F0C0\nFBF240\nFBF260\nFBF320\nFBF120\nFBF120\nFBF120\nFBF320\nFBF260\nFBF640\n03F0C0\n01F180\n00F000\n007000\n003000\nENDCHAR\nSTARTCHAR F0E3\nENCODING 61667\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 0 0\nBITMAP\n003000\n007000\n00F000\n01F000\n03F000\nFBF200\nFBF300\nFBF100\nFBF180\nFBF180\nFBF180\nFBF100\nFBF100\nFBF200\n03F000\n01F000\n00F000\n007000\n003000\nENDCHAR\nSTARTCHAR F0E4\nENCODING 61668\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003000\n007000\n00F000\n01F000\n03F000\nFBF000\nFBF000\nFBF660\nFBF3C0\nFBF180\nFBF3C0\nFBF660\nFBF000\nFBF000\n03F000\n01F000\n00F000\n007000\n003000\nENDCHAR\nSTARTCHAR F0E5\nENCODING 61669\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000420\n000C40\n001880\n003100\n006200\n3EC400\n3E8800\n3E1000\n3E2000\n3C4400\n388C00\n311C00\n223C00\n047C00\n087C00\n103C00\n201C00\n400C00\n800400\nENDCHAR\nSTARTCHAR F0E6\nENCODING 61670\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\n7FFC\nC006\nC006\nDF86\nDF06\nDF06\nDE06\nDC06\nD806\nD806\nD006\nC006\nC006\nFFFE\nFEFE\nFC7E\n7EFC\n7FFC\nENDCHAR\nSTARTCHAR F0E7\nENCODING 61671\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3FF8\n7FFC\nC006\nC006\nDF86\nDF86\nDF06\nDF06\nDE06\nDC06\nDC06\nD806\nD806\nD006\nC006\nC006\nC006\n7FFC\n3FF8\nENDCHAR\nSTARTCHAR F0E8\nENCODING 61672\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 19 5 0\nBITMAP\n6000\n6000\n6000\n6000\nFFC0\nFFC0\nC0C0\nC0C0\nC0C0\nE1C0\nFFC0\nDAC0\nFFC0\nDAC0\nFFC0\nDAC0\nDAC0\nFFC0\nFFC0\nENDCHAR\nSTARTCHAR F0E9\nENCODING 61673\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0F0000\n3FC000\n79E000\nE07000\nCF7000\nCF3000\n0F0000\n0F0000\n060000\n060000\n060000\n060000\n7FFFC0\nFFFFE0\nEF70E0\nC67060\nEF78E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F0EA\nENCODING 61674\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\nC00000\nE78000\n7FC000\n3FE000\n3FC000\n7FE000\n7FF000\n7E7000\n7E0100\n3F0380\n1707C0\n030FC0\n001FC0\n003FC0\n007F80\n00FF80\n007FC0\n003CE0\n000060\nENDCHAR\nSTARTCHAR F0EB\nENCODING 61675\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 9 19 5 0\nBITMAP\n3E00\n7F00\nFF80\nFF80\nFF80\nFF80\nFF80\n7F00\n3E00\n3E00\n3E00\n3E00\n7F00\n7F00\n7F00\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR F0EC\nENCODING 61676\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\n03F000\n03F000\n03F000\n03F000\n03F000\n03F000\n00C000\n00C000\n00C000\n00FF00\n7FFF80\n60C080\n60C080\n60C080\n60C080\n60C180\nF1E3C0\nF1E3C0\nF0E1C0\nENDCHAR\nSTARTCHAR F0ED\nENCODING 61677\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n180C00\n180C00\n180C00\n180C00\n180C00\n000000\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\n01C000\n01C000\n01C000\n008000\nENDCHAR\nSTARTCHAR F0EE\nENCODING 61678\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\nFFFFC0\nFFFFC0\nCAD440\n8AD440\n8A5440\n800040\n800040\n800040\n800040\n800040\n800040\n800040\nF003C0\nF003C0\n1C0F00\n1C0F00\n1C0E00\n07F800\n07F800\nENDCHAR\nSTARTCHAR F0EF\nENCODING 61679\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FD000\n0FD800\n0FDC00\n0FDE00\n0FDE00\n0FC000\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n00E000\n00E000\n00E000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F0F0\nENCODING 61680\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0000\nFF0E00\n080FE0\n080FE0\n080FE0\n0FFFE0\n080FE0\n080000\n080E00\n080FE0\n080FE0\n080FE0\n0FFFE0\n000FE0\nENDCHAR\nSTARTCHAR F0F1\nENCODING 61681\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n73F9C0\n77FDC0\nEF1EE0\nEEEEE0\nCDF660\nDDF660\nCDF660\nECE6E0\nECE6E0\n70E1C0\n70E1C0\n38E380\n10E100\n00E000\n004000\nENDCHAR\nSTARTCHAR F0F2\nENCODING 61682\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FF400\n3FF600\n3FF700\n1FF780\n0FF7C0\n67F7E0\nE3F000\n49FFE0\n1CFFE0\n1E7FE0\n0F3FE0\n279FE0\n33CFE0\n39EFE0\n3CEFE0\n3E0FE0\n3F1FE0\n3FFFE0\n1FFFE0\nENDCHAR\nSTARTCHAR F0F3\nENCODING 61683\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nC00380\nC00380\nC043E0\nC3C3E0\nCFFBE0\nC1E3E0\nC103E0\nC00380\nC00380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F4\nENCODING 61684\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nFFFF80\nFFFF80\nFFFFE0\nFC7FE0\nFE7FE0\nFE1FE0\nFEFFE0\nFFFF80\nFFFF80\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F5\nENCODING 61685\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nC00380\nC00380\nC003E0\nC003E0\nC003E0\nC003E0\nC003E0\nC00380\nC00380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F6\nENCODING 61686\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nF80380\nF80380\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF80380\nF80380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F7\nENCODING 61687\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nFE0380\nFE0380\nFE03E0\nFE03E0\nFE03E0\nFE03E0\nFE03E0\nFE0380\nFE0380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F8\nENCODING 61688\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nFFC380\nFFC380\nFFC3E0\nFFC3E0\nFFC3E0\nFFC3E0\nFFC3E0\nFFC380\nFFC380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0F9\nENCODING 61689\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nFFF380\nFFF380\nFFF3E0\nFFF3E0\nFFF3E0\nFFF3E0\nFFF3E0\nFFF380\nFFF380\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0FA\nENCODING 61690\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFE00\nFFFF00\nFFFF80\nFFFF80\nFFFF80\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFF80\nFFFF80\nFFFF80\nFFFF00\n3FFE00\nENDCHAR\nSTARTCHAR F0FB\nENCODING 61691\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\nBFFC20\nBFF820\nBFE020\nBFC020\nBF0020\nBE0020\nBC0020\nB00020\nA00020\n800020\nFFFFE0\nFFFFE0\nFFFFE0\n00E000\n00E000\n00E000\n03F800\nENDCHAR\nSTARTCHAR F0FC\nENCODING 61692\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n300180\n7803C0\nF007E0\nEE0FE0\n5E0FC0\n1DF780\n1BFB00\n03B800\n031800\n03F800\n01F000\n00E000\n000000\n01F000\n01F000\n000000\n000000\n01F000\n01F000\nENDCHAR\nSTARTCHAR F0FD\nENCODING 61693\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 16 1 2\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nF807C0\nF003C0\nE041C0\nE0C0C0\nE000C0\nE000C0\nE408C0\nE408C0\nE000C0\nE000C0\nFFFFC0\n7FFFC0\n3FFF00\nENDCHAR\nSTARTCHAR F0FE\nENCODING 61694\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n1FF0\n3C78\n701C\n77DC\n67CC\nE38E\nE00E\n600C\n600C\n701C\n3C78\n1FF0\n0FE0\n0000\n0FC0\n0FE0\n1FF0\n1FF0\nENDCHAR\nSTARTCHAR F0FF\nENCODING 61695\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n1FFF00\n7F1FC0\nF001E0\nC00060\n07FC00\n1FFF00\n3E0F80\n180300\n004000\n03F800\n07FC00\n031800\n000000\n00E000\n01F000\n01F000\n01F000\n00E000\nENDCHAR\nSTARTCHAR F100\nENCODING 61696\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n000180\n000380\n000380\n000380\n000380\n003380\n003380\n003380\n003380\n003380\n063380\n063380\n063380\n063380\n463380\nE63380\nE63380\nE63380\nC63180\nENDCHAR\nSTARTCHAR F101\nENCODING 61697\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n03E000\n3FFE00\n7FFF00\nFFFF80\nE00380\nEFFB80\nEFFB80\nE00380\nEFFB80\nEFFB80\nEFFB80\nE00380\nEFFB80\nEFFB80\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F102\nENCODING 61698\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n03E000\n3FFE00\n7FFF00\nFFFF80\nE00380\nE00380\nE00380\nE00380\nEFFB80\nEFFB80\nEFFB80\nE00380\nEFFB80\nEFFB80\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F103\nENCODING 61699\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n03E000\n3FFE00\n7FFF00\nFFFF80\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nEFFB80\nEFFB80\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F104\nENCODING 61700\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n03E000\n3FFE00\n7FFF00\nFFFF80\nE00380\nE08380\nE08380\nE0C380\nE0C380\nE1C380\nE1E380\nE18380\nE08380\nE08380\nE00380\nE00380\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F105\nENCODING 61701\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3E3C00\n3E7C00\n3E7C00\n3E7C00\n3E3C00\n000000\n000000\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\n000000\n000000\n0F1E00\n0F1E00\n0F1E00\n0F1E00\n0F1E00\nENDCHAR\nSTARTCHAR F106\nENCODING 61702\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 1\nBITMAP\n0FFF80\n1FFF80\n3BD780\n7AD480\nEAD480\nEAD480\nEFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F107\nENCODING 61703\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n0FFF80\n0AD680\n0AD480\n0AD480\n1AD680\n3FFF80\n7FFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF80\n7FFF80\n7FFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F108\nENCODING 61704\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\n400000\n400000\n400000\n4FFFE0\n4E0020\n4EFFA0\n4EF3A0\n4EEDA0\n4EEDA0\n4EEDA0\n4EF3A0\n4EFFA0\n4E0020\n4FFFE0\n4FFFE0\n4FFFE0\n456A40\n452A40\nENDCHAR\nSTARTCHAR F109\nENCODING 61705\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n76EE00\nF6EE00\nE00600\nC00600\n000000\nC00600\nC00600\n000000\nC00000\nC00000\nC00600\n000600\nC00600\nF63FE0\nF63FE0\n000600\n000600\n000600\n000600\nENDCHAR\nSTARTCHAR F10A\nENCODING 61706\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n100100\n380380\n13F900\n07FC00\n0F1E00\n0E0E00\n4C0640\nCC0660\n4C0640\n0E0E00\n0F1E00\n07FC00\n13F900\n380380\n100100\n00E000\n004000\nENDCHAR\nSTARTCHAR F10B\nENCODING 61707\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n100100\n380380\n13F900\n07FC00\n0FFE00\n0FFE00\n4FFE40\nCFFE60\n4FFE40\n0FFE00\n0FFE00\n07FC00\n13F900\n380380\n100100\n00E000\n004000\nENDCHAR\nSTARTCHAR F10C\nENCODING 61708\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n100100\n380380\n13F900\n07FC00\n0FDE00\n0FCE00\n4FC640\nCFC660\n4FC640\n0FCE00\n0FDE00\n07FC00\n13F900\n380380\n100100\n00E000\n004000\nENDCHAR\nSTARTCHAR F10D\nENCODING 61709\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n0600\n0600\n0700\n0F00\n0600\n0678\n0678\nC678\nE620\nE620\n4660\n4780\n6600\n3E00\n0600\n0600\n0F00\n0F00\n0600\nENDCHAR\nSTARTCHAR F10E\nENCODING 61710\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\n7FFF80\nFFBFC0\nFF3FC0\nFF1FC0\nFE1FC0\nFFB0C0\nE3B0C0\nE3B0C0\nE3BBC0\nF7BBC0\nF7B3C0\nF38FC0\nFC3FC0\nFFBFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\n7FFF80\nENDCHAR\nSTARTCHAR F10F\nENCODING 61711\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3FF8\n27C8\n27C8\n27C8\n3FF8\n0000\n7FFC\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n7FFC\n7FFC\n3FF8\n0FE0\n07C0\n07C0\nENDCHAR\nSTARTCHAR F110\nENCODING 61712\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nF0E1E0\n000000\n000000\nF1F1E0\nF9F3E0\nF9F3E0\nF9F3E0\nF1F1E0\n000000\n000000\nF0E1E0\nF9F3E0\nF9F3E0\nF9F3E0\nF9F3E0\nENDCHAR\nSTARTCHAR F111\nENCODING 61713\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF9FFE0\nF9FFE0\nF9FFE0\nF9FFE0\nF0FFE0\n000000\n000000\nF1FFE0\nF9FFE0\nF9FFE0\nF9FFE0\nF1FFE0\n000000\n000000\nF0FFE0\nF9FFE0\nF9FFE0\nF9FFE0\nF9FFE0\nENDCHAR\nSTARTCHAR F112\nENCODING 61714\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF1FE0\nFF1FE0\nE318E0\nC31860\nC31860\nC31860\nFF1FE0\nFF1FE0\n000000\n000000\n000000\nFF1FE0\nFF1FE0\nC31860\nC31860\nC31860\nE318E0\nFF1FE0\nFF1FE0\nENDCHAR\nSTARTCHAR F113\nENCODING 61715\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nF8FFE0\nF9FFE0\nF8FFC0\nF00000\n000000\n000000\nF00000\nF8FFC0\nF9FFE0\nF8FFC0\nF00000\n000000\n000000\nF00000\nF8FFC0\nF9FFE0\nF8FFE0\nF80000\nENDCHAR\nSTARTCHAR F114\nENCODING 61716\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFF66E0\nFE6460\nFF6EE0\nFFFFE0\nC00060\nC00060\nC40060\nC60060\nC30060\nC30060\nC60060\nC43C60\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F115\nENCODING 61717\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 17 1 1\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE000C0\nE000C0\nE000C0\nE000C0\nE000C0\nE000C0\nE000C0\nE000C0\nE001C0\nFFBFC0\nFFBFC0\nFFBFC0\nFFBFC0\n7FBF80\nENDCHAR\nSTARTCHAR F116\nENCODING 61718\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0FC0\nFE1FE0\nFF0FE0\nFF0FE0\nFE1FE0\nFF0FE0\nFE1FE0\nFF0FE0\nFE1FE0\nFF1FE0\nFF0FE0\nFE0FE0\nFE0FE0\nFE4FE0\nFEEFE0\nFE0FE0\nFF1FE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F117\nENCODING 61719\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\nFDF7E0\nFDF7E0\nFDF7E0\nF9F3E0\nFBFBE0\n02E800\nFAEBE0\nFAEBE0\nFA4BE0\nFA0BE0\nFA0BE0\n020800\nFBFBE0\nF9F3E0\nFDF7E0\nFDF7E0\nFDF7E0\n01F000\nENDCHAR\nSTARTCHAR F118\nENCODING 61720\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFF80\nFFFFE0\nFFFFE0\nC00060\nCFF060\nCFE060\nCFC060\nCF0060\nCE0060\nCC0060\nC00060\nC00060\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F119\nENCODING 61721\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nCDDB80\nCDDB80\nCD9B80\n000000\nF6EDC0\nF6EDC0\n000000\nFB3660\nFB7660\nFB3660\n000000\nF6EDC0\nF6EDC0\n000000\nCDFE60\nCDFE60\nCDFE60\nENDCHAR\nSTARTCHAR F11A\nENCODING 61722\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F11B\nENCODING 61723\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F11C\nENCODING 61724\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000200\n000700\n000F80\n001FC0\n003FC0\n1E3FE0\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\nFFCF80\n7F8000\n3F0000\n3E0000\n1C0000\n080000\nENDCHAR\nSTARTCHAR F11D\nENCODING 61725\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n10E100\n38E380\n70E1C0\n70E1C0\nE0E0E0\nE0E0E0\nC0E060\nC04060\nC00060\nE000E0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F11E\nENCODING 61726\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n70E1C0\nE0E0E0\nE0E0E0\nC0E060\nC0E060\nC0E060\nE0E0E0\nE0E0E0\n70E1C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F11F\nENCODING 61727\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n10E100\n38E380\n1C4700\n0C0600\n000000\n000000\n7001C0\nF803E0\n7001C0\n000000\n000000\n0C0600\n1C4700\n38E380\n10E100\n00E000\n004000\nENDCHAR\nSTARTCHAR F120\nENCODING 61728\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n000300\n00F780\n00F780\n047800\n0E7C80\n1E07C0\n0E03E0\n6C01E0\nF40000\nE40000\n6C0000\n1C01E0\n1E03E0\n1E07C0\n0C7C80\n047200\n00F780\n007780\n000300\nENDCHAR\nSTARTCHAR F121\nENCODING 61729\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 1\nBITMAP\n7FE0\nFFF0\nFFF8\nFFFC\nFFFE\nFFFE\nFFFE\nC99E\nC99E\nDDBE\nFFFE\nC99E\nC99E\nC99E\nFFFE\nC99E\nC99E\nC99E\n7FFC\nENDCHAR\nSTARTCHAR F122\nENCODING 61730\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n380380\n380380\n380380\n180300\n1FFF00\n0FFE00\n0FFE00\n03F800\n0FFE00\n0EEE00\n1CE700\n18E300\n38E380\n39F380\n3FFF80\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F123\nENCODING 61731\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n380380\n380380\n380380\n180300\n1C0700\n0E0E00\n0FFE00\n03F800\n0FFE00\n0E0E00\n1C0700\n180300\n380380\n380380\n380380\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F124\nENCODING 61732\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE070E0\nC07060\nC07060\nC07060\nFFF060\nFFF060\nC07060\nC07060\nC07060\nC07060\nC07060\nC07060\nC07060\nC07060\nE070E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F125\nENCODING 61733\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n3FFF80\n000000\n7FFFC0\nFFFFE0\nF001E0\nC00060\nCC0060\nCC0060\nC00060\nFFFFE0\nFFFFE0\n3FFF80\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F126\nENCODING 61734\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n3F80\n7FC0\nFFE0\nF1E0\nFBE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\n7FC0\n3F80\n1F00\nENDCHAR\nSTARTCHAR F127\nENCODING 61735\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n000000\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n000000\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F128\nENCODING 61736\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3E0780\n7E03C0\n7F05C0\nFF08E0\nE7F0E0\nC1B060\nC11060\nC1BFE0\nE1F9E0\nE239E0\n742020\n783060\n3C38E0\n1F3DC0\n0FFFC0\n03FF00\nENDCHAR\nSTARTCHAR F129\nENCODING 61737\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n0760\n1F78\n3E7C\n381E\n77EE\n67E7\nE3C7\nE007\nE007\n6007\n7006\n700E\n3C3C\n1F78\n0F70\n0004\n381C\n3FFE\n3FFC\nENDCHAR\nSTARTCHAR F12A\nENCODING 61738\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n200080\n7001C0\n300180\n080200\n07FC00\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n73F9C0\nF3F9E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F12B\nENCODING 61739\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0600\n0780\n07E0\n07F0\n073C\nE71E\n7F3C\n3FF0\n1FE0\n0780\n1FE0\n3FF0\n7F3C\nE71E\n073C\n07F0\n07E0\n0780\n0600\nENDCHAR\nSTARTCHAR F12C\nENCODING 61740\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n1FFC00\n0EE000\n1C0000\n100000\nENDCHAR\nSTARTCHAR F12D\nENCODING 61741\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nF3B9E0\nF319E0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n1FFC00\n0EE000\n1C0000\n100000\nENDCHAR\nSTARTCHAR F12E\nENCODING 61742\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nF001E0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\n01F000\n01E000\n01C000\n018000\n010000\nENDCHAR\nSTARTCHAR F12F\nENCODING 61743\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nF1E3E0\nF3E7E0\nF0E1E0\nF0E1E0\nF0E1E0\nF0E1E0\nF0E1E0\nFFFFE0\nFFFFE0\n7FFFC0\n007C00\n007800\n007000\n006000\n004000\nENDCHAR\nSTARTCHAR F130\nENCODING 61744\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\n7FFFC0\n007C00\n007800\n007000\n006000\n004000\nENDCHAR\nSTARTCHAR F131\nENCODING 61745\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0F00\n7F1FC0\n7FBFC0\nFFBFE0\nFFBFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F132\nENCODING 61746\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0F00\n7F1FC0\n73B9C0\nE1B0E0\nC1B060\nC0E060\nE000E0\nE000E0\n6000C0\n7001C0\n300180\n380380\n1C0700\n0E0E00\n071C00\n03B800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F133\nENCODING 61747\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n07FC00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n07FC00\n03FC00\n01F000\n03F800\n1FFF00\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F134\nENCODING 61748\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001E00\n003F00\n003F80\n003F80\n003F00\n003F00\n003F00\n0F1E00\n1F9F80\n3F9FE0\n3F9FE0\n3F9FC0\n1F8000\n1F8000\n0F0000\n3FC000\n7FE000\nFFF000\nFFE000\nENDCHAR\nSTARTCHAR F135\nENCODING 61749\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFE00\nFFFE60\nFFFE60\nFFFE60\nFFFE60\nF83E60\nF81E00\nF81E60\nF81E60\nF83E60\nFC3E60\nFC7E60\nF01E00\nF00E60\nFFFE60\nFFFE60\nFFFE60\nFFFE60\nFFFE00\nENDCHAR\nSTARTCHAR F136\nENCODING 61750\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n3FFF80\n8FFE20\nE3F8E0\nF8E3E0\nFE4FE0\nFFBFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F137\nENCODING 61751\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n0C0600\n0C0600\n0C0600\nCDF660\nCDF660\nE3F0E0\nFFFFE0\nF9FFE0\nF0F060\nF0F020\nF0FFE0\nF0F1E0\nF9FFE0\nF0F020\nE07FE0\nE07FE0\nFFFFE0\nENDCHAR\nSTARTCHAR F138\nENCODING 61752\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001800\n001800\n001800\n003800\n007800\n00F800\n01F000\n03F000\n07FF00\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFC0\nFFFFC0\nFFFF80\nFFFFC0\nFFFF80\nFFFF80\n0FFF00\nENDCHAR\nSTARTCHAR F139\nENCODING 61753\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFF00\nFFFF80\nFFFF80\nFFFFC0\nFFFF80\nFFFFC0\nFFFFC0\nFFFFE0\nFFFFE0\n7FFFC0\n07FF00\n03F000\n01F000\n00F800\n007800\n003800\n001800\n001800\n001800\nENDCHAR\nSTARTCHAR F13A\nENCODING 61754\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n004000\n00E000\n00E000\n01F000\n01F800\n07FC00\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n0FFE00\n0FFE00\n0FFF00\n0FFF00\n1F1F00\n1C0300\nENDCHAR\nSTARTCHAR F13B\nENCODING 61755\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n004000\n00E000\n00E000\n01B000\n011800\n071C00\nFE0FE0\nE000E0\n6000C0\n300180\n180300\n0C0600\n0C0200\n0C0200\n086300\n0FFB00\n1F1F00\n1C0300\nENDCHAR\nSTARTCHAR F13C\nENCODING 61756\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n71F1C0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n77FDC0\n7803C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F13D\nENCODING 61757\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n71F1C0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFC07E0\n73F9C0\n77FDC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F13E\nENCODING 61758\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n71F1C0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7803C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F13F\nENCODING 61759\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n71F1C0\nF1F1E0\nF1F1E0\nF1F1E0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\n70E1C0\n79F3C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F140\nENCODING 61760\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 19 5 0\nBITMAP\n07C0\n1FC0\n1FC0\n3FC0\n3C00\n3C00\n3C00\n3C00\nFFC0\nFFC0\nFFC0\nFFC0\n3C00\n3C00\n3C00\n3C00\n3C00\n3C00\n3800\nENDCHAR\nSTARTCHAR F141\nENCODING 61761\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7FF000\n7FFC00\nFFFE00\nFC0700\nF80380\nF9F380\n79F3C0\n781FC0\n7C07C0\n7F03C0\n79F3C0\n39F3E0\n3803E0\n1C07E0\n0FFFE0\n07FFC0\n01FFC0\n000F00\nENDCHAR\nSTARTCHAR F142\nENCODING 61762\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n03F800\n7FFFC0\nFFFFE0\nFFFFE0\nFE7FE0\nFE3FE0\nFE0FE0\nFE07E0\nFE0FE0\nFE3FE0\nFE7FE0\nFFFFE0\n7FFFE0\n7FFFC0\n03F800\nENDCHAR\nSTARTCHAR F143\nENCODING 61763\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\n7FFC\nFFFE\nFEFE\nFEFE\nFC7E\nF01E\nF01E\nF83E\nF83E\nF83E\nFBBE\nFFFE\nFFFE\nFFFE\nFEFE\nF83E\nF01E\n4004\nENDCHAR\nSTARTCHAR F144\nENCODING 61764\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nC00060\nE000E0\nFFFFE0\nFFFFE0\nE000E0\nC00060\nE000E0\nFFFFE0\nFFFFE0\n7FFFC0\n03F800\n01F000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F145\nENCODING 61765\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n01F000\n03F800\n7FFFC0\nFFFFE0\nFFFFE0\nE000E0\nC00060\nE000E0\nFFFFE0\nFFFFE0\nE000E0\nC00060\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F146\nENCODING 61766\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 8 0 5\nBITMAP\n3C0780\n7E0FC0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\n7F1FC0\n3E0F80\nENDCHAR\nSTARTCHAR F147\nENCODING 61767\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F3FE0\nFF3FE0\nE001E0\nC003E0\nC00760\nC00E60\nC01C60\nC03860\nC07060\nC0E000\nC1C000\nC18060\nC00060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F148\nENCODING 61768\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n07FC00\n3FFF80\n7FFFC0\nF803E0\nFB1BE0\nFBFBE0\n03F800\n0FFE00\n3FFF80\n7E0FC0\n7CE7C0\nFDF7E0\nFDF7E0\nFCE7E0\nFE0FE0\nFFBFE0\n7FFFC0\n380380\nENDCHAR\nSTARTCHAR F149\nENCODING 61769\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFC0000\nFDFFC0\nFDFFE0\nFDFFE0\nFD0020\nFD0020\nFDFFE0\nFD1220\nFD1220\nFDB360\nFDFFE0\nFD1220\nFD1220\nFDFFE0\n011320\nFF1220\nFFB320\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F14A\nENCODING 61770\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFF8E0\nFFF860\nFFF860\nFFF860\nFFFFE0\nFF1FE0\nE60CE0\nC60C60\nC60C60\nC71C60\nC3F860\nC1F060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F14B\nENCODING 61771\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFF1E0\nFFC1E0\nFFC1E0\nFFCFE0\nFFCFE0\nFFCFE0\nFF01E0\nFE01E0\nFF01E0\nFFCFE0\nFFCFE0\nFFCFE0\nE0C8E0\nC0C860\nE0D8E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F14C\nENCODING 61772\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3F8F80\n71DDC0\n70F9C0\nE0F8E0\nFFF0E0\nFFF060\nC03060\nC03FE0\nE0FFE0\nE1F8E0\n7399C0\n7319C0\n3F1F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F14D\nENCODING 61773\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFBFE0\nFF1FE0\nFF1FE0\nFE0FE0\nFE0FE0\nFC07E0\nFC07E0\nF803E0\nF833E0\nF3E1E0\nF1E9E0\nE0F0E0\nE0E0E0\nC0E060\nE0E0E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F14E\nENCODING 61774\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n1FFFC0\n5E0000\nCCE7E0\nE9F3E0\nE3FBE0\nF3FBE0\nFBFBE0\nF9F3E0\nFCE7E0\n7E07C0\n7FEFC0\n3FCF80\n1FDF00\n0FBE00\n033800\nENDCHAR\nSTARTCHAR F14F\nENCODING 61775\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFFE0\n07FFE0\n73FFE0\nFBFFE0\nF3FFE0\n0783E0\n3F03E0\n0703E0\n7303E0\nFB83E0\n7387E0\n07C7E0\n3F01E0\n0601E0\nF3FFE0\nFBFFE0\n73FFE0\n07FFE0\n1FFFE0\nENDCHAR\nSTARTCHAR F150\nENCODING 61776\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\n87FC20\n83F820\n81F020\n88E220\n8C4620\n8E0E20\n8D1620\n8BBA20\n87FC20\n8FFE20\n8FFE20\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F151\nENCODING 61777\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFF0000\n381FE0\n1C1FE0\n1E1FE0\n0E0700\n070E00\n071C00\n03B800\n03F000\n01E000\n01E000\n01E000\n01E000\n01E000\n01E000\n01E000\n07F800\n07F800\nENDCHAR\nSTARTCHAR F152\nENCODING 61778\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFC060\nFFC020\nFFC020\nFFC020\nFFC020\nFFC020\nFFC020\nFFC020\n800020\n807FE0\n807FE0\n807FE0\n807FE0\n807FE0\n807FE0\n807FE0\nC07FE0\n7FFFC0\nENDCHAR\nSTARTCHAR F153\nENCODING 61779\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nFBC460\nEF6660\nC676E0\nC673C0\nC673C0\nC673C0\nC67180\nC63180\n000180\n000380\n000100\n000000\n000000\n000000\nC00060\nC00060\nC00060\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F154\nENCODING 61780\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 1\nBITMAP\n000300\n003F80\n006700\n004200\n004000\n73F9C0\n9FFF20\n8FFE20\nF9F3E0\n39F380\n79F3C0\n7FFFC0\n7FFFC0\n3DF780\n3C0780\n1FFF00\n0FFE00\n01F000\nENDCHAR\nSTARTCHAR F155\nENCODING 61781\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFF80\n7FFF00\n7FFE00\n43F800\nENDCHAR\nSTARTCHAR F156\nENCODING 61782\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE000E0\nC00060\nC00060\nC00060\nE000E0\nE000E0\n7001C0\n7001C0\n7C0780\n7F1F00\n7FFE00\n43F800\nENDCHAR\nSTARTCHAR F157\nENCODING 61783\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nF9B3E0\nF913E0\nF9B3E0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFF80\n7FFF00\n7FFE00\n43F800\nENDCHAR\nSTARTCHAR F158\nENCODING 61784\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE000E0\nC64C60\nC6EC60\nC64C60\nE000E0\nE000E0\n7001C0\n7001C0\n7C0780\n7F1F00\n7FFE00\n43F800\nENDCHAR\nSTARTCHAR F159\nENCODING 61785\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE4C0E0\nC4C060\nC4C060\nFFFFE0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F15A\nENCODING 61786\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\n80E020\n83F820\n83F820\n83F820\n83F820\n83F820\n81F020\n81F020\n83F820\n8FFE20\n8FFE20\n8FFE20\n800020\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F15B\nENCODING 61787\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100000\n380000\n7C0000\nFC0000\nFC0000\nFC0000\nF80000\n700000\n780000\n3C0000\n3C0000\n1E0000\n0F0000\n0FC380\n07E7E0\n01FFE0\n00FFC0\n007F80\n000F00\nENDCHAR\nSTARTCHAR F15C\nENCODING 61788\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n101860\n381CE0\n7C0FC0\nFC0780\nFC0780\nFC0FC0\nF81CE0\n701860\n780000\n3C0000\n3C0000\n1E0000\n0F0000\n0FC380\n07E7C0\n01FFE0\n00FFC0\n007F80\n000F00\nENDCHAR\nSTARTCHAR F15D\nENCODING 61789\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100060\n3818E0\n7C19C0\nFC1B80\nFC1F00\nFC1E00\nF81FC0\n701FC0\n780000\n3C0000\n3C0000\n1E0000\n0F0000\n0FC380\n07E7C0\n01FFE0\n00FFC0\n007F80\n000F00\nENDCHAR\nSTARTCHAR F15E\nENCODING 61790\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100FE0\n380FE0\n7C01E0\nFC03E0\nFC0760\nFC0E60\nF81C60\n701800\n780000\n3C0000\n3C0000\n1E0000\n0F0000\n0FC380\n07E7C0\n01FFE0\n00FFC0\n007F80\n000F00\nENDCHAR\nSTARTCHAR F15F\nENCODING 61791\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0180\n03C0\n07E0\n0FE0\n1C70\n3838\n783C\nFC7E\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n7FFC\n7FFC\nENDCHAR\nSTARTCHAR F160\nENCODING 61792\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n00E000\n03F800\n0FFE00\n1FFF00\n1FE700\n3FC380\n7FC1C0\n7780C0\n6100C0\nE000E0\nC00060\nC00060\nE000E0\nF001E0\n7FFFC0\n3FFF80\n07FC00\nENDCHAR\nSTARTCHAR F161\nENCODING 61793\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFF1FE0\nFC07E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFC07E0\nFE0FE0\nFF1FE0\nFC07E0\nF001E0\nE000E0\nE000E0\nC00060\n400040\nENDCHAR\nSTARTCHAR F162\nENCODING 61794\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FC000\n387000\n601800\n400C00\n800400\n800400\n800500\nC005C0\n400DC0\n6019E0\n3873E0\n3FC7E0\n381FE0\n27FFC0\n03FFC0\n01FF80\n003B80\n000180\n000080\nENDCHAR\nSTARTCHAR F163\nENCODING 61795\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n01F000\n00F800\n02F800\n067C00\n077C00\n0F3E00\n1F3F00\n1E1F00\n3E0F80\n3C0F80\n7C07C0\nF80000\nFBFFE0\n73FFC0\n27FF80\n2FFF80\n0FFF00\nENDCHAR\nSTARTCHAR F164\nENCODING 61796\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0C0000\n1C0000\n1C0000\n1C0000\n3C0000\nFFC000\nFFC000\nFFC000\n3C0000\n3C0000\n3C0000\n3C0000\n3C0000\n3C03C0\n3C07E0\n3FE7E0\n3FE7E0\n1FE7E0\n07C3C0\nENDCHAR\nSTARTCHAR F165\nENCODING 61797\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nC03FE0\n18FDE0\n3CFDE0\n7E7DE0\n7E7020\n7E7DE0\n3E7DE0\n1CFFE0\n81FFE0\nF1FFE0\nF1FFE0\nF0FFE0\n007FE0\n7E3FE0\nFF3FE0\nFF3FE0\nFF3FE0\n7E7FC0\nENDCHAR\nSTARTCHAR F166\nENCODING 61798\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE7FFE0\nC7FFE0\nC7FFE0\nFFFFE0\nC641E0\nC600E0\nC618E0\nC63C60\nC63C60\nC67C60\nC67C60\nC67C60\nC67C60\nC67C60\nE67CE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F167\nENCODING 61799\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FF000\n3FF800\n7FFC00\n7FFE00\nFFFE00\nF81E00\nF81F00\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n0FFE00\nENDCHAR\nSTARTCHAR F168\nENCODING 61800\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0E0780\n3E0FC0\n7F1FE0\n7F1FE0\nFF1FE0\n9F07E0\n1F03E0\n0F83C0\n0F87C0\n0F87C0\n0F8F80\n0F9F80\n07FF00\n07FE00\n07FC00\n07FC00\n03F800\n03F000\n01C000\nENDCHAR\nSTARTCHAR F169\nENCODING 61801\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFF00\n3FFF80\n7FFFC0\n7C03C0\nF001E0\nF381E0\nF3C1E0\nF3C1E0\nF3C1E0\nF3E7C0\n63FFC0\n43FF80\n03FE00\n03C000\n0FC000\n0FC000\n0F8000\n0F8000\nENDCHAR\nSTARTCHAR F16A\nENCODING 61802\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n000C00\n003FC0\n603F80\n707FE0\n7C7F80\n3FFF80\n7FFF00\n7FFF00\n3FFF00\n1FFF00\n3FFE00\n1FFC00\n03FC00\nFFF800\n7FE000\n1F8000\nENDCHAR\nSTARTCHAR F16B\nENCODING 61803\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF3F9E0\nF1F1E0\nF0E1E0\nF803E0\nFC07E0\nFE0FE0\n7F1FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F16C\nENCODING 61804\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000380\n0007C0\n000FE0\n000FE0\n003FE0\n00FFC0\n3BE780\n7F8000\nFE0000\nFE0000\nFE0000\n7F8000\n3BE780\n00FFC0\n003FE0\n000FE0\n000FE0\n0007C0\n000380\nENDCHAR\nSTARTCHAR F16D\nENCODING 61805\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE4C0E0\nC4C060\nC4C060\nFFFFE0\nC00060\nC00060\nC04060\nC0E060\nC0E060\nC3F860\nC3F860\nC0E060\nC0E060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F16E\nENCODING 61806\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE4C0E0\nC4C060\nC4C060\nFFFFE0\nC00060\nC00060\nC00060\nC00060\nC00060\nC3F860\nC3F860\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F16F\nENCODING 61807\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FF000\n7FF800\n7FFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nC00060\nC04060\nC0E060\nC0E060\nC3F860\nC3F860\nC0E060\nC0E060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F170\nENCODING 61808\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FF000\n7FF800\n7FFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nC00060\nC00060\nC00060\nC00060\nC3F860\nC3F860\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F171\nENCODING 61809\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nF803E0\nFC07E0\nFE0FE0\nFF1FE0\nFFBFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F172\nENCODING 61810\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7061C0\n7FFFC0\n7FFFC0\n7101C0\n7FFFC0\n7FFFC0\n7FFFC0\n03F800\nFBFBE0\nF9FBE0\nF9F3E0\nFC07E0\nFC07E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F173\nENCODING 61811\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\n9FFF20\nCFFE60\nE7FCE0\nF3F9E0\nF9F3E0\nFC07E0\nFCE7E0\nF9F3E0\nF3F9E0\nE7FCE0\nCFFE60\n9FFF20\n3FFF80\nENDCHAR\nSTARTCHAR F174\nENCODING 61812\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07BC00\n0E0E00\n0CEE00\n3CFF80\n9FE720\nCCE660\nE60CE0\nF3F9E0\nF9F3E0\nFCE7E0\nFC47E0\nF913E0\nF3F9E0\nE7FCE0\nCFFE60\n9FFF20\n3FFF80\nENDCHAR\nSTARTCHAR F175\nENCODING 61813\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07FC00\n0FDE00\n0FCE00\n3C0780\n9C0720\nCFCE60\nE7DCE0\nF3F9E0\nF9F3E0\nFCE7E0\nFC47E0\nF913E0\nF3F9E0\nE7FCE0\nCFFE60\n9FFF20\n3FFF80\nENDCHAR\nSTARTCHAR F176\nENCODING 61814\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07BC00\n0F1E00\n0E0E00\n3C0780\n9F1F20\nCF1E60\nE71CE0\nF3B9E0\nF9F3E0\nFCE7E0\nFC47E0\nF913E0\nF3F9E0\nE7FCE0\nCFFE60\n9FFF20\n3FFF80\nENDCHAR\nSTARTCHAR F177\nENCODING 61815\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07BC00\n0F1E00\n0F1E00\n3F1F80\n9C0720\nCE0E60\nE71CE0\nF3F9E0\nF9F3E0\nFCE7E0\nFC47E0\nF913E0\nF3F9E0\nE7FCE0\nCFFE60\n9FFF20\n3FFF80\nENDCHAR\nSTARTCHAR F178\nENCODING 61816\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nC1F060\nC1F060\nC1F060\nC7FC60\nC3F860\nC1F060\nC0E060\nE040E0\nF803E0\nFC07E0\nFC07E0\nFC07E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F179\nENCODING 61817\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nC0E060\nC1F060\nC3F860\nC7FC60\nC7F060\nC1F060\nC1F060\nE1F0E0\nF803E0\nFC07E0\nFC07E0\nFC07E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F17A\nENCODING 61818\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nC7FC60\nC7FC60\nC00060\nC7FC60\nC7FC60\nC7FC60\nC00060\nE000E0\nF803E0\nFC07E0\nFC07E0\nFC07E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F17B\nENCODING 61819\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7C0000\nFF8000\nFFE000\n7FF000\n01F800\n007C00\n003E00\n781F00\nFE0F80\nFF0780\n7F83C0\n07C3C0\n03E1C0\n01E1E0\n60F1E0\nF0F1E0\nF8F1E0\nF8F1E0\n7060C0\nENDCHAR\nSTARTCHAR F17C\nENCODING 61820\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 1\nBITMAP\n178000\n37FC00\n77FF00\nE7FF80\n0FFF80\nFFFF80\nFFFF80\nFFF380\nFFF380\nFFFF80\nFFFF80\n7FFF80\n7F7F80\n3E0780\n003780\n006780\n004700\n004700\n007E00\nENDCHAR\nSTARTCHAR F17D\nENCODING 61821\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nF001E0\nBFFFA0\nBFFFA0\nF001E0\nB001A0\nF001E0\nB001A0\nF001E0\nB001A0\nB001A0\nF001E0\nB001A0\nF001E0\nB001A0\nF001E0\nF001E0\nBFFFA0\nF001E0\nENDCHAR\nSTARTCHAR F17E\nENCODING 61822\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE180E0\nE1E0E0\nC1F860\nC1FC60\nC1F860\nE1E0E0\nE180E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F17F\nENCODING 61823\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0F1E00\n1E0F00\n3E0F80\n7E0FC0\n671CC0\nC3F860\nC1F060\nC3B860\nE318E0\nFFBFE0\nFFFFE0\nF0E1E0\n70E1C0\n70E1C0\n30E180\n19F300\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F180\nENCODING 61824\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0F1E00\n1C0700\n380380\n300180\n7001C0\n7001C0\n7001C0\n7001C0\n7803C0\n7803C0\nF803E0\nF803E0\nF803E0\nF803E0\n7803C0\n7803C0\n180300\nENDCHAR\nSTARTCHAR F181\nENCODING 61825\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0001E0\n003FE0\n07FFE0\n07FFE0\n07FFE0\n07FC60\n078060\n060060\n060060\n060060\n060060\n060060\n0607E0\n060FE0\n3E0FE0\nFE0FC0\nFE0380\nFE0000\n7C0000\nENDCHAR\nSTARTCHAR F182\nENCODING 61826\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n806000\nC07000\nE07800\nF07C00\nF87E00\nFC7F00\nFE7F80\nFF7FC0\nFFFFC0\nFFFFE0\nFFFFC0\nFF7FC0\nFE7F80\nFC7F00\nF87E00\nF07C00\nE07800\nC07000\n806000\nENDCHAR\nSTARTCHAR F183\nENCODING 61827\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00C020\n01C060\n03C0E0\n07C1E0\n0FC3E0\n1FC7E0\n3FCFE0\n7FDFE0\n7FFFE0\nFFFFE0\n7FFFE0\n7FDFE0\n3FCFE0\n1FC7E0\n0FC3E0\n07C1E0\n03C0E0\n01C060\n00C020\nENDCHAR\nSTARTCHAR F184\nENCODING 61828\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nC00000\nF00000\nFC0000\nFE0000\nFF8000\nFFE000\nFFF800\nFFFC00\nFFFF00\nFFFF80\nFFFF00\nFFFC00\nFFF800\nFFE000\nFF8000\nFE0000\nFC0000\nF00000\nC00000\nENDCHAR\nSTARTCHAR F185\nENCODING 61829\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F186\nENCODING 61830\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7C07C0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\n7C07C0\nENDCHAR\nSTARTCHAR F187\nENCODING 61831\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000600\n000700\n000780\n0007C0\nFFFFE0\nFFFFE0\nE007C0\nC00700\nC00640\nC00060\n4C0060\n1C0060\n3C00E0\nFFFFE0\nFFFFE0\n7C0000\n3C0000\n1C0000\n0C0000\nENDCHAR\nSTARTCHAR F188\nENCODING 61832\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000600\n000700\n000780\n0007C0\nF87FE0\nFE7FE0\n0F4780\n030700\n030600\n030000\n030600\n038700\n0BC780\nFDFFE0\nF87FE0\n0007C0\n000780\n000700\n000600\nENDCHAR\nSTARTCHAR F189\nENCODING 61833\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F18A\nENCODING 61834\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC001C0\nE003E0\nF003E0\nF803E0\nFC03E0\nFF03E0\nFF83E0\nFFC3E0\nFFE3E0\nFFF3E0\nFFE3E0\nFFC3E0\nFF83E0\nFF03E0\nFC03E0\nF803E0\nF003E0\nE003E0\nC001C0\nENDCHAR\nSTARTCHAR F18B\nENCODING 61835\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700060\nF800E0\nF801E0\nF803E0\nF807E0\nF81FE0\nF83FE0\nF87FE0\nF8FFE0\nF9FFE0\nF8FFE0\nF87FE0\nF83FE0\nF81FE0\nF807E0\nF803E0\nF801E0\nF800E0\n700060\nENDCHAR\nSTARTCHAR F18C\nENCODING 61836\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n07C0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n4FE4\nEFEE\nEFEE\n67CC\n739C\n3838\n1FF0\n0FE0\n0380\n0380\n1FF0\n1FF0\nENDCHAR\nSTARTCHAR F18D\nENCODING 61837\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0700\n0780\n07E0\n07F0\n07F8\n07FC\n07FC\n073E\n073E\n071C\n071C\n0738\n0730\n0700\n3F00\n7F00\nFF00\n7E00\n3C00\nENDCHAR\nSTARTCHAR F18E\nENCODING 61838\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6040C0\n70E1C0\n70E1C0\n70E1C0\n7001C0\n71F1C0\n71F1C0\n7001C0\n70E1C0\n70E1C0\n70E000\n70E3E0\n00E3E0\nF8E000\nF8E1C0\n00E1C0\n00E1C0\n70E1C0\n6040C0\nENDCHAR\nSTARTCHAR F18F\nENCODING 61839\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nF00000\nF80000\n700000\n000000\nF803E0\nF803E0\n000000\n70E1C0\nF9F3E0\n70E1C0\n000000\nF9F3E0\nF9F3E0\n000000\n70E1C0\nF9F3E0\nF0E1E0\nENDCHAR\nSTARTCHAR F190\nENCODING 61840\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\nFFE0\n8020\n8020\n8020\n8020\n8020\n8020\nFFE0\nF1E0\nC460\n9F20\nBFA0\nB1A0\nB1A0\nBFA0\n9F20\nC460\nF1E0\nFFE0\nENDCHAR\nSTARTCHAR F191\nENCODING 61841\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n1F0000\n358000\n7FC000\nFFC000\nB56000\nFFE000\nB56000\nFFC800\n75D800\n3F9C00\n0E3E00\n00FF00\n01FF00\n007F80\n003FC0\n001FC0\n0007E0\n0003C0\n000080\nENDCHAR\nSTARTCHAR F192\nENCODING 61842\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n000000\n000000\n000000\n01F000\n03F800\n000000\n000000\n07FC00\n07FC00\n0FFE00\n000000\n000000\n1FFF00\n1FFF00\n3FFF80\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F193\nENCODING 61843\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0003E0\n00FFE0\n7FFF60\nFFBE60\nEF9F00\nE78000\nE00000\nE38E20\nE79E60\nC71C60\nFFFFE0\nFFFFE0\nC00060\nFFFFE0\nFFFFE0\nE000E0\nE000E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F194\nENCODING 61844\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n010000\n010800\n030C00\n030C00\n03CC00\n0BED80\n3FEDC0\n7FFFC0\n7FFFC0\nFFFFE0\n7FFFC0\n7FFFC0\n3FEDC0\n0BED80\n03CC00\n030C00\n030C00\n010800\n010000\nENDCHAR\nSTARTCHAR F195\nENCODING 61845\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n1FFF00\n3FFF80\n3FFF80\n380380\n380380\nFFFFE0\nFFFFE0\nF3F9E0\nC1F060\n9EEF20\nBEEFA0\nBEEFA0\nDCE760\nC00060\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F196\nENCODING 61846\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 3\nBITMAP\n040000\n060000\n070000\n07C000\n7FE7C0\nFFE7E0\nE780E0\nC70060\nC60060\nC40060\nC00060\nC00060\nC00060\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F197\nENCODING 61847\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n706000\nF87000\nF87800\nF87C00\nF87E00\nF87F00\nF87F80\nF87FC0\nF87FC0\nF87FE0\nF87FC0\nF87FC0\nF87F80\nF87F00\nF87E00\nF87C00\nF87800\nF87000\n706000\nENDCHAR\nSTARTCHAR F198\nENCODING 61848\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00C1C0\n01C3E0\n03C3E0\n07C3E0\n0FC3E0\n1FC3E0\n3FC3E0\n7FC3E0\n7FC3E0\nFFC3E0\n7FC3E0\n7FC3E0\n3FC3E0\n1FC3E0\n0FC3E0\n07C3E0\n03C3E0\n01C3E0\n00C1C0\nENDCHAR\nSTARTCHAR F199\nENCODING 61849\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n006000\n00F000\n01F800\n03FC00\n07FE00\n0FFF00\n3FFF80\n7FFFC0\nFFFFE0\n7FFFE0\n000000\n000000\n000000\n000000\n3FFFC0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F19A\nENCODING 61850\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n600000\nF00000\nF80000\n780000\n3C0000\n0FF800\n07F800\n07F800\n079E00\n070F80\n070FC0\n079FE0\n03FFE0\n00FEE0\n00FCE0\n0079E0\n007FC0\n003F80\n001F00\nENDCHAR\nSTARTCHAR F19B\nENCODING 61851\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n03F800\n07FC00\n07FC00\n0FFE00\n7FFFC0\nFE0FE0\nF8E3E0\nFB1BE0\nF60DE0\nF405E0\nF405E0\nF405E0\nF405E0\nF209E0\nFBFBE0\nFCE7E0\nFF1FE0\n7FFFC0\nENDCHAR\nSTARTCHAR F19C\nENCODING 61852\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n383800\n7C7E00\nFE7E00\nFEFE00\nFEFE00\nFE7E00\n7C3C00\n3FFC00\n7FFC00\n7FFC60\n7FFDE0\n7FFFE0\n7FFFE0\n7FFDE0\n7FFC60\n7FFC20\n3FFC00\nENDCHAR\nSTARTCHAR F19D\nENCODING 61853\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n8FFE20\nFFFFE0\nFFFFE0\n8FFE20\n8FFE20\nFFFFE0\n8FFE20\n8FFE20\nDFFF60\nFFFFE0\n8FFE20\n8FFE20\nFFFFE0\n9FFF20\n8FFE20\n9FFF20\nFFFFE0\n8FFE20\nENDCHAR\nSTARTCHAR F19E\nENCODING 61854\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\nE330C0\nE3B0C0\nE3B0C0\nE3B0C0\nE3B0C0\nE3B0C0\nE3B0C0\nE3B0C0\nE3B0C0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF7BBC0\nF739C0\nENDCHAR\nSTARTCHAR F19F\nENCODING 61855\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nE00060\nC00020\nC00020\nC1F820\nC7FE20\nC7FF20\nCF8F20\nCF6720\nCEF7A0\nCEF7A0\nCE6720\nCF0F20\nC7FF20\nC7FE20\nC3FC20\nC06020\nE00060\nFFFFE0\nENDCHAR\nSTARTCHAR F1A0\nENCODING 61856\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n7FFFC0\nFFFFE0\n800020\nBFF020\nBFC020\nBF8020\nBE0020\nBC0020\nB00020\nA00020\n800020\nFFFFE0\n7FFFC0\n01F000\n01F000\n07FC00\nENDCHAR\nSTARTCHAR F1A1\nENCODING 61857\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nC001C0\nC201E0\nC701E0\nFFFFE0\nF9FFE0\nE07FC0\nE07FC0\nC67FC0\nC67FC0\nE07FC0\nF0FFC0\nFFFF80\n3FFF00\n380600\nENDCHAR\nSTARTCHAR F1A2\nENCODING 61858\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n73F9C0\n77FDC0\nEF1EE0\nEEEEE0\nCDF660\nCDF660\nCDF660\nCCE660\n000000\n01F000\n01F000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F1A3\nENCODING 61859\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0F1E00\n1C0700\n380380\n300180\n7001C0\n7001C0\n7803C0\n7803C0\nF803E0\nF803E0\nF803E0\nF803E0\n7803C0\n300000\n100000\n19E000\n0FC000\nENDCHAR\nSTARTCHAR F1A4\nENCODING 61860\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0C0600\n0C0600\n060C00\n031800\n01B000\n00E000\n7FFFC0\nFFFFE0\nC00C20\n800660\n8007E0\n800420\n8007E0\n800420\n8007E0\n800660\nC00C20\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1A5\nENCODING 61861\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n600000\nE00000\nE00000\n500000\n0C0000\n0FF000\n07F800\n067800\n067800\n07F680\n07F3C0\n07FFE0\n039DE0\n00D9E0\n0070E0\n007CE0\n007F40\n007F80\n001F00\nENDCHAR\nSTARTCHAR F1A6\nENCODING 61862\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\nF1E1C0\n9FBF40\nBFBF40\nF1E1C0\n600080\n600080\n600080\nF001C0\nF00340\n904340\nF003C0\n600080\n600080\n600080\n60E1C0\nF1E3C0\n9FBF40\nF1E3C0\nENDCHAR\nSTARTCHAR F1A7\nENCODING 61863\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFCFFC0\nFDFFE0\nFDC0E0\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC060\nFDC0E0\nFDFFE0\nFCFFC0\nENDCHAR\nSTARTCHAR F1A8\nENCODING 61864\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF8FFC0\nF9FFE0\nF9C0E0\nF9C060\nF1C060\n01C060\n01C060\nF1C060\nF9C060\nF9C060\nF9C060\nF1C060\n01C060\n01C060\nF1C060\nF9C060\nF9C0E0\nF9FFE0\nF8FFC0\nENDCHAR\nSTARTCHAR F1A9\nENCODING 61865\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FE7E0\nFFF7E0\nE077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nC077E0\nE077E0\nFFF7E0\n7FE7E0\nENDCHAR\nSTARTCHAR F1AA\nENCODING 61866\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FE3E0\nFFF3E0\nE073E0\nC073E0\nC071E0\nC07000\nC07000\nC071E0\nC073E0\nC073E0\nC073E0\nC071E0\nC07000\nC07000\nC071E0\nC073E0\nE073E0\nFFF3E0\n7FE3E0\nENDCHAR\nSTARTCHAR F1AB\nENCODING 61867\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE3F8E0\nF7FDE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF60DE0\nF7FDE0\nE3F8E0\nENDCHAR\nSTARTCHAR F1AC\nENCODING 61868\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3E0000\n7F0000\nFF8000\nFF8000\nFF8000\nFF8000\nFFE000\n7FFF80\n3FFF80\n03FF80\n03C3C0\n01C3C0\n01C3C0\n01C1C0\n01F8C0\n01FC60\n01FE20\n003F00\n000180\nENDCHAR\nSTARTCHAR F1AD\nENCODING 61869\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3E0000\n7F0000\nFF8000\nFFF000\nFFF000\nFFF000\nFFF000\n7FF800\n3F9C00\n1F0E00\n1F0700\n1F8300\n01C380\n00E380\n007F80\n003FC0\n000FE0\n0001E0\n0000E0\nENDCHAR\nSTARTCHAR F1AE\nENCODING 61870\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nF3F9E0\nE1F0E0\nC1F060\nC1F060\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n03F800\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F1AF\nENCODING 61871\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n180060\n3800E0\n7FFFC0\nFFFF80\nFFFF80\n380F80\n381F80\n383B80\n387380\n38E380\n39C380\n3B8380\n3F0380\n3E0380\n3FFFE0\n1FFFE0\n0FFFC0\n000380\n000300\nENDCHAR\nSTARTCHAR F1B0\nENCODING 61872\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7319C0\nF319E0\nE000E0\nC00060\n000000\n000000\nC00060\nC00060\n000000\n000000\n000000\nC00060\nC00060\n000000\n000000\nC00060\nE000E0\nF319E0\n7319C0\nENDCHAR\nSTARTCHAR F1B1\nENCODING 61873\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n031800\n0F1E00\n0F1E00\n040400\n6000C0\n7001C0\nE000E0\nE000E0\n000000\n000000\n000000\nE000E0\nE000E0\n7001C0\n6000C0\n040400\n0F1E00\n0F1E00\n031800\nENDCHAR\nSTARTCHAR F1B2\nENCODING 61874\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7319C0\nF319E0\nE000E0\nC00060\n000000\n00E000\nC0E060\nC0E060\n07FC00\n07FC00\n07FC00\nC0E060\nC0E060\n00E000\n000000\nC00060\nE000E0\nF319E0\n7319C0\nENDCHAR\nSTARTCHAR F1B3\nENCODING 61875\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7319C0\nF319E0\nE000E0\nC00060\n000000\n000000\nC00060\nC00060\n07FC00\n07FC00\n07FC00\nC00060\nC00060\n000000\n000000\nC00060\nE000E0\nF319E0\n7319C0\nENDCHAR\nSTARTCHAR F1B4\nENCODING 61876\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7319C0\nF319E0\nE000E0\nC00060\n000000\n000000\nC31860\nC3B860\n01F000\n00E000\n01F000\nC3B860\nC31860\n000000\n000000\nC00060\nE000E0\nF319E0\n7319C0\nENDCHAR\nSTARTCHAR F1B5\nENCODING 61877\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n018000\n01C000\n01C000\n01C000\n01C000\n05D000\n0D9800\n1E3C00\n3FFE00\n7FFF00\nFFFFC0\nFFFF40\n7FFE40\n3FFC40\n1FF840\n0FF0E0\n07E1E0\n03C0E0\n0180C0\nENDCHAR\nSTARTCHAR F1B6\nENCODING 61878\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE00000\nF00000\nF00000\n600000\n400000\n600000\n200000\n11F000\n1DB000\n071C00\n01B700\n01F100\n000080\n0000C0\n000040\n0000C0\n0001E0\n0001E0\n0000E0\nENDCHAR\nSTARTCHAR F1B7\nENCODING 61879\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0C0000\n1E0000\n3F0000\n7F8000\nFFC000\nFFE000\n7FF000\n3FF800\n1FFC00\n0FFE00\n07FF00\n03FE80\n01FD80\n00FB80\n0077C0\n002F00\n001E40\n0002E0\n000060\nENDCHAR\nSTARTCHAR F1B8\nENCODING 61880\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\n700000\n7C0000\n3E0000\n3F0000\n1FC000\n0FE000\n0FD000\n07C800\n038800\n010800\n009300\n000700\n001F80\n003F80\n003F80\n001FC0\n000FE0\n000780\nENDCHAR\nSTARTCHAR F1B9\nENCODING 61881\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F000\n0FF800\n1EF800\n3C7800\n7C7000\n7E6000\nE7E1C0\nC3F3E0\nE3FFE0\nFFFFE0\nFFF8E0\nFFF860\nF1FCE0\n71CFC0\n71C7C0\n3FC780\n1FEF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F1BA\nENCODING 61882\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF80\nFFFF80\nE00000\nE00000\nFE0F80\nFE0F80\nFE0F80\nFE0F80\nFE4F80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF00\n7FFE00\nENDCHAR\nSTARTCHAR F1BB\nENCODING 61883\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000060\n0000E0\n0001C0\n000380\n000700\n7FFFC0\n881C20\n883820\n887020\n88E020\n99C020\nF98020\nF80020\n880020\n880020\n880020\n880020\n980060\n7FFFC0\nENDCHAR\nSTARTCHAR F1BC\nENCODING 61884\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n400040\nC00060\n800020\n800020\n800020\n800020\n800020\nC00060\n400040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F1BD\nENCODING 61885\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n6000C0\n400040\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n800020\n400040\n6000C0\n1FFF00\nENDCHAR\nSTARTCHAR F1BE\nENCODING 61886\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n07FC00\n080200\n180300\n100100\n300180\n200080\n400040\n400040\n800020\n400040\n400040\n200080\n300180\n100100\n180300\n080200\n07FC00\nENDCHAR\nSTARTCHAR F1BF\nENCODING 61887\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000E0\n0001E0\n0001E0\n0001C0\n000200\n000400\n000800\n001000\n002000\n004000\n008000\n010000\n020000\n040000\n080000\n700000\nF00000\nF00000\nE00000\nENDCHAR\nSTARTCHAR F1C0\nENCODING 61888\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n400000\nE7FE00\n47FE00\n43FE00\n400000\n47FFE0\n47FFE0\n400000\n47FF00\n47FF80\n47FF00\n400000\n47FFC0\n47FFC0\n400000\n43F000\n47F800\nE7F800\n400000\nENDCHAR\nSTARTCHAR F1C1\nENCODING 61889\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180FE0\n380040\n3800C0\n380180\n380300\n380200\n380400\n380FE0\n380000\n380000\n380000\n380FC0\n380820\n380820\nFE0820\n7E0FE0\n7C0FE0\n380820\n100820\nENDCHAR\nSTARTCHAR F1C2\nENCODING 61890\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1807C0\n380860\n380820\n380820\n380820\n380FE0\n380820\n380820\n380000\n380000\n380000\n380FE0\n380040\n380080\nFE0100\n7E0300\n7C0600\n380400\n100FE0\nENDCHAR\nSTARTCHAR F1C3\nENCODING 61891\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180000\n382000\n383000\n382000\n380000\n380000\n383C00\n383C00\n380000\n380000\n380000\n383F80\n383F00\n380000\nFE0000\n7E3FC0\n7C3FE0\n383FE0\n100000\nENDCHAR\nSTARTCHAR F1C4\nENCODING 61892\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180000\n383FE0\n383FE0\n383FC0\n380000\n380000\n383F00\n383F80\n380000\n380000\n380000\n383C00\n383C00\n380000\nFE0000\n7E2000\n7C3000\n382000\n100000\nENDCHAR\nSTARTCHAR F1C5\nENCODING 61893\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n780000\n9E0000\nCF0000\nE78000\nFBC000\n7CE000\n7E7000\n3F3800\n1F9C00\n07CC00\n03E600\n00F200\n007900\n001C00\n000600\n000300\n000180\n0000C0\n000020\nENDCHAR\nSTARTCHAR F1C6\nENCODING 61894\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n01F000\n3FFF80\n1FFF00\n1FFF00\n0FFE00\n07FC00\n00E000\n00E000\n7CE7C0\nFEEFE0\n3FFF80\n0FFE00\n07FC00\n07FC00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F1C7\nENCODING 61895\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0F0040\n0F0A00\n0F1420\n0F1420\n1F8A00\n3FC040\n7FE000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\nFFF000\n7FE000\nENDCHAR\nSTARTCHAR F1C8\nENCODING 61896\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n004000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n0EEE00\n0CE600\n1CE700\n38E380\n184300\nENDCHAR\nSTARTCHAR F1C9\nENCODING 61897\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n01F000\n01F000\n03F800\n03F800\n07FC00\n07FC00\n0FBE00\n0FBE00\n0F9E00\n1F1F00\n1F1F00\n3E0F80\n3E0F80\n7FC7C0\n7FC7C0\n7FC3C0\nFFE3E0\nENDCHAR\nSTARTCHAR F1CA\nENCODING 61898\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n1FFF00\n7FFFC0\nFFFFE0\nFFFFE0\n3FFF80\n0FFE00\n43F840\nF041E0\n7C07C0\n1F1F00\n07FC00\n41F040\nF001E0\n7C07C0\n1F1F00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F1CB\nENCODING 61899\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n03F800\n0FFE00\n1FFF00\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFC0\n1FFF00\n07FC00\n03F800\n70E1C0\nFC07E0\nFE0FE0\n7FFFC0\n1FFF00\n0FFE00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F1CC\nENCODING 61900\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n39CC80\n10A100\nC67380\nEFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F1CD\nENCODING 61901\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nC0E0E0\nCEEE60\nCEEFE0\nCEE1E0\nCCFCE0\nC1FE60\nCFEE60\nCFEE60\nCFE0E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1CE\nENCODING 61902\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF071E0\nF77BE0\nF77BE0\nF77BE0\nF77BE0\nF07BE0\nF77BE0\nF77BE0\nF771E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1CF\nENCODING 61903\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF0EFE0\nF7EFE0\nF7EFE0\nF7EFE0\nF7EFE0\nF1EFE0\nF7EFE0\nF7EFE0\nF7E1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1D0\nENCODING 61904\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nC0EA60\nCEEA60\nCEEA60\nCEEA60\nCEEA60\nCEEA60\nCEEA60\nCEEA60\nC0E0E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1D1\nENCODING 61905\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3F0000\n7F0000\n7F0000\n7F1FC0\n7F1FC0\n7F19C0\n7FF9C0\nFFF9E0\n7FF9C0\n7F19C0\n7F1FC0\n7F1FC0\n7F0000\n7F0000\n3F0000\nENDCHAR\nSTARTCHAR F1D2\nENCODING 61906\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n1FF0\n1FF0\n1FF0\n1830\n1830\n1FF0\n1FF0\n0380\n0380\n0380\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n7FFC\n0100\nENDCHAR\nSTARTCHAR F1D3\nENCODING 61907\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\n7F1FC0\n7F1FC0\n7F19C0\n7F19C0\n7F19C0\n7F19C0\n7F19C0\n7F1FC0\n7F1FC0\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F1D4\nENCODING 61908\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n000000\n000000\n000000\n7F1FC0\n7F1FC0\n7F19C0\n7F19C0\n7F19C0\n7F19C0\n7F19C0\n7F1FC0\n7F1FC0\n7F0000\n7F0000\n7F0000\n7F0000\n7F0000\nENDCHAR\nSTARTCHAR F1D5\nENCODING 61909\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000060\n07FC60\n07FC60\n07FC60\n060C60\n060C60\n07FC60\n07FC60\n000060\n000060\n000060\nFFFC60\nFFFC60\nFFFC60\nFFFC60\nFFFC60\nFFFC60\nFFFC60\n000060\nENDCHAR\nSTARTCHAR F1D6\nENCODING 61910\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nC7FC00\nC7FC00\nC7FC00\nC60C00\nC60C00\nC7FC00\nC7FC00\nC00000\nC00000\nC00000\nC7FFE0\nC7FFE0\nC7FFE0\nC7FFE0\nC7FFE0\nC7FFE0\nC7FFE0\nC00000\nENDCHAR\nSTARTCHAR F1D7\nENCODING 61911\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nFFFE00\nFFFE00\n7FFE00\n000000\nFFFFE0\nFFFFE0\n000000\n7FFF00\nFFFF80\n7FFF00\n000000\nFFFFC0\nFFFFC0\n000000\n7F8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR F1D8\nENCODING 61912\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n0FFFE0\n0FFFE0\n0FFFC0\n000000\nFFFFE0\nFFFFE0\n000000\n1FFFC0\n3FFFE0\n1FFFC0\n000000\n7FFFE0\n7FFFE0\n000000\n003FC0\n003FE0\n003FE0\nENDCHAR\nSTARTCHAR F1D9\nENCODING 61913\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n1FFF00\n3FFF80\n1FFF00\n000000\nFFFFE0\nFFFFE0\n000000\n3FFF80\n7FFFC0\n3FFF80\n000000\nFFFFE0\nFFFFE0\n000000\n03F800\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F1DA\nENCODING 61914\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nFFFFE0\nFFFFE0\n7FFFC0\n000000\nFFFFE0\nFFFFE0\n000000\n7FFFC0\nFFFFE0\n7FFFC0\n000000\nFFFFE0\nFFFFE0\n000000\n7F8000\nFF8000\nFF8000\nENDCHAR\nSTARTCHAR F1DB\nENCODING 61915\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n07FC00\n07FC00\n07FC00\nFE0FE0\nFE0FE0\n07FC00\n07FC00\n000000\n000000\n000000\n3FFF80\n3FFF80\nFFFFE0\nFFFFE0\n3FFF80\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F1DC\nENCODING 61916\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n180C00\n180C00\n7E0C00\nFE0C00\nFE0C00\nFE3F80\nFE3F80\nFE3380\nFE3380\nFE3380\nFE3380\nFE3380\nFE3F80\nFE3F80\nFE0C00\nFE0C00\n7E0C00\n180C00\n180C00\nENDCHAR\nSTARTCHAR F1DD\nENCODING 61917\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n018000\n018000\n03C000\n03C000\n07E000\n07E000\n0FF700\n0FF380\n1FFBC0\n5FFBE0\nC003E0\nFEFFE0\nFEFFE0\nFF7FE0\nFF7FC0\nFFBF80\nFFCE00\nFFC000\nFF8000\nENDCHAR\nSTARTCHAR F1DE\nENCODING 61918\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFBFFE0\nF9FFE0\nF9FE60\nC07C60\nE07860\nF9F060\nF9E060\nFFC060\nFF8060\nFF0060\nFEFE60\nFCFE60\nF80060\nF000E0\nF001E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1DF\nENCODING 61919\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFEE0\nFC0460\nF80460\nF00E60\nF01E60\nF03E60\nF07E60\nF0FE60\nF1FE60\nF3FE60\nFFFC60\nFBF860\nF000E0\nF001E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F1E0\nENCODING 61920\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF001E0\nBFFFA0\nF001E0\nE000E0\n400040\n470040\n470040\n470040\n400840\n401C40\n403C40\n467C40\n473C40\n479C40\n400040\nE000E0\nF001E0\nBFFFA0\nF001E0\nENDCHAR\nSTARTCHAR F1E1\nENCODING 61921\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nFF9FE0\nFFC000\nFFC000\nFFDF80\nFFC000\nFFDFE0\nFFC000\nFF9FC0\n7F1F80\n000000\nFFFFE0\n000000\nFFFF80\n000000\nFFFF80\nFFFFC0\n000000\nFFFE00\nENDCHAR\nSTARTCHAR F1E2\nENCODING 61922\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nFF3FE0\n007FE0\n007FE0\nFC7FE0\n007FE0\nFF7FE0\n007FE0\nFE3FE0\n7E1FC0\n000000\nFFFFE0\n000000\nFFFF80\n000000\nFFFF80\nFFFFC0\n000000\nFFFE00\nENDCHAR\nSTARTCHAR F1E3\nENCODING 61923\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nFFFE00\n000000\n000000\nFFFFE0\n000000\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n000000\nFFFF80\nFFFFC0\n000000\nFFFE00\nENDCHAR\nSTARTCHAR F1E4\nENCODING 61924\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF001E0\nBFFFA0\nF001E0\nE000E0\n401C40\n41DE40\n43DE40\n47DE40\n47C040\n47FC40\n47FC40\n47FC40\n43F840\n41F040\n400040\nE000E0\nF001E0\nBFFFA0\nF001E0\nENDCHAR\nSTARTCHAR F1E5\nENCODING 61925\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF001E0\nBFFFA0\nF001E0\nE000E0\n400040\n460040\n460040\n460C40\n460C40\n464C40\n46EC40\n46EC40\n46EC40\n46EC40\n400040\nE000E0\nF001E0\nBFFFA0\nF001E0\nENDCHAR\nSTARTCHAR F1E6\nENCODING 61926\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n00E000\n031800\n040400\n0C0600\n080200\n080200\n0F1E00\n3FBF80\n6F1EC0\n471C40\n860C20\n800020\n81F020\n81F020\n40E040\n60E0C0\n30E180\n0F1E00\nENDCHAR\nSTARTCHAR F1E7\nENCODING 61927\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n1FFF80\n1CE700\n38C300\n10C300\n00C000\n00C000\n01C000\n01C000\n018000\n018000\n038000\n0FE000\n0FE420\n000240\nFFF980\nFFF980\n000240\n000420\nENDCHAR\nSTARTCHAR F1E8\nENCODING 61928\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n010000\n008000\n064000\n032000\n098000\n24F800\n327800\n99F800\n4DF800\n27F000\n17F800\n07FC00\n073F00\n001F80\n000FC0\n000FE0\n0007E0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F1E9\nENCODING 61929\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nC06E00\nC0CF00\n60DB00\n60DB00\n619980\n31B180\n31B180\n333FC0\n1B7FC0\n1B7FC0\n1E6060\n0EC060\n000000\n000000\nFFFFE0\nFFFFE0\n000040\nENDCHAR\nSTARTCHAR F1EA\nENCODING 61930\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC03000\nE07000\n70E000\n30C000\n398000\n1F8000\n0F0000\n0F0000\n0F0000\n198000\n39C000\n70E000\nE07000\nC033E0\n000020\n0001E0\n0003E0\n000200\n0003E0\nENDCHAR\nSTARTCHAR F1EB\nENCODING 61931\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\n000020\n0001E0\n0003E0\n000200\nC033E0\nE07000\n70E000\n39C000\n198000\n0F0000\n0F0000\n0F0000\n1F8000\n398000\n30C000\n70E000\nE07000\nC03000\nENDCHAR\nSTARTCHAR F1EC\nENCODING 61932\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nC00180\n800280\n800680\n800E80\n800C80\n801C80\n803C80\n807C80\n80FC80\n80F880\n81F880\n83F880\n803880\n801080\n801080\n801080\nC01180\nFFFF80\nENDCHAR\nSTARTCHAR F1ED\nENCODING 61933\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7C07C0\nFC07E0\nE000E0\nC00060\nCFFE60\nCFFE60\n0C0600\n0C0600\n0C0600\n0C0600\n0C0600\n0C0600\n0C0600\nCFFE60\nCFFE60\nC00060\nE000E0\nFC07E0\n7C07C0\nENDCHAR\nSTARTCHAR F1EE\nENCODING 61934\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n400000\nF00000\n7F8000\n7FC000\n3E6000\n1F3000\n0F9800\n07CC00\n03E000\n01F000\n00F800\n007C00\n003C00\n001900\n000300\n000780\n000100\n000040\n000020\nENDCHAR\nSTARTCHAR F1EF\nENCODING 61935\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100000\n380000\n7C0000\nFE0000\n5F0000\n3F8000\n1FC000\n0BE000\n07F000\n03F800\n017C00\n00FE00\n007F00\n002F80\n001FC0\n000FE0\n0005C0\n000380\n000100\nENDCHAR\nSTARTCHAR F1F0\nENCODING 61936\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FF700\nFFF780\nFFF780\nFFF780\nFFF780\nFFF780\n800080\n800080\n800080\n800080\n800080\n800080\n800080\nFFF780\nFFF780\nFFF780\nFFF780\nFFF780\n7FF700\nENDCHAR\nSTARTCHAR F1F1\nENCODING 61937\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n060000\n0F0000\n1F8000\n3FC000\n7FE000\nFFF000\nFFF800\n7FDC00\n3F8E00\n1F0700\n0E0380\n0701C0\n0383C0\n01FF80\n00FF00\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F1F2\nENCODING 61938\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n020000\n027E00\n02FE00\n027E00\n020000\n02FFE0\n02FFE0\n220000\nFA7F00\nFEFF80\nFA7F00\n220000\n02FFC0\n02FFC0\n020000\n027000\n02F800\n027800\n020000\nENDCHAR\nSTARTCHAR F1F3\nENCODING 61939\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000800\nFE0800\nFE0800\n7C0800\n000800\nFFE800\nFFE800\n000880\n7F0BE0\nFF0FE0\n7F0BE0\n000880\nFF8800\nFF8800\n000800\n700800\nF80800\nF00800\n000800\nENDCHAR\nSTARTCHAR F1F4\nENCODING 61940\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FF0\nFFF8\nFFFC\nFFFC\nF01E\nF01E\nF01C\nFFFC\nFFF8\nFFFC\nFFFC\nF03C\nF01E\nF01E\nF01E\nFFFC\nFFFC\nFFF8\n7FF0\nENDCHAR\nSTARTCHAR F1F5\nENCODING 61941\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n07E0\n0FE0\n0380\n0300\n0300\n0700\n0700\n0600\n0600\n0E00\n0C00\n0C00\n1C00\n1C00\n1800\n1800\n3800\nFE00\nFC00\nENDCHAR\nSTARTCHAR F1F6\nENCODING 61942\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180300\n380380\n380380\n380380\n380380\n380380\n380380\n380380\n380380\n380380\n380380\n380380\n1C0700\n1FFF00\n0FFE00\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F1F7\nENCODING 61943\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n0FFE00\n1C0700\n180300\n380380\n380100\n380000\n180000\n7FFFC0\nFFFFE0\n7FFFC0\n000300\n000380\n100380\n380380\n180300\n1C0700\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F1F8\nENCODING 61944\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n47FFE0\nE7FFE0\n47BDE0\n461860\n461860\n401800\n401800\n401800\n401800\n401800\n401800\n401800\n401800\n401800\n401800\n401800\n403C00\nE0FE00\n407E00\nENDCHAR\nSTARTCHAR F1F9\nENCODING 61945\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\n7FFFC0\n78E3C0\n70E1C0\n20E080\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n03F800\n03F800\n000000\n400040\nFFFFE0\n400040\nENDCHAR\nSTARTCHAR F1FA\nENCODING 61946\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFF00\nFFFF80\nFFFFE0\nFFFFE0\nFFFFA0\nFFFF20\n000020\n00FFE0\n00C000\n00C000\n00C000\n00C000\n01E000\n01E000\n01E000\n01E000\n01E000\n01E000\n01C000\nENDCHAR\nSTARTCHAR F1FB\nENCODING 61947\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00C000\n61C000\n7FC000\n3FC000\n3FC000\n39E000\n38F000\n7C4000\nFE4000\n7FE000\n077000\n023800\n001C00\n000E00\n000700\n000380\n0001C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F1FC\nENCODING 61948\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE318E0\nC42060\nC46060\nC42060\nE318E0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F1FD\nENCODING 61949\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF800\nFFFC00\nFFFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFE0\n07FFE0\n07FFE0\n07FFE0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F1FE\nENCODING 61950\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF800\nFFFC00\nFFFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nFE0060\nFE0060\nFE0060\nFE0060\nFE0060\nFE0060\n7E0060\n060060\n060060\n0600E0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F1FF\nENCODING 61951\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF800\nFFFC00\nE00C00\nC00C00\nC00C00\nC7FFC0\nC7FFE0\nC7FC60\nC7FC60\nC7FC60\nC7FC60\nC7FC60\nFFFC60\n7FFC60\n060060\n060060\n0600E0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F200\nENCODING 61952\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF800\nFFFC00\nFFFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFFFFE0\n7FFFE0\n07FFE0\n07FFE0\n07FFE0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F201\nENCODING 61953\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF800\nFFFC00\nE1FC00\nC1FC00\nC3FC00\nC1FFC0\nC8FFE0\nFC7FE0\nFE3FE0\nFF1FE0\nFF8FE0\nFFC7E0\nFFE260\n7FF060\n07F860\n07F060\n07F0E0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F202\nENCODING 61954\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nF80000\nF8E000\nF9F800\nF8FE00\nF80E00\nF80700\nF80300\nF80FE0\nF80FE0\nF807C0\nF80380\nF80100\n000000\n03FFE0\n030060\n020020\n030060\n03FFE0\nENDCHAR\nSTARTCHAR F203\nENCODING 61955\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\n0003E0\n00E3E0\n03F3E0\n0FE3E0\n0E03E0\n1C03E0\n1803E0\nFE03E0\nFE03E0\n7C03E0\n3803E0\n1003E0\n000000\nFFF800\nC01800\n800800\nC01800\nFFF800\nENDCHAR\nSTARTCHAR F204\nENCODING 61956\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n0C0000\n1E0000\n3F0000\n7F8000\nF3C000\nF1E000\nF8F000\n7C7800\n3E3C00\n1F1C00\n0FB900\n07F300\n03E700\n01CF00\n009F80\n003F00\n0006C0\n0000E0\nENDCHAR\nSTARTCHAR F205\nENCODING 61957\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nFBFDE0\nFBDDE0\nFAD5A0\nC00000\nF80020\nF00020\nF80020\nE00020\nE00020\nF80020\nF00020\nF80020\nC00020\nF80020\nF80020\nF00020\nFBFFE0\nENDCHAR\nSTARTCHAR F206\nENCODING 61958\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 17 1 1\nBITMAP\n022000\n07F000\n3FFE00\n380E00\n33E600\n67F300\nEFFB80\n6FFB00\n6FFB00\n6FFB00\nEFFB80\n67F300\n33E600\n380E00\n3FFE00\n07F000\n022000\nENDCHAR\nSTARTCHAR F207\nENCODING 61959\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001800\n000E00\n000700\n000380\n0003C0\n0003C0\n0003E0\n0003E0\n0003E0\n0003E0\n0007E0\n800FE0\nC01FE0\n603FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n01F800\nENDCHAR\nSTARTCHAR F208\nENCODING 61960\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 18 3 0\nBITMAP\n0300\n0780\n0FC0\n1FE0\n1FE0\n3FF0\n77F8\n6FF8\nEFFC\nCFFC\nC7FC\nC7FC\nE7FC\nE3FC\n73F8\n3FF0\n1FE0\n0FC0\nENDCHAR\nSTARTCHAR F209\nENCODING 61961\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n050020\n3DC1E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nF9F7E0\nE07700\n1D94E0\n7DE3E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nF07780\n801400\nENDCHAR\nSTARTCHAR F20A\nENCODING 61962\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n030000\n070000\n0F0000\n1F8000\n3FC000\n7FE000\nFFF000\nFFFF00\n1FFF00\n0FFF00\n07FE00\n03FC00\n01FC00\n01FE00\n01E700\n01C380\n0001C0\n0000C0\n000020\nENDCHAR\nSTARTCHAR F20B\nENCODING 61963\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1B0000\n3BC000\n3BF000\n3BF800\n3BFE00\n3BFF80\n3BFFE0\n3BFFE0\n3BFF80\n3BFF00\n3BFC00\n3BF000\n3BC000\n3B0000\n380000\n380000\n380000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR F20C\nENCODING 61964\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n033800\n043C00\n047C00\n04FC00\n07F400\n07E400\n03E800\n01F000\n004000\n000000\n00E000\n0FFE00\n38E380\nC0E060\n804020\nC04060\n380380\n07FC00\nENDCHAR\nSTARTCHAR F20D\nENCODING 61965\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n0E00\n1F00\n3B80\n3180\n3180\n3180\n3180\n3180\n3180\n71C0\nE0E0\nC060\nC060\nC060\nC060\nE0E0\n7BC0\n3F80\n1F00\nENDCHAR\nSTARTCHAR F20E\nENCODING 61966\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nE3CF80\nE38780\nFF8780\nE38780\nFF8780\nE3B780\nFFB780\nE3B780\nE33780\nFF7B80\nFE7B80\nFE7B80\nFF7B80\nFF0780\nFFCF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F20F\nENCODING 61967\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0C0600\n0C0600\n4DF640\nCDF660\nCDF660\nCDF660\nE3F0E0\nFFFFE0\nE1F0E0\n8CE620\nBEEFA0\nFEEFA0\nFEEF20\nC0E020\n9FFFA0\nBFEFA0\nBFE720\n80F060\nFFFFE0\nENDCHAR\nSTARTCHAR F210\nENCODING 61968\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7401C0\nE308E0\nE3B0E0\nC1F060\nC0E060\nC04060\nE000E0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F211\nENCODING 61969\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n3FFF80\nB803A0\nB803A0\nB803A0\nB803A0\nB803A0\nBFFFA0\nBFFFA0\nFE0FE0\nFC07E0\nFC07E0\nE404E0\nC40460\nFFFFE0\nFFFFE0\n7FFFC0\n7001C0\n6000C0\nENDCHAR\nSTARTCHAR F212\nENCODING 61970\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3CE780\n70E1C0\n7041C0\nE000E0\nE000E0\nF803E0\nFC07E0\nF803E0\nE000E0\nE000E0\n7041C0\n70E1C0\n3CE780\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F213\nENCODING 61971\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0000\n7F0000\nFF8000\nFFC000\nFFE000\nFFE000\n7FE000\n7FC000\n3FE000\n1FF000\n06F800\n007C00\n003E00\n001F80\n000FC0\n0007E0\n0003E0\n0003E0\n0000C0\nENDCHAR\nSTARTCHAR F214\nENCODING 61972\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\nC00000\nE00000\nF00000\n780000\n7C0000\n3E0000\n1F0000\n1F8000\n0FE000\n07F000\n03F800\n01FC00\n00FE00\n005F00\n000FC0\n0007E0\n0003E0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F215\nENCODING 61973\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n060C00\n071C00\n071C00\n03B800\n01F000\n00E000\n00E000\n01F000\n03F800\n03F800\n07FC00\n0FFE00\n0E0E00\n1E0F00\n3E0F80\n7E0FC0\n7E0FC0\nFE0FE0\nFE0FE0\nENDCHAR\nSTARTCHAR F216\nENCODING 61974\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF3E0\n7FF7E0\n603700\n401600\n401600\n401600\n601600\n7FF600\n7FF600\n7FF600\n7FF600\n7FF600\n7FFE00\n7FFE00\n7FF000\n7FF000\n7FF000\nFFF800\nFFF800\nENDCHAR\nSTARTCHAR F217\nENCODING 61975\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n00C000\n01C000\n03E000\n07F000\n0FF800\n0FFC00\n1FFE00\n3FFE00\n3FFF00\n1FFC00\n1FFE00\n3FFE00\n7FFF00\n7FFF80\nFFFF80\n03E000\n03E000\n03E000\n03E000\nENDCHAR\nSTARTCHAR F218\nENCODING 61976\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n01F000\n0FFE00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\n87FC20\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n08E000\n0CE000\n0EE000\n0FC000\n078000\nENDCHAR\nSTARTCHAR F219\nENCODING 61977\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n11F180\n39F3C0\n70E1E0\nFFFFE0\n5FFF40\n1E0F00\n380380\n300980\n7011C0\n7071C0\n70E1C0\n7041C0\n7001C0\n300180\n380380\n1C0700\n0F1E00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F21A\nENCODING 61978\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n002000\n016800\n036C00\n036C00\n076E00\n076E00\n0F6E00\n0F6F00\n1F6F00\n1F6F80\n3F6F80\n7F6FC0\n7F6FC0\n006000\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F21B\nENCODING 61979\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n7FFE00\nFFFF00\nFFFFC0\nFFFFE0\nFFFFE0\nFFFF80\nFFFF00\n7FE000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F21C\nENCODING 61980\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n3FF8\n7FFC\n7FFE\nFFFE\nFFFC\n7FFC\n7FFE\n7FFE\nFFFC\n7FFC\n7FF8\n1FF0\n1FF0\n07C0\n07C0\n07C0\n07C0\n07C0\nENDCHAR\nSTARTCHAR F21D\nENCODING 61981\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03B800\n031800\n03B800\n01F000\n01F000\n00E000\n03F800\n03F800\n03F800\n00E000\nF8E3E0\nF0E1E0\nF0E1E0\nFCE7E0\n9FFF20\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F21E\nENCODING 61982\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n03F800\n0FFE00\n0E0E00\n1C0700\n180300\n7803C0\nF803E0\n7803C0\n180300\n1C0700\n0E0E00\n0FFE00\n03F800\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F21F\nENCODING 61983\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n03F800\n0FFE00\n0E0E00\n1CE700\n19F300\n7BFBC0\nFBFBE0\n7BFBC0\n19F300\n1CE700\n0E0E00\n0FFE00\n03F800\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F220\nENCODING 61984\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 18 3 1\nBITMAP\n0FC0\n1FE0\n3CF0\n7038\nE01C\nE01C\nC00C\nC00C\nC00C\nE01C\n7038\n7878\n3FF0\n1FE0\n1FE0\n0FC0\n0780\n0300\nENDCHAR\nSTARTCHAR F221\nENCODING 61985\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 18 3 1\nBITMAP\n0FC0\n1FE0\n3CF0\n7038\nE31C\nE31C\nCFCC\nDFEC\nC30C\nE31C\n7338\n7878\n3FF0\n1FE0\n1FE0\n0FC0\n0780\n0300\nENDCHAR\nSTARTCHAR F222\nENCODING 61986\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 18 3 0\nBITMAP\n0FC0\n1FE0\n3CF0\n7038\nE01C\nE01C\nCFCC\nDFEC\nC00C\nE01C\n7038\n7878\n3FF0\n1FE0\n1FE0\n0FC0\n0780\n0300\nENDCHAR\nSTARTCHAR F223\nENCODING 61987\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 18 3 0\nBITMAP\n0FC0\n1FE0\n3CF0\n7038\nE01C\nE79C\nC78C\nC78C\nC78C\nE01C\n7038\n7878\n3FF0\n1FE0\n1FE0\n0FC0\n0780\n0300\nENDCHAR\nSTARTCHAR F224\nENCODING 61988\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1E3C00\n380E00\n700700\n600300\nE00380\nE00380\nE00380\nE00380\nE00380\n600300\n700700\n3C1E00\n1FFC00\n0FF800\n07F000\n01C000\n008000\nENDCHAR\nSTARTCHAR F225\nENCODING 61989\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1E3C00\n380E00\n71C700\n61C300\nE1C380\nEFFB80\nEFFB80\nE7C380\nE1C380\n61C300\n71C700\n3C1E00\n1FFC00\n0FF800\n07F000\n01C000\n008000\nENDCHAR\nSTARTCHAR F226\nENCODING 61990\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1E3C00\n380E00\n700700\n600300\nE00380\nEFFB80\nEFFB80\nE7F380\nE00380\n600300\n700700\n3C1E00\n1FFC00\n0FF800\n07F000\n01C000\n008000\nENDCHAR\nSTARTCHAR F227\nENCODING 61991\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1E3C00\n380E00\n700700\n63E300\nE7F380\nE7F380\nE7F380\nE7F380\nE3E380\n61C300\n700700\n3C1E00\n1FFC00\n0FF800\n07F000\n01C000\n008000\nENDCHAR\nSTARTCHAR F228\nENCODING 61992\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nF001E0\nFFFFE0\nDFFF60\nC7FC60\nC7FC60\nE3F8E0\nE1F0E0\n70E1C0\n70E1C0\n3CE780\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F229\nENCODING 61993\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n400200\nE00400\n700400\n380C00\n100400\n060400\n070440\n0382C0\n01C280\n00E280\n007280\n0038C0\n001C40\n000E40\n000700\n000380\n0001C0\n0000E0\n000040\nENDCHAR\nSTARTCHAR F22A\nENCODING 61994\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 3 0\nBITMAP\n1FC0\nF8F8\nF078\n7070\n1040\n18C0\n1FC0\nF8F8\nF078\n7070\n1040\n18C0\n1FC0\nF8F8\nF078\n7070\n1040\n18C0\n1FC0\nENDCHAR\nSTARTCHAR F22B\nENCODING 61995\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FBF00\n3F1F80\n7F1FC0\n7F1FC0\nFF1FE0\nFF1FE0\nFF01E0\nFF01E0\nFF81E0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F22C\nENCODING 61996\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n0180\n03C0\n03C6\n03CF\n03CF\n03CF\n63CF\nF3CF\nF3FF\nF3FF\nF3FE\nFFFC\n7FC0\n3FC0\n03C0\n03C0\n03C0\n03C0\n03C0\nENDCHAR\nSTARTCHAR F22D\nENCODING 61997\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FF800\n3FF800\n038000\n010000\n010000\nC38000\nFFFC00\nFFFF00\nFFFF80\nFFFF80\nFFFFC0\nC387C0\n000FE0\n000FE0\n000000\n000180\n0003C0\n0003C0\n000180\nENDCHAR\nSTARTCHAR F22E\nENCODING 61998\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n00C000\n03E000\n03E000\n11C600\n51C780\nF3E780\n7FFF00\n7F7F00\nCC1880\n0C1800\nCC1880\n7F7F00\n7FFF00\nF3E780\n51C780\n11C600\n03E000\n03E000\n00C000\nENDCHAR\nSTARTCHAR F22F\nENCODING 61999\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n01E000\n07F800\n0FF800\n0FF800\n0FF000\n0FEF80\n0FDFC0\n4FFFE0\nE7FFE0\nFBFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n000000\n18C600\n18CE00\n398C00\n118C00\nENDCHAR\nSTARTCHAR F230\nENCODING 62000\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n01E000\n07F800\n0FF800\n0FF800\n0FF000\n0FEF80\n0FDFC0\n4FFFE0\nE1E7E0\nF9E7E0\nF8E3E0\nFAEBE0\n420BC0\n0F3980\n0F3C00\n043000\n041000\n041000\nENDCHAR\nSTARTCHAR F231\nENCODING 62001\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n800000\n600000\n380000\n1F0000\n0FC000\n07F000\n03FC00\n01FE00\n00FC00\n01F000\n07E000\n0FF000\n07F800\n01FC00\n007E00\n001F00\n000380\n0000C0\n000020\nENDCHAR\nSTARTCHAR F232\nENCODING 62002\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1BFFE0\n3BFFE0\n3BFFC0\n3BFF80\n3BFF00\n3BFE00\n3BFE00\n3BFF00\n3BFF80\n3BFFC0\n3BFFE0\n3BFFE0\n380000\n380000\n380000\n380000\n380000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR F233\nENCODING 62003\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1C0700\n7001C0\n60E0C0\nC7FC60\n8FFE20\n9E0F20\n380380\n320180\n7111C0\n71F1C0\n70E1C0\n7041C0\n7001C0\n300180\n380380\n1C0700\n3F1F80\n37FD80\n61F0C0\nENDCHAR\nSTARTCHAR F234\nENCODING 62004\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n07FC00\n071C00\n060C00\n060C00\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nENDCHAR\nSTARTCHAR F235\nENCODING 62005\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n010000\n021000\n022000\n022000\n012000\n011000\n000000\n3FFF80\n7FFF80\nFFFF80\n9FFF00\n9FFF00\nDFFF00\n7FFE00\n07FC00\n000000\n000000\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F236\nENCODING 62006\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\n420040\n230080\n110100\n09C200\n0FFE00\n07FC00\n03F800\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n07FC00\n07FC00\nENDCHAR\nSTARTCHAR F237\nENCODING 62007\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1CE700\n38E380\n70E1C0\n63F8C0\nC7FC60\nC6EC60\nFFFFE0\nFFFFE0\nFFFFE0\nC6EC60\nC7FC60\n63F8C0\n70E1C0\n38E380\n1CE700\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F238\nENCODING 62008\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n7FC0\nC060\n8020\n8020\n8020\n8020\n8020\nFFE0\nFFE0\n7FC0\n3F80\n0E00\n0E00\n0E00\n0E00\n0E00\n0E00\n7FC0\n7FC0\nENDCHAR\nSTARTCHAR F239\nENCODING 62009\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n0FFE00\n1FFF00\n3FFF80\n300180\n300180\n300180\n7001C0\nFFFFE0\nFFFFE0\nFFFFE0\nC7FC60\nE7FCE0\nFFFFE0\n7FFFC0\n7001C0\n7001C0\n200080\nENDCHAR\nSTARTCHAR F23A\nENCODING 62010\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n01C000\n03E000\n03E000\n07F000\n07F000\n07F000\n0FF800\n0FF800\n1FFC00\n1FFC00\n3FFE00\n3FFE00\n3F7E00\n7C1F00\n780F00\nF00780\nC00180\nENDCHAR\nSTARTCHAR F23B\nENCODING 62011\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n701C00\nDC6600\n86C360\n0381C0\n000000\n783C00\n8C6600\n07C3E0\n000000\n000000\nF83E00\n8C6220\n07C1E0\n000000\n201800\nF87E00\n8C6320\n0381E0\nENDCHAR\nSTARTCHAR F23C\nENCODING 62012\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000FC0\n00FFE0\nFFF8E0\nFFC000\n3C0000\n000000\n000000\n000F80\n007FE0\nE7FDE0\nFFC000\n3E0000\n000000\n000000\n000780\n007FE0\n63FFE0\nFFC000\n7E0000\nENDCHAR\nSTARTCHAR F23D\nENCODING 62013\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n1E0F00\n3E0F80\n7FFFC0\nFFFFE0\nFFFFE0\n800020\n800020\nB437A0\nB515A0\nB415A0\n9C75A0\n8565A0\n8437A0\n800020\n800020\nFFFFE0\nFFFFE0\nFFFFE0\n180300\nENDCHAR\nSTARTCHAR F23E\nENCODING 62014\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nE00000\n700000\n780000\n7C0000\n3E0000\n1FFFE0\n0FFFE0\n07FF80\n07FC00\n07F000\n07F800\n07FC00\n07BE00\n079F00\n070FE0\n0707E0\n070380\n070100\n060100\nENDCHAR\nSTARTCHAR F23F\nENCODING 62015\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n00FFC0\n01FFE0\n01FFE0\n3FFFE0\n61FFE0\nC1FFE0\n81FFE0\n81FFE0\n81FFE0\nFFFFE0\nFFFFE0\nFFFFE0\n1E0F00\n3E0F80\n1E0F00\n0C0600\nENDCHAR\nSTARTCHAR F240\nENCODING 62016\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n0FFFC0\n1FFFE0\n7FFFE0\nFFFFE0\nFFFFE0\n3FFFE0\n1FFFE0\n07E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F241\nENCODING 62017\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nF001E0\nFFFFE0\nFFFFE0\nE3F8E0\nC3F860\nFFFFE0\nFFFFE0\n7FFFC0\n7001C0\n6000C0\nENDCHAR\nSTARTCHAR F242\nENCODING 62018\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n64C880\nFFFFC0\nFFFFC0\n600080\n6FFC80\nEFFCC0\n6FFC80\n6FFC80\nEFFCC0\nEFFCC0\n6FFC80\n6FFC80\nEFFCC0\n6FFC80\n600080\n600180\nFFFFC0\n64C880\nENDCHAR\nSTARTCHAR F243\nENCODING 62019\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n64C880\nFFFFC0\nFFFFC0\n600080\n600080\nE000C0\n600080\n600080\nE000C0\nE000C0\n600080\n600080\nE000C0\n600080\n600080\n600180\nFFFFC0\n64C880\nENDCHAR\nSTARTCHAR F244\nENCODING 62020\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n3FC000\n7FE000\nFFF000\nFFF000\nFFF000\nFFFE00\nFFFF00\n801380\n801380\n801380\n801380\n801380\n801380\n801380\n801F80\n801F00\nC03C00\nFFF000\n7FE000\nENDCHAR\nSTARTCHAR F245\nENCODING 62021\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n3FFF80\n39B380\n391380\n391380\n3FFF80\n391380\n391380\n3FFF80\n39B380\n391380\n391380\n3FFF80\n3FFF80\n3E0F80\n3E0F80\n3E0F80\n3E0F80\nFFFFE0\nENDCHAR\nSTARTCHAR F246\nENCODING 62022\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nE000E0\nC00060\nC00060\nC00060\nE000E0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFF1FE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F247\nENCODING 62023\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE3F8E0\nC1F060\nC1F060\nC1F060\nC1F060\nC00060\nC00060\nC00060\nC00060\nC00060\nC1F060\nC1F060\nC1F060\nC1F060\nE3F8E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F248\nENCODING 62024\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0820\n0FE0\n0FE0\n1FF0\n1830\n1010\n1FF0\n1FF0\n3018\n3018\n3018\n3FF8\n7FFC\n600C\n600C\n7FFC\n7FFC\nFFFE\n600C\nENDCHAR\nSTARTCHAR F249\nENCODING 62025\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n0E3800\n0FF800\n1FFC00\n1FFC00\n1E3C00\n1E3C00\n1E3C00\n3E3E00\n3FFE00\n3FFE00\n3FFE00\n3E3E00\n7E3F00\n7E3F00\n7E3F00\n7FFF00\n7FFF00\nFFFF80\nFE3F80\nENDCHAR\nSTARTCHAR F24A\nENCODING 62026\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n031800\n031800\n031800\n071C00\n071C00\n000000\nFFFFE0\nFFFFE0\n400040\n4F1E40\n4F1E40\n4F1E40\n0F1E00\n1F1F00\n1F1F00\n1F1F00\n1F1F00\n1F1F00\n3F1F80\nENDCHAR\nSTARTCHAR F24B\nENCODING 62027\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n3FFE00\n7FFF00\n7FFF00\nFFFF80\n7FFF00\n3FFE00\n3FFE00\n3FFE00\n3FFE00\n3FFE00\n3FFE00\n1FFC00\n1FFC00\n1FFC00\n1FFC00\n1FFC00\n0FF800\n0FF800\n0FF800\nENDCHAR\nSTARTCHAR F24C\nENCODING 62028\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 19 3 0\nBITMAP\n0700\n0F80\n0F80\n0F80\n0700\n0700\n3FE0\n7FF0\n7FF0\nFFF8\nFFD8\nDFDC\n1FC0\n1FC0\n1DC0\n18C0\n18C0\n18C0\n18C0\nENDCHAR\nSTARTCHAR F24D\nENCODING 62029\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 19 3 0\nBITMAP\n0700\n0F80\n0FC0\n1FC0\n0FC0\n0700\n3FE0\n7FF0\n7FF0\nFFF8\nFFD8\nDFDC\n1FE0\n3FE0\n7FF0\n7FF8\n7FF0\n18C0\n18C0\nENDCHAR\nSTARTCHAR F24E\nENCODING 62030\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nFFFC00\nFFFC00\nFFFC00\nFFFFC0\nFFFFE0\nFFFCE0\nFFFC60\nFFFC60\nFFFC60\nFFFC60\nFFFCE0\nFFFFE0\nFFFFC0\nFFFC00\nFFFC00\n7FF800\n3FF000\nENDCHAR\nSTARTCHAR F24F\nENCODING 62031\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n1FFF00\n3FFF80\n7803C0\nF001E0\nE00060\nC00060\nC00060\nC00060\nC00060\nF001E0\nFFFFE0\nFFFFE0\nE3F860\nE3F860\nFFFFE0\nFFFFE0\n7FFFC0\n3C0780\n1C0700\nENDCHAR\nSTARTCHAR F250\nENCODING 62032\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nC00000\nC003E0\nC001E0\nC001E0\nC003E0\nC00720\nC00E00\nC0DC00\nC1F800\nDFF000\nFF3000\nF60000\nE00000\nC00000\nC00000\nC00000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F251\nENCODING 62033\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nC00060\nC01E60\nC01E60\nC01E60\nC03E60\nC3F260\nC7E060\nCFC060\nCCC060\nC00060\nE000E0\nF001E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F252\nENCODING 62034\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nCCC060\nCFC060\nC7E060\nC3F260\nC03E60\nC01E60\nC01E60\nC01E60\nC00060\nC00060\nE000E0\nF001E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F253\nENCODING 62035\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n700400\nFFFF00\nFFFF80\nFFFE00\n600400\n000000\n000000\n381800\n7FE400\n7FE400\n7FE400\n381800\n000000\n000000\n0C0100\n1FFFC0\n3FFFE0\n1FFFC0\n1C0180\nENDCHAR\nSTARTCHAR F254\nENCODING 62036\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nC4C980\nFFFF80\nBFFFC0\nBFFFE0\nF87780\nFB6F80\nBB6FE0\nB85FC0\nFF9F80\nBFA1C0\nBF2DE0\nFF6D80\nFEE180\nBFFFE0\nBFFFC0\nFFFF80\nC4C980\n7FFFC0\nENDCHAR\nSTARTCHAR F255\nENCODING 62037\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n05F400\n0DF600\n0C0600\n0C0600\n0C0600\nFFFFE0\nFFFFE0\nFDFFE0\nFCFFE0\nFC3FE0\nFC0FE0\nFC03E0\nFC07E0\nFC1FE0\nFC3FE0\nFCFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F256\nENCODING 62038\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nE07FE0\nC07FE0\nC06DE0\nC06060\nC07FE0\nC07FE0\nC060E0\nE060E0\nFFFFE0\nFFFFE0\nC21060\nFFFFE0\nFFFFE0\nE206E0\nE204E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F257\nENCODING 62039\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n380000\n3CF800\n1FFE80\n1FFFE0\n1FFFE0\n1FFFE0\n39FFC0\n79FFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFE0\n3FFFC0\n1FFFC0\n1FFF80\n0FFF80\n0FFF80\n0FF7C0\n0F07C0\nENDCHAR\nSTARTCHAR F258\nENCODING 62040\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\nFFFFE0\nEEDCE0\nC4C860\nC4C860\nFFFFE0\nFFF860\nC4C860\nC4C860\nE4C8E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F259\nENCODING 62041\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n0FBE00\n1F1F00\n3C0780\n7001C0\n71F9C0\nF3F9E0\nF3FDE0\nF00FE0\nF803E0\nFE01E0\nF7F9E0\nF3F9E0\n73F1C0\n7001C0\n3C0780\n1F1F00\n0FBE00\n03F800\nENDCHAR\nSTARTCHAR F25A\nENCODING 62042\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F800\n0FFE00\n1F9F00\n3E0380\n7801C0\n78F1C0\nE078E0\nC07CE0\nF3FFE0\nF3FFE0\nF3FFE0\nC07CE0\nE078E0\n78F1C0\n7801C0\n3E0380\n1F9F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F25B\nENCODING 62043\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01F000\n07FC00\n0F9E00\n0E0700\n1C0300\n180380\n180380\n180380\n180000\n1F8000\nFFC000\n7F8000\n0C0000\n0C0000\n0C0000\n0C0000\n1C0000\n1FFF80\n1FFF80\nENDCHAR\nSTARTCHAR F25C\nENCODING 62044\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n0FFE00\n1F1F00\n3C0780\n7C07C0\n78E3C0\nF9F3E0\nF9F3E0\nF03FE0\nF01FE0\nF03FE0\nFCFFE0\nFCFFE0\n7803C0\n7803C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F25D\nENCODING 62045\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n0FFE00\n1FFF00\n3FFF80\n73F9C0\n70E1C0\nF843E0\nFE0FE0\nFF1FE0\nFE1FE0\nFC07E0\nFF1FE0\nFC07E0\n7F1FC0\n7F1FC0\n3F1F80\n1FBF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F25E\nENCODING 62046\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n07FC00\n071C00\n060C00\n060C00\nFFFFE0\nFFFFE0\nFFFFE0\nFF1FE0\nFE0FE0\n00E000\nFE4FE0\nFE0FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F25F\nENCODING 62047\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n07FC00\n071C00\n060C00\n060C00\n7FFFC0\nFFFFE0\nE1F0E0\n0C0600\n4DF640\nCDF660\nE1F0E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F260\nENCODING 62048\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0F3800\n092400\n092400\n0FAC00\n07F800\n000000\nFF1FE0\nFF1FE0\n000000\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\n7F1FC0\nENDCHAR\nSTARTCHAR F261\nENCODING 62049\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n264080\nFFFFE0\nFFFFE0\n264080\n000000\n000000\n000000\n261880\n7619C0\nFFFFE0\n261880\n000000\n000000\n000000\n008080\n018CC0\nFFFFE0\n018CC0\nENDCHAR\nSTARTCHAR F262\nENCODING 62050\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00E000\n0FFE00\n7FFFC0\nFFFFE0\nFFFFE0\n000000\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n7DF7C0\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F263\nENCODING 62051\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n018000\n01C000\n01E000\n03F000\n07F800\n09FC00\n18FC00\nFC7000\nFE6000\n7FE000\n3FF000\n1F3800\n0E1C00\n060E00\n000700\n000380\n0001C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F264\nENCODING 62052\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFF8000\nF3C000\nE1E000\nC1F000\nC1F800\nE3FC00\nFFCE00\n7F6700\n3FB380\n1ED9C0\n0E6CE0\n0737E0\n039BC0\n01CF80\n00EF00\n007E00\n003C00\n001800\nENDCHAR\nSTARTCHAR F265\nENCODING 62053\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFBFFE0\nFBFFE0\nFBFFE0\nC0E060\nFBFFE0\nFBFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nCEFFE0\nE5E060\nF3FFE0\nF1E060\nECFFE0\nFEFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F266\nENCODING 62054\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF843E0\nF019E0\nF03DE0\nF07DE0\nF03DE0\nF019E0\nF843E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F267\nENCODING 62055\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FF800\n1FFE00\n1FFF00\n1FFF80\n1E0F80\n3E0FA0\n3E1F20\n3FFF20\n3FFE60\n3FFC40\n7FF1C0\n780380\n79FE00\n7B0000\nFB0000\nF20000\nF20000\n060000\n3E0000\nENDCHAR\nSTARTCHAR F268\nENCODING 62056\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7C03C0\nF001E0\nF001E0\nE001E0\nE001E0\nC1FDE0\nC1FFE0\nE00FE0\nE003E0\nF001E0\nF800E0\nFE00E0\nFFF060\nF7F060\nF000E0\nF000E0\nF001E0\nF001E0\n7807C0\nENDCHAR\nSTARTCHAR F269\nENCODING 62057\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n010000\n018000\n0BC000\n0BE000\n0BF000\n13F800\n173C00\n171C00\n171E00\n270F00\n2F3F80\n2FFFC0\n0FC3E0\n4F81E0\n5FB000\n5E0800\n800FC0\nCE0000\nF80000\nENDCHAR\nSTARTCHAR F26A\nENCODING 62058\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE31C00\nE39C00\n77BC00\n77B800\n77B800\n7FF800\n7FF800\n3FF800\n3CF9E0\n3CF9E0\n3879E0\n0079E0\n0079E0\n0079E0\n0079E0\n0039E0\n003DE0\n003FC0\n001F80\nENDCHAR\nSTARTCHAR F26B\nENCODING 62059\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n080000\n3E0800\nE31F00\n813F80\nC03FC0\n7F09C0\n0101C0\n810000\n7F0000\n080000\n0807E0\n000C20\n701E00\n720800\n7F9E00\n3F8800\n1F0C20\n020460\n0003C0\nENDCHAR\nSTARTCHAR F26C\nENCODING 62060\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFF00\n400180\n67FD80\nF7FD80\nE00180\n47FD80\nE00180\nF7FD80\n400180\n47E180\nF7F000\nE00F80\n479DC0\nE01DE0\nF79C20\n401FE0\n601FE0\n3FEFC0\n000780\nENDCHAR\nSTARTCHAR F26D\nENCODING 62061\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n0FE0\n0FE0\n1FF0\n1FF0\n1FF0\nDFF6\nDFF6\nDFF6\nC386\nC386\nFFFE\n1FF0\n0380\n0380\n1FF0\n1FF0\n1BB0\n1930\nENDCHAR\nSTARTCHAR F26E\nENCODING 62062\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n1FFE00\n3FFE00\n380600\n380600\n780780\nFFFFC0\nC4C9C0\nC4C9C0\nFFFFC0\nEEDDC0\nC4C9C0\nC4C9C0\nFFFFC0\n000000\nFFFF80\nFF3FC0\nFE1FC0\nFF3FC0\nFFFFC0\nENDCHAR\nSTARTCHAR F26F\nENCODING 62063\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nF1F1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F270\nENCODING 62064\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000380\n018780\n03C7C0\n03E7C0\n03F3C0\n73FBE0\nFBFBE0\nFFFFE0\nFDFFE0\n3FFFE0\n1FFFE0\n1FFFE0\n0FCFE0\n0FCFE0\n07C7E0\n07C7C0\n0787C0\n0307C0\n000380\nENDCHAR\nSTARTCHAR F271\nENCODING 62065\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 1\nBITMAP\n03F000\n01F000\n01E000\n000000\n0FFC00\n1FFE00\n1FBF00\n1C0F00\n3BF700\n3BF700\n3C0700\n3BF700\n3BF780\n7C0780\n7FBF80\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F272\nENCODING 62066\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF80\n3FFF80\n3FFF80\n7FFFC0\n7FFFC0\n7FFFC0\nFFFFE0\nFFBFE0\nF7BDE0\n000000\n000000\n71F1C0\n71F1C0\n71F1C0\n71F1C0\n71F1C0\n71F1C0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F273\nENCODING 62067\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n05F400\n0DF600\n0C0600\n0C0600\n0C0600\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F274\nENCODING 62068\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00E000\n01F000\n03F800\n03F800\n03F800\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n000000\n7FFFC0\n7FFFC0\nENDCHAR\nSTARTCHAR F275\nENCODING 62069\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFE3FE0\n836820\n9A0B20\nBA0BA0\nBB3BA0\n82C820\nFFEFE0\nB50C40\n3C2A00\n1E0000\n8681A0\n311FA0\nFFF180\n83F5C0\nBA9180\nBA3FA0\n9A3F20\n831440\nFE25E0\nENDCHAR\nSTARTCHAR F276\nENCODING 62070\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nCD1A60\nENDCHAR\nSTARTCHAR F277\nENCODING 62071\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n011000\n03B800\n03F800\n3FFF80\n1FFF00\n1FFF00\n7FFFC0\nFFFFE0\n7FFFC0\n3FFF80\n7FFFC0\nFFFFE0\n7FFFC0\n1FFF00\n1FFF00\n3FFF80\n13F900\n03B800\n011000\nENDCHAR\nSTARTCHAR F278\nENCODING 62072\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nF803E0\nF8E3E0\nF1F1E0\n83F820\n83F820\n83F820\n83F820\n83F820\nF1F1E0\nF8E3E0\nF803E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F279\nENCODING 62073\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n000000\n000000\nFFFFE0\nFFFFE0\nE76EE0\nE264E0\nFFFFE0\nFFFFE0\nC0C1E0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F27A\nENCODING 62074\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nF80000\nF80000\nF80000\nF80000\nF80000\nF88460\nF9DCE0\nFFFDE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F27B\nENCODING 62075\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n1FFF80\n3FFF80\n7BFBC0\n43F840\n7BFBE0\nFFFFE0\n83D820\nC31860\nFE0FE0\n82F820\nFE0FE0\n83E820\nFE0FE0\n837820\n83F820\nFFFFE0\nENDCHAR\nSTARTCHAR F27C\nENCODING 62076\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 1\nBITMAP\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n0FFC00\n6FFC80\nEFFCC0\nE000C0\nFFFFC0\nFFFFC0\nFFFFC0\nE000C0\nEAD4C0\n6AD480\n0AD400\n0AD400\n0A1400\n0A1400\n081000\nENDCHAR\nSTARTCHAR F27D\nENCODING 62077\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n0FFF00\n039800\n039800\n039800\n039800\n039800\n039800\n031C00\n070E00\n0E0600\n1C0700\n180380\n3801C0\n7000C0\n6000E0\nF000E0\nFFFFE0\n7FFFE0\nENDCHAR\nSTARTCHAR F27E\nENCODING 62078\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n0FFF00\n039800\n039800\n039800\n039800\n039800\n039800\n031C00\n070E00\n0E0600\n1C0700\n1FFF80\n3FFFC0\n7FFFC0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFE0\nENDCHAR\nSTARTCHAR F27F\nENCODING 62079\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0800\n0600\n0700\n07C0\n07E0\n07F0\n07F8\n0FF8\n1FFC\n3F7C\n7E7C\n7E3E\n7C3E\nF83E\nF03C\n703C\n3038\n1030\n0860\nENDCHAR\nSTARTCHAR F280\nENCODING 62080\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n07FC00\n1FFF00\n3FFF80\n7FFFC0\n4F1E40\nCE0E60\n8E0E20\nCE0E60\n4F1E40\n7FFEC0\n3FFF80\n1FFF00\n07FC00\n00E000\nENDCHAR\nSTARTCHAR F281\nENCODING 62081\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7C07C0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\n7803C0\n000000\n7C07C0\n7C07C0\n7C07C0\n380380\nENDCHAR\nSTARTCHAR F282\nENCODING 62082\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n0FFE00\n1F7F00\n3C7F80\n707FC0\n707FC0\nF07EE0\nFCF8E0\nFFB060\nFF1060\nFFB060\nFCF8E0\nF87EE0\n707FC0\n707FC0\n3C7F80\n1F7F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F283\nENCODING 62083\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 1\nBITMAP\n0060\n0070\n00F0\n00F8\n03DC\n078C\n0FCC\n0F8E\n1F8E\n0F0E\n020C\n001C\n7E1C\nFE78\n3FF0\n3FC0\n0FE0\n1FF0\n1FF0\nENDCHAR\nSTARTCHAR F284\nENCODING 62084\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 -1\nBITMAP\n003C00\n007F00\n00E780\n01C380\n038180\n073180\n0E7380\n1CE700\n39CE00\n739CC0\n6739C0\nE77380\nE7E700\n63CE00\n601C00\n703800\n3CF000\n1FE000\n07C000\nENDCHAR\nSTARTCHAR F285\nENCODING 62085\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 1\nBITMAP\n003000\n007800\n00FC00\n01CE00\n038700\n070380\n0E6380\n1CE700\n39CE00\n739C00\nE73B80\nE67700\nE7EE00\nE7DC00\nE03800\nE07000\nE0E000\nFFC000\nFF8000\nENDCHAR\nSTARTCHAR F286\nENCODING 62086\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n3C00\n7F00\nE780\nC380\nC180\nC180\nC1B0\nD9B8\nDDB8\nDDB8\nDDB8\nDDB8\nDFB8\nCF38\nC030\nE070\n79E0\n3FC0\n0F80\nENDCHAR\nSTARTCHAR F287\nENCODING 62087\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n000060\n0000E0\n0001E0\n0003E0\n000FE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\nFEFFE0\n780FE0\n7803E0\n7801E0\n7800E0\n780060\nENDCHAR\nSTARTCHAR F288\nENCODING 62088\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n03F800\n0FFE00\n3FFF80\nFFFFE0\nFFFFE0\n3FFFA0\n0FFE20\n03F820\n08E220\n0E0E20\n0FFE20\n0FFE20\n000020\n000020\nENDCHAR\nSTARTCHAR F289\nENCODING 62089\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 9 19 5 0\nBITMAP\n3E00\n7F00\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\nFF80\n0000\n1C00\n1C00\n1C00\n1C00\n0800\nENDCHAR\nSTARTCHAR F28A\nENCODING 62090\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8FFE20\nDFFF60\nFC07E0\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nFCE7E0\nFC07E0\nFDF7E0\nFDF7E0\nFDF7E0\nFC07E0\nDFFF60\n8FFE20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F28B\nENCODING 62091\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8FFE20\nDFFF60\nFC07E0\nF9F3E0\nF3F9E0\nF7FDE0\nF4E5E0\nF4E5E0\nF4E5E0\nF7FDE0\nF3F9E0\nF9F3E0\nFC07E0\nDFFF60\n8FFE20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F28C\nENCODING 62092\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8FFE20\nDFFF60\nF001E0\nF7FDE0\nEFFEE0\nEDF6E0\nCDF660\nCFFE60\nCFFE60\nEF1EE0\nEF1EE0\nF7FDE0\nF001E0\nDFFF60\n8FFE20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F28D\nENCODING 62093\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8FFE20\nDFFF60\nFFFFE0\nFFFFE0\nF001E0\nF781E0\nF7C1E0\nF7C1E0\nF7C1E0\nF781E0\nF001E0\nFFFFE0\nFFFFE0\nDFFF60\n8FFE20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F28E\nENCODING 62094\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nDFFF60\n8FFE20\nDFFF60\nFFFFE0\nFFFFE0\nF001E0\nF03DE0\nF07DE0\nF07DE0\nF07DE0\nF03DE0\nF001E0\nFFFFE0\nFFFFE0\nDFFF60\n8FFE20\nDFFF60\n7FFFC0\nENDCHAR\nSTARTCHAR F28F\nENCODING 62095\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n004000\n40E040\nC04060\nC04060\n60E0C0\n60E0C0\n71F1C0\n79F3C0\n7BFBC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F290\nENCODING 62096\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n060000\n0E0000\n1C0000\n380000\n7C0000\nEE0000\nC70000\n038000\n01C000\n00E000\n007700\n003F80\n001FC0\n003FC0\n003FE0\n003FE0\n001FE0\n000FE0\n0003C0\nENDCHAR\nSTARTCHAR F291\nENCODING 62097\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n0FC000\n1FC000\n1F8000\n3F0000\n7E0000\nFF0000\nFB8000\n71C000\n00E000\n007000\n003C00\n001E00\n001F00\n000F80\n0007C0\n0003E0\n0001E0\n0000C0\nENDCHAR\nSTARTCHAR F292\nENCODING 62098\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n400000\nF00000\n780000\n780000\n380000\n040000\n020000\n010000\n008800\n007800\n007C00\n00FF00\n00FF80\n003FC0\n001FE0\n001FE0\n000FE0\n0007E0\n0003C0\nENDCHAR\nSTARTCHAR F293\nENCODING 62099\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n600000\nF80000\nF80000\n780000\n7C0000\n0E1000\n073800\n027800\n00FC00\n01FF00\n03F980\n07ECC0\n03F660\n00DB20\n004DA0\n0066E0\n003340\n0019C0\n000F00\nENDCHAR\nSTARTCHAR F294\nENCODING 62100\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 3\nBITMAP\n0C0600\n0C0700\n180300\n380180\n3001C0\n6000C0\nFF1FE0\nCFF1E0\n87B0E0\nFF1FE0\nFF1FE0\nFF1FE0\n7F0FC0\n1C0780\nENDCHAR\nSTARTCHAR F295\nENCODING 62101\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 3\nBITMAP\n0C0600\n0C0700\n180300\n380180\n3001C0\n6000C0\nFF1FE0\nC1F860\n99B720\n811020\n811020\nC11020\n7F0FC0\n1C0780\nENDCHAR\nSTARTCHAR F296\nENCODING 62102\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n800000\n700000\n7E0000\n7F8000\n3BF000\n3CFE00\n3E3F80\n1F0FE0\n1F83C0\n0FC180\n0FE180\n0FF180\n07F980\n07FD80\n07F780\n03E380\n03C100\n018000\n010000\nENDCHAR\nSTARTCHAR F297\nENCODING 62103\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n07FE00\n0FFE00\n0FBF00\n07BFC0\n011FC0\nFC1F80\nFC1F80\n7E0060\nFE01E0\n7E03E0\n7803C0\n381980\n3F1F80\n1F3F00\n0F3F00\n0F3E00\n071E00\n000800\nENDCHAR\nSTARTCHAR F298\nENCODING 62104\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFBFE0\nFF1FE0\nFE0FE0\nFC07E0\nFFFFE0\nF71DE0\nE60CE0\nC40460\n840420\nC40460\nE60CE0\nF71DE0\nFFFFE0\nFC07E0\nFE0FE0\nFF1FE0\nFFBFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F299\nENCODING 62105\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n030000\n070000\n0E4000\n1CE000\n39E000\n73E000\nE7E000\nCFE000\n1FF000\n3FF800\n1FCC00\n00C600\n006300\n003380\n001FC0\n000FE0\n0007E0\n0003C0\n000180\nENDCHAR\nSTARTCHAR F29A\nENCODING 62106\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n008000\n00C000\n00E000\n00F000\n01B000\n011000\n003000\n000000\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n03F800\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F29B\nENCODING 62107\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n083FE0\n087FE0\n087FE0\n086060\n086260\n08C260\n08C260\n08CFE0\n09CFE0\n09FFE0\n0FFFE0\n083E00\n09DDC0\n0BEBE0\nFBEBE0\nFBCBE0\n01C1C0\nENDCHAR\nSTARTCHAR F29C\nENCODING 62108\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n0380\n07C0\n07C0\n0FE0\n0C60\n1830\n1830\n1C70\n1FF0\n1FF0\n1FF0\n3FF8\n7FFC\nFFFE\nCFE6\nCFE6\nC386\n0100\nENDCHAR\nSTARTCHAR F29D\nENCODING 62109\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 2\nBITMAP\n070C00\n071C00\n071C00\n071C00\nC31860\nE000E0\nF0E0E0\n71F0C0\n23F880\n07FC00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F29E\nENCODING 62110\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n18E300\n30E180\n6EEEC0\n4EEE40\nCF5E60\n835820\nBC03A0\nBF1FA0\nBC07A0\n835820\nCF5E60\n4EEE40\n6EEEC0\n30E180\n18E300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F29F\nENCODING 62111\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 1\nBITMAP\n0EF800\n3E7E00\n7F3C80\nFF9DC0\nFFDDC0\nFFC0C0\nFFC000\n7F8000\n3F0000\n9E0000\nC40000\nF00000\nF00000\nF00000\nE00000\n000000\n380000\n380000\n180000\nENDCHAR\nSTARTCHAR F2A0\nENCODING 62112\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7E0FC0\n7E0FC0\n3C0780\n3C0780\n3C0780\n3C0780\n7EEFC0\n7FFFC0\n7FFFC0\nFEEFE0\nFE4FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\n7C07C0\nENDCHAR\nSTARTCHAR F2A1\nENCODING 62113\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n3F80\n7BC0\nE0E0\nC060\nC060\nC060\nC060\nE0E0\n7FC0\n3F80\n1F00\n0E00\n0E00\n3F80\n3F80\n1F00\n0E00\n0400\nENDCHAR\nSTARTCHAR F2A2\nENCODING 62114\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003FE0\n003FE0\n001FE0\n0003E0\n0007E0\n000EE0\n071CE0\n1FF8E0\n3FF060\n70F000\nE07000\nE03800\nE03800\nE03800\nE03000\n707000\n7FE000\n3FC000\n0F8000\nENDCHAR\nSTARTCHAR F2A3\nENCODING 62115\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0000\n7E0000\nFF0000\nFF0000\nFE0000\nFC6000\n78F000\n31F800\n03FC00\n07FC00\n07F800\n03F180\n01E3C0\n00C7E0\n000FE0\n001FE0\n001FE0\n000FC0\n000780\nENDCHAR\nSTARTCHAR F2A4\nENCODING 62116\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1C00\n7E00\n7F00\n7FE0\nFFE0\nFFE0\n0000\nFFE0\nFFE0\nFFE0\n7FC0\n7FC0\n3F80\n3F80\n1F00\n1F00\n0E00\n0E00\n0400\nENDCHAR\nSTARTCHAR F2A5\nENCODING 62117\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01B800\n03F800\n03F800\n03F800\n3BF980\n7C07C0\n7CF7C0\n79FBC0\nFBFBE0\nFBFBE0\n7BFBC0\n01F800\n0CF600\n1E0F00\n1FBF80\n1FBF80\n1FBF80\n079C00\n031C00\nENDCHAR\nSTARTCHAR F2A6\nENCODING 62118\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n73F9C0\n77FDC0\nEF1EE0\nEEEEE0\nCDF660\nCDF660\nCDF660\nEEEEE0\nEF1EE0\n77FDC0\n73F9C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2A7\nENCODING 62119\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3CE780\n70E1C0\n70E1C0\nE0E0E0\nE0E0E0\nC0E060\nC0E060\nC1F060\nE3F8E0\nE7FCE0\n7EEFC0\n7CE7C0\n3CE780\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2A8\nENCODING 62120\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n040000\n0E0000\n1E0000\n3F0000\nFF0000\n7F8000\n7F8400\n3FDE00\n1FFE00\n0FFF00\n0FFF00\n07FF00\n03CF80\n010780\n000380\n0001C0\n0000C0\n000040\n000020\nENDCHAR\nSTARTCHAR F2A9\nENCODING 62121\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n008000\n01C000\n01C000\nC3E180\nFFFF80\n1FFC00\n0FF800\n07F000\n0FF800\n1FFC00\nFFFF80\nC3E180\n01C000\n01C000\n008000\n01C000\n008000\nENDCHAR\nSTARTCHAR F2AA\nENCODING 62122\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n808080\nC1C180\n7FFF00\n7FFF00\n7FFF00\n7F7F00\n7F7F00\n7E3F00\n700700\nF80F80\nFC1F80\nFC1F80\nFC1F80\nFDDF80\n7FFF00\n3FFE00\n1FFC00\n01C000\n008000\nENDCHAR\nSTARTCHAR F2AB\nENCODING 62123\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n00E000\n03F800\n07FC00\n071C00\n060C00\n060C00\n001C00\n007800\n00F800\n00E000\n00E000\n01F000\n03F800\n1FFF00\n7F1FC0\nF803E0\nF001E0\nE000E0\nENDCHAR\nSTARTCHAR F2AC\nENCODING 62124\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n31F180\nFBFBE0\nF3F9E0\nC0E060\nC0E060\nC00060\nC00060\nE000E0\nFFFFE0\nFFFFE0\nC00060\nFFFFE0\nFFFFE0\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F2AD\nENCODING 62125\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n1FFF00\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F2AE\nENCODING 62126\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3018\n7FFC\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\n3018\n3018\nFFFE\n7FFC\n3C78\n0EE0\n07C0\n07C0\n1EF0\n3838\n3018\nENDCHAR\nSTARTCHAR F2AF\nENCODING 62127\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n082080\n186180\n3CF3C0\n3CF3C0\n3CF3C0\nFFFFE0\nFFFFE0\n3CF3C0\n3CF3C0\n3CF3C0\n3CF3C0\n3CF3C0\n3CF3C0\n3CF3C0\nFFFFE0\nFFFFE0\nFFFFE0\n3CF3C0\n3CF3C0\nENDCHAR\nSTARTCHAR F2B0\nENCODING 62128\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01C000\n032000\n021000\n041000\n7FFF00\n4DE880\nCE3880\n4C0C80\n580F00\n280F00\n580F00\n4C0C80\nCE3880\n4DE880\n7FFF00\n041000\n021000\n032000\n01C000\nENDCHAR\nSTARTCHAR F2B1\nENCODING 62129\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n07F800\n0FF800\n1FFC00\n3FFE00\n3FFF00\n7FFF00\nFFFF80\n63E000\n63E000\n63F000\n67F000\n67F800\n6FF800\n0FF800\n0FF800\n0FF800\n0FF800\n07F000\n07F000\nENDCHAR\nSTARTCHAR F2B2\nENCODING 62130\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n060000\n030000\n018000\n018000\n018000\n818000\nC38000\n7F8000\n3FC000\n00E000\n007F80\n003FC0\n003860\n003020\n003000\n003000\n003000\n001800\n000C00\nENDCHAR\nSTARTCHAR F2B3\nENCODING 62131\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n01F000\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\n000000\n7FFFC0\nFFFFE0\n7FFFC0\n000000\nFFFFE0\nFFFFE0\n000000\n3FFF80\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F2B4\nENCODING 62132\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n10E100\n384380\n180300\n01F000\n03F800\n07FC00\n67FCC0\nF7FDE0\n67FCC0\n07FC00\n07FC00\n07FC00\n07FC00\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F2B5\nENCODING 62133\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n01F000\n07FC00\n1FFF00\n380380\n30F180\n6018C0\n40EC40\n857420\n85F420\n85F420\n46EC40\n6318C0\n31F180\n380380\n1FFF00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F2B6\nENCODING 62134\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n1FFC00\n1FFC00\n0C1800\n0C1800\n1C1C00\n7C1F00\n780F00\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nE00380\nF00780\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F2B7\nENCODING 62135\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 1\nBITMAP\n01C3\n03FC\n0FF0\n3FE0\n7FFF\nE1C0\nE3E0\nE7F0\nEFF8\nEFF8\nEFF8\nEFF8\nEFF8\nEFF8\nEFF8\nEFF8\nEFF8\n4FF8\n0FF8\nENDCHAR\nSTARTCHAR F2B8\nENCODING 62136\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n1FFF00\n180300\n7001C0\nE3F8E0\nC7FC60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nC7FC60\nE3F8E0\n7001C0\n180300\n1FFF00\n0FFE00\nENDCHAR\nSTARTCHAR F2B9\nENCODING 62137\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n600000\nFC0000\nFE0000\nFE0000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n380380\n380380\n380380\n100100\nENDCHAR\nSTARTCHAR F2BA\nENCODING 62138\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n07FC00\n071C00\n060C00\n060C00\n7FFFC0\nFFFFE0\nFFBFE0\nFF1FE0\nFF1FE0\nFF1FE0\nF803E0\nF803E0\nFF1FE0\nFF1FE0\nFF1FE0\nFFBFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F2BB\nENCODING 62139\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7C07C0\n79F3C0\nF3F9E0\nF7FDE0\nF7FDE0\nF7FDE0\nF7FDE0\nF7FDE0\nF3F9E0\n79F3C0\n7C07C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2BC\nENCODING 62140\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7803C0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\n7803C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2BD\nENCODING 62141\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FBFC0\n7F5FC0\nFE4FE0\nFEEFE0\nFCE7E0\nFDF7E0\nFBFBE0\nF3F9E0\nF7FDE0\n7001C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2BE\nENCODING 62142\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7BFBC0\nFDF7E0\nFEEFE0\nFF5FE0\nFFBFE0\nFF5FE0\nFEEFE0\nFDF7E0\n7BFBC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2BF\nENCODING 62143\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7F1FC0\nFE0FE0\nFE4FE0\nFC47E0\nFCE7E0\nF8E3E0\nF803E0\nF001E0\n73F9C0\n73F9C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2C0\nENCODING 62144\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n780FC0\n7807C0\nF9E7E0\nF9E7E0\nF807E0\nF807E0\nF803E0\nF9F3E0\nF9F3E0\n7803C0\n7807C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2C1\nENCODING 62145\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n79F3C0\n78E3C0\nFC47E0\nFE4FE0\nFE0FE0\nFF1FE0\nFE0FE0\nFE4FE0\nFC47E0\n78E3C0\n79F3C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2C2\nENCODING 62146\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n79F3C0\n78E3C0\nFC47E0\nFE4FE0\nFE0FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\n7F1FC0\n7F1FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2C3\nENCODING 62147\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n03F800\n03F800\n03F800\n03F800\n01F000\nF8E3E0\nFC47E0\nFE0FE0\nFF1FE0\nFE0FE0\nFC47E0\nF8E3E0\n01F000\n03F800\n03F800\n03F800\n03F800\n03F800\nENDCHAR\nSTARTCHAR F2C4\nENCODING 62148\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n3FFF00\n3FFE00\n1FFC00\n0FF800\n07F000\n03E000\n01C000\nENDCHAR\nSTARTCHAR F2C5\nENCODING 62149\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n00FFC0\n01FFE0\n07FFE0\n0FFFE0\n1FFFE0\n3FFFE0\n7FFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFE0\n3FFFE0\n1FFFE0\n0FFFE0\n07FFE0\n03FFE0\n00FFC0\nENDCHAR\nSTARTCHAR F2C6\nENCODING 62150\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\n7FFE00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF00\n7FFF00\nENDCHAR\nSTARTCHAR F2C7\nENCODING 62151\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FE000\nFFF000\nFFFC00\nFFFE00\nFFFF00\nFFFF80\nFFFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFC0\nFFFF80\nFFFF00\nFFFE00\nFFFC00\nFFF800\n7FE000\nENDCHAR\nSTARTCHAR F2C8\nENCODING 62152\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n00F800\n03FE00\n07FF00\n0FFF80\n03FFC0\n03FFC0\n3BFFE0\n7BFFE0\nFBFFE0\n7BFFE0\n1BFFE0\n03FFC0\n13FFC0\n0FFF80\n07FF00\n03FE00\n00F800\nENDCHAR\nSTARTCHAR F2C9\nENCODING 62153\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7FF800\n7FF800\nFFFB80\nFFFBC0\nFFFBE0\nFFFBC0\nFFFB00\n7FF800\n7FF900\n3FFE00\n1FFC00\n0FF800\n03E000\nENDCHAR\nSTARTCHAR F2CA\nENCODING 62154\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n01E000\n0BE000\n13E400\n300600\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n0FF800\n03E000\nENDCHAR\nSTARTCHAR F2CB\nENCODING 62155\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\n300600\n13E400\n0BE000\n01E000\n01C000\n008000\nENDCHAR\nSTARTCHAR F2CC\nENCODING 62156\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1FFF00\n7FFFC0\nFFFFE0\nF7E3E0\nF7FBE0\nF7FBE0\nF7FBE0\nF7FBE0\nF7FBE0\nF7FBE0\nF7FBE0\nF0E1E0\nFFFFE0\n7FFFC0\n1FFF00\nENDCHAR\nSTARTCHAR F2CD\nENCODING 62157\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1FFF00\n7FFFC0\nFFFFE0\nF7E1E0\nF7EDE0\nF7EDE0\nF7FDE0\nF7F9E0\nF7E3E0\nF7EFE0\nF7EFE0\nF0E1E0\nFFFFE0\n7FFFC0\n1FFF00\nENDCHAR\nSTARTCHAR F2CE\nENCODING 62158\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1FFF00\n7FFFC0\nFFFFE0\nF0E3E0\nF6FBE0\nF6FBE0\nF6FBE0\nF4FBE0\nF0FBE0\nF6FBE0\nF6FBE0\nF6E1E0\nFFFFE0\n7FFFC0\n1FFF00\nENDCHAR\nSTARTCHAR F2CF\nENCODING 62159\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1FFF00\n7FFFC0\nFFFFE0\nF0E1E0\nF6EDE0\nF6EDE0\nF6FDE0\nF4F9E0\nF0E3E0\nF6EFE0\nF6EFE0\nF6E1E0\nFFFFE0\n7FFFC0\n1FFF00\nENDCHAR\nSTARTCHAR F2D0\nENCODING 62160\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n03B800\n031800\n020800\n03F800\n03F800\nFFFFE0\nEFFEE0\nCFBE60\n8F1E20\nCFBE60\nEFFEE0\nFFFFE0\n03F800\n03F800\n020800\n031800\n03B800\n03F800\nENDCHAR\nSTARTCHAR F2D1\nENCODING 62161\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n0C0600\n0E0E00\n1FFF00\n3FFF80\n77FCC0\n43FC40\n77F3C0\nFFF3E0\nFFF3E0\nFFFFE0\nFC07E0\nF803E0\nF803E0\n7001C0\n6000C0\nENDCHAR\nSTARTCHAR F2D2\nENCODING 62162\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\nFFFFE0\nF3FFE0\nF3FFE0\nC0FFE0\n80FFE0\nC0F220\nF3F360\nF3FFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F2D3\nENCODING 62163\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\n3FFF80\n73FFC0\nF3FEE0\nC0FC60\n80FFE0\nC0F3E0\nF3F3E0\n73FFC0\n3E0F80\nENDCHAR\nSTARTCHAR F2D4\nENCODING 62164\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03F800\n03F800\n03F800\n01F000\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n78E000\n03F800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F2D5\nENCODING 62165\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n000000\n00F000\n01F800\n01F800\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n79F000\n03F800\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F2D6\nENCODING 62166\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n00E000\n03F800\n031800\n03D800\n03D800\n7FD800\nFFD800\nE7FF80\nE3FFE0\nFBF860\nC3FE60\nCFF860\nC3FE60\nFFF860\nFFF8E0\n7FFFC0\nENDCHAR\nSTARTCHAR F2D7\nENCODING 62167\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n3FBF80\n7FBFC0\n7F1FC0\nEE0EE0\nCF1E60\nCF1E60\nE64CE0\n67FCC0\n7FFFC0\n3FFF80\n0FFE00\n00E000\n00E000\n00E000\n00E000\n01F000\n07FC00\n03F800\nENDCHAR\nSTARTCHAR F2D8\nENCODING 62168\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3F1C0\nE3F0C0\nE3F1C0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nE3F9C0\nE3F0C0\nE3F0C0\nF7F9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F2D9\nENCODING 62169\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n3F80\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n3F80\n1F00\n1F00\n1F00\n1F00\n3F80\n7FC0\n7FC0\nFFE0\nFFE0\nFFE0\nFFE0\nENDCHAR\nSTARTCHAR F2DA\nENCODING 62170\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7FFF00\n60C000\nE0C080\nE6CC80\nE6CC80\nE2C480\nE0C180\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nE77380\n423100\nENDCHAR\nSTARTCHAR F2DB\nENCODING 62171\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01F800\n07FE00\n1FFF00\n3FFF80\n3FFE00\n7FFC00\n7FF800\nFFF000\nFFE000\nFFC000\nFFE000\nFFF000\n7FF800\n7FFC00\n3FFE00\n3FFF80\n1FFF00\n07FE00\n01F800\nENDCHAR\nSTARTCHAR F2DC\nENCODING 62172\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n000300\n000180\n01C680\n0FFF80\n1C7F80\n303F80\n603F00\n403F00\nC03F80\nC03F80\nC07F80\nE0FF80\nFFFF80\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n0FF800\n03E000\nENDCHAR\nSTARTCHAR F2DD\nENCODING 62173\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n000700\n0019C0\n003040\n002F20\n002FA0\n006FA0\n006F60\n40F040\nE1FF80\nF1FF00\n7FF800\n3CE000\n3EC000\n3E8000\n108000\n198000\n0E0000\nENDCHAR\nSTARTCHAR F2DE\nENCODING 62174\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n004000\n00E000\n01F000\n01B800\n031800\n1F1F00\nFF0FE0\nF001E0\n600060\n7001C0\n3C0780\n1C0700\n0C0600\n0C0600\n0C6700\n0DF700\n0FBF00\n0E0E00\nENDCHAR\nSTARTCHAR F2DF\nENCODING 62175\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n004000\n00E000\n01F000\n01F800\n03D800\n1FDF00\nFFCFE0\nFFC1E0\n7FC060\n7FC1C0\n3FC780\n1FC700\n0FC600\n0FC600\n0FE700\n0FF700\n0FBF00\n0E0E00\nENDCHAR\nSTARTCHAR F2E0\nENCODING 62176\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n004000\n00E000\n01F000\n01F800\n03F800\n1FFF00\nFFFFE0\nFFFFE0\n7FFFE0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n0FFE00\n0FFF00\n0FFF00\n0FBF00\n0E0E00\nENDCHAR\nSTARTCHAR F2E1\nENCODING 62177\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F1F00\n3FBF80\n73F9C0\nE0E0E0\nC04060\nC00060\nC00060\nE000E0\n6000C0\n7001C0\n300180\n380380\n180300\n0C0600\n0E0E00\n071C00\n03B800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F2E2\nENCODING 62178\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F1F00\n3FBF80\n7FF9C0\nFFE0E0\nFFC060\nFFC060\nFFC060\nFFC0E0\n7FC0C0\n7FC1C0\n3FC180\n3FC380\n1FC300\n0FC600\n0FCE00\n07DC00\n03F800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F2E3\nENCODING 62179\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F1F00\n3FBF80\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n3FFF80\n1FFF00\n0FFE00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F2E4\nENCODING 62180\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nF41780\nF41780\nF41780\nF41780\nF41780\nF41780\nF41780\nF3E780\n677300\n0F7800\n1E3C00\n180C00\n100400\n180C00\n1C1C00\n1C1C00\n0DD800\n07F000\n03E000\nENDCHAR\nSTARTCHAR F2E5\nENCODING 62181\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nF801E0\n7803E0\n7C07C0\n3C07C0\n3E0F80\n1F0F80\n1E0F00\n08F200\n03FC00\n07FC00\n0FFE00\n0FFE00\n0FFF00\n0FFF00\n0FFE00\n0FFE00\n07FE00\n03FC00\n01F000\nENDCHAR\nSTARTCHAR F2E6\nENCODING 62182\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nF801E0\n7803E0\n7C07C0\n3C07C0\n3E0F80\n1F0F80\n1E0F00\n08F200\n03FC00\n077C00\n0F3E00\n0FDE00\n0FDF00\n0FDF00\n0FDE00\n0F8E00\n078E00\n03FC00\n01F000\nENDCHAR\nSTARTCHAR F2E7\nENCODING 62183\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nF801E0\n7803E0\n7C07C0\n3C07C0\n3E0F80\n1F0F80\n1E0F00\n08F200\n03FC00\n07FC00\n0F0E00\n0E6E00\n0FEF00\n0F1F00\n0E7E00\n0E0E00\n070E00\n03FC00\n01F000\nENDCHAR\nSTARTCHAR F2E8\nENCODING 62184\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nF801E0\n7803E0\n7C07C0\n3C07C0\n3E0F80\n1F0F80\n1E0F00\n08F200\n03FC00\n073C00\n0E0E00\n0FEE00\n0F1F00\n0FEF00\n0FEE00\n0F0E00\n073E00\n03FC00\n01F000\nENDCHAR\nSTARTCHAR F2E9\nENCODING 62185\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n037800\n0F7E00\n1F7F00\n2F7E80\n76FDC0\n78FBC0\nF9F7E0\nF2EFE0\n0F5FE0\nFFBFE0\nFF5E00\nFEE9E0\nFDF3E0\n7BE3C0\n77EDC0\n2FDE80\n1FDF00\n0FDE00\n03D800\nENDCHAR\nSTARTCHAR F2EA\nENCODING 62186\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n037800\n0F7E00\n1F7F00\n3F7F80\n7EFFC0\n7CFFC0\nF9FFE0\nF3FFE0\n0FFFE0\nFFFFE0\nFFFE00\nFFF9E0\nFFF3E0\n7FE7C0\n7FEFC0\n3FDF80\n1FDF00\n0FDE00\n03D800\nENDCHAR\nSTARTCHAR F2EB\nENCODING 62187\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n19F300\n304180\n6000C0\n7001C0\nF001E0\nF0E1E0\nE1F0E0\nC1F060\n81F020\n80E020\nC00060\n400040\n7C07C0\n3C0780\n1E0F00\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F2EC\nENCODING 62188\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n007F00\n03C3C0\n07F0C0\n0FFC60\n1FE660\n3FF320\n7F3120\n7F8DA0\n7DCFA0\nFCA7E0\nBE77C0\nB63FC0\n919FC0\n99FF80\nCCFF00\nC7FE00\n61FC00\n787800\n1FC000\nENDCHAR\nSTARTCHAR F2ED\nENCODING 62189\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF00000\nF80000\nFC0000\nFE0000\n7F0000\n3F8000\n1FC000\n0FE000\n07F000\n03F800\n01FDC0\n00FFC0\n007F80\n003F00\n001F00\n003F80\n0039C0\n0030E0\n000040\nENDCHAR\nSTARTCHAR F2EE\nENCODING 62190\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE003E0\nC01E40\nA07880\n11E100\n0BC200\n070400\n0E0800\n1D1000\n18A000\n384000\n30A000\n611000\n620800\n440400\nC80380\n9003C0\nA003E0\nC00180\n800080\nENDCHAR\nSTARTCHAR F2EF\nENCODING 62191\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n078000\n23E000\n73E000\n3BF000\n1FF000\n8FF000\nFF1000\nFF8000\nFDC000\n7CE000\n7C7000\n1E3800\n001C00\n000E00\n000700\n000380\n0001C0\n0000E0\n000040\nENDCHAR\nSTARTCHAR F2F0\nENCODING 62192\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F8000\n30E000\n603000\nC01800\nC00C00\n800400\n800400\nC00C00\n401C00\n403C00\n207C00\n10FC00\n09FE00\n07EF00\n000F80\n0007E0\n0003E0\n0001C0\n000080\nENDCHAR\nSTARTCHAR F2F1\nENCODING 62193\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n02C000\n02E000\n02F800\n02FC00\n02F800\n02F000\n02C000\n020000\n020000\n020000\n020000\n0AFE00\n3AFF80\n7AFFE0\nFAE7E0\nF8E7E0\n7DEFC0\n3FFF80\n07FC00\nENDCHAR\nSTARTCHAR F2F2\nENCODING 62194\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n1F0000\n30C000\n602000\n401000\nC01800\n800800\nC00800\n400800\n400800\n200800\n301800\n0C3800\n07FC00\n000600\n000300\n000380\n0001C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F2F3\nENCODING 62195\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1EFF00\n3CFF80\n7CFFC0\n7FFFC0\nFFFFE0\nEFBFE0\nC71FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F2F4\nENCODING 62196\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0F00\n7F1FC0\n7FBFC0\nFFBFE0\nFFBFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F2F5\nENCODING 62197\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n0CE600\n00E000\n00E000\nENDCHAR\nSTARTCHAR F2F6\nENCODING 62198\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n07FC00\n07FC00\n07FC00\n07FC00\n07FC00\n1FFF00\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n0CE600\n00E000\n00E000\nENDCHAR\nSTARTCHAR F2F7\nENCODING 62199\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n008000\n01C000\n01C000\n03E000\n07F000\n0FF800\n1FFC00\n3FFE00\nFFFF80\n3FFE00\n1FFC00\n0FF800\n07F000\n03E000\n01C000\n01C000\n008000\n008000\nENDCHAR\nSTARTCHAR F2F8\nENCODING 62200\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n0FE0\n1FF0\n1FF0\n1FF0\n1FF0\n1FF0\n0FE0\n1FF0\n07C0\n07C0\n07C0\n07C0\n0FE0\n0FE0\n7FFC\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F2F9\nENCODING 62201\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n07C0\n06C0\n0C60\n1C70\n1830\n1830\n1830\n1C70\n0FE0\n1FF0\n0FE0\n07C0\n0FE0\n1FF0\n7FFC\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F2FA\nENCODING 62202\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n37D8\n37D8\n3FF8\n3FF8\n3FF8\n0FE0\n07C0\n07C0\n07C0\n0FE0\n07C0\n07C0\n07C0\n0FE0\n0FE0\n7FFC\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F2FB\nENCODING 62203\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0780\n0FE0\n0FF0\n1FF8\n1BF8\n3FFC\n3FFC\n7FFC\n7FFC\nFFFE\nF7FE\n67FE\n07F0\n0FE0\n0FF0\n7FFC\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F2FC\nENCODING 62204\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n0380\n0FE0\n3FF8\n7FFC\n7FFC\nFFFE\nFFFE\n7FFC\n7FFC\n3FF8\n1FF0\n07C0\n0FE0\n1FF0\n7FFC\nFFFE\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F2FD\nENCODING 62205\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n008000\n088800\n09C800\n8DD880\n4DD900\n7FFF00\n7FFF00\n3FFE00\n3FFE00\n3FFE00\n3FFE00\n1FFC00\n07F000\n07F000\n3FFE00\n7FFF00\n7FFF00\n3FFE00\nENDCHAR\nSTARTCHAR F2FE\nENCODING 62206\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n71F1C0\nF9F3E0\nFDF7E0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F2FF\nENCODING 62207\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000180\n0003C0\n0007E0\n000FE0\nF81FC0\nF83F80\nF87F00\nF8FE00\nF9FC00\nFBF800\nFFF000\nFFE000\nFFC000\nFF8000\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nENDCHAR\nSTARTCHAR F300\nENCODING 62208\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n300000\n780000\nFC0000\nFE0000\n7F03E0\n3F83E0\n1FC3E0\n0FE3E0\n07F3E0\n03FBE0\n01FFE0\n00FFE0\n007FE0\n003FE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\nENDCHAR\nSTARTCHAR F301\nENCODING 62209\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\nFDF7E0\nF9F3E0\n71F1C0\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR F302\nENCODING 62210\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFFFE00\nFF8000\nFFC000\nFFE000\nFFF000\nFBF800\nF9FC00\nF8FE00\nF87F00\nF83F80\nF81FC0\n000FE0\n0007E0\n0003C0\n000180\nENDCHAR\nSTARTCHAR F303\nENCODING 62211\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n0FFFE0\n003FE0\n007FE0\n00FFE0\n01FFE0\n03FBE0\n07F3E0\n0FE3E0\n1FC3E0\n3F83E0\n7F03E0\nFE0000\nFC0000\n780000\n300000\nENDCHAR\nSTARTCHAR F304\nENCODING 62212\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00C000\n01E000\n01F000\n01F800\n00FC00\n007E00\n003F00\nFFFF80\nFFFFC0\nFFFFE0\nFFFFC0\nFFFF80\n003F00\n007E00\n00FC00\n01F800\n01F000\n01E000\n00C000\nENDCHAR\nSTARTCHAR F305\nENCODING 62213\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n006000\n00F000\n01F000\n03F000\n07E000\n0FC000\n1F8000\n3FFFE0\n7FFFE0\nFFFFE0\n7FFFE0\n3FFFE0\n1F8000\n0FC000\n07E000\n03F000\n01F000\n00F000\n006000\nENDCHAR\nSTARTCHAR F306\nENCODING 62214\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n00E000\n10E100\n3BFB80\n1FFF00\n0E0E00\n1C0700\n180300\nF803E0\nF803E0\nF803E0\n180300\n1C0700\n0E0E00\n1FFF00\n3BFB80\n10E100\n00E000\n00E000\nENDCHAR\nSTARTCHAR F307\nENCODING 62215\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n398000\n1F8000\n1F8000\n1F8000\nF9F000\nF9F000\n1F8000\n1FB380\n19B300\n19BF00\n003F00\n01F3E0\n01F3E0\n003F00\n003F00\n003F00\n003380\nENDCHAR\nSTARTCHAR F308\nENCODING 62216\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n240000\n3C0000\nF70000\n620000\n420000\nE70000\n3C2A00\n243E00\n00FF80\n00FF80\n03C1E0\n01C1C0\n03C1E0\n01C1C0\n03C1E0\n00FF80\n00FF80\n003E00\n002A00\nENDCHAR\nSTARTCHAR F309\nENCODING 62217\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000F00\nFFF9E0\nFFF9E0\n7FF9C0\n000F00\n000000\n000000\n01F000\n7F1FC0\nFF1FE0\n7F1FC0\n01F000\n000000\n000000\n1E0000\n73FFC0\nF3FFE0\nF3FFE0\n1E0000\nENDCHAR\nSTARTCHAR F30A\nENCODING 62218\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nF80000\nFE0000\nFFC000\n7FF800\n1FFF00\n07FFC0\n00FFE0\n001FE0\n0007E0\n001FE0\n00FFE0\n07FFC0\n1FFF00\n7FF800\nFFC000\nFF0000\nF80000\nC00000\nENDCHAR\nSTARTCHAR F30B\nENCODING 62219\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000060\n0003E0\n000FE0\n007FE0\n03FFC0\n1FFF00\n7FFC00\nFFE000\nFF0000\nFC0000\nFF0000\nFFE000\n7FFC00\n1FFF00\n03FFC0\n007FE0\n001FE0\n0003E0\n000060\nENDCHAR\nSTARTCHAR F30C\nENCODING 62220\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n000000\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F30D\nENCODING 62221\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03FFC0\n07FFE0\n0700E0\n060060\n060060\n060060\n000060\n7FF860\nFFFC60\nF01DE0\nC00DE0\nC00DC0\nC00C00\nC00C00\nC00C00\nC00C00\nE01C00\nFFFC00\n7FF800\nENDCHAR\nSTARTCHAR F30E\nENCODING 62222\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03FFC0\n07FFE0\n0700E0\n060060\n060060\n060060\n060060\n060060\n060060\n0701E0\n07FFE0\n03FFC0\n000000\n000000\n000000\n000000\n000000\nCFF800\nCFF800\nENDCHAR\nSTARTCHAR F30F\nENCODING 62223\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\n0001E0\n0001E0\n0003E0\n000720\n000600\n000000\n7FF800\nFFFC00\nF01C00\nC00C00\nC00C00\nC00C00\nC00C00\nC00C00\nC00C00\nE01C00\nFFFC00\n7FF800\nENDCHAR\nSTARTCHAR F310\nENCODING 62224\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFF80\nFFFF20\nE00060\nC000E0\nC001E0\nC003C0\nC007A0\nC60F60\nC71E60\nC7BC60\nC3F860\nC1F060\nC0E060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F311\nENCODING 62225\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC60C60\nC71C60\nC3B860\nC1F060\nC0E060\nC1F060\nC3B860\nC71C60\nC60C60\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F312\nENCODING 62226\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nE000E0\nC00060\nC00060\nC00060\nC0E060\nC1F060\nC3F860\nC3F860\nC3F860\nC1F060\nC0E060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F313\nENCODING 62227\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7C01C0\n7E01C0\nE700E0\nE380E0\nC1C060\nC0E060\nC07060\nE038E0\nE01CE0\n700FC0\n7007C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F314\nENCODING 62228\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n0FFE00\n1F1F00\n3C0780\n7C07C0\n7E0FC0\nE71CE0\nE3B8E0\nC1F060\nC0E060\nC1F060\nE3B8E0\nE71CE0\n7E0FC0\n7C07C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F315\nENCODING 62229\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F9F00\n3F0F80\n7F0FC0\n7F9FC0\nFFFFE0\nFE1FE0\nFE3FE0\nFE3FE0\nFC3FE0\nFC7FE0\nFC7FE0\n7C6FC0\n7C0FC0\n3C3F80\n1E7F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F316\nENCODING 62230\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n004000\n00E000\n00E000\n01F000\n03F800\n031800\n071C00\n071C00\n0F1E00\n1F1F00\n1FBF00\n3FFF80\n3FBF80\n7F1FC0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F317\nENCODING 62231\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01C000\n01E000\n03E000\n03E000\n79E780\nFDEF80\n7FDF80\n7FFF00\n1FFE00\n03F000\n1FFE00\n7FFF00\n7FDF80\nFDEF80\n79E780\n03E000\n03E000\n01E000\n01C000\nENDCHAR\nSTARTCHAR F318\nENCODING 62232\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n060C00\n0E0E00\n1C0700\n380380\n7FFFC0\nFFFFE0\n7FFFC0\n380380\n1C0700\n0E0E00\n060C00\nENDCHAR\nSTARTCHAR F319\nENCODING 62233\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n0400\n0E00\n1F00\n3F80\n7FC0\nEEE0\nCE60\n0E00\n0E00\n0E00\n0E00\n0E00\nCE60\nEEE0\n7FC0\n3F80\n1F00\n0E00\n0400\nENDCHAR\nSTARTCHAR F31A\nENCODING 62234\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0060C0\n00E1E0\n01E3E0\n03C7C0\n078F80\n0F1F00\n1E3E00\n3C7C00\n78F800\nF0F000\n78F800\n3C7C00\n1E3E00\n0F1F00\n078F80\n03C7C0\n01E3E0\n00E1E0\n0060C0\nENDCHAR\nSTARTCHAR F31B\nENCODING 62235\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n60C000\nF0E000\nF8F000\n7C7800\n3E3C00\n1F1E00\n0F8F00\n07C780\n03E3C0\n01E1E0\n03E3C0\n07C780\n0F8F00\n1F1E00\n3E3C00\n7C7800\nF8F000\nF0E000\n60C000\nENDCHAR\nSTARTCHAR F31C\nENCODING 62236\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n07BC00\n0F1E00\n1E0F00\n3C0780\n78E3C0\nF1F1E0\nE3F8E0\n07FC00\n0FBE00\n1F1F00\n3E0F80\n7C07C0\nF803E0\nF001E0\n6000C0\nENDCHAR\nSTARTCHAR F31D\nENCODING 62237\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\nF001E0\nF803E0\n7C07C0\n3E0F80\n1F1F00\n0FBE00\n07FC00\nE3F8E0\nF1F1E0\n78E3C0\n3C0780\n1E0F00\n0F1E00\n07BC00\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F31E\nENCODING 62238\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n008000\n03C000\n07C000\n0FC000\n1FC000\n7FFF80\nFFFFC0\nFFFFE0\n7FFFE0\n3FC7E0\n0FC3E0\n07C3E0\n03C3E0\n01C3E0\n0003E0\n0003E0\n0003E0\n0003E0\n0003E0\nENDCHAR\nSTARTCHAR F31F\nENCODING 62239\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n002000\n007800\n007C00\n007E00\n007F00\n3FFFC0\n7FFFE0\nFFFFE0\nFFFFC0\nFC7F80\nF87E00\nF87C00\nF87800\nF87000\nF80000\nF80000\nF80000\nF80000\nF80000\nENDCHAR\nSTARTCHAR F320\nENCODING 62240\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07E000\n0FF800\n3E3C00\n380E00\n700700\nE18300\nE1C300\nC7F380\nC7F380\nC3C380\nE1C300\n618700\n700600\n381E00\n1FFF00\n0FF380\n01C1C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F321\nENCODING 62241\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07E000\n0FF800\n3E3C00\n380E00\n700700\nE00300\nE00300\nC7F380\nC7F380\nC3E380\nE00300\n600700\n700600\n381E00\n1FFF00\n0FF380\n01C1C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F322\nENCODING 62242\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n004000\n00E000\n01F000\n03F800\n03F800\n00E000\n18E300\n38E380\n7FFFC0\nFFFFE0\n7FFFC0\n38E380\n18E300\n00E000\n03F800\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F323\nENCODING 62243\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01FFC0\n03FFE0\n0380E0\n030060\n030060\n080060\n0C0060\nFE0060\nFF0060\nFF0060\nFF0060\nFE0060\n0C0060\n080060\n030060\n030060\n0380E0\n03FFE0\n01FFC0\nENDCHAR\nSTARTCHAR F324\nENCODING 62244\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF000\nFFF800\nE03800\nC01800\nC01800\nC00300\nC00380\nC01FC0\nC01FE0\nC01FE0\nC01FE0\nC01FC0\nC00380\nC00300\nC01800\nC01800\nE03800\nFFF800\n7FF000\nENDCHAR\nSTARTCHAR F325\nENCODING 62245\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF8000\nFF8000\nFF0000\nFE0000\nFF0000\nFF8000\nFFC000\nEFC000\nC78000\n031800\n003C60\n007EE0\n007FE0\n003FE0\n001FE0\n000FE0\n001FE0\n003FE0\n003FE0\nENDCHAR\nSTARTCHAR F326\nENCODING 62246\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n308000\n79C000\nFFC000\nFFC000\n7FC000\n3FC000\n3FC000\n7FC000\nFF8000\n001FC0\n003FE0\n007FC0\n007F80\n007F80\n007FC0\n007FE0\n007FE0\n0073C0\n002180\nENDCHAR\nSTARTCHAR F327\nENCODING 62247\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7E0FC0\nFF1FE0\nE318E0\nC31860\nC31860\nC31860\nC80260\nCE0E60\nCF1E60\nCF1E60\nCF1E60\nCE0E60\nC80260\nC31860\nC31860\nC31860\nE318E0\nFF1FE0\n7E0FC0\nENDCHAR\nSTARTCHAR F328\nENCODING 62248\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3E0F80\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFE1FC0\nF01C00\nF01C00\nF01C00\nF81F00\n7C0F80\n380700\nENDCHAR\nSTARTCHAR F329\nENCODING 62249\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1C0380\n3E07C0\n1F03E0\n0701E0\n0701E0\n0701E0\n7F0FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\n3E0F80\nENDCHAR\nSTARTCHAR F32A\nENCODING 62250\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n83F800\nCFFE00\nFF1F00\nFC0780\nF801C0\nFC01C0\nFE00E0\n0000E0\n000060\n000060\n000060\n0000E0\n0000E0\n0001C0\n1001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F32B\nENCODING 62251\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n01F020\n0FFE60\n1F1FE0\n3C07E0\n7003E0\n7007E0\nE00FE0\nE00000\nC00000\nC00000\nC00000\nE00000\nE00000\n700000\n700100\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F32C\nENCODING 62252\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFF80\nFFFFE0\nFFFFE0\nC00060\nCF8060\nCFC060\nCFC060\nCFC060\nCFC060\nCFC060\nCF8060\nC00060\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F32D\nENCODING 62253\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFF80\nFFFFE0\nFFFFE0\nC00060\nC03E60\nC07E60\nC07E60\nC07E60\nC07E60\nC07E60\nC03E60\nC00060\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F32E\nENCODING 62254\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FF400\n0FF600\n0FF700\n0FF780\n0FF7C0\n0FF7E0\n0FF000\n0FFFE0\n0CFFE0\n3C7FE0\nFC3FE0\n801FE0\n800FE0\n800FE0\n801FE0\nFC3FE0\n7C7FE0\n0CFFE0\n0FFFE0\nENDCHAR\nSTARTCHAR F32F\nENCODING 62255\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FF400\n0FF600\n0FF700\n0FF780\n0FF7C0\n0FF7E0\n0FF000\n0FFFE0\n09FFE0\n11FFE0\n21FFE0\n400FE0\n800FE0\n800FE0\nC00FE0\n61FFE0\n31FFE0\n19FFE0\n0FFFE0\nENDCHAR\nSTARTCHAR F330\nENCODING 62256\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0FF400\n0FF600\n0FF700\n0FF780\n0FF7C0\n0FF7E0\n1FF000\n31FFE0\n4CFFE0\nDF7FE0\nBF7FE0\nBF7FE0\n9F7FE0\nDE7FE0\n603FE0\n3F1FE0\n0F8FE0\n0FDFE0\n0FFFE0\nENDCHAR\nSTARTCHAR F331\nENCODING 62257\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nF7D800\nF7DC00\nF7DE00\n801F00\nF7DF80\nF7C000\nF7F780\nF7F780\nF7F780\nF7F780\nF7F780\nF7F780\nF7F780\n800080\nF7F780\nF7F780\nF7F780\nFFFF80\nENDCHAR\nSTARTCHAR F332\nENCODING 62258\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03FFC0\n07FFE0\n0700E0\n060060\nC70060\nC7F060\nC7E060\nC7C460\nC78C60\nC71C60\nC63C60\nC67EE0\nC7FFE0\nC7FFC0\nC00000\nC00000\nE00000\nFFFE00\n7FFE00\nENDCHAR\nSTARTCHAR F333\nENCODING 62259\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F0000\n738000\nE00000\nC00000\nC1F000\nE3F800\n731C00\n380E00\n1C0700\n0E0380\n0719C0\n03F8E0\n01F060\n000060\n0000E0\n0039C0\n001FC0\n000F00\nENDCHAR\nSTARTCHAR F334\nENCODING 62260\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n004000\n00E000\n01F000\n03F800\n03F800\n00E000\n00E000\n00E000\n00E000\n03FC00\n3FBF80\n7F1FC0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nENDCHAR\nSTARTCHAR F335\nENCODING 62261\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180300\n3C0380\n7E07C0\nFE0FE0\nFE0FE0\n380380\n380380\n380380\n380380\n1C0700\n1FBF00\n0FBE00\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F336\nENCODING 62262\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n031800\n0F1E00\n1F1F00\n3F1F80\n7F1FC0\n7E0FC0\nFC07E0\nF803E0\n0003E0\n0003E0\n0003E0\nF803E0\nFC03E0\n7E01C0\n7FF8C0\n3FFC00\n1FFE00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F337\nENCODING 62263\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01E000\n03E000\n0FE000\n0DF000\n01F000\n01F000\n01F000\n03F800\n03F800\n03F800\n03F800\n07FC00\n07FC00\n07FC00\n07FC00\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F338\nENCODING 62264\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n3F80\n7FC0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\n7FC0\n3F80\n3F80\n1F00\n1F00\n0000\n1F00\n1F00\n0000\n0E00\nENDCHAR\nSTARTCHAR F339\nENCODING 62265\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n04E400\n0EE200\n06E000\n27E080\n7BE0C0\n3FE080\n0C0000\n780040\nF80060\n7800C0\n080000\n380180\n7803C0\n260480\n06EC00\n0EEE00\n04E400\n004000\nENDCHAR\nSTARTCHAR F33A\nENCODING 62266\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0780\n7E0FC0\nE71CE0\nC31860\nC31860\nE318E0\n7FFFC0\n3FFF80\n031800\n031800\n031800\n3FFF80\n7FFFC0\nE318E0\nC31860\nC31860\nE71CE0\n7E0FC0\n3C0780\nENDCHAR\nSTARTCHAR F33B\nENCODING 62267\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\n7000\n3800\n3800\n1C00\n0E00\n0700\n0700\n0380\n0700\n0700\n0E00\n1C00\n3800\n3800\n7000\nFFFE\n7FFC\nENDCHAR\nSTARTCHAR F33C\nENCODING 62268\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n003FE0\n007FE0\n007000\n006000\n00E000\n00E000\n00C000\nC1C000\nE18000\n618000\n638000\n730000\n330000\n370000\n3E0000\n1E0000\n1E0000\n0C0000\n0C0000\nENDCHAR\nSTARTCHAR F33D\nENCODING 62269\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F1880\n7F99C0\nFF9080\nFF8000\nFF8000\nFF80C0\n7F81C0\n3F0000\n000F80\n003FE0\n703FE0\n607060\n007060\n007060\n217060\n7370E0\n233FE0\n003FC0\nENDCHAR\nSTARTCHAR F33E\nENCODING 62270\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F1880\n7399C0\nE19080\nC18000\nC18000\nE380C0\n7F81C0\n3F0000\n000F80\n003FE0\n703FE0\n607FE0\n007FE0\n007FE0\n217FE0\n737FE0\n233FE0\n003FC0\nENDCHAR\nSTARTCHAR F33F\nENCODING 62271\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1FFF00\n3FFF80\n6FFBC0\nDC0E60\nFC0060\n7FF8C0\n3FFC80\n107D00\n080E00\n070C00\n07FC00\n031800\n01B000\n00E000\n004000\nENDCHAR\nSTARTCHAR F340\nENCODING 62272\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\n7FFF00\n03E000\n0FF800\n1FFC00\n3C1E00\n380E00\n300600\n700700\n700700\n700700\n300600\n380E00\n3C1E00\n1FFC00\n0FF800\n03E000\n7FFF00\nFFFF80\nENDCHAR\nSTARTCHAR F341\nENCODING 62273\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n63B8C0\n47BC40\nCF1E60\n8F1E20\n880220\n8C0620\n8E0E20\n8E0E20\nCE4E60\n45F440\n63F8C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F342\nENCODING 62274\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F7F00\n3CFF80\n70F9C0\n71D9C0\nE1D8E0\nE398E0\nC39860\nC71860\nC71860\nEE18E0\nEFF8E0\n7FF9C0\n7C19C0\n3C1F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F343\nENCODING 62275\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 0\nBITMAP\n07E0\n1FF8\n3FFC\n7FFE\n7FFE\nFFFF\nEFF7\nEFF7\n67C6\n7FFE\n3FFC\n7DBC\n7FFC\n3FFC\n0AD0\n0AD0\n0AD0\n0AD0\n0A50\nENDCHAR\nSTARTCHAR F344\nENCODING 62276\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0EEE00\n18E300\n31F180\n61F0C0\n43F840\nC3F860\n81F020\n80E020\n80E020\nA0E0A0\nB1F1A0\nD84360\n40E040\n61F0C0\n33F980\n19F300\n0EEE00\n03F800\nENDCHAR\nSTARTCHAR F345\nENCODING 62277\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7E0FC0\n7F1FC0\nFFBFE0\nF7FDE0\nF3F9E0\nF1F1E0\nF3F9E0\nF7FDE0\nFFBFE0\n7F1FC0\n7E0FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F346\nENCODING 62278\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n000200\n240000\n280900\n280500\n69C580\n49E580\n48C580\n69C580\n3FFF00\n03F000\n7FFF80\nCBF5C0\n8BE4C0\n89E440\n89E440\n88C4C0\n480880\n440080\nENDCHAR\nSTARTCHAR F347\nENCODING 62279\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 0\nBITMAP\n0660\n0E70\n2C34\n4002\n366C\nF25F\nFA5F\nB83F\n9C33\nC663\nC243\n4246\n7C3E\n7C3E\n5A18\n2004\n1408\n0660\n0240\nENDCHAR\nSTARTCHAR F348\nENCODING 62280\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 0\nBITMAP\n8003\nC3C3\nDFFB\nFFFF\nFFFF\nFFFF\nFFFF\nFFFF\nE3C7\nFFFF\nFFFF\n8FF3\n8382\nC002\n4002\n4002\n600E\n1C38\n07E0\nENDCHAR\nSTARTCHAR F349\nENCODING 62281\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 0\nBITMAP\n0FF0\n3BDC\n63C6\n03C2\n8182\n8003\n8003\n981B\n9C3B\nC003\nC002\nC002\n4002\n47E2\n7C2E\n6006\n300C\n1818\n0FF0\nENDCHAR\nSTARTCHAR F34A\nENCODING 62282\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00E000\n06EC00\n0EEE00\n1EEF00\n1EEF00\n3EEF80\n3C0780\n31F180\n24E480\n0EEE00\n0EEE00\n2CE680\n311180\n7E4FC0\n7EEFC0\n7C07C0\nFC07E0\nC3F860\n00E000\nENDCHAR\nSTARTCHAR F34B\nENCODING 62283\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 2 0\nBITMAP\n7E00\nC300\nC300\nC300\nC300\nC300\nFFF8\nC308\nC308\nC308\nC308\nC308\nFFF8\nC300\nC300\nC300\nC300\nC300\n7E00\nENDCHAR\nSTARTCHAR F34C\nENCODING 62284\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 2 0\nBITMAP\n01F8\n0308\n0308\n0308\n0308\n0308\n7FF8\nC308\nC308\nC308\nC308\nC308\nFFF8\nC300\nC300\nC300\nC300\nC300\n7E00\nENDCHAR\nSTARTCHAR F34D\nENCODING 62285\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 2 0\nBITMAP\n7E00\nC300\nC300\nC300\nC300\nC300\nFF00\nC300\nC300\nC300\nC300\nC300\nFFF8\nC308\nC308\nC308\nC308\nC308\n7FF8\nENDCHAR\nSTARTCHAR F34E\nENCODING 62286\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\nF1E3E0\nF9E3E0\n79E7C0\n7DEF80\n3DFF00\n3FFC00\n1FFE00\n0FFF80\n0FEFC0\n07E7E0\n03E3E0\nENDCHAR\nSTARTCHAR F34F\nENCODING 62287\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nFE0FE0\n823820\n826020\n82C020\nFE8FE0\n019800\n011000\n011000\n011000\n011000\n011000\n011000\n011000\n011000\n011000\n011000\n011000\n01F000\nENDCHAR\nSTARTCHAR F350\nENCODING 62288\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n0C0600\n1E0F00\n3E0F80\n7F1FC0\nFF1FE0\nBFBFA0\n8FBE20\n83F820\n80E020\n83F820\n8FBE20\nBFBFA0\nFF1FE0\n7F1FC0\n3E0F80\n1E0F00\n0C0600\n07FC00\nENDCHAR\nSTARTCHAR F351\nENCODING 62289\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 1\nBITMAP\n0F8000\n3FE700\n707F80\n603FC0\nCF9FC0\nCFCF80\nCCE700\nCC7E00\nCE3C00\n671800\n738000\n39C000\n1CE000\n0E7000\n073800\n039C00\n01DC00\n00F800\n007000\nENDCHAR\nSTARTCHAR F352\nENCODING 62290\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n380380\n380380\n040400\n020800\n0FFE00\n0FFE00\n79F3C0\n79F3C0\n79F3C0\nFFFFE0\n8FFE20\n8FFE20\n880220\n071C00\n071C00\nENDCHAR\nSTARTCHAR F353\nENCODING 62291\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 3\nBITMAP\n100100\n180200\n0E0E00\n07BC00\n03F800\n01F000\n01F000\n03F800\n07BC00\n0E0E00\n1C0700\n300180\n6000C0\n800020\nENDCHAR\nSTARTCHAR F354\nENCODING 62292\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0EDE00\n1D6B00\n356B80\n6AD5C0\n756A40\nCAF5E0\nB51A60\nFE4FE0\nFEEFE0\nFE4FE0\n811020\nC0E060\n400040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F355\nENCODING 62293\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 18 1 1\nBITMAP\n200200\n400100\n400100\n800080\n800080\nC08180\nC08180\n61C300\n71C700\n3FFE00\n1FFC00\n07F000\n01C000\n01C000\n01C000\n01C000\n008000\n008000\nENDCHAR\nSTARTCHAR F356\nENCODING 62294\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03E800\n07EE00\n11E700\n3C7780\n7F3700\n7C0740\nC00260\n1802E0\nF800E0\nF001E0\nE003E0\nE80300\nC80060\n5C07C0\n1D9FC0\n3DC780\n1CF100\n0EFC00\n02F800\nENDCHAR\nSTARTCHAR F357\nENCODING 62295\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 1 0\nBITMAP\n03F000\n0FFC00\n1FFE00\n3FFF00\n3FFF80\nFFFFC0\nFFFFC0\nE000C0\nFFFFC0\nFFFFC0\n7FFF80\n200180\n200100\n300100\n100300\n180200\n0DE400\n07F800\n01E000\nENDCHAR\nSTARTCHAR F358\nENCODING 62296\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n031800\nCF1E60\nFF1FE0\n0FBE00\n0FBE00\n07BC00\n231880\n211080\n020800\n1B1B00\n3FBF80\n3F1F80\n1FBF00\n071C00\n000000\n0C0600\n0FBE00\n0FBE00\n060C00\nENDCHAR\nSTARTCHAR F359\nENCODING 62297\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F0000\n3F8000\n7FC000\nFFC000\nFFE000\nFFE000\nFFE000\nFFF000\n7FF000\n3FF000\n0FF000\n01E800\n001C00\n000F00\n0007E0\n0007E0\n000300\n000300\n000300\nENDCHAR\nSTARTCHAR F35A\nENCODING 62298\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n002000\n00F000\n01C000\nE23D80\nF0F9C0\nF3FBE0\n7FFBE0\n1FFBE0\n7FFBE0\nF3FBE0\nF0F9C0\nE03D80\n01C000\n01C000\n018000\nENDCHAR\nSTARTCHAR F35B\nENCODING 62299\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n01F000\n1DF700\n3EEF80\n7F1FC0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n1FFF00\n43F840\n300180\n36ED80\n36ED80\n36ED80\n36ED80\n16ED00\n06EC00\nENDCHAR\nSTARTCHAR F35C\nENCODING 62300\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003000\n00F000\n03F000\n07F800\n0FF800\n1E7800\n3E7C00\n3FFC00\n77E600\n73E600\nF7E600\nFE7F00\n1E7F00\n07F980\n00F980\n003FC0\n0007C0\n0001C0\n000020\nENDCHAR\nSTARTCHAR F35D\nENCODING 62301\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\nC00000\nE00000\n700000\n780000\n2C0000\n260000\n318380\n10E7C0\n103FE0\n180FE0\n0C0FE0\n078FE0\n0FC7C0\n0FE000\n0FE000\n0FE000\n0FC000\n078000\nENDCHAR\nSTARTCHAR F35E\nENCODING 62302\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00FC00\n03FF00\n07FF80\n1FFFC0\n3FFFE0\n3FFFE0\n7FFFE0\nFFFFE0\nFF0FE0\n000000\n01F000\n01F000\n03E000\n03E000\n03F000\n03F000\n03F000\n03F000\n03F000\nENDCHAR\nSTARTCHAR F35F\nENCODING 62303\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0E0000\n0E0000\n0E0000\n1E0000\nFE0000\nFF0000\nFF8000\n07C000\n03E000\n01F000\n00F800\n007C00\n003FE0\n001FE0\n000FE0\n000F00\n000E00\n000E00\n000E00\nENDCHAR\nSTARTCHAR F360\nENCODING 62304\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07E000\n1C3800\n31CC00\n67F200\n4FFB00\nD8FD00\n98FE80\nB8FE80\nBFFE40\nBFFF40\nDFFF40\n5FFF20\n4FFFA0\n207FA0\n3F1FA0\n03EF20\n003060\n001CC0\n000780\nENDCHAR\nSTARTCHAR F361\nENCODING 62305\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n1F00\n1F00\n1F00\n1F00\n0E00\n1F00\n7FC0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\n7FC0\n7FC0\n7FC0\nENDCHAR\nSTARTCHAR F362\nENCODING 62306\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 -1\nBITMAP\n7FFF00\nFE0180\nFFF180\nFFF880\nFFF880\nFFF880\nE0F880\nE03880\nE01880\nE01880\nF03880\nF07880\nF07880\nF87880\nFFF980\nFFFF00\n7FFE00\n0FF800\n007800\nENDCHAR\nSTARTCHAR F363\nENCODING 62307\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n3E0E80\n3E0380\n7803C0\n50E1C0\n80F0A0\n81E020\n800020\nE00320\n7C0F40\n780FC0\n0FFE00\n6000C0\n36ED80\n36ED80\n36ED80\n36ED80\n16ED00\n06EC00\nENDCHAR\nSTARTCHAR F364\nENCODING 62308\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n200000\n670000\nFFC000\n3FE000\n3FF000\n7FF800\n7FFC00\n7FFE00\n3FFF00\n3FFF80\n1FFF80\n0FFFC0\n07FFC0\n03FFC0\n01FF80\n00FF80\n007FE0\n001CC0\n000080\nENDCHAR\nSTARTCHAR F365\nENCODING 62309\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07C000\n047000\n080E00\n080300\n1000C0\n200040\n43C020\nC7E020\n87F020\n87F040\n87F0C0\n87E080\n43C180\n400180\n600180\n3C0100\n038100\n007300\n001E00\nENDCHAR\nSTARTCHAR F366\nENCODING 62310\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FC000\n1FF800\n4FFC00\n47FE00\nE3FF00\nF1FF80\nF8FFC0\nFC7FC0\nFE3FC0\nFF1FE0\n7F8FE0\n7FC7E0\n7FE3E0\n3FF1E0\n1FF8E0\n0FFC40\n07FE00\n03FF80\n007E00\nENDCHAR\nSTARTCHAR F367\nENCODING 62311\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n002000\n004000\n01C000\nFFC000\n80FFE0\n81C420\n81DDE0\n81DDE0\n80FFE0\n80FFE0\n80C420\n80DDE0\n81DDE0\n81FFE0\nFFE000\n7FF000\n00E000\n002000\nENDCHAR\nSTARTCHAR F368\nENCODING 62312\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n066C00\n07FC00\n0FFD00\n1FFF80\n327C40\n1266C0\n7FE7C0\nD9BF60\n891220\nFFF3E0\n7FF3C0\n44CC40\n64CCC0\n7FFFC0\n39F380\n09B200\n0B1A00\n07BC00\n00E000\nENDCHAR\nSTARTCHAR F369\nENCODING 62313\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 1 0\nBITMAP\n1E78\n23C4\n25A4\n37CC\n1FF8\n1C78\n342C\n67E4\n79BC\n718E\n918B\n93CB\nFE7E\n6C26\n6424\n27C4\n3DB8\n0E70\n03C0\nENDCHAR\nSTARTCHAR F36A\nENCODING 62314\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n066800\n16EC40\n76EDC0\n76EDC0\n76EDC0\n76EDC0\n16ED00\nC00060\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFFC0\n3FFF80\n3FFF80\n3FFF80\nENDCHAR\nSTARTCHAR F36B\nENCODING 62315\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n084200\n0C6600\n04A400\n000000\n0CE600\n0CE600\n0CE600\n000000\n1FFF00\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\n7FFFC0\nFFFFE0\nENDCHAR\nSTARTCHAR F36C\nENCODING 62316\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n07C400\n1FFE00\n3FFB00\n7FF900\n7FFD00\nFFFD80\nFFFC80\nFFFC80\nFFFC80\n7FFD80\n7FFD00\n3FFB00\n7FF200\nCFE400\n701800\n1FF000\n038000\n038000\n0FE000\nENDCHAR\nSTARTCHAR F36D\nENCODING 62317\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n0380\n0380\n07C0\n07C0\n1FF0\n1FF0\n7FFC\n7FFC\nFFFE\n7FFC\n7FFC\n7FFC\n7FFC\n7FFC\n7FFC\n7FFC\n3FF8\n3FF8\nENDCHAR\nSTARTCHAR F36E\nENCODING 62318\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1E7F00\n301F80\n63CFC0\n6267C0\nE367E0\nC5C7E0\nC487E0\nE787E0\nE30FE0\nF01FE0\nF83FE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F36F\nENCODING 62319\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7CE7C0\n7CE7C0\nFEEFE0\nFFFFE0\nF7BDE0\nF111E0\nF7BDE0\nFFFFE0\nFEEFE0\n7CE7C0\n7CE7C0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F370\nENCODING 62320\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n3E0F80\n3E0F80\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F371\nENCODING 62321\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nF3F9E0\nE0E0E0\nCEEE60\nCEEE60\nEEEEE0\nE1F0E0\nFFFFE0\nFFFFE0\nFFFFE0\nE1F0E0\nEEEEE0\nCEEE60\nCEEE60\nE0E0E0\nF3F9E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F372\nENCODING 62322\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFC7E\nF93E\nFBBE\nF93E\nFC7E\nFFFE\nFFFE\nFC7E\nF01E\nE00E\nE38E\nE7CE\nE7CE\nE38E\nE00E\nF01E\nFC7E\n7FFC\nENDCHAR\nSTARTCHAR F373\nENCODING 62323\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 2\nBITMAP\n060000\n020000\n020000\n0F8000\n0F8000\n3FF000\n7FFC20\n7FFE60\nFFFFE0\nC4CFE0\nECCFE0\nFFFF60\n7FFC00\n3FF800\n07F000\n03F000\nENDCHAR\nSTARTCHAR F374\nENCODING 62324\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0180\n07E0\n0C30\n0990\nC998\n7998\n3988\n3988\n1188\n1988\n1988\n158C\n378C\n3384\n2384\n3FFC\n3FFC\n3FFC\n3FFE\nENDCHAR\nSTARTCHAR F375\nENCODING 62325\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n020000\n060000\n0E0000\n1E0000\n3F0000\n7F0000\nFF8000\n0F8000\n03C000\n03E000\n077000\n063800\n061C00\n070E00\n038F00\n01DFC0\n00F9E0\n0071C0\n000080\nENDCHAR\nSTARTCHAR F376\nENCODING 62326\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F300\n0FE7C0\n1FCEC0\n3FBC60\n7F78E0\n7EF1C0\nFDE380\nFBE720\nE7FF60\nCFFEE0\n9FFDE0\n3FFBE0\n7FF7E0\nFFEFC0\n7FDFC0\n3F9F80\n3F3F00\n0E7E00\n04F800\nENDCHAR\nSTARTCHAR F377\nENCODING 62327\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nBFFFA0\nFFFFE0\nE1F0E0\nC0E060\n88E220\n8CE620\n88E220\nC0E060\nE1F0E0\nFFFFE0\nBEEFA0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F378\nENCODING 62328\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100000\n380000\n7C0000\nFE0000\n7F8000\n3FF000\n1F1800\n0E0C00\n0D1400\n05B400\n04E600\n060E00\n031F00\n01FF80\n003FC0\n000FE0\n0007C0\n000380\n000100\nENDCHAR\nSTARTCHAR F379\nENCODING 62329\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 3\nBITMAP\n800020\n800020\nC3F860\nE7FCE0\nFF1FE0\n7F1FC0\n7F1FC0\n1F1F00\n3F1F80\n7F1FC0\n7F1FC0\n3FFF80\n1FFF00\n01F000\nENDCHAR\nSTARTCHAR F37A\nENCODING 62330\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n1C0700\n7E0FC0\nFF1FE0\nFF1FE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n1FFF00\n1FFF00\n3FFF80\n3FFF80\n1FFF00\n1FFF00\n1FFF00\n0FFE00\n07FC00\n01F000\nENDCHAR\nSTARTCHAR F37B\nENCODING 62331\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n00E000\n063000\n0F8000\n06E000\n13DC00\n39F600\n743F00\n1F0000\n0DF800\n33DE00\n787F00\nEB0000\nFFFF80\n03E000\n03E000\n03E000\n03E000\nENDCHAR\nSTARTCHAR F37C\nENCODING 62332\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n03C0\n03E0\n07A0\n07A0\n03E0\nC3C3\n376C\n1FF8\n0F70\n0FF0\n0FF0\n0F70\n0FF0\n1FF8\n1FF8\n1FF8\n1FF8\n1FF8\n0FF0\nENDCHAR\nSTARTCHAR F37D\nENCODING 62333\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 19 2 1\nBITMAP\n0700\n2700\n7340\n6060\n6060\n0000\nC000\n7000\n3000\n0000\n0E00\n0700\n0000\n01C0\n00E0\n0000\n0018\n001C\n000C\nENDCHAR\nSTARTCHAR F37E\nENCODING 62334\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700000\nDA0000\n8F7000\nDFFA00\n7FE300\n3FEF80\n7F0FC0\n3F7FC0\n1C7F00\n3C7E20\n3DFE60\n31F860\n17FBE0\n07E3E0\n1FEFC0\n0F8F80\n070F80\n037E00\n007C00\nENDCHAR\nSTARTCHAR F37F\nENCODING 62335\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\nF001E0\nFC07E0\n7EEFC0\n7DF7C0\n7DF7C0\n7DF7C0\n7CE7C0\nF001E0\nE000E0\nENDCHAR\nSTARTCHAR F380\nENCODING 62336\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\nEE00\nEE00\nEE00\nEE00\nEE00\nEFE0\nEFF0\nEE70\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nEE38\nENDCHAR\nSTARTCHAR F381\nENCODING 62337\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFDF80\nFFC000\nFFFF80\nFFFF80\nFDFF80\nF9FF80\nF8FF80\nC03F80\nE07F80\nF0FF80\nF07F80\nE67F80\nEFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F382\nENCODING 62338\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7F0000\nFF1FC0\n001FC0\n003FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFF7E0\nFFF7E0\nFFE7E0\nFFE3E0\nFF0060\nFF80E0\nFFC1E0\nFFC1E0\n3FC980\n00FF80\n00E380\nENDCHAR\nSTARTCHAR F383\nENCODING 62339\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n300000\n780000\nFC0000\nFE0000\n730000\n378000\n1CC000\n0C6000\n063000\n031800\n01BC00\n00E600\n006F00\n003F80\n001FC0\n000FC0\n0007C0\n0003E0\n000060\nENDCHAR\nSTARTCHAR F384\nENCODING 62340\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3FE000\nF87800\nF07800\n7DF200\n8F8320\nE03BE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFFBE0\nFFF9C0\n3FE000\nENDCHAR\nSTARTCHAR F385\nENCODING 62341\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180000\nB40000\nEE0000\n7E0000\n3C0000\n180000\n0C0000\n060000\n038000\n01C000\n00F000\n007800\n003E00\n001F00\n000F80\n0007C0\n0003E0\n0001E0\n0000E0\nENDCHAR\nSTARTCHAR F386\nENCODING 62342\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n018000\n01E000\n01F800\n01FC00\n01CF00\n39C780\n1DCF00\n8FFC20\nE7F8E0\nF1E1E0\nE7F8E0\n8FFC20\n1FCF00\n39C780\n01CF00\n01FC00\n01F800\n01E000\n018000\nENDCHAR\nSTARTCHAR F387\nENCODING 62343\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n7FC0\nFFE0\nFFE0\nFFE0\nFFF0\nFFF0\nFFF0\nFFF0\nFFF8\nFFF8\nBFF8\n3FD0\n06C0\n00C0\n00C0\n00C0\n00C0\n00C0\n00C0\nENDCHAR\nSTARTCHAR F388\nENCODING 62344\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n07F000\n3FF000\nFFFFC0\nFFFFE0\nFFF800\nFFF000\nFFF800\nFFF800\nFFF000\nFFF000\nFFC000\n7FE000\n1FC000\nENDCHAR\nSTARTCHAR F389\nENCODING 62345\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n01FC00\n01FF80\n7FFFE0\nFFFFE0\n03FFE0\n01FFE0\n03FFE0\n03FFE0\n01FFE0\n01FFE0\n007FE0\n00FFC0\n007F00\nENDCHAR\nSTARTCHAR F38A\nENCODING 62346\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n600200\nF00740\nE00F80\n501FC0\n0F3FE0\n0FBFC0\n0FDF80\n0FFF00\n07F600\n03F800\n0DFC00\n1FFE00\n3F7F00\n7FBF80\nFF9F80\n7F0FE0\n3E07E0\n5C01C0\n080180\nENDCHAR\nSTARTCHAR F38B\nENCODING 62347\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n004000\n00E000\n00E000\n015000\n015000\n024800\n07FC00\n064C00\n0C4600\n084200\n184300\n184300\n284280\n6C46C0\n464C40\nC3F860\nFFFFE0\nENDCHAR\nSTARTCHAR F38C\nENCODING 62348\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n07E0\n1FF8\n3FBC\n7FBE\n7FFF\nFFFF\nE3C7\nE3C7\nFFFF\n7FFF\n7FFF\n7DBE\n7FFE\n7DBE\n3FFE\n3FBC\n1FB8\n0FF0\n03C0\nENDCHAR\nSTARTCHAR F38D\nENCODING 62349\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n03F000\n0FFC00\n1FFE00\n3FFF00\n7FFF80\n7FFF80\nF1E3C0\nF1E3C0\nF1E3C0\nFFFFC0\nFFFFC0\n7F3F80\n7F3F80\n3FFF00\n1FFE00\n0FFC00\n0FFC00\n0FFC00\n0EDC00\nENDCHAR\nSTARTCHAR F38E\nENCODING 62350\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00C40\nE00C60\nF9CFE0\nF9F380\nC97380\nC66C40\nE64C60\nF9CBA0\nD9F380\nC67380\nC66C60\nF6CC60\nF9C020\nD98000\nC00000\nC00000\nC00000\nC00000\nC00000\nENDCHAR\nSTARTCHAR F38F\nENCODING 62351\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFC0\n3E0F80\n3C0780\n3C0780\n3C0780\n3C0780\n3C0780\n3C0780\n1C0700\nENDCHAR\nSTARTCHAR F390\nENCODING 62352\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\nFE0FE0\nFE0FE0\n5E0F40\n1F1F00\n1FFF00\n1FFF00\n0FBF00\n0F1E00\n0FBE00\n0FFE00\n07FE00\nENDCHAR\nSTARTCHAR F391\nENCODING 62353\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n3FFFC0\n7FFFC0\n7FFFC0\nFFFFE0\nFCE7E0\nFCE7E0\nFFFFE0\nF7BDE0\nF319E0\nF7BDE0\nFFFFE0\nFCE7E0\nFCE7E0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFFC0\n0FFE00\nENDCHAR\nSTARTCHAR F392\nENCODING 62354\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n007C00\n00FE00\n19E600\n7FC000\n7FFC00\nCFFE00\n9FDE00\n9DC600\n39C600\n31E000\n21E000\n01E000\n07FC00\n1FFF00\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFE0\n1FFF00\nENDCHAR\nSTARTCHAR F393\nENCODING 62355\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n031800\n060C00\n0C0600\n080200\n080200\n080200\n3E0F80\n3E0F80\n3E0F80\n3F1F80\n7FBFC0\nE3B8E0\nC19060\nC19060\nE190E0\n73B9C0\n7F1FC0\n1E0F00\nENDCHAR\nSTARTCHAR F394\nENCODING 62356\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n031800\n031800\n071C00\n060C00\n0E0E00\n0C0600\n080200\nE3F8E0\nFFFFE0\n7FFFC0\n000000\n7FFFC0\n7FEFC0\n3FEF80\n3F0380\n3FEF80\n3FEF80\n3FEF80\n1FFF00\nENDCHAR\nSTARTCHAR F395\nENCODING 62357\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n031800\n031800\n071C00\n060C00\n0E0E00\n0C0600\n080200\nE3F8E0\nFFFFE0\n7FFFC0\n000000\n7FFFC0\n7FFFC0\n3FFF80\n3F0380\n3FFF80\n3FFF80\n3FFF80\n1FFF00\nENDCHAR\nSTARTCHAR F396\nENCODING 62358\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n1E0F00\n300180\n6000C0\nC00060\n800020\n800020\n800020\nC00060\n400040\n200080\n100100\n0C6600\n03F800\n007000\n004000\n00C000\n008000\n010000\nENDCHAR\nSTARTCHAR F397\nENCODING 62359\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n300060\n2E00E0\n43C320\nC07E20\nC00820\n600020\n300020\n180020\n0C0020\n0600E0\n030180\n018700\n00EC00\n00F800\n007000\n004000\n00C000\n008000\n010000\nENDCHAR\nSTARTCHAR F398\nENCODING 62360\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001000\n003000\nFFFFE0\nFFFFE0\n80C020\n848420\n848420\n858420\n810020\n81E020\n81F020\n802020\n882220\n87FC20\n802020\nFFFFE0\nFFFFE0\n002000\n003000\nENDCHAR\nSTARTCHAR F399\nENCODING 62361\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\nF9E780\nFBE7C0\nFBE7C0\nF9E780\n000000\nF9E780\nFBE7C0\nFBE7C0\nF9E780\n000000\nF9E780\nFBE7C0\nFBE7C0\nF9E780\n000000\n01E000\n03E000\n03E000\n01E000\nENDCHAR\nSTARTCHAR F39A\nENCODING 62362\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n384820\n44E440\n82E280\n82E100\n82E280\n46E440\n3CE820\n00E000\n7FFFC0\nFFFFE0\n7FFFC0\n00E000\n82E780\n44EC40\n28E820\n10E820\n28E820\n44E440\n824380\nENDCHAR\nSTARTCHAR F39B\nENCODING 62363\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nE5BF80\nFFFF80\n7FFF00\n000000\nFFFF80\nFFFF80\nFE3F80\nF9CF80\nF3E780\nF7F780\nF7F780\nF7F780\nF7F780\nFBEF80\nF80F80\nFE3F80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F39C\nENCODING 62364\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFDF7E0\nFDF7E0\nFDF7E0\nFDF7E0\nF9F3E0\nF803E0\nF803E0\nF001E0\nE000E0\nC00060\nE000E0\nE000E0\nF001E0\nF001E0\nFFFFE0\nF001E0\nF803E0\nF803E0\nFFFFE0\nENDCHAR\nSTARTCHAR F39D\nENCODING 62365\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n080000\n0C0600\n180300\n380380\n300180\n6000C0\n7E0FC0\nFFFFE0\n81F020\nFF1FE0\n811020\nFF1FE0\nC11060\n7F1FC0\n1C0700\nENDCHAR\nSTARTCHAR F39E\nENCODING 62366\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7FF000\n7FFC00\nFFFE00\nFFFF00\nFFFF80\nFFF380\n7FE3C0\n79C7C0\n788FC0\n781FC0\n7C3FC0\n3E7FE0\n3FFFE0\n1FFFE0\n0FFFE0\n07FFC0\n01FFC0\n000F00\nENDCHAR\nSTARTCHAR F39F\nENCODING 62367\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7FF000\n7FFC00\nFFFE00\nFFFF00\nFF1F80\nFF1F80\n7F1FC0\n7F1FC0\n7F0FC0\n7F87C0\n7FC3C0\n3FF3E0\n3FFFE0\n1FFFE0\n0FFFE0\n07FFC0\n01FFC0\n000F00\nENDCHAR\nSTARTCHAR F3A0\nENCODING 62368\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7FF000\n7FFC00\nFFFE00\nFFFF00\nFFFF80\nFFFF80\n7FFFC0\n7803C0\n7803C0\n7803C0\n7FFFC0\n3FFFE0\n3FFFE0\n1FFFE0\n0FFFE0\n07FFC0\n01FFC0\n000F00\nENDCHAR\nSTARTCHAR F3A1\nENCODING 62369\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n63F000\n411C00\n800600\n800100\n800180\nC00080\n6000C0\n400040\n400040\n400040\n6000C0\n200060\n300020\n100020\n0C0020\n071040\n01F8C0\n000F00\nENDCHAR\nSTARTCHAR F3A2\nENCODING 62370\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7803C0\n7101C0\nE1C0E0\nE1E0E0\nC1F060\nC1F860\nC3FC60\nE7FEE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3A3\nENCODING 62371\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n1F8780\n20C8C0\n406800\nC02C00\n803780\n8011C0\n801860\nC00820\n400820\n204C60\n1F87C0\nENDCHAR\nSTARTCHAR F3A4\nENCODING 62372\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n000000\n000000\n1FFF00\n3FFF80\n300180\n300180\n7001C0\nF803E0\nFFFFE0\nFFFFE0\nE7FCE0\nC7FC60\nFFFFE0\nFFFFE0\n7FFFC0\n7001C0\n6000C0\nENDCHAR\nSTARTCHAR F3A5\nENCODING 62373\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF000E0\nF001E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFBFE0\nFF1FE0\nFFBFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF000E0\nENDCHAR\nSTARTCHAR F3A6\nENCODING 62374\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n07FFE0\n0FFFE0\n1FDE60\n3FCCE0\n7FE1E0\nFFF3E0\n7FE1E0\n3FCCE0\n1FDE60\n0FFFE0\n07FFE0\nENDCHAR\nSTARTCHAR F3A7\nENCODING 62375\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n0CE600\n0EEE00\n07FC00\n6C06C0\n7E0FC0\n37FD80\n131900\nF209E0\nF209E0\nF209E0\n131900\n37FD80\n7E0FC0\n6C06C0\n07FC00\n0EEE00\n0CE600\n00E000\nENDCHAR\nSTARTCHAR F3A8\nENCODING 62376\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n09F200\n1FFF00\n3FFF80\n1FFF00\n1F1F00\n7EEFC0\nFDF7E0\nFDF7E0\nFDF7E0\n7EEFC0\n1F1F00\n1FFF00\n3FFF80\n1FFF00\n09F200\n01F000\n00E000\nENDCHAR\nSTARTCHAR F3A9\nENCODING 62377\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 12 0 4\nBITMAP\n200080\n7001C0\n6000C0\nEC06E0\nECE6E0\nCDF660\nCDF660\nCCE660\nEE4EE0\n6404C0\n7001C0\n200080\nENDCHAR\nSTARTCHAR F3AA\nENCODING 62378\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0780\n7E0FC0\n771DE0\nE3B8E0\nC1F060\nC0E060\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F3AB\nENCODING 62379\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7001C0\nF803E0\nDC0760\n8E0E20\n060C00\n071C00\n031800\n03F800\n03F800\n07FC00\n0E0E00\n0C0600\n0C0600\n0C0600\n0C0600\n0E0E00\n07BC00\n03F800\n01F000\nENDCHAR\nSTARTCHAR F3AC\nENCODING 62380\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n0C0600\n0C0600\n0E0E00\n0E0E00\n060E00\n060C00\n060C00\n060C00\n060C00\n060C00\n0E0C00\n0E0E00\n0E0E00\n0C0600\n0C0600\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F3AD\nENCODING 62381\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000F00\n009FC0\n0339C0\n0730E0\n0F3060\n1C3060\n3838E0\n383FE0\n701FC0\n6000C0\n7F01C0\nFF8380\nE38380\nC18700\nC19E00\nE19C00\n739800\n7F2000\n1E0000\nENDCHAR\nSTARTCHAR F3AE\nENCODING 62382\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n03E000\n07F800\n0F3C00\n1C0E00\n180600\n380600\n380600\n380600\n180600\n1C0600\n3F0600\n7F8C00\nE38C00\nC18C00\nC18C00\nE18E00\n738740\n7F07C0\n1E03C0\nENDCHAR\nSTARTCHAR F3AF\nENCODING 62383\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\nDE7000\nFFFC00\nF79FC0\nE30FE0\nC30C60\nC30C60\nC30C60\nC30C60\nC30C60\nC30CE0\nC30CE0\nC30CC0\nC30CC0\nC30DC0\nC30F80\nC30F00\n411F00\n003F80\n003B00\nENDCHAR\nSTARTCHAR F3B0\nENCODING 62384\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0F1E00\n1C0700\n1C0700\n180300\n380380\n380380\n180300\n180300\n1C0700\n0E0E00\nFF1FE0\nFF1FE0\n000000\n000000\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F3B1\nENCODING 62385\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nDE7800\nFFFC00\nE79C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30C00\nC30E00\nC30FC0\n4107E0\n0001C0\n000040\nENDCHAR\nSTARTCHAR F3B2\nENCODING 62386\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n007FE0\n00FFE0\n0001E0\n0003E0\n000760\n000E60\n001C60\n103860\n387060\n1CE060\n0FC040\n078000\n078000\n0FC000\n1CE000\n387000\n702000\nE00000\nC00000\nENDCHAR\nSTARTCHAR F3B3\nENCODING 62387\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE07000\nF0F000\n30F000\n19B000\n19B000\n0F3000\n0F3000\n0F3000\n0F3800\n0E3800\n063FC0\n063FC0\n061CE0\n061860\n0018E0\n003FE0\n00FFC0\n03E700\n03C000\nENDCHAR\nSTARTCHAR F3B4\nENCODING 62388\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n030600\n078F00\n0F9F80\n1DFF80\n79F9C0\nF0F0E0\nE0E060\n000000\n000000\n000000\n030600\n0F8F00\n1F9F80\n3DF9C0\n70F0C0\nE0E0E0\nC04060\nENDCHAR\nSTARTCHAR F3B5\nENCODING 62389\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE000E0\nF001E0\n380380\n1C0700\n0C0600\n0E0E00\n0E0E00\n060C00\n07FC00\n07FC00\n07FC00\n060C00\n0E0E00\n0E0E00\n0C0600\n1C0700\n380380\nF001E0\nE000E0\nENDCHAR\nSTARTCHAR F3B6\nENCODING 62390\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0EEE00\n18E300\n38E380\n79F3C0\n4FFE40\nC60C60\n840420\n840420\n8C0620\n9C0720\nFE0FE0\nFFFFE0\n7913C0\n311180\n300180\n300180\n380380\n0FFE00\nENDCHAR\nSTARTCHAR F3B7\nENCODING 62391\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0EEE00\n18E300\n30E180\n79F3C0\n4FFE40\nC60C60\n840420\n840420\n8C0620\nDC0760\nFF1FE0\nFFFFE0\n7111C0\n311180\n300180\n300180\n180300\n0FFE00\nENDCHAR\nSTARTCHAR F3B8\nENCODING 62392\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n004000\n00E000\n00E000\n01F000\n01F000\n03F800\n03F800\n07FC00\n07FC00\n0C0600\n1C0700\n1E0F00\n3E0F80\n3F1F80\n7F1FC0\n7FBFC0\nFFBFE0\nENDCHAR\nSTARTCHAR F3B9\nENCODING 62393\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n02E800\n02E800\n02E800\n02E800\n02E800\n02E800\n02E800\n02E800\n02E800\n02E800\n06EC00\n06EC00\n0EEE00\n1CE700\nFCE7E0\nF8E3E0\nE0E0E0\nENDCHAR\nSTARTCHAR F3BA\nENCODING 62394\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n71C1C0\nE060E0\nE060E0\nC0E060\nC1B060\nC1B060\nE338E0\nE21EE0\n761DC0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3BB\nENCODING 62395\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n01F000\n03FC00\n07FE00\n180F00\n100380\n200180\n20C1C0\nC1F1E0\n41E1C0\n00C1C0\n000180\n000380\n040700\n07FE00\n00F800\n00C000\n008000\nENDCHAR\nSTARTCHAR F3BC\nENCODING 62396\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7001C0\nF001E0\nF3FFE0\nF003E0\nF003E0\nF003E0\nF3FFE0\nF001E0\n7001C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3BD\nENCODING 62397\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3F1F80\n3FBF80\n3FBF80\n3FBF80\n3E0F80\n3CE780\n79F3C0\n71F1C0\n79F3C0\n7CE7C0\n7E0FC0\n7FFFC0\nFDF7E0\nFDF7E0\nFCE7E0\nENDCHAR\nSTARTCHAR F3BE\nENCODING 62398\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n1FF0\n3FF8\n7FFC\n7FFC\n7FFC\n7FFC\nFFFE\nFFFE\nFFFE\n5FF4\n47C4\n4384\n2388\n3398\n1FF0\n0FE0\n07C0\n0380\nENDCHAR\nSTARTCHAR F3BF\nENCODING 62399\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n7FFFC0\n7F1FC0\n7C07C0\n7001C0\n7C07C0\nEC46E0\nEE4EE0\nC64C60\nC6EC60\nC6EC60\nE7BCE0\nE7BCE0\n73B9C0\n7001C0\n7C07C0\n7F1FC0\n7FFFC0\n03F800\nENDCHAR\nSTARTCHAR F3C0\nENCODING 62400\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n077000\n1F7400\nFF7580\n7F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7500\n6F7700\n7F7F00\nFF7F80\n1F7E00\n037000\nENDCHAR\nSTARTCHAR F3C1\nENCODING 62401\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003000\n003800\n013C00\n03DC00\n01FC00\n03FF00\n07FF80\n0FFFC0\n5FFFE0\n7FFFE0\n3FE220\n7FE9A0\nFFE260\n3FF9E0\n1FFEC0\n0FF8C0\n0FFDC0\n03FF00\n00FC00\nENDCHAR\nSTARTCHAR F3C2\nENCODING 62402\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n000000\n65B980\n6D6180\n2973C0\n2B1B40\n3B1FC0\n337640\n000000\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F3C3\nENCODING 62403\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7001C0\nD80360\n880220\nD80360\nF803E0\nF803E0\nF803E0\nF8E3E0\nF9B3E0\nFB1BE0\nFFBFE0\nFFFFE0\nFFFFE0\nFFBFE0\nFF1FE0\nDE0F60\n8C0620\nD80360\n7001C0\nENDCHAR\nSTARTCHAR F3C4\nENCODING 62404\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100100\n300180\n200080\n6000C0\n6000C0\nE000E0\nE000E0\nC00060\nC00060\nC00060\nC00060\nC00060\nE000E0\nE000E0\n6000C0\n6000C0\n200080\n300180\n100100\nENDCHAR\nSTARTCHAR F3C5\nENCODING 62405\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n0FF0\n3FFC\n7FFE\n7FFF\nFDBF\nFFFF\nE3C7\nFFFF\nFFFF\nFFFF\n7DBF\n6E77\n7FFE\n7FFE\n3F7E\n1F7C\n0F78\n07E0\n03C0\nENDCHAR\nSTARTCHAR F3C6\nENCODING 62406\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7031C0\nE070E0\nE0E0E0\nC3C060\nC38060\nC3C060\nE0E0E0\nE070E0\n7031C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3C7\nENCODING 62407\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE000E0\nE60CE0\nC71C60\nC3B860\nC1F060\nE0E0E0\nE0E0E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3C8\nENCODING 62408\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE0E0E0\nE0E0E0\nC1F060\nC3B860\nC71C60\nE60CE0\nE000E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3C9\nENCODING 62409\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7181C0\nE1C0E0\nE0E0E0\nC07860\nC03860\nC07860\nE0E0E0\nE1C0E0\n7181C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3CA\nENCODING 62410\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFF1FE0\nFE0FE0\nFC07E0\nFC07E0\nFC07E0\nF60C20\nF31C60\n71FE40\n7B9EC0\n3B8180\n190300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F3CB\nENCODING 62411\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n010000\n021000\n022000\n022000\n012000\n011000\n000000\n3FDF80\n7FDF80\nFFDF80\n9F1F00\n9E1F00\nDF0F00\n7F3E00\n07FC00\n000000\n000000\n7FFFC0\n3FFF80\nENDCHAR\nSTARTCHAR F3CC\nENCODING 62412\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n770000\nFBC000\nFDE000\nFEF000\n7F7800\nBFBC00\nDFDE00\nEFEF00\n77F780\n7BFBC0\n3DFDC0\n1EFEE0\n0F7F60\n07BFA0\n03DFC0\n01EFE0\n00F7E0\n007BE0\n001DC0\nENDCHAR\nSTARTCHAR F3CD\nENCODING 62413\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n0FC000\n1C3C00\n39FF00\n73FFC0\n67FFE0\nCFFFC0\nDFFF80\nDFFF00\n9FFE00\nBFFC00\nBFF800\n3FF000\n1FF000\n1FE000\n1FC000\n0F8000\n0F0000\n060000\nENDCHAR\nSTARTCHAR F3CE\nENCODING 62414\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n19F300\n7BFBC0\nFBFBE0\nFBFBE0\nFBFBE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n0FFE00\n000000\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F3CF\nENCODING 62415\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n0C0600\n3F1F80\n7FBFC0\n61F0C0\nE1F0E0\nE3B8E0\nC71C60\nC71C60\nEE0EE0\n6C06C0\n7C07C0\n3C0780\n1FFF00\n07FC00\n00E000\nENDCHAR\nSTARTCHAR F3D0\nENCODING 62416\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n01F000\n01F000\n00E000\n07FC00\n1FFF00\n3FFF80\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F3D1\nENCODING 62417\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n008000\n010000\n010000\n010000\n010000\n011000\n01B000\n00A000\n00A000\n00A000\n009000\n009000\n009000\n001000\nFFFFE0\n7FFFC0\n1FFF00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F3D2\nENCODING 62418\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n31F180\n79F3C0\n79F3C0\n30E180\n000000\n30E180\n000000\n30E180\n79F3C0\n79F3C0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\n7BFBC0\n01F000\nENDCHAR\nSTARTCHAR F3D3\nENCODING 62419\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n700000\nF80000\nFC0000\nFE0000\n7F0000\n3F8000\n1FC000\n0FE000\n07E000\n03F000\n01F800\n007800\n003C00\n000E00\n000760\n0003E0\n0001C0\n000380\n000300\nENDCHAR\nSTARTCHAR F3D4\nENCODING 62420\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n800000\n400000\n200000\n000000\n0F0000\n0F8000\n0FC000\n0FE000\n07F000\n03F000\n01F800\n00F800\n003180\n0001E0\n000260\n000D00\n000C80\n000600\n000600\nENDCHAR\nSTARTCHAR F3D5\nENCODING 62421\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n060000\n0F0000\n1D8000\n3DC000\n7FE000\nFFF000\nCDD800\n7FFC00\n3FF600\n1FFF00\n0DFF80\n07FFC0\n03F7E0\n01FFE0\n00FFC0\n007780\n003700\n001E00\n000C00\nENDCHAR\nSTARTCHAR F3D6\nENCODING 62422\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 18 4 0\nBITMAP\nFFF0\n9098\n9098\n9098\n9F98\n8018\n8718\n8998\n9098\nF0F8\n9998\n8F18\n8018\n9F98\n9098\n9098\n9098\nFFF0\nENDCHAR\nSTARTCHAR F3D7\nENCODING 62423\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n1FC000\n3FE000\n1FF000\n003800\n0FFE00\n1FFF00\n3FFF80\nEFFEE0\n804020\nFC07E0\n8FFE20\n800020\n800020\n800020\n800020\n6000C0\n380380\n0FFE00\nENDCHAR\nSTARTCHAR F3D8\nENCODING 62424\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n200000\nF00000\n880000\n9FFFE0\n7FFFE0\n7FFF00\nFFE000\nFFF000\nFFF000\nFFF000\nFFF000\n7FE000\n7FC000\n3F8000\n060000\nENDCHAR\nSTARTCHAR F3D9\nENCODING 62425\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nC00000\nE00000\n700000\n380000\n1C0000\n0E0000\n070000\n038000\n01C000\n00E000\n007000\n003BE0\n001FE0\n000FE0\n000000\n000000\n000000\n01E000\n01C000\nENDCHAR\nSTARTCHAR F3DA\nENCODING 62426\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n07FC00\n03F800\n01F300\n03E380\n1FEFE0\n7FEFE0\nFFE7C0\nFFE380\n7FFB00\nENDCHAR\nSTARTCHAR F3DB\nENCODING 62427\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n07FC00\n03F800\n01F000\n03E000\n1FEFE0\n7FEFE0\nFFE7C0\nFFE000\n7FF800\nENDCHAR\nSTARTCHAR F3DC\nENCODING 62428\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7DFFC0\nFDFFE0\nFFFFE0\nFDFFE0\nFDFFE0\n7FFFC0\n3DFF80\n3DFF80\n3DFF80\n7FFFC0\nFDFFE0\nFDFFE0\nFFFFE0\nFDFFE0\n7DFFC0\nENDCHAR\nSTARTCHAR F3DD\nENCODING 62429\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nF803E0\n004000\nE3F8E0\nF7FDE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3DE\nENCODING 62430\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3C78\n7FFC\n7FFC\nFFFE\nFFFE\n7FFC\n7FFC\n7FFC\n7FFC\n3FF8\n3FF8\n1C78\n1830\n1830\n1830\n1830\n1830\n1830\n0820\nENDCHAR\nSTARTCHAR F3DF\nENCODING 62431\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n04E400\n1EEF00\n1EEF00\n3EEF80\n7FFFC0\n7FFFC0\n7FBFC0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFC07E0\nF001E0\nC00060\nENDCHAR\nSTARTCHAR F3E0\nENCODING 62432\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01F000\n03FC00\n07FE00\n07FE00\n27FF00\n73FF00\n3BFF80\n1FFF80\n1FFF80\n3FFF80\n79FF80\n73FF00\nEFFF00\nEFFF00\nEFFE00\nEFFC00\nEFFC00\nE7F000\n03E000\nENDCHAR\nSTARTCHAR F3E1\nENCODING 62433\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E180\n00FFC0\n007FC0\n003FE0\n001FE0\n001FE0\n001FE0\n003FE0\n003FE0\n003FE0\nF87FC0\nFFFFC0\nFFFF80\nCFFF80\nCFFF00\nC7FC00\nC1E000\nC00000\nENDCHAR\nSTARTCHAR F3E2\nENCODING 62434\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000E0\n0001E0\n001FE0\n001FE0\n1F9FC0\n3FDFC0\n7FDF80\nFFCF80\nFFE700\nFFF000\nFFF800\nFFF800\n7FF000\n7FC000\n3F8000\n3F0000\n1F0000\n0E0000\n060000\nENDCHAR\nSTARTCHAR F3E3\nENCODING 62435\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n01F000\n0FFE00\n3FFF80\n7FFFC0\nFFFFC0\nFFFFE0\nFE3FE0\nF8FFE0\n07FFE0\n07E040\n07CF00\n001F80\n00FF00\n007800\n003800\n001800\n001800\n000800\nENDCHAR\nSTARTCHAR F3E4\nENCODING 62436\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n010000\n010000\n7FFC00\n010060\n0FF040\n18F8C0\n30FBC0\n30FFE0\n70FE20\n7FF800\n3FE000\n890000\nFFF800\nENDCHAR\nSTARTCHAR F3E5\nENCODING 62437\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\nE00380\nE00380\nEFDB80\nE00380\nEFDB80\nE00380\nEFDB80\nEFDB80\nE00380\nFFDB80\nFFC380\nFFFF80\nE1FF80\nFFFF80\nFFFF80\nFFFF80\nA94A80\nENDCHAR\nSTARTCHAR F3E6\nENCODING 62438\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n83F820\nE268E0\nFA6BE0\nFA6BE0\nE268E0\n83F820\n01F000\n000000\n03F800\n03F800\n000000\n03F800\n000000\n03F800\n07FC00\n1FFF00\n7FFFC0\nFFFFE0\nENDCHAR\nSTARTCHAR F3E7\nENCODING 62439\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n060600\n070600\n05C600\n047600\n7C3FC0\nFC0FE0\n7C3FC0\n047600\n05C600\n070600\n060600\nENDCHAR\nSTARTCHAR F3E8\nENCODING 62440\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n031800\n031800\n031800\n031800\n7F1FC0\nFF1FE0\n7F1FC0\n031800\n031800\n031800\n031800\nENDCHAR\nSTARTCHAR F3E9\nENCODING 62441\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 2\nBITMAP\n000080\n002180\n003180\n0077E0\n007180\n067180\n067000\n7E7FC0\nFE7FE0\n7E7FC0\n067000\n067000\n007000\n007000\n003000\n002000\nENDCHAR\nSTARTCHAR F3EA\nENCODING 62442\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE380E0\nE680E0\nC4C060\nC44460\nC06460\nE02CE0\nE038E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F3EB\nENCODING 62443\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\n021000\n033000\n073800\n7D2BC0\nFD6BE0\n7DCBC0\n00CE00\n00C600\n00C400\nENDCHAR\nSTARTCHAR F3EC\nENCODING 62444\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFFF80\nFFFF80\n71C700\n31C600\n39CE00\n1DDC00\n0FF800\n07F000\n03E000\n03E000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n01C000\n008000\nENDCHAR\nSTARTCHAR F3ED\nENCODING 62445\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n038000\nFFFE00\nFFFE00\nFFFE00\n000000\n7FFFE0\n7FFDA0\n7FFFE0\n7FFC20\n7FFC20\n7FFC20\n7FFC20\n7FFFE0\n7FFDA0\n7FFFE0\n000000\n000000\nFFFE00\nFFFE00\nENDCHAR\nSTARTCHAR F3EE\nENCODING 62446\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0EC000\n3DE000\n7BE000\n77F000\nEFE000\nDFD000\nBFB000\n7F7000\nFEE000\nFDE000\n7BF000\n173800\n001C00\n000E00\n000700\n000380\n0001C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F3EF\nENCODING 62447\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0E0000\n3F0000\n7F8000\n7FC000\nFFE000\nFFF000\nFFF800\n7CF800\n3B7800\n1B7C00\n0B7E00\n037F00\n037F00\n037F80\n033F80\n031FC0\n0307E0\n0301E0\n0FE0C0\nENDCHAR\nSTARTCHAR F3F0\nENCODING 62448\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n3FFF80\n3FFF80\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n1FFF00\n180100\n180300\n080200\nFFFFE0\nENDCHAR\nSTARTCHAR F3F1\nENCODING 62449\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n071C00\n0FFC00\n0FFE00\n0FFE00\n0FFE00\n1FFE00\n1FFF00\n7FFFC0\nFFFFE0\n7FFFC0\n3FFF80\n0FFE00\n00E000\nENDCHAR\nSTARTCHAR F3F2\nENCODING 62450\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n880000\n480000\n280000\n1B8000\nFF8000\n0FC000\n1FE000\n1FF000\n1FF800\n07F800\n03FC00\n01FE00\n00FF00\n003F00\n001F80\n000FC0\n0003C0\n0001E0\n000060\nENDCHAR\nSTARTCHAR F3F3\nENCODING 62451\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 -1\nBITMAP\n208000\n773000\n1EFE00\n1FFF00\n7FEF00\n7F7B80\nEDEF80\nDFFFC0\n3FFFC0\n357BE0\n7FEFE0\n7B7E60\n3FF7E0\n1EFF60\n07EBE0\n01EBE0\n003FC0\n000F80\nENDCHAR\nSTARTCHAR F3F4\nENCODING 62452\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n000200\n000300\n000F80\n001FC0\n003FE0\n007FE0\n00FFE0\n01FFE0\n1FFFE0\n7FFFE0\nFFFFC0\n3EFFC0\n03FFC0\n07F780\n0FCF80\n001F00\n001E00\n001C00\n001800\nENDCHAR\nSTARTCHAR F3F5\nENCODING 62453\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n400040\nC00060\n800020\n8000E0\n8007E0\n800FC0\n801F80\nC03F00\n407E00\n607C00\n307800\n18F000\n0EE000\n03C000\nENDCHAR\nSTARTCHAR F3F6\nENCODING 62454\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n0FFC00\n0AD400\n0AD400\n0AD400\n0AD400\n0FFC00\n03F000\n1FFE00\n180600\n300600\n300300\n307F00\n30FF00\n7FFF80\n7FFF80\n7FFF80\nFFFF80\nFFFFC0\nFFFFC0\nENDCHAR\nSTARTCHAR F3F7\nENCODING 62455\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3F8\nENCODING 62456\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3FFC0\nE3FFC0\nE3FFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFF9C0\nFFF0C0\nFFF0C0\nFFF9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3F9\nENCODING 62457\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3FFC0\nE3FFC0\nE3FFC0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nFFF9C0\nFFF0C0\nFFF0C0\nFFF9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3FA\nENCODING 62458\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3F1C0\nE3F0C0\nE3F1C0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nE3F9C0\nE3F0C0\nE3F0C0\nF7F9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3FB\nENCODING 62459\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3F1C0\nE3F0C0\nE3F1C0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nE3F9C0\nE3F0C0\nE3F0C0\nF7F9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3FC\nENCODING 62460\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nE3F1C0\nE3F0C0\nE3F1C0\nFFFFC0\nF7F9C0\nE3F0C0\nE3F0C0\nE7F9C0\nFFFFC0\nE3F9C0\nE3F0C0\nE3F0C0\nF7F9C0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F3FD\nENCODING 62461\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n3FFF80\n30E180\n30E180\n30E180\n30E180\n78E3C0\n48E240\n48E240\n48E240\n48E240\nCCE660\nFCE7E0\nFCE7E0\n00E000\n00E000\n00E000\n0FFE00\n0FFE00\nENDCHAR\nSTARTCHAR F3FE\nENCODING 62462\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n038000\n078000\n078000\n078000\n030000\n000000\n030000\n630000\n630000\nE30000\nE30000\nC30000\nC3FC00\nE3FE00\nE00760\n7003E0\n3CF1C0\n1FF080\n0FC000\nENDCHAR\nSTARTCHAR F3FF\nENCODING 62463\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n01C000\n07F000\n0FF800\n0FF800\n0FF800\n1FFC00\n1FFC00\n0FF800\n0FF800\n6FFB00\nFFFF80\nFFFF80\n6FFB00\n0FF800\n0FF800\n0FF800\n1FFC00\n1FFC00\nENDCHAR\nSTARTCHAR F400\nENCODING 62464\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n051400\n07FC00\n07FC00\n07FC00\n031800\n031800\n03F800\nB7FDA0\nFFFFE0\nFFFFE0\nFFFFE0\nC7FC60\nC7FC60\nFFFFE0\nFF1FE0\nFE0FE0\nFE0FE0\nFE0FE0\nFE0FE0\nENDCHAR\nSTARTCHAR F401\nENCODING 62465\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n080000\n080000\n7FFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFF80\n7FFC00\n3F1C00\n1EEC00\n1EEC00\n3F1C00\nF3F800\nF3F800\n60E000\nENDCHAR\nSTARTCHAR F402\nENCODING 62466\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\n3FFF80\n1FFF00\n0FFE00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F403\nENCODING 62467\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nE00E\nFFFE\nFFFE\nEFE6\nC7E6\nEF9E\nFF9E\nFFBC\nFFFC\n7FF0\nENDCHAR\nSTARTCHAR F404\nENCODING 62468\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nFFFFE0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFC07E0\nFFFFE0\n7FFFC0\nFFFFE0\nFC07E0\nCC0660\n8405A0\nCC0760\nFC07E0\nFC07E0\nFFFFE0\nENDCHAR\nSTARTCHAR F405\nENCODING 62469\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n1FF0\n3FF8\n7FFC\n63FC\n63FC\nE3FE\nE7FE\n6FFC\n6FFC\n6FFC\n3FF8\n3FF8\n1FF0\n0FE0\n07C0\n0100\n0380\n07C0\nENDCHAR\nSTARTCHAR F406\nENCODING 62470\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 1\nBITMAP\n0E00\n3E18\n3C78\n21F8\n0FE0\n3F1C\nFC7E\nF1F8\n07E0\n3F00\n3C78\n31F8\n07E0\n0F80\n0F80\n0FC0\n0380\n0000\n0380\nENDCHAR\nSTARTCHAR F407\nENCODING 62471\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n0FE0\n1FF0\n1FF0\n3FF8\n3FF8\n7FFC\n7FFC\n7FFC\n7FFC\nFFFE\nFFFE\nFFFE\n7FFC\n7FFC\n7FFC\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR F408\nENCODING 62472\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0A0000\nCAE000\n0AF0C0\n0AFFE0\nCAFFE0\n0AF3C0\nCAE000\n0A0000\n080000\n080000\n080000\n080000\n080000\n080000\n080000\n080000\n080000\n080000\n080000\nENDCHAR\nSTARTCHAR F409\nENCODING 62473\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00060\nFFFFE0\nE000E0\nE000E0\n7FFFC0\n780380\n3FFF80\n1F1F00\n07C400\n01F000\n047C00\n1F1F00\n3FFF80\n7803C0\n7FFFC0\nE000E0\nE000E0\nFFFFE0\nC00060\nENDCHAR\nSTARTCHAR F40A\nENCODING 62474\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000060\n0000E0\n0001C0\n000380\n000700\n000E00\n003C00\n03B800\n07F800\n0FE000\n7FF000\nFFF000\n1FF000\n3FE000\n2FC000\n1D8000\n0B8000\n038000\n010000\nENDCHAR\nSTARTCHAR F40B\nENCODING 62475\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 14 0 2\nBITMAP\n00E000\n07FC00\n0C0480\n300180\n200700\n400E40\n403E40\nC07C60\n80F820\n81F820\n81F020\n80E020\nC00060\n400040\nENDCHAR\nSTARTCHAR F40C\nENCODING 62476\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7E0FC0\nFC47E0\nFC47E0\nFC6FE0\nE454E0\nE444E0\nE040E0\nE0E0E0\n71F1C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F40D\nENCODING 62477\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\nFFE0\nFFE0\nBFE0\nBFE0\nBFE0\nFFE0\n0000\nFFE0\nBFE0\nBFE0\nBFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\nFFE0\n2080\nENDCHAR\nSTARTCHAR F40E\nENCODING 62478\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n0100\n0280\n06C0\n0440\nFFFE\n9832\n5014\n600C\n2008\n600C\n5014\n9832\nFFFE\n0440\n06C0\n0280\n0100\n0100\nENDCHAR\nSTARTCHAR F40F\nENCODING 62479\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n07C0\n07C0\n07C0\n07C0\nFFFE\nFFFE\nFFFE\nFFFE\n3FC0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\n07C0\nENDCHAR\nSTARTCHAR F410\nENCODING 62480\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FE700\n3F0080\n7E0040\n7C0000\nF80100\nF80100\nF80FE0\nF80780\nF80380\nF80280\nF80000\n7C0000\n7E0040\n3F0080\n1FE700\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F411\nENCODING 62481\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n7FFFC0\n18E300\n38E380\nFFFFE0\nFFFFE0\nF00180\n300180\n300180\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\n7001C0\nENDCHAR\nSTARTCHAR F412\nENCODING 62482\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n01C000\n03FC00\n03FF00\n03FF80\n03FF00\n05FE00\n09FC00\n91F800\n60F000\n40E000\nA04000\n200000\n100000\n180000\n080000\n0C0000\n040000\nFFF000\nFFF000\nENDCHAR\nSTARTCHAR F413\nENCODING 62483\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6E0000\nFF0000\nFF8000\n7FC000\nF1E000\nF3F000\nF5D800\n7F8C00\n3F0600\n1E0300\n0C0180\n0600C0\n030260\n018620\n00CC20\n006040\n003080\n001900\n000E00\nENDCHAR\nSTARTCHAR F414\nENCODING 62484\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n03F800\n0FFE00\n0E0E00\n1C0700\nF8E000\nF9F000\n79F3C0\n01F3E0\n00E3E0\n1C0700\n0E0E00\n0FFE00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F415\nENCODING 62485\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n021000\n033200\n07FE00\n0FFE00\n0FFF80\n3F1F80\nFF1F80\n7F1FC0\n3F1FE0\n7F1F80\n7F1F00\n3FFF80\n3F1FC0\n7F1FE0\n0FFF00\n0FFF00\n0FF880\n01B800\n008800\nENDCHAR\nSTARTCHAR F416\nENCODING 62486\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n010000\n098000\n1FC000\n3FE000\n73F000\n33F800\n3CFC00\nFCFE00\n7F3F00\n3F1F80\n1F9FC0\n0FE7E0\n07E780\n03F980\n01F9C0\n00FF80\n007F00\n003200\n001000\nENDCHAR\nSTARTCHAR F417\nENCODING 62487\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3E0000\n7F0000\nE78000\nC7C000\nC7E000\nF83000\nF81800\n780C00\n380600\n180300\n0C1F80\n063040\n032060\n01A020\n00E020\n006020\n002060\n0018C0\n000F80\nENDCHAR\nSTARTCHAR F418\nENCODING 62488\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6001C0\nF003E0\nF003E0\n7801E0\n1C00C0\n0E0000\n07C000\n03E000\n03F000\n03F800\n01FC00\n00FE00\n007F00\n003F80\n001FC0\n000FE0\n0007E0\n0003C0\n000180\nENDCHAR\nSTARTCHAR F419\nENCODING 62489\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\nFFD000\nFFD800\nFFDC00\nFFDE00\nFFDF00\nFFDF80\nFFC000\nFFFF80\nF9FF80\nE07F80\nEF7F80\nEF3F80\nEF3F80\nEF7F80\nF03F80\nFF9F80\nFFFF80\nFFFF80\nFFFF80\nENDCHAR\nSTARTCHAR F41A\nENCODING 62490\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7F0000\n7F0F80\nFF9FC0\n003FE0\nFFFFE0\nFFFFE0\nFE3FE0\nF99FE0\nFBCFE0\nFBEFE0\nFBEFE0\nF9DFE0\nFC0FE0\nFFE7E0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F41B\nENCODING 62491\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000F00\n001FC0\n0C39C0\n0E30E0\n0F3060\n033060\n0300E0\nFFFFC0\nFFFF80\n7FFC00\n000000\nFFC000\nFFE000\n007000\n007000\n007000\n00F000\n03E000\n03C000\nENDCHAR\nSTARTCHAR F41C\nENCODING 62492\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3C78\n7E7C\n7E7C\n7E3C\nF83E\nF0FE\nFBFE\n7DFC\n7DFC\n3FF8\n3FF8\n1FF0\n07C0\n0380\n0380\n0380\n0380\n1FF0\n1FF0\nENDCHAR\nSTARTCHAR F41D\nENCODING 62493\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180300\n1C0700\n3E0F80\n7F1FC0\nFF1FE0\n3C0780\n3C0780\n3C0780\n3C0780\n3C0780\n3C0780\n3C0780\n1C0700\n000000\n000000\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F41E\nENCODING 62494\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00A000\n011000\n020800\n040400\nFFFFE0\nFFFFE0\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nC00060\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F41F\nENCODING 62495\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n03F800\n020800\n040400\n040400\n040400\n040400\n3FFF80\nFFFFE0\nFFFFE0\n7FFFC0\n1FFF00\n200080\n1FFF00\n01F000\nENDCHAR\nSTARTCHAR F420\nENCODING 62496\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n190300\n3F0180\n7F00C0\n7FC0C0\nFF80E0\nFF00E0\nFD01E0\nFC00E0\nFE70E0\nFFE1E0\nFF81E0\n7F07C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F421\nENCODING 62497\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n3E7C00\n3C7C00\n7C7800\n0001E0\n78F3E0\n78F3E0\nF8F380\nF1E000\n0007C0\n01E7C0\n01E780\n03E000\n03C000\nENDCHAR\nSTARTCHAR F422\nENCODING 62498\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n07FC00\n071C00\n060C00\n060C00\n7FFFC0\nFFFFE0\nFFFFE0\nFBFFE0\nF1FFE0\nF1FFE0\nF3FFE0\nFFF8E0\nFFE0E0\nFFE0E0\nFFE0E0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F423\nENCODING 62499\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n000060\n0001E0\n07E7C0\n0FFF00\n0FFC00\n0FF800\n0FF800\n7FFF80\n7FFFC0\nFFFFC0\nFFFFE0\nFFFFE0\n7FFF80\n73B9E0\nF319C0\n7FFFC0\n3FFFC0\n5FFF80\n0A9400\nENDCHAR\nSTARTCHAR F424\nENCODING 62500\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\nC1E000\nC7FFC0\nDD73E0\nF173A0\nC173A0\nE173A0\nD973E0\nCF7FE0\nC3FC00\nC00000\nC00000\nC00000\nC00000\nC00000\nC00000\nC00000\nC00000\nC00000\nC00000\nENDCHAR\nSTARTCHAR F425\nENCODING 62501\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n00F060\n7FFC60\nF9D760\nB9D1E0\nB9D060\nB9D0E0\nF9D360\nFFDE60\n07F860\n000060\n000060\n000060\n000060\n000060\n000060\n000060\n000060\n000060\n000060\nENDCHAR\nSTARTCHAR F426\nENCODING 62502\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\nFFFE\nFFFE\nFFFE\n7FFC\n1C30\n1F80\n07E0\n08F0\n1F00\n0FE0\n03F0\n1C70\n1F80\n07E0\n00F0\n1E00\n0FC0\n03C0\nENDCHAR\nSTARTCHAR F427\nENCODING 62503\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n03E000\n0FF800\n3FFE00\n7FFF00\nFFFF80\nFE3F80\nFC1F80\nF80F80\nF80F80\nF80F80\nFC1F80\nFE3F80\nFFFF80\n7FFF00\n3FFE00\n0FF800\n03E000\n008000\nENDCHAR\nSTARTCHAR F428\nENCODING 62504\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n020000\n060000\n0E0000\n1E0000\n3C0000\n7E0000\nF70000\n038000\n01C000\n00E000\n007000\n003800\n001C00\n000E00\n000700\n000380\n0001C0\n0000C0\n000020\nENDCHAR\nSTARTCHAR F429\nENCODING 62505\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n000180\n0001C0\n0001E0\n0003E0\n0003E0\n0007E0\n0007C0\n000FC0\n001F80\n001D80\n003980\n0E7980\n1FF180\n7FF180\nFFE180\nFFE180\n0F8180\nENDCHAR\nSTARTCHAR F42A\nENCODING 62506\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 2\nBITMAP\n000020\n000060\n0000E0\n0001E0\n3EE3E0\n7F17E0\nFF0FC0\nFF0F80\nFF1F00\nFF3F00\n7FFD80\n3FF900\n09E200\n04C400\n020800\n011000\n00A000\n004000\nENDCHAR\nSTARTCHAR F42B\nENCODING 62507\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 9 0 5\nBITMAP\n806980\nC16BC0\nE56BE0\n7FFFE0\n3FFFE0\n7FFFE0\nE56BE0\nC16BC0\n806980\nENDCHAR\nSTARTCHAR F42C\nENCODING 62508\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n004000\n00E000\n004000\n03F8E0\n07FCE0\n7FFFC0\nDFFFC0\n9FFFC0\nBFFF80\nBFFF80\nFFFF80\n5FFF00\n7FFF00\n1FFF00\n0FFE00\n07FC00\n03F800\nENDCHAR\nSTARTCHAR F42D\nENCODING 62509\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n080000\n080000\n180000\n380000\nFFE000\n0FF000\n0FF800\n0FFC00\n0FFE00\n0FFE00\n0FFE00\n07FE00\n03FE00\n01FE00\n00FFE0\n000380\n000300\n000200\n000200\nENDCHAR\nSTARTCHAR F42E\nENCODING 62510\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n800420\n800420\n8007E0\n8007E0\n8007E0\n8005A0\n800660\n8005A0\n8007E0\nFFFFE0\nFFFFE0\n7FFFC0\n200080\nENDCHAR\nSTARTCHAR F42F\nENCODING 62511\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n780000\nFE0000\nFC8000\n7BC000\n3FE000\n3FF000\n1FC800\n0FFC00\n07FE00\n03FF00\n01FF00\n00FE00\n007FC0\n003FC0\n001FE0\n000FE0\n0003E0\n0001E0\n0000C0\nENDCHAR\nSTARTCHAR F430\nENCODING 62512\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03B800\n031800\n03B800\n1FFF00\n3FFF80\n3FFF80\n3F7F80\n7F7FC0\n7F7FC0\n7E1FC0\n7F7FC0\n7F3FC0\n7F8FC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F431\nENCODING 62513\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F432\nENCODING 62514\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F433\nENCODING 62515\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F434\nENCODING 62516\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F435\nENCODING 62517\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F436\nENCODING 62518\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F437\nENCODING 62519\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F438\nENCODING 62520\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F439\nENCODING 62521\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n483C\nC83E\n583C\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F43A\nENCODING 62522\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n483C\nC83E\n583C\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F43B\nENCODING 62523\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F43C\nENCODING 62524\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F43D\nENCODING 62525\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F43E\nENCODING 62526\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F43F\nENCODING 62527\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F440\nENCODING 62528\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F441\nENCODING 62529\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F442\nENCODING 62530\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F443\nENCODING 62531\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n483C\nC83E\n583C\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F444\nENCODING 62532\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n483C\nC83E\n583C\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F445\nENCODING 62533\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F446\nENCODING 62534\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F447\nENCODING 62535\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n483C\nC83E\n583C\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n583C\nC83E\n483C\n701C\nENDCHAR\nSTARTCHAR F448\nENCODING 62536\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F449\nENCODING 62537\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n783C\nF83E\n783C\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F44A\nENCODING 62538\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n7824\nF826\n7834\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F44B\nENCODING 62539\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F44C\nENCODING 62540\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F44D\nENCODING 62541\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F44E\nENCODING 62542\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F44F\nENCODING 62543\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n583C\nC83E\n483C\n701C\nENDCHAR\nSTARTCHAR F450\nENCODING 62544\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n583C\nC83E\n483C\n701C\nENDCHAR\nSTARTCHAR F451\nENCODING 62545\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F452\nENCODING 62546\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n783C\nF83E\n783C\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F453\nENCODING 62547\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n7834\nF826\n7834\n701C\n0000\n0000\n3018\n783C\nF83E\n783C\n701C\nENDCHAR\nSTARTCHAR F454\nENCODING 62548\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n583C\nC83E\n583C\n701C\n0000\n0000\n3018\n7834\nF826\n7824\n701C\nENDCHAR\nSTARTCHAR F455\nENCODING 62549\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n701C\n4824\nC826\n5834\n3018\n0000\n0000\n701C\n5834\nC826\n5834\n701C\n0000\n0000\n3018\n5834\nC826\n4824\n701C\nENDCHAR\nSTARTCHAR F456\nENCODING 62550\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000C0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F457\nENCODING 62551\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F458\nENCODING 62552\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n600000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nFFFFC0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F459\nENCODING 62553\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFE0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F45A\nENCODING 62554\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F45B\nENCODING 62555\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFC0\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nFFFFC0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F45C\nENCODING 62556\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFE0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0000C0\nENDCHAR\nSTARTCHAR F45D\nENCODING 62557\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\n6000C0\nENDCHAR\nSTARTCHAR F45E\nENCODING 62558\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFC0\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\n600000\nENDCHAR\nSTARTCHAR F45F\nENCODING 62559\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000C0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n00E1E0\n01F1E0\n01F1E0\n01F1E0\n00E1E0\n0001E0\n0001E0\n0001E0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F460\nENCODING 62560\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF0E1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF0E1E0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F461\nENCODING 62561\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n600000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF0E000\nF1F000\nF1F000\nF1F000\nF0E000\nF00000\nF00000\nF00000\nFFFFC0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F462\nENCODING 62562\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFE0\n0001E0\n0001E0\n0001E0\n00E1E0\n01F1E0\n01F1E0\n01F1E0\n00E1E0\n0001E0\n0001E0\n0001E0\n7FFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F463\nENCODING 62563\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nF0E1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF0E1E0\nF001E0\nF001E0\nF001E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F464\nENCODING 62564\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFC0\nF00000\nF00000\nF00000\nF0E000\nF1F000\nF1F000\nF1F000\nF0E000\nF00000\nF00000\nF00000\nFFFFC0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F465\nENCODING 62565\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\n7FFFE0\n0001E0\n0001E0\n0001E0\n00E1E0\n01F1E0\n01F1E0\n01F1E0\n00E1E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001E0\n0000C0\nENDCHAR\nSTARTCHAR F466\nENCODING 62566\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF001E0\nF001E0\nF001E0\nF0E1E0\nF1F1E0\nF1F1E0\nF1F1E0\nF0E1E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\n6000C0\nENDCHAR\nSTARTCHAR F467\nENCODING 62567\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFC0\nF00000\nF00000\nF00000\nF0E000\nF1F000\nF1F000\nF1F000\nF0E000\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\n600000\nENDCHAR\nSTARTCHAR F468\nENCODING 62568\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\nF001E0\nF001E0\nF803E0\n7803C0\n3C0780\n3C0780\n1E0F00\n1E0F00\n0F1E00\n0F1E00\n07BC00\n07BC00\n03F800\n03F800\n01F000\n01F000\n00E000\n00E000\nENDCHAR\nSTARTCHAR F469\nENCODING 62569\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700000\nFC0000\nFE0000\n7F8000\n1FE000\n07F800\n01FE00\n007F80\n001FE0\n0007E0\n001FE0\n007F80\n01FE00\n07F800\n1FE000\n7F8000\nFE0000\nF80000\n700000\nENDCHAR\nSTARTCHAR F46A\nENCODING 62570\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0001C0\n0007E0\n000FE0\n003FC0\n00FF00\n03FC00\n0FF000\n3FC000\nFF0000\nFC0000\nFF0000\n3FC000\n0FF000\n03FC00\n00FF00\n003FC0\n000FE0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F46B\nENCODING 62571\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n00E000\n01F000\n01F000\n03F800\n03F800\n07BC00\n07BC00\n0F1E00\n0F1E00\n1E0F00\n1E0F00\n3C0780\n3C0780\n7803C0\nF803E0\nF001E0\nF001E0\n6000C0\nENDCHAR\nSTARTCHAR F46C\nENCODING 62572\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n60E0C0\nF1F1E0\nF1F1E0\nF9F3E0\n78E3C0\n3C0780\n3C0780\n1E0F00\n1E0F00\n0F1E00\n0F1E00\n07BC00\n07BC00\n03F800\n03F800\n01F000\n01F000\n00E000\n00E000\nENDCHAR\nSTARTCHAR F46D\nENCODING 62573\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700000\nF80000\nFE0000\n7F8000\n1FE000\n07F800\n01FE00\n707F80\nF81FE0\nF807E0\nF81FE0\n707F80\n01FE00\n07F800\n1FE000\n7F8000\nFE0000\nF80000\n700000\nENDCHAR\nSTARTCHAR F46E\nENCODING 62574\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0001C0\n0003E0\n000FE0\n003FC0\n00FF00\n03FC00\n0FF000\n3FC1C0\nFF03E0\nFC03E0\nFF03E0\n3FC1C0\n0FF000\n03FC00\n00FF00\n003FC0\n000FE0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F46F\nENCODING 62575\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n00E000\n01F000\n01F000\n03F800\n03F800\n07BC00\n07BC00\n0F1E00\n0F1E00\n1E0F00\n1E0F00\n3C0780\n3C0780\n78E3C0\nF9F3E0\nF1F1E0\nF1F1E0\n60E0C0\nENDCHAR\nSTARTCHAR F470\nENCODING 62576\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE318E0\nE3B8E0\nC1F060\nC0E060\nC1F060\nE3B8E0\nE318E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F471\nENCODING 62577\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7001C0\n7001C0\nE00CE0\nE01CE0\nC43860\nC67060\nC7E060\nE3C0E0\nE180E0\n7001C0\n7001C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F472\nENCODING 62578\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7E7FC0\nFC7FE0\nF8FFE0\nF001E0\nF001E0\nF001E0\nF8FFE0\nFC7FE0\n7E7FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F473\nENCODING 62579\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FCFC0\nFFC7E0\nFFE3E0\nF001E0\nF001E0\nF001E0\nFFE3E0\nFFC7E0\n7FCFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F474\nENCODING 62580\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7E0FC0\nFC07E0\nF803E0\nF913E0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\n7F1FC0\n7F1FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F475\nENCODING 62581\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7F1FC0\n7F1FC0\nFF1FE0\nFF1FE0\nFF1FE0\nFF1FE0\nF913E0\nF803E0\nFC07E0\n7E0FC0\n7F1FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F476\nENCODING 62582\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7F1FC0\nFF1FE0\nFF1FE0\nF803E0\nF803E0\nF803E0\nFF1FE0\nFF1FE0\n7F1FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F477\nENCODING 62583\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nF803E0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F478\nENCODING 62584\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n79F3C0\n78E3E0\nFC47E0\nFE0FE0\nFF1FE0\nFE0FE0\nFC47E0\n78E3E0\n79F3C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F479\nENCODING 62585\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFF9E0\nFFF1E0\nFFE3E0\nF3C7E0\nF18FE0\nF81FE0\nFC3FE0\n7E7FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F47A\nENCODING 62586\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FBF00\n3F1F80\n7E0FC0\n7C07C0\nF803E0\nF001E0\nE000E0\nFE00E0\nFE0FE0\nFE0FE0\nFE0FE0\n7E0FC0\n7E0FC0\n3E0F80\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F47B\nENCODING 62587\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3E0F80\n7E0FC0\n7E0FC0\nFE0FE0\nFE0FE0\nFE0FE0\nE00FE0\nE000E0\nF001E0\nF803E0\n7C07C0\n7E0FC0\n3F1F80\n1FBF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F47C\nENCODING 62588\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FF880\nFFF1C0\nE003E0\nC007C0\nC00F80\nC01F00\nC03E20\nC07C60\nC0F860\nC1F060\nC0E060\nC24060\nC70060\nC60060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F47D\nENCODING 62589\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n7FE800\nFFEE00\nE00F00\nC00F80\nC0FFC0\nC1FFE0\nC3FFC0\nC3CF80\nC70E20\nC60C60\nC40860\nC40060\nC00060\nC00060\nC00060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F47E\nENCODING 62590\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC06020\nC0E060\nC0E0E0\nC1E1E0\nC3E3E0\nC7E7E0\nCFEFE0\nDFEFE0\nFFFFE0\nFFFFE0\nFFFFE0\nDFEFE0\nCFEFE0\nC7E7E0\nC3E3E0\nC1E1E0\nC0E0E0\nC0E060\nC06020\nENDCHAR\nSTARTCHAR F47F\nENCODING 62591\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n80C060\nC0E060\nE0E060\nF0F060\nF8F860\nFCFC60\nFEFE60\nFFFF60\nFFFFE0\nFFFFE0\nFFFFE0\nFFFF60\nFEFE60\nFCFC60\nF8F860\nF0F060\nE0E060\nC0E060\n80C060\nENDCHAR\nSTARTCHAR F480\nENCODING 62592\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\n800020\nB80020\nBBFFA0\n800020\n800020\n900020\nB80020\nBBFFA0\n800020\n800020\n980020\nBBFF20\n9BFF20\nC00060\n7FFFC0\nENDCHAR\nSTARTCHAR F481\nENCODING 62593\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000060\n01F0E0\n07FDC0\n1FFF80\n380700\n30FE00\n601C00\n40F840\nC47060\n85E020\nC5C020\n478440\n6708C0\n3E1180\n3C0380\n387F00\n70FC00\nE1F000\nC00000\nENDCHAR\nSTARTCHAR F482\nENCODING 62594\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\nFE4000\nFF2000\nFF9000\nE3C800\nC3E400\nE3F200\nFFF900\n7FFC80\n3FFE40\n1FFF60\n0FFF20\n07FF20\n03FE40\n01FC80\n00F900\n007200\n002400\nENDCHAR\nSTARTCHAR F483\nENCODING 62595\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3E0000\n7F0000\nFF8000\nFFFFE0\nFFC000\nFFDFC0\n001FE0\n001FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F484\nENCODING 62596\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F3F00\n3C3F80\n703FC0\n703FC0\n603FE0\nE03FE0\nC03FE0\nC03FE0\nC03FE0\nE03FE0\n603FE0\n703FC0\n703FC0\n3C3F80\n1F3F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F485\nENCODING 62597\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\n800020\n9F1F20\nBF1FA0\nBF1FA0\nBE0FA0\nBF1FA0\nBBBBA0\n81F020\n80E020\n81F020\nBBBBA0\nBF1FA0\nBE0FA0\nBF1FA0\nBF1FA0\n9F1F20\n800020\nFFFFE0\nENDCHAR\nSTARTCHAR F486\nENCODING 62598\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 11 1 4\nBITMAP\n27FF00\n73FF00\nF80700\nFC0700\n700700\n700700\n700700\n701F80\n700F80\n7FE700\n7FF200\nENDCHAR\nSTARTCHAR F487\nENCODING 62599\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1803C0\n380FE0\n3BFFE0\n3BFFE0\n3BFFE0\n3BFFE0\n3BFFE0\n3BFFE0\n3BFE20\n3BF000\n38C000\n380000\n380000\n380000\n380000\n380000\n380000\nFE0000\nFE0000\nENDCHAR\nSTARTCHAR F488\nENCODING 62600\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n6000\nF000\nF800\nFC00\n7E00\n3F00\n1F80\n0FC0\n07E0\n03E0\n07E0\n0FC0\n1F80\n3F00\n7E00\nFC00\nF800\nF000\n6000\nENDCHAR\nSTARTCHAR F489\nENCODING 62601\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 0\nBITMAP\n00C0\n01E0\n03E0\n07E0\n0FC0\n1F80\n3F00\n7E00\nFC00\nF800\nFC00\n7E00\n3F00\n1F80\n0FC0\n07E0\n03E0\n01E0\n00C0\nENDCHAR\nSTARTCHAR F48A\nENCODING 62602\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FBF00\n3F1F80\n7E0FC0\nFC07E0\nF803E0\n7001C0\nENDCHAR\nSTARTCHAR F48B\nENCODING 62603\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n7001C0\nF803E0\nFC07E0\n7E0FC0\n3F1F80\n1FBF00\n0FFE00\n07FC00\n03F800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F48C\nENCODING 62604\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n030000\n038000\n3FE780\n7FF7C0\nE000E0\nE000E0\nC00060\nE000E0\nE000E0\n7DFFC0\n3CFF80\n003800\n001800\nENDCHAR\nSTARTCHAR F48D\nENCODING 62605\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n200000\n380000\n3C1FE0\n3F3FC0\n3FFF80\n3F1F80\n1F0F00\n260200\n300200\n3B0380\n098780\n086F80\n1E2F80\n3F1380\n3FF980\n7F9E00\nFF0700\n000380\n000080\nENDCHAR\nSTARTCHAR F48E\nENCODING 62606\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F000\n03B800\n071C00\n0E0E00\n1C0700\n38E380\n71F1C0\nE3B8E0\nC75C60\nEEEEE0\n5DB740\n3B1B80\n160D00\n0C0600\n031800\n03B800\n01F000\n00E000\nENDCHAR\nSTARTCHAR F48F\nENCODING 62607\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n007800\n00FE00\n01FF00\n01FF80\n07FFC0\n1FFFC0\n3FFFC0\n7FF0E0\n7FC720\n3F9F80\n3FBFC0\n7FBC60\n7F3CE0\nFF3FE0\nFF3FE0\nFFBFC0\nFF1FC0\nFC0700\n700000\nENDCHAR\nSTARTCHAR F490\nENCODING 62608\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n011F80\n1E1FC0\n3E1FE0\n7E1FE0\nFF0FE0\nFF0FC0\nFF07C0\nFF87C0\n7F8380\n7FC000\n7FE000\n3FE000\n3FF800\n1FFC00\n0FF800\n0FF800\n07F000\n03E000\n01C000\nENDCHAR\nSTARTCHAR F491\nENCODING 62609\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n018000\n03E000\n07F000\n07FC00\n07FE00\n16DD80\n17DFC0\n00D1E0\n76CDE0\n76CDC0\nF6C5C0\nF2D400\n7FFF00\n3FFF00\n0FFE00\n07FC00\n01FC00\n00F800\n003000\nENDCHAR\nSTARTCHAR F492\nENCODING 62610\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 1 0\nBITMAP\n008000\n004000\n043800\n0C1F00\n181800\n180000\n380040\nC000C0\n000080\n000180\n800180\n700080\n380080\n180000\n181000\n083C00\n087F80\n00C000\nENDCHAR\nSTARTCHAR F493\nENCODING 62611\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFBFE0\nFFBFE0\nFF1FE0\nFF1FE0\nFE0FE0\nFC07E0\nFCE7E0\nF9F3E0\nFBFBE0\nFBFBE0\nFBFBE0\nFBFBE0\nF9F3E0\nFC07E0\nFF1FE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F494\nENCODING 62612\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n001800\n003800\n007800\n0031E0\n1C33E0\n3E2F80\n0FBC00\n00C000\n07F800\n3E5F00\n7CCFC0\nF8C7C0\nE1C380\n01C000\n03C000\n03C000\n030000\nENDCHAR\nSTARTCHAR F495\nENCODING 62613\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7807C0\nF003E0\nE001E0\nC000E0\nC1E0E0\n83F3E0\n83FFE0\n83FFE0\n83FFE0\n83FFE0\nC1FFE0\nC1FFE0\nC1FE20\nC0F820\nE0F820\nE0F860\nE02060\nF000E0\n7800C0\nENDCHAR\nSTARTCHAR F496\nENCODING 62614\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n0FE0\n1FF0\n1FF0\n3FF8\n3FF8\n7FFC\n7FFC\n7FFC\n7FFC\n38E2\nD75C\nEFBE\n7FFC\n7FFC\n7FFC\n3FF8\n1FF0\n07C0\nENDCHAR\nSTARTCHAR F497\nENCODING 62615\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n3FFC\n3FFE\n7FFE\nFFFF\n7FFE\n3FFC\n3FFC\n3FFC\n3E7C\n3C3C\n381C\n0000\n381C\n3C3C\n3FFC\n1FFC\n1FFC\n1FF8\n1FF8\nENDCHAR\nSTARTCHAR F498\nENCODING 62616\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF001E0\nE000E0\nC00060\nC00C60\nC01C60\nC03860\nC27060\nC7E060\nC7E060\nC3C060\nE180E0\nF803E0\nFC07E0\nFC07E0\nFC07E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F499\nENCODING 62617\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 10 19 5 0\nBITMAP\n0E00\n1E00\n0400\n0400\n0400\n1E00\n3F00\n7F80\n7B80\n7F80\n7F80\n3F00\n1E00\n0000\n7F80\n5E80\nDAC0\nDB40\nFFC0\nENDCHAR\nSTARTCHAR F49A\nENCODING 62618\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n000000\n7FFFC0\n7FFFC0\n7E0FC0\n7C07C0\n7C07C0\n7C07C0\n7C07C0\n7FFFC0\n7FFFC0\n7FFFC0\nENDCHAR\nSTARTCHAR F49B\nENCODING 62619\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000E00\n001900\n001180\n001180\n003980\n000180\n000180\n000180\n000180\n0001C0\nFFFFE0\n000000\n7FFFC0\n7FFFC0\n7FFFC0\n3FFF80\n3FFF80\n0FFE00\n040400\nENDCHAR\nSTARTCHAR F49C\nENCODING 62620\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n03E000\n0FF800\n3FFE00\n7E3F00\nF80F80\nFE3F80\n3FFF80\n0FFF80\n03E780\n008780\n000780\n000780\n380F80\n7E3F00\n3FFE00\n0FF800\n03E000\n008000\nENDCHAR\nSTARTCHAR F49D\nENCODING 62621\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0FE0\n0FE0\n3FF8\n3FF8\n3FFE\nE00E\nE00E\nE008\n200E\n200E\n200E\n2008\n200E\n200E\n3FFE\n3FF8\n3FF8\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR F49E\nENCODING 62622\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFCFE0\nFFC7E0\nFFC3E0\nFFC3E0\nFFC1E0\nFFD9E0\nFFD9E0\nFFDDE0\nFFDDE0\nFFDBE0\nF81FE0\nF01FE0\nF01FE0\nF03FE0\nFCFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F49F\nENCODING 62623\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3F8000\n3FC000\n07C000\n0FC000\n1FC3E0\n3DC200\n79C200\nF01E00\nE01000\n001000\n001000\n01F000\n010000\n010000\n0F0000\n080000\n080000\n080000\nF80000\nENDCHAR\nSTARTCHAR F4A0\nENCODING 62624\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003000\n003800\n003C60\n001E60\nF80F60\n0807E0\n0803E0\n0F0FE0\n010FE0\n010FC0\n010000\n01F000\n001000\n001000\n001E00\n000200\n000200\n000200\n0003E0\nENDCHAR\nSTARTCHAR F4A1\nENCODING 62625\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n3FFF80\n400000\n9FFF80\n9FFF00\nC00000\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF80\n3FFF80\nENDCHAR\nSTARTCHAR F4A2\nENCODING 62626\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFF66E0\nFE6460\nFF6EE0\nFFFFE0\nC00060\nC60C60\nC71C60\nC3B860\nC1F060\nC0E060\nC1F060\nC3B860\nC71C60\nC60C60\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4A3\nENCODING 62627\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFF66E0\nFE6460\nFF6EE0\nFFFFE0\nC00060\nC00660\nC00E60\nC01E60\nC03C60\nCC7860\nCE7060\nC7E060\nC3C060\nC18060\nC00060\nE000E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4A4\nENCODING 62628\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n7001C0\n7C07C0\n7001C0\nF803E0\nB803A0\n1C0700\n0C0600\n0FFE00\n07FC00\n07FC00\n0E0E00\n0C0600\n0C0600\n0C0600\n0C0600\n0E0E00\n07BC00\n03F800\n01F000\nENDCHAR\nSTARTCHAR F4A5\nENCODING 62629\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n7E0E00\nF80300\nF80180\nFBF8C0\n760C40\nCC0660\n88E220\n89F320\n89F7A0\n89F7A0\n88E320\nCC0660\n460C40\n63F8C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F4A6\nENCODING 62630\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n104100\n6DB6C0\n820820\n820820\n820820\n820820\nE79EE0\n3C7180\n086180\n086180\n086180\n3C7180\nE79EE0\n820820\n820820\n820820\n820820\n6DB6C0\n104100\nENDCHAR\nSTARTCHAR F4A7\nENCODING 62631\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n300820\n300820\n780860\n780EE0\n3007C0\n3007C0\n300380\n300380\n780380\nFC0380\n780380\n780380\n780380\nFC0780\nFC07C0\nFC06C0\nFC0440\nFC06C0\n780380\nENDCHAR\nSTARTCHAR F4A8\nENCODING 62632\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000780\n0008C0\n01D060\n0FF1E0\n183FE0\n3037E0\n7039C0\n701F80\nF03F00\nFFFF80\nFFFF80\nFFFF80\nBFFF00\nDFFF00\n43FF00\n21FE00\n3FFC00\n0FF800\n07E000\nENDCHAR\nSTARTCHAR F4A9\nENCODING 62633\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nF803E0\nF803E0\nF803E0\nF803E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF803E0\nF803E0\nF803E0\nF8FFE0\nF8FFE0\nF8FFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4AA\nENCODING 62634\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001000\n007000\n0FD000\n1F6000\n18E020\n27C020\n1F8020\n7E0020\nC00E20\n003FA0\n0060A0\n004020\n00C020\n00C020\n00C020\n004060\n006040\n003180\n001F00\nENDCHAR\nSTARTCHAR F4AB\nENCODING 62635\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n380000\n7E0000\nFE0000\nFE0000\n7CFCE0\n21FFE0\n19CF00\n39C600\n39C600\n39C600\n39C600\n39C600\n39C600\n39C600\n39C600\nENDCHAR\nSTARTCHAR F4AC\nENCODING 62636\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n1F0000\n7FFE00\nFFFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFF60\n7FE620\n776280\n22A8C0\n28DDC0\n0DFF80\n1FFF80\n0FFF00\n07FC00\n03E000\nENDCHAR\nSTARTCHAR F4AD\nENCODING 62637\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n380380\n7C07C0\nFE0FE0\nFE0FE0\nFE0FE0\n7E0FC0\n3C4780\n00E000\n01F000\n03F800\n01F000\n00E000\n3C4780\n7E0FC0\nFE0FE0\nFE0FE0\nFE0FE0\n7C07C0\n380380\nENDCHAR\nSTARTCHAR F4AE\nENCODING 62638\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\n03C0\n0180\n0180\n0FF0\n1FF8\n3FFC\n7C3E\n781E\n718F\nF3CF\nF3CF\n718F\n781E\n7C3E\n3FFC\n181C\n0E70\n0FF0\n0C10\nENDCHAR\nSTARTCHAR F4AF\nENCODING 62639\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n010000\n018400\n018C00\n018C00\n019800\n009800\n009060\n1E01C0\n7F8780\nFF8F00\nC18C00\nE00000\n7E0000\n3F8000\n038000\nC18000\nF38000\n7F8000\n3E0000\nENDCHAR\nSTARTCHAR F4B0\nENCODING 62640\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n07FFE0\n07E7C0\n0FFFC0\n0FCF80\n7F9F80\n3F1F80\n3F3FC0\n3E3E00\n7E7E00\n78FC00\nFFFC00\nENDCHAR\nSTARTCHAR F4B1\nENCODING 62641\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n020000\n060000\n0E0000\n1E0000\n3C3F00\n787F80\nF0FFC0\nF1F3E0\nF3C1E0\nF1F9E0\nF8F1E0\n7FE1E0\n3FC3C0\n1F87C0\n000F80\n000F00\n000E00\n000C00\nENDCHAR\nSTARTCHAR F4B2\nENCODING 62642\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n000FE0\nFF8820\n80C820\n80C820\n8FFE20\n8FFFE0\n8FFEC0\n8FFE40\n8FFE00\nCFFE00\n7FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n003800\n001800\n000800\nENDCHAR\nSTARTCHAR F4B3\nENCODING 62643\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n040400\n1C0700\n1E0F00\n0E0E00\n071C00\n03B800\n000000\n000000\n0F1E00\nFEEFE0\nF8E3E0\n70E1C0\n40E040\n00E000\n00E000\n00E000\n01F000\n01F000\n01F000\nENDCHAR\nSTARTCHAR F4B4\nENCODING 62644\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n0003C0\n3807E0\nFE0FC0\nFF1FC0\n7F9F80\n3F1780\n1F8F00\n0F8000\n000000\n005C00\n00FC00\n00FC00\n007C00\n007C00\n003C00\n001C00\n000800\nENDCHAR\nSTARTCHAR F4B5\nENCODING 62645\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1F0000\n3F8000\n73C000\nE0C000\nC0E000\nC00000\nE00000\nF00000\n7C0000\n1F0000\n078000\n01C000\n00E000\n00E000\n40E0C0\nE0C1E0\nF3C3E0\n7F83E0\n1F01C0\nENDCHAR\nSTARTCHAR F4B6\nENCODING 62646\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n000700\n000F00\n001F80\n003F00\n707800\n707000\nF0F000\nF0E000\nF0C000\n71C000\n79C000\n39C000\n3CC000\n1EC000\n0FC000\n07E000\n03E000\n01E000\n007000\nENDCHAR\nSTARTCHAR F4B7\nENCODING 62647\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n18E300\n33F980\n6FFEC0\n43BE40\nD7BF60\n908F20\nB6A7A0\nB677A0\nAE77A0\n8E7720\nCE6760\n4CEE40\n631EC0\n33F980\n18E300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F4B8\nENCODING 62648\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n008000\n03E000\n07F800\n1FFC00\n7FFF00\nFFFF80\nFFFF80\n7FFF00\nBFFE80\nCFF980\nE00380\nFFFF80\n7FFF00\n780F00\n780F00\n780F00\n3C1E00\n1C1C00\n0C1800\nENDCHAR\nSTARTCHAR F4B9\nENCODING 62649\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFF60\nFFFEE0\nFFF8E0\nFFE1E0\nFF85E0\nFF0BE0\nFE13E0\nFE27E0\nFC4FE0\nFC9FE0\nF93FE0\nFA7FE0\nF5FFE0\nEFFFE0\nDFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4BA\nENCODING 62650\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n018000\n03BC00\n17FC00\n3FF800\n3FFE00\n3C1F80\nF807C0\nF80700\nF00380\n700380\n7003C0\n3807C0\nF807C0\n7C1F00\n3FFF00\n07FF00\n0FFA00\n0E7000\n004000\nENDCHAR\nSTARTCHAR F4BB\nENCODING 62651\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7E03C0\n7FF9C0\nFFFDE0\nFFFDE0\nFFFDE0\nFFFDE0\nFFF3E0\nFE07E0\nFEFFE0\n7EFFC0\n7EFFC0\n3EFF80\n1EFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F4BC\nENCODING 62652\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03FFE0\n0F1FE0\n1E0F00\n3E0F80\n7E0FC0\n7F1FC0\nFFFFE0\nC7FC60\n83B820\n831820\n83B820\nC7FC60\nFFFFE0\n7F1FC0\n7E0FC0\n3E0F80\n1E0F00\n0F1E00\n03F800\nENDCHAR\nSTARTCHAR F4BD\nENCODING 62653\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n7FFFC0\nFFFFE0\n800020\nBFFFA0\nB1F1A0\nB5F5A0\nB1F1A0\nBFFFA0\nBFFFA0\n800020\nFFFFE0\nF803E0\nF7FDE0\nF7FDE0\n77FDC0\nENDCHAR\nSTARTCHAR F4BE\nENCODING 62654\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n1CE000\n3FF800\nFC07E0\n887220\n901920\n900D20\nB005A0\nB005A0\nB001A0\n900120\n900120\n880220\nFC07E0\n03F800\n00E000\nENDCHAR\nSTARTCHAR F4BF\nENCODING 62655\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n020000\n0C3E00\n18FF00\n31FF80\n73FFC0\n73FFC0\nF3FFE0\nF3FFE0\nF1FFE0\nF8FFC0\nFC1E00\nFE0000\nFF0060\n7F0FC0\n7E7FC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F4C0\nENCODING 62656\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n7FFFC0\n7FFFC0\nFFFFE0\n7FFFC0\n7C07C0\n3E0F80\n3F1F80\n1F1F00\n1FBF00\n0FBE00\n07FC00\n07FC00\n03F800\n03F800\n01F000\n00E000\n00E000\nENDCHAR\nSTARTCHAR F4C1\nENCODING 62657\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFF000\n801000\n9FFC00\nBFFC00\nB00400\nB7FF80\nB40180\nB5FFE0\nB50020\nB50020\nB50020\nF50020\n350020\n3D0020\n050020\n070020\n070020\n010020\n01FFE0\nENDCHAR\nSTARTCHAR F4C2\nENCODING 62658\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700000\nF8FFE0\nF9FFE0\nF0FFC0\n600000\n000000\n000000\n700000\nF8FFC0\nF9FFE0\nF8FFC0\n700000\n000000\n000000\n600000\nF0FFC0\nF9FFE0\nF8FFE0\n700000\nENDCHAR\nSTARTCHAR F4C3\nENCODING 62659\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nC00000\n40FFE0\n41FFE0\n40FFC0\nE00000\n000000\n000000\nE00000\n30FFC0\n21FFE0\n60FFC0\nF00000\n000000\n000000\nE00000\n20FFC0\n61FFE0\n30FFE0\nE00000\nENDCHAR\nSTARTCHAR F4C4\nENCODING 62660\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFFC0\n1FFFE0\n3FFFE0\n1FFFE0\n0FFFC0\n000000\n100000\n307FC0\n7E7FE0\nFEFFE0\n7E7FE0\n307FC0\n100000\n000000\n0FFFC0\n1FFFE0\n3FFFE0\n1FFFE0\n1FFFC0\nENDCHAR\nSTARTCHAR F4C5\nENCODING 62661\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFFC0\n1FFFE0\n3FFFE0\n1FFFE0\n0FFFC0\n000000\n080000\n087FC0\nFC7FE0\nFEFFE0\nFC7FE0\n087FC0\n080000\n000000\n0FFFC0\n1FFFE0\n3FFFE0\n1FFFE0\n1FFFC0\nENDCHAR\nSTARTCHAR F4C6\nENCODING 62662\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n000E00\n001A00\n001200\n003200\n002600\n006400\n0047C0\nFCC060\n858020\n870020\n840020\n840020\n840020\n840020\n840020\n840020\n87E060\nFC3FC0\nENDCHAR\nSTARTCHAR F4C7\nENCODING 62663\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\nFC3FC0\n87E060\n87C020\n840020\n840020\n840020\n840020\n840020\n840020\n878020\nFCC060\n0047C0\n006400\n002400\n003600\n001200\n001A00\n000E00\nENDCHAR\nSTARTCHAR F4C8\nENCODING 62664\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n011000\n01B000\n23F880\n1FFF00\n1FFF00\n18E700\n3AEF80\nFACFE0\n789FC0\n3FBF80\n7F23C0\nFE6BE0\n3EEB80\n1CE300\n1FFF00\n1FFF00\n23F880\n01B000\n011000\nENDCHAR\nSTARTCHAR F4C9\nENCODING 62665\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07E0\n1FF8\n3C7C\n701C\n6008\nC000\nC3C0\nC070\n4018\n600C\n3004\n1C06\n0786\n0006\n200C\n701C\n7C78\n3FF0\n0FC0\nENDCHAR\nSTARTCHAR F4CA\nENCODING 62666\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n1FE0\n1FF8\n183C\n181C\n180C\n180E\n180E\n180C\n181C\n1878\nFFF0\n7FE0\n1800\n7FC0\nFFC0\n1800\n1800\n1800\n1800\nENDCHAR\nSTARTCHAR F4CB\nENCODING 62667\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n07C0\n1FF0\n3C78\n701C\n701C\n600C\nE00E\nE00E\n600C\n600C\n701C\n3C78\n1FF0\n0FE0\n07C0\n0380\n0380\n0100\n0100\nENDCHAR\nSTARTCHAR F4CC\nENCODING 62668\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0100\n0100\n0380\n0380\n07C0\n0FE0\n1FF0\n3C78\n701C\n600C\n600C\nE00E\nE00E\n600C\n701C\n701C\n3C78\n1FF0\n07C0\nENDCHAR\nSTARTCHAR F4CD\nENCODING 62669\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n001800\n00FF00\n01FF80\n0383C0\n0700C0\n0F00E0\n3E0060\nFE0060\n3E0060\n0F00E0\n0700C0\n0383C0\n01FF80\n00FF00\n001800\nENDCHAR\nSTARTCHAR F4CE\nENCODING 62670\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n030000\n1FE000\n3FF000\n783800\n601C00\nE01E00\nC00F80\nC00FE0\nC00F80\nE01E00\n601C00\n783800\n3FF000\n1FE000\n030000\nENDCHAR\nSTARTCHAR F4CF\nENCODING 62671\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n7FFC\n7FFC\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFFFE\nFEFE\nF83E\nF01E\n4004\nENDCHAR\nSTARTCHAR F4D0\nENCODING 62672\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n1B3600\n3B7600\n3FFF00\nFFFF80\n800040\n800040\n833640\n837640\n800040\n912240\nBB7640\nBB3640\n800040\nBB3040\nBB7040\n800040\n800040\nC000C0\n7FFF80\nENDCHAR\nSTARTCHAR F4D1\nENCODING 62673\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n001800\n007400\n00C200\n018100\n010080\n030040\n030020\n03FFE0\n03FFC0\n03FFC0\n01FF80\n03FF00\nC77C00\nEE0000\n7C0000\n380000\n1C0000\n0E0000\n060000\nENDCHAR\nSTARTCHAR F4D2\nENCODING 62674\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nFBFFE0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFE0\nF80000\nENDCHAR\nSTARTCHAR F4D3\nENCODING 62675\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\nFDF7E0\nFDF7E0\n7DF7C0\n01F000\n000000\n000000\n01F000\n7DF7C0\nFDF7E0\n7DF7C0\n01F000\n000000\n000000\n01F000\n7DF7C0\nFDF7E0\nFDF7E0\n01F000\nENDCHAR\nSTARTCHAR F4D4\nENCODING 62676\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\nFFFBE0\nFFFBE0\n7FFBE0\n0003E0\n000000\n000000\n0003E0\n7FFBE0\nFFFBE0\n7FFBE0\n0003E0\n000000\n000000\n0003E0\n7FFBE0\nFFFBE0\nFFFBE0\n0003E0\nENDCHAR\nSTARTCHAR F4D5\nENCODING 62677\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\nFFFBE0\nFFFBE0\n7FFBE0\n0003E0\n000000\n000000\n01F000\n7DF7C0\nFDF7E0\n7DF7C0\n01F000\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFE0\nF80000\nENDCHAR\nSTARTCHAR F4D6\nENCODING 62678\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nFBFFE0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\n01F000\n7DF7C0\nFDF7E0\n7DF7C0\n01F000\n000000\n000000\n0003E0\n7FFBE0\nFFFBE0\nFFFBE0\n0003E0\nENDCHAR\nSTARTCHAR F4D7\nENCODING 62679\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0003E0\nFFFBE0\nFFFBE0\n7FFBE0\n0003E0\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFE0\nF80000\nENDCHAR\nSTARTCHAR F4D8\nENCODING 62680\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nFBFFE0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\n0003E0\n7FFBE0\nFFFBE0\n7FFBE0\n0003E0\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFE0\nF80000\nENDCHAR\nSTARTCHAR F4D9\nENCODING 62681\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF80000\nFBFFE0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\nF80000\nFBFFC0\nFBFFE0\nFBFFC0\nF80000\n000000\n000000\n0003E0\n7FFBE0\nFFFBE0\nFFFBE0\n0003E0\nENDCHAR\nSTARTCHAR F4DA\nENCODING 62682\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB56A40\n00C000\n00C000\n800040\n00C000\n800040\n00C000\n800040\nCAD5C0\n4AD580\n800040\n00C000\n800040\n00C000\n800040\n800040\n00C000\nB56A40\nENDCHAR\nSTARTCHAR F4DB\nENCODING 62683\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB56A40\n00C000\n00C000\n800040\n00C000\n800040\n00C000\n800040\nCAD5C0\n4AD580\n800040\n00C000\n800040\n00C000\n800040\n800040\n00C000\nFFFFC0\nENDCHAR\nSTARTCHAR F4DC\nENCODING 62684\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nFFFFC0\n00C000\n00C000\n800040\n00C000\n800040\n00C000\n800040\nCAD5C0\n4AD580\n800040\n00C000\n800040\n00C000\n800040\n800040\n00C000\nB56A40\nENDCHAR\nSTARTCHAR F4DD\nENCODING 62685\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB56A40\n80C000\n80C000\n800040\n80C000\n800040\n80C000\n800040\nCAD5C0\nCAD580\n800040\n80C000\n800040\n80C000\n800040\n800040\n80C000\nB56A40\nENDCHAR\nSTARTCHAR F4DE\nENCODING 62686\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB56A40\n00C040\n00C040\n800040\n00C040\n800040\n00C040\n800040\nCAD440\n4AD5C0\n800040\n00C040\n800040\n00C040\n800040\n800040\n00C040\nB56A40\nENDCHAR\nSTARTCHAR F4DF\nENCODING 62687\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB56A40\n00C000\n00C000\n800040\n00C000\n800040\n00C000\n800040\n800040\nFFFFC0\n800040\n00C000\n800040\n00C000\n800040\n800040\n00C000\nB56A40\nENDCHAR\nSTARTCHAR F4E0\nENCODING 62688\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB5EA40\n00C000\n00C000\n80C040\n00C000\n80C040\n00C000\n80C040\nCAD5C0\n4AD580\n80C040\n00C000\n80C040\n00C000\n80C040\n80C040\n00C000\nB5EA40\nENDCHAR\nSTARTCHAR F4E1\nENCODING 62689\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nFFFFC0\n80C040\n80C040\n800040\n80C040\n800040\n80C040\n800040\nCAD440\nCAD5C0\n800040\n80C040\n800040\n80C040\n800040\n800040\n80C040\nFFFFC0\nENDCHAR\nSTARTCHAR F4E2\nENCODING 62690\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nB5EA40\n00C000\n00C000\n80C040\n00C000\n80C040\n00C000\n80C040\n80C040\nFFFFC0\n80C040\n00C000\n80C040\n00C000\n80C040\n80C040\n00C000\nB5EA40\nENDCHAR\nSTARTCHAR F4E3\nENCODING 62691\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\nFFFFC0\n80C040\n80C040\n80C040\n80C040\n80C040\n80C040\n80C040\n80C040\nFFFFC0\n80C040\n80C040\n80C040\n80C040\n80C040\n80C040\n80C040\nFFFFC0\nENDCHAR\nSTARTCHAR F4E4\nENCODING 62692\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n890000\n4B0000\n2E0000\n1C0000\n080060\n080060\n080060\n080060\n080C60\n080C60\n080C60\n080C60\n080C60\n098C60\n09CC60\n09CC60\n09CC60\n09CC60\n098C60\nENDCHAR\nSTARTCHAR F4E5\nENCODING 62693\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n00E000\n00E000\n00E000\nFFFFE0\n000000\n000000\n000000\nFFFFE0\n00E000\n00E000\n00E000\n03F800\n01F000\n00E000\n004000\nENDCHAR\nSTARTCHAR F4E6\nENCODING 62694\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n011000\n011000\n011000\n011000\n011000\n011000\n111100\n311180\n7F1FC0\nFF1FE0\n7F1FC0\n311180\n111100\n011000\n011000\n011000\n011000\n011000\n011000\nENDCHAR\nSTARTCHAR F4E7\nENCODING 62695\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n000780\n001BC0\n0063E0\n80C1E0\nC700E0\nFC7060\nF8F820\nF9F820\nF1F820\n83F820\n83F1E0\n83F3E0\n83E3E0\nC1C7E0\nE01860\nF06020\nF88000\n7B0000\n3C0000\nENDCHAR\nSTARTCHAR F4E8\nENCODING 62696\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n070000\n0F8000\n0F8000\n0DC000\n1DC000\n1DC000\n1DDE00\n389F00\n38BF00\n38BF00\n383380\n7F7380\n7F7380\n7071C0\n70FFC0\nE0FFC0\nE0FFE0\nC1C0E0\n01C0E0\nENDCHAR\nSTARTCHAR F4E9\nENCODING 62697\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n01C000\n01F000\n01D800\n01DC00\n01DC00\n01DC00\n01DC00\n01DC00\n05C000\n3DDFC0\n71D860\nC5C1C0\n7DCF00\n01DC00\n004000\nENDCHAR\nSTARTCHAR F4EA\nENCODING 62698\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 1\nBITMAP\n00C000\n03F000\n0FFC00\n3FFE00\nFFFF80\n7FFF00\n9FFE40\nE7F9C0\nF9E7C0\nFE1FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF7F80\n3F7E00\n0F7C00\n037000\n004000\nENDCHAR\nSTARTCHAR F4EB\nENCODING 62699\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1E7F00\n381F80\n700FC0\n600FC0\nE00FE0\nC01FE0\nE01FE0\nE03FE0\nF9FFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFDC0\n3FF980\n1FFB00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F4EC\nENCODING 62700\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n00E000\n07FC00\n07FC00\n0FFE00\n1FFF00\n1FFF80\n3FFF80\n7FFFC0\nFFFFE0\nENDCHAR\nSTARTCHAR F4ED\nENCODING 62701\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n01F000\n00E000\n00E000\n00E000\n00E000\n00E000\n01F000\n01F000\n01F000\n62E8C0\nE6ECE0\nACE6A0\nB8E3A0\nE0E0E0\n40A040\n20A080\n31B180\n1E0F00\nENDCHAR\nSTARTCHAR F4EE\nENCODING 62702\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFE7FE0\nFEFFE0\nFE0000\nFE0000\nFE0000\nFEFFE0\nFEFFE0\n000000\n000000\n000000\n000000\n000000\nFEFFE0\nFEFFE0\nFE0000\nFE0000\nFE0000\nFEFFE0\nFE7FE0\nENDCHAR\nSTARTCHAR F4EF\nENCODING 62703\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFBFFE0\nFBFFE0\nF80000\nF80000\nF3FFE0\n000000\n000000\nF3FFE0\nFBFFE0\nF9FFC0\nF80000\nF3FFE0\n000000\n000000\nF3FFE0\nFBFFE0\nF9FFC0\nF80000\nFBFFE0\nENDCHAR\nSTARTCHAR F4F0\nENCODING 62704\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nE00000\nF80000\nFE0000\n770000\n738000\n398000\n3FB000\n1F7800\n0ECC00\n01E600\n03F300\n03F980\n01FC80\n00FF20\n007E40\n003C80\n001900\n000200\n000400\nENDCHAR\nSTARTCHAR F4F1\nENCODING 62705\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n400000\n400000\nFFFFE0\nFFFF80\nFFFFC0\n7FFFC0\n00CBC0\n00CBC0\n0043C0\n003FE0\n0003E0\n0003E0\n0003E0\n0003E0\n0001E0\nENDCHAR\nSTARTCHAR F4F2\nENCODING 62706\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFFFFE0\nFFFFE0\nF000E0\nE00060\n4FFE40\n4FFE40\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nCFFE60\nE00060\n7000E0\n3FFFE0\n1FFFE0\nENDCHAR\nSTARTCHAR F4F3\nENCODING 62707\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F7300\n3FDF80\n7FF8C0\n47C040\nCFE060\n9FCBE0\n9FEDE0\n9FFBE0\nCFC3E0\nFF8020\nFF0060\n7F0040\n7F00C0\n3F8180\n1FFB00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F4F4\nENCODING 62708\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFF9E0\nFFF9E0\nFFF9E0\nFFF9E0\nFFF9E0\nFFF9E0\nFF19E0\nFF19E0\nFF19E0\nFF19E0\nFF19E0\nF319E0\nF319E0\nF319E0\nF3B9E0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4F5\nENCODING 62709\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000E0\n0641E0\n06E180\n004180\n000180\nCD9B00\nED9B00\n600300\n632700\n737600\n332600\n380600\n1FFC00\n1FFC00\n000000\n041000\n0E3800\n0E3800\n0E3800\nENDCHAR\nSTARTCHAR F4F6\nENCODING 62710\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n0380\n07C0\n0FE0\n0FE0\n0380\n0FE0\n0380\n0FE0\n4384\nE3EE\nEFEE\n67CC\n739C\n3838\n3FF8\n0FE0\n0380\n0380\n0100\nENDCHAR\nSTARTCHAR F4F7\nENCODING 62711\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n800020\nC00060\nC00060\n400040\n400040\n6000C0\n6000C0\n6000C0\n6000C0\n300180\n300180\n300180\n380380\n000000\n7FFFC0\nF7BDE0\nF319E0\nF3B9E0\n7FFFC0\nENDCHAR\nSTARTCHAR F4F8\nENCODING 62712\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n004000\n01F000\n1FFF00\n1FFF00\n3EEF80\n3EEF80\n5EEF40\nEF5EE0\nF75DE0\nFBFBE0\n7DF7C0\n3FFF80\n4FFE40\n77FDC0\n39F380\n00E000\nENDCHAR\nSTARTCHAR F4F9\nENCODING 62713\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFCFFE0\nFC7FE0\nFC1FE0\nFC07E0\nFC03E0\nFC07E0\nFC1FE0\nFC7FE0\nFCFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FA\nENCODING 62714\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FB\nENCODING 62715\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FC\nENCODING 62716\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFE0FE0\nFC07E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFC07E0\nFE0FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FD\nENCODING 62717\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFBEFE0\nF9E7E0\nF8E3E0\nF861E0\nF861E0\nF861E0\nF8E3E0\nF9E7E0\nFBEFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FE\nENCODING 62718\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFEFBE0\nFCF3E0\nF8E3E0\nF0C3E0\nF0C3E0\nF0C3E0\nF8E3E0\nFCF3E0\nFEFBE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F4FF\nENCODING 62719\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF8EFE0\nF8E7E0\nF8E3E0\nF8E1E0\nF8E1E0\nF8E1E0\nF8E3E0\nF8E7E0\nF8EFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F500\nENCODING 62720\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFEE3E0\nFCE3E0\nF8E3E0\nF0E3E0\nF0E3E0\nF0E3E0\nF8E3E0\nFCE3E0\nFEE3E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F501\nENCODING 62721\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nC3F860\nC1F060\nC0E060\nC04060\nC40460\nC60C60\nC71C60\nC7FC60\nC7FC60\nC7FC60\nC7FC60\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F502\nENCODING 62722\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n07FC00\n0FFE00\n1FFF00\n1FFF00\n1FFF00\n3FFF80\n3FFF80\n7FFFC0\nFFFFE0\n7FFFC0\n0FFE00\n000000\n000000\n000000\n000000\n000000\n00E000\n01F000\nENDCHAR\nSTARTCHAR F503\nENCODING 62723\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n064000\n06EC00\n208C80\n71C1C0\n269880\nF619E0\nFFFFE0\nF1F1E0\nF1F1E0\n71F1C0\n71F1C0\n71F1C0\n71F1C0\n71F1C0\n71F1C0\n38F180\n38F380\n38E380\n3FFF80\nENDCHAR\nSTARTCHAR F504\nENCODING 62724\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n7FF800\nFFFC00\nFFFE00\nFFFE00\nFFFF00\nFFFF80\nFFFFC0\nFFFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFC0\nFFFFC0\nFFFF80\nFFFF00\nFFFE00\nFFFE00\nFFFC00\n7FF800\nENDCHAR\nSTARTCHAR F505\nENCODING 62725\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03FFC0\n07FFE0\n0FFFE0\n0FFFE0\n1FFFE0\n3FFFE0\n7FFFE0\n7FFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFE0\n7FFFE0\n3FFFE0\n1FFFE0\n0FFFE0\n0FFFE0\n07FFE0\n03FFC0\nENDCHAR\nSTARTCHAR F506\nENCODING 62726\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n3FFF80\n0FFE00\n07FC00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F507\nENCODING 62727\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n01F800\n07FC00\n0FFE00\n1FFF80\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F508\nENCODING 62728\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FE3C0\nFFE3E0\nFFE3E0\nFFFFE0\nFFFFE0\nFFFFE0\nF8FFE0\nF8FFE0\n78FFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F509\nENCODING 62729\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n78E3C0\nF8E3E0\nF8E3E0\nFFFFE0\nFFFFE0\nFFFFE0\nF8E3E0\nF8E3E0\n78E3C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F50A\nENCODING 62730\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n01F000\n03F800\n07FC00\n0FFE00\n1FFF00\n3F1F80\n7C07C0\nF813E0\n59B340\n18E300\n180300\n180300\n1C0700\n1C0700\n1F1F00\n1FFF00\n0FFE00\nENDCHAR\nSTARTCHAR F50B\nENCODING 62731\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03E800\n0FCE00\n1FDF00\n1FBF80\n6F3FC0\n677FC0\nF60000\nF20FE0\nF807E0\nFC07E0\nFC03E0\nFE09E0\n000DE0\n7FDCC0\n7F9EC0\n3FBF00\n1F7F00\n0E7E00\n02F800\nENDCHAR\nSTARTCHAR F50C\nENCODING 62732\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 9 19 5 0\nBITMAP\n1C00\n1800\n3800\n3800\n3000\n7000\n7000\n6000\nFF80\nFF80\nFF00\n0700\n0600\n0E00\n0C00\n7F00\n3E00\n1C00\n0800\nENDCHAR\nSTARTCHAR F50D\nENCODING 62733\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n07F800\n00C000\n00C000\n01E000\n03F000\n03F000\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\n01E000\n01E000\n01E000\n01E000\n00C000\n01E000\n03F000\n03F000\nENDCHAR\nSTARTCHAR F50E\nENCODING 62734\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 12 0 3\nBITMAP\n7FFFE0\n7FFFE0\nC91220\n891220\nD9B360\nFFFFE0\nFFFFE0\nFFFFE0\nE3F8E0\nE9F2E0\n0C0600\n080200\nENDCHAR\nSTARTCHAR F50F\nENCODING 62735\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 -1\nBITMAP\n400000\nE00000\nF00000\nF80000\nF80000\n7C0000\n7F8000\n3FC000\n1FE000\n0FF000\n0FF800\n07FC00\n03FE00\n01FF00\n00FF80\n007F80\n003F00\n001E00\n000C00\nENDCHAR\nSTARTCHAR F510\nENCODING 62736\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n078000\n07C000\n03C1C0\n03E7E0\nFCEFC0\n7EFFC0\n7FFF80\n3FFF00\n1FE000\n00E000\n00E000\n7EEF80\n3EFF80\n3FFF00\n1FFE00\n0FF800\n01E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F511\nENCODING 62737\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\n00E000\n01F000\n03F800\n07FC00\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n1FFF00\n0FFE00\n07FC00\nENDCHAR\nSTARTCHAR F512\nENCODING 62738\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n773BC0\nE73BC0\n000000\n000000\n9DCE60\nBDEE60\n9CCE60\n000000\n623180\nE73BC0\nF73BC0\n673180\n000000\n98CE60\nBDEE60\nBDEE60\n18C420\n000000\n673980\nENDCHAR\nSTARTCHAR F513\nENCODING 62739\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F514\nENCODING 62740\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nFFFCC0\nFFF840\nFFF840\nFFFCC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nCFFFC0\n87FFC0\n87FFC0\nCFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F515\nENCODING 62741\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nFFFCC0\nFFF840\nFFF840\nFFFCC0\nFFFFC0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nFFFFC0\nCFFFC0\n87FFC0\n87FFC0\nCFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F516\nENCODING 62742\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\n7FFF80\nENDCHAR\nSTARTCHAR F517\nENCODING 62743\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nFF3FC0\nFE1FC0\nFE1FC0\nFF3FC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\n7FFF80\nENDCHAR\nSTARTCHAR F518\nENCODING 62744\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\n7FFF80\nENDCHAR\nSTARTCHAR F519\nENCODING 62745\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCF3CC0\n861840\n861840\nCF3CC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\n7FFF80\nENDCHAR\nSTARTCHAR F51A\nENCODING 62746\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCF3CC0\n861840\n861840\nCF3CC0\nFFFFC0\nFFFFC0\nCFFCC0\n87F840\n87F840\nCFFCC0\nFFFFC0\nFFFFC0\nCF3CC0\n861840\n861840\nCF3CC0\n7FFF80\nENDCHAR\nSTARTCHAR F51B\nENCODING 62747\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nCF3CC0\n861840\n861840\nCF3CC0\nFFFFC0\nFFFFC0\nCF3CC0\n861840\n861840\nCF3CC0\nFFFFC0\nFFFFC0\nCF3CC0\n861840\n861840\nCF3CC0\n7FFF80\nENDCHAR\nSTARTCHAR F51C\nENCODING 62748\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n00E000\n01F000\n017000\n017000\n017000\n017000\n017000\n017000\n03F800\nFE0FE0\n820820\nFE0FE0\nFE0FE0\n03F800\n01F000\nENDCHAR\nSTARTCHAR F51D\nENCODING 62749\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1FFF00\n300180\n300180\n300180\n300180\n300180\n300180\n300180\n3FFF80\n3FFF80\n1FFF00\n017000\n03F800\nFE0FE0\n820820\nFE0FE0\nFE0FE0\nFE0FE0\n03F800\nENDCHAR\nSTARTCHAR F51E\nENCODING 62750\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n020000\n020E00\n021F00\n021F80\nFFFFE0\n020F80\n020180\nFFFFE0\n020180\n020180\n020180\nFFFFE0\n7E0180\n7E0180\nFFFFE0\n000180\n000000\n000000\nFFFFE0\nENDCHAR\nSTARTCHAR F51F\nENCODING 62751\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n03E000\n0FE800\n1FEC00\n3FEE00\n7FEF80\n7E0FE0\nFC0FC0\nF80F80\nF80F80\nF81F80\nF81F00\n7C3F00\n7FFF00\n3FFE00\n1FFC00\n0FF800\n03E000\nENDCHAR\nSTARTCHAR F520\nENCODING 62752\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7003C0\n7FF8C0\nFFFFE0\nF80FE0\nFBE3E0\nFFFFE0\nFFFFE0\nFC0FE0\nFFF7E0\n7FFFC0\n7C3FC0\n300F80\n000300\n03E200\n03F000\nENDCHAR\nSTARTCHAR F521\nENCODING 62753\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nC00060\n800020\n800020\n980020\n9FFF20\n9FFFE0\nFF03E0\nFF70E0\nE338E0\nE3BFE0\nC19FA0\nCFCC20\nFFE020\nFE0020\nE00020\n800020\nC00060\n7FFFC0\nENDCHAR\nSTARTCHAR F522\nENCODING 62754\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 14 19 2 0\nBITMAP\n0600\n3F00\n3F00\n1F00\n1F00\n0F00\n0F18\n071C\n433C\nF07C\nFC40\nFC00\nF860\nE278\n073C\n0F3C\n1F18\n1F10\n0600\nENDCHAR\nSTARTCHAR F523\nENCODING 62755\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 13 0 3\nBITMAP\nFE0000\n810FC0\n810000\n810780\n810CC0\n871860\nFF1020\n809FE0\n809000\n809020\n809840\nFF0FC0\nFE0300\nENDCHAR\nSTARTCHAR F524\nENCODING 62756\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FE3C0\nFFF1E0\nF7F9E0\nF3F9E0\nF1F9E0\nF079E0\nF239E0\nF319E0\nF389E0\nF249E0\nF239E0\nF319E0\nF389E0\nF3C1E0\nF3F1E0\nF3F9E0\nF3FDE0\nF1FFE0\n78FFC0\nENDCHAR\nSTARTCHAR F525\nENCODING 62757\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n3C0F00\n7E3F80\nE73980\nC320C0\n9D2E40\nBD2E40\n3D2E00\n3C0E00\n1C0E00\n080400\n080400\n080400\n080400\n080600\n0FFF80\n0000C0\n000020\n000020\n000020\nENDCHAR\nSTARTCHAR F526\nENCODING 62758\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n061800\nDE1C80\nFE1FC0\nFE1FC0\nFE1FC0\nFE1FC0\nDE1FC0\nC619C0\n8000C0\nC00080\n400180\n200100\n180600\n0E1800\n033000\n016000\n00C000\n00C000\n00C000\nENDCHAR\nSTARTCHAR F527\nENCODING 62759\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n03F000\n0FF800\n1F7C00\n1C3C00\n041C00\n003C00\n03FC00\n0FFC00\n1F1C00\n1C1C00\n3C1C00\n3C3E00\n1FFE00\n1FEDE0\n078020\n800020\n400320\n381C00\n07F000\nENDCHAR\nSTARTCHAR F528\nENCODING 62760\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n001000\n007000\n00F000\n00F000\n00F000\n00F000\n02F000\n1EF720\n3EF7E0\n78F3E0\nE0F1E0\nE0F3E0\nC0F000\nE0F000\nE0F000\n78F000\n3EF000\n1FE000\n07C000\nENDCHAR\nSTARTCHAR F529\nENCODING 62761\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 18 0 0\nBITMAP\n7FFF80\nFFFFC0\nFFFFC0\nFFFFC0\nF5FFC0\nF7FFC0\n850840\nB56A40\nB56A40\nB56A40\nB56A40\n850840\nFFEE40\nFF0840\nFFFFC0\nFFFFC0\nFFFFC0\n7FFF80\nENDCHAR\nSTARTCHAR F52A\nENCODING 62762\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 11 1 4\nBITMAP\n27FF00\n73FF00\nF80700\nFC0700\n700700\n700700\n700700\n701F80\n700F80\n7FE700\n7FF200\nENDCHAR\nSTARTCHAR F52B\nENCODING 62763\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n400040\nC00060\n800020\n800020\n800020\n800020\n800020\nC00060\n400040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F52C\nENCODING 62764\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E1E00\n180F00\n300F80\n6007C0\n4007C0\nC003E0\n8003E0\n8003E0\n8003E0\n8003E0\n8003E0\nC003E0\n4007C0\n6007C0\n300F80\n180F00\n0E1E00\n03F800\nENDCHAR\nSTARTCHAR F52D\nENCODING 62765\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E7E00\n187F00\n307F80\n607FC0\n407FC0\nC07FE0\n807FE0\n807FE0\n807FE0\n807FE0\n807FE0\nC07FE0\n407FC0\n607FC0\n307F80\n187F00\n0E7E00\n03F800\nENDCHAR\nSTARTCHAR F52E\nENCODING 62766\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0EFE00\n19FF00\n31FF80\n63FFC0\n43FFC0\nC7FFE0\n87FFE0\n87FFE0\n87FFE0\n87FFE0\n87FFE0\nC7FFE0\n43FFC0\n63FFC0\n31FF80\n19FF00\n0EFE00\n03F800\nENDCHAR\nSTARTCHAR F52F\nENCODING 62767\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F530\nENCODING 62768\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FEE00\n1FF300\n3FF180\n7FF8C0\n7FF840\nFFFC60\nFFFC20\nFFFC20\nFFFC20\nFFFC20\nFFFC20\nFFFC60\n7FF840\n7FF8C0\n3FF180\n1FF300\n0FEE00\n03F800\nENDCHAR\nSTARTCHAR F531\nENCODING 62769\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FCE00\n1FC300\n3FC180\n7FC0C0\n7FC040\nFFC060\nFFC020\nFFC020\nFFC020\nFFC020\nFFC020\nFFC060\n7FC040\n7FC0C0\n3FC180\n1FC300\n0FCE00\n03F800\nENDCHAR\nSTARTCHAR F532\nENCODING 62770\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0F0E00\n1E0300\n3E0180\n7C00C0\n7C0040\nF80060\nF80020\nF80020\nF80020\nF80020\nF80020\nF80060\n7C0040\n7C00C0\n3E0180\n1E0300\n0F0E00\n03F800\nENDCHAR\nSTARTCHAR F533\nENCODING 62771\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 11 0 4\nBITMAP\n03FFE0\n07FC60\n0FFE60\n0FFEC0\n0FFF80\n1FFF00\n3FFE00\n6FFE00\nCFFE00\nC7FC00\nFFF800\nENDCHAR\nSTARTCHAR F534\nENCODING 62772\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 11 19 4 1\nBITMAP\n0080\n0180\n0180\n0100\n0100\nFFE0\nFFE0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n7FC0\n3F80\n3F80\n3F80\n3F80\n3F80\nENDCHAR\nSTARTCHAR F535\nENCODING 62773\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n3C38\n667E\n4260\nC240\nCFE0\n6EE0\n3CE0\n08A0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\nENDCHAR\nSTARTCHAR F536\nENCODING 62774\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n080000\n080000\n7E0000\n3E0000\n080000\n180000\n3C0000\n7E0000\nFFFF80\nFFFFC0\nFFFFE0\nFF0000\nFFFFC0\nFFFFC0\nFFEB40\nFFEA40\nF7EBC0\nF7FFC0\nF7FFC0\nENDCHAR\nSTARTCHAR F537\nENCODING 62775\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n6000C0\n7001C0\nF803E0\nF803E0\nF0E1E0\n71F1C0\nFBFBE0\n77FDC0\n77FDC0\n77FDC0\n77FDC0\n77FDC0\nFFFFE0\nFFFFE0\nF5F5E0\nF5F5E0\nF5F5E0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F538\nENCODING 62776\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\nFFFFE0\nFFFFE0\nFFFFE0\nF0E1E0\nF0E1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n73F9C0\n70E1C0\n7803C0\n3E0F80\n1FFF00\n0FFE00\n07FC00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F539\nENCODING 62777\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\nFFFFE0\nFFFFE0\nFFFFE0\nF0E1E0\nF0E1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7C07C0\n7803C0\n79F3C0\n3FFF80\n1FFF00\n0FFE00\n07FC00\n03F800\n00E000\nENDCHAR\nSTARTCHAR F53A\nENCODING 62778\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0C0000\n0E0000\n330000\n598000\nECC000\n366000\n1B6000\n0DB000\n06B800\n035E00\n03A700\n01D980\n00EEC0\n007760\n001B20\n000D80\n000680\n000300\n000200\nENDCHAR\nSTARTCHAR F53B\nENCODING 62779\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FF00\n0FFFC0\n1FFFC0\n1FFFE0\n38C060\n38C060\n38C0E0\n3FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n3FC1E0\nFF9CE0\n003E00\n003600\n003600\n003E00\n001C00\nENDCHAR\nSTARTCHAR F53C\nENCODING 62780\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n0E0E00\n1FFF00\n3FFF80\n7FFFC0\nFFFFE0\n7FFFC0\n2FFE80\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\n0FFE00\nENDCHAR\nSTARTCHAR F53D\nENCODING 62781\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n100080\n3801C0\n7403E0\nFE07C0\n7F0F80\n3E9F00\n1FFE00\n0FFC00\n07F800\n03F800\n03FC00\n07FA00\n0FFF00\n1F3F80\n3E1F40\n5C0FE0\n6807C0\nF00380\nC00100\nENDCHAR\nSTARTCHAR F53E\nENCODING 62782\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n002000\n40F020\n3FFFE0\n3060C0\n2BFDC0\n266740\n2FFF40\n2B6D60\n6AFD20\n4A7520\nFFFFE0\n6AF520\n2BED60\n2FFD40\n266340\n2FFF40\n3860C0\n3F6FC0\n61F820\nENDCHAR\nSTARTCHAR F53F\nENCODING 62783\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n07FC00\n07FC00\n0FFE00\n1FFF00\nFFFFE0\nFFFFE0\nFFFFE0\n7803C0\n7803C0\n78C3C0\n78E3C0\n78F3C0\n78F3C0\n79BBC0\n7B9BC0\n7B1BC0\n7B13C0\n7FFFC0\nENDCHAR\nSTARTCHAR F540\nENCODING 62784\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 9 19 5 0\nBITMAP\nFF80\n8080\n8080\n8080\n8080\n8080\nFF80\nFF80\nFF80\nDF80\n8F80\nDC80\nFC80\nCF80\nCF80\nFF80\nFF80\nFF80\nFF80\nENDCHAR\nSTARTCHAR F541\nENCODING 62785\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000200\n000300\n000760\n0007E0\n00E600\n1DF400\n3FF800\n3EEC00\n1F9E00\n03DE00\n3FFE00\n7FEC00\n7DF800\n3BBC00\n67BC00\nF7BC00\nFF9800\nFB0000\n700000\nENDCHAR\nSTARTCHAR F542\nENCODING 62786\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 16 1 1\nBITMAP\n080800\n100400\n100400\n13E400\n1E3C00\n0C1800\n3FFE00\n8FF880\n0BE800\n09C800\n05D000\n03E000\n01C000\n01C000\n036000\n7C3F00\nENDCHAR\nSTARTCHAR F543\nENCODING 62787\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n060020\n3FC1E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFE660\nF920E0\nFBB1E0\nEFF0E0\nEFE460\nCFEEE0\nFFFFE0\nDFFFE0\n9FFFE0\nFFFFE0\n7FFFE0\nFFFFE0\nF07F80\n800C00\nENDCHAR\nSTARTCHAR F544\nENCODING 62788\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000C00\n000C00\n000000\n000000\n70EC00\n70EC00\n000000\n70EDC0\n70EDC0\n204C80\n000000\n76EDC0\n76EDC0\n000000\n66ECC0\n76EDC0\n664CC0\n000000\nFFFFE0\nENDCHAR\nSTARTCHAR F545\nENCODING 62789\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n008000\n01C000\n01C000\n034000\n026000\n062400\n043600\n0C9E00\n0DDF00\n1FEF00\n1FFF80\n3FFF80\n3FFF80\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F546\nENCODING 62790\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF00000\nF00000\nF00000\nF00000\nF00000\nF00000\nF3F800\nFFFF00\nFF1F80\nF803C0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\n7803C0\n3F1F80\n1FFF00\n03F800\nENDCHAR\nSTARTCHAR F547\nENCODING 62791\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0000E0\n001FE0\n037FE0\n7F7FE0\nFF7FE0\nFF7FE0\nFF7FE0\nFF7FE0\nFF7FE0\n000000\nFF7FE0\nFF7FE0\nFF7FE0\nFF7FE0\nFF7FE0\n7F7FE0\n037FE0\n001FE0\n0000E0\nENDCHAR\nSTARTCHAR F548\nENCODING 62792\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 19 1 0\nBITMAP\n007000\n03FE00\n1FFF80\nFF1F80\nF81F80\nF01F80\nF01F80\nF01F80\nF01F80\nF01F80\nF01F80\nF01F80\nF01F80\nF01F80\nE01F80\n801F80\n1FDF80\n03FE00\n007000\nENDCHAR\nSTARTCHAR F549\nENCODING 62793\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n0FFE00\n0FDF00\n0F9F00\n0E0700\n0EF700\n067F00\n370780\n37F380\n377B80\n378380\n33C780\n7BEFC0\n7BFFC0\n7BFFC0\n6380C0\n61B0C0\nE1B0E0\nE1B0E0\nC19060\nENDCHAR\nSTARTCHAR F54A\nENCODING 62794\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n03B800\n031800\n060C00\n060C00\n060C00\n1E0F00\n3FFF80\n39F380\n79F3C0\n79F3C0\n7FFFC0\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\n1FFF00\nENDCHAR\nSTARTCHAR F54B\nENCODING 62795\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n000100\n000120\n0001E0\n000380\n079E00\n1E7E00\n3CFE00\n3DFE00\n7DFD80\nFDFDC0\nFCFDC0\nFE7BE0\nFF07E0\nFFFFE0\n7FFFE0\n3FFF80\n07FC00\nENDCHAR\nSTARTCHAR F54C\nENCODING 62796\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 15 19 2 0\nBITMAP\n00E0\n07E0\n0CE0\n08C0\n0800\nFFFE\n7FFC\n7FFC\n3FF8\n3FF8\n3FF8\n3FF8\n3FF8\n1FF0\n1FF0\n3FF8\n3FF8\n3FF8\n3FF8\nENDCHAR\nSTARTCHAR F54D\nENCODING 62797\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07E000\n0FF800\n3E3C00\n380E00\n77E700\nE7F300\nE7F300\nC7F380\nC7F380\nC7E380\nE3E300\n63E700\n7FFE00\n3FFE00\n1FFF00\n0FF380\n01C1C0\n0000E0\n000060\nENDCHAR\nSTARTCHAR F54E\nENCODING 62798\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 -1\nBITMAP\n1E0000\n7F0000\n7FA000\nFFF000\nFFD800\nFF8C00\nFF0600\n7E0200\n3C0400\n180C00\n301E00\n183F00\n0C7F00\n06FF80\n033FC0\n001FC0\n0007E0\n0003C0\n000080\nENDCHAR\nSTARTCHAR F54F\nENCODING 62799\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n07FC00\n0DF600\n38E380\nF9F3E0\n8DF620\n83F820\n80E020\n80E020\n80E020\n80E020\n81F020\n81F020\n81F020\n81F020\n81F020\n83F820\n83F820\nC3F860\n7FFFC0\nENDCHAR\nSTARTCHAR F550\nENCODING 62800\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F0000\n738000\nE1C000\nC1E000\nC1F000\nE1F800\n73FC00\n07FE00\n07FF00\n07FF80\n07FFC0\n03FFE0\n01FFE0\n00FFC0\n007F80\n003F00\n001E00\n000C00\nENDCHAR\nSTARTCHAR F551\nENCODING 62801\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFF8000\nF3C000\nE1E000\nC1F000\nC1F800\nE3FC00\nFFFE00\n7FFF00\n3FFF80\n1FFFC0\n03FFE0\n1BFFE0\n38FFC0\nFEFF80\nFEFF00\n7C7E00\n383C00\n181800\nENDCHAR\nSTARTCHAR F552\nENCODING 62802\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nFF0000\nFF8000\nF7C000\nE1E000\nC1F000\nC1F800\nE3FC00\nFFFE00\n7FFF00\n3FFF80\n1FFFC0\n0FFFE0\n07FFE0\n00FFC0\nFEFF80\nFEFF00\n7C7E00\n003C00\n001800\nENDCHAR\nSTARTCHAR F553\nENCODING 62803\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n180300\n3C0780\n3C0780\n000000\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFDE0\nC3F860\nFFFDE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F554\nENCODING 62804\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\nF633C0\nB21340\nB21240\nB213C0\nE73BC0\n000000\nC73380\n451180\n451D80\n453F80\nE741C0\n00C180\nF6C180\nB2C100\nB24100\nF73F80\nE719C0\n0000E0\n000040\nENDCHAR\nSTARTCHAR F555\nENCODING 62805\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1C0000\n3F0000\n370000\n778000\nFF8000\nFF8000\nEFFF00\n07FFC0\n07FFE0\n07FFA0\n07FF20\n050A20\n050A20\n050A00\nFFFFE0\nF7FDE0\n73F9C0\n120900\n1C0700\nENDCHAR\nSTARTCHAR F556\nENCODING 62806\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n01F000\n03F800\n077C00\n067C00\n077C00\n07FC00\n07FC00\n03F800\n03F800\n031800\n071C00\n3E0F80\n6719C0\nC719E0\nFF1FE0\nFF1FE0\nFF1FE0\n7E0FC0\n3C0780\nENDCHAR\nSTARTCHAR F557\nENCODING 62807\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 8 0 5\nBITMAP\nFFFFE0\n800020\n800020\n804020\n81F020\n811020\nC11060\n7E0FC0\nENDCHAR\nSTARTCHAR F558\nENCODING 62808\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n00E000\n00E000\n21F080\n37FD80\n7FFFC0\n3FFF80\n1FFF00\n1FFF00\n1FFF00\n0FFE00\n1FFF00\n1FFF00\n1FFF00\n3FFF80\n7FFFC0\nFFFFE0\n7FFFC0\n20E080\n00E000\nENDCHAR\nSTARTCHAR F559\nENCODING 62809\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 17 0 1\nBITMAP\n380380\n6CE6C0\n87FC20\n8FFE20\nDFFF60\n7FFFC0\n39F380\n79F3C0\n7FFFC0\n7FFFC0\n7C07C0\n39F380\n39F380\n180300\n0C0600\n071C00\n01F000\nENDCHAR\nSTARTCHAR F55A\nENCODING 62810\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n003800\n003E00\n003F80\n003FC0\nC03FE0\n601FE0\n3FFFC0\n1FFFC0\n1FFF80\n0E1800\n023000\n016000\n00C000\n01C000\n0F6380\n163EC0\n321C40\n1206C0\n1C0380\nENDCHAR\nSTARTCHAR F55B\nENCODING 62811\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7CFFC0\nFC7FE0\nFC1FE0\nFC07E0\nFC03E0\nFC07E0\nFC1FE0\nFC7FE0\n7CFFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F55C\nENCODING 62812\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7803C0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\n7803C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F55D\nENCODING 62813\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n78E3C0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\nF8E3E0\n78E3C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F55E\nENCODING 62814\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7E0FC0\nFC07E0\nF803E0\nF803E0\nF803E0\nF803E0\nF803E0\nFC07E0\n7E0FC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F55F\nENCODING 62815\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7BEFC0\nF9E7E0\nF8E3E0\nF861E0\nF861E0\nF861E0\nF8E3E0\nF9E7E0\n7BEFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F560\nENCODING 62816\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7EFBC0\nFCF3E0\nF8E3E0\nF0C3E0\nF0C3E0\nF0C3E0\nF8E3E0\nFCF3E0\n7EFBC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F561\nENCODING 62817\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n78EFC0\nF8E7E0\nF8E3E0\nF8E1E0\nF8E1E0\nF8E1E0\nF8E3E0\nF8E7E0\n78EFC0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F562\nENCODING 62818\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1FFF00\n3FFF80\n7FFFC0\n7EE3C0\nFCE3E0\nF8E3E0\nF0E3E0\nF0E3E0\nF0E3E0\nF8E3E0\nFCE3E0\n7EE3C0\n7FFFC0\n3FFF80\n1FFF00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F563\nENCODING 62819\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n430040\nC38060\n83E020\n83F820\n83FC20\n83F820\n83E020\nC38060\n430040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F564\nENCODING 62820\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n47FC40\nC7FC60\n87FC20\n87FC20\n87FC20\n87FC20\n87FC20\nC7FC60\n47FC40\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F565\nENCODING 62821\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n471C40\nC71C60\n871C20\n871C20\n871C20\n871C20\n871C20\nC71C60\n471C40\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F566\nENCODING 62822\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n41F040\nC3F860\n87FC20\n87FC20\n87FC20\n87FC20\n87FC20\nC3F860\n41F040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F567\nENCODING 62823\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n441040\nC61860\n871C20\n879E20\n879E20\n879E20\n871C20\nC61860\n441040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F568\nENCODING 62824\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n410440\nC30C60\n871C20\n8F3C20\n8F7C20\n8F3C20\n871C20\nC30C60\n410440\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F569\nENCODING 62825\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n471040\nC71860\n871C20\n871E20\n871E20\n871E20\n871C20\nC71860\n471040\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F56A\nENCODING 62826\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0E0E00\n180300\n300180\n6000C0\n411C40\nC31C60\n871C20\n8F1C20\n8F1C20\n8F1C20\n871C20\nC31C60\n411C40\n6000C0\n300180\n180300\n0E0E00\n03F800\nENDCHAR\nSTARTCHAR F56B\nENCODING 62827\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n180000\n3C0000\n7E0000\nFF0000\nF7E000\n7F3000\n3E1800\n1D0C00\n088400\n080C00\n041E00\n023F00\n017780\n00FFC0\n003DE0\n001FE0\n000FC0\n000780\n000300\nENDCHAR\nSTARTCHAR F56C\nENCODING 62828\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n000C00\n003C00\n007C00\n00FC00\n01FE00\n03CFE0\n03CFE0\n07FFC0\n07FFC0\n07FF80\n07FF00\n87FE00\n87FC00\nFFF000\n7C0000\n0C0000\n0C0000\n0C0000\n070000\nENDCHAR\nSTARTCHAR F56D\nENCODING 62829\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 8 19 5 0\nBITMAP\n3C\n7C\n7E\n7E\n7C\n38\nFE\nFF\nFF\nFF\nFE\n7E\n7E\n7E\n3C\n3C\n3C\n3C\n3C\nENDCHAR\nSTARTCHAR F56E\nENCODING 62830\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 8 19 5 0\nBITMAP\n3C\n7C\n7E\n7E\n7E\nFF\n18\nFF\nFF\n7E\n3C\n3C\n7C\n7E\nFF\nFF\n3C\n3C\n3C\nENDCHAR\nSTARTCHAR F56F\nENCODING 62831\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 1\nBITMAP\n0E0E00\n3F1F80\n7F1FC0\n7FBFE0\nFFBFE0\nFFBFE0\nFFFFE0\n3FFFC0\n07FF00\n1FFF00\n7FFFC0\nFFFFE0\nFF5FE0\nFE5FE0\n7E4FC0\n7CE780\n18E200\n00E000\n004000\nENDCHAR\nSTARTCHAR F570\nENCODING 62832\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n1E0000\n7F0000\n7F8000\nFF8000\nFF8FC0\nFFDFC0\nFFCFC0\n7FEFC0\n3FEF80\n07DF80\n019FC0\n047EE0\n0FFEE0\n0FFC60\n0FF860\n0FE0E0\n0FF9C0\n0F3F80\n001F00\nENDCHAR\nSTARTCHAR F571\nENCODING 62833\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFF1FE0\nFF1FE0\nFF1FE0\nF803E0\nF803E0\nF803E0\nFF1FE0\nFF1FE0\nFF1FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F572\nENCODING 62834\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nF803E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F573\nENCODING 62835\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF9F3E0\nF8E3E0\nFC47E0\nFE0FE0\nFF1FE0\nFE0FE0\nFC47E0\nF8E3E0\nF9F3E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F574\nENCODING 62836\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFF1FE0\nFF1FE0\nFFFFE0\nF803E0\nF803E0\nF803E0\nFFFFE0\nFF1FE0\nFF1FE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F575\nENCODING 62837\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF803E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F576\nENCODING 62838\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n078400\n05C400\n07CE00\n07CE00\n06DF80\nFFDF80\nB6F780\nFFDD80\nBFF780\nBFD7C0\nFFDFE0\nF6FFA0\nFFFDE0\nBDFFA0\nFFD7E0\nFDFDA0\nFDFDA0\nFFFFE0\nFFFFE0\nENDCHAR\nSTARTCHAR F577\nENCODING 62839\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 15 0 2\nBITMAP\n3FFF80\nFFFFE0\nFFFFE0\n8CE0E0\n8CE060\n8CE620\n80E620\n80E620\n80E620\n8CE620\n8CE060\n8CE0E0\nFFFFE0\nFFFFE0\n3FFF80\nENDCHAR\nSTARTCHAR F578\nENCODING 62840\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n00E000\n00E000\n00E000\n04E400\n06EC00\n7FFFC0\nFFFFE0\n7FFFC0\n06EC00\n04E400\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F579\nENCODING 62841\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n004000\n00E000\n00E000\n00E000\n00E000\n00E000\n10E100\n30E180\n7FFFC0\nFFFFE0\n7FFFC0\n30E180\n10E100\n00E000\n00E000\n00E000\n00E000\n00E000\n004000\nENDCHAR\nSTARTCHAR F57A\nENCODING 62842\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n03F800\n0FFE00\n1F1F00\n3C0780\n7003C0\n7005C0\nE00EE0\nE012E0\nC06A60\nC0EA60\nC24A60\nE336E0\nE4F6E0\n770DC0\n73F9C0\n3C0780\n1F1F00\n0FFE00\n03F800\nENDCHAR\nSTARTCHAR F57B\nENCODING 62843\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 18 19 0 0\nBITMAP\n00C000\n03F000\n0FFC00\n3F7E00\nFF7F80\nFF7FC0\nFF7FC0\nFF7FC0\nFF7FC0\nFF3FC0\nFCCFC0\nF3F3C0\nCFFDC0\nFFFFC0\nFFFF80\n3FFE00\n0FFC00\n03F000\n00C000\nENDCHAR\nSTARTCHAR F57C\nENCODING 62844\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nE1F0E0\nC0E060\n80E020\n80E020\n80E020\nC0E060\nE1F0E0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F57D\nENCODING 62845\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n739CC0\nB9CE60\nDCE720\nEE7380\n7739C0\n3B9CE0\n9DCE60\nCEE720\nE77380\n73B9C0\n39DCE0\n9CEE60\nCE7720\nE73B80\n739DC0\n39CEE0\n9CE760\nCE73A0\n6739C0\nENDCHAR\nSTARTCHAR F57E\nENCODING 62846\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 16 19 2 0\nBITMAP\nFFFF\nFE3F\nF81F\nF81F\nFFFF\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3F7E\n3FFE\nENDCHAR\nSTARTCHAR F57F\nENCODING 62847\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 16 0 1\nBITMAP\n008000\n018000\n008FE0\n001820\n01B020\n01E3C0\n01C600\n018C00\n031800\n063000\n0C6000\n78C000\nC18000\n830000\nC60000\n7C0000\nENDCHAR\nSTARTCHAR F580\nENCODING 62848\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n7FFFC0\nBFFFA0\nC00060\nC00060\nC1F060\nC3F860\nC3F860\nC3F860\nC3F860\nC1F060\nC1F060\nC1F060\nC7FC60\nCFFE60\nCFFE60\nC00060\nC00060\nBFFFA0\n7FFFC0\nENDCHAR\nSTARTCHAR F581\nENCODING 62849\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 19 0 0\nBITMAP\n700000\nF80000\nFC0000\nFF0000\n7F8000\n3FC000\n1E0000\n1C1000\n0C1800\n043C00\n007E00\n01FF00\n00FF00\n007F80\n003FC0\n001FE0\n0007E0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F582\nENCODING 62850\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 19 18 0 0\nBITMAP\n040400\n0E0E00\n3F1F80\nFFBFE0\n7FFFC0\n3F1F80\n1E0F00\n180300\n3C0780\n7E0FC0\nFFBFE0\n7FFFC0\n1FFF00\n0FFE00\n0FFE00\n07FC00\n01F000\n004000\nENDCHAR\nSTARTCHAR F583\nENCODING 62851\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 17 15 1 3\nBITMAP\n0C0000\n070000\n078000\n078300\n03C780\n03DF80\n03FC00\n01FC00\n03FC00\n03F800\n03F800\n47F000\nFFE000\nFF0000\n100000\nENDCHAR\nSTARTCHAR F584\nENCODING 62852\nSWIDTH 977 0\nDWIDTH 19 0\nBBX 13 19 4 0\nBITMAP\n3300\n3700\nFF00\nFFC0\nFFE0\n3060\n3060\n3060\n3FE0\n3FE0\n3FF0\n3038\n3038\n3038\nFFF0\nFFE0\nFFC0\n3700\n3300\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "fonts/bdf/webhostinghub-glyphs.24.bdf",
    "content": "STARTFONT 2.1\nCOMMENT\nCOMMENT Converted from OpenType font \"c:\\Users\\martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\webhostinghub-glyphs.ttf\" by \"otf2bdf.exe 3.0\".\nCOMMENT\nFONT -FreeType-WebHostingHub Glyphs-Medium-R-Normal--33-240-100-100-P-318-ISO10646-1\nSIZE 24 100 100\nFONTBOUNDINGBOX 34 35 0 -1\nSTARTPROPERTIES 19\nFOUNDRY \"FreeType\"\nFAMILY_NAME \"WebHostingHub Glyphs\"\nWEIGHT_NAME \"Medium\"\nSLANT \"R\"\nSETWIDTH_NAME \"Normal\"\nADD_STYLE_NAME \"\"\nPIXEL_SIZE 33\nPOINT_SIZE 240\nRESOLUTION_X 100\nRESOLUTION_Y 100\nSPACING \"P\"\nAVERAGE_WIDTH 318\nCHARSET_REGISTRY \"ISO10646\"\nCHARSET_ENCODING \"1\"\nFONT_ASCENT 35\nFONT_DESCENT 0\nCOPYRIGHT \"WebHostingHub Glyphs - author WebHostingHub.com - http://webhostinghub.com/glyphs/\"\n_OTF_FONTFILE \"c:\\Users\\martin\\Dropbox\\Code\\EEZ\\psu-firmware\\tools\\font_tools\\fonts\\ttf\\webhostinghub-glyphs.ttf\"\n_OTF_PSNAME \"WebHostingHub-Glyphs\"\nENDPROPERTIES\nCHARS 1508\nSTARTCHAR 0024\nENCODING 36\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n001C0000\n007F0000\n07FFE000\n0FFFF800\n3FFFFE00\n7FC1FE00\n7E003F00\nF8000F80\nF0000780\nF0000780\nF8000780\n7C000000\n7E000000\n3FF80000\n1FFFE000\n0FFFF800\n03FFFC00\n000FFE00\n00003F00\n00001F00\n70000F80\nF0000780\nF0000780\nF8000F80\n7E003F00\n7FC1FE00\n3FFFFE00\n0FFFF800\n07FFF000\n007F0000\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR 0025\nENCODING 37\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F8003F800\n3FC007F800\n7FE00FF000\n7FF01FF000\nF9F01FE000\nF0F03FE000\nF0F03FC000\nF8F07FC000\nFFF07F8000\n7FE0FF8000\n3FE0FF0000\n1F81FE0000\n0003FE0000\n0003FC0000\n0007FC0000\n0007F80000\n000FF80000\n000FF00000\n001FF00000\n001FE00000\n003FE00000\n003FC0FC00\n007F83FE00\n00FF83FF00\n00FF07FF80\n01FF078F80\n01FE078780\n03FE078780\n03FC07CF80\n07FC07FF00\n07F803FF00\n0FF001FE00\n0FE000F800\nENDCHAR\nSTARTCHAR 002A\nENCODING 42\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n001FFC0000\n001FFE0000\n001FFE0000\n001FFE0000\n001FFE0000\n001FFC0000\n0C1FFC0C00\n1F1FFC3E00\n1FCFFCFE00\n3FFFFFFE00\n3FFFFFFF00\n3FFFFFFF00\n7FFFFFFF00\n7FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n01FFFFC000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFF7FFC00\n1FFF3FFC00\n0FFE3FFC00\n07FE1FF000\n03FC1FE000\n00FC0FC000\n00780F8000\n0038060000\nENDCHAR\nSTARTCHAR 002B\nENCODING 43\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR 0030\nENCODING 48\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n7E000F00\nFF000F80\nFF000780\nFF800780\nF7C00780\nF3E00780\nF3E00780\nF1F00780\nF0F80780\nF07C0780\nF07C0780\nF03E0780\nF01F0780\nF01F0780\nF00F8780\nF007C780\nF003E780\nF003E780\nF001F780\nF000FF80\nF0007F80\nF8007F80\n78003F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0031\nENCODING 49\nSWIDTH 750 0\nDWIDTH 25 0\nBBX 17 33 4 0\nBITMAP\n780000\nFE0000\nFF0000\n7F8000\n0F8000\n07C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n03C000\n7FFF00\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR 0032\nENCODING 50\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\n70000780\n00000780\n00000780\n00000780\n00000780\n00000F80\n00001F00\n00007F00\n0FFFFE00\n1FFFFC00\n3FFFF800\n7FFFC000\n7C000000\nF8000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 0033\nENCODING 51\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\n70000780\n00000780\n00000780\n00000F80\n00001F00\n0003FF00\n0007FE00\n000FFC00\n0007FE00\n0003FF00\n00001F00\n00000F80\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0034\nENCODING 52\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000700\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n7C001F80\n7F007F80\n3FFFFF80\n1FFFFF80\n0FFFFF80\n01FFC780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000700\nENDCHAR\nSTARTCHAR 0035\nENCODING 53\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF00\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFC000\nFFFFF800\n7FFFFC00\n3FFFFE00\n0FFFFF00\n00001F00\n00000F80\n00000780\n00000780\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0036\nENCODING 54\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF1FFC000\nFFFFF800\nFFFFFC00\nFFFFFE00\nFF007F00\nFC001F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0037\nENCODING 55\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\n7FFFFE00\n00003F00\n00000F00\n00000F80\n00000780\n00000780\n00000780\n00000F80\n00000F00\n00000F00\n00001F00\n00001E00\n00003E00\n00003C00\n00007C00\n00007800\n0000F800\n0000F000\n0001E000\n0001E000\n0003C000\n0003C000\n00078000\n00078000\n000F0000\n000F0000\n001E0000\n001E0000\n003C0000\n001C0000\nENDCHAR\nSTARTCHAR 0038\nENCODING 56\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n7C001F00\n7FFFFF00\n3FFFFE00\n1FFFFC00\n3FFFFE00\n7FFFFF00\n7C001F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0039\nENCODING 57\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n7C001F80\n7F007F80\n3FFFFF80\n1FFFFF80\n0FFFFF80\n01FFC780\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0040\nENCODING 64\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E01C03E00\n3C0FF81E00\n7C1FFF1F00\n783FFF8F00\nF87F7F8F00\nF07C1F8F80\nF0F80F8780\nF0F00F8780\nF0F0078780\nF0F00F8780\nF0F80F8780\nF07C1F8F80\nF87F7F8F80\n783FFFFF00\n7C1FFFFF00\n3C0FFBFF00\n3E03C1FC00\n1F00000000\n1F80000000\n0FE0000000\n07FC000000\n03FFFF0000\n00FFFF8000\n003FFF8000\n0007FF0000\nENDCHAR\nSTARTCHAR 0041\nENCODING 65\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0042\nENCODING 66\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF8003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0000F00\nF0003F00\nFFFFFE00\nFFFFFE00\nFFFFF800\n7FFFE000\nENDCHAR\nSTARTCHAR 0043\nENCODING 67\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000700\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0044\nENCODING 68\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF8003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0000F00\nF0003F00\nFFFFFE00\nFFFFFE00\nFFFFF800\n7FFFE000\nENDCHAR\nSTARTCHAR 0045\nENCODING 69\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF00\nF8000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFE000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 0046\nENCODING 70\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF00\nF8000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFE000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\n70000000\nENDCHAR\nSTARTCHAR 0047\nENCODING 71\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF001FE00\nF007FF80\nF00FFF80\nF007FF80\nF003FF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0048\nENCODING 72\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000300\nENDCHAR\nSTARTCHAR 0049\nENCODING 73\nSWIDTH 630 0\nDWIDTH 21 0\nBBX 12 33 4 0\nBITMAP\n7FF0\nFFF0\nFFF0\n7FF0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n7FF0\nFFF0\nFFF0\n7FF0\nENDCHAR\nSTARTCHAR 004A\nENCODING 74\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00000300\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 004B\nENCODING 75\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 004C\nENCODING 76\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 004D\nENCODING 77\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000700\nF0000780\nF8000F80\nFC001F80\nFC001F80\nFE003F80\nFF007F80\nFF807F80\nFF80FF80\nF7C1F780\nF3E3E780\nF3F3E780\nF1F7C780\nF0FF8780\nF07F0780\nF07F0780\nF03E0780\nF01C0780\nF0080780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 004E\nENCODING 78\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000300\nF0000780\nF8000780\nFC000780\nFC000780\nFE000780\nFF000780\nFF800780\nFF800780\nF7C00780\nF7E00780\nF3F00780\nF1F00780\nF0F80780\nF0FC0780\nF07C0780\nF03E0780\nF03F0780\nF01F8780\nF00F8780\nF007C780\nF007E780\nF003F780\nF001F780\nF000FF80\nF000FF80\nF0007F80\nF0003F80\nF0001F80\nF0001F80\nF0000F80\nF0000780\n70000300\nENDCHAR\nSTARTCHAR 004F\nENCODING 79\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0050\nENCODING 80\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF0003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nF0007F00\nFFFFFE00\nFFFFFC00\nFFFFF800\nFFFFC000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\n70000000\nENDCHAR\nSTARTCHAR 0051\nENCODING 81\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0070780\nF00F8780\nF007C780\nF003E780\nF001F780\nF800FF80\n78007F00\n7E003F00\n3FFFFF00\n3FFFFF80\n0FFFFF80\n03FFE300\nENDCHAR\nSTARTCHAR 0052\nENCODING 82\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF0003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nF0007F00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0053\nENCODING 83\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF8000000\n7C000000\n7FFF8000\n3FFFF800\n1FFFFC00\n0FFFFE00\n00FFFF00\n00001F00\n00000F80\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0054\nENCODING 84\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR 0055\nENCODING 85\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0056\nENCODING 86\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\nFC001F80\n7E003F00\n3F007E00\n1F80FC00\n0FC1F800\n07E3F000\n03F7E000\n01FFC000\n00FF8000\n007F0000\n003E0000\n001C0000\nENDCHAR\nSTARTCHAR 0057\nENCODING 87\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n701C0300\nF01C0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF83E0F80\n783E0F00\n7E3E3F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0058\nENCODING 88\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000700\nF0000780\nF8000F80\n7C001F00\n7E001F00\n3E003E00\n1F007C00\n1F80F800\n0F80F800\n07C1F000\n03E3E000\n03F3C000\n01F7C000\n00FF8000\n007F0000\n007F0000\n003E0000\n007F0000\n007F0000\n00FF8000\n01F7C000\n01E7E000\n03E3E000\n07C1F000\n0F80F800\n0F80FC00\n1F007C00\n3E003E00\n7C001F00\n7C001F00\nF8000F80\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0059\nENCODING 89\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000700\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n7C001F80\n7F007F80\n3FFFFF80\n1FFFFF80\n0FFFFF80\n01FFC780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000F80\n00000F00\n00003F00\n07FFFE00\n0FFFFE00\n0FFFF800\n07FFE000\nENDCHAR\nSTARTCHAR 005A\nENCODING 90\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n00001F00\n00003E00\n00007C00\n00007800\n0000F800\n0001F000\n0001E000\n0003C000\n0007C000\n000F8000\n000F0000\n001F0000\n003E0000\n007C0000\n00780000\n00F80000\n01F00000\n01E00000\n03C00000\n07C00000\n0F800000\n0F000000\n1F000000\n3E000000\n7C000000\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 0061\nENCODING 97\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0062\nENCODING 98\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF8003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0000F00\nF0003F00\nFFFFFE00\nFFFFFE00\nFFFFF800\n7FFFE000\nENDCHAR\nSTARTCHAR 0063\nENCODING 99\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000700\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0064\nENCODING 100\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF8003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0000F00\nF0003F00\nFFFFFE00\nFFFFFE00\nFFFFF800\n7FFFE000\nENDCHAR\nSTARTCHAR 0065\nENCODING 101\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF00\nF8000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFE000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 0066\nENCODING 102\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF00\nF8000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFF800\nFFFFE000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\n70000000\nENDCHAR\nSTARTCHAR 0067\nENCODING 103\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF001FE00\nF007FF80\nF00FFF80\nF007FF80\nF003FF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0068\nENCODING 104\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000300\nENDCHAR\nSTARTCHAR 0069\nENCODING 105\nSWIDTH 630 0\nDWIDTH 21 0\nBBX 12 33 4 0\nBITMAP\n7FF0\nFFF0\nFFF0\n7FF0\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n0F00\n7FF0\nFFF0\nFFF0\n7FF0\nENDCHAR\nSTARTCHAR 006A\nENCODING 106\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00000300\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 006B\nENCODING 107\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 006C\nENCODING 108\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nFFFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 006D\nENCODING 109\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000700\nF0000780\nF8000F80\nFC001F80\nFC001F80\nFE003F80\nFF007F80\nFF807F80\nFF80FF80\nF7C1F780\nF3E3E780\nF3F3E780\nF1F7C780\nF0FF8780\nF07F0780\nF07F0780\nF03E0780\nF01C0780\nF0080780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 006E\nENCODING 110\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000300\nF0000780\nF8000780\nFC000780\nFC000780\nFE000780\nFF000780\nFF800780\nFF800780\nF7C00780\nF7E00780\nF3F00780\nF1F00780\nF0F80780\nF0FC0780\nF07C0780\nF03E0780\nF03F0780\nF01F8780\nF00F8780\nF007C780\nF007E780\nF003F780\nF001F780\nF000FF80\nF000FF80\nF0007F80\nF0003F80\nF0001F80\nF0001F80\nF0000F80\nF0000780\n70000300\nENDCHAR\nSTARTCHAR 006F\nENCODING 111\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0070\nENCODING 112\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF0003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nF0007F00\nFFFFFE00\nFFFFFC00\nFFFFF800\nFFFFC000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\nF0000000\n70000000\nENDCHAR\nSTARTCHAR 0071\nENCODING 113\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0070780\nF00F8780\nF007C780\nF003E780\nF001F780\nF800FF80\n78007F00\n7E003F00\n3FFFFF00\n3FFFFF80\n0FFFFF80\n03FFE300\nENDCHAR\nSTARTCHAR 0072\nENCODING 114\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nF0003F00\nF0000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\nF0001F00\nF0007F00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nF0001F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0073\nENCODING 115\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n0FFFF800\n3FFFFE00\n3FFFFE00\n7E003F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000700\nF0000000\nF0000000\nF8000000\n7C000000\n7FFF8000\n3FFFF800\n1FFFFC00\n0FFFFE00\n00FFFF00\n00001F00\n00000F80\n00000780\n00000780\n70000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0074\nENCODING 116\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR 0075\nENCODING 117\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7E003F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0076\nENCODING 118\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000300\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\nFC001F80\n7E003F00\n3F007E00\n1F80FC00\n0FC1F800\n07E3F000\n03F7E000\n01FFC000\n00FF8000\n007F0000\n003E0000\n001C0000\nENDCHAR\nSTARTCHAR 0077\nENCODING 119\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n701C0300\nF01C0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF03E0780\nF83E0F80\n783E0F00\n7E3E3F00\n3FFFFE00\n3FFFFE00\n0FFFF800\n03FFE000\nENDCHAR\nSTARTCHAR 0078\nENCODING 120\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n70000700\nF0000780\nF8000F80\n7C001F00\n7E001F00\n3E003E00\n1F007C00\n1F80F800\n0F80F800\n07C1F000\n03E3E000\n03F3C000\n01F7C000\n00FF8000\n007F0000\n007F0000\n003E0000\n007F0000\n007F0000\n00FF8000\n01F7C000\n01E7E000\n03E3E000\n07C1F000\n0F80F800\n0F80FC00\n1F007C00\n3E003E00\n7C001F00\n7C001F00\nF8000F80\nF0000780\n70000700\nENDCHAR\nSTARTCHAR 0079\nENCODING 121\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000700\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n7C001F80\n7F007F80\n3FFFFF80\n1FFFFF80\n0FFFFF80\n01FFC780\n00000780\n00000780\n00000780\n00000780\n00000780\n00000F80\n00000F00\n00003F00\n07FFFE00\n0FFFFE00\n0FFFF800\n07FFE000\nENDCHAR\nSTARTCHAR 007A\nENCODING 122\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n00001F00\n00003E00\n00007C00\n00007800\n0000F800\n0001F000\n0001E000\n0003C000\n0007C000\n000F8000\n000F0000\n001F0000\n003E0000\n007C0000\n00780000\n00F80000\n01F00000\n01E00000\n03C00000\n07C00000\n0F800000\n0F000000\n1F000000\n3E000000\n7C000000\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR 00A5\nENCODING 165\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n60000300\nF0000780\nF8000F80\n7C001F00\n3E003E00\n1F007C00\n0FC0F800\n07E1F000\n03F3E000\n01FFC000\n00FF8000\n007F0000\n003E0000\n003E0000\n003E0000\n003E0000\n003FE000\n07FFF000\n0FFFF800\n0FFFF800\n03FFE000\n003E0000\n003E0000\n07FFF000\n0FFFF800\n0FFFF800\n07FFF000\n003E0000\n003E0000\n003E0000\n003E0000\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR 00A9\nENCODING 169\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E01C03E00\n3C0FF81E00\n7C1FFC1F00\n783FFE0F00\nF87F7E0F80\nF07C1F0F80\nF0F80E0780\nF0F0000780\nF0F0000780\nF0F0000780\nF0F80E0780\nF07C1F0F80\nF87F7E0F80\n783FFE0F00\n7C1FFC1F00\n7C0FF81E00\n3E03C03E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR 00B6\nENCODING 182\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFFFFF00\n07FFFFFF80\n0FFFFFFF80\n1FFFFFFF00\n3FFF807800\n7FFF807800\n7FFF807800\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF807800\n7FFF807800\n7FFF807800\n3FFF807800\n1FFF807800\n0FFF807800\n03FF807800\n007F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F807800\n000F007800\n0007003000\nENDCHAR\nSTARTCHAR 00D7\nENCODING 215\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0C00003800\n1F00007C00\n3F8000FE00\n7FC001FF00\nFFE003FF80\nFFF007FF80\nFFF80FFF80\n7FFC1FFF00\n3FFE3FFE00\n1FFF7FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n003FFF0000\n007FFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFF7FFC00\n3FFE3FFE00\n7FFC1FFF00\nFFF80FFF80\nFFF007FF80\nFFE003FF80\n7FC001FF00\n3F8000FE00\n1F00007C00\n0E00003800\nENDCHAR\nSTARTCHAR 00F7\nENCODING 247\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\n0000000000\n0000000000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n0000000000\n0000000000\n0007F00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR 01C0\nENCODING 448\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000018000\n0000030000\n0000070400\n0000060C00\n0000060800\n0000061800\n0000061800\n0000061800\n0000061800\n0000061800\n0000071800\n0000031800\n0000010C00\n0000018C00\n0000000000\n0000000000\n7000007E00\nFFF001FF80\n7FF801FF80\n01FC01FF80\n007E01FF80\n003F01FF80\n001F81FF80\n000FC1FF80\n0007F3FF80\n0003FFFF80\n0001FFFF80\n0000FFFF80\n0000FFFF00\n00007FFF00\n00001FFE00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR 02DA\nENCODING 730\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n007FF000\n007FF000\n003FE000\n001FC000\n00FFF800\n01FFFC00\n07FFFF00\n0FF8FF80\n1FC01FC0\n3F0007C0\n3E0003E0\n7C0001F0\n7C0001F0\n780000F0\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF80000F8\n780000F0\n780000F0\n7C0001F0\n3E0003E0\n3F0007E0\n1F800FC0\n0FF07F80\n07FFFF00\n03FFFE00\n00FFF800\n001FC000\nENDCHAR\nSTARTCHAR 2020\nENCODING 8224\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 32 0 1\nBITMAP\n8000000000\n4000000000\n6000000000\n7800000000\n3C00000000\n3E00000000\n1F80000000\n1FF0000000\n0FF8000000\n0FFC000000\n07FE000000\n03FF000000\n03FF800000\n01FFC00000\n00FFE00000\n007FF00000\n001FFC0000\n000FFC0000\n0007FE0000\n0003FF0000\n0001FF8000\n0001DFC000\n00018FE000\n000107F000\n000003F800\n000001FC00\n000000FE00\n0000007F00\n0000003F80\n0000001F80\n0000000F00\n0000000600\nENDCHAR\nSTARTCHAR 2040\nENCODING 8256\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 12 33 11 0\nBITMAP\nFFF0\nFFF0\nFFE0\n7FC0\n3F80\n1F80\n0F00\n0F00\n0F00\n1F00\n1F80\n1F80\n1F80\n3F80\n3F80\n3FC0\n3FC0\n3FC0\n7FC0\n7FE0\n7FE0\n7FE0\nFFE0\nFFE0\nFFF0\nFFF0\nFFF0\n7FE0\n7FC0\n3F80\n1F00\n0E00\n0600\nENDCHAR\nSTARTCHAR 20AC\nENCODING 8364\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0007F000\n001FFC00\n007FFF00\n00FFFF80\n01FC1FC0\n03F007E0\n03E003E0\n07C001F0\n078000F0\n07800078\n7FFE0078\nFFFF0078\nFFFF8000\nFFFF0000\n0F000000\n0F000000\n0F000000\n0F000000\n0F000000\nFFFF0000\nFFFF8000\nFFFF0078\n7FFE0078\n07800078\n078000F0\n07C001F0\n03E001E0\n03F007E0\n01FC1FC0\n00FFFF80\n007FFF00\n001FFE00\n0007F000\nENDCHAR\nSTARTCHAR 21B8\nENCODING 8632\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n07F007F000\nENDCHAR\nSTARTCHAR 21EA\nENCODING 8682\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n000F8000\n001FC000\n003FE000\n007FF000\n007FF800\n00FFF800\n01FFFC00\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n01FFFC00\n00000000\n00000000\n01FFFC00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n01FFFC00\nENDCHAR\nSTARTCHAR 2207\nENCODING 8711\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nF00FFFFF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nF00399FF80\nF00399FF80\nF00CE7FF80\nF00CE7FF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR 2212\nENCODING 8722\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 9 0 12\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR 221E\nENCODING 8734\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n03C001E000\n0FF007F800\n1FF80FFC00\n3FFE3FFE00\n7F7F7F7F00\n781FFC0F00\nF80FF80F80\nF007F00780\nF007F00780\nF007F00780\nF80FF80F80\n781FFC0F00\n7F7F7F7F00\n3FFE3FFE00\n1FF80FFC00\n0FF007F800\n03C001E000\nENDCHAR\nSTARTCHAR 2229\nENCODING 8745\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n07FFFFFF00\n1FFFFFFF80\n3FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n0FFFFFFF80\n0003E00000\n0003E00000\n3FFFFFE000\nFFFFFFF800\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFC00\n7FFFFFF000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR 22B7\nENCODING 8887\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nC000000180\nC000000180\nC3C0000180\nC7E0000180\nCFF0000180\nCFF0000180\nCFF0000180\nCFF0000180\nC7F0018180\nC3E003C180\nC00007E180\nC0000FF180\nC0001FF980\nC0003FF980\nC0007FF980\nC0F0FFF980\nC1F8FFF980\nC3FC7FF980\nC7FE3FF980\nCFFF1FF980\nCFFF8FF980\nCFFFC7F980\nCFFFE3F980\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR 22D4\nENCODING 8916\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0060000000\n00F0000000\n00F8000000\n007C000000\n063E000000\n0F1F000000\n0F8F800000\n07C7C00000\n63E3E00000\nF1F1F00000\nF8F8F00000\n7C7CF00000\n3E3EF80000\n1F1FF80000\n0F8FF00000\n07C7F00000\n03FFF00000\n01FFFC0000\n00FFFE0000\n007FFF0000\n000CFF8000\n00007FC000\n00003FF000\n00001FF800\n00000FFC00\n000007FE00\n000003FF00\n000003FF00\n000001FF80\n000000FF80\n0000007F80\n0000003F00\n0000001E00\nENDCHAR\nSTARTCHAR 2407\nENCODING 9223\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0007F00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n03FFFFE000\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0007F00000\n0001C00000\nENDCHAR\nSTARTCHAR 2441\nENCODING 9281\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n01FFFFC000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n70FFFF8700\nF8FFFF8F80\nFC7FFF1F80\nFC3FFE1F80\nFC00001F80\nFC00001F80\nFC7FFF1F80\nFCFFFF9F80\nFCFFFF9F80\nFC7FFF1F80\nFC00001F80\nFC00001F80\nFC7FFF1F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\n787FFF0F00\nENDCHAR\nSTARTCHAR 25AD\nENCODING 9645\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR 25B3\nENCODING 9651\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000180\n0000000380\n0000000780\n0000000F80\n0000001F80\n0000003F80\n0000007F80\n000000FF80\n000001FF80\n000003FF80\n000007FF80\n00000FFF80\n00001FFF80\n00003FFF80\n00007FFF80\n0000FF9F80\n0001FF1F80\n0003FE1F80\n0007FC1F80\n000FF81F80\n001FF01F80\n003FE01F80\n007FC01F80\n00FF801F80\n01FF001F80\n03FE001F80\n07FE003F80\n0FFFFFFF80\n1FFFFFFF80\n3F3FBF9F80\n7F3F9F9F80\nF33B999980\nF333999980\nENDCHAR\nSTARTCHAR 262F\nENCODING 9775\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FDFFF000\n0FE7FFF800\n1F8FFFFC00\n1F1FFFFC00\n3E1F7FFE00\n3C3E3FFE00\n7C3C1FFF00\n783E3FFF00\nF81FFFFF00\nF01FFFFF80\nF00FFFFF80\nF007FFFF80\nF000FFFF80\nF0000FFF80\nF00007FF80\nF00003FF80\nF80003FF80\n7801C1FF00\n7C03E1FF00\n3C01C1FE00\n3E0083FE00\n1F0003FC00\n1F8007FC00\n0FE00FF800\n07FC3FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR 263A\nENCODING 9786\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F3FFE7E00\n3E1FFC3E00\n7E0FF83F00\n7C0FF81F00\nFC0FF81F00\nFC0FF81F80\nFE0FF83F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7C00001F00\n7C00003F00\n3E7FFF3E00\n3F3FFE7E00\n1F1FFC7C00\n1F83E0FC00\n0FE003F800\n07F80FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR 263C\nENCODING 9788\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF800000F00\nF100000780\nF07F800780\nF01FC00780\nF007F00780\nF001FC0780\nF000FF0780\nF000004F80\nF800000F80\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR 2666\nENCODING 9830\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n03FC9FE000\n19FC9FCC00\n19F9CFCC00\n3CF9CF9E00\n3CF3E79E00\n7E73E73F00\n7E67F33F00\nFF27F27F80\n0000000000\n0000000000\nFF3FFE7F80\n7F9FFCFF00\n7F9FFCFE00\n3F9FFCFE00\n1FCFF9FC00\n0FCFF9F800\n07CFF9F000\n07E7F3E000\n03E7F3E000\n01E7F3C000\n00F3E78000\n0073E70000\n0073E60000\n0039CE0000\n0019CC0000\n0009C80000\n0004900000\n0004800000\n0000800000\nENDCHAR\nSTARTCHAR 2713\nENCODING 10003\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0000001800\n0000003C00\n0000007E00\n000000FF00\n000001FF80\n000003FF80\n000007FF00\n00000FFE00\n00001FFC00\n00003FF800\n00007FF000\n0000FFE000\n1E01FFC000\n3F03FF8000\n7F87FF0000\nFFCFFE0000\nFFFFFC0000\nFFFFF80000\n7FFFF00000\n3FFFE00000\n1FFFC00000\n0FFF800000\n07FF000000\n03FE000000\n01FC000000\n00F8000000\n0070000000\nENDCHAR\nSTARTCHAR E000\nENCODING 57344\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFC00000780\nF800000780\nF07FFFFF80\nF1FFFFFF80\nF1FFFFFF80\nF3FFFFFF80\nF3FFFFFF80\nF3FFFFFF80\nF3FFFFFF80\nF3FFFFFF80\nF3FFFFFF80\nF3E0FFFF80\nF3C0FFFF80\nF3C0FFFF80\nF3C0FFFF80\nFBE0FFFF80\nFFF1FFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n1FFFFFFF80\n03FFFFFF80\n01FFFFFF80\n01FFFFFF00\n00FFFFFE00\nENDCHAR\nSTARTCHAR F000\nENCODING 61440\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00001C0000\n00001F8000\n00001FE000\n00001FF000\n001C1FF800\n00FC1FFC00\n03FC1FFE00\n07FC1FFE00\n0FFC1FFF00\n1FFC1FFF00\n3FFC1FFF00\n3FFC1FFF80\n7FFC1FFF80\n7FFC1FFF80\n7FFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\n7FFFFFF000\n7FFFFFF000\n7FFFFFF000\n3FFFFFE000\n3FFFFFE000\n1FFFFFC000\n0FFFFF8000\n07FFFF0000\n03FFFE0000\n00FFF80000\n001FC00000\nENDCHAR\nSTARTCHAR F001\nENCODING 61441\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07F8FFF000\n0FE0FFF800\n1F80FFFC00\n1F00FFFC00\n3E00FFFE00\n3C00FFFE00\n7C00FFFF00\n7800FFFF00\nF800FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nFFFFFFFF80\nFFFFFFFF80\nF0001FFF80\nF8000FFF80\n780007FF00\n7C0003FF00\n7C0001FE00\n3E0000FE00\n1F00007C00\n1F8000FC00\n0FE003F800\n07F80FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F002\nENCODING 61442\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n03111180\n03339980\n03339980\n03339980\n00000000\n00000000\n71FFFF1E\nF3FFFF9E\n03FFFF80\n03FFFF80\n73FFFF9C\nF3FFFF9E\n03FFFF80\n03FFFF80\n73FFFF9C\nF3FFFF9E\n73FFFF9C\n03FFFF80\n03FFFF80\nF3FFFF9E\n73FFFF9C\n03FFFF80\n03FFFF80\nF3FFFF9E\nF1FFFF1E\n00000000\n00000000\n03339980\n03339980\n03339980\n03111980\nENDCHAR\nSTARTCHAR F003\nENCODING 61443\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00F1C78000\n00F3E78000\n00F3E78000\n00F3E78000\n0000000000\n0000000000\n01FFFFC000\n03FFFFE000\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n03FFFFE000\n03FFFFE000\n73FFFFE700\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n73FFFFE700\n03FFFFE000\n03FFFFE000\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n03FFFFE000\n01FFFFC000\n0000000000\n0000000000\n00F3E78000\n00F3E78000\n00F3E78000\n00F1C78000\nENDCHAR\nSTARTCHAR F004\nENCODING 61444\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFFF00\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\nFE00000F80\nFC00000780\nFC7FFFC780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\n3CFFDFE780\n3CFF07E780\n3CFE23E780\n3CFE71E780\n3CFCF9E780\n3CFE71E780\n3CFE23E780\n3CFF07E780\n3CFFDFE780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\nFCFFFFE780\nFC7FFFC780\nFC00000780\nFE00000F80\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF00\nENDCHAR\nSTARTCHAR F005\nENCODING 61445\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF1FFFFC780\nF3FFFFE780\nE03FFFE780\nC03FFFE780\nC73FFFE780\nCF3FFFE780\nC03FDFE780\nC03F07E780\nF3FE23E780\nF3FE71E780\nF3FCF9E780\nF3FE71E780\nF3FE23E780\nC03F07E780\nC03FDFE780\nCF3FFFE780\nC73FFFE780\nC03FFFE780\nC03FFFE780\nF3FFFFE780\nF1FFFFC780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F006\nENCODING 61446\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF80FF800\n1F9C1CFC00\n1F0C187C00\n3E0C183E00\n3C00001E00\n7C00001F00\n7E00003F00\nFF8004FF00\nF38006EF80\nF0000C0780\nF0001C0780\nF000180780\nF000380780\nF000380780\nF38070EF80\nFF80F0FF80\n7E00F03F00\n7C01E01F00\n3C3FFE1E00\n3EFFFFBE00\n1FFE3FFC00\n1FFC1FFC00\n0FFE3FF800\n07FE3FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F007\nENCODING 61447\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n007FFE0000\n00FFF80000\n00FFF00000\n00FFE3C000\n00FFCFF000\n007FBFF800\n047FBFFC00\n0E7FFFFC00\n1F3FFFFE00\n3FDFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFC00\n1FFFFFFC00\n1FFFFFF800\n07FFFFF000\n01FFFF8000\n0000000000\n0000000000\n3FFFFFFE00\n7FFFFFFF00\nF8F8000F80\nF0F0000780\nF0F0000780\nF9F8000F80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F008\nENCODING 61448\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF9FE3FCF80\nF0FE3F8780\nF0FC1F8780\nF0FC1F8780\nE07C1F8780\nC03C1F8780\nC73C1F8780\nCF3C1F8780\nCF3C1F0380\nCF3C1E0180\nC03C1E3180\nC03C1E7980\nF0FC1E7980\nF0FC1E7980\nF0FC1E3180\nF0FC1E0180\nF0FC1F0380\nF0F80F8780\nF0F0078780\nF0F3E78780\nF0F3E78780\nF0F3E78780\nF0F1C78780\nF0F00F8780\nF9F80FCF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F009\nENCODING 61449\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFF80FFFF80\nFF00FFFF80\nF01C000780\nF03C000780\nFF00FFFF80\nFF80FFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFC1FF80\nFFFF80FF80\nF8000C7F80\nF0001E0780\nF8001C0F80\nFFFF807F80\nFFFFC1FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF00F878780\nF00F878780\nF00F878780\nF00F8F8780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F00A\nENCODING 61450\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FC1FE180\nE3E003E380\nFF8000FF80\nFF00007F80\nFE300E3F80\nFC701F1F80\nFCF81F9F80\nF8F81F8F80\nF8F8BF8F80\nF07FF00F80\nF00FF00780\nF00FF00780\nF00FF80780\nF00FF80780\nF007F00780\nF007FF0F80\nF8FE8F8F80\nF8FC0F8F80\nFCFC0F9F80\nFC7C0F1F80\nFE38063F80\nFF00007F80\nFF8000FF80\nE3E003E380\nC3FC1FE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F00B\nENCODING 61451\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n01FFFFC000\nC000000180\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n03FFFFE000\n8000800080\nF800000F80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n07FFFFF000\n801FFC0080\nF000000780\nFFC001FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0FFFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F00C\nENCODING 61452\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n01FFFFC000\nC000000180\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFF7FFE00\n03FE3FE000\n800C180080\nF80C180F80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFF8000FF80\n3F00007E00\n0700007000\n838000E080\nF3FC1FE780\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\n7FFE3FFF00\n0FFFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F00D\nENCODING 61453\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n01FFFFC000\nC000000180\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n03FFFFE000\n80FFFF8080\nF9E3E3CF80\nFFC1C1FF80\nFFE083FF80\nFFF007FF80\nFFF80FFF80\n3FF81FFE00\n07F80FF000\n8070070080\nF0E0038780\nFFC181FF80\nFFC3C1FF80\nFFE7F3FF80\nFFFFFFFF80\n7FFFFFFF00\n0FFFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F00E\nENCODING 61454\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00001E00\n7C00001F00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n3FFFFFFE00\n3BBBEEEE00\n3333E66600\n3333E66600\n3333E66600\n3333E66600\n3333E66600\n3333E66600\n3333E66600\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3870000600\n3038000E00\n303FFFFE00\n303FFFFE00\n3830000600\n3C78000600\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7C00001F00\n3C00001E00\nENDCHAR\nSTARTCHAR F00F\nENCODING 61455\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n0007F00000\n0007F80000\n000FF80000\n000FF80000\n181FFC0C00\n3F7FFF7E00\n3FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFF7FFF80\n7FF80FFF00\n3FF007FE00\n1FE003FC00\n0FE003F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FE003F800\n1FE003FC00\n3FF007FE00\n7FF80FFF00\nFFFF3FFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFF00\n3F7FFF7E00\n181FFC0C00\n000FF80000\n000FF80000\n000FF00000\n0007F00000\n0007F00000\nENDCHAR\nSTARTCHAR F010\nENCODING 61456\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000C180000\n001C1C0000\n003C1E0000\n003C1E0000\n00780F0000\n00780F0000\n00F0078000\n00E0078000\n01E003C000\n01C001E000\n03C001E000\n038000E000\n701FF80700\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F011\nENCODING 61457\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF80FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE3E0780\nFFFC1E0780\nFFF80E0F80\nFFF0079F80\nFFFC1F9F80\nFFFC1F9F80\nFFFC1E0780\nFFFE3E0780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F012\nENCODING 61458\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000078\nF0000078\nF0000078\nF0000078\nF0020078\nF0070078\nF00F8078\nF0070078\nF0000078\nF0000078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000078\nF0000078\nF0000078\nF0000078\nF0070078\nF00F8078\nF0070078\nF0070078\nF0000078\nF0000078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F013\nENCODING 61459\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n007FFF0000\n01FFFFC000\n03FFFFE000\n0FFC1FF000\n1FE003F800\n1FC001FC00\n3F8000FE00\n7F81C0FE00\n7FE7F07F00\n7FFFF87F00\nFFFFF07F80\nFFFF00FF80\nFFFE00FF80\nFFFC01FF80\nFFFC07FF80\nFFFC1FFF80\nFFFC1FFF80\n7FFE3FFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFC1FFE00\n1FFC1FFC00\n0FFC1FF800\n07FE3FF000\n03FFFFE000\n03FFFFC000\n03FFFF0000\n03F7F00000\n03E0000000\n03C0000000\n0380000000\n0600000000\nENDCHAR\nSTARTCHAR F014\nENCODING 61460\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00F80F8000\n03F007E000\n07F007F000\n0FF007F800\n1FF007FC00\n1FF007FC00\n3FF1C7FE00\n3FFFFFFE00\n7FFF7FFF00\n7FF80FFF00\nE070070380\nC060030180\nC0E0030180\nC0C0018180\nC0C0018180\nC0C0018180\nC0E0038180\nC060030180\nE070070380\n7FF80FFF00\n7FFE3FFF00\n7FFFFFFE00\n3FF1C7FE00\n1FF007FC00\n1FF007FC00\n0FF007F800\n07F007F000\n03F007E000\n00F80F8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F015\nENCODING 61461\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F87F0F800\n3FFFFFFE00\n70F80F8700\n63F007E300\nC7F007F180\nCFF007F980\nDFF007FD80\nDFF007FD80\nFFF1C7FF80\n7FFFFFFF00\n7FFF7FFF00\n7FF80FFF00\nE070070300\nC060030180\nC0E0030180\nC0C0018180\nC0C0018180\nC0C0018180\nC0E0038180\nC060030180\nE070070380\n7FF80FFF00\n7FFE3FFF00\n7FFFFFFF00\nFFF1C7FF80\nDFF007FD80\nDFF007FD80\nCFF007F980\nC7F007F180\n63F007E300\n70F80F8700\n3FFFFFFE00\n0F87F0F800\nENDCHAR\nSTARTCHAR F016\nENCODING 61462\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC000000\nFFFC000000\nFFF8000000\nFFF0000000\nFFE0000000\nFFC0000000\nE784000000\nC30C000000\nC01C3FFF00\nE03C7FFF80\nF07C7FFF80\nF8FC7FFF80\nFFFC000000\nFFFC000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFC000000\nFFF8000000\nFFF0000000\nFFE0000000\nFFC0000000\nFF80000000\nC7047FFF00\nC20C7FFF80\nC01C7FFF80\nE03C7FFF00\nF07C000000\nF8FC000000\nFFFC000000\n7FFC000000\nENDCHAR\nSTARTCHAR F017\nENCODING 61463\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF80FF800\n1F9C1CFC00\n1F0C187C00\n3E0C19BE00\n3C00039E00\n7C00071F00\n7E000E3F00\nFF803CFF00\nF38078EF80\nF000F80780\nF001F00780\nF003E00780\nF001C00780\nF000800780\nF38000EF80\nFF8000FF80\n7E00003F00\n7C00001F00\n3C00001E00\n3E0C183E00\n1F0C187C00\n1F9C1CFC00\n0FF80FF800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F018\nENCODING 61464\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n07FFFFF000\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n07FFFFF000\n00FFFF8000\n3000000600\n9F00007C00\n87FFFFF800\nC0FFFF8000\nF000000200\n7E00003380\n3FFFFFE380\n07FFFF0780\n0000000F80\n1000007F80\n23F8FFFE00\n307FFFF800\n3800FC0000\n3F00000600\n8FFC07F800\n83FFFFE000\nE00FF80000\nF800000800\n7FE007F200\n0FFFFF8200\n007FF00E00\n2000003E00\n1F0007FC00\n07FFFFF000\n003FFE0000\nENDCHAR\nSTARTCHAR F019\nENCODING 61465\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nENDCHAR\nSTARTCHAR F01A\nENCODING 61466\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nFC00001F80\nFC00001F80\nFC00001F80\n0000001F80\n0000001F80\n7800001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFE00003F80\nFFFC7FFF80\nFFFCFFFF80\nFFFCFFFF80\nFFFCFFFF80\n7FFCFFFF00\n3FFC7FFE00\nENDCHAR\nSTARTCHAR F01B\nENCODING 61467\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FD5FF000\n0FE047F800\n1F8040FC00\n1F0001FC00\n3F003FFE00\n3F803FFE00\n7F801FFF00\n7C001F7F00\nF800793F00\nF80079CF80\nF800388780\nF800000780\nF800010780\nFC003F0780\nFC007F8780\nF000FFFF80\nF801FFFF80\n7801FFFF00\n7C03FFFF00\n3C03FFFE00\n3E03FFFE00\n1F01FFFC00\n1F81FFFC00\n0FE0FFF800\n07F81FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F01C\nENCODING 61468\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0006700000\n003E7E0000\n00FE7F8000\n01FCFFE000\n007CFFF000\n0C3CFFF800\n1F00FFFC00\n1E00FFFC00\n00003FFC00\n03C007F800\n7FE080E100\n7FE0780300\nFFF83F0180\n7FF91F8180\n3FF38F8080\n01F3C78000\n80F3E39E00\nC0F3F31F00\nC0F3F13F80\nE071F83F80\nF000FC7F80\n7F00FC3F00\n7FC0180000\n3FC0000000\n3FE0C00E00\n1FF1F83C00\n1FF9F83C00\n0FFCF91800\n07FCF99000\n03FCF98000\n00FE798000\n003E780000\n000E780000\nENDCHAR\nSTARTCHAR F01D\nENCODING 61469\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 1\nBITMAP\n0004100000\n000C180000\n031C1C6000\n0000000000\n0000000000\n0000000000\n0000000000\n387C1F0E00\n787C1F0F00\n787C1F0F00\n707C1F0700\nF0FC1F8780\nF0FC1F8780\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nF0FC1F8780\nF0FC1F8780\n707C1F0F00\n787C1F0F00\n787C1F0F00\n387C1F0E00\n0000000000\n0000000000\n0000000000\n0000000000\n031C1C6000\n010C180000\n0004100000\nENDCHAR\nSTARTCHAR F01E\nENCODING 61470\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C001F000\n1FE003FC00\n3FF007FE00\n3FF007FE00\n3FF007FE00\n3FF007FE00\n3FF007FE00\n3FF007FE00\n1FF007FC00\n1FE003FC00\n0FC001F800\n078000F000\n3FF007FE00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\n0000000000\n0000000000\n0000000000\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F0000F800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\nENDCHAR\nSTARTCHAR F01F\nENCODING 61471\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007180000\n000F9F0000\n00CF8FC000\n03CF01E000\n07C000F800\n0F00007800\n1C00003C00\n1800001E00\n3007000F00\n300F800F00\n600F800F00\n600F800780\nC00F800780\nC00F800780\nC00F800780\nC00F800780\nC00F800F80\nC00F800F80\nC00F801F00\nE00F801F00\nE00F803E00\n600F807E00\n700F807C00\n7807807800\n3803007000\n1C00006000\n1F00004000\n0F80060000\n07F03E0000\n03FFFE0000\n00FFFE0000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F020\nENCODING 61472\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n1FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n000000FF80\n0000007F80\n0000007F80\n0100007F80\n0300007F80\n0700007F80\n0F00007F80\n1F00007F80\n3F00007F80\n7F00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF80007F80\nFFFFFC7F80\nFFFFF83F80\nFFFFF01F80\nFFFFE00F80\nFFFFC00780\nFFFF800380\nFFFF000180\nFFFE000080\nENDCHAR\nSTARTCHAR F021\nENCODING 61473\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC7FF000\nFFFC7FC000\nFFFCFF8000\nFFFCFE0000\nFFFCFC2000\nFFFCF8C000\nFFFC71C000\nFFFC63C000\n00000FC000\n00001FC000\n7E0F3FC000\nFF3E7FC000\nFF3CFFC000\nFF38FFE000\nFF31FFE000\nFF33FFF000\nFF23FDF000\nFF23FDF800\nFF27F9FC00\nFF07F1FE00\n7E07E1FF00\n000FE1FF00\n000FC0FF80\nFFCFC0FF80\nFFCFC07F80\nFFC7C03F80\nFFE7C01F80\nFFE7C01F00\nFFE7C01F00\nFFF3C01E00\nFFF1E01C00\nFFF8E03800\n7FFC302000\nENDCHAR\nSTARTCHAR F022\nENCODING 61474\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01E0000000\n03F0000000\n07F8000000\n0FFC000000\n1F3E000000\n3E1F000000\n7C0F800000\nF807C00000\nF003C00000\nF001E00000\nF008400000\n781C000000\n3C3E000000\n1E1F000000\n0F1FC10000\n078FE3C000\n03C7F1E000\n01E3F8F000\n0041FC7800\n0000FC3C00\n00007E1E00\n00003C0F00\n0001080F80\n0003C00780\n0001E00780\n0001F00F80\n0000F81F00\n00007C3E00\n00003E7C00\n00001FF800\n00000FF000\n000007E000\n000003C000\nENDCHAR\nSTARTCHAR F023\nENCODING 61475\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF1FFFFC780\nF3FFFFE780\nF39FFFE780\nF30FFFE780\nF30E00E780\nF38C006780\nF3FFFFE780\nF3FFFFC780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF1FFFFC780\nF3FFFFE780\nF38FFFE780\nF30FFFE780\nF30C006780\nF39E00E780\nF3FFFFE780\nF1FFFFC780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F024\nENCODING 61476\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF187FFC780\nF3CFFFE780\nF3C0000780\nF3C0000F80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF000000780\nF007FFC780\nF3CFFFE780\nF3C7FFC780\nF3C0000780\nFBC0001F80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF1CFFFE780\nF3C7FFE780\nF3C0000780\nFBC0000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F025\nENCODING 61477\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF9F8000F80\nF0F8000780\nF0F0000780\nF8F8000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003FFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n0000000000\n0000000000\n007FFF0000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n01FFFFC000\n001FFC0000\nENDCHAR\nSTARTCHAR F026\nENCODING 61478\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n7FFFF0\nFFFFF8\nC00018\nC00018\nC00018\nC00018\nFFFFF8\nFFFFF8\nE00038\nC00018\nC00018\nC00018\nFFFFF8\nFFFFF8\nE00038\nC00018\nC00018\nC00018\nE00038\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFF8FF8\nFF07F8\nFF8FF8\nFF8FF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\nENDCHAR\nSTARTCHAR F027\nENCODING 61479\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC1FFF00\nFFFC1FFF80\nC00C180180\nC00C180180\nC00C180180\nC00C180180\nFFFC1FFF80\nFFFC1FFF80\nE00C180380\nC00C180180\nC00C180180\nC00C180180\nFFFC1FFF80\nFFFC1FFF80\nE01C1C0380\nC00C180180\nC00C180180\nC00C180180\nE01C1C0380\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nE3FC18FF80\nC3FC187F80\nC3FC187F80\nE7FC1CFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\nENDCHAR\nSTARTCHAR F028\nENCODING 61480\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFFE00\n1FFFFFFC00\n8FFFFFF880\nC7FFFFF180\nE3FFFFE380\nF1FFFFC780\nF8FFFF8F80\nFC7FFF3F80\nFE3FFE7F80\nFF1FFCFF80\nFF8FF9FF80\nFFC7F3FF80\nFFF3E7FF80\nFFE1C1FF80\nFFCC88FF80\nFF9E1C7F80\nFF3F7E3F80\nFE7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F029\nENCODING 61481\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFBFF83F80\nFF1FF81F80\nFE0FF81F80\nFC07F81F80\nF803E00780\nF003E00780\nFC03F00F80\nFC0FF01F80\nFC0FF83F80\nFC0FFC7F80\nFE0FFEFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F02A\nENCODING 61482\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFF07FF8\nFF800FF8\nFF0007F8\nFE0003F8\nFC0001F8\nF80000F8\nF80200F8\nF80F80F8\nF01FC078\nF03FE078\nF03FE078\nF03FE078\nF01FC078\nF80F80F8\nF80200F8\nF80001F8\nFC0001F8\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF80000F8\nFC0001F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F02B\nENCODING 61483\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003F7E0000\n007E3F0000\n00FC1F8000\n01F80FC000\n03F007E000\n07E003F000\n0FC001F800\n1F8000FC00\n3F00007E00\n7F00007F00\nFF00007F80\nFF00007F80\nFF00007F80\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F02C\nENCODING 61484\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n0CC44660\n0CCE6660\n0CCE6660\n0CCE6660\n0CCE6660\n0CCE6660\n00000000\n00000000\n1FFFFFF0\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nE0E0E00E\nC0C06006\nCCCE6666\nCCCE6666\nCCCE6666\nC3C06666\nC1C06666\nCCCE6666\nFEEEEEFE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n1FFFFFF0\n00000000\n00000000\n0CCE6660\n0CCE6660\n0CCE6660\n0CCE6660\n0CCE6660\n0CC44660\nENDCHAR\nSTARTCHAR F02D\nENCODING 61485\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FFFF8000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFC001FF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\n7800000F00\n7800000F00\n7800000F00\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n1E00007C00\n1F00007C00\n0FC001F800\n07E003F000\n03F007E000\n01FC1FC000\n00FF7F8000\n007FFF0000\n003FFE0000\n000FF80000\n0003E00000\n0001800000\nENDCHAR\nSTARTCHAR F02E\nENCODING 61486\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\nE003E00380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF7FEFFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\n7800FFFF00\n7800FFFF00\n7800FFFF00\n7800FFFF00\n3C00FFFE00\n3C00FFFE00\n3E00FFFE00\n1E00FFFC00\n1F00FFFC00\n0F80FFF800\n07C0FFF000\n07E0FFF000\n03F0FFE000\n01FCFFC000\n00FFFF8000\n007FFF0000\n001FFC0000\n000FF80000\n0003E00000\n0000800000\nENDCHAR\nSTARTCHAR F02F\nENCODING 61487\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF8FC00\n000FF9FE00\n000FF9FE00\n000FF9FE00\n000FF9FE00\n000FF9FE00\n000FF9FE00\n000FF9FE00\n0F0FF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F030\nENCODING 61488\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n1FC0000000\n3FC0000000\n3FC0000000\n3FC0000000\n3FC7F00000\n3FCFF00000\n3FCFF80000\n3FCFF80000\n3FCFF8FC00\n3FCFF9FE00\n3FCFE1FE00\n3FCF007E00\n3FCC1C1E00\n3FC8FF8E00\n3FC1F7C600\n3FC380E200\n3FC7007200\n3FC6003200\n3FC6003800\n3FCE001800\n3FCC001800\n3FCC001800\n3FC6001800\n3FC6003000\n3FC7007000\n3FC380F800\n3FC1E3FC00\n3FC8FFFE00\n3FCC3E7F00\n7FFE003F80\nFFFFC01F80\nFFFFFE0F00\n7FFFFC0600\nENDCHAR\nSTARTCHAR F031\nENCODING 61489\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0003F00000\n001FFC0000\n007C1F0000\n00E0078000\n01C0E1C000\n0381F0E000\n0301F06000\n0603F87000\n0601F03000\n0E01F03000\n0C80003800\n0FF001FC00\n1FFC03FE00\n3FFE07FF00\n7FFE07FF80\n7FFF07FF80\nFFFF07FF80\nFFFF07FF80\nFFFF07FF80\nFFFF07FF00\nFFFF03FF00\nFFFF07FE00\n7FFF1F7800\n7FFFFC0000\n3FFFF00000\n0FF8000000\n03E0000000\nENDCHAR\nSTARTCHAR F032\nENCODING 61490\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFE3FC00000\nF81FE00000\nF80FF00000\nF00FF80000\nF00FFC0000\nF00FFE0000\nF80FFF0000\nFC1FFF8000\nFFFFFFC000\nFFFFFFE000\n7FFFFFF000\n3FFFFFF800\n1FFFFFFC00\n0FFFFFFE00\n07FFFFFF00\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n007FFFFF00\n003FFFFE00\n001FFFFC00\n000FFFF800\n0007FFF000\n0003FFE000\n0001FFC000\n0000FF8000\n00007F0000\n00003E0000\n00001C0000\nENDCHAR\nSTARTCHAR F033\nENCODING 61491\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FC7FFFF00\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFC7FFFF80\nFFC0000000\nFFC0000000\nFFC3FFFF00\nFFC7FFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFC00F80\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\n7FC7FFFF00\nENDCHAR\nSTARTCHAR F034\nENCODING 61492\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n2000038000\n78000F0000\nFE001E0000\n7F003C0000\n7F00780000\n3F00780000\n3F00780000\n1F80780000\n01C0F80080\n00E0780180\n00707C0380\n00387E0F00\n001C7FFF00\n000EFFFE00\n0007FFFC00\n0003FFF800\n000FFE0000\n001FFE0000\n003FFF8000\n00FFFFE000\n01FFFFF000\n03FFFFF800\n0FFFFFFC00\n1FFC3FFE00\n3FFC3FFF00\n7FF81FFF00\nFFF01FFF80\nE3E00FFF80\nC3C007FF80\nC3C003FF80\nE78001FF00\n7F0000FF00\n3E00003C00\nENDCHAR\nSTARTCHAR F035\nENCODING 61493\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000003F80\n0000007F80\n0000007F80\n0000007F80\n000001F800\n00003FF800\n000FFFF000\n03FFFFF000\n7FFFFFF000\nFFFFFFF000\nFFFFFFE000\nFFFFFFE000\n7FFFFFE000\n7FFFFFE000\n7FFFFFE000\n7FFFFFC000\n3FFFFFC000\n3FFFFFC000\n3FFFFFC000\n1FFFFFC000\n1FFFFF8000\n1FFFFF8000\n1FFFFF8000\n0FFFFF8000\n07FFFF0000\n0000000000\n0000000000\n00E03C0000\n01F07E0000\n03F87E0000\n01F87E0000\n01F07E0000\n00E03C0000\nENDCHAR\nSTARTCHAR F036\nENCODING 61494\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFBEFFF80\nFFE1C3FF80\nFFC1C0FF80\nFF00007F80\nFE1C1C3F80\nFF3E3E7F80\nFF1E3C7F80\nFF9FFCFF80\nFF0FF87F80\nF01FFC0780\nF01FFC0780\nF3FE3FE780\n73FC1FE700\n13FE3FE400\n01FF7FC000\n001FFC0000\n000FF80000\n000FF80000\n001FFC0000\n003E3E0000\n003C1E0000\n000C180000\nENDCHAR\nSTARTCHAR F037\nENCODING 61495\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF9FC000F80\nF0F8000780\nF0F0000780\nF0F8000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n0FFFE00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF8F8000F80\nF0F0000780\nF0F0000780\nF9F8000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F038\nENCODING 61496\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 32 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0063E30000\n00FFFF8000\n00FFFF8000\n007FFF0000\n007E3F0000\n007C1F0000\n03F80FE000\n07F007F000\n07F007F000\n07F80FF000\n00780F0000\n007C1F0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FFFF8000\n0023E20000\n0003E00000\n0001C00000\n0000800000\n0000000000\n3FFFFFFE00\n7FFFFFFF00\nF8F8000F80\nF0F0000780\nF0F0000780\nF9F8000F80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F039\nENCODING 61497\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 1\nBITMAP\nC000000000\nE000000000\nFC00000000\nFFF8000000\nFFFFE00000\nF7FFFC0000\nF7FFFF0000\nF3FFFF8000\nF9FFFFC000\nF8FFFFC000\nFE3FFFE000\n7F0FFFF000\n7F83FFF000\n7FC0FFF000\n7FF03FF800\n3FFC0FF800\n3FFF83F800\n1FFFE0F800\n1FFFF83800\n0FFFFE1000\n0FFFFF0000\n07FFFFC000\n03FFFFE000\n00FFFFF800\n007FFFFC00\n003FFF7E00\n000FFC3F00\n0001F03F80\n0000001F00\n0000001E00\n0000000C00\nENDCHAR\nSTARTCHAR F03A\nENCODING 61498\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0007E00000\n001FFC0000\n003FFE0000\n007FFF0000\n007BEF0000\n00FBEF8000\n00F3E78000\n00FBE70000\n007FE00000\n007FE00000\n003FF80000\n000FFE0000\n0003FF0000\n0003EF0000\n0073EF8000\n00F3E78000\n00FBEF8000\n007BEF0000\n007FFF0000\n003FFE0000\n000FF80000\n0003E00000\n0003E00000\n3FFFFFFE00\n7FFFFFFF00\nF8F8000F80\nF0F0000780\nF0F0000780\nF9F8000F80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F03B\nENCODING 61499\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007F000000\n03FFE00000\n0FFFF00000\n1FFFFC0000\n3FFFFE0000\n7FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF0000\n7FFFFF0800\n7FFFF81800\n3FFF003800\n3FFC007800\n1FF83FF800\n0FF0FFF800\n0FF1FFFE00\n0F23FFFE00\n0E07FFFF00\n0C07FFFF80\n0C0FFFFF80\n000FFFFF80\n000FFFFF80\n0007FFFF80\n0007FFFF00\n0007FFFF00\n0003FFFE00\n0001FFFC00\n00007FF800\n00001FC000\nENDCHAR\nSTARTCHAR F03C\nENCODING 61500\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7000000000\nF800001800\nFC00001800\n7E0000FF00\n3F00007E00\n1F00003C00\n0F00003C00\n0700006400\n0060000000\n00F8000000\n00FC000000\n007E000000\n007F000000\n043F800000\n0C1FC00000\n7F8FE00000\n3F07F00000\n1E03F80000\n1E01FC0000\n1B00FE0000\n00007F0000\n00003F8000\n00001FC000\n00000FE000\n000007F000\n000403F800\n000401FC00\n000E007E00\n003F803F00\n001F001F00\n001F000F80\n001F000780\n0011000300\nENDCHAR\nSTARTCHAR F03D\nENCODING 61501\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCC08001980\nCC0C001980\nFC0F001F80\nFC0F801F80\nCC0FE01980\nCC0FF81980\nCC0FE01980\nFC0F801F80\nFC0F001F80\nCC0C001980\nCC08001980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nENDCHAR\nSTARTCHAR F03E\nENCODING 61502\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nCC00000180\nCC00000180\nCC00000180\nCC00000180\nCC00000180\nCC00000180\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nC000000180\nC000000180\nC000000180\nC000000180\nC71C71C180\nCF3C79E180\nCF3C79E180\nC61C70C180\nC000000180\nC000000180\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F03F\nENCODING 61503\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 29 2 -1\nBITMAP\n1FFFFFF0\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nE000000E\nC0000006\nC71C71C6\nCF3E79E6\nCF3E79E6\nCF3E79E6\nCF3E79E6\nC0000006\nC0000006\nCF3E79E6\nCF3E79E6\nCF3E79E6\nCF3E79E6\nCF3E79E6\nCF3E79E6\nC0000006\nC0000006\nCF3E79E6\nCF1C71E6\nC0000006\nE000000E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F040\nENCODING 61504\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE1FF80380\nF807F80180\nF803FFFF80\nF003FFFF80\nF003FFFF80\nF003FFFF80\nF003FC3F80\nF003F81F80\nF803FC3F80\nF807FFFF80\nFC07FFFF80\nFE1FFFFF80\nF803FFFF80\nE001F80180\nC000F80380\nC000FFFF80\nF001FFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F041\nENCODING 61505\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nF000000780\nE000000380\nC000000180\nC000000180\nC070000180\nC0F8000180\nC1F8000180\nC0F8000180\nC0F0000180\nC0F0000180\nC0F8000380\nE0F8300F80\nFFFFF81F80\nFFFFF83F80\nFFFFFC7F80\nFFFFF83F80\nFFFFF81F80\nFFFFF81F80\nFFFFF81F80\nFFFFF83F80\nFFFFFE7F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F042\nENCODING 61506\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n87FC1FF000\nCFE003F800\nFF8000FC00\nFF00007C00\nFE07F03E00\nFC0FFC1E00\nFE1C1C1F00\nFF380E0F00\n0030060F80\n0030060780\n0030060780\n0030060780\nF0380E0780\nF03FFE0000\nF03FFE0000\nF030060000\n7830060000\n7830067F80\n7C30063F80\n3C30061F80\n3E10043F80\n1F00007F80\n1F8000FF80\n0FE003F980\n07FC0FF080\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F043\nENCODING 61507\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFE0000F80\nFFE0000780\nFFF0000780\nFFF8000780\nFFFC000780\nFFFE000780\nFFFC000780\nFFF0000780\nFFE0000780\nFFC0000780\nFF80000780\nFF00000780\nFE00000780\nFC00000780\nFC003F0780\nF801FF8780\nF807FFC780\nF80FFFE780\nF01FFFFF80\nF03FFFFF80\nF07FFFFF80\nF07FFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF9FFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F044\nENCODING 61508\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007F000F00\n03FFC01F80\n07FFF01F80\n0FFFF81F80\n1FC1FC1F80\n3F007E1F80\n7E003E1F80\n7C001F1F80\n78000F1E00\nF8000F1E00\nF0000F9E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF000079E00\nF1FFC79E00\nF3FFE79E00\nF3FFC79E00\nF1FF879E00\nF00007FE00\nF00007FE00\nF00007FE00\nF0000FFE00\nFFFFFF9E00\nFFFFFF9E00\nFFFFFF9E00\n7FFFFF0C00\nENDCHAR\nSTARTCHAR F045\nENCODING 61509\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n33FFFFE600\n39FFFFCE00\n7CFFFF9F00\n7E7FFF3F00\nFF3FFE7F00\nFF9FFCFF80\nFFCFF9FF80\nFFE7F3FF80\nFFF3E7FF80\nFFE1C3FF80\nFFCC89FF80\nFF9E1CFF80\nFF3F7E7F80\n7E7FFF3F00\n7CFFFF9F00\n39FFFFCE00\n33FFFFE600\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F046\nENCODING 61510\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n3FFFFF80\n7FFFFFC0\nFFFFFFE0\nFFFFFFE0\nFFE0FFE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFC0007E0\nF00001E0\nF00001E0\nF00001E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF3F9F9E0\nF1F9F1E0\nF00001E0\nF80003E0\nFFF9FFE0\nFFFBFFE0\n7FFFFFC0\n3FFFFF80\nENDCHAR\nSTARTCHAR F047\nENCODING 61511\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n01FFFFC000\nC000000180\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF1FFFFC780\nF000000780\nF000000780\nF003E00780\nF007F00780\nF00FF00780\nF00C000780\nF00E000780\nF00FF80780\nF007F80780\nF000180780\nF000380780\nF007F80780\nF007F00780\nFC00001F80\nFFE003FF80\nFFFFFFFF80\n7FFFFFFF00\n0FFFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F048\nENCODING 61512\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FE3FF000\n0FFC1FF800\n1FFC1FFC00\n3FFC1FFE00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFC1FFE00\n1FFC1FFC00\n0FFC1FF800\n07FE3FF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F049\nENCODING 61513\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n3FFFFFFE00\n9FFFFFFC80\nCFFFFFF980\nE7FFFFF380\nF3FFFFE780\nF9FFFFCF80\nFCFFFF9F80\nFE7FFF3F80\nFF3FFE7F80\nFF9FFCFF80\nFFCFF9FF80\nFFE7F3FF80\nFFE3E3FF80\nFFC1C1FF80\nFF8C98FF80\nFF1E3C7F80\nFE3F7E3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFF9E380\nC7FFF8F180\n8FFFF87880\n1FF8003C00\n3FF0001E00\n0030001E00\n0038003C00\n003FF87800\n001FF9F000\n00001BC000\n00001F8000\n00001F0000\n00001E0000\nENDCHAR\nSTARTCHAR F04A\nENCODING 61514\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n1FFC1FFC00\n3FF80FFE00\n3FF007FE00\n7FF007FF00\n7FF80FFF00\nFFF80FFF80\nFFF80FFF80\nFFF80FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFF7FFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFE3FFE00\n3FFC1FFE00\n1FFE3FFC00\n1FFE3FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F04B\nENCODING 61515\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000400780\nF000E00780\nF000F00780\nF038F80780\nF078FC0780\nF0ECEE0780\nF1CEE70780\nFF87E3FF80\nFE03E0FF80\nF001E00780\nF001E00780\nF000E00780\nF000400780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F04C\nENCODING 61516\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000600\n0000000E00\n0000000E00\n0000001E00\n0000003E00\n0000007E00\n0000007E00\n000000FE00\n000041FE00\n0000E3FE00\n0000FBFE00\n0001FFFE00\n0003FFFE00\n0007FFFE00\n0007FFFE00\n000FFFFE00\n00DFFFFE00\n01FFFFFE00\n03FFFFFE00\n03FFFFFE00\n07FFFFFE00\n07FFFFFE00\n0FFFFFFE00\n0FFFFFFE00\n1FFFFFFE00\n1FFFFFFE00\n3FFFFFFE00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F04D\nENCODING 61517\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFC00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF00FFF80\nFFF007FF80\nFFF00FFF80\nFFF80FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF80FFF80\nFFF00FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F04E\nENCODING 61518\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 3\nBITMAP\n0000700000\n0000F80000\n0000F80000\n0000F80000\n0001FC0000\n0003FE0000\n0007870000\n000F878000\n600F878000\nF00F878000\n380F800000\n3C0F800000\n0E03FC0000\n0F03FE0000\n0701FE0000\n03C0078000\n03C0078000\n0F0F078000\n0F0F878000\n3C0F878000\n3C07870000\nF003FE0000\nF001FC0000\n0000F87F80\n0000F87F80\n0000F80000\n0000700000\nENDCHAR\nSTARTCHAR F04F\nENCODING 61519\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n01FFC000\n03FFE000\n07FFF000\n0FC1F800\n1F80FC00\n1F007C00\n1E003C00\n3E1C3E00\n3DFFDE00\n3FFFFE00\n3FFFFE00\n3FE3FE00\n3F087E00\n3E1C3E00\n7C1C1F00\n783E0F00\n783E0F00\nF87F0F80\nF0FF0780\nF0FF8780\nF0FF8780\nF07F0780\nF83E0F80\n781C0F00\n7C001F00\n3E003E00\n3F007E00\n1FC1FC00\n0FFFF800\n07FFF000\n01FFC000\n007F0000\nENDCHAR\nSTARTCHAR F050\nENCODING 61520\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0070000000\n00F8000000\n00FC380000\n007E7E0000\n003FFF0000\n001FFF8000\n000FC7C000\n0007C3E000\n000FE1F000\n001FC0F800\n003E007C00\n003C003C00\n003E201E00\n001F701E00\n000FF83E00\n0007F1FC00\n0003E1F800\n0007F1F800\n000FFBFC00\n03DF7FFE00\n07FE3FBF00\n0FFC1F1F80\n1FF8040F80\n3E3C000780\n7C3C000300\nF83C000000\nF07C000000\nF0F8000000\n79F0000000\n3FE0000000\n1FC0000000\n0F80000000\n0700000000\nENDCHAR\nSTARTCHAR F051\nENCODING 61521\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFC00000000\nEE00000000\nC700000000\nE380000000\nF1C0000000\n38E0000000\n3C70000000\n0E38000000\n0F1C1C0000\n0F8FFFC000\n01C7FFF000\n01E7FFF800\n01FFFFFC00\n01FFFFFE00\n01FFFFFE00\n01FFFFFF00\n007FFFFF00\n007FFFFF80\n00FFFFFF80\n00FFF07F80\n00FFE03F80\n00FFE01F80\n00FFE01F80\n007FE01F80\n007FE03F00\n007FF03F00\n003FF8FF00\n003FFFFE00\n001FFFFC00\n000FFFF800\n0007FFF000\n0001FFE000\n00007F0000\nENDCHAR\nSTARTCHAR F052\nENCODING 61522\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FC00000\n00FFF80000\n03FFFE0000\n07FFFF0000\n0FF37F8000\n1F830FC000\n3F001FC000\n3F80FFE000\n7F80FFF000\n7F00FFF000\n7C03CCF000\nF801CCF800\nF801C77800\nF000FFF800\nF400FFF800\nFC01FFFC00\nFC03FFFE00\nF803E03F00\n7807C01F00\n7807800F00\n7C07800F80\n3E0F800780\n3F0F800780\n1F8F800780\n0FF7800780\n07FF800F80\n03FFC00F00\n00FFE01F00\n001FF87E00\n0001FFFC00\n0000FFF800\n00007FF000\n00000FC000\nENDCHAR\nSTARTCHAR F053\nENCODING 61523\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FD5FF000\n0FE047F800\n1F8040FC00\n1F0001FC00\n3F003FFE00\n3F803FFE00\n7F801FFF00\n7C001F7F00\nF800793F80\nF80079CF80\nF80038C780\nF800000780\nF80001E780\nFC003FFF80\nFC007FFF80\nF000FE3F80\nF801FE1F80\n7801FE1F80\n7C03FE1F80\n7C03E00380\n3E03E00180\n1F01E00180\n1F81F00380\n0FE0FE1F80\n07F87E1F00\n03FFFE1800\n00FFFF3800\n003FFFF800\n000FF7F000\nENDCHAR\nSTARTCHAR F054\nENCODING 61524\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FD5FF000\n0FE047F800\n1F8040FC00\n1F0001FC00\n3F003FFE00\n3F803FFE00\n7F801FFF00\n7C001F7F00\nF800793F80\nF80079CF80\nF80038C780\nF800000780\nF800010780\nFC003FFF80\nFC007FFF80\nF000FC0F80\nF801F00700\n7801F3E300\n7C03E7F180\n7C0381F980\n3E0383F980\n1F01C3F980\n1F81C7F180\n0FE0FFF380\n07F87FC300\n03FFFE0700\n00FFFE1E00\n003FFFFC00\n000FF3F000\nENDCHAR\nSTARTCHAR F055\nENCODING 61525\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFF801FF8\nFF0007F8\nFF0003F8\nFF0003F8\nFF0F81F8\nFF0FC1F8\nFF0FE1F8\nFF0FC1F8\nFF0003F8\nFF0003F8\nFF0007F8\nFF000FF8\nFF007FF8\nFF0FFFF8\nFF0FFFF8\nFF8FFFF8\nFFDFFFF8\nFFFFFFF8\nFFFFFFF8\nE3838038\nC3038018\nCF339998\nCF339998\nC3039998\nE383BB98\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F056\nENCODING 61526\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC000000000\nC000000000\nC000000000\nC000000000\nC000000000\nC000000000\nE000000000\n6000000000\n6000000000\n7200000000\n7300000000\n3180000000\n39C0000000\n38E0000000\n38F0000000\n3C78000000\n1C7C000000\n1E3E000000\n1E1F000000\n0F0F800000\n0F87C00000\n07C3E00000\n07E1F00000\n03F0F80000\n01FC3E0000\n00FE1F0000\n007F0F8000\n003FC3C000\n000FF1E000\n0007FC7800\n0000FFFE00\n00001FFF80\n000000FF80\nENDCHAR\nSTARTCHAR F057\nENCODING 61527\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 -1\nBITMAP\n1FFFE400\n3FFFE600\n3FFFE700\n3FFFE780\n3FFFE7C0\n3FFFE7E0\n3FFFE7F0\n3FFFE7F8\n3FFFE7FC\n3FFFE7FE\n3FFFE000\n3EFBE000\n3870FFFE\n20607FFE\n02001FFE\n07070FFE\n0F8F1FFE\n078F1FFE\n07FE3FFE\n03FE1FFE\n07FF01FE\n07FF01FE\nFF8FF9FE\nFF0FF9FE\nFF0FF9FE\nFF9FF1FE\n07FF01FE\n07FE03FE\n07FE3FFE\n07FF3FFE\n0F8F1FFE\n0F0F1FFE\n03061FFC\nENDCHAR\nSTARTCHAR F058\nENCODING 61528\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00410000\n00630000\n00F78000\n10FF8400\n0FFFF800\n0FFFF800\n0FE3F800\n0F80F800\n3F007E00\n7E003F80\n7E003F00\n3C001E00\n1C001C00\n3C001E00\n7E003F00\nFE003F80\n1F007C00\n0F80F800\n0FF7F800\n0FFFF800\n0FFFF800\n01FFC000\n01FFC000\n01FFC000\n03F7E000\n03F7E000\n03F7E000\n07E7F000\n07E3F000\n07E3F000\n0FE3F800\n0DC1D800\n00C18000\nENDCHAR\nSTARTCHAR F059\nENCODING 61529\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n01FC00\n07FF00\n0FFF80\n1FFFC0\n3FFFE0\n7FFFF0\n7FFFF0\n7FFFF0\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n7FFFF0\n3FFFE0\n3FFFE0\n1FFFC0\n0FFF80\n07FF00\n07FF00\n078F00\n0F8F80\n0F0780\n0F0780\n0F0780\n1F07C0\n1F07C0\n1E03C0\n1E03E0\n3E03E0\n1E03C0\n040100\nENDCHAR\nSTARTCHAR F05A\nENCODING 61530\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F81C0FC00\n1F07E07C00\n3E07F03E00\n3C0FF81E00\n7C0FF81F00\n7807F00F00\nF807F00F80\nF007F00F80\nF007F00780\nF003E00780\nF003E00780\nF003E00780\nF003E00780\nF001C00F80\nF800800F80\n7800000F00\n7C00001F00\n7C01C01E00\n3E03E03E00\n1F01C07C00\n1F81C0FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F05B\nENCODING 61531\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00E0000000\n00F8000000\n007C000000\n003E000000\n001F000000\n000F000000\n000F000000\n000F000000\n800F000000\nC00F000000\nE01F000000\n783F000000\n7FFF000000\n3FFF800000\n1FFFC00000\n0FFFF00000\n0007F80000\n0003FC0000\n0003FE0000\n0001FF8000\n0000FFC000\n00007FE000\n00003FF800\n00003FFC00\n00001FFE00\n00000FFF80\n000007FF80\n000003E380\n000003E180\n000001E180\n000000F380\n0000007F80\n0000003F00\nENDCHAR\nSTARTCHAR F05C\nENCODING 61532\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n0FFFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n007FFE0000\n003FFE0000\n001FFC0000\n000FF80000\n000FF80000\n000FF00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003C00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F05D\nENCODING 61533\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n0007F00000\n000FF80000\n000FF80000\n7FCFF9FF00\nFFC7F1FF80\nFFC7F1FF80\nFFC7F1FF80\n7FE3E3FF00\n3FE3E3FE00\n1FC3E1FC00\n0F8FF8F800\n0F9FFCF000\n073FFE7000\n0300006000\n018000C000\n00FFFF8000\n00FFFF0000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0007F00000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F05E\nENCODING 61534\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n0023E20000\n0031C60000\n00388E0000\n7F3C1E7F00\nFF3E3E7F80\nFF3E7E7F80\nFF3C7E7F80\n7F3E3E7F00\n3F3C1E7E00\n1F388E7C00\n0F31C67800\n0F23E27000\n0707F07000\n038000E000\n01C001C000\n00F0078000\n00FFFF0000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0007F00000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F05F\nENCODING 61535\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nF8000F8000\nF0000F8000\nF1BFC78000\nF33FC78000\nF007E78000\nF00FE78000\nF207E78000\nF203E78000\nF2C1E78000\nF3E0E78000\nF3F0678000\nF3F8278000\nF3FC078000\nF3FE078000\nF0FF078000\nF000038000\nF800018000\nFFFFE08000\nFFFFF00000\nFFFFF9E000\n7FFFFDF000\n000001F800\n000001FC00\n000000FE00\n0000007F00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F060\nENCODING 61536\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 32 0 1\nBITMAP\n8000000000\n8000000000\n4000000000\n6000000000\n3000000000\n1E00000000\n0FF0000000\n07FFFFFC00\n01FFFFFF00\n007FFFFF00\n0007FFFF80\n0000007F80\n0000000F80\n0000000F80\n0000000700\n0000000700\n0000000E00\n0000000E00\n0000000C00\n0000001800\n0000003000\n0000002000\n0000004000\n0000000000\n0000000000\n0000000000\n01E00F0000\n03F01F0000\n03F01F8000\n03F01F8000\n01F01F0000\n00E00E0000\nENDCHAR\nSTARTCHAR F061\nENCODING 61537\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n003FE000\n013FE400\n033FE600\n073FE700\n0F000780\n0F000780\n0F000780\n0F000780\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFF83FF8\nFFF83FF8\nFFF19FF8\nFFF39FF8\nFFF383F8\nFFF381F8\nFFE3F8F8\nFFE3F878\nFFCFFE78\nFFCFFE78\nFFCFFE78\nFFCFFE78\nFFCFFE78\n7FC7FE70\n0007FC00\n0003F800\nENDCHAR\nSTARTCHAR F062\nENCODING 61538\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3F84019F80\n7FCE039F80\nE0CF039800\nC0CF879800\nC00F8F9800\nE00FDD9800\n7F0EF99F80\n3F8E799F80\n01CE319800\n00CE019800\n00CE019800\n00CE019800\n00CE019800\nC0CE019800\nFFCE019800\n7F86019800\n0C00000000\n0000000000\n0000000000\n0007003F80\n000F83FF80\n000FFFFF80\n001FFFFF00\n00F8FFE000\n1FF87E0000\n7FF8F00000\nFFFCF80000\nFFFFFC0000\n71FFFC0000\n03FFFE0000\n07FFFF0000\n0FFFFF8000\n0FFFFF8000\nENDCHAR\nSTARTCHAR F063\nENCODING 61539\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFC3FFFF80\nFF80FFFF80\nFF007E3F80\nFE003C0F80\nFC00380F80\nFC00380780\nFC00180780\nFC00380780\nFE00380F80\nFE003C1F80\nFF007F7F80\nFF80FC0F80\nFFFFF80780\nFF80F00380\nFE00200380\nFC00200380\nFC00000180\nF800000180\nF800000180\nF000000380\nF0000C1F80\nF00007FF80\nF00007FF80\nF8001FFF80\nFF80FFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F064\nENCODING 61540\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF83E00\n007FFF7F80\n03FFFFFF00\n07FFFFFC00\n0FFFFFF800\n1FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n3FF3FFFE00\n3FE3FFFF00\n3FE1FFFF00\n1FE3FFFF00\n0007FFFF80\n001FC7FF80\n0FFF01FF80\n3FFE00FF80\n7FFC007F80\nFFF8003F80\nFFE0001F80\n7FC0001F80\n1C00001F80\n0000001F00\n0000001F00\n3E00001F00\n3E00001E00\n1F00001E00\n0F80008F80\n0FE0038700\n07FC0FC000\n01FFFFE000\n00FFFF8000\n003FFF0000\n0007F80000\nENDCHAR\nSTARTCHAR F065\nENCODING 61541\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00001FC000\n00007FF800\n0001FFFC00\n0003FFFE00\n0007FFFF00\n0007FFFF00\n01FFFFFF80\n07FFFFFF80\n1FFFFFFF80\n3FFFFFFF80\n7FFFFFFF80\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFF87E00\n7FFFFFDF00\n7FFFFFF080\n3FFFFFF800\n3FFFFFFC00\n3FFFFFFC00\n3FFFFFFE00\n7C3FFFFE00\nE03FFFFE00\n001FFFFE00\n001FFFFC00\n000FFFF800\n000FFFF000\n000FFFE000\n000FFF0000\n000F800000\n001C000000\nENDCHAR\nSTARTCHAR F066\nENCODING 61542\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n0001C000\n0001C000\n00C1C180\n01E1E380\n00F3E780\n00FFFF80\n00FFFF80\n00FFFF84\n3FFE3FFE\n3FF007FE\n1FE003FC\n0FC001F8\n07800000\n0F800000\n1F000000\nFF000000\nFF000000\nFF000000\n0F000000\n0F800000\n07800000\n0FC001F8\n1FE003FC\n3FF007FE\n3FFC3FFE\n10FFFF80\n007FFF80\n00FFFF80\n00F3E780\n00E3C3C0\n00C1C180\n0001C000\n0001C000\nENDCHAR\nSTARTCHAR F067\nENCODING 61543\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003FFF800\n001FFFFE00\n0038780700\n00E03E0300\n01803F8180\n03001FE180\n06003FF980\n0C003FFF80\n18003FFF80\n10007F0380\n3000600380\n6000E00380\n6001E00780\n4003F00780\nC007F00F80\nC00FF80F80\nC01FF81F80\nE07FF83F80\nFBFFFC3F80\nFFC7FC7F80\nFFC1FEFF80\nDFC03FFF80\nDFC00FFF80\nCFC007FF80\nCF800EFF80\nC780187F80\nC780303F80\nC380E01F80\nC383C00F80\n618F000780\n71FE000380\n3FFFFFFF80\n0FFFFFFF80\nENDCHAR\nSTARTCHAR F068\nENCODING 61544\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000700000\n0000780000\n0000F80000\n0000F00000\n0000F00000\n0000F00000\n0180F0C000\n03C0F1E000\n03C0F1E000\n07C1F1F000\n0F81E0F800\n1F01E07C00\n1E01E07E00\n3E01E03E00\n7C01E01F00\nF801E00F80\nF003E00780\nF803C00F80\n7C03C01F00\n3E03C03E00\n1F03C07C00\n1F03C07C00\n0F83C0F800\n07C7C1F000\n03C781E000\n03C781E000\n018780C000\n0007800000\n0007800000\n0007800000\n000F800000\n0007000000\n0007000000\nENDCHAR\nSTARTCHAR F069\nENCODING 61545\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000078\nF0000070\nF0000070\nF80000F0\nF83FFFF0\nF83FFFF0\n783FFFF0\n783FFFF0\n780000F0\n780000F0\n780000F0\n780000F0\n7FFFE0F0\n7FFFE0E0\n7FFFE0E0\n7C3FE0E0\n7C3FE1E0\n7C3FE1E0\n3C3FE1E0\n3C0201E0\n3C0001E0\n3C0001E0\n3C0001E0\n3F800FE0\n3FF8FFC0\n0FFFFF80\n01FFFC00\n003FE000\n00070000\nENDCHAR\nSTARTCHAR F06A\nENCODING 61546\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000078\nF0000070\nF0000070\nF8000070\nFFFFE070\nFFFFE070\n7FFFE0F0\n7FFFE0F0\n780000F0\n780000F0\n780000F0\n780000F0\n7FFFE0F0\n7FFFE0E0\n7FFFE0E0\n7C3FE0E0\n7C3FE1E0\n7C3FE1E0\n3C3FE1E0\n3C0201E0\n3C0001E0\n3C0001E0\n3C0001E0\n3F800FE0\n3FF8FFC0\n0FFFFF80\n01FFFC00\n003FE000\n00070000\nENDCHAR\nSTARTCHAR F06B\nENCODING 61547\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 32 0 1\nBITMAP\n00000800\n00081800\n00183000\n00183000\n08383000\n18303000\n38303000\n30703000\n70703000\n70703800\n70781C00\nF0780E03\nF03807FE\nF03C03FC\nF03C0000\nF01E0000\nF01F0000\nF80F8000\nF807E000\nF803FE3E\n7C01FFFC\n7E007FF0\n7E000780\n3F000000\n1F800000\n1FE00000\n0FF00000\n07FE0070\n03FFFFE0\n00FFFFC0\n003FFF00\n000FF800\nENDCHAR\nSTARTCHAR F06C\nENCODING 61548\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFBF80\nFFFFFF0780\nF03FFF0180\nF03FFF0180\nF03FFE0380\nF03FFE0380\nF03FFE0380\nF03FFFC780\nF03FFFFF80\nF01FFFFF80\nF01FFE0780\nF01FFC0780\nF80FFC0F80\nF807F80F80\n7800C00F00\n7C00001F00\n7C00001F00\n3E00003E00\n3F00007E00\n1FC001FC00\n0FF80FF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n000FF80000\nENDCHAR\nSTARTCHAR F06D\nENCODING 61549\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF800000F80\nF000000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n7C00001E00\n3E00001E00\n1F00001C00\n1F80001C00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F06E\nENCODING 61550\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n000F8000\n003FE000\n00FFF800\n01FFFC00\n07FDFF00\n1FF07FC0\n7FC01FF0\nFF0007F8\nFC0001F8\nF0000078\nF0104078\nF0707078\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\n70F07870\n10F07840\n00F07800\n00FDF800\n00FFF800\n003FE000\n000F8000\n00020000\nENDCHAR\nSTARTCHAR F06F\nENCODING 61551\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00FF8000\n03FFE000\n07FFE000\n07FFF000\n0F80F800\n0F80F800\n0F000000\n0F000000\n0F002000\n0F007800\n0F00FC00\n0F01FE00\n0F03FF00\n0F07FF80\n0F07FF80\n0F077F00\n0F007A00\n7F707800\nFFF07800\nFFF07800\n7FE07800\n3FC07800\n1F807800\n0F007800\n02007800\n00007800\n00007800\n0F00F800\n0F80F800\n07FFF000\n07FFF000\n03FFE000\n00FF8000\nENDCHAR\nSTARTCHAR F070\nENCODING 61552\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n000000F8\n000007F8\n00001FF8\n00003FF8\n00007FF8\n00007FF8\n0000FF80\n0001FE00\n0001FC00\n0003F800\n0003F000\n0007F000\n0007E000\n000FE000\n000FFF00\n000FFF80\n001FFF80\n001FFF80\n001FFF80\n003FFF80\n003FFF00\n007F0000\n007E0000\n00FE0000\n01FE0000\n03FC0000\n0FFC0000\nFFF80000\nFFF00000\nFFF00000\nFFC00000\nFF800000\nFC000000\nENDCHAR\nSTARTCHAR F071\nENCODING 61553\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n007FFF0000\n0073FF0000\n00F3FF8000\n00FFFF8000\n00FFFF8000\n0000FF8000\n0000FF8000\n07FFFF9C00\n1FFFFF9F00\n3FFFFF9F80\n7FFFFF9F80\nFFFFFF9F80\nFFFFFF9F80\nFFFFFF1F80\nFFFFFE3F80\nFFF0007F80\nFFC000FF80\nFF8003FF80\nFF1FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF3FFFFE00\n7F3FFFFC00\n1F3FFFF000\n003F800000\n003F800000\n003FFF8000\n003FFF8000\n003FE78000\n001FE70000\n001FFF0000\n000FFE0000\nENDCHAR\nSTARTCHAR F072\nENCODING 61554\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FE3E3F800\n1F83E0FC00\n1F03E07C00\n3E03E03E00\n3C03E01E00\n7C03E01F00\n7803E00F00\nF803E00F80\nF003E00F80\nF003FFFF80\nF003FFFF80\nF003FFFF80\nF003FFFF80\nF003FFFE00\nF003E00000\nF803E00000\n7803E00000\n7C03E00000\n7C03E00000\n3E03E00000\n1F03E00000\n1F83E00000\n0FE3E00000\n07FFE00000\n03FFE00000\n00FFE00000\n003FC00000\n000FC00000\nENDCHAR\nSTARTCHAR F073\nENCODING 61555\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000F00\nFC00001F80\nFC00001F80\nFC00001F80\nFCF8071F80\n79FC1FCF00\n03FC7FE000\n07F8FFF000\n0F01F07800\n0F03E07800\n0F07C07800\n0F0F807800\n0F0F047800\n07860E3000\n03C01F0000\n03E00F8000\n01F007C000\n00F803E000\n007C01E000\n063820F000\n0F10707800\n0F00F87800\n0F01F07800\n0F03E07800\n0F07C07800\n07FF8FF000\n07FF1FF000\n7BFC1FEF00\nFCF80F9F80\nFC00001F80\nFC00001F80\nFC00001F80\n7800000F00\nENDCHAR\nSTARTCHAR F074\nENCODING 61556\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFC000\n0FFFFF8000\n0030038000\n0078078000\n007C0F8000\n207C0FC000\n607E0FE100\n703E07E100\nF03E07F380\nF03E07F380\nF81E03E780\nF81E03E780\nFC1E83E780\nFC0C81CF80\nFC0C81CF80\nFE05C0DF80\nFE05C09F80\n7F01E01F00\n7F03E03F00\n3F03F03E00\n3F83F07E00\n1F87F07C00\n1F87F87C00\n0FC7F8F800\n07CFFCF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F075\nENCODING 61557\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 32 2 0\nBITMAP\n00040000\n000E0000\n000F0000\n001FC000\n007FE000\n00FFF800\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n3FFFFFE0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF0\nFFFFFFF8\nFC03F838\nF8004018\nF8000018\nF0000018\nF001F018\n7003F838\n780E0C30\n7C3E06F0\n3FFEEFE0\n3FFFFFE0\n1FFFFFC0\n0FE38780\n07F00F00\n03F83E00\n00FFF800\n001FE000\nENDCHAR\nSTARTCHAR F076\nENCODING 61558\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000000000\nF000000000\nF7C0000000\n7FE0000000\n7FF8000000\n3FFC000000\n1FFE000000\n1FFF000000\n0FFF800000\n07FFF00000\n07FFFC0000\n03FFFE0000\n03FFFF0000\n07FFFF8000\n07FFF80000\n0FFFF80000\n0FFFFC0000\n0FFFFC0000\n0FBFFC0000\n0F1FFE0000\n070FFE0000\n0307FF0000\n0103FF8000\n0001FFC000\n00007FE000\n00001FF000\n000007F800\n000003FC00\n000001FF00\n000001CF00\n000000E180\n0000006000\n0000006000\nENDCHAR\nSTARTCHAR F077\nENCODING 61559\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00030000\n00038000\n0003C000\n0003C000\n0007E000\n000FE000\n001FC000\n003FC000\n007FC000\n00FF8000\n01FF8000\n03FF8000\n07FF8000\n0FFF8300\n0FFFFF80\n1FE7FFC0\n3FE7FFE0\n3FC3FFE0\n7FE1FFF0\n7FF0FFF0\nFFF83FF8\nFFFC1FF8\nFFFC0FF8\nFEFC07F8\nFE7C03F8\nFC7C03F8\nFC3801F0\n7C0001F0\n7C0001F0\n3C0001E0\n1E0003C0\n0E000380\n03000700\nENDCHAR\nSTARTCHAR F078\nENCODING 61560\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC007F80000\nE03FFE0000\nF0FFFF8000\nFBFFFFE000\nFFFC1FF000\nFFE003F800\nFF8000FC00\nFF80007C00\nFFC0003E00\nFFE0001E00\nFFF0001F00\nFFF0000800\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n080007FF80\n3C0007FF80\n3C0003FF80\n3E0001FF80\n1F0000FF80\n1F8000FF80\n0FE003FF80\n07FC0FFF80\n03FFFFEF80\n00FFFF8780\n003FFE0380\n000FF80180\nENDCHAR\nSTARTCHAR F079\nENCODING 61561\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFFE00\n1FFFFFFF00\n3FFFFFFF80\n3FFFFFFF80\n3000000180\n3000000180\n31FE0C3180\n33FF1E7980\n33FF1E7980\n31FF1C7180\n3000000180\n3000000180\n3000000180\n3000000180\n3FFFFE0180\nFFFFFF0180\nE000038180\nC000018180\nC000018180\nCF1C718180\nCF3CF98180\nCF3C718180\nC608218180\nC000018180\nC000038180\nFFFFFF8180\n7FFFFF0180\n3000000180\n3000000180\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF00\n0FFFFFFE00\nENDCHAR\nSTARTCHAR F07A\nENCODING 61562\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF9F8000F80\nF0F8000780\nF0F0000780\nF8F8000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n03FE3FE000\n03FE7FE000\n03FCFFE000\n03F9FFE000\n03F3FFE000\n03F9FFE000\n03F8FFE000\n03FC7FE000\n03FE3FE000\n03FC1FE000\n03F88FE000\n03F1C7E000\n03E3E3E000\n03C7F1E000\n038FF8E000\n031FFC6000\n023FFF2000\n007FFF8000\n00FFFFC000\nENDCHAR\nSTARTCHAR F07B\nENCODING 61563\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFF80FFF80\nFFF80FFF80\nFFF80FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFF007FF80\nFFE003FF80\nFFC001FF80\nFFF80FFF80\n7FFFFFFF00\n1FFFFFFC00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F07C\nENCODING 61564\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nFFF007FF80\nFFC1C1FF80\nFF8FF8FF80\nFF0FFC7F80\nFF07FE7F80\nFE63E73F80\nFE70C73F80\nFCF80F1F80\nFCF81F9F80\nFCFC1F9F80\nFCFE3F9F80\nFCFF7F9F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F07D\nENCODING 61565\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E00000F00\nFF00001F80\nFF00001F80\nFF00001F80\nF000001F80\nF000001F80\nF000001F80\nF000001F80\nFE000F1F80\nFF001F9F80\nFF001F9F80\nFF001F9F80\nF0001F9F80\nF0001F9F80\nF0001F9F80\nF0001F9F80\nFC0C1F9F80\nFF1F1F9F80\nFF3F1F9F80\nFF3F9F9F80\nFE3F9F9F80\nF03F9F9F80\nF03F9F9F80\nF03F9F9F80\nF03F9F9F80\nFF3F9F9F80\nFF3F9F9F80\nFF3F9F9F80\nFE3F9F9F80\nF03F9F9F80\nF03F9F9F80\nF03F1F9F80\n601F1F0F00\nENDCHAR\nSTARTCHAR F07E\nENCODING 61566\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0FFFFFFE00\n1FFFFFFF00\n3FFFFFFF80\n3FFFFFFF80\n3800000380\n3000000180\n31C71C7180\n33CF9E7980\n7FFFFFFF80\nFFFFFFFF80\nE000000380\nC000000180\nC082082180\nC3C71C7980\nC3CF9E7980\nC3C71C7980\nC082082180\nC000000180\nE000000380\nFFFFFFFF80\n7FFFFFFF80\n33CF9E7980\n31C71C7180\n3000000180\n3800000380\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF00\n0FFFFFFE00\nENDCHAR\nSTARTCHAR F07F\nENCODING 61567\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E60003E00\n3CF0001E00\n7CF0801F00\n78F1C00F00\nF8F3F00F00\nF0F3F80F80\nF0F3FE0780\nF0F3FF0780\nF0F3FF8780\nF0F3FF0780\nF0F3FE0780\nF0F3F80F80\nF8F3F00F80\n78F1C00F00\n7CF0801F00\n3CF0001E00\n3EF0003E00\n1FF0007C00\n1FF000FC00\n0FF003F800\n07F81FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F080\nENCODING 61568\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFF0E3FFF80\nFF0C1FFF80\nFE0C1FFF80\nFE1C1FFF80\nFC1C1FFF80\nFC3C1FFF80\nF83C1FFF80\nF87C1FFF80\nF07C1FFF80\nF07C1FFF80\nF87FFFFF80\nF83FFFFF80\nFC1E3C0F80\nFE1C180780\nFE0C180780\nFF0C180780\nFF8E380F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n000FF00000\n000FE00000\n000FC00000\n000F800000\n000F000000\n000E000000\n000C000000\n0008000000\nENDCHAR\nSTARTCHAR F081\nENCODING 61569\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 3\nBITMAP\n3000000C00\n3E00007C00\n3F1FFCFC00\n3FFFFFFC00\n3FFFFFFC00\n3FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\n7FC001FF00\n7E00003F00\nFC00001F80\nF800000F80\nF800000F80\nF070070780\nF0F0078780\nF0F0078780\nF0F0078780\nF070070780\n7020020700\n7800000F00\n7800000F00\n3C03E01E00\n3E01C03E00\n1F8000FC00\n07F007F000\n01FFFFC000\n001FFC0000\nENDCHAR\nSTARTCHAR F082\nENCODING 61570\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7F3FFE7F00\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n7FE003FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nENDCHAR\nSTARTCHAR F083\nENCODING 61571\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001000000\n0000C00000\n0000C00000\n0000C00000\n0000E10000\n0000C40000\n0001D80000\n0007B00000\n000E600000\n0018600000\n0038E00000\n0030600000\n0030600000\n0018700000\n0018300000\n000C180000\n0600000000\n0F80003F00\n07FF1FFF80\n01FFFFC380\n0003F00180\n0000000180\n03F80FE780\n01FFFFCF00\n000FF80600\n0000000000\n10F0078400\n707FFF0700\nF80FF80F80\nFE00003F80\n7FE003FF00\n0FFFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F084\nENCODING 61572\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00078000\n001FC000\n003FF000\n00FFF800\n01FFFE00\n07FFFF00\n1FFFFFC0\n3FFFFFE0\n7FFFFFF8\nFFFDFFF8\nFFF87FF8\nFFE03FF8\nFF820FF8\nFF0F87F8\nFF3FE7F0\nFF3FE7E0\nFF3FE780\nFF3FE700\nFF3FE000\nFF0F8000\nFF820000\nFFE00000\nFFF80000\nFFFC0000\n7FFF0000\n3FFFC000\n1FFFE000\n07FFF800\n03FFFE00\n00FFF800\n007FF000\n001FC000\n00078000\nENDCHAR\nSTARTCHAR F085\nENCODING 61573\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7F00007F00\n7F00007F00\nC18000C100\nC18000C180\nC0C0018180\nE0F0078380\nF03C1E0780\nF03C1E0780\nFCFC1F9F80\nFCFC1F9F80\nFCFC1F9F80\n7CFC1F9F00\n7CFC1F9F00\n303C1E0600\n387C1F0E00\n1FF80FFC00\n1FF007FC00\n0FF80FF800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F086\nENCODING 61574\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 3\nBITMAP\n0001C00000\n0001E00000\n0003FFFF80\n0007FFFF80\n001F7E0000\n003E3FF000\n00FE3FFF80\n03FC1FCF80\n07F80FF000\n1FF80F7C00\n7FF0070F80\nFF60038380\nFCE0038000\nF1C001C000\n018001E000\n038000E000\n0700007000\n0700007800\n0E00003800\n0C00001C00\n1C00001E00\n3800000E00\n3000000700\n7000000780\nE000000380\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F087\nENCODING 61575\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7E007FFF00\nFF007FFF80\nFF00FFFF80\nFF00FFFF80\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F00F80780\n0F1CF80780\n0F3CF80780\n0F3CF80780\n0F3CF80780\nFFFCFFFF80\nFFFCFFFF80\nFFFC7FFF80\n7FFC7FFF00\nENDCHAR\nSTARTCHAR F088\nENCODING 61576\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n7FFE4000\nFFFE6000\nFFFE7000\nFFFE7800\nFFFE7C00\nFFFE7E00\nFFFE7F00\nFFFE7F80\nFFFE7FC0\nFFFE7FE0\nFFFE0000\nFFFE0000\nFFFFFFE0\nFFFFFFE0\nFFFBFFE0\nFFF1FFE0\nFFE0FFE0\nFFC07FE0\nFF803FE0\nFF001FE0\nFE000FE0\nFC0007E0\nFE000FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFE0FFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\n7FFFFFC0\nENDCHAR\nSTARTCHAR F089\nENCODING 61577\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n7FFE4000\nFFFE6000\nFFFE7000\nFFFE7800\nFFFE7C00\nFFFE7E00\nFFFE7F00\nFFFE7F80\nFFFE7FC0\nFFFE7FE0\nFFFE0000\nFFFE0000\nFFFFFFE0\nFFFFFFE0\nFFE0FFE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFFC07FE0\nFE0007E0\nFC0007E0\nFE000FE0\nFF001FE0\nFF803FE0\nFFC07FE0\nFFE0FFE0\nFFF3FFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\n7FFFFFC0\nENDCHAR\nSTARTCHAR F08A\nENCODING 61578\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFF90000\n03FFF98000\n03FFF9C000\n03FFF9E000\n03FFF9F000\n03FFF9F800\n03FFF9FC00\n03FFF9FE00\n03FFF9FF00\n01FFF9FF80\n003FF80000\n0003F80000\n0181FFFF80\n1FF8FFFF80\n7FFC7FFF80\nFFFE3FFF80\nFF7F3FFF80\nF80F3FFF80\nF00F1FFF80\n600F3FFF80\n007F3FFF80\n01FF3FFF80\n03FE7FFF80\n03F87FFF80\n03C0FFFF80\n03C1FFFF80\n03C7FFFF80\n000FFFFF80\n000FFFFF80\n03CFFFFF80\n03CFFFFF80\n03CFFFFF80\n03C7FFFF00\nENDCHAR\nSTARTCHAR F08B\nENCODING 61579\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3E00007E00\n7F00007F00\nFF00007F80\nFF00007F80\nF000000780\nF000000780\nF000000780\nF000000780\n0180FC0000\n03C1FF0000\n03C3FF8000\n03C3FFC000\n03C3E7E000\n03C3E3E000\n03C3E1E000\n03C3E3E000\n03C3E7C000\n03C3FFC000\n03C3FF8000\n03C3FF0000\n03C3F80000\n03C3E00000\n03C3E00000\n03C1C00000\n0180800000\nF000000780\nF000000780\nF000000780\nF000000780\nFF00007F80\nFF00007F80\n7F00007F00\n3E00003E00\nENDCHAR\nSTARTCHAR F08C\nENCODING 61580\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n0000000000\n0000000000\n0000000000\n0000000000\n01FF1FFC00\n03FF1FFE00\n03FF1FFE00\n01FF1FFC00\nENDCHAR\nSTARTCHAR F08D\nENCODING 61581\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFF1C00\n1FFFFE3E00\n3FFFFC7F00\n7FFFF8FF00\nFFFFF9FF80\nFFFFF9FF80\nFFFFF9FF80\nFFFFF9FF80\nFFFFF9FF80\nFFFFF3FF00\n000003FF00\n000007FF00\n01FFFFFE00\n03FFFFFE00\n07FFFFFC00\n07FFFFF800\n0FFFFFF800\n0FFFFFF000\n1FFFFFF000\n3FFFFFE000\n3FFFFFC000\n7FFFFFC000\n7FFFFFC000\n7FFFFF9F80\nFFFFFF9F80\nFFFFFF9F80\nFFFFFF9F80\nFFFFFF9F80\nFFFFFF9F80\n7FFFFF9F00\n7FFFFF9F00\n3FFFFF9E00\n0FFFFFCC00\nENDCHAR\nSTARTCHAR F08E\nENCODING 61582\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFBC1FFF80\nFF1007FF80\nFF01C3FF80\nFF07F1FF80\nFF03F8FF80\nFF03FCFF80\nFFFFFC7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFCFF80\nFFDFFCFF80\nFF8FF8FF80\nFFC7F1FF80\nFFE083FF80\nFFF007FF80\nFFFF3FFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n0000FF0000\n0000FE0000\n0000FC0000\n0000F80000\n0000F00000\n0000E00000\n0000C00000\n0000800000\nENDCHAR\nSTARTCHAR F08F\nENCODING 61583\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFF80F80\nFFFFF80780\nFFFFF80780\nFFFFF80780\nFFFFF80780\nFFFFF80780\nF800F80780\nF000F80780\nF801FC0F80\nFFFFFFFF80\nFFFFFFFF80\nF000FFFF80\nF800FFFF80\nFFFFFFFF80\nFFFFFFFF80\nF003FFFF80\nF803FFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F090\nENCODING 61584\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nF8001FF0\nF0001FF8\nF0000000\nF0000000\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF8000078\nF0000038\nF0000038\nF0000038\nF8000078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000038\nF0000038\nF0000038\nF0000038\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F091\nENCODING 61585\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFFC00\n8FFFFFF880\nC7FFFFF180\nE3FFFFE380\nF1FFFFC780\nF8FFFF8F80\nFC7FFF1F80\nFE3FFE3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC7E1FF80\nFFE3007F80\nFFE01C1F80\nFFC0FF8F80\nFF81FFC780\nFF13FFE380\nFE27FFF380\nFC67C1F380\nF8E780F980\nF1CF807980\nE3CF807980\nC7CF807980\n8FC780F880\n1FE7C0F000\n3FE7E3F000\n0003FFF000\n0001FFF800\n0000FFFC00\n00003E3E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F092\nENCODING 61586\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000E380000\n000C180000\n000C180000\n000C180000\n007C1F0000\n00FC1F8000\n7FC001FF00\nFFC001FF80\nFFF003FF80\nFFF80FFF80\nFF3C1FFF80\nF81E3FFF80\nF80FFC0380\nF007F80180\nF003FC0380\nF003FFFF80\nF003FFFF80\nF003FFFF80\nF803FFFF80\nF807F81F80\nFC07F83F80\nFE1FFFFF80\nF807FFFF80\nE001FFFF80\nC000FFFF80\nC000F80180\nE001F80180\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F093\nENCODING 61587\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n1C00000000\n3E00000000\n3F00000000\n1F80000000\n1FC0000000\n3FE0000000\n7FF0000000\nFDF8000000\nF8FC000000\n707E000000\n007F000000\n00FF800000\n01FFC00000\n03F7E00000\n03E3F04000\n01C1FBF800\n0000FFFE00\n00007FFE00\n00003FFF00\n00007E0F80\n0000FC0F80\n0001F80780\n0001F00780\n0001E00780\n0003E00F80\n0003E01F00\n0001E03F00\n0001E07E00\n0001F8FC00\n0000FFF800\n0000FFF000\n00003FE000\n00001F8000\nENDCHAR\nSTARTCHAR F094\nENCODING 61588\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFC00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F095\nENCODING 61589\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFC00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFC0F80\nFFFFF80780\nFFFFF80780\nFFFFF00780\nF800000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F096\nENCODING 61590\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFF07FF8\nFF800FF8\nFF0387F8\nFE03E3F8\nFC03F1F8\nF803F8F8\nF803FCF8\nF803FCF8\nF003FE78\nF007FE78\nF00FFE78\nF007FE78\nF0007E78\nF8003CF8\nF8001CF8\nF80009F8\nFC0001F8\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF80000F8\nFC0001F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F097\nENCODING 61591\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n7FF3E7FF00\nFFF3E7FF80\nFFF3E7FF80\nFFF1CFFF80\nFFF80FFF80\nFFFC1FFF80\nFFBFFFFF80\nFC07FFFF80\nF803FFFF80\nF003FFFF80\nF003FFFF80\nF003E00780\nF003E00F80\nF003FFFF80\nF803FFFF80\nF807E07F80\nFC07E0FF80\nFE1FFFFF80\nF807FFFF80\nE001E00780\nC000E00780\nC000FFFF80\nE000FFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F098\nENCODING 61592\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFF90000\n03FFF98000\n03FFF9C000\n03FFF9E000\n03FFF9F000\n03FFF9F800\n03FFF9FC00\n03FFF9FE00\n03FFF9FF00\n03FFF9FF80\n03FFF80000\n03FFF80000\n03FFFFFF80\n03FFFFFF80\n00003FFF80\n00000FFF80\n3FF80FFF80\nFFFC07FF80\nFFFC07FF80\nFCFC07FF80\nFC3C07FF80\nC01C07FF80\nC00C07FF80\nC00C07FF80\nE03C07FF80\nFC7C07FF80\nFDFC07FF80\nFFFC07FF80\n7FF807FF80\n00000FFF80\n00001FFF80\n03FFFFFF80\n01FFFFFF00\nENDCHAR\nSTARTCHAR F099\nENCODING 61593\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFFFF0\n7FFFFFF8\nFFFFFFF8\nFFFFFFF0\nF0000000\nF0000000\nFFFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFF8FFF8\nFF801FF8\nFF0007F8\nFE0003F8\nFC0203F8\nFC1FC1F8\nFC3FE1F8\nFE7FC1F8\nFFFE03F8\nFFF803F8\nFFF007F8\nFFF01FF8\nFFF07FF8\nFFF07FF8\nFFF8FFF8\nFFFFFFF8\nFFFFFFF8\nFFF8FFF8\nFFF07FF8\nFFF07FF8\nFFF8FFF0\n7FFFFFE0\n3FFFFF80\nENDCHAR\nSTARTCHAR F09A\nENCODING 61594\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFFFC000\n03FFFFE000\n73FFFFE300\nF3FFFFE780\nFBFFFFE780\n7FFFFFEF80\n7C00001F00\n3E00001E00\n1FFFFFFE00\n1FFFFFFC00\n0FFFFFFC00\n0FFFFFF800\n0FFFFFF800\n0FFBEFF800\n0FF1C3F800\n0FF003F800\n0FF003F800\n0FE003F800\n0FE003F800\n0F81C07800\n0F01E07800\n0F81E07800\n0FC0C0F800\n0FE003F800\n0FF007F800\n0FF003F800\n0FF003F800\n0FF1E7F800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F09B\nENCODING 61595\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFFFC000\n03FFFFE000\n73FFFFE300\nF3FFFFE780\nFBFFFFE780\n7FFFFFEF80\n7C00001F00\n3E00001E00\n1FFFFFFE00\n1FFFFFFC00\n0FFFFFFC00\n0FFFFFF800\n0FFFFEF800\n0FFFFC7800\n0FFFD8F800\n0FFF01F800\n0FFE03F800\n0FE001F800\n0FC001F800\n0F8001F800\n0F8003F800\n0F8003F800\n0F0007F800\n0F8007F800\n0F8007F800\n0F800FF800\n0FC00FF800\n0FE01FF800\n0FF87FF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F09C\nENCODING 61596\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0007F00000\n007FFF0000\n01FFFFC000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFF7FFE00\n7FFE7FFF00\n7C3E3E3F00\nFC0E0E0F80\nFC8C8CC780\nF9CCCCE780\nF98CCCC780\nF80CC80F80\nF87DD83F80\nF3FFF9FF80\n73FFFBFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n01FFFFC000\n007FFF0000\n0007F00000\nENDCHAR\nSTARTCHAR F09D\nENCODING 61597\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFBC1EFF00\nF3380E6780\nF333E66780\nF333E66780\nF333E66780\nF033E60780\nF833E60780\nFF33E7E780\nFF33E7E780\n7F380FE700\n7FBC1FEF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F09E\nENCODING 61598\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nE000000380\nC000000180\nCFC7F00180\nCFC7F00180\nC00FFFF980\nC00FFFF980\nCFC0000180\nDFE0000180\nDFFFFFF180\nFFFFFFF980\nC000000180\nC000000180\nC7FFE1F180\nCFFFF3FD80\nC7FFE3FD80\nC00007FD80\nC00007FF80\nCFC7F00180\nC7CFF80180\nC00FFFF980\nC01FFFF180\nCFE0000180\nDFE0000180\nDFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F09F\nENCODING 61599\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFF800\nFFFFFFF800\nC000000000\nC000000000\nCFFFFFFF80\nCFFFFFFF80\nCC00000180\nCC00000180\nCC1C000180\nCC7E000180\nCC7F000180\nCCFF000180\nCCFF800180\nCCFF000180\nCC7F010180\nCC3E03C180\nCC0007E180\nCC000FF180\nCC001FF980\nCC3C3FF980\nCC7E3FF980\nCCFF1FF980\nCCFF8FF980\nCCFFC7F980\nCCFFE3F980\nCC00000180\nCC00000180\nCFFFFFFF80\nCFFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\nENDCHAR\nSTARTCHAR F0A0\nENCODING 61600\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003C000000\n007F000000\n007F000000\n00FF000000\n00FF000000\n00FF000000\n007F000000\n003E000000\n7FFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\n81FFFFBF00\n80FFFFFF00\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n81FFFFBF00\nE7FFFF8C00\nFFC1FF8000\nFF80FF8000\nFF00FF8000\nFF00FF8000\nFF00FF8000\nFF80FF8000\nFF80FF8000\n7FC3FF0000\nENDCHAR\nSTARTCHAR F0A1\nENCODING 61601\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1871C70C00\n3CF3C79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n1C71C71C00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE7FE38F380\nC3FC186180\nC3FC186180\nC3FC186180\nE7FE3CF380\nFFFFFFFF80\nFFFFFFFF80\nC30C187F80\nC30C187F80\nC30C187F80\nE38E38FF80\nFFFFFFFF80\nFFFFFFFF80\nFF0FF86180\nFF0FF86180\nFF0FF86180\nFF0FF8E180\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F0A2\nENCODING 61602\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00F80F8000\n00F80F8000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF81FFC0F80\nF00FF80780\n0000000000\n0000000000\nFC3FFE1F80\nFC3FFE1F80\nF03FF81F80\nF00FF80780\nFC1FFC1F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F0A3\nENCODING 61603\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF007F800\n1FE003FC00\n1FC001FC00\n3F81C0FE00\n3F83E0FE00\n7F07F07F00\n7F0FF87F00\nFF0FF87F00\nFF8FF07F80\nFFFFF0FF80\nFFFFE0FF80\nFFFF80FF80\nFFFE01FF80\nFFFE03FF80\nFFFE07FF80\nFFFC1FFF80\n7FFE3FFF00\n7FFF7FFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFE3FFC00\n1FFC1FFC00\n0FFE3FF800\n07FE3FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0A4\nENCODING 61604\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n03FFFFE000\n0FFFFFF800\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF00\nFF383E0F80\nFC30180780\nF87380FF80\nF9F3C3FF80\nF3F3E7FF80\nF3F3C7FF80\nF3F3870F80\nF3F0060780\nF1F0670780\nF9F3E3E780\nFC33F0E780\nFE03F80780\nFF83FF0F80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n0FFFFFF800\n03FFFFE000\nENDCHAR\nSTARTCHAR F0A5\nENCODING 61605\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFE00780\nFFFFE00780\nFFFFF00F80\nFFFFF01F80\nFFFFF83F80\nFFFFFC7F80\nFFFFFE7F80\n7FFFFFFF80\n3FFFFFFF80\n0F00000780\n0F00000780\n0F00000780\n0F00000780\n0F00000780\n0FFFFFFF80\n0FFFFFFF80\n0F00000780\n0F00000780\n0F00000780\n0F00000780\n0FFFFFFF80\n0FFFFFFF80\n0F00000780\n0F00000780\n0F00000780\n0F00000780\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\n03FFFFFE00\nENDCHAR\nSTARTCHAR F0A6\nENCODING 61606\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007FC0000\n000FFE0000\n000FFE0000\n000FFE0000\n000FFE0000\n000FFE0000\n000FFE0000\n0007FC0000\n0000E00000\n0000E00000\n0000E00000\n0000E00000\n0000E00000\n0000E00000\n7FFFFFFF00\nFFFFFFFF80\n7FC0006000\n00C0006000\n00C0006000\n00C0006000\n00C0006000\n00C0006000\n00C0006000\n00C0006000\n00C0006000\n07FC07FC00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n0FFC07FE00\n07FC07FC00\nENDCHAR\nSTARTCHAR F0A7\nENCODING 61607\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003F00000\n001FFC0000\n203FFE0200\n307FFF0700\n70FE1F8700\n71F80FC700\n71F003C700\nFFE001FF80\nFFC001FF80\n7F8000FF80\n1F8000FC00\n0780007000\n0700007800\n0F80007800\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFF8FF87F80\n3F0FF87E00\n0F8FF87800\n07DFFDF800\n07FFFFF000\n1FFFFFFC00\n7FFFFFFF80\nFFFFFFFF80\nFFE3E3FF80\n71C3E1C780\n71E3E1C700\n70E3F38700\n307FFF0700\n203FFE0200\n001FFC0000\n0003F00000\nENDCHAR\nSTARTCHAR F0A8\nENCODING 61608\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0603E03000\n0F1FFCF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n07FFFFF000\n07FFFFF000\n0F3FFE7000\n3F1FFC7E00\nFF87F0FF80\nFF83E0FF80\nFF83E0FF80\n3FDFFDFE00\n0FFFFFF000\n07FFFFF000\n07FFFFF000\n03FFFFE000\n03F007E000\n03F80FE000\n07FFFFF000\n0FFFFFF800\n0F1FFC7800\n0603E03000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F0A9\nENCODING 61609\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n1F00000000\n3F00000000\n7E00000000\nFE00000000\nFF00000000\n7380000000\n01C6000000\n00EF000000\n007F800000\n003FC00000\n007FE00000\n00FFF00000\n00FFF80000\n007FFC0000\n003FFE0000\n001FFF0000\n000FFF8000\n0007FFC000\n0003FFE000\n0001FFF000\n0000FFF800\n00007FF800\n00003FF000\n00001FE000\n00000FF000\n000007B800\n0000031C00\n0000000E00\n0000000700\n0000000380\n0000000180\nENDCHAR\nSTARTCHAR F0AA\nENCODING 61610\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01F8000000\n07FE000000\n1FFF000000\n3FFF800000\n3FFFC00000\n7FFFE00000\n7FFFF00000\nFFFFF80000\nFFFFFC0000\nFFFFFE0000\nFFFFFF0000\nFFFFFF8000\nFFFFE7C000\n7FFFC3E000\n7FFF81F000\n3FFF00F800\n1FFE007C00\n0FFC003E00\n07F8001F00\n03F0000F00\n01F0000F80\n00F8000780\n007C000780\n003E000780\n001F000780\n000F800F80\n0007C00F00\n0003E01F00\n0001F87E00\n0000FFFE00\n00007FFC00\n00003FF000\n00000FC000\nENDCHAR\nSTARTCHAR F0AB\nENCODING 61611\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07E003F000\n0FC001F800\n1F8000FC00\n3F00007E00\n7E00003F00\nFC00001F80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFC00001F80\n7E00003F00\n3F00007E00\n1F8000FC00\n0FC001F800\n07E003F000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F0AC\nENCODING 61612\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000000C000\n000001E000\n07FF01E000\n0FFFE1E000\n0FFFFCF000\n07FFFFF000\n00FEFFF000\n00F71FF000\n01F307F800\n03E300F800\n07C381F800\n07C187F800\n0F800F7800\n1F000C7800\n1FF0007800\n3FF8007800\n3FF0007800\n3F00007F80\n7F800C7F80\n7F830F7F80\n7FC607FF00\n7BE603FC00\nF1E63FF800\nF1FFFFE000\n60FFFF8000\n007FFC0000\n003FC00000\n001F800000\n000FE00000\n0007F00000\n0001F80000\n0000F80000\n0000300000\nENDCHAR\nSTARTCHAR F0AD\nENCODING 61613\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 5\nBITMAP\n0001FFF000\n0001FFF800\n7FFFC07F00\nFFFFC03F80\nFFFFFFFF80\nFFFFFFFF80\nFFDFFFFF80\nFE03FFFF80\nFC21FFFF80\nF8F8FFFF80\nF1FCFFFF80\nF3FCFFFF80\nF3FCFFFF80\nF3FCFFFF80\nF1FCFFFF80\nF9F8FFFF80\nFC61FFFF80\nFE03FFFF80\nFF9FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F0AE\nENCODING 61614\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFE7FE00\n3FFFE3FE00\n7FBFE3FF00\n7F1FE1FF00\nFF0FE1FF80\nFF0FF3FF80\nFF8FFFFF80\nFF8FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFF780\nFFFFFFCF80\n7FFFFF8F00\n7FFFFE1F00\n7FFFF87E00\n3FFE00FE00\n1E0003FC00\n1FC03FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F0AF\nENCODING 61615\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00038000\n0003C000\n0183C300\n03C3C780\n01E3C780\n01E3C780\n61E3C780\nF1E3C700\nF1E3C700\n79E3C700\n79E38700\n78E38700\n38E38600\n18E18600\n1CE00600\n0C000000\n00000000\n00FFF000\n03FFF800\n07FFFC00\n0FFFFC00\n1FC0F878\n1F8030F8\n3F8001F8\n3F0003F8\n3F8007F0\n1F800FF0\n1FC03FE0\n1FF0FFC0\n0FFFFF00\n07FFFE00\n01FFF800\n003FC000\nENDCHAR\nSTARTCHAR F0B0\nENCODING 61616\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFC3F000\n0FFF01F800\n1FCE00FC00\n1F021E7C00\n3E0007FE00\n3E0001FE00\n7C0000FF00\n7C80007F00\nFD84007F80\nFD0C387F80\nFF0C3CFF80\nFF1C3DFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC181F80\nFFCE380F80\n7F07700700\n7E03E00700\n7C01C00600\n3C00001E00\n1E00007C00\n1FC00FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F0B1\nENCODING 61617\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07F0000000\n1FFC000000\n3FFE000000\n7FFF000000\n7E0F000000\nF80F000000\nF80F000000\nF007000000\nF000000000\nF000000000\nF000000000\nF000000000\nF001000000\nF003801800\nF003801800\nF003801800\nF003F01F00\nF03FF9FF80\nF01FF0FF00\nF003801800\nF003801800\nF003801800\nF001001000\nF000000000\nF000000000\nF007000000\nF00F000000\nF80F000000\n7E0F000000\n7FFF000000\n3FFE000000\n1FFC000000\n07F0000000\nENDCHAR\nSTARTCHAR F0B2\nENCODING 61618\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07F0000000\n1FFC000000\n3FFE000000\n7FFF000000\n7E0F000000\nF80F000000\nF80F000000\nF007000000\nF000000000\nF000000000\nF000010400\nF000018600\nF00007FF00\nF00007FF80\nF000018600\nF000018600\nF000018600\nF000018600\nF000018600\nF00007FF80\nF00007FF00\nF000018600\nF000010400\nF000000000\nF000000000\nF007000000\nF00F000000\nF80F000000\n7E0F000000\n7FFF000000\n3FFE000000\n1FFC000000\n07F0000000\nENDCHAR\nSTARTCHAR F0B3\nENCODING 61619\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FC001FE00\n7FC001FF00\nFFC001FF80\nFFC001FF80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFC001FF80\nFFC001FF80\n7FC001FF00\n3FC001FE00\nENDCHAR\nSTARTCHAR F0B4\nENCODING 61620\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F007E000\n07F007F000\n0FF007F800\n0FF007F800\n0F8000F800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n1F00007C00\n3F00007E00\nFE00003F80\nF000000780\nFE00003F80\n3F00007E00\n1F00007C00\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F0000F800\n0FF007F800\n0FF007F800\n07F007F000\n03F007E000\nENDCHAR\nSTARTCHAR F0B5\nENCODING 61621\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007C1F0000\n00FC1F8000\n00F80F8000\n01F007C000\n01F007C000\n03E003E000\n03E003E000\n07C001F000\n0FC001F800\n0F8000F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3E00003E00\n7C00001F00\n7C00001F00\nF800000F80\n7C00001F00\n7C00001F00\n3E00003E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0F8000F800\n0FC001F800\n07C001F000\n03E003E000\n03E003E000\n01F007C000\n01F007C000\n00F80F8000\n00FC1F8000\n007C1F0000\nENDCHAR\nSTARTCHAR F0B6\nENCODING 61622\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 1\nBITMAP\n0000078000\n00003FC000\n03807FE000\n07C07FE000\nFFC0FFF000\nFFE3FFF000\n1FC7FFF800\n3FCFFFFC00\n3FDFFFFC00\n3FBFFFFE00\n3FBFFFFE00\n3FFFFFFF00\n3FFFFFFF80\n1FFFFFFD80\n1FFFFFFD80\n0FFFFFFD80\n03FFFFB980\n009FF79980\n003CF71980\n003CF71D00\n003DE30C00\n0039E30800\n0039830C00\n0018860C00\n00184C0800\n0010380800\n0010180800\n00202C0800\n0020E41800\n0060001800\n01E0003800\nENDCHAR\nSTARTCHAR F0B7\nENCODING 61623\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FEFF8000\n03FEFFE000\n07FC3FF000\n0FFC3FF800\n1FFC1FFC00\n1FFC1FFC00\n3FF80FFE00\n3FF007FE00\n7FC001FF00\n7F8108FF00\nFE13043F80\nFC26021F80\nF866031F80\nF866030F80\nF0C6030F80\nF0CC018780\nF0CC018780\nF0CC018780\nF0CC018780\n7866030F00\n7866030F00\n7C66031E00\n3C26021E00\n1E12043C00\n1F8908FC00\n0FC001F800\n07F80FF000\n03FE3FE000\n00FE3F8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F0B8\nENCODING 61624\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F8000000\n0FFE000000\n1FFF000000\n3FFF000000\n3FFF000000\n3FFF000000\n1FFE000000\n07F8000000\n00C0000000\n00C0000000\n00C0000000\n00C0000000\n7FFF801000\nFFFFC03800\nFFFFE07C00\nFFFFE0FE00\nFFFFE1FF00\nFFFFFFFF80\nFFFFFFFF00\nFFFFC0FE00\n7FFF807C00\n00C0003800\n00C0001800\n00C0001800\n00C0001800\n07F8001800\n1FFE001800\n3FFF001800\n3FFF001800\n3FFFFFF800\n1FFFFFF800\n0FFE000000\n03F8000000\nENDCHAR\nSTARTCHAR F0B9\nENCODING 61625\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0007C00000\n001FF00000\n007FFC0000\n00FFFE0000\n00FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF0C000\n03FFE7F800\n03FFFFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n78FFFFFF80\nFCFFFFFF80\nFF7FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFF800\n07FFFFE000\nENDCHAR\nSTARTCHAR F0BA\nENCODING 61626\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0007C00000\n003FF00000\n007FFC0000\n00FFFE0000\n00FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF1C000\n03FFEFF800\n03FFDFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n78FFFFFF80\nFEFF1FFF80\nFF3E0FFF80\nFFFC07FF80\nFFF803FF80\nFFF001FF00\n7FE000FF00\n7FE0007E00\n3FE0007C00\n1FFC07F800\n07FC07E000\n000C060000\n000C060000\n000E060000\n00060C0000\n0007FC0000\n0001F80000\nENDCHAR\nSTARTCHAR F0BB\nENCODING 61627\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FC00000\n003FF80000\n007FFC0000\n00FFFE0000\n01FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF1E000\n03FFEFF800\n03FFDFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n78FFFFFF80\nFE7FFFFF80\nFF3F9FFF80\nFFFE0FFF80\nFFFC07FF80\nFFFC07FF00\n7FFC07FF00\n7FFC07FE00\n3FFC07FC00\n1FC0007800\n07E000E000\n007001C000\n0038038000\n001C070000\n000E0E0000\n00071C0000\n0003B80000\n0001F00000\n0000E00000\nENDCHAR\nSTARTCHAR F0BC\nENCODING 61628\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FC00000\n003FF80000\n007FFC0000\n00FFFE0000\n01FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF1E000\n03FFEFF800\n03FFDFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n78FFFFFF80\nFE7FFFFF80\nFF3FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE0FFF00\n7FFC1FFF00\n7FF8FFFE00\n3FF9FEFC00\n1FC0FC7800\n07E0F83000\n00E1F81800\n0071F81800\n003FFCF800\n001FF1F000\n000F818000\n0007870000\n0003FE0000\n0000F80000\nENDCHAR\nSTARTCHAR F0BD\nENCODING 61629\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFF000000\nFFFF000000\nFFFF800000\nFFFF800000\nF00F9C3000\nF00F9E7800\nF00F9E7800\nF00F9C7000\nF00F800000\nF00F800000\nFFFF803000\nFFFF807800\nFFFF807800\nFFFF007800\n0F00000000\n0F00000000\n0000000000\n0000007800\n0000007800\n0F007FFF80\n0F00FFFF80\n0F00FFFF80\n0600FFFF80\n0000F80780\n0000F80780\n071CF80780\n0F3CF80780\n0F3CF80780\n061CF80780\n0000FFFF80\n0000FFFF80\n00007FFF80\n00007FFF00\nENDCHAR\nSTARTCHAR F0BE\nENCODING 61630\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n007FF000\n00FFF800\n01FFFC00\n03F8FE00\n07E03F00\n07C01F00\n07800F00\n0F800F80\n0F000780\n0F000780\n0F000780\n0F000780\n0F000780\n3FFFFFE0\nFFFFFFF8\nFFFFFFF8\nFFF07FF8\nFFE03FF8\nFFE03FF8\nFFC01FF8\nFFC01FF8\nFFE03FF8\nFFF07FF8\nFFF8FFF8\nFFF8FFF8\nFFF07FF8\nFFF07FF8\nFFE03FF8\nFFE03FF8\nFFC03FF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0BF\nENCODING 61631\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n007FF000\n00FFF800\n01FFFC00\n03F8FE00\n07E03F00\n07C01F00\n07800F00\n0F800F80\n0F000780\n00000780\n00000780\n00000780\n00000780\n3FFFFFE0\nFFFFFFF8\nFFFFFFF8\nFFF07FF8\nFFE03FF8\nFFE03FF8\nFFC01FF8\nFFC01FF8\nFFE03FF8\nFFF07FF8\nFFF8FFF8\nFFF8FFF8\nFFF07FF8\nFFF07FF8\nFFE03FF8\nFFE03FF8\nFFC03FF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0C0\nENCODING 61632\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0100000380\n0380000780\n03FFFFFF80\n07FFFFFF00\n07F0003E00\n07F8007E00\n0FFC00FE00\n0FFE01F600\n0FFF03E600\n0FFF87C600\n0FFFCF8600\n0FFFFF0600\n0FFFFE0600\n0FFFFC0600\n07FFFC0600\n07FFFE0600\n07FFFF0600\n03FFFF8600\n03FFFFC600\n01FFFFE600\n01FFFFF600\n00FFFFFE00\n007FFFFE00\n003FFFFE00\n001FFFFF00\n07FFFFFF80\n1FFFFFFF00\n3FFCFFFC00\n7FFE1FE000\n7FFF000000\nFFFF000000\nFFFF000000\nFFFF000000\nENDCHAR\nSTARTCHAR F0C1\nENCODING 61633\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nC0000018\nC0000018\nFFFFFFF8\nFFFFFFF8\nE0000038\nC0000018\nFFFFFFF8\nFFFFFFF8\nE0000038\nC0000018\nFFFFFFF8\nFFFFFFF8\nE0000038\nC0000018\nE0000038\nFFFFFFF8\nFFFFFFF8\nC0000000\nE0000000\nFFFF9FF8\nFFFF9FF0\nC0001FE0\nC0001FC0\nFFFF9F80\nFFFF9F00\nFFFF9E00\nFFFF9C00\nFFFF9800\n7FFF9000\nENDCHAR\nSTARTCHAR F0C2\nENCODING 61634\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF00380F8\nF0038078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF83800F8\nF0300078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0006078\nF800E0F8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0306078\nF038E0F8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0C3\nENCODING 61635\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFF8C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\nFFFFFFFF80\nFFFFFFFF80\nFF0C186180\nFF0C186180\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F0C4\nENCODING 61636\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\n001E3C0000\n001C3C0000\n003C1E0000\n00780F0000\n00780F0000\n00F0078000\n00F0078000\n0060030000\nENDCHAR\nSTARTCHAR F0C5\nENCODING 61637\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FC00000\n00FFF80000\n03FFFE0000\n07FFFF0000\n0FF07F8000\n1F800FC000\n3F0007C000\n3E0003E000\n7C0001F000\n780001F000\n780000F000\nF80000F800\nF000007800\nF000007800\nF000007800\nF000007800\nF000007800\nF80000F800\n780000F000\n780001F000\n7C0001F000\n3E0003E000\n3F0007C000\n1F801FC000\n0FF0FFE000\n07FFFFF000\n03FFFDF800\n00FFF87C00\n001FC03E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F0C6\nENCODING 61638\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nFFFF9FF0\nFFFF9FF8\nFFFF8000\nFFFF8000\nFFFFFFF8\nFFFFFFF8\nFFF7FFF8\nFFE3FFF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nF8000FF8\nF00007F8\nF0000FF8\nF8000FF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nFFC3FFF8\nFFE3FFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0C7\nENCODING 61639\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nFFFF9FF0\nFFFF9FF8\nFFFF8000\nFFFF8000\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF87F1FF8\nF83E0FF8\nF81C1FF8\nFC083FF8\nFE007FF8\nFF00FFF8\nFF81FFF8\nFF80FFF8\nFF007FF8\nFE003FF8\nFC181FF8\nF83C0FF8\nF87E0FF8\nFCFF1FF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0C8\nENCODING 61640\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFF800\nFFFFFFFC00\nF000007E00\nF000007F00\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000007F80\nF00000FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF000000780\nF000000780\nF3FFFFE780\nF1FFFFC780\nF000000780\nF000000780\nF000000780\nF000000780\nF3FFFFE780\nF3FFFFE780\nF000000780\nF000000780\nF000000780\nF000000780\nF3FFFFE780\n73FFFFE700\nENDCHAR\nSTARTCHAR F0C9\nENCODING 61641\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFF00000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nF000F80000\nF000F80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nF800F9FF00\nF000F9FF80\nFFFFF9FF80\nFFFFF9FF80\nFFFFF80F80\nFFFFF80780\nF801F80F80\nF000F9FF80\nF800F9FF80\nFFFFF9FF80\nFFFFF9FF80\nFFFFF00780\n7FFFE00F80\n000003FF80\n000007FF80\n000FFFFF80\n000FFFFF80\n000F800780\n000F800780\n000FFFFF80\n000FFFFF80\n000FFFFF80\n0007FFFF00\nENDCHAR\nSTARTCHAR F0CA\nENCODING 61642\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 1 1\nBITMAP\n00C0000000\n0060000000\n0070000000\n0030000000\n0038000000\n001C000000\n001C000000\n000E000000\n000F000000\nC007000000\n7007800000\n3C03800000\n1F03C00000\n0FC1E00000\n03F1E00000\n01FCF00000\n007FF00000\n001FF80000\n000FF80000\n0003FE3E00\n0000FFFF00\n00003FE380\n00001FE180\n00000FE180\n00000F7300\n00000FBF00\n00001FDC00\n000018C000\n000030E000\n000030E000\n000018C000\n00001FC000\n00000F0000\nENDCHAR\nSTARTCHAR F0CB\nENCODING 61643\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n003FE000\n7C7FF1F0\nFCFFF9F8\nFCFFF9F8\nFC7FF1F8\nFC0001F8\nFE0003F8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0CC\nENCODING 61644\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFF7FFF00\n7FF80FFF00\nFFF087FF00\nFFE3E3FF80\nFFE773FF80\nFFCE31FF80\nFFCC19FF80\nFFCE39FF80\nFFE773FF80\nFFE3E3FF80\nFFF087FF80\n7FF80FFF00\n7FFE7FFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0CD\nENCODING 61645\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF003F800\n1FF000FC00\n1FF800FC00\n3FF801FE00\n3FFC039E00\n7FFC071F00\n7FFC060F00\nF9FE880F00\nF87FF00F80\nF00F700780\nF00E300780\nF00C180780\nF00E380780\nF007780780\nF007FF0F80\nF808BFCF80\n78301FFF00\n7C701FFF00\n3CE01FFE00\n3FC00FFE00\n1F800FFC00\n1F8007FC00\n0FE007F800\n07F81FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0CE\nENCODING 61646\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3F7F7F7E00\n3C3E3E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3C1E1E00\n3C3E3E1E00\n3E7E3F3E00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F0CF\nENCODING 61647\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n1800000C00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3E00003E00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F0D0\nENCODING 61648\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F0D1\nENCODING 61649\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n1FFE3FFC00\n3FFC1FFE00\n3FFC1FFE00\n7FFC1FFF00\n7FFC1FFF00\nFFFC1FFF00\nFFFC1FFF80\nFF00007F80\nFC00001F80\nFC00001F80\nFC00001F80\nFF00007F80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n7FFC1FFF00\n3FFC1FFE00\n3FFC1FFE00\n1FFE3FFC00\n1FFE3FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0D2\nENCODING 61650\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F9FFCFE00\n3F07F07E00\n7F03E07F00\n7F81C0FF00\nFF8080FF00\nFFC001FF80\nFFE003FF80\nFFF007FF80\nFFF80FFF80\nFFF007FF80\nFFE003FF80\nFFC001FF80\nFF8180FF80\n7F83C0FF00\n7F07E07F00\n3F0FF07E00\n3F9FFCFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0D3\nENCODING 61651\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFF3F00\n7FFFFE1F00\nFFFFFC1F00\nFFFFF81F80\nFF7FF03F80\nFC3FE07F80\nFC1FC0FF80\nFC0F81FF80\nFE0703FF80\nFF0207FF80\nFF800FFF80\n7FC01FFF00\n7FE03FFF00\n3FF07FFE00\n3FF9FFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F0D4\nENCODING 61652\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n00E600\n03E780\n07C7C0\n0F83E0\n1F91F0\n3F19F8\n7F19FC\n7F19FC\n7F19FC\nFF19FE\nFF83FE\n7F83FC\n1FE7F0\n83E782\nE0000E\nF8003E\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n7FFFFC\n7FFFFC\n3FFFFC\n3FFFF8\n1FFFF0\n0FFFE0\n07FFC0\n03FF80\n00FE00\nENDCHAR\nSTARTCHAR F0D5\nENCODING 61653\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nF3FFFC0780\nF3FFF80780\nF3FFF00780\nF3FFC00780\nF3FF800780\nF3FF000780\nF3FC000780\nF3F8000780\nF3F0000780\nF3C0000780\nF380000780\nF300000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n003FFE0000\n007FFF0000\n007FFF0000\n00FFFF8000\nENDCHAR\nSTARTCHAR F0D6\nENCODING 61654\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nFFFF9FF0\nFFFF9FF8\nFFFF8000\nFFFF8000\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F0D7\nENCODING 61655\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n03000180\n03000180\n333FF998\n733FF99C\nF33FF99E\nF33FF99E\nF03FF81E\nF83FF83E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nF800003E\nF000001E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nF000001E\nF800003E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nF000001E\nF000001E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F0D8\nENCODING 61656\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n1FFFFFFC00\n3FFFFFFE00\n3000000600\n3000000600\n33FFC00600\n33FF800600\n33FF000600\n33FE000600\n33F8000600\n33F0000600\n33E0000600\n33C0000600\n3380000600\n3200000600\n3000000600\n3000000600\n3800000E00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F0D9\nENCODING 61657\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF803800F80\nF003800780\nF1F3800780\nF3F3800780\nF003800780\nF003800780\nF1F3800780\nF3F3800780\nF003800780\nF003800780\nF1E3800780\nF3F3800780\nF1F3800780\nF003800780\nF003800780\nF3F3800780\nF1F3800780\nF003800780\nF003800780\nF3F3800780\nF3F3800780\nF003800780\nF803800F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F0DA\nENCODING 61658\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFDFF80\nFFFFF8FF80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFE000180\nFFFC000180\nFFFE000180\nFFFF000380\nFFFFF87F80\nFFFFF87F80\n7FFFF87F00\n3FFFF87E00\n0000186000\n000018E000\n00001FE000\n00001FC000\nENDCHAR\nSTARTCHAR F0DB\nENCODING 61659\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFC00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE3F8780\nFFFC1F0780\nFFFE0E0780\nFFFF040F80\nFFFF801F80\nFFFFC03F80\nFFFFE07F80\nFFFFC07F80\nFFFF803F80\nFFFF001F80\n7FFE060F00\n3FFC0F0700\n000C1F8600\n000639CC00\n0003F0F800\n0001E07000\nENDCHAR\nSTARTCHAR F0DC\nENCODING 61660\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\nE00000\nF00000\nF80000\nFC0000\nFE0000\nFF0000\nFF8000\nFFC000\nFFE000\nFFF000\nFFF800\nFFFC00\nFFFE00\nFFFF00\nFFFF80\nFFFFC0\nFFFFE0\nFFFFF0\nFFFFF8\nFFFFF8\nFFFFF0\nFFF800\nFFF800\nFF7C00\nFE7C00\nFC3C00\nF83E00\nF01E00\n601F00\n000F00\n000F80\n000780\n000700\nENDCHAR\nSTARTCHAR F0DD\nENCODING 61661\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n030000\n070000\n070000\n070000\n070000\n070000\n0F0000\n0F0000\n0F0000\n0F0000\n0F8800\n0F9C00\n2FFC80\nFFFFE0\nFFFFE8\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n7FFFFE\n7FFFFE\n7FFFFE\n7FFFFE\n3FFFFE\n3FFFFE\n3FFFFE\n3FFFFE\n3FFFFE\n1FFFFE\n1FFFFC\n0FFFFC\n0FFFF8\n07FFF0\nENDCHAR\nSTARTCHAR F0DE\nENCODING 61662\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n00070000\n018F8C00\n03CF9E00\n03CF9E00\n03CF9E00\n01CF9C30\n01EFBC78\n01EFBC78\n01EFBC78\n01EFBC70\n01EFBCF0\n60FFBCF0\nF0FFFCF0\nF8FFFDE0\nF8FFFDE0\n7CFFFFE0\n3EFFFFE0\n3FFFFFE0\n1FFFFFE0\n0FFFFFE0\n0FFFFFE0\n07FFFFE0\n07FFFFE0\n03FFFFE0\n03FFFFC0\n03FFFFC0\n03FFFFC0\n01FFFF80\n01FFFF80\n00FFFF00\n007FFF00\n003FFE00\nENDCHAR\nSTARTCHAR F0DF\nENCODING 61663\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 1\nBITMAP\n183800\n3C3C00\n3C3C00\n3C7800\n3E7800\n3E7800\n1E7800\n1E7800\n1E7800\n1E7800\n1E7800\n1E7800\n1E7A00\n1FFF00\n1FFFA0\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n7FFFF0\n7FFFF0\n3FFFE0\n3FFFC0\n1FFF80\nENDCHAR\nSTARTCHAR F0E0\nENCODING 61664\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFF8380\nFFFFFF8180\nFFFFFF8180\nFFFFFF8380\n7FFFFFFF00\n3FFFFFFE00\n0000000000\n0000000000\n0000000000\n0000000000\n1FFFFFFC00\n7FFFFFFF00\n7FF8000700\nFFF0000180\nFFF0000180\nFFF0000180\nFFF8000700\n7FFFFFFF00\n1FFFFFFC00\n0000000000\n0000000000\n0000000000\n0000000000\n3FFFFFFE00\n7FFFFFFF00\nFFFFE00380\nFFFFE00180\nFFFFE00180\nFFFFE00380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F0E1\nENCODING 61665\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3F1FC7E0\n7F3FE7F0\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\n7F1FC7F0\n00000000\n00000000\n7E0F83F0\nFF1FC7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF1FC7F8\n7E0F83F0\n00000000\n00000000\n7F1FC7F0\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\nFF3FE7F8\n7F3FE7F0\n3F1FC7E0\nENDCHAR\nSTARTCHAR F0E2\nENCODING 61666\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000300000\n0000780000\n0000F80000\n0001F80000\n0003F80000\n0007F80800\n000FF81C00\n001FF80C00\n7F3FF80600\nFF3FF88600\nFF3FF8C300\nFF3FF8E300\nFF3FF86300\nFF3FF86180\nFF3FF83180\nFF3FF83180\nFF3FF83180\nFF3FF83180\nFF3FF83180\nFF3FF86180\nFF3FF86380\nFF3FF8E300\nFF3FF8C300\nFF3FF98600\n7F3FF88600\n001FF80C00\n000FF81C00\n0007F81800\n0003F80000\n0001F80000\n0000F80000\n0000780000\n0000300000\nENDCHAR\nSTARTCHAR F0E3\nENCODING 61667\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 0 0\nBITMAP\n00003000\n00007800\n0000F800\n0001F800\n0003F800\n0007F800\n000FF800\n001FF800\n7F3FF800\nFF3FF840\nFF3FF860\nFF3FF870\nFF3FF830\nFF3FF830\nFF3FF818\nFF3FF818\nFF3FF818\nFF3FF818\nFF3FF818\nFF3FF830\nFF3FF830\nFF3FF870\nFF3FF860\nFF3FF8C0\n7F3FF840\n001FF800\n000FF800\n0007F800\n0003F800\n0001F800\n0000F800\n00007800\n00003000\nENDCHAR\nSTARTCHAR F0E4\nENCODING 61668\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000300000\n0000780000\n0000F80000\n0001F80000\n0003F80000\n0007F80000\n000FF80000\n001FF80000\n7F3FF80000\nFF3FF80000\nFF3FF80000\nFF3FF88000\nFF3FF9C300\nFF3FF9E780\nFF3FF8FF00\nFF3FF87E00\nFF3FF83C00\nFF3FF87E00\nFF3FF8FF00\nFF3FF9E780\nFF3FF9C300\nFF3FF80000\nFF3FF80000\nFF3FF80000\n7F3FF80000\n001FF80000\n000FF80000\n0007F80000\n0003F80000\n0001F80000\n0000F80000\n0000780000\n0000300000\nENDCHAR\nSTARTCHAR F0E5\nENCODING 61669\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000030180\n0000078380\n00000F8700\n00001F0E00\n00003E1C00\n00007C3800\n0000F87000\n0001F0E000\n07F3E1C000\n0FF3C38000\n0FF3870000\n0FF30E0000\n0FF21C0000\n0FF0380000\n0FF0708000\n0FF0E18000\n0FE1C38000\n0FC3878000\n0F870F8000\n0F0E1F8000\n0E1C3F8000\n0C387F8000\n0870FF8000\n00E1FF8000\n01C3FF8000\n0381FF8000\n0700FF8000\n0E007F8000\n1C003F8000\n38001F8000\n70000F8000\nE000078000\nC000030000\nENDCHAR\nSTARTCHAR F0E6\nENCODING 61670\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3FFFFE00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nC0000180\nC0000180\nCFFF0180\nCFFF0180\nCFFE0180\nCFFC0180\nCFF80180\nCFF80180\nCFF00180\nCFE00180\nCFC00180\nCFC00180\nCF800180\nCF000180\nCE000180\nCC000180\nCC000180\nC8000180\nC0000180\nC0000180\nC0000180\nFFFFFF80\nFFFFFF80\nFFE3FF80\nFFC1FF80\nFFE3FF80\nFFE3FF80\n7FFFFF00\n3FFFFE00\nENDCHAR\nSTARTCHAR F0E7\nENCODING 61671\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n07FFF000\n3FFFFE00\n7FFFFF00\nFFFFFF80\nC0000180\nC0000180\nCFFF0180\nCFFF0180\nCFFE0180\nCFFE0180\nCFFC0180\nCFF80180\nCFF80180\nCFF00180\nCFF00180\nCFE00180\nCFC00180\nCFC00180\nCF800180\nCF800180\nCF000180\nCE000180\nCE000180\nCC000180\nCC000180\nC8000180\nC0000180\nC0000180\nC0000180\nFFFFFF80\n7FFFFF00\n3FFFFE00\n0FFFF800\nENDCHAR\nSTARTCHAR F0E8\nENCODING 61672\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 19 33 8 0\nBITMAP\n1C0000\n3C0000\n3C0000\n3C0000\n3C0000\n3C0000\n7FFFC0\nFFFFE0\nFFFFE0\nFFFFE0\nF803E0\nF001E0\nF001E0\nF001E0\nF001E0\nF001E0\nF803E0\nFFFFE0\nFFFFE0\nF399E0\nFBBBE0\nFFFFE0\nFFFFE0\nF399E0\nF3B9E0\nFFFFE0\nFFFFE0\nF399E0\nF3B9E0\nFFFFE0\nFFFFE0\nFFFFE0\n7FFFC0\nENDCHAR\nSTARTCHAR F0E9\nENCODING 61673\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01F8000000\n07FE000000\n0FFF800000\n3FFFC00000\n7F0FE00000\n7C03F00000\nF871F00000\nF1F8F80000\nF1FC780000\nF3FC700000\n03FC000000\n03FC000000\n01FC000000\n00F8000000\n00F0000000\n00F0000000\n00F0000000\n00F0000000\n00F0000000\n00F0000000\n00F0000000\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF8F8F80F80\nF0F0F80780\nF0F0F80780\nF9F8FC0F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F0EA\nENCODING 61674\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n6000000000\nF000000000\nF87E000000\n7DFF800000\n3FFFC00000\n1FFFE00000\n0FFFC00000\n1FFF800000\n1FFFC00000\n3FFFE00000\n3FFFF00000\n3FF9F00000\n3FF0F80000\n3FE0700000\n3FE0001000\n1FF0003800\n1FF8007C00\n0EFC00FC00\n047C01FE00\n003C03FE00\n000807FE00\n00000FFE00\n00001FFE00\n00003FFE00\n00007FFC00\n0000FFFC00\n0001FFF800\n0003FFFC00\n0001FFFF00\n0000FFDF00\n00003F0F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F0EB\nENCODING 61675\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 17 33 8 0\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n7FFF00\n7FFF00\n3FFE00\n1FFC00\n07F000\n07F000\n0FF800\n0FF800\n0FF800\n0FF800\n1FFC00\n1FFC00\n1FFC00\n3FFE00\n3FFE00\n3FFE00\n7FFF00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F0EC\nENCODING 61676\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n001FF000\n003FF800\n003FF800\n003FF800\n003FF800\n003FF800\n003FF800\n003FF800\n003FF800\n001FF000\n00038000\n00038000\n00038000\n00038000\n00038000\n00038000\n0003FFF0\n3FFFFFF8\n3FFFFFF8\n30038018\n30038018\n30038018\n30038018\n30038018\n30038018\n30038018\n30038018\n7C07C07C\nFC0FE07E\nFC0FE07E\nFC0FE07E\nFC07E07E\n7C07C03C\nENDCHAR\nSTARTCHAR F0ED\nENCODING 61677\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n07000700\n0F000780\n0F000780\n0F000780\n0F000780\n0F000780\n0F000780\n0F000780\n00000000\n00000000\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n1FFFFFC0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n01FFFC00\n00FFF800\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n00070000\n00070000\nENDCHAR\nSTARTCHAR F0EE\nENCODING 61678\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nC3339986\nC3339986\nC3339986\nC3319986\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nC0000006\nE000000E\nFC00007E\nFC00007E\nFC00007E\n7E0000FC\n0FC007E0\n0FC007E0\n0FC007E0\n07E00FC0\n00FFFE00\n00FFFE00\n00FFFE00\n007FFC00\nENDCHAR\nSTARTCHAR F0EF\nENCODING 61679\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FF900000\n03FF980000\n03FF9C0000\n03FF9E0000\n03FF9F0000\n03FF9F8000\n03FF9FC000\n03FF9FE000\n03FF800000\n03FF800000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F0F0\nENCODING 61680\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFF00000000\nFF00000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC07C000\nFFFC07E000\n030007FF00\n030007FF80\n030007FF80\n030007FF80\n030007FF80\n03FFFFFF80\n03FFFFFF80\n030007FF80\n030007FF00\n0300000000\n0300000000\n030007E000\n030007E000\n030007FF80\n030007FF80\n030007FF80\n030007FF80\n03FFFFFF80\n03FFFFFF80\n000007FF80\n000007FF80\nENDCHAR\nSTARTCHAR F0F1\nENCODING 61681\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F81C0FC00\n1F1FF87C00\n3E3FFE3E00\n3C7FFF1E00\n7CFF7F9F00\n79F80F8F00\nF9F087CF00\nF1E3E3CF80\nF3E7F3C780\nF3CFF3E780\nF3CFF9E780\nF3CFF9E780\nF3E7F3E780\nF3E3E3CF80\nF9E3E3CF80\n79E3E38F00\n7CC3E19F00\n3C03E01E00\n3E03E03E00\n1F03E07C00\n1F03E07C00\n0F03E07800\n0603E03000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F0F2\nENCODING 61682\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFF90000\n0FFFF98000\n0FFFF9C000\n0FFFF9E000\n0FFFF9F000\n0FFFF9F800\n07FFF9FC00\n03FFF9FE00\n31FFF9FF00\n78FFF9FF80\nFC7FF80000\nF83FF80000\n701FFFFF80\n218FFFFF80\n03C7FFFF80\n07E3FFFF80\n07F1FFFF80\n03F8FFFF80\n01FC7FFF80\n00FE3FFF80\n087F1FFF80\n0C3F8FFF80\n0E1FC7FF80\n0F0FE7FF80\n0F87E7FF80\n0FC3E7FF80\n0FE1C7FF80\n0FF00FFF80\n0FF80FFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\nENDCHAR\nSTARTCHAR F0F3\nENCODING 61683\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nF80000F800\nF000007800\nF000007800\nF000007800\nF000807F00\nF003807F80\nF01F807F80\nF07F807F80\nF3FFFE7F80\nF00FF07F80\nF00FC07F80\nF00E007F80\nF008007F00\nF000007800\nF000007800\nF000007800\nF80000F800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F4\nENCODING 61684\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFFF00\nFFFCFFFF80\nFFE0FFFF80\nFF80FFFF80\nFFF0FFFF80\nFFF00FFF80\nFFF03FFF80\nFFF1FFFF80\nFFF7FFFF00\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F5\nENCODING 61685\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nF80000F800\nF000007800\nF000007800\nF000007800\nF000007F00\nF000007F80\nF000007F80\nF000007F80\nF000007F80\nF000007F80\nF000007F80\nF000007F80\nF000007F00\nF000007800\nF000007800\nF000007800\nF80000F800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F6\nENCODING 61686\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFF8000F800\nFF00007800\nFF00007800\nFF00007800\nFF00007F00\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F00\nFF00007800\nFF00007800\nFF00007800\nFF8000F800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F7\nENCODING 61687\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFF800F800\nFFF0007800\nFFF0007800\nFFF0007800\nFFF0007F00\nFFF0007F80\nFFF0007F80\nFFF0007F80\nFFF0007F80\nFFF0007F80\nFFF0007F80\nFFF0007F80\nFFF0007F00\nFFF0007800\nFFF0007800\nFFF0007800\nFFF800F800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F8\nENCODING 61688\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFFFC0F800\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF807F00\nFFFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F00\nFFFF807800\nFFFF807800\nFFFF807800\nFFFF80F800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0F9\nENCODING 61689\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFFFFCF800\nFFFFF87800\nFFFFF87800\nFFFFF87800\nFFFFF87F00\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F80\nFFFFF87F00\nFFFFF87800\nFFFFF87800\nFFFFF87800\nFFFFFCF800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0FA\nENCODING 61690\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFC000\n7FFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF000\n7FFFFFF000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F0FB\nENCODING 61691\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nCFFFFF0180\nCFFFFE0180\nCFFFF80180\nCFFFF00180\nCFFFE00180\nCFFF800180\nCFFF000180\nCFFC000180\nCFF8000180\nCFE0000180\nCFC0000180\nCF80000180\nCE00000180\nCC00000180\nC000000180\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n003FFE0000\n003FFE0000\nENDCHAR\nSTARTCHAR F0FC\nENCODING 61692\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0400003000\n0E00007800\n1F0000FC00\n3E0001FE00\n7C0003FF00\nF8E007FF80\n71F007FF80\n23F007FF00\n07E1C3FE00\n0FC7F1FC00\n078FF8F800\n031FFC7000\n001F7C0000\n003E3E0000\n003C1E0000\n003E3E0000\n001FFC0000\n001FFC0000\n000FF80000\n0007F00000\n0000800000\n0000000000\n0000000000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\n0000000000\n0000000000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR F0FD\nENCODING 61693\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 27 2 4\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFC007FE\nFF8003FE\nFF0001FE\nFE0000FE\nFC01007E\nF803803E\nF003801E\nF001801E\nF000001E\nF000001E\nF000001E\nF0C0061E\nF0C0061E\nF0C0061E\nF040041E\nF000001E\nF000001E\nF000001E\nF800003E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F0FE\nENCODING 61694\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007E00\n3E1C3E00\n7C7F1F00\n78FF0F00\nF8FF8F80\nF07F0780\nF03E0780\nF0000780\nF0000780\nF0000F80\n78000F00\n78000F00\n7C001F00\n3E003E00\n3F007E00\n1FE3FC00\n0FFFF800\n07FFF000\n01FFC000\n001C0000\n00000000\n00000000\n01FFC000\n03FFE000\n07FFF000\n07FFF000\n0FFFF800\n0FFFF800\nENDCHAR\nSTARTCHAR F0FF\nENCODING 61695\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FFC0000\n01FFFFC000\n07FFFFF000\n1FFFFFFC00\n7FF80FFF00\nFF8000FF80\nFE00003F80\nF000000780\n0007F00000\n007FFF0000\n01FFFFC000\n07FFFFF000\n0FFE3FF800\n0FE003F800\n0F8000F800\n0000000000\n0000800000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n007C1F0000\n0030060000\n0000000000\n0000000000\n0003E00000\n0007F00000\n0007F00000\n000FF80000\n000FF80000\n0007F00000\n0007F00000\n0001C00000\nENDCHAR\nSTARTCHAR F100\nENCODING 61696\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00000030\n00000078\n00000078\n00000078\n00000078\n00000078\n00000078\n00000078\n00003078\n00007878\n00007878\n00007878\n00007878\n00007878\n00007878\n00007878\n00007878\n00707878\n00F07878\n00F07878\n00F07878\n00F07878\n00F07878\n00F07878\n00F07878\n70F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\nF0F07878\n60707030\nENDCHAR\nSTARTCHAR F101\nENCODING 61697\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n003FE000\n003FE000\n003FE000\n3FFFFFC0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nF80000F8\nF0000078\nF1FFFC78\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF0000078\nF0000078\nF1FFFC78\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0000078\nF0000078\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0000078\nF80000F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F102\nENCODING 61698\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n003FE000\n003FE000\n003FE000\n3FFFFFC0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF1FFFC78\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0000078\nF0000078\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0000078\nF80000F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F103\nENCODING 61699\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n003FE000\n003FE000\n003FE000\n3FFFFFC0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF3FFFE78\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0000078\nF80000F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F104\nENCODING 61700\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n003FE000\n003FE000\n003FE000\n3FFFFFC0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nF80000F8\nF0000078\nF0020078\nF0020078\nF0020078\nF0030078\nF0030078\nF0038078\nF0038078\nF01F8078\nF01FC078\nF01FC078\nF00FE078\nF00E0078\nF0060078\nF0060078\nF0020078\nF0020078\nF0020078\nF0000078\nF80000F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F105\nENCODING 61701\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FF07F8000\n0FF0FF8000\n0FF0FF8000\n0FF0FF8000\n0FF0FF8000\n0FF0FF8000\n0FF0FF8000\n0FF07F8000\n0000000000\n0000000000\n0000000000\n0000000000\n7F07F07F00\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\n7F07F07F00\n0000000000\n0000000000\n0000000000\n0000000000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\nENDCHAR\nSTARTCHAR F106\nENCODING 61702\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 1\nBITMAP\n01FFFFF0\n03FFFFF8\n07FFFFF8\n0FFFFFF8\n1FBBBB98\n3F339998\n73339998\nF3339998\nF3339998\nF3339998\nF3FFFFF8\nF3FFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F107\nENCODING 61703\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n01FFFFF0\n03FFFFF8\n03BBB998\n03339998\n03339998\n03339998\n03339998\n03339998\n07FFFFF8\n0FFFFFF8\n1FFFFFF8\n3FFFFFF8\n7FFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n3FFFFFF8\n3FFFFFF8\n3FFFFFF8\n3FFFFFF8\n3FFFFFF8\n7FFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F108\nENCODING 61704\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nF000000000\nF000000000\n3000000000\n3000000000\n3000000000\n3000000000\n33FFFFFF80\n33FFFFFF80\n33FC000380\n33F8000180\n33F1FFF180\n33F3FFF980\n33F3FDF980\n33F3F07980\n33F3E23980\n33F3E71980\n33F3E79980\n33F3E79980\n33F3E23980\n33F3F07980\n33F3FDF980\n33F3FFF980\n33F1FFF180\n33F8000180\n33F8000380\n33FFFFFF80\n33FFFFFF80\n33FFFFFF80\n33FFFFFF80\n30CCE66600\n30CCE66600\n30CCE66600\n30C4466600\nENDCHAR\nSTARTCHAR F109\nENCODING 61705\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3CF1C78000\n7CF3E7C000\nFCF3E7C000\nFCF3C7E000\nF00003E000\nF00001E000\n0000000000\n0000000000\nF00001C000\nF00001E000\nF00001E000\nF00001E000\n0000000000\n0000000000\n6000000000\nF000000000\nF000000000\nF00001C000\n600001E000\n000001E000\n000001E000\nF00001E000\nF80001E000\nFCF07FFF80\nFCF07FFF80\n7CF07FFF80\n1C703FFF00\n000001E000\n000001E000\n000001E000\n000001E000\n000001E000\n000001C000\nENDCHAR\nSTARTCHAR F10A\nENCODING 61706\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0001C00000\n0600003000\n0F00007800\n0F03E07800\n071FFC7000\n003FFE0000\n007FFF0000\n00FF7F8000\n01F80FC000\n01F007C000\n01E003C000\n03E003E000\nF3C001E780\nF3C001E780\nF3C001E780\n03E003E000\n01E003C000\n01F007C000\n01F80FC000\n00FE3F8000\n007FFF0000\n003FFE0000\n071FFC7000\n0F03E07800\n0F00007800\n0600003000\n0001C00000\n0003C00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F10B\nENCODING 61707\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0001C00000\n0600003000\n0F00007800\n0F03E07800\n071FFC7000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n03FFFFE000\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n03FFFFE000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n071FFC7000\n0F03E07800\n0F00007800\n0600003000\n0001C00000\n0003C00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F10C\nENCODING 61708\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0001C00000\n0600003000\n0F00007800\n0F03E07800\n071FFC7000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FF8FC000\n01FF87C000\n01FF83C000\n03FF83E000\nF3FF81E780\nF3FF81E780\nF3FF81E780\n03FF83E000\n01FF83C000\n01FF87C000\n01FF8FC000\n00FFBF8000\n007FFF0000\n003FFE0000\n071FFC7000\n0F03E07800\n0F00007800\n0600003000\n0001C00000\n0003C00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F10D\nENCODING 61709\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n001000\n003800\n003800\n007C00\n007C00\n00FE00\n003800\n003800\n00387C\n00387E\n00387E\n00387E\n10387E\n7C387E\nFC3818\nFC3818\nFC3830\n7C3870\n3039E0\n303FC0\n183E00\n1C3800\n0E3800\n07F800\n01F800\n003800\n003800\n003800\n007C00\n00FE00\n00FE00\n007C00\n003800\nENDCHAR\nSTARTCHAR F10E\nENCODING 61710\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFEFFFE\nFFFC7FFE\nFFFC7FFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFFE783E\nFFFE781E\nFCFE781E\nF83E781E\nF03E781E\nF03E781E\nF03E7E7E\nF83E7E7E\nFCFE7CFE\nFCFE78FE\nFE7E61FE\nFE3E03FE\nFF0E1FFE\nFF807FFE\nFFF07FFE\nFFFE7FFE\nFFFE7FFE\nFFFC7FFE\nFFF83FFE\nFFF01FFE\nFFF01FFE\nFFF83FFE\nFFFC7FFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F10F\nENCODING 61711\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3FFFFE00\n3FFFFE00\n30FF8600\n30FF8600\n30FF8600\n30FF8600\n3FFFFE00\n3FFFFE00\n00000000\n00000000\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n3FFFFE00\n1FFFFC00\n0FFFF800\n07FFF000\n00FF8000\n00FF8000\n00FF8000\n007F0000\nENDCHAR\nSTARTCHAR F110\nENCODING 61712\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E07F07F00\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF07F07F80\n0000000000\n0000000000\n0000000000\n0000000000\n7E03E03F00\nFF07F07F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF07F07F80\n7E03E03F00\n0000000000\n0000000000\n0000000000\n0000000000\nFF07F07F00\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\nFF0FF87F80\n7F07F03F00\nENDCHAR\nSTARTCHAR F111\nENCODING 61713\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n7E03FFFF00\nFF07FFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF80\n7E03FFFF00\n0000000000\n0000000000\n0000000000\n0000000000\nFF07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\nFF0FFFFF80\n7F07FFFF00\nENDCHAR\nSTARTCHAR F112\nENCODING 61714\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\nENDCHAR\nSTARTCHAR F113\nENCODING 61715\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E00000000\nFF00000000\nFF07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF00\nFF00000000\nFF00000000\n0000000000\n0000000000\n0000000000\n0000000000\n7E00000000\nFF00000000\nFF03FFFE00\nFF07FFFF80\nFF0FFFFF80\nFF07FFFF80\nFF03FFFE00\nFF00000000\n7E00000000\n0000000000\n0000000000\n0000000000\n0000000000\nFF00000000\nFF00000000\nFF07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF00\nFF00000000\n7F00000000\nENDCHAR\nSTARTCHAR F114\nENCODING 61716\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFF8E3CF80\nFFF0E18780\nFFF0E18780\nFFF8E38F80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF040000780\nF0E0000780\nF070000780\nF038000780\nF01C000780\nF00C000780\nF01C000780\nF038000780\nF070000780\nF0E07F8780\nF0407F0780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F115\nENCODING 61717\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 29 2 2\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nF800003E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF000001E\nF800003E\nFFFE7FFE\nFFFE7FFE\nFFFE7FFE\nFFFE7FFE\nFFFE7FFE\nFFFE7FFE\n7FFE7FFC\n3FFE7FF8\nENDCHAR\nSTARTCHAR F116\nENCODING 61718\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFC0FFE00\n7FFC0FFF00\nFFF81FFF80\nFFF01FFF80\nFFFC0FFF80\nFFFC07FF80\nFFF81FFF80\nFFF01FFF80\nFFFC0FFF80\nFFFC07FF80\nFFF81FFF80\nFFF01FFF80\nFFFC0FFF80\nFFFC07FF80\nFFF81FFF80\nFFF01FFF80\nFFFC1FFF80\nFFFC07FF80\nFFFC0FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF1C7FF80\nFFF3E7FF80\nFFF1C7FF80\nFFF1C7FF80\nFFF00FFF80\nFFF80FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F117\nENCODING 61719\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n7FCFF9FF00\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFF8FF8FF80\nFF9FFCFF80\nFF3FFE7F80\n003FFE0000\n003BEE0000\n7F33E67F00\nFF33E67F80\nFF33E67F80\nFF31C67F80\nFF30867F80\nFF30067F80\nFF30067F80\nFF30067F80\n7F30067F00\n00380E0000\n003C1E0000\nFF3FFE7F80\nFF9FFCFF80\nFF8FF8FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\n7FCFF9FF00\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR F118\nENCODING 61720\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nF3FFFC0780\nF3FFF80780\nF3FFF00780\nF3FFC00780\nF3FF800780\nF3FF000780\nF3FC000780\nF3F8000780\nF3F0000780\nF3C0000780\nF380000780\nF300000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F119\nENCODING 61721\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\nF3CF1E7800\nF3CF9E7800\nF3CF9E7800\nF3CF9E7800\n0000000000\n0000000000\nFCF1C79E00\nFCF3E79E00\nFCF3E79E00\nFCF3E79E00\n0000000000\n0000000000\nFF1C71C780\nFF3CF9E780\nFF3CF9E780\nFF3CF9E780\nFF1C71C780\n0000000000\n0000000000\nFCF3E79E00\nFCF3E79E00\nFCF3E79E00\nFCF1C79E00\n0000000000\n0000000000\nF3CFFFE780\nF3CFFFE780\nF3CFFFE780\nF3CFFFE780\nENDCHAR\nSTARTCHAR F11A\nENCODING 61722\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nF000800780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F11B\nENCODING 61723\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFE000\n07FFFFF000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\nF007F00780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F11C\nENCODING 61724\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000000C000\n000001E000\n000003E000\n000007F000\n000007F800\n00000FFC00\n00001FFE00\n00003FFF00\n07E07FFF80\n0FF07FFF80\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\nFFFF87F800\nFFFF03F000\n7FFE000000\n3FFC000000\n1FF8000000\n0FF8000000\n07F0000000\n03E0000000\n01C0000000\n0080000000\nENDCHAR\nSTARTCHAR F11D\nENCODING 61725\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n0603E03000\n0F03E07800\n1F03E07C00\n1F03E07C00\n3E03E03E00\n3C03E01E00\n7C03E01F00\n7803E00F00\nF803E00F00\nF003E00F80\nF003E00780\nF001C00780\nF000800780\nF000000780\nF000000780\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n7C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F11E\nENCODING 61726\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00803E00\n3C01C01E00\n7C03E01F00\n7803E00F00\nF803E00F80\nF003E00F80\nF003E00780\nF003E00780\nF003E00780\nF003E00780\nF003E00780\nF003E00F80\nF803E00F80\n7803E00F00\n7C03E01F00\n7C01C01E00\n3E00803E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F11F\nENCODING 61727\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n0603E03000\n0F03E07800\n0F83E0F800\n07E1C3F000\n03E003E000\n01E003C000\n00E0038000\n0000000000\n0000000000\n0000000000\n3E00003E00\nFF00007F80\nFF00007F80\nFF00007F80\n3E00003E00\n0000000000\n0000000000\n0000000000\n01E0038000\n03E003C000\n03E003E000\n07C1C3F000\n0F83E0F800\n0F03E07800\n0603E03000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F120\nENCODING 61728\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000000F000\n000001F800\n0001F9F800\n0003F9F800\n0003F9F800\n0041F8F000\n00E1FC0000\n01E0FE0C00\n03F007FE00\n03F001FE00\n07F800FF00\n03F0007F00\n31E0003F80\n7CE0003F80\nFCE0000000\nFCC0000000\nFCC0000000\n78C0000000\n01E0001F80\n03E0003F80\n07E0003F80\n07F0007F00\n07F800FF00\n03F001FE00\n01F08FFE00\n01E0FE0400\n00C1FC0000\n0041F8F000\n0003F9F800\n0007F9F800\n0001F9F800\n000001F800\n000000F000\nENDCHAR\nSTARTCHAR F121\nENCODING 61729\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 1\nBITMAP\n7FFFC000\nFFFFE000\nFFFFF000\nFFFFF800\nFFFFFC00\nFFFFFE00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF38E7F80\nC30E3F80\nC30E1F80\nC30E1F80\nE79F3F80\nFFFFFF80\nFFFFFF80\nC30E1F80\nC30E1F80\nC30E1F80\nC30E1F80\nC30E1F80\nE38E3F80\nFFFFFF80\nFFFFFF80\nC30E1F80\nC30E1F80\nC30E1F80\nE38E3F80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F122\nENCODING 61730\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F8000F800\n078000F000\n07FFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n003FFE0000\n00FFFF8000\n01FFFFC000\n01FBEFC000\n03E3E3E000\n07C3E1F000\n0783E0F000\n0783E0F000\n0F83E0F800\n0F03E07800\n0F0FF87800\n0F3FFE7800\n0F7FFF7800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F123\nENCODING 61731\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F8000F800\n078000F000\n078000F000\n07C001F000\n03E003E000\n01F80FC000\n01FFFFC000\n00FFFF8000\n003FFE0000\n00FFFF8000\n01FFFFC000\n01F80FC000\n03E003E000\n07C001F000\n078000F000\n078000F000\n0F8000F800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F124\nENCODING 61732\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nFFFFF80780\nFFFFF80780\nFFFFF80780\nFFFFF80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nF000F80780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F125\nENCODING 61733\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0000000000\n0000000000\n1FFFFFFC00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFC00001F80\nF000000780\nF000000780\nF1C0000780\nF3C0000780\nF3C0000780\nF180000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F126\nENCODING 61734\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n01FC00\n07FF00\n0FFF80\n1FFFC0\n3FFFE0\n7FFFF0\n7F8FF0\n7F8FF0\nFF07F8\nFF8FF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n7FFFF0\n7FFFF0\n3FFFE0\n1FFFC0\n0FFF80\n07FF00\n01FC00\nENDCHAR\nSTARTCHAR F127\nENCODING 61735\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n0000000000\n0000000000\n0000000000\n0000000000\n1FFFFFFC00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFF00\n1FFFFFFC00\n0000000000\n0000000000\n0000000000\n0000000000\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F128\nENCODING 61736\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF003F800\n1FF000FC00\n1FF800FC00\n3FF801FE00\n3FFC039E00\n7FFC071F00\n7FFC060F00\nF9FE880F00\nF87FF00F80\nF00F700780\nF00E300780\nF00C180780\nF00E3FFF80\nF0077FFF80\nF007FE3F80\nF808BE1F00\n78307E1F00\n7C707E1F80\n3CE0600180\n3FC0F00380\n1F80780780\n1F807C0F80\n0FE07E1F80\n07F87F3F00\n03FFFFFE00\n00FFFFFE00\n003FFFF800\n0007FBE000\nENDCHAR\nSTARTCHAR F129\nENCODING 61737\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n00398000\n01F9F000\n03F9F800\n0FF9FE00\n1FE0FF00\n1F803F00\n3E1F0F80\n7C7FC7C0\n7C7FE7C0\n78FFE3C0\nF87FC3E0\nF03F81E0\nF00001E0\nF00001E0\nF00001E0\nF00001E0\nF80003E0\n780003C0\n7C0007C0\n3E0007C0\n3F001F80\n1F803F00\n0FF1FE00\n07F9FC00\n03F9F800\n00F9E000\n00190000\n08000300\n1F001F00\n3FFFFF80\n3FFFFF80\n3FFFFF80\n07FFFC00\nENDCHAR\nSTARTCHAR F12A\nENCODING 61738\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n1800000C00\n3C00001E00\n3C00001E00\n1E00003C00\n0700007000\n038000E000\n01C3E1C000\n00FFFF8000\n00FFFF8000\n01FFFFC000\n07FFFFE000\n0FFFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n3E3FFE3E00\n7C3FFE1F00\n7C3FFE1F00\n7E7FFF3F00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F12B\nENCODING 61739\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00700000\n00F80000\n00FE0000\n00FF8000\n00FFC000\n00FFF000\n00FBFC00\n00F8FF00\n60F83F80\nF8F81F80\nFCF87F00\n7FF8FE00\n3FFBF800\n0FFFF000\n07FFC000\n01FF8000\n00FE0000\n01FF8000\n07FFC000\n0FFFF000\n3FFBF800\n7FF8FE00\nFCF87F00\nF8F81F80\n60F83F80\n00F8FF00\n00FBFC00\n00FFF000\n00FFC000\n00FF8000\n00FE0000\n00F80000\n00700000\nENDCHAR\nSTARTCHAR F12C\nENCODING 61740\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n007FFF0000\n01FFFFC000\n03FFFFE000\n0FFFFFF000\n1FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n03FFFFC000\n03FFFF0000\n03F7F00000\n03E0000000\n03C0000000\n0380000000\n0600000000\nENDCHAR\nSTARTCHAR F12D\nENCODING 61741\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n007FFF0000\n01FFFFC000\n03FFFFE000\n0FFFFFF000\n1FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFF7F7F7F80\nFC3E3E1F80\nFC3C1E1F80\nFC3E3E3F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n03FFFFC000\n03FFFF0000\n03F7F00000\n03E0000000\n03C0000000\n0380000000\n0600000000\nENDCHAR\nSTARTCHAR F12E\nENCODING 61742\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFC00001F80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFE00003F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n000FF00000\n000FE00000\n000FC00000\n000F800000\n000F000000\n000E000000\n000C000000\n0008000000\nENDCHAR\nSTARTCHAR F12F\nENCODING 61743\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE0FF0FF80\nFC0FE07F80\nFC3FE1FF80\nFC3FE1FF80\nFC07E03F80\nFC03E01F80\nFC03E01F80\nFC03E01F80\nFC03E01F80\nFC03E01F80\nFC03E01F80\nFC03E01F80\nFF07F07F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n0000FF0000\n0000FE0000\n0000FC0000\n0000F80000\n0000F00000\n0000E00000\n0000C00000\n0000800000\nENDCHAR\nSTARTCHAR F130\nENCODING 61744\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nFC00001F80\nFC00001F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFC00001F80\nFC00001F80\nFC00001F80\nFF00007F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n0000FF0000\n0000FE0000\n0000FC0000\n0000F80000\n0000F00000\n0000E00000\n0000C00000\n0000800000\nENDCHAR\nSTARTCHAR F131\nENCODING 61745\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E003F000\n1FF80FF800\n3FFC1FFE00\n7FFE3FFE00\n7FFF7FFF00\nFFFF7FFF80\nFFFF7FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n0FFFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\n0000800000\nENDCHAR\nSTARTCHAR F132\nENCODING 61746\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E003F000\n1FF80FF800\n3FFC1FFE00\n7FFE3FFE00\n7E3F7E3F00\nF81F7C0F80\nF80F780F80\nF00F780780\nF00FF80780\nF007E00780\nF000000780\nF000000780\nF800000F80\n7800000F00\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n1F00007C00\n0F0000F800\n0F8000F000\n07C001F000\n03E003E000\n01F007C000\n00F80F8000\n007C1F0000\n003E3E0000\n001F7C0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\n0000800000\nENDCHAR\nSTARTCHAR F133\nENCODING 61747\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n000FFC0000\n000FF80000\n007FFF0000\n03FFFFE000\n0FFFFFF800\n1FFFFFFC00\n7FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0FFFFFF800\nENDCHAR\nSTARTCHAR F134\nENCODING 61748\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00000FC000\n00003FE000\n00007FF000\n00007FF800\n0000FFF800\n0000FFF800\n00007FF800\n00007FF800\n00007FF800\n00007FF000\n00003FF000\n00003FE000\n00601FC000\n03FE0FC000\n07FF3FF800\n0FFF3FFE00\n0FFF1FFF00\n0FFF9FFF80\n0FFF1FFF80\n0FFF1FFF80\n0FFF1FF000\n07FF000000\n07FF000000\n03FE000000\n01FC000000\n01F8000000\n07FF000000\n3FFFC00000\n7FFFE00000\nFFFFF00000\nFFFFF80000\nFFFFF80000\n3FFFE00000\nENDCHAR\nSTARTCHAR F135\nENCODING 61749\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFC000\nFFFFFFE000\nFFFFFFE700\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFE1FFE780\nFF807FE780\nFF803FE000\nFF003FE000\nFF001FE700\nFF003FE780\nFF003FE780\nFF803FE780\nFF803FE780\nFF807FE780\nFFC07FE780\nFFE1FFE780\nFF803FE700\nFE001FE000\nFE000FE000\nFC0007E780\nFF001FE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE780\nFFFFFFE700\nFFFFFFE000\n7FFFFFC000\nENDCHAR\nSTARTCHAR F136\nENCODING 61750\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\nC1FFFFC180\nF07FFF0780\nFC1FFC1F80\nFF07F07F80\nFFC1C1FF80\nFFE087FF80\nFFF80FFF80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F137\nENCODING 61751\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n018000C000\n03C001E000\n03C001E000\n03C001E000\n73CFF9E700\nF3CFF9E780\nF3CFF9E780\nF1CFF9C780\nF80FF80F80\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\nFFDFFFFF80\nFE07FFFF80\nFC03FC0380\nFC03F80180\nFC03FC0380\nFC03FFFF80\nFC03FFFF80\nFE03F81F80\nFE07F83F80\nFF0FFFFF80\nFF0FFFFF80\nFC03F80180\nF800F80180\nF000FFFF80\nF800FFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F138\nENCODING 61752\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00001C0000\n00001E0000\n00001E0000\n00001E0000\n00003E0000\n00003E0000\n00007E0000\n0000FE0000\n0001FC0000\n0003FC0000\n0007F80000\n000FF80000\n001FF80000\n003FF80000\n007FFF0000\n01FFFFFC00\n3FFFFFFF00\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFF000\n7FFFFFF800\n07FFFFF800\n00FFFFF000\nENDCHAR\nSTARTCHAR F139\nENCODING 61753\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FFFFF000\n07FFFFF800\n7FFFFFF800\nFFFFFFF000\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF00\n01FFFFFC00\n007FFF0000\n003FF80000\n001FF80000\n000FF80000\n0007F80000\n0003FC0000\n0001FC0000\n0000FE0000\n00007E0000\n00003E0000\n00003E0000\n00001E0000\n00001E0000\n00001E0000\n00001C0000\nENDCHAR\nSTARTCHAR F13A\nENCODING 61754\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0000C00000\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n0007F80000\n000FF80000\n001FFC0000\n001FFE0000\n01FFFFC000\n1FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF00\n1FFFFFFE00\n0FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FF3FE000\n03F80FE000\n03E003E000\n0380006000\nENDCHAR\nSTARTCHAR F13B\nENCODING 61755\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0000C00000\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n0007780000\n000E380000\n001E1C0000\n001C1E0000\n01FC0FC000\n1FF80FFE00\nFFF003FF80\nFE00003F80\n7800000F80\n3C00000F00\n1E00001E00\n0E00003C00\n0F00007800\n078000F000\n03C001E000\n01C001E000\n01C000E000\n01C000E000\n01C000E000\n03C080E000\n03C3F0E000\n03DFFCE000\n03FF3FE000\n03F80FE000\n03E003E000\n0380006000\nENDCHAR\nSTARTCHAR F13C\nENCODING 61756\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F3FFE7E00\n3E1FFC3E00\n7E0FF83F00\n7C0FF81F00\nFC0FF81F00\nFC0FF81F80\nFE0FF83F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7CFFFF9F00\n3E7FFF3E00\n3E07F07E00\n1F8000FC00\n1FF00FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F13D\nENCODING 61757\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F3FFE7E00\n3E1FFC3E00\n7E0FF83F00\n7C0FF81F00\nFC0FF81F00\nFC0FF81F80\nFE0FF83F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FC001FF00\n7F00007F00\n3E3FFE3E00\n3C7FFF1E00\n1EFFFFBC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F13E\nENCODING 61758\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F3FFE7E00\n3E1FFC3E00\n7E0FF83F00\n7C0FF81F00\nFC0FF81F80\nFC0FF81F80\nFE0FF83F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7F00007E00\n3F8000FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F13F\nENCODING 61759\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F3FFE7E00\n3E1FFC3E00\n7E0FF83F00\n7C0FF81F00\nFC0FF81F00\nFC0FF81F80\nFE0FF83F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7C00001F00\n7C00003F00\n3E03E03E00\n3F07F07E00\n1F0FF07C00\n1F83E0FC00\n0FE003F800\n07F80FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F140\nENCODING 61760\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 19 33 8 0\nBITMAP\n003FC0\n00FFE0\n01FFE0\n03FFE0\n07FFE0\n07FFC0\n07F000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n3FFF80\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\nFFFFE0\n3FFF80\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FE000\n0FC000\n07C000\nENDCHAR\nSTARTCHAR F141\nENCODING 61761\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFFF00000\n7FFFFE0000\n7FFFFF8000\nFFFFFFC000\nFFFC1FE000\nFFE003F000\nFFC001F800\nFF8000F800\nFF81C0FC00\n7F07F07C00\n7F0FF87C00\n3F07F8FE00\n3F807FFE00\n3F8007FE00\n3FC001FE00\n3FF000FE00\n3FFF00FE00\n3F8FF07E00\n1F0FF87F00\n1F07F07F00\n1F81C0FF80\n0F8000FF80\n0FC001FF80\n07E003FF80\n03FC1FFF80\n01FFFFFF80\n00FFFFFF00\n003FFFFF00\n0007FFFE00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F142\nENCODING 61762\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n007FFF0000\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFBFFFF80\nFFF1FFFF80\nFFF07FFF80\nFFF01FFF80\nFFF00FFF80\nFFF003FF80\nFFF001FF80\nFFF003FF80\nFFF00FFF80\nFFF01FFF80\nFFF07FFF80\nFFF1FFFF80\nFFFBFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n007FFF0000\nENDCHAR\nSTARTCHAR F143\nENCODING 61763\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3FFFFE00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF7FF80\nFFF7FF80\nFFE3FF80\nFFE3FF80\nFFE3FF80\nFFC1FF80\nF0000780\nF8000F80\nFC001F80\nFE003F80\nFF007F80\nFF007F80\nFF007F80\nFF007F80\nFF1C7F80\nFF7F7F80\nFEFFBF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFE3FF80\nFFC1FF80\nFF80FF80\nFE003F80\nFC001F80\nF0000780\n60000300\nENDCHAR\nSTARTCHAR F144\nENCODING 61764\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF000000780\nF000000780\nF000000780\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n001FFC0000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\n0001C00000\n0000800000\nENDCHAR\nSTARTCHAR F145\nENCODING 61765\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\n0001C00000\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n000FF80000\n001FFC0000\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF000000780\nF000000780\nF000000780\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F146\nENCODING 61766\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 15 0 8\nBITMAP\n038000E000\n1FE003FC00\n3FF007FE00\n7FF80FFF00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n7FF80FFF00\n3FF007FE00\n1FE003FC00\n078000F000\nENDCHAR\nSTARTCHAR F147\nENCODING 61767\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFC7FFF00\n7FFC7FFF80\nFFFC7FFF80\nFFFC7FFF80\nF800003F80\nF000007F80\nF00000FF80\nF00001F780\nF00003E780\nF00007C780\nF0000F8780\nF0001F0780\nF0003E0780\nF0007C0780\nF000F80780\nF001F00780\nF003E00000\nF007C00000\nF00F800000\nF007000780\nF002000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F148\nENCODING 61768\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n003FFE0000\n03FFFFE000\n1FFFFFFC00\n3FFFFFFE00\n7FF80FFF00\nFF8000FF80\nFF180C7F80\nFF3C1E7F80\nFF3FFE7F80\nFF3FFE7F80\n003FFE0000\n003FFE0000\n00FFFF8000\n07FFFFF000\n0FFFFFF800\n1FF80FFC00\n3FF007FE00\n7FE3E3FE00\n7FE7F3FF00\n7FC7F1FF00\nFFCFF9FF80\nFFCFF9FF80\nFFE7F3FF80\nFFE7F3FF80\nFFF1C7FF80\nFFF80FFF80\nFFFC1FFF80\n7FFFFFFF00\n3FFFFFFE00\n0F00007800\n0F00007800\nENDCHAR\nSTARTCHAR F149\nENCODING 61769\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FC0000000\nFFC0000000\nFFC7FFFE00\nFFCFFFFF00\nFFCFFFFF80\nFFCFFFFF80\nFFCE000180\nFFCC000180\nFFCC000180\nFFCC000180\nFFCFFFFF80\nFFCFFFFF80\nFFCE38F380\nFFCC186180\nFFCC186180\nFFCC186180\nFFCE3CF380\nFFCFFFFF80\nFFCFFFFF80\nFFCC186180\nFFCC186180\nFFCC186180\nFFCE38E380\nFFCFFFFF80\n7F8FFFFF80\n001C186180\n003C186180\nFFFC186180\nFFFE38E180\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F14A\nENCODING 61770\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFE0780\nFFFFFE0780\nFFFFFE0780\nFFFFFE0780\nFFFFFE0780\nFFFFFE0780\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFC1FFF80\nF9F80FCF80\nF0F00F8780\nF0F0078780\nF0F00F8780\nF0F80F8780\nF07C1F0780\nF07F7F0780\nF03FFE0780\nF01FFC0780\nF00FF80780\nF003E00780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F14B\nENCODING 61771\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFF03F80\nFFFFC01F80\nFFFF801F80\nFFFF801F80\nFFFF83FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFC007F80\nFFF0001F80\nFFF0001F80\nFFF0001F80\nFFFC007F80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nFFFF87FF80\nF803860F80\nF003860780\nF003860780\nF8038E0F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F14C\nENCODING 61772\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FFE07F800\n1FBF07FC00\n1F0F0F7C00\n3E079F3E00\n3C07FE1E00\n7C03FE1F00\n7C03FC0F00\nFFFFF80F80\nFFFFF00F80\nFFFFF80780\nFFFF780780\nF020780780\nF0003FFF80\nF000FFFF80\nF001FFFF80\nF807FFFF80\n780FFE0F00\n7C1FDE1F00\n7C1F1E1E00\n3E3E1E3E00\n1F7C1E7C00\n1FF81EFC00\n0FF81FF800\n07F81FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F14D\nENCODING 61773\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFE003FF80\nFFE003FF80\nFFC001FF80\nFFC001FF80\nFF8000FF80\nFF8038FF80\nFF00707F80\nFF3BE07F80\nFE1FE03F80\nFE0FEE3F80\nFC07FC1F80\nFC03F81F80\nF803F00F80\nF803E00F80\nF003E00780\nF003E00780\nF803E00F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F14E\nENCODING 61774\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n0FFFFFFC00\n07FE000000\n27F0000000\n73E183FF00\n73C7F1FF00\nF98FF8FF00\nF89FFCFF80\nFC1FFCFF80\nFC3FFE7F80\nFE3FFE7F80\nFF3FFE7F80\nFF1FFC7F80\nFF9FFCFF80\nFF8FF8FF80\n7FC7F1FF00\n7FE1C1FF00\n3FF003FE00\n3FFE27FE00\n1FFFC7FC00\n1FFFCFFC00\n0FFF8FF800\n07FF9FF000\n03FF1FE000\n00FE3F8000\n003E7E0000\n000C780000\nENDCHAR\nSTARTCHAR F14F\nENCODING 61775\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFFF00\n0FFFFFFF80\n00FFFFFF80\n007FFFFF80\n7E3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\n003FC3FF80\n007F00FF80\n0FFE00FF80\n0FFE007F80\n01FC007F80\n007C007F80\n3E3E007F80\nFF3E00FF80\nFF3E00FF80\nFF3F00FF80\n3E3F01FF80\n007FC3FF80\n01FE00FF80\n0FFC003F80\n0FF8003F80\n0070001F80\n003C007F80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\n7E3FFFFF80\n007FFFFF80\n00FFFFFF80\n0FFFFFFF80\n07FFFFFF00\nENDCHAR\nSTARTCHAR F150\nENCODING 61776\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC1FFFFC180\nC0FFFF8180\nC07FFF0180\nC03FFE0180\nC01FFC0180\nC20FF82180\nC307F06180\nC383E0E180\nC3C1C1E180\nC3E083E180\nC3F007E180\nC3E003E180\nC3CC19E180\nC39E3CE180\nC33F7E6180\nC27FFF2180\nC0FFFF8180\nC1FFFFC180\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F151\nENCODING 61777\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFC000000\nFFFC000000\nFFFC000000\nFFFC000000\n0FC01FFF80\n07C01FFF80\n07E01FFF80\n03E01FFF80\n03F001F000\n01F803E000\n00F807C000\n00FC0F8000\n007C1F0000\n007E3E0000\n003E7C0000\n003F7C0000\n001FF80000\n001FF00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n00FFFE0000\n00FFFE0000\n00FFFE0000\n00FFFE0000\nENDCHAR\nSTARTCHAR F152\nENCODING 61778\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFF800380\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nC000000180\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nE000FFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F153\nENCODING 61779\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n6F8F838300\nFFFFC38780\nF9F8E3C780\nF0F0F3CF80\nF0F0F1EF00\nF0F0F9EF00\nF0F0F8EF00\nF0F0F8FE00\nF0F0F87E00\nF0F0F87E00\nF0F0F87E00\nF0F0F83C00\nF0F0783C00\nF070703C00\n0000007800\n0000007800\n0000007800\n0000007800\n0000002000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nF000000700\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F154\nENCODING 61780\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 2\nBITMAP\n000000E000\n000001F000\n00007FF800\n0000FFF800\n0000C1F800\n0000C0F000\n0000C00000\n0001800000\n1803E00C00\n7E3FFE3F00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\n7FDFFDFF00\n7F8FF8FF00\n1F0FF87C00\n3F0FF8FE00\n3FDFFDFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FCFF9FC00\n1FE3E3FC00\n0FF007F800\n07FC1FF000\n03FFFFE000\n01FFFFC000\n007FFF0000\n000FF80000\nENDCHAR\nSTARTCHAR F155\nENCODING 61781\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFC00\n3FFFFFFC00\n3FFFFFF800\n3FFFFFF000\n3FFFFFE000\n7EFFFF8000\n783FFE0000\n600FF80000\nENDCHAR\nSTARTCHAR F156\nENCODING 61782\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF800000F00\nF000000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n3F00007C00\n3F8000FC00\n3FE003F800\n3FFC1FF000\n3FFFFFE000\n7EFFFF8000\n783FFE0000\n600FF00000\nENDCHAR\nSTARTCHAR F157\nENCODING 61783\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFDF7DFF80\nFF8E38FF80\nFF0C187F80\nFF0E38FF80\nFFDF7DFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFC00\n3FFFFFFC00\n3FFFFFF800\n3FFFFFF000\n3FFFFFE000\n7EFFFF8000\n783FFE0000\n600FF80000\nENDCHAR\nSTARTCHAR F158\nENCODING 61784\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF800000F80\nF000000F80\nF020820780\nF0F1C70780\nF0F3E78780\nF0F1C78780\nF020820780\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n3F00007C00\n3F8000FC00\n3FE003F800\n3FFC1FF000\n3FFFFFE000\n7EFFFF8000\n783FFE0000\n600FF80000\nENDCHAR\nSTARTCHAR F159\nENCODING 61785\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF0E3800780\nF0C3800780\nF0C3800780\nF0C3800780\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F15A\nENCODING 61786\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nC000000180\nC000000180\nC003E00180\nC00FF80180\nC01FFC0180\nC03FFC0180\nC03FFE0180\nC03FFE0180\nC03FFE0180\nC03FFE0180\nC01FFC0180\nC01FFC0180\nC01FFC0180\nC00FF80180\nC007F00180\nC003E00180\nC03FFE0180\nC0FFFF8180\nC1FFFFC180\nC3FFFFC180\nC3FFFFE180\nC3FFFFE180\nC03FFE0180\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F15B\nENCODING 61787\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n1F80000000\n3FC0000000\n7FC0000000\n7FC0000000\nFFC0000000\nFFC0000000\nFFC0000000\nFFC0000000\nFF80000000\n7F00000000\n7E00000000\n7F00000000\n3F00000000\n3F80000000\n1FC0000000\n1FC0000000\n0FE0000000\n0FF0000000\n07F8000000\n03FC000000\n01FE000000\n00FF81F800\n007FC3FE00\n003FF7FF00\n001FFFFF80\n000FFFFF80\n0007FFFF00\n0001FFFE00\n00007FFC00\n00001FF800\n000007F000\nENDCHAR\nSTARTCHAR F15C\nENCODING 61788\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n06001C0380\n0F001E0780\n1F801F0F80\n3FC01F9F00\n7FC00FFE00\n7FC007FC00\nFFC003F800\nFFC001F800\nFFC003FC00\nFFC007FE00\nFF800FBF00\n7F001F1F80\n7E001E0F80\n7F001C0780\n3F00000000\n3F80000000\n1FC0000000\n1FC0000000\n0FE0000000\n0FF0000000\n07F8000000\n03FC000000\n01FE000000\n00FF81F800\n007FC3FE00\n003FF7FF00\n001FFFFF80\n000FFFFF80\n0007FFFF00\n0001FFFE00\n00007FFC00\n00001FF800\n000007F000\nENDCHAR\nSTARTCHAR F15D\nENCODING 61789\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000380\n0F00000780\n1F800C0F80\n3FC01E1F00\n7FC01E3E00\n7FC01E7C00\nFFC01EF800\nFFC01FF000\nFFC01FE000\nFFC01FC000\nFF801FFC00\n7F001FFE00\n7E001FFE00\n7F001FFE00\n3F00000000\n3F80000000\n1FC0000000\n1FC0000000\n0FE0000000\n0FF0000000\n07F8000000\n03FC000000\n01FE000000\n00FF81F800\n007FC3FE00\n003FF7FF00\n001FFFFF80\n000FFFFF80\n0007FFFF00\n0001FFFE00\n00007FFC00\n00001FF800\n000007F000\nENDCHAR\nSTARTCHAR F15E\nENCODING 61790\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n060003FF00\n0F0007FF80\n1F8007FF80\n3FC007FF80\n7FC0003F80\n7FC0007F80\nFFC000FF80\nFFC001F780\nFFC003E780\nFFC007C780\nFF800F8780\n7F001F0780\n7E001E0000\n7F001C0000\n3F00000000\n3F80000000\n1FC0000000\n1FC0000000\n0FE0000000\n0FF0000000\n07F8000000\n03FC000000\n01FE000000\n00FF81F800\n007FC3FE00\n003FF7FF00\n001FFFFF80\n000FFFFF80\n0007FFFF00\n0001FFFE00\n00007FFC00\n00001FF800\n000007F000\nENDCHAR\nSTARTCHAR F15F\nENCODING 61791\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n003E0000\n007F0000\n00FF8000\n01FFC000\n03FFE000\n07E3F000\n0FC0F800\n1F80FC00\n3F807E00\n7F007F00\nFF80FF80\nFF80FF80\nFFC1FF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n3FFFFE00\nENDCHAR\nSTARTCHAR F160\nENCODING 61792\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0003E00000\n001FFC0000\n007FFE0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFF3F000\n07FFE1F000\n0FFFC0F800\n1FFFC07C00\n1FFF803C00\n3FFF803E00\n3FFF001E00\n7C3E001F00\n781E000F00\n7800000F00\n7000000700\nF000000780\nF000000780\nF000000780\nF000000F80\nF800000F80\nFC00001F80\n7F00007F00\n7FF007FF00\n3FFFFFFE00\n1FFFFFFC00\n03FFFFE000\n003FFE0000\nENDCHAR\nSTARTCHAR F161\nENCODING 61793\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFC1FFF80\nFFE003FF80\nFFC001FF80\nFF8000FF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF0000FF80\nFF8000FF80\nFF8000FF80\nFF8000FF80\nFFC001FF80\nFFE001FF80\nFFE003FF80\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFC001FF80\nFF00007F80\nFC00001F80\nF800001F80\nF800000F80\nF000000780\nF000000780\nF000000780\n7000000700\n3000000600\nENDCHAR\nSTARTCHAR F162\nENCODING 61794\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007F000000\n03FFE00000\n0F80F00000\n1E00380000\n38000C0000\n3000060000\n6000030000\n6000030000\nC000030000\nC000018000\nC000018000\nC000019800\nC000039C00\nE000033E00\n6000073F00\n70000E3F00\n3C001E7F80\n1E007CFF80\n0FF7F0FF80\n0FFFC1FF80\n0F9C07FF80\n0F001FFF80\n0E03FFFF00\n0C7FFFFF00\n083FFFFE00\n001FFFFC00\n000FFFF800\n0003FFF800\n00007FF800\n0000007800\n0000003800\n0000001800\n0000000800\nENDCHAR\nSTARTCHAR F163\nENCODING 61795\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 29 0 2\nBITMAP\n000FF800\n000FF800\n0007FC00\n0023FE00\n0033FE00\n0071FF00\n00F9FF00\n00FCFF80\n01FC7FC0\n01FE7FC0\n03FC3FE0\n07FC3FF0\n07F81FF0\n0FF00FF8\n0FF00FF8\n1FE007FC\n3FE007FE\n3FC003FE\n7FC001FF\n7F800000\nFF000000\nFF1FFFFF\n7E3FFFFF\n3E7FFFFE\n1C7FFFFC\n18FFFFFC\n08FFFFF8\n01FFFFF0\n03FFFFF0\nENDCHAR\nSTARTCHAR F164\nENCODING 61796\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03C0000000\n03C0000000\n03C0000000\n03C0000000\n03C0000000\n07C0000000\n07C0000000\n1FC0000000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF800000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0000000\n0FC0007E00\n0FC000FF00\n0FC001FF00\n0FF061FF80\n0FFFE1FF80\n0FFFE1FF80\n07FFE1FF80\n03FFE1FF00\n01FFC0FE00\n007F003C00\nENDCHAR\nSTARTCHAR F165\nENCODING 61797\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nF0007FFF80\n8000FFFF80\n0707FF9F80\n1FC3FF9F80\n1FE1FF9F80\n3FF1FF9F80\n3FF1F80380\n3FF1F80180\n3FF1FF9F80\n3FF1FF9F80\n1FF1FF9F80\n1FE1FF9F80\n0FC3FFFF80\n0007FFFF80\n800FFFFF80\nFC1FFFFF80\nFC1FFFFF80\nFC0FFFFF80\nFE07FFFF80\nFE03FFFF80\nC000FFFF80\n0000FFFF80\n1FE07FFF80\n7FF87FFF80\nFFFC7FFF80\nFFFC3FFF80\nFFFC7FFF80\nFFFC7FFF80\nFFFC7FFF80\n7FF87FFF00\n3FF0FFFE00\nENDCHAR\nSTARTCHAR F166\nENCODING 61798\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF8F8F8FF80\nF0F0C03F80\nF0F0001F80\nF0F0000F80\nF0F0080780\nF0F03E0780\nF0F07F0780\nF0F07F8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F0FF8780\nF0F8FF8780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F167\nENCODING 61799\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFF00000\n07FFFC0000\n0FFFFE0000\n1FFFFF0000\n3FFFFF8000\n7FFFFFC000\n7FFFFFC000\nFFFFFFC000\nFF807FE000\nFF003FE000\nFF001FE000\nFF803FE000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n01FFFFC000\nENDCHAR\nSTARTCHAR F168\nENCODING 61800\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01E000F800\n07F003FE00\n0FF807FF00\n1FF80FFF00\n3FF80FFF00\n3FF81FFF80\n7FFC1FFF80\nFFFC1FFF80\nE7FC13FF80\n47FC01FF80\n03FC00FF80\n03FE00FF80\n03FE00FF00\n03FE01FF00\n01FE01FE00\n01FE01FE00\n01FE03FE00\n01FF03FC00\n01FF07FC00\n01FF0FF800\n00FF9FF000\n00FFBFF000\n00FFFFE000\n00FFFFC000\n007FFFC000\n007FFF8000\n007FFF0000\n003FFE0000\n003FFC0000\n003FF80000\n001FF00000\n000FE00000\n0007800000\nENDCHAR\nSTARTCHAR F169\nENCODING 61801\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFFC00\n1FFFFFFE00\n3FFC0FFE00\n3FC001FF00\n7F80007F00\n7F00003F80\nFE0E003F80\nFE3F001F80\nFC3F801F80\nFC3F801F80\nFC3F803F80\nFC3F803F80\nFE3F807F00\nFE3F80FF00\n7C3FF7FF00\n783FFFFE00\n703FFFFC00\n203FFFFC00\n003FFFF000\n003FFFE000\n003F9F0000\n003F800000\n003F800000\n01FF800000\n03FF800000\n03FF000000\n03FF000000\n01FF000000\n00FC000000\nENDCHAR\nSTARTCHAR F16A\nENCODING 61802\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n00000F8100\n00003FE200\n00007FFE00\n30007FFC00\n38007FFF80\n3E00FFFF00\n3F00FFFE00\n3FE0FFF800\n1FFFFFF800\n1FFFFFF800\n3FFFFFF800\n3FFFFFF000\n3FFFFFF000\n1FFFFFF000\n1FFFFFF000\n07FFFFE000\n0FFFFFE000\n0FFFFFC000\n07FFFFC000\n03FFFF8000\n007FFF0000\n007FFE0000\n01FFFC0000\nFFFFF80000\n7FFFF00000\n1FFFC00000\n03FC000000\nENDCHAR\nSTARTCHAR F16B\nENCODING 61803\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF3FFE7F80\nFE1FFC3F80\nFC0FF81F80\nFC07F01F80\nFE03E03F80\nFF01807F80\nFF8000FF80\nFFC001FF80\nFFE003FF80\nFFF007FF00\n7FF80FFF00\n7FFC1FFF00\n7FFE3FFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n000FF80000\nENDCHAR\nSTARTCHAR F16C\nENCODING 61804\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000000F800\n000001FE00\n000003FF00\n000007FF00\n000007FF80\n000007FF80\n00000FFF80\n00003FFF80\n0000FFFF80\n0003FFFF00\n060FFBFE00\n1FFFE0FC00\n7FFF800000\n7FFE000000\nFFF8000000\nFFF0000000\nFFF0000000\nFFF0000000\nFFF8000000\n7FFE000000\n7FFF800000\n1FFFE0FC00\n060FFBFE00\n0003FFFF00\n0000FFFF80\n00003FFF80\n00000FFF80\n000007FF80\n000007FF80\n000007FF00\n000003FF00\n000001FE00\n000000F800\nENDCHAR\nSTARTCHAR F16D\nENCODING 61805\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF0E3800780\nF0C3800780\nF0C3800780\nF0C3800780\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000800780\nF001C00780\nF003E00780\nF003E00780\nF003E00780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF01FF80780\nF003E00780\nF003E00780\nF001C00780\nF001C00780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F16E\nENCODING 61806\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF0E3800780\nF0C3800780\nF0C3800780\nF0C3800780\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF01FF80780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F16F\nENCODING 61807\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFF00000\n1FFFFC0000\n3FFFFE0000\n3FFFFE0000\n7FFFFF0000\n7FFFFF0000\n7FFFFF0000\nFFFFFF8000\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000800780\nF001C00780\nF003E00780\nF003E00780\nF003E00780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF01FF80780\nF003E00780\nF003E00780\nF001C00780\nF001C00780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F170\nENCODING 61808\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFF00000\n1FFFFC0000\n3FFFFE0000\n3FFFFE0000\n7FFFFF0000\n7FFFFF0000\n7FFFFF0000\nFFFFFF8000\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF01FFC0780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F171\nENCODING 61809\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFF8000FF80\nFFC001FF80\nFFE003FF80\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F172\nENCODING 61810\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3C00E03E00\n3C00E01E00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3E0E003E00\n3C0C001E00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n003FFE0000\n003FFE0000\nFF1FFC7F80\nFF9FFCFF80\nFF9FFCFF80\nFF8FF8FF80\nFFCFF9FF80\nFFC3F1FF80\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F173\nENCODING 61811\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n8FFFFFF880\nC7FFFFF180\nE3FFFFE380\nF1FFFFC780\nF8FFFF8F80\nFC7FFF1F80\nFE3FFE3F80\nFF9FFC7F80\nFFCFF8FF80\nFFE001FF80\nFFF003FF80\nFFE3E3FF80\nFFC7F1FF80\nFF8FF8FF80\nFF1FFC7F80\nFE3FFE3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F174\nENCODING 61812\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n003FFE0000\n007FFF0000\n00FE1F8000\n01F80FC000\n01E1C7C000\n01C7E3C000\n3FC3FFFE00\n1FC3FFFC00\n8FFFE3F880\nC7FFE1F180\nE3F7F1E380\nF1E3E1C780\nF8F0078F80\nFC780F1F80\nFE3FFE3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC7F1FF80\nFFE3E3FF80\nFFE1C3FF80\nFFC081FF80\nFF8C18FF80\nFF1E3C7F80\nFE3FFE3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F175\nENCODING 61813\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFBF8000\n01FF9FC000\n01FF8FC000\n01FF8FC000\n3FE007FE00\n1FC003FC00\n8FC001F880\nC7C003F180\nE3FF87E380\nF1FF8FC780\nF8FF9F8F80\nFC7F9F1F80\nFE3FFE3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC7F1FF80\nFFE3E3FF80\nFFE1C3FF80\nFFC081FF80\nFF8C18FF80\nFF1E3C7F80\nFE3FFE3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F176\nENCODING 61814\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n003FFE0000\n007FFF0000\n00FF7F8000\n01FE3FC000\n01FC1FC000\n01F007C000\n3FE003FE00\n1FC001FC00\n8FFC1FF880\nC7FC1FF180\nE3FC1FE380\nF1FC1FC780\nF8FC1F8F80\nFC7C1F1F80\nFE3E3E3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC7F1FF80\nFFE3E3FF80\nFFE1C3FF80\nFFC081FF80\nFF8C18FF80\nFF1E3C7F80\nFE3FFE3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F177\nENCODING 61815\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n003FFE0000\n007FFF0000\n00FE3F8000\n01FC1FC000\n01FC1FC000\n01FC1FC000\n3FFC1FFE00\n1FFC1FFC00\n8FC001F880\nC7C001F180\nE3E003E380\nF1F80FC780\nF8FC1F8F80\nFC7E3F1F80\nFE3FFE3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC7F1FF80\nFFE3E3FF80\nFFE1C3FF80\nFFC081FF80\nFF8C18FF80\nFF1E3C7F80\nFE3FFE3F80\nFC7FFF1F80\nF8FFFF8F80\nF1FFFFC780\nE3FFFFE380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F178\nENCODING 61816\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF007F00780\nF007F00780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF07FFF0780\nF07FFF0780\nF03FFE0780\nF01FFC0780\nF00FF80780\nF007F00780\nF003E00780\nF001C00780\nF800800F80\nFF8000FF80\nFF8001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F179\nENCODING 61817\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF000800780\nF001C00780\nF003E00780\nF007F00780\nF00FF80780\nF01FFC0780\nF03FFE0780\nF07FFF0780\nF07FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF007F00780\nF803E00F80\nFF8000FF80\nFF8001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F17A\nENCODING 61818\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF07FFF0780\nF0FFFF8780\nF0FFFF8780\nF07FFF0780\nF000000780\nF000000780\nF03FFE0780\nF0FFFF0780\nF0FFFF8780\nF0FFFF0780\nF03FFE0780\nF000000780\nF000000780\nF000000780\nF800000F80\nFF8000FF80\nFF8001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F17B\nENCODING 61819\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7F00000000\nFFF0000000\nFFFE000000\nFFFF800000\nFFFFE00000\n7FFFF00000\n03FFFC0000\n001FFE0000\n0007FF0000\n0001FF8000\n00007FC000\n00003FE000\n30001FE000\n7F800FF000\nFFE007F800\nFFF803F800\nFFFC01FC00\n7FFF01FC00\n1FFF00FE00\n00FF80FE00\n003FC07E00\n001FC07F00\n000FE03F00\n0007E03F00\n0007F03F00\n3C03F03F80\n7E03F01F80\nFF03F01F80\nFF03F81F80\nFF03F81F80\nFF03F81F80\n7E01F01F80\n3C00E00F00\nENDCHAR\nSTARTCHAR F17C\nENCODING 61820\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 1\nBITMAP\n047E0000\n0CFF8000\n1CFFFF00\n3CFFFFC0\n7CFFFFF0\nFCFFFFF0\n00FFFFF8\n00FFFFF8\n7FFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFDF8\nFFFFF878\nFFFFF878\nFFFFFE78\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFDFFF8\n3FFDFFF8\n1FF83FF8\n0FF001F8\n07C001F8\n0000F9F8\n0001F1F8\n000181F8\n000181F0\n000181F0\n0001C3F0\n0001FFE0\n0000FF00\nENDCHAR\nSTARTCHAR F17D\nENCODING 61821\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCC00001980\nCC00001980\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nENDCHAR\nSTARTCHAR F17E\nENCODING 61822\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07F80FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C08001E00\n7C0C001F00\n780F000F00\nF80FC00F80\nF00FF00780\nF00FF80780\nF00FFE0780\nF00FFF8780\nF00FFE0780\nF00FF80780\nF00FF00F80\nF80FC00F80\n780F000F00\n7C0C001F00\n7C08001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07F80FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F17F\nENCODING 61823\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FE3F8000\n03F80FE000\n07F80FF000\n0FF007F800\n1FF007FC00\n1FF80FFC00\n3FF80FFE00\n3CFC1F9E00\n703FFE0700\n701FFC0700\nE01FFC0300\nE01FFC0380\nE01F7C0380\nF01E3C0780\nF03C1E0F80\nFFFE3FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF80\n7F07F07F00\n7E03E03F00\n7C03E01E00\n3C03E01E00\n1C03E01C00\n1E03E03C00\n0E07F03800\n078FF8F000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F180\nENCODING 61824\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n01FFFFC000\n03F80FE000\n07E003F000\n0F8000F800\n0F00007800\n1F00007C00\n1E00003C00\n1E00003C00\n3C00003E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3F00007E00\n3F00007E00\n3F00007E00\n7F00007F00\n7F00007F00\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\n7F00007F00\n7F00007F00\n3F00007E00\n1F00007C00\n0700007000\nENDCHAR\nSTARTCHAR F181\nENCODING 61825\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000F00\n000001FF80\n00003FFF80\n0007FFFF80\n007FFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFF8780\n00FFF00780\n00FE000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F001FF80\n00F003FF80\n00F007FF80\n00F007FF80\n1FF007FF80\n7FF007FF00\nFFF003FE00\nFFF000F800\nFFF0000000\nFFF0000000\n7FE0000000\n1F80000000\nENDCHAR\nSTARTCHAR F182\nENCODING 61826\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC000600000\nE000F00000\nF000F80000\nF800F80000\nFC00FC0000\nFE00FE0000\nFF00FF0000\nFF80FF8000\nFFC0FFC000\nFFE0FFE000\nFFF0FFF000\nFFF0FFF800\nFFF8FFFC00\nFFFCFFFE00\nFFFEFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFEFFFF00\nFFFCFFFE00\nFFF8FFFC00\nFFF0FFF800\nFFF0FFF000\nFFE0FFE000\nFFC0FFC000\nFF80FF8000\nFF00FF0000\nFE00FE0000\nFC00FC0000\nF800F80000\nF000F80000\nE000F00000\nC000600000\nENDCHAR\nSTARTCHAR F183\nENCODING 61827\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001000180\n0003800380\n0007800780\n000F800F80\n001F801F80\n003F803F80\n007F807F80\n00FF80FF80\n01FF81FF80\n03FF83FF80\n07FF83FF80\n0FFF87FF80\n1FFF8FFF80\n3FFF9FFF80\n7FFFBFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFBFFF80\n3FFF9FFF80\n1FFF8FFF80\n0FFF87FF80\n07FF87FF80\n03FF83FF80\n01FF81FF80\n00FF80FF80\n007F807F80\n003F803F80\n001F801F80\n000F800F80\n000F800780\n0007800380\n0003000180\nENDCHAR\nSTARTCHAR F184\nENCODING 61828\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\nE0000000\nF0000000\nFC000000\nFF000000\nFFC00000\nFFE00000\nFFF80000\nFFFE0000\nFFFF8000\nFFFFC000\nFFFFF000\nFFFFFC00\nFFFFFF00\nFFFFFF80\nFFFFFFE0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFE0\nFFFFFF80\nFFFFFF00\nFFFFFC00\nFFFFF000\nFFFFC000\nFFFF8000\nFFFE0000\nFFF80000\nFFE00000\nFFC00000\nFF000000\nFC000000\nF0000000\nE0000000\nENDCHAR\nSTARTCHAR F185\nENCODING 61829\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F186\nENCODING 61830\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FC001FE00\n7FE003FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FE003FF00\n3FC001FE00\nENDCHAR\nSTARTCHAR F187\nENCODING 61831\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000018000\n000001C000\n000001E000\n000001F000\n000001FC00\n000001FE00\n1FFFFFFF00\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF80001FE00\nF00001FC00\nF00001F800\nF00001F000\nF00001E000\nF000018780\nF000000780\nF0C0000780\n03C0000780\n07C0000780\n0FC0000780\n1FC0000780\n3FC0000F80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFC00\n3FC0000000\n1FC0000000\n07C0000000\n03C0000000\n01C0000000\n00C0000000\nENDCHAR\nSTARTCHAR F188\nENCODING 61832\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000018000\n000001C000\n000001E000\n000001F000\n000001FC00\n000001FE00\n7C001FFF00\nFF80FFFF80\nFFE3FFFF80\nFFF1FFFF00\n1FF8FDFE00\n01FCC1FC00\n007C01F800\n003C01F000\n003C01E000\n003C018000\n003C000000\n003C018000\n003C01E000\n003E01F000\n001F01F800\n019F81FC00\n1F8FFDFE00\nFFC7FFFF00\nFFE3FFFF80\nFF80FFFF80\n78001FFF00\n000001FE00\n000001FC00\n000001F000\n000001E000\n000001C000\n0000018000\nENDCHAR\nSTARTCHAR F189\nENCODING 61833\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F18A\nENCODING 61834\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC000001E00\nE000003F00\nF800007F80\nFC00007F80\nFE00007F80\nFF00007F80\nFFC0007F80\nFFE0007F80\nFFF0007F80\nFFF8007F80\nFFFC007F80\nFFFF007F80\nFFFF807F80\nFFFFC07F80\nFFFFE07F80\nFFFFF07F80\nFFFFF87F80\nFFFFF07F80\nFFFFE07F80\nFFFFC07F80\nFFFF807F80\nFFFF007F80\nFFFC007F80\nFFF8007F80\nFFF0007F80\nFFE0007F80\nFF80007F80\nFF00007F80\nFE00007F80\nFC00007F80\nF000007F80\nE000003F00\nC000001E00\nENDCHAR\nSTARTCHAR F18B\nENCODING 61835\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00000180\n7E00000380\nFF00000780\nFF00001F80\nFF00003F80\nFF00007F80\nFF0000FF80\nFF0003FF80\nFF0007FF80\nFF000FFF80\nFF001FFF80\nFF007FFF80\nFF00FFFF80\nFF01FFFF80\nFF03FFFF80\nFF07FFFF80\nFF0FFFFF80\nFF07FFFF80\nFF03FFFF80\nFF01FFFF80\nFF00FFFF80\nFF007FFF80\nFF001FFF80\nFF000FFF80\nFF0007FF80\nFF0003FF80\nFF0001FF80\nFF00007F80\nFF00003F80\nFF00001F80\nFF00000F80\n7E00000380\n3C00000180\nENDCHAR\nSTARTCHAR F18C\nENCODING 61836\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n01FF8000\n01FFC000\n03FFC000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n23FFE200\nF3FFE780\nF3FFE780\nF3FFE780\nF1FFCF80\nF9FFCF80\n78FF8F00\n7C7F1F00\n3E083E00\n3F007E00\n1FE3FC00\n0FFFF800\n07FFF000\n01FFC000\n003E0000\n003E0000\n003E0000\n07FFF000\n0FFFF800\n0FFFF800\n07FFF000\nENDCHAR\nSTARTCHAR F18D\nENCODING 61837\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00700000\n00FC0000\n00FE0000\n00FF8000\n00FFC000\n00FFF000\n00FFF800\n00FFFC00\n00FFFE00\n00FFFF00\n00FFFF00\n00FFFF80\n00FDFF80\n00F87F80\n00F87F80\n00F83F80\n00F83F00\n00F83F00\n00F81E00\n00F87E00\n00F87C00\n00F87800\n00F82000\n00F80000\n00F80000\n1FF80000\n7FF80000\nFFF80000\nFFF80000\nFFF00000\n7FF00000\n7FE00000\n1F800000\nENDCHAR\nSTARTCHAR F18E\nENCODING 61838\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1801C00C00\n3C03C01E00\n3C03E01E00\n3C03E01E00\n3C03E01E00\n3C03E01E00\n3C00001E00\n3C00001E00\n3C07F01E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C00001E00\n3C00001E00\n3C03E01E00\n3C03E01E00\n3C03E01E00\n3C03E00000\n3C03E00000\n3C03E07F80\n3C03E07F80\n0003E07F80\n0003E07F00\nFF03E00000\nFF03E00000\nFF03E01E00\nFF03E01E00\n0003E01E00\n0003E01E00\n3C03E01E00\n3C03E01E00\n3C01C01E00\n1801C00C00\nENDCHAR\nSTARTCHAR F18F\nENCODING 61839\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n7E00000000\nFF00000000\nFF00000000\n7F00000000\n0000000000\n0000000000\n7E00003F00\nFF00007F80\nFF00007F80\nFF00007F80\n0000000000\n0000000000\n3E03E03E00\nFF07F07F80\nFF0FF87F80\nFF07F07F80\n3E03E03E00\n0000000000\n0000000000\nFF07F07F80\nFF0FF87F80\nFF07F07F80\n7E07F03F00\n0000000000\n0000000000\n7F07F07F00\nFF0FF87F80\nFF0FF87F80\n7E07F03F00\nENDCHAR\nSTARTCHAR F190\nENCODING 61840\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n3FFFE0\n7FFFF0\nE00030\nC00018\nC00018\nC00018\nC00018\nC00018\nC00018\nC00018\nC00018\nE00038\nFFFFF8\nFFFFF8\nFFDFF8\nFC01F8\nF820F8\nF1FC78\nE3FE38\nE7FF38\nE7FF38\nCF8F98\nCF0798\nCF8F98\nC7DF18\nE7FF38\nE3FE38\nF1FC78\nF8F8F8\nFC01F8\nFF07F0\n7FFFF0\n3FFFE0\nENDCHAR\nSTARTCHAR F191\nENCODING 61841\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n03F0000000\n0FFC000000\n1CEF000000\n3CCF800000\n7FFF800000\n7FFFC00000\nCCEEC00000\nCCCCC00000\nFFFFE00000\nFFFFE00000\nEEEEC00000\nCCCCC00000\n7FFFC80000\n7FFFCC0000\n3FFF8E0000\n3CCF1F0000\n1FFE1F0000\n07FC3F8000\n00407FC000\n0001FFE000\n000FFFE000\n0007FFF000\n0003FFF800\n0001FFFC00\n00007FFC00\n00003FFE00\n00001FFF00\n000007FF80\n000003FF80\n000001FF80\n0000007F00\n0000003E00\n0000000C00\nENDCHAR\nSTARTCHAR F192\nENCODING 61842\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0000000000\n0000000000\n0000000000\n0000000000\n000FF80000\n000FF80000\n001FFC0000\n001FFC0000\n0000000000\n0000000000\n0000000000\n0000000000\n007FFF0000\n007FFF8000\n00FFFF8000\n00FFFF8000\n01FFFFC000\n0000000000\n0000000000\n0000000000\n0000000000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F193\nENCODING 61843\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000001F00\n000007FF80\n0003FFFF80\n00FFFFFF80\n3FFFFFC780\nFFFFFF8380\nFFFC1FC380\nFDFE1FE100\nF0FF0FE000\nF07F040000\n787E000000\n7C00000000\n3C3F87E100\nFC3F0FC380\nF87F0FC380\nF87E1F8780\nF0FE1F8780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F194\nENCODING 61844\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004000000\n000C000000\n000C040000\n000C060000\n001C070000\n003C078000\n003D078000\n003F878000\n013FC79000\n033FE79800\n077FE79C00\n0FFFE79E00\n0FFFF7DE00\n3FFFFFFE00\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n3FFFFFFE00\n0FFFF7DE00\n0FFFE79E00\n077FE79C00\n033FE79800\n013FC79000\n003F878000\n003D078000\n003C078000\n001C078000\n000C060000\n000C040000\n000C000000\n0004000000\nENDCHAR\nSTARTCHAR F195\nENCODING 61845\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0F8000F800\n0F00007800\n0F00007800\n0F00007800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF7FFF7F80\nF80FF80F80\nF007F00780\nE3E3E3E380\nC7F3E7F180\nCFF3E7F980\nCFF3E7F980\nCFF3E7F980\nC7F3E7F180\nE7E3E3F380\nE1C7F1C380\nF000000780\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F196\nENCODING 61846\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 5\nBITMAP\n0040000000\n00F0000000\n00F8000000\n00FC000000\n00FE000000\n00FF000000\n1FFF80FC00\n7FFFC1FF00\nFFFFE1FF80\nFFFFC1FF80\nFCFF801F80\nF0FF000780\nF0FE000780\nF0F8000780\nF0F0000780\nF0E0000780\nF040000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F197\nENCODING 61847\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00600000\n7E00F00000\nFF00F80000\nFF00F80000\nFF00FC0000\nFF00FE0000\nFF00FF0000\nFF00FF8000\nFF00FFC000\nFF00FFE000\nFF00FFF000\nFF00FFF800\nFF00FFFC00\nFF00FFFE00\nFF00FFFF00\nFF00FFFF80\nFF00FFFF80\nFF00FFFF80\nFF00FFFF00\nFF00FFFE00\nFF00FFFC00\nFF00FFF800\nFF00FFF000\nFF00FFE000\nFF00FFC000\nFF00FF8000\nFF00FF0000\nFF00FE0000\nFF00FC0000\nFF00F80000\nFF00F80000\n7E00F00000\n3C00600000\nENDCHAR\nSTARTCHAR F198\nENCODING 61848\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003001E00\n0007803F00\n000F807F80\n000F807F80\n001F807F80\n003F807F80\n007F807F80\n00FF807F80\n01FF807F80\n03FF807F80\n07FF807F80\n0FFF807F80\n1FFF807F80\n3FFF807F80\n7FFF807F80\nFFFF807F80\nFFFF807F80\nFFFF807F80\n7FFF807F80\n3FFF807F80\n1FFF807F80\n0FFF807F80\n07FF807F80\n03FF807F80\n01FF807F80\n00FF807F80\n007F807F80\n003F807F80\n001F807F80\n000F807F80\n000F807F80\n0007803F00\n0003001E00\nENDCHAR\nSTARTCHAR F199\nENCODING 61849\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 33 1 0\nBITMAP\n00018000\n0003C000\n0007E000\n000FF000\n001FFC00\n007FFE00\n00FFFF00\n01FFFF80\n03FFFFC0\n07FFFFE0\n0FFFFFF0\n1FFFFFF8\n3FFFFFFC\n7FFFFFFE\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n00000000\n7FFFFFFE\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\nFFFFFFFF\n3FFFFFFC\nENDCHAR\nSTARTCHAR F19A\nENCODING 61850\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n3800000000\n7C00000000\nFE00000000\nFF00000000\nFF00000000\n7F80000000\n3FC0000000\n1FE0000000\n07F1E00000\n03FFFC0000\n01FFFC0000\n00FFFE0000\n007FFE0000\n007FFF0000\n007FBF8000\n00FE0FF000\n00FE0FFC00\n00FC07FE00\n00FE0FFF00\n007E0FFF00\n007FBFFF80\n007FFFFF80\n001FFFFF80\n0007FFEF80\n0003FFCF80\n0001FF9F80\n0001FF3F00\n0001FE7F00\n0000FFFE00\n0000FFFE00\n00007FFC00\n00003FF000\n00000FC000\nENDCHAR\nSTARTCHAR F19B\nENCODING 61851\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n00FFFF8000\n01FFFFC000\n1FFFFFFC00\n7FFFFFFF00\nFFFE3FFF80\nFFF007FF80\nFFC1C1FF80\nFF8FF8FF80\nFF1F7C7F80\nFF380E7F80\nFE70073F80\nFE60033F80\nFCE0031F80\nFCC0019F80\nFCC0019F80\nFCC0019F80\nFCE0039F80\nFE60033F80\nFE70073F80\nFE380E3F80\nFF1E3C7F80\nFF8FF8FF80\nFFC3E1FF80\nFFE003FF80\nFFFC1FFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F19C\nENCODING 61852\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0F003E0000\n3FC07F8000\n7FE0FFC000\n7FF1FFC000\nFFF1FFE000\nFFF3FFE000\nFFF3FFE000\nFFF1FFE000\nFFF1FFC000\n7FE1FFC000\n3FE0FF8000\n1FC07F0000\n0FFFFE0000\n3FFFFF0000\n3FFFFF8000\n3FFFFF8380\n3FFFFF8780\n3FFFFF9F80\n3FFFFFBF80\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n3FFFFF9F80\n3FFFFF8F80\n3FFFFF8380\n3FFFFF8180\n3FFFFF8000\n1FFFFF0000\nENDCHAR\nSTARTCHAR F19D\nENCODING 61853\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n43FFFFE100\nC3FFFFE180\nFFFFFFFF80\nFFFFFFFF80\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nFFFFFFFF80\nFFFFFFFF80\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\nFFFFFFFF80\nFFFFFFFF80\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFFFFFFFF80\nFFFFFFFF80\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nFFFFFFFF80\nFFFFFFFF80\nC3FFFFE180\n43FFFFE100\nENDCHAR\nSTARTCHAR F19E\nENCODING 61854\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n703C781C\nF03C781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nF03E781E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFE7E7E\nFCFC7E7E\n787C7C3C\nENDCHAR\nSTARTCHAR F19F\nENCODING 61855\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nF800000380\nF000000180\nF000000180\nF000000180\nF001F00180\nF00FFE0180\nF01FFF0180\nF07FFFC180\nF07FFFC180\nF0FFFFE180\nF1FFBFF180\nF1FC07F180\nF1F843F180\nF3F9F3F980\nF3F1F1F980\nF3F3F9F980\nF3F1F1F980\nF3F9F3F980\nF1F843F980\nF1FC07F180\nF1FF9FF180\nF0FFFFE180\nF07FFFE180\nF07FFFC180\nF01FFF8180\nF00FFE0180\nF001F80180\nF000000180\nF800000380\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F1A0\nENCODING 61856\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nCFFFFC0180\nCFFFF80180\nCFFFE00180\nCFFFC00180\nCFFF000180\nCFFE000180\nCFF8000180\nCFF0000180\nCFC0000180\nCF80000180\nCE00000180\nCC00000180\nC000000180\nC000000180\nC000000180\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n01FFFFC000\n000FF80000\n000FF80000\n00FFFF8000\n00FFFF8000\nENDCHAR\nSTARTCHAR F1A1\nENCODING 61857\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FFFFFF800\n7FFFFFFC00\nFFFFFFFE00\nFFFFFFFE00\nF000003E00\nF000001E00\nF010001F80\nF030001F80\nF038001F80\nF07C001F80\nFFFFFFFF80\nFFFFFFFF80\nFFDFFFFF80\nFE03FFFF80\nFC01FFFE00\nF800FFFE00\nF000FFFE00\nF070FFFE00\nF0F0FFFE00\nF0F0FFFE00\nF060FFFE00\nF800FFFE00\nF801FFFE00\nFC03FFFE00\nFF8FFFFE00\n7FFFFFFC00\n3FFFFFF800\n0F0001E000\n0F0001E000\nENDCHAR\nSTARTCHAR F1A2\nENCODING 61858\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F83E0FC00\n1F1FFC7C00\n3E3FFE3E00\n3C7FFF1E00\n7CFF7F9F00\n79F80FCF00\nF9F087CF00\nF1E3E3CF80\nF3E7F3E780\nF3CFF1E780\nF3CFF9E780\nF3CFF9E780\nF3C7F1E780\nF3C3E1E780\nF080808780\n6000000300\n0000000000\n0007F00000\n000FF80000\n0007F00000\n0007F00000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F1A3\nENCODING 61859\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n01FFFFC000\n03F80FE000\n07E003F000\n0F8000F800\n0F00007800\n1F00007C00\n1E00003C00\n1E00003C00\n3C00003E00\n3C00001E00\n3C00001E00\n3E00003E00\n3F00007E00\n7F00007F00\n7F00007F00\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\n7F00007F00\n3F00007E00\n1F00007C00\n0C00000000\n0E00000000\n0607C00000\n070FE00000\n03FFC00000\n00FFC00000\nENDCHAR\nSTARTCHAR F1A4\nENCODING 61860\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01C001C000\n03C001E000\n03C001E000\n01E003C000\n0070060000\n00380C0000\n001C180000\n0006300000\n0003600000\n0001C00000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nF00007C380\nE000038180\nC00003C380\nC00001FF80\nC00001FF80\nC000018180\nC000018380\nC00001FF80\nC00001FF80\nC000018180\nC000018380\nC00001FF80\nC00003FF80\nE000038180\nE000078180\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1A5\nENCODING 61861\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n3000000000\n7800000000\nFC00000000\nFC00000000\n7C00000000\n3E00000000\n0700000000\n0380000000\n01E3C00000\n01FFF80000\n00FFFC0000\n007FFE0000\n0079FE0000\n0070FE0000\n00F0FE0000\n00F9FF0000\n00FFF3FC00\n00FFF1FE00\n007FF9FF00\n007FFFFF00\n007F3FFF80\n003F1F3F80\n001F9E3F80\n0001FC1F80\n0000F81F80\n0000F81F80\n0000FC0F00\n0000FFCF00\n0000FFE600\n0000FFFA00\n00007FFC00\n00003FF000\n00001FC000\nENDCHAR\nSTARTCHAR F1A6\nENCODING 61862\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\nFC07C07E\nFC0FE07E\nCFFE7FE6\nCFFE7FE6\nFC0FE07E\nFC0FE07E\n30000018\n30000018\n30000018\n30000018\n30000018\n30000018\n7800003C\nFC00007E\nEC01006E\nCC038066\nCC010066\nFC00007E\n7C00003C\n30000018\n30000018\n30000018\n30000018\n30000018\n30000018\nFC0FE07E\nFC0FE07E\nCFFE7FE6\nCFFE7FE6\nFC0FE07E\nFC07C07E\nENDCHAR\nSTARTCHAR F1A7\nENCODING 61863\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FC1FFFE00\nFFC7FFFF00\nFFC7FFFF80\nFFCFFFFF80\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCF800780\nFFCFFFFF80\nFFC7FFFF80\nFFC7FFFF00\n7FC1FFFE00\nENDCHAR\nSTARTCHAR F1A8\nENCODING 61864\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E01FFFE00\nFF07FFFF00\nFF07FFFF80\nFF0FFFFF80\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\n000F800780\n000F800780\n000F800780\n000F800780\n7E0F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\n7E0F800780\n000F800780\n000F800780\n000F800780\n000F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0F800780\nFF0FFFFF80\nFF07FFFF80\nFF07FFFF00\n7E01FFFE00\nENDCHAR\nSTARTCHAR F1A9\nENCODING 61865\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFC1FF00\n7FFFF1FF80\nFFFFF1FF80\nFFFFF9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nF000F9FF80\nFFFFF9FF80\nFFFFF1FF80\n7FFFF1FF80\n3FFFC1FF00\nENDCHAR\nSTARTCHAR F1AA\nENCODING 61866\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFC07F00\n7FFFF07F80\nFFFFF07F80\nFFFFF87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F80000\nF000F80000\nF000F80000\nF000F80000\nF000F83F00\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nF000F83F00\nF000F80000\nF000F80000\nF000F80000\nF000F80000\nF000F87F80\nF000F87F80\nF000F87F80\nF000F87F80\nFFFFF87F80\nFFFFF07F80\n7FFFF07F80\n3FFFC03F00\nENDCHAR\nSTARTCHAR F1AB\nENCODING 61867\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n783FFE0F00\nFC7FFF1F80\nFC7FFF1F80\nFCFFFF9F80\nFCF80F9F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF0079F80\nFCF80F9F80\nFCFFFF9F80\nFC7FFF1F80\nFC7FFF1F80\n783FFE0F00\nENDCHAR\nSTARTCHAR F1AC\nENCODING 61868\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C0000000\n1FF0000000\n3FF8000000\n7FFC000000\n7FFE000000\nFFFF000000\nFFFF000000\nFFFF000000\nFFFF000000\nFFFF000000\n7FFFC00000\n7FFFF00000\n3FFFFFFC00\n1FFFFFFC00\n0FFFFFFC00\n07FFFFFC00\n003FFFFC00\n003FC1FE00\n001F80FE00\n001F807E00\n001F807E00\n000F807E00\n000F807F00\n000FC03F00\n000FE01F00\n000FFE0F00\n000FFF0700\n000FFF8380\n000FFFC180\n000FFFE080\n00007FF000\n000001F800\n0000000C00\nENDCHAR\nSTARTCHAR F1AD\nENCODING 61869\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF0000000\n3FFC000000\n7FFE000000\n7FFF000000\nFFFFB00000\nFFFFF80000\nFFFFFC0000\nFFFFF80000\nFFFFF80000\nFFFFF00000\n7FFFF00000\n7FFFF80000\n3FFFFC0000\n1FFF3E0000\n0FFE1F0000\n07FC0F8000\n03FC07C000\n07FE03E000\n07FF01F000\n07CF80F800\n0107C07800\n0003E07800\n0001F0F800\n0000F9FC00\n00007FFC00\n00003FFC00\n00001FFE00\n00000FFF00\n000000FF80\n0000001F80\n0000000F80\n0000000700\nENDCHAR\nSTARTCHAR F1AE\nENCODING 61870\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE1FFC3F80\nF80FF80F80\nF80FF80F80\nF00FF80780\nF00FF80780\nF00FF80780\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n001FFC0000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F1AF\nENCODING 61871\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0600000300\n0F00000780\n0F00000F80\n0F00001F00\n7FFFFFFE00\nFFFFFFFC00\nFFFFFFF800\nFFFFFFF800\n0F0003F800\n0F0007F800\n0F000FF800\n0F001F7800\n0F003E7800\n0F007C7800\n0F00F87800\n0F01F07800\n0F03E07800\n0F07C07800\n0F0F807800\n0F1F007800\n0F3E007800\n0F7C007800\n0FF8007800\n0FF0007800\n0FE0007800\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n01FFFFFF00\n0000007800\n0000007800\n0000007800\n0000007000\nENDCHAR\nSTARTCHAR F1B0\nENCODING 61872\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C3C1E1E00\n7C3C1E1F00\nFC3C1E1F80\nFC3C1E1F80\nF000000780\nF000000780\n0000000000\n0000000000\n0000000000\n0000000000\n7000000700\nF000000780\nF000000780\nF000000780\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nF000000780\nF000000780\nF000000780\n7000000700\n0000000000\n0000000000\n0000000000\n0000000000\nF000000780\nF000000780\nFC3C1E1F80\nFC3C1E1F80\n7C3C1E1F00\n3C3C1E1E00\nENDCHAR\nSTARTCHAR F1B1\nENCODING 61873\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000C180000\n007C1F0000\n00FC1F8000\n03FC1FE000\n01F80FC000\n00E0038000\n1000000400\n1800000C00\n3C00001E00\n7C00001F00\n7C00001F00\n7800000F00\nF800000F80\nF000000780\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nF000000780\nF800000F80\n7800000F00\n7C00001F00\n7C00001F00\n3C00001E00\n1800000C00\n1000000400\n00E0038000\n01F80FC000\n03FC1FE000\n00FC1F8000\n007C1F0000\n000C180000\nENDCHAR\nSTARTCHAR F1B2\nENCODING 61874\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C3C1E1E00\n7C3C1E1F00\nFC3C1E1F80\nFC3C1E1F80\nF000000780\nF000000780\n0000000000\n0000000000\n0000800000\n0001C00000\n7003E00700\nF003E00780\nF003E00780\nF003E00780\n003FFE0000\n00FFFF0000\n00FFFF8000\n00FFFF8000\n003FFE0000\nF003E00780\nF003E00780\nF003E00780\n7003E00700\n0001C00000\n0000800000\n0000000000\n0000000000\nF000000780\nF000000780\nFC3C1E1F80\nFC3C1E1F80\n7C3C1E1F00\n3C3C1E1E00\nENDCHAR\nSTARTCHAR F1B3\nENCODING 61875\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C3C1E1E00\n7C3C1E1F00\nFC3C1E1F80\nFC3C1E1F80\nF000000780\nF000000780\n0000000000\n0000000000\n0000000000\n0000000000\n7000000700\nF000000780\nF000000780\nF000000780\n003FFE0000\n00FFFF0000\n00FFFF8000\n00FFFF8000\n003FFE0000\nF000000780\nF000000780\nF000000780\n7000000700\n0000000000\n0000000000\n0000000000\n0000000000\nF000000780\nF000000780\nFC3C1E1F80\nFC3C1E1F80\n7C3C1E1F00\n3C3C1E1E00\nENDCHAR\nSTARTCHAR F1B4\nENCODING 61876\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C3C1E1E00\n7C3C1E1F00\nFC3C1E1F80\nFC3C1E1F80\nF000000780\nF000000780\n0000000000\n0000000000\n0000000000\n0000000000\n70180C0700\nF03C1E0780\nF03E3E0780\nF01F7C0780\n000FF80000\n0007F00000\n0003E00000\n0007F00000\n000FF80000\nF01F7C0780\nF03E3E0780\nF03C1E0780\n70180C0700\n0000000000\n0000000000\n0000000000\n0000000000\nF000000780\nF000000780\nFC3C1E1F80\nFC3C1E1F80\n7C3C1E1F00\n3C3C1E1E00\nENDCHAR\nSTARTCHAR F1B5\nENCODING 61877\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007000000\n000F000000\n000F800000\n000F800000\n000F800000\n000F800000\n000F800000\n000F800000\n004F800000\n00CF900000\n01CF180000\n03C73C0000\n07E03E0000\n0FF07F0000\n1FFFFF8000\n3FFFFFC000\n7FFFFFE000\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFF600\n7FFFFFE600\n3FFFFFC600\n1FFFFF8600\n0FFFFF0600\n07FFFE0600\n03FFFC0F00\n01FFF81F80\n00FFF01F80\n007FE01F80\n003FC01F80\n001F801F00\n000F000E00\nENDCHAR\nSTARTCHAR F1B6\nENCODING 61878\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\n7C00000000\n3000000000\n3000000000\n3000000000\n1800000000\n1800000000\n1C00000000\n0E03E00000\n0707F00000\n038F780000\n01FE380000\n007C1F0000\n000E3FC000\n000F78E000\n0007F07000\n0003E03800\n0000001C00\n0000000C00\n0000000C00\n0000000600\n0000000600\n0000000600\n0000001F00\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000000F00\nENDCHAR\nSTARTCHAR F1B7\nENCODING 61879\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01E0000000\n03F0000000\n07F8000000\n0FFC000000\n1FFE000000\n3FFF000000\n7FFF800000\nFFFFC00000\nFFFFE00000\nFFFFF00000\nFFFFF80000\n7FFFFC0000\n3FFFFE0000\n1FFFFF0000\n0FFFFF8000\n07FFFFC000\n03FFFFE000\n01FFFFF000\n00FFFFE000\n007FFFC000\n003FFF8800\n001FFF1800\n000FFE3C00\n0007FC7C00\n0003F8FC00\n0001F1FC00\n0000E3F000\n000047E000\n00000FC700\n000003CF00\n0000000F00\n0000000F80\n0000000180\nENDCHAR\nSTARTCHAR F1B8\nENCODING 61880\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 1 0\nBITMAP\nC000000000\nF000000000\nFC00000000\nFF00000000\n7F80000000\n3FE0000000\n3FF0000000\n1FF8000000\n1FFE000000\n0FFF000000\n07FF800000\n03FFC00000\n03FFA00000\n01FF900000\n00FF880000\n007F080000\n007E080000\n0030080000\n0010190000\n000831C000\n0004E3E000\n000187E000\n00000FF000\n00003FF000\n0000FFF000\n0000FFF000\n0000FFF800\n00007FF800\n00007FFC00\n00003FFF80\n00001FFF00\n000007FC00\n000001F800\nENDCHAR\nSTARTCHAR F1B9\nENCODING 61881\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFC0000\n00FFFC0000\n03FFFE0000\n07F1FE0000\n0FE0FC0000\n1FC0FC0000\n1FC0F80000\n3FE0F00000\n3FE1F00000\n7CFFF00C00\n783FF03F00\nF03FF07F80\nF03FFFFF80\nF03FFFFF80\nF87FFFFF80\nFFFFFFFF80\nFFFFFF0F80\nFFFFFE0780\nFFFFFE0780\nFFFFFE0780\n7E1FFE0F00\n7C0FFF9F00\n7C0FC3FE00\n3C0F83FE00\n1E0F81FC00\n1F1F81FC00\n0FFF83F800\n07FFC7F000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F1BA\nENCODING 61882\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFFFF0\n7FFFFFF8\nFFFFFFF8\nFFFFFFF0\nF0000000\nF0000000\nFFF007F0\nFFF007F8\nFFF007F8\nFFF007F8\nFFF007F8\nFFF007F8\nFFF007F8\nFFF087F8\nFFF1C7F8\nFFF3E7F8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF0\n7FFFFFE0\n3FFFFF80\nENDCHAR\nSTARTCHAR F1BB\nENCODING 61883\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000700\n0000000F80\n0000001F80\n0000003F80\n0000007F00\n000000FE00\n000001FC00\n000003F800\n1FFFFFFC00\n7FFFFFFF00\nE3C01FC300\nC3003F8180\nC3007F0180\nC300FE0180\nC301FC0180\nC303F80180\nC307F00180\nC307E00180\nE707C00180\nFF0F800180\nFF0C000180\nFF00000180\nFF00000180\nC300000180\nC300000180\nC300000180\nC300000180\nC300000180\nC300000180\nC300000180\nC380000380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1BC\nENCODING 61884\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3000000600\n3000000600\n6000000300\n6000000300\nE000000300\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nE000000380\n6000000300\n6000000300\n3000000600\n3000000600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F1BD\nENCODING 61885\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n1FFFFFF800\n3C00001E00\n7000000600\n6000000300\nE000000380\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nE000000380\n6000000300\n7000000700\n3C00001E00\n1FFFFFFC00\n07FFFFF000\nENDCHAR\nSTARTCHAR F1BE\nENCODING 61886\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n00FFFF8000\n01FFFFC000\n018000C000\n0300006000\n0300006000\n0600003000\n0600003000\n0C00001800\n1C00001C00\n1800000C00\n3000000600\n3000000600\n6000000300\n6000000300\nC000000180\nE000000300\n6000000300\n3000000600\n3000000600\n1800000C00\n1C00001800\n0C00001800\n0E00003000\n0600003000\n0300006000\n0300006000\n018000C000\n01FFFF8000\n00FFFF8000\nENDCHAR\nSTARTCHAR F1BF\nENCODING 61887\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000F00\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000003F00\n0000007000\n000000E000\n000001C000\n0000038000\n0000070000\n00000E0000\n00001C0000\n0000380000\n0000700000\n0000E00000\n0001C00000\n0003800000\n0007000000\n000E000000\n001C000000\n0038000000\n0070000000\n00E0000000\n01C0000000\n0380000000\n0700000000\n7E00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\n7800000000\nENDCHAR\nSTARTCHAR F1C0\nENCODING 61888\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n3000000000\n7800000000\n7C7FFFC000\nFCFFFFE000\n30FFFFE000\n307FFFC000\n3000000000\n3000000000\n307FFFFF00\n30FFFFFF80\n30FFFFFF80\n307FFFFF80\n3000000000\n3000000000\n303FFFE000\n307FFFF800\n30FFFFF800\n307FFFF800\n303FFFE000\n3000000000\n3000000000\n307FFFFE00\n30FFFFFE00\n30FFFFFE00\n307FFFFC00\n3000000000\n3000000000\n307FFC0000\n30FFFE0000\nFCFFFE0000\n7C7FFC0000\n7800000000\n3000000000\nENDCHAR\nSTARTCHAR F1C1\nENCODING 61889\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n060007FF80\n0F0007FF80\n0F00000700\n0F00000600\n0F00000C00\n0F00001800\n0F00003800\n0F00007000\n0F00006000\n0F0000C000\n0F00018000\n0F00030000\n0F0007FF00\n0F0007FF80\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F0003FE00\n0F0007FF00\n0F00060180\n0F00060180\n0F00060180\n0F00060180\nFFF0060180\n7FF0060180\n7FE007FF80\n3FC007FF80\n1F80060180\n0F80060180\n0F00060180\n0600060180\nENDCHAR\nSTARTCHAR F1C2\nENCODING 61890\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n060001FE00\n0F0003FF00\n0F00070380\n0F00060180\n0F00060180\n0F00060180\n0F00060180\n0F00060180\n0F0007FF80\n0F0007FF80\n0F00060180\n0F00060180\n0F00060180\n0F00060180\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F0007FF80\n0F0007FF00\n0F00000700\n0F00000E00\n0F00001C00\n0F00001800\nFFF0003000\n7FF0007000\n7FE000E000\n3FC001C000\n1F80018000\n0F80030000\n0F0007FF80\n060007FF80\nENDCHAR\nSTARTCHAR F1C3\nENCODING 61891\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n0F00700000\n0F00780000\n0F00780000\n0F00700000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F003E0000\n0F007F8000\n0F007F8000\n0F007F0000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F007FF800\n0F00FFF800\n0F007FF800\n0F003FF000\n0F00000000\n0F00000000\nFFF0000000\n7FF0000000\n7FE07FFF00\n3FC07FFF80\n1F807FFF80\n0F807FFF00\n0F00000000\n0600000000\nENDCHAR\nSTARTCHAR F1C4\nENCODING 61892\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n0F007FFF00\n0F007FFF80\n0F007FFF80\n0F007FFF80\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F003FF000\n0F007FF800\n0F007FF800\n0F007FF800\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F007F0000\n0F00FF8000\n0F007F8000\n0F003F0000\n0F00000000\n0F00000000\nFFF0000000\n7FF0000000\n7FE0700000\n3FC0780000\n1F80780000\n0F80700000\n0F00000000\n0600000000\nENDCHAR\nSTARTCHAR F1C5\nENCODING 61893\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1F80000000\n7FE0000000\nE7F0000000\nE3F8000000\nF1FE000000\nF8FF000000\nFE3F800000\n7F1FC00000\n7F8FE00000\n7FC7F00000\n3FE3F80000\n3FF1F80000\n1FFC7C0000\n0FFE3E0000\n03FF1F0000\n01FF8F0000\n00FFC78000\n003FE38000\n001FF1C000\n0007F8C000\n0003FC6000\n0000FE2000\n00003F0000\n00000F8000\n000003C000\n000000E000\n000000F000\n0000003800\n0000003800\n0000001C00\n0000000600\n0000000300\n0000000180\nENDCHAR\nSTARTCHAR F1C6\nENCODING 61894\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\n0001C00000\n0003E00000\n0007F00000\n0007F00000\n0007F00000\n03CFF1E000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n003FFE0000\n0003E00000\n0003E00000\n0003E00000\n1FC3E1FC00\n7FF3E7FF00\n7FFBEFFF00\nFFFFFFFF80\n0FFFFFF800\n07FFFFF000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0003E00000\nENDCHAR\nSTARTCHAR F1C7\nENCODING 61895\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FC000600\n03FC006600\n03FC046000\n03FC060000\n03FD119980\n03FD199980\n03FC040000\n03FE064000\n07FF006600\n0FFF800600\n1FFFC00000\n3FFFE00000\n7FFFF00000\nFFFFF00000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF00000\n7FFFF00000\n3FFFC00000\nENDCHAR\nSTARTCHAR F1C8\nENCODING 61896\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0001C00000\n0001C00000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n01F3E7C000\n03E3E3E000\n03E3E3E000\n07C3E1F000\n0783E0F000\n0F83E0F800\n0F01C07800\n0701C07000\nENDCHAR\nSTARTCHAR F1C9\nENCODING 61897\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n000FF80000\n000FF80000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FF7F8000\n01FF7FC000\n01FF7FC000\n01FE3FC000\n03FE3FE000\n03FC1FE000\n07FC1FF000\n07F80FF000\n0FF80FF800\n0FF80FF800\n0FF007F800\n1FF007FC00\n1FE003FC00\n3FFF83FE00\n3FFF81FE00\n7FFFC1FF00\n7FFFC1FF00\n7FFFE0FF00\nFFFFE0FF80\nENDCHAR\nSTARTCHAR F1CA\nENCODING 61898\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n003FFE0000\n00FFFF8000\n03FFFFE000\n0FFFFFF800\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\n01FFFFC000\n007FFF0000\n001FFC0000\n7007F00700\nFC00801F80\nFF00007F80\n3FC001FE00\n0FF007F800\n03FE3FE000\n00FFFF8000\n003FFE0000\n700FF80700\nFC01C01F80\nFF00007F80\n3FC001FE00\n0FF007F800\n03FC1FE000\n00FFFF8000\n003FFE0000\n000FF80000\n0003E00000\nENDCHAR\nSTARTCHAR F1CB\nENCODING 61899\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001FFC0000\n007FFF0000\n00FFFFC000\n03FFFFE000\n0FFFFFF800\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n1FFFFFFC00\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n001FFC0000\n1C07F01C00\n3F01C07E00\nFFC000FF80\nFFE003FF80\nFFF80FFF80\n7FFE3FFF00\n1FFFFFFC00\n0FFFFFF800\n03FFFFE000\n01FFFFC000\n007FFF0000\n001FFC0000\n000FF80000\n0003E00000\nENDCHAR\nSTARTCHAR F1CC\nENCODING 61900\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nBFBFDFD8\n1F1F8F88\n0E0F0700\n44442220\nE0E07070\nF1F0F8F8\nFBF9FDF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F1CD\nENCODING 61901\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF80FF83F80\nF007F00F80\nF3E3E3CF80\nF3F3E7E780\nF3F3E7E780\nF3F3E7FF80\nF3F3E07F80\nF3F3E01F80\nF3C3FF8F80\nF007FFCF80\nF01FFFE780\nF3FFFFE780\nF3FFE7E780\nF3FFE7E780\nF3FFE3CF80\nF3FFF00F80\nFBFFF83F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1CE\nENCODING 61902\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF83F83F80\nFE01F81F80\nFE78FE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCFE7F80\nFC7CFE7F80\nFC00FE7F80\nFC00FE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCFE7F80\nFCFCF81F80\nFEFEF83F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1CF\nENCODING 61903\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE03EFFF80\nFC03E7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFC7FE7FF80\nFC0FE7FF80\nFC1FE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE01F80\nFEFFE03F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1D0\nENCODING 61904\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF80FEEEF80\nF007E66780\nF3E3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E66780\nF3F3E64780\nF3E3E24F80\nF007F00F80\nF80FF83F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1D1\nENCODING 61905\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n1FF8000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC0FFC00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1E3E00\n3FFC1E1E00\n3FFFFE1E00\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\n3FFFFE1E00\n3FFC1E1E00\n3FFC1E3E00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC0FFC00\n3FFC000000\n3FFC000000\n3FFC000000\n1FFC000000\nENDCHAR\nSTARTCHAR F1D2\nENCODING 61906\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n001C0000\n07FFF000\n0FFFF800\n0FFFF800\n0FFFF800\n0F80F800\n0F007800\n0F007800\n0F007800\n0FFFF800\n0FFFF800\n0FFFF800\n07FFF000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR F1D3\nENCODING 61907\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC0FFC00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1E3E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E3E00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n1FF80FFC00\n0000000000\n0000000000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F1D4\nENCODING 61908\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n0000000000\n0000000000\n1FF80FFC00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1E3E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E1E00\n3FFC1E3E00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC0FFC00\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n3FFC000000\n1FFC000000\nENDCHAR\nSTARTCHAR F1D5\nENCODING 61909\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000300\n0000000780\n007FFF0780\n00FFFF8780\n00FFFF8780\n00FFFF8780\n00F80F8780\n00F0078780\n00F0078780\n00F0078780\n00FFFF8780\n00FFFF8780\n00FFFF8780\n007FFF0780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\nFFFFFF0780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\n7FFFFF0780\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F1D6\nENCODING 61910\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000000000\nF000000000\nF07FFF0000\nF0FFFF8000\nF0FFFF8000\nF0FFFF8000\nF0F80F8000\nF0F0078000\nF0F0078000\nF0F0078000\nF0FFFF8000\nF0FFFF8000\nF0FFFF8000\nF07FFF0000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF07FFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF0FFFFFF80\nF07FFFFF00\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F1D7\nENCODING 61911\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n7FFFFFC000\nFFFFFFE000\nFFFFFFE000\n7FFFFFC000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n3FFFFFE000\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\n3FFFFFE000\n0000000000\n0000000000\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\n7FFFFFFC00\n0000000000\n0000000000\n7FFF000000\nFFFF000000\nFFFF000000\n7FFF000000\nENDCHAR\nSTARTCHAR F1D8\nENCODING 61912\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n01FFFFFF00\n03FFFFFF80\n03FFFFFF80\n01FFFFFF00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n03FFFFFE00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n03FFFFFE00\n0000000000\n0000000000\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF00\n0000000000\n0000000000\n00007FFF00\n00007FFF80\n00007FFF80\n00007FFF00\nENDCHAR\nSTARTCHAR F1D9\nENCODING 61913\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n0FFFFFF800\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n0FFFFFF800\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F1DA\nENCODING 61914\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n7FFF000000\nFFFF000000\nFFFF000000\n7FFF000000\nENDCHAR\nSTARTCHAR F1DB\nENCODING 61915\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n007FFF0000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n7FF80FFF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\n00FFFF8000\n00FFFF8000\n00FFFF8000\n007FFF0000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F1DC\nENCODING 61916\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n07000700\n0F000780\n0F000780\n0F000780\n7FF00780\nFFF00780\nFFF00780\nFFF00780\nFFF03FF0\nFFF07FF8\nFFF07FF8\nFFF07FF8\nFFF078F8\nFFF07878\nFFF07878\nFFF07878\nFFF07878\nFFF07878\nFFF07878\nFFF07878\nFFF078F8\nFFF07FF8\nFFF07FF8\nFFF07FF8\nFFF03FF0\nFFF00780\nFFF00780\nFFF00780\n7FF00780\n0F000780\n0F000780\n0F000780\n07000700\nENDCHAR\nSTARTCHAR F1DD\nENCODING 61917\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0006000000\n0006000000\n000F000000\n001F000000\n001F800000\n003F800000\n003FC00000\n007FC00000\n007FE00000\n00FFF00000\n00FFF3C000\n01FFF9F000\n01FFF9FC00\n03FFFCFE00\n03FFFC7E00\n07FFFE7F00\n67FFFC7F00\nE000007F80\nF00000FF80\nFFF3FFFF80\nFFF3FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF00\nFFF8FFFF00\nFFFC7FFE00\nFFFE7FFC00\nFFFF1FF800\nFFFF87C000\nFFFF800000\nFFFF800000\nFFFF800000\nFFFF000000\nENDCHAR\nSTARTCHAR F1DE\nENCODING 61918\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFF9FFFFF80\nFF0FFFFF80\nFF0FFFEF80\nFF0FFFC780\nF801FF8780\nF000FF0780\nF000FE0780\nF000FC0780\nFF0FF80780\nFF0FF00780\nFF0FE00780\nFF8FC00780\nFFFF800780\nFFFF000780\nFFFE000780\nFFFC000780\nFFF8000780\nFFF1FFC780\nFFE3FFE780\nFFC1FFE780\nFF80FFC780\nFF00000780\nFE00000F80\nFC00000F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1DF\nENCODING 61919\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFEF80\nFFFC1FCF80\nFFE003C780\nFFC0018780\nFF80010780\nFF00038780\nFE0007C780\nFE000FC780\nFE001FC780\nFC003FE780\nFC007FE780\nFC00FFE780\nFC01FFE780\nFC03FFE780\nFE07FFC780\nFE0FFFC780\nFE1FFFC780\nFF3FFF8780\nFFFFFF0780\nFFBFFE0780\nFF1FFC0780\nFE03E00F80\nFC00000F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F1E0\nENCODING 61920\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\n3000000600\n3000000600\n3038000600\n307C000600\n30FC000600\n30FC000600\n30FC000600\n307C000600\n3000040600\n30000F0600\n30001F8600\n30003F8600\n30007F8600\n30F0FF8600\n30F8FF8600\n30FC7F8600\n30FE3F8600\n30FF1F8600\n30FF8F8600\n3000000600\n3000000600\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nENDCHAR\nSTARTCHAR F1E1\nENCODING 61921\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n7FFF1FFF80\nFFFF1FFF80\nFFFF800000\nFFFF800000\nFFFF9FF800\nFFFF9FF800\nFFFF800000\nFFFF800000\nFFFF9FFF00\nFFFF9FFF80\nFFFF800000\nFFFF800000\nFFFF9FFC00\nFFFF1FFE00\n3FFC0FFC00\n0000000000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\nFFFFFFF800\nFFFFFFF000\n0000000000\n0000000000\nFFFFFFFE00\nFFFFFFFE00\n0000000000\n0000000000\nFFFFFFE000\nFFFFFFE000\nENDCHAR\nSTARTCHAR F1E2\nENCODING 61922\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\nFFFC7FFF00\nFFFC7FFF80\n0000FFFF80\n0000FFFF80\nFFC0FFFF80\nFFC0FFFF80\n0000FFFF80\n0000FFFF80\n7FFCFFFF80\nFFFCFFFF80\n0000FFFF80\n0000FFFF80\n7FE07FFF80\nFFF07FFF80\n7FE01FFE00\n0000000000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\nFFFFFFF800\nFFFFFFF000\n0000000000\n0000000000\nFFFFFFFE00\nFFFFFFFE00\n0000000000\n0000000000\nFFFFFFE000\nFFFFFFE000\nENDCHAR\nSTARTCHAR F1E3\nENCODING 61923\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\nFFFFFFE000\nFFFFFFE000\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n007FFF0000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n007FFF0000\n0000000000\n0000000000\nFFFFFFFE00\nFFFFFFFE00\n0000000000\n0000000000\nFFFFFFE000\nFFFFFFE000\nENDCHAR\nSTARTCHAR F1E4\nENCODING 61924\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\n3000180600\n30001E0600\n30019F0600\n300F9F8600\n301F9FC600\n303F9FC600\n307F9FE600\n307F9FE600\n30FF800600\n30FF800600\n30FFFF8600\n30FFFF8600\n30FFFF8600\n307FFF0600\n307FFF0600\n303FFE0600\n301FFC0600\n300FF80600\n3003E00600\n3000000600\n3000000600\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nENDCHAR\nSTARTCHAR F1E5\nENCODING 61925\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\n3000000600\n3000000600\n3070000600\n30F0000600\n30F0000600\n30F0000600\n30F0070600\n30F0078600\n30F0078600\n30F0078600\n30F1C78600\n30F3E78600\n30F3E78600\n30F3E78600\n30F3E78600\n30F3E78600\n30F3E78600\n30F3E78600\n3071C70600\n3000000600\n3000000600\nFC00001F80\nFC00001F80\nCFFFFFF980\nCFFFFFF980\nFC00001F80\nFC00001F80\nENDCHAR\nSTARTCHAR F1E6\nENCODING 61926\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0003E00000\n001FFC0000\n003C1E0000\n0070070000\n00E0038000\n01C001C000\n018000C000\n018000C000\n0300006000\n0300006000\n0370076000\n03FE3FE000\n0FFF7FF800\n1DFE3FDC00\n39FC3FCE00\n70FC1F8700\n60F80F8300\nE0780F0300\nC0380E0180\nC000000180\nC00E380180\nC00FF80180\nC007F00180\nC007F00380\n6007F00300\n7003E00700\n3003E00600\n1C01C01C00\n0F07F07800\n07FF7FF000\n01FC1FC000\nENDCHAR\nSTARTCHAR F1E7\nENCODING 61927\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFF000\n07FFFFF800\n07FFFFF800\n07FFFFF800\n0F87E1F000\n0F03C0F000\n0F03C0F000\n0E03C0E000\n0003C00000\n0007C00000\n0007800000\n0007800000\n0007800000\n0007800000\n0007800000\n000F000000\n000F000000\n000F000000\n000F000000\n001F000000\n007F000000\n01FFC00000\n03FFE00000\n03FFC18180\n01FF81C380\n000000E700\n0000007C00\nFFFFFE3800\nFFFFFC3C00\n0000007E00\n000000E700\n000001C380\n0000018180\nENDCHAR\nSTARTCHAR F1E8\nENCODING 61928\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004000000\n000E000000\n0007000000\n0063800000\n0071C00000\n0038E00000\n031C700000\n038E200000\n01C70C0000\n08E3BC0000\n1C717E0000\n0E38FE0000\n071DFE0000\nE38BFC0000\n71C7FC0000\n38EFF80000\n1C5FF00000\n0E3FFC0000\n077FFE0000\n027FFF0000\n00FFFFC000\n00FE7FE000\n00383FF000\n00001FFC00\n00001FFE00\n00000FFF80\n000007FF80\n000003FF80\n000001FF80\n000001FF80\n000000FF80\n0000007F80\n0000003F00\nENDCHAR\nSTARTCHAR F1E9\nENCODING 61929\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\nE000E7C000\nF001C7E000\nF001C7E000\n7803CFF000\n78038EF000\n78038E7000\n3C079E7800\n3C071C7800\n3C073C3800\n1E0F3C3C00\n1E0E383C00\n1E0E781C00\n0F1E7FFE00\n0F1C7FFE00\n071CFFFE00\n07BCFFFF00\n07B8FFFF00\n03F9E00700\n03F9E00780\n03F1C00780\n01E1800380\n0000000000\n0000000000\n3000000600\n7000000700\nFFFFFFFF80\nFFFFFFFF80\n3000000700\n1000000400\nENDCHAR\nSTARTCHAR F1EA\nENCODING 61930\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000300000\nF000780000\nF800F00000\n7C01F00000\n3C03E00000\n3E03C00000\n1F07800000\n0F8F800000\n07DF000000\n03FE000000\n03FC000000\n01F8000000\n00F8000000\n01FC000000\n03FC000000\n03DE000000\n079F000000\n0F0F800000\n1F07C00000\n3E03C00000\n7C01E00000\n7801F00000\nF000F80000\nF000707F80\n6000307F80\n0000000180\n0000000180\n0000007F80\n0000007F80\n0000006000\n0000006000\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F1EB\nENCODING 61931\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007F80\n0000007F80\n0000000180\n0000000180\n0000007F80\n0000007F80\n0000006000\n0000006000\n6000307F00\nF000707F80\nF000F80000\n7801F00000\n7C01E00000\n3E03C00000\n1F07C00000\n0F8F800000\n079F000000\n07DE000000\n03FC000000\n01FC000000\n00F8000000\n01F8000000\n03FC000000\n03FE000000\n07DF000000\n0F8F800000\n1F07800000\n3E07C00000\n3C03E00000\n7801F00000\nF800F00000\nF000780000\n6000300000\nENDCHAR\nSTARTCHAR F1EC\nENCODING 61932\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nE0000038\nC0000058\nC00000D8\nC00001D8\nC00003D8\nC0000398\nC0000798\nC0000F98\nC0001F98\nC0003F18\nC0007F18\nC0007F18\nC000FF18\nC001FF18\nC003FE18\nC007FE18\nC007FE18\nC00FFE18\nC01FFC18\nC03FFC18\nC07FFC18\nC0807C18\nC0003818\nC0003818\nC0003818\nC0003818\nC0001018\nC0001018\nE0001038\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F1ED\nENCODING 61933\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FC001FE00\n7FC001FF00\nFFC001FF80\nFFC001FF80\nF800000F80\nF000000780\nF1FFFFC780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n03E003E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n03E003E000\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF1FFFFC780\nF000000780\nF800000F80\nFFC001FF80\nFFC001FF80\n7FC001FF00\n3FC001FE00\nENDCHAR\nSTARTCHAR F1EE\nENCODING 61934\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n2000000000\n7000000000\nFE00000000\n7F00000000\n3FFE000000\n3FFF000000\n3FE3800000\n1FF1C00000\n1FF8E00000\n0FFC700000\n07FE380000\n03FF1C0000\n01FF8E0000\n00FFC70000\n007FE00000\n003FF00000\n001FF80000\n000FFC0000\n0007FE0000\n0003FF0000\n0001FF8000\n0000FF0000\n00007E2000\n00003C7000\n000008F000\n000001F800\n000003F800\n000001F800\n0000007000\n0000000600\n0000000700\n0000000380\n0000000180\nENDCHAR\nSTARTCHAR F1EF\nENCODING 61935\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n1F80000000\n3FC0000000\n7FE0000000\nFFF0000000\nFBF8000000\n73FC000000\n27FE000000\n0FFF000000\n0FFF800000\n07DFC00000\n039FE00000\n013FF00000\n007FF80000\n007FFC0000\n003FFE0000\n001CFF0000\n0008FF8000\n0001FFC000\n0003FFE000\n0001FFF000\n0000F3F800\n000067FC00\n00000FFE00\n00001FFF00\n00000FFF80\n0000079F80\n0000033F00\n0000007E00\n000000FC00\n0000007800\n0000003000\nENDCHAR\nSTARTCHAR F1F0\nENCODING 61936\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n3FFFF9E0\n7FFFF9F0\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nC0000018\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\nFFFFF9F8\n7FFFF9F0\n3FFFF9E0\nENDCHAR\nSTARTCHAR F1F1\nENCODING 61937\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0060000000\n00F0000000\n01F8000000\n03FC000000\n07FE000000\n0FFF800000\n1FFFC00000\n3FFFE00000\n7FFFF00000\nFFFFF80000\nFFFFFC0000\n7FFFFE0000\n7FFFBF0000\n3FFF1F8000\n1FFE0FC000\n0FFC07E000\n07F803F000\n03F001F800\n01F800FC00\n00FC007C00\n007E003E00\n003F007E00\n001F80FC00\n0007FFF800\n0003FFF000\n0001FFE000\n0000FFC000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F1F2\nENCODING 61938\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0030000000\n0030000000\n0031FFC000\n0031FFE000\n0033FFE000\n0031FFC000\n0030000000\n0030000000\n0030FFFF00\n0031FFFF80\n0033FFFF80\n0031FFFF80\n0830000000\n0C30000000\n7F30FFE000\nFFB1FFF800\nFFF3FFF800\nFFB1FFF800\n7F30FFE000\n0C30000000\n0830000000\n0031FFFE00\n0033FFFE00\n0031FFFE00\n0030FFFC00\n0030000000\n0030000000\n0031FC0000\n0033FE0000\n0031FE0000\n0031FC0000\n0030000000\n0030000000\nENDCHAR\nSTARTCHAR F1F3\nENCODING 61939\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000060000\n0000060000\n7FF0060000\nFFF0060000\nFFF0060000\n7FF0060000\n0000060000\n0000060000\n7FFF860000\nFFFFC60000\nFFFFE60000\nFFFFC60000\n0000060800\n0000061800\n3FF8067F00\nFFFC06FF80\nFFFC07FF80\nFFFC06FF80\n3FF8067F00\n0000061800\n0000060800\nFFFF060000\nFFFF060000\nFFFF060000\n7FFE060000\n0000060000\n0000060000\n7F00060000\nFF00060000\nFF00060000\n7E00060000\n0000060000\n0000060000\nENDCHAR\nSTARTCHAR F1F4\nENCODING 61940\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFE000\nFFFFF800\nFFFFFE00\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFE007F80\nFC003F80\nFC001F80\nFC001F80\nFC003F80\nFC003F80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFFFFC00\nFFFFFE00\nFFFFFF00\nFFFFFF00\nFC007F00\nFC003F80\nFC003F80\nFC001F80\nFC001F80\nFC003F80\nFC003F80\nFE00FF80\nFFFFFF00\nFFFFFF00\nFFFFFE00\nFFFFFE00\nFFFFF800\n7FFFE000\nENDCHAR\nSTARTCHAR F1F5\nENCODING 61941\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n007FF0\n007FF8\n00FFF8\n007FF0\n000F00\n000F00\n000F00\n001E00\n001E00\n001E00\n003C00\n003C00\n003C00\n003800\n007800\n007800\n007000\n00F000\n00F000\n00F000\n01E000\n01E000\n01E000\n03C000\n03C000\n03C000\n038000\n078000\n078000\n7FF000\nFFF800\nFFF000\n7FF000\nENDCHAR\nSTARTCHAR F1F6\nENCODING 61942\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600003000\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F8000F800\n078001F000\n07E003F000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n003FFE0000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F1F7\nENCODING 61943\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n00FFFF8000\n03FFFFE000\n03FFFFE000\n07E003F000\n078000F000\n0F8000F800\n0F00007800\n0F00007800\n0F00007000\n0F00000000\n0F00000000\n0F80000000\n07C0000000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n000001F000\n000000F800\n0000007800\n0000007800\n0700007800\n0F00007800\n0F00007800\n0F8000F800\n078000F000\n07E003F000\n03FFFFE000\n03FFFFE000\n00FFFF8000\n003FFE0000\nENDCHAR\nSTARTCHAR F1F8\nENCODING 61944\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n307FFFFF00\n78FFFFFF80\n7CFFFFFF80\nFCFFFFFF80\n30FC3F1F80\n30F83E0780\n30F01E0780\n30701E0780\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30001E0000\n30003E0000\n30003F0000\nFC01FFC000\n7C03FFE000\n7801FFE000\n3001FFC000\nENDCHAR\nSTARTCHAR F1F9\nENCODING 61945\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3F87F0FE00\n3E03E03E00\n3C03E01E00\n1C03E01C00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\n001FFC0000\n003FFE0000\n003FFE0000\n001FFC0000\n3000000600\n7000000700\nFFFFFFFF80\nFFFFFFFF80\n7000000700\n1000000400\nENDCHAR\nSTARTCHAR F1FA\nENCODING 61946\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFF980\nFFFFFFF980\nFFFFFFF980\nFFFFFFF180\n0000000180\n0000000180\n0001FFFF80\n0003FFFF80\n0003800000\n0003800000\n0003800000\n0003800000\n0003800000\n0003800000\n0003800000\n0007C00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FE00000\n000FC00000\n0007C00000\nENDCHAR\nSTARTCHAR F1FB\nENCODING 61947\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001000000\n0007800000\n380F800000\n3F3F800000\n1FFF800000\n1FFF800000\n1FFF800000\n0FFF800000\n0FDFC00000\n0F87E00000\n1F03F80000\n1F81FC0000\n3FC0F00000\n7FE0000000\n7FF0800000\nFFF9E00000\n7FFDF00000\n00F9F80000\n0079FC0000\n0038FE0000\n00187F0000\n00103F8000\n00000FC000\n000007E000\n000003F000\n000001F800\n000000FC00\n0000007E00\n0000003F00\n0000001F80\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F1FC\nENCODING 61948\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF8080C0F80\nF03E3E0F80\nF070700780\nF0E0600780\nF0C0E00780\nF0E0600780\nF070700780\nF03E3E0F80\nF8080C0F80\n7800000F00\n7C00001F00\n7C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F1FD\nENCODING 61949\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n1FFFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n007FFFFF80\n007FFFFF00\n003FFFFE00\nENDCHAR\nSTARTCHAR F1FE\nENCODING 61950\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFF8000F80\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\nFFF0000780\n7FF0000780\n1FF0000780\n00F0000780\n00F0000780\n00F0000780\n00F8000780\n00FFFFFF80\n007FFFFF80\n007FFFFF00\n003FFFFE00\nENDCHAR\nSTARTCHAR F1FF\nENCODING 61951\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nF0000F8000\nF000078000\nF000078000\nF000078000\nF01FFFFC00\nF07FFFFF00\nF07FFFFF80\nF0FFFFFF80\nF0FFFF8F80\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF8FFFF8780\nFFFFFF8780\nFFFFFF0780\n7FFFFF0780\n1FFFFC0780\n00F0000780\n00F0000780\n00F0000780\n00F8000780\n00FFFFFF80\n007FFFFF80\n007FFFFF00\n003FFFFE00\nENDCHAR\nSTARTCHAR F200\nENCODING 61952\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFF807FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF00FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n1FFFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n00FFFFFF80\n007FFFFF80\n007FFFFF00\n003FFFFE00\nENDCHAR\nSTARTCHAR F201\nENCODING 61953\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFE0000\n7FFFFF0000\nFFFFFF0000\nFFFFFF8000\nF00FFF8000\nF00FFF8000\nF01FFF8000\nF03FFF8000\nF01FFFFC00\nF00FFFFF00\nF107FFFF80\nF383FFFF80\nFFC1FFFF80\nFFE0FFFF80\nFFF07FFF80\nFFF83FFF80\nFFFC1FFF80\nFFFE0FFF80\nFFFF07FF80\nFFFF83FF80\nFFFFC1FF80\nFFFFE0E780\nFFFFF04780\n7FFFF80780\n1FFFFC0780\n00FFFE0780\n00FFFC0780\n00FFF80780\n00FFF80780\n00FFFFFF80\n007FFFFF80\n007FFFFF00\n003FFFFE00\nENDCHAR\nSTARTCHAR F202\nENCODING 61954\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E00000000\nFF00000000\nFF00000000\nFF00000000\nFF07F00000\nFF0FFC0000\nFF0FFF0000\nFF07FF8000\nFF003FC000\nFF0007E000\nFF0003E000\nFF0001F000\nFF0000F000\nFF0000F000\nFF0007FF80\nFF0007FF80\nFF0007FF00\nFF0003FE00\nFF0001FE00\nFF0000FC00\nFF00007800\nFF00007000\n7E00002000\n0000000000\n0000000000\n001FFFFF80\n003FFFFF80\n0038000380\n0030000180\n0030000180\n0038000380\n003FFFFF80\n001FFFFF00\nENDCHAR\nSTARTCHAR F203\nENCODING 61955\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000003F00\n0000007F80\n0000007F80\n0000007F80\n0007F07F80\n001FF07F80\n007FF87F80\n00FFF07F80\n01FE007F80\n03F0007F80\n03E0007F80\n07C0007F80\n0780007F80\n0F80007F80\nFFF0007F80\nFFF0007F80\n7FF0007F80\n3FE0007F80\n3FC0007F80\n1F80007F80\n0F00007F80\n0700007F80\n0200003F00\n0000000000\n0000000000\nFFFFFC0000\nFFFFFE0000\nE0000E0000\nC000060000\nC000060000\nE0000E0000\nFFFFFE0000\n7FFFFC0000\nENDCHAR\nSTARTCHAR F204\nENCODING 61956\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n01E0000000\n03F0000000\n07F8000000\n0FFC000000\n1FFE000000\n3FFF000000\n7E7F800000\nFC3FC00000\nFC1FE00000\nFE0FF00000\nFF07F80000\n7F83FC0000\n3FC1FE0000\n1FE0FF0000\n0FF07F8000\n07F83FC000\n03FC1F8000\n01FE3F0000\n00FF7E2000\n007FFC6000\n003FF8F000\n001FF1F000\n000FE3F000\n0007C7F800\n00038FF800\n00011FF000\n00003FE000\n00000FC400\n0000018E00\n0000001F00\n0000000F80\nENDCHAR\nSTARTCHAR F205\nENCODING 61957\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFBFBF9F80\nFF3F9F9F80\nFF3B9B9980\nFF33999980\nF800000000\nF000000000\nFF00000000\nFF00000180\nFE00000180\nFC00000180\nFF00000180\nFF00000180\nF800000180\nF000000180\nF800000180\nFF00000180\nFF00000180\nFC00000180\nFE00000180\nFF00000180\nFF00000180\nF000000180\nF000000180\nFF00000180\nFF00000180\nFC00000180\nFC00000180\nFF3FFFFF80\n7F3FFFFF80\nENDCHAR\nSTARTCHAR F206\nENCODING 61958\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 1 1\nBITMAP\n00101000\n00183000\n003FF800\n103FF810\n0CFFFE60\n0FF83FE0\n07C007C0\n078383C0\n0F1FF1E0\n0E3FF8E0\n3C7FFC78\nFCFFFE7E\n7CFFFE7C\n79FFFF38\n39FFFF38\n39FFFF38\n39FFFF38\n39FFFF38\n7CFFFE7C\nFCFFFE7E\n3C7FFC78\n0E3FF8E0\n0F1FF1E0\n0787C3C0\n07C007C0\n0FF83FE0\n0CFFFE60\n103FF810\n003FF800\n001C3000\n00101000\nENDCHAR\nSTARTCHAR F207\nENCODING 61959\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000180000\n00000E0000\n0000078000\n000003E000\n000001F000\n000001F800\n000000FC00\n000000FC00\n000000FE00\n0000007E00\n0000007F00\n0000007F00\n0000007F80\n0000007F80\n000000FF80\n000000FF80\n000000FF80\n000001FF80\n000001FF80\n800003FF80\nC00007FF80\n60000FFF00\n70001FFF00\n7C007FFE00\n3F87FFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F208\nENCODING 61960\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 5 -1\nBITMAP\n00080000\n001C0000\n003C0000\n003E0000\n007F0000\n00FF8000\n01FF8000\n03FFC000\n03FFE000\n07FFF000\n0FBFF800\n1F7FF800\n3E7FFC00\n3CFFFE00\n7CFFFE00\n79FFFF00\nF9FFFF00\nF1FFFF00\nF0FFFF80\nF0FFFF80\nF0FFFF80\nF07FFF80\nF07FFF80\nF83FFF00\n783FFF00\n7C3FFF00\n3C3FFE00\n3E7FFE00\n1FFFFC00\n0FFFF800\n07FFF000\n03FFC000\n007F0000\nENDCHAR\nSTARTCHAR F209\nENCODING 61961\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0048000080\n01CE000780\n0FCF801F80\n3FCFE0FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFF03F9FC00\nF800F9F000\nE0CC398380\n07CF080F80\n1FCFC07F80\nFFCFF1FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFF83F9FE00\nFC00F9F800\nF00039C000\n8000090000\nENDCHAR\nSTARTCHAR F20A\nENCODING 61962\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001C000000\n003C000000\n007C000000\n00FC000000\n01FC000000\n03FE000000\n07FF000000\n0FFF800000\n1FFFC00000\n3FFFE00000\n7FFFF00000\nFFFFF80000\nFFFFFFF000\nFFFFFFF800\n07FFFFF800\n03FFFFF000\n01FFFFE000\n00FFFFC000\n007FFF8000\n003FFF0000\n001FFE0000\n000FFF0000\n000FFF8000\n000FF7C000\n000FE3E000\n000FC1F000\n000F80F800\n000F007C00\n0006003C00\n0000001E00\n0000000700\n0000000300\n0000000080\nENDCHAR\nSTARTCHAR F20B\nENCODING 61963\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0618000000\n0F3E000000\n0F3F800000\n0F3FE00000\n0F3FF80000\n0F3FFC0000\n0F3FFF0000\n0F3FFFC000\n0F3FFFF000\n0F3FFFFC00\n0F3FFFFE00\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFE00\n0F3FFFF800\n0F3FFFE000\n0F3FFF8000\n0F3FFF0000\n0F3FFC0000\n0F3FF00000\n0F3FC00000\n0F3F000000\n0F3E000000\n0F18000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n7FF0000000\nFFF0000000\nFFF0000000\n7FF0000000\nENDCHAR\nSTARTCHAR F20C\nENCODING 61964\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001C7C0000\n00307E0000\n00607F0000\n0060FF0000\n00C1FF8000\n00C3FF8000\n00C7FF8000\n00FFFB8000\n007FF10000\n007FE30000\n007FE70000\n003FFE0000\n001FFC0000\n000FF80000\n0000800000\n0000000000\n0000000000\n0003E00000\n0003E00000\n00FFFF8000\n07FFFFF000\n1F03E07C00\n7803E00F00\nE003C00380\nC001C00180\nC001C00180\n6000800300\n3800001E00\n1FC001FC00\n03FFFFE000\n003FFE0000\nENDCHAR\nSTARTCHAR F20D\nENCODING 61965\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n00F800\n03FC00\n03FE00\n07FF00\n078F00\n0F8F80\n0F0780\n0F0780\n0F0780\n0F0780\n0F0780\n0F0780\n0F0780\n0F0780\n0F0780\n1F07C0\n3F07E0\n3E03E0\n7C01F0\n7800F0\nF800F8\nF00078\nF00078\nF00078\nF800F8\n7800F0\n7C01F0\n7E03F0\n3F07E0\n1FFFC0\n0FFF80\n07FF00\n01FC00\nENDCHAR\nSTARTCHAR F20E\nENCODING 61966\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF03F8FF8\nF03F03F8\nFFFE03F8\nFFFE01F8\nF83E01F8\nF03E01F8\nFFFE01F8\nFFFE01F8\nF83E79F8\nF03E79F8\nFFFE79F8\nFFFE79F8\nF87E79F8\nF03E79F8\nF87C79F8\nFFF8F8F8\nFFF9FCF8\nFFF9FE78\nFFF3FE78\nFFF1FE78\nFFF9FC78\nFFF8FCF8\nFFFC71F8\nFFFE01F8\nFFFF87F8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F20F\nENCODING 61967\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01C001C000\n03C001E000\n03C001E000\n03C001E000\n73CFF9E700\nF3CFF9E780\nF3CFF9E780\nF3CFF9E780\nF3CFF9E780\nF1CFF9C780\nF80FF80F80\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\nFC1FFC1F80\nE007F00380\nE3C3E1E380\nCFF3E7F980\nCFF3E7F980\nFFF3E7F980\nFFF3E7F980\nFFF3E7F980\nFFE3E3F180\nF007F00180\nE00FF80980\nC7FFFFF980\nCFFFE7F980\nCFFFE7F980\nCFFFE3F180\nC003F00380\nC003F80780\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F210\nENCODING 61968\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3EC0003E00\n3CE0001E00\n7C70061F00\n78380E0F00\nF81E1C0F00\nF00F780780\nF00FF00780\nF007F00780\nF003E00780\nF001C00780\nF000800780\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F211\nENCODING 61969\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\nCF8000F980\nCF00007980\nCF00007980\nCF00007980\nCF00007980\nCF00007980\nCF00007980\nCF8000F980\nCFFFFFF980\nCFFFFFF980\nDFFFFFFD80\nFFFFFFFF80\nFFF007FF80\nFFE003FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nF8C0018F80\nF0C0018780\nF0C0018780\nF9E003CF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3C00001E00\n3C00001E00\n3C00001E00\n1800000C00\nENDCHAR\nSTARTCHAR F212\nENCODING 61970\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FE3E3F800\n1F83E0FC00\n1F03E07C00\n3E03E03E00\n3C01C01E00\n7C00001F00\n7800000F00\nF800000F00\nF800000F80\nFF8000FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFF8000FF80\nF000000F80\nF800000F80\n7800000F00\n7C00001F00\n3C01C01E00\n3E03E03E00\n1F03E07C00\n1F83E0FC00\n0FE3E3F800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F213\nENCODING 61971\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FC0000000\n3FF0000000\n7FFC000000\n7FFE000000\nFFFF000000\nFFFF800000\nFFFFC00000\nFFFFC00000\nFFFFC00000\n7FFFE00000\n7FFFE00000\n7FFFE00000\n3FFFC00000\n3FFFC00000\n1FFFC00000\n0FFFE00000\n07FFF80000\n03FFFC0000\n0061FE0000\n0000FF0000\n00007F8000\n00007FC000\n00003FF000\n00001FF800\n00000FFC00\n000007FE00\n000003FF00\n000001FF80\n000001FF80\n000000FF80\n0000007F80\n0000003F00\n0000000E00\nENDCHAR\nSTARTCHAR F214\nENCODING 61972\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\nE000000000\nF000000000\nF800000000\nFC00000000\n7E00000000\n7F00000000\n3F80000000\n3FC0000000\n1FE0000000\n1FF0000000\n0FF8000000\n07FE000000\n07FF000000\n03FF800000\n01FFC00000\n00FFE00000\n007FF00000\n003FFC0000\n003FFE0000\n001FFF0000\n000FFF8000\n0007FFC000\n0003FFE000\n00009FF800\n00000FFC00\n000007FE00\n000003FF00\n000001FF80\n000001FF80\n000000FF80\n0000007F80\n0000003F00\n0000000E00\nENDCHAR\nSTARTCHAR F215\nENCODING 61973\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0070070000\n00F0078000\n00F80F8000\n007C1F0000\n007E3E0000\n003E3E0000\n001F7C0000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0003F00000\n0007F00000\n000FF80000\n000FFC0000\n001FFC0000\n003FFE0000\n007FFF0000\n007FFF8000\n00FFFF8000\n01FFFFC000\n03F80FE000\n03F007F000\n07F007F000\n0FF007F800\n1FF007FC00\n1FF007FC00\n3FF007FE00\n7FF007FF00\n7FF007FF80\nFFF007FF80\nFFF007FF80\n7FF007FF00\nENDCHAR\nSTARTCHAR F216\nENCODING 61974\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFF07F00\n3FFFF8FF80\n3FFFF9FF80\n3FFFF9FF00\n380039F000\n300039E000\n300019E000\n300019E000\n300019E000\n300019E000\n300019E000\n300039E000\n3FFFF9E000\n3FFFF9E000\n3FFFF9E000\n3FFFF9E000\n3FFFF9E000\n3FFFF9E000\n3FFFF9E000\n3FFFFBE000\n3FFFFFE000\n3FFFFFE000\n3FFFFFC000\n3FFFFFC000\n3FFFFF0000\n3FFFF80000\n3FFFF80000\n3FFFF80000\n3FFFF80000\n7FFFFC0000\nFFFFFE0000\nFFFFFE0000\n7FFFFC0000\nENDCHAR\nSTARTCHAR F217\nENCODING 61975\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n00078000\n000FC000\n001FE000\n003FE000\n007FF000\n00FFF800\n00FFFC00\n01FFFE00\n03FFFF00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n1FFFFFE0\n3FFFFFE0\n1FFFFFE0\n0FFFFF00\n07FFFF80\n0FFFFF80\n1FFFFFC0\n1FFFFFE0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n001FE000\n001FE000\n001FE000\n001FE000\n001FE000\n001FC000\nENDCHAR\nSTARTCHAR F218\nENCODING 61976\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n000FF80000\n007FFF0000\n01FFFFC000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nF3FFFFE780\nC07BEF0180\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n01C3E00000\n03C3E00000\n03C3E00000\n03E7C00000\n01FFC00000\n01FF800000\n00FF000000\n003E000000\nENDCHAR\nSTARTCHAR F219\nENCODING 61977\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0607F03000\n0F0FF87800\n1F0FF87C00\n3F0FF87E00\n7E07F03F00\nFF3FFE7F80\nFFFFFFFF80\n77FFFFF700\n03FE3FE000\n07F007F000\n07C001F000\n0F8000F800\n1F00027C00\n1F000E7C00\n1E001C3C00\n3E00383E00\n3C00F01E00\n3C01E01E00\n3C03E01E00\n3C01C01E00\n3C00801E00\n3E00003E00\n1E00003C00\n1E00003C00\n1F00007C00\n0F8000F800\n0FC001F800\n07E003F000\n03FC1FE000\n01FFFFC000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F21A\nENCODING 61978\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000400000\n0000E00000\n000CE60000\n000CE60000\n001CE70000\n001CE70000\n003CE78000\n003CE78000\n007CE7C000\n00FCE7C000\n00FCE7C000\n01FCE7E000\n01FCE7E000\n03FCE7F000\n03FCE7F000\n07FCE7F800\n0FFCE7F800\n0FFCE7FC00\n1FFCE7FC00\n1FFCE7FC00\n3FFCE7FE00\n3FFCE7FE00\n1FF8E3FC00\n0000E00000\n0000E00000\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n03FFFFE000\nENDCHAR\nSTARTCHAR F21B\nENCODING 61979\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n7FFFFFC000\nFFFFFFE000\nFFFFFFF800\nFFFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFF000\nFFFFFFE000\n3FFFE00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F21C\nENCODING 61980\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n0FFFFC00\n3FFFFE00\n7FFFFF00\n7FFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF00\n7FFFFF00\n7FFFFF00\n3FFFFF80\n7FFFFF80\n7FFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF00\n7FFFFE00\n7FFFFC00\n0FFFF800\n0FFFF800\n07FFF000\n07FFF000\n01FFC000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n007F0000\nENDCHAR\nSTARTCHAR F21D\nENCODING 61981\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF00000\n001FF80000\n001FFC0000\n003E3C0000\n003E3E0000\n003C1E0000\n003E3E0000\n001FFC0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\n000FF80000\n001FFC0000\n003FFE0000\n001FFC0000\n000FF80000\n0003E00000\n0003E00000\nFF03E07F80\nFE03E03F80\nFC03E01F80\nFE03E03F80\nFF03E07F80\nFF83E0FF80\nCFE3E3F980\n87FFFFF080\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F21E\nENCODING 61982\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0003E00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FE3FC000\n03F007E000\n03E003E000\n07C001F000\n078000F000\n0F8000F000\n3F0000FE00\nFF00007F80\nFF00007F80\nFF00007F80\n3F0000FE00\n0F8000F000\n078000F000\n07C001F000\n03E003E000\n03F007E000\n01FC3FC000\n00FFFF8000\n007FFF0000\n001FFC0000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F21F\nENCODING 61983\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0003E00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FE3FC000\n03F007E000\n03E083E000\n07C7F1F000\n078FF8F000\n0F9FFCF000\n3F1FFCFE00\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\n3F1FFCFE00\n0F9FFCF000\n078FF8F000\n07C7F1F000\n03E1C3E000\n03F007E000\n01FC3FC000\n00FFFF8000\n007FFF0000\n001FFC0000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F220\nENCODING 61984\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 5 1\nBITMAP\n007F0000\n03FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007C00\n3E003E00\n7C001F00\n78000F00\nF8000F00\nF0000F80\nF0000780\nF0000780\nF0000780\nF0000F80\nF8000F00\nF8000F00\n7C001F00\n7E003E00\n3F007E00\n3FE3FC00\n1FFFF800\n0FFFF800\n07FFF000\n03FFE000\n03FFC000\n01FF8000\n00FF8000\n007F0000\n003E0000\n003C0000\n001C0000\n00080000\nENDCHAR\nSTARTCHAR F221\nENCODING 61985\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 5 1\nBITMAP\n007F0000\n03FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007C00\n3E183E00\n7C3C1F00\n783C0F00\nF83C0F00\nF1FF8F80\nF3FFC780\nF3FFE780\nF3FFC780\nF03C0F80\nF83C0F00\nF83C0F00\n7C1C1F00\n7E083E00\n3F007E00\n3FE3FC00\n1FFFF800\n0FFFF800\n07FFF000\n03FFE000\n03FFC000\n01FF8000\n00FF8000\n007F0000\n003E0000\n003C0000\n001C0000\n00080000\nENDCHAR\nSTARTCHAR F222\nENCODING 61986\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 5 0\nBITMAP\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007C00\n3E003E00\n7C001F00\n78000F00\nF8000F00\nF1FF8F80\nF3FFC780\nF3FFE780\nF3FFC780\nF0000F80\nF8000F00\nF8000F00\n7C001F00\n7E003E00\n3F007E00\n3FE3FC00\n1FFFF800\n0FFFF800\n07FFF000\n03FFE000\n03FFC000\n01FF8000\n00FF8000\n007F0000\n003E0000\n003C0000\n001C0000\n00080000\nENDCHAR\nSTARTCHAR F223\nENCODING 61987\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 5 0\nBITMAP\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007C00\n3E003E00\n7C001F00\n781C0F00\nF87E0F00\nF07F0F80\nF0FF0780\nF0FF8780\nF0FF0780\nF07F0F80\nF83E0F00\nF8000F00\n7C001F00\n7E003E00\n3F007E00\n3FE3FC00\n1FFFF800\n0FFFF800\n07FFF000\n03FFE000\n03FFC000\n01FF8000\n00FF8000\n007F0000\n003E0000\n003C0000\n001C0000\n00080000\nENDCHAR\nSTARTCHAR F224\nENCODING 61988\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FF07F80\n1F800FC0\n3F0007E0\n3E0003E0\n7C0001F0\n780000F0\n780000F0\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF80000F8\n780000F0\n780001F0\n7C0001F0\n3E0003E0\n1F0007C0\n1FC01FC0\n0FF8FF80\n07FFFF00\n03FFFE00\n01FFFC00\n007FF000\n003FE000\n001FC000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F225\nENCODING 61989\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FF07F80\n1F800FC0\n3F0707E0\n3E0703E0\n7C0F81F0\n780F80F0\n780F80F0\nF80F80F8\nF0FFF878\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0FF8078\nF80F80F8\n780F80F0\n7C0F81F0\n7C0F81F0\n3E0703E0\n1F0207C0\n1FC01FC0\n0FF8FF80\n07FFFF00\n03FFFE00\n01FFFC00\n007FF000\n003FE000\n001FC000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F226\nENCODING 61990\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FF07F80\n1F800FC0\n3F0007E0\n3E0003E0\n7C0001F0\n780000F0\n780000F0\nF80000F8\nF0FFF878\nF3FFFE78\nF3FFFE78\nF1FFFC78\nF0FFF878\nF80000F8\n780000F0\n780001F0\n7C0001F0\n3E0003E0\n1F0007C0\n1FC01FC0\n0FF8FF80\n07FFFF00\n03FFFE00\n01FFFC00\n007FF000\n003FE000\n001FC000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F227\nENCODING 61991\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FF07F80\n1F800FC0\n3F0007E0\n3E0003E0\n7C0701F0\n781FC0F0\n783FE0F0\nF87FF0F8\nF07FF078\nF0FFF878\nF0FFF878\nF0FFF878\nF07FF078\nF87FF0F8\n783FE0F0\n781FC1F0\n7C0201F0\n3E0003E0\n1F0007C0\n1FC01FC0\n0FF8FF80\n07FFFF00\n03FFFE00\n01FFFC00\n007FF000\n003FE000\n001FC000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F228\nENCODING 61992\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7F00007F00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF1FFFFC780\nF0FFFF8780\nF0FFFF8780\nF07FFF0780\nF07FFF0780\nF83FFE0F80\n780FF80F00\n7C03E01F00\n7C03E01E00\n3E03E03E00\n1F03E07C00\n1F83E0FC00\n0FE3E3F800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F229\nENCODING 61993\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n200000C000\n7000018000\nF800018000\nFC00030000\n3E00030000\n1F00030000\n0F80030000\n0700030000\n0220030000\n0070030000\n00F8038180\n007C018300\n003E00C600\n001F00CC00\n000F80CC00\n0007C0CC00\n0003E0CC00\n0001F0CC00\n0000F84C00\n00007C0C00\n00003E0600\n00001F0600\n00000F8300\n000007C300\n000003E100\n000001F000\n000000F800\n0000007C00\n0000003E00\n0000001F00\n0000000F80\n0000000700\n0000000200\nENDCHAR\nSTARTCHAR F22A\nENCODING 61994\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n01FFC000\n03FFE000\n7FE3FF00\nFF80FF80\n7F80FF00\n3F007E00\n0F007800\n0780F000\n0380E000\n03C1E000\n03FFE000\n03FFE000\n3FF7FE00\nFFC1FF80\nFF80FF80\n3F00FE00\n1F007C00\n0700F000\n0380E000\n03C1E000\n03F7E000\n03FFE000\n03FFE000\n7FC1FF00\nFF80FF80\n7F80FF00\n1F007C00\n0F007800\n0380E000\n0380E000\n03E3E000\n03FFE000\n01FFC000\nENDCHAR\nSTARTCHAR F22B\nENCODING 61995\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FE3FF000\n0FFE3FF800\n1FFC1FFC00\n1FFC1FFC00\n3FFC1FFE00\n3FFC1FFE00\n7FFC1FFF00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC007F80\nFFFC001F80\nFFFC001F80\nFFFE001F80\nFFFF007F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F22C\nENCODING 61996\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n000E0000\n001F0000\n003F8000\n003F8000\n003F8380\n003F87C0\n003F87E0\n003F87E0\n003F87E0\n003F87E0\n303F87E0\n7C3F87E0\nFC3F87E0\nFC3F87E0\nFC3FFFE0\nFC3FFFE0\nFC3FFFE0\nFC3FFFC0\nFC3FFF80\nFFFFFF00\nFFFFF800\n7FFF8000\n7FFF8000\n1FFF8000\n07FF8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n003F8000\n001F0000\nENDCHAR\nSTARTCHAR F22D\nENCODING 61997\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n078E3C0000\n0FFFFE0000\n0FFFFE0000\n07FF7C0000\n001F000000\n001E000000\n000C000000\n000C000000\n601E000000\nF03F000000\nFFFFF80000\nFFFFFF8000\nFFFFFFE000\nFFFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFFFC00\nFFFFFFFC00\nFFFFFFFE00\nF01F03FE00\n600E01FE00\n000007FF80\n000007FF80\n000007FF80\n000003FF00\n0000001800\n0000003800\n0000003C00\n0000007E00\n0000007E00\n0000007E00\n0000007E00\n0000003C00\nENDCHAR\nSTARTCHAR F22E\nENCODING 61998\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n00078000\n0037B000\n003FF000\n001FC000\n04078180\n0C078180\n6C0781B0\nFC0F81F8\nFE1FE1F8\n7F7FF7F8\n3FFFFFE0\n3FFDFFE0\n77F07F78\nE3E01E38\n03E01E00\n03E01E00\n03E01E00\nE3E01E38\n77F07F78\n3FFDFFE0\n3FFFFFE0\n7F7FF7F8\nFE1FE1F8\nFC0F81F8\n6C0781B0\n0C078180\n04078180\n001FC000\n003FF000\n0037B000\n00078000\n00070000\nENDCHAR\nSTARTCHAR F22F\nENCODING 61999\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n000FC00000\n003FF80000\n007FFC0000\n00FFFE0000\n01FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF1E000\n03FFEFF800\n03FFDFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n78FFFFFF80\nFE7FFFFF80\nFF3FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFF800\n07FFFFF000\n0000000000\n0000000000\n078383C000\n0787878000\n0707878000\n0F0F078000\n0F0F070000\n0606070000\nENDCHAR\nSTARTCHAR F230\nENCODING 62000\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FC00000\n003FF80000\n007FFC0000\n00FFFE0000\n01FFFE0000\n01FFFF0000\n01FFFC0000\n03FFF80000\n03FFF1E000\n03FFEFF800\n03FFDFFC00\n03FFFFFE00\n31FFFFFF00\n71FFFFFF00\n789FE3FF80\nFE0FE1FF80\nFF07E1FF80\nFF27E1FF80\nFF23E0FF80\nFF33E4FF00\n7F33E47F00\n7030067E00\n3038067C00\n13F87F3800\n01FC7F2000\n01FC3F0000\n00FC3F8000\n00C0380000\n00C0180000\n0040180000\n0040080000\n0000080000\n0000080000\nENDCHAR\nSTARTCHAR F231\nENCODING 62001\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n8000000000\n6000000000\n3800000000\n1F00000000\n0FC0000000\n07F0000000\n03FC000000\n01FF000000\n00FFE00000\n007FF80000\n003FFE0000\n001FFF8000\n000FFFE000\n0007FF8000\n0003FF0000\n0007FE0000\n000FF80000\n003FF00000\n007FE00000\n00FFF00000\n03FFF80000\n00FFFC0000\n003FFE0000\n000FFF0000\n0003FF8000\n00007FC000\n00001FE000\n000007F000\n000001F800\n0000007C00\n0000000E00\n0000000300\n0000000080\nENDCHAR\nSTARTCHAR F232\nENCODING 62002\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n061FFFFF00\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF00\n0F3FFFFE00\n0F3FFFFC00\n0F3FFFF800\n0F3FFFF000\n0F3FFFE000\n0F3FFFC000\n0F3FFF8000\n0F3FFFC000\n0F3FFFE000\n0F3FFFF000\n0F3FFFF800\n0F3FFFFC00\n0F3FFFFE00\n0F3FFFFF00\n0F3FFFFF80\n0F1FFFFF80\n0F0FFFFF00\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n7FF0000000\nFFF0000000\nFFF0000000\n7FF0000000\nENDCHAR\nSTARTCHAR F233\nENCODING 62003\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C001F000\n1FC001F800\n3F00007E00\n7C00001E00\n7807F00F00\nF03FFE0780\nE07FFF0380\nE1FFFFC380\nC3FE3FE180\nC7F007F180\n0FC001F000\n0F8000F800\n1F30007C00\n1F38047C00\n1E1C1C3C00\n3E0F383E00\n3C07F01E00\n3C07F01E00\n3C03E01E00\n3C01C01E00\n3C00801E00\n3E00003E00\n1E00003C00\n1E00003C00\n1F00007C00\n0F8000F800\n0FC001F800\n07E003F000\n0FFC1FF800\n0FFFFFF800\n1EFFFFBC00\n383FFE0E00\n1007F00400\nENDCHAR\nSTARTCHAR F234\nENCODING 62004\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n007FFF0000\n00F80F8000\n00F80F8000\n00F0078000\n00F0078000\n73FFFFE700\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\n73FFFFE700\nENDCHAR\nSTARTCHAR F235\nENCODING 62005\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000E000000\n0018000000\n0018180000\n0030700000\n0030600000\n0018600000\n0018600000\n000C600000\n000C600000\n000C300000\n0000000000\n0000000000\n0FFFFFF800\n1FFFFFF800\n3FFFFFF800\n6FFFFFF800\nEFFFFFF800\nCFFFFFF800\nCFFFFFF800\nC7FFFFF000\nE7FFFFF000\n63FFFFE000\n79FFFFC000\n3FFFFFC000\n07FFFF8000\n007FFF0000\n001FFC0000\n0000000000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\nENDCHAR\nSTARTCHAR F236\nENCODING 62006\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nE000000300\n7010000600\n3838000E00\n1C18001C00\n0E1C003800\n070F807000\n0387C0E000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0007E00000\n0003C00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n007FFF0000\n00FFFF8000\n00FFFF8000\n007FFF0000\nENDCHAR\nSTARTCHAR F237\nENCODING 62007\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FBEFE000\n07E3E3F000\n0F83E0F800\n1F03E07C00\n1E03E03C00\n3C0FF81E00\n383FFE0E00\n787FFF0F00\n707BEF0700\nF0F3E78700\nE0E3E38380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE0E3E38380\nF0F3E78780\n707BEF0700\n707FFF0F00\n383FFE0E00\n3C0FF81E00\n1E03E03C00\n1F03E07C00\n0F83E0F800\n07C3E3F000\n03FBEFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F238\nENCODING 62008\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n3FFFE0\n3FFFE0\n700070\n600030\n600030\nE00038\nC00018\nC00018\nC00018\nC00018\nC00018\n600030\n7FFFF0\n7FFFF0\n3FFFE0\n3FFFE0\n1FFFC0\n0FFF80\n07FF00\n03FE00\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n1FFFC0\n3FFFE0\n3FFFE0\n1FFFC0\nENDCHAR\nSTARTCHAR F239\nENCODING 62009\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n03FFFFE000\n07FFFFF000\n0FFFFFF000\n0FFFFFF800\n0F00007800\n0E00003800\n0E00003800\n1E00003C00\n1E00003C00\n1C00001C00\n3C00001E00\n7C00003F00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF9FFFFCF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3C00001E00\n3C00001E00\n3C00001E00\n1800000C00\nENDCHAR\nSTARTCHAR F23A\nENCODING 62010\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n00070000\n000F8000\n000F8000\n001FC000\n001FC000\n001FC000\n003FE000\n003FE000\n007FF000\n007FF000\n00FFF800\n00FFF800\n00FFF800\n01FFFC00\n01FFFC00\n03FFFE00\n03FFFE00\n07FFFF00\n07FFFF00\n07FFFF00\n0FFFFF80\n0FFFFF80\n1FFFFFC0\n1FFFFFC0\n3FF8FFE0\n3FE03FE0\n3FC01FE0\n7F0007F0\n7E0003F0\nFC0001F8\nF80000F8\n60000070\nENDCHAR\nSTARTCHAR F23B\nENCODING 62011\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n3E001E0000\nFF807F8000\nE3C0F1C000\nC1E1C0E180\n80FF807F80\n003F003F00\n0000000000\n0000000000\n0C000E0000\n7F007F8000\nF7C0FBC000\nC1C1E0E080\n80FFC0FF80\n007F003F80\n0000000000\n0000000000\n0000000000\n7F003F8000\nFF80FFC000\nC1C0E0E000\n80F3C0F380\n007F807F80\n001E001E00\n0000000000\n0000000000\n3F003F0000\nFF807FC000\nE1C0E1E000\nC0E1C0E180\n807F807F80\n003E001F00\nENDCHAR\nSTARTCHAR F23C\nENCODING 62012\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000003FC00\n00003FFF00\n0001FFFF80\n001FFFFF80\nFFFFFC0F00\nFFFFE00000\n7FFE000000\n3FF0000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000006000\n00000FFE00\n0000FFFF80\n0007FFFF80\n7CFFFFBF00\nFFFFF00000\nFFFF800000\n3FF8000000\n0780000000\n0000000000\n0000000000\n0000000000\n0000000000\n000007FC00\n00007FFF00\n0003FFFF80\n703FFFFF80\nFFFFF80200\nFFFFC00000\n7FFE000000\n1FE0000000\nENDCHAR\nSTARTCHAR F23D\nENCODING 62013\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n07F007F000\n0FF007F800\n0FF007F800\n0FF007F800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE000000380\nC000000180\nC000000180\nC000000180\nC04071F180\nCCC079F980\nCCC4199980\nCCCC199980\nCCC0199980\nCFC0F99980\nC7C0F19980\nC0CCE19980\nC0C4E19980\nC0C0F9F980\nC04071F180\nC000000180\nC000000180\nC000000180\nE000000380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0F00007800\n0600003000\nENDCHAR\nSTARTCHAR F23E\nENCODING 62014\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 1 1\nBITMAP\nE000000000\nF800000000\nFC00000000\nFE00000000\n7F00000000\n7F80000000\n3FC0000000\n1FE0000000\n0FFFFFFF00\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFE00\n00FFFFE000\n00FFFF0000\n00FFF00000\n00FFF00000\n00FFF80000\n00FFFC0000\n00FFFE0000\n00FEFF0000\n00FE7F8000\n00FC3FC000\n00FC1FE000\n00FC0FF000\n00FC07FF80\n00F803FF80\n00F801FE00\n00F800F000\n00F000F000\n00F000E000\n00F000E000\n00F000C000\nENDCHAR\nSTARTCHAR F23F\nENCODING 62015\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0007FFFF00\n0007FFFF80\n000FFFFF80\n000FFFFF80\n07FFFFFF80\n0FFFFFFF80\n1C0FFFFF80\n380FFFFF80\n700FFFFF80\nE00FFFFF80\nC00FFFFF80\nC00FFFFF80\nC00FFFFF80\nC00FFFFF80\nE00FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n07E003F000\n03C001E000\nENDCHAR\nSTARTCHAR F240\nENCODING 62016\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n01FFFFFF00\n03FFFFFF80\n0FFFFFFF80\n1FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n1FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n00FFE00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F241\nENCODING 62017\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF83FFE0F80\nF03FFE0780\nF03FFE0780\nF87FFF0F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3C00001E00\n3C00001E00\n3C00001E00\n1800000C00\nENDCHAR\nSTARTCHAR F242\nENCODING 62018\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n30C38618\n38E38E3C\nFFFFFFFE\nFFFFFFFE\n7000001C\n30000018\n33FFFF98\n33FFFF98\nF3FFFF9E\nF3FFFF9E\n73FFFF9C\n33FFFF98\n33FFFF98\n33FFFF98\nF3FFFF9E\nF3FFFF9E\nF3FFFF9E\n33FFFF98\n33FFFF98\n33FFFF98\n73FFFF9C\nF3FFFF9E\nF3FFFF9E\n33FFFF98\n33FFFF98\n30000018\n7000001C\nFFFFFFFE\nFFFFFFFE\n78E38E3C\n30C38618\nENDCHAR\nSTARTCHAR F243\nENCODING 62019\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n30C38618\n38E38E38\nFFFFFFFE\nFFFFFFFE\n7000001C\n30000018\n30000018\n30000018\nF000001E\nF000001E\n7000001C\n30000018\n30000018\n30000018\nF000001E\nF000001E\nF000001E\n30000018\n30000018\n30000018\n7000001C\nF000001E\nF000001E\n30000018\n30000018\n30000018\n7000001C\nFFFFFFFE\nFFFFFFFE\n78E38E3C\n30C38618\nENDCHAR\nSTARTCHAR F244\nENCODING 62020\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0FE70000\n1FFFC000\n3FFFE000\n7FFFF000\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFF800\nFFFFFF00\nFFFFFFC0\nFFFFFFF0\nFFFFFFF0\nC0001BF8\nC00018F8\nC0001878\nC0001878\nC0001878\nC0001878\nC0001878\nC0001878\nC0001878\nC0001878\nC0001878\nC00018F8\nC00019F8\nC0001FF0\nC0001FF0\nC0003FE0\nE0003F80\nFFFFF800\nFFFFF000\n7FFFF000\n3FFFE000\nENDCHAR\nSTARTCHAR F245\nENCODING 62021\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0F8E38F800\n0F0C187800\n0F0C187800\n0F0C387800\n0FFFFFF800\n0FFFFFF800\n0F8E38F800\n0F0C187800\n0F0C187800\n0F0C187800\n0FFFFFF800\n0FFFFFF800\n0F9E3CF800\n0F0C187800\n0F0C187800\n0F0C187800\n0F8E38F800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n1FF80FFC00\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F246\nENCODING 62022\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFC00001F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF00FFF80\nFFF80FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F247\nENCODING 62023\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF81FFC0F80\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF00FF80780\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F248\nENCODING 62024\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03006000\n03006000\n03FFE000\n03FFE000\n03FFE000\n07FFF000\n07007000\n06003000\n06003000\n06003000\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n0E003800\n1C001C00\n1C001C00\n1C001C00\n1C001C00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n38000E00\n78000F00\n78000F00\n78000F00\n7FFFFF00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nF0000780\n60000700\nENDCHAR\nSTARTCHAR F249\nENCODING 62025\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n03F07E00\n01F07E00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFF00\n03F07F00\n07F07F00\n07F07F00\n07F07F80\n07F07F80\n0FF07F80\n0FF07F80\n0FF07F80\n0FFFFFC0\n0FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFE0\n1FF07FE0\n1FF07FE0\n3FF07FE0\n3FF07FE0\n3FF07FF0\n3FF07FF0\n7FF07FF0\n7FF07FF0\n7FFFFFF0\n7FFFFFF8\n7FFFFFF8\nFFFFFFF8\nFFF07FF8\nFFF07FF8\nENDCHAR\nSTARTCHAR F24A\nENCODING 62026\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n007C1F0000\n007C1F0000\n007C1F0000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3000000600\n3000000600\n31FC1FC600\n31FC1FC600\n31FC1FC600\n31FC1FC600\n01FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FE000\n03FC1FF000\n07FC1FF000\n07FC1FF000\n07FC1FF000\n07FC1FF000\n07FC1FF800\n0FFC1FF800\n0FFC1FF800\n0FFC1FF800\nENDCHAR\nSTARTCHAR F24B\nENCODING 62027\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n1FFFFFC0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\n3FFFFFE0\n3FFFFFC0\n3FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n1FFFFF80\n1FFFFF80\n0FFFFF80\n0FFFFF80\n0FFFFF80\n0FFFFF00\n0FFFFF00\n07FFFF00\n07FFFF00\n07FFFF00\n07FFFE00\n07FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFC00\n03FFFE00\n01FFFC00\nENDCHAR\nSTARTCHAR F24C\nENCODING 62028\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n007F0000\n007F8000\n007F8000\n007F8000\n007F8000\n007F0000\n007F0000\n003E0000\n001E0000\n03FFF000\n07FFF800\n0FFFF800\n0FFFFC00\n1FFFFE00\n3FFFFE00\n3FFFFF00\n7DFFFF00\n79FFEF80\nF9FFE780\n71FFE780\n21FFE300\n01FFE000\n01FFE000\n01FFE000\n01E3E000\n01E1E000\n01E1E000\n01E1E000\n01E1E000\n01E1E000\n01E1E000\n01C0C000\nENDCHAR\nSTARTCHAR F24D\nENCODING 62029\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n007F0000\n007F8000\n00FFC000\n01FFC000\n01FFE000\n01FFE000\n01FFC000\n003E0000\n001E0000\n03FFF000\n07FFF800\n0FFFF800\n0FFFFC00\n1FFFFE00\n3FFFFE00\n3FFFFF00\n7DFFFF00\n79FFEF80\nF9FFE780\n71FFE780\n23FFF300\n07FFF000\n0FFFF800\n0FFFFC00\n1FFFFE00\n3FFFFE00\n1FFFFE00\n1FFFFC00\n01E1E000\n01E1E000\n01E1E000\n01C0C000\nENDCHAR\nSTARTCHAR F24E\nENCODING 62030\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n7FFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFF8000\nFFFFFFF000\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF00\nFFFFFF9F80\nFFFFFF8F80\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8780\nFFFFFF8F80\nFFFFFF9F80\nFFFFFFFF00\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFF000\nFFFFFF8000\nFFFFFF8000\n7FFFFF0000\n7FFFFE0000\n3FFFFE0000\n0FFFF80000\nENDCHAR\nSTARTCHAR F24F\nENCODING 62031\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n03FFFFE000\n07FFFFF000\n0FFFFFFC00\n3FFFFFFE00\n7F8000FF00\nFF00003F80\nFC00001F80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF83FFE0780\nF03FFE0780\nF03FFE0780\nF87FFF0F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n07C001F000\n0FC001F800\n0FC001F800\n07C000F000\nENDCHAR\nSTARTCHAR F250\nENCODING 62032\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000000000\nF000000000\nF000000000\nF000000000\nF000007F80\nF000007F80\nF000003F80\nF000001F80\nF000003F80\nF000007F80\nF00000FB80\nF00001F180\nF00003E000\nF00107C000\nF0038F8000\nF007DF0000\nF00FFE0000\nF3DFFC0000\nF3FEF80000\nF7FC700000\nFFF8200000\nFFF0000000\nFE60000000\nFC00000000\nF800000000\nF000000000\nF000000000\nF000000000\nF000000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F251\nENCODING 62033\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF000000780\nF000000780\nF0001FC780\nF0001FE780\nF0001FE780\nF0000FE780\nF0000FE780\nF0001FE780\nF0003FE780\nF01C7CE780\nF03EF84780\nF07FF00780\nF0FFE00780\nF1F7C00780\nF3E7800780\nF3C1000780\nF180000780\nF000000780\nF000000F80\nF800000F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F252\nENCODING 62034\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF180000780\nF3C1000780\nF3E3800780\nF1F7C00780\nF0FFE00780\nF07FF00780\nF03EF84780\nF01C7CE780\nF0003FE780\nF0001FE780\nF0000FE780\nF0000FE780\nF0001FE780\nF0001FE780\nF0001FC780\nF000000780\nF000000780\nF000000780\nF000000F80\nF800000F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F253\nENCODING 62035\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n3C00018000\n7E0001C000\nFFFFFFE000\nFFFFFFF800\nFFFFFFF800\nFFFFFFE000\n7E0001C000\n3C00018000\n0000000000\n0000000000\n0000000000\n0000000000\n0200080000\n1F803E0000\n1FFFF70000\n3FFFE38000\n3FFFE18000\n3FFFE38000\n1FFFF70000\n1F803E0000\n0200080000\n0000000000\n0000000000\n0000000000\n0000000000\n03E0001800\n07F0001C00\n0FFFFFFF00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFE00\n07E0001C00\n03C0001800\nENDCHAR\nSTARTCHAR F254\nENCODING 62036\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nF0E38E1800\nF0C3861800\nFFFFFFF800\nCFFFFFFE00\nCFFFFFFF00\nCFFFFFFF80\nCFE3FBFE00\nFF81F1FC00\nFF88F3F800\nFF3CE3FC00\nCF3CE7FF00\nCF1CCFFF80\nCF80CFFF00\nFFC19FFC00\nFFFF1FF800\nFFFF307C00\nCFFE203F00\nCFFE671F80\nCFFCE79F00\nFFFCE79C00\nFFF9E33800\nFFF1F03C00\nCFFBF8FE00\nCFFFFFFF80\nCFFFFFFF00\nCFFFFFFE00\nFFFFFFF800\nF0C3861800\nF0E38E1800\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F255\nENCODING 62037\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n004FF90000\n00CFF98000\n01CFF9C000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFDFFFFF80\nFFCFFFFF80\nFFC3FFFF80\nFFC0FFFF80\nFFC03FFF80\nFFC01FFF80\nFFC007FF80\nFFC001FF80\nFFC0007F80\nFFC001FF80\nFFC007FF80\nFFC00FFF80\nFFC03FFF80\nFFC0FFFF80\nFFC3FFFF80\nFFC7FFFF80\nFFDFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F256\nENCODING 62038\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000FFFF80\nF000FFFF80\nF000EF9F80\nF000E79F80\nF000E00F80\nF000E00780\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000FFFF80\nF000E00F80\nF000E00780\nF801F00F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF030180780\nF838380F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF030018780\nF038038780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F257\nENCODING 62039\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F00000000\n0FC0000000\n0FE3F80000\n0FFFFF0000\n07FFFFDE00\n07FFFFFF00\n07FFFFFF80\n03FFFFFF80\n07FFFFFF80\n07FFFFFF80\n0F9FFFFF00\n0F0FFFFF00\n3F0FFFFF00\n7F8FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF00\n0FFFFFFF00\n0FFFFFFF00\n07FFFFFE00\n07FFFFFC00\n03FFFFFC00\n01FFFFF800\n00FFFFF800\n01FFFFFC00\n01FFFFFC00\n01FFFBFE00\n03FE03FE00\n01FC00FE00\nENDCHAR\nSTARTCHAR F258\nENCODING 62040\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF9E7CF0F80\nF0C3860780\nF0C3860780\nF0C3860780\nF8E38E0F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFE0780\nFFFFFE0780\nF0C3860780\nF0C3860780\nF0C3860780\nF0E38E0780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F259\nENCODING 62041\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FE3F8000\n03FE3FE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E03E03E00\n3E0FFC3E00\n7C1FFE1F00\n7C3FFE1F00\nFC3FFE3F00\nFC1FFFFF80\nFE007FFF80\nFE0001FF80\nFF00007F80\nFFC0003F80\nFFFF003F80\nFFFFFC1F80\nFE3FFE1F80\n7C3FFE1F00\n7C3FFC1F00\n3E1FF83E00\n3E03E03E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC0FF000\n03FE3FE000\n00FE3F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F25A\nENCODING 62042\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FE0FF000\n0FF001F800\n1FE000FC00\n1FC0007C00\n3F80E03E00\n3F03F81E00\n7801FC0F00\n7000FE0F00\nF000FF1F80\nF000FFFF80\nFC1FFFFF80\nFC3FFFFF80\nFC3FFFFF80\nFC3FFFFF80\nFC1FFFFF80\nF000FFFF80\nF000FF1F80\n7000FE0F00\n7801FC0F00\n3F03F81E00\n3F80E03E00\n1FC0007C00\n1FE000FC00\n0FF001F800\n07FE0FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F25B\nENCODING 62043\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0007F000\n001FFC00\n007FFF00\n00FFFF80\n01FC1FC0\n03F007E0\n03E003E0\n07C001F0\n078000F0\n0F8000F8\n0F800078\n0F000078\n0F000078\n0F000078\n0F000000\n0F800000\n07FE0000\nFFFF0000\nFFFF8000\nFFFF0000\n7FFE0000\n03C00000\n03C00000\n03C00000\n03C00000\n03C00000\n03C00000\n03C00000\n07800000\n07FFFFF0\n0FFFFFF8\n0FFFFFF8\n07FFFFF0\nENDCHAR\nSTARTCHAR F25C\nENCODING 62044\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FF007F800\n1FE003FC00\n1FC001FC00\n3F81C0FE00\n3F83E0FE00\n7F07F07F00\n7F0FF87F00\nFF0FF87F00\nFF07F8FF80\nFF007FFF80\nFC003FFF80\nFC001FFF80\nFC003FFF80\nFF007FFF80\nFFC3FFFF80\nFFC3FFFF80\n7FC3FFFF00\n7F87FFFF00\n3F8000FE00\n3F00007E00\n1F00007C00\n1F8000FC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F25D\nENCODING 62045\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1E7FFF3C00\n1C1FFC1C00\n3C0FF81E00\n3E07F03E00\n7F01C07F00\n7F8080FF00\nFFE003FF00\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFE01FFF80\nFFC001FF80\nFFE003FF80\nFFFC1FFF80\nFFFC1FFF80\n7FC001FF00\n7FE003FF00\n3FFC1FFE00\n3FFC1FFE00\n1FFC1FFC00\n1FFC1FFC00\n0FFE3FF800\n07FE3FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F25E\nENCODING 62046\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n007FFF0000\n00F80F8000\n00F80F8000\n00F0078000\n00F0078000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\n0001C00000\n0003E00000\nFFF1C7FF80\nFFF087FF80\nFFF80FFF80\nFFFC1FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F25F\nENCODING 62047\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n007FFF0000\n00F80F8000\n00F80F8000\n00F0078000\n00F0078000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFC1FFC1F80\nF00FF80780\n018000C000\n03C001E000\n33CFF9E600\nF3CFF9E780\nF18FF8C780\nF00FF80780\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F260\nENCODING 62048\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00F81E0000\n01FC3F0000\n038C630000\n030C618000\n030C618000\n038E638000\n01FEFF0000\n00FFFE0000\n0000000000\n0000000000\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n0000000000\n0000000000\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n1FFC1FFC00\nENDCHAR\nSTARTCHAR F261\nENCODING 62049\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n1861C00C00\n3CF1C01E00\nFFFFFFFF80\nFFFFFFFF80\n3CF1C01E00\n1C71C01C00\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0020080000\n3C701C1E00\n3CF01E1F00\nFFFFFFFF80\n7FFFFFFF00\n3C701C1E00\n1820080C00\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0007071C00\n0007079E00\nFFFFFFFF80\nFFFFFFFF80\n0007079E00\n0007070C00\nENDCHAR\nSTARTCHAR F262\nENCODING 62050\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n001FFC0000\n00FFFF8000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n1F83E0FC00\n3FC7F1FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FCFF9FE00\n3FC7F1FE00\n1F87F0FC00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F263\nENCODING 62051\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007000000\n000F800000\n000FC00000\n0007E00000\n000FF00000\n001FF80000\n003FFC0000\n007FFE0000\n00DFFF0000\n018FFF8000\n0307FF8000\n0783FF0000\n6FC1F80000\nFFE0F00000\nFFF0E00000\nFFF9C00000\n7FFFE00000\n3FFFF00000\n1FFEF80000\n0FFC7C0000\n07F83E0000\n03F01F0000\n01F00F8000\n00F007C000\n006003E000\n000001F000\n000000F800\n0000007C00\n0000003E00\n0000001F80\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F264\nENCODING 62052\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFE3FC00000\nF81FE00000\nF80FF00000\nF00FF80000\nF00FFC0000\nF00FFE0000\nF80FFF0000\nFC1FDF8000\nFFFFCFC000\nFFFFC7E000\n7FFEE3F000\n3FFC71F800\n1FFE38FC00\n0FFF1C7E00\n07E38E3F00\n03F1C71F80\n01F8E38F80\n00FC71DF80\n007E38FF00\n003F1C7E00\n001F8EFC00\n000FC7F800\n0007E3F000\n0003F7E000\n0001FFC000\n0000FF8000\n00007F0000\n00003E0000\n00001C0000\nENDCHAR\nSTARTCHAR F265\nENCODING 62053\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFBFFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nF803E00F80\nF003E00780\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF3F3FFFF80\nF9E3FFFF80\nFCC7E00780\nFE0FE00F80\nFF1FFFFF80\nFE1FFFFF80\nFC4FE00780\nF8E7E00780\nF1F3FFFF80\nF3FBFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F266\nENCODING 62054\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFE7F3FF80\nFF8080FF80\nFF00087F80\nFE003E3F80\nFE007F3F80\nFC007F9F80\nFC00FF9F80\nFC007F9F80\nFC007F3F80\nFE003E3F80\nFF00087F80\nFF8080FF80\nFFE7F3FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F267\nENCODING 62055\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFFC0000\n01FFFF8000\n03FFFFE000\n03FFFFF000\n03FFFFF000\n03FFFFF800\n07F81FF800\n07F00FF900\n07F007F900\n07F00FF980\n0FF00FF980\n0FE01FF180\n0FFFFFF180\n0FFFFFE380\n1FFFFFE380\n1FFFFFC700\n1FFFFF0700\n1FFFFE0F00\n3FFFC01E00\n3F80007C00\n3F8007F800\n3F8FFFE000\n7F9FFF0000\n7F1C000000\n7F18000000\n7F38000000\nFF38000000\nFE38000000\nFE30000000\n0030000000\n0070000000\n0FF0000000\n0FE0000000\nENDCHAR\nSTARTCHAR F268\nENCODING 62056\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FE000FE00\n7F80003F00\nFF00001F80\nFE00001F80\nFC00001F80\nF800001F80\nF800001F80\nF800001F80\nF003F01F80\nF007FF9F80\nF00FFFFF80\nF007FFFF80\nF0007FFF80\nF80003FF80\nF80000FF80\nFC00003F80\nFC00001F80\nFE00001F80\nFF80000F80\nFFC0000F80\nFFFE000780\nFFFFF00780\nFFFFF80780\nFCFFF00780\nFC07E00780\nFC00000F80\nFC00000F80\nFC00000F80\nFC00001F80\nFC00003F80\nFC00007F80\n7E0000FF00\n3F8003FE00\nENDCHAR\nSTARTCHAR F269\nENCODING 62057\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000C000000\n000E000000\n000F000000\n009F800000\n019FC00000\n019FE00000\n011FE00000\n013FF00000\n033FF80000\n033FFC0000\n023E7E0000\n067E7F0000\n067E3F8000\n047E1FC000\n047E1FE000\n0CFE0FE000\n0CFE07F000\n08FE07F800\n08FFFFFC00\n19FFFFFE00\n19FFFFFF00\n11FFE0FF80\n31FE007F80\n33FE007F80\n33FE000000\n23FE780000\n63FC6C0000\n62000F1E00\n400007FE00\n400003E000\nE3F8000000\nFFF0000000\n7C00000000\nENDCHAR\nSTARTCHAR F26A\nENCODING 62058\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nF83E1F8000\nFC3E1F0000\n7C3E1F0000\n7C3E3F0000\n7E7E3F0000\n7E7F3F0000\n7E7F7E0000\n3F7F7E0000\n3FFF7E0000\n3FFFFE0000\n3FFFFC0000\n1FFFFC0000\n1FFFFC0000\n1FF7FC0000\n1FE7FE1F80\n1FE3FE1F80\n0FC3FE1F80\n0FC1FE1F80\n0F81FE1F80\n0000FE1F80\n0000FE1F80\n0000FE1F80\n0000FE1F80\n0000FE1F80\n0000FE1F80\n0000FE1F80\n00007E1F80\n00007E3F80\n00007F3F80\n00007FFF00\n00003FFF00\n00001FFE00\n000007F800\nENDCHAR\nSTARTCHAR F26B\nENCODING 62059\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0300000000\n0300000000\n1FE0060000\n7FF80E0000\nF03C3FF000\nC00C7FF800\nC00C7FFC00\nE0003FFE00\n7FC01E3E00\n3FF80E1E00\n007C001E00\n000C001E00\nC00C000000\nE00C000000\n7FFC000000\n3FF8000000\n0300000000\n030001FE00\n000003FF00\n0000030380\n0000070180\n3C001FE000\n3C001FC000\n3C38060000\n3E3C060000\n3FFE1FE000\n1FFF1FE000\n0FFF060000\n07FE060180\n0038030180\n0030038780\n000001FF00\n000000FC00\nENDCHAR\nSTARTCHAR F26C\nENCODING 62060\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FFFFFF000\n3FFFFFF800\n3000001800\n3000001800\n78FFFF1800\nFCFFFF9800\nFC00001800\nFC00001800\n307FFF1800\n30FFFF9800\n7800001800\nFC00001800\nFC7FFF1800\nFCFFFF9800\n3000001800\n3000001800\n307FF01800\nFCFFF80000\nFC7FF00000\nFC0003F800\n780007FE00\n30FF0F9F00\n307F1F9F00\nFC001F9F80\nFC001F9F80\nFCFF1F8180\n787F1F8180\n30001FFF80\n30001FFF80\n3FFFEFFF00\n1FFFEFFE00\n000007FC00\n000001F800\nENDCHAR\nSTARTCHAR F26D\nENCODING 62061\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n01FFC000\n03FFE000\n03FFE000\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n0FFFF800\n4FFFF900\nCFFFF980\nCFFFF980\nCFFFF980\nC7FFF180\nC3FFE180\nC03E0180\nC03E0180\nC03E0180\nFFFFFF80\n7FFFFF00\n0FFFF800\n07FFF000\n003E0000\n003E0000\n003E0000\n003E0000\n0FFFF800\n0FFFF800\n071C7000\n0F3E7800\n0F1C7800\n071C7000\nENDCHAR\nSTARTCHAR F26E\nENCODING 62062\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n07FFFFC0\n0FFFFFE0\n0FFFFFE0\n0FFFFFE0\n0F8003E0\n0F0001E0\n1F0001F0\n3F0001F8\n7FFFFFFC\nFFFFFFFE\nF8E38E3E\nF0C3861E\nF0C3861E\nF0C3861E\nFFFFFFFE\nFFFFFFFE\nF9E7CF3E\nF0C3861E\nF0C3861E\nF0C3861E\nF8E38E3E\nFFFFFFFE\n7FFFFFFC\n00000000\n00000000\nFFFFFFFC\nFFFFFFFE\nFFF83FFE\nFFF01FFE\nFFF03FFE\nFFF83FFE\nFFFFFFFE\n7FFFFFFC\nENDCHAR\nSTARTCHAR F26F\nENCODING 62063\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFC00003F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC07F01F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC0FF81F80\nFC07F01F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00003F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F270\nENCODING 62064\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007800\n000000FC00\n000701FC00\n001FC1FE00\n001FC1FE00\n003FE1FE00\n003FF1FF00\n001FF8FF00\n381FF8FF00\n7E1FFCFF00\nFF1FFEFF00\nFF9FFEFF80\nFF9FFF7F80\nFFDFFFFF80\n7FFFFFFF80\n7FFFFFFF80\n1FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFDFFF80\n03FFCFFF80\n01FFC7FF80\n01FFC7FF80\n00FFC7FF80\n00FFC3FF00\n00FF83FF00\n00FF83FF00\n00FF83FF00\n007F01FE00\n007E01FE00\n001C01FE00\n000000FC00\n0000007800\nENDCHAR\nSTARTCHAR F271\nENCODING 62065\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 32 2 0\nBITMAP\n00101000\n003FF800\n001FF000\n001FF000\n000FE000\n00000000\n00000000\n000FE000\n00FFFE00\n03FFFF80\n07FEFFC0\n0FFE7FE0\n0FFC7FE0\n0FC007E0\n0F8103E0\n0F1FF1E0\n0F3FF9E0\n0F0FFFE0\n1F8007F0\n1FF803F0\n1FFFF1F0\n1F3FF9F0\n3F1FF1F8\n3F87C3F8\n3FC007F8\n7FF83FFC\n7FFE7FFC\n7FFEFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n1FFFFFF0\nENDCHAR\nSTARTCHAR F272\nENCODING 62066\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\n7F7F7F7F00\n7E3E3E3F00\n0000000000\n0000000000\n0000000000\n3C07F01E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n3C0FF81E00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F273\nENCODING 62067\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n004FF90000\n00CFF98000\n01CFF9C000\n03C001E000\n03C001E000\n03C001E000\n03C001E000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F274\nENCODING 62068\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0003E00000\n000FF80000\n001FF80000\n001FFC0000\n003FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n001FFC0000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\nENDCHAR\nSTARTCHAR F275\nENCODING 62069\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFF07FFF80\nFFF0FFFF80\nC03CE60180\nC03C460180\nCF30067980\nCF30067980\nCF3C7E7980\nCF3C7E7980\nC031060180\nC033860180\nFFFFC7FF80\nFFFFE7FF80\nCC4C078600\nCCCC078600\n0FC0460000\n0FC0666000\n07E0000000\nC0F3001980\n0071001980\n0C0C1FF980\n0C0C1FF800\nFFFC181800\nFFFFF81800\nC03FF99E00\nC030191E00\nCF33181800\nCF31183800\nCF307FF980\nCF307FF980\nC03C198600\nC03C118600\nFFF0419F80\nFFF0419F80\nENDCHAR\nSTARTCHAR F276\nENCODING 62070\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n61C41C6300\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\nF3CC1E6780\n61C41C6300\nENDCHAR\nSTARTCHAR F277\nENCODING 62071\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0008080000\n001E3C0000\n001F7C0000\n003FFE0000\n063FFE3000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n073FFE7800\n003FFE0000\n001F7C0000\n001E3C0000\n0008080000\nENDCHAR\nSTARTCHAR F278\nENCODING 62072\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFF00007F80\nFF00007F80\nFF01C07F80\nFF07F07F80\nFF0FF87F80\nFE0FF83F80\nC01FFC0180\nC01FFC0180\nC03FFC0180\nC03FFE0180\nC03FFE0180\nC03FFE0180\nC03FFE0180\nC01FFC0180\nC01FFC0180\nFE0FF83F80\nFF0FF87F80\nFF07F07F80\nFF01C07F80\nFF00007F80\nFF00007F80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F279\nENCODING 62073\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF879F3CF80\nF030E18780\nF878E3CF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF003801F80\nF803803F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F27A\nENCODING 62074\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF01010180\nFF07838380\nFF0F8F8780\nFF1F9F9F80\nFF3FBFBF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F27B\nENCODING 62075\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0FFFFFF800\n0FFFFFFC00\n1FFFFFFC00\n1FBFFE7E00\n303FFE0600\n303FFE0600\n7F3FFE3F00\n7FBFFE7F00\nFFFFFFFF80\nFFFFFFFF80\nC03FBE0180\nC03F9E0180\nE03C1E0380\nFFF80FFF80\nFFF00FFF80\nC033FE0180\nC033FE0180\nFFF007FF80\nFFF807FF80\nC03FE60180\nC03FE60180\nFFF80FFF80\nFFFC0FFF80\nC03CFE0180\nC03EFE0180\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F27C\nENCODING 62076\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 1\nBITMAP\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n13FFFF90\n73FFFF9C\nF3FFFF9E\nF3FFFF9E\nF000001E\nF800003E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFC00007E\nF000001E\nF000001E\nF333999E\n7333999E\n7333999C\n13339990\n03339980\n03339980\n03339980\n03311980\n03301980\n03101980\n03001800\n03001000\nENDCHAR\nSTARTCHAR F27D\nENCODING 62077\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFFFC000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n003E1F0000\n007C0F0000\n00780F8000\n00F007C000\n01F003E000\n03E001F000\n07C000F800\n078000F800\n0F00007C00\n1F00003E00\n3E00001F00\n3C00000F00\n7C00000F80\n7800000F80\n7C00000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF00\nENDCHAR\nSTARTCHAR F27E\nENCODING 62078\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFFFC000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n001E1E0000\n003E1F0000\n007C0F0000\n0078078000\n00F007C000\n01F003E000\n03E001F000\n07C000F800\n07FFFFF800\n0FFFFFFC00\n1FFFFFFE00\n3FFFFFFF00\n3FFFFFFF00\n7FFFFFFF80\n7FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF00\nENDCHAR\nSTARTCHAR F27F\nENCODING 62079\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 32 4 1\nBITMAP\n01800000\n00E00000\n00F80000\n00FC0000\n00FF0000\n007F8000\n00FFC000\n00FFE000\n00FFF000\n00FFF800\n01FFF800\n01FFFC00\n03FFFE00\n07FFFE00\n0FFBFE00\n1FFBFF00\n3FF1FF00\n3FF1FF00\n7FE0FF80\n7FE0FF80\nFFC07F80\nFFC07F80\nFF807F80\nFF003F00\nFE003F00\n7C003E00\n7C007E00\n3C007C00\n1E007800\n0E007000\n0600E000\n01018000\nENDCHAR\nSTARTCHAR F280\nENCODING 62080\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1EFFFFBC00\n3DFFFFDE00\n39FF7FCE00\n71FC1FC700\n63F80FE300\nC3F00FE180\nC3F007E180\nC3F00FE180\n63F80FE300\n71FC1FC700\n79FF7FCF00\n3DFFFFDE00\n1EFFFFBC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F281\nENCODING 62081\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFC1FFE00\n3FE003FE00\n7FC001FF00\n7F8000FF00\nFF8000FF00\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFF8000FF80\n7F8000FF00\n7F8000FF00\n7F8000FF00\n7F8000FF00\n7F8000FF00\n0000000000\n0000000000\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n0F8000F800\nENDCHAR\nSTARTCHAR F282\nENCODING 62082\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FCFFF000\n0FE0FFF800\n1F80FFFC00\n1F00FFFC00\n3E00FFFE00\n3C00FFFE00\n7C00FFFF00\n7F00FF8F00\nFFC0FE0F00\nFFF3F80F80\nFFFF700780\nFFFE300780\nFFFC180780\nFFFE300780\nFFFF700780\nFFF3FC0F80\nFFC1FE0F80\n7F00FF8F00\n7C00FFFF00\n3C00FFFE00\n3E00FFFE00\n1F00FFFC00\n1F80FFFC00\n0FE0FFF800\n07FCFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F283\nENCODING 62083\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 1\nBITMAP\n0000E000\n0000F000\n0001F000\n0003F000\n0003F800\n0007FC00\n000FFC00\n003FBE00\n007F1F00\n00FE1F00\n01FF0F00\n01FF8F80\n03FF0780\n03FF0780\n07FE0780\n03FC0780\n01FC0780\n00780F80\n00100F00\n00001F00\n00001F00\nFFF03E00\nFFF07C00\nFFF1FC00\n7FEFF800\n3FFFF000\n1FFFC000\n07FF8000\n01FFC000\n03FFE000\n07FFF000\n0FFFF800\n0FFFF800\nENDCHAR\nSTARTCHAR F284\nENCODING 62084\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 1 -1\nBITMAP\n00007E00\n0001FF80\n0003FFC0\n0007FFE0\n000FC3F0\n001F81F0\n003F00F0\n007E0078\n00FC6078\n01F8F0F8\n03F1F0F0\n07E3F1F0\n0FC7E3F0\n1F8FC7E0\n3F1F8FC0\n7E3F1F88\n7C7E3F1C\nF87C7E3E\nF0F8FC7C\nF0F1F8FC\nF0FBF1F8\nF0FFE3F0\nF07FC7E0\nF03F8FC0\nF00E1F80\nF8003F00\n7C007E00\n7E01FC00\n3F03F800\n1FFFF000\n0FFFE000\n03FF8000\n00FE0000\nENDCHAR\nSTARTCHAR F285\nENCODING 62085\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 1\nBITMAP\n00007000\n0000F800\n0001FC00\n0003FE00\n0007FF00\n000FDF80\n001F8FC0\n003F07E0\n007E03F0\n00FC01F8\n01F8C0F8\n03F1E1F8\n07E3E3F0\n0FC7C7E0\n1F8F8FC0\n1F1F1F80\n3E3E3F00\n7C7C7E78\nF8F8FCF8\nF0F1F9F8\nF0F3F3F0\nF0FFE7E0\nF0FFCFC0\nF0FF9F80\nF07F3F00\nF0007E00\nF000FC00\nF001F800\nF003F000\nFFFFE000\nFFFFC000\nFFFF8000\n7FFF0000\nENDCHAR\nSTARTCHAR F286\nENCODING 62086\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7C3F00\n780F00\nF80F80\nF00780\nF00780\nF00780\nF0078C\nF0079E\nF0879E\nF1C79E\nF3E79E\nF3E79E\nF3E79E\nF3E79E\nF3E79E\nF3E79E\nF3EF9E\nF1FF1E\nF1FF1E\nF8FE3E\n78383E\n78003C\n7C007C\n3E00F8\n3F83F8\n1FFFF0\n0FFFE0\n03FF80\n00FE00\nENDCHAR\nSTARTCHAR F287\nENCODING 62087\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0000000180\n0000000780\n0000000F80\n0000001F80\n0000003F80\n000000FF80\n000001FF80\n000003FF80\n7FF1FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\nFFF3FFFF80\n7FF1FFFF80\n3F0003FF80\n3F0001FF80\n3F0000FF80\n3F00003F80\n3F00001F80\n3F00000F80\n3F00000780\n1F00000380\nENDCHAR\nSTARTCHAR F288\nENCODING 62088\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0003E00000\n000FF80000\n003FFE0000\n00FFFF8000\n03FFFFE000\n0FFFFFF800\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n0FFFFFF980\n03FFFFC180\n00FFFF0180\n003FFC0180\n020FF02180\n0381C0E180\n03E003E180\n03FC1FE180\n03FFFFE180\n01FFFFC180\n00FFFF8180\n000FF80180\n0000000180\n0000000180\nENDCHAR\nSTARTCHAR F289\nENCODING 62089\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 17 33 8 0\nBITMAP\n03E000\n0FF800\n1FFC00\n3FFE00\n7FFF00\n7FFF00\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\n000000\n000000\n03E000\n03E000\n03E000\n03E000\n03E000\n03E000\n01C000\n01C000\nENDCHAR\nSTARTCHAR F28A\nENCODING 62090\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFFE003FF80\nFFC001FF80\nFFC7E1FF80\nFFC7F1FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFC7F1FF80\nFFC3E1FF80\nFFC001FF80\nFFC001FF80\nFFC7F1FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFC7F1FF80\nFFC7F1FF80\nFFC001FF80\nFFE003FF80\nE3FFFFE380\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F28B\nENCODING 62091\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFFFC1FFF80\nFFE003FF80\nFFC1C1FF80\nFF8FF8FF80\nFF1FFC7F80\nFE3FFE3F80\nFE7FFF3F80\nFE7FFF3F80\nFCF7F79F80\nFCE3E39F80\nFCC3E19F80\nFCE3E39F80\nFCF7F79F80\nFE7FFF3F80\nFE7FFF3F80\nFE3FFE3F80\nFF1FFC7F80\nFF8FF8FF80\nFFC3E1FF80\nFFE003FF80\nFFFC1FFF80\nE3FFFFE380\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F28C\nENCODING 62092\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFF8000FF80\nFF00007F80\nFE3FFE3F80\nFC7FFF1F80\nFCFFFF9F80\nF9FFFF8F80\nF9EFFBCF80\nF9CFF9C780\nF3CFF9E780\nF3CFF9E780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF1FE3FC780\nF9FC1FCF80\nF9FC1FCF80\nFCFC1F9F80\nFC7FFF1F80\nFE3FFE3F80\nFF00007F80\nFF8000FF80\nE3FFFFE380\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F28D\nENCODING 62093\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nFC00001F80\nFC3E001F80\nFCFF001F80\nFCFF801F80\nFCFF801F80\nFCFF801F80\nFCFF801F80\nFCFF801F80\nFCFF001F80\nFC3E001F80\nFC00001F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE3FFFFE380\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F28E\nENCODING 62094\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE7FFFFF380\nC3FFFFE180\nC3FFFFE180\nE3FFFFE380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nFC00001F80\nFC003E1F80\nFC007F9F80\nFC00FF9F80\nFC00FF9F80\nFC00FF9F80\nFC00FF9F80\nFC00FF9F80\nFC007F9F80\nFC003E1F80\nFC00001F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE3FFFFE380\nC3FFFFE180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F28F\nENCODING 62095\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0001C00000\n0001C00000\n6003E00300\nF001C00780\nF000C00780\nF001C00780\n3001C00600\n3003E00600\n3803E00E00\n3C07F01E00\n3E07F03E00\n3E0FF83E00\n3F0FF87E00\n3F9FFCFE00\n3F9FFCFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F290\nENCODING 62096\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0070000000\n00F0000000\n01F0000000\n03F0000000\n07E0000000\n0FC0000000\n1F80000000\n3FC0000000\n7FE0000000\nFFF0000000\nF9F8000000\nF0FC000000\n007E000000\n003F000000\n001F800000\n000FC00000\n0007E00000\n0003F1E000\n0001FBF000\n00007FF800\n00003FFC00\n00001FFC00\n00003FFE00\n00007FFE00\n0000FFFF00\n00007FFF00\n00007FFF80\n00003FFF80\n00001FFF80\n00000FFF80\n000003FF80\n000000FF00\n0000003E00\nENDCHAR\nSTARTCHAR F291\nENCODING 62097\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n00FF800000\n01FFC00000\n03FF800000\n07FF000000\n0FFF000000\n1FFE000000\n3FFC000000\n7FF8000000\nFFF8000000\nFFFC000000\nFFFE000000\n7FBF000000\n3F1F800000\n1E0FC00000\n0007E00000\n0003F00000\n0001F80000\n00007F0000\n00003F8000\n00001FC000\n00001FE000\n00001FF000\n00000FF800\n000007FC00\n000003FE00\n000001FF00\n000000FF80\n0000007F80\n0000003F80\n0000001F00\n0000000E00\nENDCHAR\nSTARTCHAR F292\nENCODING 62098\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n2000000000\n7800000000\nFE00000000\n7F00000000\n7F00000000\n3F00000000\n3F00000000\n1F80000000\n01C0000000\n00E0000000\n0070000000\n0038000000\n001C000000\n000E000000\n0007000000\n00039E0000\n0001FE0000\n0000FE0000\n0000FF8000\n0001FFE000\n0001FFF000\n0001FFF800\n0001FFFC00\n00003FFE00\n00003FFF00\n00001FFF00\n00001FFF80\n00000FFF80\n000007FF80\n000003FF80\n000001FF00\n000000FF00\n0000003C00\nENDCHAR\nSTARTCHAR F293\nENCODING 62099\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1000000000\n3C00000000\n7F00000000\nFF80000000\n7F80000000\n7F80000000\n3FC0000000\n3FE0000000\n1FF0000000\n03F8180000\n01FC7C0000\n00FCFC0000\n0079FC0000\n0033FE0000\n0007FF0000\n000FFFE000\n001FFFF000\n003FFE7800\n003FFE3C00\n007FFF1E00\n007FF38F00\n003FF1C700\n0007F8E380\n00039C7180\n00018E3880\n0001C71C80\n0001E38F80\n0000F1C780\n000078E300\n00003C7200\n00001E3E00\n00000F3C00\n000003F000\nENDCHAR\nSTARTCHAR F294\nENCODING 62100\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 24 0 4\nBITMAP\n00C000C000\n01E001C000\n01C001E000\n03C000F000\n078000F000\n0780007800\n0F00003C00\n1E00003C00\n1E00001E00\n3C00001F00\n7880004F00\n7FFC0FFF80\nFFFF7FFF80\nE0FFF83F80\nC0FFF81F80\nC0FE381F80\nE3FE1C7F80\nFFFE1FFF80\nFFFE1FFF80\n7FFC1FFF80\n7FFC1FFF80\n7FFC0FFF00\n3FF807FE00\n0FE001F800\nENDCHAR\nSTARTCHAR F295\nENCODING 62101\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 24 0 4\nBITMAP\n00C000C000\n01E001C000\n01C001E000\n03C000F000\n078000F000\n0780007800\n0F00003C00\n1E00003C00\n1E00001E00\n3C00001F00\n7880004F00\n7FFC0FFF80\nFFFF7FFF80\nE00FF80380\nE007F80180\nCF8639F180\nC30618C180\nC006180180\nC00E180180\n600C180180\n600C1C0380\n783C0E0700\n3FF807FE00\n0FE001F800\nENDCHAR\nSTARTCHAR F296\nENCODING 62102\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n8000000000\n7000000000\n7E00000000\n7F80000000\n3FF0000000\n3DFE000000\n3EFF800000\n1F3FF00000\n1F8FFE0000\n0FC3FF8000\n0FE0FFF000\n0FF03FFE00\n07F81FFF80\n07FC07FF00\n07FE01FE00\n03FF007C00\n03FF801800\n01FFC01800\n01FFE01800\n01FFF01800\n00FFF81800\n00FFFC1800\n00FFFE1800\n007FFF1800\n007FFF9800\n003FF3D800\n003FE1F800\n003FC0F800\n001F807800\n001F000000\n001E000000\n000C000000\n0008000000\nENDCHAR\nSTARTCHAR F297\nENCODING 62103\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n00FFFF8000\n00FFFFC000\n01FFFFC000\n03FFFFE000\n03FF7FF400\n01FF3FFE00\n007E3FFE00\n001C1FFE00\n3F040FFC00\n7FC00FFC00\nFFE01FF800\n7FE01FF000\n7FF0000300\n7FF0000F80\nFFF8003F80\n7FF0007F80\n7FC000FF00\n3F8000FE00\n3F80007E00\n1F000E7C00\n0F001E3C00\n0FFE3FF800\n07FE3FF800\n07FE7FF000\n03FE7FE000\n03FE7FE000\n01FE7FC000\n00FE3FC000\n00FE1F8000\n00001E0000\n00000E0000\nENDCHAR\nSTARTCHAR F298\nENCODING 62104\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFF7FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nFFE003FF80\nFFC001FF80\nFFFFFFFF80\nFFFFFFFF80\nFEFF7FBF80\nFCF80F9F80\nF8F0078F80\nF0E0038780\nE0E0038380\nE0C0018380\nC0C0018180\nE0C0018380\nE0E0038380\nF0E0038780\nF8F0078F80\nFCF80F9F80\nFEFE7FBF80\nFFFFFFFF80\nFFFFFFFF80\nFFC001FF80\nFFE003FF80\nFFF007FF80\nFFF80FFF80\nFFFE3FFF80\nFFFF7FFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F299\nENCODING 62105\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000C000000\n001C000000\n003C000000\n0078000000\n00F0C00000\n01E1C00000\n03C3E00000\n0787E00000\n0F0FE00000\n1E1FE00000\n3C3FE00000\n787FE00000\nF0FFE00000\nE1FFF00000\n03FFF80000\n07FFFC0000\n0FFFFE0000\n0FFF8F0000\n03FF878000\n000783C000\n0003C1E000\n0001E0F000\n0000F07800\n0000787C00\n00003CFE00\n00001FFF00\n00000FFF80\n000007FF80\n000003FF00\n000001FE00\n000000FC00\n0000007800\n0000003000\nENDCHAR\nSTARTCHAR F29A\nENCODING 62106\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 32 0 1\nBITMAP\n0001800000\n0001C00000\n0001E00000\n0003F00000\n0003F00000\n0007700000\n0007380000\n000F380000\n000E180000\n0004380000\n0002300000\n0000000000\n0000000000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F29B\nENCODING 62107\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n03007FFF00\n03007FFF80\n0300FFFF80\n0300FFFF80\n0300E00F80\n0300E00780\n0301E04780\n0301C06780\n0301C06780\n0303C06780\n0303806780\n0303806780\n030383FF80\n030787FF80\n0307C7FF80\n0307FFFF80\n030FFFFF80\n03FFFFFF80\n03FFFFFF80\n03007FC000\n03001F8000\n030F8F3E00\n031FCE7F00\n031FCE7F80\n033FE67F80\nFF3FE67F80\nFF1FC67F80\n001FC03F00\n0007001E00\nENDCHAR\nSTARTCHAR F29C\nENCODING 62108\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00080000\n001C0000\n003E0000\n007F0000\n00FF8000\n00FF8000\n01FFC000\n01FFC000\n03E3E000\n03C1E000\n0380E000\n07007000\n07007000\n0780F000\n0780F000\n07C1F000\n0FFFF000\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFF00\nFFFFFF80\nF7FFF780\nF3FFE780\nE3FFE380\nE3FFE380\nC03E0380\nC03E0180\nC01C0180\n001C0000\nENDCHAR\nSTARTCHAR F29D\nENCODING 62109\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 28 0 3\nBITMAP\n0030070000\n00780F0000\n00FC1F8000\n00FC1F8000\n00FC1F8000\n007E1F8000\n007E1F0000\n607C1F0300\nF03C1E0780\nF800000F80\nFC00001F80\nFC00801F80\n7C07F01F80\n7C1FFC1F00\n3C3FFE1E00\n083FFF0800\n007FFF0000\n00FFFF8000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n01FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFE000\n01FFFFC000\n003FFE0000\nENDCHAR\nSTARTCHAR F29E\nENCODING 62110\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00F80F8000\n03C001E000\n0703E07000\n0E07F03800\n1C63E31C00\n18E3E38C00\n31F3E7C600\n33F9C7E600\n63F9CFE300\n60F88F8300\nE03C9E0380\nCC0C981180\nCF8220F980\nCFE003F980\nCFFC1FF980\nCFE003F980\nCF8220F980\nC40C981180\nE07C9F0380\n60F88F8300\n63F9CFE300\n73F9C7E600\n31F3E7C600\n18E3E38C00\n1C63E31C00\n0E07F03800\n0703E07000\n03C001E000\n00F80F8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F29F\nENCODING 62111\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 1 1\nBITMAP\n00F1FC0000\n03F8FF8000\n07F8FFC000\n1FFC7FC000\n1FFE3F8C00\n3FFF1F8E00\n7FFF9F9F00\n7FFF8F9F80\nFFFFC00F80\nFFFFC00780\nFFFFC00000\nFFFFC00000\n7FFF800000\n3FFF000000\n1FFE000000\n87FC000000\nC3F8000000\nF0F0000000\nF820000000\nFC00000000\nFF00000000\nFF00000000\nFF00000000\n7F00000000\n7F00000000\n3800000000\n0000000000\n0300000000\n1F80000000\n0F80000000\n07C0000000\n03C0000000\n01C0000000\nENDCHAR\nSTARTCHAR F2A0\nENCODING 62112\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1FF007FC00\n3FF007FE00\n3FF007FE00\n1FF007FC00\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n1FC001F800\n1FE003FC00\n3FF087FE00\n3FF1C7FE00\n7FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FF3E7FF00\nFFF1C7FF80\nFFF087FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FE003FF00\n3FC001FE00\nENDCHAR\nSTARTCHAR F2A1\nENCODING 62113\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n01FC00\n07FF00\n0FFF80\n1FFFC0\n3F8FE0\n7E03F0\n7C01F0\n7800F0\nF800F8\nF00078\nF00078\nF00078\nF800F8\n7800F0\n7C01F0\n3E03E0\n3FFFE0\n1FFFC0\n0FFF80\n03FE00\n00F800\n00F800\n00F800\n00F800\n00F800\n07FF00\n0FFF80\n0FFF80\n07FF00\n00F800\n00F800\n007000\n007000\nENDCHAR\nSTARTCHAR F2A2\nENCODING 62114\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00003FFF00\n00003FFF80\n00003FFF80\n00003FFF80\n0000003F80\n0000007F80\n000000FF80\n000001F780\n000003E780\n000007C780\n00000F8780\n00FC1F0780\n07FF3E0780\n0FFFFC0780\n1FFFF80780\n3FFFF00000\n7E01F00000\n7C00F80000\n7800780000\nF8007C0000\nF8007C0000\nF0003C0000\nF0003C0000\nF8007C0000\nF8007C0000\n7800780000\n7C00F80000\n7E01F80000\n3FCFF00000\n1FFFE00000\n0FFFC00000\n07FF800000\n00FC000000\nENDCHAR\nSTARTCHAR F2A3\nENCODING 62115\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F80000000\n1FE0000000\n3FF0000000\n7FF8000000\nFFFC000000\nFFFC000000\nFFFC000000\nFFF8000000\nFFF0C00000\n7FE1E00000\n7FC3F00000\n3F87F80000\n1F0FFC0000\n0E1FFE0000\n003FFF0000\n007FFF8000\n00FFFF8000\n00FFFF0000\n007FFE0000\n003FFC3800\n001FF87C00\n000FF0FE00\n0007E1FF00\n0003C3FF00\n000187FF80\n00000FFF80\n00001FFF80\n00001FFF80\n00001FFF80\n00000FFF00\n000007FE00\n000003FC00\n000000F800\nENDCHAR\nSTARTCHAR F2A4\nENCODING 62116\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n03E000\n07F000\n0FF800\n1FFC00\n1FFC00\n3FFFC0\n3FFFF0\n7FFFF0\nFFFFF8\nFFFFF8\n000000\n000000\n3FFFE0\nFFFFF8\nFFFFF8\n7FFFF0\n7FFFF0\n3FFFE0\n3FFFE0\n1FFFC0\n1FFFC0\n0FFF80\n0FFF80\n07FF00\n07FF00\n03FE00\n03FE00\n01FC00\n01FC00\n00F800\n00F800\n007000\n007000\nENDCHAR\nSTARTCHAR F2A5\nENCODING 62117\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000E380000\n001FFC0000\n001FFE0000\n001FFE0000\n001FFE0000\n001FFE0000\n001FFE0000\n0E1FFE1800\n1F8E3C7E00\n3FC005FE00\n3FE0C3FE00\n1FC7F1FE00\n1FCFFCFE00\n3F9FFC7F00\n7F9FFE7F80\nFF9FFE7F80\nFF9FFE7F80\n7F9FFE7F80\n3F9FFE7F00\n001FFC0000\n004FFC8000\n01C7F1C000\n03E0C3E000\n03F007F000\n07FE3FF800\n07FF7FF800\n0FFF3FF800\n0FFF3FF800\n07FF3FF800\n07FF3FF000\n007E3F0000\n003E1F0000\n001C0E0000\nENDCHAR\nSTARTCHAR F2A6\nENCODING 62118\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F83E0FC00\n1F1FFC7C00\n3E3FFE3E00\n3C7FFF1E00\n7CFF7F9F00\n79F80FCF00\nF9F087CF00\nF1E3E3CF80\nF3E7F3E780\nF3CFF1E780\nF3CFF9E780\nF3CFF9E780\nF3E7F3E780\nF1E3E3CF80\nF9F087CF80\n79F80FCF00\n7CFE3F9F00\n3C7FFF1E00\n3E3FFE3E00\n1F1FFC7C00\n1F83E0FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2A7\nENCODING 62119\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FE3E3F800\n1F83E0FC00\n1F03E07C00\n3E03E03E00\n3C03E01E00\n7C03E01F00\n7803E00F00\nF803E00F80\nF003E00780\nF003E00780\nF003E00780\nF007F00780\nF00FF80780\nF01FFC0780\nF03FFE0F80\nF87FFF0F80\n78FBEF8F00\n7DF3E7DF00\n7FE3E3FE00\n3FC3E1FE00\n1F83E0FC00\n1F83E0FC00\n0FE3E3F800\n07FBEFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2A8\nENCODING 62120\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0020000000\n00E0000000\n01F0000000\n03F0000000\n07F8000000\n1FF8000000\n3FFC000000\n7FFC000000\nFFFE000000\n7FFE000000\n3FFF008000\n3FFF818000\n1FFF87C000\n0FFFDFC000\n07FFFFC000\n07FFFFE000\n03FFFFE000\n01FFFFE000\n00FFFFF000\n00FFFFF000\n007FEFF000\n003FC7F800\n001F03F800\n001C01FC00\n000800FC00\n0000007C00\n0000003E00\n0000001E00\n0000000E00\n0000000700\n0000000300\n0000000100\n0000000080\nENDCHAR\nSTARTCHAR F2A9\nENCODING 62121\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n00070000\n000F8000\n00070000\n00070000\n000F8000\n000F8000\n001FC000\n601FC030\nF03FE078\nFFFFFFF8\nFFFFFFF8\n0FFFFF80\n07FFFF00\n03FFFE00\n01FFFC00\n00FFF800\n01FFFC00\n03FFFE00\n07FFFF00\n0FFFFF80\nFFFFFFF8\nFFFFFFF8\nF03FE078\n601FC030\n001FC000\n000F8000\n000F8000\n00070000\n00070000\n000F8000\n00070000\n00070000\nENDCHAR\nSTARTCHAR F2AA\nENCODING 62122\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n40070010\nE0070038\nE0070038\n781FC0F0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n3FFDFFE0\n3FFDFFE0\n3FF9FFE0\n3FF8FFE0\n7FF8FFE0\n7FF07FF0\n7E0003F0\n7E0003F0\n7F0007F0\nFF800FF8\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC01FF8\nFFC71FF8\nFFCF9FF8\n7FBFEFF0\n7FFFFFF0\n3FFFFFE0\n1FFFFFC0\n07FFFF00\n003FE000\n000F8000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F2AB\nENCODING 62123\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0003E00000\n000FF80000\n001FFC0000\n003FFE0000\n007E3F0000\n007C1F0000\n00F80F8000\n00F0078000\n00F0078000\n00700F8000\n00000F0000\n00001F0000\n0000FF0000\n0001FE0000\n0003FC0000\n0003F80000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\n000FF80000\n007FFF0000\n03FFFFE000\n0FFFFFF800\n1FFFFFFC00\n7FE003FE00\n7F00007F00\nFE00003F80\nFC00001F80\nFC00001F80\n7800000F00\nENDCHAR\nSTARTCHAR F2AC\nENCODING 62124\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n3E1FFC3E00\n7F3FFE7F00\nFF3FFE7F80\nFF1FFC7F80\nF803E00F80\nF003E00780\nF003E00780\nF001C00780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F2AD\nENCODING 62125\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FFC0000\n01FFFFC000\n07FFFFF000\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2AE\nENCODING 62126\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n1C001C00\n3C001E00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n3C001E00\n3C001E00\n3C001E00\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n1F80FC00\n0FE3F800\n03F7E000\n01FFC000\n007F0000\n00FF8000\n01FFC000\n07E3F000\n1FC1FC00\n3F007E00\n3E003E00\n18000C00\nENDCHAR\nSTARTCHAR F2AF\nENCODING 62127\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0100401000\n0380E03800\n0781F03C00\n0FC1F07E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0FC3F87E00\n0FC3F87E00\n0FC3F87E00\n0FC1F07E00\nENDCHAR\nSTARTCHAR F2B0\nENCODING 62128\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 28 33 3 0\nBITMAP\n000F0000\n001F8000\n0039C000\n00606000\n00E07000\n00C03000\n0FC03F00\n7FF9FFE0\nF1FFF8F0\nC3BFD830\nC379EC30\nC3E07C30\nC3801C30\nC7000E30\n6F000F60\n7B000FE0\n33000DC0\n7B000FE0\n6F000F60\nC7000E30\nC3801C30\nC3E07C30\nC379EC30\nC3BFD830\nF1FFF8F0\n7FF9FFE0\n0FC03F00\n00C03000\n00E07000\n00606000\n0031C000\n001F8000\n000F0000\nENDCHAR\nSTARTCHAR F2B1\nENCODING 62129\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00FFF800\n00FFFC00\n01FFFE00\n03FFFF00\n07FFFF00\n0FFFFF80\n0FFFFFC0\n1FFFFFE0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF8\nFFFFFFF8\n301FE000\n303FE000\n303FE000\n303FE000\n307FF000\n307FF000\n307FF800\n30FFF800\n30FFFC00\n31FFFC00\n11FFFE00\n01FFFE00\n03FFFE00\n03FFFE00\n01FFFE00\n01FFFC00\n01FFFC00\n00FFF800\n007FF800\n007FF800\n007FF800\nENDCHAR\nSTARTCHAR F2B2\nENCODING 62130\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00E0000000\n00F8000000\n003C000000\n001E000000\n001F000000\n000F000000\n000F000000\n000F000000\nC00F000000\nC00F000000\nE01F000000\n703F000000\n7FFF000000\n3FFF800000\n1FFFC00000\n0FFFE00000\n0007F00000\n0003FFF800\n0001FFFC00\n0000FFFE00\n00007FFF00\n00007E0F00\n00007C0380\n0000780180\n0000780180\n0000780000\n0000780000\n0000780000\n0000780000\n00003C0000\n00001E0000\n00000F8000\n0000038000\nENDCHAR\nSTARTCHAR F2B3\nENCODING 62131\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n000FF80000\n01FFFFC000\n07FFFFF000\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n0000000000\n0000000000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2B4\nENCODING 62132\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n0603E03000\n0F01C07800\n0F8000F800\n078000F000\n0381C0E000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n007FFF0000\n30FFFF8600\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\n30FFFF8600\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n007FFF0000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F2B5\nENCODING 62133\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n01FFFFC000\n07F80FE000\n0FC001F000\n0F01C07800\n1E07F83C00\n3C067C1E00\n38000E0E00\n7000870700\n6041E30300\nE0E1F38380\nC0CEF18180\nC0CFF98180\nC0CFF98180\nE0E7F38380\n6063E30300\n7070870700\n38380E0E00\n381E7C1E00\n1E0FF83C00\n0F03E07800\n0FC001F800\n07F80FF000\n01FFFFC000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2B6\nENCODING 62134\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n07FFFF00\n0FFFFF80\n0FFFFF80\n07FFFF00\n03C01E00\n03C01E00\n03C01E00\n03C01E00\n1FC01FC0\n3FC01FE0\n7FC01FE0\n7F800FF0\n7C0001F0\nF80000F8\nF80000F8\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF0000078\nF80000F8\nFC0001F8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3FFFFFE0\nENDCHAR\nSTARTCHAR F2B7\nENCODING 62135\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 1\nBITMAP\n000700E0\n001FC3E0\n001FDF80\n003FFC00\n03FFF000\n0FFFC000\n1FFFFFE0\n3FFFFFE0\n7E0F8000\n780F8000\nF80F8000\nF03FE000\nF07FF000\nF0FFF800\nF1FFFC00\nF1FFFC00\nF3FFFC00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\nF3FFFE00\n63FFFE00\n03FFFE00\n01FFFC00\nENDCHAR\nSTARTCHAR F2B8\nENCODING 62136\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFE000\n03FFFFE000\n03FFFFE000\n07FFFFF000\n0F00007800\n1F00007C00\nFF3FFE7F80\nFE3FFE3F80\nF07FFF0780\nF0FFFF8780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF0FFFF8780\nF07FFF0780\nFC3FFE1F80\nFE3FFE7F80\n1F00007C00\n0F00007800\n07FFFFF000\n03FFFFE000\n03FFFFE000\n03FFFFE000\nENDCHAR\nSTARTCHAR F2B9\nENCODING 62137\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3E00000000\nFF80000000\nFFE0000000\nFFF0000000\nFFF0000000\nFFF0000000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0600003000\nENDCHAR\nSTARTCHAR F2BA\nENCODING 62138\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n007FFF0000\n00F80F8000\n00F80F8000\n00F0078000\n00F0078000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F2BB\nENCODING 62139\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFC1FFC00\n1FE003FC00\n3FC1C1FE00\n3F8FF8FE00\n7F1FFC7F00\n7E3FFE3F00\nFE7FFF3F00\nFE7FFF3F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF9F80\nFE7FFF3F80\nFE7FFF3F80\n7E3FFE3F00\n7F1FFC7F00\n3F8FF8FE00\n3FC3E1FE00\n1FE003FC00\n1FFC1FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2BC\nENCODING 62140\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F8000FE00\n3F00007E00\n7F3FFE7F00\n7F3FFE7F00\nFF3FFE7F00\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\n7F3FFE7F00\n7F3FFE7F00\n3F00007E00\n3F8000FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2BD\nENCODING 62141\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFF7FFC00\n1FFE3FFC00\n3FFC1FFE00\n3FFC9FFE00\n7FF88FFF00\n7FF9CFFF00\nFFF3C7FF00\nFFF3E7FF80\nFFE7F3FF80\nFFC7F1FF80\nFFCFF9FF80\nFF9FFCFF80\nFF9FFCFF80\nFF3FFE7F80\nFF3FFE3F80\n7E7FFF3F00\n7CFFFF9F00\n3C00001E00\n3E00003E00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2BE\nENCODING 62142\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FBFFEFE00\n3F1FFC7E00\n7F8FF8FF00\n7FC7F1FF00\nFFE3E3FF00\nFFF1C7FF80\nFFF88FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFF88FFF80\nFFF1C7FF80\nFFE3E3FF80\n7FC7F1FF00\n7F8FF8FF00\n3F1FFC7E00\n3FBFFEFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2BF\nENCODING 62143\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n1FFE3FFC00\n3FFC1FFE00\n3FFC1FFE00\n7FF80FFF00\n7FF80FFF00\nFFF007FF80\nFFF087FF80\nFFE083FF80\nFFE1C3FF80\nFFC1C1FF80\nFF83E1FF80\nFF83E0FF80\nFF0000FF80\nFF00007F80\n7E00007F00\n7E00003F00\n7C1FFC3E00\n3C1FFC1E00\n1C3FFE1C00\n1E7FFF3C00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2C0\nENCODING 62144\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1F803FFC00\n1F000FFC00\n3F0007FE00\n3F0003FE00\n7F0F83FF00\n7F0FC1FF00\nFF0FE1FF80\nFF0FC1FF80\nFF0003FF80\nFF0003FF80\nFF0001FF80\nFF0000FF80\nFF0000FF80\nFF0FF07F80\nFF0FF87F80\n7F0FF07F00\n7F0FE0FF00\n7F0000FE00\n3F0001FE00\n1F0003FC00\n1F800FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2C1\nENCODING 62145\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1F9FFCFC00\n1F0FF87C00\n3F07F07E00\n3F83E0FE00\n7FC1C1FF00\n7FC1C1FF00\nFFE083FF80\nFFF007FF80\nFFF80FFF80\nFFF80FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFE083FF80\n7FC1C1FF00\n7FC1C1FF00\n7F83E0FE00\n3F07F07E00\n1F0FF87C00\n1F9FFCFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2C2\nENCODING 62146\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1F9FFCFC00\n1F0FF87C00\n3F07F07E00\n3F83E0FE00\n7FC3C1FF00\n7FC1C1FF00\nFFE083FF80\nFFF007FF80\nFFF807FF80\nFFF80FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n7FFC1FFF00\n7FFC1FFE00\n3FFC1FFE00\n1FFE3FFC00\n1FFE3FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2C3\nENCODING 62147\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n001FFC0000\n000FF80000\n7F07F07F00\nFF83E0FF80\nFFC1C1FF80\nFFE083FF80\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nFFE083FF80\nFFC1C1FF80\nFF83E0FF80\n7F07F07F00\n000FF80000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n001FFC0000\nENDCHAR\nSTARTCHAR F2C4\nENCODING 62148\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n1FFFFFC0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFE00\n01FFFC00\n01FFF800\n00FFF800\n007FF000\n003FE000\n001FC000\n000F8000\nENDCHAR\nSTARTCHAR F2C5\nENCODING 62149\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0003FFFC00\n000FFFFF00\n001FFFFF00\n003FFFFF80\n007FFFFF80\n00FFFFFF80\n01FFFFFF80\n03FFFFFF80\n07FFFFFF80\n0FFFFFFF80\n1FFFFFFF80\n3FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n1FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n007FFFFF80\n003FFFFF80\n001FFFFF00\n000FFFFF00\n0003FFFC00\nENDCHAR\nSTARTCHAR F2C6\nENCODING 62150\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n000F8000\n001FC000\n003FE000\n007FF000\n00FFF800\n01FFFC00\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n1FFFFFC0\nENDCHAR\nSTARTCHAR F2C7\nENCODING 62151\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n1FFFE00000\n7FFFF80000\n7FFFFC0000\nFFFFFE0000\nFFFFFF0000\nFFFFFF8000\nFFFFFFC000\nFFFFFFE000\nFFFFFFF000\nFFFFFFF800\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFF800\nFFFFFFF000\nFFFFFFE000\nFFFFFFC000\nFFFFFF8000\nFFFFFF0000\nFFFFFE0000\n7FFFFC0000\n7FFFF80000\n1FFFE00000\nENDCHAR\nSTARTCHAR F2C8\nENCODING 62152\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0001FC0000\n000FFF8000\n001FFFE000\n007FFFF000\n00FFFFF800\n01FFFFFC00\n017FFFFE00\n003FFFFE00\n003FFFFF00\n013FFFFF00\n073FFFFF00\n0F3FFFFF80\n3F3FFFFF80\n7F3FFFFF80\nFF3FFFFF80\n7F3FFFFF80\n3F3FFFFF80\n0F3FFFFF80\n073FFFFF00\n013FFFFF00\n003FFFFF00\n003FFFFE00\n017FFFFE00\n01FFFFFC00\n00FFFFF800\n007FFFF000\n001FFFE000\n000FFF8000\n0001FC0000\nENDCHAR\nSTARTCHAR F2C9\nENCODING 62153\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n001FC00000\n00FFF80000\n03FFFC0000\n07FFFF0000\n0FFFFF8000\n1FFFFFC000\n3FFFFF4000\n3FFFFE0000\n7FFFFE0000\n7FFFFE4000\n7FFFFE7000\nFFFFFE7800\nFFFFFE7E00\nFFFFFE7F00\nFFFFFE7F80\nFFFFFE7F00\nFFFFFE7E00\nFFFFFE7800\n7FFFFE7000\n7FFFFE4000\n7FFFFE0000\n3FFFFE0000\n3FFFFF4000\n1FFFFFC000\n0FFFFF8000\n07FFFF0000\n03FFFC0000\n00FFF80000\n001FC00000\nENDCHAR\nSTARTCHAR F2CA\nENCODING 62154\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n00070000\n000F8000\n000F8000\n001FC000\n003FE000\n003FE000\n067FF300\n0C000180\n1E0003C0\n1FFFFFC0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n3FFFFFE0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFE00\n00FFF800\n001FC000\nENDCHAR\nSTARTCHAR F2CB\nENCODING 62155\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n3FFFFFE0\n3FFFFFE0\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n1FFFFFC0\n1E0003C0\n0C000180\n067FF300\n003FE000\n003FE000\n001FC000\n000F8000\n000F8000\n00070000\n00020000\nENDCHAR\nSTARTCHAR F2CC\nENCODING 62156\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFEFFF3FF80\nFCFFF0FF80\nFCFFF8FF80\nFCFFFC7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFCFFFE7F80\nFC03F01F80\nFE03F03F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2CD\nENCODING 62157\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFEFFF8FF80\nFCFFF03F80\nFCFFE33F80\nFCFFE79F80\nFCFFE79F80\nFCFFFF9F80\nFCFFFF9F80\nFCFFFF1F80\nFCFFFE3F80\nFCFFF07F80\nFCFFE1FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFCFFE7FF80\nFC03E01F80\nFE03E03F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2CE\nENCODING 62158\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFE0FF3FF80\nFC07F0FF80\nFCE3F8FF80\nFCF3FC7F80\nFCF3FE7F80\nFCF3FE7F80\nFCF3FE7F80\nFCF3FE7F80\nFCC3FE7F80\nFC07FE7F80\nFC03FE7F80\nFCF3FE7F80\nFCF3FE7F80\nFCF3FE7F80\nFCF3FE7F80\nFCF3F01F80\nFEFBF03F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2CF\nENCODING 62159\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFE0FF8FF80\nFC07F03F80\nFCE3E33F80\nFCF3E79F80\nFCF3E79F80\nFCF3FF9F80\nFCF3FF9F80\nFCF3FF1F80\nFCC3FE3F80\nFC07F07F80\nFC03E1FF80\nFCF3E7FF80\nFCF3E7FF80\nFCF3E7FF80\nFCF3E7FF80\nFCF3E01F80\nFEFBE03F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F2D0\nENCODING 62160\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FFC0000\n003FFE0000\n003F7E0000\n003E3E0000\n003C1E0000\n00380E0000\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFBFFFFEF80\nF3FF7FE780\nE3FE3FE380\nC3FC1FE180\nE3FE3FE380\nF3FF7FE780\nFBFFFFEF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n003FFE0000\n003FFE0000\n003FFE0000\n003FFE0000\n00380E0000\n003C1E0000\n003E3E0000\n003F7E0000\n003FFE0000\n001FFC0000\nENDCHAR\nSTARTCHAR F2D1\nENCODING 62161\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n01E003C000\n03F007E000\n03FFFFE000\n03FFFFE000\n0FFFFFF800\n1FFFFFFC00\n1EFFFFCC00\n3CFFFF8600\n383FFF8600\n703FFF8700\n7CFFFDFF00\n7CFFF8FF00\nFFFFF87F80\nFFFFF8FF80\nFFFFFDFF80\nFFFFFFFF80\nFFFFFFFF80\nFFE003FF80\nFFC001FF80\nFF8000FF80\nFF00007F80\nFF00007F80\n7E00003F00\n7C00001F00\n3800000E00\nENDCHAR\nSTARTCHAR F2D2\nENCODING 62162\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFE7FFFFF80\nFC3FFFFF80\nFC3FFFFF80\nFC3FFFFF80\nF007FFFF80\nC003FFFF80\nC003FFFF80\nC003F8E180\nF007F86180\nFC3FF86180\nFC3FFDF380\nFC3FFFFF80\nFE7FFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F2D3\nENCODING 62163\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n03FFFFE000\n0FFFFFF800\n1E7FFFFC00\n3C3FFFFE00\n7C3FFFDF00\n7C3FFF8700\nF007FF8780\nC003FF8780\nC003FFFF80\nC003F8FF80\nF007F87F80\n7C3FF87F00\n7C3FFDFF00\n3C3FFFFE00\n1E7FFFFC00\n0FF80FF800\n03C001E000\nENDCHAR\nSTARTCHAR F2D4\nENCODING 62164\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n000FF80000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n003FFE0000\n001FFC0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n3F03E00000\n3F03E00000\n001FFC0000\n003FFE0000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F2D5\nENCODING 62165\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0000000000\n0000000000\n0007FC0000\n0007FE0000\n000FFE0000\n000FFC0000\n000FFC0000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n3F0FF80000\n3F0FF80000\n001FFC0000\n003FFE0000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F2D6\nENCODING 62166\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0007F00000\n001FFC0000\n001E3C0000\n003C1E0000\n003F9E0000\n003F9E0000\n003F9E0000\n003F9E0000\n1FFF9E0000\n7FFF9E0000\n7FFF9E0000\nFFFF9E0000\nF87FFFF800\nF03FFFFF00\nF83FFFFF00\nFF3FFE0780\nFF3FFE0780\nF03FFFE780\nF03FFFE780\nF3FFFE0780\nF3FFFE0780\nF03FFFE780\nF03FFFE780\nFFFFFE0780\nFFFFFE0780\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F2D7\nENCODING 62167\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFE000\n03FFFFE000\n07FF7FF000\n1FFF7FFC00\n3FFE3FFE00\n7FFE3FFF00\n7DF80FDF00\nF9E003CF80\nF1F007C780\nF1F80FC780\nF1F80FC780\nF0F80F8780\nF0F88F8F80\nF8FBEF8F80\n7C7FFF1F00\n7E7FFF3F00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n03FFFFE000\n007FFF0000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\n001FFC0000\n00FFFF8000\n007FFF0000\n001FFC0000\nENDCHAR\nSTARTCHAR F2D8\nENCODING 62168\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFC7E\nF83FF83E\nF03FF81E\nF03FF81E\nF03FF81E\nF87FFC3E\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nF87FFC3E\nF03FF81E\nF03FF81E\nF03FF81E\nF83FF83E\nFC7FFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F2D9\nENCODING 62169\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n00F800\n03FE00\n07FF00\n0FFF80\n1FFFC0\n1FFFC0\n3FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n1FFFC0\n1FFFC0\n1FFFC0\n0FFF80\n07FF00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n07FF00\n07FF00\n0FFF80\n1FFFC0\n1FFFC0\n3FFFE0\n7FFFF0\n7FFFF0\n7FFFF0\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\nENDCHAR\nSTARTCHAR F2DA\nENCODING 62170\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n001FC000\n00FFF800\n03FFFE00\n07FFFF00\n0FFFFF80\n1FFFFFC0\n3FFFFFE0\n3FFFFFE0\n7807C030\n70038010\n70038010\nF0038018\nF0738718\nF0F38798\nF0F38798\nF0F38798\nF0638318\nF0038018\nFC07C078\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF9FDFCF8\nF8F8F8F8\n70707070\n60202030\nENDCHAR\nSTARTCHAR F2DB\nENCODING 62171\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0007F800\n003FFE00\n00FFFF80\n03FFFFE0\n07FFFFF0\n0FFFFFF8\n1FFFFFF0\n1FFFFFE0\n3FFFFFC0\n3FFFFF80\n7FFFFE00\n7FFFFC00\n7FFFF800\nFFFFF000\nFFFFE000\nFFFFC000\nFFFF8000\nFFFFC000\nFFFFE000\nFFFFF000\n7FFFF800\n7FFFFC00\n7FFFFE00\n3FFFFF80\n3FFFFFC0\n1FFFFFE0\n1FFFFFF0\n0FFFFFF8\n07FFFFF0\n03FFFFE0\n00FFFF80\n003FFE00\n0007F800\nENDCHAR\nSTARTCHAR F2DC\nENCODING 62172\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n000000E0\n000000F0\n00000038\n00000018\n001F8198\n00FFFBF8\n01FFFFF0\n07C3FFF0\n0F00FFF8\n1E007FF8\n3C007FF0\n38003FE0\n70003FF0\n70007FF0\n60007FF0\nE0007FF8\nE000FFF8\nE000FFF8\nE001FFF8\nF003FFF8\nF80FFFF8\nFE3FFFF8\n7FFFFFF0\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n3FFFFFE0\n1FFFFFC0\n0FFFFF80\n07FFFF00\n03FFFE00\n00FFF800\n001FC000\nENDCHAR\nSTARTCHAR F2DD\nENCODING 62173\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n000003E000\n00000FF800\n00001E1E00\n0000380600\n000071C300\n000063F380\n000067F180\n000067F980\n000067F980\n0000E7F980\n0001E7F180\n0001E3E300\n0003F00700\nF007F80E00\nF807FFFC00\nFC0FFFF800\n7E1FFF8000\n3FFFFE0000\n1FFFFC0000\n0FC7F00000\n07E3E00000\n0FF3800000\n0DF3000000\n0CF3000000\n0E63000000\n0607000000\n078E000000\n03FC000000\n00F8000000\nENDCHAR\nSTARTCHAR F2DE\nENCODING 62174\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n000FF80000\n000F7C0000\n001E3C0000\n001E1E0000\n007C1F0000\n0FFC0FF800\n7FF80FFF00\nFFF80FFF80\nFFE001FF80\nF800000780\n7800000700\n3C00001F00\n3F00003E00\n1FC000FC00\n0FF003F800\n07E003F000\n01E003E000\n01E003C000\n01E001E000\n01E001E000\n03E0C1E000\n03C3E1E000\n03EFF9E000\n03FFFFE000\n03FE3FE000\n01FC0FE000\n01E003C000\nENDCHAR\nSTARTCHAR F2DF\nENCODING 62175\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n000FF80000\n000FFC0000\n001FBC0000\n001F9E0000\n007F9F0000\n0FFF8FF800\n7FFF8FFF00\nFFFF8FFF80\nFFFF81FF80\nFFFF800780\n7FFF800700\n3FFF801F00\n3FFF803E00\n1FFF80FC00\n0FFF83F800\n07FF83F000\n01FF83E000\n01FF83C000\n01FF81E000\n01FF81E000\n03FFC1E000\n03FFE1E000\n03FFF9E000\n03FFFFE000\n03FE3FE000\n01FC0FE000\n01E003C000\nENDCHAR\nSTARTCHAR F2E0\nENCODING 62176\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n000FF80000\n000FFC0000\n001FFC0000\n001FFE0000\n007FFF0000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n01FFFFE000\n01FFFFC000\n01FFFFE000\n01FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FE3FE000\n01FC0FE000\n01E003C000\nENDCHAR\nSTARTCHAR F2E1\nENCODING 62177\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F007E000\n0FFC1FF800\n1FFF7FFC00\n3FFFFFFE00\n7E1FFC3F00\n7C07F01F00\nF803E00F80\nF001C00780\nF001C00780\nF000000780\nF000000780\nF000000780\n7800000F00\n7800000F00\n7800000F00\n3C00001E00\n3C00001E00\n1E00003C00\n1E00003C00\n0F00007800\n0F8000F800\n078000F000\n03C001E000\n03E003E000\n01E003C000\n00F0078000\n00F80F8000\n007C1F0000\n003E3E0000\n001FFC0000\n000FF80000\n0007F00000\n0001E00000\nENDCHAR\nSTARTCHAR F2E2\nENCODING 62178\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F007E000\n0FFC1FF800\n1FFF7FFC00\n3FFFFFFE00\n7FFFFC3F00\n7FFFF01F00\nFFFFE00F80\nFFFFC00780\nFFFFC00780\nFFFF800780\nFFFF800780\nFFFF800780\n7FFF800F00\n7FFF800F00\n7FFF800F00\n3FFF801E00\n3FFF801E00\n1FFF803C00\n1FFF803C00\n0FFF807800\n0FFF80F800\n07FF80F000\n03FF81E000\n03FF83E000\n01FF83C000\n00FF878000\n00FF8F8000\n007F9F0000\n003FBE0000\n001FFC0000\n000FF80000\n0007F00000\n0001E00000\nENDCHAR\nSTARTCHAR F2E3\nENCODING 62179\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F007E000\n0FFC1FF800\n1FFF7FFC00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0001E00000\nENDCHAR\nSTARTCHAR F2E4\nENCODING 62180\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7CC019F0\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFCC019F8\nFC8009F8\nFC0201F8\nFC3FE1F8\n78FDF8F0\n31FDFC60\n13F8FE40\n03F8FE00\n07F07F00\n07F07F00\n0C000180\n0E000380\n0F000780\n0F800F80\n0FC01F80\n07C01F00\n07C01F00\n07C21F00\n038F8E00\n01BFEC00\n00FFF800\n007FF000\n001FC000\nENDCHAR\nSTARTCHAR F2E5\nENCODING 62181\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFE00003F80\nFF80007F80\n7F8000FF80\n7FC000FF00\n3FC001FF00\n3FE001FE00\n1FF003FC00\n0FF003FC00\n0FF807F800\n07F80FF800\n07FC0FF000\n03F003E000\n01C0C0E000\n010FFC4000\n003FFE0000\n007FFF0000\n00FFFF8000\n00FFFFC000\n01FFFFC000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n03FFFFE000\n01FFFFE000\n01FFFFE000\n01FFFFE000\n01FFFFC000\n00FFFFC000\n00FFFF8000\n007FFF8000\n003FFF0000\n001FFC0000\n0003F00000\nENDCHAR\nSTARTCHAR F2E6\nENCODING 62182\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFE00003F80\nFF80007F80\n7F8000FF80\n7FC000FF00\n3FC001FF00\n3FE001FE00\n1FF003FC00\n0FF003FC00\n0FF807F800\n07F80FF800\n07FC0FF000\n03E003E000\n01C0C0E000\n010FFC4000\n003FFE0000\n007FFF0000\n00FFFF8000\n00FC7FC000\n01FE3FC000\n01FF1FE000\n01FF9FE000\n01FF9FE000\n03FF9FE000\n01FF9FE000\n01FF9FE000\n01FF9FE000\n01FF9FC000\n00FE07C000\n00FE078000\n007FFF8000\n003FFF0000\n001FFC0000\n0003F00000\nENDCHAR\nSTARTCHAR F2E7\nENCODING 62183\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFE00003F80\nFF80007F80\n7F8000FF80\n7FC000FF00\n3FC001FF00\n3FE001FE00\n1FF003FC00\n0FF003FC00\n0FF807F800\n07F80FF800\n07FC0FF000\n03F003E000\n01C0C0E000\n010FFC4000\n003FFE0000\n007FFF0000\n00FFFF8000\n00FC1FC000\n01F80FC000\n01F9E7E000\n01F9E7E000\n01FBE7E000\n03FFCFE000\n01FC0FE000\n01F83FE000\n01F9FFE000\n01F9FFC000\n00F807C000\n00F8078000\n007FFF8000\n003FFF0000\n001FFC0000\n0003F00000\nENDCHAR\nSTARTCHAR F2E8\nENCODING 62184\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nFE00003F80\nFF80007F80\n7F8000FF80\n7FC000FF00\n3FC001FF00\n3FE001FE00\n1FF003FC00\n0FF003FC00\n0FF807F800\n07F80FF800\n07FC0FF000\n03F003E000\n01C0C0E000\n010FFC4000\n003FFE0000\n007FFF0000\n00FC7F8000\n00F80FC000\n01FC07C000\n01FFE7E000\n01FFC7E000\n01FE0FE000\n03FE0FE000\n01FFC7E000\n01FFE7E000\n01FFE7E000\n01FFC7C000\n00F80FC000\n00F83F8000\n007FFF8000\n003FFF0000\n001FFC0000\n0003F00000\nENDCHAR\nSTARTCHAR F2E9\nENCODING 62185\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004F00000\n003CFE0000\n00FCFF8000\n03FCFFE000\n03FCFFE000\n01F8FFC000\n18F9FF8C00\n1C71FF1C00\n3E33FE3E00\n3F07FC7E00\n7F87F8FF00\n7F87F1FF00\nFE03E3FF00\nF871C7FF80\n00F88FFF80\n03FC1FFF80\nFFFE3FFF80\nFFFC1FE000\nFFF88F8000\nFFF1C70F80\nFFE3E03F80\n7FC7F0FF00\n7F8FF0FF00\n3F1FF07E00\n3E3FE63E00\n1C7FC71C00\n18FFCF8C00\n01FF8FC000\n03FF9FE000\n03FF9FE000\n00FF9F8000\n003F9E0000\n000F900000\nENDCHAR\nSTARTCHAR F2EA\nENCODING 62186\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004F00000\n003CFE0000\n00FCFF8000\n03FCFFE000\n07FCFFF000\n0FF8FFF800\n1FF9FFFC00\n1FF1FFFC00\n3FF3FFFE00\n3FE7FFFE00\n7FC7FFFF00\n7F8FFFFF00\nFE1FFFFF80\nF83FFFFF80\n00FFFFFF80\n03FFFFFF80\nFFFFFFFF80\nFFFFFFE000\nFFFFFF8000\nFFFFFF0F80\nFFFFFC3F80\n7FFFF8FF00\n7FFFF1FF00\n7FFFF3FE00\n3FFFE7FE00\n1FFFC7FC00\n1FFFCFFC00\n0FFF8FF800\n07FF9FF000\n03FF9FE000\n00FF9F8000\n003F9E0000\n000F980000\nENDCHAR\nSTARTCHAR F2EB\nENCODING 62187\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03DFFDE000\n0787F0F000\n0E01C03800\n1C00001C00\n1800000C00\n3C00001E00\n3C00001E00\n7C00001F00\n7C00801F00\nFC01C01F00\nFC07F01F80\nFC0FF81F80\nF80FF80F80\nE00FF80380\nC00FF80180\nC007F00180\nC007F00180\nE007F00380\n6000000300\n6000000300\n3000000600\n3000000E00\n1FE003FC00\n1FE003FC00\n0FE003F800\n07F007F000\n03F007E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F2EC\nENCODING 62188\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00007FC000\n0007FFF800\n001F80FE00\n007FF03E00\n00FFFC1F00\n01FFFE0F00\n03FFEF8700\n07FFE3C380\n0FFFE0E380\n1FFFF06180\n1FFEF87180\n3FFC703980\n3FFE221980\n7FFF071D80\n7FEF8FFD80\n7FC707FD80\n7FE223FF00\nDFF071FF00\nDFF8FBFF00\nDC707FFF00\nCE223FFE00\nCF071FFE00\nC78FBFFC00\nC307FFFC00\nC3A3FFF800\nE1F3FFF000\n70FBFFE000\n783FFFC000\n7C1FFF8000\n7E07FF0000\n3F80FC0000\n1FFFF00000\n01FF000000\nENDCHAR\nSTARTCHAR F2ED\nENCODING 62189\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFC00000000\nFE00000000\nFF00000000\nFF80000000\nFFC0000000\nFFE0000000\n7FF0000000\n3FF8000000\n1FFC000000\n0FFE000000\n07FF000000\n03FF800000\n01FFC00000\n00FFE00000\n007FF00000\n003FF80000\n001FFC0000\n000FFE1C00\n0007FF3E00\n0003FFFE00\n0001FFFC00\n0000FFF800\n00007FF000\n00003FE000\n00001FF000\n00001FF800\n00003FFC00\n00007EFE00\n00007C7F00\n0000783F80\n0000301F80\n0000000F00\n0000000600\nENDCHAR\nSTARTCHAR F2EE\nENCODING 62190\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nF800007F80\nF80007FF80\nF0001FE700\nF8007F0E00\nDC01FC1C00\n0E07F03800\n070FC07000\n039F80E000\n01FF01C000\n00FC038000\n00F8070000\n01F80E0000\n03FC1C0000\n07CE380000\n0787700000\n0F83E00000\n0F01C00000\n1E03E00000\n1C07700000\n3C0E380000\n381C1C0000\n78380E0000\n7070070000\n70E0038000\n61C001C000\nE38000FC00\nE700007E00\nCE00007F00\nDC00007F80\nF800007800\nF000003800\nE000001800\nC000000800\nENDCHAR\nSTARTCHAR F2EF\nENCODING 62191\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003E000000\n003F800000\n0C3FC00000\n1E3FE00000\n3F3FF00000\n3FBFF00000\n1FFFF00000\n0FFFF80000\n07FFF80000\n03FFF80000\nFFFE300000\nFFFE000000\nFFFF000000\nFFFF800000\nFFFFC00000\n7FCFE00000\n7FC7F00000\n3FC3F80000\n1FE1FC0000\n0FE0FE0000\n01C07F0000\n00003F8000\n00001FC000\n00000FE000\n000007F000\n000003F800\n000001FC00\n000000FE00\n0000007F00\n0000003F80\n0000001F80\n0000000F00\n0000000600\nENDCHAR\nSTARTCHAR F2F0\nENCODING 62192\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FC000000\n0FFF000000\n1F03C00000\n3800F00000\n3000380000\n70001C0000\n60000E0000\n6000060000\nE000030000\nC000030000\nC000018000\nC000038000\n6000078000\n60000F8000\n60001F8000\n30003F8000\n30007F8000\n1800FF0000\n1C01FF0000\n0C03FE0000\n0707FF8000\n038FFFC000\n01FFFFE000\n007FEFF000\n001F07F800\n000003FE00\n000001FF00\n000000FF80\n000000FF80\n0000007F80\n0000003F00\n0000001E00\n0000000C00\nENDCHAR\nSTARTCHAR F2F1\nENCODING 62193\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0031000000\n0033C00000\n0033E00000\n0033F80000\n0033FE0000\n0033FF0000\n0033FF8000\n0033FE0000\n0033FC0000\n0033F00000\n0033C00000\n0033800000\n0030000000\n0030000000\n0030000000\n0030000000\n0030000000\n0030000000\n0030000000\n0033FF8000\n0733FFF000\n1F33FFFC00\n3F33FFFE00\n7F33FFFF00\nFF33FFFF80\nFF33E3FF80\nFF13E1FF80\nFF83E1FF80\n7FC7E3FF00\n3FFFFFFE00\n0FFFFFF800\n03FFFFE000\n003FFE0000\nENDCHAR\nSTARTCHAR F2F2\nENCODING 62194\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n03F8000000\n0FFF000000\n1E07800000\n3C01C00000\n3000600000\n7000300000\n6000180000\n60001C0000\nE0000C0000\nE0000E0000\n6000060000\n6000060000\n6000060000\n6000060000\n3000060000\n3000060000\n18000E0000\n0C000E0000\n0E001E0000\n07803E0000\n01F1FE0000\n007FFF0000\n000FFF8000\n000003C000\n000001F000\n000000F800\n000000FC00\n0000007E00\n0000003F00\n0000001F80\n0000000F80\n0000000780\n0000000380\nENDCHAR\nSTARTCHAR F2F3\nENCODING 62195\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07E3FFF000\n0FC3FFF800\n1FC3FFFC00\n1FE3FFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFDFF7FFF80\nF0FE3FFF80\nF0FC1FFF80\nF0FE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F2F4\nENCODING 62196\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E003F000\n1FF80FF800\n3FFC1FFE00\n7FFE3FFE00\n7FFF7FFF00\nFFFF7FFF80\nFFFF7FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0003E00000\n0001C00000\n0000800000\n0000800000\nENDCHAR\nSTARTCHAR F2F5\nENCODING 62197\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\n0000800000\n0001C00000\n0003E00000\n000FF80000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n07FFFFE000\n0FFFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n0FFBEFF800\n03E3E3E000\n0003E00000\n0003E00000\n0007F00000\n0007F00000\nENDCHAR\nSTARTCHAR F2F6\nENCODING 62198\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n007FFF0000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n007FFF0000\n007FFF0000\n01FFFFC000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n0FFBEFF800\n03E3E3E000\n0003E00000\n0003E00000\n0007F00000\n0007F00000\nENDCHAR\nSTARTCHAR F2F7\nENCODING 62199\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n00020000\n00060000\n00070000\n000F0000\n000F8000\n001FC000\n001FC000\n003FE000\n007FF000\n00FFF800\n01FFFC00\n03FFFE00\n07FFFF00\n1FFFFFC0\n3FFFFFE0\nFFFFFFF8\n3FFFFFE0\n1FFFFFC0\n07FFFF00\n03FFFE00\n01FFFC00\n00FFF800\n007FF000\n003FE000\n001FC000\n001FC000\n000F8000\n000F8000\n00070000\n00070000\n00020000\n00020000\nENDCHAR\nSTARTCHAR F2F8\nENCODING 62200\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n01FFC000\n03FFE000\n07FFF000\n07FFF000\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n07FFF000\n07FFF000\n07FFF000\n07FFF000\n0FFFF800\n07FFF000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n01FFC000\n01FFC000\n03FFE000\n07FFF000\n0FFFF800\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F2F9\nENCODING 62201\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n003E0000\n007F0000\n00FF8000\n01F7C000\n03E3E000\n03C1E000\n07C1F000\n0780F000\n0780F000\n0F00F800\n0F007800\n0F007800\n0F80F000\n0780F000\n07C1F000\n03FFE000\n07FFF000\n0FFFF800\n07FFF000\n00FF8000\n00FF8000\n01FFC000\n01FFC000\n03FFE000\n07FFF000\n1FFFF800\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F2FA\nENCODING 62202\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n1C7F1C00\n3CFF9E00\n3CFF9E00\n3CFF9E00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n07FFF000\n03FFE000\n01FFC000\n01FFC000\n00FF8000\n00FF8000\n00FF8000\n01FFC000\n03FFE000\n01FFC000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n01FFC000\n03FFE000\n03FFE000\n0FFFF800\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F2FB\nENCODING 62203\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007E0000\n00FF8000\n01FFE000\n01FFF000\n03FFF000\n07FFF800\n07BFFC00\n0F3FFC00\n0FFFFE00\n1FFFFE00\n1FFFFF00\n3FFFFF00\n3FFFFF00\n7FFFFF00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFEFFFF80\nFCFFFF80\n78FFFF80\n20FFFF80\n00FFF800\n01FFF000\n01FFE000\n03FFE000\n07FFF000\n0FFFF800\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F2FC\nENCODING 62204\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n001C0000\n003E0000\n003E0000\n03FFE000\n0FFFF800\n1FFFFC00\n3FFFFE00\n7FFFFF00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n7FFFFF00\n3FFFFE00\n1FFFFC00\n0FFFF800\n01FFC000\n00FF8000\n01FFC000\n01FFC000\n03FFE000\n07FFF000\n1FFFF800\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F2FD\nENCODING 62205\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n00020000\n02020000\n02070200\n03070600\n03070600\n038F8E00\nC3CF9E18\n63CF9E30\n73FFFE70\n7BFFFEF0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n1FFFFFC0\n1FFFFFC0\n1FFFFFC0\n0FFFFF80\n0FFFFF80\n0FFFFF80\n07FFFF00\n00FFF800\n007FF000\n00FFF800\n01FFFC00\n03FFFE00\n1FFFFFC0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n3FFFFFE0\n1FFFFFC0\nENDCHAR\nSTARTCHAR F2FE\nENCODING 62206\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF00000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0C0FF81800\n1E0FF83C00\n3F0FF87E00\n7F8FF8FF00\nFFCFF9FF80\nFFEFFBFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F2FF\nENCODING 62207\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000001800\n0000003C00\n0000007E00\n000000FF00\n000001FF80\n000003FF80\n7E0007FF00\nFF000FFE00\nFF001FFC00\nFF003FF800\nFF007FF000\nFF00FFE000\nFF01FFC000\nFF03FF8000\nFF07FF0000\nFF0FFE0000\nFF1FFC0000\nFF3FF80000\nFF7FF00000\nFFFFE00000\nFFFFC00000\nFFFF800000\nFFFF000000\nFFFE000000\nFFFC000000\nFFFFFFC000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\n7FFFFFC000\nENDCHAR\nSTARTCHAR F300\nENCODING 62208\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0C00000000\n1E00000000\n3F00000000\n7F80000000\nFFC0000000\nFFE0000000\n7FF0003F00\n3FF8007F80\n1FFC007F80\n0FFE007F80\n07FF007F80\n03FF807F80\n01FFC07F80\n00FFE07F80\n007FF07F80\n003FF87F80\n001FFC7F80\n000FFE7F80\n0007FFFF80\n0003FFFF80\n0001FFFF80\n0000FFFF80\n00007FFF80\n00003FFF80\n00001FFF80\n01FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n01FFFFFF00\nENDCHAR\nSTARTCHAR F301\nENCODING 62209\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFEFFBFF80\nFFCFF9FF80\n7F8FF8FF00\n3F0FF87E00\n1E0FF83C00\n0C0FF81800\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR F302\nENCODING 62210\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFC000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFC000\nFFFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFFFFC00000\nFFFFE00000\nFF7FF00000\nFF3FF80000\nFF1FFC0000\nFF0FFE0000\nFF07FF0000\nFF03FF8000\nFF01FFC000\nFF00FFE000\nFF007FF000\nFF003FF800\nFF001FFC00\nFF000FFE00\n7E0007FF00\n000003FF80\n000001FF80\n000000FF00\n0000007E00\n0000003C00\n0000001800\nENDCHAR\nSTARTCHAR F303\nENCODING 62211\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFFFFF00\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00001FFF80\n00003FFF80\n00007FFF80\n0000FFFF80\n0001FFFF80\n0003FFFF80\n0007FFFF80\n000FFF7F80\n001FFC7F80\n003FF87F80\n007FF07F80\n00FFE07F80\n01FFC07F80\n03FF807F80\n07FF007F80\n0FFE007F80\n1FFC007F80\n3FF8007F80\n7FF0003F00\nFFE0000000\nFFC0000000\n7F80000000\n3F00000000\n1E00000000\n0C00000000\nENDCHAR\nSTARTCHAR F304\nENCODING 62212\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n001FFE0000\n000FFF0000\n0007FF8000\n0003FFC000\n0001FFE000\n0000FFF000\n00007FF800\n7FFFFFFC00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\n7FFFFFFC00\n00007FF800\n0000FFF000\n0001FFE000\n0003FFC000\n0007FF8000\n000FFF0000\n001FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F305\nENCODING 62213\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFC0000\n007FF80000\n00FFF00000\n01FFE00000\n03FFC00000\n07FF800000\n0FFF000000\n1FFFFFFF00\n3FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n1FFFFFFE00\n0FFF000000\n07FF800000\n03FFC00000\n01FFE00000\n00FFF00000\n007FF80000\n003FFC0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F306\nENCODING 62214\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0003E00000\n0003E00000\n0203E02000\n071FFC7000\n0FFFFFF800\n07FFFFF000\n03FE3FE000\n03F007E000\n03E003E000\n07C001F000\n078000F000\n0F8000F000\n7F00007F00\nFF00007F80\nFF00007F80\nFF00007F80\n7F00007F00\n0F8000F000\n078000F000\n07C001F000\n03E003E000\n03F007E000\n03FC3FE000\n07FFFFF000\n0FFFFFF800\n071FFC7000\n0203E02000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F307\nENCODING 62215\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 1\nBITMAP\n0306000000\n0F0F000000\n0F8F000000\n07FF000000\n07FE000000\n07FE000000\n07FF000000\nFF9FF00000\nFF0FF80000\nFF0FF80000\nFF8FF80000\n07FF000000\n07FF102000\n03FE707000\n07FFF8F800\n078F7AF000\n0F8FBFF000\n07073FE000\n02007FF000\n00007FF000\n000FF8FF80\n000FF87F80\n000FF87F80\n0007FCFF80\n00007FF000\n00003FF000\n00003FF000\n00007FF000\n000078F800\n0000787800\n0000306000\nENDCHAR\nSTARTCHAR F308\nENCODING 62216\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0C60000000\n0CE0000000\n0FC0000000\n0FE4000000\nFC7C000000\nF83C000000\n3030000000\n3030000000\n7038000000\nF87C000000\nDFEC060000\n0FC0666000\n0CE06EE000\n0C627FCC00\n0007FFFC00\n0003FFF800\n0003FFF900\n001FE07F00\n001FC03F00\n0007803E00\n0007801E00\n003F801F80\n003F801F80\n0007801E00\n000F803E00\n001FC07F00\n001BF1FD00\n0003FFF800\n0007FFFC00\n00027FEC00\n00007FE000\n0000666000\n0000060000\nENDCHAR\nSTARTCHAR F309\nENCODING 62217\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000007F000\n000007F800\n7FFFFE1F00\nFFFFFE1F80\nFFFFFE1F80\n7FFFFE1F00\n000007F800\n000007F000\n0000000000\n0000000000\n0000000000\n0000000000\n0003E00000\n0007F00000\n3FFC1FFE00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n3FFC1FFE00\n0007F00000\n0003E00000\n0000000000\n0000000000\n0000000000\n0000000000\n07F0000000\n0FF0000000\n7C3FFFFF00\nFC3FFFFF80\nFC3FFFFF80\n7C3FFFFF00\n0FF0000000\n07F0000000\nENDCHAR\nSTARTCHAR F30A\nENCODING 62218\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nE000000000\nF800000000\nFF00000000\nFFE0000000\nFFF8000000\nFFFF000000\nFFFFE00000\n7FFFFC0000\n3FFFFF0000\n0FFFFFE000\n01FFFFFC00\n003FFFFF00\n0007FFFF00\n0001FFFF80\n00003FFF80\n000007FF80\n000001FF80\n000007FF80\n00003FFF80\n0001FFFF80\n0007FFFF00\n003FFFFF00\n01FFFFFC00\n0FFFFFE000\n3FFFFF0000\n7FFFFC0000\nFFFFE00000\nFFFF000000\nFFF8000000\nFFE0000000\nFF00000000\nF800000000\nC000000000\nENDCHAR\nSTARTCHAR F30B\nENCODING 62219\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000180\n0000000F80\n0000007F80\n000003FF80\n00000FFF80\n00007FFF80\n0003FFFF80\n000FFFFF00\n007FFFFE00\n03FFFFF800\n1FFFFFC000\n7FFFFE0000\n7FFFF80000\nFFFFC00000\nFFFE000000\nFFF0000000\nFFC0000000\nFFF0000000\nFFFE000000\nFFFFC00000\n7FFFF00000\n7FFFFE0000\n1FFFFFC000\n03FFFFF800\n007FFFFE00\n001FFFFF00\n0003FFFF80\n00007FFF80\n00001FFF80\n000003FF80\n0000007F80\n0000000F80\n0000000380\nENDCHAR\nSTARTCHAR F30C\nENCODING 62220\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F30D\nENCODING 62221\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFFFE00\n007FFFFF00\n007FFFFF80\n00FFFFFF80\n00F8000F80\n00F8000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n0000000780\n0000000780\n1FFFF80780\n7FFFFE0780\n7FFFFF0780\nFFFFFF8780\nFC001F9F80\nF0000F9F80\nF000079F00\nF000079F00\nF000079C00\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF0000F8000\nF8000F8000\nFFFFFF8000\nFFFFFF0000\n7FFFFF0000\n3FFFFE0000\nENDCHAR\nSTARTCHAR F30E\nENCODING 62222\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFFFE00\n007FFFFF00\n007FFFFF80\n00FFFFFF80\n00F8000F80\n00F8000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F0000780\n00F8000780\n00FC001F80\n00FFFFFF80\n007FFFFF00\n003FFFFF00\n000FFFFC00\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n71FFFC0000\nF3FFFE0000\nF3FFFE0000\n61FFFC0000\nENDCHAR\nSTARTCHAR F30F\nENCODING 62223\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007F00\n0000007F80\n0000003F80\n0000001F80\n0000003F80\n0000007F80\n000000FB80\n000001F180\n000001E000\n000001C000\n0000000000\n0000000000\n1FFFF80000\n7FFFFE0000\n7FFFFF0000\nFFFFFF8000\nFC001F8000\nF0000F8000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF000078000\nF0000F8000\nF8000F8000\nFFFFFF8000\nFFFFFF0000\n7FFFFF0000\n3FFFFE0000\nENDCHAR\nSTARTCHAR F310\nENCODING 62224\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFC00\n7FFFFFF800\nFFFFFFF080\nFFFFFFE180\nF800000380\nF000000780\nF000000F80\nF000001F80\nF000003F00\nF000007E00\nF00000FC00\nF00001F880\nF02003E180\nF0F007C380\nF0F80F8780\nF0FC1F0780\nF07E3E0780\nF03F7C0780\nF01FF80780\nF00FF00780\nF007E00780\nF003C00780\nF000800780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F311\nENCODING 62225\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF060030780\nF0F80F8780\nF0FC1F8780\nF07E3F0780\nF07F7F0780\nF03FFE0780\nF01FFC0780\nF00FF80780\nF007F00780\nF00FF80780\nF01FFC0780\nF03FFE0780\nF07F7F0780\nF07E3F0780\nF0FC1F8780\nF0F80F8780\nF060030780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F312\nENCODING 62226\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000800780\nF007F00780\nF00FF80780\nF01FFC0780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF03FFE0780\nF01FFC0780\nF01FFC0780\nF00FF80780\nF007F00780\nF001C00780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F313\nENCODING 62227\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1FC000FC00\n1FE0007C00\n3FF0003E00\n3DF8001E00\n7CFC001F00\n787E000F00\nF83F000F00\nF01F800780\nF00FC00780\nF007E00780\nF003F00780\nF001F80780\nF000FC0780\nF0007E0F80\nF8003F0F80\n78001F8F00\n7C000FDF00\n3C0007FE00\n3E0003FE00\n1F0001FC00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F314\nENCODING 62228\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1FC001FC00\n3FE003FE00\n3DF007DE00\n7CF81F9F00\n787C3F0F00\nF83E7E0F00\nF01FFC0F80\nF00FF80780\nF007F00780\nF007F00780\nF00FF80780\nF01FFC0780\nF03F7E0F80\nF87E3F0F80\n78FC1F8F00\n7DF80FDF00\n3FF007FE00\n3FE003FE00\n1FC001FC00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F315\nENCODING 62229\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FF1FF000\n0FFE0FF800\n1FFE07FC00\n1FFC07FC00\n3FFE0FFE00\n3FFE0FFE00\n7FFFFFFF00\n7FFFFFFF00\nFFF81FFF00\nFFF83FFF80\nFFF03FFF80\nFFF03FFF80\nFFF07FFF80\nFFE07FFF80\nFFE07FFF80\nFFE07FFF80\nFFE0FFFF80\n7FE0FBFF00\n7FC0F3FF00\n3FC0E3FE00\n3FC007FE00\n1FC00FFC00\n1FE03FFC00\n0FE07FF800\n07F1FFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F316\nENCODING 62230\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0007F00000\n000FF80000\n000FF80000\n001FFC0000\n001F7C0000\n003E3E0000\n007C1F0000\n007C1F0000\n00FC1F8000\n00FC1F8000\n01FC1FC000\n03FC1FE000\n03FC1FE000\n07FE3FF000\n07FF7FF000\n0FFFFFF800\n1FFFFFFC00\n1FFE3FFC00\n3FFC1FFE00\n3FFE3FFE00\n7FFE3FFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F317\nENCODING 62231\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00078000\n000FC000\n001FE000\n001FE000\n001FE000\n001FE000\n1C1FE0E0\n3F1FE3F0\n7F9FC7F8\n7FCFCFF8\nFFEFDFF8\n7FFFFFF8\n7FFFFFF8\n3FFFFFF0\n0FFFFFC0\n03FFFF00\n003FF000\n03FFFE00\n0FFFFFC0\n3FFFFFF0\n7FFFFFF8\n7FFFFFF8\nFFEFDFF8\n7FCFCFF8\n7F9FC7F8\n3F1FE3F0\n1C1FE0E0\n001FE000\n001FE000\n001FE000\n001FE000\n000FC000\n00078000\nENDCHAR\nSTARTCHAR F318\nENCODING 62232\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n0060030000\n00F0078000\n01F007C000\n03F007E000\n07E003F000\n0FC001F800\n1F8000FC00\n3F00007E00\n3FFFFFFF00\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFE00\n3F00007C00\n1F8000F800\n0FC001F800\n07E003F000\n03F007E000\n01F007C000\n00F0078000\n0060030000\nENDCHAR\nSTARTCHAR F319\nENCODING 62233\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n002000\n007000\n00FC00\n03FE00\n07FF00\n0FFF80\n1FFFC0\n3FFFE0\n7EFBF0\nFCF9F8\nF8F8F8\n70F870\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n00F800\n70F870\nF8F8F8\nFCF9F8\n7EFBF0\n3FFFE0\n1FFFC0\n0FFF80\n07FF00\n03FE00\n00FC00\n007000\n002000\nENDCHAR\nSTARTCHAR F31A\nENCODING 62234\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00600\n0003E00F00\n0007F01F80\n000FF03F80\n001FE07F00\n003FC0FE00\n007F81FC00\n00FF03F800\n01FE07F000\n03FC0FE000\n07F81FC000\n0FF03F8000\n1FE07F0000\n3FC0FE0000\n7F81FC0000\nFF03F80000\nFE07F00000\nFF03F80000\n7F81FC0000\n3FC0FE0000\n1FE07F0000\n0FF03F8000\n07F81FC000\n03FC0FE000\n01FE07F000\n00FF03F800\n007F81FC00\n003FC0FE00\n001FE07F00\n000FF03F80\n0007F01F80\n0003E00F00\n0001C00600\nENDCHAR\nSTARTCHAR F31B\nENCODING 62235\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3001C00000\n7803E00000\nFC07F00000\nFE07F80000\n7F03FC0000\n3F81FE0000\n1FC0FF0000\n0FE07F8000\n07F03FC000\n03F81FE000\n01FC0FF000\n00FE07F800\n007F03FC00\n003F81FE00\n001FC0FF00\n000FE07F80\n0007F03F80\n000FE07F80\n001FC0FF00\n003F81FE00\n007F03FC00\n00FE07F800\n01FC0FF000\n03F81FE000\n07F03FC000\n0FE07F8000\n1FC0FF0000\n3F81FE0000\n7F03FC0000\nFE07F80000\nFC07F00000\n7803E00000\n3001C00000\nENDCHAR\nSTARTCHAR F31C\nENCODING 62236\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FF7F8000\n01FE3FC000\n03FC1FE000\n07F80FF000\n0FF007F800\n1FE003FC00\n3FC081FE00\n7F81C0FF00\nFF03E07F80\nFE07F03F80\nFC0FF81F80\n781FFC0F00\n303FFE0600\n007F7F0000\n00FE3FC000\n01FC1FE000\n03F80FF000\n07F007F800\n0FE003FC00\n1FC001FE00\n3F8000FF00\n7F00007F80\nFE00003F80\nFC00001F80\n7800000F00\n3000000600\nENDCHAR\nSTARTCHAR F31D\nENCODING 62237\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3000000600\n7800000F00\nFC00001F80\nFE00003F80\n7F00007F00\n3F8000FE00\n1FC001FC00\n0FE003F800\n07F007F000\n03F80FE000\n01FC1FC000\n00FE3F8000\n007F7F0000\n203FFE0200\n781FFC0F00\nFC0FF81F80\nFE07F03F80\nFF03E07F80\n7F81C0FF00\n3FC081FE00\n1FE003FC00\n0FF007F800\n07F80FF000\n03FC1FE000\n01FE3FC000\n00FF7F8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F31E\nENCODING 62238\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003000000\n0007800000\n001F800000\n003F800000\n007F800000\n00FF800000\n03FF800000\n07FF800000\n0FFFFFE000\n3FFFFFF800\n7FFFFFFC00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF00\n7FFFFFFF80\n1FFFFFFF80\n0FFF81FF80\n07FF80FF80\n01FF807F80\n00FF807F80\n007F807F80\n003F807F80\n000F807F80\n0007807F80\n0003007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000003F00\nENDCHAR\nSTARTCHAR F31F\nENCODING 62239\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000600000\n0000F00000\n0000FC0000\n0000FE0000\n0000FF0000\n0000FF8000\n0000FFE000\n0000FFF000\n03FFFFF800\n0FFFFFFE00\n1FFFFFFF00\n3FFFFFFF80\n7FFFFFFF80\n7FFFFFFF80\nFFFFFFFE00\nFFFFFFFC00\nFFC0FFF800\nFF80FFF000\nFF00FFC000\nFF00FF8000\nFF00FF0000\nFF00FC0000\nFF00F80000\nFF00F00000\nFF00600000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\nFF00000000\n7F00000000\nENDCHAR\nSTARTCHAR F320\nENCODING 62240\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FC00000\n00FFF80000\n03FFFE0000\n07FFFF0000\n0FF07F8000\n1F800FC000\n3F0007C000\n3E0003E000\n7C0601F000\n780701F000\n780F80F000\nF80F80F800\nF03FE07800\nF0FFF07800\nF0FFF87800\nF07FF07800\nF03F807800\nF80F80F800\n780F80F000\n780701F000\n7C0201F000\n3E0003E000\n3F0007C000\n1F801FC000\n0FF0FFE000\n07FFFFF000\n03FFFDF800\n00FFF87C00\n001FC03E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F321\nENCODING 62241\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FC00000\n00FFF80000\n03FFFE0000\n07FFFF0000\n0FF07F8000\n1F800FC000\n3F0007C000\n3E0003E000\n7C0001F000\n780001F000\n780000F000\nF80000F800\nF03FE07800\nF0FFF07800\nF0FFF87800\nF07FF07800\nF03FE07800\nF80000F800\n780000F000\n780001F000\n7C0001F000\n3E0003E000\n3F0007C000\n1F801FC000\n0FF0FFE000\n07FFFFF000\n03FFFDF800\n00FFF87C00\n001FC03E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F322\nENCODING 62242\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000800000\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FF80000\n001FFC0000\n003FFE0000\n0003E00000\n0003E00000\n0103E04000\n0303E06000\n0F03E07800\n1F03E07C00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n1F03E07C00\n0F03E07800\n0303E06000\n0103E04000\n0003E00000\n0003E00000\n003FFE0000\n001FFC0000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\n0000800000\nENDCHAR\nSTARTCHAR F323\nENCODING 62243\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FFFFE00\n001FFFFF00\n001FFFFF80\n003FFFFF80\n003E000F80\n003E000780\n003C000780\n001C000780\n0100000780\n0380000780\n03C0000780\n03E0000780\n7FF0000780\nFFF8000780\nFFF8000780\nFFFC000780\nFFFC000780\nFFFC000780\nFFF8000780\nFFF8000780\n7FF0000780\n03E0000780\n03C0000780\n0380000780\n0100000780\n001C000780\n003C000780\n003E000780\n003E000F80\n003FFFFF80\n001FFFFF80\n001FFFFF00\n000FFFFE00\nENDCHAR\nSTARTCHAR F324\nENCODING 62244\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFF00000\n7FFFFC0000\nFFFFFC0000\nFFFFFE0000\nF8003E0000\nF0003E0000\nF0001E0000\nF0001C0000\nF000006000\nF000007000\nF000007800\nF000007800\nF0000FFC00\nF0001FFE00\nF0001FFF00\nF0001FFF80\nF0001FFF80\nF0001FFF80\nF0001FFF00\nF0001FFE00\nF0000FFC00\nF000007800\nF000007800\nF000007000\nF000006000\nF0001C0000\nF0001E0000\nF0003E0000\nF8003E0000\nFFFFFE0000\nFFFFFC0000\n7FFFFC0000\n3FFFF80000\nENDCHAR\nSTARTCHAR F325\nENCODING 62245\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFF000000\nFFFF000000\nFFFF000000\nFFFE000000\nFFFC000000\nFFF8000000\nFFF0000000\nFFF8000000\nFFFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFFFFC00000\nF8FF800000\nF07F000000\nE03E080000\n001C1C0000\n00083E0380\n00007F0780\n0000FFCF80\n0000FFFF80\n0000FFFF80\n00007FFF80\n00003FFF80\n00001FFF80\n00000FFF80\n000007FF80\n00000FFF80\n00001FFF80\n00003FFF80\n00007FFF80\n00007FFF80\n00007FFF00\nENDCHAR\nSTARTCHAR F326\nENCODING 62246\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0C03000000\n1E07000000\n3F0F800000\n7F9F800000\nFFFF800000\nFFFF800000\n7FFF800000\n3FFF800000\n1FFF800000\n0FFF800000\n0FFF800000\n1FFF800000\n3FFF800000\n7FFF800000\nFFFF800000\nFFFF000000\n00003FFE00\n00007FFF80\n0000FFFF80\n0000FFFF00\n0000FFFE00\n0000FFFC00\n0000FFF800\n0000FFF800\n0000FFFC00\n0000FFFE00\n0000FFFF00\n0000FFFF80\n0000FFFF80\n0000FCFF00\n0000F87E00\n0000703C00\n0000601800\nENDCHAR\nSTARTCHAR F327\nENCODING 62247\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF007FE00\n7FF81FFF00\nFFFC1FFF80\nFFFC1FFF80\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF01C1C0780\nF100004780\nF3C000E780\nF3E003E780\nF3F007E780\nF3F80FE780\nF3FC1FE780\nF3FC1FE780\nF3FC1FE780\nF3F80FE780\nF3F007E780\nF3E003E780\nF38000E780\nF100004780\nF01C1C0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF03C1E0780\nFFFC1FFF80\nFFFC1FFF80\n7FF81FFF00\n3FF007FE00\nENDCHAR\nSTARTCHAR F328\nENCODING 62248\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FF007FE00\n7FF80FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF00\nFFF81FFF00\nFFE01FF800\nFC001F8000\nFC001F8000\nFC001F8000\nFC001F8000\nFC001F8000\nFE001FC000\n7FC01FF000\n7FC00FF800\n3FC00FF800\n1F8003F000\nENDCHAR\nSTARTCHAR F329\nENCODING 62249\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n07E000FC00\n0FF801FE00\n0FF801FF00\n07FC01FF00\n01FC003F80\n00FC001F80\n00FC001F80\n00FC001F80\n00FC001F80\n00FC001F80\n0FFC03FF80\n7FFC0FFF80\n7FFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FF80FFF00\n3FF007FE00\nENDCHAR\nSTARTCHAR F32A\nENCODING 62250\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nC007F00000\nE03FFE0000\nF0FFFF8000\nFBFFFFE000\nFFFC1FF000\nFFE003F800\nFF8000FC00\nFF80007C00\nFFC0003E00\nFFE0001E00\nFFF0001F00\nFFF0000F00\n0000000F80\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000F80\n0000000F00\n0000001F00\n0000001E00\n0000003E00\n0700007C00\n0F8000FC00\n0FE003F800\n07F81FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F32B\nENCODING 62251\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0007F00180\n003FFE0380\n00FFFF8780\n03FFFFEF80\n07FC1FFF80\n0FE003FF80\n1F8000FF80\n1F0000FF80\n3E0001FF80\n3C0003FF80\n7C0007FF80\n780007FF80\nF800000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF800000000\n7800000000\n7C00000000\n3C00000000\n3E00000000\n1F00007000\n1F8000F800\n0FE003F800\n07FC0FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F32C\nENCODING 62252\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF1FE000780\nF3FF000780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF800780\nF3FF000780\nF1FE000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F32D\nENCODING 62253\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF0003FC780\nF0007FE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF000FFE780\nF0007FE780\nF0003FC780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F32E\nENCODING 62254\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFF90000\n03FFF98000\n03FFF9C000\n03FFF9E000\n03FFF9F000\n03FFF9F800\n03FFF9FC00\n03FFF9FE00\n03FFF9FF00\n03FFF9FF80\n03FFF80000\n03FFF80000\n03FFFFFF80\n03FFFFFF80\n03F7FFFF80\n03E3FFFF80\n1FC1FFFF80\n7FC0FFFF80\nFFC07FFF80\nC0003FFF80\nC0001FFF80\nC0000FFF80\nC00007FF80\nC0000FFF80\nC0000FFF80\nC0001FFF80\nE0003FFF80\n7FC07FFF80\n3FC0FFFF80\n03C1FFFF80\n03E7FFFF80\n03FFFFFF80\n01FFFFFF00\nENDCHAR\nSTARTCHAR F32F\nENCODING 62255\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01FFF90000\n03FFF98000\n03FFF9C000\n03FFF9E000\n03FFF9F000\n03FFF9F800\n03FFF9FC00\n03FFF9FE00\n03FFF9FF00\n03FFF9FF80\n03FFF80000\n03FFF80000\n03FFFFFF80\n03FFFFFF80\n03DFFFFF80\n038FFFFF80\n070FFFFF80\n0E0FFFFF80\n1C0FFFFF80\n38000FFF80\n700007FF80\nE00007FF80\nC00007FF80\nC00007FF80\nE00007FF80\n70000FFF80\n38000FFF80\n1C0FFFFF80\n0E0FFFFF80\n070FFFFF80\n038FFFFF80\n03FFFFFF80\n01FFFFFF00\nENDCHAR\nSTARTCHAR F330\nENCODING 62256\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01FFF90000\n03FFF98000\n03FFF9C000\n03FFF9E000\n03FFF9F000\n03FFF9F800\n03FFF9FC00\n03FFF9FE00\n03FFF9FF00\n03FFF9FF80\n03FFF80000\n07FFF80000\n1F1FFFFF80\n3807FFFF80\n7043FFFF80\n63F1FFFF80\nE7F8FFFF80\nC7FCFFFF80\nCFFCFFFF80\nCFFCFFFF80\nCFFCFFFF80\nCFFCFFFF80\nE7FCFFFF80\n63F8FFFF80\n70C07FFF80\n38003FFF80\n1E1C1FFF80\n0FFE0FFF80\n03FF07FF80\n03FF8FFF80\n03FFDFFF80\n03FFFFFF80\n01FFFFFF00\nENDCHAR\nSTARTCHAR F331\nENCODING 62257\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFCFF9C00\nFCFF9E00\nFCFF9F00\nFCFF9F80\nC0001FC0\nC0001FE0\nFCFF9FF0\nFCFF9FF8\nFCFF8000\nFCFF8000\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nC0000018\nC0000018\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F332\nENCODING 62258\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFFFE00\n007FFFFF00\n007FFFFF80\n00FFFFFF80\n00F8000F80\n00F8000780\n60F0000780\nF0F8000780\nF0FFFC0780\nF0FFF80780\nF0FFF00780\nF0FFE08780\nF0FFC18780\nF0FF838780\nF0FF078780\nF0FE0F8780\nF0FC1F8780\nF0F83F8780\nF0F07F8780\nF0F8FF8780\nF0FDFFCF80\nF0FFFFFF80\nF07FFFFF80\nF07FFFFF00\nF01FFFFC00\nF000000000\nF000000000\nF000000000\nF800000000\nFFFFFFC000\nFFFFFFE000\n7FFFFFE000\n3FFFFFC000\nENDCHAR\nSTARTCHAR F333\nENCODING 62259\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03E0000000\n0FF8000000\n3FFC000000\n3FFE000000\n7E3E000000\nF80C000000\nF800000000\nF000000000\nF001E00000\nF00FF80000\nF81FFC0000\n783FFE0000\n7C7F7F0000\n3E3C0F8000\n1F1807C000\n0F8003E000\n07C001F000\n03E000F800\n01F00C7C00\n00F81E3E00\n007E7F1F00\n003FFE0F00\n001FFC0F80\n000FF80780\n0003C00780\n0000000780\n0000000F80\n0000180F80\n00003E3F00\n00003FFE00\n00001FFE00\n00000FF800\n000003E000\nENDCHAR\nSTARTCHAR F334\nENCODING 62260\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n003FFE0000\n001FFC0000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\n003FFF8000\n0FFF7FF800\n1FFF7FFC00\n3FFE3FFE00\n7FF80FFF00\n7C00001F00\nF800000F80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\n6000000300\nENDCHAR\nSTARTCHAR F335\nENCODING 62261\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0700007000\n0F00007800\n1F8000FC00\n3FC001FE00\n7FE003FF00\nFFF007FF80\nFFF007FF80\nFF70077F80\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F8000F800\n0F8000F800\n07E003F000\n07FE3FF000\n03FF7FE000\n01FF7FC000\n007FFF0000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F336\nENCODING 62262\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000C380000\n007C3F0000\n01FC3F8000\n03FC3FE000\n07FC3FF000\n0FFC3FF800\n1FFC3FFC00\n3FFC3FFC00\n3FFC1FFE00\n7FF007FE00\n7FE003FF00\n7FC001FF00\nFF8000FF80\nFF8000FF80\n000000FF80\n0000007F80\n0000007F80\n0000007F80\nFF0000FF80\nFF8000FF80\nFF8000FF80\n7FC000FF00\n7FE0007F00\n7FF0003E00\n3FFE3C1E00\n1FFFFE0C00\n1FFFFF0400\n0FFFFF8000\n07FFFFC000\n03FFFFE000\n00FFFF8000\n007FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F337\nENCODING 62263\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000C00000\n0001C00000\n0003E00000\n0007E00000\n001FE00000\n003FE00000\n007FF00000\n00FFF00000\n01FFF00000\n03E7F00000\n0007F80000\n0007F80000\n000FF80000\n000FF80000\n000FFC0000\n000FFC0000\n001FFC0000\n001FFC0000\n001FFE0000\n001FFE0000\n003FFE0000\n003FFE0000\n003FFF0000\n003FFF0000\n007FFF0000\n007FFF0000\n007FFF8000\n007FFF8000\n00FFFF8000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F338\nENCODING 62264\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n01FC00\n07FF00\n0FFF80\n1FFFC0\n3FFFE0\n7FFFF0\n7FFFF0\n7FFFF0\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n7FFFF0\n3FFFE0\n3FFFE0\n1FFFC0\n0FFF80\n07FF00\n07FF00\n03FE00\n03FE00\n03FE00\n01FC00\n000000\n000000\n03FE00\n01FC00\n000000\n000000\n01FC00\n00F800\nENDCHAR\nSTARTCHAR F339\nENCODING 62265\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n00E3E38000\n01E3E3C000\n01F3E0C000\n00F3E00000\n00FBE00000\n187FE00C00\n3E7FE01E00\n3FBFE00E00\n3FDFE00E00\n0FFFC00800\n03F0000000\n01C0000000\n3F80000600\nFF80000780\nFF80000780\nFF00000F80\n3F00000E00\n0100000000\n0300000000\n0F80001800\n3F80003E00\n3F80007E00\n3E60003E00\n1870030C00\n00F80F8000\n00F3E78000\n01F3E7C000\n01E3E3C000\n00E3E38000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F33A\nENCODING 62266\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C001F000\n1FF007FC00\n3FF80FFE00\n7FF80FFF00\nFC7C1F1F00\nF83C1E0F80\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF83C1E0F80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n0FFFFFF800\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nF83C1E0F80\nF03C1E0780\nF03C1E0780\nF03C1E0780\nF83C1E0F80\nFC7C1F1F80\n7FF80FFF00\n3FF80FFE00\n1FF007FC00\n0FC001F800\nENDCHAR\nSTARTCHAR F33B\nENCODING 62267\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n7C000000\n3E000000\n1F000000\n0F800000\n0F800000\n07C00000\n03E00000\n03F00000\n01F00000\n00F80000\n00FC0000\n007C0000\n003E0000\n007C0000\n007C0000\n00F80000\n01F00000\n01E00000\n03E00000\n07C00000\n0F800000\n0F800000\n1F000000\n3E000000\n7C000000\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F33C\nENCODING 62268\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n00007FFF00\n00007FFF80\n00007FFF80\n0000FFFF80\n0000F00000\n0000F00000\n0001E00000\n0001E00000\n0001E00000\n0003C00000\n0003C00000\n0007C00000\n2007800000\nF007800000\nF00F000000\n780F000000\n780F000000\n781E000000\n3C1E000000\n3C3E000000\n3C3C000000\n1E3C000000\n1E78000000\n0E78000000\n0F78000000\n0FF0000000\n07F0000000\n07F0000000\n07E0000000\n03E0000000\n03C0000000\n01C0000000\n01C0000000\nENDCHAR\nSTARTCHAR F33D\nENCODING 62269\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFC1C0C00\n7FFE1E1E00\n7FFF1E1E00\nFFFF1C1C00\nFFFF000000\nFFFF000000\nFFFF800000\nFFFF000000\nFFFF000C00\n7FFF001E00\n7FFE001E00\n3FFE001E00\n1FFC000000\n0FF0000000\n000007F800\n00003FFF00\n00007FFF00\n3C007FFF80\n3C00FFFF80\n3C00F80780\n1800F80780\n0000F80780\n0000F80780\n0000F80780\n0000F80780\n1C1CF80780\n3C3CF80780\n3C3C7FFF80\n181C7FFF80\n00007FFF00\n00001FFE00\nENDCHAR\nSTARTCHAR F33E\nENCODING 62270\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFC1C0C00\n7FFE1E1E00\n7E3F1E1E00\nF81F1C1C00\nF80F000000\nF00F000000\nF00F800000\nF00F000000\nF80F000C00\n7C1F001E00\n7FFE001E00\n3FFE001E00\n1FFC000000\n0FF0000000\n000007F800\n00003FFF00\n00007FFF00\n3C007FFF80\n3C00FFFF80\n3C00FFFF80\n1800FFFF80\n0000FFFF80\n0000FFFF80\n0000FFFF80\n0000FFFF80\n1C1CFFFF80\n3C3CFFFF80\n3C3C7FFF80\n181C7FFF80\n00007FFF00\n00001FFE00\nENDCHAR\nSTARTCHAR F33F\nENCODING 62271\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n07FFFFF000\n0FFFFFF800\n1C1FF07C00\n38FFFEFE00\n71F81FE700\nE7E007C380\nC7C0000180\nEFE0000380\n7FFFC00700\n3FFFFE0E00\n1FFFFF1C00\n0FFFFFB800\n0600FFB000\n03000FE000\n038007E000\n01F80FC000\n00FC3F8000\n007FFF0000\n003BFE0000\n001C1C0000\n000C180000\n0006300000\n0007700000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F340\nENCODING 62272\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\nFFFFFFF8\n7FFFFFF0\n7FFFFFF0\n3FFFFFE0\n007FF000\n00FFF800\n03FFFE00\n07FFFE00\n07F8FF00\n0FC01F80\n0F800F80\n1F0007C0\n1E0003C0\n3E0003E0\n3C0003E0\n3C0001E0\n3C0001E0\n3C0001E0\n3C0003E0\n3E0003E0\n1E0003C0\n1F0007C0\n0F800F80\n0FC01F80\n07F0FF00\n07FFFF00\n03FFFE00\n00FFF800\n007FF000\n3FFFFFE0\n7FFFFFF0\n7FFFFFF0\nFFFFFFF8\nENDCHAR\nSTARTCHAR F341\nENCODING 62273\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C03601C00\n181F7C0C00\n303F7E0600\n307E3F0600\n60FE3F8300\n61FE3F8300\nE1FC1FC380\nC000000180\nC300006180\nC3C001E180\nC3E003E180\nC3F007E180\nC3F007E180\nC1F007C180\nE1F007C380\n61E1C3C300\n60E3E38300\n706FFB0600\n301FFE0600\n181FFC0C00\n1C03E01C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F342\nENCODING 62274\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FDFFF000\n0FE1FFF800\n1F83FEFC00\n1F03FE7C00\n3E07DE3E00\n3C07DE1E00\n7C0F9E1F00\n780F9E0F00\nF81F1E0F80\nF01F1E0F80\nF03E1E0780\nF03E1E0780\nF07C1E0780\nF07C1E0780\nF0F81E0780\nF0F81E0F80\nF9F01E0F80\n79FFFE0F00\n7FFFFE1F00\n7FFFFE1E00\n3FFFFE3E00\n1FC01E7C00\n1F801EFC00\n0FE01FF800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F343\nENCODING 62275\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 0\nBITMAP\n007FC000\n01FFF000\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FFFFF80\n7FFFFFC0\n7FFFFFC0\nFFFFFFC0\nFFFFFFE0\nFBFFFBE0\nF3FFF9E0\nF1FFF1E0\nF9FFF3E0\n787FC3C0\n7C3F87C0\n7FFFFFC0\n3FFFFF80\n1FFFFF00\n3FCE7F80\n3FEEFF80\n3FFFFF80\n1FFFFF00\n1FFFFF00\n07FFFC00\n03339800\n03339800\n03339800\n03339800\n03339800\n03339800\n03339800\n03111800\nENDCHAR\nSTARTCHAR F344\nENCODING 62276\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FBEF8000\n03C3E1E000\n0703E0F000\n0E07F03800\n1C07F01C00\n180FF80C00\n303FFE0600\n303FFE0600\n601FFC0300\n601FFC0300\nE00FF80300\nC007F00180\nC003E00180\nC003E00180\nC001C00180\nC801C00980\nCC07F01980\nCC0FF81980\nEE07F03B80\n6701C07300\n61C1C18300\n3003E00600\n3003E00600\n1807F00C00\n1C0FF81C00\n0E0FF83800\n0707F07000\n03C7F1E000\n00FBEF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F345\nENCODING 62277\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFC1FFC00\n1FF007FC00\n3FF80FFE00\n3FFC1FFE00\n7FFE3FFF00\n7FFF7FFF00\nFEFFFFBF80\nFE7FFF3F80\nFC3FFE1F80\nFC1FFC1F80\nFC0FF81F80\nFC1FFC1F80\nFC3FFE1F80\nFE7FFF3F80\nFEFFFFBF80\n7FFF7FFF00\n7FFE3FFF00\n7FFC1FFE00\n3FF80FFE00\n1FF007FC00\n1FFC1FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F346\nENCODING 62278\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 1\nBITMAP\n04000040\n08000060\n08C00620\n18800230\n19800330\n19838330\n3107C318\n330FC198\n330FE198\n3307C198\n3307C198\n33830398\n3B8FE3B8\n1FFFFFF0\n0FFFFFE0\n003FF800\n1FFFFFF0\n7FFFFFFC\nFB9FF3BE\nE39FF38E\nC31FF186\nC31FF186\nC30FE186\nC30FE186\nC107C306\n4187C306\n6183830C\n6081020C\n20C00608\n20000008\n10000010\nENDCHAR\nSTARTCHAR F347\nENCODING 62279\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 0\nBITMAP\n0071C000\n01F1F800\n03F1F800\n13F1F900\n39801380\n30000180\n4071C040\n0C71C600\n7E71CFC0\nFE318FE0\nFF319FE0\nFF911FE0\nFF913FE0\nDFC03F60\nC7C27C60\nC1E0F060\nC060C060\nE03180E0\n603180E0\n703181E0\n78E0E3C0\n7FE0FFC0\n7FC07FC0\n3FC07F80\n0F913E00\n23111880\n10318100\n0C000600\n0E404E00\n0471C400\n00F1E000\n00F1E000\n00318000\nENDCHAR\nSTARTCHAR F348\nENCODING 62280\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 0\nBITMAP\nC0000060\nC0000060\nC03F80E0\nE1FFF0E0\nE7FFFCE0\nEFFFFEE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nF7FFFDE0\nF3FFF9E0\nF03F81E0\nF83F83E0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nC7FFFC60\nC1FFE060\nC03F8060\nC0040040\n400000C0\n600000C0\n600000C0\n600000C0\n700001C0\n38000380\n1E000F00\n0FC07E00\n01FFF000\n003F8000\nENDCHAR\nSTARTCHAR F349\nENCODING 62281\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 0\nBITMAP\n00FFE000\n07FFF800\n0FFFBE00\n3E3F8F80\n783F83C0\n603F80C0\n403F0040\nC01F0060\nC0000060\nC0000060\nC0000060\nC0000060\nC8000260\nCFC07E60\nCFC07E60\nC1C07060\nC0000060\nE00000E0\nE00000E0\nE00000E0\n600000C0\n600000C0\n600000C0\n707FC1C0\n7CFFE7C0\n3F803F80\n3B803B80\n38000380\n1C000700\n0E000E00\n07001C00\n03FFF800\n01FFF000\nENDCHAR\nSTARTCHAR F34A\nENCODING 62282\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0001C00000\n0003E00000\n0073E70000\n00F3E78000\n03F3E7E000\n03F3E7E000\n07F3E7F000\n07F3E7F000\n0FF3E7F800\n0FF3E7F800\n0FF007F800\n0FC001F800\n0F03E07800\n0C0FF81800\n0847F10800\n01F3E7C000\n03F3E7E000\n03F3E7E000\n03F3E7E000\n09F3E7C800\n1847E10C00\n1C04101C00\n1F380E7C00\n3FF9CFFE00\n3FF1C7FE00\n3FF3E7FE00\n7FE3E3FF00\n7FE003FF00\n7FE003FF00\nFC7FFF1F80\nC03FFE0180\n000FF80000\n0003E00000\nENDCHAR\nSTARTCHAR F34B\nENCODING 62283\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 4 0\nBITMAP\n7FF000\nFFF000\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nFFFFFC\nFFFFFE\nE0380E\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nE0380E\nFFFFFE\nFFFFFC\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nFFF000\n7FF000\nENDCHAR\nSTARTCHAR F34C\nENCODING 62284\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 4 0\nBITMAP\n001FFC\n001FFE\n003806\n003806\n003806\n003806\n003806\n003806\n003806\n003806\n7FFFFE\nFFFFFE\nE0380E\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nE0380E\nFFFFFE\nFFFFFC\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nFFF000\n7FF000\nENDCHAR\nSTARTCHAR F34D\nENCODING 62285\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 4 0\nBITMAP\n7FF000\nFFF000\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nFFF800\nFFF800\nE03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nC03800\nE03800\nFFFFFC\nFFFFFE\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nC03806\nFFFFFE\n7FFFFC\nENDCHAR\nSTARTCHAR F34E\nENCODING 62286\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n7C07C03F00\nFE0FE07F80\nFF0FE07F80\nFF0FE0FF80\n7F8FE1FF00\n7F8FE3FE00\n3FCFE7FC00\n3FCFEFF800\n1FEFFFF000\n1FEFFFE000\n0FFFFF8000\n07FFFFC000\n07FFFFE000\n03FFFFF000\n01FFEFF800\n01FFE7FC00\n00FFE3FE00\n007FE1FF00\n003FE0FF80\n001FE07F80\n000FC03F00\nENDCHAR\nSTARTCHAR F34F\nENCODING 62287\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n7FF007FF00\nFFF01FFF80\nC0307C0180\nC030F00180\nC031C00180\nC033800180\nFFF300FF80\nFFF707FF80\n00060F0000\n00061C0000\n000E180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR F350\nENCODING 62288\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n007FFF0000\n00E0038000\n01E003C000\n03F007E000\n07F007F000\n0FF80FF800\n1FF80FFC00\n3FFC1FFE00\n7FFC1FFF00\nFFFE3FFF80\nCFFE3FF980\nC3FF7FE180\nC0FF7F8180\nC03FFE0180\nC00FF80180\nC003E00180\nC00FF80180\nC03FFE0180\nC0FF7F8180\nC3FF7FE180\nCFFE3FF980\nFFFE3FFF80\n7FFC1FFF00\n3FFC1FFE00\n1FF80FFC00\n0FF80FF800\n07F007F000\n03F007E000\n01E003C000\n00E0038000\n007FFF0000\n003FFE0000\nENDCHAR\nSTARTCHAR F351\nENCODING 62289\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 1\nBITMAP\n00FE0000\n03FF8000\n0FFFE0F0\n1F87F3F8\n3E01FFFC\n3C007FFE\n78383FFE\n70FE1FFE\nF1FF0FFE\nE3FF87FC\nE3C7C3F8\nE3C3E3F0\nE3C1F7E0\nE1E0FFC0\nF1F07F80\n70F83F00\n787C1E00\n3C3E0C00\n3E1F0000\n1F0F8000\n0F87C000\n07C3E000\n03E1F000\n01F0FC00\n00F87C00\n007C3E00\n003E1F00\n001F0F00\n000F8F00\n0007FF00\n0003FE00\n0001FC00\n00007800\nENDCHAR\nSTARTCHAR F352\nENCODING 62290\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0F00007800\n0F00007800\n00C0018000\n00C0018000\n0030060000\n0030060000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n3F0FF87E00\n3F0FF87E00\n3F0FF87E00\n3F0FF87E00\n3F0FF87E00\nFFFFFFFF80\nFFFFFFFF80\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nC3FFFFE180\nC300006180\nC300006180\n00FC1F8000\n00FC1F8000\nENDCHAR\nSTARTCHAR F353\nENCODING 62291\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 26 0 3\nBITMAP\n1000000400\n0800000800\n0C00001800\n0600003000\n038000E000\n01E003C000\n00F0078000\n00FE3F0000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n000FF80000\n001FFC0000\n003FFE0000\n003F7E0000\n007E3F0000\n00FC1F8000\n01F80FC000\n03E003E000\n07C001F000\n0F00007800\n0C00001800\n1800000C00\n2000000200\n8000000080\nENDCHAR\nSTARTCHAR F354\nENCODING 62292\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FB9F8000\n03F399E000\n07CCE6F000\n0ECCE67800\n1F33999C00\n1B33999C00\n3CCCE66E00\n3CCCE66600\n7333D99B00\n7337F99B00\nECCF7E6700\nCCDC1E6780\nFFF88FFF80\nFFF1CFFF80\nFFF3E7FF80\nFFF1CFFF80\nFFF88FFF80\nC01C1C0180\nE00F780380\n6007F00300\n6001C00300\n3000000600\n3000000600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F355\nENCODING 62293\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n04000100\n08000080\n10000040\n30000060\n20000020\n60000030\n40000010\nC0000018\nC0000018\nC0000018\nC0020038\nE0020038\nE0070038\n70070070\n780F80F0\n7C0F81F0\n3E0F83E0\n1F8F8FC0\n0FFFFF80\n07FFFF00\n03FFFE00\n00FFF800\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n00070000\n00070000\n00020000\n00020000\nENDCHAR\nSTARTCHAR F356\nENCODING 62294\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007E00000\n003FE60000\n007FE78000\n003FE3E000\n070FF3F000\n0FC3F3F800\n1FF0F3F800\n1FF871F800\n3FFE19F000\n3FE001F200\n7E0001E300\n600000C700\n018000CF00\n0F80008F80\nFF00009F80\nFF00001F80\nFE00003F80\nFC00007F80\nFC80007F80\nF88000F800\nF98000C000\n7180000300\n63C0003F00\n27C003FE00\n07CC3FFE00\n0FC70FFC00\n0FE787FC00\n0FE7E1F800\n07E7F87000\n03E3FE0000\n00F3FF0000\n0033FE0000\n0003F80000\nENDCHAR\nSTARTCHAR F357\nENCODING 62295\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 2 0\nBITMAP\n000FF000\n007FFE00\n01FFFF00\n03FFFFC0\n0FFFFFE0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nF800003E\nF000001E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n3FFFFFF8\n18000030\n18000030\n18000030\n18000030\n0C000070\n0C000060\n060000E0\n060000C0\n03038180\n018FE380\n00FFFF00\n007FFC00\n003FF800\n0007E000\nENDCHAR\nSTARTCHAR F358\nENCODING 62296\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00180C0000\n40780F0100\nE0F80F8380\nFFF80FFF80\n07F80FF000\n03FC1FE000\n01FE3FC000\n01FE3FC000\n00FE3F8000\n00FE3F8000\n003E3E0000\n1C1C1C1C00\n3C0C181E00\n0000000000\n0010040000\n0270072000\n0F3C1E7800\n0FBE3EF800\n1FFE3FFC00\n1FFC1FFC00\n1FFC1FFC00\n0FFE3FF800\n00FE3F8000\n007C1F0000\n0000000000\n0000000000\n0000000000\n01F007C000\n01FE3FC000\n01FE3FC000\n01FE3FC000\n00EC1B8000\n0070070000\nENDCHAR\nSTARTCHAR F359\nENCODING 62297\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F8000000\n0FFE000000\n1FFF000000\n3FFF000000\n7FFF800000\n7FFF800000\nFFFFC00000\nFFFFC00000\nFFFFE00000\nFFFFE00000\nFFFFE00000\nFFFFF00000\nFFFFF00000\n7FFFF80000\n7FFFF80000\n3FFFF80000\n0FFFFC0000\n07FFFC0000\n00FFF80000\n001FF00000\n0007E60000\n0000CF0000\n00000F8000\n000007E000\n000003FC00\n000001FF00\n000001FF80\n000000FF80\n000000F300\n000000F000\n0000007800\n0000007800\n0000003000\nENDCHAR\nSTARTCHAR F35A\nENCODING 62298\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0000E00000\n0001F00000\n0003F80000\n000FE00000\n601E032000\nF8183F3800\nFC21FE7C00\nFC07FE7E00\nFE1FFE7F00\n7F3FFE7F00\n3FFFFE7F80\n1FFFFE6780\n07FFFE7F80\n1FFFFE7F80\n3FFFFE7F80\n7F3FFE7F00\nFE1FFE7F00\nFC07FE7E00\nFC01FE7C00\nF8003F3800\n6006032000\n0007800000\n0007C00000\n000F800000\n0007000000\nENDCHAR\nSTARTCHAR F35B\nENCODING 62299\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0007F00000\n0007F00000\n000FF80000\n000FF80000\n01C7F3C000\n07E7F3F000\n1FE3E3FC00\n3FF007FE00\n7FF80FFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n07FFFFF000\n20FFFF8200\n3803E00E00\n1C00001C00\n1CF0079C00\n1CF3E79C00\n1E73E73C00\n1E73E73800\n0E73E73800\n0E73E73800\n0E73E73800\n0E73E73800\n0673E73000\n0073E70000\n0013E40000\nENDCHAR\nSTARTCHAR F35C\nENCODING 62300\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000180000\n0000FC0000\n0003F00000\n000FF80000\n001FF80000\n003FFC0000\n00FFFC0000\n01FFFC0000\n03F9FE0000\n03F8FE0000\n07F0FF0000\n0FF8FF0000\n1FFFFF8000\n1FFFFF8000\n3F7FF78000\n3C3FE3C000\n7C3FE1C000\n7C3FE3E000\n7F7FF7E000\nFFF8FFE000\nFFF0FFF000\n0FF8FFF000\n01FDFFF800\n007FFE3800\n000FFE1800\n0003FE1C00\n00007F3C00\n00001FFE00\n000003FE00\n000000FF00\n0000001F00\n0000000700\n0000000080\nENDCHAR\nSTARTCHAR F35D\nENCODING 62301\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000000000\nF000000000\nF000000000\nF000000000\nF800000000\n7C00000000\n3E00000000\n1F00000000\n1B80000000\n19C0000000\n18F0000000\n1C78000000\n0C1E002000\n0C0F81FC00\n0E03E3FE00\n0600FFFF00\n07003FFF80\n030007FF80\n038007FF80\n018007FF80\n01C007FF80\n00FF07FF00\n00FF83FF00\n01FFC1FE00\n01FFC07000\n03FFC00000\n03FFE00000\n03FFE00000\n03FFC00000\n01FFC00000\n01FF800000\n00FF000000\n003E000000\nENDCHAR\nSTARTCHAR F35E\nENCODING 62302\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001FE0000\n000FFFC000\n003FFFF000\n007FFFF800\n00FFFFFC00\n01FFFFFE00\n03FFFFFE00\n07FFFFFF00\n0FFFFFFF00\n1FFFFFFF80\n3FFFFFFF80\n7FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFBFFF80\n7FE001FF00\n0000000000\n000FF00000\n000FF00000\n001FF00000\n001FF00000\n001FF00000\n001FF00000\n001FF00000\n001FF00000\n003FF00000\n003FF00000\n003FF00000\n003FF00000\n003FF80000\n003FF80000\n001FF80000\n001FF00000\nENDCHAR\nSTARTCHAR F35F\nENCODING 62303\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00E0000000\n01F0000000\n03F0000000\n03F0000000\n03F0000000\n03F0000000\n3FF0000000\n7FF8000000\nFFF8000000\nFFFC000000\nFFFE000000\n7FFF000000\n03FF800000\n007FC00000\n003FE00000\n001FF00000\n000FF80000\n0007FC0000\n0003FE0000\n0001FF0000\n0000FFE000\n00007FFF00\n00003FFF80\n00001FFF80\n00000FFF80\n00000FFF00\n00000FFE00\n000007E000\n000007E000\n000007E000\n000007E000\n000007C000\n0000038000\nENDCHAR\nSTARTCHAR F360\nENCODING 62304\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FC00000\n01FFF80000\n07E07E0000\n0F000F0000\n1E0F838000\n387FF1C000\n38FFF8E000\n71FFFE6000\n63C7FE3000\n6783FF3000\nC703FF9800\nCF03FF9800\nCF03FFCC00\nCF83FFCC00\nCFFFFFE600\nCFFFFFE600\nCFFFFFE600\nCFFFFFF300\nE7FFFFF300\n67FFFFF300\n67FFFFF900\n33FFFFF980\n307FFFF980\n1800FFF980\n1F003FF980\n0FFF1FF980\n01FFC7F980\n0003E3F380\n0000F86380\n00003C0700\n00001F8F00\n000007FE00\n000001F800\nENDCHAR\nSTARTCHAR F361\nENCODING 62305\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n01FC00\n03FE00\n03FE00\n03FE00\n03FE00\n03FE00\n00F800\n01FC00\n01FC00\n03FE00\n07FF00\n1FFFC0\n7FFFF0\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFF0\n7FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n3FFFE0\n1FFFC0\nENDCHAR\nSTARTCHAR F362\nENCODING 62306\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 -1\nBITMAP\n3FFFFFE0\n7FFFFFF0\nFFE00078\nFFFF0038\nFFFFF018\nFFFFF818\nFFFFFC18\nFFFFFE18\nFFFFFE18\nFFFFFE18\nFFCFFE18\nF807FE18\nF000FE18\nF0003E18\nF0003E18\nF8001E18\nFC001E18\nFE003E18\nFE00FE18\nFE00FE18\nFE00FE18\nFE00FE18\nFE00FE18\nFF00FE18\nFFE1FE18\nFFFFFE38\nFFFFFE78\n7FFFFFF0\n7FFFFFE0\n1FFFFE00\n01FFFE00\n000FFC00\n00007800\nENDCHAR\nSTARTCHAR F363\nENCODING 62307\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n01FFFF0000\n0FF807C800\n07F000FC00\n0FF000FC00\n1FC001FE00\n3B8200FE00\n7203C07F00\n6003F81F00\n6007F00F00\nC007F00180\nC007F00180\nC000000180\nC000000180\nC000002380\nEE0003E380\n7FC007F700\n3FC007FE00\n1FFE07FC00\n0FFFFFF800\n003FFE0000\n3000000600\n1CE0039C00\n1CF3E79C00\n1E73E73C00\n1E73E73C00\n0E73E73800\n0E73E73800\n0E73E73800\n0E73E73800\n0673E73000\n0073E70000\n0013E40000\nENDCHAR\nSTARTCHAR F364\nENCODING 62308\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0800000000\n0800000000\n1C7C000000\n3DFF000000\nFFFFC00000\n3FFFE00000\n1FFFF00000\n1FFFF80000\n1FFFFC0000\n3FFFFE0000\n3FFFFF0000\n3FFFFF8000\n3FFFFFC000\n3FFFFFE000\n1FFFFFF000\n1FFFFFF800\n1FFFFFF800\n0FFFFFFC00\n07FFFFFC00\n03FFFFFE00\n01FFFFFE00\n00FFFFFE00\n007FFFFE00\n003FFFFE00\n001FFFFC00\n000FFFFC00\n0007FFFC00\n0003FFFE00\n0001FFFF80\n0000FFDE00\n00001F1C00\n0000000800\n0000000800\nENDCHAR\nSTARTCHAR F365\nENCODING 62309\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003E000000\n007FE00000\n00E1F80000\n00C01F0000\n018007C000\n038001E000\n0300007800\n0600001C00\n0E00000E00\n0C00000700\n1806000380\n301FC00180\n603FE00180\n607FF00180\nC07FF00180\nC0FFF80300\nC0FFF80300\nC0FFF80600\nC07FF00E00\nC07FF01C00\n603FE01800\n601FC01800\n6006001800\n3000001800\n3800001800\n1C00001800\n0E00003800\n07F8003000\n00FF003000\n0007C03000\n0000F87000\n00003FE000\n000007C000\nENDCHAR\nSTARTCHAR F366\nENCODING 62310\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007F800000\n03FFF00000\n0FFFFC0000\n07FFFE0000\n23FFFF8000\n30FFFFC000\n787FFFE000\n783FFFF000\nFC1FFFF800\nFE0FFFF800\nFF03FFFC00\nFF81FFFE00\nFF80FFFE00\nFFC07FFF00\nFFE03FFF00\nFFF01FFF00\nFFF80FFF80\n7FFC07FF80\n7FFE03FF80\n7FFF01FF80\n3FFF81FF80\n3FFFC0FF80\n1FFFE07F80\n0FFFF03F80\n0FFFFC1F80\n07FFFE0F00\n03FFFF0F00\n01FFFF8600\n00FFFFE200\n003FFFF000\n001FFFF800\n0007FFE000\n0000FF8000\nENDCHAR\nSTARTCHAR F367\nENCODING 62311\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0000400000\n0000C00000\n0001C00000\n0007C00000\n7FFFC00000\nFFFFC00000\nC003FFFF00\nC007FFFF80\nC007838380\nC007818180\nC00F9F9F80\nC00F9F9F80\nC0079F9F80\nC0079F9F80\nC007FFFF80\nC003FFFF80\nC003FFFF80\nC003818180\nC003838380\nC0079F9F80\nC0079F9F80\nC00F9F9F80\nC00FBFBF80\nC007FFFF80\nC003FFFF00\nFFFFF00000\n7FFFF80000\n0003F00000\n0001F00000\n0000E00000\n0000600000\nENDCHAR\nSTARTCHAR F368\nENCODING 62312\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n00F1C78000\n00FBCF8000\n007FFF0000\n007FFF0000\n01FFFF7000\n07FFFFFC00\n0E79FFCE00\n0C38FF8600\n0C30F38600\n0E38E18E00\n1FFFE1FC00\n7FFFE3FF00\nF7DF7FF300\nC30E3FE180\nC30C1DE180\nC38E38E180\n7FFFF87F00\n7FFFF8FF00\n0FFFFDF800\n10E38F8400\n30C3878600\n30C38F8600\n39F7DFCE00\n3FFFFFFE00\n1FFFFFFC00\n078FF8F000\n030FF86000\n030E386000\n019C1CC000\n01FE3FC000\n00F6378000\n0007F00000\n0001C00000\nENDCHAR\nSTARTCHAR F369\nENCODING 62313\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 2 0\nBITMAP\n07C07C00\n1FF1FE00\n383B8700\n310E1180\n18CE6300\n186EC300\n0C7FCE00\n07FFFC00\n03F1F800\n0FE0FC00\n1FC0FF00\n1C404700\n3860C380\n31FBF180\n33DF7B80\n3F0E1F80\n7E0E0FC0\nEC0E0EC0\nCC0E0660\nCE1F0E60\nC77BDC60\nDFF1FFE0\n7DC077C0\n39803380\n30806180\n30C06180\n1871C300\n1C7FC700\n0F5FDE00\n07E0FC00\n01F1F000\n007FC000\n001F0000\nENDCHAR\nSTARTCHAR F36A\nENCODING 62314\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0010640000\n00F3E70000\n04F3E78600\n1CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n00F3E78000\n4000000100\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F36B\nENCODING 62315\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0100008000\n0180C0C000\n0141C1E000\n0343612000\n0041412000\n0000000000\n03C1C1E000\n03C3E1E000\n03C3E1E000\n03C3E1E000\n03C3E1E000\n03C3E1E000\n0000000000\n0000000000\n03FFFFE000\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F36C\nENCODING 62316\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n007F0100\n01FFC380\n07FFF7C0\n0FFFFEC0\n1FFFFCE0\n3FFFFE60\n3FFFFE30\n7FFFFF30\n7FFFFF30\nFFFFFF18\nFFFFFF98\nFFFFFF98\nFFFFFF98\nFFFFFF98\nFFFFFF98\n7FFFFF18\n7FFFFF30\n7FFFFF30\n3FFFFE70\n3FFFFE60\n1FFFFCE0\n3FFFF8C0\n77FFF180\nE1FFC380\n783C0F00\n3C003C00\n0F81F800\n03FFE000\n007F0000\n003E0000\n003E0000\n03FFE000\n03FFE000\nENDCHAR\nSTARTCHAR F36D\nENCODING 62317\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n001C0000\n001C0000\n003E0000\n007E0000\n007F0000\n007F0000\n007F0000\n00FF8000\n01FFC000\n07FFF000\n0FFFF800\n07FFF000\n1FFFFC00\n7FFFFF00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFE00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n0FFFF800\nENDCHAR\nSTARTCHAR F36E\nENCODING 62318\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07E0FFF000\n0F803FF800\n1E070FFC00\n1C1F87FC00\n3C1DC7FE00\n3838C3FE00\n7838E3FF00\n703EC3FF00\nF07FC1FF00\nF0E381FF80\nF0C301FF80\nF0E303FF80\nF87703FF80\nF83E03FF80\nFC0807FF80\nFC000FFF80\nFE001FFF80\n7F803FFF00\n7FE1FFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F36F\nENCODING 62319\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FE3E3FC00\n3FC3E1FE00\n3FC3E1FE00\n7FE3E3FF00\n7FF3E7FF00\nFFFFFFFF00\nFFFFFFFF80\nFCFF7F9F80\nFC1E3C1F80\nFC0C181F80\nFC1E3C1F80\nFCFF7F9F80\nFFFFFFFF80\nFFFFFFFF80\n7FF3E7FF00\n7FE3E3FF00\n7FC3E1FE00\n3FC3E1FE00\n1FE3E3FC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F370\nENCODING 62320\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n07E003F000\n0FF007F800\n0FF007F800\n0FF007F800\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F371\nENCODING 62321\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE1FFC3F80\nFC07F01F80\nF8E3E38F80\nF1F3E7C780\nF3F3E7E780\nF3F3E7E780\nF3F3E7E780\nF9E3E3CF80\nF807F00F80\nFC0FF81F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC0FF81F80\nF807F00F80\nF9E3E3CF80\nF3F3E7E780\nF3F3E7E780\nF3F3E7E780\nF1F3E7C780\nF8E3E38F80\nFC07F01F80\nFE1FFC3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F372\nENCODING 62322\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFE3FF80\nFF80FF80\nFF9CFF80\nFF1C7F80\nFF3E7F80\nFF9CFF80\nFF80FF80\nFFC1FF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFF7FF80\nFF007F80\nFE003F80\nFC001F80\nF8000F80\nF83E0F80\nF87F0F80\nF07F0780\nF0FF8780\nF0FF8780\nF07F0780\nF87F0F80\nF81C0F80\nFC001F80\nFE003F80\nFF007F80\nFFC1FF80\nFFFFFF80\n7FFFFF00\nENDCHAR\nSTARTCHAR F373\nENCODING 62323\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 4\nBITMAP\n00F0000000\n00F0000000\n0030000000\n0030000000\n00FC000000\n00FE000000\n01FF000000\n01FF000000\n03FFF00000\n0FFFFC0000\n1FFFFE0100\n3FFFFF8380\n7FFFFFC380\n7FFFFFF780\nFFFFFFFF80\nF0E38FFF80\nF0C387FF80\nF0E38FFF80\nF9F7DFFF80\n7FFFFFF380\n7FFFFFC180\n3FFFFF8000\n3FFFFF0000\n0FFFFC0000\n03FFFC0000\n003FF80000\n003FF80000\nENDCHAR\nSTARTCHAR F374\nENCODING 62324\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00040000\n001F0000\n007BC000\n01F1F000\n03C47800\n038E3800\nC30E3800\nE30E1800\n630E1800\n730E1C00\n370E1C00\n3F0E1C00\n1E0E1C00\n0E0E0C00\n0E0E0C00\n060E0C00\n070E0E00\n0F8E0E00\n0F8E0E00\n0DCE0600\n0CCE0600\n0CEE0600\n0C7E0600\n0C3E0700\n1C3E0700\n181E0300\n181E0300\n1FFFFF00\n1FFFFF00\n1FFFFF00\n1FFFFF80\n3FFFFF80\n3FFFFF80\nENDCHAR\nSTARTCHAR F375\nENCODING 62325\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0030000000\n0070000000\n00F0000000\n01F0000000\n03F8000000\n07F8000000\n0FF8000000\n1FF8000000\n3FFC000000\n7FFC000000\nFFFE000000\nFFFE000000\n0FFF000000\n00FF800000\n003F800000\n001FC00000\n003FE00000\n007FF00000\n0078F80000\n00F07C0000\n00F03E0000\n00F01F0000\n00F80FC000\n007807E000\n007C07F000\n003E07F800\n001F0FFC00\n000FFFFE00\n0007FE7F80\n0003FC3F00\n0000F81E00\n0000000C00\n0000000800\nENDCHAR\nSTARTCHAR F376\nENCODING 62326\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F04000\n003FF9F800\n00FFF3FE00\n03FFE7FE00\n07FF8FFF00\n0FFF1FCF00\n1FFE3F8F00\n1FFC7F1F80\n3FF8FE3F80\n3FF1FC7F00\n7FE7F8FE00\n7F8FF1FC00\nFF1FE3F900\nFE3FE7F380\nFC7FFFE780\nF8FFFFC780\nF1FFFF8F80\nE3FFFF1F80\n87FFFE3F80\n0FFFFE7F80\n3FFFFCFF80\n7FFFF9FF00\nFFFFF3FF00\nFFFFE7FE00\n7FFFC7FE00\n3FFF8FFC00\n1FFF1FFC00\n1FFE3FF800\n0FFC7FF000\n07F8FFE000\n01F1FF8000\n00E3FE0000\n0007F00000\nENDCHAR\nSTARTCHAR F377\nENCODING 62327\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nCFFFFFF980\nCFFFFFF980\nFFFFFFFF80\nFFFFFFFF80\nFE7FFF3F80\nF80FF80F80\nF007F00780\nE003E00380\nC083E08180\nC3C3E1E180\nC3C3E1E180\nC3C3E1E180\nC083E08180\nE003E00380\nE007F00780\nF80FF80F80\nFE7FFF3F80\nFFFFFFFF80\nFFFFFFFF80\nCFF3E7F980\nCFFBEFF980\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F378\nENCODING 62328\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000000\n0F00000000\n1F80000000\n3FC0000000\n7FE0000000\nFFF0000000\nFFFA000000\n7FFF000000\n3FFFC00000\n1FFFF80000\n0FFF7C0000\n07F80E0000\n03F0070000\n01E0030000\n03E4138000\n01CE398000\n00C7718000\n00C3E1C000\n00E1C3E000\n006083C000\n007007E000\n00380FF000\n001E3FF800\n000FFFFC00\n0003FFFE00\n00007FFF00\n00002FFF80\n000007FF80\n000003FF00\n000001FE00\n000000FC00\n0000007800\n0000003000\nENDCHAR\nSTARTCHAR F379\nENCODING 62329\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 24 0 5\nBITMAP\n4000000100\nC000000180\nC000000380\nE003E00380\nE01FFC0380\nF07FFF0780\nF8FFFF8F80\nFDFF7FDF80\n7FFC1FFF00\n7FFC1FFF00\n3FFC1FFE00\n3FFC1FFE00\n1FFC1FFC00\n0FFC1FF800\n0FFC1FF800\n0FFC1FF800\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n1FFFFFFC00\n0FFFFFF800\n01FFFFC000\n001FFC0000\nENDCHAR\nSTARTCHAR F37A\nENCODING 62330\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n07C001F000\n1FF007FC00\n3FF80FFE00\n7FF80FFF00\n7FFC1FFF00\nFFFC1FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n001FFC0000\n0007F00000\nENDCHAR\nSTARTCHAR F37B\nENCODING 62331\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n000F8000\n000FC000\n0007C000\n0023E000\n0070F000\n00F83800\n01FE0C00\n01FB8000\n00F3E000\n047FBE00\n0C3F9F80\n1E1FFBC0\n3F87F9E0\n3EC0FFE0\n3CF01FE0\n07FC0000\n03CFC000\n00FFFF80\n183F9FC0\n1E0FBFE0\n3F01FFE0\n7FE001F0\nF33C0000\nFBBFF818\nFFFFFFF8\n7FFFFFF0\n003FE000\n003FE000\n003FE000\n003FE000\n003FE000\n001FC000\nENDCHAR\nSTARTCHAR F37C\nENCODING 62332\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n001F0000\n003F8000\n007FC000\n007FC000\n00EEE000\n00CE6000\n007FE000\n007FC000\n403F8040\nF03FC0E0\n78FBE3C0\n1EF9FF00\n07FFFE00\n03FFF800\n03FBF800\n03F9F800\n03FFF800\n01FFF000\n01FFF000\n00F9F000\n01FBF000\n03FFF800\n03FFF800\n07FFFC00\n07FFFC00\n07FFFC00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n07FFFC00\n07FFFC00\n01FFF000\nENDCHAR\nSTARTCHAR F37D\nENCODING 62333\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 24 33 4 1\nBITMAP\n01F000\n00F800\n18F800\n387800\n7C3080\n7C01C0\nF801C0\nF801E0\n0001C0\n000000\n000000\nF00000\n7C0000\n7E0000\n3F0000\n180000\n000000\n00E000\n03F000\n01F800\n00F000\n000000\n000100\n000F80\n000FC0\n0007E0\n000300\n000000\n00001C\n00007E\n00003F\n00001F\n00000E\nENDCHAR\nSTARTCHAR F37E\nENCODING 62334\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00000000\n7E00000000\nE730000000\nC378000000\nC3FDFC0000\nE3FFFE0000\n7FFFE04000\n3FFFE07000\n1FFFE7F800\n1FFFE7FC00\n3FFE07FC00\n3FFC07FE00\n1FFCFFFE00\n0FFCFFFE00\n07E0FFF000\n0FC0FFE000\n0FC1FFE080\n0FCFFFE780\n0FCFFFE780\n0C0FFE0780\n0C0FFE0F80\n0CFFFE7F80\n04FFFE7F00\n00FFE07F00\n00FFE0FF00\n03FFE7FE00\n03FFE7FE00\n01FE07FC00\n00FC0FF800\n007CFFF000\n003CFFE000\n0000FF8000\n0000FC0000\nENDCHAR\nSTARTCHAR F37F\nENCODING 62335\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n6000000300\nFE00003F80\nFFC001FF80\nFFE003FF80\n7FF087FF00\n7FE3E3FF00\n3FE7F3FE00\n3FCFF1FE00\n3FCFF9FE00\n3FCFF9FE00\n3FE7F3FE00\n7FE3E3FF00\n7F8080FF00\n7E00003F00\nFC00001F80\nF800000F80\n6000000300\nENDCHAR\nSTARTCHAR F380\nENCODING 62336\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\nFC7000\nFCF800\nFCF800\nFCF800\nFCF800\nFCF800\nFCF800\nFCF800\nFCFF80\nFCFFE0\nFCFFF8\nFCFFFC\nFCFCFC\nFCF83E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFCF81E\nFC701E\nENDCHAR\nSTARTCHAR F381\nENCODING 62337\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nFFFF9FF0\nFFFF9FF8\nFFFF8000\nFFFF8000\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFDFFFF8\nFF9FFFF8\nFF8FFFF8\nFF8FFFF8\nFF07FFF8\nF0007FF8\nE0003FF8\nF0007FF8\nF800FFF8\nFC01FFF8\nFC03FFF8\nFC01FFF8\nFC01FFF8\nFC21FFF8\nF8F9FFF8\nFBFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F382\nENCODING 62338\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFE00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFBFF80\nFFFFF9FF80\nFFFFF1FF80\nFFFFF1FF80\nFFFFE0FF80\nFFFE000F80\nFFFC000780\nFFFE000F80\nFFFF001F80\nFFFF803F80\nFFFFC03F80\nFFFF803F80\n7FFF803F00\n3FFF863E00\n00039F3800\n0003FFD800\n0003F9F800\n0003E07800\nENDCHAR\nSTARTCHAR F383\nENCODING 62339\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0C00000000\n1E00000000\n3F00000000\n7F80000000\nFFC0000000\nFFE0000000\n7FF0000000\n3F38000000\n1E7C000000\n0EFE000000\n07E7000000\n03C3800000\n01C1C00000\n00E0E00000\n0070700000\n0038380000\n001C1C0000\n000E1E0000\n00073F0000\n0003F38000\n0001E3C000\n0000E7E000\n00007FF000\n00003FF800\n00001FFC00\n00000FFE00\n000007FE00\n000003FE00\n000001FE00\n000000FF00\n0000007F80\n0000000780\n0000000380\nENDCHAR\nSTARTCHAR F384\nENCODING 62340\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FF800000\n1FFFF00000\n7F03FC0000\nFC00FE0000\nFC00FE0000\n7E01FC0000\n3FFFF84000\n07FFC26080\nC0000E7F80\nF8007E7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFC1F00\n1FFFF00000\n03FF800000\nENDCHAR\nSTARTCHAR F385\nENCODING 62341\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0300000000\n0700000000\nCFC0000000\nFFC0000000\n7FF0000000\n3FF0000000\n1FF0000000\n0FE0000000\n07C0000000\n0380000000\n01C0000000\n00E0000000\n0070000000\n003C000000\n001E000000\n000F000000\n0007C00000\n0003E00000\n0001F80000\n0000FC0000\n00007F0000\n00003F8000\n00001FC000\n00000FE000\n000007F000\n000003F800\n000001FC00\n000000FE00\n0000007F00\n0000003F80\n0000001F80\n0000000F80\n0000000700\nENDCHAR\nSTARTCHAR F386\nENCODING 62342\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0007000000\n000F800000\n000FE00000\n000FF80000\n000FFC0000\n000FFF0000\n000FBFC000\n000F8FF000\n060F83F800\n0F8F81F800\n0FCF87F800\n07FF8FE000\n83FFBF8080\nE1FFFF0380\nF07FFC0780\nF81FF81F80\nFC0FE01F80\nFC1FF81F80\nF07FFC0780\nE0FFFF0380\n83FFBF8080\n07FF8FE000\n0FCF87F000\n0F8F81F800\n060F83F800\n000F8FF000\n000FBFC000\n000FFF0000\n000FFC0000\n000FF80000\n000FE00000\n000F800000\n0007000000\nENDCHAR\nSTARTCHAR F387\nENCODING 62343\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n1FFFC0\n3FFFE0\n7FFFE0\n7FFFF0\nFFFFF0\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFC\nFFFFFE\nFFFFFE\nFFFFFE\nFFFFFE\n2FFFFE\n07FFFE\n027FEC\n0073E0\n0023E0\n0001E0\n0001E0\n0001E0\n0001E0\n0001C0\n0001C0\n0001C0\n0001C0\n0001C0\n000180\nENDCHAR\nSTARTCHAR F388\nENCODING 62344\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n0003F00000\n003FF00000\n07FFF80000\n1FFFF00000\n7FFFFFC000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFF0000\nFFFFF80000\nFFFFF80000\nFFFFFC0000\nFFFFFE0000\nFFFFFC0000\nFFFFF00000\nFFFFF00000\nFFFFF80000\nFFFFF00000\nFFFFF00000\nFFFFC00000\n7FFFE00000\n3FFFC00000\n0FFFC00000\nENDCHAR\nSTARTCHAR F389\nENCODING 62345\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n0007E00000\n0007FE0000\n000FFFF000\n0007FFFC00\n01FFFFFF00\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n007FFFFF80\n000FFFFF80\n000FFFFF80\n001FFFFF80\n003FFFFF80\n001FFFFF80\n0007FFFF80\n0007FFFF80\n000FFFFF80\n0007FFFF80\n0007FFFF80\n0001FFFF80\n0003FFFF00\n0001FFFE00\n0001FFF800\nENDCHAR\nSTARTCHAR F38A\nENCODING 62346\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n780000C000\nFC0001E000\nFC0003F600\nFC0007FE00\nFC000FFC00\n7E001FFE00\n07303FFF00\n03F87FFF80\n01FC7FFF80\n01FE7FFF00\n03FF3FFE00\n03FF9FFC00\n01FFDFF800\n00FFFFF000\n007FF3E000\n003FF9C000\n001FFC0000\n01CFFE0000\n03E7FF0000\n07FFFF8000\n0FFDFFC000\n1FFCFFE000\n3FFE7FF000\n7FFF3FF800\nFFFF1FF800\nFFFF0FFC00\n7FFE07FF00\n3FFC03FF80\n1FF801FF80\n3FF0007F00\n37E0003E00\n03C0003C00\n0180001800\nENDCHAR\nSTARTCHAR F38B\nENCODING 62347\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0000800000\n0001C00000\n0001E00000\n0003E00000\n0007F00000\n0007F80000\n000DD80000\n000DDC0000\n0019CC0000\n0033E60000\n003FFE0000\n007FFF0000\n0079C78000\n00E1C38000\n00C1C1C000\n01C1C1C000\n0381C0E000\n0381C0F000\n0781C0F000\n0781C0F800\n0D81C0D800\n1D81C0DC00\n19C1C1CC00\n30C1C18E00\n30E1C38700\n6071C70300\n603FFE0380\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F38C\nENCODING 62348\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n003FC000\n01FFF800\n07FFFC00\n1FFFFF00\n3FEEFF80\n3FCE7F80\n7FFFFFC0\n7FFFFFC0\nFFFFFFE0\nFFFFFFE0\nFCFFE7E0\nF83F83E0\nF03F81E0\nF83F83E0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\n7FFFFFE0\n7FCE7FC0\n7FEEFFC0\n7FFFFFC0\n7FFFFFC0\n3FCE7FC0\n3FEEFF80\n1FFFFF80\n1FFFFF00\n0FEE7E00\n07EEFE00\n03FFFC00\n01FFF000\n00FFE000\n001F8000\nENDCHAR\nSTARTCHAR F38D\nENCODING 62349\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n000FE000\n007FFC00\n01FFFF00\n07FFFFC0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n7FFFFFFC\n7FFFFFFC\n7F3FF9FC\nFE0FE0FE\nFC0FE07E\nFC0FE07E\nFC0FE07E\nFE0FE0FE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n7FFEFFFC\n7FFC7FFC\n3FF83FF8\n1FF83FF0\n1FFFFFF0\n0FFFFFE0\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n03FFFF80\n01F7DF00\n00E38E00\nENDCHAR\nSTARTCHAR F38E\nENCODING 62350\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000018400\nF000078700\nF800078780\nFE03878780\nFF0F867B80\nFF0F887880\nFF0FF87800\nF30EF87800\nF0F0F88400\nF0F0F78700\nF0F0878780\nFCF1878780\nFF0F87FF80\nFF0F887880\nFF0FB87800\nF30EF87800\nF0F0F87800\nF0F0FF8600\nF0F0C78780\nFCF0878780\nFF3F878780\nFF0F800180\nFF0F800000\nF70F000000\nF008000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F38F\nENCODING 62351\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n2FFFFFFA00\n0FF80FF800\n0FF007F800\n0FE003F800\n0FE003F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n07C001F000\nENDCHAR\nSTARTCHAR F390\nENCODING 62352\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFF7FFC00\n3FFC1FFE00\n7FF80FFF00\nFFF807FF80\nFFF007FF80\nF7F807F780\n27F80FF000\n07FC1FF000\n07FF7FF000\n07FFFFF000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FE3FE000\n03FE1FE000\n01FE3FC000\n01FE3FC000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\nENDCHAR\nSTARTCHAR F391\nENCODING 62353\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n07FFFFF000\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FE7F3FF00\nFFE3E1FF80\nFFC3E1FF80\nFFE3E3FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFE3E3E1F80\nFC3C1E1F80\nFC3E3E1F80\nFF7F7F7F80\nFFFFFFFF80\nFFFFFFFF80\nFFE3E3FF80\nFFC3E1FF80\nFFC3E1FF80\n7FE7F3FF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n07FFFFF800\n007FFF0000\nENDCHAR\nSTARTCHAR F392\nENCODING 62354\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00007E0000\n0001FF8000\n0003FFC000\n0007FFC000\n07C7E1E000\n1FFF802000\n3FFFBC0000\n7FFFFF0000\n7CFFFF8000\nF1FFFFC000\nE3FFFFE000\nC7FF8FE000\nC7FF87E000\n8FCFC3C000\n0F8FC1C000\n0F0FC18000\n0F0FC00000\n0E0FC00000\n000FC00000\n000FE00000\n000FE00000\n003FFE0000\n01FFFFC000\n07FFFFF000\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFE00\n00FFFFC000\nENDCHAR\nSTARTCHAR F393\nENCODING 62355\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n003C1E0000\n0070070000\n0060030000\n00C0018000\n01C001C000\n018000C000\n018000C000\n038000E000\n0300006000\n0300006000\n07F007F000\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n0FF007F800\n1FFC1FFC00\n3FFE3FFE00\n7FFE3FFF00\n7C1F3C1F00\nF80F380F80\nF00F380780\nF00F180780\nF00F180780\nF00F380F80\nF81F3C0F80\n7E3F3E3F00\n7FFE3FFF00\n3FFC1FFE00\n1FF80FFC00\n07E003F000\nENDCHAR\nSTARTCHAR F394\nENCODING 62356\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000C180000\n001C1C0000\n003C1E0000\n003C1E0000\n00780F0000\n00780F0000\n00F0078000\n00E0078000\n01E003C000\n01C001E000\n03C001E000\n038000E000\n701FF80700\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFE7FC00\n1FFFE7FC00\n1FFFE7FC00\n1FFFE7FC00\n1FFC007C00\n1FFE00FC00\n1FFFE7F800\n0FFFE7F800\n0FFFE7F800\n0FFFEFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F395\nENCODING 62357\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000C180000\n001C1C0000\n003C1E0000\n003C1E0000\n00780F0000\n00780F0000\n00F0078000\n00E0078000\n01E003C000\n01C001E000\n03C001E000\n038000E000\n701FF80700\nF81FFC0F80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFC007C00\n1FFE00FC00\n1FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\nENDCHAR\nSTARTCHAR F396\nENCODING 62358\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n00FFFF8000\n03F007E000\n078000F000\n1E00003C00\n3800000E00\n3000000600\n6000000300\nE000000300\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\n6000000300\n6000000300\n3000000600\n3800000E00\n1C00001C00\n0E00003800\n078000F000\n03E1F3E000\n00FDFF8000\n003FFE0000\n0003F80000\n0001F00000\n0000E00000\n0001C00000\n0003800000\n0003000000\n0007000000\n000E000000\n0004000000\nENDCHAR\nSTARTCHAR F397\nENCODING 62359\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0E00000180\n0F80000780\n1BF0001F80\n387E003D80\n301FC0F180\n6003F3E180\nE0007F8180\nE0001E0180\n7000000180\n3800000180\n1C00000180\n0E00000180\n0700000180\n0380000180\n01C0000180\n00E0000380\n0070000700\n0038001E00\n001C003800\n000E00F000\n000701C000\n0003F78000\n0001FE0000\n0003FC0000\n0001F80000\n0001F00000\n0000E00000\n0001C00000\n0003800000\n0003000000\n0007000000\n000E000000\n0004000000\nENDCHAR\nSTARTCHAR F398\nENCODING 62360\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000180000\n0000380000\n0000300000\n0000600000\nFFFFFFFF80\nFFFFFFFF80\nC001C00180\nC001800180\nC043810180\nC0C3018180\nC0C3018180\nC0C6018180\nC0C6018180\nC0C6018180\nC006000180\nC00E000180\nC00FF00180\nC00FF80180\nC007F00180\nC000600180\nC000600180\nC38060E180\nC3F8FFE180\nC07FFF0180\nC007F00180\nC000600180\nC000600180\nFFFFFFFF80\nFFFFFFFF80\n0000700000\n0000700000\n0000300000\n0000300000\nENDCHAR\nSTARTCHAR F399\nENCODING 62361\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n7F0FE1FC\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\nFF9FE3FE\n3E07C0F8\n00000000\n00000000\n7F0FE1FC\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\nFF1FE3FC\n00000000\n00000000\n00000000\nFF1FE3FC\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\nFF9FF3FE\n7F0FE1FC\n00000000\n00000000\n0007C000\n001FE000\n001FF000\n001FF000\n001FF000\n001FF000\n000FE000\nENDCHAR\nSTARTCHAR F39A\nENCODING 62362\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F81C60180\n3FC1C70380\n70E3E38700\n6073E1CE00\nC033E0FC00\nC033E07800\nC033E07800\nC033E0FC00\nE033E1CE00\n7063E38700\n3FE3E70380\n1F83E60180\n0003E00000\n0003E00000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n0003E00000\n0003E00000\nC033E0FC00\nE073E3FE00\n70E3E30700\n39C3E60380\n1F83E60180\n0F03E60180\n0F03E60180\n1F83E60180\n39C3E70300\n70E3E38700\nE071C1FE00\nC031C0F800\nENDCHAR\nSTARTCHAR F39B\nENCODING 62363\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nF0EEFFF8\nF0CEFFF8\nFFFFFFF8\n7FFFFFF0\n00000000\n00000000\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFF8FFF8\nFFC01FF8\nFF820FF8\nFF1FC7F8\nFE3FE3F8\nFE7FF3F8\nFE7FF3F8\nFCFFF9F8\nFCFFF9F8\nFCFFF9F8\nFC7FF1F8\nFE7FF3F8\nFE3FE3F8\nFF1FC7F8\nFF870FF8\nFFC01FF8\nFFF07FF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F39C\nENCODING 62364\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FCFF9FF00\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\nFF8000FF80\nFF8000FF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFE00003F80\nFC00001F80\nF000000780\nF000000780\nF800000F80\nF800000F80\nFC00001F80\nFC00001F80\nFC00003F80\nFE00003F80\nFE00003F80\nFE00003F80\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F39D\nENCODING 62365\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n00C0018000\n01C001C000\n03C001E000\n03C001E000\n078000F000\n0F00007800\n0F00007800\n1E00003C00\n3C00001E00\n3C00001E00\n798000CF00\n7FF80FFF80\nFFFFFFFF80\nE00FF80380\nC00FF80180\nFFFE3FFF80\nFFFC1FFF80\nC00C180180\nC00C180180\nFFFC1FFF80\nFFFC1FFF80\n601C1C0300\n78780F0F00\n3FF80FFE00\n0FE003F800\nENDCHAR\nSTARTCHAR F39E\nENCODING 62366\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFFF00000\n7FFFFE0000\n7FFFFF8000\nFFFFFFC000\nFFFFFFE000\nFFFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFDFC00\n7FFFF87C00\n7FFFF07C00\n3FFFE0FE00\n3FDFC0FE00\n3F8F81FE00\n3F0603FE00\n3F0007FE00\n3F800FFE00\n3FC01FFE00\n1FE03FFF00\n1FF07FFF00\n1FFDFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF00\n003FFFFF00\n0007FFFE00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F39F\nENCODING 62367\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFFF00000\n7FFFFE0000\n7FFFFF8000\nFFFFFFC000\nFFFFFFE000\nFFFFFFF000\nFFFF7FF800\nFFFE3FF800\nFFFC1FFC00\n7FFC1FFC00\n7FFC1FFC00\n3FFC1FFE00\n3FFC1FFE00\n3FFC1FFE00\n3FFC0FFE00\n3FFE03FE00\n3FFF01FE00\n3FFF80FE00\n1FFFE07F00\n1FFFF0FF00\n1FFFFDFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF00\n003FFFFF00\n0007FFFE00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F3A0\nENCODING 62368\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFFF00000\n7FFFFE0000\n7FFFFF8000\nFFFFFFC000\nFFFFFFE000\nFFFFFFF000\nFFFFFFF800\nFFFFFFF800\nFFFFFFFC00\n7FFFFFFC00\n7FFFFFFC00\n3FFFFFFE00\n3FC001FE00\n3F8000FE00\n3F00007E00\n3F0000FE00\n3FC001FE00\n3FFFFFFE00\n1FFFFFFF00\n1FFFFFFF00\n1FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF00\n003FFFFF00\n0007FFFE00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F3A1\nENCODING 62369\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3C3FF00000\n700FFE0000\n60041F8000\nE00003C000\nC00000E000\nC000007000\nC000003800\nC000001800\nC000001C00\n6000000C00\n7000000C00\n3800000E00\n3000000600\n3000000600\n3000000600\n3000000600\n3000000600\n3000000E00\n1800000700\n1800000300\n1C00000380\n0C00000180\n0E00000180\n0700000180\n0380000180\n01E0000380\n00FC100300\n003FF80700\n0007FC1E00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F3A2\nENCODING 62370\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1FC001FC00\n1F8000FC00\n3F08007E00\n3E0C003E00\n7C0F001F00\n780F800F00\nF80FC00F80\nF80FF00F80\nF00FF80780\nF00FFC0780\nF01FFC0780\nF01FFE0780\nF03FFF0780\nF87FFF8780\nFCFFFFCF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F3A3\nENCODING 62371\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n00F000F000\n07FE03FC00\n0F0F079C00\n1C03860E00\n3801C60000\n7000C60000\n6000E60000\nE000770000\nC00073E000\nC00039FC00\nC000181E00\nC0001C0700\nC0001C0380\nE0000C0180\n60000E0180\n7000060180\n3800070380\n1C01830300\n0F0F83CF00\n07FE01FE00\n00F8007800\nENDCHAR\nSTARTCHAR F3A4\nENCODING 62372\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n000FF80000\n000FF80000\n001FFC0000\n0000000000\n0000000000\n01FFFFC000\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n0F00007800\n0E00003800\n1E00003C00\n1E00003C00\n3C00001E00\n7C00003F00\n7F00007F00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF8FFFF8F80\nF0FFFF8780\nF0FFFF8780\nF9FFFFCF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n3C00001E00\n3C00001E00\n3C00001E00\n1800000C00\nENDCHAR\nSTARTCHAR F3A5\nENCODING 62373\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7C00001F00\nFC00001F80\nFE00003F80\nFF00007F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFE00003F80\nFC00001F80\n7C00001F00\nENDCHAR\nSTARTCHAR F3A6\nENCODING 62374\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n007FFFFF00\n00FFFFFF80\n01FFFFFF80\n03FFFFFF80\n07FFBFEF80\n0FFF8FC780\n1FFF878780\n3FFFC30F80\n7FFFE01F80\nFFFFF03F80\nFFFFF87F80\nFFFFF03F80\n7FFFE01F80\n3FFFC30F80\n1FFF878780\n0FFF8FC780\n07FFBFEF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n007FFFFF00\nENDCHAR\nSTARTCHAR F3A7\nENCODING 62375\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n00E3E38000\n01E3E3C000\n01F3E7C000\n00FFFF8000\n00FC1F8000\n18E0078C00\n3FE003FE00\n3FF007FE00\n3FF9CFFE00\n0E7FFF7800\n063F7E3000\n0E1C1C3000\n7C180C1F00\nFC300E1F80\nFC30061F80\nFC300E1F80\n7C180C1F00\n0E1C1C3000\n063F7E3000\n0E7FFF3800\n3FF9CFFE00\n3FF007FE00\n3FE003FE00\n18E0038C00\n00FC1F8000\n00FFFF8000\n01F3E7C000\n01E3E3C000\n00E3E38000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F3A8\nENCODING 62376\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0007F00000\n0007F00000\n000FF80000\n03CFF9E000\n07EFFBF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07FF7FF000\n03F80FE000\n1FF087FC00\n7FE3E3FF00\n7FE7F3FF00\nFFCFF1FF80\nFFCFF9FF80\nFFCFF9FF80\nFFE7F3FF00\n7FE3E3FF00\n1FF087FC00\n03F80FE000\n07FE7FF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n07EFFBF000\n03CFF9E000\n000FF80000\n0007F00000\n0007F00000\n0001C00000\nENDCHAR\nSTARTCHAR F3A9\nENCODING 62377\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n0800000800\n1C00001C00\n3E00003E00\n3E00003E00\n7C80009F00\n78C0018F00\n79E003CF00\nF9E3E3CF80\nF3E7F3E780\nF3C7F3E780\nF3CFF9E780\nF3CFF9E780\nF3C7F3E780\nF3E7F3E780\nF9E3E3CF80\n79E003CF00\n78C0018F00\n7C00001F00\n3E00003E00\n3E00003E00\n1C00001C00\nENDCHAR\nSTARTCHAR F3AA\nENCODING 62378\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C001F000\n1FF007FC00\n3FF80FFE00\n7FFC1FFF00\n7C7C1F1F00\nF83E3E0F80\nF01F7C0780\nF00FF80780\nF007F00780\n7007F00780\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001E00000\n0001C00000\nENDCHAR\nSTARTCHAR F3AB\nENCODING 62379\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00001E00\n7F00007F00\nFF8000FF00\nFFC001FF80\nE7E003F380\nC3E003E180\n01F007C000\n00F0078000\n00F80F8000\n00780F0000\n00780F0000\n003C1E0000\n003DDE0000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n00F80F8000\n01F007C000\n01E003C000\n03E003E000\n03C001E000\n03C001E000\n03C001E000\n03E003E000\n01E003C000\n01F007C000\n01F80FC000\n00FC1F8000\n007FFF0000\n003FFE0000\n001FFC0000\n0007F00000\nENDCHAR\nSTARTCHAR F3AC\nENCODING 62380\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n03E003E000\n01E003C000\n01E003C000\n01E003C000\n01F007C000\n00F007C000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n01F0078000\n01F007C000\n01E003C000\n01E003C000\n01E003C000\n03E003E000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F3AD\nENCODING 62381\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000003F000\n00000FF800\n00021FFE00\n000E3FFE00\n001E7E3F00\n007E7C0F80\n00FC780F80\n01FC780780\n03F0F80780\n07E0780780\n07C0780F80\n0F807C1F80\n1F003FFF80\n1F003FFF00\n3E001FFF00\n3C0007FF00\n7C00001E00\n7FF0001E00\n7FFC003E00\n7FFE007C00\nFFFE007C00\nFC1F00F800\nF80F01F000\nF00F03F000\nF00F07E000\nF00F1FC000\nF00F1F8000\nF81F3F0000\n7E3F3C0000\n7FFE380000\n3FFC200000\n1FF8000000\n07E0000000\nENDCHAR\nSTARTCHAR F3AE\nENCODING 62382\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n000FE000\n003FF800\n00FFFE00\n01FFFF00\n03F83F80\n03E00F80\n07C007C0\n078003C0\n0F8003C0\n0F0003E0\n0F0001E0\n0F0001E0\n0F0001E0\n0F8001E0\n078001E0\n07C001E0\n07C003C0\n0FF003C0\n1FFC03C0\n3FFE0780\n7FFE0780\n7C1F0780\nF80F0780\nF00F0780\nF00F0780\nF00F0780\nF00F0780\nF81F07C0\n7E3F03E6\n7FFE03FE\n3FFC01FE\n1FF800FE\n07E0007C\nENDCHAR\nSTARTCHAR F3AF\nENCODING 62383\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n63E0F80000\nFFF1FE0000\nFFFBFE0000\nFFFFFF3C00\nFC7F1FFE00\nF83E0FFF00\nF03E07CF80\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078780\nF03C078F00\nF03C078F00\nF03C078F00\nF03C079F00\nF03C079E00\nF03C079E00\nF03C07BE00\nF03C07FC00\nF03C07F800\nF03C07F800\nF03C07F000\n601C0FE000\n00007FF000\n00007FF800\n00007EF800\n0000787000\nENDCHAR\nSTARTCHAR F3B0\nENCODING 62384\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FC1FC000\n03F007E000\n03E003E000\n07C001F000\n078000F000\n0F8000F800\n0F00007800\n0F00007800\n0F00007800\n0F00007800\n0F8000F800\n078000F000\n07C001F000\n07C001F000\n03E003E000\n03E003E000\n01F007C000\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FF80FFF00\n0000000000\n0000000000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F3B1\nENCODING 62385\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n63E0F80000\nFFF1FE0000\nFFFBFF0000\nFFFFFF0000\nFC7F1F0000\nF83E0F8000\nF03E078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C078000\nF03C07C400\nF03C07F600\nF03C03FF00\n601C03FF80\n000000FF80\n0000003F00\n0000000600\n0000000400\nENDCHAR\nSTARTCHAR F3B2\nENCODING 62386\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001FFFF00\n0001FFFF80\n0003FFFF80\n0001FFFF80\n0000003F80\n0000007F80\n000000FF80\n000001F780\n000003E780\n000007C780\n00000F8780\n00001F0780\n02003E0780\n0F007C0780\n0F80F80780\n0FC1F00780\n07E3E00780\n03F7C00780\n01FF800200\n00FF000000\n007E000000\n007F000000\n00FF800000\n01FFC00000\n03E7E00000\n07C3F00000\n0F81F80000\n1F00F80000\n3E00700000\n7C00000000\nF800000000\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F3B3\nENCODING 62387\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7000700000\nF801F00000\nFC03F80000\n7E03F80000\n1F07F80000\n0F07780000\n078F780000\n078E780000\n039E780000\n03DC780000\n03FC7C0000\n01FC7C0000\n01FC7C0000\n01F87C0000\n01F87C0000\n00F83C0000\n00F83C0000\n00F83DF800\n00F83FFE00\n00F03FFF00\n00F03FFF00\n00F03F0F80\n00F03E0780\n00F03E0780\n00601E0780\n00003E0F80\n00003F1F00\n00007FFF00\n0001FFFE00\n001FF7FC00\n003FE1F000\n003FC00000\n001F000000\nENDCHAR\nSTARTCHAR F3B4\nENCODING 62388\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 1\nBITMAP\n001C00C000\n003C01E000\n007E07F000\n01FE0FF000\n03FF1FF800\n07EF3F7C00\n0FCFFE7E00\n3F87FC3E00\n7F07F81F00\nFC03F00F80\nF803E00F80\nF001C00780\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n001C01C000\n007E03E000\n00FE07F000\n01FF0FF800\n03FF1FF800\n0FEFBF7C00\n1FCFFE3E00\n3F07FC1F00\n7E03F81F00\nFC03F00F80\nF001E00780\n6001C00300\nENDCHAR\nSTARTCHAR F3B5\nENCODING 62389\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7000000700\nFC00001F80\nFE00003F80\n7F00007F00\n1F8000FC00\n07C001F000\n03C001E000\n03E003E000\n01E003C000\n01E003C000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00F0078000\n00F0078000\n00F0078000\n00F0078000\n01E003C000\n01E003C000\n03E003E000\n03C001E000\n07C001F000\n1F8000FC00\n7F00007F00\nFE00003F80\nFC00001F80\n7000000700\nENDCHAR\nSTARTCHAR F3B6\nENCODING 62390\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFE0000\n003FFE0000\n03FBEFE000\n03F3E7E000\n0F83E0F800\n0F03E07800\n3F0FF87E00\n3F0FF87E00\n3BFFFFEE00\n33FFFFE600\n70F80F8700\nF0F0078780\nE0E0038380\nC0C0018180\nC0C0018180\nC0C0018180\nC1C001E180\nC3C001E180\nE7E003F380\nFFF007FF80\nFFF80FFF80\nFFFFFFFF80\n7FFFFFFF00\n3F0C187E00\n3F0C187E00\n0C0C181800\n0C04101800\n0C00001800\n0C00001800\n0F00007800\n0F00007800\n03FFFFE000\n03FFFFE000\nENDCHAR\nSTARTCHAR F3B7\nENCODING 62391\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FBEF8000\n03C3E1E000\n0783E0F000\n0E03E03800\n1E07F03C00\n1F0FF87C00\n3FFFFFFE00\n31FFFFC600\n60FE3F8300\n60F80F8300\nE0E0038300\nC0E0038180\nC0C0018180\nC0C0018180\nC1C001C180\nC1E003C180\nFFE007FF80\nFFF80FFF80\nFFFF7FFF80\nFFFFFFFF80\n7FFFFFFF00\n7E0C183F00\n1C0C181C00\n0C0C181800\n0C04101800\n0C00001800\n0E00003800\n0600003000\n0700007000\n03FFFFE000\n00FFFF8000\nENDCHAR\nSTARTCHAR F3B8\nENCODING 62392\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0000800000\n0001C00000\n0001C00000\n0003E00000\n0007E00000\n0007F00000\n000FF80000\n000FF80000\n001FFC0000\n001FFC0000\n003FFE0000\n003FFE0000\n007FFF0000\n00FFFF8000\n007FFF0000\n018000C000\n01C001C000\n03C001E000\n07E003E000\n07F007F000\n0FF007F800\n0FF80FF800\n1FF80FFC00\n1FFC1FFC00\n3FFC1FFE00\n3FFE3FFE00\n7FFF7FFF00\nFFFF7FFF80\nFFFF7FFF80\nENDCHAR\nSTARTCHAR F3B9\nENCODING 62393\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0011C40000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0033E60000\n0073E70000\n0073E70000\n00F3E70000\n00F3E78000\n01F3E7C000\n03E3E3E000\n07E3E3F000\n3FC3E1FE00\nFF83E0FF80\nFF03E07F80\nFE03E03F80\nF001C00780\nENDCHAR\nSTARTCHAR F3BA\nENCODING 62394\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E0FC03E00\n3C0FC01E00\n7C01C01F00\n7801E00F00\nF801E00F00\nF001E00F80\nF003F00780\nF003700780\nF007780780\nF00E780780\nF00E380780\nF01C3C0F80\nF81C3C0F80\n78381F8F00\n7C301FDF00\n3C701E1E00\n3EE0003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3BB\nENCODING 62395\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0007F00000\n003FFE0000\n003FFF8000\n007FFFC000\n00F83FE000\n03C007F000\n070001F800\n0E0000F800\n0C00007C00\n1C00007C00\n1801003E00\n3807C03E00\n700FF01F00\nF00FF81F80\n7007C01E00\n0007C01E00\n0001001E00\n0000003C00\n0000003C00\n0000007800\n000000F800\n00C003F000\n00F83FE000\n007FFFC000\n0007FF0000\n0003FC0000\n0003E00000\n0003800000\n0001000000\nENDCHAR\nSTARTCHAR F3BC\nENCODING 62396\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F80001E00\n3E00001E00\n7E00001F00\n7C00001F00\nFC1FFFFF00\nFC3FFFFF80\nFC00007F80\nFC00007F80\nFC00007F80\nFC00007F80\nFC00007F80\nFC3FFFFF80\nFC1FFFFF80\n7C00001F00\n7E00001F00\n7E00001E00\n3F80001E00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F3BD\nENCODING 62397\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FFE3FF800\n0FFE3FF800\n0FFE3FF800\n0FFF7FF800\n0FFF7FFC00\n0FFF7FFC00\n1FFE3FFC00\n1FF007FC00\n1FC081FC00\n1F83E0FE00\n1F07F07E00\n3F0FF07E00\n3E0FF83E00\n3F0FF87E00\n3F07F07E00\n3F83E0FF00\n3FC081FF00\n7FF007FF00\n7FFE3FFF00\n7FFFFFFF00\n7FEFFBFF80\n7FEFFBFF80\nFFE7F3FF80\nFFE7F3FF80\nFFC7F1FF80\nENDCHAR\nSTARTCHAR F3BE\nENCODING 62398\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n03FFE000\n07FFF000\n0FFFF800\n1FFFFC00\n3FFFFE00\n3FFFFE00\n7FFFFF00\n7FFFFF00\n7FFFFF00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n43FFE100\n41FFC300\n60FF8300\n607F0300\n307E0600\n303E0600\n183E0C00\n1C3E1C00\n0F3E7800\n07FFF000\n07FFE000\n03FFE000\n01FFC000\n007F0000\n003E0000\nENDCHAR\nSTARTCHAR F3BF\nENCODING 62399\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n3FFFFFFE00\n3FFFFFFE00\n3FFC1FFE00\n3FE003FE00\n3F8000FE00\n3F00007E00\n3FF007FE00\n3FE003FE00\n7DE003DF00\n79E083CF00\nF9E083CF80\nF1F1C78F80\nF0F1C78780\nF0F1C78780\nF0F3E78780\nF0FBEF0780\nF07BFF0780\nF07F7F0F80\nF87F7F0F80\n787F7E0F00\n7C3E3E1F00\n3C3E3E1E00\n3E7E3F3E00\n3F00007E00\n3F8000FE00\n3FE003FE00\n3FFC1FFE00\n3FFFFFFE00\n3FFFFFFE00\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F3C0\nENCODING 62400\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0038E000\n01FCF000\n07FCF300\n3FFCF320\nFFFCF338\n7FFCF330\n7DFCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF330\n79FCF3F0\n7DFCF3F0\n7FFCFFF0\nFFFCFFF8\n3FFCFFE0\n07FCFF80\n00FCFC00\n0038E000\nENDCHAR\nSTARTCHAR F3C1\nENCODING 62401\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000700000\n00007C0000\n00007C0000\n00007E0000\n000E3F0000\n003F9F0000\n001FFF0000\n0007FF8000\n001FFFC000\n003FFFE000\n007FFFF000\n00FFFFF800\n01FFFFFC00\n03FFFFFF00\n13FFFFFF00\n77FFFFFF80\n7FFFFFFF00\n3FFFE3F380\n1FFFE00180\n0FFFE61980\n7FFFE40180\nFFFFE08380\n7FFFF9E780\n0FFFFE1F80\n07FFFE0F00\n07FFFFF700\n03FFFC7E00\n01FFFE1E00\n01FFFF3E00\n00FFFFF800\n003FFFE000\n000FFF8000\n0001FE0000\nENDCHAR\nSTARTCHAR F3C2\nENCODING 62402\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\nF0EE1C1C00\n78EE7E3C00\n38CEF63C00\n39CCE07C00\n398CF07E00\n1B9C7C6E00\n1F9C1CE600\n1F1C0EE600\n0F1DBDFF00\n0E19F9FF00\n0E18638700\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F3C3\nENCODING 62403\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00001E00\n7E00003F00\nE700007380\nC300006180\nC300006180\nE300006380\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00807F80\nFF03E07F80\nFF07707F80\nFF0E387F80\nFF1C1C7F80\nFF3E3E7F80\nFF7F7F7F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nE3E003E380\nC3C001E180\nC38000E180\nE700007380\n7E00003F00\n3C00001E00\nENDCHAR\nSTARTCHAR F3C4\nENCODING 62404\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0300006000\n0600003000\n0E00003800\n1C00001C00\n1C00001C00\n3800001E00\n3800000E00\n7800000F00\n7800000F00\n7800000F00\n7000000700\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\n7000000700\n7800000F00\n7800000F00\n7800000F00\n3800000E00\n3800001E00\n1C00001C00\n1C00001C00\n0E00003800\n0600003000\n0300006000\nENDCHAR\nSTARTCHAR F3C5\nENCODING 62405\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n00FFE000\n07FFFC00\n1FFFFF00\n3FFFFF80\n7FFFFFC0\n7FFFFFC0\nF0FFE1E0\nE71F1EE0\nDFEEFF60\nFFFFFFE0\nFC7FC7E0\nF03F81E0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFFFFFE0\nFFDF7FE0\nFFE4FFE0\n77F1FDE0\n78C063E0\n7F1F1FC0\n7FFFFFC0\n3FFFFFC0\n3FFFFF80\n1FF9FF00\n0FF9FF00\n07FBFE00\n03FBFC00\n01FBF800\n00FBE000\n003FC000\n001F0000\nENDCHAR\nSTARTCHAR F3C6\nENCODING 62406\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00303E00\n3C00781E00\n7C00F81F00\n7801F00F00\nF803E00F00\nF007C00F80\nF00F800780\nF03F000780\nF03E000780\nF03F000780\nF00F800780\nF007C00F80\nF803E00F80\n7801F00F00\n7C00F81F00\n3C00781E00\n3E00303E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3C7\nENCODING 62407\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00001F00\n7800000F00\nF860030F00\nF0F0078F80\nF0F80F8780\nF07C1F0780\nF03E3E0780\nF01F7C0780\nF00FF80780\nF007F00F80\nF803E00F80\n7801C00F00\n7C00801F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3C8\nENCODING 62408\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00801F00\n7801C00F00\nF803E00F00\nF007F00F80\nF00FF80780\nF01F7C0780\nF03E3E0780\nF07C1F0780\nF0F80F8780\nF0F0078F80\nF860030F80\n7800000F00\n7C00001F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3C9\nENCODING 62409\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E06003E00\n3C0F001E00\n7C0F801F00\n7807C00F00\nF803E00F00\nF001F00F80\nF000F80780\nF0007C0780\nF0003E0780\nF0007E0780\nF000F80780\nF001F00F80\nF803E00F80\n7807C00F00\n7C0F801F00\n3C0F001E00\n3E06003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3CA\nENCODING 62410\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFF7FFF00\n7FF80FFF00\nFFF007FF00\nFFE003FF80\nFFE003FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFE003FF80\nFE60038380\nFC70078380\n7C380F8300\n7C1E3F8300\n3E0FFF8600\n3F1FCFC600\n1F3F0F8C00\n1F3F071C00\n0E1F003800\n070E00F000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3CB\nENCODING 62411\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000E000000\n0018000000\n0018180000\n0030700000\n0030600000\n0018600000\n0018600000\n000C600000\n000C600000\n000C300000\n0000000000\n0000000000\n0FFF9FF800\n1FFF9FF800\n3FFF9FF800\n6FFF9FF800\nEFFF9FF800\nCFFF1FF800\nCFFC1FF800\nC7F01FF000\nE7F80FF000\n63FC0FE000\n79FC1FC000\n3FFE3FC000\n07FEFF8000\n007FFF0000\n001FFC0000\n0000000000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\nENDCHAR\nSTARTCHAR F3CC\nENCODING 62412\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C78000000\n7E3E000000\nFF1F800000\nFF8FC00000\nFFC7E00000\nFFE3F00000\n7FF1F80000\n3FF8FC0000\n1FFC7E0000\n8FFE3F0000\nC7FF1F8000\nE3FF8FC000\nF1FFC7E000\n78FFE3F000\n7C7FF1F800\n3E3FF8FC00\n3F1FFC7E00\n1F8FFE3E00\n0FC7FF1F00\n07E3FF8F00\n03F1FFC780\n01F8FFE380\n00FC7FF180\n007E3FF880\n003F1FFC00\n001F8FFE00\n000FC7FF00\n0007E3FF80\n0003F1FF80\n0001F8FF80\n0000FC7F80\n00003E3F00\n00000F1E00\nENDCHAR\nSTARTCHAR F3CD\nENCODING 62413\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0007F00000\n003FFE0000\n00FFC00000\n03F8000000\n07E07F0000\n0F83FFE000\n1F0FFFF800\n1E1FFFFE00\n3C7FFFFF00\n78FFFFFF80\n79FFFFFF80\n71FFFFFF00\nF3FFFFFE00\nE3FFFFFC00\nE7FFFFF800\nE7FFFFF000\nE7FFFFE000\nCFFFFFC000\nCFFFFF8000\nCFFFFF0000\n4FFFFE0000\n4FFFFC0000\n4FFFF80000\n0FFFF00000\n07FFE00000\n07FFC00000\n07FF800000\n03FF000000\n03FE000000\n01FC000000\n01F8000000\n00F0000000\n0060000000\nENDCHAR\nSTARTCHAR F3CE\nENCODING 62414\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n0007F00000\n078FF8F000\n1F1FFC7C00\n3F1FFC7E00\n7F3FFC7F00\n7F3FFE7F00\nFFBFFEFF80\nFFBFFEFF80\nFFBFFEFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n000FF80000\n0200002000\n03F007E000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n003FFE0000\nENDCHAR\nSTARTCHAR F3CF\nENCODING 62415\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n03C001E000\n0FF80FF800\n1FFC3FFC00\n3FFF7FFE00\n3E7FFF3E00\n7C0FF81F00\n7807F00F00\n780FF80F00\nF01FFC0F80\nF03F7E0780\nF07E3F0780\nF07C1F0780\nF0F80F8780\nF0F80F8780\nF9F007CF80\n79E007CF00\n7FE003FF00\n3FE003FE00\n1FC001FC00\n1FC001FC00\n0FFC1FF000\n03FFFFE000\n01FFFFC000\n007FFF0000\n0007F00000\nENDCHAR\nSTARTCHAR F3D0\nENCODING 62416\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0007F00000\n000FF80000\n0003E00000\n0003E00000\n000FF80000\n007FFF0000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F3D1\nENCODING 62417\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003000000\n0006000000\n000C000000\n000C000000\n000C000000\n0018000000\n0018000000\n0018000000\n001C060000\n000C180000\n000C380000\n0006300000\n0006300000\n0006300000\n0006300000\n0006300000\n0006300000\n0002300000\n0002180000\n0002180000\n0002180000\n0002180000\n00021C0000\n00000C0000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n07FFFFF000\n03FFFFE000\n03FFFFC000\n01FFFFC000\n00FFFF8000\nENDCHAR\nSTARTCHAR F3D2\nENCODING 62418\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0007F00000\n1E07F03C00\n3F0FF87E00\n3F0FF87E00\n3F0FF87E00\n3F07F07E00\n3F07F07E00\n0000000000\n0000000000\n0C03E01800\n0C03E01800\n0000000000\n0000000000\n1E07F03C00\n1F07F07C00\n3F0FF87E00\n7F8FF8FE00\n7F9FFCFF00\n7F1FFC7F00\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF1FFC7F80\n7F1FFC7F00\n7F1FFC7F00\n7F9FFCFF00\n001FFC0000\n000FF80000\nENDCHAR\nSTARTCHAR F3D3\nENCODING 62419\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n1E00000000\n3F00000000\n7F80000000\nFFC0000000\nFFE0000000\nFFF0000000\nFFF8000000\n7FFC000000\n3FFE000000\n1FFF000000\n0FFF800000\n07FFC00000\n03FFE00000\n01FFE00000\n00FFF00000\n007FF00000\n003FF80000\n001FF80000\n000FFC0000\n0003FE0000\n0000FE0000\n00003F0000\n00001F8000\n000007C000\n000003E000\n000001F700\n000000FF80\n0000007F80\n0000003F00\n0000007E00\n0000007C00\n0000007800\n0000003000\nENDCHAR\nSTARTCHAR F3D4\nENCODING 62420\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n8000000000\n4000000000\n3000000000\n3800000000\n1C00000000\n0E00000000\n0478000000\n00FC000000\n01FE000000\n03FF000000\n03FF800000\n03FF800000\n03FFC00000\n01FFE00000\n00FFF00000\n007FF80000\n003FF80000\n000FFC0000\n0007FE0000\n0003FF0000\n0001FE0000\n00007C7000\n0000387E00\n000011BF00\n000001CF80\n000006E180\n0000076000\n0000071000\n0000038800\n0000038400\n0000038000\n000001C000\n000000C000\nENDCHAR\nSTARTCHAR F3D5\nENCODING 62421\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0070000000\n00F8000000\n01FC000000\n03FE000000\n07EF000000\n0FCF800000\n1FFFC00000\n3FFFE00000\n7FFFF00000\nFFFFF80000\nFBEFBC0000\nF3CF9E0000\n7FFFFF0000\n3FFFFF8000\n1FFFFFC000\n0FFFF9E000\n07FFFFF000\n03CFFFF800\n01EFFFFC00\n00FFFFFE00\n007FFFFF00\n003FF9FF80\n001FFBFF80\n000FFFFF80\n0007FFFF00\n0003FFFE00\n0001FFFC00\n0000F9F800\n00007BF000\n00003FE000\n00001FC000\n00000F8000\n0000070000\nENDCHAR\nSTARTCHAR F3D6\nENCODING 62422\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 31 6 0\nBITMAP\n7FFFFC\nFFFFFE\nC30186\nC30186\nC30186\nC30186\nC3FF86\nC3FF86\nC00006\nC00006\nC01006\nC0FE06\nC1EF06\nC18306\nC38386\nFF01FE\nFF83FE\nC18306\nC1EF06\nC0FE06\nC03806\nC00006\nC00006\nC3FF86\nC3FF86\nC30186\nC30186\nC30186\nC30186\nFFFFFE\n7FFFFC\nENDCHAR\nSTARTCHAR F3D7\nENCODING 62423\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n07FFC00000\n0FFFE00000\n0FFFF00000\n07FFF80000\n0000FC0000\n00007E0000\n00003F0000\n00FFFF8000\n07FFFFE000\n0FFFFFF800\n0FFFFFF800\n3FFFFFFE00\nFFFFFFFF80\nE0FFFF8380\nC000800180\nF800000F80\nFFFE3FFF80\nC7FFFFF180\nC007F00180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nF000000780\n7800000F00\n1C00001C00\n0F00007800\n07FFFFF000\n01FFFFC000\nENDCHAR\nSTARTCHAR F3D8\nENCODING 62424\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3C00000000\n7E00000000\nE700000000\nC300000000\nC3FFFFFF80\nC3FFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n3FFFFFFC00\n7FFFFF8000\n7FFFF00000\nFFFFF00000\nFFFFF00000\nFFFFF80000\nFFFFF80000\nFFFFF80000\nFFFFF00000\nFFFFF00000\n7FFFF00000\n7FFFE00000\n3FFFE00000\n1FFFC00000\n0FFF800000\n07FE000000\n00F8000000\nENDCHAR\nSTARTCHAR F3D9\nENCODING 62425\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nC000000000\nF000000000\n7800000000\n7C00000000\n3E00000000\n1F00000000\n0F80000000\n07C0000000\n03E0000000\n01F0000000\n00F8000000\n007C000000\n003E000000\n001F000000\n000F800000\n0007C00000\n0003E00000\n0001F00000\n0000F80000\n00007C1F80\n00003FFF80\n00001FFF80\n00000FFF80\n000007FF80\n0000000780\n0000000000\n0000000000\n0000000000\n0000000000\n0007C00000\n000FC00000\n000FC00000\n0007800000\nENDCHAR\nSTARTCHAR F3DA\nENCODING 62426\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n000FFC7000\n000FF87800\n007FF07800\n03FFE07800\n0FFFE7FF80\n1FFFE7FF80\n7FFFE7FF80\n7FFFE3FF00\nFFFFE07800\nFFFFF07800\nFFFFFE7800\n0FFFFE7000\nENDCHAR\nSTARTCHAR F3DB\nENCODING 62427\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n01FFFFC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n000FFC0000\n000FF80000\n007FF00000\n03FFE00000\n0FFFE7FF80\n1FFFE7FF80\n7FFFE7FF80\n7FFFE3FF00\nFFFFE00000\nFFFFF00000\nFFFFFE0000\n0FFFFE0000\nENDCHAR\nSTARTCHAR F3DC\nENCODING 62428\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FCFFFFF00\nFFCFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFEFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n0FFFFFF800\n0FCFFFF800\n0FCFFFF800\n0FCFFFF800\n0FFFFFF800\n1FFFFFFC00\n7FFFFFFF00\nFFCFFFFF80\nFFCFFFFF80\nFFCFFFFF80\nFFEFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFCFFFFF80\n7FCFFFFF00\nENDCHAR\nSTARTCHAR F3DD\nENCODING 62429\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n000FF80000\n007FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nE000000380\n0001C00000\n381FFC0E00\nFC3FFE1F80\nFEFFFF3F80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F3DE\nENCODING 62430\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n0F007800\n3FC1FE00\n7FFFFF00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n7FFFFF00\n7FFFFF00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n1FFFFC00\n1FFFFC00\n0FC1F800\n0F80F800\n0F80F800\n0F80F800\n0F80F800\n0F007800\n0F007800\n0F007800\n0F007800\n07007800\n07007000\n07007000\n07007000\n03006000\nENDCHAR\nSTARTCHAR F3DF\nENCODING 62431\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0003E00000\n0063E30000\n01F3E7C000\n03F3E7E000\n07F3E7F000\n0FF3E7F800\n1FF3E7FC00\n1FF7F7FC00\n3FFFFFFE00\n3FFFFFFE00\n3FFF7FFE00\n7FFE3FFF00\n7FFC1FFF00\n7FF80FFF00\n7FF007FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFC001FF80\nFF00007F80\nFC00001F80\nF800000F80\n6000000300\nENDCHAR\nSTARTCHAR F3E0\nENCODING 62432\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n0007F000\n001FFC00\n003FFE00\n007FFF80\n007FFF80\n00FFFFC0\n00FFFFE0\n18FFFFE0\n3C7FFFF0\n7C7FFFF0\n3E3FFFF0\n1F9FFFF8\n0FFFFFF8\n07FFFFF8\n07FFFFF8\n0FFFFFF8\n1FFFFFF8\n3F8FFFF8\n3E1FFFF8\n7C3FFFF0\n7C7FFFF0\n78FFFFF0\nF9FFFFE0\nF3FFFFE0\nF3FFFFC0\nF3FFFFC0\nF3FFFF80\nF1FFFF00\nF1FFFF00\nF9FFFC00\n78FFF800\n007FF000\n001F8000\nENDCHAR\nSTARTCHAR F3E1\nENCODING 62433\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0001C00000\n0003E03800\n0003E0FE00\n0003FFFE00\n0001FFFF00\n0001FFFF00\n0000FFFF00\n00001FFF80\n00001FFF80\n00001FFF80\n00001FFF80\n00003FFF80\n00003FFF80\n00003FFF80\n00003FFF80\n00003FFF80\n00003FFF80\n00007FFF00\n7E00FFFF00\n7FC7FFFF00\nFFFFFFFE00\nFFFFFFFE00\nFBFFFFFC00\nF3FFFFF800\nF3FFFFF800\nF1FFFFE000\nF1FFFFC000\nF0FFFF8000\nF03FFC0000\nF00FE00000\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F3E2\nENCODING 62434\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000700\n0000001F80\n0000003F80\n000000FF80\n00001FFF80\n00001FFF80\n007E1FFF00\n03FF1FFF00\n0FFF9FFF00\n1FFF9FFE00\n3FFF9FFE00\n7FFF8FFC00\n7FFFCFFC00\nFFFFC7F800\nFFFFE3F000\nFFFFF1E000\nFFFFF80000\nFFFFFC0000\nFFFFFE0000\nFFFFFC0000\n7FFFFC0000\n7FFFF00000\n7FFFE00000\n3FFFC00000\n3FFF800000\n1FFF000000\n0FFE000000\n0FFC000000\n07F8000000\n03F8000000\n01F0000000\n00F0000000\n0030000000\nENDCHAR\nSTARTCHAR F3E3\nENCODING 62435\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n000FF80000\n00FFFF0000\n03FFFFC000\n0FFFFFF000\n1FFFFFF800\n3FFFFFFC00\n7FFFFFFE00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFE7FFF80\nFFC07FFF80\nFF80FFFF80\n7E1FFFFF80\n007FFFFF80\n00FFF81F00\n00FFF00000\n00FFC7E000\n007F9FF000\n001C1FF800\n0000FFF000\n0003FFE000\n0001FF8000\n0000FE0000\n00007E0000\n00003E0000\n00001E0000\n00001E0000\n00000E0000\n00000E0000\n0000060000\nENDCHAR\nSTARTCHAR F3E4\nENCODING 62436\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 6\nBITMAP\n0004000000\n000C000000\n3FFFFF0000\n3FFFFF8000\n000C000180\n000C000380\n00FFE00300\n03FFF80600\n07C7FC0600\n0703FC1E00\n0F03FCFE00\n1E03FFFE00\n1C03FFFF80\n3C03FFE380\n3F07FF8080\n3FFFFE0000\n3FFFF80000\n1FFFF00000\n0FFFC00000\nC30C000000\nE30C000000\n7FFFFE0000\n3FFFFC0000\nENDCHAR\nSTARTCHAR F3E5\nENCODING 62437\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nF0000078\nF0000078\nF3FF9E78\nF3FF9E78\nF0000078\nF0000078\nF3FF9E78\nF3FF9E78\nF0000078\nF0000078\nF3FF9E78\nF3FF9E78\nF3FF9E78\nF0000078\nF8000078\nFFFF9E78\nFFFF9E78\nFFFF8078\nFFFF80F8\nFFFFFFF8\nFFFFFFF8\nF00FFFF8\nF00FFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nDDDDDDD8\n88888888\nENDCHAR\nSTARTCHAR F3E6\nENCODING 62438\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0007F00000\n801FFC0080\nE07FFF0380\nF838EE0F80\nFE30E63F80\nFF30E67F80\nFF30E67F80\nFF30E67F80\nFC30E61F80\nF03FFE0780\nC01FFC0180\n000FF80000\n000FF80000\n0000000000\n0000000000\n001FFC0000\n001FFC0000\n001FFC0000\n0000000000\n0000000000\n003FFE0000\n003FFE0000\n0000000000\n0000000000\n003FFE0000\n007FFF0000\n007FFF0000\n07FFFFF000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F3E7\nENCODING 62439\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n00C000C000\n00E001E000\n00F801E000\n00FE01E000\n00DF01E000\n00CFC1E000\n00C3E1E000\n00C0F9E000\n3FC07FFE00\nFFC01FFF80\nFFC007FF80\nFFC01FFF80\n3FC07FFE00\n00C0F9E000\n00C3E1E000\n00CFC1E000\n00DF01E000\n00FC01E000\n00F801E000\n00E001E000\n00C000C000\nENDCHAR\nSTARTCHAR F3E8\nENCODING 62440\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n00180C0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n3FFC1FFE00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n3FFC1FFE00\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n003C1E0000\n00180C0000\nENDCHAR\nSTARTCHAR F3E9\nENCODING 62441\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 4\nBITMAP\n0000001800\n0000001800\n0000701800\n0000701800\n0000F9FF80\n0000F9FF80\n0000F81800\n0000F81800\n0060F81800\n00F0F81800\n00F0F80000\n00F0F80000\n3FF0FFFE00\nFFF0FFFF80\nFFF0FFFF80\nFFF0FFFF80\n3FF0FFFE00\n00F0F80000\n00F0F80000\n00F0F80000\n0060F80000\n0000F80000\n0000F80000\n0000F80000\n0000F80000\n0000780000\n0000700000\nENDCHAR\nSTARTCHAR F3EA\nENCODING 62442\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C18001F00\n783E000F00\nF877000F00\nF063800F80\nF0E3800780\nF0E1800780\nF0C1C18780\nF000C38780\nF000C30780\nF000E30F80\nF800770F80\n78003E0F00\n7C000C1F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F3EB\nENCODING 62443\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n0010100000\n0038380000\n0038380000\n0038380000\n00783C0000\n007C7C0000\n3FEC6C7E00\nFFEC6E7F80\nFFEEEEFF80\nFFEEC6FF80\n3FC6C6FE00\n0007C7C000\n000783C000\n000383C000\n0003838000\n0003838000\n0001018000\nENDCHAR\nSTARTCHAR F3EC\nENCODING 62444\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n3C0F81E0\n3E0F83E0\n1F0F87C0\n0F8F8F80\n078F8F00\n07CF9F00\n03EFBE00\n01FFFC00\n00FFF800\n00FFF800\n007FF000\n003FE000\n001FC000\n001FC000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n000F8000\n00070000\n00070000\nENDCHAR\nSTARTCHAR F3ED\nENCODING 62445\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003F000000\n003F800000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\n0000000000\n0000000000\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFBB80\n3FFFFF9980\n3FFFFFFF80\n3FFFFFFF80\n3FFFFFC380\n3FFFFF8180\n3FFFFF8180\n3FFFFF8180\n3FFFFF8180\n3FFFFF8180\n3FFFFF8380\n3FFFFFFF80\n3FFFFFFF80\n3FFFFF9980\n3FFFFFBB80\n3FFFFFFF80\n3FFFFFFF80\n0000000000\n0000000000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nFFFFFFE000\nENDCHAR\nSTARTCHAR F3EE\nENCODING 62446\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01F3000000\n07E7800000\n0FCFE00000\n1F9FE00000\n3F3FF00000\n7E7FF80000\n7CFFF00000\nF9FFE00000\nF3FFC00000\nE7FF880000\nCFFF180000\n9FFE380000\n3FFC700000\n7FF8F00000\nFFF1F00000\nFFE3E00000\n7FC7E00000\n3F8FF00000\n3F1FF80000\n0E3E7C0000\n04603E0000\n00001F0000\n00000F8000\n000007C000\n000003E000\n000001F000\n000000F800\n0000007C00\n0000003E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F3EF\nENCODING 62447\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n01E0000000\n07F0000000\n0FF8000000\n1FFC000000\n3FFE000000\n7FFF000000\n7FFF800000\nFFFFC00000\nFFFFE00000\nFFFFF00000\nFFFFF80000\n7FFFFC0000\n3FF7FE0000\n1FC1FE0000\n0F88FE0000\n071CFE0000\n033CFF0000\n013CFF8000\n003CFFC000\n003CFFE000\n003CFFF000\n003CFFF800\n003CFFF800\n003CFFF800\n003C7FF800\n003C3FFC00\n003C1FFE00\n003C0FFF00\n003C07FF80\n003C007F80\n003C003F80\n03FFC01F00\n03FFC00E00\nENDCHAR\nSTARTCHAR F3F0\nENCODING 62448\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF000\n0FFFFFF000\n0FFFFFF000\n0FFFFFF000\n0FFFFFF000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n07FFFFE000\n07FFFFE000\n07FFFFE000\n07FFFFE000\n07FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n0300006000\n0300006000\n0300006000\n0300004000\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F3F1\nENCODING 62449\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n0030060000\n007C1F0000\n00FFFF0000\n00FFFF8000\n01FFFF8000\n01FFFF8000\n01FFFFC000\n01FFFFC000\n03FFFFC000\n03FFFFC000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n0FFFFFF800\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n0FFFFFF800\n03FFFFE000\n00FFFF8000\n000FF80000\nENDCHAR\nSTARTCHAR F3F2\nENCODING 62450\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n4300000000\nE300000000\n7300000000\n3B80000000\n1D80000000\n0F8C000000\nE7BE000000\nFFFF000000\n1FFF800000\n01FFC00000\n03FFE00000\n07FFE00000\n07FFF00000\n07FFF80000\n03FFFC0000\n01FFFE0000\n00FFFE0000\n007FFF0000\n003FFF8000\n000FFFC000\n0007FFC000\n0003FFE000\n0001FFF000\n00007FF000\n00003FF800\n00001FFC00\n000007FC00\n000003FE00\n000000FF00\n0000007F00\n0000001F80\n0000000F80\n0000000380\nENDCHAR\nSTARTCHAR F3F3\nENCODING 62451\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0807000000\n184C000000\n1CD87C0000\n0ED9FF8000\n07F7FFC000\n03FFFFE000\n1FFFEFF000\n7FFFE7F000\n0FFEFEF800\n3FFCFE7C00\n7FEFEFFC00\nF3CFE7FE00\nA7FFFFFE00\nAFFFFFE600\n0FFFFFFF00\n1CCCFE7F00\n1FFEFFFF00\n3FFFE7FF00\n3FFFEFFF80\n3F3CFFE780\n3FBEFFEF80\n1FFFF9FF80\n07FFFBFF80\n01F3FFE780\n007BFFE780\n001FE67F80\n000FEEFF00\n0003FFFF00\n00007FFF00\n00001FFE00\n000001F800\nENDCHAR\nSTARTCHAR F3F4\nENCODING 62452\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0000006000\n0000006000\n000000F000\n000003F800\n000007FC00\n00000FFE00\n00000FFF00\n00001FFF00\n00007FFF80\n0000FFFF80\n0001FFFF80\n0003FFFF80\n000FFFFF80\n001FFFFF80\n00FFFFFF80\n0FFFFFFF80\n7FFFFFFF00\nFFFFFFFF00\n7FFFFFFF00\n1FFFFFFF00\n0187FEFE00\n001FFDFE00\n007FF9FC00\n00FFF3FC00\n01FFE7F800\n03FF87F800\n00FC0FF000\n00001FE000\n00001FC000\n00001FC000\n00001F8000\n00001E0000\n00001C0000\nENDCHAR\nSTARTCHAR F3F5\nENCODING 62453\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F80000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3000000600\n3000000600\n6000000300\n6000000300\nE000000300\nC000000180\nC000000380\nC000007F80\nC00001FF80\nC00007FF00\nC0000FFE00\nC0001FFC00\nE0003FF800\n60007FF000\n60007FE000\n3000FFC000\n3000FF8000\n1801FF0000\n1C01FE0000\n0E01FC0000\n0701F80000\n03C3F00000\n00FBE00000\n003FC00000\n0007800000\nENDCHAR\nSTARTCHAR F3F6\nENCODING 62454\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n03FFFF80\n03FFFF80\n033BBB80\n03339980\n03339980\n03339980\n03339980\n0333B980\n03FFFF80\n03FFFF80\n003FF800\n003FF800\n03FFFF80\n07FFFFC0\n070001C0\n0F0001C0\n0F0001E0\n0E0001E0\n0E0000E0\n1E007EF0\n1E01FFF0\n1C03FFF0\n3F9FFFF8\n3FFFFFF8\n3FFFFFF8\n3FFFFFFC\n7FFFFFFC\n7FFFFFFC\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nENDCHAR\nSTARTCHAR F3F7\nENCODING 62455\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3F8\nENCODING 62456\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFFFE\nF83FFFFE\nF03FFFFE\nF03FFFFE\nF03FFFFE\nF87FFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFC3E\nFFFFF81E\nFFFFF81E\nFFFFF81E\nFFFFF83E\nFFFFFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3F9\nENCODING 62457\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFFFE\nF83FFFFE\nF03FFFFE\nF03FFFFE\nF03FFFFE\nF87FFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFC3E\nFFFFF81E\nFFFFF81E\nFFFFF81E\nFFFFF83E\nFFFFFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3FA\nENCODING 62458\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFC7E\nF83FF83E\nF03FF81E\nF03FF81E\nF03FF81E\nF87FFC3E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nF87FFC3E\nF03FF81E\nF03FF81E\nF03FF81E\nF83FF83E\nFC7FFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3FB\nENCODING 62459\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFC7E\nF83FF83E\nF03FF81E\nF03FF81E\nF03FF81E\nF87FFC3E\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nF87FFC3E\nF03FF81E\nF03FF81E\nF03FF81E\nF83FF83E\nFC7FFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3FC\nENCODING 62460\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFC7FFC7E\nF83FF83E\nF03FF81E\nF03FF81E\nF03FF81E\nF87FFC3E\nFFFFFFFE\nFFFFFFFE\nFEFFFEFE\nF83FF83E\nF03FF81E\nF03FF81E\nF03FF81E\nF83FF83E\nFEFFFEFE\nFFFFFFFE\nFFFFFFFE\nF87FFC3E\nF03FF81E\nF03FF81E\nF03FF81E\nF83FF83E\nFC7FFC7E\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F3FD\nENCODING 62461\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0FFFFFF800\n0FFFFFF800\n0E03E03800\n1E03E03C00\n1E03E03C00\n1E03E03C00\n1E03E03C00\n1F03E07C00\n3B03E06E00\n3303E06600\n3303E06600\n3303E06600\n3383E0E600\n7183E0C700\n6183E0C300\n6183E0C300\n6183E0C300\n61C3E1C300\nE0C3E18380\nFFC3E1FF80\nFFC3E1FF80\nFFC3E1FF80\n1E03E03C00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n007FFF0000\n03FFFFE000\n03FFFFE000\n01FFFFC000\nENDCHAR\nSTARTCHAR F3FE\nENCODING 62462\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n003C000000\n007E000000\n007F000000\n00FF000000\n00FF000000\n00FF000000\n007F000000\n003E000000\n0000000000\n0000000000\n0008000000\n003C000000\n183C000000\n3C3C000000\n3C3C000000\n7C3C000000\n783C000000\nF83C000000\nF03C000000\nF03C000000\nF03C000000\nF03FFF0000\nF03FFF8000\nF83FFFC000\n781FFFE000\n7C0003F780\n7E0000FF80\n3F00707F80\n1FC1F83F00\n0FFFF81E00\n07FFF00C00\n03FFC00000\n007F000000\nENDCHAR\nSTARTCHAR F3FF\nENCODING 62463\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00070000\n000F0000\n000F8000\n003FE000\n007FF000\n00FFF800\n01FFFC00\n01FFFC00\n03FFFE00\n03FFFE00\n07FFFF00\n0FFFFF80\n0FFFFF80\n0FFFFF80\n03FFFE00\n03FFFE00\n03FFFE00\n73FFFE70\nF3FFFE70\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n73FFFE70\n33FFFE60\n03FFFE00\n03FFFE00\n03FFFE00\n03FFFE00\n07FFFF00\n0FFFFF80\n0FFFFF80\n07FFFF00\nENDCHAR\nSTARTCHAR F400\nENCODING 62464\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00CC198000\n00CE398000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n003E3E0000\n003E3E0000\n003C1E0000\n003C1E0000\n003FFE0000\n003FFE0000\nCCFFFF9980\nCCFFFF9980\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nFFFFFFFF80\nFFFFFFFF80\nFFFC1FFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nENDCHAR\nSTARTCHAR F401\nENCODING 62465\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0300000000\n0300000000\n0FFFFFFF00\n3FFFFFFF00\n7FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\n7FFFFF0000\n3FFFFF0000\n1FFC1F0000\n05F80F0000\n03F9CF8000\n07F3E78000\n07F1C78000\n0FF88F8000\n0F7C1F0000\n1F7E3F0000\nFE3FFE0000\nFE1FFC0000\nFC0FF80000\n7803E00000\nENDCHAR\nSTARTCHAR F402\nENCODING 62466\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\nE003E00380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n007FFF0000\n003FFE0000\n000FF80000\n0001C00000\nENDCHAR\nSTARTCHAR F403\nENCODING 62467\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nF3FFE380\nF3FFE180\nC0FFE180\nC0FFF380\nF3FE3F80\nF3FE1F80\nFFFE1F80\nFFFF3F00\nFFFFFF00\nFFFFFE00\nFFFFFC00\n7FFFF000\nENDCHAR\nSTARTCHAR F404\nENCODING 62468\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFE003FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFC001FF80\nFFC001FF80\nF3C001E780\nF3C001EF80\nC0C0019980\nC0C001BB80\nF3C001E780\nF3C001E780\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F405\nENCODING 62469\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FFFFC00\n3FFFFE00\n3C7FFE00\n783FFF00\n783FFF00\nF03FFF80\nF03FFF80\nF07FFF80\nF0FFFF80\nF1FFFF80\nF1FFFF80\n73FFFF00\n73FFFF00\n7BFFFF00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n1FFFF800\n0FFFF800\n07FFF000\n03FFE000\n01FFC000\n00FF8000\n007F0000\n001C0000\n001C0000\n003E0000\n007F0000\n007F0000\nENDCHAR\nSTARTCHAR F406\nENCODING 62470\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 1\nBITMAP\n00E00000\n07E00000\n1FE01C00\n3FE07E00\n3F81FE00\n1E0FFC00\n003FF800\n00FFE000\n07FF0300\n1FFC0F80\n7FF07F80\nFF81FF80\nFE07FE00\nF83FF800\n00FFE000\n03FF0000\n1FFC0000\n3FF03C00\n3FC1FE00\n3E0FFE00\n083FFC00\n00FFE000\n01FF8000\n03FC0000\n03F00000\n03FF0000\n01FF8000\n01FF0000\n007F0000\n00000000\n00000000\n00FF0000\n003E0000\nENDCHAR\nSTARTCHAR F407\nENCODING 62471\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n01FFC000\n03FFE000\n07FFF000\n0FFFF000\n0FFFF800\n1FFFFC00\n1FFFFC00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n7FFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFF00\nFFFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n7FFFFF00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n0FFFF800\n07FFF000\n01FFC000\n007F0000\nENDCHAR\nSTARTCHAR F408\nENCODING 62472\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0330000000\n0330000000\nF333C00000\nF333F00000\n0333F01E00\n0333FBFF80\nF333FFFF80\nF333FFFF80\n0333FFFF80\n0333F07F00\n7333F00000\nF333E00000\n0330000000\n0330000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\n0300000000\nENDCHAR\nSTARTCHAR F409\nENCODING 62473\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000000300\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF800000F00\n7FFFFFFF00\n7FFFFFFF00\n3E00003E00\n1F00007C00\n1FFFFFFC00\n0FFFFFF800\n07F80FF000\n01FE1FC000\n00FF878000\n003FE00000\n001FFC0000\n0003FE0000\n00F0FF8000\n01FC3FC000\n07F80FF000\n0FFFFFF800\n1FFFFFFC00\n1F00007C00\n3E00003E00\n7FFFFFFF00\n7FFFFFFF00\nF800000F00\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\n6000000300\nENDCHAR\nSTARTCHAR F40A\nENCODING 62474\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000300\n0000000780\n0000000F80\n0000001F00\n0000003E00\n0000007C00\n000000F800\n000001F000\n000003E000\n000007C000\n00006F8000\n00007F0000\n000CFE0000\n003FFC0000\n007FFE0000\n00FFFE0000\n03FFF80000\n0FFFF00000\n7FFFF00000\nFFFFF80000\n7DFFF80000\n03FFF00000\n07FFF00000\n1FFFE00000\n0FFFC00000\n01FF800000\n03CF800000\n03DF000000\n009F000000\n001E000000\n001E000000\n000E000000\n0004000000\nENDCHAR\nSTARTCHAR F40B\nENCODING 62475\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 24 0 4\nBITMAP\n0003F00000\n003FFE0000\n00FC1F8000\n01E0038400\n0780000C00\n0E00003800\n0C00007000\n180001E000\n380003E600\n30000FC600\n60001F8300\n60007F8300\n6000FF0300\nC003FE0180\nC007FE0180\nC007FC0180\nC00FF80180\nC00FF80180\nC007F00180\nC007E00180\nE001C00380\n6000000300\n6000000300\n6000000300\nENDCHAR\nSTARTCHAR F40C\nENCODING 62476\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFC1FFC00\n3FF007FE00\n3FF007FE00\n7FE003FF00\n7FE083FF00\nFFE1C3FF00\nFFE1C3FF80\nFFE1E7FF80\nF061FF0780\nF061DB0780\nF061C30780\nF061C30780\nF061C30F80\nF801C00F80\n7801C00F00\n7C03E01F00\n3E07F03E00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F40D\nENCODING 62477\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n7FFFF0\nFFFFF8\nFFFFF8\nFFFFF8\nEFFFF8\nCFFFF8\nCFFFF8\nCFFFF8\nFFFFF8\n7FFFF0\n000000\n000000\n3FFFE0\nFFFFF8\nFFFFF8\nCFFFF8\nCFFFF8\nCFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\nFFFFF8\n7FFFF0\n0C0180\n0C0180\nENDCHAR\nSTARTCHAR F40E\nENCODING 62478\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n00020000\n00070000\n000F8000\n000D8000\n001DC000\n0038E000\n00306000\nFFFFFFF8\n7FFFFFF0\n60C01830\n31C01C60\n31800C60\n1B0006C0\n1F0007C0\n0E000380\n0C000180\n0E000380\n1F0007C0\n1B0006C0\n31800C60\n31C01C60\n60C01830\n7FFFFFF0\nFFFFFFF8\n00306000\n0038E000\n001DC000\n000D8000\n000F8000\n00070000\n00020000\n00020000\nENDCHAR\nSTARTCHAR F40F\nENCODING 62479\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n3FFF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n00FF8000\n007F0000\nENDCHAR\nSTARTCHAR F410\nENCODING 62480\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 33 0 0\nBITMAP\n0007F000\n003FFE00\n00FFFF80\n03FFFFE0\n07FFC0F0\n0FFE0038\n1FF8000C\n1FF00000\n3FE00000\n3FC00000\n7FC00000\n7F800020\nFF800030\nFF800030\nFF000070\nFF0003FF\nFF0001FC\nFF0000F8\nFF0000FC\nFF8000DC\nFF800084\n7F800000\n7FC00000\n3FC00000\n3FE00000\n1FF00000\n1FF8000C\n0FFE0018\n07FFC0F0\n03FFFFE0\n00FFFF80\n003FFE00\n0007F000\nENDCHAR\nSTARTCHAR F411\nENCODING 62481\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n07C3E1F000\n0783E0F000\n0F83E0F800\n0F83E0F800\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF00007C00\n1E00003C00\n1E00003C00\n1E00003C00\n1E00003C00\n1E00003C00\n3E00003C00\n3E00003E00\n3E00003E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\n3C00001E00\nENDCHAR\nSTARTCHAR F412\nENCODING 62482\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n000F0000\n001F8000\n001FDF00\n003FFFC0\n003FFFE0\n001FFFF0\n001FFFF8\n003FFFF0\n0077FFE0\n00E7FFC0\n01CFFF80\n038FFF00\n4707FE00\nCE07FC00\n7C07F800\n7803F000\n7003E000\nF001C000\n18008000\n1C000000\n0C000000\n0E000000\n06000000\n07000000\n03000000\n03800000\n01800000\n01C00000\n00C00000\n7FFFF000\nFFFFF800\nFFFFF800\n7FFFF000\nENDCHAR\nSTARTCHAR F413\nENCODING 62483\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n18E0000000\n3FF0000000\n7FF8000000\nFFFC000000\nFFFE000000\n7FFF000000\n7EFF800000\n7C4FC00000\nFE0FE00000\nFF1FF00000\nFE0FD80000\n7E4F8C0000\n3FFF060000\n1FFE030000\n0FFC018000\n07F800C000\n03F0006000\n01E0003000\n00C0001800\n0060000C00\n0030000600\n001800C300\n000C01E380\n000603C180\n0003078180\n0001870300\n0000C20700\n0000600E00\n0000301C00\n0000183800\n00000E7000\n000007E000\n0000038000\nENDCHAR\nSTARTCHAR F414\nENCODING 62484\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0003E00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FE3FC000\n03F007E000\n03E003E000\n07C001F000\n7F80800000\nFF83E00000\nFF07F00000\nFF0FF00000\n3F0FF87E00\n000FF87F80\n0007F0FF80\n0003E0FF80\n000080FF00\n07C001F000\n03E003E000\n03F007E000\n01FE3FC000\n00FFFF8000\n007FFF0000\n001FFC0000\n0003E00000\nENDCHAR\nSTARTCHAR F415\nENCODING 62485\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0020080000\n0030180000\n0038388000\n003E7B8000\n027FFFC000\n037FFFC000\n03FFFFC600\n03FFFFFC00\n03FE3FFC00\n0FFC1FFC00\nFFFC1FF800\n7FFC1FF800\n7FFC1FFE00\n3FFC1FFF00\n1FFC1FFF80\n3FFC1FFF00\n7FFC1FFC00\nFFFC1FF800\n3FFE3FF800\n0FFFFFFC00\n0FFFFFFC00\n1FFC1FFE00\n1FFC1FFF00\n3FFC1FFF80\n3FFE3FF800\n01FFFFF000\n01FFFFF000\n03FFFFF000\n03FFFE0800\n000FFE0000\n00073C0000\n00061C0000\n0002040000\nENDCHAR\nSTARTCHAR F416\nENCODING 62486\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0008000000\n001C000000\n008E000000\n01CF000000\n03FF800000\n07FFC00000\n0FBFE00000\n1F3FF00000\n3E3FF80000\n1C1FFC0000\n0F8BFE0000\n4FC3FF0000\nFFE3FF8000\n7FC1FFC000\n3FF87FE000\n1FFC3FF000\n0FFC1FF800\n07FE1FFC00\n03FF0FFE00\n01FFC1FF00\n00FFE3FF80\n007FE1F900\n003FE8F800\n001FFC1C00\n000FFE3E00\n0007FE7C00\n0003FEF800\n0001FFF000\n0000FFE000\n000079C000\n0000388000\n00001C0000\n0000080000\nENDCHAR\nSTARTCHAR F417\nENCODING 62487\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFC000000\n7FFE000000\n78FF000000\nF07F800000\nF07FC00000\nF07FE00000\nF820700000\nFF00380000\nFF001C0000\n7F000E0000\n7F00070000\n3F00038000\n1F0001C000\n0F0000E000\n0700007000\n038007F800\n01C01FFC00\n00E03C0E00\n0070300700\n0038600300\n001C600180\n000E600180\n0007E00180\n0003E00180\n0001E00180\n0000E00380\n0000700300\n0000380700\n00001C1E00\n00000FFC00\n000003F000\nENDCHAR\nSTARTCHAR F418\nENCODING 62488\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1C00001E00\n3C00003F00\n7E00007F80\nFE00007F80\nFF00007F80\nFF00007F80\n3F80007F00\n0FC0003E00\n03E0000000\n01F0000000\n00F9000000\n007FC00000\n003FE00000\n001FF00000\n001FF80000\n003FFC0000\n001FFE0000\n001FFF0000\n000FFF8000\n0007FFC000\n0003FFE000\n0001FFF000\n0000FFF800\n00007FFC00\n00003FFE00\n00001FFF00\n00000FFF80\n000007FF80\n000003FF80\n000001FF00\n000000FE00\n0000007C00\n0000003800\nENDCHAR\nSTARTCHAR F419\nENCODING 62489\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n7FFF9000\nFFFF9800\nFFFF9C00\nFFFF9E00\nFFFF9F00\nFFFF9F80\nFFFF9FC0\nFFFF9FE0\nFFFF9FF0\nFFFF9FF8\nFFFF8000\nFFFF8000\nFFFFFFF8\nFFFFFFF8\nFFDFFFF8\nFE03FFF8\nFC01FFF8\nF8F8FFF8\nF9FCFFF8\nF3FCFFF8\nF3FC7FF8\nF3FCFFF8\nF1FCFFF8\nF9F8FFF8\nFC70FFF8\nFE007FF8\nFF8E3FF8\nFFFF1FF8\nFFFFBFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\nENDCHAR\nSTARTCHAR F41A\nENCODING 62490\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FF8000000\n7FFC000000\n7FFE0FFC00\nFFFE1FFE00\n00003FFF00\n00003FFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFDFFFF80\nFFE03FFF80\nFFC21FFF80\nFF8F8FFF80\nFF9FCFFF80\nFF3FC7FF80\nFF3FE7FF80\nFF3FC7FF80\nFF9FCFFF80\nFF8F8FFF80\nFFC60FFF80\nFFE007FF80\nFFF8E3FF80\nFFFFF1FF80\nFFFFFBFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F41B\nENCODING 62491\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000003F000\n00000FF800\n00001FFE00\n00003FFE00\n01C07E3F00\n03F07C0F80\n03F8780F80\n01FC780780\n007C780780\n003C700780\n003C000F80\n003C001F00\n7FFFFFFF00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFF800\n3FFFFF8000\n0000000000\n0000000000\nFFFF800000\nFFFFC00000\nFFFFE00000\n7FFFF00000\n0001F00000\n0000F80000\n0000F80000\n0000F80000\n0000F00000\n0001F00000\n001FF00000\n003FE00000\n003FC00000\n001F000000\nENDCHAR\nSTARTCHAR F41C\nENCODING 62492\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n1FE1FC00\n3FE1FE00\n3FE1FE00\n7FF1FF00\n7FF0FF00\n7FF0FF00\nFFF0FF80\nFF80FF80\nFC00FF80\nFE07FF80\nFF3FFF80\nFF1FFF80\nFF9FFF80\n7F9FFF00\n7FDFFF00\n3FEFFE00\n3FEFFE00\n1FFFFC00\n0FFFF800\n07FFF000\n03FFE000\n01FFC000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n003E0000\n07FFF000\n0FFFF800\n0FFFF800\n07FFF000\nENDCHAR\nSTARTCHAR F41D\nENCODING 62493\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0300006000\n078000F000\n07C001F000\n0FE003F800\n1FF007FC00\n3FF80FFE00\n7FFC1FFF00\nFFFC1FFF80\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n0FC001F800\n078000F000\n0000000000\n0000000000\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F41E\nENCODING 62494\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\n0001C00000\n0003600000\n0006300000\n000C180000\n00180C0000\n0030060000\n0060030000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F41F\nENCODING 62495\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0003E00000\n000FF80000\n001E3C0000\n00380E0000\n0070070000\n0060030000\n00E0038000\n00C0018000\n00C0018000\n00C0018000\n00C0018000\n01E003C000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n1FFFFFFC00\n03FFFFE000\n201FFC0200\n1800001C00\n0FE003F800\n01FFFFC000\n001FFC0000\nENDCHAR\nSTARTCHAR F420\nENCODING 62496\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n070C00F000\n0F38003800\n1FF8001C00\n1FF8001C00\n3FFF800E00\n3FFF800E00\n7FFF001700\n7FFE000F00\nFFF8000F00\nFFF8000F80\nFFF8000F80\nFFE0001F80\nFFE0001F80\nFFF0781F80\nFFF9F83F80\nFFFFE03F80\nFFFFC03F80\n7FFF003F00\n7FFE007F00\n7FFC01FE00\n3FFF07FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F421\nENCODING 62497\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n0FC0FE0000\n0FE0FF0000\n1FE0FF0000\n1FE1FF0000\n1FE1FE0000\n3FC1FC0000\n0000003E00\n0000007F80\n3E03F07F80\n3F83F87F80\n7F83FCFF00\n7F87FCFE00\n7F87F8F800\nFF07F00000\nFC0FC00000\n000001FE00\n000001FE00\n000FE1FE00\n000FF3FC00\n001FF3FC00\n001FE3F000\n001FC00000\n003F800000\nENDCHAR\nSTARTCHAR F422\nENCODING 62498\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FFC0000\n003FFE0000\n007FFF0000\n007FFF0000\n00F80F8000\n00F80F8000\n00F0078000\n00F0078000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFBFFFFF80\nFE0FFFFF80\nFC0FFFFF80\nFC0FFFFF80\nFC0FFFFF80\nFE0FFFFF80\nFFBFFFFF80\nFFFFFE1F80\nFFFFE01F80\nFFFFE00F80\nFFFFE00F80\nFFFFE00F80\nFFFFF00780\nFFFFF03F80\nFFFFF3FF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F423\nENCODING 62499\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000000700\n0000000F80\n0000003F80\n000000FF00\n00FFF3FE00\n01FFFFF800\n01FFFFE000\n01FFFFC000\n01FFFF0000\n03FFFC0000\n03FFFE0000\n03FFFE0000\n1FFFFFF800\n7FFFFFFE00\n7FFFFFFE00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFC00\n7FFFFFFC00\n3E3E3E3F80\n3C3C1E1F80\nFC3E3E1E00\nFE7E3F3E00\n1FFFFFFF00\n1FFFFFFF00\n3FFFFFF800\n33FFFFFC00\n0333998C00\n0331118000\nENDCHAR\nSTARTCHAR F424\nENCODING 62500\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n600F000000\nF01FFE0000\nF07FFFFC00\nF1ECFFFF80\nF3CCF87F80\nFF0CF87980\nFC0CF87980\nF80CF87980\nF00CF87980\nF80CF87980\nFE0CF87980\nF78CF87F80\nF3ECFFFF80\nF0FFFFFF00\nF03FFFC000\nF01FE00000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F425\nENCODING 62501\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000780300\n003FFC0780\n1FFFFF0780\nFFFF9BC780\nFF0F99E780\nCF0F987F80\nCF0F981F80\nCF0F980F80\nCF0F980780\nCF0F980F80\nCF0F983F80\nFF0F98F780\nFFFF9BE780\n7FFFFF8780\n01FFFE0780\n0003FC0780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F426\nENCODING 62502\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\n7FFFFF00\n0207F800\n07C0F000\n0FF80000\n07FF0000\n01FFE000\n003FF000\n0207F800\n07C0F000\n0FF80000\n07FF0000\n03FFE000\n007FF000\n000FF800\n0781F000\n0FF02000\n07FE0000\n03FFC000\n007FE000\n000FF000\n0301F000\n07E02000\n07FC0000\n03FF8000\n00FFC000\n001F8000\nENDCHAR\nSTARTCHAR F427\nENCODING 62503\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n000F8000\n003FE000\n00FFF800\n01FFFC00\n07FFFF00\n1FFFFFC0\n7FFFFFF0\nFFFFFFF8\nFFFFFFF8\nFFFDFFF8\nFFE03FF8\nFFC01FF8\nFF800FF8\nFF800FF8\nFF0007F8\nFF0007F8\nFF0007F8\nFF800FF8\nFF800FF8\nFFC01FF8\nFFE03FF8\nFFF8FFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF0\n1FFFFFC0\n07FFFF00\n01FFFC00\n00FFF800\n003FE000\n000F8000\n00020000\nENDCHAR\nSTARTCHAR F428\nENCODING 62504\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n0010000000\n0030000000\n0070000000\n00F0000000\n01F0000000\n03E0000000\n07E0000000\n0FE0000000\n1FE0000000\n3FF0000000\n7FF8000000\nF87C000000\n003E000000\n001F000000\n000F800000\n0007C00000\n0003E00000\n0001F00000\n0000F80000\n00007C0000\n00003E0000\n00001F0000\n00000F8000\n000007C000\n000003E000\n000001F000\n000000F800\n0000007C00\n0000003E00\n0000001E00\n0000000F00\n0000000380\n0000000180\nENDCHAR\nSTARTCHAR F429\nENCODING 62505\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0000001800\n0000001C00\n0000003E00\n0000003F00\n0000007F80\n0000007F80\n000000FF80\n000000FF80\n000001FF80\n000001FF80\n000003FF00\n000003FF00\n000007FE00\n00000FFC00\n00000FFC00\n00001FBC00\n00003F3C00\n00003F1800\n00007E1800\n00E0FC1800\n03FDFC1800\n07FFFC1800\n1FFFF81800\n3FFFF01800\n7FFFF01800\nFFFFE01800\nFFFFE01800\n3FFFC01800\n01FF001800\nENDCHAR\nSTARTCHAR F42A\nENCODING 62506\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 3\nBITMAP\n0000000080\n0000000180\n0000000380\n0000000780\n0000000F80\n0000001F80\n0780803F80\n1FE1C07F80\n3FF360FF80\n7FFE31FF80\n7FFC1FFF00\nFFFC0FFE00\nFFFC07FC00\nFFFC0FF800\nFFFC1FF000\nFFFC3FE000\n7FFE7FE000\n7FFFFF3000\n3FFFFE1800\n1FFFFC3800\n071FF87000\n038FF0E000\n01C7E1C000\n00E3C38000\n0070870000\n00380E0000\n001C1C0000\n000E380000\n0007700000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F42B\nENCODING 62507\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 17 0 8\nBITMAP\n0000441000\n4000E63C00\nE004E67E00\nF00CE67F00\nF84CE67F00\n78CCE67F80\n7FFFFFFF80\n3FFFFFE780\n0FFFFFFF80\n3FFFFFFF80\n7FFFFFFF80\n78CCE67F80\nF84CE67F00\nF00CE67F00\nE004E67E00\n4000E63C00\n0000441000\nENDCHAR\nSTARTCHAR F42C\nENCODING 62508\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0001C00000\n0001C00000\n0003E00000\n0001C00000\n0003E00380\n001FFC0780\n007FFF0F80\n00FFFF9F80\n1DFFFFDF00\n7FFFFFFE00\nFFFFFFFE00\nC7FFFFFE00\nC7FFFFFE00\nCFFFFFFC00\nCFFFFFF800\nCFFFFFF800\nCFFFFFF800\n6FFFFFF800\n6FFFFFF800\n7FFFFFF800\n3FFFFFF000\n3FFFFFF000\n1FFFFFF000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\nENDCHAR\nSTARTCHAR F42D\nENCODING 62509\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 1 1\nBITMAP\n02000000\n03000000\n07000000\n0F000000\n1F000000\n3F9E0000\nFFFF8000\n7FFFE000\n07FFF000\n03FFF800\n03FFFC00\n07FFFE00\n07FFFF00\n07FFFF00\n07FFFF80\n03FFFF80\n03FFFFC0\n03FFFFC0\n01FFFFC0\n00FFFFC0\n007FFF80\n003FFF80\n001FFFC0\n000FFFFC\n0007FFFE\n0000F3F8\n000001F0\n000001E0\n000001C0\n00000180\n00000080\nENDCHAR\nSTARTCHAR F42E\nENCODING 62510\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE000038380\nC000018180\nC000018180\nC000018180\nC00001FF80\nC00001FF80\nC00001FF80\nC00001FF80\nC00001FF80\nC000019980\nC00001FF80\nC00001E780\nC00001FF80\nC000019980\nC00001BB80\nC00001FF80\nE00003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n0C00001800\n0C00001800\nENDCHAR\nSTARTCHAR F42F\nENCODING 62511\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3F00000000\n7FE0000000\nFFF8000000\nFFF0000000\nFFE3000000\n7F8F800000\n3FFFC00000\n3FFFE00000\n1FFFF00000\n0FFFF00000\n07FFE20000\n03FFC70000\n01FFFF0000\n00FFFF8000\n007FFFC000\n003FFFE000\n001FFFF000\n000FFFF800\n0007FFF000\n0003FFC400\n0001FF9E00\n0000FFFE00\n00007FFF00\n00003FFF00\n00001FFF00\n00000FFF80\n000007FF80\n000003FF80\n000001FF80\n000000FF80\n0000003F80\n0000001F00\n0000000E00\nENDCHAR\nSTARTCHAR F430\nENCODING 62512\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001FF80000\n001FFC0000\n003E3C0000\n003E3E0000\n003C1E0000\n003E3E0000\n01FFFFC000\n07FFFFF000\n0FFFFFF800\n0FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFEFFFC00\n1FFCFFFC00\n1FFCFFFE00\n3FFCFFFE00\n3FFCFFFE00\n3FF01FFE00\n3FF83FFE00\n3FFCFFFF00\n7FFCFFFF00\n7FFE7FFF00\n7FFE3FFF00\n7FFF07FF00\n7FFF8FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F431\nENCODING 62513\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F432\nENCODING 62514\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F433\nENCODING 62515\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F434\nENCODING 62516\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F435\nENCODING 62517\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F436\nENCODING 62518\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F437\nENCODING 62519\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F438\nENCODING 62520\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F439\nENCODING 62521\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007F80\nC3007F80\nC3007F80\nE3007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43A\nENCODING 62522\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007F80\nC3007F80\nC3007F80\nE3007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43B\nENCODING 62523\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43C\nENCODING 62524\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43D\nENCODING 62525\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43E\nENCODING 62526\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F43F\nENCODING 62527\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F440\nENCODING 62528\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F441\nENCODING 62529\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F442\nENCODING 62530\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F443\nENCODING 62531\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007F80\nC3007F80\nC3007F80\nE3007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F444\nENCODING 62532\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007F80\nC3007F80\nC3007F80\nE3007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F445\nENCODING 62533\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F446\nENCODING 62534\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F447\nENCODING 62535\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007F80\nC3007F80\nC3007F80\nE3007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3007F80\nC3007F80\nC3007F80\nE7007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F448\nENCODING 62536\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F449\nENCODING 62537\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44A\nENCODING 62538\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nFF007380\nFF006180\nFF006180\nFF006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44B\nENCODING 62539\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44C\nENCODING 62540\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44D\nENCODING 62541\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44E\nENCODING 62542\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F44F\nENCODING 62543\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3007F80\nC3007F80\nC3007F80\nE7007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F450\nENCODING 62544\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3007F80\nC3007F80\nC3007F80\nE7007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F451\nENCODING 62545\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F452\nENCODING 62546\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\n7F007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F453\nENCODING 62547\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n7F007700\nFF006180\nFF006180\nFF006180\n7F007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF007F80\nFF007F80\nFF007F80\nFF007F80\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F454\nENCODING 62548\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007F00\nC3007F80\nC3007F80\nC3007F80\n77007F00\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nFF006380\nFF006180\nFF006180\nFF007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F455\nENCODING 62549\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3C001E00\n7E003F00\nE7007380\nC3006180\nC3006180\nE3006380\n7F007F00\n3E003E00\n00000000\n00000000\n00000000\n00000000\n08000800\n7E003F00\n77007700\nC3006180\nC3006180\nC3006180\n77007700\n7E003F00\n08000800\n00000000\n00000000\n00000000\n00000000\n3E003E00\n7F007F00\nE3006380\nC3006180\nC3006180\nE7007380\n7E003F00\n3C001E00\nENDCHAR\nSTARTCHAR F456\nENCODING 62550\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000F00\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F457\nENCODING 62551\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000F00\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F458\nENCODING 62552\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F459\nENCODING 62553\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F45A\nENCODING 62554\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F45B\nENCODING 62555\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F45C\nENCODING 62556\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000000F00\nENDCHAR\nSTARTCHAR F45D\nENCODING 62557\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\n7800000F00\nENDCHAR\nSTARTCHAR F45E\nENCODING 62558\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\n7800000000\nENDCHAR\nSTARTCHAR F45F\nENCODING 62559\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000F00\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000801F80\n0003E01F80\n0007F01F80\n000FF01F80\n000FF81F80\n000FF81F80\n0007F01F80\n0003E01F80\n0000801F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F460\nENCODING 62560\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000F00\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00801F80\nFC03E01F80\nFC07F01F80\nFC0FF01F80\nFC0FF81F80\nFC0FF81F80\nFC07F01F80\nFC03E01F80\nFC00801F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F461\nENCODING 62561\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00800000\nFC03E00000\nFC07F00000\nFC0FF00000\nFC0FF80000\nFC0FF80000\nFC07F00000\nFC03E00000\nFC00800000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F462\nENCODING 62562\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000801F80\n0003E01F80\n0007F01F80\n000FF01F80\n000FF81F80\n000FF81F80\n0007F01F80\n0003E01F80\n0000801F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F463\nENCODING 62563\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00801F80\nFC03E01F80\nFC07F01F80\nFC0FF01F80\nFC0FF81F80\nFC0FF81F80\nFC07F01F80\nFC03E01F80\nFC00801F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F464\nENCODING 62564\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00800000\nFC03E00000\nFC07F00000\nFC0FF00000\nFC0FF80000\nFC0FF80000\nFC07F00000\nFC03E00000\nFC00800000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F465\nENCODING 62565\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000801F80\n0003E01F80\n0007F01F80\n000FF01F80\n000FF81F80\n000FF81F80\n0007F01F80\n0003E01F80\n0000801F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000001F80\n0000000F00\nENDCHAR\nSTARTCHAR F466\nENCODING 62566\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00801F80\nFC03E01F80\nFC07F01F80\nFC0FF01F80\nFC0FF81F80\nFC0FF81F80\nFC07F01F80\nFC03E01F80\nFC00801F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\nFC00001F80\n7800000F00\nENDCHAR\nSTARTCHAR F467\nENCODING 62567\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00800000\nFC03E00000\nFC07F00000\nFC0FF00000\nFC0FF80000\nFC0FF80000\nFC07F00000\nFC03E00000\nFC00800000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\n7800000000\nENDCHAR\nSTARTCHAR F468\nENCODING 62568\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3800000E00\n7C00001F00\nFC00001F80\nFE00003F80\nFE00003F80\nFF00007F00\n7F00007F00\n7F8000FE00\n3F8000FE00\n3FC001FC00\n1FC001FC00\n1FE003F800\n0FE003F800\n0FF007F000\n07F007F000\n07F80FE000\n03F80FE000\n01FC1FC000\n01FC1FC000\n00FE3F8000\n00FE3F8000\n007F7F0000\n007F7E0000\n003FFE0000\n003FFC0000\n001FFC0000\n001FF80000\n000FF80000\n000FF00000\n0007F00000\n0007E00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F469\nENCODING 62569\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7800000000\nFE00000000\nFF80000000\nFFE0000000\nFFF8000000\n7FFE000000\n1FFF800000\n07FFE00000\n01FFF80000\n007FFE0000\n001FFF8000\n0007FFE000\n0001FFF800\n00007FFE00\n00001FFF00\n000007FF80\n000001FF80\n000007FF80\n00001FFF00\n00007FFE00\n0001FFF800\n0007FFE000\n001FFF8000\n007FFE0000\n01FFF80000\n07FFE00000\n1FFF800000\n7FFE000000\nFFF8000000\nFFE0000000\nFF80000000\nFE00000000\n3800000000\nENDCHAR\nSTARTCHAR F46A\nENCODING 62570\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000001E00\n0000003F80\n000000FF80\n000003FF80\n00000FFF80\n00003FFF00\n0000FFFC00\n0003FFF000\n000FFFC000\n003FFF0000\n00FFFC0000\n03FFF00000\n0FFFC00000\n3FFF000000\n7FFC000000\nFFF0000000\nFFC0000000\nFFF0000000\n7FFC000000\n3FFF000000\n0FFFC00000\n03FFF00000\n00FFFC0000\n003FFF0000\n000FFFC000\n0003FFF000\n0000FFFC00\n00003FFF00\n00000FFF80\n000003FF80\n000000FF80\n0000003F80\n0000000E00\nENDCHAR\nSTARTCHAR F46B\nENCODING 62571\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n0007F80000\n000FF80000\n000FFC0000\n001FFC0000\n001FFE0000\n003FFE0000\n003FFF0000\n007F7F0000\n007E7F8000\n00FE3F8000\n01FC3FC000\n01FC1FC000\n03F81FE000\n03F80FF000\n07F00FF000\n07F007F800\n0FE003F800\n0FE003FC00\n1FC001FC00\n1FC001FE00\n3F8000FE00\n3F8000FF00\n7F00007F00\n7E00007F80\nFE00003F80\nFC00003F80\nFC00001F80\n7C00001F00\n7800000F00\nENDCHAR\nSTARTCHAR F46C\nENCODING 62572\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3801C00E00\n7C07F01F00\nFC07F01F80\nFE0FF81F80\nFE0FF83F80\nFF07F03F00\n7F07F07F00\n7F83E0FE00\n3F8000FE00\n3FC001FC00\n1FC001FC00\n1FE003F800\n0FE003F800\n0FF007F000\n07F807F000\n07F80FE000\n03FC0FE000\n01FC1FC000\n01FE1FC000\n00FE3F8000\n00FF3F8000\n007F7F0000\n007FFE0000\n003FFE0000\n003FFC0000\n001FFC0000\n001FF80000\n000FF80000\n000FF00000\n0007F00000\n0007E00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F46D\nENCODING 62573\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3800000000\n7E00000000\nFF80000000\nFFE0000000\nFFF8000000\n7FFE000000\n1FFF800000\n07FFE00000\n01FFF80000\n007FFE0000\n001FFF8000\n0007FFE000\n1801FFF800\n7E007FFE00\nFF001FFF00\nFF0007FF80\nFF0001FF80\nFF0007FF80\nFF001FFF00\n7E007FFE00\n1801FFF800\n0007FFE000\n001FFF8000\n007FFE0000\n01FFF80000\n07FFE00000\n1FFF800000\n7FFE000000\nFFF8000000\nFFE0000000\nFF80000000\n7E00000000\n3800000000\nENDCHAR\nSTARTCHAR F46E\nENCODING 62574\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000E00\n0000003F00\n000000FF80\n000003FF80\n00000FFF80\n00003FFF00\n0000FFFC00\n0003FFF000\n000FFFC000\n003FFF0000\n00FFFC0000\n03FFF00000\n0FFFC00C00\n3FFF003F00\n7FFC007F00\nFFF0007F80\nFFC0007F80\nFFF0007F80\n7FFC007F00\n3FFF003F00\n0FFFC00C00\n03FFF00000\n00FFFC0000\n003FFF0000\n000FFFC000\n0003FFF000\n0000FFFC00\n00003FFF00\n00000FFF80\n000003FF80\n000000FF80\n0000003F00\n0000000E00\nENDCHAR\nSTARTCHAR F46F\nENCODING 62575\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0003F00000\n0007F00000\n0007F80000\n000FF80000\n000FFC0000\n001FFC0000\n001FFE0000\n003FFE0000\n003F7F0000\n007F7F0000\n007E3F8000\n00FE3F8000\n01FC1FC000\n01FC1FC000\n03F80FE000\n03F80FF000\n07F007F000\n07F007F800\n0FE003F800\n0FE003FC00\n1FC001FC00\n1FC001FE00\n3F8000FE00\n3F83E0FF00\n7F07F07F00\n7F07F07F80\nFE0FF83F80\nFE0FF83F80\nFC07F01F80\n7C07F01F00\n3801C00E00\nENDCHAR\nSTARTCHAR F470\nENCODING 62576\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C180C1F00\n783C1E0F00\nF83E3E0F00\nF01F7C0F80\nF00FF80780\nF007F00780\nF003E00780\nF007F00780\nF00FF80780\nF01F7C0F80\nF83E3E0F80\n783C1E0F00\n7C180C1F00\n3C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F471\nENCODING 62577\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC1FF000\n0FE003F800\n1F8000FC00\n1F00007C00\n3E00003E00\n3C00001E00\n7C00031F00\n7800078F00\nF8000F8F80\nF0001F0F80\nF0203E0780\nF0F07C0780\nF0F8F80780\nF07DF00780\nF03FE00780\nF01FC00F80\nF80F800F80\n780F000F00\n7C06001F00\n7C00001E00\n3E00003E00\n1F00007C00\n1F8000FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F472\nENCODING 62578\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FF9FFFE00\n3FF0FFFE00\n7FE0FFFF00\n7FC0FFFF00\nFF81FFFF80\nFF03FFFF80\nFE00007F80\nFC00001F80\nFC00001F80\nFC00001F80\nFE00007F80\nFF03FFFF80\nFF81FFFF80\n7FC0FFFF00\n7FE0FFFF00\n7FF0FFFE00\n3FF9FFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F473\nENCODING 62579\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFCFFE00\n3FFF87FE00\n7FFF83FF00\n7FFF81FF00\nFFFFC0FF80\nFFFFE07F80\nFF00003F80\nFC00001F80\nFC00001F80\nFC00001F80\nFF00003F80\nFFFFE07F80\nFFFFC0FF80\n7FFF81FF00\n7FFF83FF00\n7FFF87FE00\n3FFFCFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F474\nENCODING 62580\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n1FFC1FFC00\n3FF80FFE00\n3FF007FE00\n7FE003FF00\n7FC001FF00\nFF8000FF80\nFF00007F80\nFF04107F80\nFF8C18FF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n7FFC1FFF00\n7FFC1FFE00\n3FFC1FFE00\n1FFE3FFC00\n1FFE3FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F475\nENCODING 62581\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n1FFE3FFC00\n3FFC1FFE00\n3FFC1FFE00\n7FFC1FFF00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFF8C18FF80\nFF04107F80\nFF00007F80\nFF8000FF80\n7FC001FF00\n7FE003FF00\n7FF007FE00\n3FF80FFE00\n1FFC1FFC00\n1FFE3FFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F476\nENCODING 62582\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFE3FFE00\n3FFC1FFE00\n7FFC1FFF00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n7FFC1FFF00\n7FFC1FFE00\n3FFE3FFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F477\nENCODING 62583\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F478\nENCODING 62584\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FDFFDFE00\n3F8FF8FE00\n7F07F07F00\n7F83E0FF00\n7FC1C1FF80\nFFE083FF80\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nFFE083FF80\n7FC1C1FF80\n7F83E0FF00\n7F07F07F00\n3F8FF8FE00\n3FDFFDFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F479\nENCODING 62585\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFF7E00\n7FFFFE3F00\n7FFFFC1F00\nFFFFF81F80\nFFFFF03F80\nFF7FE07F80\nFE3FC0FF80\nFC1F83FF80\nFC0F07FF80\nFE060FFF80\nFF001FFF80\nFF803FFF80\n7FC07FFF00\n7FE0FFFF00\n7FF0FFFE00\n3FF9FFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F47A\nENCODING 62586\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FF7FF000\n0FFE3FF800\n1FFC1FFC00\n1FF80FFC00\n3FF007FE00\n3FE003FE00\n7FC001FF00\n7F8000FF00\nFF00007F80\nFE00003F80\nFC00001F80\nF800000F80\nFFF0000F80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FF007FF00\n7FF007FF00\n7FF007FE00\n3FF007FE00\n1FF007FC00\n1FF007FC00\n0FF007F800\n07F80FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F47B\nENCODING 62587\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07F80FF000\n0FF807F800\n1FF007FC00\n1FF007FC00\n3FF007FE00\n3FF007FE00\n7FF007FF00\n7FF007FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nF80007FF80\nF800000F80\nFC00001F80\nFE00003F80\nFF00007F80\n7F8000FF00\n7FC001FF00\n7FE003FE00\n3FF007FE00\n1FF80FFC00\n1FFC1FFC00\n0FFE3FF800\n07FF7FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n000FF80000\nENDCHAR\nSTARTCHAR F47C\nENCODING 62588\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFC1C00\n7FFFF81E00\nFFFFF03F00\nFFFFE07F80\nF80000FF80\nF00001FF80\nF00003FF00\nF0000FFE00\nF0001FFC00\nF0003FF800\nF0007FF000\nF000FFE080\nF001FFC180\nF003FF8380\nF007FF0780\nF00FFE0780\nF00FFC0780\nF007F80780\nF023F00780\nF031E00780\nF038C00780\nF07C000780\nF07E000780\nF070000780\nF080000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F47D\nENCODING 62589\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n3FFFE60000\n7FFFE70000\nFFFFE78000\nFFFFE7E000\nF80007F000\nF00007F800\nF0003FFC00\nF001FFFF00\nF007FFFF80\nF00FFFFF80\nF01FFFFF00\nF03FFFFE00\nF03FE7FC00\nF07F07F000\nF07E07E080\nF07807C180\nF070078380\nF0E0060780\nF0E0040780\nF0C0000780\nF080000780\nF080000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F47E\nENCODING 62590\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n6000400180\nF000E00380\nF001E00780\nF003E00F80\nF007E00F80\nF00FE01F80\nF01FE03F80\nF03FE07F80\nF03FE0FF80\nF07FE1FF80\nF0FFE3FF80\nF1FFE7FF80\nF3FFEFFF80\nF7FFEFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF7FFFFFF80\nF3FFEFFF80\nF1FFE7FF80\nF0FFE3FF80\nF0FFE1FF80\nF07FE0FF80\nF03FE07F80\nF01FE03F80\nF00FE03F80\nF007E01F80\nF003E00F80\nF001E00780\nF000E00380\n6000C00180\nENDCHAR\nSTARTCHAR F47F\nENCODING 62591\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC001800300\nE003800780\nF003C00780\nF803E00780\nFC03F00780\nFE03F80780\nFE03FC0780\nFF03FE0780\nFF83FF0780\nFFC3FF8780\nFFE3FF8780\nFFF3FFC780\nFFFBFFE780\nFFFFFFF780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFBFFF780\nFFFBFFE780\nFFF3FFC780\nFFE3FF8780\nFFC3FF0780\nFF83FF0780\nFF03FE0780\nFE03FC0780\nFC03F80780\nFC03F00780\nF803E00780\nF003C00780\nE003800780\nC001000300\nENDCHAR\nSTARTCHAR F480\nENCODING 62592\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nE000000380\nC000000180\nC700000180\nCF00000180\nCF1FFFF180\nCF3FFFF980\nC000000180\nC000000180\nC000000180\nC000000180\nC600000180\nCF00000180\nCF00000180\nCF3FFFF980\nC71FFFF180\nC000000180\nC000000180\nC000000180\nC000000180\nCF00000180\nCF00000180\nCF3FFFF980\nCF1FFFF980\nC000000180\nE000000380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F481\nENCODING 62593\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000300\n0000000780\n0007F00F80\n003FFE1F00\n00FFFFBE00\n01FFFFFC00\n07FC1FF800\n0FC001F000\n0F01C3E000\n1E07FFC000\n3C063F8000\n38001F0000\n7000BE0300\n6041FC0300\n60E1F80300\nC0CDF00180\nC0CFE00180\nC0C7C00180\n60EF808380\n607F010300\n707E030700\n387C060E00\n3CF80C1E00\n1FF0183C00\n0FE0207800\n07C001F800\n0F800FF000\n1F01FFC000\n3E03FF8000\n7C07FE0000\nF807F00000\nF000000000\n6000000000\nENDCHAR\nSTARTCHAR F482\nENCODING 62594\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 3\nBITMAP\n7FF1800000\nFFF8C00000\nFFFC600000\nFFFE300000\nFCFF180000\nF83F8C0000\nF03FC60000\nF03FE30000\nF03FF18000\nF87FF8C000\nFFFFFC6000\nFFFFFE3000\n7FFFFF1800\n3FFFFF8C00\n1FFFFFC600\n0FFFFFE300\n07FFFFF380\n03FFFFF180\n01FFFFF180\n00FFFFF180\n007FFFE300\n003FFFC600\n001FFF8C00\n000FFF1800\n0007FE3000\n0003FC6000\n0001F8C000\n0000F18000\n0000610000\nENDCHAR\nSTARTCHAR F483\nENCODING 62595\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n1FF8000000\n3FFC000000\n7FFE000000\nFFFE000000\nFFFFFFFF00\nFFFFFFFF80\nFFFFF00000\nFFFFC00000\nFFFFC7FE00\nFFFF8FFF00\n80001FFF00\n00001FFF80\n00001FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F484\nENCODING 62596\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC7FF000\n0FE07FF800\n1F807FFC00\n1F007FFC00\n3E007FFE00\n3C007FFE00\n7C007FFF00\n78007FFF00\n78007FFF80\nF8007FFF80\nF0007FFF80\nF0007FFF80\nF0007FFF80\nF0007FFF80\nF0007FFF80\nF0007FFF80\n78007FFF80\n78007FFF00\n7C007FFF00\n3C007FFE00\n3E007FFE00\n1F007FFC00\n1F807FFC00\n0FE07FF800\n07FC7FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F485\nENCODING 62597\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nCFFC1FF980\nCFFC1FF980\nCFFC1FF980\nCFFC1FF980\nCFE003F980\nCFF007F980\nCFF80FF980\nCF7C1F7980\nCF3E3E7980\nCF1F7C7980\nC00FF80180\nC007F00180\nC003E00180\nC007F00180\nC00FF80180\nCF1FFC7980\nCF3F3E7980\nCF7E1F7980\nCFFC0FF980\nCFF807F980\nCFF003F980\nCFFC1FF980\nCFFC1FF980\nCFFC1FF980\nCFFC1FF980\nC000000180\nC000000180\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F486\nENCODING 62598\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 21 1 6\nBITMAP\n007FFFF0\n0C7FFFF0\n1E3FFFF0\n1F1FFFF0\n3F0000F0\n7F8000F0\nFFC000F0\nFFE000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E000FFE\n1E0007FE\n1E0003FC\n1E0001F8\n1FFFF1F0\n1FFFF8F0\n1FFFFC60\n1FFFFC00\nENDCHAR\nSTARTCHAR F487\nENCODING 62599\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0700007C00\n0F0001FE00\n0F2007FF00\n0F301FFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFFF80\n0F3FFFE780\n0F3FFF0080\n0F1FFC0000\n0F0FF00000\n0F01000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n0F00000000\n7FF0000000\nFFF0000000\nFFF0000000\n7FF0000000\nENDCHAR\nSTARTCHAR F488\nENCODING 62600\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n1C0000\n3E0000\n7F0000\nFF8000\nFFC000\n7FE000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n00FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n001FF8\n003FF0\n007FE0\n00FFC0\n01FF80\n03FF00\n07FE00\n0FFC00\n1FF800\n3FF000\n7FE000\nFFC000\nFF8000\n7F0000\n3E0000\n1C0000\nENDCHAR\nSTARTCHAR F489\nENCODING 62601\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 0\nBITMAP\n0001C0\n0003E0\n0007F0\n000FF8\n001FF8\n003FF0\n007FE0\n00FFC0\n01FF80\n03FF00\n07FE00\n0FFC00\n1FF800\n3FF000\n7FE000\nFFC000\nFF8000\nFFC000\n7FE000\n3FF000\n1FF800\n0FFC00\n07FE00\n03FF00\n01FF80\n00FFC0\n007FE0\n003FF0\n001FF8\n000FF8\n0007F0\n0003E0\n0001C0\nENDCHAR\nSTARTCHAR F48A\nENCODING 62602\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FF7FE000\n07FE3FF000\n0FFC1FF800\n1FF80FFC00\n3FF007FE00\n7FE003FF00\nFFC001FF80\nFF8000FF80\nFF00007F80\n7E00003F00\n3C00001E00\n1800000C00\nENDCHAR\nSTARTCHAR F48B\nENCODING 62603\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n1800000C00\n3C00001E00\n7E00003F00\nFF00007F80\nFF8000FF80\nFFC001FF80\n7FE003FF00\n3FF007FE00\n1FF80FFC00\n0FFC1FF800\n07FE3FF000\n03FF7FE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F48C\nENCODING 62604\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0020000000\n0038000000\n003C000000\n003F000000\n03FFC1E000\n0FFFE1F800\n1FFFF9FC00\n3FFFF9FE00\n7F00007F00\n7800000F00\nF800000F80\nF000000780\nF000000780\nF000000780\nF800000F80\n7800000F00\n7F00007F00\n3FCFFFFE00\n1FCFFFFC00\n0FC3FFF800\n03C1FFE000\n00007E0000\n00001E0000\n00000E0000\n0000020000\nENDCHAR\nSTARTCHAR F48D\nENCODING 62605\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0800000000\n0C00000000\n0F00000000\n0F80000000\n0FE03FFF80\n0FF03FFF00\n0FFC7FFE00\n0FFEFFFC00\n0FFE7FFC00\n0FFE3FF800\n0FFC0FF000\n03F807E000\n01F001E000\n0C7000C000\n0E20004000\n0FB000E000\n0FB800F800\n038E01F800\n010703F800\n0181C7F800\n03C0E7F800\n03F037F800\n07F803F800\n0FFE38F800\n1FFF3C7800\n1FFFBF1800\n3FFF1F8800\n7FFE07E000\nFFFE03F000\n000000F800\n0000007800\n0000001800\n0000000800\nENDCHAR\nSTARTCHAR F48E\nENCODING 62606\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000F780000\n001E3C0000\n003C1E0000\n00780F0000\n00F0078000\n01E003C000\n03C001E000\n078080F000\n0F03E07800\n1E07F03C00\n3C0F781E00\n781E3C0F00\nF03C1E0780\nE0788F0380\nF0F3E78780\n79E7F3CF00\n33CFF9E600\n079F7CF000\n0F3E3E7800\n067C1F3000\n00F80F8000\n01F007C000\n00E0038000\n0048090000\n001C1C0000\n001E3C0000\n000F780000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F48F\nENCODING 62607\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000FC0000\n0003FF0000\n0007FFC000\n0007FFE000\n000FFFF000\n000FFFF800\n0007FFFC00\n007FFFFC00\n01FFFFFE00\n07FFFFFE00\n0FFFFFFF00\n1FFFFFFF00\n3FFFFF3F00\n3FFFF00780\n3FFFC08180\n3FFF87F880\n1FFF1FFC00\n1FFF3FFE00\n0FFE3FFF00\n1FFE7F8700\n3FFE7F8780\n3FFE7F8780\n7FFCFFCF80\n7FFC7FFF80\nFFFE7FFF80\nFFFE7FFF80\nFFFE7FFF00\nFFFF3FFE00\nFFFC1FFE00\nFFE00FF800\n7FC003E000\n7F00000000\n3C00000000\nENDCHAR\nSTARTCHAR F490\nENCODING 62608\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00001FF800\n00781FFE00\n03F81FFF00\n0FF01FFF80\n3FF01FFF80\n7FF81FFF80\n7FF80FFF80\nFFF80FFF80\nFFF80FFF00\nFFFC07FF00\nFFFC07FF00\nFFFC03FE00\n7FFE01FE00\n7FFE01FC00\n7FFF00FC00\n7FFF807800\n3FFF800000\n3FFFC00000\n1FFFC00000\n1FFFE00000\n0FFFF00000\n0FFFF80000\n07FFFF0000\n07FFFF8000\n03FFFF0000\n03FFFE0000\n01FFFC0000\n00FFFC0000\n00FFF80000\n007FF00000\n003FE00000\n001FC00000\n0007000000\nENDCHAR\nSTARTCHAR F491\nENCODING 62609\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000E000000\n001F800000\n001FC00000\n003FF00000\n007FF80000\n007FFE0000\n00FFFF0000\n00FFFFC000\n00F39F8000\n00F39F9800\n04FF9FFC00\n04FF9FFF00\n0003981F80\n0003901F80\n1CF3839F80\n3CF38F9F00\n7CF38F9F00\n7CF3879E00\nFC73939C00\nFE33998000\nFFB39C8000\n7FFFFFF000\n1FFFFFF000\n0FFFFFE000\n03FFFFC000\n01FFFFC000\n007FFF8000\n003FFF0000\n000FFF0000\n0007FE0000\n0001FC0000\n0000FC0000\n0000380000\nENDCHAR\nSTARTCHAR F492\nENCODING 62610\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 2 1\nBITMAP\n00010000\n0001C000\n0040F000\n00C07C00\n00803F80\n01803FF0\n03801E00\n07800000\n0F800000\n1F000002\n3F000004\n78000004\nC000000C\n0000001C\n0000003C\n0000003C\n0000003C\nC000003C\n7800001C\n3F00000C\n1F00000C\n1F000004\n0F000004\n07000000\n03003800\n03007E00\n0100FFC0\n0101FFF0\n0003F000\n00078000\n00080000\nENDCHAR\nSTARTCHAR F493\nENCODING 62611\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFF7FFF80\nFFFF7FFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF80FFF80\nFFF007FF80\nFFE003FF80\nFFE003FF80\nFFC081FF80\nFFC7F1FF80\nFF8FF8FF80\nFF9FFCFF80\nFF9FFCFF80\nFF3FFE7F80\nFF3FFE7F80\nFF3FFE7F80\nFF1FFC7F80\nFF9FFCFF80\nFF8FF8FF80\nFFC7F1FF80\nFFC1C1FF80\nFFF007FF80\nFFFC1FFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F494\nENCODING 62612\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n00001C0000\n00007E0000\n00007E0000\n0000FC0000\n0000FC0700\n0000F81F80\n0380F83F80\n07C0F0FF80\n0FF0F1FE00\n0FF8E7F800\n03FEEFC000\n007FFC0000\n000FE00000\n0007F00000\n007EFE0000\n03FDFFC000\n0FF9DFF800\n3FE3CFFC00\n7FC3C7FE00\nFF87C3FE00\nFE07C0FE00\nFC0FC07C00\n700F801800\n001F800000\n001F800000\n001F800000\n003F800000\n001F000000\n001C000000\nENDCHAR\nSTARTCHAR F495\nENCODING 62613\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3F8007FE00\n7F0001FF00\nFC0000FF80\nF800007F80\nF800003F80\nF000001F80\nE007801F80\nE00FE00F80\nE01FF01F80\nC03FF0FF80\nC03FFFFF80\nC03FFFFF80\nC03FFFFF80\nC01FFFFF80\nC01FFFFF80\nC01FFFFF80\nE01FFFFF80\nE01FFFFF80\nE00FFFFF80\nE00FFFFF80\nE00FFFFF80\nF007FFF180\nF007FF0180\nF007FE0180\nF007FE0180\nF803FC0180\nF803FC0380\nF801F80380\nFC00F00780\nFC00000780\nFE00000F80\n7F00001F00\n3F80001E00\nENDCHAR\nSTARTCHAR F496\nENCODING 62614\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n01FFC000\n03FFE000\n07FFF000\n0FFFF800\n0FFFF800\n1FFFFC00\n1FFFFC00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n7FFFFF00\n7FFFFF00\n7FFFFF00\n7FFFFF00\nFFFFFF00\n3F8FF180\n1F07E000\nC671CE00\nE0F89F80\nF9FE3F80\nFFFF7F80\nFFFFFF80\n7FFFFF00\n7FFFFF00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n0FFFF800\n07FFF000\n01FFC000\n007F0000\nENDCHAR\nSTARTCHAR F497\nENCODING 62615\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n1FFFFF00\n3FFFFF80\n3FFFFF80\n3FFFFF80\n7FFFFFC0\nFFFFFFE0\nFFFFFFE0\n7FFFFFC0\n3FFFFF80\n3FFFFF80\n1FFFFF80\n1FFFFF00\n1FFFFF00\n1FFFFF00\n1FFBFF00\n1FC07F00\n1F803F00\n1F803F00\n1F001F00\n00000000\n00000000\n1F803F00\n0F803F00\n0FC07E00\n0FF1FE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n0FFFFE00\n07FFFC00\nENDCHAR\nSTARTCHAR F498\nENCODING 62616\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFE00003F80\nF800000F80\nF800000F80\nF000000780\nF000020780\nF000070780\nF0000F8780\nF0001F0780\nF0003F0780\nF0007E0780\nF000FC0780\nF071F80780\nF0FBF00780\nF0FFE00780\nF07FC00780\nF03F800780\nF01F000780\nF00F000780\nF804000F80\nFF8000FF80\nFF8001FF80\nFFC001FF80\nFFC001FF80\nFFC001FF80\nFFE003FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F499\nENCODING 62617\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 19 33 8 0\nBITMAP\n01F000\n03F800\n03F800\n01F000\n006000\n006000\n006000\n006000\n00E000\n07FC00\n0FFE00\n0FFF00\n1FFF00\n1FFF80\n3FBF80\n3F9F80\n3FFF80\n1FFF80\n1FFF00\n0FFF00\n0FFE00\n03FC00\n00E000\n080200\n1F1F00\n1FFF00\n3FFF80\n339980\n7399C0\n6398C0\n77BCE0\nFFFFE0\n7FFFE0\nENDCHAR\nSTARTCHAR F49A\nENCODING 62618\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n0000000000\n0000000000\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FE003FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FC001FE00\n3FE003FE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F49B\nENCODING 62619\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000003C000\n00000FE000\n00001C7000\n0000183800\n0000181800\n0000181800\n0000381800\n00007C1800\n0000001800\n0000001800\n0000001800\n0000001800\n0000001800\n0000001800\n0000001800\n0000001800\n0000001F00\nFFFFFFFF80\n7FFFFFFF00\n0000000000\n0000000000\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n00FFFF8000\n00C0018000\n00C0018000\nENDCHAR\nSTARTCHAR F49C\nENCODING 62620\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00020000\n000F8000\n003FE000\n00FFF800\n01FFFC00\n07FFFF00\n1FFDFFC0\n7FF07FF0\nFFC01FF8\nFF800FF8\nFFE03FF8\nFFF8FFF8\n3FFFFFF8\n0FFFFFF8\n03FFFFF8\n00FFF9F8\n003FE1F8\n000F81F8\n000201F8\n000001F8\n000001F8\n000001F8\n070007F8\n1F800FF8\n7FE03FF8\n7FF07FF0\n1FFDFFC0\n07FFFF00\n01FFFC00\n00FFF800\n003FE000\n000F8000\n00020000\nENDCHAR\nSTARTCHAR F49D\nENCODING 62621\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n3FFFFE00\n3FFFFE00\n3FFFFF80\n3FFFFF80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000600\nF0000600\n30000780\n30000780\n30000780\n30000780\n30000780\n30000600\n30000600\n30000780\n30000780\n30000780\n30000780\n3FFFFF80\n3FFFFF80\n3FFFFE00\n3FFFFE00\n03FFE000\n03FFE000\n03FFE000\n03FFE000\nENDCHAR\nSTARTCHAR F49E\nENCODING 62622\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFF8FFF80\nFFFF83FF80\nFFFF81FF80\nFFFF81FF80\nFFFF80FF80\nFFFF807F80\nFFFF807F80\nFFFF803F80\nFFFF901F80\nFFFF9E1F80\nFFFF9E1F80\nFFFF9F1F80\nFFFF9F1F80\nFFFF9F3F80\nFFFF9F3F80\nFFFF9E7F80\nFFFF9EFF80\nFF809FFF80\nFE001FFF80\nFC001FFF80\nFC001FFF80\nFC003FFF80\nFE003FFF80\nFF007FFF80\nFFC1FFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F49F\nENCODING 62623\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0FFF000000\n0FFF800000\n0FFF800000\n0FFF800000\n007F800000\n00FF800000\n01FF807F80\n03FF807F80\n07EF806000\n0FCF806000\n1F8F806000\n3F0F006000\n7E001FE000\nFC001FE000\nF800180000\n7000180000\n2000180000\n0000180000\n0000180000\n000FF80000\n000FF00000\n000C000000\n000C000000\n000C000000\n000C000000\n03FC000000\n03FC000000\n0300000000\n0300000000\n0300000000\n0300000000\nFF00000000\nFF00000000\nENDCHAR\nSTARTCHAR F4A0\nENCODING 62624\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000300000\n0000780000\n0000FC0000\n00007E0000\n00003F0780\n00001F8780\nFF000FC780\nFF0007E780\n030003F780\n030001FF80\n030000FF80\n0300007F80\n03FC07FF80\n03FC07FF80\n000C07FF80\n000C07FF80\n000C03FF00\n000C000000\n000C000000\n000FF80000\n0007F80000\n0000180000\n0000180000\n0000180000\n0000180000\n00001FE000\n00001FE000\n0000006000\n0000006000\n0000006000\n0000006000\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F4A1\nENCODING 62625\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n1FFFFFF8\n3FFFFFF8\n70000000\nE0000000\nCFFFFFF8\nCFFFFFF8\nC0000000\nE0000000\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\nFFFFFFF8\n7FFFFFF8\n3FFFFFF8\n1FFFFFF0\nENDCHAR\nSTARTCHAR F4A2\nENCODING 62626\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFF8E3CF80\nFFF0E18780\nFFF0E18780\nFFF8E38F80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF020020780\nF070070780\nF0F80F8780\nF07C1F0780\nF03E3E0780\nF01F7C0780\nF00FF80780\nF007F00780\nF003E00780\nF007F00780\nF00FF80780\nF01FFC0780\nF03E7E0780\nF07C1F0780\nF0F80F8780\nF070070780\nF020020780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4A3\nENCODING 62627\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFF8E3CF80\nFFF0E18780\nFFF0E18780\nFFF8E38F80\nFFFFFFFF80\nFFFFFFFF80\nF800000F80\nF000000780\nF000008780\nF00001C780\nF00003E780\nF00007E780\nF0000FC780\nF0001F8780\nF0003F0780\nF1C07E0780\nF3E0FC0780\nF3F1F80780\nF1FBF00780\nF0FFE00780\nF07FC00780\nF03F800780\nF01F000780\nF00F000780\nF006000780\nF000000780\nF800000F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4A4\nENCODING 62628\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n3800000E00\n3F8000FE00\n3FC001FE00\n7F8000FF00\n7E00003F00\n7F00007F00\nFF00007F80\nCF8000F980\n0F8000F000\n07C001F000\n03C001E000\n03E003E000\n01F1C7C000\n01FFFFC000\n00FFFF8000\n00FFFF0000\n00FFFF8000\n00F80F8000\n01F007C000\n01E003C000\n03E003E000\n03C001E000\n03C001E000\n03C001E000\n03E003E000\n01E003C000\n01F007C000\n01F80FC000\n00FC1F8000\n007FFF0000\n003FFE0000\n001FFC0000\n0007F00000\nENDCHAR\nSTARTCHAR F4A5\nENCODING 62629\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF00000\n003FFE0000\n3CF80F8000\n7FC001E000\nFF80007000\nFF00003800\nFF03E01C00\nFF1FFC0C00\n7F3E3E0600\n3E70070600\n60E0038300\n61C001C300\nE18080C300\nC183E0C180\nC307F0E180\nC30FF1F180\nC30FF9F980\nC30FF9F980\nC307F1F980\nC183E1F180\nE18080C380\n61C001C300\n60E0038300\n3070070600\n303C3E0600\n181FFC0C00\n1C03E01C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4A6\nENCODING 62630\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0600803000\n0F83E0F800\n39EF7BCE00\nF0FC1F8780\nC0380E0180\nC030060180\nC030060180\nC030060180\nC030060180\nC038060180\nE07C1F8380\n78F73DEF00\n1FE3F87C00\n0780E03800\n0300E01800\n0300E01800\n0300E01800\n0300E01800\n0300E01800\n0780E03800\n1FE3F87C00\n78F73DEF00\nE07C1F8380\nC038060180\nC030060180\nC030060180\nC030060180\nC030060180\nC0380E0180\nF0FC1F8780\n39CF79CE00\n0F83E0F800\n0600803000\nENDCHAR\nSTARTCHAR F4A7\nENCODING 62631\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1E00060100\n1E00060180\n1F00060180\n1F00060180\n3F00060380\n3F00070780\n3F0007FF00\n1E0003FF00\n0C0003FE00\n0C0001FE00\n0C00007800\n0C00007800\n0C0000F800\n0C0000F800\n3F8000F800\nFFC000F800\nFFC000FC00\n3F8000FC00\n3F0000FC00\n3F0000FC00\n3F0000FC00\n3F8001FC00\n7FC001FC00\nFFC001FC00\nFFC001FC00\nFFC001FE00\nFFC001FE00\nFFC0018E00\nFFC0018600\nFFC0018600\n7FC001CE00\n3F8000FC00\n1E00007800\nENDCHAR\nSTARTCHAR F4A8\nENCODING 62632\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000001F000\n000007FC00\n00000E1E00\n0000080F00\n001FD80700\n00FFF80780\n03F0783F80\n0780FFFF80\n0F007FFF80\n1E007BFF80\n3E007CFF00\n3C007C3F00\n7C003FFE00\n7C001FF800\n7E003FF000\nFF007FF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nFFFFFFF800\nDFFFFFF800\n4FFFFFF000\n67FFFFF000\n71FFFFF000\n301FFFE000\n380FFFE000\n1E0FFFC000\n0F8FFF8000\n07FFFF0000\n03FFFE0000\n00FFF80000\n001FC00000\nENDCHAR\nSTARTCHAR F4A9\nENCODING 62633\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF03FFFF80\nFF03FFFF80\nFF03FFFF80\nFF03FFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4AA\nENCODING 62634\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000080000\n0000380000\n0000F00000\n003FF00000\n01FFF00000\n03FE700000\n07F8E00180\n0FC3E00180\n0F0FC00180\n0C7F800180\n01FF000180\n07FE000180\n1FFC000180\n7FF0000180\nE000010180\n80001FF180\n00003FF980\n0000701980\n0000E00180\n0001C00180\n0001800180\n0001800180\n0003800180\n0003800180\n0003800180\n0001800180\n0001800380\n0001C00300\n0000C00700\n0000E00E00\n0000783C00\n00001FF800\n000007E000\nENDCHAR\nSTARTCHAR F4AB\nENCODING 62635\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0F80000000\n3FE0000000\n7FF0000000\nFFF0000000\nFFF0000000\nFFF0000000\n7FE38C0700\n3FC7FF1F80\n0C0FFFBF80\n080FFFFF80\n030FEFF980\n070F83E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\n0F0F81E000\nENDCHAR\nSTARTCHAR F4AC\nENCODING 62636\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n07FE000000\n1FFFFE0000\n3FFFFFE000\n7FFFFFFC00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFE780\n7FFFF3E380\n7FFFF1C100\n3FFDE0C000\n3EF8E04C00\n3C70460E00\n1C320F1E00\n19070FBE00\n01879FFC00\n03CFDFFC00\n03EFFFFC00\n03FFFFF800\n01FFFFF000\n01FFFFE000\n00FFFF8000\n007FFC0000\n001FC00000\nENDCHAR\nSTARTCHAR F4AD\nENCODING 62637\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0F8000F800\n3FC001FE00\n7FE003FF00\n7FF007FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FE003FF00\n3FE083FE00\n1F81C0FC00\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0003E00000\n1F81C0FC00\n3FE083FE00\n7FE003FF00\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FF007FF00\n7FE003FF00\n3FC001FE00\n0F8000F800\nENDCHAR\nSTARTCHAR F4AE\nENCODING 62638\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\n001F0000\n001F8000\n001F0000\n000E0000\n001F0000\n00FFE000\n03FFF800\n07FFFC00\n0FFFFE00\n1FFFFF00\n3FF1FF80\n3FC07F80\n7F001FC0\n7F000FC0\nFE040FE0\nFE1E0FE0\nFC1F07E0\nFC3F87E0\nFC1F07E0\nFE1F0FE0\nFE040FE0\n7E000FC0\n7F001FC0\n3F803FC0\n3FF1FF80\n1FFFFF00\n0FFFFE00\n07803C00\n03E0F800\n03FFF800\n03FFF800\n03C07800\n01801000\nENDCHAR\nSTARTCHAR F4AF\nENCODING 62639\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004008000\n0006018000\n0006038000\n000E038000\n000F070000\n000F0F0000\n000F0F0000\n00071E0000\n00071E0000\n00071C0000\n0003180180\n0001100780\n0180001F00\n1FF8007E00\n3FFC01FC00\n7FFE03F800\nFFFF07F000\nF80F07C000\nF00F020000\nF800000000\nFE00000000\n7FF0000000\n3FFC000000\n1FFE000000\n03FF000000\n001F000000\n000F000000\nF00F000000\nFC3F000000\n7FFF000000\n3FFE000000\n1FFC000000\n07F0000000\nENDCHAR\nSTARTCHAR F4B0\nENCODING 62640\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n001FFFFF80\n003FFFFF80\n007FE1FF80\n007FC1FF00\n00FFFFFF00\n01FFFFFE00\n01FF87FC00\n03FF07FC00\n1FFF0FF800\n3FFE1FF800\n1FFE1FFC00\n0FFC3FFE00\n0FFC3FFC00\n1FF87FE000\n1FF07FC000\n3FF0FFC000\n7FE1FF8000\n7F83FF8000\nFF87FF0000\nFFFFFE0000\nFFFFFC0000\nENDCHAR\nSTARTCHAR F4B1\nENCODING 62641\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0020000000\n0070000000\n00F0000000\n01F0000000\n03F0000000\n07F0000000\n0FE0078000\n1FC03FF000\n3F80FFF800\n7F01FFFC00\n7E03FFFE00\nFE07FFFF00\nFC0FFFFF00\nFC1FE07F80\nFC3FE03F80\nFE1FFC3F80\nFE03FE1F80\nFF03FC1F80\n7FEFF81F80\n7FFFF03F80\n3FFFE03F00\n1FFFC07F00\n0FFF80FE00\n07FE01FC00\n00F803F800\n000007F000\n000007E000\n000007C000\n0000078000\n0000070000\n0000020000\nENDCHAR\nSTARTCHAR F4B2\nENCODING 62642\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000007FF80\n000007FF80\n7FFF060180\nFFFF060180\nC003860180\nC003860180\nC1FFFFC180\nC3FFFFE180\nC3FFFFFF80\nC3FFFFFF80\nC3FFFFFE00\nC3FFFFEE00\nC3FFFFE600\nC3FFFFE200\nC3FFFFE000\nC3FFFFE000\nE3FFFFE000\nFFFFFFE000\n3FFFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n00007E0000\n00003E0000\n00001E0000\n00000E0000\n0000060000\n0000020000\nENDCHAR\nSTARTCHAR F4B3\nENCODING 62643\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0040010000\n01C001C000\n03E003E000\n07E003F000\n07F007F000\n03F80FE000\n01F80FC000\n00FC1F8000\n003C1E0000\n001E3C0000\n000E380000\n0000000000\n0000000000\n0000000000\n00F80F8000\n0FF80FF800\nFFF3E7FF80\nFFC3E1FF80\n7F83E0FF00\n7E03E03F00\n7C03E01F00\n3003E00600\n2003E00200\n0003E00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n000FF80000\nENDCHAR\nSTARTCHAR F4B4\nENCODING 62644\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 1\nBITMAP\n0000007E00\n000001FF80\n1F8003FF80\nFFF007FF00\nFFF80FFF00\n7FFC1FFE00\n7FFE1FFE00\n3FFF1FFC00\n1FF71EF800\n1FF919F800\n0FFC03F000\n07FE07E000\n03FE000000\n00FE000000\n0000000000\n00008E0000\n0001CF0000\n0001DF8000\n0003FF8000\n0003FF8000\n0001FF8000\n0001FF8000\n0001FF8000\n0000FF0000\n00007F0000\n00007F0000\n00003F0000\n00001E0000\n00000C0000\nENDCHAR\nSTARTCHAR F4B5\nENCODING 62645\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03F0000000\n0FFC000000\n1FFF000000\n3FFF800000\n7E1F800000\n7C07C00000\nF803C00000\nF003C00000\nF000000000\nF000000000\nF000000000\nF800000000\n7C00000000\n7F00000000\n3F80000000\n1FF0000000\n07FC000000\n01FF000000\n007F800000\n001F800000\n0007C00000\n0003C00000\n0003C00000\n0003E00000\n0003E00000\n3003C01E00\n7003C07F00\nF807C07F80\n7E1F807F80\n7FFF807F80\n3FFF007F80\n1FFE003F00\n03F0001E00\nENDCHAR\nSTARTCHAR F4B6\nENCODING 62646\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n000001C0\n000007E0\n00000FF0\n00001FF8\n00003FF8\n00007FF0\n0C007F80\n3C00FE00\n7C01FC00\n7C01F800\nFC03F000\nFC03F000\nFC03E000\nFC07C000\nFE07C000\n7E07C000\n7E078000\n7F0F8000\n3F0F8000\n3F8F8000\n1F878000\n1FC78000\n0FE78000\n07F78000\n03F38000\n01FBC000\n00FFC000\n007FC000\n003FE000\n001FE000\n0007E000\n0001F000\n00007000\nENDCHAR\nSTARTCHAR F4B7\nENCODING 62647\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0703E07000\n0E1FFC3800\n1C7FFF1C00\n18FFFF8C00\n303C3FC600\n323E3FE600\n633F3FE300\n677F7FF300\nE64F6FF300\nCE0603F180\nCE2223F980\nCE7271F980\nCCF2F9F980\nCCF0F9F980\nCDF0F9F980\nC9F1FBF980\nE1F1F3F380\n61F1F3F300\n63E1F7E300\n33C3E7E600\n318B8FC600\n187C3F8C00\n1C7FFF1C00\n0E1FFC3800\n0707E07000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4B8\nENCODING 62648\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000800000\n0003E00000\n000FF00000\n001FFC0000\n007FFF0000\n00FFFF8000\n03FFFFE000\n0FFFFFF000\n1FFFFFFC00\n7FFFFFFF00\nFFFFFFFF80\n3FFFFFFE00\n1FFFFFFC00\n0FFFFFF800\n63FFFFE300\n71FFFFC600\n38FFFF8E00\n3E00003E00\n3F00007E00\n3FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFC00\n1FC001FC00\n0FE003F800\n0FE003F800\n0FE003F800\n07E003F000\n03F003E000\n01F007C000\n00F0078000\n0070070000\n0030060000\nENDCHAR\nSTARTCHAR F4B9\nENCODING 62649\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFF780\nFFFFFFEF80\nFFFFFF8F80\nFFFFFE0F80\nFFFFF01F80\nFFFFC09F80\nFFFF813F80\nFFFE023F80\nFFFC0E7F80\nFFF80CFF80\nFFF818FF80\nFFF031FF80\nFFE063FF80\nFFE1C7FF80\nFFE3CFFF80\nFFC39FFF80\nFFC73FFF80\nFF8E7FFF80\nFF9CFFFF80\nFF39FFFF80\nFE77FFFF80\nFEFFFFFF80\nFCFFFFFF80\nF9FFFFFF80\nF3FFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4BA\nENCODING 62650\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n00060000\n000E0000\n001E3F00\n043EFF00\n0E7FFF00\n0EFFFE00\n0FFFFC00\n1FFFFFC0\n1FFC7FF0\n1FE00FF8\n9FC007FC\nFF8003FE\nFF0001F0\nFF0001F0\nFE0001F8\n7E0000F8\n7E0000FC\n3E0000FC\n3E0001FE\n1F0001FE\n1F0001FE\nFF8003FE\n7FC007F2\n3FE00FF0\n1FF87FF0\n07FFFFF0\n007FFFE0\n00FFFFE0\n01FFFCC0\n01FFF840\n01F9F000\n0001E000\n00018000\nENDCHAR\nSTARTCHAR F4BB\nENCODING 62651\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FF803FC00\n1FF000FC00\n3FFFF87E00\n3FFFFE3E00\n7FFFFF3F00\n7FFFFF1F00\nFFFFFF9F00\nFFFFFF9F80\nFFFFFF9F80\nFFFFFF3F80\nFFFFFF3F80\nFFFFFE3F80\nFFFFF07F80\nFFF001FF80\nFFF007FF80\n7FF3FFFF00\n7FF3FFFF00\n3FF3FFFE00\n3FF3FFFE00\n1FF3FFFC00\n1FF3FFFC00\n0FF3FFF800\n07FBFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4BC\nENCODING 62652\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007FFFF00\n003FFFFF80\n00FE3FFF80\n03F80FFF00\n07F80FF000\n0FF007F800\n1FF007FC00\n1FF80FFC00\n3FF80FFE00\n3FFC1FFE00\n7FFFFFFF00\n7FFFFFFF00\nFDFFFFDF00\nE07FFF0380\nE03F7E0380\nC03E3E0180\nC03C1E0180\nC03E3E0180\nE03F7E0380\nE07FFF0380\nFDFFFFDF80\n7FFFFFFF00\n7FFFFFFF00\n3FFC1FFE00\n3FF80FFE00\n1FF80FFC00\n1FF007FC00\n0FF007F800\n07F80FF000\n03F80FE000\n00FE3F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4BD\nENCODING 62653\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nCFFFFFF980\nCFFFFFF980\nCF3FFE7980\nCE0FF83980\nCC4FF91980\nCCCFF99980\nCC0FF81980\nCE0FF83980\nCFFFFFF980\nCFFFFFF980\nCFFFFFF980\nC000000180\nE000000380\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFE00003F80\nFC7FFF1F80\nFCFFFF9F80\nFCFFFF9F80\n7CFFFF9F00\nENDCHAR\nSTARTCHAR F4BE\nENCODING 62654\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0FC3E00000\n0FDFFC0000\n7FFC1FFF00\nFFE003FF80\nC1C0C1C180\nC380F8E180\nC3007C6180\nC6000E3180\nC600073180\nCE00033180\nCC00039980\nCC00019980\nCC00019980\nCC00001980\nCC00001980\nCE00003980\nC600003180\nC600003180\nC300006180\nC38000E180\nC1C001C180\nFFE003FF80\n7FFC1FFF00\n001FFC0000\n0003E00000\nENDCHAR\nSTARTCHAR F4BF\nENCODING 62655\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0008000000\n0060000000\n00C01F8000\n0380FFE000\n0703FFF000\n0E07FFF800\n1E0FFFFC00\n1E1FFFFC00\n3C1FFFFE00\n7C3FFFFF00\n7C3FFFFF00\n7C3FFFFF00\nFC1FFFFF80\nFE1FFFFF80\nFE0FFFFF80\nFF07FFFF00\nFF01FFFE00\nFF807FF800\nFFC0020000\nFFF0000000\nFFF8000080\n7FFC000300\n7FFC007F00\n3FF807FF00\n3FF83FFE00\n1FF8FFFC00\n1FF7FFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F80000\nENDCHAR\nSTARTCHAR F4C0\nENCODING 62656\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FC001FF00\n3FE003FE00\n1FF007FC00\n1FF007FC00\n0FF80FF800\n0FF80FF800\n07FC1FF000\n07FE3FF000\n03FE3FE000\n01FF7FC000\n01FF7FC000\n00FFFF8000\n00FFFF8000\n007FFF0000\n003FFE0000\n003FFE0000\n001FFC0000\n001FFC0000\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\nENDCHAR\nSTARTCHAR F4C1\nENCODING 62657\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFFF00000\nFFFFF80000\nC000180000\nC000180000\nC7FFFF0000\nCFFFFF8000\nCC00018000\nCC00018000\nCC7FFFF000\nCCFFFFF800\nCCC0001800\nCCC0001800\nCCC3FFFF00\nCCC7FFFF80\nCCCC000180\nCCCC000180\nCCCC000180\nCCCC000180\nCCCC000180\nFCCC000180\n7CCC000180\n0CCC000180\n0CCC000180\n0FCC000180\n07CC000180\n00CC000180\n00CC000180\n00FC000180\n007C000180\n000C000180\n000C000180\n000FFFFF80\n0007FFFF00\nENDCHAR\nSTARTCHAR F4C2\nENCODING 62658\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00000000\n7E00000000\nFF07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF00\n7F00000000\n3E00000000\n0000000000\n0000000000\n0000000000\n0000000000\n1800000000\n7E00000000\n7F03FFFE00\nFF07FFFF80\nFF0FFFFF80\nFF07FFFF80\nFF03FFFE00\n7E00000000\n1800000000\n0000000000\n0000000000\n0000000000\n0000000000\n3C00000000\n7E00000000\nFF07FFFF00\nFF0FFFFF80\nFF0FFFFF80\nFF07FFFF00\n7E00000000\n3C00000000\nENDCHAR\nSTARTCHAR F4C3\nENCODING 62659\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nF000000000\nF000000000\n3007FFFF00\n300FFFFF80\n300FFFFF80\n3007FFFF80\nFC00000000\nFC00000000\n0000000000\n0000000000\n0000000000\n0000000000\n7000000000\nF800000000\n1C03FFFE00\n0C07FFFF80\n1C0FFFFF80\n3807FFFF80\n7003FFFE00\nFC00000000\n7800000000\n0000000000\n0000000000\n0000000000\n0000000000\nFC00000000\nFC00000000\n3807FFFF00\n3C0FFFFF80\n0C0FFFFF80\n0C07FFFF00\nFC00000000\nF800000000\nENDCHAR\nSTARTCHAR F4C4\nENCODING 62660\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFFE00\n07FFFFFF00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\n03FFFFFE00\n0000000000\n0000000000\n0400000000\n0C00000000\n1C003FFC00\n3C00FFFF00\n7FE1FFFF00\n7FF1FFFF80\nFFF3FFFF80\n7FF1FFFF80\n3FF1FFFF80\n3C00FFFF00\n1C003FFC00\n0C00000000\n0400000000\n0000000000\n0000000000\n03FFFFFE00\n07FFFFFF00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\n03FFFFFE00\nENDCHAR\nSTARTCHAR F4C5\nENCODING 62661\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFFE00\n07FFFFFF00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\n03FFFFFE00\n0000000000\n0000000000\n0200000000\n0300000000\n03803FFC00\n03C0FFFF00\n7FE1FFFF00\nFFF1FFFF80\nFFF3FFFF80\nFFF1FFFF80\n7FE1FFFF80\n03C0FFFF00\n03803FFC00\n0300000000\n0200000000\n0000000000\n0000000000\n03FFFFFE00\n07FFFFFF00\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n07FFFFFF00\n03FFFFFE00\nENDCHAR\nSTARTCHAR F4C6\nENCODING 62662\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n00000FE000\n00000FE000\n00001C6000\n00001C6000\n0000186000\n000038E000\n000031C000\n0000718000\n0000618000\n0000E18000\n0000C1FC00\n0001C1FF00\nFFC3800780\nFFC7000380\nC0CE000180\nC0FC000180\nC0F8000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0FFC00180\nC0FFE00380\nFFC07FFF00\nFFC03FFE00\nENDCHAR\nSTARTCHAR F4C7\nENCODING 62663\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\nFFC03FFE00\nFFC07FFF00\nC0FFE00780\nC0FFC00180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0C0000180\nC0FC000180\nC0FE000180\nFFC7000180\nFFC3800780\n0001C1FF00\n0000C1FC00\n0000E18000\n0000618000\n0000718000\n000031C000\n000038E000\n0000186000\n00001C6000\n00001C6000\n00000FE000\n00000FE000\nENDCHAR\nSTARTCHAR F4C8\nENCODING 62664\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0008080000\n000C180000\n001E3C0000\n001F7C0000\n0C1FFC1800\n0FFFFFF800\n0FFFFFF000\n07FFFFF000\n07CFF3F000\n0783E3F000\n0793E3F000\n3F33C7FE00\nFF33CFFF80\n7F338FFF00\n3F831FFE00\n1F871FFC00\n0FFE3FF800\n1FFC70FC00\n3FFC60FE00\n7FF8E67F00\nFFF9E67F80\n3FF1E67E00\n07E3E4F000\n07E3E0F000\n07E7F9F000\n07FFFFF000\n07FFFFF800\n0FFFFFF800\n0C1FFC1800\n001F7C0000\n001E3C0000\n000C180000\n0008080000\nENDCHAR\nSTARTCHAR F4C9\nENCODING 62665\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F8000\n03FFF000\n07FFFC00\n0FFFFE00\n1F81FF00\n3E003F00\n78001E00\n70000C00\nE0000000\nE0000000\nC0180000\nC03F8000\nC007E000\nC0007800\n60001C00\n60000E00\n30000600\n38000300\n1C000300\n0F000180\n03F00180\n00FE0180\n000C0180\n00000380\n00000380\n18000700\n3C000F00\n7E003E00\n7F80FC00\n3FFFF800\n1FFFF000\n07FFE000\n00FF0000\nENDCHAR\nSTARTCHAR F4CA\nENCODING 62666\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n07FFC000\n0FFFF000\n0FFFF800\n0FFFFC00\n0F00FE00\n0F003F00\n0F001F00\n0F000F00\n0F000F80\n0F000780\n0F000780\n0F000780\n0F000F80\n0F000F00\n0F001F00\n0F003E00\n0F01FE00\nFFFFFC00\nFFFFF800\nFFFFE000\n7FFF0000\n0F000000\n0F000000\n7FFF0000\nFFFF8000\nFFFF0000\n7FFF0000\n0F000000\n0F000000\n0F000000\n0F000000\n0F000000\n07000000\nENDCHAR\nSTARTCHAR F4CB\nENCODING 62667\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FC1FC00\n3F007E00\n3E003E00\n7C001F00\n78000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF0000F80\n78000F00\n78000F00\n7C001F00\n3E003E00\n3F007E00\n1FE3FC00\n0FFFF800\n07FFF000\n01FFC000\n007F0000\n007F0000\n003E0000\n003E0000\n003C0000\n001C0000\n001C0000\n00080000\n00080000\nENDCHAR\nSTARTCHAR F4CC\nENCODING 62668\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00080000\n00080000\n001C0000\n001C0000\n001E0000\n003E0000\n003E0000\n007F0000\n007F0000\n01FFC000\n07FFF000\n0FFFF800\n1FE3FC00\n3F007E00\n3E003E00\n7C001F00\n78000F00\nF8000F00\nF8000F80\nF0000780\nF0000780\nF0000780\nF0000780\nF8000F80\n78000F00\n7C001F00\n3E003E00\n3F007E00\n1FC1FC00\n0FFFF800\n07FFF000\n01FFC000\n007F0000\nENDCHAR\nSTARTCHAR F4CD\nENCODING 62669\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n00003E0000\n0001FFC000\n0007FFF000\n000FFFF800\n001FE1FC00\n003F007E00\n003E003E00\n007C001F00\n0078000F00\n01F8000F80\n0FF8000780\n3FF0000780\nFFF0000780\n3FF0000780\n0FF8000780\n01F8000F80\n0078000F00\n007C001F00\n003E003E00\n003F007E00\n001FE1FC00\n000FFFF800\n0007FFF000\n0001FFC000\n00003F0000\nENDCHAR\nSTARTCHAR F4CE\nENCODING 62670\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n007E000000\n01FFC00000\n07FFF00000\n0FFFF80000\n1FC3FC0000\n3F007E0000\n3E003E0000\n7C001F0000\n78000F0000\nF8000FC000\nF0000FF800\nF00007FE00\nF00007FF80\nF00007FE00\nF0000FF800\nF8000FC000\n78000F0000\n7C001F0000\n3E003E0000\n3F007E0000\n1FC3FC0000\n0FFFF80000\n07FFF00000\n01FFC00000\n007E000000\nENDCHAR\nSTARTCHAR F4CF\nENCODING 62671\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n3FFFFE00\n7FFFFF00\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFFFFF80\nFFE3FF80\nFFC1FF80\nFF80FF80\nFE003F80\nFC001F80\nF0000780\n60000300\nENDCHAR\nSTARTCHAR F4D0\nENCODING 62672\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n061C71C0\n0F3C79E0\n0F3CF9E0\n0F3CF9E0\n3FFFFFF0\n7FFFFFFC\nE000000E\nC0000006\nC0000006\nC0000006\nC01C71C6\nC03CF9E6\nC03CF9E6\nC03C79E6\nC0000006\nC0000006\nC61830C6\nCF3CF9E6\nCF3CF9E6\nCF3CF9E6\nC71C71C6\nC0000006\nC0000006\nCF3C7806\nCF3CF806\nCF3CF806\nCF1C7006\nC0000006\nC0000006\nC0000006\nE000000E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F4D1\nENCODING 62673\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00000E0000\n00003F0000\n0000FB8000\n0001E1C000\n000380E000\n0007007000\n000E003800\n000E001C00\n001C000E00\n001C000700\n0018000380\n0038000180\n003FFFFF80\n003FFFFF00\n003FFFFF00\n003FFFFE00\n001FFFFE00\n001FFFFC00\n000FFFF800\n001FFFF000\n003FFFE000\nF07DFF8000\nF8F87C0000\nFDF0000000\n7FE0000000\n3FC0000000\n1F80000000\n0FC0000000\n07E0000000\n03F0000000\n01F0000000\n00F0000000\n0070000000\nENDCHAR\nSTARTCHAR F4D2\nENCODING 62674\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF00000000\nFF00000000\n0000000000\n0000000000\n0000000000\n0000000000\n7F00000000\nFF00000000\nFF3FFFFE00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFE00\nFF00000000\n7F00000000\n0000000000\n0000000000\n0000000000\n0000000000\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF00000000\nFF00000000\nENDCHAR\nSTARTCHAR F4D3\nENCODING 62675\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n000FF80000\n7FCFF9FF00\nFFCFF9FF80\nFFCFF9FF80\n7FCFF9FF00\n000FF80000\n000FF80000\n0000000000\n0000000000\n0000000000\n0000000000\n0007F00000\n000FF80000\n3FCFF9FE00\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\n3FCFF9FE00\n000FF80000\n0007F00000\n0000000000\n0000000000\n0000000000\n0000000000\n000FF80000\n000FF80000\n7FCFF9FF00\nFFCFF9FF80\nFFCFF9FF80\n7FCFF9FF00\n000FF80000\n0007F00000\nENDCHAR\nSTARTCHAR F4D4\nENCODING 62676\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\n0000000000\n0000000000\n0000000000\n0000000000\n0000007F00\n0000007F80\n3FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n3FFFFE7F80\n0000007F80\n0000007F00\n0000000000\n0000000000\n0000000000\n0000000000\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F4D5\nENCODING 62677\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\n0000000000\n0000000000\n0000000000\n0000000000\n0007F00000\n000FF80000\n3FCFF9FE00\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\n3FCFF9FE00\n000FF80000\n0007F00000\n0000000000\n0000000000\n0000000000\n0000000000\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF00000000\nFF00000000\nENDCHAR\nSTARTCHAR F4D6\nENCODING 62678\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF00000000\nFF00000000\n0000000000\n0000000000\n0000000000\n0000000000\n0007F00000\n000FF80000\n3FCFF9FE00\nFFCFF9FF80\nFFCFF9FF80\nFFCFF9FF80\n3FCFF9FE00\n000FF80000\n0007F00000\n0000000000\n0000000000\n0000000000\n0000000000\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F4D7\nENCODING 62679\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\n0000000000\n0000000000\n0000000000\n0000000000\n7F00000000\nFF00000000\nFF3FFFFE00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFE00\nFF00000000\n7F00000000\n0000000000\n0000000000\n0000000000\n0000000000\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF00000000\nFF00000000\nENDCHAR\nSTARTCHAR F4D8\nENCODING 62680\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF00000000\nFF00000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000007F00\n0000007F80\n3FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n3FFFFE7F80\n0000007F80\n0000007F00\n0000000000\n0000000000\n0000000000\n0000000000\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF00\nFF00000000\nFF00000000\nENDCHAR\nSTARTCHAR F4D9\nENCODING 62681\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFF00000000\nFF00000000\nFF3FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF00000000\nFF00000000\n0000000000\n0000000000\n0000000000\n0000000000\n7F00000000\nFF00000000\nFF3FFFFE00\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF3FFFFE00\nFF00000000\n7F00000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000007F80\n0000007F80\n7FFFFE7F80\nFFFFFE7F80\nFFFFFE7F80\n7FFFFE7F80\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F4DA\nENCODING 62682\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCCE666\nCCCCE666\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\nF333999E\n33339998\n33339998\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nCCCCE666\nCCCCE666\nENDCHAR\nSTARTCHAR F4DB\nENCODING 62683\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCCE666\nCCCCE666\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\nF333999E\n33339998\n33339998\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nFFFFFFFE\nFFFFFFFE\nENDCHAR\nSTARTCHAR F4DC\nENCODING 62684\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nFFFFFFFE\nFFFFFFFE\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\nF333999E\n33339998\n33339998\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nCCCCE666\nCCCCE666\nENDCHAR\nSTARTCHAR F4DD\nENCODING 62685\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCCE666\nCCCCE666\nC0038000\nC0038000\nC0000006\nC0000006\nC0038000\nC0038000\nC0000006\nC0000006\nC0038000\nC0038000\nC0000006\nC0000006\nF333999E\nF3339998\nF3339998\nC0000006\nC0000006\nC0038000\nC0038000\nC0000006\nC0000006\nC0038000\nC0038000\nC0000006\nC0000006\nC0038000\nC0038000\nCCCCE666\nCCCCE666\nENDCHAR\nSTARTCHAR F4DE\nENCODING 62686\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCCE666\nCCCCE666\n00038006\n00038006\nC0000006\nC0000006\n00038006\n00038006\nC0000006\nC0000006\n00038006\n00038006\nC0000006\nC0000006\nF3339986\n3333999E\n3333999E\nC0000006\nC0000006\n00038006\n00038006\nC0000006\nC0000006\n00038006\n00038006\nC0000006\nC0000006\n00038006\n00038006\nCCCCE666\nCCCCE666\nENDCHAR\nSTARTCHAR F4DF\nENCODING 62687\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCCE666\nCCCCE666\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\nC0000006\nFFFFFFFE\nFFFFFFFE\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nC0000006\nC0000006\n00038000\n00038000\nCCCCE666\nCCCCE666\nENDCHAR\nSTARTCHAR F4E0\nENCODING 62688\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCFE666\nCCCFE666\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\nF333999E\n33339998\n33339998\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nCCCFE666\nCCCFE666\nENDCHAR\nSTARTCHAR F4E1\nENCODING 62689\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nFFFFFFFE\nFFFFFFFE\nC0038006\nC0038006\nC0000006\nC0000006\nC0038006\nC0038006\nC0000006\nC0000006\nC0038006\nC0038006\nC0000006\nC0000006\nF3339986\nF333999E\nF333999E\nC0000006\nC0000006\nC0038006\nC0038006\nC0000006\nC0000006\nC0038006\nC0038006\nC0000006\nC0000006\nC0038006\nC0038006\nFFFFFFFE\nFFFFFFFE\nENDCHAR\nSTARTCHAR F4E2\nENCODING 62690\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nCCCFE666\nCCCFE666\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\nC0038006\nFFFFFFFE\nFFFFFFFE\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nC0038006\nC0038006\n00038000\n00038000\nCCCFE666\nCCCFE666\nENDCHAR\nSTARTCHAR F4E3\nENCODING 62691\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\nFFFFFFFE\nFFFFFFFE\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nFFFFFFFE\nFFFFFFFE\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nC0038006\nFFFFFFFE\nFFFFFFFE\nENDCHAR\nSTARTCHAR F4E4\nENCODING 62692\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nC304000000\nE31C000000\n7338000000\n3B70000000\n1FE0000000\n0FC0000000\n0780000300\n0300000780\n0300000780\n0300000780\n0300000780\n0300000780\n0300000780\n0300000780\n0300020780\n0300070780\n0300078780\n0300078780\n0300078780\n0300078780\n0300078780\n0300078780\n0300078780\n0307078780\n030F078780\n030F878780\n030F878780\n030F878780\n030F878780\n030F878780\n030F878780\n030F078780\n0307070300\nENDCHAR\nSTARTCHAR F4E5\nENCODING 62693\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n7FFFFFFF00\nFFFFFFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFFFFFFF80\n7FFFFFFF00\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n003FFE0000\n001FFC0000\n000FF80000\n0007F00000\n0007F00000\n0003E00000\n0001C00000\nENDCHAR\nSTARTCHAR F4E6\nENCODING 62694\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0004100000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n020C182000\n060C183000\n0E0C183800\n3E0C183E00\n7FFC1FFF00\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FFC1FFF00\n3E0C183E00\n0E0C183800\n060C183000\n020C182000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n000C180000\n0004100000\nENDCHAR\nSTARTCHAR F4E7\nENCODING 62695\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n000001F000\n000007FC00\n00001E7E00\n0000787F00\n0000E07F80\n0003C07F80\nC00F007F80\nE03E001F80\nFFF8300F80\nFFE0FC0380\nFF01FC0180\nFF03FC0180\nFF07FE0180\nFF0FFE0180\nFF0FFE0180\nFE1FFC0180\nC01FFC0180\nC01FFC3D80\nC03FF87F80\nC03FF87F80\nC03FF07F80\nC03FE07F80\nC01FC07F80\nE01F83FF80\nF8060FFF80\nFC003C0780\nFE00700180\nFF01C00000\nFF03800000\n7F0E000000\n3F3C000000\n1FF0000000\n0FC0000000\nENDCHAR\nSTARTCHAR F4E8\nENCODING 62696\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FC000000\n01FE000000\n01FF000000\n01FF000000\n01FF000000\n01FF000000\n03EF800000\n03EF800000\n03EF800000\n03CF800000\n07C78F8000\n07C79FC000\n07871FE000\n0F873FE000\n0F833FF000\n0F823FF000\n0F027DF000\n1F007DF800\n1F007CF800\n1FFCF8F800\n3FFCF8FC00\n3FFCF87C00\n3FF9F07C00\n3E01F07E00\n7C01F03E00\n7C03FFFE00\n7C03FFFF00\nF803FFFF00\nF807FFFF00\nF807C01F80\nF007C00F80\n000F800F80\n0007000780\nENDCHAR\nSTARTCHAR F4E9\nENCODING 62697\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0008000000\n000F000000\n000FC00000\n000FF00000\n000FBC0000\n000F9E0000\n000F9E0000\n000F9F0000\n000F9F0000\n000F9F8000\n000F9F8000\n000F9F8000\n000F9F8000\n000F9F0000\n000F860000\n004F800000\n01CF800000\n07CF9FFE00\n1F8F9FFF80\n7E0F9E0780\nF00F800F00\nF1CF807E00\n7FCF83F800\n1FCF9FE000\n000F9F8000\n00039C0000\n0000900000\nENDCHAR\nSTARTCHAR F4EA\nENCODING 62698\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 32 0 1\nBITMAP\n00030000\n0007C000\n001FF000\n007FFC00\n01FFFF00\n07FFFFC0\n1FFFFFF0\n7FFFFFFC\n7FFFFFFC\n3FFFFFF8\n0FFFFFE0\nC3FFFF86\nF0FFFE1E\nFC3FF87E\nFF0FE1FE\nFFC387FE\nFFF01FFE\nFFFC7FFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\n7FFCFFF8\n1FFCFFF0\n07FCFFC0\n01FCFF00\n007CFC00\n001CF000\n0004C000\nENDCHAR\nSTARTCHAR F4EB\nENCODING 62699\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07F07FF000\n0F801FF800\n1F000FFC00\n1E000FFC00\n3C000FFE00\n380007FE00\n780007FF00\n70000FFF00\nF0000FFF00\nF0001FFF80\nF0001FFF80\nF8003FFF80\nF8007FFF80\nFC01FFFF80\nFF9FFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFF1C00\n1FFFFE1C00\n0FFFFE3800\n07FFFE7000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4EC\nENCODING 62700\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FFFF8000\n00FFFF8000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n003FFE0000\n007FFF0000\n00FFFF8000\n00FFFFC000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F4ED\nENCODING 62701\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n000FF80000\n000FF80000\n0007F00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0007F00000\n0007F00000\n0007F00000\n0007F00000\n000FF80000\n000FF80000\n001BFC0000\n301BEC0600\n7833E60F00\n7873E60F00\n4C63E31900\nCDC3E1D980\nCF83E0F980\nCF03E07980\nEC03E01B80\n7C03E01F00\n3003E00600\n3003600600\n1803600C00\n1C06701C00\n0E1E3C3800\n07FC1FF000\n01F007C000\nENDCHAR\nSTARTCHAR F4EE\nENCODING 62702\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FF1FFFF00\nFFF3FFFF80\nFFF3FFFF80\nFFF1FFFF00\nFFF0000000\nFFF0000000\nFFF0000000\nFFF0000000\nFFF0FFFF00\nFFF1FFFF80\nFFF3FFFF80\nFFF1FFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\nFFF1FFFF80\nFFF3FFFF80\nFFF1FFFF80\nFFF0FFFF00\nFFF0000000\nFFF0000000\nFFF0000000\nFFF0000000\nFFF1FFFF00\nFFF3FFFF80\nFFF1FFFF80\n7FF1FFFF00\nENDCHAR\nSTARTCHAR F4EF\nENCODING 62703\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7E1FFFFF00\nFF3FFFFF80\nFF3FFFFF80\nFF1FFFFF00\nFF00000000\nFF00000000\nFF1FFFFF80\nFF3FFFFF80\n0000000000\n0000000000\n0000000000\n0000000000\n7E0FFFFF00\nFF1FFFFF80\nFF3FFFFF80\nFF1FFFFF80\nFF0FFFFE00\nFF00000000\nFF00000000\nFF3FFFFF80\n7E1FFFFF00\n0000000000\n0000000000\n0000000000\n0000000000\nFF1FFFFF80\nFF3FFFFF80\nFF3FFFFF80\nFF1FFFFF00\nFF00000000\nFF00000000\nFF3FFFFF80\n7F3FFFFF80\nENDCHAR\nSTARTCHAR F4F0\nENCODING 62704\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nE000000000\nFC00000000\nFF00000000\n7FC0000000\n7BF0000000\n7CF8000000\n3E7C000000\n3E1E000000\n1F0F000000\n1F87000000\n0FC7200000\n0FFE700000\n07FCF80000\n03F9DC0000\n01F38E0000\n00E7C70000\n000FE38000\n001FF1C000\n003FF8E000\n001FFC7000\n000FFE3800\n0007FF1C00\n0003FFB800\n0001FFF180\n0000FFE380\n00007FC700\n00003F8E00\n00001F1C00\n00000E3800\n0000047000\n000000E000\n000001C000\n0000018000\nENDCHAR\nSTARTCHAR F4F1\nENCODING 62705\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3000000000\n3000000000\nFFFFFFE700\nFFFFFFEF80\nFFFFFFFC00\nFFFFFFF800\nFFFFFFFE00\nFFFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n000387FF00\n000386FF00\n000184FF00\n000184FF00\n0001E0FF00\n0000FFFF00\n00001FFF00\n000000FF00\n000000FF80\n000000FF80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\n0000007F80\nENDCHAR\nSTARTCHAR F4F2\nENCODING 62706\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC00001F80\nF800000F80\n71FFFFE700\n33FFFFE600\n33FFFFE600\n33FFFFE600\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF3FFFFE780\nF1FFFFE780\n7800000F80\n3C00001F80\n1FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n03FFFFFF80\nENDCHAR\nSTARTCHAR F4F3\nENCODING 62707\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFF9E000\n07FEB8F000\n0FFFB9B800\n1FFFBFDC00\n1BFFFE0C00\n38FFC00E00\n307FC00600\n607FE00300\n63FFE08300\nE7FF86C300\nC7FF863F80\nC7FFC77F80\nC7FFFFFF80\nC7FFFEFF80\nE3FFC0FF80\nF3FF807F80\nFFFF000180\nFFFE000380\n7FFE000300\n7FFC000300\n3FFC000600\n3FFC000E00\n1FFE000C00\n1FFE001C00\n0FFF003800\n07FFFEF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F4F4\nENCODING 62708\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFFFE1F80\nFFFE3E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFFFC1E1F80\nFC3C1E1F80\nFC3C1E1F80\nFC3C1E1F80\nFC3C1E1F80\nFC3C1E1F80\nFC3E3E1F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4F5\nENCODING 62709\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000F00\n0000001F80\n0071C01F80\n00F1C01F00\n00F3E03C00\n0071C03C00\n0000003800\n0000007800\n61860C7800\nF3C71E7000\nF3CF1E7000\nF9C71CF000\n780000F000\n7C0000E000\n7C0821E000\n3C1C71E000\n3E3CF9E000\n1E1C71C000\n1F0823C000\n0F0003C000\n0F00038000\n0FFFFF8000\n07FFFF8000\n07FFFF8000\n03FFFE0000\n0000000000\n0000000000\n01E03C0000\n01F07C0000\n03F07E0000\n03F07E0000\n01F07C0000\n00E0380000\nENDCHAR\nSTARTCHAR F4F6\nENCODING 62710\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n003E0000\n00FF8000\n00FF8000\n01FFC000\n03FFC000\n03FFE000\n003E0000\n003E0000\n03FFE000\n03FFE000\n003E0000\n003E0000\n03FFE000\n03FFE000\n203E0200\nF03E0780\nF07FE780\nF3FFE780\nF1FFCF80\nF9FFCF80\n78FF8F00\n7C7F1F00\n3E1C3E00\n3F007E00\n1FC3FC00\n0FFFF800\n07FFF000\n01FFC000\n007E0000\n003E0000\n003E0000\n001C0000\n001C0000\nENDCHAR\nSTARTCHAR F4F7\nENCODING 62711\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\nC000000180\nC000000180\nE000000180\nE000000380\n6000000300\n7000000300\n7000000700\n7000000700\n7000000700\n3800000600\n3800000E00\n3800000E00\n3C00000E00\n3C00001E00\n1C00001C00\n1C00001C00\n1E00001C00\n1E00003C00\n1E00003C00\n0F00003C00\n0F00007800\n0F00007800\n0F80007800\n0000000000\n0000000000\n3FFFFFFE00\n7FFFFFFF00\nFE3E3E3F80\nFC3C1E1F80\nFC3E3E1F80\nFE7E3F3F80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4F8\nENCODING 62712\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0001C00000\n0007F00000\n00EFFB8000\n03FFFFE000\n03FFFFE000\n07FFFFF000\n0FF7F7F800\n0FF7E7F800\n0FF3E7F800\n3FFBEFFE00\n77F9CFF700\n73F9CFE700\nF9F9CFCF80\nFC79CF1F80\nFE3C9E3F80\nFF1FFC7F80\nFF8FF8FF80\n7FCFF9FF00\n3FFFFFFE00\n0FFFFFF800\n07FFFFE000\n31FFFFC600\n38FFFF1E00\n3E3FFE3E00\n1F9FF8FC00\n0007F00000\n0001C00000\nENDCHAR\nSTARTCHAR F4F9\nENCODING 62713\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFC7FFFF80\nFFC1FFFF80\nFFC07FFF80\nFFC03FFF80\nFFC00FFF80\nFFC003FF80\nFFC000FF80\nFFC0007F80\nFFC000FF80\nFFC003FF80\nFFC00FFF80\nFFC01FFF80\nFFC07FFF80\nFFC1FFFF80\nFFC7FFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FA\nENCODING 62714\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FB\nENCODING 62715\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF87F0FF80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF87F0FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FC\nENCODING 62716\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nFFF007FF80\nFFE003FF80\nFFC001FF80\nFF8000FF80\nFF8000FF80\nFF0000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF0000FF80\nFF8000FF80\nFF8000FF80\nFFC001FF80\nFFE003FF80\nFFF007FF80\nFFFC3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FD\nENCODING 62717\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF7FEFFF80\nFF3FE7FF80\nFF1FE3FF80\nFF0FE3FF80\nFF07E1FF80\nFF03E0FF80\nFF01E07F80\nFF00E03F80\nFF00E01F80\nFF00E03F80\nFF01E07F80\nFF03E0FF80\nFF07E1FF80\nFF0FE3FF80\nFF1FE3FF80\nFF3FE7FF80\nFF7FEFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FE\nENCODING 62718\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFBFF7F80\nFFF3FE7F80\nFFF3FC7F80\nFFE3F87F80\nFFC3F07F80\nFF83E07F80\nFF03C07F80\nFE03807F80\nFC03807F80\nFE03807F80\nFF03C07F80\nFF83E07F80\nFFC3F07F80\nFFE3F87F80\nFFE3FC7F80\nFFF3FE7F80\nFFFBFF7F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F4FF\nENCODING 62719\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF87EFFF80\nFF03E7FF80\nFF03E3FF80\nFF03E3FF80\nFF03E1FF80\nFF03E0FF80\nFF03E07F80\nFF03E03F80\nFF03E01F80\nFF03E03F80\nFF03E07F80\nFF03E0FF80\nFF03E1FF80\nFF03E3FF80\nFF03E3FF80\nFF03E7FF80\nFF87EFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F500\nENCODING 62720\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFBF0FF80\nFFF3E07F80\nFFF3E07F80\nFFE3E07F80\nFFC3E07F80\nFF83E07F80\nFF03E07F80\nFE03E07F80\nFC03E07F80\nFE03E07F80\nFF03E07F80\nFF83E07F80\nFFC3E07F80\nFFE3E07F80\nFFE3E07F80\nFFF3E07F80\nFFFBF0FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F501\nENCODING 62721\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF07FFF0780\nF03FFE0780\nF01FFC0780\nF00FF80780\nF007F00780\nF003E00780\nF001C00780\nF080808780\nF0C0018780\nF0E0038780\nF0F0078780\nF0F80F8780\nF0FC1F8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nF0FFFF8780\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F502\nENCODING 62722\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n001FFC0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n03FFFFE000\n07FFFFF000\n07FFFFF000\n07FFFFF000\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n3FFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n07FFFFF000\n000FF80000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0000000000\n0003E00000\n0003E00000\n0007F00000\n0007F00000\nENDCHAR\nSTARTCHAR F503\nENCODING 62723\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0071C00000\n00F1C00000\n00F3E70000\n0071C78000\n1807078C00\n3C07071E00\n3C6F8C1E00\n1CF71E1C00\n40F01E0100\nFC701C1F80\nFFFFFFFF80\nFFFFFFFF80\nFC0FF81F80\n7E0FF81F80\n7E0FF81F00\n7E0FF01F00\n7E0FF03F00\n7E0FF03F00\n7E07F03F00\n3E07F03F00\n3E07F03E00\n3F07F03E00\n3F07F03E00\n3F07F03E00\n3F07F03E00\n1F07F07E00\n1F07F07C00\n1F07F07C00\n1F07F07C00\n1F87F07C00\n1F87F07C00\n0FFFFFFC00\n0FFFFFF800\nENDCHAR\nSTARTCHAR F504\nENCODING 62724\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n3FFFFC0000\n7FFFFE0000\nFFFFFF0000\nFFFFFF8000\nFFFFFF8000\nFFFFFFC000\nFFFFFFE000\nFFFFFFF000\nFFFFFFF000\nFFFFFFF800\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFC00\nFFFFFFF800\nFFFFFFF000\nFFFFFFF000\nFFFFFFE000\nFFFFFFC000\nFFFFFF8000\nFFFFFF8000\nFFFFFF0000\n7FFFFE0000\n3FFFFC0000\nENDCHAR\nSTARTCHAR F505\nENCODING 62725\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n001FFFFE00\n003FFFFF00\n007FFFFF80\n007FFFFF80\n00FFFFFF80\n01FFFFFF80\n03FFFFFF80\n07FFFFFF80\n07FFFFFF80\n0FFFFFFF80\n1FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n7FFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\n3FFFFFFF80\n1FFFFFFF80\n0FFFFFFF80\n07FFFFFF80\n07FFFFFF80\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n00FFFFFF80\n007FFFFF80\n003FFFFF00\n001FFFFE00\nENDCHAR\nSTARTCHAR F506\nENCODING 62726\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n07FFFFF000\n03FFFFE000\n01FFFFC000\n007FFF0000\n003FFE0000\n001FFC0000\n0007F00000\n0003E00000\nENDCHAR\nSTARTCHAR F507\nENCODING 62727\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n0007F00000\n001FFC0000\n003FFE0000\n007FFF0000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F508\nENCODING 62728\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFF1FE00\n3FFFE0FE00\n7FFFE07F00\n7FFFE07F00\nFFFFE07F00\nFFFFE0FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF83FFFF80\nFF03FFFF80\n7F03FFFF00\n7F03FFFF00\n3F83FFFE00\n3FC7FFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F509\nENCODING 62729\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FC7F1FE00\n3F83E0FE00\n7F03E07F00\n7F03E07F00\nFF03E07F00\nFF83E0FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF83E0FF80\nFF03E07F80\n7F03E07F00\n7F03E07F00\n3F83E0FE00\n3FC7F1FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F50A\nENCODING 62730\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n01FFFFC000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFE3FFC00\n3FF007FE00\n7FE003FF00\nFFC001FF80\nFF801CFF80\nFF8E38F780\n0F8770F000\n0703E07000\n0701C07000\n0700807000\n0700007000\n078000F000\n078000F000\n07C001E000\n03E003E000\n03F007E000\n03FC1FE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\nENDCHAR\nSTARTCHAR F50B\nENCODING 62731\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007E00000\n003FC60000\n00FFCF8000\n03FF8FE000\n07FF9FF000\n03FF3FF800\n13FE3FFC00\n11FE7FFC00\n39FC7FFE00\n3CFCFFFE00\n7C78000000\n7E70000000\nFE3007FF00\nFF2003FF80\nFF8003FF80\nFF8001FF80\nFFC001FF80\nFFC000FF80\nFFE000FF80\nFFE0027F80\nFFF0063F80\n00000F3F00\n00000F9F00\n3FFF9F9E00\n3FFF1FCE00\n1FFF3FC400\n1FFE3FE400\n0FFE7FE000\n07FCFFF000\n03F8FFE000\n00F9FF8000\n0031FE0000\n0003F80000\nENDCHAR\nSTARTCHAR F50C\nENCODING 62732\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 17 33 8 0\nBITMAP\n03C000\n03C000\n03C000\n078000\n078000\n078000\n0F0000\n0F0000\n0F0000\n1E0000\n1E0000\n1E0000\n3C0000\n3C0000\n3FFF80\n7FFF00\n7FFF00\n7FFE00\nFFFE00\n003C00\n003C00\n007800\n007800\n00F000\n00E000\n01E000\n03C000\n1FFC00\n0FF800\n07F000\n03E000\n01C000\n008000\nENDCHAR\nSTARTCHAR F50D\nENCODING 62733\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n007FF800\n007FFC00\n00038000\n00038000\n00038000\n000FE000\n001FF000\n001FF000\n003FF800\n003FF800\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n3FFFFFF8\n000FE000\n000FE000\n000FE000\n000FE000\n000FE000\n000FC000\n0007C000\n0007C000\n0007C000\n000FC000\n001FF000\n003FF000\n003FF800\n001FF000\nENDCHAR\nSTARTCHAR F50E\nENCODING 62734\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 4\nBITMAP\n1FFFFFFF00\n3FFFFFFF80\n7FFFFFFF80\n7FFFFFFF80\n778E38F380\nE30C186180\nC30C186180\nC30C186180\nE79E3CF380\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFC1FFC1F80\nF80FF80F80\nF1CFF9C780\n73CFF9E700\n03C001E000\n018000C000\nENDCHAR\nSTARTCHAR F50F\nENCODING 62735\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 -1\nBITMAP\n20000000\n60000000\nF0000000\nF8000000\nFC000000\nFE000000\nFF000000\nFF800000\n7FC00000\n7FE00000\n7FFC0000\n3FFE0000\n1FFF0000\n0FFF8000\n07FFC000\n03FFE000\n03FFF000\n03FFF800\n01FFFC00\n00FFFE00\n007FFF00\n003FFF80\n001FFFC0\n000FFFE0\n0007FFF0\n0003FFF8\n0001FFF8\n0000FFF8\n00007FF0\n00003FE0\n00001FC0\n00000F80\n00000700\nENDCHAR\nSTARTCHAR F510\nENCODING 62736\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n00FC000000\n007F000000\n007F800000\n007F800000\n003FC03F00\n001FC1FF80\n7E1FE3FF00\nFF87E7FF00\n7FE3EFFF00\n7FF3FFFE00\n7FFBFFFC00\n3FFFFFF800\n1FFFFFF000\n0FFFFFC000\n07FFE00000\n01FFE00000\n0003E00000\n0003E00000\n0003E00000\n3FE3E3FE00\n3FF3E7FC00\n1FFBFFF800\n1FFFFFF000\n0FFFFFF000\n0FFFFFC000\n07FFFF8000\n03FFFF0000\n00FFFC0000\n001FE00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F511\nENCODING 62737\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\n0000800000\n0003E00000\n0007F00000\n000FF80000\n001FFC0000\n003FFE0000\n007FFF0000\n00FFFF8000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n07FFFFF000\n03FFFFE000\n01FFFFC000\n01FFFFC000\n007FFF0000\nENDCHAR\nSTARTCHAR F512\nENCODING 62738\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3CFC7E7E00\n7CFC7E7E00\nFC7C7C7E00\n7878383C00\n0000000000\n0000000000\n0383838180\n87C7C7C780\nCFCFC7E780\nCFCFE7E780\nCFC7C7E780\n8787C3C380\n0000000000\n0000000000\n0010100000\n787C7C3C00\nFCFC7E7E00\nFCFCFE7E00\nFCFC7E7E00\n787C7C7C00\n3010101800\n0000000000\n0000000000\n8787C3C380\nCFC7C7E780\nCFCFE7E780\nCFCFC7E780\nC7C7C7C780\n0383838380\n0000000000\n0000000000\n7838383C00\n3C7C7C7E00\nENDCHAR\nSTARTCHAR F513\nENCODING 62739\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F514\nENCODING 62740\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFF1E\nFFFFFE0E\nFFFFFE06\nFFFFFE06\nFFFFFE06\nFFFFFF0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFFFE\nC0FFFFFE\nC0FFFFFE\nC0FFFFFE\nE0FFFFFE\nF1FFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F515\nENCODING 62741\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFF1E\nFFFFFE0E\nFFFFFE06\nFFFFFE06\nFFFFFE06\nFFFFFF0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFFFE\nC0FFFFFE\nC0FFFFFE\nC0FFFFFE\nE0FFFFFE\nF1FFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F516\nENCODING 62742\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FFFF1E\nE0FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE1FFFF0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFF0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF1FFFF1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F517\nENCODING 62743\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FFFF1E\nE0FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE1FFFF0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFFE\nFFF83FFE\nFFF83FFE\nFFF01FFE\nFFF83FFE\nFFF83FFE\nFFFEFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFF0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF1FFFF1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F518\nENCODING 62744\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FFFF1E\nE0FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE1FFFF0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFBE\nE1FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF3FFFFBE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFF0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF1FFFF1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F519\nENCODING 62745\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FC7F1E\nE0F83E0E\nC0F03E06\nC0F01E06\nC0F83E06\nE1F83F0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFBE\nE1FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF3FFFFBE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1FFFF0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF1FFFF1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F51A\nENCODING 62746\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FC7F1E\nE0F83E0E\nC0F03E06\nC0F01E06\nC0F83E06\nE1F83F0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFBE\nE1FFFE0E\nC0FFFE06\nC0FFFE06\nC0FFFE06\nE0FFFE0E\nF3FFFFBE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1F87F0E\nC0F83E06\nC0F01E06\nC0F03E06\nE0F83E0E\nF1FC7F1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F51B\nENCODING 62747\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nF1FC7F1E\nE0F83E0E\nC0F03E06\nC0F01E06\nC0F83E06\nE1F83F0E\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFEFFBE\nE1F83E0E\nC0F83E06\nC0F01E06\nC0F83E06\nE0F83E0E\nF3FEFFBE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nE1F87F0E\nC0F83E06\nC0F01E06\nC0F03E06\nE0F83E0E\nF1FC7F1E\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F51C\nENCODING 62748\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n0007F00000\n000FF00000\n000EF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n000CF80000\n001FFC0000\n003FFE0000\nFFF007FF80\nFFF007FF80\nC030060180\nE030060380\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FF007FF00\n003FFE0000\n001FFC0000\nENDCHAR\nSTARTCHAR F51D\nENCODING 62749\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07FFFFF000\n0FFFFFF800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0C00001800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n0FFFFFF800\n03FFFFE000\n000CF80000\n000CF80000\n001FFC0000\n003FFE0000\nFFF007FF80\nFFF007FF80\nC030060180\nC030060180\nFFF007FF80\nFFF007FF80\nFFF007FF80\n7FF007FF00\n003FFE0000\n001FFC0000\nENDCHAR\nSTARTCHAR F51E\nENCODING 62750\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0030000000\n0030000000\n003007C000\n00300FF000\n00301FF000\n00301FF800\nFFFFFFFF80\nFFFFFFFF80\n00301FF800\n003007F800\n0030001800\n0030001800\n7FFFFFFF00\nFFFFFFFF80\n0030001800\n0030001800\n0030001800\n0030001800\n0030001800\nFFFFFFFF80\n7FFFFFFF00\n3FF0001800\n3FF0001800\n3FF0001800\n1FF0001800\nFFFFFFFF80\nFFFFFFFF80\n0000001800\n0000001800\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F51F\nENCODING 62751\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n001FC00000\n00FFE00000\n03FFE40000\n07FFE70000\n0FFFE78000\n1FFFE7C000\n3FFFE7E000\n3FFFE7F800\n7FFC67FF80\n7FF007FF80\n7FE007FF00\nFFC007FC00\nFF8007F800\nFF8007F800\nFF000FF800\nFF000FF800\nFF000FF800\nFF001FF800\n7F803FF000\n7FC07FF000\n7FF1FFF000\n3FFFFFE000\n3FFFFFC000\n1FFFFFC000\n0FFFFF8000\n07FFFF0000\n03FFFC0000\n00FFF80000\n001FC00000\nENDCHAR\nSTARTCHAR F520\nENCODING 62752\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FC01FFC00\n1E0001FC00\n3E1FC03E00\n3FFFFE0E00\n7FFFFFCF00\n7FFFFFFF00\nFFF87FFF00\nFF0003FF80\nFF0200FF80\nFFFFF87F80\nFFFFFF7F80\nFFFFFFFF80\nFFFFFFFF80\nFFC00FFF80\nFFC001FF80\n7FFFF3FF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FC01FFC00\n1F0007FC00\n0E0003F800\n040001F000\n001FC0E000\n003FE00000\n003FF00000\n000FF00000\nENDCHAR\nSTARTCHAR F521\nENCODING 62753\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nE000000380\nC000000180\nC000000180\nC000000180\nCF00000180\nC780000180\nC7C1FC0180\nC3FFFFE180\nC3FFFFFD80\nCFFFFFFF80\nDFFF8FFF80\nFFF8007F80\nFFF9F80F80\nFE7CF80780\nFC3E7C1F80\nF83E7EFF80\nF01F3FFF80\nF01F1FFF80\nF00F9FF180\nF07F8F8180\nF7FFC80180\nFFFFC00180\nFFFE000180\nFFE0000180\nFE00000180\nE000000180\nC000000180\nC000000180\nE000000380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F522\nENCODING 62754\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n00700000\n03F80000\n1FF80000\n3FF80000\n1FF80000\n1FF80000\n0FF80000\n07F80000\n07F80000\n03F80000\n01F80800\n01F81C00\n00F83E00\n00783F00\n40787F00\nF030FF80\nFC01FF00\nFF01F000\nFFC10000\nFFC00000\nFFC00000\nFF01C000\nFC01E000\nF031F800\n4078FE00\n00F8FF80\n01F87F80\n03F87F00\n07F83E00\n0FF83C00\n07F81800\n01F80000\n00300000\nENDCHAR\nSTARTCHAR F523\nENCODING 62755\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 23 0 4\nBITMAP\nFFC0000000\nFFF0000000\nC03807FE00\nC01C07FE00\nC00C000000\nC00C000000\nC00C00E000\nC00C03FC00\nC00C07BE00\nC01C0E0700\nC0781C0300\nFFFC180380\nFFFE180180\nC0071FFF80\nC0031FFF80\nC003180000\nC003180000\nC003180380\nC0031C0300\nC0070C0700\nC00E0F0E00\nFFFC07FC00\nFFF001F000\nENDCHAR\nSTARTCHAR F524\nENCODING 62756\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFE1FE00\n7FFFF87F00\nFDFFF83F80\nFCFFFC3F80\nFC7FFC1F80\nFC3FFE1F80\nFC1FFE1F80\nFC0FFE1F80\nFC03FE1F80\nFC01FE1F80\nFC20FE1F80\nFC307E1F80\nFC3C3E1F80\nFC3E0E1F80\nFC3F061F80\nFC33861F80\nFC31C61F80\nFC30E61F80\nFC307E1F80\nFC383E1F80\nFC3E1E1F80\nFC3F061F80\nFC3F821F80\nFC3FC01F80\nFC3FE01F80\nFC3FF81F80\nFC3FFC1F80\nFC3FFE1F80\nFC1FFF1F80\nFE1FFF9F80\nFE1FFFDF80\n7F0FFFFF00\n3F83FFFE00\nENDCHAR\nSTARTCHAR F525\nENCODING 62757\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07C007C000\n1FF01FF000\n3FF83FF800\n7FF87FFC00\nF87C7C3C00\nF01C701E00\nE38C638E00\nC7CCE7C600\nCFCC67E600\nCFCC67E600\n4FCC67E400\n4FC827E400\n0FC007E000\n0FC007E000\n0FC007E000\n078007C000\n0300018000\n0300018000\n0300018000\n0300018000\n0300018000\n0300018000\n0300018000\n0180018000\n01C000E000\n00FFFFFC00\n003FFFFF00\n0000000300\n0000000180\n0000000180\n0000000180\n0000000180\n0000000180\nENDCHAR\nSTARTCHAR F526\nENCODING 62758\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n00701C00\n00F01E00\n63F01F0C\nFFF01FDE\nFFF01FFE\nFFF01FFE\nFFF01FFE\nFFF01FFE\nFFF01FFE\nFFF01FFE\nFFF01FFE\nF3F01F9E\nF0F01E1E\nF0701C1E\nC0000006\nE000000C\n6000000C\n7000001C\n30000018\n18000030\n1C000070\n0F0001C0\n03C00780\n00E01E00\n00383800\n001C7000\n000C6000\n0006C000\n0007C000\n00038000\n00038000\n00038000\n00038000\nENDCHAR\nSTARTCHAR F527\nENCODING 62759\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n001FF00000\n00FFFC0000\n01FFFE0000\n03FFFF0000\n03F8FF0000\n07F07F0000\n03E03F8000\n00C03F8000\n00001F8000\n00003F8000\n0003FF8000\n003FFF8000\n01FFFF8000\n03FFDF8000\n07FE1F8000\n07F01F8000\n0FE01F8000\n0FC01F8000\n0FC03F8000\n0FE03F8000\n0FF9FFC000\n07FFFFE000\n07FFFF8000\n03FFE73F80\n01FF847F80\n003C000180\n0000000180\nC000001980\n7000007180\n3C0001E100\n0FC01F8000\n03FFFE0000\n003FE00000\nENDCHAR\nSTARTCHAR F528\nENCODING 62760\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n0000180000\n0000380000\n0000F80000\n0001F80000\n0003F80000\n0003F80000\n0003F80000\n0003F80000\n0003F80000\n0003F80000\n0003F80000\n0073F90000\n01F3F9C000\n07F3F9F180\n0FF3F9FB80\n1FC3F9FF80\n3F03F87F80\n7C03F81F80\n7803F83F80\nF803F87F80\nF003F87F00\nF003F80000\nF003F80000\nF003F80000\nF803F80000\n7C03F80000\n7E03F80000\n3F83F80000\n1FF3F80000\n0FFFF00000\n07FFE00000\n01FFC00000\n001F000000\nENDCHAR\nSTARTCHAR F529\nENCODING 62761\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 31 0 0\nBITMAP\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFEEFFFFE\nFCCFFFFE\nFCFFFFFE\nFCFFFFFE\nE0EE0E0E\nC0CC0606\nCCCCE666\nCCCCE666\nCCCCE666\nCCCCE666\nCCCCE666\nCCCCE666\nCCCCE666\nC0CC0606\nE0EE0606\nFFFFE7E6\nFFFFE7E6\nFFFC0606\nFFFE0E06\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n3FFFFFF8\nENDCHAR\nSTARTCHAR F52A\nENCODING 62762\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 21 1 6\nBITMAP\n007FFFF0\n0C7FFFF0\n1E3FFFF0\n1F1FFFF0\n3F0000F0\n7F8000F0\nFFC000F0\nFFE000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E0000F0\n1E000FFE\n1E0007FE\n1E0003FC\n1E0001F8\n1FFFF1F0\n1FFFF8F0\n1FFFFC60\n1FFFFC00\nENDCHAR\nSTARTCHAR F52B\nENCODING 62763\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3000000600\n3000000600\n6000000300\n6000000300\nE000000300\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nC000000180\nE000000380\n6000000300\n6000000300\n3000000600\n3000000600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F52C\nENCODING 62764\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F83F8000\n03C00FE000\n07000FF000\n0E0007F800\n1C0003FC00\n180003FC00\n300001FE00\n300001FE00\n600000FF00\n600000FF00\nE00000FF00\nC00000FF80\nC000007F80\nC000007F80\nC000007F80\nC000007F80\nC000007F80\nC00000FF80\nE00000FF80\n600000FF00\n600000FF00\n700001FE00\n300001FE00\n180003FC00\n1C0003FC00\n0E0007F800\n070007F000\n03C00FE000\n00F83F8000\n003FFE0000\n000FF00000\nENDCHAR\nSTARTCHAR F52D\nENCODING 62765\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F8FF8000\n03C0FFE000\n0700FFF000\n0E00FFF800\n1C00FFFC00\n1800FFFC00\n3000FFFE00\n3000FFFE00\n6000FFFF00\n6000FFFF00\nE000FFFF00\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nC000FFFF80\nE000FFFF80\n6000FFFF00\n6000FFFF00\n3000FFFE00\n3000FFFE00\n1800FFFC00\n1C00FFFC00\n0E00FFF800\n0700FFF000\n03C0FFE000\n00F8FF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F52E\nENCODING 62766\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F9FF8000\n03C7FFE000\n070FFFF000\n0E0FFFF800\n1C1FFFFC00\n183FFFFC00\n303FFFFE00\n303FFFFE00\n607FFFFF00\n607FFFFF00\nE07FFFFF00\nC0FFFFFF80\nC0FFFFFF80\nC0FFFFFF80\nC0FFFFFF80\nC0FFFFFF80\nC0FFFFFF80\nC07FFFFF80\nE07FFFFF80\n607FFFFF00\n607FFFFF00\n303FFFFE00\n303FFFFE00\n183FFFFC00\n1C1FFFFC00\n0E0FFFF800\n070FFFF000\n03C7FFE000\n00F9FF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F52F\nENCODING 62767\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\n3FFFFFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F530\nENCODING 62768\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFCF8000\n03FFF1E000\n07FFF07000\n0FFFF83800\n1FFFFC1C00\n1FFFFC0C00\n3FFFFE0600\n3FFFFE0600\n7FFFFF0300\n7FFFFF0300\nFFFFFF0300\nFFFFFF0180\nFFFFFF8180\nFFFFFF8180\nFFFFFF8180\nFFFFFF8180\nFFFFFF8180\nFFFFFF0180\nFFFFFF0380\n7FFFFF0300\n7FFFFF0300\n3FFFFE0600\n3FFFFE0600\n1FFFFC0C00\n1FFFFC1C00\n0FFFF83800\n07FFF87000\n03FFF1E000\n00FFCF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F531\nENCODING 62769\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FF8F8000\n03FF81E000\n07FF807000\n0FFF803800\n1FFF801C00\n1FFF800C00\n3FFF800600\n3FFF800600\n7FFF800300\n7FFF800300\nFFFF800300\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800180\nFFFF800380\n7FFF800300\n7FFF800300\n3FFF800600\n3FFF800600\n1FFF800C00\n1FFF801C00\n0FFF803800\n07FF807000\n03FF81E000\n00FF8F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F532\nENCODING 62770\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FE0F8000\n03F801E000\n07F0007000\n0FF0003800\n1FE0001C00\n1FE0000C00\n3FC0000600\n3FC0000600\n7F80000300\n7F80000300\nFF80000300\nFF80000180\nFF00000180\nFF00000180\nFF00000180\nFF00000180\nFF00000180\nFF80000180\nFF80000380\n7F80000300\n7F80000300\n3FC0000600\n3FC0000600\n1FC0000C00\n1FE0001C00\n0FF0003800\n07F0007000\n03F801E000\n00FE0F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F533\nENCODING 62771\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 21 0 6\nBITMAP\n0003E07C00\n001FFFFF00\n003FFF1F80\n007FFF0780\n00FFFF8780\n01FFFF8700\n01FFFFCF00\n01FFFFDE00\n03FFFFFC00\n03FFFFF800\n07FFFFF000\n0FFFFFE000\n1FFFFFE000\n3DFFFFC000\n79FFFFC000\n71FFFFC000\nF0FFFF8000\nF07FFF0000\nFC7FFE0000\n7FFFFC0000\n1F03E00000\nENDCHAR\nSTARTCHAR F534\nENCODING 62772\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 21 33 6 1\nBITMAP\n000300\n000380\n000300\n000300\n000700\n000700\n000600\n000600\n7FFFF0\nFFFFF8\nFFFFF8\n7FFFF0\n3FFFE0\n3FFFE0\n3FFFE0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n1FFFC0\n0FFF80\n0FFF80\n0FFF80\n0FFF80\n0FFF80\n0FFF80\n0FFF80\n0FFF80\n07FF00\nENDCHAR\nSTARTCHAR F535\nENCODING 62773\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n0F80F000\n3FC0FE00\n78E0FF80\n6070C780\nE031C000\nC031C000\nC1FFC000\nC3FFE000\n6333E000\n7373E000\n3FE36000\n1F876000\n03076000\n03076000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n03FFE000\n01FFC000\nENDCHAR\nSTARTCHAR F536\nENCODING 62774\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0300000000\n0300000000\n0300000000\n0300000000\n3FF0000000\n3FF0000000\n0300000000\n0300000000\n0300000000\n0380000000\n07C0000000\n0FE0000000\n3FF0000000\n7FF8000000\nFFFFFFFC00\nFFFFFFFE00\nFFFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFC000000\nFFFC000000\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFFFFE00\nFFFFE66600\nFFFFE66600\nFCFFE66600\nFCFFEEE600\nFCFFFFFE00\nFCFFFFFE00\nFCFFFFFE00\nFCFFFFFE00\nENDCHAR\nSTARTCHAR F537\nENCODING 62775\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n1800000C00\n3C00001E00\n7E00003F00\n7F00007F00\nFF00007F80\nFF00007F80\nFF01C07F80\nFF01C07F80\n3C03E01E00\n3C0FF81E00\n7F1FFC7F00\nFF3FFE7F80\n3C7FFF1E00\n3C7FFF1E00\n3CFFFF9E00\n3CFFFF9E00\n3CFFFF9E00\n3CFFFF9E00\n3CFFFF9E00\n3CFFFF9E00\n3CFFFF9E00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFCCFF99F80\nFCCFF99F80\nFCCFF99F80\nFCEFFB9F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F538\nENCODING 62776\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n1FFFFFFC00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF0FF87F80\nFC03E01F80\nFC03E01F80\nFE03E03F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7C7FFF1F00\n7C1FFC1F00\n3E07F03E00\n3E01C03E00\n3F00007E00\n1FC001FC00\n0FF007F800\n0FFE3FF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n001FFC0000\n000FF80000\n0001C00000\nENDCHAR\nSTARTCHAR F539\nENCODING 62777\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n1FFFFFFC00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF0FF87F80\nFC03E01F80\nFC03E01F80\nFE03E03F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FF007FF00\n7FC001FF00\n3F8000FE00\n3F00007E00\n3F07F07E00\n1FBFFEFC00\n0FFFFFF800\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n01FFFFC000\n00FFFF8000\n007FFF0000\n001FFC0000\n000FF80000\n0001C00000\nENDCHAR\nSTARTCHAR F53A\nENCODING 62778\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 33 1 0\nBITMAP\n01800000\n03C00000\n03E00000\n00F80000\n1C7C0000\n0F3E0000\n679F0000\nF3CF0000\nF9E78000\n38F38000\n1C7BC000\n0679E000\n033CE000\n019CF000\n00CE7C00\n00E73E00\n00739F80\n0039C7C0\n003CE1E0\n001E7878\n000F3E3C\n00079F9E\n0003CFCE\n0001E3E7\n000071E7\n000038F3\n00000C70\n00000630\n00000318\n00000190\n000001C0\n000000C0\n00000080\nENDCHAR\nSTARTCHAR F53B\nENCODING 62779\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n003FFFF000\n00FFFFF800\n03FFFFFE00\n03FFFFFE00\n07FFFFFF00\n07FFFFFF80\n0F87C00F80\n0F03800780\n0F03800780\n0F03800780\n0F03800780\n0F83800F80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFFFFF80\n0FFFC07F80\n0FFF803F80\nFFFF1F1F80\nFFFE3FCF00\n00007FC000\n00007FE000\n0000F9E000\n00007BE000\n00007FE000\n00007FC000\n00003F8000\n00001F0000\nENDCHAR\nSTARTCHAR F53C\nENCODING 62780\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n03F007E000\n07F80FF000\n0FFFFFF800\n1FFFFFFC00\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\nENDCHAR\nSTARTCHAR F53D\nENCODING 62781\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0600000C00\n0F00001E00\n1F80003F00\n3F00007F80\n7E6000FF80\nFCF001FF00\nFFF803FE00\n7FFC07FC00\n3FF80FF800\n1FF31FF000\n0FE7BFE000\n07FFFFC000\n03FFFF8000\n01FFFF0000\n00FFFE0000\n007FFC0000\n003FFE0000\n001FFF0000\n003FFF0000\n007FFE4000\n00FFFCE000\n01FFFDF000\n03FEFFF800\n07FC7FF800\n0FF83FF200\n0FF01FE700\n07E00FEF80\n63C007FF80\n718003FF00\n780001FE00\nFC0000FC00\nFC00007800\nE000003000\nENDCHAR\nSTARTCHAR F53E\nENCODING 62782\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000400000\n0000E00000\n3001F00180\n387FFFC380\n1FFEEFFF00\n0F80E03E00\n0F00E01E00\n0F8FFE3E00\n0DFFFFF700\n18F8E3E700\n18F0E1E300\n18FFFFE300\n19DFFF3300\n199EEF3300\n199FFF3380\n319BFB3180\n3339F39980\nFFFFFFFF80\n7FFFFFFF80\n319BFB3180\n399FFF3100\n199EEF3300\n19DFFF3300\n18FFFFE300\n18F0E1E300\n1CF0E1E300\n1DFFFFF600\n0F8FFE3E00\n0F00E01E00\n0F80E03E00\n1FFEEFFF00\n387FFFE380\n3001F80180\nENDCHAR\nSTARTCHAR F53F\nENCODING 62783\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n00FFFF8000\n01FFFFC000\n01FFFFC000\n03FFFFE000\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3F00007E00\n3F00007E00\n3F00007E00\n3F02007E00\n3F03807E00\n3F03C07E00\n3F03E07E00\n3F03F07E00\n3F03F87E00\n3F07FC7E00\n3F0FFC7E00\n3F1F3C7E00\n3F1F3E7E00\n3F3E1E7E00\n3F3C1E7E00\n3F181C7E00\n3F18187E00\n3FFFFFFE00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F540\nENCODING 62784\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 17 33 8 0\nBITMAP\nFFFF80\nFFFF80\nC00180\nC00180\nC00180\nC00180\nC00180\nC00180\nC00180\nC00180\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nF3FF80\nE1FF80\nE1FF80\nF3E380\nFFE380\nFFE180\nFFEF80\nF8FF80\nF8FF80\nF0FF80\nFCFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\nFFFF80\n7FFF00\nENDCHAR\nSTARTCHAR F541\nENCODING 62785\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000008000\n0000006000\n0000006000\n000000F000\n000001F780\n000001FF80\n0001C1F800\n0007E1E000\n01C7F1C000\n07EFFB8000\n07FFFF0000\n0FF7F60000\n0FF7F20000\n0FF3EF8000\n07F21FC000\n03EF9FE000\n001FDFE000\n1FBFDFE000\n1FFFFFC000\n3FFFCFC000\n3FDFC20000\n3FCFBE0000\n3FC67F0000\n1FBE7F8000\n077FFF8000\n3CFF7F8000\n7EFF7F0000\nFFFF3F0000\nFF7F1C0000\nFF7F000000\nFF1C000000\n7E00000000\n3C00000000\nENDCHAR\nSTARTCHAR F542\nENCODING 62786\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 -1\nBITMAP\n0008080000\n0030060000\n0060030000\n0040010000\n00C0018000\n0080008000\n0080008000\n018000C000\n0181C0C000\n01CFF9C000\n01DE3D8000\n00F80F8000\n00F0078000\n01F80FC000\n0FFFFFF800\n1CFFFF9C00\n30DFFD8600\n40C7F18100\n00E7F38000\n8063E30080\n0073E70000\n003BEE0000\n001FFC0000\n000FF80000\n0003E00000\n0003E00000\n0007F00000\n0007700000\n000E780000\n103C1E0400\n07F007F000\nENDCHAR\nSTARTCHAR F543\nENCODING 62787\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0070000080\n01FE000780\n0FFFC01F80\n3FFFF8FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFF7EF80\nFFFFE3C780\nFFFDE18F80\nFF8C301F80\nFF8E383F80\nFFFFFC3F80\nFFFFF81F80\nF8FFF00F80\nF9FFE18780\nF1FFE3C780\nF3FFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nF3FFFFFF80\nE3FFFFFF80\nC7FFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF80\n3FFFFFFF80\nFFFFFFFF80\nFF8FFFFE00\nFC01FFF800\nF0003FC000\n8000070000\nENDCHAR\nSTARTCHAR F544\nENCODING 62788\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000078000\n0000078000\n0000078000\n0000078000\n0000000000\n0000000000\n3C01C70000\n3C03E78000\n3C03E78000\n3C03E78000\n0000000000\n0000000000\n1801C70C00\n3C03E79E00\n3C03E79E00\n3C03E79E00\n1801C30C00\n0000000000\n0000000000\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n1C71C71C00\n0000000000\n0000000000\n3CF3E79E00\n3CF3E79E00\n3CF3E79E00\n3CF1C79E00\n0000000000\n0000000000\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F545\nENCODING 62789\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0006000000\n0007000000\n000F800000\n000F800000\n001DC00000\n001DC00000\n0038E00000\n0038E00000\n0070710000\n0070738000\n00E03BC000\n00E03BC000\n01C11FC000\n01C79FE000\n03FFCFE000\n03FFEFF000\n07FFF7F000\n07FFFFF800\n0FFFFFF800\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n1FFFFFFE00\n3FFFFFFE00\n3FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F546\nENCODING 62790\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC00000000\nFC07E00000\nFC7FFF0000\nFDFFFFC000\nFFFFFFF000\nFFFF7FF800\nFFE003FC00\nFF8000FE00\nFF00007F00\nFE00003F00\nFE00003F80\nFC00001F80\nFC00001F80\nFC00001F80\nFE00003F80\n7E00003F80\n7F00007F00\n3F8000FE00\n3FC001FE00\n1FF80FFC00\n07FFFFF000\n03FFFFE000\n00FFFF8000\n000FF80000\nENDCHAR\nSTARTCHAR F547\nENCODING 62791\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000000380\n0000007F80\n00000FFF80\n0001FFFF80\n0039FFFF80\n07F9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\n0000000000\n0000000000\n0000000000\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\nFFF9FFFF80\n07F9FFFF80\n0039FFFF80\n0001FFFF80\n00000FFF80\n0000007F80\n0000000380\nENDCHAR\nSTARTCHAR F548\nENCODING 62792\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 29 33 2 0\nBITMAP\n00007000\n0003FC00\n001FFF80\n00FFFFE0\n07FFDFF8\n3FFE1FF8\nFFF01FF8\nFF801FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nFC001FF8\nF0001FF8\n80001FF8\n3C001FF8\n07FE1FF8\n00FFFFE0\n001FFF80\n0003FC00\n00007000\nENDCHAR\nSTARTCHAR F549\nENCODING 62793\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03FFFFE000\n03FFFFE000\n03FFBFE000\n03FF9FE000\n03FE0FF000\n01F803F000\n01F8F3F000\n01F1F9F000\n05F3FFF000\n04F9FFF800\n04F80FF800\n0CFC01F800\n0EFFF0F800\n0EFFFC7C00\n0E7EFE7C00\n0E7C7C7C00\n1E7E00FC00\n1F7E00FC00\n1F7FC7FE00\n1F3FE7FE00\n3F3FEFFE00\n3F3FFFFE00\n3FBFFFFE00\n3F9FFFFF00\n3F9FFFFF00\n781E001F00\n781E000F00\n781F7C0F00\n780F780F80\n780F380F80\nF00F380780\nF00F380780\nF007300780\nENDCHAR\nSTARTCHAR F54A\nENCODING 62794\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001E3C0000\n003C1E0000\n00381E0000\n00780F0000\n00780F0000\n00780F0000\n00F0078000\n00F0078000\n02F007A000\n07F00FF000\n0FFFFFF800\n0FFFFFF800\n1FDFFDFC00\n1F8FF8FC00\n3F0FF87E00\n3F0FF8FE00\n3FDFFDFE00\n7FFFFFFE00\n7FFFFFFF00\n7FFFFFFF00\n7FFFFFFF00\nFFFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n7FFFFFFF00\n1FFFFFFC00\n01FFFFC000\nENDCHAR\nSTARTCHAR F54B\nENCODING 62795\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 2\nBITMAP\n0000001800\n0000003800\n0000003100\n0000003F80\n0000007F80\n0000007C00\n001E03F000\n00FE0FE000\n01FC7FE000\n03F9FFE000\n07F3FFE000\n0FE7FFC000\n1FE7FFC000\n3FCFFF9000\n3FCFFF9800\n7FCFFFBC00\n7FC7FF3E00\nFFE7FF3F00\nFFE3FE7F00\nFFF1FC7F00\nFFF830FF80\nFFFC01FF80\nFFFF0FFF80\n7FFFFFFF80\n7FFFFFFF00\n3FFFFFFF00\n1FFFFFFC00\n07FFFFF000\n007FFE0000\nENDCHAR\nSTARTCHAR F54C\nENCODING 62796\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 25 33 4 0\nBITMAP\n0007C000\n0007E000\n007FE000\n01FFE000\n0187E000\n0387C000\n03000000\n03000000\n7FFFFF00\nFFFFFF80\nFFFFFF80\n7FFFFF00\n7FFFFF00\n3FFFFE00\n3FFFFE00\n1FFFFC00\n1FFFFC00\n1FFFFC00\n1FFFF800\n1FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n0FFFF800\n1FFFFC00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n3FFFFE00\n1FFFFC00\nENDCHAR\nSTARTCHAR F54D\nENCODING 62797\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n001FC00000\n00FFF80000\n03FFFE0000\n07FFFF0000\n0FF07F8000\n1F800FC000\n3F0F87C000\n3E3FE3E000\n7C7FF1F000\n78FFF1F000\n78FFF8F000\nF8FFF8F800\nF0FFF87800\nF0FFF07800\nF07FF07800\nF07FF07800\nF07FF07800\nF83FE0F800\n781FC0F000\n781FC1F000\n7CFFF1F000\n3FFFFFE000\n3FFFFFC000\n1FFFFFC000\n0FFFFFE000\n07FFFFF000\n03FFFDF800\n00FFF87C00\n001FC03E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F54E\nENCODING 62798\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 -1\nBITMAP\n07E0000000\n1FF8000000\n3FFC000000\n7FFE000000\n7FFF200000\nFFFF700000\nFFFFF80000\nFFFFDC0000\nFFFF8E0000\nFFFF070000\nFFFE038000\n7FFC01C000\n7FF800E000\n3FF001C000\n1FE0038000\n0FC0070000\n03800F0000\n07001F8000\n0E003FC000\n07007FE000\n0380FFE000\n01C1FFF000\n00E3FFF800\n0077FFFC00\n003E7FFC00\n001C3FFE00\n00081FFF00\n000007FF80\n000003FF80\n000001FF80\n0000007F00\n0000003E00\n0000000C00\nENDCHAR\nSTARTCHAR F54F\nENCODING 62799\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n007FFF0000\n00FFFF8000\n01DFFDC000\n0187F0C000\n3F83E0FE00\n7F87F0FF00\nE1C7F1C380\nC1EFFBC180\nC0FFFF8180\nC03FFE0180\nC003E00180\nC003E00180\nC003E00180\nC003E00180\nC003E00180\nC003E00180\nC007F00180\nC007F00180\nC007F00180\nC007F00180\nC00FF00180\nC00FF80180\nC00FF80180\nC00FF80180\nC00FF80180\nC01FFC0180\nC01FFC0180\nC01FFC0180\nC01FFC0180\nC01FFC0180\nE03FFE0380\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F550\nENCODING 62800\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n0FF8000000\n3FFC000000\n7FFE000000\n7E3F000000\nF81F800000\nF80FC00000\nF00FE00000\nF00FF00000\nF00FF80000\nF80FFC0000\n7C1FFE0000\n7C3FFF0000\n3C3FFF8000\n007FFFC000\n007FFFE000\n00FFFFF000\n00FFFFF800\n00FFFFFC00\n007FFFFF00\n007FFFFF80\n003FFFFF80\n001FFFFF80\n000FFFFF00\n0007FFFE00\n0003FFFC00\n0001FFF800\n0000FFF000\n00007FE000\n00003FC000\n00001F8000\n00000F0000\n0000060000\nENDCHAR\nSTARTCHAR F551\nENCODING 62801\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFE3FC00000\nF81FE00000\nF80FF00000\nF00FF80000\nF00FFC0000\nF00FFE0000\nF80FFF0000\nFC1FFF8000\nFFFFFFC000\nFFFFFFE000\n7FFFFFF000\n3FFFFFF800\n1FFFFFFC00\n0FFFFFFE00\n07FFFFFF00\n007FFFFF80\n003FFFFF80\n0F3FFFFF80\n0F3FFFFF00\n0F07FFFE00\n0F03FFFC00\nFFF3FFF800\nFFF3FFF000\nFFF3FFE000\n7FE1FFC000\n0F00FF8000\n0F007F0000\n0F003E0000\n06001C0000\nENDCHAR\nSTARTCHAR F552\nENCODING 62802\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n7FFC000000\nFFFE000000\nFFFF000000\nFFFF800000\nFE3FC00000\nF81FE00000\nF80FF00000\nF00FF80000\nF00FFC0000\nF00FFE0000\nF80FFF0000\nFC1FFF8000\nFFFFFFC000\nFFFFFFE000\n7FFFFFF000\n3FFFFFF800\n1FFFFFFC00\n0FFFFFFE00\n07FFFFFF00\n03FFFFFF80\n01FFFFFF80\n00FFFFFF80\n007FFFFF00\n0007FFFE00\n0003FFFC00\nFFF3FFF800\nFFF3FFF000\nFFF3FFE000\n7FE1FFC000\n0000FF8000\n00007F0000\n00003E0000\n00001C0000\nENDCHAR\nSTARTCHAR F553\nENCODING 62803\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n078000F000\n0FC001F800\n0FC001F800\n0FC001F800\n0000000000\n0000000000\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFF9F80\nFFFFFF9F80\nF03FFE0780\nF83FFE0F80\nFFFFFF9F80\nFFFFFFBF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\nENDCHAR\nSTARTCHAR F554\nENCODING 62804\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\nFCF0707E00\nFCF0787E00\nCC30186600\nCC30186600\nCC30186600\nCC30186600\nFC7C7C7E00\nFCFC7E7E00\n0000000000\n0000000000\n607C707000\nF0FC787800\n30EC181800\n30CC181800\n30CC1C1800\n30CC3F9800\n30FC7FF800\nFCFCE07E00\n787DC03C00\n0001803800\n0001801800\nFCF3801800\nFC73801800\nCC31803800\nCC31803000\nCC31C07000\nCC30F1F800\nFCFC7FFC00\nFCFC1F3E00\n0000001F00\n0000000F80\n0000000780\n0000000300\nENDCHAR\nSTARTCHAR F555\nENCODING 62805\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n03C0000000\n07F0000000\n0FF8000000\n0FFC000000\n1CFE000000\n3CFE000000\n3FFF000000\n7FFF000000\nFFFF000000\nFFFF000000\nFFFFFFE000\nF9FFFFF000\n00FFFFFC00\n00FFFFFF00\n00FFFFFF00\n00FFFFF980\n00FFFFF980\n00FFFFF180\n00FFFFE180\n00CC066180\n00CC066180\n00CC066180\n00CC066100\n00CC066000\n00CC066000\nFFFFFFFF00\nFFFFFFFF80\nFE3FFE3F80\n7C3FFE1F00\n0C30061800\n0E70073800\n07E003F000\n03C001E000\nENDCHAR\nSTARTCHAR F556\nENCODING 62806\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0003E00000\n000FF80000\n001FFC0000\n003FFE0000\n0078FF0000\n0078FF0000\n00F0FF8000\n00F8FF8000\n00FFFF8000\n00FFFF8000\n007FFF0000\n007FFF0000\n007FFF0000\n003FFE0000\n001FFC0000\n003FFE0000\n003C9E0000\n00780F0000\n00780F0000\n0FF80FF800\n3FF007FE00\n78F80E3F00\n70FC1E1F00\nF0FC1E1F80\nF9FC1F3F80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\n7FF80FFF00\n3FF80FFE00\n1FF007FC00\n0FC001F800\nENDCHAR\nSTARTCHAR F557\nENCODING 62807\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 15 0 8\nBITMAP\n7FFFFFFF00\nFFFFFFFF80\nC000000180\nC000000180\nC000000180\nC000000180\nC000800180\nC007F00180\nC007F00180\nC00C180180\nC00C180180\nE00C180380\n783C1E0F00\n3FF80FFE00\n07C001F000\nENDCHAR\nSTARTCHAR F558\nENCODING 62808\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 1 0\nBITMAP\n0007C000\n0007C000\n0007C000\n000FE000\n101FE010\n383FF838\n3FFFFFF8\n7FFFFFFC\n7FFFFFFC\n3FFFFFF8\n1FFFFFF0\n0FFFFFE0\n0FFFFFE0\n07FFFFC0\n07FFFFC0\n07FFFFC0\n07FFFFC0\n07FFFFC0\n07FFFFC0\n07FFFFC0\n0FFFFFE0\n0FFFFFE0\n1FFFFFF0\n1FFFFFF0\n3FFFFFF8\n7FFFFFFC\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n381FF038\n100FE010\n0007C000\n0007C000\nENDCHAR\nSTARTCHAR F559\nENCODING 62809\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 29 0 3\nBITMAP\n0F00007800\n3F8000FE00\n71C7F1C700\n60FFFF8300\nC0FFFF8180\nC1FFFFC180\nC3FFFFE180\nE7FFFFF380\n7FFFFFFF00\n3FFFFFFE00\n1FDFFDFC00\n1F0FF87C00\n3F0FF87E00\n3F8FF8FE00\n3FFFFFFE00\n3FFFFFFE00\n3FFFFFFE00\n3FF007FE00\n3FC001FE00\n1F8FF0FC00\n1F0FF87C00\n0F07F07800\n0F01C07800\n078000F000\n03C001E000\n01E003C000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F55A\nENCODING 62810\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000F80000\n00007F0000\n00007FE000\n00007FF000\n00007FFC00\n00003FFE00\nC0003FFF00\nE0003FFF80\n70003FFF80\n38003FFF00\n1FFFFFFF00\n0FFFFFFE00\n07FFFFFE00\n07FFFFFC00\n03FFFFFC00\n03FFFFF800\n03E01C0000\n0030380000\n0038700000\n001CE00000\n000FC00000\n0007800000\n0007000000\n000F800000\n001DC00000\n03F8E0F800\n07F071FC00\n0E303F8E00\n0C301F8600\n0C30018600\n0E7001CE00\n07E000FC00\n03C0007800\nENDCHAR\nSTARTCHAR F55B\nENCODING 62811\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFFFFFE00\n3FC7FFFE00\n7FC1FFFF00\n7FC07FFF00\nFFC03FFF00\nFFC00FFF80\nFFC003FF80\nFFC000FF80\nFFC0007F80\nFFC000FF80\nFFC003FF80\nFFC00FFF80\nFFC01FFF80\n7FC07FFF00\n7FC1FFFF00\n3FC7FFFE00\n3FFFFFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F55C\nENCODING 62812\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F8000FE00\n3F00007E00\n7F00007F00\n7F00007F00\nFF00007F00\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\nFF00007F80\n7F00007F00\n7F00007F00\n3F00007E00\n3F8000FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F55D\nENCODING 62813\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F87F0FE00\n3F03E07E00\n7F03E07F00\n7F03E07F00\nFF03E07F00\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\nFF03E07F80\n7F03E07F00\n7F03E07F00\n3F03E07E00\n3F87F0FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F55E\nENCODING 62814\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFE3FFE00\n3FF007FE00\n7FE003FF00\n7FC001FF00\nFF8000FF00\nFF8000FF80\nFF0000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF0000FF80\nFF8000FF80\nFF8000FF80\n7FC001FF00\n7FE003FF00\n3FF007FE00\n3FFC3FFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F55F\nENCODING 62815\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F7FEFFE00\n3F3FE7FE00\n7F1FE3FF00\n7F0FE3FF00\nFF07E1FF00\nFF03E0FF80\nFF01E07F80\nFF00E03F80\nFF00E01F80\nFF00E03F80\nFF01E07F80\nFF03E0FF80\nFF07E1FF80\n7F0FE3FF00\n7F1FE3FF00\n3F3FE7FE00\n3F7FEFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F560\nENCODING 62816\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFBFF7E00\n3FF3FE7E00\n7FE3FC7F00\n7FE3F87F00\nFFC3F07F00\nFF83E07F80\nFF03C07F80\nFE03807F80\nFC03807F80\nFE03807F80\nFF03C07F80\nFF83E07F80\nFFC3F07F80\n7FE3F87F00\n7FF3FC7F00\n3FFBFE7E00\n3FFBFF7E00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F561\nENCODING 62817\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3F87EFFE00\n3F03E7FE00\n7F03E3FF00\n7F03E3FF00\nFF03E1FF00\nFF03E0FF80\nFF03E07F80\nFF03E03F80\nFF03E01F80\nFF03E03F80\nFF03E07F80\nFF03E0FF80\nFF03E1FF80\n7F03E3FF00\n7F03E3FF00\n3F03E7FE00\n3F87EFFE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F562\nENCODING 62818\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FFFFF000\n0FFFFFF800\n1FFFFFFC00\n1FFFFFFC00\n3FFBF0FE00\n3FF3E07E00\n7FF3E07F00\n7FE3E07F00\nFFC3E07F00\nFF83E07F80\nFF03E07F80\nFE03E07F80\nFC03E07F80\nFE03E07F80\nFF03E07F80\nFF83E07F80\nFFC3E07F80\n7FE3E07F00\n7FE3E07F00\n3FF3E07E00\n3FFBF0FE00\n1FFFFFFC00\n1FFFFFFC00\n0FFFFFF800\n07FFFFF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F563\nENCODING 62819\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3000000600\n3038000600\n603E000300\n603F800300\nE03FE00300\nC03FF00180\nC03FFC0180\nC03FFF0180\nC03FFF8180\nC03FFF0180\nC03FFC0180\nC03FF00180\nE03FC00380\n603F800300\n603E000300\n3038000600\n3000000600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F564\nENCODING 62820\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n307FFF0600\n30FFFF8600\n60FFFF8300\n60FFFF8300\nE0FFFF8300\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nE0FFFF8380\n60FFFF8300\n60FFFF8300\n30FFFF8600\n307FFF0600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F565\nENCODING 62821\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n30780F0600\n30FC1F8600\n60FC1F8300\n60FC1F8300\nE0FC1F8300\nC0FC1F8180\nC0FC1F8180\nC0FC1F8180\nC0FC1F8180\nC0FC1F8180\nC0FC1F8180\nC0FC1F8180\nE0FC1F8380\n60FC1F8300\n60FC1F8300\n30FC1F8600\n30780F0600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F566\nENCODING 62822\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3001C00600\n300FF80600\n601FFC0300\n603FFE0300\nE07FFF0300\nC07FFF0180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC0FFFF8180\nC07FFF0180\nE07FFF0380\n603FFE0300\n601FFC0300\n300FF80600\n3003E00600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F567\nENCODING 62823\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3080100600\n30C0180600\n60E01C0300\n60F01C0300\nE0F81E0300\nC0FC1F0180\nC0FE1F8180\nC0FF1FC180\nC0FF1FE180\nC0FF1FC180\nC0FE1F8180\nC0FC1F0180\nE0F81E0380\n60F01C0300\n60E01C0300\n30C0180600\n3080100600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F568\nENCODING 62824\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3004008600\n300C018600\n600C038300\n601C078300\nE03C0F8300\nC07C1F8180\nC0FC3F8180\nC1FC7F8180\nC3FCFF8180\nC1FC7F8180\nC0FC3F8180\nC07C1F8180\nE03C0F8380\n603C078300\n601C038300\n300C018600\n3004008600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F569\nENCODING 62825\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n3078100600\n30FC180600\n60FC1C0300\n60FC1C0300\nE0FC1E0300\nC0FC1F0180\nC0FC1F8180\nC0FC1FC180\nC0FC1FE180\nC0FC1FC180\nC0FC1F8180\nC0FC1F0180\nE0FC1E0380\n60FC1C0300\n60FC1C0300\n30FC180600\n3078100600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F56A\nENCODING 62826\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00F80F8000\n03C001E000\n0700007000\n0E00003800\n1C00001C00\n1800000C00\n30040F0600\n300C1F8600\n601C1F8300\n601C1F8300\nE03C1F8300\nC07C1F8180\nC0FC1F8180\nC1FC1F8180\nC3FC1F8180\nC1FC1F8180\nC0FC1F8180\nC07C1F8180\nE03C1F8380\n601C1F8300\n601C1F8300\n300C1F8600\n30040F0600\n1800000C00\n1C00001C00\n0E00003800\n0700007000\n03C001E000\n00F80F8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F56B\nENCODING 62827\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0700000000\n0F80000000\n1FC0000000\n3FE0000000\n7FF0000000\nFFF8000000\nFEFD800000\nFCFFC00000\n7FFFE00000\n3FFE700000\n1FFC380000\n0FF81C0000\n07FC0E0000\n03EE070000\n01C7038000\n0383818000\n0380030000\n01C0078000\n00E00FC000\n00703FE000\n00387FF000\n001CF9F800\n000FFBFC00\n0007FFFE00\n00037FFF00\n00003F9F80\n00001F9F80\n00000FFF80\n000007FF00\n000003FE00\n000001FC00\n000000F800\n0000007000\nENDCHAR\nSTARTCHAR F56C\nENCODING 62828\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0000038000\n00001F8000\n00007F8000\n0000FF8000\n0001FF8000\n0003FF8000\n0007FF8000\n000FFF8000\n001FDFFF80\n001F8FFF80\n003F87FF80\n003F8FFF00\n007FFFFF00\n007FFFFF00\n007FFFFE00\n00FFFFFE00\n00FFFFFC00\n20FFFFF800\n40FFFFF000\nC0FFFFE000\nC07FFFC000\nC07FFF8000\nF1FFFE0000\nFFFFF80000\n7FE7C00000\n3FE0000000\n0FC0000000\n03C0000000\n03C0000000\n03E0000000\n01E1000000\n00FE000000\n0078000000\nENDCHAR\nSTARTCHAR F56D\nENCODING 62829\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 15 33 8 0\nBITMAP\n07C0\n0FE0\n1FF0\n1FF0\n3FF8\n3FF8\n3FF0\n1FF0\n0FE0\n07C0\n07C0\n7FFC\nFFFE\nFFFE\nFFFE\nFFFC\n7FFC\n7FFC\n7FFC\n7FF8\n3FF8\n3FF8\n3FF8\n1FF0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n0FE0\n07C0\nENDCHAR\nSTARTCHAR F56E\nENCODING 62830\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 15 33 8 0\nBITMAP\n07C0\n0FE0\n1FF0\n1FF0\n3FF8\n3FF8\n3FF8\n3FF8\n7FFC\n7FFC\n0380\n0380\n3FF8\nFFFE\n7FFC\n3FF8\n3FF8\n1FF0\n0FE0\n0FE0\n0FE0\n1FF0\n1FF0\n3FF8\n3FF8\n7FFC\nFFFE\n7FFC\n0FE0\n0FE0\n0FE0\n0FE0\n07C0\nENDCHAR\nSTARTCHAR F56F\nENCODING 62831\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 1\nBITMAP\n01F007C000\n07F80FF000\n0FF80FFC00\n1FFC1FFE00\n3FFC1FFF00\n7FFE3FFF00\n7FFE3FFF80\n7FFF7FFF80\nFFFF7FFF80\nFFFF7FFF80\nFFFFFFFF80\nFFFFFFFF00\n7FFFFFFE00\n0FFFFFFC00\n01FFFFF000\n01FFFFC000\n07FFFFF000\n1FFFFFFC00\n7FFFFFFE00\nFFFFFFFF00\nFFFFFFFF80\nFFFDDFFF80\nFFF9DFFF80\nFFF9CFFF80\n7FF1C7FF00\n7FE1C7FF00\n3FE1C3FE00\n1FC1C3FC00\n0781C1E000\n0003C00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F570\nENCODING 62832\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n07E0000000\n1FF8000000\n3FFC000000\n7FFE000000\n7FFF000000\nFFFF000000\nFFFF007800\nFFFF03FC00\nFFFF8FFE00\nFFFF9FFE00\nFFFFCFFE00\n7FFFCFFE00\n7FFFC7FE00\n3FFFE7FC00\n1FFFC7FC00\n0FFFCFF800\n00FFCFFC00\n003F9FFE00\n00041FFE00\n00407FFF00\n00F9FFCF00\n00FFFFCF80\n01FFFF8780\n01FFFF0780\n01FFFE0780\n03FFFC0780\n03FFF00F80\n03FFF01F00\n03FFFC3F00\n01FEFFFE00\n00F87FFC00\n00001FF800\n000007E000\nENDCHAR\nSTARTCHAR F571\nENCODING 62833\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F572\nENCODING 62834\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F573\nENCODING 62835\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFDFFDFF80\nFF8FF8FF80\nFF07F07F80\nFF83E0FF80\nFFC1C1FF80\nFFE083FF80\nFFF007FF80\nFFF80FFF80\nFFFC1FFF80\nFFF80FFF80\nFFF007FF80\nFFE083FF80\nFFC1C1FF80\nFF83E0FF80\nFF07F07F80\nFF8FF8FF80\nFFDFFDFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F574\nENCODING 62836\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFE3FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFC1FFF80\nFFFE3FFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F575\nENCODING 62837\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF8000FF80\nFF00007F80\nFF00007F80\nFF00007F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFF00007F80\nFF00007F80\nFF00007F80\nFF8000FF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F576\nENCODING 62838\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n00FF010000\n00FF810000\n00CF818000\n00CF838000\n00FF87C000\n00FF87E000\n00F39FF800\n00F39FF800\nFFFF9FF800\nFFFF9FF800\nCCF3F9F800\nCCF3F9F800\nFFFF9F9800\nFFFF9F9800\nCFFFF9F800\nCFFFF9F800\nCFFF99FF00\nFFFF9FFF80\nFFFF9FFF80\nFCF3FFF980\nFCF3FFF980\nFFFFFF9F80\nFFFFFF9F80\nCFCFFFF980\nCFCFFFF980\nFFFF99FF80\nFFFF99FF80\nFFCFFF9980\nFFCFFF9980\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nENDCHAR\nSTARTCHAR F577\nENCODING 62839\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 25 0 4\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nE3E3E03F80\nC3C3E00F80\nC3C3E00780\nC3C3E00380\nC3C3E18180\nC3C3E1E180\nC003E1E180\nC003E1E180\nC003E1E180\nC003E1E180\nC003E1E180\nC3C3E1E180\nC3C3E18180\nC3C3E00380\nC3C3E00380\nC3C3E00F80\nC3E3E03F80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F578\nENCODING 62840\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n00E3E38000\n00F3E78000\n00FBEF8000\n3FFFFFFE00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n3FFFFFFE00\n00FBEF8000\n00F3E78000\n00E3E38000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F579\nENCODING 62841\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0001C00000\n0003C00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0203E02000\n0603E03000\n0E03E03800\n3E03E03E00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3E03E03E00\n0E03E03800\n0603E03000\n0203E02000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0003E00000\n0001C00000\n0001C00000\nENDCHAR\nSTARTCHAR F57A\nENCODING 62842\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n0007F00000\n003FFE0000\n00FFFF8000\n03FFFFE000\n07FC0FF000\n0FE003F800\n1F8000FC00\n1F0000FC00\n3E0001FE00\n3C00039E00\n7C00079F00\n78000FCF00\nF8001CCF00\nF0003CC780\nF000FCE780\nF001EE6780\nF003E66780\nF031CE6780\nF0388CE780\nF01C7DCF80\nF80FF9EF80\n78C7F1EF00\n7CFDE3DF00\n3C7C071E00\n3E3E1E3E00\n1F1FFC7C00\n1F83E0FC00\n0FE003F800\n07FC1FF000\n03FFFFE000\n00FFFF8000\n003FFE0000\n0007F00000\nENDCHAR\nSTARTCHAR F57B\nENCODING 62843\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 31 33 0 0\nBITMAP\n00010000\n0007C000\n001FF000\n007FFC00\n01FEFF00\n07FCFFC0\n1FFCFFF0\n7FFCFFFC\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFFCFFFE\nFFF83FFE\nFFE00FFE\nFF8383FE\nFE0FE0FE\nF83FF83E\nF0FFFE1E\nFBFFFFBE\nFFFFFFFE\nFFFFFFFE\n7FFFFFFC\n1FFFFFF0\n07FFFFC0\n01FFFF00\n007FFC00\n001FF000\n0007C000\n00010000\nENDCHAR\nSTARTCHAR F57C\nENCODING 62844\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n7FFFFFFF00\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFE7FFF3F80\nF80FF80F80\nF007F00780\nE003E00380\nC003E00180\nC003E00180\nC003E00180\nC003E00180\nC003E00180\nE003E00380\nE007F00780\nF80FF80F80\nFE7FFF3F80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\nFFFFFFFF80\n7FFFFFFF00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F57D\nENCODING 62845\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3E3F3F1E00\n1F1F9F8F00\n8F8FCFC780\nC7C7E7E380\nE3E3F3F180\nF1F1F9F880\nF8F8FCFC00\n7C7C7E7E00\n3E3E3F3F00\n1F1F1F9F80\n8F8F8FCF80\nC7C7C7E780\nE3E3E3F380\nF1F1F1F980\nF8F8F8FC80\nFC7C7C7E00\n7E3E3E3F00\n3F1F1F1F80\n9F8F8F8F80\nCFC7C7C780\nE7E3E3E380\nF3F1F1F180\nF9F8F8F880\nFCFC7C7C00\n7E7E3E3E00\n3F3F1F1F00\n1F9F8F8F80\n8FCFC7C780\nC7E7E3E380\nE3F3F1F180\nF1F9F8F880\n78FCFC7C00\n3C7E7E3E00\nENDCHAR\nSTARTCHAR F57E\nENCODING 62846\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 27 33 4 0\nBITMAP\nFFFFFFE0\nFFFFFFE0\nFFE0FFE0\nFFC07FE0\nFF803FE0\nFF001FE0\nFFFFFFE0\nFFFFFFE0\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FF9FF80\n3FFFFF80\n3FFFFF80\nENDCHAR\nSTARTCHAR F57F\nENCODING 62847\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 27 0 2\nBITMAP\n0007000000\n000F000000\n000F00FC00\n000703FF00\n0000070380\n00000C0180\n0002180180\n0007300180\n000FE03F00\n000FC07F00\n000F80C000\n000F018000\n000E030000\n000C060000\n00180C0000\n0030180000\n0060300000\n00C0600000\n0180C00000\n3F01800000\n7E03000000\nE006000000\nC00C000000\nC018000000\nE070000000\n7FE0000000\n3FC0000000\nENDCHAR\nSTARTCHAR F580\nENCODING 62848\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3FFFFFFE00\n1FFFFFFC00\n8FFFFFF880\nC7FFFFF180\nE000000380\nF000000780\nF003E00780\nF00FF80780\nF01FFC0780\nF01FFC0780\nF03FFE0780\nF03FFE0780\nF03FFE0780\nF03FFE0780\nF01FFC0780\nF01FFC0780\nF01FFC0780\nF00FF80780\nF007F00780\nF003E00780\nF03FFC0780\nF0FFFF8780\nF1FFFFC780\nF1FFFFC780\nF3FFFFE780\nF3FFFFE780\nF07FFF0780\nF000000780\nE000000380\nC7FFFFF180\n8FFFFFF880\n1FFFFFFC00\n3FFFFFFE00\nENDCHAR\nSTARTCHAR F581\nENCODING 62849\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 33 0 0\nBITMAP\n3C00000000\n7E00000000\nFF80000000\nFFC0000000\nFFE0000000\nFFF8000000\n7FFC000000\n3FFE000000\n3FFF000000\n1FFF800000\n0FF9000000\n07F0000000\n07E0300000\n03C0380000\n01C01C0000\n00C03E0000\n00403F0000\n00007F8000\n000DFFC000\n000FFFE000\n0007FFF000\n0003FFF000\n0001FFF800\n0000FFFC00\n00007FFE00\n00003FFE00\n00001FFF00\n00000FFF80\n000003FF80\n000001FF80\n000000FF80\n0000003F00\n0000001E00\nENDCHAR\nSTARTCHAR F582\nENCODING 62850\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 33 31 0 0\nBITMAP\n0020020000\n00F0078000\n03F80FE000\n07FC1FF000\n1FFE3FFC00\n7FFF7FFF00\nFFFFFFFF80\n7FFFFFFF00\n3FFE7FFE00\n1FFC1FFC00\n0FF007F800\n07C003F000\n038000E000\n0700007000\n0FC001F800\n1FE003FC00\n3FF80FFE00\n7FFE3FFF00\nFFFF7FFF80\n3FFFFFFE00\n1FFFFFFC00\n07FFFFF000\n03FFFFE000\n03FFFFE000\n03FFFFE000\n01FFFFC000\n007FFF0000\n001FFC0000\n000FF80000\n0003E00000\n0000800000\nENDCHAR\nSTARTCHAR F583\nENCODING 62851\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 32 27 0 4\nBITMAP\n00800000\n00600000\n00780000\n007E0000\n003F8000\n003F8000\n003F8000\n001FC01C\n001FC07C\n001FE1FE\n000FE3FF\n000FFFFF\n000FFFE0\n0007FFC0\n0007FFC0\n0007FFC0\n0007FF80\n000FFF80\n000FFF00\n001FFF00\n001FFE00\n0C3FFE00\n1F7FFE00\n3FFFF000\n3FFF8000\n67F80000\n81C00000\nENDCHAR\nSTARTCHAR F584\nENCODING 62852\nSWIDTH 990 0\nDWIDTH 33 0\nBBX 23 33 6 0\nBITMAP\n071C00\n0F1E00\n0F3E00\n0F3E00\n7FFF00\nFFFFC0\nFFFFE0\n7FFFF0\n0F01F0\n0F00F8\n0F0078\n0F0078\n0F00F8\n0F00F0\n0FFFF0\n0FFFE0\n0FFFF8\n0FFFFC\n0FFFFC\n0F003E\n0F001E\n0F001E\n0F001E\n0F003E\n0F007C\n7FFFFC\nFFFFF8\nFFFFF0\n7FFFC0\n0F3E00\n0F3E00\n0F1E00\n071C00\nENDCHAR\nENDFONT\n"
  },
  {
    "path": "issue_template.md",
    "content": "<!--\nThanks for opening an issue! A few things to keep in mind:\n\n- The issue tracker is only for bugs and feature requests.\n- Before reporting a bug, please try reproducing your issue against\n  the latest firmware.\n- If you need general advice, join our Slack: http://atom-slack.herokuapp.com\n-->\n\n* Firmware version:\n* Shield version\n* Powerboard version\n\n### Expected behavior\n\n<!-- What do you think should happen? -->\n\n### Actual behavior\n\n<!-- What actually happens? -->\n\n### How to reproduce\n\n"
  },
  {
    "path": "libraries/eez_psu_lib/library.properties",
    "content": "name=EEZ PSU\nversion=1.0.0\nauthor=Envox d.o.o.\nmaintainer=martin.vladic <martin.vladic@gmail.com>\nsentence=This library contains pinout mappings and initializations for various EEZ H24005 power supply boards revisions.\nparagraph=\ncategory=Device Control\nurl=https://github.com/eez-open/psu-firmware\narchitectures=*\n"
  },
  {
    "path": "libraries/eez_psu_lib/src/R1B9/R1B9_init.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <SPI.h>\n#include \"R1B9_pins.h\"\n\nvoid eez_psu_R1B9_init() {\n    pinMode(TOUCH_IRQ, INPUT);\n    pinMode(TOUCH_DOUT, INPUT);\n    pinMode(LED_CC1, OUTPUT);\n    pinMode(LED_CV1, OUTPUT);\n    pinMode(LCD_BRIGHTNESS, OUTPUT);\n    pinMode(RTC_SELECT, OUTPUT);\n    pinMode(BP_SELECT, OUTPUT);\n    pinMode(BP_OE, OUTPUT);\n    pinMode(ETH_SELECT, OUTPUT);\n    pinMode(BUZZER, OUTPUT);\n    pinMode(ISOLATOR1_EN, OUTPUT);\n    pinMode(ADC1_SELECT, OUTPUT);\n    pinMode(DAC1_SELECT, OUTPUT);\n    pinMode(IO_EXPANDER1, OUTPUT);\n    pinMode(ETH_IRQ, INPUT);\n    pinMode(RTC_IRQ, INPUT);\n    pinMode(CONVEND2, INPUT_PULLUP);\n    pinMode(CONVEND1, INPUT_PULLUP);\n    pinMode(LCD_DB8, OUTPUT);\n    pinMode(LCD_DB9, OUTPUT);\n    pinMode(LCD_DB10, OUTPUT);\n    pinMode(LCD_DB11, OUTPUT);\n    pinMode(LCD_DB12, OUTPUT);\n    pinMode(LCD_DB13, OUTPUT);\n    pinMode(LCD_DB14, OUTPUT);\n    pinMode(LCD_DB15, OUTPUT);\n    pinMode(LCD_DB7, OUTPUT);\n    pinMode(LCD_DB6, OUTPUT);\n    pinMode(LCD_DB5, OUTPUT);\n    pinMode(LCD_DB4, OUTPUT);\n    pinMode(LCD_DB3, OUTPUT);\n    pinMode(LCD_DB2, OUTPUT);\n    pinMode(LCD_DB1, OUTPUT);\n    pinMode(LCD_DB0, OUTPUT);\n    pinMode(LCD_RESET, OUTPUT);\n    pinMode(LCD_CS, OUTPUT);\n    pinMode(LCD_WR, OUTPUT);\n    pinMode(LCD_RS, OUTPUT);\n    pinMode(TOUCH_DIN, INPUT);\n    pinMode(TOUCH_CS, OUTPUT);\n    pinMode(TOUCH_SCLK, OUTPUT);\n    pinMode(ISOLATOR2_EN, OUTPUT);\n    pinMode(IO_EXPANDER2, OUTPUT);\n    pinMode(DAC2_SELECT, OUTPUT);\n    pinMode(ADC2_SELECT, OUTPUT);\n    pinMode(EEPROM_SELECT, OUTPUT);\n    pinMode(LCDSD_CS, OUTPUT);\n    pinMode(TEMP_ANALOG, INPUT);\n    pinMode(PWR_DIRECT, OUTPUT);\n    pinMode(PWR_SSTART, OUTPUT);\n    pinMode(BATT_NTC2, INPUT);\n    pinMode(BATT_NTC1, INPUT);\n    pinMode(EXT_TRIG, INPUT);\n    pinMode(LED_PWR, OUTPUT);\n    pinMode(PWD_RST, INPUT);\n    pinMode(LED_CC2, OUTPUT);\n    pinMode(LED_CV2, OUTPUT);\n\n    //\n    digitalWrite(PWR_DIRECT, LOW);\n    digitalWrite(PWR_SSTART, LOW);\n\n    // Deselect devices that share same SPI bus on the PSU post-regulator board\n    digitalWrite(ADC1_SELECT, HIGH); // Deselect ADS1120\n    digitalWrite(ADC2_SELECT, HIGH); // Deselect ADS1120\n\n    digitalWrite(DAC1_SELECT, HIGH); // Deselect DAC8552\n    digitalWrite(DAC2_SELECT, HIGH); // Deselect DAC8552\n\n    digitalWrite(IO_EXPANDER1, HIGH); // Deselect MCP23S08\n    digitalWrite(IO_EXPANDER2, HIGH); // Deselect MCP23S08\n\n    digitalWrite(EEPROM_SELECT, HIGH); // Deselect EEPROM\n\n    digitalWrite(RTC_SELECT, LOW); // Deselect PCA21125\n\n    digitalWrite(ETH_SELECT, HIGH); // Deselect ethernet\n\n    digitalWrite(BP_SELECT, HIGH); // Deselect TLC5925\n\n    digitalWrite(BP_OE, HIGH); // Deselect TLC5925 OE\n\n    digitalWrite(ISOLATOR1_EN, ISOLATOR_DISABLE); // Disable MISO on ch 1 isolators\n    digitalWrite(ISOLATOR2_EN, ISOLATOR_DISABLE); // Disable MISO on ch 2 isolators\n\n    digitalWrite(LCD_CS, LOW); // deselect LCD\n    digitalWrite(TOUCH_CS, LOW); // deselect LCD\n    analogWrite(LCD_BRIGHTNESS, 255);\n    digitalWrite(LCDSD_CS, HIGH);\n\n    digitalWrite(LED_CC1, LOW);\n    digitalWrite(LED_CV1, LOW);\n    digitalWrite(LED_CC2, LOW);\n    digitalWrite(LED_CV2, LOW);\n\n    // Address issue with lack of proper SPI connection on PCB r1B9\n#if defined(EEZ_PSU_ARDUINO_DUE)\n    pinMode(50, INPUT);\n    pinMode(51, INPUT);\n    pinMode(52, INPUT);\n#endif\n\n    SPI.begin(); // wake up the SPI bus\n}"
  },
  {
    "path": "libraries/eez_psu_lib/src/R1B9/R1B9_pins.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_R1B9_PINS_H\n#define EEZ_PSU_R1B9_PINS_H\n\nstatic const uint8_t TOUCH_IRQ = 2;\nstatic const uint8_t TOUCH_DOUT = 3;\nstatic const uint8_t LED_CC1 = 4;\nstatic const uint8_t LED_CV1 = 5;\nstatic const uint8_t LCD_BRIGHTNESS = 7;\nstatic const uint8_t RTC_SELECT = 8;\nstatic const uint8_t BP_SELECT = 9;\nstatic const uint8_t BP_OE = 10;\nstatic const uint8_t ETH_SELECT = 11;\nstatic const uint8_t BUZZER = 12;\nstatic const uint8_t ISOLATOR1_EN = 14;\nstatic const uint8_t ADC1_SELECT = 15;\nstatic const uint8_t DAC1_SELECT = 16;\nstatic const uint8_t IO_EXPANDER1 = 17;\nstatic const uint8_t ETH_IRQ = 18;\nstatic const uint8_t RTC_IRQ = 19;\nstatic const uint8_t CONVEND2 = 20;\nstatic const uint8_t CONVEND1 = 21;\nstatic const uint8_t LCD_DB8 = 22;\nstatic const uint8_t LCD_DB9 = 23;\nstatic const uint8_t LCD_DB10 = 24;\nstatic const uint8_t LCD_DB11 = 25;\nstatic const uint8_t LCD_DB12 = 26;\nstatic const uint8_t LCD_DB13 = 27;\nstatic const uint8_t LCD_DB14 = 28;\nstatic const uint8_t LCD_DB15 = 29;\nstatic const uint8_t LCD_DB7 = 30;\nstatic const uint8_t LCD_DB6 = 31;\nstatic const uint8_t LCD_DB5 = 32;\nstatic const uint8_t LCD_DB4 = 33;\nstatic const uint8_t LCD_DB3 = 34;\nstatic const uint8_t LCD_DB2 = 35;\nstatic const uint8_t LCD_DB1 = 36;\nstatic const uint8_t LCD_DB0 = 37;\nstatic const uint8_t LCD_RESET = 38;\nstatic const uint8_t LCD_CS = 39;\nstatic const uint8_t LCD_WR = 40;\nstatic const uint8_t LCD_RS = 41;\nstatic const uint8_t TOUCH_DIN = 42;\nstatic const uint8_t TOUCH_CS = 43;\nstatic const uint8_t TOUCH_SCLK = 44;\nstatic const uint8_t ISOLATOR2_EN = 45;\nstatic const uint8_t IO_EXPANDER2 = 46;\nstatic const uint8_t DAC2_SELECT = 47;\nstatic const uint8_t ADC2_SELECT = 48;\nstatic const uint8_t EEPROM_SELECT = 49;\nstatic const uint8_t LCDSD_CS = 53;\nstatic const uint8_t TEMP_ANALOG = 54;\nstatic const uint8_t PWR_DIRECT = 55;\nstatic const uint8_t PWR_SSTART = 56;\nstatic const uint8_t BATT_NTC2 = 57;\nstatic const uint8_t BATT_NTC1 = 58;\nstatic const uint8_t EXT_TRIG = 61;\nstatic const uint8_t LED_PWR = 66;\nstatic const uint8_t PWD_RST = 67;\nstatic const uint8_t LED_CC2 = 68;\nstatic const uint8_t LED_CV2 = 69;\n\n#define ISOLATOR_DISABLE HIGH\n#define ISOLATOR_ENABLE  LOW\n\n#endif // EEZ_PSU_R1B9_PINS_H"
  },
  {
    "path": "libraries/eez_psu_lib/src/R3B4/R3B4_init.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <SPI.h>\n#include \"R3B4_pins.h\"\n\nvoid eez_psu_R3B4_init() {\n    // set pinMode for all the pins\n    pinMode(TOUCH_IRQ, INPUT);\n    pinMode(TOUCH_DOUT, INPUT);\n\n    // disable WATCHDOG\n    pinMode(WATCHDOG, INPUT);\n\n    pinMode(SYNC_MASTER, OUTPUT);\n\n    pinMode(FAN_PWM, OUTPUT);\n    pinMode(LCD_BRIGHTNESS, OUTPUT);\n    pinMode(RTC_SELECT, OUTPUT);\n    pinMode(BP_SELECT, OUTPUT);\n    pinMode(BP_OE, OUTPUT);\n    pinMode(ETH_SELECT, OUTPUT);\n    pinMode(BUZZER, OUTPUT);\n    pinMode(FAN_SENSE, INPUT);\n    pinMode(ISOLATOR1_EN, OUTPUT);\n    pinMode(ADC1_SELECT, OUTPUT);\n    pinMode(DAC1_SELECT, OUTPUT);\n    pinMode(IO_EXPANDER1, OUTPUT);\n    pinMode(ETH_IRQ, INPUT);\n    pinMode(RTC_IRQ, INPUT);\n    pinMode(CONVEND2, INPUT_PULLUP);\n    pinMode(CONVEND1, INPUT_PULLUP);\n    pinMode(LCD_DB8, OUTPUT);\n    pinMode(LCD_DB9, OUTPUT);\n    pinMode(LCD_DB10, OUTPUT);\n    pinMode(LCD_DB11, OUTPUT);\n    pinMode(LCD_DB12, OUTPUT);\n    pinMode(LCD_DB13, OUTPUT);\n    pinMode(LCD_DB14, OUTPUT);\n    pinMode(LCD_DB15, OUTPUT);\n    pinMode(LCD_DB7, OUTPUT);\n    pinMode(LCD_DB6, OUTPUT);\n    pinMode(LCD_DB5, OUTPUT);\n    pinMode(LCD_DB4, OUTPUT);\n    pinMode(LCD_DB3, OUTPUT);\n    pinMode(LCD_DB2, OUTPUT);\n    pinMode(LCD_DB1, OUTPUT);\n    pinMode(LCD_DB0, OUTPUT);\n    pinMode(LCD_RESET, OUTPUT);\n    pinMode(LCD_CS, OUTPUT);\n    pinMode(LCD_WR, OUTPUT);\n    pinMode(LCD_RS, OUTPUT);\n    pinMode(TOUCH_DIN, INPUT);\n    pinMode(TOUCH_CS, OUTPUT);\n    pinMode(TOUCH_SCLK, OUTPUT);\n    pinMode(ISOLATOR2_EN, OUTPUT);\n    pinMode(IO_EXPANDER2, OUTPUT);\n    pinMode(DAC2_SELECT, OUTPUT);\n    pinMode(ADC2_SELECT, OUTPUT);\n    pinMode(EEPROM_SELECT, OUTPUT);\n    pinMode(LCDSD_CS, OUTPUT);\n    pinMode(TEMP_ANALOG, INPUT);\n    pinMode(PWR_DIRECT, OUTPUT);\n    pinMode(PWR_SSTART, OUTPUT);\n    pinMode(BATT_NTC, INPUT);\n    pinMode(NTC1, INPUT);\n    pinMode(NTC2, INPUT);\n    pinMode(EXT_TRIG, INPUT);\n    pinMode(ENC_A, INPUT);\n    pinMode(ENC_B, INPUT);\n    pinMode(ENC_SW, INPUT_PULLUP);\n    pinMode(PWD_RST, INPUT);\n\n    //\n    digitalWrite(PWR_DIRECT, LOW);\n    digitalWrite(PWR_SSTART, LOW);\n\n    // Deselect devices that share same SPI bus on the PSU post-regulator board\n    digitalWrite(ADC1_SELECT, HIGH); // Deselect ADS1120\n    digitalWrite(ADC2_SELECT, HIGH); // Deselect ADS1120\n\n    digitalWrite(DAC1_SELECT, HIGH); // Deselect DAC8552\n    digitalWrite(DAC2_SELECT, HIGH); // Deselect DAC8552\n\n    digitalWrite(IO_EXPANDER1, HIGH); // Deselect MCP23S08\n    digitalWrite(IO_EXPANDER2, HIGH); // Deselect MCP23S08\n\n    digitalWrite(EEPROM_SELECT, HIGH); // Deselect EEPROM\n    digitalWrite(RTC_SELECT, LOW); // Deselect PCA21125\n    digitalWrite(ETH_SELECT, HIGH); // Deselect ETHERNET\n    digitalWrite(BP_SELECT, HIGH); // Deselect TLC5925\n    digitalWrite(BP_OE, HIGH); // Deselect TLC5925 OE\n\n    digitalWrite(ISOLATOR1_EN, ISOLATOR_DISABLE); // Disable MISO on ch 1 isolators\n    digitalWrite(ISOLATOR2_EN, ISOLATOR_DISABLE); // Disable MISO on ch 2 isolators\n\n    digitalWrite(LCD_CS, LOW); // deselect LCD\n    digitalWrite(TOUCH_CS, LOW); // deselect LCD\n    analogWrite(LCD_BRIGHTNESS, 255);\n    digitalWrite(LCDSD_CS, HIGH);\n\n    // Address issue with lack of proper SPI connection on PCB r1B9\n#if defined(EEZ_PSU_ARDUINO_DUE)\n    pinMode(50, INPUT);\n    pinMode(51, INPUT);\n    pinMode(52, INPUT);\n#endif\n\n    SPI.begin(); // wake up the SPI bus\n}"
  },
  {
    "path": "libraries/eez_psu_lib/src/R3B4/R3B4_pins.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_R3B4_PINS_H\n#define EEZ_PSU_R3B4_PINS_H\n\nstatic const uint8_t TOUCH_IRQ = 2;\nstatic const uint8_t TOUCH_DOUT = 3;\n//static const uint8_t WIFI_CE = 4;\nstatic const uint8_t SYNC_MASTER = 4;\nstatic const uint8_t WATCHDOG = 5;\nstatic const uint8_t FAN_PWM = 6;\nstatic const uint8_t LCD_BRIGHTNESS = 7;\nstatic const uint8_t RTC_SELECT = 8;\nstatic const uint8_t BP_SELECT = 9;\nstatic const uint8_t BP_OE = 10;\nstatic const uint8_t ETH_SELECT = 11;\nstatic const uint8_t BUZZER = 12;\nstatic const uint8_t FAN_SENSE = 13;\nstatic const uint8_t ISOLATOR1_EN = 14;\nstatic const uint8_t ADC1_SELECT = 15;\nstatic const uint8_t DAC1_SELECT = 16;\nstatic const uint8_t IO_EXPANDER1 = 17;\nstatic const uint8_t ETH_IRQ = 18;\nstatic const uint8_t RTC_IRQ = 19;\nstatic const uint8_t CONVEND2 = 20;\nstatic const uint8_t CONVEND1 = 21;\nstatic const uint8_t LCD_DB8 = 22;\nstatic const uint8_t LCD_DB9 = 23;\nstatic const uint8_t LCD_DB10 = 24;\nstatic const uint8_t LCD_DB11 = 25;\nstatic const uint8_t LCD_DB12 = 26;\nstatic const uint8_t LCD_DB13 = 27;\nstatic const uint8_t LCD_DB14 = 28;\nstatic const uint8_t LCD_DB15 = 29;\nstatic const uint8_t LCD_DB7 = 30;\nstatic const uint8_t LCD_DB6 = 31;\nstatic const uint8_t LCD_DB5 = 32;\nstatic const uint8_t LCD_DB4 = 33;\nstatic const uint8_t LCD_DB3 = 34;\nstatic const uint8_t LCD_DB2 = 35;\nstatic const uint8_t LCD_DB1 = 36;\nstatic const uint8_t LCD_DB0 = 37;\nstatic const uint8_t LCD_RESET = 38;\nstatic const uint8_t LCD_CS = 39;\nstatic const uint8_t LCD_WR = 40;\nstatic const uint8_t LCD_RS = 41;\nstatic const uint8_t TOUCH_DIN = 42;\nstatic const uint8_t TOUCH_CS = 43;\nstatic const uint8_t TOUCH_SCLK = 44;\nstatic const uint8_t ISOLATOR2_EN = 45;\nstatic const uint8_t IO_EXPANDER2 = 46;\nstatic const uint8_t DAC2_SELECT = 47;\nstatic const uint8_t ADC2_SELECT = 48;\nstatic const uint8_t EEPROM_SELECT = 49;\nstatic const uint8_t LCDSD_CS = 53;\nstatic const uint8_t TEMP_ANALOG = 54;\nstatic const uint8_t PWR_DIRECT = 55;\nstatic const uint8_t PWR_SSTART = 56;\nstatic const uint8_t BATT_NTC = 58;\nstatic const uint8_t NTC1 = 59;\nstatic const uint8_t NTC2 = 60;\nstatic const uint8_t EXT_TRIG = 61;\nstatic const uint8_t ENC_A = 62;\nstatic const uint8_t ENC_B = 63;\nstatic const uint8_t ENC_SW = 64;\nstatic const uint8_t PWD_RST = 67;\n\n#define ISOLATOR_DISABLE LOW\n#define ISOLATOR_ENABLE  HIGH\n\n#endif // EEZ_PSU_R3B4_PINS_H\n"
  },
  {
    "path": "libraries/eez_psu_lib/src/R5B12/R5B12_init.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <SPI.h>\n#include \"R5B12_pins.h\"\n\nvoid eez_psu_R5B12_init() {\n    // set pinMode for all the pins\n    pinMode(TOUCH_IRQ, INPUT);\n    pinMode(TOUCH_DOUT, INPUT);\n\n    // disable WATCHDOG\n    pinMode(WATCHDOG, INPUT);\n\n    pinMode(SYNC_MASTER, OUTPUT);\n\n    pinMode(FAN_PWM, OUTPUT);\n    pinMode(LCD_BRIGHTNESS, OUTPUT);\n    pinMode(RTC_SELECT, OUTPUT);\n    pinMode(BP_SELECT, OUTPUT);\n    pinMode(BP_OE, OUTPUT);\n    pinMode(ETH_SELECT, OUTPUT);\n    pinMode(BUZZER, OUTPUT);\n    pinMode(FAN_SENSE, INPUT);\n    pinMode(ISOLATOR1_EN, OUTPUT);\n    pinMode(ADC1_SELECT, OUTPUT);\n    pinMode(DAC1_SELECT, OUTPUT);\n    pinMode(IO_EXPANDER1, OUTPUT);\n    pinMode(ETH_IRQ, INPUT);\n    pinMode(RTC_IRQ, INPUT);\n    pinMode(CONVEND2, INPUT_PULLUP);\n    pinMode(CONVEND1, INPUT_PULLUP);\n    pinMode(LCD_DB8, OUTPUT);\n    pinMode(LCD_DB9, OUTPUT);\n    pinMode(LCD_DB10, OUTPUT);\n    pinMode(LCD_DB11, OUTPUT);\n    pinMode(LCD_DB12, OUTPUT);\n    pinMode(LCD_DB13, OUTPUT);\n    pinMode(LCD_DB14, OUTPUT);\n    pinMode(LCD_DB15, OUTPUT);\n    pinMode(LCD_DB7, OUTPUT);\n    pinMode(LCD_DB6, OUTPUT);\n    pinMode(LCD_DB5, OUTPUT);\n    pinMode(LCD_DB4, OUTPUT);\n    pinMode(LCD_DB3, OUTPUT);\n    pinMode(LCD_DB2, OUTPUT);\n    pinMode(LCD_DB1, OUTPUT);\n    pinMode(LCD_DB0, OUTPUT);\n    pinMode(LCD_RESET, OUTPUT);\n    pinMode(LCD_CS, OUTPUT);\n    pinMode(LCD_WR, OUTPUT);\n    pinMode(LCD_RS, OUTPUT);\n    pinMode(TOUCH_DIN, INPUT);\n    pinMode(TOUCH_CS, OUTPUT);\n    pinMode(TOUCH_SCLK, OUTPUT);\n    pinMode(ISOLATOR2_EN, OUTPUT);\n    pinMode(IO_EXPANDER2, OUTPUT);\n    pinMode(DAC2_SELECT, OUTPUT);\n    pinMode(ADC2_SELECT, OUTPUT);\n    pinMode(EEPROM_SELECT, OUTPUT);\n    pinMode(LCD_INT, INPUT);\n    pinMode(LCD_PD, OUTPUT);\n    pinMode(LCDSD_CS, OUTPUT);\n    pinMode(TEMP_ANALOG, INPUT);\n    pinMode(PWR_DIRECT, OUTPUT);\n    pinMode(PWR_SSTART, OUTPUT);\n    pinMode(DOUT2, OUTPUT);\n    pinMode(BATT_NTC, INPUT);\n    pinMode(NTC1, INPUT);\n    pinMode(NTC2, INPUT);\n    pinMode(EXT_TRIG, INPUT);\n    pinMode(ENC_A, INPUT);\n    pinMode(ENC_B, INPUT);\n    pinMode(ENC_SW, INPUT_PULLUP);\n    pinMode(DOUT, OUTPUT);\n    pinMode(EXTSD_CS, OUTPUT);\n\n    //\n    digitalWrite(PWR_DIRECT, LOW);\n    digitalWrite(PWR_SSTART, LOW);\n\n    // Deselect devices that share same SPI bus on the PSU post-regulator board\n    digitalWrite(ADC1_SELECT, HIGH); // Deselect ADS1120\n    digitalWrite(ADC2_SELECT, HIGH); // Deselect ADS1120\n\n    digitalWrite(DAC1_SELECT, HIGH); // Deselect DAC8552\n    digitalWrite(DAC2_SELECT, HIGH); // Deselect DAC8552\n\n    digitalWrite(IO_EXPANDER1, HIGH); // Deselect MCP23S08\n    digitalWrite(IO_EXPANDER2, HIGH); // Deselect MCP23S08\n\n    digitalWrite(EEPROM_SELECT, HIGH); // Deselect EEPROM\n    digitalWrite(RTC_SELECT, LOW); // Deselect PCA21125\n    digitalWrite(ETH_SELECT, HIGH); // Deselect ETHERNET\n    digitalWrite(BP_SELECT, HIGH); // Deselect TLC5925\n    digitalWrite(BP_OE, HIGH); // Deselect TLC5925 OE\n\n    digitalWrite(ISOLATOR1_EN, ISOLATOR_DISABLE); // Disable MISO on ch 1 isolators\n    digitalWrite(ISOLATOR2_EN, ISOLATOR_DISABLE); // Disable MISO on ch 2 isolators\n\n    digitalWrite(LCD_CS, LOW); // deselect LCD\n    digitalWrite(TOUCH_CS, LOW); // deselect LCD\n    analogWrite(LCD_BRIGHTNESS, 255);\n    digitalWrite(LCDSD_CS, HIGH);\n\n    digitalWrite(DOUT, LOW);\n    digitalWrite(DOUT2, LOW);\n    digitalWrite(EXTSD_CS, HIGH);\n\n    // Address issue with lack of proper SPI connection on PCB r1B9\n#if defined(EEZ_PSU_ARDUINO_DUE)\n    pinMode(50, INPUT);\n    pinMode(51, INPUT);\n    pinMode(52, INPUT);\n#endif\n\n    SPI.begin(); // wake up the SPI bus\n}"
  },
  {
    "path": "libraries/eez_psu_lib/src/R5B12/R5B12_pins.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_R5B12_PINS_H\n#define EEZ_PSU_R5B12_PINS_H\n\nstatic const uint8_t TOUCH_IRQ = 2;\nstatic const uint8_t TOUCH_DOUT = 3;\n//static const uint8_t WIFI_CE = 4;\nstatic const uint8_t SYNC_MASTER = 4;\nstatic const uint8_t WATCHDOG = 5;\nstatic const uint8_t FAN_PWM = 6;\nstatic const uint8_t LCD_BRIGHTNESS = 7;\nstatic const uint8_t RTC_SELECT = 8;\nstatic const uint8_t BP_SELECT = 9;\nstatic const uint8_t BP_OE = 10;\nstatic const uint8_t ETH_SELECT = 11;\nstatic const uint8_t BUZZER = 12;\nstatic const uint8_t FAN_SENSE = 13;\nstatic const uint8_t ISOLATOR1_EN = 14;\nstatic const uint8_t ADC1_SELECT = 15;\nstatic const uint8_t DAC1_SELECT = 16;\nstatic const uint8_t IO_EXPANDER1 = 17;\nstatic const uint8_t ETH_IRQ = 18;\nstatic const uint8_t RTC_IRQ = 19;\nstatic const uint8_t CONVEND2 = 20;\nstatic const uint8_t CONVEND1 = 21;\nstatic const uint8_t LCD_DB8 = 22;\nstatic const uint8_t LCD_DB9 = 23;\nstatic const uint8_t LCD_DB10 = 24;\nstatic const uint8_t LCD_DB11 = 25;\nstatic const uint8_t LCD_DB12 = 26;\nstatic const uint8_t LCD_DB13 = 27;\nstatic const uint8_t LCD_DB14 = 28;\nstatic const uint8_t LCD_DB15 = 29;\nstatic const uint8_t LCD_DB7 = 30;\nstatic const uint8_t LCD_DB6 = 31;\nstatic const uint8_t LCD_DB5 = 32;\nstatic const uint8_t LCD_DB4 = 33;\nstatic const uint8_t LCD_DB3 = 34;\nstatic const uint8_t LCD_DB2 = 35;\nstatic const uint8_t LCD_DB1 = 36;\nstatic const uint8_t LCD_DB0 = 37;\nstatic const uint8_t LCD_RESET = 38;\nstatic const uint8_t LCD_CS = 39;\nstatic const uint8_t LCD_WR = 40;\nstatic const uint8_t LCD_RS = 41;\nstatic const uint8_t TOUCH_DIN = 42;\nstatic const uint8_t TOUCH_CS = 43;\nstatic const uint8_t TOUCH_SCLK = 44;\nstatic const uint8_t ISOLATOR2_EN = 45;\nstatic const uint8_t IO_EXPANDER2 = 46;\nstatic const uint8_t DAC2_SELECT = 47;\nstatic const uint8_t ADC2_SELECT = 48;\nstatic const uint8_t EEPROM_SELECT = 49;\nstatic const uint8_t LCD_INT = 50;\nstatic const uint8_t LCD_PD = 51;\nstatic const uint8_t LCDSD_CS = 53;\nstatic const uint8_t TEMP_ANALOG = 54;\nstatic const uint8_t PWR_DIRECT = 55;\nstatic const uint8_t PWR_SSTART = 56;\nstatic const uint8_t DOUT2 = 57;\nstatic const uint8_t BATT_NTC = 58;\nstatic const uint8_t NTC1 = 59;\nstatic const uint8_t NTC2 = 60;\nstatic const uint8_t EXT_TRIG = 61;\nstatic const uint8_t ENC_A = 63;\nstatic const uint8_t ENC_B = 62;\nstatic const uint8_t ENC_SW = 64;\nstatic const uint8_t DOUT = 65;\nstatic const uint8_t EXTSD_CS = 66;\n\n#define ISOLATOR_DISABLE LOW\n#define ISOLATOR_ENABLE  HIGH\n\n#endif // EEZ_PSU_R5B12_PINS_H\n"
  },
  {
    "path": "libraries/eez_psu_lib/src/eez_psu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include <SPI.h>\n#include \"eez_psu.h\"\n\nSPISettings MCP23S08_SPI(4000000, MSBFIRST, SPI_MODE0); // IO EXPANDER\nSPISettings DAC8552_SPI(4000000, MSBFIRST, SPI_MODE1);  // DAC\nSPISettings ADS1120_SPI(4000000, MSBFIRST, SPI_MODE1);  // ADC\nSPISettings TLC5925_SPI(4000000, MSBFIRST, SPI_MODE0);  // Binding Post\nSPISettings PCA21125_SPI(4000000, MSBFIRST, SPI_MODE0); // RTC\nSPISettings AT25256B_SPI(4000000, MSBFIRST, SPI_MODE0); // EEPROM\n\n#if defined(EEZ_PSU_ARDUINO_DUE)\nSPISettings ETHERNET_SPI(F_CPU / 5, MSBFIRST, SPI_MODE0);\n#else\nSPISettings ETHERNET_SPI(8000000, MSBFIRST, SPI_MODE0);\n#endif\n"
  },
  {
    "path": "libraries/eez_psu_lib/src/eez_psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_H\n#define EEZ_PSU_H\n\n#include \"eez_psu_rev.h\"\n\n#if !defined(EEZ_PSU_SELECTED_REVISION)\n#define EEZ_PSU_SELECTED_REVISION EEZ_PSU_REVISION_R1B9\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    #include \"R1B9/R1B9_pins.h\"\n    \n    extern void eez_psu_R1B9_init();\n    #define eez_psu_init eez_psu_R1B9_init\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4\n    #include \"R3B4/R3B4_pins.h\"\n    \n    extern void eez_psu_R3B4_init();\n    #define eez_psu_init eez_psu_R3B4_init\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    #include \"R5B12/R5B12_pins.h\"\n    \n    extern void eez_psu_R5B12_init();\n    #define eez_psu_init eez_psu_R5B12_init\n#else\n    #error \"Unknown EEZ PSU Revision\"\n#endif\n\n////////////////////////////////////////////////////////////////////////////////\n// IO EXPANDER - MCP23S08\n\nextern SPISettings MCP23S08_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// DAC - DAC8552\n\nextern SPISettings DAC8552_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// ADC - ADS1120\n\nextern SPISettings ADS1120_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// BP - TLC5925\n\nextern SPISettings TLC5925_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// RTC - PCA21125\n\nextern SPISettings PCA21125_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// EEPROM - AT25256B\n\nextern SPISettings AT25256B_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n// ETHERNET\n\nextern SPISettings ETHERNET_SPI;\n\n////////////////////////////////////////////////////////////////////////////////\n\n#endif // EEZ_PSU_H"
  },
  {
    "path": "libraries/eez_psu_lib/src/eez_psu_rev.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2016-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_REV_H\n#define EEZ_PSU_REV_H\n\n#define EEZ_PSU_REVISION_R1B9   1\n#define EEZ_PSU_REVISION_R3B4   2\n#define EEZ_PSU_REVISION_R5B12  3\n\n#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)\n#define EEZ_PSU_ARDUINO_MEGA\n#elif defined(_VARIANT_ARDUINO_DUE_X_)\n#define EEZ_PSU_ARDUINO_DUE\n#endif\n\n#endif // EEZ_PSU_REV_H"
  },
  {
    "path": "libraries/readme.md",
    "content": "# Libraries\n\n- eez_psu_lib\n\n- scpi_parser"
  },
  {
    "path": "libraries/scpi-parser/library.properties",
    "content": "name=SCPI Parser\nversion=1.0.0\nauthor=Jan Breuer\nmaintainer=???\nsentence=Open Source SCPI device library\nparagraph=SCPI Parser library aims to provide parsing ability of SCPI commands on instrument side.\ncategory=Communication\nurl=https://github.com/j123b567/scpi-parser\narchitectures=*\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/error.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_error.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  Error handling and storing routines\n *\n *\n */\n\n#include <stdint.h>\n\n#include \"scpi/parser.h\"\n#include \"scpi/ieee488.h\"\n#include \"scpi/error.h\"\n#include \"fifo_private.h\"\n\n#if USE_64K_PROGMEM_FOR_ERROR_MESSAGES || USE_FULL_PROGMEM_FOR_ERROR_MESSAGES\n#include <avr/pgmspace.h>\nstatic char error_message_buffer[SCPI_MAX_ERROR_MESSAGE_SIZE + 1];\n#endif\n\n/**\n * Initialize error queue\n * @param context - scpi context\n */\nvoid SCPI_ErrorInit(scpi_t * context, int16_t * data, int16_t size) {\n    fifo_init(&context->error_queue, data, size);\n}\n\n/**\n * Emit no error\n * @param context scpi context\n */\nstatic void SCPI_ErrorEmitEmpty(scpi_t * context) {\n    if ((SCPI_ErrorCount(context) == 0) && (SCPI_RegGet(context, SCPI_REG_STB) & STB_QMA)) {\n        SCPI_RegClearBits(context, SCPI_REG_STB, STB_QMA);\n\n        if (context->interface && context->interface->error) {\n            context->interface->error(context, 0);\n        }\n    }\n}\n\n/**\n * Emit error\n * @param context scpi context\n * @param err Error to emit\n */\nstatic void SCPI_ErrorEmit(scpi_t * context, int16_t err) {\n    SCPI_RegSetBits(context, SCPI_REG_STB, STB_QMA);\n\n    if (context->interface && context->interface->error) {\n        context->interface->error(context, err);\n    }\n}\n\n/**\n * Clear error queue\n * @param context - scpi context\n */\nvoid SCPI_ErrorClear(scpi_t * context) {\n    fifo_clear(&context->error_queue);\n\n    SCPI_ErrorEmitEmpty(context);\n}\n\n/**\n * Pop error from queue\n * @param context - scpi context\n * @return error number\n */\nint16_t SCPI_ErrorPop(scpi_t * context) {\n    int16_t result = 0;\n\n    fifo_remove(&context->error_queue, &result);\n\n    SCPI_ErrorEmitEmpty(context);\n\n    return result;\n}\n\n/**\n * Return number of errors/events in the queue\n * @param context\n * @return\n */\nint32_t SCPI_ErrorCount(scpi_t * context) {\n    int16_t result = 0;\n\n    fifo_count(&context->error_queue, &result);\n\n    return result;\n}\n\nstatic scpi_bool_t SCPI_ErrorAddInternal(scpi_t * context, int16_t err) {\n    if (!fifo_add(&context->error_queue, err)) {\n        fifo_remove_last(&context->error_queue, NULL);\n        fifo_add(&context->error_queue, SCPI_ERROR_QUEUE_OVERFLOW);\n        return FALSE;\n    }\n    return TRUE;\n}\n\nstruct error_reg {\n    int16_t from;\n    int16_t to;\n    scpi_reg_val_t bit;\n};\n\n#define ERROR_DEFS_N\t9\n\nstatic const struct error_reg errs[ERROR_DEFS_N] = {\n    {-100, -199, ESR_CER}, /* Command error (e.g. syntax error) ch 21.8.9    */\n    {-200, -299, ESR_EER}, /* Execution Error (e.g. range error) ch 21.8.10  */\n    {-300, -399, ESR_DER}, /* Device specific error -300, -399 ch 21.8.11    */\n    { 1, 32767, ESR_DER}, /* Device designer provided specific error 1, 32767 ch 21.8.11    */\n    {-400, -499, ESR_QER}, /* Query error -400, -499 ch 21.8.12              */\n    {-500, -599, ESR_PON}, /* Power on event -500, -599 ch 21.8.13           */\n    {-600, -699, ESR_URQ}, /* User Request Event -600, -699 ch 21.8.14       */\n    {-700, -799, ESR_REQ}, /* Request Control Event -700, -799 ch 21.8.15    */\n    {-800, -899, ESR_OPC}, /* Operation Complete Event -800, -899 ch 21.8.16 */\n};\n\n/**\n * Push error to queue\n * @param context - scpi context\n * @param err - error number\n */\nvoid SCPI_ErrorPush(scpi_t * context, int16_t err) {\n\n    int i;\n\n    scpi_bool_t queue_overflow = !SCPI_ErrorAddInternal(context, err);\n\n    for (i = 0; i < ERROR_DEFS_N; i++) {\n        if ((err <= errs[i].from) && (err >= errs[i].to)) {\n            SCPI_RegSetBits(context, SCPI_REG_ESR, errs[i].bit);\n        }\n    }\n\n    SCPI_ErrorEmit(context, err);\n    if (queue_overflow) {\n        SCPI_ErrorEmit(context, SCPI_ERROR_QUEUE_OVERFLOW);\n    }\n\n    if (context) {\n        context->cmd_error = TRUE;\n    }\n}\n\n/**\n * Translate error number to string\n * @param err - error number\n * @return Error string representation\n */\nconst char * SCPI_ErrorTranslate(int16_t err) {\n    switch (err) {\n        case 0: return \"No error\";\n#if USE_64K_PROGMEM_FOR_ERROR_MESSAGES\n#define X(def, val, str) case def: strcpy_P(error_message_buffer, PSTR(str)); return error_message_buffer;\n#elif USE_FULL_PROGMEM_FOR_ERROR_MESSAGES\n#define X(def, val, str) case def: strcpy_PF(error_message_buffer, PSTR(str)); return error_message_buffer;\n#else\n#define X(def, val, str) case def: return str;\n#endif\n#if USE_FULL_ERROR_LIST\n#define XE X\n#else\n#define XE(def, val, str)\n#endif\n        LIST_OF_ERRORS\n\n#if USE_USER_ERROR_LIST\n        LIST_OF_USER_ERRORS\n#endif\n#undef X\n#undef XE\n        default: return \"Unknown error\";\n    }\n}\n\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/expression.c",
    "content": "/*-\n * Copyright (c) 2012-2015 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   expression.c\n *\n * @brief  Expressions handling\n *\n *\n */\n\n#include \"scpi/expression.h\"\n#include \"scpi/error.h\"\n#include \"scpi/parser.h\"\n\n#include \"lexer_private.h\"\n\n/**\n * Parse one range or single value\n * @param state lexer state\n * @param isRange return true if parsed expression is range\n * @param valueFrom return parsed value from\n * @param valueTo return parsed value to\n * @return SCPI_EXPR_OK - parsing was succesful\n *         SCPI_EXPR_ERROR - parser error\n *         SCPI_EXPR_NO_MORE - no more data\n */\nstatic scpi_expr_result_t numericRange(lex_state_t * state, scpi_bool_t * isRange, scpi_token_t * valueFrom, scpi_token_t * valueTo) {\n    if (scpiLex_DecimalNumericProgramData(state, valueFrom)) {\n        if (scpiLex_Colon(state, valueTo)) {\n            *isRange = TRUE;\n            if (scpiLex_DecimalNumericProgramData(state, valueTo)) {\n                return SCPI_EXPR_OK;\n            } else {\n                return SCPI_EXPR_ERROR;\n            }\n        } else {\n            *isRange = FALSE;\n            return SCPI_EXPR_OK;\n        }\n    }\n\n    return SCPI_EXPR_NO_MORE;\n}\n\n/**\n * Parse entry on specified position\n * @param context scpi context\n * @param param input parameter\n * @param index index of position (start from 0)\n * @param isRange return true if expression at index was range\n * @param valueFrom return value from\n * @param valueTo return value to\n * @return SCPI_EXPR_OK - parsing was succesful\n *         SCPI_EXPR_ERROR - parser error\n *         SCPI_EXPR_NO_MORE - no more data\n * @see SCPI_ExprNumericListEntryInt, SCPI_ExprNumericListEntryDouble\n */\nscpi_expr_result_t SCPI_ExprNumericListEntry(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, scpi_parameter_t * valueFrom, scpi_parameter_t * valueTo) {\n    lex_state_t lex;\n    int i;\n    scpi_expr_result_t res = SCPI_EXPR_OK;\n\n    if (!isRange || !valueFrom || !valueTo || !param) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return SCPI_EXPR_ERROR;\n    }\n\n    if (param->type != SCPI_TOKEN_PROGRAM_EXPRESSION) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n        return SCPI_EXPR_ERROR;\n    }\n\n    lex.buffer = param->ptr + 1;\n    lex.pos = lex.buffer;\n    lex.len = param->len - 2;\n\n    for (i = 0; i <= index; i++) {\n        res = numericRange(&lex, isRange, valueFrom, valueTo);\n        if (res != SCPI_EXPR_OK) {\n            break;\n        }\n        if (i != index) {\n            if (!scpiLex_Comma(&lex, valueFrom)) {\n                res = scpiLex_IsEos(&lex) ? SCPI_EXPR_NO_MORE : SCPI_EXPR_ERROR;\n                break;\n            }\n        }\n    }\n\n    if (res == SCPI_EXPR_ERROR) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXPRESSION_PARSING_ERROR);\n    }\n    return res;\n}\n\n/**\n * Parse entry on specified position and convert result to int32_t\n * @param context scpi context\n * @param param input parameter\n * @param index index of position (start from 0)\n * @param isRange return true if expression at index was range\n * @param valueFrom return value from\n * @param valueTo return value to\n * @return SCPI_EXPR_OK - parsing was succesful\n *         SCPI_EXPR_ERROR - parser error\n *         SCPI_EXPR_NO_MORE - no more data\n * @see SCPI_ExprNumericListEntry, SCPI_ExprNumericListEntryDouble\n */\nscpi_expr_result_t SCPI_ExprNumericListEntryInt(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, int32_t * valueFrom, int32_t * valueTo) {\n    scpi_expr_result_t res;\n    scpi_bool_t range = FALSE;\n    scpi_parameter_t paramFrom;\n    scpi_parameter_t paramTo;\n\n    res = SCPI_ExprNumericListEntry(context, param, index, &range, &paramFrom, &paramTo);\n    if (res == SCPI_EXPR_OK) {\n        *isRange = range;\n        SCPI_ParamToInt32(context, &paramFrom, valueFrom);\n        if (range) {\n            SCPI_ParamToInt32(context, &paramTo, valueTo);\n        }\n    }\n\n    return res;\n}\n\n/**\n * Parse entry on specified position and convert result to double\n * @param context scpi context\n * @param param input parameter\n * @param index index of position (start from 0)\n * @param isRange return true if expression at index was range\n * @param valueFrom return value from\n * @param valueTo return value to\n * @return SCPI_EXPR_OK - parsing was succesful\n *         SCPI_EXPR_ERROR - parser error\n *         SCPI_EXPR_NO_MORE - no more data\n * @see SCPI_ExprNumericListEntry, SCPI_ExprNumericListEntryInt\n */\nscpi_expr_result_t SCPI_ExprNumericListEntryDouble(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, double * valueFrom, double * valueTo) {\n    scpi_expr_result_t res;\n    scpi_bool_t range = FALSE;\n    scpi_parameter_t paramFrom;\n    scpi_parameter_t paramTo;\n\n    res = SCPI_ExprNumericListEntry(context, param, index, &range, &paramFrom, &paramTo);\n    if (res == SCPI_EXPR_OK) {\n        *isRange = range;\n        SCPI_ParamToDouble(context, &paramFrom, valueFrom);\n        if (range) {\n            SCPI_ParamToDouble(context, &paramTo, valueTo);\n        }\n    }\n\n    return res;\n}\n\n/**\n * Parse one channel_spec e.g. \"1!5!8\"\n * @param context\n * @param state lexer state\n * @param values range values\n * @param length length of values array\n * @param dimensions real number of dimensions\n */\nstatic scpi_expr_result_t channelSpec(scpi_t * context, lex_state_t * state, int32_t * values, size_t length, size_t * dimensions) {\n    scpi_parameter_t param;\n    size_t i = 0;\n    while (scpiLex_DecimalNumericProgramData(state, &param)) {\n        if (i < length) {\n            SCPI_ParamToInt32(context, &param, &values[i]);\n        }\n\n        if (scpiLex_SpecificCharacter(state, &param, '!')) {\n            i++;\n        } else {\n            *dimensions = i + 1;\n            return SCPI_EXPR_OK;\n        }\n    }\n\n    if (i == 0) {\n        return SCPI_EXPR_NO_MORE;\n    } else {\n        // there was at least one number followed by !, but after ! was not another number\n        return SCPI_EXPR_ERROR;\n    }\n}\n\n/**\n * Parse channel_range e.g. \"1!2:5!6\"\n * @param context\n * @param state lexer state\n * @param isRange return true if it is range\n * @param valuesFrom return array of values from\n * @param valuesTo return array of values to\n * @param length length of values arrays\n * @param dimensions real number of dimensions\n */\nstatic scpi_expr_result_t channelRange(scpi_t * context, lex_state_t * state, scpi_bool_t * isRange, int32_t * valuesFrom, int32_t * valuesTo, size_t length, size_t * dimensions) {\n    scpi_token_t token;\n    scpi_expr_result_t err;\n    size_t fromDimensions;\n    size_t toDimensions;\n\n    err = channelSpec(context, state, valuesFrom, length, &fromDimensions);\n    if (err == SCPI_EXPR_OK) {\n        if (scpiLex_Colon(state, &token)) {\n            *isRange = TRUE;\n            err = channelSpec(context, state, valuesTo, length, &toDimensions);\n            if (err != SCPI_EXPR_OK) {\n                return SCPI_EXPR_ERROR;\n            }\n            if (fromDimensions != toDimensions) {\n                return SCPI_EXPR_ERROR;\n            }\n            *dimensions = fromDimensions;\n        } else {\n            *isRange = FALSE;\n            *dimensions = fromDimensions;\n            return SCPI_EXPR_OK;\n        }\n    } else if (err == SCPI_EXPR_NO_MORE) {\n        err = SCPI_EXPR_ERROR;\n    }\n\n    return err;\n}\n\n/**\n * Parse one list entry at specific position e.g. \"1!2:5!6\"\n * @param context\n * @param param\n * @param index\n * @param isRange return true if it is range\n * @param valuesFrom return array of values from\n * @param valuesTo return array of values to\n * @param length length of values arrays\n * @param dimensions real number of dimensions\n */\nscpi_expr_result_t SCPI_ExprChannelListEntry(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, int32_t * valuesFrom, int32_t * valuesTo, size_t length, size_t * dimensions) {\n    lex_state_t lex;\n    int i;\n    scpi_expr_result_t res = SCPI_EXPR_OK;\n    scpi_token_t token;\n\n    if (!isRange || !param || !dimensions || (length && (!valuesFrom || !valuesTo))) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return SCPI_EXPR_ERROR;\n    }\n\n    if (param->type != SCPI_TOKEN_PROGRAM_EXPRESSION) {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n        return SCPI_EXPR_ERROR;\n    }\n\n    lex.buffer = param->ptr + 1;\n    lex.pos = lex.buffer;\n    lex.len = param->len - 2;\n\n    // detect channel list expression\n    if (!scpiLex_SpecificCharacter(&lex, &token, '@')) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXPRESSION_PARSING_ERROR);\n        return SCPI_EXPR_ERROR;\n    }\n\n    for (i = 0; i <= index; i++) {\n        res = channelRange(context, &lex, isRange, valuesFrom, valuesTo, (i == index) ? length : 0, dimensions);\n        if (res != SCPI_EXPR_OK) {\n            break;\n        }\n        if (i != index) {\n            if (!scpiLex_Comma(&lex, &token)) {\n                res = scpiLex_IsEos(&lex) ? SCPI_EXPR_NO_MORE : SCPI_EXPR_ERROR;\n                break;\n            }\n        }\n    }\n\n    if (res == SCPI_EXPR_ERROR) {\n        SCPI_ErrorPush(context, SCPI_ERROR_EXPRESSION_PARSING_ERROR);\n    }\n    if (res == SCPI_EXPR_NO_MORE) {\n        if (!scpiLex_IsEos(&lex)) {\n            res = SCPI_EXPR_ERROR;\n            SCPI_ErrorPush(context, SCPI_ERROR_EXPRESSION_PARSING_ERROR);\n        }\n    }\n    return res;\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/fifo.c",
    "content": "\n#include \"fifo_private.h\"\n\n/**\n * Initialize fifo\n * @param fifo\n */\nvoid fifo_init(scpi_fifo_t * fifo, int16_t * data, int16_t size) {\n    fifo->wr = 0;\n    fifo->rd = 0;\n    fifo->count = 0;\n    fifo->data = data;\n    fifo->size = size;\n}\n\n/**\n * Empty fifo\n * @param fifo\n */\nvoid fifo_clear(scpi_fifo_t * fifo) {\n    fifo->wr = 0;\n    fifo->rd = 0;\n    fifo->count = 0;\n}\n\n/**\n * Test if fifo is empty\n * @param fifo\n * @return\n */\nscpi_bool_t fifo_is_empty(scpi_fifo_t * fifo) {\n    return fifo->count == 0;\n}\n\n/**\n * Test if fifo is full\n * @param fifo\n * @return\n */\nscpi_bool_t fifo_is_full(scpi_fifo_t * fifo) {\n    return fifo->count == fifo->size;\n}\n\n/**\n * Add element to fifo. If fifo is full, return FALSE.\n * @param fifo\n * @param value\n * @return\n */\nscpi_bool_t fifo_add(scpi_fifo_t * fifo, int16_t value) {\n    /* FIFO full? */\n    if (fifo_is_full(fifo)) {\n        return FALSE;\n    }\n\n    fifo->data[fifo->wr] = value;\n    fifo->wr = (fifo->wr + 1) % (fifo->size);\n    fifo->count += 1;\n    return TRUE;\n}\n\n/**\n * Remove element form fifo\n * @param fifo\n * @param value\n * @return FALSE - fifo is empty\n */\nscpi_bool_t fifo_remove(scpi_fifo_t * fifo, int16_t * value) {\n    /* FIFO empty? */\n    if (fifo_is_empty(fifo)) {\n        return FALSE;\n    }\n\n    if (value) {\n        *value = fifo->data[fifo->rd];\n    }\n\n    fifo->rd = (fifo->rd + 1) % (fifo->size);\n    fifo->count -= 1;\n\n    return TRUE;\n}\n\n/**\n * Remove last element from fifo\n * @param fifo\n * @param value\n * @return FALSE - fifo is empty\n */\nscpi_bool_t fifo_remove_last(scpi_fifo_t * fifo, int16_t * value) {\n    /* FIFO empty? */\n    if (fifo_is_empty(fifo)) {\n        return FALSE;\n    }\n\n    fifo->wr = (fifo->wr + fifo->size - 1) % (fifo->size);\n\n    if (value) {\n        *value = fifo->data[fifo->wr];\n    }\n    fifo->count -= 1;\n\n    return TRUE;\n}\n\n/**\n * Retrive number of elements in fifo\n * @param fifo\n * @param value\n * @return\n */\nscpi_bool_t fifo_count(scpi_fifo_t * fifo, int16_t * value) {\n    *value = fifo->count;\n    return TRUE;\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/fifo_private.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_fifo.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  basic FIFO implementation\n * \n * \n */\n\n#ifndef SCPI_FIFO_H\n#define\tSCPI_FIFO_H\n\n#include \"scpi/types.h\"\n#include \"utils_private.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    void fifo_init(scpi_fifo_t * fifo, int16_t * data, int16_t size) LOCAL;\n    void fifo_clear(scpi_fifo_t * fifo) LOCAL;\n    scpi_bool_t fifo_is_empty(scpi_fifo_t * fifo) LOCAL;\n    scpi_bool_t fifo_is_full(scpi_fifo_t * fifo) LOCAL;\n    scpi_bool_t fifo_add(scpi_fifo_t * fifo, int16_t value) LOCAL;\n    scpi_bool_t fifo_remove(scpi_fifo_t * fifo, int16_t * value) LOCAL;\n    scpi_bool_t fifo_remove_last(scpi_fifo_t * fifo, int16_t * value) LOCAL;\n    scpi_bool_t fifo_count(scpi_fifo_t * fifo, int16_t * value) LOCAL;\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_FIFO_H */\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/ieee488.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_ieee488.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  Implementation of IEEE488.2 commands and state model\n * \n * \n */\n\n#include \"scpi/parser.h\"\n#include \"scpi/ieee488.h\"\n#include \"scpi/error.h\"\n#include \"scpi/constants.h\"\n\n#include <stdio.h>\n\n/**\n * Update register value\n * @param context\n * @param name - register name\n */\nstatic void regUpdate(scpi_t * context, scpi_reg_name_t name) {\n    SCPI_RegSet(context, name, SCPI_RegGet(context, name));\n}\n\n/**\n * Update STB register according to value and its mask register\n * @param context\n * @param val value of register\n * @param mask name of mask register (enable register)\n * @param stbBits bits to clear or set in STB\n */\nstatic void regUpdateSTB(scpi_t * context, scpi_reg_val_t val, scpi_reg_name_t mask, scpi_reg_val_t stbBits) {\n    if (val & SCPI_RegGet(context, mask)) {\n        SCPI_RegSetBits(context, SCPI_REG_STB, stbBits);\n    } else {\n        SCPI_RegClearBits(context, SCPI_REG_STB, stbBits);\n    }\n}\n\n/**\n * Get register value\n * @param name - register name\n * @return register value\n */\nscpi_reg_val_t SCPI_RegGet(scpi_t * context, scpi_reg_name_t name) {\n    if ((name < SCPI_REG_COUNT) && context) {\n        return context->registers[name];\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Wrapper function to control interface from context\n * @param context\n * @param ctrl number of controll message\n * @param value value of related register\n */\nstatic size_t writeControl(scpi_t * context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val) {\n    if (context && context->interface && context->interface->control) {\n        return context->interface->control(context, ctrl, val);\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Set register value\n * @param name - register name\n * @param val - new value\n */\nvoid SCPI_RegSet(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t val) {\n    scpi_bool_t srq = FALSE;\n    scpi_reg_val_t mask;\n    scpi_reg_val_t old_val;\n\n    if ((name >= SCPI_REG_COUNT) || (context == NULL)) {\n        return;\n    }\n\n    /* store old register value */\n    old_val = context->registers[name];\n\n    /* set register value */\n    context->registers[name] = val;\n\n    /** @TODO: remove recutsion */\n    switch (name) {\n        case SCPI_REG_STB:\n            mask = SCPI_RegGet(context, SCPI_REG_SRE);\n            mask &= ~STB_SRQ;\n            if (val & mask) {\n                val |= STB_SRQ;\n                /* avoid sending SRQ if nothing has changed */\n                if (old_val != val) {\n                    srq = TRUE;\n                }\n            } else {\n                val &= ~STB_SRQ;\n            }\n            break;\n        case SCPI_REG_SRE:\n            regUpdate(context, SCPI_REG_STB);\n            break;\n        case SCPI_REG_ESR:\n            regUpdateSTB(context, val, SCPI_REG_ESE, STB_ESR);\n            break;\n        case SCPI_REG_ESE:\n            regUpdate(context, SCPI_REG_ESR);\n            break;\n        case SCPI_REG_QUES:\n            regUpdateSTB(context, val, SCPI_REG_QUESE, STB_QES);\n            break;\n        case SCPI_REG_QUESE:\n            regUpdate(context, SCPI_REG_QUES);\n            break;\n        case SCPI_REG_OPER:\n            regUpdateSTB(context, val, SCPI_REG_OPERE, STB_OPS);\n            break;\n        case SCPI_REG_OPERE:\n            regUpdate(context, SCPI_REG_OPER);\n            break;\n\n\n        case SCPI_REG_COUNT:\n            /* nothing to do */\n            break;\n    }\n\n    /* set updated register value */\n    context->registers[name] = val;\n\n    if (srq) {\n        writeControl(context, SCPI_CTRL_SRQ, SCPI_RegGet(context, SCPI_REG_STB));\n    }\n}\n\n/**\n * Set register bits\n * @param name - register name\n * @param bits bit mask\n */\nvoid SCPI_RegSetBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits) {\n    SCPI_RegSet(context, name, SCPI_RegGet(context, name) | bits);\n}\n\n/**\n * Clear register bits\n * @param name - register name\n * @param bits bit mask\n */\nvoid SCPI_RegClearBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits) {\n    SCPI_RegSet(context, name, SCPI_RegGet(context, name) & ~bits);\n}\n\n/**\n * Clear event register\n * @param context\n */\nvoid SCPI_EventClear(scpi_t * context) {\n    /* TODO */\n    SCPI_RegSet(context, SCPI_REG_ESR, 0);\n}\n\n/**\n * *CLS - This command clears all status data structures in a device. \n *        For a device which minimally complies with SCPI. (SCPI std 4.1.3.2)\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreCls(scpi_t * context) {\n    SCPI_EventClear(context);\n    SCPI_ErrorClear(context);\n    SCPI_RegSet(context, SCPI_REG_OPER, 0);\n    SCPI_RegSet(context, SCPI_REG_QUES, 0);\n    return SCPI_RES_OK;\n}\n\n/**\n * *ESE\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreEse(scpi_t * context) {\n    int32_t new_ESE;\n    if (SCPI_ParamInt32(context, &new_ESE, TRUE)) {\n        SCPI_RegSet(context, SCPI_REG_ESE, (scpi_reg_val_t) new_ESE);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\n/**\n * *ESE?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreEseQ(scpi_t * context) {\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_ESE));\n    return SCPI_RES_OK;\n}\n\n/**\n * *ESR?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreEsrQ(scpi_t * context) {\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_ESR));\n    SCPI_RegSet(context, SCPI_REG_ESR, 0);\n    return SCPI_RES_OK;\n}\n\n/**\n * *IDN?\n * \n * field1: MANUFACTURE\n * field2: MODEL\n * field4: SUBSYSTEMS REVISIONS\n * \n * example: MANUFACTURE,MODEL,0,01-02-01\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreIdnQ(scpi_t * context) {\n    int i;\n    for (i = 0; i < 4; i++) {\n        if (context->idn[i]) {\n            SCPI_ResultMnemonic(context, context->idn[i]);\n        } else {\n            SCPI_ResultMnemonic(context, \"0\");\n        }\n    }\n    return SCPI_RES_OK;\n}\n\n/**\n * *OPC\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreOpc(scpi_t * context) {\n    SCPI_RegSetBits(context, SCPI_REG_ESR, ESR_OPC);\n    return SCPI_RES_OK;\n}\n\n/**\n * *OPC?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreOpcQ(scpi_t * context) {\n    /* Operation is always completed */\n    SCPI_ResultInt32(context, 1);\n    return SCPI_RES_OK;\n}\n\n/**\n * *RST\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreRst(scpi_t * context) {\n    if (context && context->interface && context->interface->reset) {\n        return context->interface->reset(context);\n    }\n    return SCPI_RES_OK;\n}\n\n/**\n * *SRE\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreSre(scpi_t * context) {\n    int32_t new_SRE;\n    if (SCPI_ParamInt32(context, &new_SRE, TRUE)) {\n        SCPI_RegSet(context, SCPI_REG_SRE, (scpi_reg_val_t) new_SRE);\n        return SCPI_RES_OK;\n    }\n    return SCPI_RES_ERR;\n}\n\n/**\n * *SRE?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreSreQ(scpi_t * context) {\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_SRE));\n    return SCPI_RES_OK;\n}\n\n/**\n * *STB?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreStbQ(scpi_t * context) {\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_STB));\n    return SCPI_RES_OK;\n}\n\n/**\n * *TST?\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreTstQ(scpi_t * context) {\n    (void) context;\n    SCPI_ResultInt32(context, 0);\n    return SCPI_RES_OK;\n}\n\n/**\n * *WAI\n * @param context\n * @return \n */\nscpi_result_t SCPI_CoreWai(scpi_t * context) {\n    (void) context;\n    /* NOP */\n    return SCPI_RES_OK;\n}\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/lexer.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   lexer.c\n * @date   Wed Mar 20 19:35:19 UTC 2013\n * \n * @brief  SCPI Lexer\n * \n * \n */\n\n#include <ctype.h>\n#include <stdio.h>\n#include <string.h>\n\n#include \"lexer_private.h\"\n#include \"scpi/error.h\"\n\n/**\n * Is white space\n * @param c\n * @return \n */\nstatic int isws(int c) {\n    if ((c == ' ') || (c == '\\t')) {\n        return 1;\n    }\n    return 0;\n}\n\n/**\n * Is binary digit\n * @param c\n * @return \n */\nstatic int isbdigit(int c) {\n    if ((c == '0') || (c == '1')) {\n        return 1;\n    }\n    return 0;\n}\n\n/**\n * Is hexadecimal digit\n * @param c\n * @return \n */\nstatic int isqdigit(int c) {\n    if ((c == '0') || (c == '1') || (c == '2') || (c == '3') || (c == '4') || (c == '5') || (c == '6') || (c == '7')) {\n        return 1;\n    }\n    return 0;\n}\n\n/**\n * Is end of string\n * @param state\n * @return \n */\nstatic int iseos(lex_state_t * state) {\n    if ((state->buffer + state->len) <= (state->pos)) {\n        return 1;\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Private export of iseos\n * @param state\n * @return \n */\nint scpiLex_IsEos(lex_state_t * state) {\n    return iseos(state);\n}\n\n/**\n * Test current character\n * @param state\n * @param chr\n * @return \n */\nstatic int ischr(lex_state_t * state, char chr) {\n    return (state->pos[0] == chr);\n}\n\n/**\n * Is plus or minus\n * @param c\n * @return \n */\nstatic int isplusmn(int c) {\n    return c == '+' || c == '-';\n}\n\n/**\n * Is letter H\n * @param c\n * @return \n */\nstatic int isH(int c) {\n    return c == 'h' || c == 'H';\n}\n\n/**\n * Is letter B\n * @param c\n * @return \n */\nstatic int isB(int c) {\n    return c == 'b' || c == 'B';\n}\n\n/**\n * Is letter Q\n * @param c\n * @return \n */\nstatic int isQ(int c) {\n    return c == 'q' || c == 'Q';\n}\n\n/**\n * Is letter E\n * @param c\n * @return \n */\nstatic int isE(int c) {\n    return c == 'e' || c == 'E';\n}\n\n#define SKIP_NONE       0\n#define SKIP_OK         1\n#define SKIP_INCOMPLETE -1\n\n/* skip characters */\n/* 7.4.1 <PROGRAM MESSAGE UNIT SEPARATOR>*/\n// TODO: static int skipProgramMessageUnitSeparator(lex_state_t * state)\n\n/**\n * Skip all whitespaces\n * @param state\n * @return \n */\nstatic int skipWs(lex_state_t * state) {\n    int someSpace = 0;\n    while (!iseos(state) && isws(state->pos[0])) {\n        state->pos++;\n        someSpace++;\n    }\n\n    return someSpace;\n}\n\n/* 7.4.2 <PROGRAM DATA SEPARATOR> */\n// static int skipProgramDataSeparator(lex_state_t * state)\n\n/* 7.5.2 <PROGRAM MESSAGE TERMINATOR> */\n// static int skipProgramMessageTerminator(lex_state_t * state)\n\n/**\n * Skip decimal digit\n * @param state\n * @return \n */\nstatic int skipDigit(lex_state_t * state) {\n    if (!iseos(state) && isdigit((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Skip multiple decimal digits\n * @param state\n * @return \n */\nstatic int skipNumbers(lex_state_t * state) {\n    int someNumbers = 0;\n    while (!iseos(state) && isdigit((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        someNumbers++;\n    }\n    return someNumbers;\n}\n\n/**\n * Skip plus or minus\n * @param state\n * @return \n */\nstatic int skipPlusmn(lex_state_t * state) {\n    if (!iseos(state) && isplusmn(state->pos[0])) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Skip any character from 'a'-'Z'\n * @param state\n * @return \n */\nstatic int skipAlpha(lex_state_t * state) {\n    int someLetters = 0;\n    while (!iseos(state) && isalpha((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        someLetters++;\n    }\n    return someLetters;\n}\n\n/**\n * Skip exact character chr or nothing\n * @param state\n * @param chr\n * @return \n */\nstatic int skipChr(lex_state_t * state, char chr) {\n    if (!iseos(state) && ischr(state, chr)) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Skip slash or dot\n * @param state\n * @return \n */\nstatic int skipSlashDot(lex_state_t * state) {\n    if (!iseos(state) && (ischr(state, '/') | ischr(state, '.'))) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Skip star\n * @param state\n * @return \n */\nstatic int skipStar(lex_state_t * state) {\n    if (!iseos(state) && ischr(state, '*')) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Skip colon\n * @param state\n * @return \n */\nstatic int skipColon(lex_state_t * state) {\n    if (!iseos(state) && ischr(state, ':')) {\n        state->pos++;\n        return SKIP_OK;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/* 7.6.1.2 <COMMAND PROGRAM HEADER> */\n\n/**\n * Skip program mnemonic [a-z][a-z0-9_]*\n * @param state\n * @return \n */\nstatic int skipProgramMnemonic(lex_state_t * state) {\n    const char * startPos = state->pos;\n    if (!iseos(state) && isalpha((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        while (!iseos(state) && (isalnum((uint8_t)(state->pos[0])) || ischr(state, '_'))) {\n            state->pos++;\n        }\n    }\n\n    if (iseos(state)) {\n        return (state->pos - startPos) * SKIP_INCOMPLETE;\n    } else {\n        return (state->pos - startPos) * SKIP_OK;\n    }\n}\n\n/* tokens */\n\n/**\n * Detect token white space\n * @param state\n * @param token\n * @return \n */\nint scpiLex_WhiteSpace(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    skipWs(state);\n\n    token->len = state->pos - token->ptr;\n\n    if (token->len > 0) {\n        token->type = SCPI_TOKEN_WS;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/* 7.6.1 <COMMAND PROGRAM HEADER> */\n\n/**\n * Skip command program header \\*<PROGRAM MNEMONIC>\n * @param state\n * @return \n */\nstatic int skipCommonProgramHeader(lex_state_t * state) {\n    int res;\n    if (skipStar(state)) {\n        res = skipProgramMnemonic(state);\n        if (res == SKIP_NONE && iseos(state)) {\n            return SKIP_INCOMPLETE;\n        } else if (res <= SKIP_INCOMPLETE) {\n            return SKIP_OK;\n        } else if (res >= SKIP_OK) {\n            return SKIP_OK;\n        } else {\n            return SKIP_INCOMPLETE;\n        }\n    }\n    return SKIP_NONE;\n}\n\n/**\n * Skip compound program header :<PROGRAM MNEMONIC>:<PROGRAM MNEMONIC>...\n * @param state\n * @return \n */\nstatic int skipCompoundProgramHeader(lex_state_t * state) {\n    int res;\n    int firstColon = skipColon(state);\n\n    res = skipProgramMnemonic(state);\n    if (res >= SKIP_OK) {\n        while (skipColon(state)) {\n            res = skipProgramMnemonic(state);\n            if (res <= SKIP_INCOMPLETE) {\n                return SKIP_OK;\n            } else if (res == SKIP_NONE) {\n                return SKIP_INCOMPLETE;\n            }\n        }\n        return SKIP_OK;\n    } else if (res <= SKIP_INCOMPLETE) {\n        return SKIP_OK;\n    } else if (firstColon) {\n        return SKIP_INCOMPLETE;\n    } else {\n        return SKIP_NONE;\n    }\n}\n\n/**\n * Detect token command or compound program header\n * @param state\n * @param token\n * @return \n */\nint scpiLex_ProgramHeader(lex_state_t * state, scpi_token_t * token) {\n    int res;\n    token->ptr = state->pos;\n    token->type = SCPI_TOKEN_UNKNOWN;\n\n    res = skipCommonProgramHeader(state);\n    if (res >= SKIP_OK) {\n        if (skipChr(state, '?') >= SKIP_OK) {\n            token->type = SCPI_TOKEN_COMMON_QUERY_PROGRAM_HEADER;\n        } else {\n            token->type = SCPI_TOKEN_COMMON_PROGRAM_HEADER;\n        }\n    } else if (res <= SKIP_INCOMPLETE) {\n        token->type = SCPI_TOKEN_INCOMPLETE_COMMON_PROGRAM_HEADER;\n    } else if (res == SKIP_NONE) {\n        res = skipCompoundProgramHeader(state);\n\n        if (res >= SKIP_OK) {\n            if (skipChr(state, '?') >= SKIP_OK) {\n                token->type = SCPI_TOKEN_COMPOUND_QUERY_PROGRAM_HEADER;\n            } else {\n                token->type = SCPI_TOKEN_COMPOUND_PROGRAM_HEADER;\n            }\n        } else if (res <= SKIP_INCOMPLETE) {\n            token->type = SCPI_TOKEN_INCOMPLETE_COMPOUND_PROGRAM_HEADER;\n        }\n    }\n\n    if (token->type != SCPI_TOKEN_UNKNOWN) {\n        token->len = state->pos - token->ptr;\n    } else {\n        token->len = 0;\n        state->pos = token->ptr;\n    }\n\n    return token->len;\n}\n\n/* 7.7.1 <CHARACTER PROGRAM DATA> */\n\n/**\n * Detect token \"Character program data\"\n * @param state\n * @param token\n * @return \n */\nint scpiLex_CharacterProgramData(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (!iseos(state) && isalpha((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        while (!iseos(state) && (isalnum((uint8_t)(state->pos[0])) || ischr(state, '_'))) {\n            state->pos++;\n        }\n    }\n\n    token->len = state->pos - token->ptr;\n    if (token->len > 0) {\n        token->type = SCPI_TOKEN_PROGRAM_MNEMONIC;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/* 7.7.2 <DECIMAL NUMERIC PROGRAM DATA> */\nstatic int skipMantisa(lex_state_t * state) {\n    int someNumbers = 0;\n\n    skipPlusmn(state);\n\n    someNumbers += skipNumbers(state);\n\n    if (skipChr(state, '.')) {\n        someNumbers += skipNumbers(state);\n    }\n\n    return someNumbers;\n}\n\nstatic int skipExponent(lex_state_t * state) {\n    int someNumbers = 0;\n\n    if (!iseos(state) && isE(state->pos[0])) {\n        state->pos++;\n\n        skipWs(state);\n\n        skipPlusmn(state);\n\n        someNumbers = skipNumbers(state);\n    }\n\n    return someNumbers;\n}\n\n/**\n * Detect token Decimal number\n * @param state\n * @param token\n * @return \n */\nint scpiLex_DecimalNumericProgramData(lex_state_t * state, scpi_token_t * token) {\n    char * rollback;\n    token->ptr = state->pos;\n\n    if (skipMantisa(state)) {\n        rollback = state->pos;\n        skipWs(state);\n        if (!skipExponent(state)) {\n            state->pos = rollback;\n        }\n    } else {\n        state->pos = token->ptr;\n    }\n\n    token->len = state->pos - token->ptr;\n    if (token->len > 0) {\n        token->type = SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/* 7.7.3 <SUFFIX PROGRAM DATA> */\nint scpiLex_SuffixProgramData(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    skipChr(state, '/');\n\n    // TODO: strict parsing  : SLASH? (ALPHA+ (MINUS? DIGIT)?) ((SLASH | DOT) (ALPHA+ (MINUS? DIGIT)?))*\n    if (skipAlpha(state)) {\n        skipChr(state, '-');\n        skipDigit(state);\n\n        while (skipSlashDot(state)) {\n            skipAlpha(state);\n            skipChr(state, '-');\n            skipDigit(state);\n        }\n    }\n\n    token->len = state->pos - token->ptr;\n    if ((token->len > 0)) {\n        token->type = SCPI_TOKEN_SUFFIX_PROGRAM_DATA;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n\n    return token->len;\n}\n\n/* 7.7.4 <NONDECIMAL NUMERIC PROGRAM DATA> */\nstatic int skipHexNum(lex_state_t * state) {\n    int someNumbers = 0;\n    while (!iseos(state) && isxdigit((uint8_t)(state->pos[0]))) {\n        state->pos++;\n        someNumbers++;\n    }\n    return someNumbers;\n}\n\nstatic int skipOctNum(lex_state_t * state) {\n    int someNumbers = 0;\n    while (!iseos(state) && isqdigit(state->pos[0])) {\n        state->pos++;\n        someNumbers++;\n    }\n    return someNumbers;\n}\n\nstatic int skipBinNum(lex_state_t * state) {\n    int someNumbers = 0;\n    while (!iseos(state) && isbdigit(state->pos[0])) {\n        state->pos++;\n        someNumbers++;\n    }\n    return someNumbers;\n}\n\n/**\n * Detect token nondecimal number\n * @param state\n * @param token\n * @return \n */\nint scpiLex_NondecimalNumericData(lex_state_t * state, scpi_token_t * token) {\n    int someNumbers = 0;\n    token->ptr = state->pos;\n    if (skipChr(state, '#')) {\n        if (!iseos(state)) {\n            if (isH(state->pos[0])) {\n                state->pos++;\n                someNumbers = skipHexNum(state);\n                token->type = SCPI_TOKEN_HEXNUM;\n            } else if (isQ(state->pos[0])) {\n                state->pos++;\n                someNumbers = skipOctNum(state);\n                token->type = SCPI_TOKEN_OCTNUM;\n            } else if (isB(state->pos[0])) {\n                state->pos++;\n                someNumbers = skipBinNum(state);\n                token->type = SCPI_TOKEN_BINNUM;\n            }\n        }\n    }\n\n    if (someNumbers) {\n        token->ptr += 2; // ignore number prefix\n        token->len = state->pos - token->ptr;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n    return token->len > 0 ? token->len + 2 : 0;\n}\n\n/* 7.7.5 <STRING PROGRAM DATA> */\nstatic int isascii7bit(int c) {\n    return (c >= 0) && (c <= 0x7f);\n}\n\nstatic void skipQuoteProgramData(lex_state_t * state, char quote) {\n    while (!iseos(state)) {\n        if (isascii7bit(state->pos[0]) && !ischr(state, quote)) {\n            state->pos++;\n        } else if (ischr(state, quote)) {\n            state->pos++;\n            if (!iseos(state) && ischr(state, quote)) {\n                state->pos++;\n            } else {\n                state->pos--;\n                break;\n            }\n        } else {\n            break;\n        }\n    }\n}\n\nstatic void skipDoubleQuoteProgramData(lex_state_t * state) {\n    skipQuoteProgramData(state, '\"');\n}\n\nstatic void skipSingleQuoteProgramData(lex_state_t * state) {\n    skipQuoteProgramData(state, '\\'');\n}\n\n/**\n * Detect token String data\n * @param state\n * @param token\n * @return \n */\nint scpiLex_StringProgramData(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (!iseos(state)) {\n        if (ischr(state, '\"')) {\n            state->pos++;\n            token->type = SCPI_TOKEN_DOUBLE_QUOTE_PROGRAM_DATA;\n            skipDoubleQuoteProgramData(state);\n            if (!iseos(state) && ischr(state, '\"')) {\n                state->pos++;\n                token->len = state->pos - token->ptr;\n            } else {\n                state->pos = token->ptr;\n            }\n        } else if (ischr(state, '\\'')) {\n            state->pos++;\n            token->type = SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA;\n            skipSingleQuoteProgramData(state);\n            if (!iseos(state) && ischr(state, '\\'')) {\n                state->pos++;\n                token->len = state->pos - token->ptr;\n            } else {\n                state->pos = token->ptr;\n            }\n        }\n    }\n\n    token->len = state->pos - token->ptr;\n\n    if ((token->len > 0)) {\n        //token->ptr++;\n        //token->len -= 2;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n\n    return token->len > 0 ? token->len : 0;\n}\n\n/* 7.7.6 <ARBITRARY BLOCK PROGRAM DATA> */\nstatic int isNonzeroDigit(int c) {\n    return isdigit(c) && (c != '0');\n}\n\n/**\n * Detect token Block Data\n * @param state\n * @param token\n * @return \n */\nint scpiLex_ArbitraryBlockProgramData(lex_state_t * state, scpi_token_t * token) {\n    int i;\n    int arbitraryBlockLength = 0;\n    const char * ptr = state->pos;\n    int validData = -1;\n    token->ptr = state->pos;\n\n    if (skipChr(state, '#')) {\n        if (!iseos(state) && isNonzeroDigit(state->pos[0])) {\n            /* Get number of digits */\n            i = state->pos[0] - '0';\n            state->pos++;\n\n            for (; i > 0; i--) {\n                if (!iseos(state) && isdigit((uint8_t)(state->pos[0]))) {\n                    arbitraryBlockLength *= 10;\n                    arbitraryBlockLength += (state->pos[0] - '0');\n                    state->pos++;\n                } else {\n                    break;\n                }\n            }\n\n            if (i == 0) {\n                state->pos += arbitraryBlockLength;\n                if ((state->buffer + state->len) >= (state->pos)) {\n                    token->ptr = state->pos - arbitraryBlockLength;\n                    token->len = arbitraryBlockLength;\n                    validData = 1;\n                } else {\n                    validData = 0;\n                }\n            } else if (iseos(state)) {\n                validData = 0;\n            }\n        } else if (iseos(state)) {\n            validData = 0;\n        }\n    }\n\n    if (validData == 1) {\n        // valid\n        token->type = SCPI_TOKEN_ARBITRARY_BLOCK_PROGRAM_DATA;\n    } else if (validData == 0) {\n        // incomplete\n        token->type = SCPI_TOKEN_UNKNOWN;\n        token->len = 0;\n        state->pos = state->buffer + state->len;\n    } else {\n        // invalid\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n\n    return token->len + (token->ptr - ptr);\n}\n\n/* 7.7.7 <EXPRESSION PROGRAM DATA> */\nstatic int isProgramExpression(int c) {\n    if ((c >= 0x20) && (c <= 0x7e)) {\n        if ((c != '\"')\n                && (c != '#')\n                && (c != '\\'')\n                && (c != '(')\n                && (c != ')')\n                && (c != ';')) {\n            return 1;\n        }\n    }\n\n    return 0;\n}\n\nstatic void skipProgramExpression(lex_state_t * state) {\n    while (!iseos(state) && isProgramExpression(state->pos[0])) {\n        state->pos++;\n    }\n}\n\n// TODO: 7.7.7.2-2 recursive - any program data\n\n/**\n * Detect token Expression\n * @param state\n * @param token\n * @return \n */\nint scpiLex_ProgramExpression(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (!iseos(state) && ischr(state, '(')) {\n        state->pos++;\n        skipProgramExpression(state);\n\n        if (!iseos(state) && ischr(state, ')')) {\n            state->pos++;\n            token->len = state->pos - token->ptr;\n        } else {\n            token->len = 0;\n        }\n    }\n\n    if ((token->len > 0)) {\n        token->type = SCPI_TOKEN_PROGRAM_EXPRESSION;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n\n    return token->len;\n}\n\n/**\n * Detect token comma\n * @param state\n * @param token\n * @return \n */\nint scpiLex_Comma(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (skipChr(state, ',')) {\n        token->len = 1;\n        token->type = SCPI_TOKEN_COMMA;\n    } else {\n        token->len = 0;\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/**\n * Detect token semicolon\n * @param state\n * @param token\n * @return \n */\nint scpiLex_Semicolon(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (skipChr(state, ';')) {\n        token->len = 1;\n        token->type = SCPI_TOKEN_SEMICOLON;\n    } else {\n        token->len = 0;\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/**\n * Detect token colon\n * @param state\n * @param token\n * @return \n */\nint scpiLex_Colon(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    if (skipChr(state, ':')) {\n        token->len = 1;\n        token->type = SCPI_TOKEN_COLON;\n    } else {\n        token->len = 0;\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/**\n * Detect specified character\n * @param state\n * @param token\n * @return \n */\nint scpiLex_SpecificCharacter(lex_state_t * state, scpi_token_t * token, char chr) {\n    token->ptr = state->pos;\n\n    if (skipChr(state, chr)) {\n        token->len = 1;\n        token->type = SCPI_TOKEN_SPECIFIC_CHARACTER;\n    } else {\n        token->len = 0;\n        token->type = SCPI_TOKEN_UNKNOWN;\n    }\n\n    return token->len;\n}\n\n/**\n * Detect token New line\n * @param state\n * @param token\n * @return \n */\nint scpiLex_NewLine(lex_state_t * state, scpi_token_t * token) {\n    token->ptr = state->pos;\n\n    skipChr(state, '\\r');\n    skipChr(state, '\\n');\n\n    token->len = state->pos - token->ptr;\n\n    if ((token->len > 0)) {\n        token->type = SCPI_TOKEN_NL;\n    } else {\n        token->type = SCPI_TOKEN_UNKNOWN;\n        state->pos = token->ptr;\n        token->len = 0;\n    }\n\n    return token->len;\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/lexer_private.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   lexer.h\n * @date   Thu Mar 21 15:00:58 UTC 2013\n * \n * @brief  SCPI Lexer\n * \n * \n */\n\n#ifndef SCPI_LEXER_H\n#define\tSCPI_LEXER_H\n\n#include \"scpi/types.h\"\n#include \"utils_private.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    int scpiLex_IsEos(lex_state_t * state) LOCAL;\n    int scpiLex_WhiteSpace(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_ProgramHeader(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_CharacterProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_DecimalNumericProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_SuffixProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_NondecimalNumericData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_StringProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_ArbitraryBlockProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_ProgramExpression(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_Comma(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_Semicolon(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_Colon(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_NewLine(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiLex_SpecificCharacter(lex_state_t * state, scpi_token_t * token, char chr) LOCAL;\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_LEXER_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/minimal.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_minimal.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  SCPI minimal implementation\n * \n * \n */\n\n\n#include \"scpi/parser.h\"\n#include \"scpi/minimal.h\"\n#include \"scpi/constants.h\"\n#include \"scpi/error.h\"\n#include \"scpi/ieee488.h\"\n\n/**\n * Command stub function\n * @param context\n * @return \n */\nscpi_result_t SCPI_Stub(scpi_t * context) {\n    (void) context;\n    return SCPI_RES_OK;\n}\n\n/**\n * Query command stub function\n * @param context\n * @return \n */\nscpi_result_t SCPI_StubQ(scpi_t * context) {\n    SCPI_ResultInt32(context, 0);\n    return SCPI_RES_OK;\n}\n\n/**\n * SYSTem:VERSion?\n * @param context\n * @return \n */\nscpi_result_t SCPI_SystemVersionQ(scpi_t * context) {\n    SCPI_ResultMnemonic(context, SCPI_STD_VERSION_REVISION);\n    return SCPI_RES_OK;\n}\n\n/**\n * SYSTem:ERRor[:NEXT]?\n * @param context\n * @return \n */\nscpi_result_t SCPI_SystemErrorNextQ(scpi_t * context) {\n    int16_t err = SCPI_ErrorPop(context);\n\n    SCPI_ResultInt32(context, err);\n    SCPI_ResultText(context, SCPI_ErrorTranslate(err));\n\n    return SCPI_RES_OK;\n}\n\n/**\n * SYSTem:ERRor:COUNt?\n * @param context\n * @return \n */\nscpi_result_t SCPI_SystemErrorCountQ(scpi_t * context) {\n    SCPI_ResultInt32(context, SCPI_ErrorCount(context));\n\n    return SCPI_RES_OK;\n}\n\n/**\n * STATus:QUEStionable[:EVENt]?\n * @param context\n * @return \n */\nscpi_result_t SCPI_StatusQuestionableEventQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_QUES));\n\n    /* clear register */\n    SCPI_RegSet(context, SCPI_REG_QUES, 0);\n\n    return SCPI_RES_OK;\n}\n\n/**\n * STATus:QUEStionable:ENABle?\n * @param context\n * @return \n */\nscpi_result_t SCPI_StatusQuestionableEnableQ(scpi_t * context) {\n    /* return value */\n    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_QUESE));\n\n    return SCPI_RES_OK;\n}\n\n/**\n * STATus:QUEStionable:ENABle\n * @param context\n * @return \n */\nscpi_result_t SCPI_StatusQuestionableEnable(scpi_t * context) {\n    int32_t new_QUESE;\n    if (SCPI_ParamInt32(context, &new_QUESE, TRUE)) {\n        SCPI_RegSet(context, SCPI_REG_QUESE, (scpi_reg_val_t) new_QUESE);\n    }\n    return SCPI_RES_OK;\n}\n\n/**\n * STATus:PRESet\n * @param context\n * @return \n */\nscpi_result_t SCPI_StatusPreset(scpi_t * context) {\n    /* clear STATUS:... */\n    SCPI_RegSet(context, SCPI_REG_QUES, 0);\n    return SCPI_RES_OK;\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/parser.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_parser.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  SCPI parser implementation\n *\n *\n */\n\n#include <ctype.h>\n#include <string.h>\n\n#include \"scpi/config.h\"\n#include \"scpi/parser.h\"\n#include \"parser_private.h\"\n#include \"lexer_private.h\"\n#include \"scpi/error.h\"\n#include \"scpi/constants.h\"\n#include \"scpi/utils.h\"\n\n#if USE_64K_PROGMEM_FOR_CMD_LIST\n#include <avr/pgmspace.h>\n#endif\n\n/**\n * Write data to SCPI output\n * @param context\n * @param data\n * @param len - lenght of data to be written\n * @return number of bytes written\n */\nstatic size_t writeData(scpi_t * context, const char * data, size_t len) {\n    if (len > 0) {\n        return context->interface->write(context, data, len);\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Flush data to SCPI output\n * @param context\n * @return\n */\nstatic int flushData(scpi_t * context) {\n    if (context && context->interface && context->interface->flush) {\n        return context->interface->flush(context);\n    } else {\n        return SCPI_RES_OK;\n    }\n}\n\n/**\n * Write result delimiter to output\n * @param context\n * @return number of bytes written\n */\nstatic size_t writeDelimiter(scpi_t * context) {\n    if (context->output_count > 0) {\n        return writeData(context, \",\", 1);\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Conditionaly write \"New Line\"\n * @param context\n * @return number of characters written\n */\nstatic size_t writeNewLine(scpi_t * context) {\n    if (context->output_count > 0) {\n        size_t len;\n#ifndef SCPI_LINE_ENDING\n#error no termination character defined\n#endif\n        len = writeData(context, SCPI_LINE_ENDING, strlen(SCPI_LINE_ENDING));\n        flushData(context);\n        return len;\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Conditionaly write \";\"\n * @param context\n * @return number of characters written\n */\nstatic size_t writeSemicolon(scpi_t * context) {\n    if (context->output_count > 0) {\n        return writeData(context, \";\", 1);\n    } else {\n        return 0;\n    }\n}\n\n/**\n * Process command\n * @param context\n */\nstatic scpi_bool_t processCommand(scpi_t * context) {\n    const scpi_command_t * cmd = context->param_list.cmd;\n    lex_state_t * state = &context->param_list.lex_state;\n    scpi_bool_t result = TRUE;\n\n    /* conditionaly write ; */\n    writeSemicolon(context);\n\n    context->cmd_error = FALSE;\n    context->output_count = 0;\n    context->input_count = 0;\n    context->arbitrary_reminding = 0;\n\n    /* if callback exists - call command callback */\n    if (cmd->callback != NULL) {\n        if ((cmd->callback(context) != SCPI_RES_OK)) {\n            if (!context->cmd_error) {\n                SCPI_ErrorPush(context, SCPI_ERROR_EXECUTION_ERROR);\n            }\n            result = FALSE;\n        } else {\n            if (context->cmd_error) {\n                result = FALSE;\n            }\n        }\n    }\n\n    /* set error if command callback did not read all parameters */\n    if (state->pos < (state->buffer + state->len) && !context->cmd_error) {\n        SCPI_ErrorPush(context, SCPI_ERROR_PARAMETER_NOT_ALLOWED);\n        result = FALSE;\n    }\n\n    return result;\n}\n\n/**\n * Cycle all patterns and search matching pattern. Execute command callback.\n * @param context\n * @result TRUE if context->paramlist is filled with correct values\n */\nstatic scpi_bool_t findCommandHeader(scpi_t * context, const char * header, int len) {\n    int32_t i;\n    \n#if USE_64K_PROGMEM_FOR_CMD_LIST\n    PGM_P pattern;\n\n    for (i = 0; (pattern = (PGM_P)pgm_read_word(&context->cmdlist[i].pattern)) != 0; ++i) {\n        strncpy_P(context->param_list.cmd_pattern_s, pattern, SCPI_MAX_CMD_PATTERN_SIZE);\n        context->param_list.cmd_pattern_s[SCPI_MAX_CMD_PATTERN_SIZE] = '\\0';\n\n        if (matchCommand(context->param_list.cmd_pattern_s, header, len, NULL, 0, 0)) {\n            context->param_list.cmd_s.callback = (scpi_command_callback_t)pgm_read_word(&context->cmdlist[i].callback);\n#if USE_COMMAND_TAGS \n            context->param_list.cmd_s.tag = (int32_t)pgm_read_dword(&context->cmdlist[i].tag);\n#endif\n            return TRUE;\n        }\n    }\n\n\n#elif USE_FULL_PROGMEM_FOR_CMD_LIST\n    uint_farptr_t p_cmd = context->cmdlist;\n    uint_farptr_t p_pattern = context->cmdpatterns;\n    uint16_t pattern_length;\n    \n    for (i = 0;\n         (pattern_length = pgm_read_word_far(p_cmd + offsetof(scpi_command_t, pattern))) != 0;\n         ++i, p_cmd += sizeof(scpi_command_t), p_pattern += pattern_length)\n    {\n        strncpy_PF(context->param_list.cmd_pattern_s, p_pattern, pattern_length);\n        context->param_list.cmd_pattern_s[pattern_length] = '\\0';\n        \n        if (matchCommand(context->param_list.cmd_pattern_s, header, len, NULL, 0, 0)) {\n            context->param_list.cmd_s.callback = (scpi_command_callback_t)pgm_read_word_far(p_cmd + offsetof(scpi_command_t, callback));\n#if USE_COMMAND_TAGS \n            context->param_list.cmd_s.tag = (int32_t)pgm_read_dword_far(p_cmd + offsetof(scpi_command_t, tag));\n#endif\n            return TRUE;\n        }\n    }\n\n#else\n    const scpi_command_t * cmd;\n\n    for (i = 0; context->cmdlist[i].pattern != NULL; i++) {\n        cmd = &context->cmdlist[i];\n        if (matchCommand(cmd->pattern, header, len, NULL, 0, 0)) {\n            context->param_list.cmd = cmd;\n            return TRUE;\n        }\n    }\n#endif\n\n    return FALSE;\n}\n\n/**\n * Parse one command line\n * @param context\n * @param data - complete command line\n * @param len - command line length\n * @return FALSE if there was some error during evaluation of commands\n */\nscpi_bool_t SCPI_Parse(scpi_t * context, char * data, int len) {\n    scpi_bool_t result = TRUE;\n    scpi_parser_state_t * state;\n    int r;\n    scpi_token_t cmd_prev = {SCPI_TOKEN_UNKNOWN, NULL, 0};\n\n    if (context == NULL) {\n        return FALSE;\n    }\n\n    state = &context->parser_state;\n    context->output_count = 0;\n\n    while (1) {\n        r = scpiParser_detectProgramMessageUnit(state, data, len);\n\n        if (state->programHeader.type == SCPI_TOKEN_INVALID) {\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_CHARACTER);\n            result = FALSE;\n        } else if (state->programHeader.len > 0) {\n\n            composeCompoundCommand(&cmd_prev, &state->programHeader);\n\n            if (findCommandHeader(context, state->programHeader.ptr, state->programHeader.len)) {\n\n                context->param_list.lex_state.buffer = state->programData.ptr;\n                context->param_list.lex_state.pos = context->param_list.lex_state.buffer;\n                context->param_list.lex_state.len = state->programData.len;\n                context->param_list.cmd_raw.data = state->programHeader.ptr;\n                context->param_list.cmd_raw.position = 0;\n                context->param_list.cmd_raw.length = state->programHeader.len;\n\n                result &= processCommand(context);\n                cmd_prev = state->programHeader;\n            } else {\n                SCPI_ErrorPush(context, SCPI_ERROR_UNDEFINED_HEADER);\n                result = FALSE;\n            }\n        }\n\n        if (r < len) {\n            data += r;\n            len -= r;\n        } else {\n            break;\n        }\n\n    }\n\n    /* conditionaly write new line */\n    writeNewLine(context);\n\n    return result;\n}\n\n/**\n * Initialize SCPI context structure\n * @param context\n * @param command_list\n * @param buffer\n * @param interface\n */\nvoid SCPI_Init(scpi_t * context, \n        const scpi_command_t * commands,\n        scpi_interface_t * interface,\n        const scpi_unit_def_t * units,\n        const char * idn1, const char * idn2, const char * idn3, const char * idn4,\n        char * input_buffer, size_t input_buffer_length, \n        int16_t * error_queue_data, int16_t error_queue_size) {\n    memset(context, 0, sizeof(*context));\n    context->cmdlist = commands;\n    context->interface = interface;\n    context->units = units;\n    context->idn[0] = idn1;\n    context->idn[1] = idn2;\n    context->idn[2] = idn3;\n    context->idn[3] = idn4;\n    context->buffer.data = input_buffer;\n    context->buffer.length = input_buffer_length;\n    context->buffer.position = 0;\n    SCPI_ErrorInit(context, error_queue_data, error_queue_size);\n\n#if USE_64K_PROGMEM_FOR_CMD_LIST || USE_FULL_PROGMEM_FOR_CMD_LIST \n    context->param_list.cmd_s.pattern = context->param_list.cmd_pattern_s;\n    context->param_list.cmd = &context->param_list.cmd_s;\n#endif\n}\n\n/**\n * Interface to the application. Adds data to system buffer and try to search\n * command line termination. If the termination is found or if len=0, command\n * parser is called.\n *\n * @param context\n * @param data - data to process\n * @param len - length of data\n * @return\n */\nscpi_bool_t SCPI_Input(scpi_t * context, const char * data, int len) {\n    scpi_bool_t result = TRUE;\n    size_t totcmdlen = 0;\n    int cmdlen = 0;\n\n    if (len == 0) {\n        context->buffer.data[context->buffer.position] = 0;\n        result = SCPI_Parse(context, context->buffer.data, context->buffer.position);\n        context->buffer.position = 0;\n    } else {\n        int buffer_free;\n\n        buffer_free = context->buffer.length - context->buffer.position;\n        if (len > (buffer_free - 1)) {\n            /* Input buffer overrun - invalidate buffer */\n            context->buffer.position = 0;\n            context->buffer.data[context->buffer.position] = 0;\n            SCPI_ErrorPush(context, SCPI_ERROR_INPUT_BUFFER_OVERRUN);\n            return FALSE;\n        }\n        memcpy(&context->buffer.data[context->buffer.position], data, len);\n        context->buffer.position += len;\n        context->buffer.data[context->buffer.position] = 0;\n\n\n        while (1) {\n            cmdlen = scpiParser_detectProgramMessageUnit(&context->parser_state, context->buffer.data + totcmdlen, context->buffer.position - totcmdlen);\n            totcmdlen += cmdlen;\n\n            if (context->parser_state.termination == SCPI_MESSAGE_TERMINATION_NL) {\n                result = SCPI_Parse(context, context->buffer.data, totcmdlen);\n                memmove(context->buffer.data, context->buffer.data + totcmdlen, context->buffer.position - totcmdlen);\n                context->buffer.position -= totcmdlen;\n                totcmdlen = 0;\n            } else {\n                if (context->parser_state.programHeader.type == SCPI_TOKEN_UNKNOWN) break;\n                if (totcmdlen >= context->buffer.position) break;\n            }\n        }\n    }\n\n    return result;\n}\n\n/* writing results */\n\n/**\n * Write raw string result to the output\n * @param context\n * @param data\n * @return\n */\nsize_t SCPI_ResultCharacters(scpi_t * context, const char * data, size_t len) {\n    size_t result = 0;\n    result += writeDelimiter(context);\n    result += writeData(context, data, len);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Return prefix of nondecimal base\n * @param base\n * @return\n */\nstatic const char * getBasePrefix(int8_t base) {\n    switch (base) {\n        case 2: return \"#B\";\n        case 8: return \"#Q\";\n        case 16: return \"#H\";\n        default: return NULL;\n    }\n}\n\n/**\n * Write signed/unsigned 32 bit integer value in specific base to the result\n * @param context\n * @param val\n * @param base\n * @param sign\n * @return\n */\nstatic size_t resultUInt32BaseSign(scpi_t * context, uint32_t val, int8_t base, scpi_bool_t sign) {\n    char buffer[32 + 1];\n    const char * basePrefix;\n    size_t result = 0;\n    size_t len;\n\n    len = UInt32ToStrBaseSign(val, buffer, sizeof (buffer), base, sign);\n    basePrefix = getBasePrefix(base);\n\n    result += writeDelimiter(context);\n    if (basePrefix != NULL) {\n        result += writeData(context, basePrefix, 2);\n    }\n    result += writeData(context, buffer, len);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Write signed/unsigned 64 bit integer value in specific base to the result\n * @param context\n * @param val\n * @param base\n * @param sign\n * @return\n */\nstatic size_t resultUInt64BaseSign(scpi_t * context, uint64_t val, int8_t base, scpi_bool_t sign) {\n    char buffer[64 + 1];\n    const char * basePrefix;\n    size_t result = 0;\n    size_t len;\n\n    len = UInt64ToStrBaseSign(val, buffer, sizeof (buffer), base, sign);\n    basePrefix = getBasePrefix(base);\n\n    result += writeDelimiter(context);\n    if (basePrefix != NULL) {\n        result += writeData(context, basePrefix, 2);\n    }\n    result += writeData(context, buffer, len);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Write signed 32 bit integer value to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultInt32(scpi_t * context, int32_t val) {\n    return resultUInt32BaseSign(context, val, 10, TRUE);\n}\n\n/**\n * Write unsigned 32 bit integer value in specific base to the result\n * Write signed/unsigned 32 bit integer value in specific base to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultUInt32Base(scpi_t * context, uint32_t val, int8_t base) {\n    return resultUInt32BaseSign(context, val, base, FALSE);\n}\n\n/**\n * Write signed 64 bit integer value to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultInt64(scpi_t * context, int64_t val) {\n    return resultUInt64BaseSign(context, val, 10, TRUE);\n}\n\n/**\n * Write unsigned 64 bit integer value in specific base to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultUInt64Base(scpi_t * context, uint64_t val, int8_t base) {\n    return resultUInt64BaseSign(context, val, base, FALSE);\n}\n\n/**\n * Write float (32 bit) value to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultFloat(scpi_t * context, float val) {\n    char buffer[32];\n    size_t result = 0;\n    size_t len = SCPI_FloatToStr(val, buffer, sizeof (buffer));\n    result += writeDelimiter(context);\n    result += writeData(context, buffer, len);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Write double (64bit) value to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultDouble(scpi_t * context, double val) {\n    char buffer[32];\n    size_t result = 0;\n    size_t len = SCPI_DoubleToStr(val, buffer, sizeof (buffer));\n    result += writeDelimiter(context);\n    result += writeData(context, buffer, len);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Write string withn \" to the result\n * @param context\n * @param data\n * @return\n */\nsize_t SCPI_ResultText(scpi_t * context, const char * data) {\n    size_t result = 0;\n    size_t len = strlen(data);\n    const char * quote;\n    result += writeDelimiter(context);\n    result += writeData(context, \"\\\"\", 1);\n    while ((quote = strnpbrk(data, len, \"\\\"\"))) {\n        result += writeData(context, data, quote - data + 1);\n        result += writeData(context, \"\\\"\", 1);\n        len -= quote - data + 1;\n        data = quote + 1;\n    }\n    result += writeData(context, data, len);\n    result += writeData(context, \"\\\"\", 1);\n    context->output_count++;\n    return result;\n}\n\n/**\n * Write arbitrary block header with length\n * @param context\n * @param len\n * @return\n */\nsize_t SCPI_ResultArbitraryBlockHeader(scpi_t * context, size_t len) {\n    char block_header[12];\n    size_t header_len;\n    block_header[0] = '#';\n    SCPI_UInt32ToStrBase((uint32_t) len, block_header + 2, 10, 10);\n\n    header_len = strlen(block_header + 2);\n    block_header[1] = (char) (header_len + '0');\n\n    context->arbitrary_reminding = len;\n    return writeData(context, block_header, header_len + 2);\n}\n\n/**\n * Add data to arbitrary block\n * @param context\n * @param data\n * @param len\n * @return\n */\nsize_t SCPI_ResultArbitraryBlockData(scpi_t * context, const void * data, size_t len) {\n\n    if (context->arbitrary_reminding < len) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return 0;\n    }\n\n    context->arbitrary_reminding -= len;\n\n    if (context->arbitrary_reminding == 0) {\n        context->output_count++;\n    }\n\n    return writeData(context, (const char *) data, len);\n}\n\n/**\n * Write arbitrary block program data to the result\n * @param context\n * @param data\n * @param len\n * @return\n */\nsize_t SCPI_ResultArbitraryBlock(scpi_t * context, const void * data, size_t len) {\n    size_t result = 0;\n    result += SCPI_ResultArbitraryBlockHeader(context, len);\n    result += SCPI_ResultArbitraryBlockData(context, data, len);\n    return result;\n}\n\n/**\n * Write boolean value to the result\n * @param context\n * @param val\n * @return\n */\nsize_t SCPI_ResultBool(scpi_t * context, scpi_bool_t val) {\n    return resultUInt32BaseSign(context, val ? 1 : 0, 10, FALSE);\n}\n\n/* parsing parameters */\n\n/**\n * Invalidate token\n * @param token\n * @param ptr\n */\nstatic void invalidateToken(scpi_token_t * token, char * ptr) {\n    token->len = 0;\n    token->ptr = ptr;\n    token->type = SCPI_TOKEN_UNKNOWN;\n}\n\n/**\n * Get one parameter from command line\n * @param context\n * @param parameter\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_Parameter(scpi_t * context, scpi_parameter_t * parameter, scpi_bool_t mandatory) {\n    lex_state_t * state;\n\n    if (!parameter) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    invalidateToken(parameter, NULL);\n\n    state = &context->param_list.lex_state;\n\n    if (state->pos >= (state->buffer + state->len)) {\n        if (mandatory) {\n            SCPI_ErrorPush(context, SCPI_ERROR_MISSING_PARAMETER);\n        } else {\n            parameter->type = SCPI_TOKEN_PROGRAM_MNEMONIC; // TODO: select something different\n        }\n        return FALSE;\n    }\n    if (context->input_count != 0) {\n        scpiLex_Comma(state, parameter);\n        if (parameter->type != SCPI_TOKEN_COMMA) {\n            invalidateToken(parameter, NULL);\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SEPARATOR);\n            return FALSE;\n        }\n    }\n\n    context->input_count++;\n\n    scpiParser_parseProgramData(&context->param_list.lex_state, parameter);\n\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n        case SCPI_TOKEN_OCTNUM:\n        case SCPI_TOKEN_BINNUM:\n        case SCPI_TOKEN_PROGRAM_MNEMONIC:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n        case SCPI_TOKEN_ARBITRARY_BLOCK_PROGRAM_DATA:\n        case SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA:\n        case SCPI_TOKEN_DOUBLE_QUOTE_PROGRAM_DATA:\n        case SCPI_TOKEN_PROGRAM_EXPRESSION:\n            return TRUE;\n        default:\n            invalidateToken(parameter, NULL);\n            SCPI_ErrorPush(context, SCPI_ERROR_INVALID_STRING_DATA);\n            return FALSE;\n    }\n}\n\n/**\n * Detect if parameter is number\n * @param parameter\n * @param suffixAllowed\n * @return\n */\nscpi_bool_t SCPI_ParamIsNumber(scpi_parameter_t * parameter, scpi_bool_t suffixAllowed) {\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n        case SCPI_TOKEN_OCTNUM:\n        case SCPI_TOKEN_BINNUM:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n            return TRUE;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            return suffixAllowed;\n        default:\n            return FALSE;\n    }\n}\n\n/**\n * Convert parameter to signed/unsigned 32 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @param sign\n * @return TRUE if succesful\n */\nstatic scpi_bool_t ParamSignToUInt32(scpi_t * context, scpi_parameter_t * parameter, uint32_t * value, scpi_bool_t sign) {\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n            return strBaseToUInt32(parameter->ptr, value, 16) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_OCTNUM:\n            return strBaseToUInt32(parameter->ptr, value, 8) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_BINNUM:\n            return strBaseToUInt32(parameter->ptr, value, 2) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            if (sign) {\n                return strBaseToInt32(parameter->ptr, (int32_t *) value, 10) > 0 ? TRUE : FALSE;\n            } else {\n                return strBaseToUInt32(parameter->ptr, value, 10) > 0 ? TRUE : FALSE;\n            }\n        default:\n            return FALSE;\n    }\n}\n\n/**\n * Convert parameter to signed/unsigned 64 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @param sign\n * @return TRUE if succesful\n */\nstatic scpi_bool_t ParamSignToUInt64(scpi_t * context, scpi_parameter_t * parameter, uint64_t * value, scpi_bool_t sign) {\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n            return strBaseToUInt64(parameter->ptr, value, 16) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_OCTNUM:\n            return strBaseToUInt64(parameter->ptr, value, 8) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_BINNUM:\n            return strBaseToUInt64(parameter->ptr, value, 2) > 0 ? TRUE : FALSE;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            if (sign) {\n                return strBaseToInt64(parameter->ptr, (int64_t *) value, 10) > 0 ? TRUE : FALSE;\n            } else {\n                return strBaseToUInt64(parameter->ptr, value, 10) > 0 ? TRUE : FALSE;\n            }\n        default:\n            return FALSE;\n    }\n}\n\n/**\n * Convert parameter to signed 32 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToInt32(scpi_t * context, scpi_parameter_t * parameter, int32_t * value) {\n    return ParamSignToUInt32(context, parameter, (uint32_t *) value, TRUE);\n}\n\n/**\n * Convert parameter to unsigned 32 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToUInt32(scpi_t * context, scpi_parameter_t * parameter, uint32_t * value) {\n    return ParamSignToUInt32(context, parameter, value, FALSE);\n}\n\n/**\n * Convert parameter to signed 64 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToInt64(scpi_t * context, scpi_parameter_t * parameter, int64_t * value) {\n    return ParamSignToUInt64(context, parameter, (uint64_t *) value, TRUE);\n}\n\n/**\n * Convert parameter to unsigned 32 bit integer\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToUInt64(scpi_t * context, scpi_parameter_t * parameter, uint64_t * value) {\n    return ParamSignToUInt64(context, parameter, value, FALSE);\n}\n\n/**\n * Convert parameter to float (32 bit)\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToFloat(scpi_t * context, scpi_parameter_t * parameter, float * value) {\n    scpi_bool_t result;\n    uint32_t valint;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n        case SCPI_TOKEN_OCTNUM:\n        case SCPI_TOKEN_BINNUM:\n            result = SCPI_ParamToUInt32(context, parameter, &valint);\n            *value = valint;\n            break;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            result = strToFloat(parameter->ptr, value) > 0 ? TRUE : FALSE;\n            break;\n        default:\n            result = FALSE;\n    }\n    return result;\n}\n\n/**\n * Convert parameter to double (64 bit)\n * @param context\n * @param parameter\n * @param value result\n * @return TRUE if succesful\n */\nscpi_bool_t SCPI_ParamToDouble(scpi_t * context, scpi_parameter_t * parameter, double * value) {\n    scpi_bool_t result;\n    uint64_t valint;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    switch (parameter->type) {\n        case SCPI_TOKEN_HEXNUM:\n        case SCPI_TOKEN_OCTNUM:\n        case SCPI_TOKEN_BINNUM:\n            result = SCPI_ParamToUInt64(context, parameter, &valint);\n            *value = valint;\n            break;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            result = strToDouble(parameter->ptr, value) > 0 ? TRUE : FALSE;\n            break;\n        default:\n            result = FALSE;\n    }\n    return result;\n}\n\n/**\n * Read floating point float (32 bit) parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamFloat(scpi_t * context, float * value, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        if (SCPI_ParamIsNumber(&param, FALSE)) {\n            SCPI_ParamToFloat(context, &param, value);\n        } else if (SCPI_ParamIsNumber(&param, TRUE)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_SUFFIX_NOT_ALLOWED);\n            result = FALSE;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n            result = FALSE;\n        }\n    }\n    return result;\n}\n\n/**\n * Read floating point double (64 bit) parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamDouble(scpi_t * context, double * value, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        if (SCPI_ParamIsNumber(&param, FALSE)) {\n            SCPI_ParamToDouble(context, &param, value);\n        } else if (SCPI_ParamIsNumber(&param, TRUE)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_SUFFIX_NOT_ALLOWED);\n            result = FALSE;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n            result = FALSE;\n        }\n    }\n    return result;\n}\n\n/**\n * Read signed/unsigned 32 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @param sign\n * @return\n */\nstatic scpi_bool_t ParamSignUInt32(scpi_t * context, uint32_t * value, scpi_bool_t mandatory, scpi_bool_t sign) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        if (SCPI_ParamIsNumber(&param, FALSE)) {\n            result = ParamSignToUInt32(context, &param, value, sign);\n        } else if (SCPI_ParamIsNumber(&param, TRUE)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_SUFFIX_NOT_ALLOWED);\n            result = FALSE;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n            result = FALSE;\n        }\n    }\n    return result;\n}\n\n/**\n * Read signed/unsigned 64 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @param sign\n * @return\n */\nstatic scpi_bool_t ParamSignUInt64(scpi_t * context, uint64_t * value, scpi_bool_t mandatory, scpi_bool_t sign) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        if (SCPI_ParamIsNumber(&param, FALSE)) {\n            result = ParamSignToUInt64(context, &param, value, sign);\n        } else if (SCPI_ParamIsNumber(&param, TRUE)) {\n            SCPI_ErrorPush(context, SCPI_ERROR_SUFFIX_NOT_ALLOWED);\n            result = FALSE;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n            result = FALSE;\n        }\n    }\n    return result;\n}\n\n/**\n * Read signed 32 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamInt32(scpi_t * context, int32_t * value, scpi_bool_t mandatory) {\n    return ParamSignUInt32(context, (uint32_t *) value, mandatory, TRUE);\n}\n\n/**\n * Read unsigned 32 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamUInt32(scpi_t * context, uint32_t * value, scpi_bool_t mandatory) {\n    return ParamSignUInt32(context, value, mandatory, FALSE);\n}\n\n/**\n * Read signed 64 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamInt64(scpi_t * context, int64_t * value, scpi_bool_t mandatory) {\n    return ParamSignUInt64(context, (uint64_t *) value, mandatory, TRUE);\n}\n\n/**\n * Read unsigned 64 bit integer parameter\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamUInt64(scpi_t * context, uint64_t * value, scpi_bool_t mandatory) {\n    return ParamSignUInt64(context, value, mandatory, FALSE);\n}\n\n/**\n * Read character parameter\n * @param context\n * @param value\n * @param len\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamCharacters(scpi_t * context, const char ** value, size_t * len, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value || !len) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        switch (param.type) {\n            case SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA:\n            case SCPI_TOKEN_DOUBLE_QUOTE_PROGRAM_DATA:\n                *value = param.ptr + 1;\n                *len = param.len - 2;\n                break;\n            default:\n                *value = param.ptr;\n                *len = param.len;\n                break;\n        }\n\n        // TODO: return also parameter type (ProgramMnemonic, ArbitraryBlockProgramData, SingleQuoteProgramData, DoubleQuoteProgramData\n    }\n\n    return result;\n}\n\n/**\n * Get arbitrary block program data and returns pointer to data\n * @param context\n * @param value result pointer to data\n * @param len result length of data\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamArbitraryBlock(scpi_t * context, const char ** value, size_t * len, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!value || !len) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        if (param.type == SCPI_TOKEN_ARBITRARY_BLOCK_PROGRAM_DATA) {\n            *value = param.ptr;\n            *len = param.len;\n        } else {\n            SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n            result = FALSE;\n        }\n    }\n\n    return result;\n}\n\nscpi_bool_t SCPI_ParamCopyText(scpi_t * context, char * buffer, size_t buffer_len, size_t * copy_len, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n    size_t i_from;\n    size_t i_to;\n    char quote;\n\n    if (!buffer || !copy_len) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n\n        switch (param.type) {\n            case SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA:\n            case SCPI_TOKEN_DOUBLE_QUOTE_PROGRAM_DATA:\n                quote = param.type == SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA ? '\\'' : '\"';\n                for (i_from = 1, i_to = 0; i_from < (size_t) (param.len - 1); i_from++) {\n                    if (i_from >= buffer_len) {\n                        break;\n                    }\n                    buffer[i_to] = param.ptr[i_from];\n                    i_to++;\n                    if (param.ptr[i_from] == quote) {\n                        i_from++;\n                    }\n                }\n                *copy_len = i_to;\n                if (i_to < buffer_len) {\n                    buffer[i_to] = 0;\n                }\n                break;\n            default:\n                SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n                result = FALSE;\n        }\n    }\n\n    return result;\n}\n\n/**\n * Convert parameter to choice\n * @param context\n * @param parameter - should be PROGRAM_MNEMONIC\n * @param options - NULL terminated list of choices\n * @param value - index to options\n * @return\n */\nscpi_bool_t SCPI_ParamToChoice(scpi_t * context, scpi_parameter_t * parameter, const scpi_choice_def_t * options, int32_t * value) {\n    size_t res;\n    scpi_bool_t result = FALSE;\n\n    if (!options || !value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    if (parameter->type == SCPI_TOKEN_PROGRAM_MNEMONIC) {\n        for (res = 0; options[res].name; ++res) {\n            if (matchPattern(options[res].name, strlen(options[res].name), parameter->ptr, parameter->len, NULL)) {\n                *value = options[res].tag;\n                result = TRUE;\n                break;\n            }\n        }\n\n        if (!result) {\n            SCPI_ErrorPush(context, SCPI_ERROR_ILLEGAL_PARAMETER_VALUE);\n        }\n    } else {\n        SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);\n    }\n\n    return result;\n}\n\n/**\n * Find tag in choices and returns its first textual representation\n * @param options specifications of choices numbers (patterns)\n * @param tag numerical representatio of choice\n * @param text result text\n * @return TRUE if succesfule, else FALSE\n */\nscpi_bool_t SCPI_ChoiceToName(const scpi_choice_def_t * options, int32_t tag, const char ** text) {\n    int i;\n\n    for (i = 0; options[i].name != NULL; i++) {\n        if (options[i].tag == tag) {\n            *text = options[i].name;\n            return TRUE;\n        }\n    }\n\n    return FALSE;\n}\n\n/**\n * Read BOOL parameter (0,1,ON,OFF)\n * @param context\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamBool(scpi_t * context, scpi_bool_t * value, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n    int32_t intval;\n\n    scpi_choice_def_t bool_options[] = {\n        {\"OFF\", 0},\n        {\"ON\", 1},\n        SCPI_CHOICE_LIST_END /* termination of option list */\n    };\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n\n    if (result) {\n        if (param.type == SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA) {\n            SCPI_ParamToInt32(context, &param, &intval);\n            *value = intval ? TRUE : FALSE;\n        } else {\n            result = SCPI_ParamToChoice(context, &param, bool_options, &intval);\n            if (result) {\n                *value = intval ? TRUE : FALSE;\n            }\n        }\n    }\n\n    return result;\n}\n\n/**\n * Read value from list of options\n * @param context\n * @param options\n * @param value\n * @param mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamChoice(scpi_t * context, const scpi_choice_def_t * options, int32_t * value, scpi_bool_t mandatory) {\n    scpi_bool_t result;\n    scpi_parameter_t param;\n\n    if (!options || !value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n    if (result) {\n        result = SCPI_ParamToChoice(context, &param, options, value);\n    }\n\n    return result;\n}\n\n/**\n * Parse one parameter and detect type\n * @param state\n * @param token\n * @return\n */\nint scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) {\n    scpi_token_t tmp;\n    int result = 0;\n    int wsLen;\n    int suffixLen;\n    int realLen = 0;\n    realLen += scpiLex_WhiteSpace(state, &tmp);\n\n    if (result == 0) result = scpiLex_NondecimalNumericData(state, token);\n    if (result == 0) result = scpiLex_CharacterProgramData(state, token);\n    if (result == 0) {\n        result = scpiLex_DecimalNumericProgramData(state, token);\n        if (result != 0) {\n            wsLen = scpiLex_WhiteSpace(state, &tmp);\n            suffixLen = scpiLex_SuffixProgramData(state, &tmp);\n            if (suffixLen > 0) {\n                token->len += wsLen + suffixLen;\n                token->type = SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX;\n                result = token->len;\n            }\n        }\n    }\n\n    if (result == 0) result = scpiLex_StringProgramData(state, token);\n    if (result == 0) result = scpiLex_ArbitraryBlockProgramData(state, token);\n    if (result == 0) result = scpiLex_ProgramExpression(state, token);\n\n    realLen += scpiLex_WhiteSpace(state, &tmp);\n\n    return result + realLen;\n}\n\n/**\n * Skip all parameters to correctly detect end of command line.\n * @param state\n * @param token\n * @param numberOfParameters\n * @return\n */\nint scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) {\n\n    int result;\n    scpi_token_t tmp;\n    int paramCount = 0;\n\n    token->len = -1;\n    token->type = SCPI_TOKEN_ALL_PROGRAM_DATA;\n    token->ptr = state->pos;\n\n\n    for (result = 1; result != 0; result = scpiLex_Comma(state, &tmp)) {\n        token->len += result;\n\n        if (result == 0) {\n            token->type = SCPI_TOKEN_UNKNOWN;\n            token->len = 0;\n            paramCount = -1;\n            break;\n        }\n\n        result = scpiParser_parseProgramData(state, &tmp);\n        if (tmp.type != SCPI_TOKEN_UNKNOWN) {\n            token->len += result;\n        } else {\n            token->type = SCPI_TOKEN_UNKNOWN;\n            token->len = 0;\n            paramCount = -1;\n            break;\n        }\n        paramCount++;\n    }\n\n    if (token->len == -1) {\n        token->len = 0;\n    }\n\n    if (numberOfParameters != NULL) {\n        *numberOfParameters = paramCount;\n    }\n    return token->len;\n}\n\n/**\n * Skip complete command line - program header and parameters\n * @param state\n * @param buffer\n * @param len\n * @return\n */\nint scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) {\n    lex_state_t lex_state;\n    scpi_token_t tmp;\n    int result = 0;\n\n    lex_state.buffer = lex_state.pos = buffer;\n    lex_state.len = len;\n    state->numberOfParameters = 0;\n\n    /* ignore whitespace at the begginig */\n    scpiLex_WhiteSpace(&lex_state, &tmp);\n\n    if (scpiLex_ProgramHeader(&lex_state, &state->programHeader) >= 0) {\n        if (scpiLex_WhiteSpace(&lex_state, &tmp) > 0) {\n            scpiParser_parseAllProgramData(&lex_state, &state->programData, &state->numberOfParameters);\n        } else {\n            invalidateToken(&state->programData, lex_state.pos);\n        }\n    } else {\n        invalidateToken(&state->programHeader, lex_state.buffer);\n        invalidateToken(&state->programData, lex_state.buffer);\n    }\n\n    if (result == 0) result = scpiLex_NewLine(&lex_state, &tmp);\n    if (result == 0) result = scpiLex_Semicolon(&lex_state, &tmp);\n\n    if (!scpiLex_IsEos(&lex_state) && (result == 0)) {\n        lex_state.pos++;\n\n        state->programHeader.len = 1;\n        state->programHeader.type = SCPI_TOKEN_INVALID;\n\n        invalidateToken(&state->programData, lex_state.buffer);\n    }\n\n    if (SCPI_TOKEN_SEMICOLON == tmp.type) {\n        state->termination = SCPI_MESSAGE_TERMINATION_SEMICOLON;\n    } else if (SCPI_TOKEN_NL == tmp.type) {\n        state->termination = SCPI_MESSAGE_TERMINATION_NL;\n    } else {\n        state->termination = SCPI_MESSAGE_TERMINATION_NONE;\n    }\n\n    return lex_state.pos - lex_state.buffer;\n}\n\n/**\n * Check current command\n *  - suitable for one handle to multiple commands\n * @param context\n * @param cmd\n * @return\n */\nscpi_bool_t SCPI_IsCmd(scpi_t * context, const char * cmd) {\n    const char * pattern;\n\n    if (!context->param_list.cmd) {\n        return FALSE;\n    }\n\n    pattern = context->param_list.cmd->pattern;\n    return matchCommand(pattern, cmd, strlen(cmd), NULL, 0, 0);\n}\n\n#if USE_COMMAND_TAGS\n\n/**\n * Return the .tag field of the matching scpi_command_t\n * @param context\n * @return\n */\nint32_t SCPI_CmdTag(scpi_t * context) {\n    if (context->param_list.cmd) {\n        return context->param_list.cmd->tag;\n    } else {\n        return 0;\n    }\n}\n#endif /* USE_COMMAND_TAGS */\n\nscpi_bool_t SCPI_Match(const char * pattern, const char * value, size_t len) {\n    return matchCommand(pattern, value, len, NULL, 0, 0);\n}\n\nscpi_bool_t SCPI_CommandNumbers(scpi_t * context, int32_t * numbers, size_t len, int32_t default_value) {\n    return matchCommand(context->param_list.cmd->pattern, context->param_list.cmd_raw.data, context->param_list.cmd_raw.length, numbers, len, default_value);\n}\n\n/**\n * If SCPI_Parameter() returns FALSE, this function can detect, if the parameter\n * is just missing (TRUE) or if there was an error during processing of the command (FALSE)\n * @param parameter\n * @return\n */\nscpi_bool_t SCPI_ParamIsValid(scpi_parameter_t * parameter) {\n    return parameter->type == SCPI_TOKEN_UNKNOWN ? FALSE : TRUE;\n}\n\n/**\n * Returns TRUE if there was an error during parameter handling\n * @param context\n * @return\n */\nscpi_bool_t SCPI_ParamErrorOccurred(scpi_t * context) {\n    return context->cmd_error;\n}\n\n/**\n * Result binary array and swap bytes if needed (native endiannes != required endiannes)\n * @param context\n * @param array\n * @param count\n * @param item_size\n * @param format\n * @return\n */\nstatic size_t parserResultArrayBinary(scpi_t * context, const void * array, size_t count, size_t item_size, scpi_array_format_t format) {\n\n    if (SCPI_GetNativeFormat() == format) {\n        switch (item_size) {\n            case 1:\n            case 2:\n            case 4:\n            case 8:\n                return SCPI_ResultArbitraryBlock(context, array, count * item_size);\n            default:\n                SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n                return 0;\n        }\n    } else {\n        size_t result = 0;\n        size_t i;\n        switch (item_size) {\n            case 1:\n            case 2:\n            case 4:\n            case 8:\n                result += SCPI_ResultArbitraryBlockHeader(context, count * item_size);\n                break;\n            default:\n                SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n                return 0;\n        }\n\n        switch (item_size) {\n            case 1:\n                result += SCPI_ResultArbitraryBlockData(context, array, count);\n                break;\n            case 2:\n                for (i = 0; i < count; i++) {\n                    uint16_t val = SCPI_Swap16(((uint16_t*) array)[i]);\n                    result += SCPI_ResultArbitraryBlockData(context, &val, item_size);\n                }\n                break;\n            case 4:\n                for (i = 0; i < count; i++) {\n                    uint32_t val = SCPI_Swap32(((uint32_t*) array)[i]);\n                    result += SCPI_ResultArbitraryBlockData(context, &val, item_size);\n                }\n                break;\n            case 8:\n                for (i = 0; i < count; i++) {\n                    uint64_t val = SCPI_Swap64(((uint64_t*) array)[i]);\n                    result += SCPI_ResultArbitraryBlockData(context, &val, item_size);\n                }\n                break;\n        }\n\n        return result;\n    }\n}\n\n\n#define RESULT_ARRAY(func) do {\\\n    size_t result = 0;\\\n    if (format == SCPI_FORMAT_ASCII) {\\\n        size_t i;\\\n        for (i = 0; i < count; i++) {\\\n            result += func(context, array[i]);\\\n        }\\\n    } else {\\\n        result = parserResultArrayBinary(context, array, count, sizeof(*array), format);\\\n    }\\\n    return result;\\\n} while(0)\n\n/**\n * Result array of signed 8bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayInt8(scpi_t * context, const int8_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultInt8);\n}\n\n/**\n * Result array of unsigned 8bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayUInt8(scpi_t * context, const uint8_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultUInt8);\n}\n\n/**\n * Result array of signed 16bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayInt16(scpi_t * context, const int16_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultInt16);\n}\n\n/**\n * Result array of unsigned 16bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayUInt16(scpi_t * context, const uint16_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultUInt16);\n}\n\n/**\n * Result array of signed 32bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayInt32(scpi_t * context, const int32_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultInt32);\n}\n\n/**\n * Result array of unsigned 32bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayUInt32(scpi_t * context, const uint32_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultUInt32);\n}\n\n/**\n * Result array of signed 64bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayInt64(scpi_t * context, const int64_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultInt64);\n}\n\n/**\n * Result array of unsigned 64bit integers\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayUInt64(scpi_t * context, const uint64_t * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultUInt64);\n}\n\n/**\n * Result array of floats\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayFloat(scpi_t * context, const float * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultFloat);\n}\n\n/**\n * Result array of doubles\n * @param context\n * @param array\n * @param count\n * @param format\n * @return\n */\nsize_t SCPI_ResultArrayDouble(scpi_t * context, const double * array, size_t count, scpi_array_format_t format) {\n    RESULT_ARRAY(SCPI_ResultDouble);\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/parser_private.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   parser_private.h\n * \n * @brief  SCPI Parser private definitions\n * \n * \n */\n\n#ifndef SCPI_PARSER_PRIVATE_H\n#define\tSCPI_PARSER_PRIVATE_H\n\n#include \"scpi/types.h\"\n#include \"utils_private.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    int scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL;\n    int scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL;\n    int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) LOCAL;\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_PARSER_PRIVATE_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/scpi.g",
    "content": "grammar scpi;\n\nterminatedProgramMessage \n\t:\tprogramMessage NL? EOF\n\t;\n\t\nprogramMessage\n\t:\tprogramMessageUnit (SEMICOLON programMessageUnit)*\n\t;\n\t\n\t\nprogramMessageUnit \n\t:\tWS* programHeader (WS programData (COMMA programData)*)?\n\t;\n\nprogramHeader\n\t:\tcompoundProgramHeader\n\t|\tcommonProgramHeader\n\t;\n\ncompoundProgramHeader\n\t:\tCOLON? PROGRAM_MNEMONIC (COLON PROGRAM_MNEMONIC)* QUESTION?\n\t;\n\t\ncommonProgramHeader \n\t:\tSTAR PROGRAM_MNEMONIC QUESTION?\n\t;\n\t\nprogramDataSeparator \n\t:\t  WS*\n\t;\n\nprogramData\n\t:\tWS* programDataType WS*\n\t;\n\t\nprogramDataType\n\t:\tnondecimalNumericProgramData\n\t|\tcharacterProgramData\n\t|\tdecimalNumericProgramData\n\t|\tstringProgramData\n\t|\tarbitraryBlockProgramData\n\t|\texpressionProgramData\n//\t|\tsuffixProgramData\n\t;\n\nnondecimalNumericProgramData\n\t:\tHEXNUM\n\t|\tOCTNUM\n\t|\tBINNUM\n\t;\n\t\ncharacterProgramData\n\t:\tPROGRAM_MNEMONIC\n\t;\n\ndecimalNumericProgramData\n\t:\tDECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX\n\t;\n\t\n//suffixProgramData\n//\t:\tPROGRAM_MNEMONIC//SUFFIX_PROGRAM_DATA\n//\t;\n\t\nstringProgramData\n\t:\tSINGLE_QUOTE_PROGRAM_DATA\n\t|\tDOUBLE_QUOTE_PROGRAM_DATA\n\t;\t\n\nexpressionProgramData\n\t: \tPROGRAM_EXPRESSION\n\t;\n\n// support only nonzero prefix\narbitraryBlockProgramData\n\t:\tSHARP NONZERO_DIGIT NUMBER .*\n\t;\n\t\t\nPROGRAM_MNEMONIC\t: \tALPHA (ALPHA | DIGIT | UNDERSCORE)*;\nHEXNUM\t\t\t:\tSHARP H HEXDIGIT*;\nBINNUM\t\t\t:\tSHARP Q OCTDIGIT*;\nOCTNUM\t\t\t:\tSHARP B BINDIGIT*;\nUNDERSCORE\t\t:\t'_';\nSEMICOLON \t\t:\t';';\nQUESTION\t\t:\t'?';\nCOLON\t \t\t:\t':';\nCOMMA\t\t\t:\t',';\nSTAR\t\t\t:\t'*';\nNL\t\t\t:\t'\\r'? '\\n' ;\nWS  \t\t\t:   \t(SPACE | TAB);\n\nDECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX\t:\tDECIMAL_NUMERIC_PROGRAM_DATA WS* (SUFFIX_PROGRAM_DATA)?;\nfragment DECIMAL_NUMERIC_PROGRAM_DATA\t:\tMANTISA WS* (EXPONENT)?;\nSINGLE_QUOTE_PROGRAM_DATA\t:\tSINGLE_QUOTE ( (NON_SINGLE_QUOTE) | (SINGLE_QUOTE SINGLE_QUOTE))* SINGLE_QUOTE;\nDOUBLE_QUOTE_PROGRAM_DATA\t:\tDOUBLE_QUOTE ( (NON_DOUBLE_QUOTE) | (DOUBLE_QUOTE DOUBLE_QUOTE))* DOUBLE_QUOTE;\n//SUFFIX_PROGRAM_DATA\t:\tSLASH? (ALPHA+ (MINUS? DIGIT)?) ((SLASH | DOT) (ALPHA+ (MINUS? DIGIT)?))*;\t\nfragment SUFFIX_PROGRAM_DATA\t:\tSLASH? ALPHA+ ((SLASH | DOT) ALPHA+)*;\t\n//fragment SUFFIX_PROGRAM_DATA\t:\tALPHA+;\t\n\nfragment PROGRAM_EXPRESSION_CHARACTER\t: \t(SPACE | '!' | '$'..'&' | '*'..':' | '<' ..'~');\nPROGRAM_EXPRESSION\t:\tLBRACKET PROGRAM_EXPRESSION_CHARACTER RBRACKET;\n\t\nfragment PLUSMN\t\t:\t(PLUS | MINUS);\nfragment MANTISA\t:\tPLUSMN? ( (NUMBER) | (NUMBER DOT NUMBER?) | (DOT NUMBER));\n\t\n//fragment EXPONENT\t:\tWS* E WS* PLUSMN? NUMBER;\nfragment EXPONENT\t:\tE WS* PLUSMN? NUMBER;\n\nfragment NUMBER\t\t:\tDIGIT+;\n\nfragment LBRACKET\t\t:\t'(';\nfragment RBRACKET\t\t:\t')';\n\nfragment ALPHA\t\t:\t('a'..'z'|'A'..'Z');\nfragment DIGIT\t\t:\t('0'..'9');\nfragment NONZERO_DIGIT\t:\t('1'..'9');\n\nfragment HEXDIGIT\t:\t(DIGIT | 'a'..'f' | 'A'..'F');\nfragment OCTDIGIT\t:\t('0'..'7');\nfragment BINDIGIT\t:\t('0' | '1');\n\nfragment SHARP\t\t\t:\t'#';\n\nfragment E\t\t:\t('E'|'e');\nfragment H\t\t:\t('H'|'h');\nfragment Q\t\t:\t('Q'|'q');\nfragment B\t\t:\t('B'|'b');\n\nfragment SPACE\t\t:\t' ';\nfragment TAB\t\t:\t'\\t';\n\nfragment PLUS\t\t:\t'+';\nfragment MINUS\t\t:\t'-';\nfragment DOT\t\t:\t'.';\nfragment SLASH\t\t:\t'/';\nfragment SINGLE_QUOTE\t:\t'\\'';\nfragment DOUBLE_QUOTE\t:\t'\"';\nfragment NON_SINGLE_QUOTE \t:\t~SINGLE_QUOTE;\nfragment NON_DOUBLE_QUOTE \t:\t~DOUBLE_QUOTE;\n\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/units.c",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_units.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  SCPI units\n *\n *\n */\n\n#include <string.h>\n#include \"scpi/parser.h\"\n#include \"scpi/units.h\"\n#include \"utils_private.h\"\n#include \"scpi/utils.h\"\n#include \"scpi/error.h\"\n#include \"lexer_private.h\"\n\n\n/*\n * multipliers IEEE 488.2-1992 tab 7-2\n * 1E18         EX\n * 1E15         PE\n * 1E12         T\n * 1E9          G\n * 1E6          MA (use M for OHM and HZ)\n * 1E3          K\n * 1E-3         M (disaalowed for OHM and HZ)\n * 1E-6         U\n * 1E-9         N\n * 1E-12        P\n * 1E-15        F\n * 1E-18        A\n */\n\n/*\n * units definition IEEE 488.2-1992 tab 7-1\n */\nconst scpi_unit_def_t scpi_units_def[] = {\n#if USE_UNITS_PARTICLES\n    /* Absorbet dose */\n    {/* name */ \"GY\", /* unit */ SCPI_UNIT_GRAY, /* mult */ 1},\n\n    /* Activity of radionuclide */\n    {/* name */ \"BQ\", /* unit */ SCPI_UNIT_BECQUEREL, /* mult */ 1},\n\n    /* Amount of substance */\n    {/* name */ \"MOL\", /* unit */ SCPI_UNIT_MOLE, /* mult */ 1},\n\n    /* Dose equivalent */\n    {/* name */ \"NSV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1e-9},\n    {/* name */ \"USV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1e-6},\n    {/* name */ \"MSV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1e-3},\n    {/* name */ \"SV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1},\n    {/* name */ \"KSV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1e3},\n    {/* name */ \"MASV\", /* unit */ SCPI_UNIT_SIEVERT, /* mult */ 1e6},\n\n    /* Energy */\n    {/* name */ \"EV\", /* unit */ SCPI_UNIT_ELECTRONVOLT, /* mult */ 1},\n    {/* name */ \"KEV\", /* unit */ SCPI_UNIT_ELECTRONVOLT, /* mult */ 1e3},\n    {/* name */ \"MAEV\", /* unit */ SCPI_UNIT_ELECTRONVOLT, /* mult */ 1e6},\n    {/* name */ \"GEV\", /* unit */ SCPI_UNIT_ELECTRONVOLT, /* mult */ 1e9},\n    {/* name */ \"TEV\", /* unit */ SCPI_UNIT_ELECTRONVOLT, /* mult */ 1e12},\n\n    /* Mass */\n    {/* name */ \"U\", /* unit */ SCPI_UNIT_ATOMIC_MASS, /* mult */ 1},\n#endif /* USE_UNITS_PARTICLES */\n\n#if USE_UNITS_ANGLE\n    /* Angle */\n    {/* name */ \"DEG\", /* unit */ SCPI_UNIT_DEGREE, /* mult */ 1},\n    {/* name */ \"GON\", /* unit */ SCPI_UNIT_GRADE, /* mult */ 1},\n    {/* name */ \"MNT\", /* unit */ SCPI_UNIT_DEGREE, /* mult */ 1. / 60.},\n    {/* name */ \"RAD\", /* unit */ SCPI_UNIT_RADIAN, /* mult */ 1},\n    {/* name */ \"SEC\", /* unit */ SCPI_UNIT_DEGREE, /* mult */ 1. / 3600.},\n    {/* name */ \"REV\", /* unit */ SCPI_UNIT_REVOLUTION, /* mult */ 1},\n    {/* name */ \"RS\", /* unit */ SCPI_UNIT_STERADIAN, /* mult */ 1},\n#endif /* USE_UNITS_ANGLE */\n\n#if USE_UNITS_ELECTRIC\n    /* Electric - capacitance */\n    {/* name */ \"PF\", /* unit */ SCPI_UNIT_FARAD, /* mult */ 1e-12},\n    {/* name */ \"NF\", /* unit */ SCPI_UNIT_FARAD, /* mult */ 1e-9},\n    {/* name */ \"UF\", /* unit */ SCPI_UNIT_FARAD, /* mult */ 1e-6},\n    {/* name */ \"MF\", /* unit */ SCPI_UNIT_FARAD, /* mult */ 1e-3},\n    {/* name */ \"F\", /* unit */ SCPI_UNIT_FARAD, /* mult */ 1},\n\n    /* Electric - current */\n    {/* name */ \"UA\", /* unit */ SCPI_UNIT_AMPER, /* mult */ 1e-6},\n    {/* name */ \"MA\", /* unit */ SCPI_UNIT_AMPER, /* mult */ 1e-3},\n    {/* name */ \"A\", /* unit */ SCPI_UNIT_AMPER, /* mult */ 1},\n    {/* name */ \"KA\", /* unit */ SCPI_UNIT_AMPER, /* mult */ 1e3},\n\n    /* Electric - potential */\n    {/* name */ \"UV\", /* unit */ SCPI_UNIT_VOLT, /* mult */ 1e-6},\n    {/* name */ \"MV\", /* unit */ SCPI_UNIT_VOLT, /* mult */ 1e-3},\n    {/* name */ \"V\", /* unit */ SCPI_UNIT_VOLT, /* mult */ 1},\n    {/* name */ \"KV\", /* unit */ SCPI_UNIT_VOLT, /* mult */ 1e3},\n\n    /* Electric - resistance */\n    {/* name */ \"OHM\", /* unit */ SCPI_UNIT_OHM, /* mult */ 1},\n    {/* name */ \"KOHM\", /* unit */ SCPI_UNIT_OHM, /* mult */ 1e3},\n    {/* name */ \"MOHM\", /* unit */ SCPI_UNIT_OHM, /* mult */ 1e6},\n\n    /* Inductance */\n    {/* name */ \"UH\", /* unit */ SCPI_UNIT_HENRY, /* mult */ 1e-6},\n    {/* name */ \"MH\", /* unit */ SCPI_UNIT_HENRY, /* mult */ 1e-3},\n    {/* name */ \"H\", /* unit */ SCPI_UNIT_HENRY, /* mult */ 1},\n#endif /* USE_UNITS_ELECTRIC */\n\n#if USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE\n    /* Electric - charge */\n    {/* name */ \"C\", /* unit */ SCPI_UNIT_COULOMB, /* mult */ 1},\n\n    /* Electric - conductance */\n    {/* name */ \"USIE\", /* unit */ SCPI_UNIT_SIEMENS, /* mult */ 1e-6},\n    {/* name */ \"MSIE\", /* unit */ SCPI_UNIT_SIEMENS, /* mult */ 1e-3},\n    {/* name */ \"SIE\", /* unit */ SCPI_UNIT_SIEMENS, /* mult */ 1},\n#endif /* USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE */\n\n#if USE_UNITS_ENERGY_FORCE_MASS\n    /* Energy */\n    {/* name */ \"J\", /* unit */ SCPI_UNIT_JOULE, /* mult */ 1},\n    {/* name */ \"KJ\", /* unit */ SCPI_UNIT_JOULE, /* mult */ 1e3},\n    {/* name */ \"MAJ\", /* unit */ SCPI_UNIT_JOULE, /* mult */ 1e6},\n\n    /* Force */\n    {/* name */ \"N\", /* unit */ SCPI_UNIT_NEWTON, /* mult */ 1},\n    {/* name */ \"KN\", /* unit */ SCPI_UNIT_NEWTON, /* mult */ 1e3},\n\n    /* Pressure */\n    {/* name */ \"ATM\", /* unit */ SCPI_UNIT_ATMOSPHERE, /* mult */ 1},\n    {/* name */ \"INHG\", /* unit */ SCPI_UNIT_INCH_OF_MERCURY, /* mult */ 1},\n    {/* name */ \"MMHG\", /* unit */ SCPI_UNIT_MM_OF_MERCURY, /* mult */ 1},\n\n    {/* name */ \"TORR\", /* unit */ SCPI_UNIT_TORT, /* mult */ 1},\n    {/* name */ \"BAR\", /* unit */ SCPI_UNIT_BAR, /* mult */ 1},\n\n    {/* name */ \"PAL\", /* unit */ SCPI_UNIT_PASCAL, /* mult */ 1},\n    {/* name */ \"KPAL\", /* unit */ SCPI_UNIT_PASCAL, /* mult */ 1e3},\n    {/* name */ \"MAPAL\", /* unit */ SCPI_UNIT_PASCAL, /* mult */ 1e6},\n\n    /* Viscosity kinematic */\n    {/* name */ \"ST\", /* unit */ SCPI_UNIT_STROKES, /* mult */ 1},\n\n    /* Viscosity dynamic */\n    {/* name */ \"P\", /* unit */ SCPI_UNIT_POISE, /* mult */ 1},\n\n    /* Viscosity dynamic */\n    {/* name */ \"L\", /* unit */ SCPI_UNIT_LITER, /* mult */ 1},\n\n    /* Mass */\n    {/* name */ \"MG\", /* unit */ SCPI_UNIT_KILOGRAM, /* mult */ 1e-6},\n    {/* name */ \"G\", /* unit */ SCPI_UNIT_KILOGRAM, /* mult */ 1e-3},\n    {/* name */ \"KG\", /* unit */ SCPI_UNIT_KILOGRAM, /* mult */ 1},\n    {/* name */ \"TNE\", /* unit */ SCPI_UNIT_KILOGRAM, /* mult */ 1000},\n#endif /* USE_UNITS_ENERGY_FORCE_MASS */\n\n#if USE_UNITS_FREQUENCY\n    /* Frequency */\n    {/* name */ \"HZ\", /* unit */ SCPI_UNIT_HERTZ, /* mult */ 1},\n    {/* name */ \"KHZ\", /* unit */ SCPI_UNIT_HERTZ, /* mult */ 1e3},\n    {/* name */ \"MHZ\", /* unit */ SCPI_UNIT_HERTZ, /* mult */ 1e6},\n    {/* name */ \"GHZ\", /* unit */ SCPI_UNIT_HERTZ, /* mult */ 1e9},\n#endif /* USE_UNITS_FREQUENCY */\n\n#if USE_UNITS_DISTANCE\n    /* Length */\n    {/* name */ \"ASU\", /* unit */ SCPI_UNIT_ASTRONOMIC_UNIT, /* mult */ 1},\n    {/* name */ \"PRS\", /* unit */ SCPI_UNIT_PARSEC, /* mult */ 1},\n#if USE_UNITS_IMPERIAL\n    {/* name */ \"IN\", /* unit */ SCPI_UNIT_INCH, /* mult */ 1},\n    {/* name */ \"FT\", /* unit */ SCPI_UNIT_FOOT, /* mult */ 1},\n    {/* name */ \"MI\", /* unit */ SCPI_UNIT_MILE, /* mult */ 1},\n    {/* name */ \"NAMI\", /* unit */ SCPI_UNIT_NAUTICAL_MILE, /* mult */ 1},\n#endif /* USE_UNITS_IMPERIAL */\n\n    {/* name */ \"NM\", /* unit */ SCPI_UNIT_METER, /* mult */ 1e-9},\n    {/* name */ \"UM\", /* unit */ SCPI_UNIT_METER, /* mult */ 1e-6},\n    {/* name */ \"MM\", /* unit */ SCPI_UNIT_METER, /* mult */ 1e-3},\n    {/* name */ \"M\", /* unit */ SCPI_UNIT_METER, /* mult */ 1},\n    {/* name */ \"KM\", /* unit */ SCPI_UNIT_METER, /* mult */ 1e3},\n#endif /* USE_UNITS_DISTANCE */\n\n#if USE_UNITS_LIGHT\n    /* Illuminance */\n    {/* name */ \"LX\", /* unit */ SCPI_UNIT_LUX, /* mult */ 1},\n\n    /* Luminous flux */\n    {/* name */ \"LM\", /* unit */ SCPI_UNIT_LUMEN, /* mult */ 1},\n\n    /* Luminous intensity */\n    {/* name */ \"CD\", /* unit */ SCPI_UNIT_CANDELA, /* mult */ 1},\n#endif /* USE_UNITS_LIGHT */\n\n#if USE_UNITS_MAGNETIC\n    /* Magnetic flux */\n    {/* name */ \"WB\", /* unit */ SCPI_UNIT_WEBER, /* mult */ 1},\n\n    /* Magnetic induction */\n    {/* name */ \"NT\", /* unit */ SCPI_UNIT_TESLA, /* mult */ 1e-9},\n    {/* name */ \"UT\", /* unit */ SCPI_UNIT_TESLA, /* mult */ 1e-6},\n    {/* name */ \"MT\", /* unit */ SCPI_UNIT_TESLA, /* mult */ 1e-3},\n    {/* name */ \"T\", /* unit */ SCPI_UNIT_TESLA, /* mult */ 1},\n#endif /* USE_UNITS_MAGNETIC */\n\n#if USE_UNITS_POWER\n    /* Power */\n    {/* name */ \"W\", /* unit */ SCPI_UNIT_WATT, /* mult */ 1},\n    {/* name */ \"DBM\", /* unit */ SCPI_UNIT_DBM, /* mult */ 1},\n    {/* name */ \"DBMW\", /* unit */ SCPI_UNIT_DBM, /* mult */ 1},\n#endif /* USE_UNITS_POWER  */\n\n#if USE_UNITS_RATIO\n    /* Ratio */\n    {/* name */ \"DB\", /* unit */ SCPI_UNIT_DECIBEL, /* mult */ 1},\n    {/* name */ \"PCT\", /* unit */ SCPI_UNIT_UNITLESS, /* mult */ 1e-2},\n    {/* name */ \"PPM\", /* unit */ SCPI_UNIT_UNITLESS, /* mult */ 1e-6},\n#endif /* USE_UNITS_RATIO */\n\n#if USE_UNITS_TEMPERATURE\n    /* Temperature */\n    {/* name */ \"CEL\", /* unit */ SCPI_UNIT_CELSIUS, /* mult */ 1},\n#if USE_UNITS_IMPERIAL\n    {/* name */ \"FAR\", /* unit */ SCPI_UNIT_FAGRENHEIT, /* mult */ 1},\n#endif /* USE_UNITS_IMPERIAL */\n    {/* name */ \"K\", /* unit */ SCPI_UNIT_KELVIN, /* mult */ 1},\n#endif /* USE_UNITS_TEMPERATURE */\n\n#if USE_UNITS_TIME\n    /* Time */\n    {/* name */ \"PS\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 1e-12},\n    {/* name */ \"NS\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 1e-9},\n    {/* name */ \"US\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 1e-6},\n    {/* name */ \"MS\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 1e-3},\n    {/* name */ \"S\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 1},\n    {/* name */ \"MIN\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 60},\n    {/* name */ \"HR\", /* unit */ SCPI_UNIT_SECOND, /* mult */ 3600},\n    {/* name */ \"D\", /* unit */ SCPI_UNIT_DAY, /* mult */ 1},\n    {/* name */ \"ANN\", /* unit */ SCPI_UNIT_YEAR, /* mult */ 1},\n#endif /* USE_UNITS_TIME */\n\n    SCPI_UNITS_LIST_END,\n};\n\n/*\n * Special number values definition\n */\nconst scpi_choice_def_t scpi_special_numbers_def[] = {\n    {/* name */ \"MINimum\", /* type */ SCPI_NUM_MIN},\n    {/* name */ \"MAXimum\", /* type */ SCPI_NUM_MAX},\n    {/* name */ \"DEFault\", /* type */ SCPI_NUM_DEF},\n    {/* name */ \"UP\", /* type */ SCPI_NUM_UP},\n    {/* name */ \"DOWN\", /* type */ SCPI_NUM_DOWN},\n    {/* name */ \"NAN\", /* type */ SCPI_NUM_NAN},\n    {/* name */ \"INFinity\", /* type */ SCPI_NUM_INF},\n    {/* name */ \"NINF\", /* type */ SCPI_NUM_NINF},\n    {/* name */ \"AUTO\", /* type */ SCPI_NUM_AUTO},\n    SCPI_CHOICE_LIST_END,\n};\n\n/**\n * Convert string describing unit to its representation\n * @param units units patterns\n * @param unit text representation of unknown unit\n * @param len length of text representation\n * @return pointer of related unit definition or NULL\n */\nstatic const scpi_unit_def_t * translateUnit(const scpi_unit_def_t * units, const char * unit, size_t len) {\n    int i;\n\n    if (units == NULL) {\n        return NULL;\n    }\n\n    for (i = 0; units[i].name != NULL; i++) {\n        if (compareStr(unit, len, units[i].name, strlen(units[i].name))) {\n            return &units[i];\n        }\n    }\n\n    return NULL;\n}\n\n/**\n * Convert unit definition to string\n * @param units units definitions (patterns)\n * @param unit type of unit\n * @return string representation of unit\n */\nstatic const char * translateUnitInverse(const scpi_unit_def_t * units, const scpi_unit_t unit) {\n    int i;\n\n    if (units == NULL) {\n        return NULL;\n    }\n\n    for (i = 0; units[i].name != NULL; i++) {\n        if ((units[i].unit == unit) && (units[i].mult == 1)) {\n            return units[i].name;\n        }\n    }\n\n    return NULL;\n}\n\n/**\n * Transform number to base units\n * @param context\n * @param unit text representation of unit\n * @param len length of text representation\n * @param value preparsed numeric value\n * @return TRUE if value parameter was converted to base units\n */\nstatic scpi_bool_t transformNumber(scpi_t * context, const char * unit, size_t len, scpi_number_t * value) {\n    size_t s;\n    const scpi_unit_def_t * unitDef;\n    s = skipWhitespace(unit, len);\n\n    if (s == len) {\n        value->unit = SCPI_UNIT_NONE;\n        return TRUE;\n    }\n\n    unitDef = translateUnit(context->units, unit + s, len - s);\n\n    if (unitDef == NULL) {\n        SCPI_ErrorPush(context, SCPI_ERROR_INVALID_SUFFIX);\n        return FALSE;\n    }\n\n    value->value *= unitDef->mult;\n    value->unit = unitDef->unit;\n\n    return TRUE;\n}\n\n/**\n * Parse parameter as number, number with unit or special value (min, max, default, ...)\n * @param context\n * @param value return value\n * @param mandatory if the parameter is mandatory\n * @return\n */\nscpi_bool_t SCPI_ParamNumber(scpi_t * context, const scpi_choice_def_t * special, scpi_number_t * value, scpi_bool_t mandatory) {\n    scpi_token_t token;\n    lex_state_t state;\n    scpi_parameter_t param;\n    scpi_bool_t result;\n    int32_t tag;\n\n    if (!value) {\n        SCPI_ErrorPush(context, SCPI_ERROR_SYSTEM_ERROR);\n        return FALSE;\n    }\n\n    result = SCPI_Parameter(context, &param, mandatory);\n\n    if (!result) {\n        return result;\n    }\n\n    state.buffer = param.ptr;\n    state.pos = state.buffer;\n    state.len = param.len;\n\n    switch (param.type) {\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_HEXNUM:\n        case SCPI_TOKEN_OCTNUM:\n        case SCPI_TOKEN_BINNUM:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n        case SCPI_TOKEN_PROGRAM_MNEMONIC:\n            value->unit = SCPI_UNIT_NONE;\n            value->special = FALSE;\n            result = TRUE;\n            break;\n        default:\n            break;\n    }\n\n    switch (param.type) {\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n        case SCPI_TOKEN_PROGRAM_MNEMONIC:\n            value->base = 10;\n            break;\n        case SCPI_TOKEN_BINNUM:\n            value->base = 2;\n            break;\n        case SCPI_TOKEN_HEXNUM:\n            value->base = 16;\n            break;\n        case SCPI_TOKEN_OCTNUM:\n            value->base = 8;\n            break;\n        default:\n            break;\n    }\n\n    switch (param.type) {\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA:\n            SCPI_ParamToDouble(context, &param, &(value->value));\n            break;\n        case SCPI_TOKEN_HEXNUM:\n            SCPI_ParamToDouble(context, &param, &(value->value));\n            break;\n        case SCPI_TOKEN_OCTNUM:\n            SCPI_ParamToDouble(context, &param, &(value->value));\n            break;\n        case SCPI_TOKEN_BINNUM:\n            SCPI_ParamToDouble(context, &param, &(value->value));\n            break;\n        case SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX:\n            scpiLex_DecimalNumericProgramData(&state, &token);\n            scpiLex_WhiteSpace(&state, &token);\n            scpiLex_SuffixProgramData(&state, &token);\n\n            SCPI_ParamToDouble(context, &param, &(value->value));\n\n            result = transformNumber(context, token.ptr, token.len, value);\n            break;\n        case SCPI_TOKEN_PROGRAM_MNEMONIC:\n            scpiLex_WhiteSpace(&state, &token);\n            scpiLex_CharacterProgramData(&state, &token);\n\n            /* convert string to special number type */\n            result = SCPI_ParamToChoice(context, &token, special, &tag);\n\n            value->special = TRUE;\n            value->tag = tag;\n\n            break;\n        default:\n            result = FALSE;\n    }\n\n    return result;\n}\n\n/**\n * Convert scpi_number_t to string\n * @param context\n * @param value number value\n * @param str target string\n * @param len max length of string\n * @return number of chars written to string\n */\nsize_t SCPI_NumberToStr(scpi_t * context, const scpi_choice_def_t * special, scpi_number_t * value, char * str, size_t len) {\n    const char * type;\n    const char * unit;\n    size_t result;\n\n    if (!value || !str) {\n        return 0;\n    }\n\n    if (value->special) {\n        if (SCPI_ChoiceToName(special, value->tag, &type)) {\n            strncpy(str, type, len);\n            return min(strlen(type), len);\n        } else {\n            str[0] = 0;\n            return 0;\n        }\n    }\n\n    result = SCPI_DoubleToStr(value->value, str, len);\n\n    unit = translateUnitInverse(context->units, value->unit);\n\n    if (unit) {\n        strncat(str, \" \", len);\n        strncat(str, unit, len);\n        result += strlen(unit) + 1;\n    }\n\n    return result;\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/utils.c",
    "content": "/*-\n * Copyright (c) 2013 Jan Breuer\n *                    Richard.hmm\n * Copyright (c) 2012 Jan Breuer\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_utils.c\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  Conversion routines and string manipulation routines\n *\n *\n */\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <string.h>\n#include <ctype.h>\n#include <math.h>\n\n#include \"utils_private.h\"\n#include \"scpi/utils.h\"\n\nstatic size_t patternSeparatorShortPos(const char * pattern, size_t len);\nstatic size_t patternSeparatorPos(const char * pattern, size_t len);\nstatic size_t cmdSeparatorPos(const char * cmd, size_t len);\n\n/**\n * Find the first occurrence in str of a character in set.\n * @param str\n * @param size\n * @param set\n * @return\n */\nchar * strnpbrk(const char *str, size_t size, const char *set) {\n    const char *scanp;\n    long c, sc;\n    const char * strend = str + size;\n\n    while ((strend != str) && ((c = *str++) != 0)) {\n        for (scanp = set; (sc = *scanp++) != '\\0';)\n            if (sc == c)\n                return ((char *) (str - 1));\n    }\n    return (NULL);\n}\n\n/**\n * Converts signed/unsigned 32 bit integer value to string in specific base\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @param base  output base\n * @param sign\n * @return number of bytes written to str (without '\\0')\n */\nsize_t UInt32ToStrBaseSign(uint32_t val, char * str, size_t len, int8_t base, scpi_bool_t sign) {\n    const char digits[] = \"0123456789ABCDEF\";\n\n#define ADD_CHAR(c) if (pos < len) str[pos++] = (c)\n    uint32_t x = 0;\n    int_fast8_t digit;\n    size_t pos = 0;\n    uint32_t uval = val;\n\n    if (uval == 0) {\n        ADD_CHAR('0');\n    } else {\n\n        switch (base) {\n            case 2:\n                x = 0x80000000L;\n                break;\n            case 8:\n                x = 0x40000000L;\n                break;\n            default:\n            case 10:\n                base = 10;\n                x = 1000000000L;\n                break;\n            case 16:\n                x = 0x10000000L;\n                break;\n        }\n\n        // add sign for numbers in base 10\n        if (sign && ((int32_t) val < 0) && (base == 10)) {\n            uval = -val;\n            ADD_CHAR('-');\n        }\n\n        // remove leading zeros\n        while ((uval / x) == 0) {\n            x /= base;\n        }\n\n        do {\n            digit = (uint8_t) (uval / x);\n            ADD_CHAR(digits[digit]);\n            uval -= digit * x;\n            x /= base;\n        } while (x && (pos < len));\n    }\n\n    if (pos < len) str[pos] = 0;\n    return pos;\n#undef ADD_CHAR\n}\n\n/**\n * Converts signed 32 bit integer value to string\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_Int32ToStr(int32_t val, char * str, size_t len) {\n    return UInt32ToStrBaseSign((uint32_t) val, str, len, 10, TRUE);\n}\n\n/**\n * Converts unsigned 32 bit integer value to string in specific base\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @param base  output base\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_UInt32ToStrBase(uint32_t val, char * str, size_t len, int8_t base) {\n    return UInt32ToStrBaseSign(val, str, len, base, FALSE);\n}\n\n/**\n * Converts signed/unsigned 64 bit integer value to string in specific base\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @param base  output base\n * @param sign\n * @return number of bytes written to str (without '\\0')\n */\nsize_t UInt64ToStrBaseSign(uint64_t val, char * str, size_t len, int8_t base, scpi_bool_t sign) {\n    const char digits[] = \"0123456789ABCDEF\";\n\n#define ADD_CHAR(c) if (pos < len) str[pos++] = (c)\n    uint64_t x = 0;\n    int_fast8_t digit;\n    size_t pos = 0;\n    uint64_t uval = val;\n\n    if (uval == 0) {\n        ADD_CHAR('0');\n    } else {\n\n        switch (base) {\n            case 2:\n                x = 0x8000000000000000ULL;\n                break;\n            case 8:\n                x = 0x8000000000000000ULL;\n                break;\n\t    default:\n            case 10:\n                x = 10000000000000000000ULL;\n                base = 10;\n                break;\n            case 16:\n                x = 0x1000000000000000ULL;\n                break;\n        }\n\n        // add sign for numbers in base 10\n        if (sign && ((int64_t) val < 0) && (base == 10)) {\n            uval = -val;\n            ADD_CHAR('-');\n        }\n\n        // remove leading zeros\n        while ((uval / x) == 0) {\n            x /= base;\n        }\n\n        do {\n            digit = (uint8_t) (uval / x);\n            ADD_CHAR(digits[digit]);\n            uval -= digit * x;\n            x /= base;\n        } while (x && (pos < len));\n    }\n\n    if (pos < len) str[pos] = 0;\n    return pos;\n#undef ADD_CHAR\n}\n\n/**\n * Converts signed 64 bit integer value to string\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_Int64ToStr(int64_t val, char * str, size_t len) {\n    return UInt64ToStrBaseSign((uint64_t) val, str, len, 10, TRUE);\n}\n\n/**\n * Converts signed/unsigned 64 bit integer value to string in specific base\n * @param val   integer value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @param base  output base\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_UInt64ToStrBase(uint64_t val, char * str, size_t len, int8_t base) {\n    return UInt64ToStrBaseSign(val, str, len, base, FALSE);\n}\n\n/**\n * Converts float (32 bit) value to string\n * @param val   long value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_FloatToStr(float val, char * str, size_t len) {\n    return SCPIDEFINE_floatToStr(val, str, len);\n}\n\n/**\n * Converts double (64 bit) value to string\n * @param val   double value\n * @param str   converted textual representation\n * @param len   string buffer length\n * @return number of bytes written to str (without '\\0')\n */\nsize_t SCPI_DoubleToStr(double val, char * str, size_t len) {\n    return SCPIDEFINE_doubleToStr(val, str, len);\n}\n\n/**\n * Converts string to signed 32bit integer representation\n * @param str   string value\n * @param val   32bit integer result\n * @return      number of bytes used in string\n */\nsize_t strBaseToInt32(const char * str, int32_t * val, int8_t base) {\n    char * endptr;\n    *val = strtol(str, &endptr, base);\n    return endptr - str;\n}\n\n/**\n * Converts string to unsigned 32bit integer representation\n * @param str   string value\n * @param val   32bit integer result\n * @return      number of bytes used in string\n */\nsize_t strBaseToUInt32(const char * str, uint32_t * val, int8_t base) {\n    char * endptr;\n    *val = strtoul(str, &endptr, base);\n    return endptr - str;\n}\n\n/**\n * Converts string to signed 64bit integer representation\n * @param str   string value\n * @param val   64bit integer result\n * @return      number of bytes used in string\n */\nsize_t strBaseToInt64(const char * str, int64_t * val, int8_t base) {\n    char * endptr;\n    *val = strtoll(str, &endptr, base);\n    return endptr - str;\n}\n\n/**\n * Converts string to unsigned 64bit integer representation\n * @param str   string value\n * @param val   64bit integer result\n * @return      number of bytes used in string\n */\nsize_t strBaseToUInt64(const char * str, uint64_t * val, int8_t base) {\n    char * endptr;\n    *val = strtoull(str, &endptr, base);\n    return endptr - str;\n}\n\n/**\n * Converts string to float (32 bit) representation\n * @param str   string value\n * @param val   float result\n * @return      number of bytes used in string\n */\nsize_t strToFloat(const char * str, float * val) {\n    char * endptr;\n    *val = strtof(str, &endptr);\n    return endptr - str;\n}\n\n/**\n * Converts string to double (64 bit) representation\n * @param str   string value\n * @param val   double result\n * @return      number of bytes used in string\n */\nsize_t strToDouble(const char * str, double * val) {\n    char * endptr;\n    *val = strtod(str, &endptr);\n    return endptr - str;\n}\n\n/**\n * Compare two strings with exact length\n * @param str1\n * @param len1\n * @param str2\n * @param len2\n * @return TRUE if len1==len2 and \"len\" characters of both strings are equal\n */\nscpi_bool_t compareStr(const char * str1, size_t len1, const char * str2, size_t len2) {\n    if (len1 != len2) {\n        return FALSE;\n    }\n\n    if (SCPIDEFINE_strncasecmp(str1, str2, len2) == 0) {\n        return TRUE;\n    }\n\n    return FALSE;\n}\n\n/**\n * Compare two strings, one be longer but may contains only numbers in that section\n * @param str1\n * @param len1\n * @param str2\n * @param len2\n * @return TRUE if strings match\n */\nscpi_bool_t compareStrAndNum(const char * str1, size_t len1, const char * str2, size_t len2, int32_t * num) {\n    scpi_bool_t result = FALSE;\n    size_t i;\n\n    if (len2 < len1) {\n        return FALSE;\n    }\n\n    if (SCPIDEFINE_strncasecmp(str1, str2, len1) == 0) {\n        result = TRUE;\n\n        if (num) {\n            if (len1 == len2) {\n                //*num = 1;\n            } else {\n                int32_t tmpNum;\n                i = len1 + strBaseToInt32(str2 + len1, &tmpNum, 10);\n                if (i != len2) {\n                    result = FALSE;\n                } else {\n                    *num = tmpNum;\n                }\n            }\n        } else {\n            for (i = len1; i < len2; i++) {\n                if (!isdigit((int) str2[i])) {\n                    result = FALSE;\n                    break;\n                }\n            }\n        }\n    }\n\n    return result;\n}\n\n/**\n * Count white spaces from the beggining\n * @param cmd - command\n * @param len - max search length\n * @return number of white spaces\n */\nsize_t skipWhitespace(const char * cmd, size_t len) {\n    size_t i;\n    for (i = 0; i < len; i++) {\n        if (!isspace((unsigned char) cmd[i])) {\n            return i;\n        }\n    }\n    return len;\n}\n\n/**\n * Pattern is composed from upper case an lower case letters. This function\n * search the first lowercase letter\n * @param pattern\n * @param len - max search length\n * @return position of separator or len\n */\nstatic size_t patternSeparatorShortPos(const char * pattern, size_t len) {\n    size_t i;\n    for (i = 0; (i < len) && pattern[i]; i++) {\n        if (islower((unsigned char) pattern[i])) {\n            return i;\n        }\n    }\n    return i;\n}\n\n/**\n * Find pattern separator position\n * @param pattern\n * @param len - max search length\n * @return position of separator or len\n */\nstatic size_t patternSeparatorPos(const char * pattern, size_t len) {\n\n    char * separator = strnpbrk(pattern, len, \"?:[]\");\n    if (separator == NULL) {\n        return len;\n    } else {\n        return separator - pattern;\n    }\n}\n\n/**\n * Find command separator position\n * @param cmd - input command\n * @param len - max search length\n * @return position of separator or len\n */\nstatic size_t cmdSeparatorPos(const char * cmd, size_t len) {\n    char * separator = strnpbrk(cmd, len, \":?\");\n    size_t result;\n    if (separator == NULL) {\n        result = len;\n    } else {\n        result = separator - cmd;\n    }\n\n    return result;\n}\n\n/**\n * Match pattern and str. Pattern is in format UPPERCASElowercase\n * @param pattern\n * @param pattern_len\n * @param str\n * @param str_len\n * @return\n */\nscpi_bool_t matchPattern(const char * pattern, size_t pattern_len, const char * str, size_t str_len, int32_t * num) {\n    int pattern_sep_pos_short;\n\n    if ((pattern_len > 0) && pattern[pattern_len - 1] == '#') {\n        size_t new_pattern_len = pattern_len - 1;\n\n        pattern_sep_pos_short = patternSeparatorShortPos(pattern, new_pattern_len);\n\n        return compareStrAndNum(pattern, new_pattern_len, str, str_len, num) ||\n                compareStrAndNum(pattern, pattern_sep_pos_short, str, str_len, num);\n    } else {\n\n        pattern_sep_pos_short = patternSeparatorShortPos(pattern, pattern_len);\n\n        return compareStr(pattern, pattern_len, str, str_len) ||\n                compareStr(pattern, pattern_sep_pos_short, str, str_len);\n    }\n}\n\n/**\n * Compare pattern and command\n * @param pattern eg. [:MEASure]:VOLTage:DC?\n * @param cmd - command\n * @param len - max search length\n * @return TRUE if pattern matches, FALSE otherwise\n */\nscpi_bool_t matchCommand(const char * pattern, const char * cmd, size_t len, int32_t *numbers, size_t numbers_len, int32_t default_value) {\n#define SKIP_PATTERN(n) do {pattern_ptr += (n);  pattern_len -= (n);} while(0)\n#define SKIP_CMD(n) do {cmd_ptr += (n);  cmd_len -= (n);} while(0)\n\n    scpi_bool_t result = FALSE;\n    int brackets = 0;\n    int cmd_sep_pos = 0;\n\n    size_t numbers_idx = 0;\n    int32_t *number_ptr = NULL;\n\n    const char * pattern_ptr = pattern;\n    int pattern_len = strlen(pattern);\n\n    const char * cmd_ptr = cmd;\n    size_t cmd_len = SCPIDEFINE_strnlen(cmd, len);\n\n    /* both commands are query commands? */\n    if (pattern_ptr[pattern_len - 1] == '?') {\n        if (cmd_ptr[cmd_len - 1] == '?') {\n            cmd_len -= 1;\n            pattern_len -= 1;\n        } else {\n            return FALSE;\n        }\n    }\n\n    /* now support optional keywords in pattern style, e.g. [:MEASure]:VOLTage:DC? */\n    if (pattern_ptr[0] == '[') { // skip first '['\n        SKIP_PATTERN(1);\n        brackets++;\n    }\n    if (pattern_ptr[0] == ':') { // skip first ':'\n        SKIP_PATTERN(1);\n    }\n\n    if (cmd_ptr[0] == ':') {\n        /* handle errornouse \":*IDN?\" */\n        if (cmd_len >= 2) {\n            if (cmd_ptr[1] != '*') {\n                SKIP_CMD(1);\n            } else {\n                return FALSE;\n            }\n        }\n    }\n\n    while (1) {\n        int pattern_sep_pos = patternSeparatorPos(pattern_ptr, pattern_len);\n\n        cmd_sep_pos = cmdSeparatorPos(cmd_ptr, cmd_len);\n\n        if ((pattern_sep_pos > 0) && pattern_ptr[pattern_sep_pos - 1] == '#') {\n            if (numbers && (numbers_idx < numbers_len)) {\n                number_ptr = numbers + numbers_idx;\n                *number_ptr = default_value; // default value\n            } else {\n                number_ptr = NULL;\n            }\n            numbers_idx++;\n        } else {\n            number_ptr = NULL;\n        }\n\n        if (matchPattern(pattern_ptr, pattern_sep_pos, cmd_ptr, cmd_sep_pos, number_ptr)) {\n            SKIP_PATTERN(pattern_sep_pos);\n            SKIP_CMD(cmd_sep_pos);\n            result = TRUE;\n\n            /* command is complete */\n            if ((pattern_len == 0) && (cmd_len == 0)) {\n                break;\n            }\n\n            /* pattern complete, but command not */\n            if ((pattern_len == 0) && (cmd_len > 0)) {\n                result = FALSE;\n                break;\n            }\n\n            /* command complete, but pattern not */\n            if (cmd_len == 0) {\n                // verify all subsequent pattern parts are also optional\n                while (pattern_len) {\n                    pattern_sep_pos = patternSeparatorPos(pattern_ptr, pattern_len);\n                    switch (pattern_ptr[pattern_sep_pos]) {\n                        case '[':\n                            brackets++;\n                            break;\n                        case ']':\n                            brackets--;\n                            break;\n                        default:\n                            break;\n                    }\n                    SKIP_PATTERN(pattern_sep_pos + 1);\n                    if (brackets == 0) {\n                        if ((pattern_len > 0) && (pattern_ptr[0] == '[')) {\n                            continue;\n                        } else {\n                            break;\n                        }\n                    }\n                }\n                if (pattern_len != 0) {\n                    result = FALSE;\n                }\n                break; /* exist optional keyword, command is complete */\n            }\n\n            /* both command and patter contains command separator at this position */\n            if ((pattern_len > 0)\n                    && ((pattern_ptr[0] == cmd_ptr[0])\n                    && (pattern_ptr[0] == ':'))) {\n                SKIP_PATTERN(1);\n                SKIP_CMD(1);\n            } else if ((pattern_len > 1)\n                    && (pattern_ptr[1] == cmd_ptr[0])\n                    && (pattern_ptr[0] == '[')\n                    && (pattern_ptr[1] == ':')) {\n                SKIP_PATTERN(2); // for skip '[' in \"[:\"\n                SKIP_CMD(1);\n                brackets++;\n            } else if ((pattern_len > 1)\n                    && (pattern_ptr[1] == cmd_ptr[0])\n                    && (pattern_ptr[0] == ']')\n                    && (pattern_ptr[1] == ':')) {\n                SKIP_PATTERN(2); // for skip ']' in \"]:\"\n                SKIP_CMD(1);\n                brackets--;\n            } else if ((pattern_len > 2)\n                    && (pattern_ptr[2] == cmd_ptr[0])\n                    && (pattern_ptr[0] == ']')\n                    && (pattern_ptr[1] == '[')\n                    && (pattern_ptr[2] == ':')) {\n                SKIP_PATTERN(3); // for skip '][' in \"][:\"\n                SKIP_CMD(1);\n                //brackets++;\n                //brackets--;\n            } else {\n                result = FALSE;\n                break;\n            }\n        } else {\n            SKIP_PATTERN(pattern_sep_pos);\n            if ((pattern_ptr[0] == ']') && (pattern_ptr[1] == ':')) {\n                SKIP_PATTERN(2); // for skip ']' in \"]:\" , pattern_ptr continue, while cmd_ptr remain unchanged\n                brackets--;\n            } else if ((pattern_len > 2) && (pattern_ptr[0] == ']')\n                    && (pattern_ptr[1] == '[')\n                    && (pattern_ptr[2] == ':')) {\n                SKIP_PATTERN(3); // for skip ']' in \"][:\" , pattern_ptr continue, while cmd_ptr remain unchanged\n                //brackets++;\n                //brackets--;\n            } else {\n                result = FALSE;\n                break;\n            }\n        }\n    }\n\n    return result;\n#undef SKIP_PATTERN\n#undef SKIP_CMD\n}\n\n/**\n * Compose command from previous command anc current command\n *\n * @param prev pointer to previous command\n * @param current pointer of current command\n *\n * prev and current should be in the same memory buffer\n */\nscpi_bool_t composeCompoundCommand(const scpi_token_t * prev, scpi_token_t * current) {\n    size_t i;\n\n    /* Invalid input */\n    if (current == NULL || current->ptr == NULL || current->len == 0)\n        return FALSE;\n\n    /* no previous command - nothing to do*/\n    if (prev->ptr == NULL || prev->len == 0)\n        return TRUE;\n\n    /* Common command or command root - nothing to do */\n    if (current->ptr[0] == '*' || current->ptr[0] == ':')\n        return TRUE;\n\n    /* Previsou command was common command - nothing to do */\n    if (prev->ptr[0] == '*')\n        return TRUE;\n\n    /* Find last occurence of ':' */\n    for (i = prev->len; i > 0; i--) {\n        if (prev->ptr[i - 1] == ':') {\n            break;\n        }\n    }\n\n    /* Previous command was simple command - nothing to do*/\n    if (i == 0)\n        return TRUE;\n\n    current->ptr -= i;\n    current->len += i;\n    memmove(current->ptr, prev->ptr, i);\n    return TRUE;\n}\n\n\n\n#if !HAVE_STRNLEN\n/* use FreeBSD strnlen */\n\n/*-\n * Copyright (c) 2009 David Schultz <das@FreeBSD.org>\n * All rights reserved.\n */\nsize_t\nBSD_strnlen(const char *s, size_t maxlen) {\n    size_t len;\n\n    for (len = 0; len < maxlen; len++, s++) {\n        if (!*s)\n            break;\n    }\n    return (len);\n}\n#endif\n\n#if !HAVE_STRNCASECMP && !HAVE_STRNICMP\n\nint OUR_strncasecmp(const char *s1, const char *s2, size_t n) {\n    unsigned char c1, c2;\n\n    for (; n != 0; n--) {\n        c1 = tolower((unsigned char) *s1++);\n        c2 = tolower((unsigned char) *s2++);\n        if (c1 != c2) {\n            return c1 - c2;\n        }\n        if (c1 == '\\0') {\n            return 0;\n        }\n    }\n    return 0;\n}\n#endif\n\n// Floating point to string conversion routines\n//\n// Copyright (C) 2002 Michael Ringgaard. All rights reserved.\n//\n// Redistribution and use in source and binary forms, with or without\n// modification, are permitted provided that the following conditions\n// are met:\n//\n// 1. Redistributions of source code must retain the above copyright\n//    notice, this list of conditions and the following disclaimer.\n// 2. Redistributions in binary form must reproduce the above copyright\n//    notice, this list of conditions and the following disclaimer in the\n//    documentation and/or other materials provided with the distribution.\n// 3. Neither the name of the project nor the names of its contributors\n//    may be used to endorse or promote products derived from this software\n//    without specific prior written permission.\n//\n// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n// ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n// SUCH DAMAGE.\n\nstatic char *scpi_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf, size_t bufsize) {\n    int r1, r2;\n    double fi, fj;\n    int w1, w2;\n\n    if (ndigits < 0) ndigits = 0;\n    if (ndigits >= (int) (bufsize - 1)) ndigits = bufsize - 2;\n\n    r2 = 0;\n    *sign = 0;\n    w1 = 0;\n    if (arg < 0) {\n        *sign = 1;\n        arg = -arg;\n    }\n    frexp(arg, &r1);\n    arg = modf(arg, &fi);\n\n    if (fi != 0) {\n        r1 = r1 * 308 / 1024 - ndigits;\n        w2 = bufsize;\n        while (r1 > 0) {\n            fj = modf(fi / 10, &fi);\n            r2++;\n            r1--;\n        }\n        while (fi != 0) {\n            fj = modf(fi / 10, &fi);\n            buf[--w2] = (int) ((fj + .03) * 10) + '0';\n            r2++;\n        }\n        while (w2 < (int)bufsize) buf[w1++] = buf[w2++];\n    } else if (arg > 0) {\n        while ((fj = arg * 10) < 1) {\n            arg = fj;\n            r2--;\n        }\n    }\n    w2 = ndigits;\n    *decpt = r2;\n    if (w2 < 0) {\n        buf[0] = '\\0';\n        return buf;\n    }\n    while (w1 <= w2 && w1 < (int)bufsize) {\n        arg *= 10;\n        arg = modf(arg, &fj);\n        buf[w1++] = (int) fj + '0';\n    }\n    if (w2 >= (int)bufsize) {\n        buf[bufsize - 1] = '\\0';\n        return buf;\n    }\n    w1 = w2;\n    buf[w2] += 5;\n    while (buf[w2] > '9') {\n        buf[w2] = '0';\n        if (w2 > 0) {\n            ++buf[--w2];\n        } else {\n            buf[w2] = '1';\n            (*decpt)++;\n        }\n    }\n    buf[w1] = '\\0';\n    return buf;\n}\n\n#define SCPI_DTOSTRE_BUFFER_SIZE 32\n\nchar * SCPI_dtostre(double __val, char * __s, size_t __ssize, unsigned char __prec, unsigned char __flags) {\n    char buffer[SCPI_DTOSTRE_BUFFER_SIZE];\n\n    int sign = signbit(__val);\n    char * s = buffer;\n    int decpt;\n    if (sign) {\n        __val = -__val;\n        s[0] = '-';\n        s++;\n    } else if (!isnan(__val)) {\n        if (SCPI_DTOSTRE_PLUS_SIGN & __flags) {\n            s[0] = '+';\n            s++;\n        } else if (SCPI_DTOSTRE_ALWAYS_SIGN & __flags) {\n            s[0] = ' ';\n            s++;\n        }\n    }\n\n    if (!isfinite(__val)) {\n        if (isnan(__val)) {\n            strcpy(s, (__flags & SCPI_DTOSTRE_UPPERCASE) ? \"NAN\" : \"nan\");\n        } else {\n            strcpy(s, (__flags & SCPI_DTOSTRE_UPPERCASE) ? \"INF\" : \"inf\");\n        }\n        strncpy(__s, buffer, __ssize);\n        return __s;\n    }\n\n    scpi_ecvt(__val, __prec, &decpt, &sign, s, SCPI_DTOSTRE_BUFFER_SIZE - 1);\n    if (decpt > 1 && decpt <= __prec) {\n        memmove(s + decpt + 1, s + decpt, __prec + 1 - decpt);\n        s[decpt] = '.';\n        decpt = 0;\n    } else if (decpt > -4 && decpt <= 0) {\n        decpt = -decpt + 1;\n        memmove(s + decpt + 1, s, __prec + 1);\n        memset(s, '0', decpt + 1);\n        s[1] = '.';\n        decpt = 0;\n    } else {\n        memmove(s + 2, s + 1, __prec + 1);\n        s[1] = '.';\n        decpt--;\n    }\n\n    s = &s[__prec];\n    while (s[0] == '0') {\n        s[0] = 0;\n        s--;\n    }\n    if (s[0] == '.') {\n        s[0] = 0;\n        s--;\n    }\n\n    if (decpt != 0) {\n        s++;\n        s[0] = 'e';\n        s++;\n        if (decpt != 0) {\n            if (decpt > 0) {\n                s[0] = '+';\n            }\n            if (decpt < 0) {\n                s[0] = '-';\n                decpt = -decpt;\n            }\n            s++;\n        }\n        UInt32ToStrBaseSign(decpt, s, 5, 10, 0);\n        if (s[1] == 0) {\n            s[2] = s[1];\n            s[1] = s[0];\n            s[0] = '0';\n        }\n    }\n\n    strncpy(__s, buffer, __ssize);\n    return __s;\n}\n\n/**\n * Get native CPU endiannes\n * @return \n */\nscpi_array_format_t SCPI_GetNativeFormat(void) {\n    union {\n        uint32_t i;\n        char c[4];\n    } bint = {0x01020304};\n\n    return bint.c[0] == 1 ? SCPI_FORMAT_BIGENDIAN : SCPI_FORMAT_LITTLEENDIAN;\n}\n\n/**\n * Swap 16bit number\n * @param val\n * @return \n */\nuint16_t SCPI_Swap16(uint16_t val) {\n    return ((val & 0x00FF) << 8) | \n            ((val & 0xFF00) >> 8);\n}\n\n/**\n * Swap 32bit number\n * @param val\n * @return \n */\nuint32_t SCPI_Swap32(uint32_t val) {\n    return ((val & 0x000000FF) << 24) |\n            ((val & 0x0000FF00) << 8) |\n            ((val & 0x00FF0000) >> 8) |\n            ((val & 0xFF000000) >> 24);\n}\n\n/**\n * Swap 64bit number\n * @param val\n * @return \n */\nuint64_t SCPI_Swap64(uint64_t val) {\n    return ((val & 0x00000000000000FFul) << 56) |\n            ((val & 0x000000000000FF00ul) << 40) |\n            ((val & 0x0000000000FF0000ul) << 24) |\n            ((val & 0x00000000FF000000ul) << 8) |\n            ((val & 0x000000FF00000000ul) >> 8) |\n            ((val & 0x0000FF0000000000ul) >> 24) |\n            ((val & 0x00FF000000000000ul) >> 40) |\n            ((val & 0xFF00000000000000ul) >> 56);\n}\n"
  },
  {
    "path": "libraries/scpi-parser/src/impl/utils_private.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_utils.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  Conversion routines and string manipulation routines\n *\n *\n */\n\n#ifndef SCPI_UTILS_PRIVATE_H\n#define\tSCPI_UTILS_PRIVATE_H\n\n#include <stdint.h>\n#include \"scpi/config.h\"\n#include \"scpi/types.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n#if defined(__GNUC__) && (__GNUC__ >= 4)\n#define LOCAL __attribute__((visibility (\"hidden\")))\n#else\n#define LOCAL\n#endif\n\n    char * strnpbrk(const char *str, size_t size, const char *set) LOCAL;\n    scpi_bool_t compareStr(const char * str1, size_t len1, const char * str2, size_t len2) LOCAL;\n    scpi_bool_t compareStrAndNum(const char * str1, size_t len1, const char * str2, size_t len2, int32_t * num) LOCAL;\n    size_t UInt32ToStrBaseSign(uint32_t val, char * str, size_t len, int8_t base, scpi_bool_t sign) LOCAL;\n    size_t UInt64ToStrBaseSign(uint64_t val, char * str, size_t len, int8_t base, scpi_bool_t sign) LOCAL;\n    size_t strBaseToInt32(const char * str, int32_t * val, int8_t base) LOCAL;\n    size_t strBaseToUInt32(const char * str, uint32_t * val, int8_t base) LOCAL;\n    size_t strBaseToInt64(const char * str, int64_t * val, int8_t base) LOCAL;\n    size_t strBaseToUInt64(const char * str, uint64_t * val, int8_t base) LOCAL;\n    size_t strToFloat(const char * str, float * val) LOCAL;\n    size_t strToDouble(const char * str, double * val) LOCAL;\n    scpi_bool_t locateText(const char * str1, size_t len1, const char ** str2, size_t * len2) LOCAL;\n    scpi_bool_t locateStr(const char * str1, size_t len1, const char ** str2, size_t * len2) LOCAL;\n    size_t skipWhitespace(const char * cmd, size_t len) LOCAL;\n    scpi_bool_t matchPattern(const char * pattern, size_t pattern_len, const char * str, size_t str_len, int32_t * num) LOCAL;\n    scpi_bool_t matchCommand(const char * pattern, const char * cmd, size_t len, int32_t *numbers, size_t numbers_len, int32_t default_value) LOCAL;\n    scpi_bool_t composeCompoundCommand(const scpi_token_t * prev, scpi_token_t * current) LOCAL;\n\n#define SCPI_DTOSTRE_UPPERCASE   1\n#define SCPI_DTOSTRE_ALWAYS_SIGN 2\n#define SCPI_DTOSTRE_PLUS_SIGN   4\n    char * SCPI_dtostre(double __val, char * __s, size_t __ssize, unsigned char __prec, unsigned char __flags);\n\n    scpi_array_format_t SCPI_GetNativeFormat(void);\n    uint16_t SCPI_Swap16(uint16_t val);\n    uint32_t SCPI_Swap32(uint32_t val);\n    uint64_t SCPI_Swap64(uint64_t val);\n\n#if !HAVE_STRNLEN\n    size_t BSD_strnlen(const char *s, size_t maxlen) LOCAL;\n#endif\n\n#if !HAVE_STRNCASECMP && !HAVE_STRNICMP\n    int OUR_strncasecmp(const char *s1, const char *s2, size_t n) LOCAL;\n#endif\n\n#ifndef min\n#define min(a, b)  (((a) < (b)) ? (a) : (b))\n#endif\n\n#ifndef max\n#define max(a, b)  (((a) > (b)) ? (a) : (b))\n#endif\n\n#if 0\n#define max(a,b) \\\n   ({ __typeof__ (a) _a = (a); \\\n       __typeof__ (b) _b = (b); \\\n     _a > _b ? _a : _b; })\n\n#define min(a,b) \\\n   ({ __typeof__ (a) _a = (a); \\\n       __typeof__ (b) _b = (b); \\\n     _a < _b ? _a : _b; })\n\n#endif\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_UTILS_PRIVATE_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/config.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   config.h\n * @date   Wed Mar 20 12:21:26 UTC 2013\n *\n * @brief  SCPI Configuration\n *\n *\n */\n\n#ifndef __SCPI_CONFIG_H_\n#define __SCPI_CONFIG_H_\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n// This is automatically added by the build-arduino-library.py\n#define SCPI_USER_CONFIG 1\n\n#ifdef SCPI_USER_CONFIG\n#include \"scpi_user_config.h\"\n#endif\n\n/* set the termination character(s)   */\n#define LINE_ENDING_CR          \"\\r\"    /*   use a <CR> carriage return as termination charcter */\n#define LINE_ENDING_LF          \"\\n\"    /*   use a <LF> line feed as termination charcter */\n#define LINE_ENDING_CRLF        \"\\r\\n\"  /*   use <CR><LF> carriage return + line feed as termination charcters */\n\n#ifndef SCPI_LINE_ENDING\n#define SCPI_LINE_ENDING        LINE_ENDING_CRLF\n#endif\n\n/**\n * Detect, if it has limited resources or it is running on a full blown operating system.\n * All values can be overiden by scpi_user_config.h\n */\n#define SYSTEM_BARE_METAL 0\n#define SYSTEM_FULL_BLOWN 1\n\n/* This should cover all windows compilers (msvc, mingw, cvi) and all Linux/OSX/BSD and other UNIX compatible systems (gcc, clang) */\n#if defined(_WIN32) || defined(_WIN64) || defined(__unix) || defined(__unix__) || defined(__APPLE__)\n#define SYSTEM_TYPE SYSTEM_FULL_BLOWN\n#else\n#define SYSTEM_TYPE SYSTEM_BARE_METAL\n#endif\n\n/**\n * Enable full error list\n * 0 = Minimal set of errors\n * 1 = Full set of errors\n *\n * For small systems, full set of errors will occupy large ammount of data\n * It is enabled by default on full blown systems and disabled on limited bare metal systems\n */\n#ifndef USE_FULL_ERROR_LIST\n#define USE_FULL_ERROR_LIST SYSTEM_TYPE\n#endif\n\n/**\n * Enable also LIST_OF_USER_ERRORS to be included\n * 0 = Use only library defined errors\n * 1 = Use also LIST_OF_USER_ERRORS\n */\n#ifndef USE_USER_ERROR_LIST\n#define USE_USER_ERROR_LIST 0\n#endif\n\n#ifndef USE_COMMAND_TAGS\n#define USE_COMMAND_TAGS 1\n#endif\n\n#ifndef USE_64K_PROGMEM_FOR_CMD_LIST\n#define USE_64K_PROGMEM_FOR_CMD_LIST 0\n#endif\n\n#ifndef USE_FULL_PROGMEM_FOR_CMD_LIST\n#define USE_FULL_PROGMEM_FOR_CMD_LIST 0\n#endif\n\n#ifndef USE_64K_PROGMEM_FOR_ERROR_MESSAGES\n#define USE_64K_PROGMEM_FOR_ERROR_MESSAGES 0\n#endif\n\n#ifndef USE_FULL_PROGMEM_FOR_ERROR_MESSAGES\n#define USE_FULL_PROGMEM_FOR_ERROR_MESSAGES 0\n#endif\n\n#ifndef USE_DEPRECATED_FUNCTIONS\n#define USE_DEPRECATED_FUNCTIONS 1\n#endif\n\n#ifndef USE_CUSTOM_DTOSTR\n#define USE_CUSTOM_DTOSTR 0\n#endif\n\n#ifndef USE_UNITS_IMPERIAL\n#define USE_UNITS_IMPERIAL 0\n#endif\n\n#ifndef USE_UNITS_ANGLE\n#define USE_UNITS_ANGLE SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_PARTICLES\n#define USE_UNITS_PARTICLES SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_DISTANCE\n#define USE_UNITS_DISTANCE SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_MAGNETIC\n#define USE_UNITS_MAGNETIC SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_LIGHT\n#define USE_UNITS_LIGHT SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_ENERGY_FORCE_MASS\n#define USE_UNITS_ENERGY_FORCE_MASS SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_TIME\n#define USE_UNITS_TIME SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_TEMPERATURE\n#define USE_UNITS_TEMPERATURE SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_RATIO\n#define USE_UNITS_RATIO SYSTEM_TYPE\n#endif\n\n#ifndef USE_UNITS_POWER\n#define USE_UNITS_POWER 1\n#endif\n\n#ifndef USE_UNITS_FREQUENCY\n#define USE_UNITS_FREQUENCY 1\n#endif\n\n#ifndef USE_UNITS_ELECTRIC\n#define USE_UNITS_ELECTRIC 1\n#endif\n\n#ifndef USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE\n#define USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE SYSTEM_TYPE\n#endif\n\n/* Compiler specific */\n/* RealView/Keil ARM Compiler, e.g. Cortex-M CPUs */\n#if defined(__CC_ARM)\n#define HAVE_STRNLEN            0\n#define HAVE_STRNCASECMP        1\n#define HAVE_STRNICMP           0\n#endif\n\n/* National Instruments (R) CVI x86/x64 PC platform */\n#if defined(_CVI_)\n#define HAVE_STRNLEN            0\n#define HAVE_STRNCASECMP        0\n#define HAVE_STRNICMP           1\n#define HAVE_STDBOOL            0\n#endif\n\n/* 8bit PIC - PIC16, etc */\n#if defined(_MPC_)\n#define HAVE_STRNLEN            0\n#define HAVE_STRNCASECMP        0\n#define HAVE_STRNICMP           1\n#endif\n\n/* PIC24 */\n#if defined(__C30__)\n#define HAVE_STRNLEN            0\n#define HAVE_STRNCASECMP        0\n#define HAVE_STRNICMP           0\n#endif\n\n/* PIC32mx */\n#if defined(__C32__)\n#define HAVE_STRNLEN            0\n#define HAVE_STRNCASECMP        1\n#define HAVE_STRNICMP           0\n#endif\n\n/* AVR libc */\n#if defined(__AVR__)\n#include <stdlib.h>\n#define HAVE_DTOSTRE            1\n#endif\n\n/* ======== test strnlen ======== */\n#ifndef HAVE_STRNLEN\n#define HAVE_STRNLEN            1\n#endif\n/* ======== test strncasecmp ======== */\n#ifndef HAVE_STRNCASECMP\n#define HAVE_STRNCASECMP        1\n#endif\n/* ======== test strnicmp ======== */\n#ifndef HAVE_STRNICMP\n#define HAVE_STRNICMP           0\n#endif\n\n#ifndef HAVE_STDBOOL\n#define HAVE_STDBOOL            1\n#endif\n\n/* define local macros depending on existance of strnlen */\n#if HAVE_STRNLEN\n#define SCPIDEFINE_strnlen(s, l)\tstrnlen((s), (l))\n#else\n#define SCPIDEFINE_strnlen(s, l)\tBSD_strnlen((s), (l))\n#endif\n\n/* define local macros depending on existance of strncasecmp and strnicmp */\n#if HAVE_STRNCASECMP\n#define SCPIDEFINE_strncasecmp(s1, s2, l) strncasecmp((s1), (s2), (l))\n#elif HAVE_STRNICMP\n#define SCPIDEFINE_strncasecmp(s1, s2, l) strnicmp((s1), (s2), (l))\n#else\n#define SCPIDEFINE_strncasecmp(s1, s2, l) OUR_strncasecmp((s1), (s2), (l))\n#endif\n\n#if HAVE_DTOSTRE\n#define SCPIDEFINE_floatToStr(v, s, l) strlen(dtostre((double)(v), (s), 6, DTOSTR_PLUS_SIGN | DTOSTR_ALWAYS_SIGN | DTOSTR_UPPERCASE))\n#elif USE_CUSTOM_DTOSTRE\n#define SCPIDEFINE_floatToStr(v, s, l) strlen(SCPI_dtostre((v), (s), (l), 6, 0))\n#else\n#define SCPIDEFINE_floatToStr(v, s, l) snprintf((s), (l), \"%g\", (v))\n#endif\n\n#if HAVE_DTOSTRE\n#define SCPIDEFINE_doubleToStr(v, s, l) strlen(dtostre((v), (s), 15, DTOSTR_PLUS_SIGN | DTOSTR_ALWAYS_SIGN | DTOSTR_UPPERCASE))\n#elif USE_CUSTOM_DTOSTRE\n#define SCPIDEFINE_doubleToStr(v, s, l) strlen(SCPI_dtostre((v), (s), (l), 15, 0))\n#else\n#define SCPIDEFINE_doubleToStr(v, s, l) snprintf((s), (l), \"%.15lg\", (v))\n#endif\n\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/constants.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_constants.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  SCPI Device constants\n * \n * \n */\n\n#ifndef SCPI_CONSTANTS_H\n#define\tSCPI_CONSTANTS_H\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    /* 21.21 :VERSion? \n     * YYYY.V\n     * YYYY = SCPI year\n     * V = SCPI revision\n     */\n#define SCPI_STD_VERSION_REVISION \"1999.0\"\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_CONSTANTS_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/error.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_error.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  Error handling and storing routines\n *\n *\n */\n\n#ifndef SCPI_ERROR_H\n#define SCPI_ERROR_H\n\n#include \"scpi/config.h\"\n#include \"scpi/types.h\"\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n    void SCPI_ErrorInit(scpi_t * context, int16_t * data, int16_t size);\n    void SCPI_ErrorClear(scpi_t * context);\n    int16_t SCPI_ErrorPop(scpi_t * context);\n    void SCPI_ErrorPush(scpi_t * context, int16_t err);\n    int32_t SCPI_ErrorCount(scpi_t * context);\n    const char * SCPI_ErrorTranslate(int16_t err);\n\n\n    /* Using X-Macro technique to define everything once\n     * http://en.wikipedia.org/wiki/X_Macro\n     *\n     * X macro is for minimal set of errors for library itself\n     * XE macro is for full set of SCPI errors available to user application\n     */\n#define LIST_OF_ERRORS \\\n    XE(SCPI_ERROR_COMMAND,                      -100, \"Command error\")                                \\\n    X(SCPI_ERROR_INVALID_CHARACTER,             -101, \"Invalid character\")                            \\\n    XE(SCPI_ERROR_SYNTAX,                       -102, \"Syntax error\")                                 \\\n    X(SCPI_ERROR_INVALID_SEPARATOR,             -103, \"Invalid separator\")                            \\\n    X(SCPI_ERROR_DATA_TYPE_ERROR,               -104, \"Data type error\")                              \\\n    XE(SCPI_ERROR_GET_NOT_ALLOWED,              -105, \"GET not allowed\")                              \\\n    X(SCPI_ERROR_PARAMETER_NOT_ALLOWED,         -108, \"Parameter not allowed\")                        \\\n    X(SCPI_ERROR_MISSING_PARAMETER,             -109, \"Missing parameter\")                            \\\n    XE(SCPI_ERROR_COMMAND_HEADER,               -110, \"Command header error\")                         \\\n    XE(SCPI_ERROR_HEADER_SEPARATOR,             -111, \"Header separator error\")                       \\\n    XE(SCPI_ERROR_PRG_MNEMONIC_TOO_LONG,        -112, \"Program mnemonic too long\")                    \\\n    X(SCPI_ERROR_UNDEFINED_HEADER,              -113, \"Undefined header\")                             \\\n    XE(SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE,     -114, \"Header suffix out of range\")                   \\\n    XE(SCPI_ERROR_UNEXP_NUM_OF_PARAMETER,       -115, \"Unexpected number of parameters\")              \\\n    XE(SCPI_ERROR_NUMERIC_DATA_ERROR,           -120, \"Numeric data error\")                           \\\n    XE(SCPI_ERROR_INVAL_CHAR_IN_NUMBER,         -121, \"Invalid character in number\")                  \\\n    XE(SCPI_ERROR_EXPONENT_TOO_LONG,            -123, \"Exponent too large\")                           \\\n    XE(SCPI_ERROR_TOO_MANY_DIGITS,              -124, \"Too many digits\")                              \\\n    XE(SCPI_ERROR_NUMERIC_DATA_NOT_ALLOWED,     -128, \"Numeric data not allowed\")                     \\\n    XE(SCPI_ERROR_SUFFIX_ERROR,                 -130, \"Suffix error\")                                 \\\n    X(SCPI_ERROR_INVALID_SUFFIX,                -131, \"Invalid suffix\")                               \\\n    XE(SCPI_ERROR_SUFFIX_TOO_LONG,              -134, \"Suffix too long\")                              \\\n    X(SCPI_ERROR_SUFFIX_NOT_ALLOWED,            -138, \"Suffix not allowed\")                           \\\n    XE(SCPI_ERROR_CHARACTER_DATA_ERROR,         -140, \"Character data error\")                         \\\n    XE(SCPI_ERROR_INVAL_CHARACTER_DATA,         -141, \"Invalid character data\")                       \\\n    XE(SCPI_ERROR_CHARACTER_DATA_TOO_LONG,      -144, \"Character data too long\")                      \\\n    XE(SCPI_ERROR_CHARACTER_DATA_NOT_ALLOWED,   -148, \"Character data not allowed\")                   \\\n    XE(SCPI_ERROR_STRING_DATA_ERROR,            -150, \"String data error\")                            \\\n    X(SCPI_ERROR_INVALID_STRING_DATA,           -151, \"Invalid string data\")                          \\\n    XE(SCPI_ERROR_STRING_DATA_NOT_ALLOWED,      -158, \"String data not allowed\")                      \\\n    XE(SCPI_ERROR_BLOCK_DATA_ERROR,             -160, \"Block data error\")                             \\\n    XE(SCPI_ERROR_INVALID_BLOCK_DATA,           -161, \"Invalid block data\")                           \\\n    XE(SCPI_ERROR_BLOCK_DATA_NOT_ALLOWED,       -168, \"Block data not allowed\")                       \\\n    X(SCPI_ERROR_EXPRESSION_PARSING_ERROR,      -170, \"Expression error\")                             \\\n    XE(SCPI_ERROR_INVAL_EXPRESSION,             -171, \"Invalid expression\")                           \\\n    XE(SCPI_ERROR_EXPRESSION_DATA_NOT_ALLOWED,  -178, \"Expression data not allowed\")                  \\\n    XE(SCPI_ERROR_MACRO_DEFINITION_ERROR,       -180, \"Macro error\")                                  \\\n    XE(SCPI_ERROR_INVAL_OUTSIDE_MACRO_DEF,      -181, \"Invalid outside macro definition\")             \\\n    XE(SCPI_ERROR_INVAL_INSIDE_MACRO_DEF,       -183, \"Invalid inside macro definition\")              \\\n    XE(SCPI_ERROR_MACRO_PARAMETER_ERROR,        -184, \"Macro parameter error\")                        \\\n    X(SCPI_ERROR_EXECUTION_ERROR,               -200, \"Execution error\")                              \\\n    XE(SCPI_ERROR_INVAL_WHILE_IN_LOCAL,         -201, \"Invalid while in local\")                       \\\n    XE(SCPI_ERROR_SETTINGS_LOST_DUE_TO_RTL,     -202, \"Settings lost due to rtl\")                     \\\n    XE(SCPI_ERROR_COMMAND_PROTECTED,            -203, \"Command protected\")                      \\\n    XE(SCPI_ERROR_TRIGGER_ERROR,                -210, \"Trigger error\")                                \\\n    XE(SCPI_ERROR_TRIGGER_IGNORED,              -211, \"Trigger ignored\")                              \\\n    XE(SCPI_ERROR_ARM_IGNORED,                  -212, \"Arm ignored\")                                  \\\n    XE(SCPI_ERROR_INIT_IGNORED,                 -213, \"Init ignored\")                                 \\\n    XE(SCPI_ERROR_TRIGGER_DEADLOCK,             -214, \"Trigger deadlock\")                             \\\n    XE(SCPI_ERROR_ARM_DEADLOCK,                 -215, \"Arm deadlock\")                                 \\\n    XE(SCPI_ERROR_PARAMETER_ERROR,              -220, \"Parameter error\")                              \\\n    XE(SCPI_ERROR_SETTINGS_CONFLICT,            -221, \"Settings conflict\")                            \\\n    XE(SCPI_ERROR_DATA_OUT_OF_RANGE,            -222, \"Data out of range\")                            \\\n    XE(SCPI_ERROR_TOO_MUCH_DATA,                -223, \"Too much data\")                                \\\n    X(SCPI_ERROR_ILLEGAL_PARAMETER_VALUE,       -224, \"Illegal parameter value\")                      \\\n    XE(SCPI_ERROR_OUT_OF_MEMORY_FOR_REQ_OP,     -225, \"Out of memory\")                                \\\n    XE(SCPI_ERROR_LISTS_NOT_SAME_LENGTH,        -226, \"Lists not same length\")                        \\\n    XE(SCPI_ERROR_DATA_CORRUPT,                 -230, \"Data corrupt or stale\")                        \\\n    XE(SCPI_ERROR_DATA_QUESTIONABLE,            -231, \"Data questionable\")                            \\\n    XE(SCPI_ERROR_INVAL_VERSION,                -233, \"Invalid version\")                              \\\n    XE(SCPI_ERROR_HARDWARE_ERROR,               -240, \"Hardware error\")                               \\\n    XE(SCPI_ERROR_HARDWARE_MISSING,             -241, \"Hardware missing\")                             \\\n    XE(SCPI_ERROR_MASS_STORAGE_ERROR,           -250, \"Mass storage error\")                           \\\n    XE(SCPI_ERROR_MISSING_MASS_STORAGE,         -251, \"Missing mass storage\")                         \\\n    XE(SCPI_ERROR_MISSING_MASS_MEDIA,           -252, \"Missing media\")                                \\\n    XE(SCPI_ERROR_CORRUPT_MEDIA,                -253, \"Corrupt media\")                                \\\n    XE(SCPI_ERROR_MEDIA_FULL,                   -254, \"Media full\")                                   \\\n    XE(SCPI_ERROR_DIRECTORY_FULL,               -255, \"Directory full\")                               \\\n    XE(SCPI_ERROR_FILE_NAME_NOT_FOUND,          -256, \"File name not found\")                          \\\n    XE(SCPI_ERROR_FILE_NAME_ERROR,              -257, \"File name error\")                              \\\n    XE(SCPI_ERROR_MEDIA_PROTECTED,              -258, \"Media protected\")                              \\\n    XE(SCPI_ERROR_EXPRESSION_EXECUTING_ERROR,   -260, \"Expression error\")                             \\\n    XE(SCPI_ERROR_MATH_ERROR_IN_EXPRESSION,     -261, \"Math error in expression\")                     \\\n    XE(SCPI_ERROR_MACRO_UNDEF_EXEC_ERROR,       -270, \"Macro error\")                                  \\\n    XE(SCPI_ERROR_MACRO_SYNTAX_ERROR,           -271, \"Macro syntax error\")                           \\\n    XE(SCPI_ERROR_MACRO_EXECUTION_ERROR,        -272, \"Macro execution error\")                        \\\n    XE(SCPI_ERROR_ILLEGAL_MACRO_LABEL,          -273, \"Illegal macro label\")                          \\\n    XE(SCPI_ERROR_IMPROPER_USED_MACRO_PARAM,    -274, \"Macro parameter error\")                        \\\n    XE(SCPI_ERROR_MACRO_DEFINITION_TOO_LONG,    -275, \"Macro definition too long\")                    \\\n    XE(SCPI_ERROR_MACRO_RECURSION_ERROR,        -276, \"Macro recursion error\")                        \\\n    XE(SCPI_ERROR_MACRO_REDEF_NOT_ALLOWED,      -277, \"Macro redefinition not allowed\")               \\\n    XE(SCPI_ERROR_MACRO_HEADER_NOT_FOUND,       -278, \"Macro header not found\")                       \\\n    XE(SCPI_ERROR_PROGRAM_ERROR,                -280, \"Program error\")                                \\\n    XE(SCPI_ERROR_CANNOT_CREATE_PROGRAM,        -281, \"Cannot create program\")                        \\\n    XE(SCPI_ERROR_ILLEGAL_PROGRAM_NAME,         -282, \"Illegal program name\")                         \\\n    XE(SCPI_ERROR_ILLEGAL_VARIABLE_NAME,        -283, \"Illegal variable name\")                        \\\n    XE(SCPI_ERROR_PROGRAM_CURRENTLY_RUNNING,    -284, \"Program currently running\")                    \\\n    XE(SCPI_ERROR_PROGRAM_SYNTAX_ERROR,         -285, \"Program syntax error\")                         \\\n    XE(SCPI_ERROR_PROGRAM_RUNTIME_ERROR,        -286, \"Program runtime error\")                        \\\n    XE(SCPI_ERROR_MEMORY_USE_ERROR,             -290, \"Memory use error\")                             \\\n    XE(SCPI_ERROR_OUT_OF_MEMORY,                -291, \"Out of memory\")                                \\\n    XE(SCPI_ERROR_REF_NAME_DOES_NOT_EXIST,      -292, \"Referenced name does not exist\")               \\\n    XE(SCPI_ERROR_REF_NAME_ALREADY_EXISTS,      -293, \"Referenced name already exists\")               \\\n    XE(SCPI_ERROR_INCOMPATIBLE_TYPE,            -294, \"Incompatible type\")                            \\\n    XE(SCPI_ERROR_DEVICE_ERROR,                 -300, \"Device specific error\")                        \\\n    X(SCPI_ERROR_SYSTEM_ERROR,                  -310, \"System error\")                                 \\\n    XE(SCPI_ERROR_MEMORY_ERROR,                 -311, \"Memory error\")                                 \\\n    XE(SCPI_ERROR_PUD_MEMORY_LOST,              -312, \"PUD memory lost\")                              \\\n    XE(SCPI_ERROR_CALIBRATION_MEMORY_LOST,      -313, \"Calibration memory lost\")                      \\\n    XE(SCPI_ERROR_SAVE_RECALL_MEMORY_LOST,      -314, \"Save/recall memory lost\")                      \\\n    XE(SCPI_ERROR_CONFIGURATION_MEMORY_LOST,    -315, \"Configuration memory lost\")                    \\\n    XE(SCPI_ERROR_STORAGE_FAULT,                -320, \"Storage fault\")                                \\\n    XE(SCPI_ERROR_OUT_OF_DEVICE_MEMORY,         -321, \"Out of memory\")                                \\\n    XE(SCPI_ERROR_SELF_TEST_FAILED,             -330, \"Self-test failed\")                             \\\n    XE(SCPI_ERROR_CALIBRATION_FAILED,           -340, \"Calibration failed\")                           \\\n    X(SCPI_ERROR_QUEUE_OVERFLOW,                -350, \"Queue overflow\")                               \\\n    XE(SCPI_ERROR_COMMUNICATION_ERROR,          -360, \"Communication error\")                          \\\n    XE(SCPI_ERROR_PARITY_ERROR_IN_CMD_MSG,      -361, \"Parity error in program message\")              \\\n    XE(SCPI_ERROR_FRAMING_ERROR_IN_CMD_MSG,     -362, \"Framing error in program message\")             \\\n    X(SCPI_ERROR_INPUT_BUFFER_OVERRUN,          -363, \"Input buffer overrun\")                         \\\n    XE(SCPI_ERROR_TIME_OUT,                     -365, \"Time out error\")                               \\\n    XE(SCPI_ERROR_QUERY_ERROR,                  -400, \"Query error\")                                  \\\n    XE(SCPI_ERROR_QUERY_INTERRUPTED,            -410, \"Query INTERRUPTED\")                            \\\n    XE(SCPI_ERROR_QUERY_UNTERMINATED,           -420, \"Query UNTERMINATED\")                           \\\n    XE(SCPI_ERROR_QUERY_DEADLOCKED,             -430, \"Query DEADLOCKED\")                             \\\n    XE(SCPI_ERROR_QUERY_UNTERM_INDEF_RESP,      -440, \"Query UNTERMINATED after indefinite response\") \\\n    XE(SCPI_ERROR_POWER_ON,                     -500, \"Power on\")                                     \\\n    XE(SCPI_ERROR_USER_REQUEST,                 -600, \"User request\")                                 \\\n    XE(SCPI_ERROR_REQUEST_CONTROL,              -700, \"Request control\")                              \\\n    XE(SCPI_ERROR_OPERATION_COMPLETE,           -800, \"Operation complete\")                           \\\n\n\n    enum {\n#define X(def, val, str) def = val,\n#if USE_FULL_ERROR_LIST\n#define XE X\n#else\n#define XE(def, val, str)\n#endif\n        LIST_OF_ERRORS\n\n#if USE_USER_ERROR_LIST\n        LIST_OF_USER_ERRORS\n#endif\n#undef X\n#undef XE\n    };\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* SCPI_ERROR_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/expression.h",
    "content": "/*-\n * Copyright (c) 2012-2015 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   expression.h\n *\n * @brief  Expressions handling\n *\n *\n */\n#ifndef SCPI_EXPRESSION_H\n#define SCPI_EXPRESSION_H\n\n#include \"scpi/config.h\"\n#include \"scpi/types.h\"\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n    enum _scpi_expr_result_t {\n        SCPI_EXPR_OK = 0,\n        SCPI_EXPR_ERROR,\n        SCPI_EXPR_NO_MORE,\n    };\n    typedef enum _scpi_expr_result_t scpi_expr_result_t;\n\n    scpi_expr_result_t SCPI_ExprNumericListEntry(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, scpi_parameter_t * valueFrom, scpi_parameter_t * valueTo);\n    scpi_expr_result_t SCPI_ExprNumericListEntryInt(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, int32_t * valueFrom, int32_t * valueTo);\n    scpi_expr_result_t SCPI_ExprNumericListEntryDouble(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, double * valueFrom, double * valueTo);\n    scpi_expr_result_t SCPI_ExprChannelListEntry(scpi_t * context, scpi_parameter_t * param, int index, scpi_bool_t * isRange, int32_t * valuesFrom, int32_t * valuesTo, size_t length, size_t * dimensions);\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* SCPI_EXPRESSION_H */\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/ieee488.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_ieee488.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  Implementation of IEEE488.2 commands and state model\n * \n * \n */\n\n#ifndef SCPI_IEEE488_H\n#define\tSCPI_IEEE488_H\n\n#include \"scpi/types.h\"\n\n#ifdef  __cplusplus\nextern \"C\" {\n#endif\n\n    scpi_result_t SCPI_CoreCls(scpi_t * context);\n    scpi_result_t SCPI_CoreEse(scpi_t * context);\n    scpi_result_t SCPI_CoreEseQ(scpi_t * context);\n    scpi_result_t SCPI_CoreEsrQ(scpi_t * context);\n    scpi_result_t SCPI_CoreIdnQ(scpi_t * context);\n    scpi_result_t SCPI_CoreOpc(scpi_t * context);\n    scpi_result_t SCPI_CoreOpcQ(scpi_t * context);\n    scpi_result_t SCPI_CoreRst(scpi_t * context);\n    scpi_result_t SCPI_CoreSre(scpi_t * context);\n    scpi_result_t SCPI_CoreSreQ(scpi_t * context);\n    scpi_result_t SCPI_CoreStbQ(scpi_t * context);\n    scpi_result_t SCPI_CoreTstQ(scpi_t * context);\n    scpi_result_t SCPI_CoreWai(scpi_t * context);\n\n\n#define STB_R01 0x01    /* Not used */\n#define STB_PRO 0x02    /* Protection Event Flag */\n#define STB_QMA 0x04    /* Error/Event queue message available */\n#define STB_QES 0x08    /* Questionable status */\n#define STB_MAV 0x10    /* Message Available */\n#define STB_ESR 0x20    /* Standard Event Status Register */\n#define STB_SRQ 0x40    /* Service Request */\n#define STB_OPS 0x80    /* Operation Status Flag */\n\n\n#define ESR_OPC 0x01    /* Operation complete */\n#define ESR_REQ 0x02    /* Request Control */\n#define ESR_QER 0x04    /* Query Error */\n#define ESR_DER 0x08    /* Device Dependent Error */\n#define ESR_EER 0x10    /* Execution Error (e.g. range error) */\n#define ESR_CER 0x20    /* Command error (e.g. syntax error) */\n#define ESR_URQ 0x40    /* User Request */\n#define ESR_PON 0x80    /* Power On */\n\n\n    scpi_reg_val_t SCPI_RegGet(scpi_t * context, scpi_reg_name_t name);\n    void SCPI_RegSet(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t val);\n    void SCPI_RegSetBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits);\n    void SCPI_RegClearBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits);\n\n    void SCPI_EventClear(scpi_t * context);\n\n#ifdef  __cplusplus\n}\n#endif\n\n#endif\t/* SCPI_IEEE488_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/minimal.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_minimal.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  SCPI minimal implementation\n * \n * \n */\n\n#ifndef SCPI_MINIMAL_H\n#define\tSCPI_MINIMAL_H\n\n#include \"scpi/types.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    scpi_result_t SCPI_Stub(scpi_t * context);\n    scpi_result_t SCPI_StubQ(scpi_t * context);\n\n    scpi_result_t SCPI_SystemVersionQ(scpi_t * context);\n    scpi_result_t SCPI_SystemErrorNextQ(scpi_t * context);\n    scpi_result_t SCPI_SystemErrorCountQ(scpi_t * context);\n    scpi_result_t SCPI_StatusQuestionableEventQ(scpi_t * context);\n    scpi_result_t SCPI_StatusQuestionableEnableQ(scpi_t * context);\n    scpi_result_t SCPI_StatusQuestionableEnable(scpi_t * context);\n    scpi_result_t SCPI_StatusPreset(scpi_t * context);\n\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_MINIMAL_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/parser.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_parser.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  SCPI parser implementation\n *\n *\n */\n\n#ifndef SCPI_PARSER_H\n#define\tSCPI_PARSER_H\n\n#include <string.h>\n#include \"scpi/types.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n    void SCPI_Init(scpi_t * context,\n            const scpi_command_t * commands,\n            scpi_interface_t * interface,\n            const scpi_unit_def_t * units,\n            const char * idn1, const char * idn2, const char * idn3, const char * idn4,\n            char * input_buffer, size_t input_buffer_length, \n            int16_t * error_queue_data, int16_t error_queue_size);\n\n    scpi_bool_t SCPI_Input(scpi_t * context, const char * data, int len);\n    scpi_bool_t SCPI_Parse(scpi_t * context, char * data, int len);\n\n    size_t SCPI_ResultCharacters(scpi_t * context, const char * data, size_t len);\n#define SCPI_ResultMnemonic(context, data) SCPI_ResultCharacters((context), (data), strlen(data))\n#define SCPI_ResultUInt8Base(c, v, b) SCPI_ResultUInt32Base((c), (v), (uint8_t)(b))\n#define SCPI_ResultUInt8(c, v) SCPI_ResultUInt32Base((c), (uint8_t)(v), 10)\n#define SCPI_ResultInt8(c, v) SCPI_ResultInt32((c), (int8_t)(v))\n#define SCPI_ResultUInt16Base(c, v, b) SCPI_ResultUInt32Base((c), (uint16_t)(v), (b))\n#define SCPI_ResultUInt16(c, v) SCPI_ResultUInt32Base((c), (uint16_t)(v), 10)\n#define SCPI_ResultInt16(c, v) SCPI_ResultInt32((c), (int16_t)(v))\n    size_t SCPI_ResultUInt32Base(scpi_t * context, uint32_t val, int8_t base);\n#define SCPI_ResultUInt32(c, v) SCPI_ResultUInt32Base((c), (v), 10)\n    size_t SCPI_ResultInt32(scpi_t * context, int32_t val);\n    size_t SCPI_ResultUInt64Base(scpi_t * context, uint64_t val, int8_t base);\n#define SCPI_ResultUInt64(c, v) SCPI_ResultUInt64Base((c), (v), 10)\n    size_t SCPI_ResultInt64(scpi_t * context, int64_t val);\n    size_t SCPI_ResultFloat(scpi_t * context, float val);\n    size_t SCPI_ResultDouble(scpi_t * context, double val);\n    size_t SCPI_ResultText(scpi_t * context, const char * data);\n    size_t SCPI_ResultArbitraryBlock(scpi_t * context, const void * data, size_t len);\n    size_t SCPI_ResultArbitraryBlockHeader(scpi_t * context, size_t len);\n    size_t SCPI_ResultArbitraryBlockData(scpi_t * context, const void * data, size_t len);\n    size_t SCPI_ResultBool(scpi_t * context, scpi_bool_t val);\n\n    size_t SCPI_ResultArrayInt8(scpi_t * context, const int8_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayUInt8(scpi_t * context, const uint8_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayInt16(scpi_t * context, const int16_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayUInt16(scpi_t * context, const uint16_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayInt32(scpi_t * context, const int32_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayUInt32(scpi_t * context, const uint32_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayInt64(scpi_t * context, const int64_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayUInt64(scpi_t * context, const uint64_t * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayFloat(scpi_t * context, const float * array, size_t count, scpi_array_format_t format);\n    size_t SCPI_ResultArrayDouble(scpi_t * context, const double * array, size_t count, scpi_array_format_t format);\n\n    scpi_bool_t SCPI_Parameter(scpi_t * context, scpi_parameter_t * parameter, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamIsValid(scpi_parameter_t * parameter);\n    scpi_bool_t SCPI_ParamErrorOccurred(scpi_t * context);\n    scpi_bool_t SCPI_ParamIsNumber(scpi_parameter_t * parameter, scpi_bool_t suffixAllowed);\n    scpi_bool_t SCPI_ParamToInt32(scpi_t * context, scpi_parameter_t * parameter, int32_t * value);\n    scpi_bool_t SCPI_ParamToUInt32(scpi_t * context, scpi_parameter_t * parameter, uint32_t * value);\n    scpi_bool_t SCPI_ParamToInt64(scpi_t * context, scpi_parameter_t * parameter, int64_t * value);\n    scpi_bool_t SCPI_ParamToUInt64(scpi_t * context, scpi_parameter_t * parameter, uint64_t * value);\n    scpi_bool_t SCPI_ParamToFloat(scpi_t * context, scpi_parameter_t * parameter, float * value);\n    scpi_bool_t SCPI_ParamToDouble(scpi_t * context, scpi_parameter_t * parameter, double * value);\n    scpi_bool_t SCPI_ParamToChoice(scpi_t * context, scpi_parameter_t * parameter, const scpi_choice_def_t * options, int32_t * value);\n    scpi_bool_t SCPI_ChoiceToName(const scpi_choice_def_t * options, int32_t tag, const char ** text);\n\n    scpi_bool_t SCPI_ParamInt32(scpi_t * context, int32_t * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamUInt32(scpi_t * context, uint32_t * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamInt64(scpi_t * context, int64_t * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamUInt64(scpi_t * context, uint64_t * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamFloat(scpi_t * context, float * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamDouble(scpi_t * context, double * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamCharacters(scpi_t * context, const char ** value, size_t * len, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamArbitraryBlock(scpi_t * context, const char ** value, size_t * len, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamCopyText(scpi_t * context, char * buffer, size_t buffer_len, size_t * copy_len, scpi_bool_t mandatory);\n\n    scpi_bool_t SCPI_ParamBool(scpi_t * context, scpi_bool_t * value, scpi_bool_t mandatory);\n    scpi_bool_t SCPI_ParamChoice(scpi_t * context, const scpi_choice_def_t * options, int32_t * value, scpi_bool_t mandatory);\n\n    scpi_bool_t SCPI_IsCmd(scpi_t * context, const char * cmd);\n#if USE_COMMAND_TAGS\n    int32_t SCPI_CmdTag(scpi_t * context);\n#endif /* USE_COMMAND_TAGS */\n    scpi_bool_t SCPI_Match(const char * pattern, const char * value, size_t len);\n    scpi_bool_t SCPI_CommandNumbers(scpi_t * context, int32_t * numbers, size_t len, int32_t default_value);\n\n#if USE_DEPRECATED_FUNCTIONS\n    // deprecated finction, should be removed later\n#define SCPI_ResultIntBase(context, val, base) SCPI_ResultInt32Base ((context), (val), (base), TRUE)\n#define SCPI_ResultInt(context, val) SCPI_ResultInt32 ((context), (val))\n#define SCPI_ParamToInt(context, parameter, value) SCPI_ParamToInt32((context), (parameter), (value))\n#define SCPI_ParamToUnsignedInt(context, parameter, value) SCPI_ParamToUInt32((context), (parameter), (value))\n#define SCPI_ParamInt(context, value, mandatory) SCPI_ParamInt32((context), (value), (mandatory))\n#define SCPI_ParamUnsignedInt(context, value, mandatory) SCPI_ParamUInt32((context), (value), (mandatory))\n#endif /* USE_DEPRECATED_FUNCTIONS */\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_PARSER_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/scpi.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  SCPI library include file\n * \n * \n */\n\n#ifndef SCPI_H\n#define\tSCPI_H\n\n#include \"scpi/parser.h\"\n#include \"scpi/ieee488.h\"\n#include \"scpi/error.h\"\n#include \"scpi/constants.h\"\n#include \"scpi/minimal.h\"\n#include \"scpi/units.h\"\n#include \"scpi/utils.h\"\n#include \"scpi/expression.h\"\n\n#endif\t/* SCPI_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/scpi_user_config.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n \n#pragma once\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n#define USE_UNITS_PARTICLES 0\n#define USE_UNITS_ANGLE 0\n#define USE_UNITS_ELECTRIC_CHARGE_CONDUCTANCE 0\n#define USE_UNITS_ENERGY_FORCE_MASS 0\n#define USE_UNITS_DISTANCE 0\n#define USE_UNITS_LIGHT 0\n#define USE_UNITS_MAGNETIC 0\n#define USE_UNITS_RATIO 0\n\n#define USE_UNITS_ELECTRIC 1\n#define USE_UNITS_FREQUENCY 1\n#define USE_UNITS_POWER 1\n#define USE_UNITS_TEMPERATURE 1\n#define USE_UNITS_TIME 1\n\n#define USE_COMMAND_TAGS 0\n\n#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)\n#define USE_64K_PROGMEM_FOR_CMD_LIST 1\n#define USE_FULL_PROGMEM_FOR_CMD_LIST 0\n#define SCPI_MAX_CMD_PATTERN_SIZE 128\n#define USE_64K_PROGMEM_FOR_ERROR_MESSAGES 1\n#define USE_FULL_PROGMEM_FOR_ERROR_MESSAGES 0\n#define SCPI_MAX_ERROR_MESSAGE_SIZE 64\n#endif\n\n#define USE_USER_ERROR_LIST 1\n#define LIST_OF_USER_ERRORS \\\n    X(SCPI_ERROR_HEADER_SUFFIX_OUTOFRANGE,                  -114, \"Header suffix out of range\")                   \\\n    X(SCPI_ERROR_CHARACTER_DATA_TOO_LONG,                   -144, \"Character data too long\")                      \\\n    X(SCPI_ERROR_TRIGGER_IGNORED,                           -211, \"Trigger ignored\")                              \\\n    X(SCPI_ERROR_DATA_OUT_OF_RANGE,                         -222, \"Data out of range\")                            \\\n    X(SCPI_ERROR_TOO_MUCH_DATA,                             -223, \"Too much data\")                                \\\n    X(SCPI_ERROR_DIGITAL_PIN_FUNCTION_MISMATCH,             -230, \"Digital pin function mismatch\")                \\\n    X(SCPI_ERROR_HARDWARE_ERROR,                            -240, \"Hardware error\")                               \\\n    X(SCPI_ERROR_HARDWARE_MISSING,                          -241, \"Hardware missing\")                             \\\n    X(SCPI_ERROR_CH1_FAULT_DETECTED,                        -242, \"CH1 fault detected\")                           \\\n\tX(SCPI_ERROR_CH2_FAULT_DETECTED,                        -243, \"CH2 fault detected\")                           \\\n    X(SCPI_ERROR_CH1_OUTPUT_FAULT_DETECTED,                 -245, \"CH1 output fault detected\")                    \\\n\tX(SCPI_ERROR_CH2_OUTPUT_FAULT_DETECTED,                 -246, \"CH2 output fault detected\")                    \\\n    X(SCPI_ERROR_MASS_STORAGE_ERROR,                        -250, \"Mass storage error\")                           \\\n    X(SCPI_ERROR_FILE_NAME_NOT_FOUND,                       -256, \"File name not found\")                          \\\n    X(SCPI_ERROR_FILE_NAME_ERROR,                           -257, \"File name error\")                              \\\n    X(SCPI_ERROR_MEDIA_PROTECTED,                           -258, \"Media protected\")                              \\\n\tX(SCPI_ERROR_FILE_TRANSFER_ABORTED,                     -259, \"File transfer aborted\")                        \\\n    X(SCPI_ERROR_CHANNEL_NOT_FOUND,                          100, \"Channel not found\")                            \\\n    X(SCPI_ERROR_CALIBRATION_STATE_IS_OFF,                   101, \"Calibration state is off\")                     \\\n    X(SCPI_ERROR_INVALID_PASSWORD,                           102, \"Invalid password\")                             \\\n    X(SCPI_ERROR_BAD_SEQUENCE_OF_CALIBRATION_COMMANDS,       104, \"Bad sequence of calibration commands\")         \\\n    X(SCPI_ERROR_PASSWORD_TOO_LONG,                          105, \"Password too long\")                            \\\n    X(SCPI_ERROR_PASSWORD_TOO_SHORT,                         106, \"Password too short\")                           \\\n    X(SCPI_ERROR_CAL_VALUE_OUT_OF_RANGE,                     107, \"Cal value out of range\")                       \\\n    X(SCPI_ERROR_CAL_OUTPUT_DISABLED,                        108, \"Cal output disabled\")                          \\\n    X(SCPI_ERROR_INVALID_CAL_DATA,                           109, \"Invalid cal data\")                             \\\n    X(SCPI_ERROR_CAL_PARAMS_MISSING,                         110, \"Cal params missing or corrupted\")              \\\n    X(SCPI_ERROR_POWER_LIMIT_EXCEEDED,                       150, \"Power limit exceeded\")                         \\\n\tX(SCPI_ERROR_VOLTAGE_LIMIT_EXCEEDED,                     151, \"Voltage limit exceeded\")                       \\\n\tX(SCPI_ERROR_CURRENT_LIMIT_EXCEEDED,                     152, \"Current limit exceeded\")                       \\\n    X(SCPI_ERROR_CANNOT_EXECUTE_BEFORE_CLEARING_PROTECTION,  201, \"Cannot execute before clearing protection\")    \\\n    X(SCPI_ERROR_CH1_IOEXP_TEST_FAILED,                      210, \"CH1 IOEXP test failed\")                        \\\n    X(SCPI_ERROR_CH2_IOEXP_TEST_FAILED,                      211, \"CH2 IOEXP test failed\")                        \\\n    X(SCPI_ERROR_CH1_ADC_TEST_FAILED,                        220, \"CH1 ADC test failed\")                          \\\n    X(SCPI_ERROR_CH2_ADC_TEST_FAILED,                        221, \"CH2 ADC test failed\")                          \\\n    X(SCPI_ERROR_CH1_DAC_TEST_FAILED,                        230, \"CH1 DAC test failed\")                          \\\n    X(SCPI_ERROR_CH2_DAC_TEST_FAILED,                        231, \"CH2 DAC test failed\")                          \\\n    X(SCPI_ERROR_EXT_EEPROM_TEST_FAILED,                     240, \"External EEPROM test failed\")                  \\\n    X(SCPI_ERROR_RTC_TEST_FAILED,                            250, \"RTC test failed\")                              \\\n\tX(SCPI_ERROR_ETHERNET_TEST_FAILED,                       260, \"Ethernet test failed\")                         \\\n    X(SCPI_ERROR_CH1_ADC_TIMEOUT_DETECTED,                   270, \"CH1 ADC timeout detected\")                     \\\n    X(SCPI_ERROR_CH2_ADC_TIMEOUT_DETECTED,                   271, \"CH2 ADC timeout detected\")                     \\\n    X(SCPI_ERROR_INCOMPATIBLE_TRANSIENT_MODES,               304, \"Incompatible transient modes\")                 \\\n    X(SCPI_ERROR_TOO_MANY_LIST_POINTS,                       306, \"Too many list points\")                         \\\n    X(SCPI_ERROR_LIST_LENGTHS_NOT_EQUIVALENT,                307, \"List lengths are not equivalent\")              \\\n    X(SCPI_ERROR_CANNOT_CHANGE_TRANSIENT_TRIGGER,            308, \"Cannot be changed while transient trigger is initiated\") \\\n    X(SCPI_ERROR_CANNOT_INITIATE_WHILE_IN_FIXED_MODE,        309, \"Cannot initiate while in fixed mode\")          \\\n    X(SCPI_ERROR_LIST_NOT_FOUND,                             310, \"List not found\")                               \\\n    X(SCPI_ERROR_LIST_IS_EMPTY,                              311, \"List is empty\")                                \\\n    X(SCPI_ERROR_EXECUTE_ERROR_CHANNELS_ARE_COUPLED,         312, \"Cannot execute when the channels are coupled\") \\\n    X(SCPI_ERROR_EXECUTE_ERROR_IN_TRACKING_MODE,             313, \"Cannot execute in tracking mode\")              \\\n\tX(SCPI_ERROR_CANNOT_LOAD_EMPTY_PROFILE,                  400, \"Cannot load empty profile\")                    \\\n    X(SCPI_ERROR_CH1_DOWN_PROGRAMMER_SWITCHED_OFF,           500, \"Down-programmer on CH1 switched off\")          \\\n    X(SCPI_ERROR_CH2_DOWN_PROGRAMMER_SWITCHED_OFF,           501, \"Down-programmer on CH2 switched off\")          \\\n    X(SCPI_ERROR_EXTERNAL_EEPROM_SAVE_FAILED,                615, \"External EEPROM save failed\")                  \\\n\tX(SCPI_ERROR_FAN_TEST_FAILED,                            630, \"Fan test failed\")                              \\\n\tX(SCPI_ERROR_AUX_TEMP_SENSOR_TEST_FAILED,                720, \"AUX temperature sensor test failed\")           \\\n    X(SCPI_ERROR_CH1_TEMP_SENSOR_TEST_FAILED,                722, \"CH1 temperature sensor test failed\")           \\\n    X(SCPI_ERROR_CH2_TEMP_SENSOR_TEST_FAILED,                723, \"CH2 temperature sensor test failed\")           \\\n\n// strtoull is not defined on some arduino boards\n// TODO mvladic:find better way to do this\n#ifndef strtoull\n#define strtoull strtoul\n#endif\n\n// strtoll is not defined on some arduino boards\n// TODO mvladic:find better way to do this\n#ifndef strtoll\n#define strtoll strtol\n#endif\n\n#ifdef _MSC_VER \n#define strncasecmp _strnicmp\n#define strcasecmp _stricmp\n#endif\n\n#ifdef\t__cplusplus\n}\n#endif\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/types.h",
    "content": "/*-\n * Copyright (c) 2013 Jan Breuer\n *                    Richard.hmm\n * Copyright (c) 2012 Jan Breuer\n *\n * All Rights Reserved\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_types.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n *\n * @brief  SCPI data types\n *\n *\n */\n\n#ifndef SCPI_TYPES_H\n#define SCPI_TYPES_H\n\n#include <stddef.h>\n#include <stdint.h>\n#include \"scpi/config.h\"\n\n#if USE_FULL_PROGMEM_FOR_CMD_LIST\n#include <avr/pgmspace.h>\n#endif\n\n#if HAVE_STDBOOL\n#include <stdbool.h>\n#endif\n\n#ifdef  __cplusplus\nextern \"C\" {\n#endif\n\n#if !HAVE_STDBOOL\n    typedef unsigned char bool;\n#endif\n\n#ifndef FALSE\n#define FALSE 0\n#endif\n#ifndef TRUE\n#define TRUE (!FALSE)\n#endif\n\n    /* basic data types */\n    typedef bool scpi_bool_t;\n    /* typedef enum { FALSE = 0, TRUE } scpi_bool_t; */\n\n    /* IEEE 488.2 registers */\n    enum _scpi_reg_name_t {\n        SCPI_REG_STB = 0, /* Status Byte */\n        SCPI_REG_SRE, /* Service Request Enable Register */\n        SCPI_REG_ESR, /* Standard Event Status Register (ESR, SESR) */\n        SCPI_REG_ESE, /* Event Status Enable Register */\n        SCPI_REG_OPER, /* OPERation Status Register */\n        SCPI_REG_OPERE, /* OPERation Status Enable Register */\n        SCPI_REG_QUES, /* QUEStionable status register */\n        SCPI_REG_QUESE, /* QUEStionable status Enable Register */\n\n        /* last definition - number of registers */\n        SCPI_REG_COUNT\n    };\n    typedef enum _scpi_reg_name_t scpi_reg_name_t;\n\n    enum _scpi_ctrl_name_t {\n        SCPI_CTRL_SRQ = 1, /* service request */\n        SCPI_CTRL_GTL, /* Go to local */\n        SCPI_CTRL_SDC, /* Selected device clear */\n        SCPI_CTRL_PPC, /* Parallel poll configure */\n        SCPI_CTRL_GET, /* Group execute trigger */\n        SCPI_CTRL_TCT, /* Take control */\n        SCPI_CTRL_LLO, /* Device clear */\n        SCPI_CTRL_DCL, /* Local lockout */\n        SCPI_CTRL_PPU, /* Parallel poll unconfigure */\n        SCPI_CTRL_SPE, /* Serial poll enable */\n        SCPI_CTRL_SPD, /* Serial poll disable */\n        SCPI_CTRL_MLA, /* My local address */\n        SCPI_CTRL_UNL, /* Unlisten */\n        SCPI_CTRL_MTA, /* My talk address */\n        SCPI_CTRL_UNT, /* Untalk */\n        SCPI_CTRL_MSA /* My secondary address */\n    };\n    typedef enum _scpi_ctrl_name_t scpi_ctrl_name_t;\n\n    typedef uint16_t scpi_reg_val_t;\n\n    /* scpi commands */\n    enum _scpi_result_t {\n        SCPI_RES_OK = 1,\n        SCPI_RES_ERR = -1\n    };\n    typedef enum _scpi_result_t scpi_result_t;\n\n    typedef struct _scpi_command_t scpi_command_t;\n\n#define SCPI_CMD_LIST_END       {}\n\n    /* scpi interface */\n    typedef struct _scpi_t scpi_t;\n    typedef struct _scpi_interface_t scpi_interface_t;\n\n    struct _scpi_buffer_t {\n        size_t length;\n        size_t position;\n        char * data;\n    };\n    typedef struct _scpi_buffer_t scpi_buffer_t;\n\n    struct _scpi_const_buffer_t {\n        size_t length;\n        size_t position;\n        const char * data;\n    };\n    typedef struct _scpi_const_buffer_t scpi_const_buffer_t;\n\n    typedef size_t(*scpi_write_t)(scpi_t * context, const char * data, size_t len);\n    typedef scpi_result_t(*scpi_write_control_t)(scpi_t * context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val);\n    typedef int (*scpi_error_callback_t)(scpi_t * context, int_fast16_t error);\n\n    /* scpi lexer */\n    enum _scpi_token_type_t {\n        SCPI_TOKEN_COMMA,\n        SCPI_TOKEN_SEMICOLON,\n        SCPI_TOKEN_COLON,\n        SCPI_TOKEN_SPECIFIC_CHARACTER,\n        SCPI_TOKEN_QUESTION,\n        SCPI_TOKEN_NL,\n        SCPI_TOKEN_HEXNUM,\n        SCPI_TOKEN_OCTNUM,\n        SCPI_TOKEN_BINNUM,\n        SCPI_TOKEN_PROGRAM_MNEMONIC,\n        SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA,\n        SCPI_TOKEN_DECIMAL_NUMERIC_PROGRAM_DATA_WITH_SUFFIX,\n        SCPI_TOKEN_SUFFIX_PROGRAM_DATA,\n        SCPI_TOKEN_ARBITRARY_BLOCK_PROGRAM_DATA,\n        SCPI_TOKEN_SINGLE_QUOTE_PROGRAM_DATA,\n        SCPI_TOKEN_DOUBLE_QUOTE_PROGRAM_DATA,\n        SCPI_TOKEN_PROGRAM_EXPRESSION,\n        SCPI_TOKEN_COMPOUND_PROGRAM_HEADER,\n        SCPI_TOKEN_INCOMPLETE_COMPOUND_PROGRAM_HEADER,\n        SCPI_TOKEN_COMMON_PROGRAM_HEADER,\n        SCPI_TOKEN_INCOMPLETE_COMMON_PROGRAM_HEADER,\n        SCPI_TOKEN_COMPOUND_QUERY_PROGRAM_HEADER,\n        SCPI_TOKEN_COMMON_QUERY_PROGRAM_HEADER,\n        SCPI_TOKEN_WS,\n        SCPI_TOKEN_ALL_PROGRAM_DATA,\n        SCPI_TOKEN_INVALID,\n        SCPI_TOKEN_UNKNOWN,\n    };\n    typedef enum _scpi_token_type_t scpi_token_type_t;\n\n    struct _scpi_token_t {\n        scpi_token_type_t type;\n        char * ptr;\n        int len;\n    };\n    typedef struct _scpi_token_t scpi_token_t;\n\n    struct _lex_state_t {\n        char * buffer;\n        char * pos;\n        int len;\n    };\n    typedef struct _lex_state_t lex_state_t;\n\n    /* scpi parser */\n    enum _message_termination_t {\n        SCPI_MESSAGE_TERMINATION_NONE,\n        SCPI_MESSAGE_TERMINATION_NL,\n        SCPI_MESSAGE_TERMINATION_SEMICOLON,\n    };\n    typedef enum _message_termination_t message_termination_t;\n\n    struct _scpi_parser_state_t {\n        scpi_token_t programHeader;\n        scpi_token_t programData;\n        int numberOfParameters;\n        message_termination_t termination;\n    };\n    typedef struct _scpi_parser_state_t scpi_parser_state_t;\n\n    typedef scpi_result_t(*scpi_command_callback_t)(scpi_t *);\n\n    struct _scpi_fifo_t {\n        int16_t wr;\n        int16_t rd;\n        int16_t count;\n        int16_t size;\n        int16_t * data;\n    };\n    typedef struct _scpi_fifo_t scpi_fifo_t;\n\n    /* scpi units */\n    enum _scpi_unit_t {\n        SCPI_UNIT_NONE,\n        SCPI_UNIT_VOLT,\n        SCPI_UNIT_AMPER,\n        SCPI_UNIT_OHM,\n        SCPI_UNIT_HERTZ,\n        SCPI_UNIT_CELSIUS,\n        SCPI_UNIT_SECOND,\n        SCPI_UNIT_METER,\n        SCPI_UNIT_GRAY,\n        SCPI_UNIT_BECQUEREL,\n        SCPI_UNIT_MOLE,\n        SCPI_UNIT_DEGREE,\n        SCPI_UNIT_GRADE,\n        SCPI_UNIT_RADIAN,\n        SCPI_UNIT_REVOLUTION,\n        SCPI_UNIT_STERADIAN,\n        SCPI_UNIT_SIEVERT,\n        SCPI_UNIT_FARAD,\n        SCPI_UNIT_COULOMB,\n        SCPI_UNIT_SIEMENS,\n        SCPI_UNIT_ELECTRONVOLT,\n        SCPI_UNIT_JOULE,\n        SCPI_UNIT_NEWTON,\n        SCPI_UNIT_LUX,\n        SCPI_UNIT_HENRY,\n        SCPI_UNIT_ASTRONOMIC_UNIT,\n        SCPI_UNIT_INCH,\n        SCPI_UNIT_FOOT,\n        SCPI_UNIT_PARSEC,\n        SCPI_UNIT_MILE,\n        SCPI_UNIT_NAUTICAL_MILE,\n        SCPI_UNIT_LUMEN,\n        SCPI_UNIT_CANDELA,\n        SCPI_UNIT_WEBER,\n        SCPI_UNIT_TESLA,\n        SCPI_UNIT_ATOMIC_MASS,\n        SCPI_UNIT_KILOGRAM,\n        SCPI_UNIT_WATT,\n        SCPI_UNIT_DBM,\n        SCPI_UNIT_ATMOSPHERE,\n        SCPI_UNIT_INCH_OF_MERCURY,\n        SCPI_UNIT_MM_OF_MERCURY,\n        SCPI_UNIT_PASCAL,\n        SCPI_UNIT_TORT,\n        SCPI_UNIT_BAR,\n        SCPI_UNIT_DECIBEL,\n        SCPI_UNIT_UNITLESS,\n        SCPI_UNIT_FAGRENHEIT,\n        SCPI_UNIT_KELVIN,\n        SCPI_UNIT_DAY,\n        SCPI_UNIT_YEAR,\n        SCPI_UNIT_STROKES,\n        SCPI_UNIT_POISE,\n        SCPI_UNIT_LITER\n    };\n    typedef enum _scpi_unit_t scpi_unit_t;\n\n    struct _scpi_unit_def_t {\n        const char * name;\n        scpi_unit_t unit;\n        double mult;\n    };\n#define SCPI_UNITS_LIST_END       {NULL, SCPI_UNIT_NONE, 0}\n    typedef struct _scpi_unit_def_t scpi_unit_def_t;\n\n    enum _scpi_special_number_t {\n        SCPI_NUM_NUMBER,\n        SCPI_NUM_MIN,\n        SCPI_NUM_MAX,\n        SCPI_NUM_DEF,\n        SCPI_NUM_UP,\n        SCPI_NUM_DOWN,\n        SCPI_NUM_NAN,\n        SCPI_NUM_INF,\n        SCPI_NUM_NINF,\n        SCPI_NUM_AUTO\n    };\n    typedef enum _scpi_special_number_t scpi_special_number_t;\n\n    struct _scpi_choice_def_t {\n        const char * name;\n        int32_t tag;\n    };\n#define SCPI_CHOICE_LIST_END   {NULL, -1}\n    typedef struct _scpi_choice_def_t scpi_choice_def_t;\n\n    struct _scpi_command_t {\n        const char * pattern;\n        scpi_command_callback_t callback;\n#if USE_COMMAND_TAGS\n        int32_t tag;\n#endif /* USE_COMMAND_TAGS */\n    };\n\n    struct _scpi_param_list_t {\n        const scpi_command_t * cmd;\n        lex_state_t lex_state;\n        scpi_const_buffer_t cmd_raw;\n#if USE_64K_PROGMEM_FOR_CMD_LIST || USE_FULL_PROGMEM_FOR_CMD_LIST \n        scpi_command_t cmd_s;\n        char cmd_pattern_s[SCPI_MAX_CMD_PATTERN_SIZE + 1];\n#endif\n    };\n    typedef struct _scpi_param_list_t scpi_param_list_t;\n\n    struct _scpi_number_parameter_t {\n        scpi_bool_t special;\n\n        union {\n            double value;\n            int32_t tag;\n        };\n        scpi_unit_t unit;\n        int8_t base;\n    };\n    typedef struct _scpi_number_parameter_t scpi_number_t;\n\n    struct _scpi_data_parameter_t {\n        const char * ptr;\n        int32_t len;\n    };\n    typedef struct _scpi_data_parameter_t scpi_data_parameter_t;\n\n    typedef scpi_token_t scpi_parameter_t;\n\n    struct _scpi_interface_t {\n        scpi_error_callback_t error;\n        scpi_write_t write;\n        scpi_write_control_t control;\n        scpi_command_callback_t flush;\n        scpi_command_callback_t reset;\n    };\n\n    struct _scpi_t {\n#if USE_FULL_PROGMEM_FOR_CMD_LIST         \n        uint_farptr_t cmdlist;\n        uint_farptr_t cmdpatterns;\n#else        \n        const scpi_command_t * cmdlist;\n#endif\n        scpi_buffer_t buffer;\n        scpi_param_list_t param_list;\n        scpi_interface_t * interface;\n        int_fast16_t output_count;\n        int_fast16_t input_count;\n        scpi_bool_t cmd_error;\n        scpi_fifo_t error_queue;\n        scpi_reg_val_t registers[SCPI_REG_COUNT];\n        const scpi_unit_def_t * units;\n        void * user_context;\n        scpi_parser_state_t parser_state;\n        const char * idn[4];\n        size_t arbitrary_reminding;\n    };\n\n    enum _scpi_array_format_t {\n        SCPI_FORMAT_ASCII = 0,\n        SCPI_FORMAT_NORMAL = 1,\n        SCPI_FORMAT_SWAPPED = 2,\n        SCPI_FORMAT_BIGENDIAN = SCPI_FORMAT_NORMAL,\n        SCPI_FORMAT_LITTLEENDIAN = SCPI_FORMAT_SWAPPED,\n    };\n    typedef enum _scpi_array_format_t scpi_array_format_t;\n\n#ifdef  __cplusplus\n}\n#endif\n\n#endif  /* SCPI_TYPES_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/units.h",
    "content": "/*-\n * Copyright (c) 2012-2013 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   scpi_units.h\n * @date   Thu Nov 15 10:58:45 UTC 2012\n * \n * @brief  SCPI Units\n * \n * \n */\n\n#ifndef SCPI_UNITS_H\n#define\tSCPI_UNITS_H\n\n#include \"scpi/types.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    extern const scpi_unit_def_t scpi_units_def[];\n    extern const scpi_choice_def_t scpi_special_numbers_def[];\n\n    scpi_bool_t SCPI_ParamNumber(scpi_t * context, const scpi_choice_def_t * special, scpi_number_t * value, scpi_bool_t mandatory);\n\n    scpi_bool_t SCPI_ParamTranslateNumberVal(scpi_t * context, scpi_parameter_t * parameter);\n    size_t SCPI_NumberToStr(scpi_t * context, const scpi_choice_def_t * special, scpi_number_t * value, char * str, size_t len);\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_UNITS_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi/utils.h",
    "content": "/*-\n * Copyright (c) 2012-2015 Jan Breuer,\n *\n * All Rights Reserved\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n * 1. Redistributions of source code must retain the above copyright notice,\n *    this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n *    notice, this list of conditions and the following disclaimer in the\n *    documentation and/or other materials provided with the distribution.\n * \n * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR\n * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n/**\n * @file   utils.h\n * \n * @brief  Conversion routines and string manipulation routines\n * \n * \n */\n\n#ifndef SCPI_UTILS_H\n#define\tSCPI_UTILS_H\n\n#include <stdint.h>\n#include \"scpi/types.h\"\n\n#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n    size_t SCPI_UInt32ToStrBase(uint32_t val, char * str, size_t len, int8_t base);\n    size_t SCPI_Int32ToStr(int32_t val, char * str, size_t len);\n    size_t SCPI_UInt64ToStrBase(uint64_t val, char * str, size_t len, int8_t base);\n    size_t SCPI_Int64ToStr(int64_t val, char * str, size_t len);\n    size_t SCPI_FloatToStr(float val, char * str, size_t len);\n    size_t SCPI_DoubleToStr(double val, char * str, size_t len);\n\n    // deprecated finction, should be removed later\n#define SCPI_LongToStr(val, str, len, base) SCPI_Int32ToStr((val), (str), (len), (base), TRUE)\n\n#ifdef\t__cplusplus\n}\n#endif\n\n#endif\t/* SCPI_UTILS_H */\n\n"
  },
  {
    "path": "libraries/scpi-parser/src/scpi-parser.h",
    "content": "#ifndef ARDUINO_SCPI_PARSER_H\n#define ARDUINO_SCPI_PARSER_H\n\n#include \"scpi/scpi.h\"\n\n#endif // ARDUINO_SCPI_PARSER_H"
  },
  {
    "path": "platformio.ini",
    "content": "; PlatformIO Project Configuration File\n;\n;   Build options: build flags, source filter\n;   Upload options: custom upload port, speed and extra flags\n;   Library options: dependencies, extra library storages\n;   Advanced options: extra scripting\n;\n; Please visit documentation for the other options and examples\n; http://docs.platformio.org/page/projectconf.html\n\n[platformio]\nsrc_dir = eez_psu_sketch\nlib_dir = libraries\n\n[env:dueUSB]\nplatform = atmelsam\nboard = dueUSB\nframework = arduino\nlib_deps =\n  868\n  https://github.com/eez-open/Ethernet2\n"
  },
  {
    "path": "psu.eez-project",
    "content": "{\n  \"settings\": {\n    \"general\": {\n      \"projectVersion\": \"v1\",\n      \"scpiDocFolder\": \"doc\\\\SCPI reference guide\\\\Commands\"\n    },\n    \"build\": {\n      \"configurations\": [\n        {\n          \"name\": \"R3B4\",\n          \"description\": \"Early prototype\",\n          \"properties\": \"{\\n  \\\"connection\\\": {\\n    \\\"ethernet\\\": {\\n      \\\"port\\\": 5025\\n    },\\n    \\\"serial\\\": {\\n      \\\"baudRates\\\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\\n      \\\"defaultBaudRate\\\": 115200\\n    }\\n  },\\n  \\\"channels\\\": [\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    },\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    }\\n  ],\\n  \\\"lists\\\": {\\n    \\\"maxPoints\\\": 256,\\n    \\\"minDwell\\\": 0.0001,\\n    \\\"maxDwell\\\": 65535,\\n    \\\"dwellDigits\\\": 4,\\n    \\\"voltageDigits\\\": 3,\\n    \\\"currentDigits\\\": 3\\n  },\\n  \\\"fileDownload\\\": {\\n    \\\"shortFileName\\\": false,\\n    \\\"startCommand\\\": \\\"MMEM:DOWN:FNAMe <file>\\\",\\n    \\\"fileSizeCommand\\\": \\\"MMEM:DOWN:SIZE <filesize>\\\",\\n    \\\"sendChunkCommand\\\": \\\"MMEM:DOWN:DATA <chunk>\\\",\\n    \\\"finishCommand\\\": \\\"MMEM:DOWN:FNAMe \\\\\\\"\\\\\\\"\\\",\\n    \\\"abortCommand\\\": \\\"MMEM:DOWN:ABORt\\\",\\n    \\\"chunkSize\\\": 1024\\n  }\\n}\"\n        },\n        {\n          \"name\": \"R5B12\",\n          \"description\": \"CrowdSupply crowdfunding version\",\n          \"properties\": \"{\\n  \\\"connection\\\": {\\n    \\\"ethernet\\\": {\\n      \\\"port\\\": 5025\\n    },\\n    \\\"serial\\\": {\\n      \\\"baudRates\\\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\\n      \\\"defaultBaudRate\\\": 115200\\n    }\\n  },\\n  \\\"channels\\\": [\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    },\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    }\\n  ],\\n  \\\"lists\\\": {\\n    \\\"maxPoints\\\": 256,\\n    \\\"minDwell\\\": 0.0001,\\n    \\\"maxDwell\\\": 65535,\\n    \\\"dwellDigits\\\": 4,\\n    \\\"voltageDigits\\\": 3,\\n    \\\"currentDigits\\\": 3\\n  },\\n  \\\"fileDownload\\\": {\\n    \\\"shortFileName\\\": false,\\n    \\\"startCommand\\\": \\\"MMEM:DOWN:FNAMe <file>\\\",\\n    \\\"fileSizeCommand\\\": \\\"MMEM:DOWN:SIZE <filesize>\\\",\\n    \\\"sendChunkCommand\\\": \\\"MMEM:DOWN:DATA <chunk>\\\",\\n    \\\"finishCommand\\\": \\\"MMEM:DOWN:FNAMe \\\\\\\"\\\\\\\"\\\",\\n    \\\"abortCommand\\\": \\\"MMEM:DOWN:ABORt\\\",\\n    \\\"chunkSize\\\": 1024\\n  }\\n}\"\n        },\n        {\n          \"name\": \"Simulator\",\n          \"description\": \"Cross-platfrom simulator for EEZ PSU\",\n          \"properties\": \"{\\n  \\\"connection\\\": {\\n    \\\"ethernet\\\": {\\n      \\\"port\\\": 5025\\n    },\\n    \\\"serial\\\": {\\n      \\\"baudRates\\\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\\n      \\\"defaultBaudRate\\\": 115200\\n    }\\n  },\\n  \\\"channels\\\": [\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    },\\n    {\\n      \\\"maxVoltage\\\": 40,\\n      \\\"maxCurrent\\\": 5,\\n      \\\"maxPower\\\": 155\\n    }\\n  ],\\n  \\\"lists\\\": {\\n    \\\"maxPoints\\\": 256,\\n    \\\"minDwell\\\": 0.0001,\\n    \\\"maxDwell\\\": 65535,\\n    \\\"dwellDigits\\\": 4,\\n    \\\"voltageDigits\\\": 3,\\n    \\\"currentDigits\\\": 3\\n  },\\n  \\\"fileDownload\\\": {\\n    \\\"shortFileName\\\": false,\\n    \\\"startCommand\\\": \\\"MMEM:DOWN:FNAMe <file>\\\",\\n    \\\"fileSizeCommand\\\": \\\"MMEM:DOWN:SIZE <filesize>\\\",\\n    \\\"sendChunkCommand\\\": \\\"MMEM:DOWN:DATA <chunk>\\\",\\n    \\\"finishCommand\\\": \\\"MMEM:DOWN:FNAMe \\\\\\\"\\\\\\\"\\\",\\n    \\\"abortCommand\\\": \\\"MMEM:DOWN:ABORt\\\",\\n    \\\"chunkSize\\\": 1024\\n  }\\n}\"\n        }\n      ],\n      \"files\": [\n        {\n          \"fileName\": \"actions.h\",\n          \"template\": \"/*\\n* EEZ PSU Firmware\\n* Copyright (C) 2017-present, Envox d.o.o.\\n*\\n* This program is free software: you can redistribute it and/or modify\\n* it under the terms of the GNU General Public License as published by\\n* the Free Software Foundation, either version 3 of the License, or\\n* (at your option) any later version.\\n\\n* This program is distributed in the hope that it will be useful,\\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n* GNU General Public License for more details.\\n\\n* You should have received a copy of the GNU General Public License\\n* along with this program.  If not, see http://www.gnu.org/licenses.\\n*/\\n\\n#pragma once\\n\\nnamespace eez {\\nnamespace psu {\\n\\n//${eez-studio ACTIONS_ENUM}\\n\\n//${eez-studio ACTIONS_ARRAY_DECL}\\n\\n}\\n} // namespace eez::psu\\n\"\n        },\n        {\n          \"fileName\": \"actions.cpp\",\n          \"template\": \"/*\\n* EEZ PSU Firmware\\n* Copyright (C) 2017-present, Envox d.o.o.\\n*\\n* This program is free software: you can redistribute it and/or modify\\n* it under the terms of the GNU General Public License as published by\\n* the Free Software Foundation, either version 3 of the License, or\\n* (at your option) any later version.\\n\\n* This program is distributed in the hope that it will be useful,\\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n* GNU General Public License for more details.\\n\\n* You should have received a copy of the GNU General Public License\\n* along with this program.  If not, see http://www.gnu.org/licenses.\\n*/\\n\\n#include \\\"psu.h\\\"\\n\\n#if OPTION_DISPLAY\\n\\n#include \\\"actions.h\\\"\\n#include \\\"event_queue.h\\\"\\n#include \\\"persist_conf.h\\\"\\n#include \\\"channel_dispatcher.h\\\"\\n#include \\\"trigger.h\\\"\\n#include \\\"sound.h\\\"\\n#include \\\"gui_internal.h\\\"\\n#include \\\"gui_keypad.h\\\"\\n#include \\\"gui_edit_mode.h\\\"\\n#include \\\"gui_edit_mode_keypad.h\\\"\\n#include \\\"gui_calibration.h\\\"\\n#include \\\"gui_page_ch_settings_protection.h\\\"\\n#include \\\"gui_page_ch_settings_adv.h\\\"\\n#include \\\"gui_page_sys_settings.h\\\"\\n#include \\\"gui_page_user_profiles.h\\\"\\n#include \\\"gui_password.h\\\"\\n#include \\\"gui_page_ch_settings_trigger.h\\\"\\n\\nnamespace eez {\\nnamespace psu {\\n\\nusing namespace gui;\\n\\n//${eez-studio ACTIONS_FUNCS_DEF}\\n\\n//${eez-studio ACTIONS_ARRAY_DEF}\\n\\n}\\n} // namespace eez::psu\\n\\n#endif\"\n        },\n        {\n          \"fileName\": \"gui_document.h\",\n          \"template\": \"/*\\n* EEZ PSU Firmware\\n* Copyright (C) 2017-present, Envox d.o.o.\\n*\\n* This program is free software: you can redistribute it and/or modify\\n* it under the terms of the GNU General Public License as published by\\n* the Free Software Foundation, either version 3 of the License, or\\n* (at your option) any later version.\\n\\n* This program is distributed in the hope that it will be useful,\\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n* GNU General Public License for more details.\\n\\n* You should have received a copy of the GNU General Public License\\n* along with this program.  If not, see http://www.gnu.org/licenses.\\n*/\\n\\n#pragma once\\n\\nnamespace eez {\\nnamespace psu {\\nnamespace gui {\\n\\n//${eez-studio DATA_ENUM}\\n\\n//${eez-studio GUI_FONTS_ENUM}\\n\\n//${eez-studio GUI_BITMAPS_ENUM}\\n\\n//${eez-studio GUI_STYLES_ENUM}\\n\\n//${eez-studio GUI_PAGES_ENUM}\\n\\n//${eez-studio GUI_FONTS_DECL}\\n\\n//${eez-studio GUI_BITMAPS_DECL}\\n\\n//${eez-studio GUI_STYLES_DECL}\\n\\n//${eez-studio GUI_DOCUMENT_DECL}\\n\\n}\\n}\\n} // namespace eez::psu::gui\\n\"\n        },\n        {\n          \"fileName\": \"gui_document.cpp\",\n          \"template\": \"/*\\n* EEZ PSU Firmware\\n* Copyright (C) 2017-present, Envox d.o.o.\\n*\\n* This program is free software: you can redistribute it and/or modify\\n* it under the terms of the GNU General Public License as published by\\n* the Free Software Foundation, either version 3 of the License, or\\n* (at your option) any later version.\\n\\n* This program is distributed in the hope that it will be useful,\\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n* GNU General Public License for more details.\\n\\n* You should have received a copy of the GNU General Public License\\n* along with this program.  If not, see http://www.gnu.org/licenses.\\n*/\\n\\n#include \\\"psu.h\\\"\\n\\n#if OPTION_DISPLAY\\n\\n#include \\\"lcd.h\\\"\\n#include \\\"gui_document.h\\\"\\n\\nnamespace eez {\\nnamespace psu {\\nnamespace gui {\\n\\n//${eez-studio GUI_FONTS_DEF}\\n\\n//${eez-studio GUI_BITMAPS_DEF}\\n\\n//${eez-studio GUI_STYLES_DEF}\\n\\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\\n//${eez-studio GUI_DOCUMENT_PORTRAIT_DEF}\\n#elif DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\\n//${eez-studio GUI_DOCUMENT_LANDSCAPE_DEF}\\n#endif\\n\\n}\\n}\\n} // namespace eez::psu::gui\\n\\n#endif\"\n        },\n        {\n          \"fileName\": \"scpi_commands.h\",\n          \"template\": \"/*\\n* EEZ PSU Firmware\\n* Copyright (C) 2017-present, Envox d.o.o.\\n*\\n* This program is free software: you can redistribute it and/or modify\\n* it under the terms of the GNU General Public License as published by\\n* the Free Software Foundation, either version 3 of the License, or\\n* (at your option) any later version.\\n\\n* This program is distributed in the hope that it will be useful,\\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n* GNU General Public License for more details.\\n\\n* You should have received a copy of the GNU General Public License\\n* along with this program.  If not, see http://www.gnu.org/licenses.\\n*/\\n\\n#pragma once\\n\\n//${eez-studio SCPI_COMMANDS_DECL}\\n\"\n        }\n      ],\n      \"destinationFolder\": \"eez_psu_sketch\"\n    }\n  },\n  \"data\": [\n    {\n      \"name\": \"editEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channels\",\n      \"description\": \"list of installed channels\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}]\"\n    },\n    {\n      \"name\": \"channel.status\",\n      \"description\": \"0: not installed\\n1: installed and ok\\n2: installed and error\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"OK\\\",\\n\\\"Error\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.outputState\",\n      \"description\": \"0: output is off\\n1: output is on\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": 1\n    },\n    {\n      \"name\": \"channel.outputMode\",\n      \"description\": \"0: CC or CV\\n1: UR\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"CC/CV\\\",\\n\\\"UR\\\"\\n]\",\n      \"defaultValue\": 0\n    },\n    {\n      \"name\": \"channel.monValue\",\n      \"description\": \"scpi: meas:volt? if CC, meas:curr? if CV, min(meas:curr?, meas:volt?) or meas:curr? if equal )\",\n      \"type\": \"float\",\n      \"defaultValue\": \"12.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.u.set\",\n      \"description\": \"scpi: volt? and volt\",\n      \"type\": \"float\",\n      \"defaultValue\": \"30.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.u.mon\",\n      \"type\": \"float\",\n      \"defaultValue\": \"25.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.u.monDac\",\n      \"type\": \"float\",\n      \"defaultValue\": \"25.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.u.limit\",\n      \"type\": \"float\",\n      \"defaultValue\": \"35.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.u.edit\",\n      \"description\": \"scpi: volt? and volt\",\n      \"type\": \"float\",\n      \"defaultValue\": \"30.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.i.set\",\n      \"description\": \"scpi: curr? and curr\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"channel.i.mon\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"channel.i.monDac\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"channel.i.limit\",\n      \"type\": \"float\",\n      \"defaultValue\": \"3.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"channel.i.edit\",\n      \"description\": \"\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.p.mon\",\n      \"type\": \"float\",\n      \"defaultValue\": \"285.00W\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 150\n    },\n    {\n      \"name\": \"channelsViewMode\",\n      \"description\": \"0: Default (Voltage / Current)\\n1: Horizontal bar graph\\n2: Vertical bar graph\\n3: YT\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Default\\\",\\n\\\"Horizontal Bar\\\",\\n\\\"Vertical Bar\\\",\\n\\\"YT\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.displayValue1\",\n      \"type\": \"float\",\n      \"defaultValue\": \"25.00V\",\n      \"defaultMinValue\": 8,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.displayValue2\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"lrip\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"ovp\",\n      \"description\": \"scpi: volt:prot:stat? volt:prot:trip?\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Tripped\\\"\\n]\",\n      \"defaultValue\": 0\n    },\n    {\n      \"name\": \"ocp\",\n      \"description\": \"scpi: curr:prot:stat? curr:prot:trip?\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Tripped\\\"\\n]\",\n      \"defaultValue\": 0\n    },\n    {\n      \"name\": \"opp\",\n      \"description\": \"scpi: pow:prot:stat? pow:prot:trip?\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Tripped\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"otp_ch\",\n      \"description\": \"scpi: syst:temp:prot:stat? syst:temp:prot:trip?\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Tripped\\\"\\n]\",\n      \"defaultValue\": \"2\"\n    },\n    {\n      \"name\": \"otp_aux\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Tripped\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"alert_message\",\n      \"description\": \"Message in alert dialog\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Are you sure?\"\n    },\n    {\n      \"name\": \"alert_message_2\",\n      \"description\": \"Message in alert dialog\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Second line\"\n    },\n    {\n      \"name\": \"alert_message_3\",\n      \"description\": \"Message in alert dialog\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Third line\"\n    },\n    {\n      \"name\": \"edit_value\",\n      \"type\": \"float\",\n      \"defaultValue\": \"12.00V\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 50\n    },\n    {\n      \"name\": \"edit_unit\",\n      \"type\": \"string\",\n      \"defaultValue\": \"mV\"\n    },\n    {\n      \"name\": \"edit_info\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Set Ch1 voltage [0-50 V]\"\n    },\n    {\n      \"name\": \"edit_info1\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Set Ch1 voltage\"\n    },\n    {\n      \"name\": \"edit_info2\",\n      \"type\": \"string\",\n      \"defaultValue\": \"[0-50 V]\"\n    },\n    {\n      \"name\": \"edit_mode_interactive_mode_selector\",\n      \"description\": \"0: interactive mode\\n1: non-interactive mode\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Interactive\\\",\\n\\\"Non-interactive\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"edit_steps\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"2\",\n      \"defaultValueList\": \"[\\\"5.00\\\", \\\"2.00\\\", \\\"1.00\\\", \\\"0.50\\\", \\\"0.10\\\"]\"\n    },\n    {\n      \"name\": \"model_info\",\n      \"type\": \"string\",\n      \"defaultValue\": \"50V / 3A - 40V / 5A\"\n    },\n    {\n      \"name\": \"firmware_info\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Firmware: M2\"\n    },\n    {\n      \"name\": \"self_test_result\",\n      \"type\": \"string\",\n      \"defaultValue\": \"- FAN failed\\\\n- CH1 temp sensor failed\"\n    },\n    {\n      \"name\": \"keypad_text\",\n      \"description\": \"Contains the text entered in keypad.\",\n      \"type\": \"string\",\n      \"defaultValue\": \"abc123|\"\n    },\n    {\n      \"name\": \"keypad_caps\",\n      \"description\": \"0 - lower case\\n1 - upper case\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"keypad_option1_text\",\n      \"type\": \"string\",\n      \"defaultValue\": \"max\"\n    },\n    {\n      \"name\": \"keypad_option1_enabled\",\n      \"description\": \"Is \\\"max\\\" key on numeric keypad enabled?\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"keypad_option2_text\",\n      \"type\": \"string\",\n      \"defaultValue\": \"def\"\n    },\n    {\n      \"name\": \"keypad_option2_enabled\",\n      \"description\": \"Is \\\"def\\\" key on numeric keypad enabled?\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"keypad_sign_enabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"keypad_dot_enabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"keypad_unit_enabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"calibration.passwordStatus\",\n      \"description\": \"0 - not set\\n1 - set\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not set\\\",\\n\\\"Set\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.label\",\n      \"description\": \"Channel label, i.e. \\\"Channel 1:\\\", \\\"Channel 2:\\\", etc.\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Channel X:\"\n    },\n    {\n      \"name\": \"channel.shortLabel\",\n      \"description\": \"Short channel label, i.e. \\\"CH1:\\\", \\\"CH2:\\\", etc.\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Ch1:\"\n    },\n    {\n      \"name\": \"channel.tempStatus\",\n      \"description\": \"0: invalid (error)\\n1: valid\\n2: not installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Invalid\\\",\\n\\\"Valid\\\",\\n\\\"Not installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.temp\",\n      \"description\": \"\",\n      \"type\": \"float\",\n      \"defaultValue\": \"45.5oC\"\n    },\n    {\n      \"name\": \"channel.onTime.total\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"323:33:10\"\n    },\n    {\n      \"name\": \"channel.onTime.last\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"300:01:10\"\n    },\n    {\n      \"name\": \"channel.calibration.status\",\n      \"description\": \"0 - not calibrated\\n1 - calibrated\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not calibrated\\\",\\n\\\"Calibrated\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.calibration.state\",\n      \"description\": \"0 - not enabled\\n1 - enabled\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Disabled\\\",\\n\\\"Enabled\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.calibration.date\",\n      \"type\": \"string\",\n      \"defaultValue\": \"2016-12-31\"\n    },\n    {\n      \"name\": \"channel.calibration.remark\",\n      \"type\": \"string\",\n      \"defaultValue\": \"<remark>\"\n    },\n    {\n      \"name\": \"channel.calibration.step.isSetRemarkStep\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.calibration.step.num\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"U min\\\",\\n\\\"U mid\\\",\\n\\\"U max\\\",\\n\\\"I 5A min\\\",\\n\\\"I 5A mid\\\",\\n\\\"I 5A max\\\",\\n\\\"I 500mA min\\\",\\n\\\"I 500mA mid\\\",\\n\\\"I 500mA max\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.calibration.step.status\",\n      \"description\": \"0 - calibration value is not defined\\n1 - calibration value is defined\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not defined\\\",\\n\\\"Defined\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.calibration.step.levelValue\",\n      \"type\": \"float\",\n      \"defaultValue\": \"50mV\"\n    },\n    {\n      \"name\": \"channel.calibration.step.value\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.12 V\"\n    },\n    {\n      \"name\": \"channel.calibration.step.prevEnabled\",\n      \"description\": \"Is previous step enabled?\\n0 - No\\n1 - Yes\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.calibration.step.nextEnabled\",\n      \"description\": \"Is next step enabled?\\n0 - No\\n1 - Yes\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"cal_ch_u_min\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.12V\"\n    },\n    {\n      \"name\": \"cal_ch_u_mid\",\n      \"type\": \"float\",\n      \"defaultValue\": \"24.81V\"\n    },\n    {\n      \"name\": \"cal_ch_u_max\",\n      \"type\": \"float\",\n      \"defaultValue\": \"48.12V\"\n    },\n    {\n      \"name\": \"cal_ch_i0_min\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.02A\"\n    },\n    {\n      \"name\": \"cal_ch_i0_mid\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.42A\"\n    },\n    {\n      \"name\": \"cal_ch_i0_max\",\n      \"type\": \"float\",\n      \"defaultValue\": \"3.01A\"\n    },\n    {\n      \"name\": \"cal_ch_i1_min\",\n      \"type\": \"float\",\n      \"defaultValue\": \"2mA\"\n    },\n    {\n      \"name\": \"cal_ch_i1_mid\",\n      \"type\": \"float\",\n      \"defaultValue\": \"142mA\"\n    },\n    {\n      \"name\": \"cal_ch_i1_max\",\n      \"type\": \"float\",\n      \"defaultValue\": \"301mA\"\n    },\n    {\n      \"name\": \"channel.protection.ovp.state\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.protection.ovp.level\",\n      \"type\": \"float\",\n      \"defaultValue\": \"40.00V\"\n    },\n    {\n      \"name\": \"channel.protection.ovp.delay\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.05s\"\n    },\n    {\n      \"name\": \"channel.protection.ovp.limit\",\n      \"type\": \"float\",\n      \"defaultValue\": \"30.50V\"\n    },\n    {\n      \"name\": \"channel.protection.ocp.state\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.protection.ocp.delay\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.5s\"\n    },\n    {\n      \"name\": \"channel.protection.ocp.limit\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\"\n    },\n    {\n      \"name\": \"channel.protection.ocp.maxCurrentLimitCause\",\n      \"description\": \"0: no cause\\n1: fan\\n2: temperature\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"No cause\\\",\\n\\\"Fan\\\",\\n\\\"Temperature\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.protection.opp.state\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.protection.opp.level\",\n      \"type\": \"float\",\n      \"defaultValue\": \"150.00W\"\n    },\n    {\n      \"name\": \"channel.protection.opp.delay\",\n      \"type\": \"float\",\n      \"defaultValue\": \"60 s\"\n    },\n    {\n      \"name\": \"channel.protection.opp.limit\",\n      \"type\": \"float\",\n      \"defaultValue\": \"100.00W\"\n    },\n    {\n      \"name\": \"channel.protection.otp.installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"Installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.protection.otp.state\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.protection.otp.level\",\n      \"type\": \"float\",\n      \"defaultValue\": \"125.00oC\"\n    },\n    {\n      \"name\": \"channel.protection.otp.delay\",\n      \"defaultValue\": \"10s\"\n    },\n    {\n      \"name\": \"EventQueue.lastEvent.type\",\n      \"description\": \"0: none\\n1: info\\n2: warning\\n3: error\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"Info\\\",\\n\\\"Warning\\\",\\n\\\"Error\\\"\\n]\",\n      \"defaultValue\": \"3\"\n    },\n    {\n      \"name\": \"EventQueue.lastEvent.message\",\n      \"type\": \"string\",\n      \"defaultValue\": \"[2m ago] Ch1 OTP tripped\"\n    },\n    {\n      \"name\": \"EventQueue.events\",\n      \"description\": \"list of events in event queue\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}, {}, {}, {}, {}]\"\n    },\n    {\n      \"name\": \"EventQueue.events.type\",\n      \"description\": \"0: none\\n1: info\\n2: warning\\n3: error\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"Info\\\",\\n\\\"Warning\\\",\\n\\\"Error\\\"\\n]\",\n      \"defaultValue\": \"3\"\n    },\n    {\n      \"name\": \"EventQueue.events.message\",\n      \"type\": \"string\",\n      \"defaultValue\": \"[2m ago] Ch1 OTP tripped\"\n    },\n    {\n      \"name\": \"EventQueue.multiplePages\",\n      \"description\": \"0: single page only\\n1: multiple pages\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Single page only\\\",\\n\\\"Multiple pages\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"EventQueue.previousPageEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"EventQueue.nextPageEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"EventQueue.pageInfo\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Page #1 of 2\"\n    },\n    {\n      \"name\": \"channel.lripple.maxDissipation\",\n      \"type\": \"float\",\n      \"defaultValue\": \"20.00W\"\n    },\n    {\n      \"name\": \"channel.lripple.calculatedDissipation\",\n      \"type\": \"float\",\n      \"defaultValue\": \"18.00W\"\n    },\n    {\n      \"name\": \"channel.lripple.autoMode\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lripple.isAllowed\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lripple.status\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.rsense.status\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.rprog.installed\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"Installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.rprog.status\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.isCoupled\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.isTracked\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.isCoupledOrTracked\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.coupling.isAllowed\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.coupling.mode\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"Parallel\\\",\\n\\\"Series\\\",\\n\\\"Tracked\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.coupling.selectedMode\",\n      \"description\": \"\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Parallel\\\",\\n\\\"Series\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.coupling.isSeries\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.onTime.total\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"35d 10m 32s\"\n    },\n    {\n      \"name\": \"sys.onTime.last\",\n      \"type\": \"string\",\n      \"defaultValue\": \"15m 10s\"\n    },\n    {\n      \"name\": \"sys.temp.aux.status\",\n      \"description\": \"0: invalid (error)\\n1: valid\\n2: not installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Invalid\\\",\\n\\\"Valid\\\",\\n\\\"Not installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.temp.aux.otp.state\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.temp.aux.otp.level\",\n      \"type\": \"float\",\n      \"defaultValue\": \"125.00oC\"\n    },\n    {\n      \"name\": \"sys.temp.aux.otp.delay\",\n      \"defaultValue\": \"10s\"\n    },\n    {\n      \"name\": \"sys.temp.aux.otp.isTripped\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.temp.aux\",\n      \"type\": \"float\",\n      \"defaultValue\": \"45.5oC\"\n    },\n    {\n      \"name\": \"sys.info.firmwareVer\",\n      \"type\": \"string\",\n      \"defaultValue\": \"M2\"\n    },\n    {\n      \"name\": \"sys.info.serialNo\",\n      \"type\": \"string\",\n      \"defaultValue\": \"123456789\"\n    },\n    {\n      \"name\": \"sys.info.scpiVer\",\n      \"type\": \"string\",\n      \"defaultValue\": \"1999.0\"\n    },\n    {\n      \"name\": \"sys.info.cpu\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Arduino Due\"\n    },\n    {\n      \"name\": \"sys.info.ethernet\",\n      \"type\": \"string\",\n      \"defaultValue\": \"W5500\"\n    },\n    {\n      \"name\": \"sys.info.fan.status\",\n      \"description\": \"0: invalid (error)\\n1: valid\\n2: unsupported\\n3: not installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Invalid\\\",\\n\\\"Valid\\\",\\n\\\"Unsupported\\\",\\n\\\"Not installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.info.fan.speed\",\n      \"type\": \"float\",\n      \"defaultValue\": \"2012rpm\"\n    },\n    {\n      \"name\": \"channel.boardInfo.label\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"CH1 board:\"\n    },\n    {\n      \"name\": \"channel.boardInfo.revision\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"R5B9\"\n    },\n    {\n      \"name\": \"dateTime.date\",\n      \"type\": \"string\",\n      \"defaultValue\": \"2016 - 12 - 28\"\n    },\n    {\n      \"name\": \"dateTime.year\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"2016\"\n    },\n    {\n      \"name\": \"dateTime.month\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"12\"\n    },\n    {\n      \"name\": \"dateTime.day\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"28\"\n    },\n    {\n      \"name\": \"dateTime.time\",\n      \"type\": \"string\",\n      \"defaultValue\": \"23 : 58 : 48\"\n    },\n    {\n      \"name\": \"dateTime.hour\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"23\"\n    },\n    {\n      \"name\": \"dateTime.minute\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"58\"\n    },\n    {\n      \"name\": \"dateTime.second\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"48\"\n    },\n    {\n      \"name\": \"dateTime.timeZone\",\n      \"type\": \"string\",\n      \"defaultValue\": \"+1 GMT\"\n    },\n    {\n      \"name\": \"dateTime.DST\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"Europe\\\",\\n\\\"USA\\\"\\n]\",\n      \"defaultValue\": \"Europe\"\n    },\n    {\n      \"name\": \"setPage.dirty\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"profiles.list1\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}, {}, {}]\"\n    },\n    {\n      \"name\": \"profiles.list2\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}, {}, {}, {}, {}]\"\n    },\n    {\n      \"name\": \"profiles.autoRecall.status\",\n      \"description\": \"0: disabled\\n1: enabled\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Disabled\\\",\\n\\\"Enabled\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"profiles.autoRecall.location\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"profile.status\",\n      \"description\": \"0: not installed\\n1: installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"Installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"profile.label\",\n      \"type\": \"string\",\n      \"defaultValue\": \"[ 0 ]\"\n    },\n    {\n      \"name\": \"profile.remark\",\n      \"type\": \"string\",\n      \"defaultValue\": \"This is remark...\"\n    },\n    {\n      \"name\": \"profile.isAutoRecallLocation\",\n      \"description\": \"0 - no\\n1 - yes\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"No\\\",\\n\\\"Yes\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"profile.channel.u.set\",\n      \"type\": \"float\",\n      \"defaultValue\": \"12.00V\"\n    },\n    {\n      \"name\": \"profile.channel.i.set\",\n      \"type\": \"float\",\n      \"defaultValue\": \"1.00A\"\n    },\n    {\n      \"name\": \"profile.channel.outputState\",\n      \"description\": \"0: output is off\\n1: output is on\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ethernet.installed\",\n      \"description\": \"0: not installed\\n1: installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"Installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ethernet.enabled\",\n      \"description\": \"0: disabled\\n1: enabled\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Disabled\\\",\\n\\\"Enabled\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ethernet.status\",\n      \"description\": \"0: failed\\n1: ok\\n2: skipped\\n3: warning\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Failed\\\",\\n\\\"OK\\\",\\n\\\"Skipped\\\",\\n\\\"Warning\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ethernet.ipAddress\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"192.168.1.101\"\n    },\n    {\n      \"name\": \"ethernet.dns\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"192.168.1.1\"\n    },\n    {\n      \"name\": \"ethernet.gateway\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"192.168.1.1\"\n    },\n    {\n      \"name\": \"ethernet.subnetMask\",\n      \"description\": \"\",\n      \"type\": \"string\",\n      \"defaultValue\": \"255.255.255.0\"\n    },\n    {\n      \"name\": \"ethernet.scpiPort\",\n      \"description\": \"\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"5025\"\n    },\n    {\n      \"name\": \"ethernet.isConnected\",\n      \"description\": \"\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ethernet.dhcp\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"ethernet.mac\",\n      \"type\": \"string\",\n      \"defaultValue\": \"00-00-00-00-00-00\"\n    },\n    {\n      \"name\": \"channel.isVoltageBalanced\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.isCurrentBalanced\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.outputProtectionCoupled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.shutdownWhenProtectionTripped\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.forceDisablingAllOutputsOnPowerUp\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.password.isSet\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.RlState\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Local\\\",\\n\\\"Remote\\\",\\n\\\"RWLock\\\"\\n]\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"sys.sound.isEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys,sound.isClickEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.displayViewSettings.displayValue1\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Voltage (V)\\\",\\n\\\"Current (A)\\\",\\n\\\"Power (W)\\\"\\n]\",\n      \"defaultValue\": \"Voltage (V)\"\n    },\n    {\n      \"name\": \"channel.displayViewSettings.displayValue2\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Voltage (V)\\\",\\n\\\"Current (A)\\\",\\n\\\"Power (W)\\\"\\n]\",\n      \"defaultValue\": \"Power (W)\"\n    },\n    {\n      \"name\": \"channel.displayViewSettings.ytViewRate\",\n      \"type\": \"float\",\n      \"defaultValue\": \"100 ms\"\n    },\n    {\n      \"name\": \"sys.encoder.confirmationMode\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.encoder.movingUpSpeed\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"10\\n\",\n      \"defaultMinValue\": 1,\n      \"defaultMaxValue\": 10\n    },\n    {\n      \"name\": \"sys.encoder.movingDownSpeed\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"1\",\n      \"defaultMinValue\": 1,\n      \"defaultMaxValue\": 10\n    },\n    {\n      \"name\": \"sys.encoder.installed\",\n      \"description\": \"0: not installed\\n1: installed\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Not installed\\\",\\n\\\"Installed\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.display.state\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"sys.display.brightness\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"255\"\n    },\n    {\n      \"name\": \"channel.trigger.mode\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Fixed\\\",\\n\\\"List\\\",\\n\\\"Step\\\"\\n]\",\n      \"defaultValue\": \"Fixed\"\n    },\n    {\n      \"name\": \"channel.trigger.outputState\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\",\n      \"defaultMinValue\": 0\n    },\n    {\n      \"name\": \"channel.trigger.onListStop\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Output OFF\\\",\\n\\\"Set to first step\\\",\\n\\\"Set to last step\\\",\\n\\\"Standby\\\"\\n]\",\n      \"defaultValue\": \"Output OFF\"\n    },\n    {\n      \"name\": \"channel.u.trigger.value\",\n      \"type\": \"float\",\n      \"defaultValue\": \"24.00V\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 40\n    },\n    {\n      \"name\": \"channel.i.trigger.value\",\n      \"type\": \"float\",\n      \"defaultValue\": \"2.00A\",\n      \"defaultMinValue\": 0,\n      \"defaultMaxValue\": 5\n    },\n    {\n      \"name\": \"channel.list.count\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}, {}, {}]\"\n    },\n    {\n      \"name\": \"channel.list.index\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"256\"\n    },\n    {\n      \"name\": \"channel.list.dwell\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0.01\"\n    },\n    {\n      \"name\": \"channel.list.dwellEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.list.voltage\",\n      \"type\": \"float\",\n      \"defaultValue\": \"10.00\"\n    },\n    {\n      \"name\": \"channel.list.voltageEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.list.current\",\n      \"type\": \"float\",\n      \"defaultValue\": \"2.00\"\n    },\n    {\n      \"name\": \"channel.list.currentEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.previousPageEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.nextPageEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.cursor\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"128\"\n    },\n    {\n      \"name\": \"channel.lists.insertMenuEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.deleteMenuEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.deleteRowEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.clearColumnEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.lists.deleteRowsEnabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"trigger.source\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Bus\\\",\\n\\\"Immediate\\\",\\n\\\"Manual\\\",\\n\\\"Pin1\\\"\\n]\",\n      \"defaultValue\": \"Immediate\"\n    },\n    {\n      \"name\": \"trigger.delay\",\n      \"type\": \"float\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"trigger.initiateContinuously\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"trigger.isInitiated\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"trigger.isManual\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.hasSupportForCurrentDualRange\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.ranges.supported\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"channel.ranges.mode\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Best (default)\\\",\\n\\\"0.5A\\\",\\n\\\"5A\\\"\\n]\",\n      \"defaultValue\": \"Best (default)\"\n    },\n    {\n      \"name\": \"channel.ranges.autoRanging\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"0\"\n    },\n    {\n      \"name\": \"channel.ranges.currentlySelected\",\n      \"type\": \"string\",\n      \"defaultValue\": \"0.5A\"\n    },\n    {\n      \"name\": \"textMessage\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Hello, world!\"\n    },\n    {\n      \"name\": \"serial.status\",\n      \"description\": \"0: failed\\n1: ok\\n2: skipped\\n3: warning\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Failed\\\",\\n\\\"OK\\\",\\n\\\"Skipped\\\",\\n\\\"Warning\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"serial.enabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"serial.isConnected\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"serial.baud\",\n      \"type\": \"integer\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"115200\"\n    },\n    {\n      \"name\": \"serial.parity\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"Even\\\",\\n\\\"Odd\\\",\\n\\\"Mark\\\",\\n\\\"Space\\\"\\n]\",\n      \"defaultValue\": \"None\"\n    },\n    {\n      \"name\": \"channel.list.countdown\",\n      \"type\": \"string\",\n      \"defaultValue\": \"23m 45s\"\n    },\n    {\n      \"name\": \"ioPins\",\n      \"description\": \"\",\n      \"type\": \"list\",\n      \"defaultValue\": \"[{}, {}, {}]\"\n    },\n    {\n      \"name\": \"ioPins.inhibitState\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"Off\\\",\\n\\\"On\\\",\\n\\\"Not used\\\"\\n]\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ioPin.number\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ioPin.polarity\",\n      \"type\": \"boolean\",\n      \"enumItems\": \"\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ioPin.function\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"Fault\\\",\\n\\\"Inhibit\\\",\\n\\\"Couple\\\",\\n\\\"Tinput\\\",\\n\\\"Toutput\\\",\\n]\",\n      \"defaultValue\": \"Couple\"\n    },\n    {\n      \"name\": \"ntp.enabled\",\n      \"type\": \"boolean\",\n      \"defaultValue\": \"1\"\n    },\n    {\n      \"name\": \"ntp.server\",\n      \"type\": \"string\",\n      \"defaultValue\": \"0.pool.ntp.org\"\n    },\n    {\n      \"name\": \"asyncOperationThrobber\",\n      \"type\": \"string\",\n      \"defaultValue\": \"|\"\n    },\n    {\n      \"name\": \"sys.display.backgroundLuminosityStep\",\n      \"type\": \"integer\",\n      \"defaultValue\": \"10\"\n    },\n    {\n      \"name\": \"progress\",\n      \"type\": \"float\",\n      \"defaultValue\": \"66%\"\n    },\n    {\n      \"name\": \"viewStatus\",\n      \"type\": \"enum\",\n      \"enumItems\": \"[\\n\\\"None\\\",\\n\\\"List\\\",\\n\\\"DLog\\\"\\n]\",\n      \"defaultValue\": \"2\"\n    },\n    {\n      \"name\": \"dlog.status\",\n      \"type\": \"string\",\n      \"defaultValue\": \"Dlog trigger waiting \"\n    }\n  ],\n  \"actions\": [\n    {\n      \"name\": \"channel.toggleOutput\",\n      \"description\": \"turn channel on/off\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"channelToggleOutput();\"\n    },\n    {\n      \"name\": \"edit\",\n      \"description\": \"enter edit modal mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::enter();\\n\"\n    },\n    {\n      \"name\": \"edit_mode_slider\",\n      \"description\": \"enter edit with slider modal mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::enter(PAGE_ID_EDIT_MODE_SLIDER);\\n\"\n    },\n    {\n      \"name\": \"edit_mode_step\",\n      \"description\": \"enter edit with step modal mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::enter(PAGE_ID_EDIT_MODE_STEP);\\n\"\n    },\n    {\n      \"name\": \"edit_mode_keypad\",\n      \"description\": \"enter edit with keypad modal mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::enter(PAGE_ID_EDIT_MODE_KEYPAD);\\n\"\n    },\n    {\n      \"name\": \"exit_edit_mode\",\n      \"description\": \"exit from slider or any other modal mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"if (edit_mode::isActive()) {\\n    edit_mode::exit();\\n}\\n\"\n    },\n    {\n      \"name\": \"toggle_interactive_mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::toggleInteractiveMode();\"\n    },\n    {\n      \"name\": \"non_interactive_enter\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::nonInteractiveSet();\\n\"\n    },\n    {\n      \"name\": \"non_interactive_discard\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"edit_mode::nonInteractiveDiscard();\"\n    },\n    {\n      \"name\": \"keypad_key\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->key();\"\n    },\n    {\n      \"name\": \"keypad_space\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->space();\"\n    },\n    {\n      \"name\": \"keypad_back\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->back();\"\n    },\n    {\n      \"name\": \"keypad_clear\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->clear();\"\n    },\n    {\n      \"name\": \"keypad_caps\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->caps();\"\n    },\n    {\n      \"name\": \"keypad_ok\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->ok();\"\n    },\n    {\n      \"name\": \"keypad_cancel\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->cancel();\"\n    },\n    {\n      \"name\": \"keypad_sign\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->sign();\"\n    },\n    {\n      \"name\": \"keypad_unit\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->unit();\"\n    },\n    {\n      \"name\": \"keypad_option1\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->option1();\"\n    },\n    {\n      \"name\": \"keypad_option2\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"getActiveKeypad()->option2();\"\n    },\n    {\n      \"name\": \"touch_screen_calibration\",\n      \"description\": \"touch screen calibration\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"touch::calibration::enterCalibrationMode();\"\n    },\n    {\n      \"name\": \"yes\",\n      \"description\": \"Yes action in Yes/No dialog\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"dialogYes();\"\n    },\n    {\n      \"name\": \"no\",\n      \"description\": \"No action in Yes/No dialog\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"dialogNo();\"\n    },\n    {\n      \"name\": \"ok\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"dialogOk();\"\n    },\n    {\n      \"name\": \"cancel\",\n      \"description\": \"Cancel action in dialog\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"dialogCancel();\"\n    },\n    {\n      \"name\": \"later\",\n      \"description\": \"Yes action in Yes/No dialog\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"dialogLater();\"\n    },\n    {\n      \"name\": \"standBy\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::standBy();\"\n    },\n    {\n      \"name\": \"show_previous_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\"\n    },\n    {\n      \"name\": \"show_main_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_MAIN);\"\n    },\n    {\n      \"name\": \"show_event_queue\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"    setPage(PAGE_ID_EVENT_QUEUE);\"\n    },\n    {\n      \"name\": \"show_channel_settings\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\nsetPage(PAGE_ID_CH_SETTINGS_PROT);\"\n    },\n    {\n      \"name\": \"show_sys_settings\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_SYS_SETTINGS);\"\n    },\n    {\n      \"name\": \"show_sys_settings2\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_SYS_SETTINGS2);\"\n    },\n    {\n      \"name\": \"show_sys_settings_trigger\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);\"\n    },\n    {\n      \"name\": \"show_sys_settings_io\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_IO);\"\n    },\n    {\n      \"name\": \"show_sys_settings_date_time\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_DATE_TIME);\"\n    },\n    {\n      \"name\": \"show_sys_settings_cal\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_CAL);\"\n    },\n    {\n      \"name\": \"show_sys_settings_cal_ch\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);\"\n    },\n    {\n      \"name\": \"show_sys_settings_screen_calibration\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_SCREEN_CALIBRATION);\"\n    },\n    {\n      \"name\": \"show_sys_settings_display\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_DISPLAY);\"\n    },\n    {\n      \"name\": \"show_sys_settings_serial\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_SERIAL);\"\n    },\n    {\n      \"name\": \"show_sys_settings_ethernet\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_ETHERNET);\"\n    },\n    {\n      \"name\": \"show_sys_settings_protections\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_PROTECTIONS);\"\n    },\n    {\n      \"name\": \"show_sys_settings_aux_otp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_AUX_OTP);\"\n    },\n    {\n      \"name\": \"show_sys_settings_sound\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_SOUND);\"\n    },\n    {\n      \"name\": \"show_sys_settings_encoder\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_ENCODER);\"\n    },\n    {\n      \"name\": \"show_sys_info\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_SYS_INFO);\"\n    },\n    {\n      \"name\": \"show_sys_info2\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_SYS_INFO2);\"\n    },\n    {\n      \"name\": \"show_main_help_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_MAIN_HELP);\"\n    },\n    {\n      \"name\": \"show_edit_mode_step_help\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_EDIT_MODE_STEP_HELP);\"\n    },\n    {\n      \"name\": \"show_edit_mode_slider_help\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_EDIT_MODE_SLIDER_HELP);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_PROT);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot_clear\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\nsetPage(PAGE_ID_CH_SETTINGS_PROT_CLEAR);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot_ocp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_CH_SETTINGS_PROT_OCP);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot_ovp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_CH_SETTINGS_PROT_OVP);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot_opp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_CH_SETTINGS_PROT_OPP);\"\n    },\n    {\n      \"name\": \"show_ch_settings_prot_otp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_CH_SETTINGS_PROT_OTP);\"\n    },\n    {\n      \"name\": \"show_ch_settings_trigger\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_TRIGGER);\"\n    },\n    {\n      \"name\": \"show_ch_settings_lists\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_CH_SETTINGS_LISTS);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_ADV);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_lripple\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::selectChannel();\\npushPage(PAGE_ID_CH_SETTINGS_ADV_LRIPPLE);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_remote\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_ADV_REMOTE);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_ranges\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_ADV_RANGES);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_tracking\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_ADV_TRACKING);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_coupling\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_ADV_COUPLING);\"\n    },\n    {\n      \"name\": \"show_ch_settings_adv_view\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_CH_SETTINGS_ADV_VIEW);\"\n    },\n    {\n      \"name\": \"show_ch_settings_info\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_CH_SETTINGS_INFO);\"\n    },\n    {\n      \"name\": \"show_ch_settings_info_cal\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);\"\n    },\n    {\n      \"name\": \"sys_settings_cal_edit_password\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"editCalibrationPassword();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_start\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::start();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_step_previous\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::previousStep();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_step_next\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::nextStep();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_stop_and_show_previous_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::stop(popPage);\\n\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_stop_and_show_main_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::stop(action_show_main_page);\\n\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_step_set\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::set();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_step_set_level_value\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::setLevelValue();\"\n    },\n    {\n      \"name\": \"sys_settings_cal_ch_wiz_save\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::save();\\n\"\n    },\n    {\n      \"name\": \"sys_settings_cal_toggle_enable\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::calibration::toggleEnable();\\n\"\n    },\n    {\n      \"name\": \"ch_settings_prot_clear\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"ChSettingsProtectionPage::clear();\"\n    },\n    {\n      \"name\": \"ch_settings_prot_clear_and_disable\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"ChSettingsProtectionPage::clearAndDisable();\"\n    },\n    {\n      \"name\": \"ch_settings_prot_toggle_state\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsProtectionSetPage *)getActivePage())->toggleState();\"\n    },\n    {\n      \"name\": \"ch_settings_prot_edit_limit\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsProtectionSetPage *)getActivePage())->editLimit();\"\n    },\n    {\n      \"name\": \"ch_settings_prot_edit_level\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsProtectionSetPage *)getActivePage())->editLevel();\"\n    },\n    {\n      \"name\": \"ch_settings_prot_edit_delay\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsProtectionSetPage *)getActivePage())->editDelay();\"\n    },\n    {\n      \"name\": \"set\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SetPage *)getActivePage())->set();\"\n    },\n    {\n      \"name\": \"discard\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SetPage *)getActivePage())->discard();\"\n    },\n    {\n      \"name\": \"edit_field\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SetPage *)getActivePage())->edit();\"\n    },\n    {\n      \"name\": \"event_queue_previous_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"event_queue::moveToPreviousPage();\\n\"\n    },\n    {\n      \"name\": \"event_queue_next_page\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"event_queue::moveToNextPage();\\n\"\n    },\n    {\n      \"name\": \"ch_settings_adv_lripple_toggle_status\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvLRipplePage *)getActivePage())->toggleStatus();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_lripple_toggle_auto_mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvLRipplePage *)getActivePage())->toggleAutoMode();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_remote_toggle_sense\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvRemotePage *)getActivePage())->toggleSense();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_remote_toggle_programming\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvRemotePage *)getActivePage())->toggleProgramming();\"\n    },\n    {\n      \"name\": \"dateTime.selectDstRule\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsDateTimePage *)getActivePage())->selectDstRule();\\n\"\n    },\n    {\n      \"name\": \"show_user_profiles\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_USER_PROFILES);\"\n    },\n    {\n      \"name\": \"show_user_profiles2\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"setPage(PAGE_ID_USER_PROFILES2);\"\n    },\n    {\n      \"name\": \"show_user_profile_settings\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->showProfile();\\n\"\n    },\n    {\n      \"name\": \"profiles.toggleAutoRecall\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->toggleAutoRecall();\"\n    },\n    {\n      \"name\": \"profile.toggleIsAutoRecallLocation\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->toggleIsAutoRecallLocation();\"\n    },\n    {\n      \"name\": \"profile.recall\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->recall();\"\n    },\n    {\n      \"name\": \"profile.save\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->save();\"\n    },\n    {\n      \"name\": \"profile.delete\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->deleteProfile();\"\n    },\n    {\n      \"name\": \"profile.editRemark\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((UserProfilesPage *)getActivePage())->editRemark();\"\n    },\n    {\n      \"name\": \"toggle_channels_view_mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"persist_conf::toggleChannelsViewMode();\"\n    },\n    {\n      \"name\": \"ethernet.toggle\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetPage *)getActivePage())->toggle();\\n#endif\\n\"\n    },\n    {\n      \"name\": \"ethernet.toggleDhcp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetPage *)getActivePage())->toggleDhcp();\\n#endif\\n\"\n    },\n    {\n      \"name\": \"ethernet.editMacAddress\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetPage *)getActivePage())->editMacAddress();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editStaticAddress\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetPage *)getActivePage())->editStaticAddress();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editIpAddress\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetStaticPage *)getActivePage())->editIpAddress();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editDns\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetStaticPage *)getActivePage())->editDns();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editGateway\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetStaticPage *)getActivePage())->editGateway();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editSubnetMask\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetStaticPage *)getActivePage())->editSubnetMask();\\n#endif\"\n    },\n    {\n      \"name\": \"ethernet.editScpiPort\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ETHERNET\\n((SysSettingsEthernetPage *)getActivePage())->editScpiPort();\\n#endif\"\n    },\n    {\n      \"name\": \"ch_settings_adv_coupling_uncouple\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvCouplingPage *)getActivePage())->uncouple();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_coupling_set_parallel_info\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvCouplingPage *)getActivePage())->setParallelInfo();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_coupling_set_series_info\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvCouplingPage *)getActivePage())->setSeriesInfo();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_coupling_set_parallel\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvCouplingPage *)getActivePage())->setParallel();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_coupling_set_series\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvCouplingPage *)getActivePage())->setSeries();\"\n    },\n    {\n      \"name\": \"ch_settings_adv_toggle_tracking_mode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvTrackingPage *)getActivePage())->toggleTrackingMode();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.toggleOutputProtectionCouple\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"SysSettingsProtectionsPage::toggleOutputProtectionCouple();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.toggleShutdownWhenProtectionTripped\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"SysSettingsProtectionsPage::toggleShutdownWhenProtectionTripped();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"SysSettingsProtectionsPage::toggleForceDisablingAllOutputsOnPowerUp();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.aux.otp.toggleState\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsAuxOtpPage *)getActivePage())->toggleState();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.aux.otp.editLevel\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsAuxOtpPage *)getActivePage())->editLevel();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.aux.otp.editDelay\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsAuxOtpPage *)getActivePage())->editDelay();\"\n    },\n    {\n      \"name\": \"sys.settings.protections.aux.otp.clear\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"SysSettingsAuxOtpPage::clear();\"\n    },\n    {\n      \"name\": \"on_last_error_event_action\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"onLastErrorEventAction();\"\n    },\n    {\n      \"name\": \"edit_system_password\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"editSystemPassword();\"\n    },\n    {\n      \"name\": \"sys.frontPanel.lock\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"lockFrontPanel();\\r\\n\"\n    },\n    {\n      \"name\": \"sys.frontPanel.unlock\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"unlockFrontPanel();\\r\\n\"\n    },\n    {\n      \"name\": \"sys.settings.sound.toggle\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsSoundPage *)getActivePage())->toggleSound();\"\n    },\n    {\n      \"name\": \"sys.settings.sound.toggleClick\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsSoundPage *)getActivePage())->toggleClickSound();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.view.editDisplayValue1\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue1();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.view.editDisplayValue2\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue2();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.view.swapDisplayValues\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvViewPage *)getActivePage())->swapDisplayValues();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.view.editYTViewRate\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvViewPage *)getActivePage())->editYTViewRate();\"\n    },\n    {\n      \"name\": \"select_enum_item\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SelectFromEnumPage *)getActivePage())->selectEnumItem();\\n\"\n    },\n    {\n      \"name\": \"error_alert_action\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"errorMessageAction();\"\n    },\n    {\n      \"name\": \"upDown\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"upDown();\"\n    },\n    {\n      \"name\": \"sys.settings.encoder.toggleConfirmationMode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"#if OPTION_ENCODER\\n((SysSettingsEncoderPage *)getActivePage())->toggleConfirmationMode();\\n#endif\"\n    },\n    {\n      \"name\": \"turnDisplayOff\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::turnDisplayOff();\\n\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.editTriggerMode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->editTriggerMode();\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.editVoltageTriggerValue\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->editVoltageTriggerValue();\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.editCurrentTriggerValue\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->editCurrentTriggerValue();\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.editListCount\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->editListCount();\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.toggleOutputState\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->toggleOutputState();\"\n    },\n    {\n      \"name\": \"ch.settings.trigger.editOnListStop\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsTriggerPage *)getActivePage())->editTriggerOnListStop();\"\n    },\n    {\n      \"name\": \"channel.lists.previousPage\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsListsPage *)getActivePage())->previousPage();\"\n    },\n    {\n      \"name\": \"channel.lists.nextPage\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsListsPage *)getActivePage())->nextPage();\"\n    },\n    {\n      \"name\": \"channel.lists.edit\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsListsPage *)getActivePage())->edit();\"\n    },\n    {\n      \"name\": \"show_channel_lists_insert_menu\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsListsPage *)getActivePage())->showInsertMenu();\"\n    },\n    {\n      \"name\": \"show_channel_lists_delete_menu\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsListsPage *)getActivePage())->showDeleteMenu();\\n\"\n    },\n    {\n      \"name\": \"channel.lists.insertRowAbove\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->insertRowAbove();\"\n    },\n    {\n      \"name\": \"channel.lists.insertRowBelow\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->insertRowBelow();\"\n    },\n    {\n      \"name\": \"channel.lists.deleteRow\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->deleteRow();\"\n    },\n    {\n      \"name\": \"channel.lists.clearColumn\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->clearColumn();\"\n    },\n    {\n      \"name\": \"channel.lists.deleteRows\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->deleteRows();\"\n    },\n    {\n      \"name\": \"channel.lists.deleteAll\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"popPage();\\n((ChSettingsListsPage *)getActivePage())->deleteAll();\"\n    },\n    {\n      \"name\": \"channel.initiateTrigger\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"channelInitiateTrigger();\"\n    },\n    {\n      \"name\": \"channel.setToFixed\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"channelSetToFixed();\"\n    },\n    {\n      \"name\": \"channel.enableOutput\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"channelEnableOutput();\"\n    },\n    {\n      \"name\": \"trigger.selectSource\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsTriggerPage *)getActivePage())->selectSource();\"\n    },\n    {\n      \"name\": \"trigger.editDelay\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsTriggerPage *)getActivePage())->editDelay();\"\n    },\n    {\n      \"name\": \"trigger.toggleInitiateContinuously\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsTriggerPage *)getActivePage())->toggleInitiateContinuously();\"\n    },\n    {\n      \"name\": \"trigger.generateManual\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"if (trigger::generateTrigger(trigger::SOURCE_MANUAL, false) != SCPI_ERROR_TRIGGER_IGNORED) {\\n    sound::playClick();\\n    return;\\n}\\n\"\n    },\n    {\n      \"name\": \"trigger.showGeneralSettings\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);\"\n    },\n    {\n      \"name\": \"showStandByMenu\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"pushPage(PAGE_ID_STAND_BY_MENU);\"\n    },\n    {\n      \"name\": \"reset\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"gui::reset();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.ranges.selectMode\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvRangesPage *)getActivePage())->selectMode();\"\n    },\n    {\n      \"name\": \"ch.settings.adv.ranges.toggleAutoRanging\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((ChSettingsAdvRangesPage *)getActivePage())->toggleAutoRanging();\"\n    },\n    {\n      \"name\": \"ioPin.togglePolarity\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsIOPinsPage *)getActivePage())->togglePolarity();\"\n    },\n    {\n      \"name\": \"ioPin.selectFunction\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsIOPinsPage *)getActivePage())->selectFunction();\"\n    },\n    {\n      \"name\": \"serial.toggle\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsSerialPage *)getActivePage())->toggle();\"\n    },\n    {\n      \"name\": \"serial.selectParity\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsSerialPage *)getActivePage())->selectParity();\"\n    },\n    {\n      \"name\": \"ntp.toggle\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsDateTimePage *)getActivePage())->toggleNtp();\"\n    },\n    {\n      \"name\": \"ntp.editServer\",\n      \"implementationType\": \"native\",\n      \"implementation\": \"((SysSettingsDateTimePage *)getActivePage())->editNtpServer();\"\n    }\n  ],\n  \"extensionDefinitions\": [\n    {\n      \"name\": \"R3B4\",\n      \"buildConfiguration\": \"R3B4\",\n      \"buildFolder\": \"build/extensions\",\n      \"image\": \"images/r3b4-front-panel.png\",\n      \"extensionName\": \"eez_h24005_r3b4\",\n      \"idn\": \"Envox,EEZ H24005 (Due)\",\n      \"properties\": \"\",\n      \"idfName\": \"EEZ H24005 r3B4\",\n      \"idfShortName\": \"H24005-R3B4\",\n      \"idfFirmwareVersion\": \"1.1\",\n      \"idfGuid\": \"d0964223-a599-43f6-8aa2-4eb52f76a395\",\n      \"idfRevisionNumber\": \"1.1.2\",\n      \"idfDescription\": \"EEZ H24005 two channel power supply\",\n      \"idfSupportedModels\": \"H24005 r3B4\",\n      \"idfRevisionComments\": \"Initial version\",\n      \"idfAuthor\": \"Envox\",\n      \"sdlFriendlyName\": \"EEZ H24005 r3B4\"\n    },\n    {\n      \"name\": \"R5B12\",\n      \"buildConfiguration\": \"R5B12\",\n      \"buildFolder\": \"build/extensions\",\n      \"image\": \"images/r5b12-front-panel.png\",\n      \"extensionName\": \"eez_h24005_r5b12\",\n      \"idn\": \"Envox,EEZ H24005 (Due)\",\n      \"idfName\": \"EEZ H24005 r5B12\",\n      \"idfShortName\": \"H24005-R5B12\",\n      \"idfFirmwareVersion\": \"1.1\",\n      \"idfGuid\": \"d2283db7-1e5f-4020-aa2b-bedeee6343a2\",\n      \"idfRevisionNumber\": \"1.1.2\",\n      \"idfDescription\": \"EEZ H24005 two channel power supply\",\n      \"idfSupportedModels\": \"H24005 r5B12\",\n      \"idfRevisionComments\": \"Initial version\",\n      \"idfAuthor\": \"Envox\",\n      \"sdlFriendlyName\": \"EEZ H24005 r5B12\"\n    },\n    {\n      \"name\": \"Simulator\",\n      \"doNotBuild\": false,\n      \"buildConfiguration\": \"Simulator\",\n      \"buildFolder\": \"build/extensions\",\n      \"image\": \"images/simulator-front-panel.png\",\n      \"extensionName\": \"eez_h24005_simulator\",\n      \"idn\": \"Envox,EEZ H24005 (Simulator)\",\n      \"idfName\": \"EEZ H24005 Simulator\",\n      \"idfShortName\": \"H24005sim\",\n      \"idfFirmwareVersion\": \"1.1\",\n      \"idfGuid\": \"6f5029f7-a785-445d-af5b-9b66fa13eeca\",\n      \"idfRevisionNumber\": \"1.1.2\",\n      \"idfDescription\": \"Simulator for EEZ H24005 power supply\",\n      \"idfSupportedModels\": \"H24005\",\n      \"idfRevisionComments\": \"Initial version\",\n      \"idfAuthor\": \"Envox\",\n      \"sdlFriendlyName\": \"EEZ H24005 simulator\"\n    }\n  ],\n  \"gui\": {\n    \"storyboard\": {\n      \"pages\": [\n        {\n          \"x\": -432,\n          \"y\": -1633,\n          \"page\": \"welcome\"\n        },\n        {\n          \"x\": -432,\n          \"y\": -946,\n          \"page\": \"main\"\n        },\n        {\n          \"x\": 202,\n          \"y\": 106,\n          \"page\": \"ch_settings_prot\"\n        },\n        {\n          \"x\": 1705,\n          \"y\": -656,\n          \"page\": \"ch_settings_info\"\n        },\n        {\n          \"x\": 728,\n          \"y\": -449,\n          \"page\": \"ch_settings_adv\"\n        },\n        {\n          \"x\": 604,\n          \"y\": 505,\n          \"page\": \"ch_settings_prot_opp\"\n        },\n        {\n          \"x\": -504,\n          \"y\": 505,\n          \"page\": \"ch_settings_prot_clear\"\n        },\n        {\n          \"x\": 651,\n          \"y\": 76,\n          \"page\": \"ch_settings_adv_lripple\"\n        },\n        {\n          \"x\": 1385,\n          \"y\": 76,\n          \"page\": \"ch_settings_adv_rsense\"\n        },\n        {\n          \"x\": 1754,\n          \"y\": 76,\n          \"page\": \"ch_settings_adv_rprog\"\n        },\n        {\n          \"x\": 0,\n          \"y\": -1301,\n          \"page\": \"entering_standby\"\n        },\n        {\n          \"x\": 372,\n          \"y\": -1311,\n          \"page\": \"standby\"\n        },\n        {\n          \"x\": -504,\n          \"y\": -93,\n          \"page\": \"edit_mode_slider\"\n        },\n        {\n          \"x\": -1253,\n          \"y\": -93,\n          \"page\": \"edit_mode_keypad\"\n        },\n        {\n          \"x\": -1925,\n          \"y\": -382,\n          \"page\": \"sys_settings\"\n        },\n        {\n          \"x\": -1925,\n          \"y\": 48,\n          \"page\": \"sys_settings_cal\"\n        },\n        {\n          \"x\": -1925,\n          \"y\": 388,\n          \"page\": \"sys_settings_cal_ch_wiz_step\"\n        },\n        {\n          \"x\": -1152,\n          \"y\": -1018,\n          \"page\": \"main_help\"\n        },\n        {\n          \"x\": -131,\n          \"y\": 505,\n          \"page\": \"ch_settings_prot_ocp\"\n        },\n        {\n          \"x\": 236,\n          \"y\": 505,\n          \"page\": \"ch_settings_prot_ovp\"\n        },\n        {\n          \"x\": 974,\n          \"y\": 505,\n          \"page\": \"ch_settings_prot_otp\"\n        },\n        {\n          \"x\": -732,\n          \"y\": -1311,\n          \"page\": \"self_test_result\"\n        },\n        {\n          \"x\": -1925,\n          \"y\": 728,\n          \"page\": \"sys_settings_cal_ch_wiz_finish\"\n        },\n        {\n          \"x\": -432,\n          \"y\": -2048,\n          \"page\": \"ethernet_init\"\n        },\n        {\n          \"x\": -878,\n          \"y\": -93,\n          \"page\": \"edit_mode_step\"\n        }\n      ],\n      \"lines\": [\n        {\n          \"source\": {\n            \"page\": \"welcome\"\n          },\n          \"target\": {\n            \"page\": \"entering_standby\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"entering_standby\"\n          },\n          \"target\": {\n            \"page\": \"standby\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"entering_standby\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"edit_mode_slider\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"edit_mode_step_BACKUP\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"edit_mode_keypad\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_disp\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"sys_profiles\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"main_help\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"sys_settings\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings_cal\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"sys_settings_cal\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings_cal_ch_wiz_step\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"sys_settings_cal_ch_wiz_step\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings_cal_wiz2\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"sys_settings_cal_wiz2\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings_cal_wiz3\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_adv\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_info\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_prot\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot_clear\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_prot\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot_opp\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_adv\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_adv_lripple\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_adv\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_adv_limits\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_adv\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_adv_rsense\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_adv\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_adv_rprog\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_prot\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot_ocp\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_prot\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot_ovp\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ch_settings_prot\"\n          },\n          \"target\": {\n            \"page\": \"ch_settings_prot_otp\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"welcome\"\n          },\n          \"target\": {\n            \"page\": \"self_test_result\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"self_test_result\"\n          },\n          \"target\": {\n            \"page\": \"main\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"sys_settings_cal_ch_wiz_step\"\n          },\n          \"target\": {\n            \"page\": \"sys_settings_cal_ch_wiz_finish\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"ethernet_init\"\n          },\n          \"target\": {\n            \"page\": \"welcome\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"main\"\n          },\n          \"target\": {\n            \"page\": \"edit_mode_step\"\n          }\n        },\n        {\n          \"source\": {\n            \"page\": \"welcome\"\n          },\n          \"target\": {\n            \"page\": \"main\"\n          }\n        }\n      ]\n    },\n    \"pages\": [\n      {\n        \"name\": \"ethernet_init\",\n        \"description\": \"Startup information about Ethernet communication initialization\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"data\": \"\",\n            \"left\": 8,\n            \"top\": 200,\n            \"width\": 312,\n            \"height\": 40,\n            \"text\": \"Ethernet initialization, please wait...\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"screen_calibration_intro\",\n        \"description\": \"Touchscreen calibration introduction\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"left\": 8,\n            \"top\": 0,\n            \"width\": 304,\n            \"height\": 26,\n            \"text\": \"Initial touchscreen calibration\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 8,\n            \"top\": 26,\n            \"width\": 304,\n            \"height\": 138,\n            \"text\": \"Use a stylus or something similar to touch as close to the center of the highlighted crosshair as possible. Keep as still as possible and keep holding until the highlight is removed. Repeat for all crosshairs in sequence.\"\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 8,\n            \"top\": 164,\n            \"width\": 304,\n            \"height\": 50,\n            \"text\": \"Do NOT use your finger as a calibration stylus or the result WILL BE imprecise.\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"left\": 8,\n            \"top\": 214,\n            \"width\": 304,\n            \"height\": 26,\n            \"text\": \"Touch screen to start!\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"screen_calibration_yes_no\",\n        \"description\": \"Touchscreen calibration confirmation\",\n        \"widgets\": [\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 66,\n            \"width\": 320,\n            \"height\": 37,\n            \"focusStyle\": {\n              \"inheritFrom\": \"menu_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"action\": \"yes\",\n            \"left\": 79,\n            \"top\": 160,\n            \"width\": 48,\n            \"height\": 40,\n            \"text\": \"Yes\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"action\": \"no\",\n            \"left\": 141,\n            \"top\": 160,\n            \"width\": 100,\n            \"height\": 40,\n            \"text\": \"Start again\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"data\": \"alert_message\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 160,\n              \"focusStyle\": {\n                \"inheritFrom\": \"menu_S\"\n              }\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 20,\n              \"top\": 220,\n              \"width\": 48,\n              \"height\": 40,\n              \"text\": \"Yes\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"no\",\n              \"left\": 80,\n              \"top\": 220,\n              \"width\": 50,\n              \"height\": 40,\n              \"text\": \"No\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"cancel\",\n              \"left\": 134,\n              \"top\": 220,\n              \"width\": 88,\n              \"height\": 40,\n              \"text\": \"Cancel\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"screen_calibration_yes_no_cancel\",\n        \"description\": \"Touchscreen calibration confirmation with cancel\",\n        \"widgets\": [\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 66,\n            \"width\": 320,\n            \"height\": 37,\n            \"focusStyle\": {\n              \"inheritFrom\": \"menu_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"action\": \"yes\",\n            \"left\": 48,\n            \"top\": 160,\n            \"width\": 48,\n            \"height\": 40,\n            \"text\": \"Yes\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"action\": \"no\",\n            \"left\": 110,\n            \"top\": 160,\n            \"width\": 100,\n            \"height\": 40,\n            \"text\": \"Start again\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"menu_S\"\n            },\n            \"action\": \"cancel\",\n            \"left\": 210,\n            \"top\": 160,\n            \"width\": 88,\n            \"height\": 40,\n            \"text\": \"Cancel\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"data\": \"alert_message\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 160,\n              \"focusStyle\": {\n                \"inheritFrom\": \"menu_S\"\n              }\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 20,\n              \"top\": 220,\n              \"width\": 48,\n              \"height\": 40,\n              \"text\": \"Yes\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"no\",\n              \"left\": 80,\n              \"top\": 220,\n              \"width\": 50,\n              \"height\": 40,\n              \"text\": \"No\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"menu_S\"\n              },\n              \"action\": \"cancel\",\n              \"left\": 134,\n              \"top\": 220,\n              \"width\": 88,\n              \"height\": 40,\n              \"text\": \"Cancel\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"welcome\",\n        \"description\": \"Welcome screen, display channels capacity and firmware revision\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 26,\n            \"width\": 320,\n            \"height\": 40,\n            \"text\": \"Welcome to EEZ PSU\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Bitmap\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 74,\n            \"width\": 320,\n            \"height\": 66,\n            \"bitmap\": \"logo\"\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"data\": \"model_info\",\n            \"left\": 0,\n            \"top\": 140,\n            \"width\": 320,\n            \"height\": 25,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default_S\"\n            }\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"data\": \"firmware_info\",\n            \"left\": 0,\n            \"top\": 165,\n            \"width\": 320,\n            \"height\": 30,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 0,\n            \"top\": 210,\n            \"width\": 320,\n            \"height\": 30,\n            \"text\": \"github.com/eez-open\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 44,\n              \"width\": 240,\n              \"height\": 40,\n              \"text\": \"Welcome to\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 84,\n              \"width\": 240,\n              \"height\": 36,\n              \"text\": \"EEZ PSU\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Bitmap\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 120,\n              \"width\": 240,\n              \"height\": 78,\n              \"bitmap\": \"logo\"\n            },\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"data\": \"model_info\",\n              \"left\": 0,\n              \"top\": 198,\n              \"width\": 240,\n              \"height\": 30,\n              \"focusStyle\": {\n                \"inheritFrom\": \"default_S\"\n              }\n            },\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"data\": \"firmware_info\",\n              \"left\": 0,\n              \"top\": 228,\n              \"width\": 240,\n              \"height\": 30,\n              \"focusStyle\": {\n                \"inheritFrom\": \"default_S\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"self_test_result\",\n        \"description\": \"List of error detected during power on self test procedure\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 34,\n            \"text\": \"Selt-test is not passed:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"data\": \"self_test_result\",\n            \"left\": 0,\n            \"top\": 34,\n            \"width\": 320,\n            \"height\": 170,\n            \"text\": \"\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 88,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 280,\n            \"top\": 204,\n            \"width\": 40,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.RlState\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_background\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys.frontPanel.unlock\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"N\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys.frontPanel.unlock\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"N\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 144,\n            \"height\": 36\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"data\": \"self_test_result\",\n              \"left\": 0,\n              \"top\": 40,\n              \"width\": 240,\n              \"height\": 240,\n              \"text\": \"<self-test error text will be displayed here>\"\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_info_S\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 32,\n              \"text\": \"Selt-test is not passed:\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"exit_edit_mode\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 192,\n              \"height\": 36\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"main\",\n        \"description\": \"Main menu\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"EventQueue.lastEvent.type\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 28,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_center\"\n                },\n                \"action\": \"show_event_queue\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"text\": \"\\\\u0083\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_info_icon\"\n                },\n                \"action\": \"show_event_queue\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"text\": \"\\\\u0083\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_warning_icon\"\n                },\n                \"action\": \"show_event_queue\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"text\": \"\\\\u0083\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_error_icon\"\n                },\n                \"action\": \"show_event_queue\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"text\": \"\\\\u0083\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.temp.aux.status\",\n            \"left\": 28,\n            \"top\": 0,\n            \"width\": 28,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_invalid_S\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"text\": \"\\\\u0089\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"otp_aux\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"prot_indicator_S\"\n                    },\n                    \"action\": \"show_sys_settings_aux_otp\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0089\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"prot_indicator_set_S\"\n                    },\n                    \"action\": \"show_sys_settings_aux_otp\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0089\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"prot_indicator_trip_S\"\n                    },\n                    \"action\": \"show_sys_settings_aux_otp\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0089\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"serial.status\",\n            \"left\": 56,\n            \"top\": 0,\n            \"width\": 28,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"serial.isConnected\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"prot_indicator_S\"\n                    },\n                    \"action\": \"show_sys_settings_serial\",\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0094\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"button_indicator_on\"\n                    },\n                    \"action\": \"show_sys_settings_serial\",\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0094\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ethernet.installed\",\n            \"left\": 84,\n            \"top\": 0,\n            \"width\": 28,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"ethernet.status\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 28,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"button_indicator_error\"\n                    },\n                    \"action\": \"show_sys_settings_ethernet\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0095\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"ethernet.isConnected\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"button_indicator_off\"\n                        },\n                        \"action\": \"show_sys_settings_ethernet\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 28,\n                        \"height\": 28,\n                        \"text\": \"\\\\u0095\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"button_indicator_on\"\n                        },\n                        \"action\": \"show_sys_settings_ethernet\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 28,\n                        \"height\": 28,\n                        \"text\": \"\\\\u0095\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"button_indicator_error\"\n                    },\n                    \"action\": \"show_sys_settings_ethernet\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 28,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0095\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ioPins.inhibitState\",\n            \"left\": 112,\n            \"top\": 0,\n            \"width\": 30,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_S\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 30,\n                \"height\": 28,\n                \"text\": \"\\\\u0096\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_blink_S\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 30,\n                \"height\": 28,\n                \"text\": \"\\\\u0096\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 30,\n                \"height\": 28\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"viewStatus\",\n            \"left\": 142,\n            \"top\": 0,\n            \"width\": 150,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 150,\n                \"height\": 28\n              },\n              {\n                \"type\": \"List\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channels\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 150,\n                \"height\": 28,\n                \"itemWidget\": {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 75,\n                  \"height\": 28,\n                  \"widgets\": [\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"default_S\"\n                      },\n                      \"data\": \"channel.list.countdown\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 75,\n                      \"height\": 28,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"default_S\"\n                      }\n                    }\n                  ]\n                },\n                \"listType\": \"horizontal\"\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 150,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_S_left\"\n                    },\n                    \"data\": \"dlog.status\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 150,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"default_S_left\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"action\": \"toggle_channels_view_mode\",\n            \"left\": 292,\n            \"top\": 0,\n            \"width\": 28,\n            \"height\": 28,\n            \"text\": \"\\\\u0087\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.mode\",\n            \"left\": 0,\n            \"top\": 28,\n            \"width\": 320,\n            \"height\": 176,\n            \"widgets\": [\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channelsViewMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 176,\n                \"widgets\": [\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 160,\n                      \"height\": 176,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 160,\n                              \"height\": 56,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 160,\n                                  \"height\": 56,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 160,\n                                  \"height\": 56,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"mon_value_landscape_L_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 160,\n                                      \"height\": 56,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"mon_value_landscape_L_right\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 160,\n                                      \"height\": 56,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 56,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ocp\",\n                              \"left\": 0,\n                              \"top\": 80,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ovp\",\n                              \"left\": 0,\n                              \"top\": 104,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"otp_ch\",\n                              \"left\": 0,\n                              \"top\": 128,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"opp\",\n                              \"left\": 0,\n                              \"top\": 152,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 48,\n                              \"top\": 56,\n                              \"width\": 112,\n                              \"height\": 83,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 112,\n                                  \"height\": 83,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 112,\n                                      \"height\": 43,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 43,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"default\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 112,\n                                              \"height\": 43,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"mon_value_focus\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"mon_value\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 112,\n                                              \"height\": 43,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"mon_value_focus\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 43,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 43,\n                                      \"width\": 112,\n                                      \"height\": 40,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 40,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_value_focus\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_value\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 40,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_value_focus\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"mon_value\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 112,\n                                  \"height\": 83,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"default\"\n                                  }\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_S\"\n                              },\n                              \"action\": \"show_channel_settings\",\n                              \"left\": 48,\n                              \"top\": 138,\n                              \"width\": 112,\n                              \"height\": 38,\n                              \"text\": \"`  Settings\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"channel_error\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"text\": \"ERROR\",\n                          \"focusStyle\": {}\n                        }\n                      ]\n                    },\n                    \"listType\": \"horizontal\"\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 320,\n                      \"height\": 88,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_S\"\n                              },\n                              \"action\": \"show_channel_settings\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 55,\n                              \"height\": 58,\n                              \"text\": \"` Set\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 55,\n                              \"top\": 0,\n                              \"width\": 200,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 200,\n                                  \"height\": 58,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 200,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 200,\n                                      \"height\": 58,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_U_defualt\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 0,\n                                          \"top\": 28,\n                                          \"width\": 200,\n                                          \"height\": 2\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_I_default\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 30,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 200,\n                                      \"height\": 58,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 0,\n                                          \"top\": 28,\n                                          \"width\": 200,\n                                          \"height\": 2\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 30,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 255,\n                              \"top\": 0,\n                              \"width\": 65,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 65,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 65,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 65,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_active_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 65,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Rectangle\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default_inverse\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 28,\n                                      \"width\": 65,\n                                      \"height\": 2\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 65,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 65,\n                                  \"height\": 58,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 58,\n                              \"width\": 320,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ocp\",\n                              \"left\": 48,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ovp\",\n                              \"left\": 96,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"otp_ch\",\n                              \"left\": 144,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"opp\",\n                              \"left\": 192,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 240,\n                              \"top\": 60,\n                              \"width\": 80,\n                              \"height\": 26,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              }\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 84,\n                              \"width\": 240,\n                              \"height\": 4\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 240,\n                              \"top\": 86,\n                              \"width\": 80,\n                              \"height\": 2\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"channel_error\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"text\": \"ERROR\",\n                          \"focusStyle\": {}\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 160,\n                      \"height\": 176,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_S\"\n                              },\n                              \"action\": \"show_channel_settings\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 48,\n                              \"height\": 30,\n                              \"text\": \"` Set\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 47,\n                              \"top\": 0,\n                              \"width\": 2,\n                              \"height\": 148\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 159,\n                              \"top\": 0,\n                              \"width\": 1,\n                              \"height\": 176\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 49,\n                              \"top\": 0,\n                              \"width\": 110,\n                              \"height\": 133,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 133,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 133,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 110,\n                                      \"height\": 133,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_U_defualt\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 54,\n                                          \"top\": 0,\n                                          \"width\": 2,\n                                          \"height\": 133\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_I_default\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 56,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 110,\n                                      \"height\": 133,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 54,\n                                          \"top\": 0,\n                                          \"width\": 2,\n                                          \"height\": 133\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 56,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 28,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ocp\",\n                              \"left\": 0,\n                              \"top\": 52,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ovp\",\n                              \"left\": 0,\n                              \"top\": 76,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"otp_ch\",\n                              \"left\": 0,\n                              \"top\": 100,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"opp\",\n                              \"left\": 0,\n                              \"top\": 124,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 148,\n                              \"width\": 49,\n                              \"height\": 28\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_centered\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 49,\n                              \"top\": 154,\n                              \"width\": 110,\n                              \"height\": 22,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_centered\"\n                              }\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 49,\n                              \"top\": 133,\n                              \"width\": 110,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 24,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 55,\n                                      \"height\": 24,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_centered\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 55,\n                                              \"height\": 24,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_S_focus\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_S\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 55,\n                                              \"height\": 24,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_S_focus\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 55,\n                                      \"top\": 0,\n                                      \"width\": 55,\n                                      \"height\": 24,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_centered\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_S_focus\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_S\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_S_focus\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 24,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"channel_error\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"text\": \"ERROR\",\n                          \"focusStyle\": {}\n                        }\n                      ]\n                    },\n                    \"listType\": \"horizontal\"\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 320,\n                      \"height\": 88,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_S\"\n                              },\n                              \"action\": \"show_channel_settings\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 56,\n                              \"height\": 58,\n                              \"text\": \"` Set\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 56,\n                              \"top\": 0,\n                              \"width\": 202,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 202,\n                                  \"height\": 58,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 202,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"YTGraph\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"yt_graph\"\n                                      },\n                                      \"data\": \"channel.displayValue1\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 202,\n                                      \"height\": 58,\n                                      \"y1Style\": {\n                                        \"inheritFrom\": \"yt_graph_U_defualt\"\n                                      },\n                                      \"y2Data\": \"channel.displayValue2\",\n                                      \"y2Style\": {\n                                        \"inheritFrom\": \"yt_graph_I_default\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"YTGraph\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"yt_graph\"\n                                      },\n                                      \"data\": \"channel.displayValue1\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 202,\n                                      \"height\": 58,\n                                      \"y1Style\": {\n                                        \"inheritFrom\": \"yt_graph_unregulated\"\n                                      },\n                                      \"y2Data\": \"channel.displayValue2\",\n                                      \"y2Style\": {\n                                        \"inheritFrom\": \"yt_graph_unregulated\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 258,\n                              \"top\": 0,\n                              \"width\": 62,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 62,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 62,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 62,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_active_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 62,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Rectangle\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default_inverse\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 28,\n                                      \"width\": 62,\n                                      \"height\": 2\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 62,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 62,\n                                  \"height\": 58,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 58,\n                              \"width\": 320,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ocp\",\n                              \"left\": 48,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ocp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OCP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"ovp\",\n                              \"left\": 96,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_ovp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OVP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"otp_ch\",\n                              \"left\": 144,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_otp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OTP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"opp\",\n                              \"left\": 192,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_opp\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_trip_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_prot_clear\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"OPP\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 240,\n                              \"top\": 60,\n                              \"width\": 80,\n                              \"height\": 26,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              }\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 85,\n                              \"width\": 240,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 240,\n                              \"top\": 86,\n                              \"width\": 80,\n                              \"height\": 2\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"channel_error\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"text\": \"ERROR\",\n                          \"focusStyle\": {}\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 176,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 11,\n                    \"height\": 30\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 11,\n                    \"top\": 0,\n                    \"width\": 37,\n                    \"height\": 30,\n                    \"text\": \"\\\\u0081\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 48,\n                    \"top\": 0,\n                    \"width\": 133,\n                    \"height\": 30,\n                    \"text\": \"Coupling mode:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 181,\n                    \"top\": 0,\n                    \"width\": 128,\n                    \"height\": 30,\n                    \"text\": \"Parallel\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 309,\n                    \"top\": 0,\n                    \"width\": 11,\n                    \"height\": 30\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 30,\n                    \"width\": 320,\n                    \"height\": 8\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channelsViewMode\",\n                    \"left\": 0,\n                    \"top\": 38,\n                    \"width\": 320,\n                    \"height\": 138,\n                    \"widgets\": [\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsDefaultView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsHorizontalBarView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsVerticalBarView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsYTBarView\"\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 176,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 11,\n                    \"height\": 30\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 11,\n                    \"top\": 0,\n                    \"width\": 37,\n                    \"height\": 30,\n                    \"text\": \"\\\\u0081\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 48,\n                    \"top\": 0,\n                    \"width\": 133,\n                    \"height\": 30,\n                    \"text\": \"Coupling mode:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 181,\n                    \"top\": 0,\n                    \"width\": 128,\n                    \"height\": 30,\n                    \"text\": \"Series\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 309,\n                    \"top\": 0,\n                    \"width\": 11,\n                    \"height\": 30\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 30,\n                    \"width\": 320,\n                    \"height\": 8\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channelsViewMode\",\n                    \"left\": 0,\n                    \"top\": 38,\n                    \"width\": 320,\n                    \"height\": 138,\n                    \"widgets\": [\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsDefaultView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsHorizontalBarView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsVerticalBarView\"\n                      },\n                      {\n                        \"type\": \"LayoutView\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 138,\n                        \"layout\": \"CoupledChannelsYTBarView\"\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channelsViewMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 176,\n                \"widgets\": [\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"widgets\": [\n                      {\n                        \"type\": \"List\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channels\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 176,\n                        \"itemWidget\": {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 160,\n                              \"height\": 56,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 160,\n                                  \"height\": 56,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 160,\n                                  \"height\": 56,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"mon_value_landscape_L_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 160,\n                                      \"height\": 56,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"mon_value_landscape_L_right\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 160,\n                                      \"height\": 56,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 56,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 48,\n                              \"top\": 56,\n                              \"width\": 112,\n                              \"height\": 83,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 112,\n                                  \"height\": 83,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 112,\n                                      \"height\": 43,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 43,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 112,\n                                              \"height\": 43,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"mon_value_focus\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"mon_value\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 112,\n                                              \"height\": 43,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"mon_value_focus\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 43,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 43,\n                                      \"width\": 112,\n                                      \"height\": 40,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 40,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_value_focus\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_value\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 112,\n                                          \"height\": 40,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_value_focus\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"mon_value\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 112,\n                                  \"height\": 83,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"default\"\n                                  }\n                                }\n                              ]\n                            }\n                          ]\n                        },\n                        \"listType\": \"horizontal\"\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 80,\n                        \"width\": 320,\n                        \"height\": 96,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ocp\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ovp\",\n                            \"left\": 0,\n                            \"top\": 24,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"otp_ch\",\n                            \"left\": 0,\n                            \"top\": 48,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"opp\",\n                            \"left\": 0,\n                            \"top\": 72,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_S\"\n                            },\n                            \"action\": \"show_channel_settings\",\n                            \"left\": 48,\n                            \"top\": 58,\n                            \"width\": 112,\n                            \"height\": 38,\n                            \"text\": \"`  Settings\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 160,\n                            \"top\": 0,\n                            \"width\": 48,\n                            \"height\": 64\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 208,\n                            \"top\": 59,\n                            \"width\": 112,\n                            \"height\": 5\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_S\"\n                            },\n                            \"action\": \"\",\n                            \"left\": 160,\n                            \"top\": 64,\n                            \"width\": 160,\n                            \"height\": 32,\n                            \"text\": \"\\\\u008A Tracking mode\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 173,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_S\"\n                            },\n                            \"action\": \"show_channel_settings\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 55,\n                            \"height\": 58,\n                            \"text\": \"` Set\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_S\"\n                            },\n                            \"action\": \"\",\n                            \"left\": 48,\n                            \"top\": 58,\n                            \"width\": 192,\n                            \"height\": 30,\n                            \"text\": \"\\\\u008A Tracking mode\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 0,\n                            \"top\": 88,\n                            \"width\": 55,\n                            \"height\": 58\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ocp\",\n                            \"left\": 48,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ovp\",\n                            \"left\": 96,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"otp_ch\",\n                            \"left\": 144,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"opp\",\n                            \"left\": 192,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"List\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channels\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 176,\n                        \"itemWidget\": {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 55,\n                              \"top\": 0,\n                              \"width\": 200,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 200,\n                                  \"height\": 58,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 200,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 200,\n                                      \"height\": 58,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_U_defualt\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 0,\n                                          \"top\": 28,\n                                          \"width\": 200,\n                                          \"height\": 2\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_I_default\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 30,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 200,\n                                      \"height\": 58,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 0,\n                                          \"top\": 28,\n                                          \"width\": 200,\n                                          \"height\": 2\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 30,\n                                          \"width\": 200,\n                                          \"height\": 28,\n                                          \"orientation\": \"left-right\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 255,\n                              \"top\": 0,\n                              \"width\": 65,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 65,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 65,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 65,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_active_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 65,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Rectangle\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default_inverse\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 28,\n                                      \"width\": 65,\n                                      \"height\": 2\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 65,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 65,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 65,\n                                  \"height\": 58,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 58,\n                              \"width\": 255,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 85,\n                              \"width\": 255,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 240,\n                              \"top\": 58,\n                              \"width\": 15,\n                              \"height\": 30\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 240,\n                              \"top\": 60,\n                              \"width\": 80,\n                              \"height\": 28,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              }\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 255,\n                              \"top\": 58,\n                              \"width\": 65,\n                              \"height\": 2\n                            }\n                          ]\n                        },\n                        \"listType\": \"vertical\"\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"widgets\": [\n                      {\n                        \"type\": \"List\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channels\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 176,\n                        \"itemWidget\": {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 160,\n                          \"height\": 176,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 48,\n                              \"top\": 0,\n                              \"width\": 1,\n                              \"height\": 176\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 159,\n                              \"top\": 0,\n                              \"width\": 1,\n                              \"height\": 176\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 49,\n                              \"top\": 0,\n                              \"width\": 110,\n                              \"height\": 133,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 133,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 133,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 110,\n                                      \"height\": 133,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_U_defualt\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 54,\n                                          \"top\": 0,\n                                          \"width\": 2,\n                                          \"height\": 133\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_I_default\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 56,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Container\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 110,\n                                      \"height\": 133,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue1\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.u.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.u.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"Rectangle\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default_inverse\"\n                                          },\n                                          \"left\": 54,\n                                          \"top\": 0,\n                                          \"width\": 2,\n                                          \"height\": 133\n                                        },\n                                        {\n                                          \"type\": \"BarGraph\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"bar_graph_unregulated\"\n                                          },\n                                          \"data\": \"channel.displayValue2\",\n                                          \"action\": \"channel.toggleOutput\",\n                                          \"left\": 56,\n                                          \"top\": 0,\n                                          \"width\": 54,\n                                          \"height\": 133,\n                                          \"orientation\": \"bottom-top\",\n                                          \"textStyle\": {\n                                            \"inheritFrom\": \"bar_graph_text_vertical\"\n                                          },\n                                          \"line1Data\": \"channel.i.set\",\n                                          \"line1Style\": {\n                                            \"inheritFrom\": \"bar_graph_set_line\"\n                                          },\n                                          \"line2Data\": \"channel.i.limit\",\n                                          \"line2Style\": {\n                                            \"inheritFrom\": \"bar_graph_limit_line\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 28,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 148,\n                              \"width\": 49,\n                              \"height\": 28\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_centered\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 49,\n                              \"top\": 154,\n                              \"width\": 111,\n                              \"height\": 22,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_centered\"\n                              }\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 49,\n                              \"top\": 133,\n                              \"width\": 110,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 24,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 56,\n                                      \"height\": 24,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 56,\n                                          \"height\": 24,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_centered\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 56,\n                                              \"height\": 24,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_S_focus\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_S\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 56,\n                                              \"height\": 24,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_S_focus\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 56,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 55,\n                                      \"top\": 0,\n                                      \"width\": 55,\n                                      \"height\": 24,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_centered\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_S_focus\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_S\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 55,\n                                          \"height\": 24,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_S_focus\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 110,\n                                  \"height\": 24,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            }\n                          ]\n                        },\n                        \"listType\": \"horizontal\"\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 208,\n                        \"height\": 148,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ocp\",\n                            \"left\": 0,\n                            \"top\": 52,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ovp\",\n                            \"left\": 0,\n                            \"top\": 76,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"otp_ch\",\n                            \"left\": 0,\n                            \"top\": 100,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"opp\",\n                            \"left\": 0,\n                            \"top\": 124,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_S\"\n                            },\n                            \"action\": \"show_channel_settings\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 48,\n                            \"height\": 30,\n                            \"text\": \"` Set\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 160,\n                            \"top\": 0,\n                            \"width\": 48,\n                            \"height\": 28\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 159,\n                            \"top\": 52,\n                            \"width\": 49,\n                            \"height\": 96\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_S\"\n                            },\n                            \"action\": \"\",\n                            \"left\": 169,\n                            \"top\": 68,\n                            \"width\": 32,\n                            \"height\": 32,\n                            \"text\": \"\\\\u008A\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_S\"\n                            },\n                            \"action\": \"\",\n                            \"left\": 160,\n                            \"top\": 100,\n                            \"width\": 48,\n                            \"height\": 23,\n                            \"text\": \"Track\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 320,\n                    \"height\": 176,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 173,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_S\"\n                            },\n                            \"action\": \"show_channel_settings\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 56,\n                            \"height\": 58,\n                            \"text\": \"` Set\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_S\"\n                            },\n                            \"action\": \"\",\n                            \"left\": 48,\n                            \"top\": 58,\n                            \"width\": 192,\n                            \"height\": 30,\n                            \"text\": \"\\\\u008A Tracking mode\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 0,\n                            \"top\": 88,\n                            \"width\": 56,\n                            \"height\": 58\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ocp\",\n                            \"left\": 48,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ocp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OCP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"ovp\",\n                            \"left\": 96,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_ovp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OVP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"otp_ch\",\n                            \"left\": 144,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_otp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OTP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"opp\",\n                            \"left\": 192,\n                            \"top\": 149,\n                            \"width\": 48,\n                            \"height\": 24,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_set_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_opp\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                                },\n                                \"action\": \"show_ch_settings_prot_clear\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 48,\n                                \"height\": 24,\n                                \"text\": \"OPP\",\n                                \"focusStyle\": {}\n                              }\n                            ]\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"List\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channels\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 320,\n                        \"height\": 176,\n                        \"itemWidget\": {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 320,\n                          \"height\": 88,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"action\": \"\",\n                              \"left\": 56,\n                              \"top\": 0,\n                              \"width\": 202,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"channel_off_landscape\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 202,\n                                  \"height\": 58,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 202,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"YTGraph\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"yt_graph\"\n                                      },\n                                      \"data\": \"channel.displayValue1\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 202,\n                                      \"height\": 58,\n                                      \"y1Style\": {\n                                        \"inheritFrom\": \"yt_graph_U_defualt\"\n                                      },\n                                      \"y2Data\": \"channel.displayValue2\",\n                                      \"y2Style\": {\n                                        \"inheritFrom\": \"yt_graph_I_default\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"YTGraph\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"yt_graph\"\n                                      },\n                                      \"data\": \"channel.displayValue1\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 202,\n                                      \"height\": 58,\n                                      \"y1Style\": {\n                                        \"inheritFrom\": \"yt_graph_unregulated\"\n                                      },\n                                      \"y2Data\": \"channel.displayValue2\",\n                                      \"y2Style\": {\n                                        \"inheritFrom\": \"yt_graph_unregulated\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 258,\n                              \"top\": 0,\n                              \"width\": 62,\n                              \"height\": 58,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 62,\n                                  \"height\": 58,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 62,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 62,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_active_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 62,\n                                              \"height\": 28,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Rectangle\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default_inverse\"\n                                      },\n                                      \"left\": 0,\n                                      \"top\": 28,\n                                      \"width\": 62,\n                                      \"height\": 2\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 62,\n                                      \"height\": 28,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 62,\n                                          \"height\": 28,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 62,\n                                  \"height\": 58,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 58,\n                              \"width\": 255,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"lrip\",\n                              \"left\": 0,\n                              \"top\": 61,\n                              \"width\": 48,\n                              \"height\": 24,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"prot_indicator_set_S\"\n                                  },\n                                  \"action\": \"show_ch_settings_adv_lripple\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 48,\n                                  \"height\": 24,\n                                  \"text\": \"LRip\",\n                                  \"focusStyle\": {}\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 85,\n                              \"width\": 255,\n                              \"height\": 3\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 240,\n                              \"top\": 58,\n                              \"width\": 15,\n                              \"height\": 30\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              },\n                              \"data\": \"channel.p.mon\",\n                              \"left\": 240,\n                              \"top\": 60,\n                              \"width\": 80,\n                              \"height\": 28,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"edit_value_S_right\"\n                              }\n                            },\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 255,\n                              \"top\": 58,\n                              \"width\": 65,\n                              \"height\": 2\n                            }\n                          ]\n                        },\n                        \"listType\": \"vertical\"\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_settings\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"P\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_user_profiles\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"R\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_info\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.RlState\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys.frontPanel.lock\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"L\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys.frontPanel.unlock\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"N\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_disabled\"\n                },\n                \"data\": \"\",\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"N\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_help_page\",\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"H\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 240,\n            \"top\": 204,\n            \"width\": 32,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"showStandByMenu\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"Q\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 28,\n              \"width\": 240,\n              \"height\": 256,\n              \"itemWidget\": {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.status\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 128,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 128\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 128,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.outputState\",\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 88,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"channel_off_L\"\n                            },\n                            \"action\": \"channel.toggleOutput\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 240,\n                            \"height\": 88,\n                            \"text\": \"OFF\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputMode\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 240,\n                            \"height\": 88,\n                            \"widgets\": [\n                              {\n                                \"type\": \"DisplayData\",\n                                \"style\": {\n                                  \"inheritFrom\": \"mon_value_L\"\n                                },\n                                \"data\": \"channel.monValue\",\n                                \"action\": \"channel.toggleOutput\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 240,\n                                \"height\": 88,\n                                \"focusStyle\": {\n                                  \"inheritFrom\": \"mon_value_L\"\n                                }\n                              },\n                              {\n                                \"type\": \"DisplayData\",\n                                \"style\": {\n                                  \"inheritFrom\": \"mon_value_L_ur\"\n                                },\n                                \"data\": \"channel.monValue\",\n                                \"action\": \"channel.toggleOutput\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 240,\n                                \"height\": 88,\n                                \"focusStyle\": {\n                                  \"inheritFrom\": \"mon_value_L_ur\"\n                                }\n                              }\n                            ]\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 88,\n                        \"width\": 106,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 106,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"default\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 106,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 106,\n                        \"top\": 88,\n                        \"width\": 106,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 106,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"default\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 106,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_S\"\n                        },\n                        \"action\": \"show_channel_settings\",\n                        \"left\": 212,\n                        \"top\": 88,\n                        \"width\": 28,\n                        \"height\": 40,\n                        \"text\": \"`\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"channel_error\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 128,\n                    \"text\": \"ERROR\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"touch_screen_calibration\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"P\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_disabled\"\n              },\n              \"left\": 48,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"?\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_disabled\"\n              },\n              \"left\": 96,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"!\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_disabled\"\n              },\n              \"left\": 144,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"L\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"showStandByMenu\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"Q\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"EventQueue.lastEvent.type\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 28,\n              \"widgets\": [\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 240,\n                  \"height\": 28,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"default_S\"\n                      },\n                      \"action\": \"show_event_queue\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 28,\n                      \"height\": 28,\n                      \"text\": \"\\\\u0083\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"Rectangle\",\n                      \"style\": {\n                        \"inheritFrom\": \"default_inverse\"\n                      },\n                      \"left\": 28,\n                      \"top\": 0,\n                      \"width\": 212,\n                      \"height\": 28\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_info\"\n                  },\n                  \"data\": \"EventQueue.lastEvent.message\",\n                  \"action\": \"show_event_queue\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 240,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_info\"\n                  }\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_warning\"\n                  },\n                  \"data\": \"EventQueue.lastEvent.message\",\n                  \"action\": \"show_event_queue\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 240,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_warning\"\n                  }\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_error\"\n                  },\n                  \"data\": \"EventQueue.lastEvent.message\",\n                  \"action\": \"show_event_queue\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 240,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_error\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"main_help\",\n        \"description\": \"Main menu help page\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 252,\n            \"height\": 204\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 272,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 19,\n            \"width\": 232,\n            \"height\": 112,\n            \"text\": \"Select any yellow colored text to open related menu, editing page or to trigger an action (e.g. on this page switching off selected channel output).\"\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 131,\n            \"width\": 232,\n            \"height\": 73,\n            \"text\": \"For more information please visit: www.envox.hr/ezz or github.com/eez-open\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"edit_mode_keypad\",\n        \"description\": \"Keypad value edit mode\",\n        \"widgets\": [\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 320,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page_selected\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"K\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_step\",\n                \"left\": 48,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"M\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_slider\",\n                \"left\": 96,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"S\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_background\"\n                },\n                \"left\": 144,\n                \"top\": 0,\n                \"width\": 128,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"action\": \"exit_edit_mode\",\n                \"left\": 272,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"B\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"data\": \"edit_info\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 240,\n            \"height\": 32,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_info_S\"\n            }\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 30,\n            \"width\": 240,\n            \"height\": 174,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"7\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"8\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"9\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_icons\"\n                },\n                \"action\": \"keypad_back\",\n                \"left\": 180,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"<\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"4\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"5\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"6\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"data\": \"edit_unit\",\n                \"action\": \"keypad_unit\",\n                \"left\": 180,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"key\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"1\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"2\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"3\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_option2\",\n                \"left\": 180,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"def\",\n                \"enabled\": \"keypad_option2_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"0\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \".\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_icons\"\n                },\n                \"action\": \"keypad_sign\",\n                \"left\": 120,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"-\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_icons\"\n                },\n                \"action\": \"keypad_ok\",\n                \"left\": 180,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"O\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 240,\n            \"top\": 0,\n            \"width\": 12,\n            \"height\": 204\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"edit_info_S\"\n              },\n              \"data\": \"edit_info\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 32,\n              \"focusStyle\": {\n                \"inheritFrom\": \"edit_info_S\"\n              }\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 32,\n              \"width\": 240,\n              \"height\": 108,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 120,\n                \"height\": 108,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.outputState\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 36,\n                        \"text\": \"OFF\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.outputMode\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.monValue\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 120,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_ur\"\n                            },\n                            \"data\": \"channel.monValue\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 120,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_ur\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value\"\n                    },\n                    \"data\": \"channel.u.set\",\n                    \"left\": 0,\n                    \"top\": 36,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value\"\n                    },\n                    \"data\": \"channel.i.set\",\n                    \"left\": 0,\n                    \"top\": 72,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value\"\n                    }\n                  }\n                ]\n              },\n              \"listType\": \"horizontal\"\n            },\n            {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 140,\n              \"width\": 240,\n              \"height\": 144,\n              \"widgets\": [\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"7\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"8\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"9\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_back\",\n                  \"left\": 180,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"<\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"4\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"5\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"6\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_clear\",\n                  \"left\": 180,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"C\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"1\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"2\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"3\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_ok\",\n                  \"left\": 180,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"O\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"0\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \".\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_sign\",\n                  \"left\": 120,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"-\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"data\": \"edit_unit\",\n                  \"action\": \"keypad_unit\",\n                  \"left\": 180,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"key\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_slider\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"S\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_step\",\n              \"left\": 48,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"M\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page_selected\"\n              },\n              \"action\": \"edit_mode_keypad\",\n              \"left\": 96,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"K\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 144,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"exit_edit_mode\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"edit_mode_step\",\n        \"description\": \"Step value edit mode\",\n        \"widgets\": [\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 320,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_keypad\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"K\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page_selected\"\n                },\n                \"action\": \"\",\n                \"left\": 48,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"M\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_slider\",\n                \"left\": 96,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"S\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"ToggleButton\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"edit_mode_interactive_mode_selector\",\n                \"action\": \"toggle_interactive_mode\",\n                \"left\": 144,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text1\": \"I\",\n                \"text2\": \"J\"\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"action\": \"show_edit_mode_step_help\",\n                \"left\": 192,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"H\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_background\"\n                },\n                \"left\": 240,\n                \"top\": 0,\n                \"width\": 32,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"action\": \"exit_edit_mode\",\n                \"left\": 272,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"B\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"ButtonGroup\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"data\": \"edit_steps\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 204\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 36,\n            \"top\": 0,\n            \"width\": 12,\n            \"height\": 204\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"data\": \"edit_info1\",\n            \"left\": 48,\n            \"top\": 0,\n            \"width\": 204,\n            \"height\": 25,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_info_S\"\n            }\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"data\": \"edit_info2\",\n            \"left\": 48,\n            \"top\": 25,\n            \"width\": 204,\n            \"height\": 25,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_info_S\"\n            }\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_L\"\n            },\n            \"data\": \"edit_value\",\n            \"left\": 48,\n            \"top\": 50,\n            \"width\": 204,\n            \"height\": 66,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_L\"\n            }\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isTracked\",\n            \"left\": 48,\n            \"top\": 116,\n            \"width\": 204,\n            \"height\": 52,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 52,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"lrip\",\n                    \"left\": 0,\n                    \"top\": 20,\n                    \"width\": 48,\n                    \"height\": 23,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"prot_indicator_S\"\n                        },\n                        \"action\": \"show_ch_settings_adv_lripple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 48,\n                        \"height\": 23,\n                        \"text\": \"LRip\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"prot_indicator_set_S\"\n                        },\n                        \"action\": \"show_ch_settings_adv_lripple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 48,\n                        \"height\": 23,\n                        \"text\": \"LRip\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 78,\n                    \"height\": 20\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"value\"\n                    },\n                    \"data\": \"channel.p.mon\",\n                    \"left\": 78,\n                    \"top\": 0,\n                    \"width\": 126,\n                    \"height\": 52,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"value\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 43,\n                    \"width\": 78,\n                    \"height\": 9\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 48,\n                    \"top\": 20,\n                    \"width\": 30,\n                    \"height\": 23\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 52,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 20,\n                    \"height\": 52\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 10,\n                    \"top\": 0,\n                    \"width\": 182,\n                    \"height\": 52,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 182,\n                      \"height\": 26,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.shortLabel\",\n                          \"left\": 10,\n                          \"top\": 0,\n                          \"width\": 36,\n                          \"height\": 26,\n                          \"text\": \"Channel protections\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Select\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"data\": \"lrip\",\n                          \"left\": 46,\n                          \"top\": 0,\n                          \"width\": 48,\n                          \"height\": 26,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"prot_indicator_S\"\n                              },\n                              \"action\": \"show_ch_settings_adv_lripple\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 48,\n                              \"height\": 26,\n                              \"text\": \"LRip\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"prot_indicator_set_S\"\n                              },\n                              \"action\": \"show_ch_settings_adv_lripple\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 48,\n                              \"height\": 26,\n                              \"text\": \"LRip\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"DisplayData\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.p.mon\",\n                          \"left\": 103,\n                          \"top\": 0,\n                          \"width\": 71,\n                          \"height\": 26,\n                          \"focusStyle\": {\n                            \"inheritFrom\": \"value_S\"\n                          }\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 104,\n                    \"top\": 0,\n                    \"width\": 9,\n                    \"height\": 52\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 184,\n                    \"top\": 0,\n                    \"width\": 20,\n                    \"height\": 52\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"edit_mode_interactive_mode_selector\",\n            \"left\": 48,\n            \"top\": 168,\n            \"width\": 204,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 36,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"non_interactive_button_S\"\n                    },\n                    \"action\": \"non_interactive_enter\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 102,\n                    \"height\": 36,\n                    \"text\": \"~ Set\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"non_interactive_button_S\"\n                    },\n                    \"action\": \"non_interactive_discard\",\n                    \"left\": 102,\n                    \"top\": 0,\n                    \"width\": 102,\n                    \"height\": 36,\n                    \"text\": \" Discard\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"edit_info_S\"\n              },\n              \"data\": \"edit_info\",\n              \"left\": 38,\n              \"top\": 0,\n              \"width\": 200,\n              \"height\": 32,\n              \"focusStyle\": {\n                \"inheritFrom\": \"edit_info_S\"\n              }\n            },\n            {\n              \"type\": \"ButtonGroup\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"data\": \"edit_steps\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 36,\n              \"height\": 284\n            },\n            {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"edit_mode_interactive_mode_selector\",\n              \"left\": 38,\n              \"top\": 32,\n              \"width\": 202,\n              \"height\": 252,\n              \"widgets\": [\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 202,\n                  \"height\": 252,\n                  \"widgets\": [\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      },\n                      \"data\": \"edit_value\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 202,\n                      \"height\": 72,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      }\n                    },\n                    {\n                      \"type\": \"MultilineText\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_info_S\"\n                      },\n                      \"left\": 0,\n                      \"top\": 72,\n                      \"width\": 140,\n                      \"height\": 180,\n                      \"text\": \"Interactive mode: Move up/down to change value step in a time.\"\n                    },\n                    {\n                      \"type\": \"List\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channels\",\n                      \"left\": 140,\n                      \"top\": 72,\n                      \"width\": 60,\n                      \"height\": 172,\n                      \"itemWidget\": {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 90,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_S_right\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 30,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 30,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 30,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 30,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"left\": 0,\n                            \"top\": 30,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"left\": 0,\n                            \"top\": 60,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          }\n                        ]\n                      },\n                      \"listType\": \"vertical\"\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 202,\n                  \"height\": 252,\n                  \"widgets\": [\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      },\n                      \"data\": \"edit_value\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 202,\n                      \"height\": 60,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      }\n                    },\n                    {\n                      \"type\": \"MultilineText\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_info_S\"\n                      },\n                      \"left\": 0,\n                      \"top\": 60,\n                      \"width\": 140,\n                      \"height\": 156,\n                      \"text\": \"Non-interactive mode: Move up/down to change value.\\nSelect Enter to confirm.\"\n                    },\n                    {\n                      \"type\": \"List\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channels\",\n                      \"left\": 140,\n                      \"top\": 60,\n                      \"width\": 60,\n                      \"height\": 172,\n                      \"itemWidget\": {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 78,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_S_right\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 26,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 26,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 26,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 26,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"left\": 0,\n                            \"top\": 26,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"left\": 0,\n                            \"top\": 52,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          }\n                        ]\n                      },\n                      \"listType\": \"vertical\"\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"non_interactive_button_S\"\n                      },\n                      \"action\": \"non_interactive_enter\",\n                      \"left\": 8,\n                      \"top\": 216,\n                      \"width\": 96,\n                      \"height\": 36,\n                      \"text\": \"~ Set\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"non_interactive_button_S\"\n                      },\n                      \"action\": \"non_interactive_discard\",\n                      \"left\": 104,\n                      \"top\": 216,\n                      \"width\": 96,\n                      \"height\": 36,\n                      \"text\": \" Discard\",\n                      \"focusStyle\": {}\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_slider\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"S\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page_selected\"\n              },\n              \"action\": \"edit_mode_step\",\n              \"left\": 48,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"M\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_keypad\",\n              \"left\": 96,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"K\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"ToggleButton\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"data\": \"edit_mode_interactive_mode_selector\",\n              \"action\": \"toggle_interactive_mode\",\n              \"left\": 144,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text1\": \"I\",\n              \"text2\": \"J\"\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"exit_edit_mode\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"edit_mode_step_help\",\n        \"description\": \"Step value edit mode help page\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 0,\n            \"width\": 244,\n            \"height\": 32,\n            \"text\": \"\\\\u0084 Interactive mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 32,\n            \"width\": 244,\n            \"height\": 71,\n            \"text\": \"Move left/right to change value by selected step in a time.\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 112,\n            \"width\": 244,\n            \"height\": 32,\n            \"text\": \"\\\\u0085 Non-interactive mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 144,\n            \"width\": 244,\n            \"height\": 48,\n            \"text\": \"Move left/right to change value and confirm with \\\\u0086 option.\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 272,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"edit_mode_slider\",\n        \"description\": \"Slider value edit mode\",\n        \"widgets\": [\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 320,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_keypad\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"K\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page\"\n                },\n                \"action\": \"edit_mode_step\",\n                \"left\": 48,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"M\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"tab_page_selected\"\n                },\n                \"action\": \"\",\n                \"left\": 96,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"S\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"ToggleButton\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"data\": \"edit_mode_interactive_mode_selector\",\n                \"action\": \"toggle_interactive_mode\",\n                \"left\": 144,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text1\": \"I\",\n                \"text2\": \"J\"\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"action\": \"show_edit_mode_slider_help\",\n                \"left\": 192,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"H\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_background\"\n                },\n                \"left\": 240,\n                \"top\": 0,\n                \"width\": 32,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button\"\n                },\n                \"action\": \"exit_edit_mode\",\n                \"left\": 272,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 36,\n                \"text\": \"B\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 204,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_1\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 36,\n                \"height\": 34\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_2\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 34,\n                \"width\": 36,\n                \"height\": 34\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_3\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 68,\n                \"width\": 36,\n                \"height\": 34\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_4\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 102,\n                \"width\": 36,\n                \"height\": 34\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_5\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 136,\n                \"width\": 36,\n                \"height\": 34\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"yellow_6\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 170,\n                \"width\": 36,\n                \"height\": 34\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 36,\n            \"top\": 0,\n            \"width\": 12,\n            \"height\": 204\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"data\": \"edit_info1\",\n            \"left\": 48,\n            \"top\": 0,\n            \"width\": 204,\n            \"height\": 25,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_info_S\"\n            }\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_info_S\"\n            },\n            \"data\": \"edit_info2\",\n            \"left\": 48,\n            \"top\": 25,\n            \"width\": 204,\n            \"height\": 25,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_info_S\"\n            }\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_L\"\n            },\n            \"data\": \"edit_value\",\n            \"left\": 48,\n            \"top\": 50,\n            \"width\": 204,\n            \"height\": 66,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_L\"\n            }\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isTracked\",\n            \"left\": 48,\n            \"top\": 116,\n            \"width\": 204,\n            \"height\": 52,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 52,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"lrip\",\n                    \"left\": 0,\n                    \"top\": 20,\n                    \"width\": 48,\n                    \"height\": 23,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"prot_indicator_S\"\n                        },\n                        \"action\": \"show_ch_settings_adv_lripple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 48,\n                        \"height\": 23,\n                        \"text\": \"LRip\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"prot_indicator_set_S\"\n                        },\n                        \"action\": \"show_ch_settings_adv_lripple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 48,\n                        \"height\": 23,\n                        \"text\": \"LRip\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 78,\n                    \"height\": 20\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"value\"\n                    },\n                    \"data\": \"channel.p.mon\",\n                    \"left\": 78,\n                    \"top\": 0,\n                    \"width\": 126,\n                    \"height\": 52,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"value\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 43,\n                    \"width\": 78,\n                    \"height\": 9\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 48,\n                    \"top\": 20,\n                    \"width\": 30,\n                    \"height\": 23\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 52,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 20,\n                    \"height\": 52\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 10,\n                    \"top\": 0,\n                    \"width\": 182,\n                    \"height\": 52,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 182,\n                      \"height\": 26,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.shortLabel\",\n                          \"left\": 10,\n                          \"top\": 0,\n                          \"width\": 36,\n                          \"height\": 26,\n                          \"text\": \"Channel protections\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Select\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"data\": \"lrip\",\n                          \"left\": 46,\n                          \"top\": 0,\n                          \"width\": 48,\n                          \"height\": 26,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"prot_indicator_S\"\n                              },\n                              \"action\": \"show_ch_settings_adv_lripple\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 48,\n                              \"height\": 26,\n                              \"text\": \"LRip\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"prot_indicator_set_S\"\n                              },\n                              \"action\": \"show_ch_settings_adv_lripple\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 48,\n                              \"height\": 26,\n                              \"text\": \"LRip\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"DisplayData\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.p.mon\",\n                          \"left\": 103,\n                          \"top\": 0,\n                          \"width\": 71,\n                          \"height\": 26,\n                          \"focusStyle\": {\n                            \"inheritFrom\": \"value_S\"\n                          }\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 104,\n                    \"top\": 0,\n                    \"width\": 9,\n                    \"height\": 52\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 184,\n                    \"top\": 0,\n                    \"width\": 20,\n                    \"height\": 52\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"edit_mode_interactive_mode_selector\",\n            \"left\": 48,\n            \"top\": 168,\n            \"width\": 204,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 204,\n                \"height\": 36,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"non_interactive_button_S\"\n                    },\n                    \"action\": \"non_interactive_enter\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 102,\n                    \"height\": 36,\n                    \"text\": \"~ Set\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"non_interactive_button_S\"\n                    },\n                    \"action\": \"non_interactive_discard\",\n                    \"left\": 102,\n                    \"top\": 0,\n                    \"width\": 102,\n                    \"height\": 36,\n                    \"text\": \" Discard\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"edit_info_S\"\n              },\n              \"data\": \"edit_info\",\n              \"left\": 38,\n              \"top\": 0,\n              \"width\": 202,\n              \"height\": 32,\n              \"focusStyle\": {\n                \"inheritFrom\": \"edit_info_S\"\n              }\n            },\n            {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"edit_mode_interactive_mode_selector\",\n              \"left\": 38,\n              \"top\": 32,\n              \"width\": 202,\n              \"height\": 252,\n              \"widgets\": [\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 202,\n                  \"height\": 252,\n                  \"widgets\": [\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      },\n                      \"data\": \"edit_value\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 202,\n                      \"height\": 72,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      }\n                    },\n                    {\n                      \"type\": \"MultilineText\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_info_S\"\n                      },\n                      \"left\": 0,\n                      \"top\": 72,\n                      \"width\": 140,\n                      \"height\": 180,\n                      \"text\": \"Interactive mode: Move up/down to change value.\\nUse leftmost pos. for coarse and righmost pos. for fine adjustment.\"\n                    },\n                    {\n                      \"type\": \"List\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channels\",\n                      \"left\": 140,\n                      \"top\": 72,\n                      \"width\": 60,\n                      \"height\": 172,\n                      \"itemWidget\": {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 90,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_S_right\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 30,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 30,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 30,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 30,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"left\": 0,\n                            \"top\": 30,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"left\": 0,\n                            \"top\": 60,\n                            \"width\": 60,\n                            \"height\": 30,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          }\n                        ]\n                      },\n                      \"listType\": \"vertical\"\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 202,\n                  \"height\": 252,\n                  \"widgets\": [\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      },\n                      \"data\": \"edit_value\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 202,\n                      \"height\": 60,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_L\"\n                      }\n                    },\n                    {\n                      \"type\": \"MultilineText\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_info_S\"\n                      },\n                      \"left\": 0,\n                      \"top\": 60,\n                      \"width\": 140,\n                      \"height\": 156,\n                      \"text\": \"Non-interactive mode: Move up/down to change value.\\nSelect Enter to confirm.\"\n                    },\n                    {\n                      \"type\": \"List\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channels\",\n                      \"left\": 140,\n                      \"top\": 60,\n                      \"width\": 60,\n                      \"height\": 172,\n                      \"itemWidget\": {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 78,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_S_right\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 26,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 60,\n                                \"height\": 26,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 26,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 60,\n                                    \"height\": 26,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_ur_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.u.set\",\n                            \"left\": 0,\n                            \"top\": 26,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            },\n                            \"data\": \"channel.i.set\",\n                            \"left\": 0,\n                            \"top\": 52,\n                            \"width\": 60,\n                            \"height\": 26,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_right\"\n                            }\n                          }\n                        ]\n                      },\n                      \"listType\": \"vertical\"\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"non_interactive_button_S\"\n                      },\n                      \"action\": \"non_interactive_enter\",\n                      \"left\": 0,\n                      \"top\": 216,\n                      \"width\": 100,\n                      \"height\": 36,\n                      \"text\": \"~ Set\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"non_interactive_button_S\"\n                      },\n                      \"action\": \"non_interactive_discard\",\n                      \"left\": 100,\n                      \"top\": 216,\n                      \"width\": 102,\n                      \"height\": 36,\n                      \"text\": \" Discard\",\n                      \"focusStyle\": {}\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page_selected\"\n              },\n              \"action\": \"edit_mode_slider\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"S\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_step\",\n              \"left\": 48,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"M\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_keypad\",\n              \"left\": 96,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"K\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"ToggleButton\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"data\": \"edit_mode_interactive_mode_selector\",\n              \"action\": \"toggle_interactive_mode\",\n              \"left\": 144,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text1\": \"I\",\n              \"text2\": \"J\"\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"exit_edit_mode\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"edit_mode_slider_help\",\n        \"description\": \"Slider value edit mode help page\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 0,\n            \"width\": 244,\n            \"height\": 32,\n            \"text\": \"\\\\u0084 Interactive mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 32,\n            \"width\": 244,\n            \"height\": 71,\n            \"text\": \"Move left/right to change value. Use upper area for coarse and lower for the fine adjustment.\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 120,\n            \"width\": 244,\n            \"height\": 32,\n            \"text\": \"\\\\u0085 Non-interactive mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 152,\n            \"width\": 244,\n            \"height\": 52,\n            \"text\": \"Move left/right to change value and confirm with \\\\u0086 option.\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 272,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"info_alert\",\n        \"description\": \"Info message, single line\",\n        \"style\": \"info_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"info_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"info_alert_button\"\n            },\n            \"action\": \"ok\",\n            \"left\": 110,\n            \"top\": 48,\n            \"width\": 60,\n            \"height\": 32,\n            \"text\": \"OK\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"info_long_alert\",\n        \"description\": \"Info message, two line\",\n        \"style\": \"info_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"info_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"info_alert\"\n            },\n            \"data\": \"alert_message_2\",\n            \"left\": 0,\n            \"top\": 36,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"info_alert_button\"\n            },\n            \"action\": \"ok\",\n            \"left\": 110,\n            \"top\": 72,\n            \"width\": 60,\n            \"height\": 32,\n            \"text\": \"OK\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 64,\n        \"width\": 280,\n        \"height\": 112,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"toast3_alert\",\n        \"description\": \"Info message\",\n        \"style\": \"toast_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"toast_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"toast_alert\"\n            },\n            \"data\": \"alert_message_2\",\n            \"left\": 0,\n            \"top\": 36,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"toast_alert\"\n            },\n            \"data\": \"alert_message_3\",\n            \"left\": 0,\n            \"top\": 64,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 64,\n        \"width\": 280,\n        \"height\": 100,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"error_alert\",\n        \"description\": \"Error message, single line\",\n        \"style\": \"error_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"action\": \"ok\",\n            \"left\": 110,\n            \"top\": 48,\n            \"width\": 60,\n            \"height\": 32,\n            \"text\": \"OK\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"error_long_alert\",\n        \"description\": \"Error message, two line\",\n        \"style\": \"error_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert\"\n            },\n            \"data\": \"alert_message_2\",\n            \"left\": 0,\n            \"top\": 36,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"action\": \"ok\",\n            \"left\": 110,\n            \"top\": 72,\n            \"width\": 60,\n            \"height\": 32,\n            \"text\": \"OK\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 64,\n        \"width\": 280,\n        \"height\": 112,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"error_alert_with_action\",\n        \"description\": \"Error message, two line with action\",\n        \"style\": \"error_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"data\": \"alert_message_2\",\n            \"action\": \"error_alert_action\",\n            \"left\": 40,\n            \"top\": 36,\n            \"width\": 200,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"action\": \"ok\",\n            \"left\": 110,\n            \"top\": 72,\n            \"width\": 60,\n            \"height\": 32,\n            \"text\": \"OK\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 112,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"error_toast_alert\",\n        \"description\": \"Error message\",\n        \"style\": \"error_alert\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 48,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"yes_no\",\n        \"description\": \"Confirmation message\",\n        \"style\": \"yes_no\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"yes\",\n            \"left\": 85,\n            \"top\": 48,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"Yes\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"no\",\n            \"left\": 147,\n            \"top\": 48,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"No\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"are_you_sure_with_message\",\n        \"description\": \"Confirmation message with additional information\",\n        \"style\": \"yes_no\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_background\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 280,\n            \"height\": 8\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no\"\n            },\n            \"data\": \"\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"Are you sure?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_message\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 40,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"Are you sure?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_background\"\n            },\n            \"left\": 0,\n            \"top\": 72,\n            \"width\": 85,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"yes\",\n            \"left\": 85,\n            \"top\": 72,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"Yes\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_background\"\n            },\n            \"left\": 133,\n            \"top\": 72,\n            \"width\": 14,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"no\",\n            \"left\": 147,\n            \"top\": 72,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"No\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_background\"\n            },\n            \"left\": 195,\n            \"top\": 72,\n            \"width\": 85,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_background\"\n            },\n            \"left\": 0,\n            \"top\": 104,\n            \"width\": 280,\n            \"height\": 8\n          }\n        ],\n        \"left\": 20,\n        \"top\": 64,\n        \"width\": 280,\n        \"height\": 112,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"yes_no_later\",\n        \"description\": \"Confirmation message with option Later\",\n        \"style\": \"yes_no\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 8,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"yes\",\n            \"left\": 54,\n            \"top\": 48,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"Yes\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"no\",\n            \"left\": 116,\n            \"top\": 48,\n            \"width\": 48,\n            \"height\": 32,\n            \"text\": \"No\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yes_no_button\"\n            },\n            \"action\": \"later\",\n            \"left\": 173,\n            \"top\": 48,\n            \"width\": 64,\n            \"height\": 32,\n            \"text\": \"Later\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"text_message\",\n        \"description\": \"Textual message\",\n        \"style\": \"text_message\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"text_message\"\n            },\n            \"data\": \"textMessage\",\n            \"left\": 0,\n            \"top\": 28,\n            \"width\": 280,\n            \"height\": 32,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": true,\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"async_operation_in_progress\",\n        \"description\": \"Async operation in progress (e.g. NTP server connection)\",\n        \"style\": \"async_operation\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"async_operation\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 16,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"async_operation\"\n            },\n            \"data\": \"asyncOperationThrobber\",\n            \"left\": 0,\n            \"top\": 44,\n            \"width\": 280,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": false,\n        \"left\": 20,\n        \"top\": 76,\n        \"width\": 280,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"progress\",\n        \"description\": \"Async operation in progress (e.g. NTP server connection)\",\n        \"style\": \"async_operation\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"async_operation\"\n            },\n            \"data\": \"alert_message\",\n            \"left\": 0,\n            \"top\": 16,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"async_operation\"\n            },\n            \"data\": \"progress\",\n            \"left\": 0,\n            \"top\": 44,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"async_operation_action\"\n            },\n            \"action\": \"cancel\",\n            \"left\": 70,\n            \"top\": 80,\n            \"width\": 100,\n            \"height\": 28,\n            \"text\": \"Abort\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": false,\n        \"left\": 40,\n        \"top\": 58,\n        \"width\": 240,\n        \"height\": 124,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 104,\n          \"width\": 240,\n          \"height\": 112,\n          \"style\": \"error_alert\",\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_active_S\"\n              },\n              \"action\": \"yes\",\n              \"left\": 90,\n              \"top\": 72,\n              \"width\": 60,\n              \"height\": 32,\n              \"text\": \"OK\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"error_alert\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 64,\n              \"text\": \"Multiline text\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"event_queue\",\n        \"description\": \"Event viewer queue\",\n        \"widgets\": [\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"EventQueue.events\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 196,\n            \"itemWidget\": {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"EventQueue.events.type\",\n              \"action\": \"\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 320,\n              \"height\": 28,\n              \"widgets\": [\n                {\n                  \"type\": \"Rectangle\",\n                  \"style\": {\n                    \"inheritFrom\": \"default_inverse\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 320,\n                  \"height\": 28\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_info\"\n                  },\n                  \"data\": \"EventQueue.events.message\",\n                  \"action\": \"\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 320,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_info\"\n                  }\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_warning\"\n                  },\n                  \"data\": \"EventQueue.events.message\",\n                  \"action\": \"\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 320,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_warning\"\n                  }\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"event_error\"\n                  },\n                  \"data\": \"EventQueue.events.message\",\n                  \"action\": \"\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 320,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"event_error\"\n                  }\n                }\n              ]\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"EventQueue.multiplePages\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 272,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"bottom_button_background\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 272,\n                \"height\": 36\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 272,\n                \"height\": 36,\n                \"widgets\": [\n                  {\n                    \"type\": \"Button\",\n                    \"style\": {\n                      \"inheritFrom\": \"bottom_button\"\n                    },\n                    \"action\": \"event_queue_previous_page\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 48,\n                    \"height\": 36,\n                    \"text\": \"(\",\n                    \"enabled\": \"EventQueue.previousPageEnabled\",\n                    \"disabledStyle\": {\n                      \"inheritFrom\": \"bottom_button_disabled\"\n                    }\n                  },\n                  {\n                    \"type\": \"Button\",\n                    \"style\": {\n                      \"inheritFrom\": \"bottom_button\"\n                    },\n                    \"action\": \"event_queue_next_page\",\n                    \"left\": 48,\n                    \"top\": 0,\n                    \"width\": 48,\n                    \"height\": 36,\n                    \"text\": \")\",\n                    \"enabled\": \"EventQueue.nextPageEnabled\",\n                    \"disabledStyle\": {\n                      \"inheritFrom\": \"bottom_button_disabled\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"bottom_button_textual_S_left\"\n                    },\n                    \"data\": \"EventQueue.pageInfo\",\n                    \"left\": 96,\n                    \"top\": 0,\n                    \"width\": 176,\n                    \"height\": 36,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"default\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"EventQueue.events\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 280,\n              \"itemWidget\": {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"EventQueue.events.type\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_info\"\n                    },\n                    \"data\": \"EventQueue.events.message\",\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"event_info\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_warning\"\n                    },\n                    \"data\": \"EventQueue.events.message\",\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"event_warning\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_error\"\n                    },\n                    \"data\": \"EventQueue.events.message\",\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"event_error\"\n                    }\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"EventQueue.multiplePages\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 204,\n              \"height\": 36,\n              \"widgets\": [\n                {\n                  \"type\": \"Rectangle\",\n                  \"style\": {\n                    \"inheritFrom\": \"bottom_button_background\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 204,\n                  \"height\": 36\n                },\n                {\n                  \"type\": \"Container\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 204,\n                  \"height\": 36,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Button\",\n                      \"style\": {\n                        \"inheritFrom\": \"bottom_button\"\n                      },\n                      \"action\": \"event_queue_previous_page\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 36,\n                      \"height\": 36,\n                      \"text\": \"(\",\n                      \"enabled\": \"EventQueue.previousPageEnabled\",\n                      \"disabledStyle\": {\n                        \"inheritFrom\": \"bottom_button_disabled\"\n                      }\n                    },\n                    {\n                      \"type\": \"Button\",\n                      \"style\": {\n                        \"inheritFrom\": \"bottom_button\"\n                      },\n                      \"action\": \"event_queue_next_page\",\n                      \"left\": 36,\n                      \"top\": 0,\n                      \"width\": 36,\n                      \"height\": 36,\n                      \"text\": \")\",\n                      \"enabled\": \"EventQueue.nextPageEnabled\",\n                      \"disabledStyle\": {\n                        \"inheritFrom\": \"bottom_button_disabled\"\n                      }\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"bottom_button_textual_S_left\"\n                      },\n                      \"data\": \"EventQueue.pageInfo\",\n                      \"left\": 72,\n                      \"top\": 0,\n                      \"width\": 132,\n                      \"height\": 36,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"default\"\n                      }\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_main_page\",\n              \"left\": 204,\n              \"top\": 284,\n              \"width\": 36,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"keypad\",\n        \"description\": \"Enter generic text string\",\n        \"widgets\": [\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"data\": \"keypad_text\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 34,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 32,\n            \"width\": 320,\n            \"height\": 208,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"1\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 32,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"2\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 64,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"3\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 96,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"4\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 128,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"5\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 160,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"6\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 192,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"7\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 224,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"8\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 256,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"9\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 288,\n                \"top\": 2,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"0\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"Q\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 32,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"W\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 64,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"E\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 96,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"R\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 128,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"T\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 160,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"Y\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 192,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"U\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 224,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"I\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 256,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"O\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 288,\n                \"top\": 44,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"P\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"A\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 32,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"S\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 64,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"D\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 96,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"F\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 128,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"G\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 160,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"H\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 192,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"J\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 224,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"K\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 256,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"L\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 288,\n                \"top\": 85,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"#\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"Z\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 32,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"X\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 64,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"C\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 96,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"V\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 128,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"B\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 160,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"N\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 192,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"M\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 224,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \",\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 256,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \".\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 288,\n                \"top\": 127,\n                \"width\": 32,\n                \"height\": 42,\n                \"text\": \"/\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_spec_icons\"\n                },\n                \"action\": \"keypad_back\",\n                \"left\": 0,\n                \"top\": 168,\n                \"width\": 64,\n                \"height\": 40,\n                \"text\": \"<\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"ToggleButton\",\n                \"style\": {\n                  \"inheritFrom\": \"key_spec\"\n                },\n                \"data\": \"keypad_caps\",\n                \"action\": \"keypad_caps\",\n                \"left\": 64,\n                \"top\": 168,\n                \"width\": 64,\n                \"height\": 40,\n                \"text1\": \"abc\",\n                \"text2\": \"ABC\"\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_space\",\n                \"left\": 128,\n                \"top\": 168,\n                \"width\": 64,\n                \"height\": 40,\n                \"text\": \"SP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_spec_icons\"\n                },\n                \"action\": \"keypad_cancel\",\n                \"left\": 192,\n                \"top\": 168,\n                \"width\": 64,\n                \"height\": 40,\n                \"text\": \"U\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_spec_icons\"\n                },\n                \"action\": \"keypad_ok\",\n                \"left\": 256,\n                \"top\": 168,\n                \"width\": 64,\n                \"height\": 40,\n                \"text\": \"I\",\n                \"focusStyle\": {}\n              }\n            ]\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"numeric_keypad\",\n        \"description\": \"Enter generic numeric value\",\n        \"widgets\": [\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"data\": \"keypad_text\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 240,\n            \"height\": 32,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 30,\n            \"width\": 240,\n            \"height\": 174,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"7\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"8\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"9\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key_icons\"\n                },\n                \"action\": \"keypad_back\",\n                \"left\": 180,\n                \"top\": 2,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"<\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"4\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"5\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"6\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"data\": \"edit_unit\",\n                \"action\": \"keypad_unit\",\n                \"left\": 180,\n                \"top\": 45,\n                \"width\": 60,\n                \"height\": 43,\n                \"enabled\": \"keypad_unit_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"1\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"2\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 120,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"3\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"data\": \"keypad_option1_text\",\n                \"action\": \"keypad_option1\",\n                \"left\": 180,\n                \"top\": 88,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"\",\n                \"enabled\": \"keypad_option1_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 0,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"0\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"action\": \"keypad_key\",\n                \"left\": 60,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \".\",\n                \"enabled\": \"keypad_dot_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key_icons\"\n                },\n                \"action\": \"keypad_sign\",\n                \"left\": 120,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"-\",\n                \"enabled\": \"keypad_sign_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"key\"\n                },\n                \"data\": \"keypad_option2_text\",\n                \"action\": \"keypad_option2\",\n                \"left\": 180,\n                \"top\": 131,\n                \"width\": 60,\n                \"height\": 43,\n                \"text\": \"\",\n                \"enabled\": \"keypad_option2_enabled\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"key_disabled\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 240,\n            \"top\": 0,\n            \"width\": 12,\n            \"height\": 204\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"keypad_cancel\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"U\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"keypad_ok\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"I\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"DisplayData\",\n              \"style\": {\n                \"inheritFrom\": \"edit_info_S\"\n              },\n              \"data\": \"edit_info\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 32,\n              \"focusStyle\": {\n                \"inheritFrom\": \"edit_info_S\"\n              }\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 32,\n              \"width\": 240,\n              \"height\": 108,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 120,\n                \"height\": 108,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.outputState\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 36,\n                        \"text\": \"OFF\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.outputMode\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.monValue\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 120,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_ur\"\n                            },\n                            \"data\": \"channel.monValue\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 120,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_ur\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value\"\n                    },\n                    \"data\": \"channel.u.set\",\n                    \"left\": 0,\n                    \"top\": 36,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value\"\n                    },\n                    \"data\": \"channel.i.set\",\n                    \"left\": 0,\n                    \"top\": 72,\n                    \"width\": 120,\n                    \"height\": 36,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value\"\n                    }\n                  }\n                ]\n              },\n              \"listType\": \"horizontal\"\n            },\n            {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 140,\n              \"width\": 240,\n              \"height\": 144,\n              \"widgets\": [\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"7\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"8\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"9\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_back\",\n                  \"left\": 180,\n                  \"top\": 0,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"<\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"4\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"5\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"6\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_clear\",\n                  \"left\": 180,\n                  \"top\": 36,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"C\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"1\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"2\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 120,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"3\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_ok\",\n                  \"left\": 180,\n                  \"top\": 72,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"O\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 0,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"0\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"action\": \"keypad_key\",\n                  \"left\": 60,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \".\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"key_icons\"\n                  },\n                  \"action\": \"keypad_sign\",\n                  \"left\": 120,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"text\": \"-\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"key\"\n                  },\n                  \"data\": \"edit_unit\",\n                  \"action\": \"keypad_unit\",\n                  \"left\": 180,\n                  \"top\": 108,\n                  \"width\": 60,\n                  \"height\": 36,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"key\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_slider\",\n              \"left\": 0,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"S\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page\"\n              },\n              \"action\": \"edit_mode_step\",\n              \"left\": 48,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"M\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"tab_page_selected\"\n              },\n              \"action\": \"edit_mode_keypad\",\n              \"left\": 96,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"K\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 144,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"exit_edit_mode\",\n              \"left\": 192,\n              \"top\": 284,\n              \"width\": 48,\n              \"height\": 36,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot\",\n        \"description\": \"Clear, disable and define channel's protection parameters\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 196,\n            \"top\": 28,\n            \"width\": 56,\n            \"height\": 140\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Protection settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Channels protection settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_prot_clear\",\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 180,\n            \"height\": 28,\n            \"text\": \"Clear / Disable\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_prot_ocp\",\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 180,\n            \"height\": 28,\n            \"text\": \"Current limit and OCP\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_prot_ovp\",\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 180,\n            \"height\": 28,\n            \"text\": \"Voltage limit and OVP\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_prot_opp\",\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 180,\n            \"height\": 28,\n            \"text\": \"Power limit and OPP\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.protection.otp.installed\",\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Temp. (OTP) not installed\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"show_ch_settings_prot_otp\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 180,\n                    \"height\": 28,\n                    \"text\": \"Temperature (OTP)\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 168,\n            \"width\": 252,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot_clear\",\n        \"description\": \"Clear and/or disable selected channel's protection(s)\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Clear channel protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Clear channels protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_right\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 236,\n            \"height\": 100,\n            \"text\": \"Make sure that load is disconnected before clear tripped protection(s).\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"ch_settings_prot_clear\",\n            \"left\": 16,\n            \"top\": 128,\n            \"width\": 143,\n            \"height\": 32,\n            \"text\": \"Clear\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 159,\n            \"top\": 128,\n            \"width\": 93,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"ch_settings_prot_clear_and_disable\",\n            \"left\": 16,\n            \"top\": 160,\n            \"width\": 143,\n            \"height\": 32,\n            \"text\": \"Clear and disable\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 159,\n            \"top\": 160,\n            \"width\": 93,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot_ovp\",\n        \"description\": \"Channel over-voltage protection settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Set over-voltage protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set over-voltage protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Limit:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.ovp.limit\",\n            \"action\": \"ch_settings_prot_edit_limit\",\n            \"left\": 135,\n            \"top\": 28,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"OVP active:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.protection.ovp.state\",\n            \"left\": 135,\n            \"top\": 56,\n            \"width\": 78,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip level:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.ovp.level\",\n            \"action\": \"ch_settings_prot_edit_level\",\n            \"left\": 135,\n            \"top\": 84,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.ovp.delay\",\n            \"action\": \"ch_settings_prot_edit_delay\",\n            \"left\": 135,\n            \"top\": 112,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Output voltage:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"left\": 135,\n            \"top\": 140,\n            \"width\": 78,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"channel.u.mon\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 101,\n            \"height\": 32,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 168,\n            \"width\": 96,\n            \"height\": 32,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot_ocp\",\n        \"description\": \"Channel over-current protection settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Set over-current protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set over-current protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Limit:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 135,\n            \"top\": 28,\n            \"width\": 98,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"data\": \"channel.protection.ocp.limit\",\n                \"action\": \"ch_settings_prot_edit_limit\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                }\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.protection.ocp.maxCurrentLimitCause\",\n                \"left\": 74,\n                \"top\": 0,\n                \"width\": 24,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 24,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"max_current_limit_cause\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 24,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0088\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"max_current_limit_cause\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 24,\n                    \"height\": 28,\n                    \"text\": \"\\\\u0089\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"OCP active:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.protection.ocp.state\",\n            \"left\": 135,\n            \"top\": 56,\n            \"width\": 78,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.ocp.delay\",\n            \"action\": \"ch_settings_prot_edit_delay\",\n            \"left\": 135,\n            \"top\": 84,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Output current:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"left\": 135,\n            \"top\": 112,\n            \"width\": 78,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"channel.i.mon\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 197,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 101,\n            \"height\": 32,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 168,\n            \"width\": 96,\n            \"height\": 32,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot_opp\",\n        \"description\": \"Channel over-power protection settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Set over-power protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set over-power protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Limit:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.opp.limit\",\n            \"action\": \"ch_settings_prot_edit_limit\",\n            \"left\": 135,\n            \"top\": 28,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"OPP active:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.protection.opp.state\",\n            \"left\": 135,\n            \"top\": 56,\n            \"width\": 58,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 58,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 58,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip level:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.opp.level\",\n            \"action\": \"ch_settings_prot_edit_level\",\n            \"left\": 135,\n            \"top\": 84,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.opp.delay\",\n            \"action\": \"ch_settings_prot_edit_delay\",\n            \"left\": 135,\n            \"top\": 112,\n            \"width\": 78,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Output power:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"left\": 135,\n            \"top\": 140,\n            \"width\": 78,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"channel.p.mon\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 78,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 101,\n            \"height\": 32,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 168,\n            \"width\": 96,\n            \"height\": 32,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_prot_otp\",\n        \"description\": \"Channel over-temperature protection settings\\n\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Set temperature protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set temperature protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"OTP active:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.protection.otp.state\",\n            \"left\": 135,\n            \"top\": 28,\n            \"width\": 60,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 60,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch_settings_prot_toggle_state\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 60,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip level:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.otp.level\",\n            \"action\": \"ch_settings_prot_edit_level\",\n            \"left\": 135,\n            \"top\": 56,\n            \"width\": 87,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.protection.otp.delay\",\n            \"action\": \"ch_settings_prot_edit_delay\",\n            \"left\": 135,\n            \"top\": 84,\n            \"width\": 96,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Current temp.:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 135,\n            \"top\": 112,\n            \"width\": 96,\n            \"height\": 56,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 96,\n                \"height\": 56,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.tempStatus\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 96,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"event_error\"\n                        },\n                        \"data\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 96,\n                        \"height\": 28,\n                        \"text\": \"Invalid\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"DisplayData\",\n                        \"style\": {\n                          \"inheritFrom\": \"value_S\"\n                        },\n                        \"data\": \"channel.temp\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 96,\n                        \"height\": 28,\n                        \"focusStyle\": {\n                          \"inheritFrom\": \"value_S\"\n                        }\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_disabled_S_left\"\n                        },\n                        \"data\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 96,\n                        \"height\": 28,\n                        \"text\": \"Not installed\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 96,\n                    \"height\": 28\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 96,\n                \"height\": 56,\n                \"widgets\": [\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 96,\n                    \"height\": 56,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 96,\n                      \"height\": 28,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Select\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"data\": \"channel.tempStatus\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 96,\n                          \"height\": 28,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"event_error\"\n                              },\n                              \"data\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 96,\n                              \"height\": 28,\n                              \"text\": \"Invalid\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"value_S\"\n                              },\n                              \"data\": \"channel.temp\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 96,\n                              \"height\": 28,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"value_S\"\n                              }\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_disabled_S_left\"\n                              },\n                              \"data\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 96,\n                              \"height\": 28,\n                              \"text\": \"Not installed\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 119,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 101,\n            \"height\": 32,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 168,\n            \"width\": 96,\n            \"height\": 32,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_trigger\",\n        \"description\": \"Channel trigger settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 252,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 252,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 210,\n                    \"height\": 28,\n                    \"text\": \"Trigger settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 252,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 252,\n                    \"height\": 28,\n                    \"text\": \"Channels trigger\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 115,\n            \"height\": 28,\n            \"text\": \"Trigger mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.trigger.mode\",\n            \"action\": \"ch.settings.trigger.editTriggerMode\",\n            \"left\": 131,\n            \"top\": 28,\n            \"width\": 68,\n            \"height\": 28,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.trigger.mode\",\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 236,\n            \"height\": 112,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"width\": 236,\n                \"height\": 112\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 112,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 115,\n                    \"height\": 28,\n                    \"text\": \"List count:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"channel.list.count\",\n                    \"action\": \"ch.settings.trigger.editListCount\",\n                    \"left\": 115,\n                    \"top\": 0,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"show_ch_settings_lists\",\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 115,\n                    \"height\": 28,\n                    \"text\": \"Edit lists\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 115,\n                    \"top\": 28,\n                    \"width\": 102,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 115,\n                    \"height\": 28,\n                    \"text\": \"Output state:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.trigger.outputState\",\n                    \"left\": 115,\n                    \"top\": 56,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch.settings.trigger.toggleOutputState\",\n                        \"width\": 68,\n                        \"height\": 28,\n                        \"text\": \"OFF\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch.settings.trigger.toggleOutputState\",\n                        \"width\": 68,\n                        \"height\": 28,\n                        \"text\": \"ON\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 84,\n                    \"width\": 115,\n                    \"height\": 28,\n                    \"text\": \"On list stop:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"channel.trigger.onListStop\",\n                    \"action\": \"ch.settings.trigger.editOnListStop\",\n                    \"left\": 115,\n                    \"top\": 84,\n                    \"width\": 121,\n                    \"height\": 28,\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 112,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 149,\n                    \"height\": 28,\n                    \"text\": \"Voltage step value:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"channel.u.trigger.value\",\n                    \"action\": \"ch.settings.trigger.editVoltageTriggerValue\",\n                    \"left\": 149,\n                    \"top\": 0,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 149,\n                    \"height\": 28,\n                    \"text\": \"Current step value:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"channel.i.trigger.value\",\n                    \"action\": \"ch.settings.trigger.editCurrentTriggerValue\",\n                    \"left\": 149,\n                    \"top\": 28,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 115,\n                    \"height\": 28,\n                    \"text\": \"Output state:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.trigger.outputState\",\n                    \"left\": 115,\n                    \"top\": 56,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch.settings.trigger.toggleOutputState\",\n                        \"width\": 68,\n                        \"height\": 28,\n                        \"text\": \"Off\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch.settings.trigger.toggleOutputState\",\n                        \"width\": 68,\n                        \"height\": 28,\n                        \"text\": \"On\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"trigger.showGeneralSettings\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"General trigger settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_lists\",\n        \"description\": \"Channel LIST settings\",\n        \"widgets\": [\n          {\n            \"type\": \"ListGraph\",\n            \"style\": {\n              \"inheritFrom\": \"yt_graph\"\n            },\n            \"data\": \"channel.lists\",\n            \"left\": 2,\n            \"top\": 2,\n            \"width\": 250,\n            \"height\": 82,\n            \"dwellData\": \"channel.list.dwell\",\n            \"y1Data\": \"channel.list.voltage\",\n            \"y1Style\": {\n              \"inheritFrom\": \"yt_graph_U_defualt\"\n            },\n            \"y2Data\": \"channel.list.current\",\n            \"y2Style\": {\n              \"inheritFrom\": \"yt_graph_I_default\"\n            },\n            \"cursorData\": \"channel.lists.cursor\",\n            \"cursorStyle\": {\n              \"inheritFrom\": \"list_graph_cursor\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"left\": 0,\n            \"top\": 84,\n            \"width\": 33,\n            \"height\": 24,\n            \"text\": \"#\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"left\": 33,\n            \"top\": 84,\n            \"width\": 73,\n            \"height\": 24,\n            \"text\": \"Dwell\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yt_graph_U_defualt_label\"\n            },\n            \"left\": 106,\n            \"top\": 84,\n            \"width\": 73,\n            \"height\": 24,\n            \"text\": \"Voltage\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"yt_graph_I_default_label\"\n            },\n            \"left\": 179,\n            \"top\": 84,\n            \"width\": 73,\n            \"height\": 24,\n            \"text\": \"Current\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.lists\",\n            \"left\": 0,\n            \"top\": 108,\n            \"width\": 252,\n            \"height\": 96,\n            \"itemWidget\": {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 252,\n              \"height\": 24,\n              \"widgets\": [\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"edit_value_S_centered\"\n                  },\n                  \"data\": \"channel.list.index\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 33,\n                  \"height\": 24,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"edit_value_S_centered\"\n                  }\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"channel.list.dwellEnabled\",\n                  \"left\": 33,\n                  \"top\": 0,\n                  \"width\": 73,\n                  \"height\": 24,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_S_centered\"\n                      },\n                      \"data\": \"\",\n                      \"action\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"text\": \"\\\\u0092\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_active_S_center\"\n                      },\n                      \"data\": \"channel.list.dwell\",\n                      \"action\": \"channel.lists.edit\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_focus_S_center\"\n                      }\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"channel.list.voltageEnabled\",\n                  \"left\": 106,\n                  \"top\": 0,\n                  \"width\": 73,\n                  \"height\": 24,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_S_centered\"\n                      },\n                      \"data\": \"\",\n                      \"action\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"text\": \"\\\\u0092\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_active_S_center\"\n                      },\n                      \"data\": \"channel.list.voltage\",\n                      \"action\": \"channel.lists.edit\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_focus_S_center\"\n                      }\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"channel.list.currentEnabled\",\n                  \"left\": 179,\n                  \"top\": 0,\n                  \"width\": 73,\n                  \"height\": 24,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_S_centered\"\n                      },\n                      \"data\": \"\",\n                      \"action\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"text\": \"\\\\u0092\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_active_S_center\"\n                      },\n                      \"data\": \"channel.list.current\",\n                      \"action\": \"channel.lists.edit\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 73,\n                      \"height\": 24,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"edit_value_focus_S_center\"\n                      }\n                    }\n                  ]\n                }\n              ]\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"channel.lists.previousPage\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"enabled\": \"channel.lists.previousPageEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"channel.lists.nextPage\",\n            \"left\": 45,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \")\",\n            \"enabled\": \"channel.lists.nextPageEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_channel_lists_insert_menu\",\n            \"left\": 90,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"V\",\n            \"enabled\": \"channel.lists.insertMenuEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_channel_lists_delete_menu\",\n            \"left\": 135,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"W\",\n            \"enabled\": \"channel.lists.deleteMenuEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"left\": 180,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"Y\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"discard\",\n            \"left\": 230,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"U\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"set\",\n            \"left\": 275,\n            \"top\": 204,\n            \"width\": 45,\n            \"height\": 36,\n            \"text\": \"I\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 225,\n            \"top\": 204,\n            \"width\": 5,\n            \"height\": 36\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_lists_insert_menu\",\n        \"description\": \"Channel LIST insert menu\",\n        \"style\": \"select_enum_item_popup_container\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"data\": \"\",\n            \"action\": \"channel.lists.insertRowAbove\",\n            \"left\": 12,\n            \"top\": 12,\n            \"width\": 140,\n            \"height\": 32,\n            \"text\": \"Insert row above\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"data\": \"\",\n            \"action\": \"channel.lists.insertRowBelow\",\n            \"left\": 12,\n            \"top\": 44,\n            \"width\": 140,\n            \"height\": 32,\n            \"text\": \"Insert row below\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": true,\n        \"left\": 78,\n        \"top\": 76,\n        \"width\": 164,\n        \"height\": 88,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_lists_delete_menu\",\n        \"description\": \"Channel LIST delete menu\",\n        \"style\": \"select_enum_item_popup_container\",\n        \"widgets\": [\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.lists.deleteRow\",\n            \"left\": 12,\n            \"top\": 12,\n            \"width\": 218,\n            \"height\": 32,\n            \"text\": \"Delete row\",\n            \"enabled\": \"channel.lists.deleteRowEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"select_enum_item_popup_disabled_item\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.lists.clearColumn\",\n            \"left\": 12,\n            \"top\": 44,\n            \"width\": 248,\n            \"height\": 32,\n            \"text\": \"Clear column from cursor down\",\n            \"enabled\": \"channel.lists.clearColumnEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"select_enum_item_popup_disabled_item\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.lists.deleteRows\",\n            \"left\": 12,\n            \"top\": 76,\n            \"width\": 218,\n            \"height\": 32,\n            \"text\": \"Delete all from cursor down\",\n            \"enabled\": \"channel.lists.deleteRowsEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"select_enum_item_popup_disabled_item\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.lists.deleteAll\",\n            \"left\": 12,\n            \"top\": 108,\n            \"width\": 218,\n            \"height\": 32,\n            \"text\": \"Delete all\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": true,\n        \"left\": 25,\n        \"top\": 44,\n        \"width\": 270,\n        \"height\": 152,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_start_list\",\n        \"description\": \"Channel start LIST menu\",\n        \"style\": \"select_enum_item_popup_container\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.enableOutput\",\n            \"left\": 12,\n            \"top\": 76,\n            \"width\": 148,\n            \"height\": 32,\n            \"text\": \"Only enable output\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.initiateTrigger\",\n            \"left\": 12,\n            \"top\": 12,\n            \"width\": 148,\n            \"height\": 32,\n            \"text\": \"Initiate trigger\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"channel.setToFixed\",\n            \"left\": 12,\n            \"top\": 44,\n            \"width\": 148,\n            \"height\": 32,\n            \"text\": \"Set to fixed\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": true,\n        \"left\": 74,\n        \"top\": 60,\n        \"width\": 172,\n        \"height\": 120,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv\",\n        \"description\": \"Set advanced channel's options\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Advanced settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Channels advanced settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.mode\",\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Low ripple mode\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Low ripple mode\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Low ripple mode \\\\u008c\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Low ripple mode\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_adv_remote\",\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"Sensing and programming\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.ranges.supported\",\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Current ranges (unsupported)\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_ch_settings_adv_ranges\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Current ranges\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.isAllowed\",\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Tracking control\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.isCoupled\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"show_ch_settings_adv_tracking\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 28,\n                    \"text\": \"Tracking control\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_disabled_S_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 28,\n                    \"text\": \"Tracking control \\\\u008c\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.isAllowed\",\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"text\": \"Coupling settings\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.isTracked\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"show_ch_settings_adv_coupling\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 28,\n                    \"text\": \"Coupling settings\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_disabled_S_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 28,\n                    \"text\": \"Coupling settings \\\\u008c\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_ch_settings_adv_view\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"Display view\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 196,\n            \"width\": 236,\n            \"height\": 8\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_lripple\",\n        \"description\": \"Lower ripple mode of operation information and settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Low-ripple mode settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Low-ripple mode settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 162,\n            \"height\": 24,\n            \"text\": \"Max. dissipation:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.lripple.maxDissipation\",\n            \"left\": 178,\n            \"top\": 28,\n            \"width\": 74,\n            \"height\": 24,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 52,\n            \"width\": 162,\n            \"height\": 24,\n            \"text\": \"Calc. dissipation:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.lripple.calculatedDissipation\",\n            \"left\": 178,\n            \"top\": 52,\n            \"width\": 74,\n            \"height\": 24,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_left\"\n            },\n            \"left\": 16,\n            \"top\": 76,\n            \"width\": 162,\n            \"height\": 42,\n            \"text\": \"Auto mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.lripple.autoMode\",\n            \"left\": 178,\n            \"top\": 76,\n            \"width\": 74,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"ch_settings_adv_lripple_toggle_auto_mode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"ch_settings_adv_lripple_toggle_auto_mode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"ON\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_left\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 162,\n            \"height\": 42,\n            \"text\": \"Status:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.lripple.autoMode\",\n            \"left\": 178,\n            \"top\": 112,\n            \"width\": 74,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.lripple.isAllowed\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 74,\n                    \"height\": 42,\n                    \"text\": \"OFF\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.lripple.status\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 74,\n                    \"height\": 42,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_left\"\n                        },\n                        \"action\": \"ch_settings_adv_lripple_toggle_status\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 74,\n                        \"height\": 42,\n                        \"text\": \"OFF\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_left\"\n                        },\n                        \"action\": \"ch_settings_adv_lripple_toggle_status\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 74,\n                        \"height\": 42,\n                        \"text\": \"ON\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.lripple.status\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 74,\n                    \"height\": 42,\n                    \"text\": \"OFF\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 74,\n                    \"height\": 42,\n                    \"text\": \"ON\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 154,\n            \"width\": 236,\n            \"height\": 9\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 163,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 163,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 213,\n            \"top\": 163,\n            \"width\": 39,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_remote\",\n        \"description\": \"Output voltage remote sensing and programming settings\",\n        \"style\": \"edit_value_active_S_left\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Sensing and programming\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set remote voltage sense\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 224,\n            \"height\": 76,\n            \"widgets\": [\n              {\n                \"type\": \"MultilineText\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 224,\n                \"height\": 49,\n                \"text\": \"Remote voltage sensing (operational only in CV mode)\"\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"left\": 12,\n                \"top\": 48,\n                \"width\": 68,\n                \"height\": 28,\n                \"text\": \"Status:\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.coupling.isSeries\",\n                \"left\": 80,\n                \"top\": 48,\n                \"width\": 56,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.rsense.status\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 56,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch_settings_adv_remote_toggle_sense\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 56,\n                        \"height\": 28,\n                        \"text\": \"OFF\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"ch_settings_adv_remote_toggle_sense\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 56,\n                        \"height\": 28,\n                        \"text\": \"ON\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 56,\n                    \"height\": 28,\n                    \"text\": \"OFF \\\\u008c\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.rprog.installed\",\n            \"left\": 16,\n            \"top\": 104,\n            \"width\": 224,\n            \"height\": 100,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 224,\n                \"height\": 100,\n                \"text\": \"Remote prog. not installed\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 224,\n                \"height\": 100,\n                \"widgets\": [\n                  {\n                    \"type\": \"MultilineText\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 224,\n                    \"height\": 72,\n                    \"text\": \"Remote voltage programming using external signal source   (+2.5 V for full scale)\"\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 12,\n                    \"top\": 72,\n                    \"width\": 68,\n                    \"height\": 28,\n                    \"text\": \"Status:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isCoupledOrTracked\",\n                    \"left\": 80,\n                    \"top\": 72,\n                    \"width\": 56,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.rprog.status\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 56,\n                        \"height\": 28,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"ch_settings_adv_remote_toggle_programming\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 56,\n                            \"height\": 28,\n                            \"text\": \"OFF\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"ch_settings_adv_remote_toggle_programming\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 56,\n                            \"height\": 28,\n                            \"text\": \"ON\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 56,\n                        \"height\": 28,\n                        \"text\": \"OFF \\\\u008c\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_ranges\",\n        \"description\": \"Channel current ranges settings (Power board r5B12 only)\",\n        \"style\": \"edit_value_active_S_left\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Current ranges\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set remote voltage sense\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 115,\n            \"height\": 28,\n            \"text\": \"Current range:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.ranges.mode\",\n            \"action\": \"ch.settings.adv.ranges.selectMode\",\n            \"left\": 131,\n            \"top\": 28,\n            \"width\": 121,\n            \"height\": 28,\n            \"text\": \"Best (default) / 0.5A / 5A\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 115,\n            \"height\": 28,\n            \"text\": \"Autoranging:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.ranges.autoRanging\",\n            \"left\": 131,\n            \"top\": 56,\n            \"width\": 48,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch.settings.adv.ranges.toggleAutoRanging\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 28,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"ch.settings.adv.ranges.toggleAutoRanging\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 28,\n                \"text\": \"ON\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 236,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 146,\n                    \"height\": 28,\n                    \"text\": \"Currently selected:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.ranges.currentlySelected\",\n                    \"left\": 146,\n                    \"top\": 0,\n                    \"width\": 90,\n                    \"height\": 28,\n                    \"text\": \"0.5A\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_tracking\",\n        \"description\": \"Channels tracking mode of operation settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"text\": \"Set channels tracking mode\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 224,\n            \"height\": 118,\n            \"text\": \"Tracking output programming values and protections. Protection tripping on one channel will disable both channels.\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 240,\n            \"top\": 28,\n            \"width\": 12,\n            \"height\": 118\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_left\"\n            },\n            \"left\": 16,\n            \"top\": 146,\n            \"width\": 101,\n            \"height\": 42,\n            \"text\": \"Status:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isTracked\",\n            \"left\": 117,\n            \"top\": 146,\n            \"width\": 62,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"ch_settings_adv_toggle_tracking_mode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 62,\n                \"height\": 42,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"ch_settings_adv_toggle_tracking_mode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 62,\n                \"height\": 42,\n                \"text\": \"ON\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 179,\n            \"top\": 146,\n            \"width\": 73,\n            \"height\": 42\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 188,\n            \"width\": 236,\n            \"height\": 16\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_coupling\",\n        \"description\": \"Channels coupling mode of operation settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"text\": \"Set channels coupling mode\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 236,\n            \"height\": 78,\n            \"text\": \"Combine channels for higher max. output current or voltage.\"\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.mode\",\n            \"left\": 16,\n            \"top\": 106,\n            \"width\": 236,\n            \"height\": 76,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 76,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_set_parallel_info\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Set parallel\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_set_series_info\",\n                    \"left\": 0,\n                    \"top\": 38,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Set series\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 76,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_uncouple\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Uncouple\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_set_series_info\",\n                    \"left\": 0,\n                    \"top\": 38,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Set series\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 76,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_uncouple\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Uncouple\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_left\"\n                    },\n                    \"action\": \"ch_settings_adv_coupling_set_parallel_info\",\n                    \"left\": 0,\n                    \"top\": 38,\n                    \"width\": 236,\n                    \"height\": 38,\n                    \"text\": \"Set parallel\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 182,\n            \"width\": 236,\n            \"height\": 22\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_coupling_info\",\n        \"description\": \"Channel coupling information page\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 42,\n            \"text\": \"When coupled use CH1- and CH2+\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Bitmap\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 42,\n            \"width\": 320,\n            \"height\": 120,\n            \"bitmap\": \"bp_coupled\"\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.selectedMode\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 132,\n            \"height\": 36,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"non_interactive_button_S\"\n                },\n                \"action\": \"ch_settings_adv_coupling_set_parallel\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 132,\n                \"height\": 36,\n                \"text\": \"Set parallel\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"non_interactive_button_S\"\n                },\n                \"action\": \"ch_settings_adv_coupling_set_series\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 132,\n                \"height\": 36,\n                \"text\": \"Set series\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 132,\n            \"top\": 204,\n            \"width\": 92,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"data\": \"channel.coupling.selectedMode\",\n            \"left\": 0,\n            \"top\": 162,\n            \"width\": 320,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 42,\n                \"text\": \"\\\\u0082 Max. output current will be doubled\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 320,\n                \"height\": 42,\n                \"text\": \"\\\\u0081 Take precautions with voltage over 50V\",\n                \"focusStyle\": {}\n              }\n            ]\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_adv_view\",\n        \"description\": \"Channel display view settings\\n\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 204,\n                    \"height\": 28,\n                    \"text\": \"Display view settings\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 28,\n                    \"text\": \"Set temperature protection\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 135,\n            \"height\": 28,\n            \"text\": \"Display value #1:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.displayViewSettings.displayValue1\",\n            \"action\": \"ch.settings.adv.view.editDisplayValue1\",\n            \"left\": 151,\n            \"top\": 28,\n            \"width\": 101,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 56,\n            \"width\": 135,\n            \"height\": 28,\n            \"text\": \"Display value #2:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.displayViewSettings.displayValue2\",\n            \"action\": \"ch.settings.adv.view.editDisplayValue2\",\n            \"left\": 151,\n            \"top\": 56,\n            \"width\": 101,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"ch.settings.adv.view.swapDisplayValues\",\n            \"left\": 16,\n            \"top\": 84,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"Swap selected values\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 112,\n            \"width\": 236,\n            \"height\": 5\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 117,\n            \"width\": 236,\n            \"height\": 1\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 118,\n            \"width\": 236,\n            \"height\": 5\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 123,\n            \"width\": 135,\n            \"height\": 28,\n            \"text\": \"YT view rate:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"channel.displayViewSettings.ytViewRate\",\n            \"action\": \"ch.settings.adv.view.editYTViewRate\",\n            \"left\": 151,\n            \"top\": 123,\n            \"width\": 101,\n            \"height\": 28,\n            \"text\": \"100ms\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 151,\n            \"width\": 236,\n            \"height\": 17\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 16,\n            \"top\": 168,\n            \"width\": 101,\n            \"height\": 32,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 117,\n            \"top\": 168,\n            \"width\": 96,\n            \"height\": 32,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 213,\n            \"top\": 168,\n            \"width\": 39,\n            \"height\": 32\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"ch_settings_info\",\n        \"description\": \"Retrieve channel's informations such as how long channel output is active, sensor temperature, self-test result and calibration status (CAL:STAT command). \\\"Calib. params:\\\" can be ON, OFF, Uncalibrated, Corrupted. Selecting this option when it's uncalibrated or calibration data is corrupted will lead to Calibration wizard.\",\n        \"widgets\": [\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 252,\n            \"height\": 196,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 252,\n                \"height\": 196,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.shortLabel\",\n                    \"left\": 6,\n                    \"top\": 0,\n                    \"width\": 36,\n                    \"height\": 28,\n                    \"text\": \"Channel protections\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 42,\n                    \"top\": 0,\n                    \"width\": 210,\n                    \"height\": 28,\n                    \"text\": \"Information\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 28,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"Total On time:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.onTime.total\",\n                    \"left\": 135,\n                    \"top\": 28,\n                    \"width\": 117,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"value_S\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 56,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"Last On time:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"channel.onTime.last\",\n                    \"left\": 135,\n                    \"top\": 56,\n                    \"width\": 117,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"value_S\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 84,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"Temperature:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.tempStatus\",\n                    \"left\": 135,\n                    \"top\": 84,\n                    \"width\": 117,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"event_error\"\n                        },\n                        \"data\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"text\": \"Invalid\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"DisplayData\",\n                        \"style\": {\n                          \"inheritFrom\": \"value_S\"\n                        },\n                        \"data\": \"channel.temp\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"focusStyle\": {\n                          \"inheritFrom\": \"value_S\"\n                        }\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_disabled_S_left\"\n                        },\n                        \"data\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"text\": \"Not installed\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 112,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"Calib. params:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"\",\n                    \"left\": 135,\n                    \"top\": 112,\n                    \"width\": 117,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_ch_settings_info_cal\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"text\": \"Calibrate\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_ch_settings_info_cal\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"text\": \"Recalibrate\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 140,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"Calib. enabled:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"\",\n                    \"left\": 135,\n                    \"top\": 140,\n                    \"width\": 117,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_disabled_S_left\"\n                        },\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"text\": \"Not allowed\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.calibration.state\",\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 28,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"sys_settings_cal_toggle_enable\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 28,\n                            \"text\": \"No\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"sys_settings_cal_toggle_enable\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 28,\n                            \"text\": \"Yes\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_disabled_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 168,\n                    \"width\": 236,\n                    \"height\": 28,\n                    \"text\": \"Debug and SCPI registers\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 252,\n                \"height\": 196,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 252,\n                    \"height\": 28,\n                    \"text\": \"Channels information\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 28,\n                    \"width\": 112,\n                    \"height\": 28,\n                    \"text\": \"Total On time:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 16,\n                    \"top\": 56,\n                    \"width\": 112,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 128,\n                    \"top\": 28,\n                    \"width\": 124,\n                    \"height\": 56,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 124,\n                      \"height\": 28,\n                      \"widgets\": [\n                        {\n                          \"type\": \"DisplayData\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.onTime.total\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 124,\n                          \"height\": 28,\n                          \"focusStyle\": {\n                            \"inheritFrom\": \"value_S\"\n                          }\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 84,\n                    \"width\": 112,\n                    \"height\": 28,\n                    \"text\": \"Last On time:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 16,\n                    \"top\": 112,\n                    \"width\": 112,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 128,\n                    \"top\": 84,\n                    \"width\": 124,\n                    \"height\": 56,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 124,\n                      \"height\": 28,\n                      \"widgets\": [\n                        {\n                          \"type\": \"DisplayData\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.onTime.last\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 124,\n                          \"height\": 28,\n                          \"focusStyle\": {\n                            \"inheritFrom\": \"value_S\"\n                          }\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 16,\n                    \"top\": 140,\n                    \"width\": 112,\n                    \"height\": 28,\n                    \"text\": \"Temperature:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 128,\n                    \"top\": 140,\n                    \"width\": 124,\n                    \"height\": 56,\n                    \"itemWidget\": {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 124,\n                      \"height\": 28,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Select\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"data\": \"channel.tempStatus\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 124,\n                          \"height\": 28,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"event_error\"\n                              },\n                              \"data\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 124,\n                              \"height\": 28,\n                              \"text\": \"Invalid\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"DisplayData\",\n                              \"style\": {\n                                \"inheritFrom\": \"value_S\"\n                              },\n                              \"data\": \"channel.temp\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 124,\n                              \"height\": 28,\n                              \"focusStyle\": {\n                                \"inheritFrom\": \"value_S\"\n                              }\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_disabled_S_left\"\n                              },\n                              \"data\": \"\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 124,\n                              \"height\": 28,\n                              \"text\": \"Not installed\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 16,\n                    \"top\": 168,\n                    \"width\": 112,\n                    \"height\": 28\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_prot\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"E\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_trigger\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"T\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page\"\n            },\n            \"action\": \"show_ch_settings_adv\",\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"G\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"tab_page_selected\"\n            },\n            \"action\": \"show_ch_settings_info\",\n            \"left\": 144,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 192,\n            \"top\": 204,\n            \"width\": 80,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings\",\n        \"description\": \"System settings. Some of options will require that all channels outputs are turned off. In that case output status will not be displayed on the right.\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"System settings (1)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.temp.aux.status\",\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 240,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"AUX temp. (OTP) invalid\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_sys_settings_aux_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Set / Clear AUX sensor OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"AUX temp. (OTP) not installed\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_protections\",\n            \"left\": 12,\n            \"top\": 60,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"System protection settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_trigger\",\n            \"left\": 12,\n            \"top\": 88,\n            \"width\": 240,\n            \"height\": 29,\n            \"text\": \"Trigger\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_io\",\n            \"left\": 12,\n            \"top\": 116,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Digital I/O\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_date_time\",\n            \"left\": 12,\n            \"top\": 144,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Set date and time\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.encoder.installed\",\n            \"left\": 12,\n            \"top\": 172,\n            \"width\": 240,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Encoder\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_sys_settings_encoder\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Encoder\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_settings2\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_aux_otp\",\n        \"description\": \"AUX temperature sensor settings\\n\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Set AUX temperature protection\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 32,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"OTP active:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.temp.aux.otp.state\",\n            \"left\": 135,\n            \"top\": 32,\n            \"width\": 60,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"sys.settings.protections.aux.otp.toggleState\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 60,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"sys.settings.protections.aux.otp.toggleState\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 60,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 60,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Current temp.:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.temp.aux.status\",\n            \"left\": 135,\n            \"top\": 60,\n            \"width\": 96,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_error\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 96,\n                \"height\": 28,\n                \"text\": \"Invalid\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"sys.temp.aux\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 96,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 96,\n                \"height\": 28,\n                \"text\": \"Not installed\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 88,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip level:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"sys.temp.aux.otp.level\",\n            \"action\": \"sys.settings.protections.aux.otp.editLevel\",\n            \"left\": 135,\n            \"top\": 88,\n            \"width\": 96,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 116,\n            \"width\": 119,\n            \"height\": 28,\n            \"text\": \"Trip delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"sys.temp.aux.otp.delay\",\n            \"action\": \"sys.settings.protections.aux.otp.editDelay\",\n            \"left\": 135,\n            \"top\": 116,\n            \"width\": 96,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 140,\n            \"width\": 236,\n            \"height\": 64\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 72,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 72,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"sys.settings.protections.aux.otp.clear\",\n            \"left\": 168,\n            \"top\": 204,\n            \"width\": 63,\n            \"height\": 36,\n            \"text\": \"Clear\",\n            \"enabled\": \"sys.temp.aux.otp.isTripped\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 231,\n            \"top\": 204,\n            \"width\": 41,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_protections\",\n        \"description\": \"Define selected protection values\\n\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 33,\n            \"text\": \"System protection settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 33,\n            \"width\": 179,\n            \"height\": 57,\n            \"text\": \"Shutdown when protection tripped\"\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_L\"\n            },\n            \"data\": \"sys.shutdownWhenProtectionTripped\",\n            \"action\": \"\",\n            \"left\": 195,\n            \"top\": 33,\n            \"width\": 57,\n            \"height\": 57,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active\"\n                },\n                \"action\": \"sys.settings.protections.toggleShutdownWhenProtectionTripped\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 57,\n                \"height\": 57,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active\"\n                },\n                \"action\": \"sys.settings.protections.toggleShutdownWhenProtectionTripped\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 57,\n                \"height\": 57,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.shutdownWhenProtectionTripped\",\n            \"left\": 16,\n            \"top\": 90,\n            \"width\": 236,\n            \"height\": 57,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 57,\n                \"widgets\": [\n                  {\n                    \"type\": \"MultilineText\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 179,\n                    \"height\": 57,\n                    \"text\": \"Switch off all outputs when protection tripped\"\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_L\"\n                    },\n                    \"data\": \"sys.outputProtectionCoupled\",\n                    \"action\": \"\",\n                    \"left\": 179,\n                    \"top\": 0,\n                    \"width\": 57,\n                    \"height\": 57,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active\"\n                        },\n                        \"action\": \"sys.settings.protections.toggleOutputProtectionCouple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 57,\n                        \"height\": 57,\n                        \"text\": \"No\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active\"\n                        },\n                        \"action\": \"sys.settings.protections.toggleOutputProtectionCouple\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 57,\n                        \"height\": 57,\n                        \"text\": \"Yes\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 236,\n                \"height\": 57,\n                \"widgets\": [\n                  {\n                    \"type\": \"MultilineText\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_disabled_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 179,\n                    \"height\": 57,\n                    \"text\": \"Switch off all outputs when protection tripped\"\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_L\"\n                    },\n                    \"data\": \"sys.outputProtectionCoupled\",\n                    \"action\": \"\",\n                    \"left\": 179,\n                    \"top\": 0,\n                    \"width\": 57,\n                    \"height\": 57,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_disabled\"\n                        },\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 57,\n                        \"height\": 57,\n                        \"text\": \"No\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_disabled\"\n                        },\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 57,\n                        \"height\": 57,\n                        \"text\": \"Yes\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 147,\n            \"width\": 179,\n            \"height\": 57,\n            \"text\": \"Force disabling of all outputs on power up\"\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_L\"\n            },\n            \"data\": \"sys.forceDisablingAllOutputsOnPowerUp\",\n            \"action\": \"\",\n            \"left\": 195,\n            \"top\": 147,\n            \"width\": 57,\n            \"height\": 57,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active\"\n                },\n                \"action\": \"sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 57,\n                \"height\": 57,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active\"\n                },\n                \"action\": \"sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 57,\n                \"height\": 57,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_trigger\",\n        \"description\": \"General trigger settings\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"General trigger settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 32,\n            \"width\": 68,\n            \"height\": 28,\n            \"text\": \"Source:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"trigger.source\",\n            \"action\": \"trigger.selectSource\",\n            \"left\": 84,\n            \"top\": 32,\n            \"width\": 97,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 181,\n            \"top\": 32,\n            \"width\": 71,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 60,\n            \"width\": 68,\n            \"height\": 28,\n            \"text\": \"Delay:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"trigger.delay\",\n            \"action\": \"trigger.editDelay\",\n            \"left\": 84,\n            \"top\": 60,\n            \"width\": 67,\n            \"height\": 28,\n            \"text\": \"0s\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 151,\n            \"top\": 60,\n            \"width\": 101,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 151,\n            \"top\": 88,\n            \"width\": 101,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 88,\n            \"width\": 165,\n            \"height\": 28,\n            \"text\": \"Initiate continuously:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"trigger.initiateContinuously\",\n            \"left\": 181,\n            \"top\": 88,\n            \"width\": 71,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"data\": \"\",\n                \"action\": \"trigger.toggleInitiateContinuously\",\n                \"width\": 71,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"data\": \"\",\n                \"action\": \"trigger.toggleInitiateContinuously\",\n                \"width\": 71,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 16,\n            \"top\": 144,\n            \"width\": 236,\n            \"height\": 60\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 27,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_io\",\n        \"description\": \"Digital I/O pin settings\\n\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Digital I/O pin settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 6,\n            \"top\": 41,\n            \"width\": 71,\n            \"height\": 28,\n            \"text\": \"Name:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"left\": 77,\n            \"top\": 41,\n            \"width\": 58,\n            \"height\": 28,\n            \"text\": \"Ext trg\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"left\": 135,\n            \"top\": 41,\n            \"width\": 58,\n            \"height\": 28,\n            \"text\": \"Dout1\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"left\": 193,\n            \"top\": 41,\n            \"width\": 58,\n            \"height\": 28,\n            \"text\": \"Dout2\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 6,\n            \"top\": 69,\n            \"width\": 71,\n            \"height\": 28,\n            \"text\": \"Pin #:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 6,\n            \"top\": 125,\n            \"width\": 71,\n            \"height\": 28,\n            \"text\": \"Polarity:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 6,\n            \"top\": 97,\n            \"width\": 71,\n            \"height\": 28,\n            \"text\": \"Function:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 135,\n            \"top\": 69,\n            \"width\": 116,\n            \"height\": 84\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ioPins\",\n            \"left\": 77,\n            \"top\": 69,\n            \"width\": 175,\n            \"height\": 84,\n            \"itemWidget\": {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 58,\n              \"height\": 84,\n              \"widgets\": [\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"edit_value_S_centered\"\n                  },\n                  \"data\": \"ioPin.number\",\n                  \"width\": 58,\n                  \"height\": 28,\n                  \"text\": \"\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"edit_value_active_S_center\"\n                  },\n                  \"data\": \"ioPin.function\",\n                  \"action\": \"ioPin.selectFunction\",\n                  \"top\": 28,\n                  \"width\": 58,\n                  \"height\": 28,\n                  \"text\": \"Pos\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"ioPin.polarity\",\n                  \"left\": 0,\n                  \"top\": 56,\n                  \"width\": 58,\n                  \"height\": 28,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_active_S_center\"\n                      },\n                      \"action\": \"ioPin.togglePolarity\",\n                      \"top\": 0,\n                      \"width\": 58,\n                      \"height\": 28,\n                      \"text\": \"Neg\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"edit_value_active_S_center\"\n                      },\n                      \"action\": \"ioPin.togglePolarity\",\n                      \"width\": 58,\n                      \"height\": 28,\n                      \"text\": \"Pos\",\n                      \"focusStyle\": {}\n                    }\n                  ]\n                }\n              ]\n            },\n            \"listType\": \"horizontal\"\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 72,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 72,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 168,\n            \"top\": 204,\n            \"width\": 104,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_date_time\",\n        \"description\": \"Date and time and NTP server settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Set date and time\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ethernet.installed\",\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 240,\n            \"height\": 168,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 168,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"Date:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.year\",\n                    \"action\": \"edit_field\",\n                    \"left\": 89,\n                    \"top\": 0,\n                    \"width\": 48,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 135,\n                    \"top\": 0,\n                    \"width\": 14,\n                    \"height\": 28,\n                    \"text\": \"-\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.month\",\n                    \"action\": \"edit_field\",\n                    \"left\": 149,\n                    \"top\": 0,\n                    \"width\": 26,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 175,\n                    \"top\": 0,\n                    \"width\": 14,\n                    \"height\": 28,\n                    \"text\": \"-\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.day\",\n                    \"action\": \"edit_field\",\n                    \"left\": 189,\n                    \"top\": 0,\n                    \"width\": 26,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 215,\n                    \"top\": 0,\n                    \"width\": 25,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"Time:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.hour\",\n                    \"action\": \"edit_field\",\n                    \"left\": 89,\n                    \"top\": 28,\n                    \"width\": 26,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 115,\n                    \"top\": 28,\n                    \"width\": 12,\n                    \"height\": 28,\n                    \"text\": \":\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.minute\",\n                    \"action\": \"edit_field\",\n                    \"left\": 127,\n                    \"top\": 28,\n                    \"width\": 26,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 153,\n                    \"top\": 28,\n                    \"width\": 12,\n                    \"height\": 28,\n                    \"text\": \":\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.second\",\n                    \"action\": \"edit_field\",\n                    \"left\": 165,\n                    \"top\": 28,\n                    \"width\": 26,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 191,\n                    \"top\": 28,\n                    \"width\": 49,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"Time zone:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.timeZone\",\n                    \"action\": \"edit_field\",\n                    \"left\": 89,\n                    \"top\": 56,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 178,\n                    \"top\": 56,\n                    \"width\": 62,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 84,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"DST:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"dateTime.DST\",\n                    \"left\": 89,\n                    \"top\": 84,\n                    \"width\": 60,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"dateTime.selectDstRule\",\n                        \"width\": 60,\n                        \"height\": 28,\n                        \"text\": \"No\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"dateTime.selectDstRule\",\n                        \"width\": 60,\n                        \"height\": 28,\n                        \"text\": \"Yes\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 149,\n                    \"top\": 84,\n                    \"width\": 91,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 240,\n                    \"height\": 56\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 168,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"ntp.enabled\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 112,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 112,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"ntp.toggle\",\n                            \"left\": null,\n                            \"top\": 0,\n                            \"width\": 240,\n                            \"height\": 28,\n                            \"text\": \"Enable NTP\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": null,\n                            \"top\": 28,\n                            \"width\": 240,\n                            \"height\": 28\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 56,\n                            \"width\": 89,\n                            \"height\": 28,\n                            \"text\": \"Date:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.year\",\n                            \"action\": \"edit_field\",\n                            \"left\": 89,\n                            \"top\": 56,\n                            \"width\": 48,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 135,\n                            \"top\": 56,\n                            \"width\": 14,\n                            \"height\": 28,\n                            \"text\": \"-\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.month\",\n                            \"action\": \"edit_field\",\n                            \"left\": 149,\n                            \"top\": 56,\n                            \"width\": 26,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 175,\n                            \"top\": 56,\n                            \"width\": 14,\n                            \"height\": 28,\n                            \"text\": \"-\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.day\",\n                            \"action\": \"edit_field\",\n                            \"left\": 189,\n                            \"top\": 56,\n                            \"width\": 26,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 215,\n                            \"top\": 56,\n                            \"width\": 25,\n                            \"height\": 28\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 84,\n                            \"width\": 89,\n                            \"height\": 28,\n                            \"text\": \"Time:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.hour\",\n                            \"action\": \"edit_field\",\n                            \"left\": 89,\n                            \"top\": 84,\n                            \"width\": 26,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 115,\n                            \"top\": 84,\n                            \"width\": 12,\n                            \"height\": 28,\n                            \"text\": \":\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.minute\",\n                            \"action\": \"edit_field\",\n                            \"left\": 127,\n                            \"top\": 84,\n                            \"width\": 26,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 153,\n                            \"top\": 84,\n                            \"width\": 12,\n                            \"height\": 28,\n                            \"text\": \":\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"dateTime.second\",\n                            \"action\": \"edit_field\",\n                            \"left\": 165,\n                            \"top\": 84,\n                            \"width\": 26,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 191,\n                            \"top\": 84,\n                            \"width\": 49,\n                            \"height\": 28\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 112,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"ntp.toggle\",\n                            \"width\": 240,\n                            \"height\": 28,\n                            \"text\": \"Disable NTP\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 28,\n                            \"width\": 89,\n                            \"height\": 28,\n                            \"text\": \"NTP server:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"ntp.server\",\n                            \"action\": \"ntp.editServer\",\n                            \"left\": 89,\n                            \"top\": 28,\n                            \"width\": 151,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 56,\n                            \"width\": 89,\n                            \"height\": 28,\n                            \"text\": \"Date:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"data\": \"dateTime.date\",\n                            \"action\": \"\",\n                            \"left\": 89,\n                            \"top\": 56,\n                            \"width\": 151,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 84,\n                            \"width\": 89,\n                            \"height\": 28,\n                            \"text\": \"Time:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"data\": \"dateTime.time\",\n                            \"action\": \"\",\n                            \"left\": 89,\n                            \"top\": 84,\n                            \"width\": 151,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"Time zone:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.timeZone\",\n                    \"action\": \"edit_field\",\n                    \"left\": 89,\n                    \"top\": 112,\n                    \"width\": 96,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 185,\n                    \"top\": 112,\n                    \"width\": 55,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 140,\n                    \"width\": 89,\n                    \"height\": 28,\n                    \"text\": \"DST:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"dateTime.DST\",\n                    \"action\": \"dateTime.selectDstRule\",\n                    \"left\": 89,\n                    \"top\": 140,\n                    \"width\": 96,\n                    \"height\": 28,\n                    \"text\": \"Yes\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 185,\n                    \"top\": 140,\n                    \"width\": 55,\n                    \"height\": 28\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 12,\n            \"top\": 200,\n            \"width\": 240,\n            \"height\": 4\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 75,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_encoder\",\n        \"description\": \"Encoder settings\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Encoder settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 30,\n            \"width\": 153,\n            \"height\": 28,\n            \"text\": \"Confirmation mode:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.encoder.confirmationMode\",\n            \"left\": 165,\n            \"top\": 30,\n            \"width\": 65,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"sys.settings.encoder.toggleConfirmationMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 65,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"sys.settings.encoder.toggleConfirmationMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 65,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 63,\n            \"width\": 236,\n            \"height\": 1\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 69,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Knob acceleration sensitivity:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 101,\n            \"width\": 108,\n            \"height\": 28,\n            \"text\": \"Moving up:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"UpDown\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"data\": \"sys.encoder.movingUpSpeed\",\n            \"action\": \"upDown\",\n            \"left\": 120,\n            \"top\": 101,\n            \"width\": 87,\n            \"height\": 28,\n            \"buttonsStyle\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"downButtonText\": \"\\\\u008F\",\n            \"upButtonText\": \"\\\\u0090\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 139,\n            \"width\": 108,\n            \"height\": 28,\n            \"text\": \"Moving down:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"UpDown\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"data\": \"sys.encoder.movingDownSpeed\",\n            \"action\": \"upDown\",\n            \"left\": 120,\n            \"top\": 139,\n            \"width\": 87,\n            \"height\": 28,\n            \"buttonsStyle\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"downButtonText\": \"\\\\u008F\",\n            \"upButtonText\": \"\\\\u0090\"\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 75,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings2\",\n        \"description\": \"System settings page 2 (serial, Ethernet, calibraton, display, sound, system password)\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"System settings (2)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_serial\",\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Serial (via USB) settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ethernet.installed\",\n            \"left\": 12,\n            \"top\": 60,\n            \"width\": 240,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Ethernet not installed\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_sys_settings_ethernet\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Ethernet settings\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.isCoupledOrTracked\",\n            \"left\": 12,\n            \"top\": 88,\n            \"width\": 240,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"show_sys_settings_cal\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Channel calibration\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 28,\n                \"text\": \"Channel calibration \\\\u008c\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_display\",\n            \"left\": 12,\n            \"top\": 116,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Display settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_sound\",\n            \"left\": 12,\n            \"top\": 144,\n            \"width\": 240,\n            \"height\": 28,\n            \"text\": \"Sound\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 172,\n            \"width\": 137,\n            \"height\": 28,\n            \"text\": \"System password\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.password.isSet\",\n            \"left\": 149,\n            \"top\": 172,\n            \"width\": 103,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"edit_system_password\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 103,\n                \"height\": 28,\n                \"text\": \"Set\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"edit_system_password\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 103,\n                \"height\": 28,\n                \"text\": \"Change\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_settings\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_serial\",\n        \"description\": \"Serial (via USB) settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Serial settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"serial.enabled\",\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 212,\n            \"height\": 140,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 212,\n                \"height\": 140,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"serial.toggle\",\n                    \"left\": null,\n                    \"top\": 0,\n                    \"width\": 212,\n                    \"height\": 28,\n                    \"text\": \"Enable Serial\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 212,\n                    \"height\": 112\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 212,\n                \"height\": 140,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"serial.toggle\",\n                    \"left\": null,\n                    \"top\": 0,\n                    \"width\": 212,\n                    \"height\": 28,\n                    \"text\": \"Disable Serial\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"\",\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 93,\n                    \"height\": 28,\n                    \"text\": \"Baud:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"UpDown\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_centered\"\n                    },\n                    \"data\": \"serial.baud\",\n                    \"action\": \"upDown\",\n                    \"left\": 93,\n                    \"top\": 28,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"buttonsStyle\": {\n                      \"inheritFrom\": \"edit_S\"\n                    },\n                    \"downButtonText\": \"\\\\u008F\",\n                    \"upButtonText\": \"\\\\u0090\"\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 93,\n                    \"height\": 28,\n                    \"text\": \"Parity:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"serial.parity\",\n                    \"action\": \"serial.selectParity\",\n                    \"left\": 93,\n                    \"top\": 56,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 84,\n                    \"width\": 93,\n                    \"height\": 28,\n                    \"text\": \"Bits:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"\",\n                    \"action\": \"\",\n                    \"left\": 93,\n                    \"top\": 84,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"8\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 93,\n                    \"height\": 28,\n                    \"text\": \"Stop bits:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"\",\n                    \"action\": \"\",\n                    \"left\": 93,\n                    \"top\": 112,\n                    \"width\": 119,\n                    \"height\": 28,\n                    \"text\": \"1\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 27,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_S_left\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Password:\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_active_S_left\"\n              },\n              \"left\": 120,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Change\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 66,\n              \"width\": 240,\n              \"height\": 64,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"\",\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 32,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"channel.label\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"show_sys_settings_cal_ch\",\n                    \"left\": 120,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Calibrated\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Not calibrated\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 0,\n              \"top\": 269,\n              \"width\": 168,\n              \"height\": 51\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_previous_page\",\n              \"left\": 168,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"B\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_main_page\",\n              \"left\": 204,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"sys_settings_ethernet\",\n        \"description\": \"Ethernet settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Ethernet settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ethernet.enabled\",\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 240,\n            \"height\": 140,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 140,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"ethernet.toggle\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28,\n                    \"text\": \"Enable Ethernet\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 240,\n                    \"height\": 112\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 140,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"ethernet.toggle\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 240,\n                    \"height\": 28,\n                    \"text\": \"Disable Ethernet\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 71,\n                    \"height\": 28,\n                    \"text\": \"DHCP:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"ethernet.dhcp\",\n                    \"left\": 71,\n                    \"top\": 28,\n                    \"width\": 60,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"data\": \"\",\n                        \"action\": \"ethernet.toggleDhcp\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 28,\n                        \"text\": \"No\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"data\": \"\",\n                        \"action\": \"ethernet.toggleDhcp\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 60,\n                        \"height\": 28,\n                        \"text\": \"Yes\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 131,\n                    \"top\": 28,\n                    \"width\": 109,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"ethernet.dhcp\",\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 240,\n                    \"height\": 56,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 56,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"action\": \"ethernet.editStaticAddress\",\n                            \"left\": null,\n                            \"top\": null,\n                            \"width\": 240,\n                            \"height\": 28,\n                            \"text\": \"Edit static address\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 28,\n                            \"width\": 95,\n                            \"height\": 28,\n                            \"text\": \"SCPI port:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"ethernet.scpiPort\",\n                            \"action\": \"ethernet.editScpiPort\",\n                            \"left\": 95,\n                            \"top\": 28,\n                            \"width\": 60,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 155,\n                            \"top\": 28,\n                            \"width\": 85,\n                            \"height\": 28\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 240,\n                        \"height\": 56,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 95,\n                            \"height\": 28,\n                            \"text\": \"IP address:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"value_S\"\n                            },\n                            \"data\": \"ethernet.ipAddress\",\n                            \"left\": 95,\n                            \"top\": 0,\n                            \"width\": 145,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"value_S\"\n                            }\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 28,\n                            \"width\": 95,\n                            \"height\": 28,\n                            \"text\": \"SCPI port:\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            },\n                            \"data\": \"ethernet.scpiPort\",\n                            \"action\": \"ethernet.editScpiPort\",\n                            \"left\": 95,\n                            \"top\": 28,\n                            \"width\": 60,\n                            \"height\": 28,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"edit_value_active_S_left\"\n                            }\n                          },\n                          {\n                            \"type\": \"Rectangle\",\n                            \"style\": {\n                              \"inheritFrom\": \"default_inverse\"\n                            },\n                            \"left\": 155,\n                            \"top\": 28,\n                            \"width\": 85,\n                            \"height\": 28\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 71,\n                    \"height\": 28,\n                    \"text\": \"MAC:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"ethernet.mac\",\n                    \"action\": \"ethernet.editMacAddress\",\n                    \"left\": 71,\n                    \"top\": 112,\n                    \"width\": 169,\n                    \"height\": 28,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 12,\n            \"top\": 172,\n            \"width\": 240,\n            \"height\": 6\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ethernet.status\",\n            \"left\": 6,\n            \"top\": 178,\n            \"width\": 246,\n            \"height\": 26,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 26,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_error\"\n                    },\n                    \"action\": \"ethernet.toggle\",\n                    \"width\": 246,\n                    \"height\": 26,\n                    \"text\": \"\\\\u0082 Ethernet errror\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 26,\n                \"widgets\": [\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 246,\n                    \"height\": 26\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 26,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_info\"\n                    },\n                    \"left\": null,\n                    \"top\": null,\n                    \"width\": 246,\n                    \"height\": 26,\n                    \"text\": \"\\\\u0080 Ethernet init. skipped at start\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 246,\n                \"height\": 26,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"event_warning\"\n                    },\n                    \"action\": \"ethernet.toggle\",\n                    \"width\": 246,\n                    \"height\": 26,\n                    \"text\": \"\\\\u0081 Ethernet not connected\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 27,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_S_left\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Password:\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_active_S_left\"\n              },\n              \"left\": 120,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Change\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 66,\n              \"width\": 240,\n              \"height\": 64,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"\",\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 32,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"channel.label\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"show_sys_settings_cal_ch\",\n                    \"left\": 120,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Calibrated\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Not calibrated\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 0,\n              \"top\": 269,\n              \"width\": 168,\n              \"height\": 51\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_previous_page\",\n              \"left\": 168,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"B\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_main_page\",\n              \"left\": 204,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"sys_settings_ethernet_static\",\n        \"description\": \"Ethernet static address settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Ethernet static address\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 107,\n            \"height\": 28,\n            \"text\": \"IP address:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"ethernet.ipAddress\",\n            \"action\": \"ethernet.editIpAddress\",\n            \"left\": 119,\n            \"top\": 32,\n            \"width\": 133,\n            \"height\": 28,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 60,\n            \"width\": 107,\n            \"height\": 28,\n            \"text\": \"DNS:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"ethernet.dns\",\n            \"action\": \"ethernet.editDns\",\n            \"left\": 119,\n            \"top\": 60,\n            \"width\": 133,\n            \"height\": 28,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 88,\n            \"width\": 107,\n            \"height\": 28,\n            \"text\": \"Gateway:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"ethernet.gateway\",\n            \"action\": \"ethernet.editGateway\",\n            \"left\": 119,\n            \"top\": 88,\n            \"width\": 133,\n            \"height\": 28,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 116,\n            \"width\": 107,\n            \"height\": 28,\n            \"text\": \"Subnet mask:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"data\": \"ethernet.subnetMask\",\n            \"action\": \"ethernet.editSubnetMask\",\n            \"left\": 119,\n            \"top\": 116,\n            \"width\": 133,\n            \"height\": 28,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"data\": \"\",\n            \"action\": \"set\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Set\",\n            \"enabled\": \"setPage.dirty\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"non_interactive_button_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"discard\",\n            \"left\": 101,\n            \"top\": 204,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 197,\n            \"top\": 204,\n            \"width\": 27,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_S_left\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Password:\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_active_S_left\"\n              },\n              \"left\": 120,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Change\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 66,\n              \"width\": 240,\n              \"height\": 64,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"\",\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 32,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"channel.label\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"show_sys_settings_cal_ch\",\n                    \"left\": 120,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Calibrated\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Not calibrated\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 0,\n              \"top\": 269,\n              \"width\": 168,\n              \"height\": 51\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_previous_page\",\n              \"left\": 168,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"B\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_main_page\",\n              \"left\": 204,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"sys_settings_cal\",\n        \"description\": \"Calibration general information, active calibration settings (CAL:STAT), change password (CAL:PASS:NEW) and enter wizard.\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 32,\n            \"width\": 162,\n            \"height\": 30,\n            \"text\": \"Calibration password:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"sys_settings_cal_edit_password\",\n            \"left\": 190,\n            \"top\": 32,\n            \"width\": 114,\n            \"height\": 30,\n            \"text\": \"Change\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channels\",\n            \"left\": 16,\n            \"top\": 73,\n            \"width\": 290,\n            \"height\": 130,\n            \"itemWidget\": {\n              \"type\": \"Select\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channel.status\",\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 290,\n              \"height\": 65,\n              \"widgets\": [\n                {\n                  \"type\": \"Rectangle\",\n                  \"style\": {\n                    \"inheritFrom\": \"default_inverse\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 290,\n                  \"height\": 65\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"channel.calibration.status\",\n                  \"action\": \"\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 290,\n                  \"height\": 65,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 290,\n                      \"height\": 65,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"edit_value_S_left\"\n                          },\n                          \"data\": \"channel.shortLabel\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 42,\n                          \"height\": 30,\n                          \"text\": \"\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"edit_value_active_S_left\"\n                          },\n                          \"action\": \"show_sys_settings_cal_ch\",\n                          \"left\": 42,\n                          \"top\": 0,\n                          \"width\": 74,\n                          \"height\": 30,\n                          \"text\": \"Calibrate\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 116,\n                          \"top\": 0,\n                          \"width\": 90,\n                          \"height\": 30\n                        },\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 0,\n                          \"top\": 30,\n                          \"width\": 290,\n                          \"height\": 30\n                        }\n                      ]\n                    },\n                    {\n                      \"type\": \"Container\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 290,\n                      \"height\": 65,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"edit_value_S_left\"\n                          },\n                          \"data\": \"channel.shortLabel\",\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 42,\n                          \"height\": 30,\n                          \"text\": \"\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Select\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"data\": \"channel.calibration.state\",\n                          \"action\": \"\",\n                          \"left\": 42,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 30,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_active_S_left\"\n                              },\n                              \"action\": \"sys_settings_cal_toggle_enable\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 30,\n                              \"text\": \"Enable\",\n                              \"focusStyle\": {}\n                            },\n                            {\n                              \"type\": \"Text\",\n                              \"style\": {\n                                \"inheritFrom\": \"edit_value_active_S_left\"\n                              },\n                              \"action\": \"sys_settings_cal_toggle_enable\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 30,\n                              \"text\": \"Disable\",\n                              \"focusStyle\": {}\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Rectangle\",\n                          \"style\": {\n                            \"inheritFrom\": \"default_inverse\"\n                          },\n                          \"left\": 106,\n                          \"top\": 0,\n                          \"width\": 10,\n                          \"height\": 30\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"edit_value_active_S_left\"\n                          },\n                          \"action\": \"show_sys_settings_cal_ch\",\n                          \"left\": 116,\n                          \"top\": 0,\n                          \"width\": 90,\n                          \"height\": 30,\n                          \"text\": \"Recalibrate\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.calibration.date\",\n                          \"left\": 0,\n                          \"top\": 30,\n                          \"width\": 96,\n                          \"height\": 30,\n                          \"text\": \"Date\",\n                          \"focusStyle\": {}\n                        },\n                        {\n                          \"type\": \"Text\",\n                          \"style\": {\n                            \"inheritFrom\": \"value_S\"\n                          },\n                          \"data\": \"channel.calibration.remark\",\n                          \"left\": 96,\n                          \"top\": 30,\n                          \"width\": 194,\n                          \"height\": 30,\n                          \"text\": \"Remark\",\n                          \"focusStyle\": {}\n                        }\n                      ]\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"Rectangle\",\n                  \"style\": {\n                    \"inheritFrom\": \"default_inverse\"\n                  },\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 290,\n                  \"height\": 65\n                }\n              ]\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 314,\n            \"height\": 32,\n            \"text\": \"Callibration settings\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_S_left\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Password:\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"edit_value_active_S_left\"\n              },\n              \"left\": 120,\n              \"top\": 0,\n              \"width\": 120,\n              \"height\": 32,\n              \"text\": \"Change\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"List\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"data\": \"channels\",\n              \"left\": 0,\n              \"top\": 66,\n              \"width\": 240,\n              \"height\": 64,\n              \"itemWidget\": {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"\",\n                \"action\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 240,\n                \"height\": 32,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"channel.label\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.status\",\n                    \"action\": \"show_sys_settings_cal_ch\",\n                    \"left\": 120,\n                    \"top\": 0,\n                    \"width\": 120,\n                    \"height\": 32,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Calibrated\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"show_sys_settings_cal_ch\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 120,\n                        \"height\": 32,\n                        \"text\": \"Not calibrated\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  }\n                ]\n              },\n              \"listType\": \"vertical\"\n            },\n            {\n              \"type\": \"Rectangle\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button_background\"\n              },\n              \"left\": 0,\n              \"top\": 269,\n              \"width\": 168,\n              \"height\": 51\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_previous_page\",\n              \"left\": 168,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"B\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"bottom_button\"\n              },\n              \"action\": \"show_main_page\",\n              \"left\": 204,\n              \"top\": 269,\n              \"width\": 36,\n              \"height\": 51,\n              \"text\": \"X\",\n              \"focusStyle\": {}\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"sys_settings_cal_ch\",\n        \"description\": \"Channel callibration settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.shortLabel\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 28,\n            \"text\": \"Channel protections\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 42,\n            \"top\": 0,\n            \"width\": 230,\n            \"height\": 28,\n            \"text\": \"Channel callibration settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 120,\n            \"height\": 26,\n            \"text\": \"Last calibrated:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.calibration.date\",\n            \"left\": 136,\n            \"top\": 28,\n            \"width\": 134,\n            \"height\": 26,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 54,\n            \"width\": 66,\n            \"height\": 26,\n            \"text\": \"Remark:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.calibration.remark\",\n            \"left\": 82,\n            \"top\": 54,\n            \"width\": 230,\n            \"height\": 26,\n            \"text\": \"<none>\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"data\": \"channel.calibration.status\",\n            \"left\": 16,\n            \"top\": 80,\n            \"width\": 304,\n            \"height\": 124,\n            \"widgets\": [\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 124\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 124,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 290,\n                    \"height\": 30,\n                    \"text\": \"Calibration parameters:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_u_min\",\n                    \"left\": 16,\n                    \"top\": 30,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_u_mid\",\n                    \"left\": 96,\n                    \"top\": 30,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_u_max\",\n                    \"left\": 176,\n                    \"top\": 30,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i0_min\",\n                    \"left\": 16,\n                    \"top\": 56,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i0_mid\",\n                    \"left\": 96,\n                    \"top\": 56,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i0_max\",\n                    \"left\": 176,\n                    \"top\": 56,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i1_min\",\n                    \"left\": 16,\n                    \"top\": 82,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i1_mid\",\n                    \"left\": 96,\n                    \"top\": 82,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"value_S\"\n                    },\n                    \"data\": \"cal_ch_i1_max\",\n                    \"left\": 176,\n                    \"top\": 82,\n                    \"width\": 64,\n                    \"height\": 26,\n                    \"text\": \"Text\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_start\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36,\n            \"text\": \"Start calibration wizard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_cal_ch_wiz_step\",\n        \"description\": \"Channel calibration wizard steps\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.shortLabel\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 28,\n            \"text\": \"Channel protections\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 42,\n            \"top\": 0,\n            \"width\": 120,\n            \"height\": 28,\n            \"text\": \"Calibration\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.calibration.step.isSetRemarkStep\",\n            \"left\": 16,\n            \"top\": 28,\n            \"width\": 304,\n            \"height\": 76,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 76,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.calibration.step.num\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 230,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Voltage MIN point\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Voltage MID point\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Voltage MAX point\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.hasSupportForCurrentDualRange\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current MIN point\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current [0-5A] MIN point\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.hasSupportForCurrentDualRange\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current MID point\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current [0-5A] MID point\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"channel.hasSupportForCurrentDualRange\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current MAX point\",\n                            \"focusStyle\": {}\n                          },\n                          {\n                            \"type\": \"Text\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value_S_left\"\n                            },\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 230,\n                            \"height\": 28,\n                            \"text\": \"Current [0-5A] MAX point\",\n                            \"focusStyle\": {}\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Current [0-500mA] MIN point\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Current [0-500mA] MID point\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 230,\n                        \"height\": 28,\n                        \"text\": \"Current [0-500mA] MAX point\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"channel.calibration.step.levelValue\",\n                    \"action\": \"sys_settings_cal_ch_wiz_step_set_level_value\",\n                    \"left\": 230,\n                    \"top\": 0,\n                    \"width\": 74,\n                    \"height\": 28,\n                    \"text\": \"\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"MultilineText\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 304,\n                    \"height\": 48,\n                    \"text\": \"Enter output value measured with external precision instrument\"\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 76,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"data\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 304,\n                    \"height\": 28,\n                    \"text\": \"Calibration remark (max. 32 char.)\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 304,\n                    \"height\": 48\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.calibration.step.status\",\n            \"left\": 16,\n            \"top\": 104,\n            \"width\": 290,\n            \"height\": 40,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"value\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 290,\n                \"height\": 40,\n                \"text\": \"<not set>\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"value\"\n                },\n                \"data\": \"channel.calibration.step.value\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 290,\n                \"height\": 40,\n                \"text\": \"Text\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.calibration.step.status\",\n            \"left\": 16,\n            \"top\": 144,\n            \"width\": 118,\n            \"height\": 40,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys_settings_cal_ch_wiz_step_set\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 118,\n                \"height\": 40,\n                \"text\": \"Set\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"data\": \"\",\n                \"action\": \"sys_settings_cal_ch_wiz_step_set\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 118,\n                \"height\": 40,\n                \"text\": \"Change\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_step_previous\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"enabled\": \"channel.calibration.step.prevEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_step_next\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"enabled\": \"channel.calibration.step.nextEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 128,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_cal_ch_wiz_finish\",\n        \"description\": \"Channel calibration wizard final step\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 0,\n            \"top\": 52,\n            \"width\": 320,\n            \"height\": 32,\n            \"text\": \"Save calibration parameters?\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_save\",\n            \"left\": 58,\n            \"top\": 116,\n            \"width\": 101,\n            \"height\": 36,\n            \"text\": \"~ Save\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"non_interactive_button_S\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_previous_page\",\n            \"left\": 159,\n            \"top\": 116,\n            \"width\": 96,\n            \"height\": 36,\n            \"text\": \" Discard\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_stop_and_show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"sys_settings_cal_ch_wiz_step_previous\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"enabled\": \"channel.calibration.step.prevEnabled\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"channel.shortLabel\",\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 28,\n            \"text\": \"Channel protections\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 42,\n            \"top\": 0,\n            \"width\": 120,\n            \"height\": 28,\n            \"text\": \"Calibration\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_screen_calibration\",\n        \"description\": \"Touchscreen calibration\",\n        \"widgets\": [\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 8,\n            \"top\": 8,\n            \"width\": 304,\n            \"height\": 141,\n            \"text\": \"Use a stylus or something similar to touch as close to the center of the highlighted crosshair as possible. Keep holding as still as possible until the highlight is removed. Repeat for all crosshairs in sequence.\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 8,\n            \"top\": 149,\n            \"width\": 35,\n            \"height\": 26,\n            \"text\": \"\\\\u0081\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 43,\n            \"top\": 149,\n            \"width\": 269,\n            \"height\": 51,\n            \"text\": \"Do not use your finger as a stylus or the result will be imprecise.\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_textual_S_left\"\n            },\n            \"action\": \"touch_screen_calibration\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 64,\n            \"height\": 36,\n            \"text\": \"Start\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 64,\n            \"top\": 204,\n            \"width\": 160,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_display\",\n        \"description\": \"Display settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Display settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 32,\n            \"width\": 140,\n            \"height\": 28,\n            \"text\": \"Brightness:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"UpDown\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"data\": \"sys.display.brightness\",\n            \"action\": \"upDown\",\n            \"left\": 156,\n            \"top\": 32,\n            \"width\": 82,\n            \"height\": 28,\n            \"buttonsStyle\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"downButtonText\": \"\\\\u008F\",\n            \"upButtonText\": \"\\\\u0090\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 238,\n            \"top\": 32,\n            \"width\": 14,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 60,\n            \"width\": 140,\n            \"height\": 28,\n            \"text\": \"Luminosity:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"UpDown\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_centered\"\n            },\n            \"data\": \"sys.display.backgroundLuminosityStep\",\n            \"action\": \"upDown\",\n            \"left\": 156,\n            \"top\": 60,\n            \"width\": 82,\n            \"height\": 28,\n            \"buttonsStyle\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"downButtonText\": \"\\\\u008F\",\n            \"upButtonText\": \"\\\\u0090\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 238,\n            \"top\": 58,\n            \"width\": 14,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 16,\n            \"top\": 86,\n            \"width\": 84,\n            \"height\": 28,\n            \"text\": \"Backgnd\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 100,\n            \"top\": 86,\n            \"width\": 84,\n            \"height\": 28,\n            \"text\": \"Status\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 184,\n            \"top\": 86,\n            \"width\": 68,\n            \"height\": 28,\n            \"text\": \"Pop up\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_center\"\n            },\n            \"left\": 16,\n            \"top\": 114,\n            \"width\": 58,\n            \"height\": 34,\n            \"text\": \"@\",\n            \"ignoreLuminocity\": true,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 74,\n            \"top\": 114,\n            \"width\": 26,\n            \"height\": 34\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"toast_alert\"\n            },\n            \"left\": 100,\n            \"top\": 114,\n            \"width\": 29,\n            \"height\": 34,\n            \"text\": \"@\",\n            \"ignoreLuminocity\": false,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"toast_alert\"\n            },\n            \"left\": 129,\n            \"top\": 114,\n            \"width\": 29,\n            \"height\": 34,\n            \"text\": \"@\",\n            \"ignoreLuminocity\": true,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 158,\n            \"top\": 114,\n            \"width\": 26,\n            \"height\": 34\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"left\": 184,\n            \"top\": 114,\n            \"width\": 29,\n            \"height\": 34,\n            \"text\": \"@\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"error_alert_button\"\n            },\n            \"left\": 213,\n            \"top\": 114,\n            \"width\": 29,\n            \"height\": 34,\n            \"text\": \"@\",\n            \"ignoreLuminocity\": true,\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 242,\n            \"top\": 114,\n            \"width\": 10,\n            \"height\": 34\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"show_sys_settings_screen_calibration\",\n            \"left\": 16,\n            \"top\": 148,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"Touchscreen calibration\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_active_S_left\"\n            },\n            \"action\": \"turnDisplayOff\",\n            \"left\": 16,\n            \"top\": 176,\n            \"width\": 236,\n            \"height\": 28,\n            \"text\": \"Turn display off\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_sound\",\n        \"description\": \"Sound settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"Sound control\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_left\"\n            },\n            \"left\": 16,\n            \"top\": 32,\n            \"width\": 156,\n            \"height\": 42,\n            \"text\": \"Sound:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 172,\n            \"top\": 32,\n            \"width\": 6,\n            \"height\": 42\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.sound.isEnabled\",\n            \"left\": 178,\n            \"top\": 32,\n            \"width\": 74,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"sys.settings.sound.toggle\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"sys.settings.sound.toggle\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"ON\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_left\"\n            },\n            \"left\": 16,\n            \"top\": 74,\n            \"width\": 156,\n            \"height\": 42,\n            \"text\": \"Click sound:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 172,\n            \"top\": 74,\n            \"width\": 6,\n            \"height\": 42\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys,sound.isClickEnabled\",\n            \"left\": 178,\n            \"top\": 74,\n            \"width\": 74,\n            \"height\": 42,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"sys.settings.sound.toggleClick\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_left\"\n                },\n                \"action\": \"sys.settings.sound.toggleClick\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 74,\n                \"height\": 42,\n                \"text\": \"ON\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_settings_diag\",\n        \"description\": \"\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 228,\n            \"height\": 28,\n            \"text\": \"System diagnostics\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"user_profiles\",\n        \"description\": \"User profiles information and settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 306,\n            \"height\": 30,\n            \"text\": \"User profiles (1)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 30,\n            \"width\": 181,\n            \"height\": 28,\n            \"text\": \"Autorecall on power-on:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"profiles.autoRecall.status\",\n            \"left\": 189,\n            \"top\": 30,\n            \"width\": 40,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"profiles.toggleAutoRecall\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 40,\n                \"height\": 28,\n                \"text\": \"No\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_active_S_left\"\n                },\n                \"action\": \"profiles.toggleAutoRecall\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 40,\n                \"height\": 28,\n                \"text\": \"Yes\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 229,\n            \"top\": 30,\n            \"width\": 83,\n            \"height\": 28\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 8,\n            \"top\": 58,\n            \"width\": 133,\n            \"height\": 28,\n            \"text\": \"Power-on profile:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"profiles.autoRecall.location\",\n            \"left\": 141,\n            \"top\": 58,\n            \"width\": 35,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 176,\n            \"top\": 58,\n            \"width\": 136,\n            \"height\": 28\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"profiles.list1\",\n            \"left\": 8,\n            \"top\": 86,\n            \"width\": 304,\n            \"height\": 116,\n            \"itemWidget\": {\n              \"type\": \"LayoutView\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 304,\n              \"height\": 28,\n              \"layout\": \"Profile\"\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_user_profiles2\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"user_profiles2\",\n        \"description\": \"User profiles information and settings page 2\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 306,\n            \"height\": 30,\n            \"text\": \"User profiles (2)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"profiles.list2\",\n            \"left\": 8,\n            \"top\": 30,\n            \"width\": 304,\n            \"height\": 168,\n            \"itemWidget\": {\n              \"type\": \"LayoutView\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 304,\n              \"height\": 28,\n              \"layout\": \"Profile\"\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_user_profiles\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"action\": \"\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"user_profile_settings\",\n        \"description\": \"User profile information and settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 94,\n            \"height\": 30,\n            \"text\": \"User profile\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"profile.label\",\n            \"left\": 100,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 30,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 136,\n            \"top\": 0,\n            \"width\": 176,\n            \"height\": 30,\n            \"text\": \"settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"profile.status\",\n            \"left\": 8,\n            \"top\": 30,\n            \"width\": 304,\n            \"height\": 174,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_S\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 174,\n                \"text\": \"-- Not used --\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 304,\n                \"height\": 174,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 195,\n                    \"height\": 28,\n                    \"text\": \"Use as Power-up profile:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"profile.isAutoRecallLocation\",\n                    \"left\": 195,\n                    \"top\": 0,\n                    \"width\": 40,\n                    \"height\": 28,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_active_S_left\"\n                        },\n                        \"action\": \"profile.toggleIsAutoRecallLocation\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 40,\n                        \"height\": 28,\n                        \"text\": \"No\",\n                        \"focusStyle\": {}\n                      },\n                      {\n                        \"type\": \"Text\",\n                        \"style\": {\n                          \"inheritFrom\": \"edit_value_S_left\"\n                        },\n                        \"action\": \"\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 40,\n                        \"height\": 28,\n                        \"text\": \"Yes\",\n                        \"focusStyle\": {}\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 235,\n                    \"top\": 0,\n                    \"width\": 69,\n                    \"height\": 28\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 28,\n                    \"width\": 304,\n                    \"height\": 28,\n                    \"text\": \"Remark:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"MultilineText\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"data\": \"profile.remark\",\n                    \"action\": \"profile.editRemark\",\n                    \"left\": 0,\n                    \"top\": 56,\n                    \"width\": 304,\n                    \"height\": 46,\n                    \"text\": \"\"\n                  },\n                  {\n                    \"type\": \"LayoutView\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 102,\n                    \"width\": 304,\n                    \"height\": 56,\n                    \"layout\": \"ProfileBasicInfo\"\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 158,\n                    \"width\": 304,\n                    \"height\": 16\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_textual_S\"\n            },\n            \"action\": \"profile.recall\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 56,\n            \"height\": 36,\n            \"text\": \"Recall\",\n            \"enabled\": \"profile.status\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_textual_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_textual_S\"\n            },\n            \"action\": \"profile.save\",\n            \"left\": 56,\n            \"top\": 204,\n            \"width\": 56,\n            \"height\": 36,\n            \"text\": \"Save\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Button\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_textual_S\"\n            },\n            \"action\": \"profile.delete\",\n            \"left\": 112,\n            \"top\": 204,\n            \"width\": 56,\n            \"height\": 36,\n            \"text\": \"Delete\",\n            \"enabled\": \"profile.status\",\n            \"disabledStyle\": {\n              \"inheritFrom\": \"bottom_button_textual_S_disabled\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 168,\n            \"top\": 204,\n            \"width\": 56,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"user_profile_0_settings\",\n        \"description\": \"Default profile information and settings\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 94,\n            \"height\": 30,\n            \"text\": \"User profile\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"profile.label\",\n            \"left\": 100,\n            \"top\": 0,\n            \"width\": 36,\n            \"height\": 30,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 136,\n            \"top\": 0,\n            \"width\": 176,\n            \"height\": 30,\n            \"text\": \"settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 8,\n            \"top\": 30,\n            \"width\": 304,\n            \"height\": 174,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 195,\n                \"height\": 28,\n                \"text\": \"Use as Power-up profile:\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"profile.isAutoRecallLocation\",\n                \"left\": 195,\n                \"top\": 0,\n                \"width\": 40,\n                \"height\": 28,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_active_S_left\"\n                    },\n                    \"action\": \"profile.toggleIsAutoRecallLocation\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 40,\n                    \"height\": 28,\n                    \"text\": \"No\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"action\": \"\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 40,\n                    \"height\": 28,\n                    \"text\": \"Yes\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 235,\n                \"top\": 0,\n                \"width\": 69,\n                \"height\": 28\n              },\n              {\n                \"type\": \"LayoutView\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 28,\n                \"width\": 304,\n                \"height\": 56,\n                \"layout\": \"ProfileBasicInfo\"\n              },\n              {\n                \"type\": \"Rectangle\",\n                \"style\": {\n                  \"inheritFrom\": \"default_inverse\"\n                },\n                \"left\": 0,\n                \"top\": 84,\n                \"width\": 304,\n                \"height\": 90\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 224,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 224,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"B\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_info\",\n        \"description\": \"System information\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"System information (1)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 30,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Total On time:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.onTime.total\",\n            \"left\": 130,\n            \"top\": 30,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 58,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Last On time:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.onTime.last\",\n            \"left\": 130,\n            \"top\": 58,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 86,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Temp. AUX:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.temp.aux.status\",\n            \"left\": 130,\n            \"top\": 86,\n            \"width\": 122,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_error\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"text\": \"Invalid\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"sys.temp.aux\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"text\": \"Not installed\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 114,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Fan speed:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"sys.info.fan.status\",\n            \"left\": 130,\n            \"top\": 114,\n            \"width\": 122,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"event_error\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"text\": \"Fault\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"DisplayData\",\n                \"style\": {\n                  \"inheritFrom\": \"value_S\"\n                },\n                \"data\": \"sys.info.fan.speed\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"focusStyle\": {\n                  \"inheritFrom\": \"value_S\"\n                }\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"text\": \"Unsupported\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"default_disabled_S_left\"\n                },\n                \"data\": \"\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 122,\n                \"height\": 28,\n                \"text\": \"Not installed\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 142,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Firmware:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.info.firmwareVer\",\n            \"left\": 130,\n            \"top\": 142,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 12,\n            \"top\": 198,\n            \"width\": 240,\n            \"height\": 6\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_info2\",\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 170,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Serial No.:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.info.serialNo\",\n            \"left\": 130,\n            \"top\": 170,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"sys_info2\",\n        \"description\": \"System information page 2\",\n        \"widgets\": [\n          {\n            \"type\": \"LayoutView\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 252,\n            \"top\": 0,\n            \"width\": 68,\n            \"height\": 204,\n            \"layout\": \"Channels\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"left\": 6,\n            \"top\": 0,\n            \"width\": 246,\n            \"height\": 32,\n            \"text\": \"System information (2)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 32,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"CPU board:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.info.cpu\",\n            \"left\": 130,\n            \"top\": 32,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 60,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"Ethernet:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.info.ethernet\",\n            \"left\": 130,\n            \"top\": 60,\n            \"width\": 122,\n            \"height\": 28,\n            \"text\": \"\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channels\",\n            \"left\": 12,\n            \"top\": 88,\n            \"width\": 240,\n            \"height\": 56,\n            \"itemWidget\": {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 240,\n              \"height\": 28,\n              \"widgets\": [\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"edit_value_S_left\"\n                  },\n                  \"data\": \"channel.boardInfo.label\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 118,\n                  \"height\": 28,\n                  \"text\": \"Firmware:\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"channel.status\",\n                  \"left\": 118,\n                  \"top\": 0,\n                  \"width\": 122,\n                  \"height\": 28,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"value_S\"\n                      },\n                      \"data\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 122,\n                      \"height\": 28,\n                      \"text\": \"Not installed\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"value_S\"\n                      },\n                      \"data\": \"channel.boardInfo.revision\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 122,\n                      \"height\": 28,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"value_S\"\n                      }\n                    },\n                    {\n                      \"type\": \"DisplayData\",\n                      \"style\": {\n                        \"inheritFrom\": \"value_S\"\n                      },\n                      \"data\": \"channel.boardInfo.revision\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 122,\n                      \"height\": 28,\n                      \"focusStyle\": {\n                        \"inheritFrom\": \"value_S\"\n                      }\n                    }\n                  ]\n                }\n              ]\n            },\n            \"listType\": \"vertical\"\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 12,\n            \"top\": 144,\n            \"width\": 118,\n            \"height\": 28,\n            \"text\": \"SCPI Version:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"value_S\"\n            },\n            \"data\": \"sys.info.scpiVer\",\n            \"left\": 130,\n            \"top\": 144,\n            \"width\": 122,\n            \"height\": 28,\n            \"focusStyle\": {\n              \"inheritFrom\": \"value_S\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_sys_info\",\n            \"left\": 0,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"(\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_disabled\"\n            },\n            \"left\": 48,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \")\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button_background\"\n            },\n            \"left\": 96,\n            \"top\": 204,\n            \"width\": 176,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"bottom_button\"\n            },\n            \"action\": \"show_main_page\",\n            \"left\": 272,\n            \"top\": 204,\n            \"width\": 48,\n            \"height\": 36,\n            \"text\": \"X\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"stand_by_menu\",\n        \"description\": \"Standby menu\",\n        \"style\": \"select_enum_item_popup_container\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"reset\",\n            \"left\": 12,\n            \"top\": 76,\n            \"width\": 122,\n            \"height\": 32,\n            \"text\": \"Reset (*RST)\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"standBy\",\n            \"left\": 12,\n            \"top\": 12,\n            \"width\": 122,\n            \"height\": 32,\n            \"text\": \"Standby\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"turnDisplayOff\",\n            \"left\": 12,\n            \"top\": 44,\n            \"width\": 122,\n            \"height\": 32,\n            \"text\": \"Display off\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"dark_line\"\n            },\n            \"left\": 12,\n            \"top\": 112,\n            \"width\": 122,\n            \"height\": 2\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"select_enum_item_popup_item\"\n            },\n            \"action\": \"show_previous_page\",\n            \"left\": 13,\n            \"top\": 118,\n            \"width\": 122,\n            \"height\": 32,\n            \"text\": \"Cancel\",\n            \"focusStyle\": {}\n          }\n        ],\n        \"closePageIfTouchedOutside\": true,\n        \"left\": 87,\n        \"top\": 32,\n        \"width\": 146,\n        \"height\": 162,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"entering_standby\",\n        \"description\": \"Information about entering standby mode\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 90\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 90,\n            \"width\": 320,\n            \"height\": 40,\n            \"text\": \"Entering standby...\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 130,\n            \"width\": 320,\n            \"height\": 36\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 166,\n            \"width\": 44,\n            \"height\": 50\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 44,\n            \"top\": 166,\n            \"width\": 240,\n            \"height\": 50,\n            \"text\": \"Press and hold anywhere on the screen to wake up.\"\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 284,\n            \"top\": 166,\n            \"width\": 36,\n            \"height\": 50\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 216,\n            \"width\": 320,\n            \"height\": 24\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"left\": 0,\n              \"top\": 61,\n              \"width\": 240,\n              \"height\": 40,\n              \"text\": \"Entering stand-by mode...\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"left\": 28,\n              \"top\": 240,\n              \"width\": 200,\n              \"height\": 70,\n              \"text\": \"Press and hold anywhere on the screen to wake up.\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"standby\",\n        \"description\": \"Standby mode page that is displayed when power is applied and last known PSU state was standby.\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 90,\n            \"width\": 320,\n            \"height\": 40,\n            \"text\": \"Standby mode\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"default_S\"\n            },\n            \"left\": 44,\n            \"top\": 166,\n            \"width\": 240,\n            \"height\": 50,\n            \"text\": \"Press and hold anywhere on the screen to wake up.\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": [\n            {\n              \"type\": \"Text\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 60,\n              \"width\": 240,\n              \"height\": 40,\n              \"text\": \"Stand-by mode\",\n              \"focusStyle\": {}\n            },\n            {\n              \"type\": \"MultilineText\",\n              \"style\": {\n                \"inheritFrom\": \"default_S\"\n              },\n              \"left\": 28,\n              \"top\": 240,\n              \"width\": 200,\n              \"height\": 70,\n              \"text\": \"Press and hold anywhere on the screen to wake up.\"\n            }\n          ]\n        }\n      },\n      {\n        \"name\": \"display_off\",\n        \"description\": \"Information that display is turning off\",\n        \"style\": \"display_off\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"display_off\"\n            },\n            \"left\": 0,\n            \"top\": 57,\n            \"width\": 320,\n            \"height\": 40,\n            \"text\": \"Display is going OFF\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"MultilineText\",\n            \"style\": {\n              \"inheritFrom\": \"display_off_S\"\n            },\n            \"left\": 39,\n            \"top\": 150,\n            \"width\": 240,\n            \"height\": 70,\n            \"text\": \"Press and hold anywhere on the screen to turn ON.\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 240,\n        \"portrait\": {\n          \"x\": 0,\n          \"y\": 0,\n          \"width\": 240,\n          \"height\": 320,\n          \"widgets\": []\n        }\n      },\n      {\n        \"name\": \"Channels\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 92,\n            \"width\": 64,\n            \"height\": 20\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 64,\n            \"top\": 0,\n            \"width\": 4,\n            \"height\": 204\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.coupling.mode\",\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 64,\n            \"height\": 204,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 64,\n                \"height\": 204,\n                \"widgets\": [\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 64,\n                    \"height\": 204,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 64,\n                      \"height\": 112,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 92\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 32,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_right\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 32,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 32,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 32,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 32,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 0,\n                              \"top\": 32,\n                              \"width\": 64,\n                              \"height\": 60,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 60,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"channel.rprog.status\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 30,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"Select\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"default\"\n                                          },\n                                          \"data\": \"editEnabled\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"widgets\": [\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 64,\n                                              \"height\": 30,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            },\n                                            {\n                                              \"type\": \"DisplayData\",\n                                              \"style\": {\n                                                \"inheritFrom\": \"edit_value_active_S_right\"\n                                              },\n                                              \"data\": \"channel.u.edit\",\n                                              \"action\": \"edit\",\n                                              \"left\": 0,\n                                              \"top\": 0,\n                                              \"width\": 64,\n                                              \"height\": 30,\n                                              \"focusStyle\": {\n                                                \"inheritFrom\": \"edit_value_focus_S_right\"\n                                              }\n                                            }\n                                          ]\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          },\n                                          \"data\": \"channel.u.monDac\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"mon_dac_S\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 64,\n                                      \"height\": 30,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 60,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 92\n                            }\n                          ]\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 64,\n                \"height\": 204,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.status\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 64,\n                    \"height\": 112,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 64,\n                            \"height\": 32,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_active_S_right\"\n                                },\n                                \"action\": \"channel.toggleOutput\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 32,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 32,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"action\": \"channel.toggleOutput\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 32,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"action\": \"channel.toggleOutput\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 32,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"trigger.isInitiated\",\n                            \"left\": 0,\n                            \"top\": 32,\n                            \"width\": 64,\n                            \"height\": 60,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Container\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 60,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"Select\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"default\"\n                                    },\n                                    \"data\": \"channel.isVoltageBalanced\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 30,\n                                    \"widgets\": [\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_S_right\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_active_S_right\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      },\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      }\n                                    ]\n                                  },\n                                  {\n                                    \"type\": \"Select\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"default\"\n                                    },\n                                    \"data\": \"channel.isCurrentBalanced\",\n                                    \"left\": 0,\n                                    \"top\": 30,\n                                    \"width\": 64,\n                                    \"height\": 30,\n                                    \"widgets\": [\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_S_right\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_active_S_right\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      },\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      }\n                                    ]\n                                  }\n                                ]\n                              },\n                              {\n                                \"type\": \"Button\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_active_S_center\"\n                                },\n                                \"data\": \"trigger.isInitiated\",\n                                \"action\": \"trigger.generateManual\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 60,\n                                \"text\": \"\\\\u0093TRG\",\n                                \"enabled\": \"trigger.isManual\",\n                                \"disabledStyle\": {\n                                  \"inheritFrom\": \"edit_value_S_centered\"\n                                }\n                              }\n                            ]\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 64,\n                    \"height\": 8\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_centered\"\n                    },\n                    \"left\": 0,\n                    \"top\": 120,\n                    \"width\": 64,\n                    \"height\": 22,\n                    \"text\": \"\\\\u0081\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 142,\n                    \"width\": 64,\n                    \"height\": 30,\n                    \"text\": \"Coupled:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 172,\n                    \"width\": 64,\n                    \"height\": 32,\n                    \"text\": \"Parallel\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 64,\n                \"height\": 204,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.status\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 64,\n                    \"height\": 112,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112\n                      },\n                      {\n                        \"type\": \"Container\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112,\n                        \"widgets\": [\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"channel.outputState\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 64,\n                            \"height\": 32,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Text\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_active_S_right\"\n                                },\n                                \"action\": \"channel.toggleOutput\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 32,\n                                \"text\": \"OFF\",\n                                \"focusStyle\": {}\n                              },\n                              {\n                                \"type\": \"Select\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"data\": \"channel.outputMode\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 32,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"action\": \"channel.toggleOutput\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 32,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    }\n                                  },\n                                  {\n                                    \"type\": \"DisplayData\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    },\n                                    \"data\": \"channel.monValue\",\n                                    \"action\": \"channel.toggleOutput\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 32,\n                                    \"focusStyle\": {\n                                      \"inheritFrom\": \"edit_value_active_S_right\"\n                                    }\n                                  }\n                                ]\n                              }\n                            ]\n                          },\n                          {\n                            \"type\": \"Select\",\n                            \"style\": {\n                              \"inheritFrom\": \"default\"\n                            },\n                            \"data\": \"trigger.isInitiated\",\n                            \"left\": 0,\n                            \"top\": 32,\n                            \"width\": 64,\n                            \"height\": 60,\n                            \"widgets\": [\n                              {\n                                \"type\": \"Container\",\n                                \"style\": {\n                                  \"inheritFrom\": \"default\"\n                                },\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 60,\n                                \"widgets\": [\n                                  {\n                                    \"type\": \"Select\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"default\"\n                                    },\n                                    \"data\": \"channel.isVoltageBalanced\",\n                                    \"left\": 0,\n                                    \"top\": 0,\n                                    \"width\": 64,\n                                    \"height\": 30,\n                                    \"widgets\": [\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_S_right\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_active_S_right\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      },\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.u.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      }\n                                    ]\n                                  },\n                                  {\n                                    \"type\": \"Select\",\n                                    \"style\": {\n                                      \"inheritFrom\": \"default\"\n                                    },\n                                    \"data\": \"channel.isCurrentBalanced\",\n                                    \"left\": 0,\n                                    \"top\": 30,\n                                    \"width\": 64,\n                                    \"height\": 30,\n                                    \"widgets\": [\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_S_right\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"edit_value_active_S_right\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      },\n                                      {\n                                        \"type\": \"Select\",\n                                        \"style\": {\n                                          \"inheritFrom\": \"default\"\n                                        },\n                                        \"data\": \"editEnabled\",\n                                        \"left\": 0,\n                                        \"top\": 0,\n                                        \"width\": 64,\n                                        \"height\": 30,\n                                        \"widgets\": [\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          },\n                                          {\n                                            \"type\": \"DisplayData\",\n                                            \"style\": {\n                                              \"inheritFrom\": \"set_value_S_right_balanced\"\n                                            },\n                                            \"data\": \"channel.i.edit\",\n                                            \"action\": \"edit\",\n                                            \"left\": 0,\n                                            \"top\": 0,\n                                            \"width\": 64,\n                                            \"height\": 30,\n                                            \"focusStyle\": {\n                                              \"inheritFrom\": \"edit_value_focus_S_right\"\n                                            }\n                                          }\n                                        ]\n                                      }\n                                    ]\n                                  }\n                                ]\n                              },\n                              {\n                                \"type\": \"Button\",\n                                \"style\": {\n                                  \"inheritFrom\": \"edit_value_active_S_center\"\n                                },\n                                \"data\": \"trigger.isInitiated\",\n                                \"action\": \"trigger.generateManual\",\n                                \"left\": 0,\n                                \"top\": 0,\n                                \"width\": 64,\n                                \"height\": 60,\n                                \"text\": \"\\\\u0093TRG\",\n                                \"enabled\": \"trigger.isManual\",\n                                \"disabledStyle\": {\n                                  \"inheritFrom\": \"edit_value_S_centered\"\n                                }\n                              }\n                            ]\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 64,\n                        \"height\": 112\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Rectangle\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_inverse\"\n                    },\n                    \"left\": 0,\n                    \"top\": 112,\n                    \"width\": 64,\n                    \"height\": 10\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_centered\"\n                    },\n                    \"left\": 0,\n                    \"top\": 120,\n                    \"width\": 64,\n                    \"height\": 22,\n                    \"text\": \"\\\\u0081\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"edit_value_S_left\"\n                    },\n                    \"left\": 0,\n                    \"top\": 142,\n                    \"width\": 64,\n                    \"height\": 30,\n                    \"text\": \"Coupled:\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"coupled_info_S\"\n                    },\n                    \"left\": 0,\n                    \"top\": 172,\n                    \"width\": 64,\n                    \"height\": 32,\n                    \"text\": \"Series\",\n                    \"focusStyle\": {}\n                  }\n                ]\n              },\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 64,\n                \"height\": 204,\n                \"widgets\": [\n                  {\n                    \"type\": \"Text\",\n                    \"style\": {\n                      \"inheritFrom\": \"default_S\"\n                    },\n                    \"action\": \"show_channel_settings\",\n                    \"left\": 0,\n                    \"top\": 90,\n                    \"width\": 64,\n                    \"height\": 24,\n                    \"text\": \"\\\\u008ATrack\",\n                    \"focusStyle\": {}\n                  },\n                  {\n                    \"type\": \"List\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channels\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 64,\n                    \"height\": 204,\n                    \"itemWidget\": {\n                      \"type\": \"Select\",\n                      \"style\": {\n                        \"inheritFrom\": \"default\"\n                      },\n                      \"data\": \"channel.status\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 64,\n                      \"height\": 112,\n                      \"widgets\": [\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 92\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"channel.outputState\",\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 32,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Text\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_right\"\n                                  },\n                                  \"action\": \"channel.toggleOutput\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 32,\n                                  \"text\": \"OFF\",\n                                  \"focusStyle\": {}\n                                },\n                                {\n                                  \"type\": \"Select\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"data\": \"channel.outputMode\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 32,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 32,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      }\n                                    },\n                                    {\n                                      \"type\": \"DisplayData\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      },\n                                      \"data\": \"channel.monValue\",\n                                      \"action\": \"channel.toggleOutput\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 32,\n                                      \"focusStyle\": {\n                                        \"inheritFrom\": \"edit_value_active_S_right\"\n                                      }\n                                    }\n                                  ]\n                                }\n                              ]\n                            },\n                            {\n                              \"type\": \"Select\",\n                              \"style\": {\n                                \"inheritFrom\": \"default\"\n                              },\n                              \"data\": \"trigger.isInitiated\",\n                              \"left\": 0,\n                              \"top\": 32,\n                              \"width\": 64,\n                              \"height\": 60,\n                              \"widgets\": [\n                                {\n                                  \"type\": \"Container\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"default\"\n                                  },\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 60,\n                                  \"widgets\": [\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 0,\n                                      \"width\": 64,\n                                      \"height\": 30,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.u.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.u.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    },\n                                    {\n                                      \"type\": \"Select\",\n                                      \"style\": {\n                                        \"inheritFrom\": \"default\"\n                                      },\n                                      \"data\": \"editEnabled\",\n                                      \"left\": 0,\n                                      \"top\": 30,\n                                      \"width\": 64,\n                                      \"height\": 30,\n                                      \"widgets\": [\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        },\n                                        {\n                                          \"type\": \"DisplayData\",\n                                          \"style\": {\n                                            \"inheritFrom\": \"edit_value_active_S_right\"\n                                          },\n                                          \"data\": \"channel.i.edit\",\n                                          \"action\": \"edit\",\n                                          \"left\": 0,\n                                          \"top\": 0,\n                                          \"width\": 64,\n                                          \"height\": 30,\n                                          \"focusStyle\": {\n                                            \"inheritFrom\": \"edit_value_focus_S_right\"\n                                          }\n                                        }\n                                      ]\n                                    }\n                                  ]\n                                },\n                                {\n                                  \"type\": \"Button\",\n                                  \"style\": {\n                                    \"inheritFrom\": \"edit_value_active_S_center\"\n                                  },\n                                  \"data\": \"trigger.isInitiated\",\n                                  \"action\": \"trigger.generateManual\",\n                                  \"left\": 0,\n                                  \"top\": 0,\n                                  \"width\": 64,\n                                  \"height\": 60,\n                                  \"text\": \"\\\\u0093TRG\",\n                                  \"enabled\": \"trigger.isManual\",\n                                  \"disabledStyle\": {\n                                    \"inheritFrom\": \"edit_value_S_centered\"\n                                  }\n                                }\n                              ]\n                            }\n                          ]\n                        },\n                        {\n                          \"type\": \"Container\",\n                          \"style\": {\n                            \"inheritFrom\": \"default\"\n                          },\n                          \"left\": 0,\n                          \"top\": 0,\n                          \"width\": 64,\n                          \"height\": 112,\n                          \"widgets\": [\n                            {\n                              \"type\": \"Rectangle\",\n                              \"style\": {\n                                \"inheritFrom\": \"default_inverse\"\n                              },\n                              \"left\": 0,\n                              \"top\": 0,\n                              \"width\": 64,\n                              \"height\": 92\n                            }\n                          ]\n                        }\n                      ]\n                    },\n                    \"listType\": \"vertical\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 68,\n        \"height\": 204,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"Profile\",\n        \"widgets\": [\n          {\n            \"type\": \"Container\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 304,\n            \"height\": 28,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_S\"\n                },\n                \"data\": \"profile.label\",\n                \"action\": \"show_user_profile_settings\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 36,\n                \"height\": 28,\n                \"text\": \"\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"edit_value_S_left\"\n                },\n                \"data\": \"profile.remark\",\n                \"left\": 36,\n                \"top\": 0,\n                \"width\": 268,\n                \"height\": 28,\n                \"text\": \"\",\n                \"focusStyle\": {}\n              }\n            ]\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 304,\n        \"height\": 28,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"ProfileBasicInfo\",\n        \"description\": \"\",\n        \"widgets\": [\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_value_S_left\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 94,\n            \"height\": 29,\n            \"text\": \"Basic info:\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 29,\n            \"width\": 94,\n            \"height\": 27\n          },\n          {\n            \"type\": \"List\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channels\",\n            \"left\": 94,\n            \"top\": 0,\n            \"width\": 210,\n            \"height\": 56,\n            \"itemWidget\": {\n              \"type\": \"Container\",\n              \"style\": {\n                \"inheritFrom\": \"default\"\n              },\n              \"left\": 0,\n              \"top\": 0,\n              \"width\": 210,\n              \"height\": 28,\n              \"widgets\": [\n                {\n                  \"type\": \"Text\",\n                  \"style\": {\n                    \"inheritFrom\": \"value_S\"\n                  },\n                  \"data\": \"channel.shortLabel\",\n                  \"left\": 0,\n                  \"top\": 0,\n                  \"width\": 36,\n                  \"height\": 28,\n                  \"text\": \"\",\n                  \"focusStyle\": {}\n                },\n                {\n                  \"type\": \"Select\",\n                  \"style\": {\n                    \"inheritFrom\": \"default\"\n                  },\n                  \"data\": \"profile.channel.outputState\",\n                  \"left\": 36,\n                  \"top\": 0,\n                  \"width\": 30,\n                  \"height\": 28,\n                  \"widgets\": [\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"value_S\"\n                      },\n                      \"data\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 30,\n                      \"height\": 28,\n                      \"text\": \"Off\",\n                      \"focusStyle\": {}\n                    },\n                    {\n                      \"type\": \"Text\",\n                      \"style\": {\n                        \"inheritFrom\": \"value_S\"\n                      },\n                      \"data\": \"\",\n                      \"left\": 0,\n                      \"top\": 0,\n                      \"width\": 30,\n                      \"height\": 28,\n                      \"text\": \"On\",\n                      \"focusStyle\": {}\n                    }\n                  ]\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"value_S\"\n                  },\n                  \"data\": \"profile.channel.u.set\",\n                  \"left\": 66,\n                  \"top\": 0,\n                  \"width\": 64,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"value_S\"\n                  }\n                },\n                {\n                  \"type\": \"DisplayData\",\n                  \"style\": {\n                    \"inheritFrom\": \"value_S\"\n                  },\n                  \"data\": \"profile.channel.i.set\",\n                  \"left\": 130,\n                  \"top\": 0,\n                  \"width\": 80,\n                  \"height\": 28,\n                  \"focusStyle\": {\n                    \"inheritFrom\": \"value_S\"\n                  }\n                }\n              ]\n            },\n            \"listType\": \"vertical\"\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 304,\n        \"height\": 56,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"CoupledChannelsDefaultView\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 208,\n            \"height\": 14\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 208,\n            \"top\": 0,\n            \"width\": 112,\n            \"height\": 10\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"action\": \"\",\n            \"left\": 48,\n            \"top\": 14,\n            \"width\": 155,\n            \"height\": 86,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"channel_off_landscape\"\n                },\n                \"action\": \"channel.toggleOutput\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 155,\n                \"height\": 86,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.outputMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 155,\n                \"height\": 86,\n                \"widgets\": [\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"mon_value_landscape_L_right\"\n                    },\n                    \"data\": \"channel.monValue\",\n                    \"action\": \"channel.toggleOutput\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 155,\n                    \"height\": 86,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"mon_value_landscape_L_right\"\n                    }\n                  },\n                  {\n                    \"type\": \"DisplayData\",\n                    \"style\": {\n                      \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                    },\n                    \"data\": \"channel.monValue\",\n                    \"action\": \"channel.toggleOutput\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 155,\n                    \"height\": 86,\n                    \"focusStyle\": {\n                      \"inheritFrom\": \"mon_value_ur_landscape_L_right\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"lrip\",\n            \"left\": 0,\n            \"top\": 14,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ocp\",\n            \"left\": 0,\n            \"top\": 38,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ovp\",\n            \"left\": 0,\n            \"top\": 62,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"otp_ch\",\n            \"left\": 0,\n            \"top\": 86,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"opp\",\n            \"left\": 0,\n            \"top\": 110,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"trigger.isInitiated\",\n            \"left\": 203,\n            \"top\": 10,\n            \"width\": 117,\n            \"height\": 80,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 80,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isVoltageBalanced\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 117,\n                    \"height\": 40,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isCurrentBalanced\",\n                    \"left\": 0,\n                    \"top\": 40,\n                    \"width\": 117,\n                    \"height\": 40,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 40,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 40,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"mon_value\"\n                },\n                \"data\": \"trigger.isInitiated\",\n                \"action\": \"trigger.generateManual\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 80,\n                \"text\": \"\\\\u0093TRG\",\n                \"enabled\": \"trigger.isManual\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"default\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 208,\n            \"top\": 90,\n            \"width\": 112,\n            \"height\": 10\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"action\": \"show_channel_settings\",\n            \"left\": 48,\n            \"top\": 100,\n            \"width\": 155,\n            \"height\": 34,\n            \"text\": \"`  Settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 203,\n            \"top\": 124,\n            \"width\": 117,\n            \"height\": 10\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.p.mon\",\n            \"left\": 203,\n            \"top\": 90,\n            \"width\": 117,\n            \"height\": 34,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default\"\n            }\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 134,\n            \"width\": 320,\n            \"height\": 4\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 138,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"CoupledChannelsHorizontalBarView\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 5\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 5,\n            \"width\": 8,\n            \"height\": 106\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"action\": \"\",\n            \"left\": 8,\n            \"top\": 5,\n            \"width\": 195,\n            \"height\": 106,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"channel_off_landscape\"\n                },\n                \"action\": \"channel.toggleOutput\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 195,\n                \"height\": 106,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.outputMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 195,\n                \"height\": 106,\n                \"widgets\": [\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 195,\n                    \"height\": 106,\n                    \"widgets\": [\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_U_defualt\"\n                        },\n                        \"data\": \"channel.displayValue1\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 195,\n                        \"height\": 50,\n                        \"orientation\": \"left-right\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text\"\n                        },\n                        \"line1Data\": \"channel.u.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.u.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 50,\n                        \"width\": 195,\n                        \"height\": 6\n                      },\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_I_default\"\n                        },\n                        \"data\": \"channel.displayValue2\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 0,\n                        \"top\": 56,\n                        \"width\": 195,\n                        \"height\": 50,\n                        \"orientation\": \"left-right\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text\"\n                        },\n                        \"line1Data\": \"channel.i.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.i.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 195,\n                    \"height\": 106,\n                    \"widgets\": [\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_unregulated\"\n                        },\n                        \"data\": \"channel.displayValue1\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 195,\n                        \"height\": 50,\n                        \"orientation\": \"left-right\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text\"\n                        },\n                        \"line1Data\": \"channel.u.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.u.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 0,\n                        \"top\": 50,\n                        \"width\": 195,\n                        \"height\": 6\n                      },\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_unregulated\"\n                        },\n                        \"data\": \"channel.displayValue2\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 0,\n                        \"top\": 56,\n                        \"width\": 195,\n                        \"height\": 50,\n                        \"orientation\": \"left-right\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text\"\n                        },\n                        \"line1Data\": \"channel.i.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.i.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"trigger.isInitiated\",\n            \"left\": 203,\n            \"top\": 4,\n            \"width\": 117,\n            \"height\": 72,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isVoltageBalanced\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isCurrentBalanced\",\n                    \"left\": 0,\n                    \"top\": 36,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"mon_value\"\n                },\n                \"data\": \"trigger.isInitiated\",\n                \"action\": \"trigger.generateManual\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"text\": \"\\\\u0093TRG\",\n                \"enabled\": \"trigger.isManual\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"default\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.p.mon\",\n            \"left\": 203,\n            \"top\": 76,\n            \"width\": 117,\n            \"height\": 36,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default\"\n            }\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"lrip\",\n            \"left\": 0,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ocp\",\n            \"left\": 45,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ovp\",\n            \"left\": 90,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"otp_ch\",\n            \"left\": 135,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"opp\",\n            \"left\": 180,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"action\": \"show_channel_settings\",\n            \"left\": 225,\n            \"top\": 114,\n            \"width\": 95,\n            \"height\": 24,\n            \"text\": \"` Settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 111,\n            \"width\": 320,\n            \"height\": 3\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 138,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"CoupledChannelsVerticalBarView\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 4\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 4,\n            \"width\": 62,\n            \"height\": 10\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"action\": \"\",\n            \"left\": 54,\n            \"top\": 4,\n            \"width\": 149,\n            \"height\": 130,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"channel_off_landscape\"\n                },\n                \"action\": \"channel.toggleOutput\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 149,\n                \"height\": 130,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.outputMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 149,\n                \"height\": 130,\n                \"widgets\": [\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 149,\n                    \"height\": 130,\n                    \"widgets\": [\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_U_defualt\"\n                        },\n                        \"data\": \"channel.displayValue1\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 2,\n                        \"top\": 0,\n                        \"width\": 65,\n                        \"height\": 130,\n                        \"orientation\": \"bottom-top\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text_vertical\"\n                        },\n                        \"line1Data\": \"channel.u.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.u.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 67,\n                        \"top\": 0,\n                        \"width\": 10,\n                        \"height\": 130\n                      },\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_I_default\"\n                        },\n                        \"data\": \"channel.displayValue2\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 77,\n                        \"top\": 0,\n                        \"width\": 65,\n                        \"height\": 130,\n                        \"orientation\": \"bottom-top\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text_vertical\"\n                        },\n                        \"line1Data\": \"channel.i.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.i.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Container\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 149,\n                    \"height\": 130,\n                    \"widgets\": [\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_unregulated\"\n                        },\n                        \"data\": \"channel.displayValue1\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 2,\n                        \"top\": 0,\n                        \"width\": 65,\n                        \"height\": 130,\n                        \"orientation\": \"bottom-top\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text_vertical\"\n                        },\n                        \"line1Data\": \"channel.u.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.u.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      },\n                      {\n                        \"type\": \"Rectangle\",\n                        \"style\": {\n                          \"inheritFrom\": \"default_inverse\"\n                        },\n                        \"left\": 67,\n                        \"top\": 0,\n                        \"width\": 10,\n                        \"height\": 130\n                      },\n                      {\n                        \"type\": \"BarGraph\",\n                        \"style\": {\n                          \"inheritFrom\": \"bar_graph_unregulated\"\n                        },\n                        \"data\": \"channel.displayValue2\",\n                        \"action\": \"channel.toggleOutput\",\n                        \"left\": 77,\n                        \"top\": 0,\n                        \"width\": 65,\n                        \"height\": 130,\n                        \"orientation\": \"bottom-top\",\n                        \"textStyle\": {\n                          \"inheritFrom\": \"bar_graph_text_vertical\"\n                        },\n                        \"line1Data\": \"channel.i.set\",\n                        \"line1Style\": {\n                          \"inheritFrom\": \"bar_graph_set_line\"\n                        },\n                        \"line2Data\": \"channel.i.limit\",\n                        \"line2Style\": {\n                          \"inheritFrom\": \"bar_graph_limit_line\"\n                        }\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"lrip\",\n            \"left\": 0,\n            \"top\": 14,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ocp\",\n            \"left\": 0,\n            \"top\": 38,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ovp\",\n            \"left\": 0,\n            \"top\": 62,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"otp_ch\",\n            \"left\": 0,\n            \"top\": 86,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"opp\",\n            \"left\": 0,\n            \"top\": 110,\n            \"width\": 48,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 48,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 48,\n            \"top\": 14,\n            \"width\": 8,\n            \"height\": 120\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 196,\n            \"top\": 4,\n            \"width\": 7,\n            \"height\": 130\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"trigger.isInitiated\",\n            \"left\": 203,\n            \"top\": 4,\n            \"width\": 117,\n            \"height\": 72,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isVoltageBalanced\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isCurrentBalanced\",\n                    \"left\": 0,\n                    \"top\": 36,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"mon_value\"\n                },\n                \"data\": \"trigger.isInitiated\",\n                \"action\": \"trigger.generateManual\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"text\": \"\\\\u0093TRG\",\n                \"enabled\": \"trigger.isManual\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"default\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.p.mon\",\n            \"left\": 203,\n            \"top\": 76,\n            \"width\": 117,\n            \"height\": 36,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default\"\n            }\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"action\": \"show_channel_settings\",\n            \"left\": 203,\n            \"top\": 112,\n            \"width\": 117,\n            \"height\": 26,\n            \"text\": \"` Settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 134,\n            \"width\": 216,\n            \"height\": 4\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 138,\n        \"isUsedAsCustomWidget\": true\n      },\n      {\n        \"name\": \"CoupledChannelsYTBarView\",\n        \"widgets\": [\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 0,\n            \"width\": 320,\n            \"height\": 5\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 5,\n            \"width\": 8,\n            \"height\": 106\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.outputState\",\n            \"action\": \"\",\n            \"left\": 1,\n            \"top\": 5,\n            \"width\": 202,\n            \"height\": 106,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"channel_off_landscape\"\n                },\n                \"action\": \"channel.toggleOutput\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 202,\n                \"height\": 106,\n                \"text\": \"OFF\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Select\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"data\": \"channel.outputMode\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 202,\n                \"height\": 106,\n                \"widgets\": [\n                  {\n                    \"type\": \"YTGraph\",\n                    \"style\": {\n                      \"inheritFrom\": \"yt_graph\"\n                    },\n                    \"data\": \"channel.displayValue1\",\n                    \"action\": \"channel.toggleOutput\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 202,\n                    \"height\": 106,\n                    \"y1Style\": {\n                      \"inheritFrom\": \"yt_graph_U_defualt\"\n                    },\n                    \"y2Data\": \"channel.displayValue2\",\n                    \"y2Style\": {\n                      \"inheritFrom\": \"yt_graph_I_default\"\n                    }\n                  },\n                  {\n                    \"type\": \"YTGraph\",\n                    \"style\": {\n                      \"inheritFrom\": \"yt_graph\"\n                    },\n                    \"data\": \"channel.displayValue1\",\n                    \"action\": \"channel.toggleOutput\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 202,\n                    \"height\": 106,\n                    \"y1Style\": {\n                      \"inheritFrom\": \"yt_graph_unregulated\"\n                    },\n                    \"y2Data\": \"channel.displayValue2\",\n                    \"y2Style\": {\n                      \"inheritFrom\": \"yt_graph_unregulated\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"trigger.isInitiated\",\n            \"left\": 203,\n            \"top\": 4,\n            \"width\": 117,\n            \"height\": 72,\n            \"widgets\": [\n              {\n                \"type\": \"Container\",\n                \"style\": {\n                  \"inheritFrom\": \"default\"\n                },\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"widgets\": [\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isVoltageBalanced\",\n                    \"left\": 0,\n                    \"top\": 0,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.u.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  },\n                  {\n                    \"type\": \"Select\",\n                    \"style\": {\n                      \"inheritFrom\": \"default\"\n                    },\n                    \"data\": \"channel.isCurrentBalanced\",\n                    \"left\": 0,\n                    \"top\": 36,\n                    \"width\": 117,\n                    \"height\": 36,\n                    \"widgets\": [\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"edit_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"mon_value\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"mon_value_focus\"\n                            }\n                          }\n                        ]\n                      },\n                      {\n                        \"type\": \"Select\",\n                        \"style\": {\n                          \"inheritFrom\": \"default\"\n                        },\n                        \"data\": \"editEnabled\",\n                        \"left\": 0,\n                        \"top\": 0,\n                        \"width\": 117,\n                        \"height\": 36,\n                        \"widgets\": [\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          },\n                          {\n                            \"type\": \"DisplayData\",\n                            \"style\": {\n                              \"inheritFrom\": \"set_value_balanced\"\n                            },\n                            \"data\": \"channel.i.edit\",\n                            \"action\": \"edit\",\n                            \"left\": 0,\n                            \"top\": 0,\n                            \"width\": 117,\n                            \"height\": 36,\n                            \"focusStyle\": {\n                              \"inheritFrom\": \"set_value_focus_balanced\"\n                            }\n                          }\n                        ]\n                      }\n                    ]\n                  }\n                ]\n              },\n              {\n                \"type\": \"Button\",\n                \"style\": {\n                  \"inheritFrom\": \"mon_value\"\n                },\n                \"data\": \"trigger.isInitiated\",\n                \"action\": \"trigger.generateManual\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 117,\n                \"height\": 72,\n                \"text\": \"\\\\u0093TRG\",\n                \"enabled\": \"trigger.isManual\",\n                \"disabledStyle\": {\n                  \"inheritFrom\": \"default\"\n                }\n              }\n            ]\n          },\n          {\n            \"type\": \"DisplayData\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"channel.p.mon\",\n            \"left\": 203,\n            \"top\": 76,\n            \"width\": 117,\n            \"height\": 36,\n            \"focusStyle\": {\n              \"inheritFrom\": \"default\"\n            }\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"lrip\",\n            \"left\": 0,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_adv_lripple\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"LRip\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ocp\",\n            \"left\": 45,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ocp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OCP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"ovp\",\n            \"left\": 90,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_ovp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OVP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"otp_ch\",\n            \"left\": 135,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_otp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OTP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Select\",\n            \"style\": {\n              \"inheritFrom\": \"default\"\n            },\n            \"data\": \"opp\",\n            \"left\": 180,\n            \"top\": 114,\n            \"width\": 45,\n            \"height\": 24,\n            \"widgets\": [\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_set_S\"\n                },\n                \"action\": \"show_ch_settings_prot_opp\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              },\n              {\n                \"type\": \"Text\",\n                \"style\": {\n                  \"inheritFrom\": \"prot_indicator_trip_S\"\n                },\n                \"action\": \"show_ch_settings_prot_clear\",\n                \"left\": 0,\n                \"top\": 0,\n                \"width\": 45,\n                \"height\": 24,\n                \"text\": \"OPP\",\n                \"focusStyle\": {}\n              }\n            ]\n          },\n          {\n            \"type\": \"Text\",\n            \"style\": {\n              \"inheritFrom\": \"edit_S\"\n            },\n            \"action\": \"show_channel_settings\",\n            \"left\": 225,\n            \"top\": 114,\n            \"width\": 95,\n            \"height\": 24,\n            \"text\": \"` Settings\",\n            \"focusStyle\": {}\n          },\n          {\n            \"type\": \"Rectangle\",\n            \"style\": {\n              \"inheritFrom\": \"default_inverse\"\n            },\n            \"left\": 0,\n            \"top\": 111,\n            \"width\": 320,\n            \"height\": 3\n          }\n        ],\n        \"left\": 0,\n        \"top\": 0,\n        \"width\": 320,\n        \"height\": 138,\n        \"isUsedAsCustomWidget\": true\n      }\n    ],\n    \"styles\": [\n      {\n        \"name\": \"bar_graph_I_default\",\n        \"description\": \"\",\n        \"inheritFrom\": \"\",\n        \"font\": \"medium\",\n        \"color\": \"#c830c8\",\n        \"backgroundColor\": \"#d3d3d3\"\n      },\n      {\n        \"name\": \"bar_graph_limit_line\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ff0000\",\n        \"backgroundColor\": \"#ff0000\",\n        \"borderSize\": 1,\n        \"borderColor\": \"#ff0000\"\n      },\n      {\n        \"name\": \"bar_graph_set_line\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#808080\",\n        \"borderSize\": 1\n      },\n      {\n        \"name\": \"bar_graph_text\",\n        \"description\": \"\",\n        \"inheritFrom\": \"\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#404040\",\n        \"backgroundColor\": \"#ffff00\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bar_graph_text_vertical\",\n        \"description\": \"\",\n        \"inheritFrom\": \"\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"top\",\n        \"color\": \"#404040\",\n        \"backgroundColor\": \"#ffff00\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"bar_graph_U_defualt\",\n        \"description\": \"\",\n        \"inheritFrom\": \"\",\n        \"font\": \"medium\",\n        \"color\": \"#ffb000\",\n        \"backgroundColor\": \"#d3d3d3\"\n      },\n      {\n        \"name\": \"bar_graph_unregulated\",\n        \"description\": \"\",\n        \"inheritFrom\": \"\",\n        \"font\": \"medium\",\n        \"color\": \"#ff0000\",\n        \"backgroundColor\": \"#d3d3d3\"\n      },\n      {\n        \"name\": \"bottom_button\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2F2F2F\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bottom_button_background\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#e9f5f9\",\n        \"backgroundColor\": \"#2f2f2f\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bottom_button_disabled\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#CDCDCD\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bottom_button_textual\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2F2F2F\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bottom_button_textual_S\",\n        \"inheritFrom\": \"bottom_button\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2F2F2F\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"bottom_button_textual_S_left\",\n        \"inheritFrom\": \"bottom_button_textual\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\"\n      },\n      {\n        \"name\": \"bottom_button_textual_S_disabled\",\n        \"inheritFrom\": \"bottom_button_textual_S\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"channel_error\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"channel_off_L\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"channel_off_landscape\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large_landscape\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"channel_off\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"coupled_info\",\n        \"description\": \"Previous background color was: #52b5d3\\nNew one was changed intentionally to test inheritance.\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"backgroundColor\": \"#ff0000\",\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 3\"\n      },\n      {\n        \"name\": \"coupled_info_S\",\n        \"description\": \"Previous background color was: #52b5d3\\nNew one was changed intentionally to test inheritance.\",\n        \"inheritFrom\": \"coupled_info\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\"\n      },\n      {\n        \"name\": \"default\",\n        \"description\": \"Previous background color was: #52b5d3\\nNew one was changed intentionally to test inheritance.\",\n        \"font\": \"medium\",\n        \"color\": \"#FFFFFF\",\n        \"backgroundColor\": \"#5080ff\",\n        \"borderColor\": \"#D3D3D3\"\n      },\n      {\n        \"name\": \"default_disabled\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"default_active_S\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"default_disabled_S\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"default_disabled_S_left\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"default_disabled_S_right\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"default_edit\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"color\": \"#FFFFFF\"\n      },\n      {\n        \"name\": \"default_edit_inverse\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"backgroundColor\": \"#ffffff\"\n      },\n      {\n        \"name\": \"default_ICONS\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"icons\"\n      },\n      {\n        \"name\": \"default_inverse\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#5080ff\"\n      },\n      {\n        \"name\": \"default_L\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"default_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\"\n      },\n      {\n        \"name\": \"default_S_left\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\"\n      },\n      {\n        \"name\": \"edit_info_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#c8e7f0\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_mode_slider_scale\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_mode_step_vertical_slider\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"edit_S_focus\",\n        \"inheritFrom\": \"edit_S\",\n        \"font\": \"small\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#ffff00\"\n      },\n      {\n        \"name\": \"edit_value\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_active\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_active_left\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"left\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_active_S_left\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_active_S_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_active_S_center\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_focus_S_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#ffff00\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_focus_S_center\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#ffff00\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_L\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#c8e7f0\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_left\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"left\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_S_centered\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_S_left\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_S_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_ur\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"edit_value_ur_S_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"error_alert\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#f78000\"\n      },\n      {\n        \"name\": \"error_alert_button\",\n        \"inheritFrom\": \"error_alert\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"event_error\",\n        \"inheritFrom\": \"event_info\",\n        \"color\": \"#ff0000\"\n      },\n      {\n        \"name\": \"event_error_icon\",\n        \"inheritFrom\": \"event_info\",\n        \"alignHorizontal\": \"center\",\n        \"color\": \"#ff0000\"\n      },\n      {\n        \"name\": \"event_info\",\n        \"inheritFrom\": \"default_S\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#80ff80\"\n      },\n      {\n        \"name\": \"event_info_icon\",\n        \"inheritFrom\": \"default_S\",\n        \"alignHorizontal\": \"center\",\n        \"color\": \"#80ff80\"\n      },\n      {\n        \"name\": \"event_warning\",\n        \"inheritFrom\": \"event_info\",\n        \"color\": \"#ff8040\"\n      },\n      {\n        \"name\": \"event_warning_icon\",\n        \"inheritFrom\": \"event_info\",\n        \"alignHorizontal\": \"center\",\n        \"color\": \"#ff8040\"\n      },\n      {\n        \"name\": \"info_alert\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#5fd3b4\"\n      },\n      {\n        \"name\": \"info_alert_button\",\n        \"inheritFrom\": \"info_alert\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"yes_no\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#f78000\"\n      },\n      {\n        \"name\": \"yes_no_background\",\n        \"inheritFrom\": \"default_S\",\n        \"color\": \"#f78000\",\n        \"backgroundColor\": \"#f78000\"\n      },\n      {\n        \"name\": \"yes_no_message\",\n        \"inheritFrom\": \"default_S\",\n        \"color\": \"#c0c0c0\",\n        \"backgroundColor\": \"#f78000\"\n      },\n      {\n        \"name\": \"yes_no_button\",\n        \"inheritFrom\": \"yes_no\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"key\",\n        \"inheritFrom\": \"default_edit_inverse\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#FFFF00\",\n        \"borderSize\": 1,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"key_disabled\",\n        \"inheritFrom\": \"key\",\n        \"color\": \"#ffff00\",\n        \"backgroundColor\": \"#ffff00\"\n      },\n      {\n        \"name\": \"key_icons\",\n        \"inheritFrom\": \"key\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"backgroundColor\": \"#FFFF00\",\n        \"borderSize\": 1,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"key_spec\",\n        \"inheritFrom\": \"default_edit_inverse\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2f2f2f\",\n        \"backgroundColor\": \"#e9f5f9\",\n        \"borderSize\": 1,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"key_spec_icons\",\n        \"inheritFrom\": \"key_spec\",\n        \"font\": \"icons\"\n      },\n      {\n        \"name\": \"max_current_limit_cause\",\n        \"inheritFrom\": \"default_S\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#ff0000\"\n      },\n      {\n        \"name\": \"menu_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_dac\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#ff0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_dac_S\",\n        \"inheritFrom\": \"mon_dac\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\"\n      },\n      {\n        \"name\": \"mon_value\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_L\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_L_ur\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_landscape_L_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large_landscape\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_ur\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_ur_landscape_L_right\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large_landscape\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FF0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"mon_value_focus\",\n        \"inheritFrom\": \"mon_value\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#ffff00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"non_interactive_button_S\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2F2F2F\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"non_interactive_button_S_disabled\",\n        \"inheritFrom\": \"non_interactive_button_S\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"prot_indicator_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#ffff40\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"prot_indicator_set_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#e0e000\",\n        \"backgroundColor\": \"#00a030\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"prot_indicator_trip_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#e0e000\",\n        \"backgroundColor\": \"#ff0000\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"prot_indicator_invalid_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#ff0000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"prot_indicator_blink_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#ff0000\",\n        \"borderSize\": 0,\n        \"padding\": 0,\n        \"blink\": true\n      },\n      {\n        \"name\": \"set_value_balanced\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#c0c000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"set_value_focus_balanced\",\n        \"inheritFrom\": \"mon_value\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#5080ff\",\n        \"backgroundColor\": \"#c0c000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"set_value_S_right_balanced\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"right\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#c0c000\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"tab_page\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF7F\",\n        \"backgroundColor\": \"#808080\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"tab_page_selected\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"icons\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFF00\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"top_bar_S\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#2F2F2F\",\n        \"backgroundColor\": \"#E9F5F9\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": \"0 4\"\n      },\n      {\n        \"name\": \"value\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"medium\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#c8e7f0\"\n      },\n      {\n        \"name\": \"value_S\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#c8e7f0\"\n      },\n      {\n        \"name\": \"value_L\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#c8e7f0\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"yellow_1\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffff00\"\n      },\n      {\n        \"name\": \"yellow_2\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffff77\"\n      },\n      {\n        \"name\": \"yellow_3\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffff99\"\n      },\n      {\n        \"name\": \"yellow_4\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffffB3\"\n      },\n      {\n        \"name\": \"yellow_5\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffffcc\"\n      },\n      {\n        \"name\": \"yellow_6\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#ffffe5\"\n      },\n      {\n        \"name\": \"toast_alert\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#808080\"\n      },\n      {\n        \"name\": \"default_L_landscape\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"large_landscape\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#FFFFFF\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"yt_graph_U_defualt\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#ffb000\",\n        \"backgroundColor\": \"#000000\"\n      },\n      {\n        \"name\": \"yt_graph_U_defualt_label\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#ffb000\"\n      },\n      {\n        \"name\": \"yt_graph_I_default\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#c830c8\",\n        \"backgroundColor\": \"#000000\"\n      },\n      {\n        \"name\": \"yt_graph_I_default_label\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#c830c8\"\n      },\n      {\n        \"name\": \"yt_graph\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"backgroundColor\": \"#000000\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#ffffff\"\n      },\n      {\n        \"name\": \"yt_graph_unregulated\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"color\": \"#ff0000\",\n        \"backgroundColor\": \"#000000\"\n      },\n      {\n        \"name\": \"select_enum_item_popup_container\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#cae7f0\",\n        \"padding\": 10\n      },\n      {\n        \"name\": \"select_enum_item_popup_item\",\n        \"inheritFrom\": \"select_enum_item_popup_container\",\n        \"alignHorizontal\": \"left\",\n        \"color\": \"#2f2f2f\",\n        \"padding\": 5\n      },\n      {\n        \"name\": \"select_enum_item_popup_disabled_item\",\n        \"inheritFrom\": \"select_enum_item_popup_item\",\n        \"color\": \"#c0c0c0\"\n      },\n      {\n        \"name\": \"display_off\",\n        \"inheritFrom\": \"default\",\n        \"color\": \"#e6e6e6\",\n        \"backgroundColor\": \"#202020\"\n      },\n      {\n        \"name\": \"display_off_S\",\n        \"inheritFrom\": \"display_off\",\n        \"font\": \"small\",\n        \"color\": \"#e6e6e6\",\n        \"backgroundColor\": \"#202020\"\n      },\n      {\n        \"name\": \"list_graph_cursor\",\n        \"description\": \"\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"backgroundColor\": \"#525252\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#ffffff\"\n      },\n      {\n        \"name\": \"dark_line\",\n        \"font\": \"small\",\n        \"color\": \"#2f2f2f\",\n        \"borderColor\": \"#2f2f2f\"\n      },\n      {\n        \"name\": \"text_message\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#008080\"\n      },\n      {\n        \"name\": \"button_indicator_off\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#ffff40\",\n        \"borderSize\": 0,\n        \"padding\": 0\n      },\n      {\n        \"name\": \"button_indicator_on\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#e0e000\",\n        \"backgroundColor\": \"#00a030\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"button_indicator_error\",\n        \"inheritFrom\": \"default\",\n        \"font\": \"small\",\n        \"alignHorizontal\": \"center\",\n        \"alignVertical\": \"center\",\n        \"color\": \"#e0e000\",\n        \"backgroundColor\": \"#ff0000\",\n        \"borderSize\": 0,\n        \"borderColor\": \"#D3D3D3\",\n        \"padding\": 0\n      },\n      {\n        \"name\": \"async_operation\",\n        \"inheritFrom\": \"default_S\",\n        \"backgroundColor\": \"#808000\"\n      },\n      {\n        \"name\": \"async_operation_action\",\n        \"inheritFrom\": \"default_S\",\n        \"color\": \"#ffff00\",\n        \"backgroundColor\": \"#808000\"\n      }\n    ],\n    \"fonts\": [\n      {\n        \"name\": \"small\",\n        \"source\": {\n          \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\"\n        },\n        \"height\": 25,\n        \"ascent\": 20,\n        \"descent\": 5,\n        \"glyphs\": [\n          {\n            \"encoding\": 32,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 0,\n              \"height\": 0,\n              \"pixelArray\": []\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 32\n            }\n          },\n          {\n            \"encoding\": 33,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 2,\n            \"height\": 15,\n            \"dx\": 4,\n            \"glyphBitmap\": {\n              \"width\": 2,\n              \"height\": 15,\n              \"pixelArray\": [\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                64,\n                64,\n                64,\n                0,\n                192,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 33\n            }\n          },\n          {\n            \"encoding\": 34,\n            \"x\": 1,\n            \"y\": 10,\n            \"width\": 6,\n            \"height\": 5,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 5,\n              \"pixelArray\": [\n                220,\n                216,\n                216,\n                216,\n                216\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 34\n            }\n          },\n          {\n            \"encoding\": 35,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                51,\n                55,\n                54,\n                118,\n                255,\n                255,\n                102,\n                102,\n                255,\n                255,\n                236,\n                204,\n                204,\n                204,\n                204\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 35\n            }\n          },\n          {\n            \"encoding\": 36,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 8,\n            \"height\": 19,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 19,\n              \"pixelArray\": [\n                16,\n                16,\n                124,\n                254,\n                198,\n                198,\n                224,\n                240,\n                120,\n                60,\n                30,\n                14,\n                71,\n                199,\n                231,\n                254,\n                124,\n                16,\n                16\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 36\n            }\n          },\n          {\n            \"encoding\": 37,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 17,\n            \"height\": 15,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 15,\n              \"pixelArray\": [\n                120,\n                96,\n                0,\n                252,\n                96,\n                0,\n                204,\n                96,\n                0,\n                204,\n                192,\n                0,\n                204,\n                192,\n                0,\n                204,\n                192,\n                0,\n                204,\n                128,\n                0,\n                253,\n                158,\n                0,\n                121,\n                191,\n                0,\n                1,\n                179,\n                128,\n                3,\n                51,\n                128,\n                3,\n                51,\n                128,\n                3,\n                51,\n                128,\n                2,\n                63,\n                0,\n                6,\n                30,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 37\n            }\n          },\n          {\n            \"encoding\": 38,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                0,\n                126,\n                0,\n                102,\n                0,\n                102,\n                0,\n                102,\n                0,\n                108,\n                0,\n                56,\n                0,\n                48,\n                0,\n                121,\n                128,\n                253,\n                128,\n                205,\n                128,\n                199,\n                0,\n                199,\n                0,\n                255,\n                128,\n                121,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 38\n            }\n          },\n          {\n            \"encoding\": 39,\n            \"x\": 1,\n            \"y\": 10,\n            \"width\": 2,\n            \"height\": 5,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 2,\n              \"height\": 5,\n              \"pixelArray\": [\n                192,\n                192,\n                192,\n                192,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 39\n            }\n          },\n          {\n            \"encoding\": 40,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 4,\n            \"height\": 18,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 18,\n              \"pixelArray\": [\n                16,\n                112,\n                96,\n                96,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                96,\n                96,\n                112,\n                16\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 40\n            }\n          },\n          {\n            \"encoding\": 41,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 4,\n            \"height\": 18,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 18,\n              \"pixelArray\": [\n                192,\n                224,\n                96,\n                96,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                96,\n                96,\n                224,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 41\n            }\n          },\n          {\n            \"encoding\": 42,\n            \"x\": 1,\n            \"y\": 8,\n            \"width\": 6,\n            \"height\": 7,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 7,\n              \"pixelArray\": [\n                48,\n                180,\n                252,\n                120,\n                120,\n                108,\n                40\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 42\n            }\n          },\n          {\n            \"encoding\": 43,\n            \"x\": 0,\n            \"y\": 4,\n            \"width\": 8,\n            \"height\": 8,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 8,\n              \"pixelArray\": [\n                24,\n                24,\n                24,\n                255,\n                255,\n                24,\n                24,\n                24\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 43\n            }\n          },\n          {\n            \"encoding\": 44,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 2,\n            \"height\": 5,\n            \"dx\": 4,\n            \"glyphBitmap\": {\n              \"width\": 2,\n              \"height\": 5,\n              \"pixelArray\": [\n                192,\n                192,\n                64,\n                192,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 44\n            }\n          },\n          {\n            \"encoding\": 45,\n            \"x\": 1,\n            \"y\": 5,\n            \"width\": 5,\n            \"height\": 2,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 2,\n              \"pixelArray\": [\n                248,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 45\n            }\n          },\n          {\n            \"encoding\": 46,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 2,\n            \"height\": 3,\n            \"dx\": 4,\n            \"glyphBitmap\": {\n              \"width\": 2,\n              \"height\": 3,\n              \"pixelArray\": [\n                192,\n                192,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 46\n            }\n          },\n          {\n            \"encoding\": 47,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                12,\n                8,\n                24,\n                24,\n                24,\n                48,\n                48,\n                48,\n                32,\n                96,\n                96,\n                96,\n                192,\n                192,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 47\n            }\n          },\n          {\n            \"encoding\": 48,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                126,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 48\n            }\n          },\n          {\n            \"encoding\": 49,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                28,\n                124,\n                124,\n                156,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28,\n                28\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 49\n            }\n          },\n          {\n            \"encoding\": 50,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                126,\n                231,\n                231,\n                231,\n                7,\n                14,\n                14,\n                28,\n                56,\n                56,\n                112,\n                224,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 50\n            }\n          },\n          {\n            \"encoding\": 51,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                254,\n                231,\n                199,\n                7,\n                6,\n                28,\n                30,\n                6,\n                7,\n                199,\n                199,\n                231,\n                254,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 51\n            }\n          },\n          {\n            \"encoding\": 52,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                30,\n                30,\n                62,\n                62,\n                62,\n                110,\n                110,\n                238,\n                206,\n                255,\n                255,\n                14,\n                14,\n                14,\n                14\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 52\n            }\n          },\n          {\n            \"encoding\": 53,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                254,\n                224,\n                192,\n                192,\n                220,\n                254,\n                231,\n                7,\n                7,\n                7,\n                231,\n                230,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 53\n            }\n          },\n          {\n            \"encoding\": 54,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                126,\n                231,\n                231,\n                224,\n                252,\n                254,\n                231,\n                231,\n                231,\n                231,\n                231,\n                231,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 54\n            }\n          },\n          {\n            \"encoding\": 55,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                252,\n                252,\n                12,\n                28,\n                28,\n                24,\n                24,\n                24,\n                56,\n                56,\n                48,\n                48,\n                112,\n                112,\n                96\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 55\n            }\n          },\n          {\n            \"encoding\": 56,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                126,\n                230,\n                231,\n                230,\n                230,\n                124,\n                126,\n                230,\n                199,\n                199,\n                199,\n                231,\n                254,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 56\n            }\n          },\n          {\n            \"encoding\": 57,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                126,\n                230,\n                199,\n                199,\n                199,\n                231,\n                255,\n                63,\n                7,\n                7,\n                199,\n                230,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 57\n            }\n          },\n          {\n            \"encoding\": 58,\n            \"x\": 1,\n            \"y\": 2,\n            \"width\": 3,\n            \"height\": 8,\n            \"dx\": 4,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 8,\n              \"pixelArray\": [\n                224,\n                224,\n                0,\n                0,\n                0,\n                0,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 58\n            }\n          },\n          {\n            \"encoding\": 59,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 3,\n            \"height\": 12,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 12,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                0,\n                0,\n                0,\n                0,\n                0,\n                224,\n                224,\n                96,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 59\n            }\n          },\n          {\n            \"encoding\": 60,\n            \"x\": 1,\n            \"y\": 2,\n            \"width\": 5,\n            \"height\": 10,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 10,\n              \"pixelArray\": [\n                8,\n                24,\n                120,\n                224,\n                192,\n                192,\n                240,\n                56,\n                24,\n                8\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 60\n            }\n          },\n          {\n            \"encoding\": 61,\n            \"x\": 1,\n            \"y\": 5,\n            \"width\": 6,\n            \"height\": 5,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 5,\n              \"pixelArray\": [\n                252,\n                252,\n                0,\n                252,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 61\n            }\n          },\n          {\n            \"encoding\": 62,\n            \"x\": 1,\n            \"y\": 2,\n            \"width\": 6,\n            \"height\": 10,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 10,\n              \"pixelArray\": [\n                128,\n                224,\n                240,\n                56,\n                28,\n                28,\n                120,\n                240,\n                192,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 62\n            }\n          },\n          {\n            \"encoding\": 63,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                124,\n                254,\n                198,\n                199,\n                6,\n                14,\n                14,\n                28,\n                56,\n                48,\n                48,\n                0,\n                48,\n                48,\n                48\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 63\n            }\n          },\n          {\n            \"encoding\": 64,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 16,\n            \"height\": 18,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 18,\n              \"pixelArray\": [\n                3,\n                240,\n                15,\n                252,\n                28,\n                14,\n                48,\n                6,\n                113,\n                243,\n                99,\n                243,\n                103,\n                51,\n                198,\n                115,\n                206,\n                99,\n                206,\n                99,\n                206,\n                99,\n                206,\n                230,\n                231,\n                252,\n                99,\n                56,\n                112,\n                0,\n                56,\n                0,\n                31,\n                240,\n                7,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 64\n            }\n          },\n          {\n            \"encoding\": 65,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 10,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 15,\n              \"pixelArray\": [\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                63,\n                0,\n                55,\n                0,\n                51,\n                0,\n                51,\n                0,\n                51,\n                0,\n                127,\n                128,\n                127,\n                128,\n                99,\n                128,\n                97,\n                128,\n                225,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 65\n            }\n          },\n          {\n            \"encoding\": 66,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                0,\n                255,\n                0,\n                227,\n                0,\n                227,\n                0,\n                227,\n                0,\n                227,\n                0,\n                254,\n                0,\n                255,\n                0,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                255,\n                0,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 66\n            }\n          },\n          {\n            \"encoding\": 67,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                62,\n                127,\n                227,\n                227,\n                227,\n                224,\n                224,\n                224,\n                224,\n                227,\n                227,\n                227,\n                227,\n                127,\n                62\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 67\n            }\n          },\n          {\n            \"encoding\": 68,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                0,\n                255,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                231,\n                0,\n                255,\n                0,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 68\n            }\n          },\n          {\n            \"encoding\": 69,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                254,\n                224,\n                224,\n                224,\n                224,\n                252,\n                252,\n                224,\n                224,\n                224,\n                224,\n                224,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 69\n            }\n          },\n          {\n            \"encoding\": 70,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                252,\n                252,\n                224,\n                224,\n                224,\n                224,\n                252,\n                252,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 70\n            }\n          },\n          {\n            \"encoding\": 71,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                62,\n                0,\n                127,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                128,\n                224,\n                0,\n                224,\n                0,\n                239,\n                128,\n                239,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                127,\n                128,\n                61,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 71\n            }\n          },\n          {\n            \"encoding\": 72,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                255,\n                128,\n                255,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 72\n            }\n          },\n          {\n            \"encoding\": 73,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 3,\n            \"height\": 15,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 73\n            }\n          },\n          {\n            \"encoding\": 74,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 5,\n            \"height\": 15,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 15,\n              \"pixelArray\": [\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                56,\n                248,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 74\n            }\n          },\n          {\n            \"encoding\": 75,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                227,\n                128,\n                231,\n                0,\n                231,\n                0,\n                238,\n                0,\n                238,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                236,\n                0,\n                238,\n                0,\n                238,\n                0,\n                231,\n                0,\n                231,\n                0,\n                227,\n                0,\n                227,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 75\n            }\n          },\n          {\n            \"encoding\": 76,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 76\n            }\n          },\n          {\n            \"encoding\": 77,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 15,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                241,\n                224,\n                241,\n                224,\n                241,\n                224,\n                241,\n                224,\n                209,\n                96,\n                219,\n                96,\n                219,\n                96,\n                219,\n                96,\n                218,\n                96,\n                206,\n                96,\n                206,\n                96,\n                206,\n                96,\n                206,\n                96,\n                196,\n                96\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 77\n            }\n          },\n          {\n            \"encoding\": 78,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                195,\n                227,\n                227,\n                243,\n                243,\n                251,\n                251,\n                251,\n                239,\n                239,\n                239,\n                231,\n                231,\n                227,\n                227\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 78\n            }\n          },\n          {\n            \"encoding\": 79,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                62,\n                0,\n                127,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                0,\n                127,\n                0,\n                62,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 80,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                0,\n                255,\n                0,\n                227,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                0,\n                255,\n                0,\n                254,\n                0,\n                224,\n                0,\n                224,\n                0,\n                224,\n                0,\n                224,\n                0,\n                224,\n                0,\n                224,\n                0,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 80\n            }\n          },\n          {\n            \"encoding\": 81,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 9,\n            \"height\": 18,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 18,\n              \"pixelArray\": [\n                62,\n                0,\n                127,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                0,\n                127,\n                0,\n                62,\n                0,\n                7,\n                0,\n                3,\n                0,\n                1,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 81\n            }\n          },\n          {\n            \"encoding\": 82,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                0,\n                255,\n                0,\n                227,\n                0,\n                227,\n                128,\n                227,\n                128,\n                227,\n                0,\n                255,\n                0,\n                254,\n                0,\n                238,\n                0,\n                230,\n                0,\n                231,\n                0,\n                231,\n                0,\n                231,\n                0,\n                227,\n                0,\n                227,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 82\n            }\n          },\n          {\n            \"encoding\": 83,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                124,\n                254,\n                230,\n                199,\n                224,\n                240,\n                120,\n                60,\n                30,\n                15,\n                71,\n                199,\n                231,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 83\n            }\n          },\n          {\n            \"encoding\": 84,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                255,\n                255,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 84\n            }\n          },\n          {\n            \"encoding\": 85,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                0,\n                127,\n                0,\n                62,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 85\n            }\n          },\n          {\n            \"encoding\": 86,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                225,\n                128,\n                97,\n                128,\n                99,\n                128,\n                115,\n                128,\n                115,\n                0,\n                51,\n                0,\n                51,\n                0,\n                55,\n                0,\n                63,\n                0,\n                62,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                28,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 86\n            }\n          },\n          {\n            \"encoding\": 87,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 15,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 15,\n              \"pixelArray\": [\n                198,\n                48,\n                198,\n                48,\n                206,\n                112,\n                206,\n                112,\n                239,\n                96,\n                239,\n                96,\n                111,\n                96,\n                107,\n                96,\n                123,\n                96,\n                121,\n                224,\n                121,\n                192,\n                121,\n                192,\n                121,\n                192,\n                49,\n                192,\n                49,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 87\n            }\n          },\n          {\n            \"encoding\": 88,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                227,\n                128,\n                115,\n                0,\n                115,\n                0,\n                55,\n                0,\n                62,\n                0,\n                30,\n                0,\n                30,\n                0,\n                28,\n                0,\n                30,\n                0,\n                62,\n                0,\n                54,\n                0,\n                55,\n                0,\n                115,\n                0,\n                99,\n                128,\n                227,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 88\n            }\n          },\n          {\n            \"encoding\": 89,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 15,\n              \"pixelArray\": [\n                227,\n                128,\n                99,\n                128,\n                115,\n                0,\n                119,\n                0,\n                55,\n                0,\n                62,\n                0,\n                62,\n                0,\n                30,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 89\n            }\n          },\n          {\n            \"encoding\": 90,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                254,\n                254,\n                12,\n                28,\n                24,\n                56,\n                56,\n                48,\n                112,\n                112,\n                96,\n                224,\n                224,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 90\n            }\n          },\n          {\n            \"encoding\": 91,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 5,\n            \"height\": 18,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 18,\n              \"pixelArray\": [\n                248,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                192,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 91\n            }\n          },\n          {\n            \"encoding\": 92,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                192,\n                192,\n                192,\n                96,\n                96,\n                96,\n                32,\n                48,\n                48,\n                48,\n                24,\n                24,\n                24,\n                8,\n                12\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 92\n            }\n          },\n          {\n            \"encoding\": 93,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 5,\n            \"height\": 18,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 18,\n              \"pixelArray\": [\n                248,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                24,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 93\n            }\n          },\n          {\n            \"encoding\": 94,\n            \"x\": 1,\n            \"y\": 9,\n            \"width\": 7,\n            \"height\": 6,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 6,\n              \"pixelArray\": [\n                56,\n                56,\n                108,\n                108,\n                238,\n                198\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 94\n            }\n          },\n          {\n            \"encoding\": 95,\n            \"x\": 0,\n            \"y\": -3,\n            \"width\": 7,\n            \"height\": 2,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 2,\n              \"pixelArray\": [\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 95\n            }\n          },\n          {\n            \"encoding\": 96,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                127,\n                255,\n                192,\n                255,\n                255,\n                224,\n                248,\n                127,\n                224,\n                248,\n                127,\n                224,\n                195,\n                0,\n                96,\n                248,\n                127,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                195,\n                224,\n                224,\n                19,\n                224,\n                224,\n                24,\n                224,\n                255,\n                195,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                193,\n                204,\n                96,\n                193,\n                204,\n                96,\n                225,\n                204,\n                224,\n                255,\n                255,\n                224,\n                127,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 96\n            }\n          },\n          {\n            \"encoding\": 97,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                120,\n                252,\n                206,\n                206,\n                30,\n                126,\n                238,\n                206,\n                206,\n                254,\n                126\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 97\n            }\n          },\n          {\n            \"encoding\": 98,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                252,\n                254,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                254,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 98\n            }\n          },\n          {\n            \"encoding\": 99,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                120,\n                252,\n                206,\n                206,\n                192,\n                192,\n                192,\n                206,\n                206,\n                252,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 99\n            }\n          },\n          {\n            \"encoding\": 100,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                14,\n                14,\n                14,\n                14,\n                126,\n                254,\n                238,\n                206,\n                206,\n                206,\n                206,\n                206,\n                238,\n                254,\n                126\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 100\n            }\n          },\n          {\n            \"encoding\": 101,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                120,\n                252,\n                206,\n                206,\n                254,\n                254,\n                192,\n                206,\n                206,\n                252,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 101\n            }\n          },\n          {\n            \"encoding\": 102,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 15,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 15,\n              \"pixelArray\": [\n                60,\n                60,\n                48,\n                48,\n                252,\n                252,\n                48,\n                48,\n                48,\n                48,\n                48,\n                48,\n                48,\n                48,\n                48\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 102\n            }\n          },\n          {\n            \"encoding\": 103,\n            \"x\": 0,\n            \"y\": -3,\n            \"width\": 9,\n            \"height\": 14,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 14,\n              \"pixelArray\": [\n                61,\n                128,\n                127,\n                0,\n                102,\n                0,\n                103,\n                0,\n                103,\n                0,\n                102,\n                0,\n                62,\n                0,\n                124,\n                0,\n                96,\n                0,\n                127,\n                0,\n                103,\n                0,\n                99,\n                0,\n                255,\n                0,\n                126,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 103\n            }\n          },\n          {\n            \"encoding\": 104,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                238,\n                254,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 104\n            }\n          },\n          {\n            \"encoding\": 105,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 3,\n            \"height\": 15,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                0,\n                0,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 105\n            }\n          },\n          {\n            \"encoding\": 106,\n            \"x\": 0,\n            \"y\": -3,\n            \"width\": 4,\n            \"height\": 18,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 18,\n              \"pixelArray\": [\n                112,\n                112,\n                0,\n                0,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                240,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 106\n            }\n          },\n          {\n            \"encoding\": 107,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 15,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                231,\n                238,\n                238,\n                252,\n                252,\n                252,\n                236,\n                238,\n                238,\n                231,\n                231\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 107\n            }\n          },\n          {\n            \"encoding\": 108,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 3,\n            \"height\": 15,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 15,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 108\n            }\n          },\n          {\n            \"encoding\": 109,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 11,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 11,\n              \"pixelArray\": [\n                220,\n                224,\n                255,\n                240,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112,\n                198,\n                112\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 109\n            }\n          },\n          {\n            \"encoding\": 110,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                254,\n                254,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 110\n            }\n          },\n          {\n            \"encoding\": 111,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                120,\n                252,\n                206,\n                206,\n                206,\n                206,\n                206,\n                206,\n                206,\n                252,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 111\n            }\n          },\n          {\n            \"encoding\": 112,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 7,\n            \"height\": 14,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 14,\n              \"pixelArray\": [\n                252,\n                254,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                230,\n                254,\n                252,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 112\n            }\n          },\n          {\n            \"encoding\": 113,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 7,\n            \"height\": 14,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 14,\n              \"pixelArray\": [\n                126,\n                254,\n                238,\n                206,\n                206,\n                206,\n                206,\n                206,\n                238,\n                254,\n                126,\n                14,\n                14,\n                14\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 113\n            }\n          },\n          {\n            \"encoding\": 114,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 5,\n            \"height\": 11,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 11,\n              \"pixelArray\": [\n                248,\n                248,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 114\n            }\n          },\n          {\n            \"encoding\": 115,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                60,\n                124,\n                102,\n                96,\n                120,\n                60,\n                30,\n                46,\n                230,\n                126,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 115\n            }\n          },\n          {\n            \"encoding\": 116,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 14,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 14,\n              \"pixelArray\": [\n                112,\n                112,\n                112,\n                252,\n                252,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                60,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 116\n            }\n          },\n          {\n            \"encoding\": 117,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                238,\n                254,\n                238\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 117\n            }\n          },\n          {\n            \"encoding\": 118,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 11,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 11,\n              \"pixelArray\": [\n                230,\n                102,\n                102,\n                110,\n                110,\n                124,\n                60,\n                60,\n                60,\n                60,\n                56\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 118\n            }\n          },\n          {\n            \"encoding\": 119,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 11,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 11,\n              \"pixelArray\": [\n                230,\n                96,\n                110,\n                96,\n                110,\n                192,\n                110,\n                192,\n                110,\n                192,\n                106,\n                192,\n                107,\n                192,\n                59,\n                192,\n                59,\n                128,\n                57,\n                128,\n                49,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 119\n            }\n          },\n          {\n            \"encoding\": 120,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 11,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 11,\n              \"pixelArray\": [\n                231,\n                102,\n                126,\n                60,\n                60,\n                56,\n                60,\n                60,\n                110,\n                102,\n                231\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 120\n            }\n          },\n          {\n            \"encoding\": 121,\n            \"x\": 0,\n            \"y\": -3,\n            \"width\": 8,\n            \"height\": 14,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 14,\n              \"pixelArray\": [\n                231,\n                230,\n                102,\n                102,\n                126,\n                62,\n                60,\n                60,\n                60,\n                28,\n                24,\n                24,\n                120,\n                112\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 121\n            }\n          },\n          {\n            \"encoding\": 122,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 6,\n            \"height\": 11,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 11,\n              \"pixelArray\": [\n                252,\n                248,\n                24,\n                56,\n                48,\n                112,\n                96,\n                224,\n                224,\n                252,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 122\n            }\n          },\n          {\n            \"encoding\": 123,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 5,\n            \"height\": 18,\n            \"dx\": 6,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 18,\n              \"pixelArray\": [\n                56,\n                120,\n                112,\n                112,\n                112,\n                112,\n                96,\n                224,\n                224,\n                96,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                120,\n                56\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 123\n            }\n          },\n          {\n            \"encoding\": 124,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 3,\n            \"height\": 18,\n            \"dx\": 5,\n            \"glyphBitmap\": {\n              \"width\": 3,\n              \"height\": 18,\n              \"pixelArray\": [\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 124\n            }\n          },\n          {\n            \"encoding\": 125,\n            \"x\": 1,\n            \"y\": -2,\n            \"width\": 5,\n            \"height\": 18,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 18,\n              \"pixelArray\": [\n                224,\n                240,\n                112,\n                112,\n                112,\n                112,\n                112,\n                56,\n                56,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                112,\n                240,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 125\n            }\n          },\n          {\n            \"encoding\": 126,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 16,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 16,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                243,\n                255,\n                227,\n                255,\n                199,\n                255,\n                143,\n                231,\n                31,\n                226,\n                63,\n                224,\n                63,\n                240,\n                127,\n                252,\n                127,\n                252,\n                255,\n                254,\n                255,\n                255,\n                255,\n                127,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 126\n            }\n          },\n          {\n            \"encoding\": 127,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 16,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 16,\n              \"pixelArray\": [\n                127,\n                255,\n                255,\n                255,\n                247,\n                247,\n                227,\n                227,\n                225,\n                195,\n                240,\n                135,\n                248,\n                15,\n                252,\n                31,\n                252,\n                31,\n                248,\n                15,\n                240,\n                135,\n                225,\n                195,\n                227,\n                227,\n                247,\n                247,\n                255,\n                255,\n                127,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.14.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 128,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                15,\n                254,\n                0,\n                31,\n                159,\n                0,\n                63,\n                15,\n                128,\n                127,\n                15,\n                192,\n                127,\n                159,\n                192,\n                255,\n                255,\n                224,\n                254,\n                31,\n                224,\n                254,\n                63,\n                224,\n                254,\n                63,\n                224,\n                252,\n                63,\n                224,\n                252,\n                127,\n                224,\n                252,\n                127,\n                224,\n                124,\n                111,\n                192,\n                124,\n                15,\n                192,\n                60,\n                63,\n                128,\n                30,\n                127,\n                0,\n                15,\n                254,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62229\n            }\n          },\n          {\n            \"encoding\": 129,\n            \"x\": 0,\n            \"y\": -1,\n            \"width\": 19,\n            \"height\": 17,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 17,\n              \"pixelArray\": [\n                0,\n                64,\n                0,\n                0,\n                224,\n                0,\n                0,\n                224,\n                0,\n                1,\n                240,\n                0,\n                3,\n                248,\n                0,\n                3,\n                24,\n                0,\n                7,\n                28,\n                0,\n                7,\n                28,\n                0,\n                15,\n                30,\n                0,\n                31,\n                31,\n                0,\n                31,\n                191,\n                0,\n                63,\n                255,\n                128,\n                63,\n                191,\n                128,\n                127,\n                31,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62230\n            }\n          },\n          {\n            \"encoding\": 130,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                15,\n                254,\n                0,\n                31,\n                31,\n                0,\n                60,\n                7,\n                128,\n                112,\n                225,\n                192,\n                113,\n                241,\n                192,\n                225,\n                240,\n                224,\n                224,\n                224,\n                224,\n                192,\n                224,\n                96,\n                192,\n                224,\n                96,\n                192,\n                224,\n                96,\n                224,\n                64,\n                224,\n                224,\n                0,\n                224,\n                112,\n                65,\n                192,\n                112,\n                225,\n                192,\n                60,\n                7,\n                128,\n                31,\n                31,\n                0,\n                15,\n                254,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61530\n            }\n          },\n          {\n            \"encoding\": 131,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                127,\n                255,\n                0,\n                64,\n                1,\n                128,\n                103,\n                253,\n                128,\n                247,\n                253,\n                128,\n                224,\n                1,\n                128,\n                71,\n                253,\n                128,\n                224,\n                1,\n                128,\n                247,\n                253,\n                128,\n                64,\n                1,\n                128,\n                71,\n                225,\n                128,\n                247,\n                240,\n                0,\n                224,\n                15,\n                128,\n                71,\n                157,\n                192,\n                224,\n                29,\n                224,\n                247,\n                156,\n                32,\n                64,\n                31,\n                224,\n                96,\n                31,\n                224,\n                63,\n                239,\n                192,\n                0,\n                7,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62060\n            }\n          },\n          {\n            \"encoding\": 132,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 18,\n            \"height\": 15,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 15,\n              \"pixelArray\": [\n                127,\n                252,\n                0,\n                192,\n                3,\n                128,\n                128,\n                7,\n                192,\n                128,\n                15,\n                128,\n                128,\n                31,\n                0,\n                140,\n                62,\n                0,\n                158,\n                124,\n                0,\n                159,\n                248,\n                0,\n                143,\n                242,\n                0,\n                135,\n                226,\n                0,\n                131,\n                194,\n                0,\n                129,\n                130,\n                0,\n                128,\n                2,\n                0,\n                192,\n                6,\n                0,\n                127,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\FontAwesome.14.bdf\",\n              \"encoding\": 61510\n            }\n          },\n          {\n            \"encoding\": 133,\n            \"x\": 1,\n            \"y\": 1,\n            \"width\": 17,\n            \"height\": 11,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 11,\n              \"pixelArray\": [\n                39,\n                255,\n                0,\n                115,\n                255,\n                0,\n                248,\n                7,\n                0,\n                252,\n                7,\n                0,\n                112,\n                7,\n                0,\n                112,\n                7,\n                0,\n                112,\n                7,\n                0,\n                112,\n                31,\n                128,\n                112,\n                15,\n                128,\n                127,\n                231,\n                0,\n                127,\n                242,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62762\n            }\n          },\n          {\n            \"encoding\": 134,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 16,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 16,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                243,\n                255,\n                227,\n                255,\n                199,\n                255,\n                143,\n                231,\n                31,\n                226,\n                63,\n                224,\n                63,\n                240,\n                127,\n                252,\n                127,\n                252,\n                255,\n                254,\n                255,\n                255,\n                255,\n                127,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\heydings_icons.14.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 135,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                15,\n                254,\n                0,\n                31,\n                31,\n                0,\n                63,\n                31,\n                128,\n                113,\n                17,\n                192,\n                112,\n                1,\n                192,\n                240,\n                1,\n                224,\n                248,\n                11,\n                224,\n                192,\n                24,\n                96,\n                192,\n                16,\n                96,\n                192,\n                48,\n                96,\n                248,\n                51,\n                224,\n                240,\n                97,\n                224,\n                115,\n                249,\n                192,\n                127,\n                191,\n                192,\n                63,\n                31,\n                128,\n                31,\n                191,\n                0,\n                15,\n                254,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61446\n            }\n          },\n          {\n            \"encoding\": 136,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                127,\n                255,\n                192,\n                223,\n                255,\n                96,\n                143,\n                30,\n                32,\n                220,\n                7,\n                96,\n                242,\n                9,\n                224,\n                246,\n                29,\n                224,\n                238,\n                30,\n                224,\n                231,\n                240,\n                224,\n                193,\n                240,\n                96,\n                193,\n                240,\n                96,\n                193,\n                240,\n                96,\n                225,\n                252,\n                224,\n                239,\n                14,\n                224,\n                247,\n                13,\n                224,\n                242,\n                9,\n                224,\n                220,\n                7,\n                96,\n                143,\n                30,\n                32,\n                223,\n                255,\n                96,\n                127,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61450\n            }\n          },\n          {\n            \"encoding\": 137,\n            \"x\": 4,\n            \"y\": -2,\n            \"width\": 11,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 19,\n              \"pixelArray\": [\n                14,\n                0,\n                31,\n                0,\n                59,\n                128,\n                49,\n                128,\n                49,\n                128,\n                49,\n                128,\n                49,\n                128,\n                49,\n                128,\n                49,\n                128,\n                113,\n                192,\n                224,\n                224,\n                192,\n                96,\n                192,\n                96,\n                192,\n                96,\n                192,\n                96,\n                224,\n                224,\n                123,\n                192,\n                63,\n                128,\n                31,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61965\n            }\n          },\n          {\n            \"encoding\": 138,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 18,\n            \"height\": 17,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 17,\n              \"pixelArray\": [\n                62,\n                0,\n                0,\n                127,\n                0,\n                0,\n                99,\n                128,\n                0,\n                193,\n                192,\n                0,\n                192,\n                192,\n                0,\n                227,\n                192,\n                0,\n                115,\n                192,\n                0,\n                63,\n                220,\n                0,\n                31,\n                254,\n                0,\n                4,\n                119,\n                0,\n                0,\n                243,\n                128,\n                0,\n                209,\n                192,\n                0,\n                192,\n                192,\n                0,\n                225,\n                192,\n                0,\n                115,\n                128,\n                0,\n                63,\n                0,\n                0,\n                30,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\FontAwesome.14.bdf\",\n              \"encoding\": 61633\n            }\n          },\n          {\n            \"encoding\": 139,\n            \"x\": 0,\n            \"y\": -3,\n            \"width\": 17,\n            \"height\": 20,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 20,\n              \"pixelArray\": [\n                0,\n                96,\n                0,\n                1,\n                240,\n                0,\n                7,\n                28,\n                0,\n                13,\n                18,\n                0,\n                9,\n                34,\n                0,\n                9,\n                35,\n                128,\n                9,\n                36,\n                128,\n                9,\n                36,\n                128,\n                9,\n                36,\n                128,\n                120,\n                0,\n                128,\n                200,\n                0,\n                128,\n                136,\n                0,\n                128,\n                192,\n                0,\n                128,\n                64,\n                0,\n                128,\n                32,\n                0,\n                128,\n                48,\n                0,\n                128,\n                24,\n                0,\n                128,\n                8,\n                1,\n                128,\n                15,\n                255,\n                0,\n                3,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/FontAwesome.14.bdf\",\n              \"encoding\": 62038\n            }\n          },\n          {\n            \"encoding\": 140,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 17,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                224,\n                0,\n                7,\n                240,\n                0,\n                15,\n                120,\n                0,\n                28,\n                28,\n                0,\n                24,\n                12,\n                0,\n                24,\n                12,\n                0,\n                24,\n                12,\n                0,\n                24,\n                12,\n                0,\n                127,\n                255,\n                0,\n                255,\n                255,\n                128,\n                254,\n                63,\n                128,\n                252,\n                31,\n                128,\n                252,\n                31,\n                128,\n                254,\n                63,\n                128,\n                254,\n                63,\n                128,\n                254,\n                63,\n                128,\n                254,\n                63,\n                128,\n                252,\n                31,\n                128,\n                255,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61630\n            }\n          },\n          {\n            \"encoding\": 141,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                14,\n                14,\n                0,\n                24,\n                3,\n                0,\n                48,\n                1,\n                128,\n                96,\n                0,\n                192,\n                64,\n                0,\n                64,\n                192,\n                0,\n                96,\n                128,\n                0,\n                32,\n                128,\n                0,\n                32,\n                128,\n                0,\n                32,\n                128,\n                0,\n                32,\n                128,\n                0,\n                32,\n                192,\n                0,\n                96,\n                64,\n                0,\n                64,\n                96,\n                0,\n                192,\n                48,\n                1,\n                128,\n                24,\n                3,\n                0,\n                14,\n                14,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61884\n            }\n          },\n          {\n            \"encoding\": 142,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                14,\n                14,\n                0,\n                24,\n                3,\n                0,\n                48,\n                1,\n                128,\n                96,\n                0,\n                192,\n                65,\n                240,\n                64,\n                195,\n                248,\n                96,\n                135,\n                252,\n                32,\n                135,\n                252,\n                32,\n                135,\n                252,\n                32,\n                135,\n                252,\n                32,\n                135,\n                252,\n                32,\n                195,\n                248,\n                96,\n                65,\n                240,\n                64,\n                96,\n                0,\n                192,\n                48,\n                1,\n                128,\n                24,\n                3,\n                0,\n                14,\n                14,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62822\n            }\n          },\n          {\n            \"encoding\": 143,\n            \"x\": 4,\n            \"y\": -2,\n            \"width\": 11,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 19,\n              \"pixelArray\": [\n                0,\n                192,\n                1,\n                224,\n                3,\n                224,\n                7,\n                224,\n                15,\n                192,\n                31,\n                128,\n                63,\n                0,\n                126,\n                0,\n                252,\n                0,\n                248,\n                0,\n                252,\n                0,\n                126,\n                0,\n                63,\n                0,\n                31,\n                128,\n                15,\n                192,\n                7,\n                224,\n                3,\n                224,\n                1,\n                224,\n                0,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62601\n            }\n          },\n          {\n            \"encoding\": 144,\n            \"x\": 4,\n            \"y\": -2,\n            \"width\": 11,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 19,\n              \"pixelArray\": [\n                96,\n                0,\n                240,\n                0,\n                248,\n                0,\n                252,\n                0,\n                126,\n                0,\n                63,\n                0,\n                31,\n                128,\n                15,\n                192,\n                7,\n                224,\n                3,\n                224,\n                7,\n                224,\n                15,\n                192,\n                31,\n                128,\n                63,\n                0,\n                126,\n                0,\n                252,\n                0,\n                248,\n                0,\n                240,\n                0,\n                96,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62600\n            }\n          },\n          {\n            \"encoding\": 145,\n            \"x\": 0,\n            \"y\": 3,\n            \"width\": 19,\n            \"height\": 9,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 9,\n              \"pixelArray\": [\n                62,\n                15,\n                128,\n                127,\n                31,\n                192,\n                227,\n                184,\n                224,\n                225,\n                240,\n                224,\n                192,\n                224,\n                96,\n                225,\n                240,\n                224,\n                227,\n                184,\n                224,\n                127,\n                31,\n                192,\n                62,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 8734\n            }\n          },\n          {\n            \"encoding\": 146,\n            \"x\": 0,\n            \"y\": 5,\n            \"width\": 19,\n            \"height\": 5,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 5,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 8722\n            }\n          },\n          {\n            \"encoding\": 147,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                0,\n                64,\n                0,\n                4,\n                228,\n                0,\n                14,\n                226,\n                0,\n                6,\n                224,\n                0,\n                39,\n                224,\n                128,\n                123,\n                224,\n                192,\n                63,\n                224,\n                128,\n                12,\n                0,\n                0,\n                120,\n                0,\n                64,\n                248,\n                0,\n                96,\n                120,\n                0,\n                192,\n                8,\n                0,\n                0,\n                56,\n                1,\n                128,\n                120,\n                3,\n                192,\n                38,\n                4,\n                128,\n                6,\n                236,\n                0,\n                14,\n                238,\n                0,\n                4,\n                228,\n                0,\n                0,\n                64,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 62265\n            }\n          },\n          {\n            \"encoding\": 148,\n            \"x\": 4,\n            \"y\": -2,\n            \"width\": 13,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 19,\n              \"pixelArray\": [\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                6,\n                0,\n                6,\n                0,\n                6,\n                120,\n                6,\n                120,\n                230,\n                120,\n                230,\n                32,\n                230,\n                32,\n                70,\n                96,\n                71,\n                128,\n                102,\n                0,\n                62,\n                0,\n                6,\n                0,\n                6,\n                0,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61709\n            }\n          },\n          {\n            \"encoding\": 149,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                0,\n                32,\n                0,\n                0,\n                32,\n                0,\n                0,\n                32,\n                0,\n                0,\n                32,\n                0,\n                255,\n                255,\n                224,\n                8,\n                2,\n                0,\n                8,\n                2,\n                0,\n                8,\n                2,\n                0,\n                8,\n                2,\n                0,\n                63,\n                31,\n                128,\n                63,\n                31,\n                128,\n                63,\n                31,\n                128,\n                63,\n                31,\n                128,\n                63,\n                31,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61606\n            }\n          },\n          {\n            \"encoding\": 150,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                127,\n                255,\n                192,\n                128,\n                0,\n                32,\n                0,\n                0,\n                0,\n                108,\n                108,\n                192,\n                108,\n                108,\n                192,\n                108,\n                108,\n                192,\n                110,\n                108,\n                192,\n                110,\n                108,\n                192,\n                111,\n                108,\n                192,\n                109,\n                111,\n                192,\n                109,\n                239,\n                192,\n                108,\n                236,\n                192,\n                108,\n                236,\n                192,\n                108,\n                108,\n                192,\n                108,\n                108,\n                192,\n                108,\n                108,\n                192,\n                0,\n                0,\n                0,\n                128,\n                0,\n                32,\n                127,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.14.bdf\",\n              \"encoding\": 61674\n            }\n          }\n        ],\n        \"screenOrientation\": \"all\"\n      },\n      {\n        \"name\": \"medium\",\n        \"source\": {\n          \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\"\n        },\n        \"height\": 43,\n        \"ascent\": 35,\n        \"descent\": 8,\n        \"glyphs\": [\n          {\n            \"encoding\": 32,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 0,\n              \"height\": 0,\n              \"pixelArray\": []\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 32\n            }\n          },\n          {\n            \"encoding\": 33,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 4,\n            \"height\": 28,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224,\n                96,\n                96,\n                96,\n                96,\n                96,\n                96,\n                96,\n                0,\n                0,\n                0,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 33\n            }\n          },\n          {\n            \"encoding\": 34,\n            \"x\": 2,\n            \"y\": 19,\n            \"width\": 9,\n            \"height\": 9,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 9,\n              \"pixelArray\": [\n                243,\n                128,\n                243,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                128,\n                227,\n                0,\n                227,\n                0,\n                227,\n                0,\n                195,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 34\n            }\n          },\n          {\n            \"encoding\": 35,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                60,\n                15,\n                60,\n                15,\n                60,\n                14,\n                60,\n                14,\n                60,\n                30,\n                60,\n                30,\n                56,\n                30,\n                56,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                28,\n                120,\n                60,\n                120,\n                60,\n                112,\n                60,\n                112,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                56,\n                240,\n                56,\n                240,\n                120,\n                240,\n                120,\n                224,\n                120,\n                224,\n                121,\n                224,\n                121,\n                224,\n                121,\n                224,\n                113,\n                224,\n                113,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 35\n            }\n          },\n          {\n            \"encoding\": 36,\n            \"x\": 1,\n            \"y\": -3,\n            \"width\": 14,\n            \"height\": 34,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 34,\n              \"pixelArray\": [\n                3,\n                0,\n                3,\n                0,\n                3,\n                0,\n                15,\n                192,\n                63,\n                240,\n                127,\n                240,\n                124,\n                248,\n                248,\n                120,\n                248,\n                120,\n                248,\n                124,\n                248,\n                120,\n                248,\n                0,\n                252,\n                0,\n                126,\n                0,\n                127,\n                0,\n                63,\n                192,\n                31,\n                224,\n                15,\n                224,\n                7,\n                240,\n                3,\n                248,\n                1,\n                248,\n                0,\n                252,\n                16,\n                124,\n                240,\n                124,\n                240,\n                124,\n                248,\n                124,\n                120,\n                124,\n                124,\n                248,\n                63,\n                248,\n                63,\n                240,\n                15,\n                224,\n                1,\n                0,\n                1,\n                0,\n                1,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 36\n            }\n          },\n          {\n            \"encoding\": 37,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 30,\n            \"height\": 28,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 28,\n              \"pixelArray\": [\n                31,\n                128,\n                112,\n                0,\n                63,\n                192,\n                112,\n                0,\n                127,\n                224,\n                240,\n                0,\n                121,\n                224,\n                224,\n                0,\n                112,\n                240,\n                224,\n                0,\n                240,\n                240,\n                224,\n                0,\n                240,\n                241,\n                224,\n                0,\n                240,\n                241,\n                192,\n                0,\n                240,\n                241,\n                192,\n                0,\n                240,\n                241,\n                192,\n                0,\n                240,\n                243,\n                128,\n                0,\n                112,\n                243,\n                128,\n                0,\n                121,\n                227,\n                128,\n                0,\n                127,\n                227,\n                143,\n                224,\n                63,\n                199,\n                31,\n                240,\n                31,\n                135,\n                31,\n                248,\n                0,\n                7,\n                60,\n                120,\n                0,\n                15,\n                60,\n                56,\n                0,\n                14,\n                60,\n                60,\n                0,\n                14,\n                60,\n                60,\n                0,\n                14,\n                60,\n                60,\n                0,\n                30,\n                60,\n                60,\n                0,\n                28,\n                60,\n                60,\n                0,\n                28,\n                60,\n                120,\n                0,\n                28,\n                62,\n                120,\n                0,\n                56,\n                31,\n                248,\n                0,\n                56,\n                15,\n                240,\n                0,\n                56,\n                7,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 37\n            }\n          },\n          {\n            \"encoding\": 38,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 28,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                128,\n                63,\n                224,\n                63,\n                224,\n                125,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                121,\n                240,\n                121,\n                224,\n                61,\n                192,\n                63,\n                192,\n                31,\n                128,\n                31,\n                0,\n                63,\n                0,\n                63,\n                15,\n                127,\n                143,\n                127,\n                142,\n                243,\n                222,\n                241,\n                254,\n                241,\n                254,\n                240,\n                252,\n                240,\n                252,\n                240,\n                252,\n                251,\n                255,\n                127,\n                255,\n                127,\n                207,\n                31,\n                7\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 38\n            }\n          },\n          {\n            \"encoding\": 39,\n            \"x\": 2,\n            \"y\": 19,\n            \"width\": 4,\n            \"height\": 9,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 9,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                224,\n                224,\n                224,\n                224,\n                224,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 39\n            }\n          },\n          {\n            \"encoding\": 40,\n            \"x\": 2,\n            \"y\": -6,\n            \"width\": 7,\n            \"height\": 34,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 34,\n              \"pixelArray\": [\n                6,\n                30,\n                62,\n                62,\n                60,\n                120,\n                120,\n                120,\n                120,\n                248,\n                248,\n                248,\n                248,\n                248,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                248,\n                248,\n                248,\n                248,\n                120,\n                120,\n                120,\n                120,\n                124,\n                60,\n                62,\n                30,\n                14\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 40\n            }\n          },\n          {\n            \"encoding\": 41,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 7,\n            \"height\": 34,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 34,\n              \"pixelArray\": [\n                224,\n                240,\n                248,\n                124,\n                60,\n                60,\n                62,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                30,\n                62,\n                60,\n                60,\n                124,\n                248,\n                240,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 41\n            }\n          },\n          {\n            \"encoding\": 42,\n            \"x\": 1,\n            \"y\": 16,\n            \"width\": 12,\n            \"height\": 12,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 12,\n              \"pixelArray\": [\n                7,\n                0,\n                7,\n                0,\n                71,\n                32,\n                103,\n                96,\n                127,\n                240,\n                255,\n                224,\n                15,\n                128,\n                15,\n                128,\n                31,\n                192,\n                61,\n                192,\n                57,\n                224,\n                8,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 42\n            }\n          },\n          {\n            \"encoding\": 43,\n            \"x\": 1,\n            \"y\": 7,\n            \"width\": 13,\n            \"height\": 14,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 14,\n              \"pixelArray\": [\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 43\n            }\n          },\n          {\n            \"encoding\": 44,\n            \"x\": 1,\n            \"y\": -5,\n            \"width\": 5,\n            \"height\": 10,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 10,\n              \"pixelArray\": [\n                248,\n                248,\n                248,\n                248,\n                248,\n                24,\n                48,\n                112,\n                96,\n                64\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 44\n            }\n          },\n          {\n            \"encoding\": 45,\n            \"x\": 2,\n            \"y\": 9,\n            \"width\": 8,\n            \"height\": 3,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 3,\n              \"pixelArray\": [\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 45\n            }\n          },\n          {\n            \"encoding\": 46,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 4,\n            \"height\": 5,\n            \"dx\": 7,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 5,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 46\n            }\n          },\n          {\n            \"encoding\": 47,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 28,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 28,\n              \"pixelArray\": [\n                0,\n                224,\n                1,\n                192,\n                1,\n                192,\n                1,\n                192,\n                1,\n                192,\n                3,\n                128,\n                3,\n                128,\n                3,\n                128,\n                7,\n                128,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                15,\n                0,\n                14,\n                0,\n                14,\n                0,\n                14,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                60,\n                0,\n                56,\n                0,\n                56,\n                0,\n                56,\n                0,\n                120,\n                0,\n                112,\n                0,\n                112,\n                0,\n                112,\n                0,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 47\n            }\n          },\n          {\n            \"encoding\": 48,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                7,\n                192,\n                31,\n                240,\n                63,\n                248,\n                127,\n                248,\n                124,\n                124,\n                120,\n                124,\n                120,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                120,\n                60,\n                120,\n                124,\n                124,\n                124,\n                127,\n                248,\n                63,\n                248,\n                31,\n                240,\n                7,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 48\n            }\n          },\n          {\n            \"encoding\": 49,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 28,\n              \"pixelArray\": [\n                7,\n                128,\n                15,\n                128,\n                63,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                143,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 49\n            }\n          },\n          {\n            \"encoding\": 50,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                224,\n                127,\n                240,\n                127,\n                248,\n                248,\n                248,\n                248,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                0,\n                248,\n                0,\n                248,\n                1,\n                240,\n                1,\n                240,\n                3,\n                224,\n                7,\n                224,\n                7,\n                192,\n                15,\n                128,\n                15,\n                128,\n                31,\n                0,\n                62,\n                0,\n                62,\n                0,\n                124,\n                0,\n                124,\n                0,\n                248,\n                0,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 50\n            }\n          },\n          {\n            \"encoding\": 51,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                31,\n                240,\n                63,\n                248,\n                124,\n                252,\n                120,\n                124,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                0,\n                60,\n                0,\n                124,\n                0,\n                124,\n                3,\n                248,\n                3,\n                240,\n                3,\n                240,\n                3,\n                248,\n                0,\n                252,\n                0,\n                124,\n                0,\n                60,\n                0,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                120,\n                124,\n                124,\n                124,\n                127,\n                248,\n                63,\n                248,\n                31,\n                240,\n                15,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 51\n            }\n          },\n          {\n            \"encoding\": 52,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                1,\n                240,\n                3,\n                240,\n                3,\n                240,\n                3,\n                240,\n                7,\n                240,\n                7,\n                240,\n                15,\n                240,\n                14,\n                240,\n                30,\n                240,\n                30,\n                240,\n                28,\n                240,\n                60,\n                240,\n                60,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                240,\n                240,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 52\n            }\n          },\n          {\n            \"encoding\": 53,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                240,\n                255,\n                240,\n                255,\n                240,\n                255,\n                240,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                247,\n                192,\n                255,\n                240,\n                255,\n                240,\n                248,\n                248,\n                240,\n                120,\n                0,\n                120,\n                0,\n                120,\n                0,\n                120,\n                0,\n                120,\n                0,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                248,\n                248,\n                252,\n                240,\n                127,\n                240,\n                63,\n                224,\n                31,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 53\n            }\n          },\n          {\n            \"encoding\": 54,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                224,\n                127,\n                240,\n                124,\n                248,\n                248,\n                120,\n                248,\n                120,\n                240,\n                120,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                247,\n                224,\n                255,\n                240,\n                255,\n                248,\n                248,\n                248,\n                240,\n                120,\n                240,\n                120,\n                240,\n                124,\n                240,\n                124,\n                240,\n                124,\n                240,\n                124,\n                240,\n                120,\n                240,\n                120,\n                248,\n                248,\n                125,\n                248,\n                127,\n                240,\n                63,\n                224,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 54\n            }\n          },\n          {\n            \"encoding\": 55,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                240,\n                255,\n                240,\n                255,\n                240,\n                1,\n                240,\n                1,\n                224,\n                1,\n                224,\n                1,\n                224,\n                3,\n                224,\n                3,\n                224,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                7,\n                192,\n                7,\n                192,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                31,\n                0,\n                31,\n                0,\n                30,\n                0,\n                30,\n                0,\n                62,\n                0,\n                62,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 55\n            }\n          },\n          {\n            \"encoding\": 56,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                31,\n                240,\n                63,\n                248,\n                124,\n                248,\n                120,\n                120,\n                120,\n                124,\n                120,\n                124,\n                120,\n                124,\n                120,\n                124,\n                120,\n                120,\n                124,\n                248,\n                63,\n                240,\n                31,\n                240,\n                31,\n                240,\n                63,\n                248,\n                124,\n                120,\n                120,\n                124,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                120,\n                60,\n                120,\n                124,\n                124,\n                248,\n                63,\n                248,\n                31,\n                240,\n                15,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 56\n            }\n          },\n          {\n            \"encoding\": 57,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                7,\n                192,\n                31,\n                240,\n                63,\n                248,\n                126,\n                248,\n                124,\n                124,\n                120,\n                124,\n                120,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                120,\n                60,\n                120,\n                124,\n                124,\n                252,\n                127,\n                252,\n                63,\n                252,\n                15,\n                188,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                120,\n                60,\n                120,\n                124,\n                120,\n                124,\n                124,\n                248,\n                63,\n                248,\n                31,\n                240,\n                15,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 57\n            }\n          },\n          {\n            \"encoding\": 58,\n            \"x\": 2,\n            \"y\": 3,\n            \"width\": 4,\n            \"height\": 16,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 16,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                240,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 58\n            }\n          },\n          {\n            \"encoding\": 59,\n            \"x\": 2,\n            \"y\": -2,\n            \"width\": 4,\n            \"height\": 22,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 22,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                240,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                240,\n                240,\n                240,\n                240,\n                240,\n                48,\n                48,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 59\n            }\n          },\n          {\n            \"encoding\": 60,\n            \"x\": 1,\n            \"y\": 2,\n            \"width\": 10,\n            \"height\": 18,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 18,\n              \"pixelArray\": [\n                0,\n                64,\n                1,\n                192,\n                3,\n                192,\n                7,\n                192,\n                31,\n                128,\n                63,\n                0,\n                252,\n                0,\n                248,\n                0,\n                240,\n                0,\n                240,\n                0,\n                252,\n                0,\n                126,\n                0,\n                63,\n                0,\n                15,\n                192,\n                7,\n                192,\n                3,\n                192,\n                0,\n                192,\n                0,\n                64\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 60\n            }\n          },\n          {\n            \"encoding\": 61,\n            \"x\": 2,\n            \"y\": 9,\n            \"width\": 10,\n            \"height\": 9,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 9,\n              \"pixelArray\": [\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 61\n            }\n          },\n          {\n            \"encoding\": 62,\n            \"x\": 2,\n            \"y\": 2,\n            \"width\": 10,\n            \"height\": 18,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 18,\n              \"pixelArray\": [\n                128,\n                0,\n                192,\n                0,\n                240,\n                0,\n                248,\n                0,\n                126,\n                0,\n                63,\n                0,\n                31,\n                128,\n                7,\n                192,\n                3,\n                192,\n                7,\n                192,\n                15,\n                192,\n                31,\n                128,\n                127,\n                0,\n                252,\n                0,\n                248,\n                0,\n                224,\n                0,\n                192,\n                0,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 62\n            }\n          },\n          {\n            \"encoding\": 63,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                240,\n                127,\n                248,\n                127,\n                248,\n                120,\n                252,\n                248,\n                124,\n                248,\n                124,\n                120,\n                124,\n                96,\n                124,\n                0,\n                124,\n                0,\n                120,\n                0,\n                248,\n                1,\n                240,\n                1,\n                224,\n                3,\n                224,\n                7,\n                192,\n                15,\n                128,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                0,\n                0,\n                0,\n                0,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0,\n                15,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 63\n            }\n          },\n          {\n            \"encoding\": 64,\n            \"x\": 2,\n            \"y\": -4,\n            \"width\": 28,\n            \"height\": 32,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 32,\n              \"pixelArray\": [\n                0,\n                31,\n                224,\n                0,\n                0,\n                255,\n                252,\n                0,\n                1,\n                255,\n                254,\n                0,\n                7,\n                248,\n                63,\n                0,\n                15,\n                192,\n                15,\n                128,\n                15,\n                0,\n                3,\n                192,\n                30,\n                0,\n                1,\n                192,\n                62,\n                15,\n                121,\n                224,\n                60,\n                31,\n                248,\n                224,\n                120,\n                63,\n                240,\n                224,\n                120,\n                126,\n                240,\n                224,\n                120,\n                120,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                241,\n                240,\n                240,\n                224,\n                241,\n                224,\n                240,\n                224,\n                241,\n                224,\n                224,\n                224,\n                241,\n                224,\n                224,\n                224,\n                241,\n                225,\n                225,\n                224,\n                241,\n                241,\n                225,\n                192,\n                240,\n                255,\n                227,\n                128,\n                240,\n                254,\n                255,\n                128,\n                240,\n                126,\n                255,\n                0,\n                112,\n                60,\n                124,\n                0,\n                120,\n                0,\n                0,\n                0,\n                124,\n                0,\n                0,\n                0,\n                62,\n                0,\n                0,\n                0,\n                31,\n                0,\n                0,\n                0,\n                31,\n                192,\n                48,\n                0,\n                7,\n                255,\n                248,\n                0,\n                3,\n                255,\n                248,\n                0,\n                0,\n                255,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 64\n            }\n          },\n          {\n            \"encoding\": 65,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 28,\n              \"pixelArray\": [\n                7,\n                192,\n                7,\n                192,\n                7,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                14,\n                240,\n                30,\n                240,\n                30,\n                240,\n                30,\n                240,\n                30,\n                240,\n                30,\n                120,\n                62,\n                120,\n                60,\n                120,\n                60,\n                120,\n                60,\n                120,\n                60,\n                124,\n                127,\n                252,\n                127,\n                252,\n                127,\n                252,\n                120,\n                60,\n                120,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                30,\n                240,\n                30,\n                240,\n                31\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 65\n            }\n          },\n          {\n            \"encoding\": 66,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                192,\n                255,\n                240,\n                255,\n                248,\n                248,\n                252,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                124,\n                248,\n                248,\n                255,\n                240,\n                255,\n                240,\n                255,\n                248,\n                248,\n                124,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                252,\n                255,\n                252,\n                255,\n                248,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 66\n            }\n          },\n          {\n            \"encoding\": 67,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                240,\n                127,\n                248,\n                124,\n                252,\n                248,\n                124,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                60,\n                248,\n                124,\n                124,\n                252,\n                127,\n                248,\n                63,\n                240,\n                15,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 67\n            }\n          },\n          {\n            \"encoding\": 68,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                192,\n                255,\n                240,\n                255,\n                248,\n                248,\n                252,\n                248,\n                124,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                248,\n                124,\n                248,\n                252,\n                255,\n                248,\n                255,\n                240,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 68\n            }\n          },\n          {\n            \"encoding\": 69,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                224,\n                255,\n                224,\n                255,\n                224,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                255,\n                224,\n                255,\n                224,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 69\n            }\n          },\n          {\n            \"encoding\": 70,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                224,\n                255,\n                224,\n                255,\n                224,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 70\n            }\n          },\n          {\n            \"encoding\": 71,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                224,\n                63,\n                240,\n                127,\n                248,\n                124,\n                124,\n                248,\n                60,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                249,\n                254,\n                249,\n                254,\n                249,\n                254,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                124,\n                254,\n                127,\n                254,\n                63,\n                222,\n                15,\n                158\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 71\n            }\n          },\n          {\n            \"encoding\": 72,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 72\n            }\n          },\n          {\n            \"encoding\": 73,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 5,\n            \"height\": 28,\n            \"dx\": 9,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 73\n            }\n          },\n          {\n            \"encoding\": 74,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 28,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                128,\n                63,\n                0,\n                255,\n                0,\n                254,\n                0,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 74\n            }\n          },\n          {\n            \"encoding\": 75,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                62,\n                248,\n                124,\n                248,\n                124,\n                248,\n                120,\n                248,\n                248,\n                248,\n                248,\n                249,\n                240,\n                249,\n                240,\n                249,\n                224,\n                251,\n                224,\n                251,\n                224,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                224,\n                251,\n                224,\n                249,\n                224,\n                249,\n                240,\n                249,\n                240,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                124,\n                248,\n                124,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 75\n            }\n          },\n          {\n            \"encoding\": 76,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                255,\n                224,\n                255,\n                224,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 76\n            }\n          },\n          {\n            \"encoding\": 77,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 28,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                7,\n                192,\n                252,\n                7,\n                192,\n                252,\n                7,\n                192,\n                252,\n                7,\n                192,\n                252,\n                15,\n                192,\n                252,\n                15,\n                192,\n                254,\n                15,\n                192,\n                254,\n                15,\n                192,\n                254,\n                15,\n                192,\n                254,\n                29,\n                192,\n                254,\n                29,\n                192,\n                255,\n                29,\n                192,\n                247,\n                29,\n                192,\n                247,\n                29,\n                192,\n                247,\n                57,\n                192,\n                247,\n                57,\n                192,\n                243,\n                185,\n                192,\n                243,\n                185,\n                192,\n                243,\n                249,\n                192,\n                243,\n                241,\n                192,\n                243,\n                241,\n                192,\n                241,\n                241,\n                192,\n                241,\n                241,\n                192,\n                241,\n                241,\n                192,\n                241,\n                225,\n                224,\n                241,\n                225,\n                224,\n                240,\n                225,\n                224,\n                240,\n                225,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 77\n            }\n          },\n          {\n            \"encoding\": 78,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                60,\n                240,\n                60,\n                240,\n                60,\n                248,\n                60,\n                248,\n                60,\n                252,\n                60,\n                252,\n                60,\n                252,\n                60,\n                254,\n                60,\n                254,\n                60,\n                255,\n                60,\n                255,\n                60,\n                255,\n                60,\n                247,\n                188,\n                247,\n                188,\n                243,\n                252,\n                243,\n                252,\n                241,\n                252,\n                241,\n                252,\n                241,\n                252,\n                240,\n                252,\n                240,\n                252,\n                240,\n                124,\n                240,\n                124,\n                240,\n                124,\n                240,\n                60,\n                240,\n                60,\n                240,\n                28\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 78\n            }\n          },\n          {\n            \"encoding\": 79,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                240,\n                127,\n                248,\n                124,\n                252,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                124,\n                124,\n                127,\n                248,\n                63,\n                240,\n                15,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 80,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                224,\n                255,\n                240,\n                255,\n                248,\n                248,\n                252,\n                248,\n                124,\n                248,\n                60,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                248,\n                60,\n                248,\n                124,\n                255,\n                248,\n                255,\n                248,\n                255,\n                224,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 80\n            }\n          },\n          {\n            \"encoding\": 81,\n            \"x\": 2,\n            \"y\": -5,\n            \"width\": 15,\n            \"height\": 33,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 33,\n              \"pixelArray\": [\n                15,\n                192,\n                63,\n                240,\n                127,\n                248,\n                124,\n                252,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                124,\n                124,\n                127,\n                248,\n                63,\n                240,\n                15,\n                224,\n                0,\n                240,\n                0,\n                120,\n                0,\n                60,\n                0,\n                24,\n                0,\n                8\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 81\n            }\n          },\n          {\n            \"encoding\": 82,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                192,\n                255,\n                240,\n                255,\n                248,\n                248,\n                252,\n                248,\n                124,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                248,\n                124,\n                248,\n                252,\n                255,\n                252,\n                255,\n                248,\n                255,\n                224,\n                249,\n                240,\n                249,\n                240,\n                248,\n                240,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                120,\n                248,\n                124,\n                248,\n                124,\n                248,\n                124,\n                248,\n                60,\n                248,\n                62,\n                248,\n                62\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 82\n            }\n          },\n          {\n            \"encoding\": 83,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                15,\n                192,\n                31,\n                240,\n                63,\n                248,\n                124,\n                248,\n                120,\n                120,\n                248,\n                124,\n                248,\n                60,\n                248,\n                56,\n                252,\n                0,\n                126,\n                0,\n                127,\n                0,\n                63,\n                128,\n                63,\n                192,\n                31,\n                224,\n                15,\n                240,\n                7,\n                248,\n                1,\n                248,\n                0,\n                252,\n                0,\n                124,\n                24,\n                124,\n                248,\n                60,\n                248,\n                60,\n                120,\n                60,\n                120,\n                60,\n                126,\n                124,\n                63,\n                248,\n                31,\n                240,\n                7,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 83\n            }\n          },\n          {\n            \"encoding\": 84,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                255,\n                252,\n                255,\n                252,\n                255,\n                252,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 84\n            }\n          },\n          {\n            \"encoding\": 85,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                62,\n                248,\n                60,\n                248,\n                124,\n                124,\n                252,\n                127,\n                248,\n                63,\n                240,\n                15,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 85\n            }\n          },\n          {\n            \"encoding\": 86,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 28,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                30,\n                240,\n                30,\n                248,\n                62,\n                248,\n                62,\n                120,\n                60,\n                120,\n                60,\n                120,\n                60,\n                120,\n                60,\n                124,\n                124,\n                60,\n                120,\n                60,\n                120,\n                60,\n                120,\n                60,\n                120,\n                62,\n                120,\n                30,\n                248,\n                30,\n                240,\n                30,\n                240,\n                30,\n                240,\n                30,\n                240,\n                15,\n                240,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                7,\n                192,\n                7,\n                192,\n                7,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 86\n            }\n          },\n          {\n            \"encoding\": 87,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 28,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                120,\n                60,\n                240,\n                120,\n                120,\n                240,\n                120,\n                120,\n                120,\n                120,\n                120,\n                120,\n                248,\n                120,\n                120,\n                248,\n                120,\n                120,\n                252,\n                120,\n                120,\n                252,\n                120,\n                120,\n                252,\n                112,\n                120,\n                252,\n                240,\n                56,\n                252,\n                240,\n                61,\n                252,\n                240,\n                61,\n                220,\n                240,\n                61,\n                206,\n                240,\n                61,\n                206,\n                240,\n                61,\n                206,\n                240,\n                61,\n                206,\n                224,\n                63,\n                207,\n                224,\n                31,\n                143,\n                224,\n                31,\n                135,\n                224,\n                31,\n                135,\n                224,\n                31,\n                135,\n                224,\n                31,\n                135,\n                224,\n                31,\n                135,\n                192,\n                31,\n                7,\n                192,\n                15,\n                3,\n                192,\n                15,\n                3,\n                192,\n                15,\n                3,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 87\n            }\n          },\n          {\n            \"encoding\": 88,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                31,\n                124,\n                30,\n                124,\n                30,\n                60,\n                62,\n                62,\n                60,\n                30,\n                60,\n                31,\n                120,\n                31,\n                120,\n                15,\n                120,\n                15,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                224,\n                3,\n                224,\n                7,\n                224,\n                7,\n                224,\n                7,\n                240,\n                15,\n                240,\n                15,\n                240,\n                31,\n                248,\n                30,\n                120,\n                30,\n                124,\n                62,\n                124,\n                60,\n                60,\n                60,\n                62,\n                120,\n                30,\n                120,\n                31,\n                248,\n                31\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 88\n            }\n          },\n          {\n            \"encoding\": 89,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                31,\n                120,\n                30,\n                124,\n                30,\n                124,\n                62,\n                60,\n                60,\n                60,\n                60,\n                62,\n                124,\n                30,\n                124,\n                30,\n                120,\n                31,\n                120,\n                15,\n                248,\n                15,\n                240,\n                15,\n                240,\n                7,\n                240,\n                7,\n                224,\n                7,\n                224,\n                7,\n                224,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192,\n                3,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 89\n            }\n          },\n          {\n            \"encoding\": 90,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 28,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 28,\n              \"pixelArray\": [\n                127,\n                240,\n                127,\n                240,\n                127,\n                240,\n                1,\n                240,\n                1,\n                240,\n                1,\n                224,\n                3,\n                224,\n                3,\n                224,\n                3,\n                192,\n                7,\n                192,\n                7,\n                192,\n                7,\n                128,\n                15,\n                128,\n                15,\n                128,\n                15,\n                0,\n                31,\n                0,\n                31,\n                0,\n                30,\n                0,\n                62,\n                0,\n                62,\n                0,\n                60,\n                0,\n                124,\n                0,\n                124,\n                0,\n                120,\n                0,\n                248,\n                0,\n                255,\n                240,\n                255,\n                240,\n                255,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 90\n            }\n          },\n          {\n            \"encoding\": 91,\n            \"x\": 2,\n            \"y\": -6,\n            \"width\": 8,\n            \"height\": 34,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 34,\n              \"pixelArray\": [\n                255,\n                255,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 91\n            }\n          },\n          {\n            \"encoding\": 92,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 28,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 28,\n              \"pixelArray\": [\n                224,\n                0,\n                112,\n                0,\n                112,\n                0,\n                112,\n                0,\n                120,\n                0,\n                56,\n                0,\n                56,\n                0,\n                56,\n                0,\n                60,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                14,\n                0,\n                14,\n                0,\n                14,\n                0,\n                15,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                0,\n                7,\n                128,\n                3,\n                128,\n                3,\n                128,\n                3,\n                128,\n                1,\n                192,\n                1,\n                192,\n                1,\n                192,\n                1,\n                192,\n                0,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 92\n            }\n          },\n          {\n            \"encoding\": 93,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 8,\n            \"height\": 34,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 34,\n              \"pixelArray\": [\n                255,\n                255,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                15,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 93\n            }\n          },\n          {\n            \"encoding\": 94,\n            \"x\": 1,\n            \"y\": 17,\n            \"width\": 13,\n            \"height\": 11,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 11,\n              \"pixelArray\": [\n                15,\n                128,\n                15,\n                128,\n                15,\n                192,\n                31,\n                192,\n                29,\n                192,\n                61,\n                224,\n                60,\n                224,\n                56,\n                240,\n                120,\n                240,\n                120,\n                112,\n                240,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 94\n            }\n          },\n          {\n            \"encoding\": 95,\n            \"x\": 0,\n            \"y\": -5,\n            \"width\": 12,\n            \"height\": 3,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 3,\n              \"pixelArray\": [\n                255,\n                240,\n                255,\n                240,\n                255,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 95\n            }\n          },\n          {\n            \"encoding\": 96,\n            \"x\": 2,\n            \"y\": 21,\n            \"width\": 6,\n            \"height\": 7,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 7,\n              \"pixelArray\": [\n                240,\n                120,\n                120,\n                56,\n                56,\n                28,\n                28\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 96\n            }\n          },\n          {\n            \"encoding\": 97,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 20,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 20,\n              \"pixelArray\": [\n                15,\n                128,\n                63,\n                224,\n                127,\n                240,\n                125,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                0,\n                240,\n                3,\n                240,\n                15,\n                240,\n                62,\n                240,\n                124,\n                240,\n                120,\n                240,\n                248,\n                240,\n                248,\n                240,\n                248,\n                240,\n                249,\n                240,\n                127,\n                240,\n                126,\n                248,\n                28,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 97\n            }\n          },\n          {\n            \"encoding\": 98,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                243,\n                192,\n                247,\n                224,\n                255,\n                240,\n                249,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                249,\n                240,\n                255,\n                240,\n                255,\n                224,\n                243,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 98\n            }\n          },\n          {\n            \"encoding\": 99,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 20,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 20,\n              \"pixelArray\": [\n                15,\n                128,\n                63,\n                224,\n                127,\n                240,\n                125,\n                240,\n                120,\n                240,\n                248,\n                240,\n                248,\n                240,\n                248,\n                240,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                240,\n                248,\n                240,\n                248,\n                240,\n                120,\n                240,\n                125,\n                240,\n                127,\n                240,\n                63,\n                224,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 99\n            }\n          },\n          {\n            \"encoding\": 100,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 28,\n              \"pixelArray\": [\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                30,\n                248,\n                63,\n                248,\n                127,\n                248,\n                124,\n                248,\n                120,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                120,\n                248,\n                124,\n                248,\n                127,\n                248,\n                63,\n                248,\n                30,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 100\n            }\n          },\n          {\n            \"encoding\": 101,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 20,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 20,\n              \"pixelArray\": [\n                15,\n                128,\n                63,\n                224,\n                127,\n                224,\n                125,\n                240,\n                120,\n                240,\n                248,\n                240,\n                248,\n                240,\n                248,\n                240,\n                255,\n                240,\n                255,\n                240,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                240,\n                248,\n                240,\n                120,\n                240,\n                125,\n                240,\n                127,\n                240,\n                63,\n                224,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 101\n            }\n          },\n          {\n            \"encoding\": 102,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 27,\n            \"dx\": 10,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 27,\n              \"pixelArray\": [\n                15,\n                128,\n                31,\n                128,\n                63,\n                128,\n                62,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 102\n            }\n          },\n          {\n            \"encoding\": 103,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 15,\n            \"height\": 26,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 26,\n              \"pixelArray\": [\n                15,\n                140,\n                63,\n                220,\n                127,\n                254,\n                121,\n                240,\n                120,\n                240,\n                120,\n                240,\n                248,\n                240,\n                248,\n                240,\n                248,\n                240,\n                120,\n                240,\n                120,\n                240,\n                127,\n                240,\n                63,\n                224,\n                63,\n                192,\n                112,\n                0,\n                240,\n                0,\n                255,\n                192,\n                127,\n                240,\n                63,\n                248,\n                120,\n                248,\n                240,\n                56,\n                240,\n                56,\n                248,\n                120,\n                255,\n                248,\n                255,\n                240,\n                63,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 103\n            }\n          },\n          {\n            \"encoding\": 104,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                241,\n                224,\n                247,\n                240,\n                255,\n                240,\n                253,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 104\n            }\n          },\n          {\n            \"encoding\": 105,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 4,\n            \"height\": 27,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 27,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                0,\n                0,\n                0,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 105\n            }\n          },\n          {\n            \"encoding\": 106,\n            \"x\": 0,\n            \"y\": -5,\n            \"width\": 7,\n            \"height\": 32,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 32,\n              \"pixelArray\": [\n                62,\n                62,\n                62,\n                62,\n                0,\n                0,\n                0,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                62,\n                126,\n                252,\n                252,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 106\n            }\n          },\n          {\n            \"encoding\": 107,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 28,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 28,\n              \"pixelArray\": [\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                124,\n                240,\n                248,\n                240,\n                240,\n                241,\n                240,\n                243,\n                224,\n                243,\n                224,\n                247,\n                192,\n                247,\n                192,\n                255,\n                128,\n                255,\n                192,\n                251,\n                192,\n                251,\n                224,\n                241,\n                224,\n                241,\n                224,\n                241,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                248,\n                240,\n                120,\n                240,\n                124\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 107\n            }\n          },\n          {\n            \"encoding\": 108,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 5,\n            \"height\": 28,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 5,\n              \"height\": 28,\n              \"pixelArray\": [\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 108\n            }\n          },\n          {\n            \"encoding\": 109,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 20,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 20,\n              \"pixelArray\": [\n                243,\n                195,\n                192,\n                247,\n                231,\n                224,\n                255,\n                255,\n                240,\n                249,\n                249,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 109\n            }\n          },\n          {\n            \"encoding\": 110,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 20,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 20,\n              \"pixelArray\": [\n                241,\n                224,\n                247,\n                224,\n                255,\n                240,\n                249,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 110\n            }\n          },\n          {\n            \"encoding\": 111,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 20,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 20,\n              \"pixelArray\": [\n                15,\n                128,\n                63,\n                224,\n                127,\n                240,\n                125,\n                240,\n                120,\n                240,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                120,\n                240,\n                125,\n                240,\n                127,\n                240,\n                63,\n                224,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 111\n            }\n          },\n          {\n            \"encoding\": 112,\n            \"x\": 2,\n            \"y\": -6,\n            \"width\": 12,\n            \"height\": 26,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 26,\n              \"pixelArray\": [\n                243,\n                192,\n                255,\n                224,\n                255,\n                240,\n                249,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                249,\n                240,\n                255,\n                224,\n                255,\n                224,\n                243,\n                192,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 112\n            }\n          },\n          {\n            \"encoding\": 113,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 13,\n            \"height\": 26,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 26,\n              \"pixelArray\": [\n                30,\n                248,\n                63,\n                248,\n                127,\n                248,\n                124,\n                248,\n                120,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                120,\n                248,\n                124,\n                248,\n                127,\n                248,\n                63,\n                248,\n                30,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248,\n                0,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 113\n            }\n          },\n          {\n            \"encoding\": 114,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 20,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 20,\n              \"pixelArray\": [\n                241,\n                128,\n                247,\n                128,\n                247,\n                128,\n                255,\n                128,\n                252,\n                128,\n                248,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 114\n            }\n          },\n          {\n            \"encoding\": 115,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 11,\n            \"height\": 20,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 11,\n              \"height\": 20,\n              \"pixelArray\": [\n                31,\n                0,\n                63,\n                128,\n                127,\n                192,\n                249,\n                224,\n                241,\n                224,\n                240,\n                192,\n                248,\n                0,\n                124,\n                0,\n                126,\n                0,\n                63,\n                0,\n                31,\n                128,\n                15,\n                192,\n                3,\n                224,\n                17,\n                224,\n                225,\n                224,\n                241,\n                224,\n                249,\n                224,\n                127,\n                224,\n                63,\n                192,\n                31,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 115\n            }\n          },\n          {\n            \"encoding\": 116,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 26,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 26,\n              \"pixelArray\": [\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                124,\n                0,\n                60,\n                0,\n                62,\n                0,\n                63,\n                128,\n                31,\n                128,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 116\n            }\n          },\n          {\n            \"encoding\": 117,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 12,\n            \"height\": 20,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 20,\n              \"pixelArray\": [\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                241,\n                240,\n                251,\n                240,\n                255,\n                240,\n                255,\n                240,\n                121,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 117\n            }\n          },\n          {\n            \"encoding\": 118,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 13,\n            \"height\": 20,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 20,\n              \"pixelArray\": [\n                248,\n                120,\n                120,\n                248,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                124,\n                240,\n                60,\n                240,\n                60,\n                240,\n                61,\n                224,\n                61,\n                224,\n                61,\n                224,\n                29,\n                224,\n                29,\n                224,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                15,\n                192,\n                15,\n                192,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 118\n            }\n          },\n          {\n            \"encoding\": 119,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 20,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 20,\n              \"pixelArray\": [\n                241,\n                227,\n                192,\n                241,\n                227,\n                192,\n                241,\n                227,\n                128,\n                241,\n                227,\n                128,\n                241,\n                227,\n                128,\n                115,\n                231,\n                128,\n                115,\n                231,\n                128,\n                115,\n                247,\n                128,\n                123,\n                247,\n                128,\n                123,\n                247,\n                0,\n                123,\n                119,\n                0,\n                63,\n                55,\n                0,\n                63,\n                55,\n                0,\n                63,\n                63,\n                0,\n                63,\n                63,\n                0,\n                62,\n                62,\n                0,\n                62,\n                62,\n                0,\n                62,\n                30,\n                0,\n                30,\n                30,\n                0,\n                30,\n                30,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 119\n            }\n          },\n          {\n            \"encoding\": 120,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 20,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 20,\n              \"pixelArray\": [\n                248,\n                120,\n                120,\n                120,\n                124,\n                240,\n                60,\n                240,\n                62,\n                224,\n                31,\n                224,\n                31,\n                224,\n                15,\n                192,\n                15,\n                192,\n                15,\n                128,\n                15,\n                128,\n                15,\n                192,\n                31,\n                192,\n                31,\n                224,\n                61,\n                224,\n                61,\n                240,\n                60,\n                240,\n                120,\n                240,\n                120,\n                248,\n                240,\n                124\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 120\n            }\n          },\n          {\n            \"encoding\": 121,\n            \"x\": 0,\n            \"y\": -5,\n            \"width\": 13,\n            \"height\": 25,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 25,\n              \"pixelArray\": [\n                248,\n                120,\n                120,\n                120,\n                120,\n                120,\n                120,\n                120,\n                120,\n                248,\n                60,\n                240,\n                60,\n                240,\n                60,\n                240,\n                60,\n                240,\n                28,\n                224,\n                31,\n                224,\n                31,\n                224,\n                31,\n                224,\n                15,\n                224,\n                15,\n                192,\n                15,\n                192,\n                15,\n                192,\n                15,\n                192,\n                7,\n                128,\n                7,\n                128,\n                7,\n                128,\n                31,\n                128,\n                63,\n                0,\n                62,\n                0,\n                60,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 121\n            }\n          },\n          {\n            \"encoding\": 122,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 10,\n            \"height\": 20,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 20,\n              \"pixelArray\": [\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                7,\n                192,\n                7,\n                192,\n                7,\n                128,\n                15,\n                128,\n                15,\n                0,\n                31,\n                0,\n                31,\n                0,\n                30,\n                0,\n                62,\n                0,\n                62,\n                0,\n                60,\n                0,\n                124,\n                0,\n                120,\n                0,\n                248,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 122\n            }\n          },\n          {\n            \"encoding\": 123,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 9,\n            \"height\": 34,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 34,\n              \"pixelArray\": [\n                7,\n                128,\n                31,\n                128,\n                31,\n                128,\n                31,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                60,\n                0,\n                252,\n                0,\n                248,\n                0,\n                252,\n                0,\n                60,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                30,\n                0,\n                31,\n                128,\n                31,\n                128,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 123\n            }\n          },\n          {\n            \"encoding\": 124,\n            \"x\": 2,\n            \"y\": -6,\n            \"width\": 4,\n            \"height\": 34,\n            \"dx\": 8,\n            \"glyphBitmap\": {\n              \"width\": 4,\n              \"height\": 34,\n              \"pixelArray\": [\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 124\n            }\n          },\n          {\n            \"encoding\": 125,\n            \"x\": 1,\n            \"y\": -6,\n            \"width\": 9,\n            \"height\": 34,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 34,\n              \"pixelArray\": [\n                248,\n                0,\n                252,\n                0,\n                254,\n                0,\n                62,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                31,\n                0,\n                15,\n                128,\n                7,\n                128,\n                15,\n                128,\n                31,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                62,\n                0,\n                254,\n                0,\n                254,\n                0,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 125\n            }\n          },\n          {\n            \"encoding\": 126,\n            \"x\": 1,\n            \"y\": 12,\n            \"width\": 13,\n            \"height\": 5,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 5,\n              \"pixelArray\": [\n                60,\n                16,\n                127,\n                56,\n                255,\n                248,\n                99,\n                240,\n                0,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 126\n            }\n          },\n          {\n            \"encoding\": 127,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 128,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 129,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 130,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 131,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 132,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 133,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 134,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 135,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 136,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 137,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 138,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 139,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 140,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 141,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 142,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 143,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 144,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 127\n            }\n          },\n          {\n            \"encoding\": 145,\n            \"x\": 1,\n            \"y\": 3,\n            \"width\": 19,\n            \"height\": 12,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 12,\n              \"pixelArray\": [\n                62,\n                7,\n                128,\n                127,\n                159,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                225,\n                248,\n                224,\n                224,\n                240,\n                224,\n                225,\n                248,\n                224,\n                243,\n                253,\n                224,\n                255,\n                255,\n                224,\n                127,\n                191,\n                192,\n                63,\n                15,\n                128,\n                12,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 8734\n            }\n          },\n          {\n            \"encoding\": 146,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.24.bdf\",\n              \"encoding\": 8734\n            }\n          },\n          {\n            \"encoding\": 147,\n            \"x\": 0,\n            \"y\": -2,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 37,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                227,\n                227,\n                128,\n                0,\n                1,\n                227,\n                227,\n                192,\n                0,\n                1,\n                243,\n                224,\n                192,\n                0,\n                0,\n                243,\n                224,\n                0,\n                0,\n                0,\n                251,\n                224,\n                0,\n                0,\n                24,\n                127,\n                224,\n                12,\n                0,\n                62,\n                127,\n                224,\n                30,\n                0,\n                63,\n                191,\n                224,\n                14,\n                0,\n                63,\n                223,\n                224,\n                14,\n                0,\n                15,\n                255,\n                192,\n                8,\n                0,\n                3,\n                240,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                63,\n                128,\n                0,\n                6,\n                0,\n                255,\n                128,\n                0,\n                7,\n                128,\n                255,\n                128,\n                0,\n                7,\n                128,\n                255,\n                0,\n                0,\n                15,\n                128,\n                63,\n                0,\n                0,\n                14,\n                0,\n                1,\n                0,\n                0,\n                0,\n                0,\n                3,\n                0,\n                0,\n                0,\n                0,\n                15,\n                128,\n                0,\n                24,\n                0,\n                63,\n                128,\n                0,\n                62,\n                0,\n                63,\n                128,\n                0,\n                126,\n                0,\n                62,\n                96,\n                0,\n                62,\n                0,\n                24,\n                112,\n                3,\n                12,\n                0,\n                0,\n                248,\n                15,\n                128,\n                0,\n                0,\n                243,\n                231,\n                128,\n                0,\n                1,\n                243,\n                231,\n                192,\n                0,\n                1,\n                227,\n                227,\n                192,\n                0,\n                0,\n                227,\n                227,\n                128,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts\\\\bdf\\\\webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62265\n            }\n          }\n        ],\n        \"screenOrientation\": \"all\"\n      },\n      {\n        \"name\": \"large\",\n        \"source\": {\n          \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\"\n        },\n        \"height\": 90,\n        \"ascent\": 73,\n        \"descent\": 17,\n        \"glyphs\": [\n          {\n            \"encoding\": 32,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 0,\n              \"height\": 0,\n              \"pixelArray\": []\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 32\n            }\n          },\n          {\n            \"encoding\": 33,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 54,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                62,\n                0,\n                60,\n                0,\n                60,\n                0,\n                60,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                28,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 33\n            }\n          },\n          {\n            \"encoding\": 34,\n            \"x\": 4,\n            \"y\": 36,\n            \"width\": 19,\n            \"height\": 18,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 18,\n              \"pixelArray\": [\n                255,\n                31,\n                224,\n                255,\n                31,\n                224,\n                255,\n                31,\n                224,\n                254,\n                31,\n                224,\n                254,\n                31,\n                192,\n                254,\n                31,\n                192,\n                254,\n                31,\n                192,\n                254,\n                31,\n                192,\n                252,\n                31,\n                192,\n                252,\n                31,\n                128,\n                252,\n                31,\n                128,\n                252,\n                31,\n                128,\n                252,\n                31,\n                128,\n                248,\n                31,\n                128,\n                248,\n                31,\n                0,\n                248,\n                31,\n                0,\n                248,\n                31,\n                0,\n                248,\n                31,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 34\n            }\n          },\n          {\n            \"encoding\": 35,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 30,\n            \"height\": 54,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                127,\n                3,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                254,\n                7,\n                240,\n                0,\n                254,\n                7,\n                240,\n                0,\n                254,\n                7,\n                240,\n                0,\n                254,\n                7,\n                240,\n                0,\n                254,\n                7,\n                240,\n                1,\n                254,\n                15,\n                240,\n                1,\n                254,\n                15,\n                240,\n                1,\n                252,\n                15,\n                224,\n                1,\n                252,\n                15,\n                224,\n                1,\n                252,\n                15,\n                224,\n                1,\n                252,\n                15,\n                224,\n                1,\n                252,\n                15,\n                224,\n                3,\n                252,\n                31,\n                224,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                7,\n                248,\n                63,\n                192,\n                7,\n                248,\n                63,\n                192,\n                7,\n                248,\n                63,\n                192,\n                7,\n                240,\n                63,\n                128,\n                7,\n                240,\n                63,\n                128,\n                7,\n                240,\n                63,\n                128,\n                7,\n                240,\n                63,\n                128,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                127,\n                255,\n                255,\n                252,\n                255,\n                255,\n                255,\n                252,\n                255,\n                255,\n                255,\n                252,\n                15,\n                224,\n                127,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                192,\n                255,\n                0,\n                31,\n                192,\n                254,\n                0,\n                31,\n                192,\n                254,\n                0,\n                31,\n                192,\n                254,\n                0,\n                63,\n                193,\n                254,\n                0,\n                63,\n                193,\n                254,\n                0,\n                63,\n                193,\n                254,\n                0,\n                63,\n                129,\n                254,\n                0,\n                63,\n                129,\n                252,\n                0,\n                63,\n                129,\n                252,\n                0,\n                63,\n                129,\n                252,\n                0,\n                63,\n                129,\n                252,\n                0,\n                127,\n                131,\n                252,\n                0,\n                127,\n                131,\n                252,\n                0,\n                127,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 35\n            }\n          },\n          {\n            \"encoding\": 36,\n            \"x\": 2,\n            \"y\": -6,\n            \"width\": 29,\n            \"height\": 66,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 66,\n              \"pixelArray\": [\n                0,\n                7,\n                0,\n                0,\n                0,\n                7,\n                0,\n                0,\n                0,\n                7,\n                0,\n                0,\n                0,\n                7,\n                0,\n                0,\n                0,\n                7,\n                0,\n                0,\n                0,\n                7,\n                128,\n                0,\n                1,\n                255,\n                248,\n                0,\n                7,\n                255,\n                252,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                127,\n                253,\n                255,\n                192,\n                127,\n                224,\n                127,\n                224,\n                127,\n                192,\n                63,\n                224,\n                255,\n                192,\n                63,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                128,\n                255,\n                192,\n                16,\n                0,\n                255,\n                224,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                63,\n                255,\n                0,\n                0,\n                31,\n                255,\n                128,\n                0,\n                15,\n                255,\n                192,\n                0,\n                7,\n                255,\n                240,\n                0,\n                3,\n                255,\n                248,\n                0,\n                1,\n                255,\n                252,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                63,\n                255,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                7,\n                255,\n                192,\n                0,\n                3,\n                255,\n                192,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                63,\n                240,\n                7,\n                128,\n                63,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                248,\n                255,\n                128,\n                31,\n                248,\n                255,\n                128,\n                31,\n                248,\n                255,\n                128,\n                31,\n                248,\n                127,\n                192,\n                31,\n                248,\n                127,\n                192,\n                31,\n                240,\n                127,\n                224,\n                31,\n                240,\n                63,\n                240,\n                63,\n                240,\n                63,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                192,\n                7,\n                255,\n                255,\n                128,\n                3,\n                255,\n                254,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                3,\n                192,\n                0,\n                0,\n                3,\n                128,\n                0,\n                0,\n                3,\n                128,\n                0,\n                0,\n                3,\n                128,\n                0,\n                0,\n                3,\n                128,\n                0,\n                0,\n                3,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 36\n            }\n          },\n          {\n            \"encoding\": 37,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 59,\n            \"height\": 54,\n            \"dx\": 65,\n            \"glyphBitmap\": {\n              \"width\": 59,\n              \"height\": 54,\n              \"pixelArray\": [\n                1,\n                255,\n                0,\n                0,\n                63,\n                0,\n                0,\n                0,\n                7,\n                255,\n                192,\n                0,\n                127,\n                0,\n                0,\n                0,\n                31,\n                255,\n                240,\n                0,\n                127,\n                0,\n                0,\n                0,\n                63,\n                255,\n                248,\n                0,\n                126,\n                0,\n                0,\n                0,\n                63,\n                255,\n                248,\n                0,\n                126,\n                0,\n                0,\n                0,\n                127,\n                255,\n                252,\n                0,\n                254,\n                0,\n                0,\n                0,\n                127,\n                239,\n                252,\n                0,\n                252,\n                0,\n                0,\n                0,\n                255,\n                131,\n                254,\n                0,\n                252,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                1,\n                252,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                1,\n                252,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                1,\n                248,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                1,\n                248,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                3,\n                248,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                3,\n                240,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                3,\n                240,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                7,\n                240,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                7,\n                240,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                7,\n                224,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                7,\n                224,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                15,\n                224,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                15,\n                192,\n                0,\n                0,\n                0,\n                255,\n                1,\n                254,\n                15,\n                192,\n                0,\n                0,\n                0,\n                255,\n                131,\n                254,\n                31,\n                192,\n                0,\n                0,\n                0,\n                127,\n                207,\n                252,\n                31,\n                192,\n                0,\n                0,\n                0,\n                127,\n                255,\n                252,\n                31,\n                128,\n                0,\n                0,\n                0,\n                63,\n                255,\n                248,\n                31,\n                128,\n                63,\n                248,\n                0,\n                63,\n                255,\n                248,\n                63,\n                128,\n                255,\n                254,\n                0,\n                31,\n                255,\n                240,\n                63,\n                3,\n                255,\n                255,\n                0,\n                7,\n                255,\n                192,\n                63,\n                3,\n                255,\n                255,\n                128,\n                1,\n                255,\n                0,\n                127,\n                7,\n                255,\n                255,\n                192,\n                0,\n                0,\n                0,\n                127,\n                7,\n                255,\n                255,\n                192,\n                0,\n                0,\n                0,\n                126,\n                15,\n                248,\n                127,\n                192,\n                0,\n                0,\n                0,\n                126,\n                15,\n                240,\n                63,\n                224,\n                0,\n                0,\n                0,\n                254,\n                15,\n                240,\n                31,\n                224,\n                0,\n                0,\n                0,\n                254,\n                15,\n                240,\n                31,\n                224,\n                0,\n                0,\n                0,\n                252,\n                15,\n                224,\n                31,\n                224,\n                0,\n                0,\n                1,\n                252,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                1,\n                252,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                1,\n                248,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                1,\n                248,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                3,\n                248,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                3,\n                248,\n                31,\n                224,\n                31,\n                224,\n                0,\n                0,\n                3,\n                240,\n                15,\n                224,\n                31,\n                224,\n                0,\n                0,\n                7,\n                240,\n                15,\n                240,\n                31,\n                224,\n                0,\n                0,\n                7,\n                240,\n                15,\n                240,\n                31,\n                224,\n                0,\n                0,\n                7,\n                224,\n                15,\n                240,\n                31,\n                224,\n                0,\n                0,\n                7,\n                224,\n                15,\n                248,\n                63,\n                192,\n                0,\n                0,\n                15,\n                224,\n                15,\n                252,\n                255,\n                192,\n                0,\n                0,\n                15,\n                224,\n                7,\n                255,\n                255,\n                192,\n                0,\n                0,\n                15,\n                192,\n                7,\n                255,\n                255,\n                128,\n                0,\n                0,\n                15,\n                192,\n                3,\n                255,\n                255,\n                128,\n                0,\n                0,\n                31,\n                192,\n                1,\n                255,\n                255,\n                0,\n                0,\n                0,\n                31,\n                128,\n                0,\n                255,\n                252,\n                0,\n                0,\n                0,\n                31,\n                128,\n                0,\n                31,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 37\n            }\n          },\n          {\n            \"encoding\": 38,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 33,\n            \"height\": 56,\n            \"dx\": 40,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                0,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                1,\n                255,\n                248,\n                0,\n                0,\n                3,\n                255,\n                254,\n                0,\n                0,\n                7,\n                255,\n                255,\n                0,\n                0,\n                15,\n                255,\n                255,\n                0,\n                0,\n                15,\n                255,\n                255,\n                128,\n                0,\n                31,\n                240,\n                255,\n                128,\n                0,\n                31,\n                224,\n                127,\n                192,\n                0,\n                31,\n                224,\n                63,\n                192,\n                0,\n                63,\n                224,\n                63,\n                192,\n                0,\n                63,\n                224,\n                63,\n                192,\n                0,\n                63,\n                224,\n                63,\n                192,\n                0,\n                63,\n                224,\n                127,\n                192,\n                0,\n                31,\n                224,\n                127,\n                128,\n                0,\n                31,\n                224,\n                127,\n                128,\n                0,\n                31,\n                224,\n                127,\n                128,\n                0,\n                31,\n                240,\n                255,\n                0,\n                0,\n                15,\n                240,\n                255,\n                0,\n                0,\n                15,\n                241,\n                254,\n                0,\n                0,\n                7,\n                241,\n                254,\n                0,\n                0,\n                7,\n                251,\n                252,\n                0,\n                0,\n                3,\n                251,\n                248,\n                0,\n                0,\n                3,\n                255,\n                240,\n                0,\n                0,\n                1,\n                255,\n                240,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                1,\n                255,\n                128,\n                0,\n                0,\n                1,\n                255,\n                128,\n                0,\n                0,\n                3,\n                255,\n                128,\n                127,\n                128,\n                7,\n                255,\n                192,\n                127,\n                128,\n                15,\n                255,\n                192,\n                127,\n                128,\n                31,\n                255,\n                224,\n                127,\n                128,\n                31,\n                255,\n                240,\n                127,\n                128,\n                63,\n                239,\n                240,\n                127,\n                128,\n                63,\n                199,\n                248,\n                127,\n                0,\n                127,\n                199,\n                248,\n                255,\n                0,\n                127,\n                131,\n                252,\n                255,\n                0,\n                127,\n                131,\n                252,\n                254,\n                0,\n                127,\n                129,\n                255,\n                254,\n                0,\n                255,\n                129,\n                255,\n                254,\n                0,\n                255,\n                128,\n                255,\n                252,\n                0,\n                255,\n                128,\n                127,\n                252,\n                0,\n                255,\n                128,\n                127,\n                248,\n                0,\n                255,\n                128,\n                63,\n                248,\n                0,\n                127,\n                128,\n                63,\n                248,\n                0,\n                127,\n                128,\n                63,\n                252,\n                0,\n                127,\n                192,\n                127,\n                255,\n                128,\n                127,\n                193,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                255,\n                128,\n                31,\n                255,\n                252,\n                255,\n                128,\n                15,\n                255,\n                248,\n                127,\n                128,\n                7,\n                255,\n                240,\n                31,\n                128,\n                1,\n                255,\n                192,\n                15,\n                128,\n                0,\n                8,\n                0,\n                1,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 38\n            }\n          },\n          {\n            \"encoding\": 39,\n            \"x\": 5,\n            \"y\": 36,\n            \"width\": 7,\n            \"height\": 18,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 18,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                252,\n                252,\n                252,\n                252,\n                252,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                240,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 39\n            }\n          },\n          {\n            \"encoding\": 40,\n            \"x\": 5,\n            \"y\": -13,\n            \"width\": 15,\n            \"height\": 68,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 68,\n              \"pixelArray\": [\n                0,\n                2,\n                0,\n                124,\n                1,\n                252,\n                3,\n                252,\n                7,\n                252,\n                15,\n                252,\n                31,\n                252,\n                31,\n                240,\n                31,\n                224,\n                63,\n                224,\n                63,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                224,\n                31,\n                240,\n                31,\n                248,\n                15,\n                252,\n                15,\n                252,\n                7,\n                252,\n                3,\n                252,\n                0,\n                252,\n                0,\n                60\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 40\n            }\n          },\n          {\n            \"encoding\": 41,\n            \"x\": 2,\n            \"y\": -13,\n            \"width\": 15,\n            \"height\": 68,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 68,\n              \"pixelArray\": [\n                128,\n                0,\n                248,\n                0,\n                254,\n                0,\n                255,\n                0,\n                255,\n                128,\n                255,\n                192,\n                255,\n                224,\n                63,\n                224,\n                31,\n                240,\n                15,\n                240,\n                15,\n                240,\n                7,\n                248,\n                7,\n                248,\n                7,\n                248,\n                7,\n                252,\n                7,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                254,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                7,\n                252,\n                7,\n                252,\n                7,\n                248,\n                7,\n                248,\n                7,\n                248,\n                15,\n                248,\n                15,\n                240,\n                31,\n                240,\n                31,\n                240,\n                127,\n                224,\n                255,\n                224,\n                255,\n                192,\n                255,\n                128,\n                255,\n                0,\n                252,\n                0,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 41\n            }\n          },\n          {\n            \"encoding\": 42,\n            \"x\": 3,\n            \"y\": 30,\n            \"width\": 23,\n            \"height\": 23,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 23,\n              \"pixelArray\": [\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                48,\n                126,\n                12,\n                124,\n                124,\n                60,\n                126,\n                124,\n                252,\n                127,\n                255,\n                254,\n                255,\n                255,\n                254,\n                127,\n                255,\n                254,\n                31,\n                255,\n                240,\n                3,\n                255,\n                192,\n                1,\n                255,\n                0,\n                1,\n                255,\n                128,\n                3,\n                255,\n                192,\n                7,\n                239,\n                192,\n                15,\n                231,\n                224,\n                15,\n                199,\n                240,\n                31,\n                195,\n                248,\n                63,\n                131,\n                240,\n                7,\n                129,\n                224,\n                3,\n                1,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 42\n            }\n          },\n          {\n            \"encoding\": 43,\n            \"x\": 2,\n            \"y\": 14,\n            \"width\": 25,\n            \"height\": 28,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 28,\n              \"pixelArray\": [\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 43\n            }\n          },\n          {\n            \"encoding\": 44,\n            \"x\": 3,\n            \"y\": -10,\n            \"width\": 9,\n            \"height\": 18,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 18,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                15,\n                128,\n                15,\n                0,\n                15,\n                0,\n                31,\n                0,\n                63,\n                0,\n                126,\n                0,\n                252,\n                0,\n                120,\n                0,\n                96,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 44\n            }\n          },\n          {\n            \"encoding\": 45,\n            \"x\": 4,\n            \"y\": 19,\n            \"width\": 16,\n            \"height\": 6,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 6,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 45\n            }\n          },\n          {\n            \"encoding\": 46,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 9,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 9,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 46\n            }\n          },\n          {\n            \"encoding\": 47,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 54,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                0,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                224,\n                0,\n                7,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                192,\n                0,\n                15,\n                192,\n                0,\n                31,\n                192,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                0,\n                0,\n                63,\n                0,\n                0,\n                127,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                252,\n                0,\n                0,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                224,\n                0,\n                7,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                192,\n                0,\n                15,\n                192,\n                0,\n                31,\n                192,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                0,\n                0,\n                63,\n                0,\n                0,\n                127,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                254,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 47\n            }\n          },\n          {\n            \"encoding\": 48,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 56,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                2,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                3,\n                255,\n                252,\n                0,\n                7,\n                255,\n                254,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                127,\n                255,\n                255,\n                224,\n                127,\n                224,\n                127,\n                224,\n                127,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                127,\n                224,\n                63,\n                240,\n                127,\n                224,\n                127,\n                224,\n                127,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                31,\n                255,\n                255,\n                128,\n                15,\n                255,\n                255,\n                0,\n                7,\n                255,\n                254,\n                0,\n                3,\n                255,\n                252,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 48\n            }\n          },\n          {\n            \"encoding\": 49,\n            \"x\": 6,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 54,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                63,\n                192,\n                0,\n                127,\n                192,\n                0,\n                255,\n                192,\n                3,\n                255,\n                192,\n                15,\n                255,\n                192,\n                127,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                248,\n                127,\n                192,\n                128,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 49\n            }\n          },\n          {\n            \"encoding\": 50,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 28,\n            \"height\": 55,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 55,\n              \"pixelArray\": [\n                0,\n                2,\n                0,\n                0,\n                0,\n                255,\n                248,\n                0,\n                3,\n                255,\n                254,\n                0,\n                7,\n                255,\n                255,\n                0,\n                15,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                192,\n                31,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                224,\n                127,\n                240,\n                127,\n                240,\n                127,\n                224,\n                63,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                1,\n                255,\n                128,\n                0,\n                3,\n                255,\n                128,\n                0,\n                3,\n                255,\n                0,\n                0,\n                7,\n                255,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                128,\n                0,\n                3,\n                255,\n                0,\n                0,\n                7,\n                255,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 50\n            }\n          },\n          {\n            \"encoding\": 51,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 56,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                3,\n                255,\n                252,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                127,\n                255,\n                255,\n                224,\n                127,\n                224,\n                127,\n                224,\n                255,\n                192,\n                63,\n                224,\n                255,\n                192,\n                63,\n                240,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                1,\n                255,\n                192,\n                0,\n                31,\n                255,\n                128,\n                0,\n                31,\n                255,\n                128,\n                0,\n                31,\n                254,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                31,\n                254,\n                0,\n                0,\n                31,\n                255,\n                0,\n                0,\n                31,\n                255,\n                128,\n                0,\n                31,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                224,\n                255,\n                224,\n                127,\n                224,\n                127,\n                255,\n                255,\n                224,\n                127,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                0,\n                15,\n                255,\n                254,\n                0,\n                7,\n                255,\n                252,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                4,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 51\n            }\n          },\n          {\n            \"encoding\": 52,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                3,\n                255,\n                128,\n                0,\n                7,\n                255,\n                128,\n                0,\n                7,\n                255,\n                128,\n                0,\n                7,\n                255,\n                128,\n                0,\n                15,\n                255,\n                128,\n                0,\n                15,\n                255,\n                128,\n                0,\n                31,\n                255,\n                128,\n                0,\n                31,\n                255,\n                128,\n                0,\n                31,\n                255,\n                128,\n                0,\n                63,\n                255,\n                128,\n                0,\n                63,\n                255,\n                128,\n                0,\n                127,\n                255,\n                128,\n                0,\n                127,\n                255,\n                128,\n                0,\n                254,\n                255,\n                128,\n                0,\n                254,\n                255,\n                128,\n                0,\n                254,\n                255,\n                128,\n                1,\n                252,\n                255,\n                128,\n                1,\n                252,\n                255,\n                128,\n                3,\n                252,\n                255,\n                128,\n                3,\n                248,\n                255,\n                128,\n                7,\n                248,\n                255,\n                128,\n                7,\n                248,\n                255,\n                128,\n                7,\n                240,\n                255,\n                128,\n                15,\n                240,\n                255,\n                128,\n                15,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                63,\n                192,\n                255,\n                128,\n                63,\n                192,\n                255,\n                128,\n                63,\n                192,\n                255,\n                128,\n                127,\n                128,\n                255,\n                128,\n                127,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 52\n            }\n          },\n          {\n            \"encoding\": 53,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 55,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 55,\n              \"pixelArray\": [\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                143,\n                248,\n                0,\n                127,\n                191,\n                254,\n                0,\n                127,\n                255,\n                255,\n                0,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                192,\n                127,\n                255,\n                255,\n                192,\n                127,\n                240,\n                255,\n                224,\n                127,\n                224,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                128,\n                31,\n                240,\n                127,\n                128,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                224,\n                63,\n                224,\n                127,\n                224,\n                127,\n                224,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                31,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                0,\n                15,\n                255,\n                254,\n                0,\n                3,\n                255,\n                252,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 53\n            }\n          },\n          {\n            \"encoding\": 54,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 29,\n            \"height\": 56,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                2,\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                1,\n                255,\n                254,\n                0,\n                7,\n                255,\n                255,\n                0,\n                15,\n                255,\n                255,\n                128,\n                15,\n                255,\n                255,\n                192,\n                31,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                224,\n                63,\n                240,\n                63,\n                224,\n                63,\n                224,\n                63,\n                240,\n                127,\n                224,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                195,\n                248,\n                0,\n                255,\n                207,\n                254,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                240,\n                127,\n                240,\n                255,\n                224,\n                63,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                127,\n                192,\n                31,\n                248,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                127,\n                192,\n                31,\n                240,\n                63,\n                224,\n                63,\n                224,\n                63,\n                240,\n                127,\n                224,\n                31,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                128,\n                3,\n                255,\n                255,\n                0,\n                1,\n                255,\n                252,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 54\n            }\n          },\n          {\n            \"encoding\": 55,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 54,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                0,\n                3,\n                254,\n                0,\n                3,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                240,\n                0,\n                31,\n                240,\n                0,\n                31,\n                240,\n                0,\n                31,\n                240,\n                0,\n                31,\n                240,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                63,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                31,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 55\n            }\n          },\n          {\n            \"encoding\": 56,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 56,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                3,\n                255,\n                252,\n                0,\n                7,\n                255,\n                254,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                63,\n                240,\n                255,\n                128,\n                31,\n                255,\n                255,\n                128,\n                15,\n                255,\n                255,\n                0,\n                7,\n                255,\n                254,\n                0,\n                3,\n                255,\n                252,\n                0,\n                7,\n                255,\n                254,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                127,\n                240,\n                255,\n                192,\n                127,\n                192,\n                127,\n                224,\n                255,\n                192,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                192,\n                63,\n                224,\n                127,\n                224,\n                127,\n                224,\n                127,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                0,\n                15,\n                255,\n                254,\n                0,\n                7,\n                255,\n                252,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                4,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 56\n            }\n          },\n          {\n            \"encoding\": 57,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 56,\n            \"dx\": 34,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                3,\n                255,\n                252,\n                0,\n                7,\n                255,\n                254,\n                0,\n                15,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                192,\n                127,\n                224,\n                127,\n                192,\n                127,\n                224,\n                127,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                255,\n                192,\n                63,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                127,\n                192,\n                63,\n                240,\n                127,\n                224,\n                127,\n                240,\n                127,\n                249,\n                255,\n                240,\n                63,\n                255,\n                255,\n                240,\n                63,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                240,\n                15,\n                255,\n                223,\n                240,\n                7,\n                255,\n                159,\n                240,\n                0,\n                254,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                127,\n                224,\n                127,\n                224,\n                127,\n                192,\n                127,\n                255,\n                255,\n                192,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                0,\n                15,\n                255,\n                254,\n                0,\n                3,\n                255,\n                252,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                4,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 57\n            }\n          },\n          {\n            \"encoding\": 58,\n            \"x\": 4,\n            \"y\": 5,\n            \"width\": 9,\n            \"height\": 31,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 31,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 58\n            }\n          },\n          {\n            \"encoding\": 59,\n            \"x\": 4,\n            \"y\": -6,\n            \"width\": 9,\n            \"height\": 44,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 44,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                7,\n                128,\n                7,\n                128,\n                15,\n                128,\n                15,\n                128,\n                31,\n                0,\n                255,\n                0,\n                126,\n                0,\n                124,\n                0,\n                64,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 59\n            }\n          },\n          {\n            \"encoding\": 60,\n            \"x\": 2,\n            \"y\": 3,\n            \"width\": 20,\n            \"height\": 36,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 36,\n              \"pixelArray\": [\n                0,\n                0,\n                16,\n                0,\n                0,\n                48,\n                0,\n                0,\n                112,\n                0,\n                0,\n                240,\n                0,\n                3,\n                240,\n                0,\n                7,\n                240,\n                0,\n                31,\n                240,\n                0,\n                63,\n                240,\n                0,\n                255,\n                240,\n                1,\n                255,\n                224,\n                7,\n                255,\n                192,\n                15,\n                255,\n                0,\n                63,\n                254,\n                0,\n                127,\n                248,\n                0,\n                255,\n                240,\n                0,\n                255,\n                192,\n                0,\n                255,\n                128,\n                0,\n                255,\n                0,\n                0,\n                254,\n                0,\n                0,\n                255,\n                128,\n                0,\n                255,\n                192,\n                0,\n                255,\n                224,\n                0,\n                255,\n                248,\n                0,\n                63,\n                252,\n                0,\n                31,\n                255,\n                0,\n                7,\n                255,\n                128,\n                3,\n                255,\n                224,\n                0,\n                255,\n                240,\n                0,\n                127,\n                240,\n                0,\n                63,\n                240,\n                0,\n                15,\n                240,\n                0,\n                7,\n                240,\n                0,\n                1,\n                240,\n                0,\n                0,\n                240,\n                0,\n                0,\n                48,\n                0,\n                0,\n                16\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 60\n            }\n          },\n          {\n            \"encoding\": 61,\n            \"x\": 4,\n            \"y\": 19,\n            \"width\": 21,\n            \"height\": 18,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 18,\n              \"pixelArray\": [\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 61\n            }\n          },\n          {\n            \"encoding\": 62,\n            \"x\": 3,\n            \"y\": 3,\n            \"width\": 21,\n            \"height\": 36,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 36,\n              \"pixelArray\": [\n                128,\n                0,\n                0,\n                64,\n                0,\n                0,\n                112,\n                0,\n                0,\n                120,\n                0,\n                0,\n                126,\n                0,\n                0,\n                127,\n                0,\n                0,\n                127,\n                192,\n                0,\n                127,\n                224,\n                0,\n                127,\n                248,\n                0,\n                63,\n                252,\n                0,\n                31,\n                254,\n                0,\n                15,\n                255,\n                128,\n                3,\n                255,\n                192,\n                1,\n                255,\n                240,\n                0,\n                127,\n                248,\n                0,\n                63,\n                248,\n                0,\n                15,\n                248,\n                0,\n                7,\n                248,\n                0,\n                3,\n                248,\n                0,\n                15,\n                248,\n                0,\n                31,\n                248,\n                0,\n                127,\n                248,\n                0,\n                255,\n                240,\n                1,\n                255,\n                224,\n                7,\n                255,\n                192,\n                15,\n                255,\n                0,\n                63,\n                254,\n                0,\n                127,\n                248,\n                0,\n                127,\n                240,\n                0,\n                127,\n                192,\n                0,\n                127,\n                128,\n                0,\n                126,\n                0,\n                0,\n                124,\n                0,\n                0,\n                112,\n                0,\n                0,\n                96,\n                0,\n                0,\n                64,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 62\n            }\n          },\n          {\n            \"encoding\": 63,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 27,\n            \"height\": 55,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 27,\n              \"height\": 55,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                7,\n                255,\n                248,\n                0,\n                15,\n                255,\n                254,\n                0,\n                31,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                192,\n                255,\n                192,\n                255,\n                224,\n                255,\n                128,\n                127,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                120,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                128,\n                0,\n                1,\n                255,\n                128,\n                0,\n                1,\n                255,\n                0,\n                0,\n                3,\n                255,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                255,\n                224,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                1,\n                254,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 63\n            }\n          },\n          {\n            \"encoding\": 64,\n            \"x\": 4,\n            \"y\": -9,\n            \"width\": 56,\n            \"height\": 63,\n            \"dx\": 63,\n            \"glyphBitmap\": {\n              \"width\": 56,\n              \"height\": 63,\n              \"pixelArray\": [\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                0,\n                0,\n                7,\n                255,\n                255,\n                128,\n                0,\n                0,\n                0,\n                63,\n                255,\n                255,\n                224,\n                0,\n                0,\n                0,\n                255,\n                255,\n                255,\n                248,\n                0,\n                0,\n                3,\n                255,\n                255,\n                255,\n                254,\n                0,\n                0,\n                7,\n                255,\n                255,\n                255,\n                255,\n                0,\n                0,\n                31,\n                255,\n                240,\n                127,\n                255,\n                128,\n                0,\n                63,\n                254,\n                0,\n                3,\n                255,\n                192,\n                0,\n                127,\n                248,\n                0,\n                0,\n                127,\n                224,\n                0,\n                255,\n                224,\n                0,\n                0,\n                63,\n                240,\n                1,\n                255,\n                192,\n                0,\n                0,\n                15,\n                240,\n                1,\n                255,\n                0,\n                0,\n                0,\n                7,\n                248,\n                3,\n                254,\n                0,\n                0,\n                0,\n                3,\n                248,\n                7,\n                252,\n                0,\n                0,\n                0,\n                3,\n                252,\n                7,\n                248,\n                0,\n                63,\n                159,\n                193,\n                252,\n                15,\n                248,\n                0,\n                255,\n                223,\n                193,\n                254,\n                15,\n                240,\n                3,\n                255,\n                255,\n                192,\n                254,\n                31,\n                224,\n                7,\n                255,\n                255,\n                192,\n                254,\n                31,\n                224,\n                15,\n                255,\n                255,\n                192,\n                126,\n                63,\n                192,\n                15,\n                255,\n                255,\n                192,\n                127,\n                63,\n                192,\n                31,\n                252,\n                63,\n                128,\n                127,\n                63,\n                192,\n                63,\n                240,\n                127,\n                128,\n                127,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                127,\n                127,\n                128,\n                127,\n                192,\n                127,\n                128,\n                127,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                63,\n                127,\n                0,\n                255,\n                128,\n                127,\n                128,\n                63,\n                127,\n                0,\n                255,\n                0,\n                127,\n                128,\n                63,\n                255,\n                0,\n                255,\n                0,\n                127,\n                0,\n                63,\n                255,\n                1,\n                255,\n                0,\n                255,\n                0,\n                127,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                127,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                127,\n                254,\n                1,\n                254,\n                0,\n                255,\n                0,\n                127,\n                254,\n                1,\n                254,\n                0,\n                255,\n                0,\n                126,\n                254,\n                1,\n                254,\n                0,\n                255,\n                0,\n                126,\n                254,\n                1,\n                254,\n                0,\n                254,\n                0,\n                254,\n                254,\n                3,\n                254,\n                1,\n                254,\n                0,\n                254,\n                254,\n                1,\n                254,\n                1,\n                254,\n                0,\n                252,\n                254,\n                1,\n                254,\n                1,\n                254,\n                1,\n                252,\n                254,\n                1,\n                254,\n                3,\n                254,\n                3,\n                248,\n                254,\n                1,\n                255,\n                3,\n                254,\n                3,\n                248,\n                255,\n                1,\n                255,\n                143,\n                254,\n                7,\n                240,\n                255,\n                0,\n                255,\n                255,\n                254,\n                15,\n                224,\n                255,\n                0,\n                255,\n                254,\n                254,\n                63,\n                224,\n                127,\n                0,\n                127,\n                254,\n                255,\n                255,\n                192,\n                127,\n                128,\n                127,\n                254,\n                255,\n                255,\n                128,\n                127,\n                128,\n                63,\n                252,\n                127,\n                254,\n                0,\n                127,\n                128,\n                15,\n                248,\n                63,\n                252,\n                0,\n                63,\n                192,\n                3,\n                192,\n                15,\n                224,\n                0,\n                63,\n                224,\n                0,\n                0,\n                0,\n                0,\n                0,\n                31,\n                224,\n                0,\n                0,\n                0,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                0,\n                0,\n                0,\n                7,\n                255,\n                0,\n                0,\n                0,\n                0,\n                0,\n                3,\n                255,\n                128,\n                0,\n                0,\n                0,\n                0,\n                1,\n                255,\n                240,\n                0,\n                3,\n                128,\n                0,\n                0,\n                255,\n                255,\n                227,\n                255,\n                192,\n                0,\n                0,\n                127,\n                255,\n                255,\n                255,\n                192,\n                0,\n                0,\n                31,\n                255,\n                255,\n                255,\n                192,\n                0,\n                0,\n                15,\n                255,\n                255,\n                255,\n                192,\n                0,\n                0,\n                3,\n                255,\n                255,\n                255,\n                224,\n                0,\n                0,\n                0,\n                127,\n                255,\n                255,\n                0,\n                0,\n                0,\n                0,\n                7,\n                255,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 64\n            }\n          },\n          {\n            \"encoding\": 65,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 54,\n            \"dx\": 35,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                255,\n                127,\n                128,\n                0,\n                0,\n                255,\n                127,\n                128,\n                0,\n                0,\n                255,\n                127,\n                128,\n                0,\n                1,\n                254,\n                127,\n                128,\n                0,\n                1,\n                254,\n                127,\n                192,\n                0,\n                1,\n                254,\n                127,\n                192,\n                0,\n                1,\n                254,\n                63,\n                192,\n                0,\n                1,\n                254,\n                63,\n                192,\n                0,\n                3,\n                254,\n                63,\n                192,\n                0,\n                3,\n                252,\n                63,\n                224,\n                0,\n                3,\n                252,\n                63,\n                224,\n                0,\n                3,\n                252,\n                31,\n                224,\n                0,\n                3,\n                252,\n                31,\n                224,\n                0,\n                7,\n                252,\n                31,\n                224,\n                0,\n                7,\n                252,\n                31,\n                240,\n                0,\n                7,\n                248,\n                31,\n                240,\n                0,\n                7,\n                248,\n                31,\n                240,\n                0,\n                7,\n                248,\n                15,\n                240,\n                0,\n                15,\n                248,\n                15,\n                240,\n                0,\n                15,\n                248,\n                15,\n                248,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                31,\n                255,\n                255,\n                248,\n                0,\n                31,\n                255,\n                255,\n                252,\n                0,\n                31,\n                255,\n                255,\n                252,\n                0,\n                31,\n                240,\n                7,\n                252,\n                0,\n                31,\n                240,\n                7,\n                252,\n                0,\n                63,\n                224,\n                3,\n                252,\n                0,\n                63,\n                224,\n                3,\n                254,\n                0,\n                63,\n                224,\n                3,\n                254,\n                0,\n                63,\n                224,\n                3,\n                254,\n                0,\n                63,\n                224,\n                3,\n                254,\n                0,\n                127,\n                224,\n                3,\n                254,\n                0,\n                127,\n                192,\n                1,\n                255,\n                0,\n                127,\n                192,\n                1,\n                255,\n                0,\n                127,\n                192,\n                1,\n                255,\n                0,\n                127,\n                192,\n                1,\n                255,\n                0,\n                255,\n                192,\n                1,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 65\n            }\n          },\n          {\n            \"encoding\": 66,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 37,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                224,\n                255,\n                195,\n                255,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                7,\n                248,\n                255,\n                192,\n                7,\n                248,\n                255,\n                192,\n                7,\n                248,\n                255,\n                192,\n                7,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                240,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                193,\n                255,\n                224,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                240,\n                255,\n                192,\n                127,\n                240,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                255,\n                248,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 66\n            }\n          },\n          {\n            \"encoding\": 67,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 30,\n            \"height\": 56,\n            \"dx\": 36,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                1,\n                0,\n                0,\n                0,\n                127,\n                252,\n                0,\n                1,\n                255,\n                255,\n                0,\n                7,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                240,\n                63,\n                255,\n                255,\n                248,\n                63,\n                240,\n                31,\n                248,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                15,\n                248,\n                63,\n                240,\n                31,\n                248,\n                63,\n                255,\n                255,\n                248,\n                31,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                240,\n                15,\n                255,\n                255,\n                224,\n                7,\n                255,\n                255,\n                192,\n                1,\n                255,\n                255,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                1,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 67\n            }\n          },\n          {\n            \"encoding\": 68,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 30,\n            \"height\": 54,\n            \"dx\": 37,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                240,\n                255,\n                192,\n                127,\n                240,\n                255,\n                192,\n                63,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                63,\n                248,\n                255,\n                192,\n                63,\n                240,\n                255,\n                195,\n                255,\n                240,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 68\n            }\n          },\n          {\n            \"encoding\": 69,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 54,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 69\n            }\n          },\n          {\n            \"encoding\": 70,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 54,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 70\n            }\n          },\n          {\n            \"encoding\": 71,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 31,\n            \"height\": 56,\n            \"dx\": 37,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                1,\n                0,\n                0,\n                0,\n                127,\n                254,\n                0,\n                1,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                248,\n                63,\n                255,\n                255,\n                248,\n                63,\n                240,\n                31,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                7,\n                252,\n                127,\n                224,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                255,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                255,\n                192,\n                3,\n                254,\n                127,\n                192,\n                3,\n                254,\n                127,\n                224,\n                3,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                240,\n                15,\n                254,\n                63,\n                240,\n                31,\n                254,\n                63,\n                255,\n                255,\n                254,\n                31,\n                255,\n                255,\n                254,\n                31,\n                255,\n                254,\n                254,\n                15,\n                255,\n                254,\n                254,\n                7,\n                255,\n                252,\n                254,\n                3,\n                255,\n                248,\n                254,\n                0,\n                255,\n                240,\n                254,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 71\n            }\n          },\n          {\n            \"encoding\": 72,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 39,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                255,\n                255,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 72\n            }\n          },\n          {\n            \"encoding\": 73,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 10,\n            \"height\": 54,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 73\n            }\n          },\n          {\n            \"encoding\": 74,\n            \"x\": 1,\n            \"y\": -1,\n            \"width\": 17,\n            \"height\": 55,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 55,\n              \"pixelArray\": [\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                1,\n                255,\n                128,\n                3,\n                255,\n                0,\n                3,\n                255,\n                0,\n                15,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                252,\n                0,\n                255,\n                248,\n                0,\n                255,\n                224,\n                0,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 74\n            }\n          },\n          {\n            \"encoding\": 75,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 36,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                192,\n                7,\n                252,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                224,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                193,\n                255,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                195,\n                254,\n                0,\n                255,\n                199,\n                254,\n                0,\n                255,\n                199,\n                254,\n                0,\n                255,\n                207,\n                252,\n                0,\n                255,\n                207,\n                252,\n                0,\n                255,\n                223,\n                248,\n                0,\n                255,\n                223,\n                248,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                239,\n                252,\n                0,\n                255,\n                239,\n                252,\n                0,\n                255,\n                199,\n                254,\n                0,\n                255,\n                199,\n                254,\n                0,\n                255,\n                199,\n                254,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                193,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                224,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 75\n            }\n          },\n          {\n            \"encoding\": 76,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 54,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 76\n            }\n          },\n          {\n            \"encoding\": 77,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 38,\n            \"height\": 54,\n            \"dx\": 46,\n            \"glyphBitmap\": {\n              \"width\": 38,\n              \"height\": 54,\n              \"pixelArray\": [\n                127,\n                224,\n                0,\n                31,\n                248,\n                127,\n                224,\n                0,\n                31,\n                248,\n                127,\n                240,\n                0,\n                31,\n                248,\n                127,\n                240,\n                0,\n                31,\n                248,\n                127,\n                240,\n                0,\n                63,\n                248,\n                127,\n                240,\n                0,\n                63,\n                248,\n                127,\n                240,\n                0,\n                63,\n                248,\n                127,\n                248,\n                0,\n                63,\n                248,\n                127,\n                248,\n                0,\n                63,\n                248,\n                127,\n                248,\n                0,\n                127,\n                248,\n                127,\n                248,\n                0,\n                127,\n                248,\n                127,\n                248,\n                0,\n                127,\n                248,\n                127,\n                252,\n                0,\n                127,\n                248,\n                127,\n                252,\n                0,\n                255,\n                248,\n                127,\n                252,\n                0,\n                255,\n                248,\n                127,\n                252,\n                0,\n                255,\n                248,\n                127,\n                252,\n                0,\n                255,\n                248,\n                127,\n                254,\n                1,\n                255,\n                248,\n                127,\n                254,\n                1,\n                251,\n                248,\n                127,\n                254,\n                1,\n                251,\n                248,\n                255,\n                254,\n                1,\n                251,\n                248,\n                255,\n                126,\n                1,\n                251,\n                248,\n                255,\n                127,\n                3,\n                243,\n                248,\n                255,\n                127,\n                3,\n                243,\n                248,\n                255,\n                127,\n                3,\n                243,\n                248,\n                255,\n                63,\n                3,\n                243,\n                248,\n                255,\n                63,\n                7,\n                243,\n                248,\n                255,\n                63,\n                135,\n                227,\n                248,\n                255,\n                63,\n                135,\n                227,\n                248,\n                255,\n                63,\n                135,\n                227,\n                248,\n                255,\n                31,\n                135,\n                227,\n                248,\n                255,\n                31,\n                143,\n                227,\n                248,\n                255,\n                31,\n                207,\n                195,\n                248,\n                255,\n                31,\n                207,\n                195,\n                248,\n                255,\n                15,\n                207,\n                195,\n                248,\n                255,\n                15,\n                223,\n                195,\n                248,\n                255,\n                15,\n                255,\n                195,\n                248,\n                255,\n                15,\n                255,\n                131,\n                248,\n                255,\n                15,\n                255,\n                131,\n                248,\n                255,\n                7,\n                255,\n                131,\n                252,\n                255,\n                7,\n                255,\n                131,\n                252,\n                255,\n                7,\n                255,\n                3,\n                252,\n                255,\n                7,\n                255,\n                3,\n                252,\n                255,\n                3,\n                255,\n                3,\n                252,\n                255,\n                3,\n                255,\n                3,\n                252,\n                255,\n                3,\n                255,\n                3,\n                252,\n                255,\n                3,\n                254,\n                3,\n                252,\n                255,\n                1,\n                254,\n                3,\n                252,\n                255,\n                1,\n                254,\n                3,\n                252,\n                255,\n                1,\n                254,\n                3,\n                252,\n                255,\n                1,\n                254,\n                3,\n                252,\n                255,\n                1,\n                252,\n                3,\n                252,\n                255,\n                0,\n                252,\n                3,\n                252,\n                255,\n                0,\n                252,\n                3,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 77\n            }\n          },\n          {\n            \"encoding\": 78,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 28,\n            \"height\": 54,\n            \"dx\": 36,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 54,\n              \"pixelArray\": [\n                254,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                128,\n                15,\n                240,\n                255,\n                128,\n                15,\n                240,\n                255,\n                192,\n                15,\n                240,\n                255,\n                192,\n                15,\n                240,\n                255,\n                224,\n                15,\n                240,\n                255,\n                224,\n                15,\n                240,\n                255,\n                240,\n                15,\n                240,\n                255,\n                240,\n                15,\n                240,\n                255,\n                240,\n                15,\n                240,\n                255,\n                248,\n                15,\n                240,\n                255,\n                248,\n                15,\n                240,\n                255,\n                252,\n                15,\n                240,\n                255,\n                252,\n                15,\n                240,\n                255,\n                254,\n                15,\n                240,\n                255,\n                254,\n                15,\n                240,\n                255,\n                255,\n                15,\n                240,\n                255,\n                255,\n                15,\n                240,\n                255,\n                255,\n                15,\n                240,\n                255,\n                255,\n                143,\n                240,\n                255,\n                127,\n                143,\n                240,\n                255,\n                127,\n                207,\n                240,\n                255,\n                127,\n                207,\n                240,\n                255,\n                63,\n                239,\n                240,\n                255,\n                63,\n                239,\n                240,\n                255,\n                31,\n                255,\n                240,\n                255,\n                31,\n                255,\n                240,\n                255,\n                15,\n                255,\n                240,\n                255,\n                15,\n                255,\n                240,\n                255,\n                7,\n                255,\n                240,\n                255,\n                7,\n                255,\n                240,\n                255,\n                7,\n                255,\n                240,\n                255,\n                3,\n                255,\n                240,\n                255,\n                3,\n                255,\n                240,\n                255,\n                1,\n                255,\n                240,\n                255,\n                1,\n                255,\n                240,\n                255,\n                0,\n                255,\n                240,\n                255,\n                0,\n                255,\n                240,\n                255,\n                0,\n                255,\n                240,\n                255,\n                0,\n                127,\n                240,\n                255,\n                0,\n                127,\n                240,\n                255,\n                0,\n                63,\n                240,\n                255,\n                0,\n                63,\n                240,\n                255,\n                0,\n                31,\n                240,\n                255,\n                0,\n                31,\n                240,\n                255,\n                0,\n                31,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                7,\n                240,\n                255,\n                0,\n                7,\n                240,\n                255,\n                0,\n                3,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 78\n            }\n          },\n          {\n            \"encoding\": 79,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 31,\n            \"height\": 56,\n            \"dx\": 38,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                1,\n                0,\n                0,\n                0,\n                127,\n                254,\n                0,\n                1,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                248,\n                63,\n                255,\n                255,\n                248,\n                63,\n                240,\n                31,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                127,\n                192,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                15,\n                252,\n                63,\n                240,\n                31,\n                252,\n                63,\n                255,\n                255,\n                248,\n                31,\n                255,\n                255,\n                248,\n                31,\n                255,\n                255,\n                240,\n                15,\n                255,\n                255,\n                224,\n                7,\n                255,\n                255,\n                192,\n                1,\n                255,\n                255,\n                128,\n                0,\n                127,\n                254,\n                0,\n                0,\n                1,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 80,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 30,\n            \"height\": 54,\n            \"dx\": 35,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                195,\n                255,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                63,\n                240,\n                255,\n                195,\n                255,\n                240,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 80\n            }\n          },\n          {\n            \"encoding\": 81,\n            \"x\": 3,\n            \"y\": -11,\n            \"width\": 31,\n            \"height\": 66,\n            \"dx\": 38,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 66,\n              \"pixelArray\": [\n                0,\n                1,\n                0,\n                0,\n                0,\n                127,\n                254,\n                0,\n                1,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                248,\n                63,\n                255,\n                255,\n                248,\n                63,\n                240,\n                31,\n                252,\n                127,\n                224,\n                15,\n                252,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                255,\n                192,\n                7,\n                254,\n                127,\n                192,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                7,\n                254,\n                127,\n                224,\n                15,\n                252,\n                63,\n                240,\n                31,\n                252,\n                63,\n                255,\n                255,\n                248,\n                31,\n                255,\n                255,\n                248,\n                31,\n                255,\n                255,\n                240,\n                15,\n                255,\n                255,\n                224,\n                7,\n                255,\n                255,\n                192,\n                1,\n                255,\n                255,\n                128,\n                0,\n                127,\n                255,\n                0,\n                0,\n                1,\n                127,\n                128,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                7,\n                248,\n                0,\n                0,\n                3,\n                240,\n                0,\n                0,\n                1,\n                240,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                112,\n                0,\n                0,\n                0,\n                16\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 81\n            }\n          },\n          {\n            \"encoding\": 82,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 37,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                240,\n                255,\n                195,\n                255,\n                240,\n                255,\n                192,\n                63,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                63,\n                248,\n                255,\n                192,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                192,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                193,\n                255,\n                0,\n                255,\n                193,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                127,\n                224,\n                255,\n                192,\n                63,\n                224,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                63,\n                240,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                7,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 82\n            }\n          },\n          {\n            \"encoding\": 83,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 28,\n            \"height\": 56,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 56,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                0,\n                1,\n                255,\n                240,\n                0,\n                7,\n                255,\n                252,\n                0,\n                15,\n                255,\n                254,\n                0,\n                31,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                251,\n                255,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                31,\n                128,\n                255,\n                192,\n                16,\n                0,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                63,\n                255,\n                0,\n                0,\n                31,\n                255,\n                128,\n                0,\n                15,\n                255,\n                192,\n                0,\n                7,\n                255,\n                224,\n                0,\n                3,\n                255,\n                240,\n                0,\n                1,\n                255,\n                248,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                31,\n                255,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                7,\n                255,\n                192,\n                0,\n                3,\n                255,\n                192,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                127,\n                224,\n                3,\n                0,\n                63,\n                240,\n                127,\n                0,\n                63,\n                240,\n                255,\n                0,\n                63,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                128,\n                31,\n                240,\n                255,\n                192,\n                31,\n                240,\n                127,\n                192,\n                63,\n                240,\n                127,\n                224,\n                127,\n                240,\n                127,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                192,\n                31,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                0,\n                3,\n                255,\n                252,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 83\n            }\n          },\n          {\n            \"encoding\": 84,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 28,\n            \"height\": 54,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 84\n            }\n          },\n          {\n            \"encoding\": 85,\n            \"x\": 4,\n            \"y\": -1,\n            \"width\": 30,\n            \"height\": 55,\n            \"dx\": 38,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 55,\n              \"pixelArray\": [\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                128,\n                15,\n                252,\n                255,\n                128,\n                15,\n                252,\n                255,\n                128,\n                15,\n                252,\n                255,\n                128,\n                15,\n                252,\n                255,\n                192,\n                15,\n                252,\n                255,\n                192,\n                15,\n                248,\n                255,\n                192,\n                15,\n                248,\n                127,\n                224,\n                31,\n                248,\n                127,\n                240,\n                63,\n                248,\n                63,\n                255,\n                255,\n                240,\n                63,\n                255,\n                255,\n                240,\n                31,\n                255,\n                255,\n                224,\n                31,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                128,\n                3,\n                255,\n                255,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                2,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 85\n            }\n          },\n          {\n            \"encoding\": 86,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 35,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                0,\n                3,\n                254,\n                255,\n                128,\n                3,\n                254,\n                255,\n                128,\n                3,\n                254,\n                255,\n                128,\n                3,\n                252,\n                255,\n                128,\n                7,\n                252,\n                127,\n                128,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                248,\n                127,\n                192,\n                15,\n                248,\n                63,\n                192,\n                15,\n                248,\n                63,\n                192,\n                15,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                224,\n                15,\n                240,\n                63,\n                224,\n                15,\n                240,\n                31,\n                224,\n                31,\n                240,\n                31,\n                224,\n                31,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                224,\n                31,\n                240,\n                31,\n                224,\n                15,\n                240,\n                63,\n                224,\n                15,\n                240,\n                63,\n                224,\n                15,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                192,\n                7,\n                248,\n                63,\n                192,\n                7,\n                248,\n                63,\n                192,\n                7,\n                248,\n                127,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                128,\n                3,\n                252,\n                127,\n                128,\n                3,\n                252,\n                127,\n                128,\n                3,\n                252,\n                127,\n                128,\n                3,\n                252,\n                255,\n                0,\n                3,\n                254,\n                255,\n                0,\n                1,\n                254,\n                255,\n                0,\n                1,\n                254,\n                255,\n                0,\n                1,\n                254,\n                255,\n                0,\n                1,\n                255,\n                254,\n                0,\n                1,\n                255,\n                254,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 86\n            }\n          },\n          {\n            \"encoding\": 87,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 44,\n            \"height\": 54,\n            \"dx\": 48,\n            \"glyphBitmap\": {\n              \"width\": 44,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                31,\n                128,\n                15,\n                240,\n                255,\n                128,\n                31,\n                192,\n                15,\n                240,\n                127,\n                128,\n                31,\n                192,\n                31,\n                240,\n                127,\n                128,\n                31,\n                192,\n                31,\n                224,\n                127,\n                128,\n                63,\n                192,\n                31,\n                224,\n                127,\n                128,\n                63,\n                192,\n                31,\n                224,\n                127,\n                128,\n                63,\n                224,\n                31,\n                224,\n                127,\n                128,\n                63,\n                224,\n                31,\n                224,\n                127,\n                192,\n                63,\n                224,\n                31,\n                224,\n                63,\n                192,\n                63,\n                224,\n                31,\n                224,\n                63,\n                192,\n                127,\n                224,\n                63,\n                192,\n                63,\n                192,\n                127,\n                224,\n                63,\n                192,\n                63,\n                192,\n                127,\n                240,\n                63,\n                192,\n                63,\n                192,\n                127,\n                240,\n                63,\n                192,\n                63,\n                192,\n                127,\n                240,\n                63,\n                192,\n                63,\n                192,\n                255,\n                240,\n                63,\n                192,\n                31,\n                224,\n                255,\n                240,\n                63,\n                192,\n                31,\n                224,\n                255,\n                248,\n                127,\n                128,\n                31,\n                224,\n                255,\n                248,\n                127,\n                128,\n                31,\n                224,\n                255,\n                248,\n                127,\n                128,\n                31,\n                224,\n                255,\n                248,\n                127,\n                128,\n                31,\n                225,\n                255,\n                248,\n                127,\n                128,\n                31,\n                225,\n                251,\n                252,\n                127,\n                128,\n                15,\n                225,\n                249,\n                252,\n                127,\n                128,\n                15,\n                241,\n                249,\n                252,\n                127,\n                0,\n                15,\n                241,\n                249,\n                252,\n                255,\n                0,\n                15,\n                243,\n                249,\n                252,\n                255,\n                0,\n                15,\n                243,\n                241,\n                252,\n                255,\n                0,\n                15,\n                243,\n                240,\n                254,\n                255,\n                0,\n                15,\n                243,\n                240,\n                254,\n                255,\n                0,\n                7,\n                243,\n                240,\n                254,\n                255,\n                0,\n                7,\n                251,\n                240,\n                254,\n                254,\n                0,\n                7,\n                255,\n                224,\n                254,\n                254,\n                0,\n                7,\n                255,\n                224,\n                255,\n                254,\n                0,\n                7,\n                255,\n                224,\n                127,\n                254,\n                0,\n                7,\n                255,\n                224,\n                127,\n                254,\n                0,\n                7,\n                255,\n                224,\n                127,\n                254,\n                0,\n                3,\n                255,\n                224,\n                127,\n                254,\n                0,\n                3,\n                255,\n                192,\n                127,\n                252,\n                0,\n                3,\n                255,\n                192,\n                63,\n                252,\n                0,\n                3,\n                255,\n                192,\n                63,\n                252,\n                0,\n                3,\n                255,\n                192,\n                63,\n                252,\n                0,\n                3,\n                255,\n                192,\n                63,\n                252,\n                0,\n                3,\n                255,\n                128,\n                63,\n                252,\n                0,\n                1,\n                255,\n                128,\n                31,\n                252,\n                0,\n                1,\n                255,\n                128,\n                31,\n                248,\n                0,\n                1,\n                255,\n                128,\n                31,\n                248,\n                0,\n                1,\n                255,\n                128,\n                31,\n                248,\n                0,\n                1,\n                255,\n                128,\n                31,\n                248,\n                0,\n                1,\n                255,\n                0,\n                31,\n                248,\n                0,\n                1,\n                255,\n                0,\n                15,\n                248,\n                0,\n                0,\n                255,\n                0,\n                15,\n                248,\n                0,\n                0,\n                255,\n                0,\n                15,\n                240,\n                0,\n                0,\n                255,\n                0,\n                15,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 87\n            }\n          },\n          {\n            \"encoding\": 88,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 32,\n            \"height\": 54,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 32,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                3,\n                254,\n                255,\n                192,\n                3,\n                252,\n                127,\n                192,\n                3,\n                252,\n                127,\n                224,\n                7,\n                252,\n                63,\n                224,\n                7,\n                248,\n                63,\n                240,\n                7,\n                248,\n                63,\n                240,\n                15,\n                240,\n                31,\n                240,\n                15,\n                240,\n                31,\n                248,\n                31,\n                240,\n                15,\n                248,\n                31,\n                224,\n                15,\n                252,\n                31,\n                224,\n                7,\n                252,\n                63,\n                192,\n                7,\n                254,\n                63,\n                192,\n                7,\n                254,\n                63,\n                192,\n                3,\n                255,\n                127,\n                128,\n                3,\n                255,\n                127,\n                128,\n                1,\n                255,\n                255,\n                0,\n                1,\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                63,\n                252,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                255,\n                254,\n                0,\n                1,\n                255,\n                254,\n                0,\n                1,\n                255,\n                255,\n                0,\n                1,\n                255,\n                255,\n                0,\n                3,\n                255,\n                255,\n                128,\n                3,\n                253,\n                255,\n                128,\n                3,\n                252,\n                255,\n                128,\n                7,\n                252,\n                255,\n                192,\n                7,\n                248,\n                127,\n                192,\n                15,\n                248,\n                127,\n                224,\n                15,\n                240,\n                63,\n                224,\n                15,\n                240,\n                63,\n                240,\n                31,\n                240,\n                63,\n                240,\n                31,\n                224,\n                31,\n                240,\n                31,\n                224,\n                31,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                192,\n                15,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                128,\n                7,\n                254,\n                127,\n                128,\n                7,\n                254,\n                255,\n                128,\n                3,\n                255,\n                255,\n                0,\n                3,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 88\n            }\n          },\n          {\n            \"encoding\": 89,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 54,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                3,\n                254,\n                255,\n                128,\n                3,\n                254,\n                255,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                224,\n                15,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                240,\n                31,\n                248,\n                31,\n                224,\n                15,\n                248,\n                63,\n                224,\n                15,\n                248,\n                63,\n                192,\n                15,\n                252,\n                63,\n                192,\n                7,\n                252,\n                127,\n                192,\n                7,\n                252,\n                127,\n                128,\n                7,\n                254,\n                127,\n                128,\n                3,\n                254,\n                255,\n                128,\n                3,\n                254,\n                255,\n                0,\n                3,\n                255,\n                255,\n                0,\n                1,\n                255,\n                255,\n                0,\n                1,\n                255,\n                254,\n                0,\n                1,\n                255,\n                254,\n                0,\n                0,\n                255,\n                254,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                255,\n                252,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                63,\n                248,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 89\n            }\n          },\n          {\n            \"encoding\": 90,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 54,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 54,\n              \"pixelArray\": [\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                0,\n                1,\n                255,\n                0,\n                0,\n                3,\n                255,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                128,\n                0,\n                1,\n                255,\n                128,\n                0,\n                1,\n                255,\n                0,\n                0,\n                1,\n                255,\n                0,\n                0,\n                3,\n                255,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                31,\n                248,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                63,\n                240,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 90\n            }\n          },\n          {\n            \"encoding\": 91,\n            \"x\": 4,\n            \"y\": -12,\n            \"width\": 16,\n            \"height\": 66,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 66,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 91\n            }\n          },\n          {\n            \"encoding\": 92,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 54,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 54,\n              \"pixelArray\": [\n                254,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                127,\n                0,\n                0,\n                63,\n                0,\n                0,\n                63,\n                0,\n                0,\n                63,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                192,\n                0,\n                15,\n                192,\n                0,\n                15,\n                192,\n                0,\n                15,\n                224,\n                0,\n                7,\n                224,\n                0,\n                7,\n                224,\n                0,\n                7,\n                224,\n                0,\n                7,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                252,\n                0,\n                0,\n                252,\n                0,\n                0,\n                252,\n                0,\n                0,\n                254,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                127,\n                0,\n                0,\n                63,\n                0,\n                0,\n                63,\n                0,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                128,\n                0,\n                31,\n                192,\n                0,\n                15,\n                192,\n                0,\n                15,\n                192,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                7,\n                224,\n                0,\n                7,\n                224,\n                0,\n                7,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                1,\n                252,\n                0,\n                0,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 92\n            }\n          },\n          {\n            \"encoding\": 93,\n            \"x\": 1,\n            \"y\": -12,\n            \"width\": 17,\n            \"height\": 66,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 66,\n              \"pixelArray\": [\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 93\n            }\n          },\n          {\n            \"encoding\": 94,\n            \"x\": 2,\n            \"y\": 32,\n            \"width\": 27,\n            \"height\": 22,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 27,\n              \"height\": 22,\n              \"pixelArray\": [\n                0,\n                63,\n                192,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                255,\n                240,\n                0,\n                1,\n                255,\n                240,\n                0,\n                1,\n                255,\n                240,\n                0,\n                1,\n                255,\n                248,\n                0,\n                3,\n                251,\n                248,\n                0,\n                3,\n                251,\n                252,\n                0,\n                7,\n                243,\n                252,\n                0,\n                7,\n                241,\n                254,\n                0,\n                15,\n                241,\n                254,\n                0,\n                15,\n                224,\n                254,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                192,\n                127,\n                128,\n                63,\n                192,\n                127,\n                128,\n                63,\n                192,\n                127,\n                192,\n                127,\n                128,\n                63,\n                192,\n                127,\n                128,\n                63,\n                192,\n                255,\n                0,\n                31,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 94\n            }\n          },\n          {\n            \"encoding\": 95,\n            \"x\": 0,\n            \"y\": -9,\n            \"width\": 24,\n            \"height\": 6,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 6,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 95\n            }\n          },\n          {\n            \"encoding\": 96,\n            \"x\": 3,\n            \"y\": 41,\n            \"width\": 14,\n            \"height\": 13,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 13,\n              \"pixelArray\": [\n                255,\n                192,\n                127,\n                192,\n                63,\n                192,\n                63,\n                224,\n                31,\n                224,\n                15,\n                224,\n                15,\n                240,\n                7,\n                240,\n                3,\n                240,\n                3,\n                248,\n                1,\n                248,\n                0,\n                248,\n                0,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 96\n            }\n          },\n          {\n            \"encoding\": 97,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 25,\n            \"height\": 40,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 40,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                0,\n                1,\n                255,\n                192,\n                0,\n                7,\n                255,\n                240,\n                0,\n                31,\n                255,\n                248,\n                0,\n                31,\n                255,\n                252,\n                0,\n                63,\n                255,\n                254,\n                0,\n                127,\n                255,\n                254,\n                0,\n                127,\n                195,\n                254,\n                0,\n                127,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                0,\n                1,\n                255,\n                0,\n                0,\n                1,\n                255,\n                0,\n                0,\n                3,\n                255,\n                0,\n                0,\n                15,\n                255,\n                0,\n                0,\n                127,\n                255,\n                0,\n                1,\n                255,\n                255,\n                0,\n                3,\n                255,\n                255,\n                0,\n                15,\n                253,\n                255,\n                0,\n                31,\n                241,\n                255,\n                0,\n                63,\n                225,\n                255,\n                0,\n                127,\n                193,\n                255,\n                0,\n                127,\n                193,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                1,\n                255,\n                0,\n                255,\n                1,\n                255,\n                0,\n                255,\n                1,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                131,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                254,\n                255,\n                0,\n                127,\n                254,\n                255,\n                0,\n                63,\n                252,\n                255,\n                128,\n                31,\n                248,\n                255,\n                128,\n                15,\n                240,\n                255,\n                128,\n                1,\n                0,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 97\n            }\n          },\n          {\n            \"encoding\": 98,\n            \"x\": 4,\n            \"y\": -1,\n            \"width\": 25,\n            \"height\": 55,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 55,\n              \"pixelArray\": [\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                128,\n                0,\n                255,\n                143,\n                240,\n                0,\n                255,\n                159,\n                252,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                195,\n                255,\n                0,\n                255,\n                129,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                129,\n                255,\n                128,\n                255,\n                193,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                191,\n                248,\n                0,\n                255,\n                143,\n                240,\n                0,\n                0,\n                1,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 98\n            }\n          },\n          {\n            \"encoding\": 99,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 40,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 40,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                252,\n                63,\n                255,\n                254,\n                127,\n                255,\n                254,\n                127,\n                195,\n                254,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                127,\n                129,\n                255,\n                127,\n                195,\n                254,\n                127,\n                255,\n                254,\n                63,\n                255,\n                252,\n                63,\n                255,\n                252,\n                31,\n                255,\n                248,\n                15,\n                255,\n                240,\n                3,\n                255,\n                192,\n                0,\n                8,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 99\n            }\n          },\n          {\n            \"encoding\": 100,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 25,\n            \"height\": 55,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 55,\n              \"pixelArray\": [\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                64,\n                255,\n                128,\n                7,\n                248,\n                255,\n                128,\n                15,\n                254,\n                255,\n                128,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                225,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                127,\n                225,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                31,\n                254,\n                255,\n                128,\n                7,\n                248,\n                255,\n                128,\n                0,\n                64,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 100\n            }\n          },\n          {\n            \"encoding\": 101,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 40,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 40,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                252,\n                63,\n                255,\n                252,\n                127,\n                255,\n                254,\n                127,\n                195,\n                254,\n                127,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                129,\n                255,\n                255,\n                193,\n                255,\n                127,\n                195,\n                254,\n                127,\n                255,\n                254,\n                63,\n                255,\n                254,\n                63,\n                255,\n                252,\n                31,\n                255,\n                248,\n                15,\n                255,\n                240,\n                3,\n                255,\n                192,\n                0,\n                8,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 101\n            }\n          },\n          {\n            \"encoding\": 102,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 52,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 52,\n              \"pixelArray\": [\n                0,\n                63,\n                224,\n                0,\n                255,\n                224,\n                1,\n                255,\n                224,\n                3,\n                255,\n                224,\n                7,\n                255,\n                224,\n                7,\n                255,\n                224,\n                7,\n                255,\n                96,\n                7,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 102\n            }\n          },\n          {\n            \"encoding\": 103,\n            \"x\": 1,\n            \"y\": -11,\n            \"width\": 31,\n            \"height\": 51,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 51,\n              \"pixelArray\": [\n                0,\n                4,\n                0,\n                24,\n                0,\n                255,\n                224,\n                60,\n                1,\n                255,\n                240,\n                252,\n                7,\n                255,\n                249,\n                252,\n                7,\n                255,\n                255,\n                254,\n                15,\n                255,\n                255,\n                252,\n                31,\n                255,\n                255,\n                224,\n                31,\n                240,\n                255,\n                128,\n                31,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                63,\n                128,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                224,\n                63,\n                192,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                128,\n                31,\n                224,\n                127,\n                128,\n                31,\n                249,\n                255,\n                128,\n                15,\n                255,\n                255,\n                128,\n                7,\n                255,\n                255,\n                0,\n                3,\n                255,\n                254,\n                0,\n                3,\n                255,\n                252,\n                0,\n                7,\n                255,\n                248,\n                0,\n                15,\n                159,\n                192,\n                0,\n                31,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                63,\n                252,\n                0,\n                0,\n                63,\n                255,\n                252,\n                0,\n                63,\n                255,\n                255,\n                0,\n                31,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                224,\n                3,\n                255,\n                255,\n                224,\n                7,\n                255,\n                255,\n                240,\n                31,\n                192,\n                63,\n                240,\n                63,\n                128,\n                7,\n                240,\n                63,\n                128,\n                7,\n                240,\n                127,\n                128,\n                7,\n                240,\n                127,\n                128,\n                7,\n                240,\n                127,\n                128,\n                7,\n                240,\n                255,\n                252,\n                63,\n                240,\n                127,\n                255,\n                255,\n                240,\n                127,\n                255,\n                255,\n                224,\n                127,\n                255,\n                255,\n                224,\n                63,\n                255,\n                255,\n                192,\n                15,\n                255,\n                255,\n                0,\n                1,\n                255,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 103\n            }\n          },\n          {\n            \"encoding\": 104,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 54,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                32,\n                0,\n                255,\n                131,\n                252,\n                0,\n                255,\n                143,\n                254,\n                0,\n                255,\n                191,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                225,\n                255,\n                128,\n                255,\n                193,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 104\n            }\n          },\n          {\n            \"encoding\": 105,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 52,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 52,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 105\n            }\n          },\n          {\n            \"encoding\": 106,\n            \"x\": -1,\n            \"y\": -11,\n            \"width\": 15,\n            \"height\": 63,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 63,\n              \"pixelArray\": [\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                254,\n                7,\n                252,\n                7,\n                252,\n                159,\n                252,\n                255,\n                252,\n                255,\n                248,\n                255,\n                248,\n                255,\n                240,\n                255,\n                224,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 106\n            }\n          },\n          {\n            \"encoding\": 107,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 28,\n            \"height\": 54,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                127,\n                224,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                128,\n                255,\n                129,\n                255,\n                128,\n                255,\n                131,\n                255,\n                0,\n                255,\n                131,\n                255,\n                0,\n                255,\n                135,\n                254,\n                0,\n                255,\n                143,\n                252,\n                0,\n                255,\n                143,\n                252,\n                0,\n                255,\n                159,\n                248,\n                0,\n                255,\n                191,\n                240,\n                0,\n                255,\n                191,\n                240,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                239,\n                248,\n                0,\n                255,\n                207,\n                248,\n                0,\n                255,\n                135,\n                252,\n                0,\n                255,\n                135,\n                252,\n                0,\n                255,\n                135,\n                254,\n                0,\n                255,\n                131,\n                254,\n                0,\n                255,\n                131,\n                254,\n                0,\n                255,\n                131,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                127,\n                192,\n                255,\n                128,\n                127,\n                224,\n                255,\n                128,\n                63,\n                224,\n                255,\n                128,\n                63,\n                240,\n                255,\n                128,\n                63,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 107\n            }\n          },\n          {\n            \"encoding\": 108,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 9,\n            \"height\": 54,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 9,\n              \"height\": 54,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 108\n            }\n          },\n          {\n            \"encoding\": 109,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 42,\n            \"height\": 39,\n            \"dx\": 48,\n            \"glyphBitmap\": {\n              \"width\": 42,\n              \"height\": 39,\n              \"pixelArray\": [\n                0,\n                0,\n                32,\n                0,\n                32,\n                0,\n                255,\n                131,\n                252,\n                3,\n                252,\n                0,\n                255,\n                143,\n                254,\n                15,\n                255,\n                0,\n                255,\n                191,\n                255,\n                31,\n                255,\n                0,\n                255,\n                255,\n                255,\n                63,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                255,\n                192,\n                255,\n                240,\n                255,\n                240,\n                255,\n                192,\n                255,\n                192,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192,\n                255,\n                128,\n                127,\n                192,\n                127,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 109\n            }\n          },\n          {\n            \"encoding\": 110,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 39,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 39,\n              \"pixelArray\": [\n                0,\n                0,\n                16,\n                0,\n                255,\n                195,\n                254,\n                0,\n                255,\n                207,\n                255,\n                0,\n                255,\n                223,\n                255,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                240,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 110\n            }\n          },\n          {\n            \"encoding\": 111,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 25,\n            \"height\": 40,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 40,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                0,\n                3,\n                255,\n                192,\n                0,\n                15,\n                255,\n                240,\n                0,\n                31,\n                255,\n                248,\n                0,\n                63,\n                255,\n                252,\n                0,\n                63,\n                255,\n                254,\n                0,\n                127,\n                255,\n                254,\n                0,\n                127,\n                195,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                129,\n                255,\n                128,\n                255,\n                129,\n                255,\n                128,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                255,\n                129,\n                255,\n                0,\n                127,\n                195,\n                255,\n                0,\n                127,\n                255,\n                254,\n                0,\n                63,\n                255,\n                254,\n                0,\n                63,\n                255,\n                252,\n                0,\n                31,\n                255,\n                248,\n                0,\n                15,\n                255,\n                240,\n                0,\n                3,\n                255,\n                192,\n                0,\n                0,\n                8,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 111\n            }\n          },\n          {\n            \"encoding\": 112,\n            \"x\": 3,\n            \"y\": -13,\n            \"width\": 26,\n            \"height\": 52,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 26,\n              \"height\": 52,\n              \"pixelArray\": [\n                0,\n                0,\n                64,\n                0,\n                255,\n                199,\n                248,\n                0,\n                255,\n                223,\n                254,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                225,\n                255,\n                128,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                127,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                255,\n                128,\n                255,\n                225,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                223,\n                252,\n                0,\n                255,\n                199,\n                248,\n                0,\n                255,\n                192,\n                128,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 112\n            }\n          },\n          {\n            \"encoding\": 113,\n            \"x\": 3,\n            \"y\": -13,\n            \"width\": 25,\n            \"height\": 52,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 52,\n              \"pixelArray\": [\n                0,\n                64,\n                0,\n                0,\n                7,\n                248,\n                255,\n                128,\n                15,\n                254,\n                255,\n                128,\n                31,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                225,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                127,\n                225,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                128,\n                31,\n                254,\n                255,\n                128,\n                7,\n                248,\n                255,\n                128,\n                0,\n                64,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 113\n            }\n          },\n          {\n            \"encoding\": 114,\n            \"x\": 4,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 39,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 39,\n              \"pixelArray\": [\n                0,\n                0,\n                128,\n                255,\n                131,\n                192,\n                255,\n                143,\n                192,\n                255,\n                159,\n                192,\n                255,\n                191,\n                192,\n                255,\n                191,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                240,\n                0,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 114\n            }\n          },\n          {\n            \"encoding\": 115,\n            \"x\": 1,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 40,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 40,\n              \"pixelArray\": [\n                0,\n                8,\n                0,\n                1,\n                255,\n                128,\n                7,\n                255,\n                224,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                31,\n                255,\n                252,\n                63,\n                255,\n                252,\n                63,\n                225,\n                254,\n                63,\n                192,\n                254,\n                127,\n                192,\n                254,\n                127,\n                192,\n                126,\n                127,\n                192,\n                120,\n                63,\n                224,\n                64,\n                63,\n                240,\n                0,\n                63,\n                248,\n                0,\n                31,\n                252,\n                0,\n                31,\n                254,\n                0,\n                15,\n                255,\n                0,\n                7,\n                255,\n                128,\n                3,\n                255,\n                224,\n                1,\n                255,\n                240,\n                0,\n                255,\n                248,\n                0,\n                127,\n                248,\n                0,\n                31,\n                252,\n                0,\n                15,\n                254,\n                0,\n                7,\n                254,\n                0,\n                3,\n                255,\n                7,\n                1,\n                255,\n                31,\n                0,\n                255,\n                255,\n                0,\n                255,\n                127,\n                128,\n                255,\n                127,\n                128,\n                255,\n                127,\n                193,\n                255,\n                63,\n                255,\n                254,\n                31,\n                255,\n                254,\n                31,\n                255,\n                252,\n                15,\n                255,\n                248,\n                7,\n                255,\n                240,\n                1,\n                255,\n                192,\n                0,\n                8,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 115\n            }\n          },\n          {\n            \"encoding\": 116,\n            \"x\": 1,\n            \"y\": -1,\n            \"width\": 20,\n            \"height\": 51,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 51,\n              \"pixelArray\": [\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                252,\n                0,\n                15,\n                255,\n                240,\n                7,\n                255,\n                240,\n                7,\n                255,\n                240,\n                7,\n                255,\n                240,\n                3,\n                255,\n                240,\n                1,\n                255,\n                240,\n                0,\n                255,\n                240,\n                0,\n                4,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 116\n            }\n          },\n          {\n            \"encoding\": 117,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 25,\n            \"height\": 39,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 39,\n              \"pixelArray\": [\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                128,\n                255,\n                192,\n                255,\n                128,\n                255,\n                195,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                128,\n                127,\n                254,\n                255,\n                128,\n                63,\n                248,\n                255,\n                128,\n                31,\n                224,\n                255,\n                128,\n                2,\n                0,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 117\n            }\n          },\n          {\n            \"encoding\": 118,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 26,\n            \"height\": 38,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 26,\n              \"height\": 38,\n              \"pixelArray\": [\n                255,\n                192,\n                63,\n                192,\n                127,\n                192,\n                63,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                192,\n                127,\n                128,\n                127,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                128,\n                63,\n                224,\n                127,\n                0,\n                63,\n                224,\n                255,\n                0,\n                31,\n                224,\n                255,\n                0,\n                31,\n                240,\n                255,\n                0,\n                31,\n                240,\n                255,\n                0,\n                31,\n                240,\n                254,\n                0,\n                31,\n                240,\n                254,\n                0,\n                15,\n                241,\n                254,\n                0,\n                15,\n                241,\n                254,\n                0,\n                15,\n                241,\n                254,\n                0,\n                15,\n                249,\n                252,\n                0,\n                15,\n                249,\n                252,\n                0,\n                7,\n                249,\n                252,\n                0,\n                7,\n                249,\n                252,\n                0,\n                7,\n                251,\n                252,\n                0,\n                7,\n                251,\n                248,\n                0,\n                3,\n                255,\n                248,\n                0,\n                3,\n                255,\n                248,\n                0,\n                3,\n                255,\n                248,\n                0,\n                3,\n                255,\n                240,\n                0,\n                3,\n                255,\n                240,\n                0,\n                1,\n                255,\n                240,\n                0,\n                1,\n                255,\n                240,\n                0,\n                1,\n                255,\n                240,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                255,\n                224,\n                0,\n                0,\n                255,\n                192,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 118\n            }\n          },\n          {\n            \"encoding\": 119,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 36,\n            \"height\": 38,\n            \"dx\": 40,\n            \"glyphBitmap\": {\n              \"width\": 36,\n              \"height\": 38,\n              \"pixelArray\": [\n                254,\n                1,\n                248,\n                7,\n                240,\n                254,\n                1,\n                252,\n                7,\n                240,\n                255,\n                1,\n                252,\n                7,\n                240,\n                255,\n                3,\n                252,\n                15,\n                240,\n                255,\n                3,\n                252,\n                15,\n                224,\n                127,\n                3,\n                252,\n                15,\n                224,\n                127,\n                3,\n                252,\n                15,\n                224,\n                127,\n                3,\n                254,\n                15,\n                224,\n                127,\n                3,\n                254,\n                15,\n                224,\n                127,\n                135,\n                254,\n                31,\n                224,\n                127,\n                135,\n                254,\n                31,\n                192,\n                127,\n                135,\n                254,\n                31,\n                192,\n                63,\n                135,\n                254,\n                31,\n                192,\n                63,\n                135,\n                255,\n                31,\n                192,\n                63,\n                143,\n                255,\n                31,\n                192,\n                63,\n                207,\n                255,\n                31,\n                192,\n                63,\n                207,\n                255,\n                63,\n                128,\n                63,\n                207,\n                159,\n                63,\n                128,\n                31,\n                207,\n                159,\n                63,\n                128,\n                31,\n                223,\n                159,\n                63,\n                128,\n                31,\n                223,\n                159,\n                191,\n                128,\n                31,\n                223,\n                159,\n                191,\n                128,\n                31,\n                255,\n                31,\n                191,\n                128,\n                31,\n                255,\n                15,\n                255,\n                0,\n                15,\n                255,\n                15,\n                255,\n                0,\n                15,\n                255,\n                15,\n                255,\n                0,\n                15,\n                255,\n                15,\n                255,\n                0,\n                15,\n                254,\n                15,\n                255,\n                0,\n                15,\n                254,\n                7,\n                255,\n                0,\n                15,\n                254,\n                7,\n                254,\n                0,\n                15,\n                254,\n                7,\n                254,\n                0,\n                7,\n                254,\n                7,\n                254,\n                0,\n                7,\n                252,\n                7,\n                254,\n                0,\n                7,\n                252,\n                7,\n                254,\n                0,\n                7,\n                252,\n                3,\n                254,\n                0,\n                7,\n                252,\n                3,\n                252,\n                0,\n                7,\n                252,\n                3,\n                252,\n                0,\n                3,\n                248,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 119\n            }\n          },\n          {\n            \"encoding\": 120,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 26,\n            \"height\": 38,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 26,\n              \"height\": 38,\n              \"pixelArray\": [\n                255,\n                128,\n                63,\n                192,\n                127,\n                128,\n                127,\n                128,\n                127,\n                192,\n                127,\n                128,\n                127,\n                192,\n                255,\n                0,\n                63,\n                224,\n                255,\n                0,\n                63,\n                224,\n                254,\n                0,\n                31,\n                241,\n                254,\n                0,\n                31,\n                241,\n                252,\n                0,\n                15,\n                251,\n                252,\n                0,\n                15,\n                251,\n                252,\n                0,\n                7,\n                255,\n                248,\n                0,\n                7,\n                255,\n                248,\n                0,\n                3,\n                255,\n                240,\n                0,\n                3,\n                255,\n                240,\n                0,\n                3,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                240,\n                0,\n                7,\n                255,\n                240,\n                0,\n                7,\n                255,\n                248,\n                0,\n                7,\n                255,\n                248,\n                0,\n                15,\n                255,\n                252,\n                0,\n                15,\n                231,\n                252,\n                0,\n                31,\n                231,\n                254,\n                0,\n                31,\n                227,\n                254,\n                0,\n                63,\n                195,\n                255,\n                0,\n                63,\n                193,\n                255,\n                0,\n                63,\n                129,\n                255,\n                128,\n                127,\n                128,\n                255,\n                128,\n                127,\n                128,\n                255,\n                192,\n                255,\n                0,\n                127,\n                192,\n                255,\n                0,\n                127,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 120\n            }\n          },\n          {\n            \"encoding\": 121,\n            \"x\": 0,\n            \"y\": -11,\n            \"width\": 27,\n            \"height\": 48,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 27,\n              \"height\": 48,\n              \"pixelArray\": [\n                255,\n                128,\n                31,\n                224,\n                127,\n                192,\n                31,\n                224,\n                127,\n                192,\n                63,\n                224,\n                127,\n                192,\n                63,\n                224,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                192,\n                63,\n                224,\n                63,\n                192,\n                63,\n                224,\n                127,\n                192,\n                31,\n                224,\n                127,\n                128,\n                31,\n                224,\n                127,\n                128,\n                31,\n                224,\n                127,\n                128,\n                31,\n                240,\n                127,\n                128,\n                15,\n                240,\n                127,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                15,\n                240,\n                255,\n                0,\n                7,\n                248,\n                254,\n                0,\n                7,\n                248,\n                254,\n                0,\n                7,\n                249,\n                254,\n                0,\n                7,\n                249,\n                254,\n                0,\n                3,\n                249,\n                252,\n                0,\n                3,\n                249,\n                252,\n                0,\n                3,\n                253,\n                252,\n                0,\n                3,\n                253,\n                252,\n                0,\n                1,\n                255,\n                248,\n                0,\n                1,\n                255,\n                248,\n                0,\n                1,\n                255,\n                248,\n                0,\n                0,\n                255,\n                248,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                127,\n                224,\n                0,\n                0,\n                63,\n                224,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                63,\n                192,\n                0,\n                0,\n                127,\n                192,\n                0,\n                15,\n                255,\n                128,\n                0,\n                15,\n                255,\n                128,\n                0,\n                15,\n                255,\n                0,\n                0,\n                15,\n                254,\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                15,\n                224,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 121\n            }\n          },\n          {\n            \"encoding\": 122,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 21,\n            \"height\": 38,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 38,\n              \"pixelArray\": [\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                0,\n                31,\n                240,\n                0,\n                31,\n                240,\n                0,\n                63,\n                240,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                255,\n                128,\n                0,\n                255,\n                128,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                31,\n                240,\n                0,\n                31,\n                240,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 122\n            }\n          },\n          {\n            \"encoding\": 123,\n            \"x\": 3,\n            \"y\": -13,\n            \"width\": 18,\n            \"height\": 68,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 68,\n              \"pixelArray\": [\n                0,\n                3,\n                192,\n                0,\n                255,\n                192,\n                1,\n                255,\n                192,\n                3,\n                255,\n                192,\n                7,\n                255,\n                192,\n                7,\n                255,\n                192,\n                15,\n                255,\n                192,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                31,\n                240,\n                0,\n                63,\n                240,\n                0,\n                255,\n                240,\n                0,\n                255,\n                224,\n                0,\n                255,\n                192,\n                0,\n                255,\n                128,\n                0,\n                255,\n                192,\n                0,\n                255,\n                224,\n                0,\n                63,\n                240,\n                0,\n                31,\n                240,\n                0,\n                15,\n                240,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                248,\n                0,\n                15,\n                252,\n                0,\n                15,\n                255,\n                0,\n                7,\n                255,\n                192,\n                7,\n                255,\n                192,\n                7,\n                255,\n                192,\n                3,\n                255,\n                192,\n                1,\n                255,\n                192,\n                0,\n                63,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 123\n            }\n          },\n          {\n            \"encoding\": 124,\n            \"x\": 4,\n            \"y\": -11,\n            \"width\": 8,\n            \"height\": 65,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 65,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 124\n            }\n          },\n          {\n            \"encoding\": 125,\n            \"x\": 3,\n            \"y\": -13,\n            \"width\": 18,\n            \"height\": 68,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 68,\n              \"pixelArray\": [\n                240,\n                0,\n                0,\n                255,\n                192,\n                0,\n                255,\n                224,\n                0,\n                255,\n                240,\n                0,\n                255,\n                248,\n                0,\n                255,\n                248,\n                0,\n                255,\n                248,\n                0,\n                31,\n                248,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                3,\n                254,\n                0,\n                3,\n                255,\n                192,\n                1,\n                255,\n                192,\n                0,\n                255,\n                192,\n                0,\n                127,\n                192,\n                1,\n                255,\n                192,\n                3,\n                255,\n                192,\n                3,\n                255,\n                0,\n                3,\n                254,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                15,\n                252,\n                0,\n                15,\n                252,\n                0,\n                63,\n                248,\n                0,\n                255,\n                248,\n                0,\n                255,\n                248,\n                0,\n                255,\n                240,\n                0,\n                255,\n                240,\n                0,\n                255,\n                224,\n                0,\n                255,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 125\n            }\n          },\n          {\n            \"encoding\": 126,\n            \"x\": 2,\n            \"y\": 24,\n            \"width\": 27,\n            \"height\": 10,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 27,\n              \"height\": 10,\n              \"pixelArray\": [\n                3,\n                240,\n                0,\n                0,\n                15,\n                252,\n                1,\n                128,\n                31,\n                255,\n                3,\n                192,\n                63,\n                255,\n                207,\n                192,\n                127,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                192,\n                62,\n                63,\n                255,\n                128,\n                56,\n                15,\n                255,\n                0,\n                16,\n                3,\n                254,\n                0,\n                0,\n                0,\n                120,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 126\n            }\n          },\n          {\n            \"encoding\": 127,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 0,\n              \"height\": 0,\n              \"pixelArray\": []\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.48.bdf\",\n              \"encoding\": 127\n            }\n          }\n        ],\n        \"screenOrientation\": \"all\"\n      },\n      {\n        \"name\": \"large_landscape\",\n        \"source\": {\n          \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\"\n        },\n        \"height\": 71,\n        \"ascent\": 57,\n        \"descent\": 14,\n        \"glyphs\": [\n          {\n            \"encoding\": 32,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 0,\n              \"height\": 0,\n              \"pixelArray\": []\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 32\n            }\n          },\n          {\n            \"encoding\": 33,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 43,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 43,\n              \"pixelArray\": [\n                127,\n                127,\n                127,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                126,\n                124,\n                60,\n                60,\n                60,\n                60,\n                60,\n                60,\n                60,\n                60,\n                60,\n                60,\n                56,\n                56,\n                56,\n                56,\n                56,\n                24,\n                24,\n                24,\n                0,\n                0,\n                0,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 33\n            }\n          },\n          {\n            \"encoding\": 34,\n            \"x\": 3,\n            \"y\": 29,\n            \"width\": 15,\n            \"height\": 14,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 14,\n              \"pixelArray\": [\n                254,\n                126,\n                252,\n                126,\n                252,\n                126,\n                252,\n                126,\n                252,\n                126,\n                248,\n                124,\n                248,\n                124,\n                248,\n                124,\n                248,\n                124,\n                248,\n                124,\n                248,\n                120,\n                240,\n                120,\n                240,\n                120,\n                240,\n                120\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 34\n            }\n          },\n          {\n            \"encoding\": 35,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 43,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 43,\n              \"pixelArray\": [\n                3,\n                240,\n                252,\n                3,\n                240,\n                252,\n                3,\n                240,\n                252,\n                3,\n                240,\n                252,\n                3,\n                240,\n                252,\n                3,\n                240,\n                252,\n                7,\n                224,\n                252,\n                7,\n                224,\n                252,\n                7,\n                225,\n                248,\n                7,\n                225,\n                248,\n                7,\n                225,\n                248,\n                7,\n                225,\n                248,\n                7,\n                225,\n                248,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                15,\n                195,\n                240,\n                15,\n                195,\n                240,\n                31,\n                131,\n                240,\n                31,\n                131,\n                240,\n                31,\n                135,\n                224,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                255,\n                255,\n                254,\n                63,\n                7,\n                224,\n                63,\n                15,\n                192,\n                63,\n                15,\n                192,\n                63,\n                15,\n                192,\n                63,\n                15,\n                192,\n                63,\n                15,\n                192,\n                62,\n                15,\n                192,\n                126,\n                15,\n                192,\n                126,\n                15,\n                192,\n                126,\n                31,\n                128,\n                126,\n                31,\n                128,\n                126,\n                31,\n                128,\n                126,\n                31,\n                128,\n                126,\n                31,\n                128,\n                252,\n                31,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 35\n            }\n          },\n          {\n            \"encoding\": 36,\n            \"x\": 2,\n            \"y\": -5,\n            \"width\": 22,\n            \"height\": 53,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 53,\n              \"pixelArray\": [\n                0,\n                48,\n                0,\n                0,\n                48,\n                0,\n                0,\n                48,\n                0,\n                0,\n                48,\n                0,\n                0,\n                56,\n                0,\n                7,\n                255,\n                0,\n                31,\n                255,\n                192,\n                63,\n                255,\n                224,\n                127,\n                255,\n                224,\n                127,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                7,\n                248,\n                254,\n                3,\n                248,\n                254,\n                3,\n                248,\n                254,\n                1,\n                248,\n                254,\n                1,\n                252,\n                254,\n                1,\n                240,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                128,\n                0,\n                127,\n                192,\n                0,\n                127,\n                224,\n                0,\n                63,\n                248,\n                0,\n                31,\n                252,\n                0,\n                15,\n                254,\n                0,\n                7,\n                255,\n                0,\n                3,\n                255,\n                128,\n                1,\n                255,\n                192,\n                0,\n                127,\n                224,\n                0,\n                63,\n                240,\n                0,\n                31,\n                240,\n                0,\n                15,\n                248,\n                0,\n                7,\n                248,\n                0,\n                3,\n                252,\n                60,\n                3,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                255,\n                1,\n                252,\n                255,\n                3,\n                252,\n                127,\n                135,\n                252,\n                127,\n                255,\n                248,\n                63,\n                255,\n                248,\n                63,\n                255,\n                240,\n                31,\n                255,\n                224,\n                7,\n                255,\n                192,\n                1,\n                255,\n                0,\n                0,\n                24,\n                0,\n                0,\n                24,\n                0,\n                0,\n                24,\n                0,\n                0,\n                24,\n                0,\n                0,\n                24,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 36\n            }\n          },\n          {\n            \"encoding\": 37,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 47,\n            \"height\": 43,\n            \"dx\": 51,\n            \"glyphBitmap\": {\n              \"width\": 47,\n              \"height\": 43,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                31,\n                0,\n                0,\n                31,\n                254,\n                0,\n                31,\n                0,\n                0,\n                63,\n                255,\n                128,\n                63,\n                0,\n                0,\n                63,\n                255,\n                128,\n                62,\n                0,\n                0,\n                127,\n                255,\n                192,\n                62,\n                0,\n                0,\n                127,\n                31,\n                192,\n                62,\n                0,\n                0,\n                254,\n                15,\n                192,\n                124,\n                0,\n                0,\n                254,\n                15,\n                224,\n                124,\n                0,\n                0,\n                252,\n                15,\n                224,\n                124,\n                0,\n                0,\n                252,\n                7,\n                224,\n                252,\n                0,\n                0,\n                252,\n                7,\n                224,\n                248,\n                0,\n                0,\n                252,\n                7,\n                224,\n                248,\n                0,\n                0,\n                252,\n                7,\n                224,\n                248,\n                0,\n                0,\n                252,\n                7,\n                225,\n                240,\n                0,\n                0,\n                252,\n                15,\n                225,\n                240,\n                0,\n                0,\n                252,\n                15,\n                225,\n                240,\n                0,\n                0,\n                254,\n                15,\n                227,\n                240,\n                0,\n                0,\n                126,\n                15,\n                195,\n                224,\n                0,\n                0,\n                127,\n                31,\n                195,\n                224,\n                0,\n                0,\n                127,\n                255,\n                195,\n                224,\n                63,\n                128,\n                63,\n                255,\n                135,\n                192,\n                255,\n                240,\n                31,\n                255,\n                7,\n                193,\n                255,\n                248,\n                15,\n                254,\n                7,\n                195,\n                255,\n                252,\n                3,\n                248,\n                7,\n                199,\n                255,\n                252,\n                0,\n                0,\n                15,\n                135,\n                241,\n                254,\n                0,\n                0,\n                15,\n                135,\n                224,\n                254,\n                0,\n                0,\n                15,\n                135,\n                224,\n                126,\n                0,\n                0,\n                31,\n                135,\n                224,\n                126,\n                0,\n                0,\n                31,\n                15,\n                224,\n                126,\n                0,\n                0,\n                31,\n                15,\n                224,\n                126,\n                0,\n                0,\n                31,\n                15,\n                224,\n                126,\n                0,\n                0,\n                62,\n                15,\n                224,\n                126,\n                0,\n                0,\n                62,\n                15,\n                224,\n                126,\n                0,\n                0,\n                62,\n                15,\n                224,\n                126,\n                0,\n                0,\n                126,\n                7,\n                224,\n                126,\n                0,\n                0,\n                124,\n                7,\n                224,\n                126,\n                0,\n                0,\n                124,\n                7,\n                224,\n                254,\n                0,\n                0,\n                124,\n                7,\n                241,\n                252,\n                0,\n                0,\n                248,\n                3,\n                255,\n                252,\n                0,\n                0,\n                248,\n                3,\n                255,\n                252,\n                0,\n                0,\n                248,\n                1,\n                255,\n                248,\n                0,\n                1,\n                248,\n                0,\n                255,\n                240,\n                0,\n                1,\n                240,\n                0,\n                63,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 37\n            }\n          },\n          {\n            \"encoding\": 38,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 26,\n            \"height\": 45,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 26,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                32,\n                0,\n                0,\n                3,\n                254,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                31,\n                255,\n                192,\n                0,\n                31,\n                255,\n                224,\n                0,\n                63,\n                255,\n                224,\n                0,\n                63,\n                135,\n                224,\n                0,\n                63,\n                7,\n                240,\n                0,\n                127,\n                7,\n                240,\n                0,\n                127,\n                7,\n                240,\n                0,\n                127,\n                7,\n                240,\n                0,\n                127,\n                7,\n                240,\n                0,\n                63,\n                7,\n                224,\n                0,\n                63,\n                15,\n                224,\n                0,\n                63,\n                143,\n                224,\n                0,\n                63,\n                143,\n                192,\n                0,\n                31,\n                159,\n                128,\n                0,\n                31,\n                223,\n                128,\n                0,\n                15,\n                255,\n                0,\n                0,\n                15,\n                254,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                3,\n                248,\n                0,\n                0,\n                7,\n                248,\n                0,\n                0,\n                15,\n                248,\n                31,\n                192,\n                31,\n                248,\n                31,\n                192,\n                31,\n                252,\n                31,\n                128,\n                63,\n                252,\n                31,\n                128,\n                127,\n                126,\n                31,\n                128,\n                127,\n                127,\n                31,\n                128,\n                254,\n                63,\n                31,\n                128,\n                254,\n                63,\n                191,\n                0,\n                254,\n                31,\n                191,\n                0,\n                252,\n                31,\n                255,\n                0,\n                252,\n                15,\n                254,\n                0,\n                252,\n                7,\n                254,\n                0,\n                252,\n                7,\n                252,\n                0,\n                252,\n                3,\n                252,\n                0,\n                254,\n                7,\n                254,\n                0,\n                254,\n                15,\n                255,\n                192,\n                127,\n                255,\n                255,\n                192,\n                127,\n                255,\n                255,\n                192,\n                63,\n                255,\n                159,\n                192,\n                31,\n                255,\n                15,\n                192,\n                15,\n                252,\n                7,\n                192,\n                0,\n                64,\n                0,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 38\n            }\n          },\n          {\n            \"encoding\": 39,\n            \"x\": 4,\n            \"y\": 29,\n            \"width\": 6,\n            \"height\": 14,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 14,\n              \"pixelArray\": [\n                252,\n                248,\n                248,\n                248,\n                248,\n                248,\n                248,\n                240,\n                240,\n                240,\n                240,\n                240,\n                240,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 39\n            }\n          },\n          {\n            \"encoding\": 40,\n            \"x\": 4,\n            \"y\": -11,\n            \"width\": 12,\n            \"height\": 54,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                16,\n                1,\n                224,\n                7,\n                224,\n                15,\n                224,\n                31,\n                224,\n                31,\n                224,\n                63,\n                128,\n                63,\n                0,\n                127,\n                0,\n                127,\n                0,\n                126,\n                0,\n                126,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                126,\n                0,\n                126,\n                0,\n                127,\n                0,\n                63,\n                0,\n                63,\n                128,\n                63,\n                192,\n                31,\n                224,\n                31,\n                224,\n                15,\n                224,\n                3,\n                224,\n                0,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 40\n            }\n          },\n          {\n            \"encoding\": 41,\n            \"x\": 1,\n            \"y\": -11,\n            \"width\": 12,\n            \"height\": 54,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 54,\n              \"pixelArray\": [\n                128,\n                0,\n                120,\n                0,\n                126,\n                0,\n                127,\n                0,\n                127,\n                128,\n                127,\n                128,\n                31,\n                192,\n                31,\n                192,\n                15,\n                192,\n                15,\n                224,\n                15,\n                224,\n                7,\n                224,\n                7,\n                224,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                240,\n                7,\n                224,\n                7,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                192,\n                31,\n                192,\n                63,\n                192,\n                127,\n                128,\n                127,\n                0,\n                126,\n                0,\n                124,\n                0,\n                112,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 41\n            }\n          },\n          {\n            \"encoding\": 42,\n            \"x\": 2,\n            \"y\": 24,\n            \"width\": 19,\n            \"height\": 19,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 19,\n              \"pixelArray\": [\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                49,\n                240,\n                192,\n                121,\n                243,\n                192,\n                126,\n                255,\n                192,\n                255,\n                255,\n                224,\n                127,\n                255,\n                192,\n                15,\n                254,\n                0,\n                3,\n                248,\n                0,\n                3,\n                252,\n                0,\n                7,\n                252,\n                0,\n                15,\n                190,\n                0,\n                31,\n                159,\n                0,\n                63,\n                31,\n                128,\n                31,\n                15,\n                0,\n                6,\n                12,\n                0,\n                2,\n                8,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 42\n            }\n          },\n          {\n            \"encoding\": 43,\n            \"x\": 1,\n            \"y\": 11,\n            \"width\": 21,\n            \"height\": 22,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 22,\n              \"pixelArray\": [\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                255,\n                255,\n                248,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 43\n            }\n          },\n          {\n            \"encoding\": 44,\n            \"x\": 2,\n            \"y\": -8,\n            \"width\": 7,\n            \"height\": 14,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 14,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                14,\n                14,\n                30,\n                60,\n                252,\n                120,\n                96\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 44\n            }\n          },\n          {\n            \"encoding\": 45,\n            \"x\": 3,\n            \"y\": 15,\n            \"width\": 13,\n            \"height\": 5,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 5,\n              \"pixelArray\": [\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 45\n            }\n          },\n          {\n            \"encoding\": 46,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 7,\n            \"dx\": 11,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 7,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 46\n            }\n          },\n          {\n            \"encoding\": 47,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 17,\n            \"height\": 43,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 43,\n              \"pixelArray\": [\n                0,\n                15,\n                128,\n                0,\n                15,\n                128,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                63,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                252,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                3,\n                224,\n                0,\n                3,\n                224,\n                0,\n                3,\n                224,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                15,\n                128,\n                0,\n                15,\n                128,\n                0,\n                15,\n                128,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                126,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 47\n            }\n          },\n          {\n            \"encoding\": 48,\n            \"x\": 2,\n            \"y\": -1,\n            \"width\": 23,\n            \"height\": 45,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                128,\n                7,\n                255,\n                192,\n                31,\n                255,\n                240,\n                31,\n                255,\n                240,\n                63,\n                255,\n                248,\n                63,\n                255,\n                248,\n                127,\n                131,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                1,\n                252,\n                127,\n                129,\n                252,\n                127,\n                131,\n                252,\n                63,\n                255,\n                248,\n                63,\n                255,\n                248,\n                31,\n                255,\n                240,\n                15,\n                255,\n                224,\n                7,\n                255,\n                192,\n                3,\n                255,\n                128,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 48\n            }\n          },\n          {\n            \"encoding\": 49,\n            \"x\": 5,\n            \"y\": 0,\n            \"width\": 14,\n            \"height\": 43,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 43,\n              \"pixelArray\": [\n                0,\n                252,\n                1,\n                252,\n                7,\n                252,\n                31,\n                252,\n                127,\n                252,\n                255,\n                252,\n                255,\n                252,\n                255,\n                252,\n                255,\n                252,\n                227,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 49\n            }\n          },\n          {\n            \"encoding\": 50,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 44,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 44,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                1,\n                255,\n                128,\n                7,\n                255,\n                224,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                248,\n                63,\n                255,\n                252,\n                127,\n                131,\n                252,\n                127,\n                129,\n                254,\n                127,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                0,\n                254,\n                127,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                1,\n                254,\n                0,\n                1,\n                252,\n                0,\n                3,\n                252,\n                0,\n                3,\n                252,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                15,\n                240,\n                0,\n                31,\n                240,\n                0,\n                31,\n                224,\n                0,\n                63,\n                192,\n                0,\n                63,\n                192,\n                0,\n                127,\n                128,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                1,\n                254,\n                0,\n                3,\n                252,\n                0,\n                3,\n                252,\n                0,\n                7,\n                248,\n                0,\n                15,\n                240,\n                0,\n                15,\n                240,\n                0,\n                31,\n                224,\n                0,\n                31,\n                192,\n                0,\n                63,\n                192,\n                0,\n                127,\n                128,\n                0,\n                127,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 50\n            }\n          },\n          {\n            \"encoding\": 51,\n            \"x\": 2,\n            \"y\": -1,\n            \"width\": 23,\n            \"height\": 45,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                128,\n                15,\n                255,\n                224,\n                31,\n                255,\n                240,\n                63,\n                255,\n                248,\n                63,\n                255,\n                248,\n                127,\n                255,\n                252,\n                127,\n                131,\n                252,\n                255,\n                1,\n                252,\n                255,\n                1,\n                252,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                3,\n                252,\n                0,\n                7,\n                248,\n                0,\n                127,\n                240,\n                0,\n                127,\n                224,\n                0,\n                127,\n                192,\n                0,\n                127,\n                192,\n                0,\n                127,\n                240,\n                0,\n                127,\n                240,\n                0,\n                7,\n                248,\n                0,\n                3,\n                252,\n                0,\n                3,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                252,\n                255,\n                1,\n                252,\n                255,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                131,\n                252,\n                127,\n                255,\n                248,\n                63,\n                255,\n                248,\n                63,\n                255,\n                240,\n                31,\n                255,\n                224,\n                15,\n                255,\n                192,\n                3,\n                255,\n                128,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 51\n            }\n          },\n          {\n            \"encoding\": 52,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 24,\n            \"height\": 43,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 43,\n              \"pixelArray\": [\n                0,\n                31,\n                224,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                63,\n                224,\n                0,\n                127,\n                224,\n                0,\n                127,\n                224,\n                0,\n                255,\n                224,\n                0,\n                255,\n                224,\n                1,\n                255,\n                224,\n                1,\n                255,\n                224,\n                3,\n                255,\n                224,\n                3,\n                239,\n                224,\n                3,\n                239,\n                224,\n                7,\n                239,\n                224,\n                7,\n                207,\n                224,\n                15,\n                207,\n                224,\n                15,\n                207,\n                224,\n                31,\n                143,\n                224,\n                31,\n                143,\n                224,\n                63,\n                143,\n                224,\n                63,\n                15,\n                224,\n                63,\n                15,\n                224,\n                126,\n                15,\n                224,\n                126,\n                15,\n                224,\n                254,\n                15,\n                224,\n                252,\n                15,\n                224,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 52\n            }\n          },\n          {\n            \"encoding\": 53,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 22,\n            \"height\": 44,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 44,\n              \"pixelArray\": [\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                240,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                126,\n                0,\n                0,\n                252,\n                0,\n                0,\n                252,\n                0,\n                0,\n                252,\n                127,\n                0,\n                253,\n                255,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                143,\n                248,\n                255,\n                3,\n                248,\n                254,\n                3,\n                248,\n                254,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                3,\n                248,\n                254,\n                3,\n                248,\n                254,\n                3,\n                248,\n                254,\n                3,\n                248,\n                255,\n                3,\n                248,\n                255,\n                7,\n                240,\n                127,\n                255,\n                240,\n                127,\n                255,\n                224,\n                63,\n                255,\n                224,\n                31,\n                255,\n                128,\n                7,\n                255,\n                0,\n                0,\n                32,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 53\n            }\n          },\n          {\n            \"encoding\": 54,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 22,\n            \"height\": 45,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                32,\n                0,\n                3,\n                255,\n                0,\n                15,\n                255,\n                192,\n                31,\n                255,\n                224,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                127,\n                255,\n                248,\n                127,\n                131,\n                248,\n                255,\n                3,\n                248,\n                255,\n                3,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                63,\n                0,\n                254,\n                255,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                240,\n                255,\n                255,\n                248,\n                255,\n                135,\n                248,\n                255,\n                3,\n                248,\n                254,\n                3,\n                252,\n                254,\n                3,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                3,\n                252,\n                254,\n                3,\n                252,\n                255,\n                3,\n                248,\n                127,\n                7,\n                248,\n                127,\n                255,\n                248,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                31,\n                255,\n                224,\n                15,\n                255,\n                192,\n                3,\n                255,\n                0,\n                0,\n                32,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 54\n            }\n          },\n          {\n            \"encoding\": 55,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 43,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                63,\n                0,\n                0,\n                127,\n                0,\n                0,\n                127,\n                0,\n                0,\n                127,\n                0,\n                0,\n                127,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                3,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                192,\n                0,\n                15,\n                192,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 55\n            }\n          },\n          {\n            \"encoding\": 56,\n            \"x\": 2,\n            \"y\": -1,\n            \"width\": 22,\n            \"height\": 45,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                0,\n                15,\n                255,\n                192,\n                31,\n                255,\n                224,\n                31,\n                255,\n                240,\n                63,\n                255,\n                240,\n                63,\n                135,\n                248,\n                127,\n                3,\n                248,\n                127,\n                3,\n                248,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                3,\n                252,\n                127,\n                3,\n                248,\n                127,\n                3,\n                248,\n                63,\n                131,\n                248,\n                63,\n                199,\n                240,\n                31,\n                255,\n                240,\n                15,\n                255,\n                224,\n                7,\n                255,\n                192,\n                15,\n                255,\n                192,\n                31,\n                255,\n                240,\n                63,\n                255,\n                240,\n                127,\n                135,\n                248,\n                127,\n                3,\n                248,\n                127,\n                1,\n                252,\n                255,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                3,\n                252,\n                127,\n                131,\n                248,\n                63,\n                255,\n                248,\n                63,\n                255,\n                240,\n                31,\n                255,\n                240,\n                15,\n                255,\n                192,\n                3,\n                255,\n                128,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 56\n            }\n          },\n          {\n            \"encoding\": 57,\n            \"x\": 2,\n            \"y\": -1,\n            \"width\": 23,\n            \"height\": 45,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                0,\n                7,\n                255,\n                192,\n                15,\n                255,\n                224,\n                31,\n                255,\n                240,\n                63,\n                255,\n                248,\n                63,\n                255,\n                248,\n                127,\n                131,\n                248,\n                127,\n                3,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                255,\n                1,\n                252,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                129,\n                254,\n                127,\n                135,\n                254,\n                63,\n                255,\n                254,\n                63,\n                255,\n                254,\n                31,\n                255,\n                254,\n                15,\n                253,\n                254,\n                3,\n                249,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                1,\n                252,\n                127,\n                3,\n                252,\n                127,\n                131,\n                248,\n                127,\n                255,\n                248,\n                63,\n                255,\n                248,\n                63,\n                255,\n                240,\n                31,\n                255,\n                224,\n                15,\n                255,\n                192,\n                3,\n                255,\n                0,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 57\n            }\n          },\n          {\n            \"encoding\": 58,\n            \"x\": 3,\n            \"y\": 4,\n            \"width\": 7,\n            \"height\": 24,\n            \"dx\": 12,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 24,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 58\n            }\n          },\n          {\n            \"encoding\": 59,\n            \"x\": 3,\n            \"y\": -4,\n            \"width\": 7,\n            \"height\": 35,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 35,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                14,\n                14,\n                30,\n                62,\n                124,\n                120,\n                64\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 59\n            }\n          },\n          {\n            \"encoding\": 60,\n            \"x\": 2,\n            \"y\": 3,\n            \"width\": 16,\n            \"height\": 29,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 29,\n              \"pixelArray\": [\n                0,\n                1,\n                0,\n                2,\n                0,\n                6,\n                0,\n                30,\n                0,\n                62,\n                0,\n                254,\n                1,\n                254,\n                7,\n                254,\n                15,\n                252,\n                63,\n                240,\n                127,\n                224,\n                255,\n                128,\n                255,\n                0,\n                254,\n                0,\n                248,\n                0,\n                252,\n                0,\n                255,\n                0,\n                255,\n                128,\n                255,\n                192,\n                63,\n                240,\n                31,\n                248,\n                7,\n                252,\n                3,\n                254,\n                0,\n                254,\n                0,\n                126,\n                0,\n                30,\n                0,\n                14,\n                0,\n                6,\n                0,\n                1\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 60\n            }\n          },\n          {\n            \"encoding\": 61,\n            \"x\": 3,\n            \"y\": 14,\n            \"width\": 17,\n            \"height\": 15,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 15,\n              \"pixelArray\": [\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 61\n            }\n          },\n          {\n            \"encoding\": 62,\n            \"x\": 2,\n            \"y\": 3,\n            \"width\": 17,\n            \"height\": 29,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 29,\n              \"pixelArray\": [\n                128,\n                0,\n                0,\n                64,\n                0,\n                0,\n                112,\n                0,\n                0,\n                120,\n                0,\n                0,\n                126,\n                0,\n                0,\n                127,\n                0,\n                0,\n                127,\n                192,\n                0,\n                127,\n                224,\n                0,\n                31,\n                248,\n                0,\n                15,\n                252,\n                0,\n                3,\n                255,\n                0,\n                1,\n                255,\n                128,\n                0,\n                255,\n                128,\n                0,\n                63,\n                128,\n                0,\n                31,\n                128,\n                0,\n                63,\n                128,\n                0,\n                127,\n                128,\n                0,\n                255,\n                128,\n                3,\n                255,\n                0,\n                7,\n                254,\n                0,\n                31,\n                248,\n                0,\n                63,\n                240,\n                0,\n                127,\n                192,\n                0,\n                127,\n                128,\n                0,\n                126,\n                0,\n                0,\n                124,\n                0,\n                0,\n                112,\n                0,\n                0,\n                96,\n                0,\n                0,\n                64,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 62\n            }\n          },\n          {\n            \"encoding\": 63,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 44,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 44,\n              \"pixelArray\": [\n                0,\n                32,\n                0,\n                7,\n                255,\n                0,\n                15,\n                255,\n                192,\n                31,\n                255,\n                224,\n                63,\n                255,\n                240,\n                127,\n                255,\n                248,\n                127,\n                255,\n                248,\n                127,\n                7,\n                248,\n                255,\n                3,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                254,\n                1,\n                252,\n                126,\n                1,\n                252,\n                124,\n                1,\n                252,\n                64,\n                3,\n                252,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                240,\n                0,\n                15,\n                240,\n                0,\n                31,\n                224,\n                0,\n                63,\n                192,\n                0,\n                63,\n                192,\n                0,\n                127,\n                128,\n                0,\n                255,\n                0,\n                1,\n                254,\n                0,\n                3,\n                252,\n                0,\n                3,\n                248,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                3,\n                240,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 63\n            }\n          },\n          {\n            \"encoding\": 64,\n            \"x\": 3,\n            \"y\": -8,\n            \"width\": 44,\n            \"height\": 50,\n            \"dx\": 50,\n            \"glyphBitmap\": {\n              \"width\": 44,\n              \"height\": 50,\n              \"pixelArray\": [\n                0,\n                0,\n                15,\n                252,\n                0,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                7,\n                255,\n                255,\n                240,\n                0,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                0,\n                63,\n                255,\n                255,\n                252,\n                0,\n                0,\n                127,\n                240,\n                7,\n                254,\n                0,\n                0,\n                255,\n                128,\n                0,\n                255,\n                0,\n                1,\n                254,\n                0,\n                0,\n                63,\n                128,\n                3,\n                252,\n                0,\n                0,\n                31,\n                192,\n                7,\n                248,\n                0,\n                0,\n                15,\n                192,\n                15,\n                240,\n                0,\n                0,\n                7,\n                224,\n                15,\n                224,\n                7,\n                207,\n                199,\n                224,\n                31,\n                192,\n                31,\n                239,\n                131,\n                224,\n                31,\n                128,\n                127,\n                255,\n                131,\n                240,\n                63,\n                128,\n                255,\n                255,\n                129,\n                240,\n                63,\n                0,\n                255,\n                255,\n                129,\n                240,\n                63,\n                1,\n                254,\n                31,\n                129,\n                240,\n                127,\n                3,\n                252,\n                31,\n                129,\n                240,\n                126,\n                3,\n                248,\n                63,\n                129,\n                240,\n                126,\n                7,\n                240,\n                63,\n                1,\n                240,\n                126,\n                7,\n                240,\n                63,\n                1,\n                240,\n                126,\n                7,\n                224,\n                63,\n                1,\n                240,\n                252,\n                15,\n                224,\n                63,\n                1,\n                240,\n                252,\n                15,\n                224,\n                63,\n                1,\n                240,\n                252,\n                15,\n                192,\n                63,\n                1,\n                240,\n                252,\n                15,\n                192,\n                127,\n                1,\n                240,\n                252,\n                15,\n                192,\n                126,\n                1,\n                240,\n                252,\n                15,\n                192,\n                126,\n                3,\n                224,\n                252,\n                15,\n                192,\n                126,\n                3,\n                224,\n                252,\n                15,\n                192,\n                126,\n                7,\n                224,\n                252,\n                15,\n                224,\n                254,\n                7,\n                192,\n                252,\n                15,\n                225,\n                254,\n                15,\n                192,\n                252,\n                15,\n                255,\n                254,\n                31,\n                128,\n                252,\n                7,\n                255,\n                254,\n                127,\n                0,\n                126,\n                7,\n                255,\n                255,\n                254,\n                0,\n                126,\n                3,\n                255,\n                63,\n                252,\n                0,\n                126,\n                1,\n                254,\n                31,\n                248,\n                0,\n                127,\n                0,\n                120,\n                15,\n                224,\n                0,\n                63,\n                0,\n                0,\n                0,\n                0,\n                0,\n                63,\n                128,\n                0,\n                0,\n                0,\n                0,\n                31,\n                192,\n                0,\n                0,\n                0,\n                0,\n                31,\n                224,\n                0,\n                0,\n                0,\n                0,\n                15,\n                240,\n                0,\n                0,\n                0,\n                0,\n                7,\n                252,\n                0,\n                0,\n                128,\n                0,\n                3,\n                255,\n                192,\n                15,\n                128,\n                0,\n                1,\n                255,\n                255,\n                255,\n                128,\n                0,\n                0,\n                127,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                255,\n                255,\n                192,\n                0,\n                0,\n                15,\n                255,\n                255,\n                128,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 64\n            }\n          },\n          {\n            \"encoding\": 65,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 26,\n            \"height\": 43,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 26,\n              \"height\": 43,\n              \"pixelArray\": [\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                247,\n                240,\n                0,\n                3,\n                247,\n                240,\n                0,\n                3,\n                247,\n                240,\n                0,\n                3,\n                243,\n                240,\n                0,\n                3,\n                243,\n                240,\n                0,\n                3,\n                243,\n                248,\n                0,\n                7,\n                243,\n                248,\n                0,\n                7,\n                227,\n                248,\n                0,\n                7,\n                227,\n                248,\n                0,\n                7,\n                225,\n                252,\n                0,\n                15,\n                225,\n                252,\n                0,\n                15,\n                225,\n                252,\n                0,\n                15,\n                225,\n                252,\n                0,\n                15,\n                193,\n                252,\n                0,\n                15,\n                193,\n                254,\n                0,\n                31,\n                192,\n                254,\n                0,\n                31,\n                255,\n                254,\n                0,\n                31,\n                255,\n                254,\n                0,\n                31,\n                255,\n                254,\n                0,\n                63,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                0,\n                63,\n                128,\n                127,\n                0,\n                63,\n                128,\n                127,\n                0,\n                63,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                128,\n                127,\n                0,\n                127,\n                128,\n                127,\n                0,\n                127,\n                128,\n                127,\n                0,\n                63,\n                128,\n                255,\n                0,\n                63,\n                192,\n                255,\n                0,\n                63,\n                192,\n                254,\n                0,\n                63,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 65\n            }\n          },\n          {\n            \"encoding\": 66,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                192,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                7,\n                252,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                1,\n                252,\n                0,\n                255,\n                7,\n                252,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                192,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                3,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                1,\n                255,\n                0,\n                255,\n                3,\n                254,\n                0,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 66\n            }\n          },\n          {\n            \"encoding\": 67,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 23,\n            \"height\": 45,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                224,\n                31,\n                255,\n                240,\n                63,\n                255,\n                248,\n                127,\n                255,\n                252,\n                127,\n                255,\n                252,\n                255,\n                129,\n                254,\n                255,\n                1,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                1,\n                254,\n                127,\n                129,\n                254,\n                127,\n                255,\n                252,\n                127,\n                255,\n                252,\n                63,\n                255,\n                248,\n                31,\n                255,\n                240,\n                15,\n                255,\n                224,\n                3,\n                255,\n                128,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 67\n            }\n          },\n          {\n            \"encoding\": 68,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 24,\n            \"height\": 43,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                254,\n                0,\n                255,\n                255,\n                224,\n                255,\n                255,\n                240,\n                255,\n                255,\n                248,\n                255,\n                255,\n                252,\n                255,\n                7,\n                252,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                1,\n                254,\n                255,\n                7,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                248,\n                255,\n                255,\n                240,\n                255,\n                255,\n                192,\n                255,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 68\n            }\n          },\n          {\n            \"encoding\": 69,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 43,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 69\n            }\n          },\n          {\n            \"encoding\": 70,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 43,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 70\n            }\n          },\n          {\n            \"encoding\": 71,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 45,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                252,\n                127,\n                255,\n                252,\n                127,\n                255,\n                254,\n                127,\n                129,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                15,\n                255,\n                254,\n                15,\n                255,\n                254,\n                15,\n                255,\n                254,\n                15,\n                255,\n                254,\n                15,\n                255,\n                254,\n                0,\n                127,\n                254,\n                0,\n                127,\n                254,\n                0,\n                127,\n                254,\n                0,\n                127,\n                254,\n                0,\n                127,\n                254,\n                0,\n                127,\n                255,\n                0,\n                127,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                127,\n                129,\n                255,\n                127,\n                255,\n                255,\n                127,\n                255,\n                255,\n                63,\n                255,\n                255,\n                31,\n                255,\n                191,\n                15,\n                255,\n                31,\n                3,\n                254,\n                31,\n                0,\n                32,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 71\n            }\n          },\n          {\n            \"encoding\": 72,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128,\n                255,\n                0,\n                127,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 72\n            }\n          },\n          {\n            \"encoding\": 73,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 8,\n            \"height\": 43,\n            \"dx\": 15,\n            \"glyphBitmap\": {\n              \"width\": 8,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 73\n            }\n          },\n          {\n            \"encoding\": 74,\n            \"x\": 0,\n            \"y\": -1,\n            \"width\": 14,\n            \"height\": 44,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 14,\n              \"height\": 44,\n              \"pixelArray\": [\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                3,\n                252,\n                7,\n                252,\n                255,\n                248,\n                255,\n                248,\n                255,\n                240,\n                255,\n                224,\n                255,\n                192,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 74\n            }\n          },\n          {\n            \"encoding\": 75,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 28,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                0,\n                127,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                1,\n                252,\n                0,\n                255,\n                1,\n                252,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                3,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                240,\n                0,\n                255,\n                15,\n                240,\n                0,\n                255,\n                15,\n                224,\n                0,\n                255,\n                31,\n                224,\n                0,\n                255,\n                31,\n                224,\n                0,\n                255,\n                63,\n                192,\n                0,\n                255,\n                63,\n                192,\n                0,\n                255,\n                63,\n                128,\n                0,\n                255,\n                127,\n                128,\n                0,\n                255,\n                127,\n                128,\n                0,\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                255,\n                255,\n                128,\n                0,\n                255,\n                191,\n                128,\n                0,\n                255,\n                191,\n                192,\n                0,\n                255,\n                63,\n                192,\n                0,\n                255,\n                31,\n                224,\n                0,\n                255,\n                31,\n                224,\n                0,\n                255,\n                31,\n                224,\n                0,\n                255,\n                15,\n                240,\n                0,\n                255,\n                15,\n                240,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                3,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                128,\n                255,\n                0,\n                127,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 75\n            }\n          },\n          {\n            \"encoding\": 76,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 18,\n            \"height\": 43,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 18,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 76\n            }\n          },\n          {\n            \"encoding\": 77,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 30,\n            \"height\": 43,\n            \"dx\": 36,\n            \"glyphBitmap\": {\n              \"width\": 30,\n              \"height\": 43,\n              \"pixelArray\": [\n                127,\n                128,\n                3,\n                248,\n                127,\n                128,\n                3,\n                248,\n                127,\n                128,\n                7,\n                248,\n                127,\n                192,\n                7,\n                248,\n                127,\n                192,\n                7,\n                248,\n                127,\n                192,\n                7,\n                248,\n                127,\n                192,\n                15,\n                248,\n                127,\n                192,\n                15,\n                248,\n                127,\n                224,\n                15,\n                248,\n                127,\n                224,\n                15,\n                248,\n                127,\n                224,\n                15,\n                248,\n                127,\n                224,\n                31,\n                248,\n                127,\n                224,\n                31,\n                252,\n                127,\n                240,\n                31,\n                252,\n                127,\n                240,\n                30,\n                252,\n                127,\n                240,\n                62,\n                252,\n                127,\n                240,\n                62,\n                252,\n                127,\n                240,\n                62,\n                252,\n                127,\n                248,\n                62,\n                252,\n                124,\n                248,\n                124,\n                252,\n                252,\n                248,\n                124,\n                252,\n                252,\n                248,\n                124,\n                252,\n                252,\n                248,\n                124,\n                252,\n                252,\n                252,\n                124,\n                252,\n                252,\n                124,\n                248,\n                252,\n                252,\n                124,\n                248,\n                252,\n                252,\n                124,\n                248,\n                252,\n                252,\n                126,\n                248,\n                252,\n                252,\n                63,\n                240,\n                252,\n                252,\n                63,\n                240,\n                252,\n                252,\n                63,\n                240,\n                252,\n                252,\n                63,\n                240,\n                252,\n                252,\n                63,\n                240,\n                252,\n                252,\n                31,\n                224,\n                252,\n                252,\n                31,\n                224,\n                252,\n                252,\n                31,\n                224,\n                252,\n                252,\n                31,\n                224,\n                252,\n                252,\n                15,\n                224,\n                252,\n                252,\n                15,\n                192,\n                252,\n                252,\n                15,\n                192,\n                252,\n                252,\n                15,\n                192,\n                252,\n                252,\n                7,\n                192,\n                252,\n                252,\n                7,\n                192,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 77\n            }\n          },\n          {\n            \"encoding\": 78,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 43,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 43,\n              \"pixelArray\": [\n                252,\n                0,\n                254,\n                252,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                128,\n                254,\n                255,\n                128,\n                254,\n                255,\n                192,\n                254,\n                255,\n                192,\n                254,\n                255,\n                224,\n                254,\n                255,\n                224,\n                254,\n                255,\n                224,\n                254,\n                255,\n                240,\n                254,\n                255,\n                240,\n                254,\n                255,\n                248,\n                254,\n                255,\n                248,\n                254,\n                255,\n                252,\n                254,\n                255,\n                252,\n                254,\n                254,\n                252,\n                254,\n                254,\n                254,\n                254,\n                254,\n                126,\n                254,\n                254,\n                127,\n                254,\n                254,\n                127,\n                254,\n                254,\n                63,\n                254,\n                254,\n                63,\n                254,\n                254,\n                31,\n                254,\n                254,\n                31,\n                254,\n                254,\n                15,\n                254,\n                254,\n                15,\n                254,\n                254,\n                15,\n                254,\n                254,\n                7,\n                254,\n                254,\n                7,\n                254,\n                254,\n                3,\n                254,\n                254,\n                3,\n                254,\n                254,\n                1,\n                254,\n                254,\n                1,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                254,\n                254,\n                0,\n                126,\n                254,\n                0,\n                126\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 78\n            }\n          },\n          {\n            \"encoding\": 79,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 45,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                252,\n                127,\n                255,\n                252,\n                127,\n                255,\n                254,\n                255,\n                129,\n                254,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                127,\n                129,\n                254,\n                127,\n                255,\n                254,\n                127,\n                255,\n                252,\n                63,\n                255,\n                252,\n                31,\n                255,\n                248,\n                15,\n                255,\n                240,\n                3,\n                255,\n                192,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 80,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 24,\n            \"height\": 43,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                0,\n                255,\n                255,\n                224,\n                255,\n                255,\n                240,\n                255,\n                255,\n                248,\n                255,\n                255,\n                252,\n                255,\n                3,\n                252,\n                255,\n                1,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                254,\n                255,\n                1,\n                254,\n                255,\n                7,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                248,\n                255,\n                255,\n                240,\n                255,\n                255,\n                224,\n                255,\n                255,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0,\n                255,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 80\n            }\n          },\n          {\n            \"encoding\": 81,\n            \"x\": 3,\n            \"y\": -9,\n            \"width\": 24,\n            \"height\": 53,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 53,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                192,\n                15,\n                255,\n                240,\n                31,\n                255,\n                248,\n                63,\n                255,\n                252,\n                127,\n                255,\n                252,\n                127,\n                255,\n                254,\n                255,\n                129,\n                254,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                127,\n                129,\n                254,\n                127,\n                255,\n                254,\n                127,\n                255,\n                252,\n                63,\n                255,\n                252,\n                31,\n                255,\n                248,\n                15,\n                255,\n                224,\n                3,\n                255,\n                224,\n                0,\n                23,\n                224,\n                0,\n                7,\n                240,\n                0,\n                3,\n                248,\n                0,\n                1,\n                252,\n                0,\n                0,\n                252,\n                0,\n                0,\n                124,\n                0,\n                0,\n                60,\n                0,\n                0,\n                24,\n                0,\n                0,\n                8\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 81\n            }\n          },\n          {\n            \"encoding\": 82,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 29,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                7,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                0,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                7,\n                254,\n                0,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                248,\n                0,\n                255,\n                255,\n                240,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                255,\n                224,\n                0,\n                255,\n                15,\n                224,\n                0,\n                255,\n                15,\n                224,\n                0,\n                255,\n                15,\n                240,\n                0,\n                255,\n                15,\n                240,\n                0,\n                255,\n                7,\n                240,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                7,\n                248,\n                0,\n                255,\n                3,\n                248,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                3,\n                252,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                1,\n                254,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                0,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 82\n            }\n          },\n          {\n            \"encoding\": 83,\n            \"x\": 2,\n            \"y\": -1,\n            \"width\": 23,\n            \"height\": 45,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 45,\n              \"pixelArray\": [\n                0,\n                16,\n                0,\n                3,\n                255,\n                0,\n                15,\n                255,\n                192,\n                31,\n                255,\n                224,\n                63,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                239,\n                248,\n                127,\n                3,\n                248,\n                255,\n                3,\n                248,\n                255,\n                1,\n                252,\n                254,\n                1,\n                252,\n                255,\n                1,\n                252,\n                255,\n                1,\n                248,\n                255,\n                1,\n                0,\n                127,\n                128,\n                0,\n                127,\n                192,\n                0,\n                127,\n                224,\n                0,\n                63,\n                240,\n                0,\n                63,\n                248,\n                0,\n                31,\n                252,\n                0,\n                15,\n                254,\n                0,\n                7,\n                255,\n                0,\n                3,\n                255,\n                128,\n                1,\n                255,\n                192,\n                0,\n                127,\n                224,\n                0,\n                63,\n                240,\n                0,\n                31,\n                248,\n                0,\n                15,\n                248,\n                0,\n                7,\n                252,\n                0,\n                3,\n                252,\n                6,\n                3,\n                252,\n                254,\n                1,\n                254,\n                254,\n                1,\n                254,\n                254,\n                1,\n                254,\n                254,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                1,\n                254,\n                127,\n                131,\n                252,\n                63,\n                255,\n                252,\n                63,\n                255,\n                248,\n                31,\n                255,\n                248,\n                15,\n                255,\n                240,\n                7,\n                255,\n                224,\n                1,\n                255,\n                128,\n                0,\n                8,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 83\n            }\n          },\n          {\n            \"encoding\": 84,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 43,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                252,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 84\n            }\n          },\n          {\n            \"encoding\": 85,\n            \"x\": 3,\n            \"y\": -1,\n            \"width\": 24,\n            \"height\": 44,\n            \"dx\": 30,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 44,\n              \"pixelArray\": [\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                127,\n                1,\n                254,\n                127,\n                129,\n                254,\n                127,\n                255,\n                254,\n                63,\n                255,\n                252,\n                63,\n                255,\n                252,\n                31,\n                255,\n                248,\n                15,\n                255,\n                240,\n                3,\n                255,\n                192,\n                0,\n                16,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 85\n            }\n          },\n          {\n            \"encoding\": 86,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 27,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                0,\n                63,\n                128,\n                254,\n                0,\n                63,\n                128,\n                255,\n                0,\n                63,\n                128,\n                255,\n                0,\n                127,\n                128,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                0,\n                127,\n                128,\n                127,\n                0,\n                127,\n                128,\n                126,\n                0,\n                63,\n                128,\n                254,\n                0,\n                63,\n                128,\n                254,\n                0,\n                63,\n                128,\n                254,\n                0,\n                63,\n                192,\n                254,\n                0,\n                31,\n                192,\n                252,\n                0,\n                31,\n                192,\n                252,\n                0,\n                31,\n                193,\n                252,\n                0,\n                31,\n                193,\n                252,\n                0,\n                31,\n                193,\n                252,\n                0,\n                15,\n                225,\n                248,\n                0,\n                15,\n                225,\n                248,\n                0,\n                15,\n                227,\n                248,\n                0,\n                15,\n                227,\n                248,\n                0,\n                15,\n                227,\n                248,\n                0,\n                7,\n                243,\n                240,\n                0,\n                7,\n                243,\n                240,\n                0,\n                7,\n                243,\n                240,\n                0,\n                7,\n                247,\n                240,\n                0,\n                3,\n                247,\n                240,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 86\n            }\n          },\n          {\n            \"encoding\": 87,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 34,\n            \"height\": 43,\n            \"dx\": 38,\n            \"glyphBitmap\": {\n              \"width\": 34,\n              \"height\": 43,\n              \"pixelArray\": [\n                252,\n                1,\n                240,\n                15,\n                192,\n                254,\n                1,\n                240,\n                15,\n                192,\n                254,\n                3,\n                240,\n                15,\n                192,\n                254,\n                3,\n                240,\n                31,\n                192,\n                254,\n                3,\n                240,\n                31,\n                192,\n                126,\n                3,\n                248,\n                31,\n                192,\n                126,\n                3,\n                248,\n                31,\n                128,\n                126,\n                7,\n                248,\n                31,\n                128,\n                126,\n                7,\n                248,\n                31,\n                128,\n                127,\n                7,\n                248,\n                31,\n                128,\n                127,\n                7,\n                252,\n                31,\n                128,\n                127,\n                7,\n                252,\n                63,\n                128,\n                63,\n                7,\n                252,\n                63,\n                128,\n                63,\n                15,\n                252,\n                63,\n                0,\n                63,\n                15,\n                252,\n                63,\n                0,\n                63,\n                15,\n                252,\n                63,\n                0,\n                63,\n                15,\n                254,\n                63,\n                0,\n                63,\n                143,\n                254,\n                63,\n                0,\n                63,\n                159,\n                126,\n                63,\n                0,\n                31,\n                159,\n                62,\n                127,\n                0,\n                31,\n                159,\n                62,\n                126,\n                0,\n                31,\n                159,\n                63,\n                126,\n                0,\n                31,\n                159,\n                63,\n                126,\n                0,\n                31,\n                158,\n                63,\n                126,\n                0,\n                31,\n                190,\n                31,\n                126,\n                0,\n                31,\n                254,\n                31,\n                126,\n                0,\n                15,\n                254,\n                31,\n                254,\n                0,\n                15,\n                254,\n                31,\n                252,\n                0,\n                15,\n                254,\n                31,\n                252,\n                0,\n                15,\n                252,\n                31,\n                252,\n                0,\n                15,\n                252,\n                15,\n                252,\n                0,\n                15,\n                252,\n                15,\n                252,\n                0,\n                15,\n                252,\n                15,\n                252,\n                0,\n                7,\n                252,\n                15,\n                252,\n                0,\n                7,\n                248,\n                15,\n                248,\n                0,\n                7,\n                248,\n                7,\n                248,\n                0,\n                7,\n                248,\n                7,\n                248,\n                0,\n                7,\n                248,\n                7,\n                248,\n                0,\n                7,\n                248,\n                7,\n                248,\n                0,\n                7,\n                240,\n                7,\n                248,\n                0,\n                3,\n                240,\n                7,\n                248,\n                0,\n                3,\n                240,\n                3,\n                240,\n                0,\n                3,\n                240,\n                3,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 87\n            }\n          },\n          {\n            \"encoding\": 88,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                0,\n                127,\n                0,\n                255,\n                0,\n                127,\n                0,\n                127,\n                0,\n                126,\n                0,\n                127,\n                128,\n                254,\n                0,\n                63,\n                128,\n                254,\n                0,\n                63,\n                128,\n                252,\n                0,\n                63,\n                193,\n                252,\n                0,\n                31,\n                193,\n                248,\n                0,\n                31,\n                227,\n                248,\n                0,\n                15,\n                227,\n                248,\n                0,\n                15,\n                227,\n                240,\n                0,\n                7,\n                247,\n                240,\n                0,\n                7,\n                247,\n                240,\n                0,\n                7,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                0,\n                0,\n                0,\n                255,\n                0,\n                0,\n                1,\n                255,\n                0,\n                0,\n                1,\n                255,\n                128,\n                0,\n                1,\n                255,\n                128,\n                0,\n                3,\n                255,\n                192,\n                0,\n                3,\n                255,\n                192,\n                0,\n                7,\n                255,\n                224,\n                0,\n                7,\n                255,\n                224,\n                0,\n                7,\n                239,\n                224,\n                0,\n                15,\n                239,\n                240,\n                0,\n                15,\n                231,\n                240,\n                0,\n                15,\n                199,\n                248,\n                0,\n                31,\n                195,\n                248,\n                0,\n                31,\n                131,\n                252,\n                0,\n                63,\n                131,\n                252,\n                0,\n                63,\n                129,\n                252,\n                0,\n                63,\n                1,\n                254,\n                0,\n                127,\n                0,\n                254,\n                0,\n                126,\n                0,\n                255,\n                0,\n                254,\n                0,\n                127,\n                0,\n                254,\n                0,\n                127,\n                128,\n                252,\n                0,\n                127,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 88\n            }\n          },\n          {\n            \"encoding\": 89,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 25,\n            \"height\": 43,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 25,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                0,\n                63,\n                128,\n                127,\n                0,\n                63,\n                128,\n                127,\n                128,\n                63,\n                128,\n                127,\n                128,\n                127,\n                0,\n                63,\n                128,\n                127,\n                0,\n                63,\n                192,\n                127,\n                0,\n                63,\n                192,\n                254,\n                0,\n                31,\n                192,\n                254,\n                0,\n                31,\n                224,\n                254,\n                0,\n                31,\n                225,\n                252,\n                0,\n                15,\n                225,\n                252,\n                0,\n                15,\n                241,\n                248,\n                0,\n                15,\n                241,\n                248,\n                0,\n                7,\n                243,\n                248,\n                0,\n                7,\n                243,\n                240,\n                0,\n                7,\n                251,\n                240,\n                0,\n                3,\n                255,\n                240,\n                0,\n                3,\n                255,\n                224,\n                0,\n                3,\n                255,\n                224,\n                0,\n                1,\n                255,\n                224,\n                0,\n                1,\n                255,\n                192,\n                0,\n                1,\n                255,\n                192,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                0,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                127,\n                128,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 89\n            }\n          },\n          {\n            \"encoding\": 90,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 43,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 43,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                0,\n                15,\n                224,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0,\n                63,\n                192,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                127,\n                128,\n                0,\n                127,\n                0,\n                0,\n                127,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                3,\n                248,\n                0,\n                3,\n                248,\n                0,\n                7,\n                248,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                15,\n                240,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                31,\n                224,\n                0,\n                31,\n                192,\n                0,\n                31,\n                192,\n                0,\n                63,\n                192,\n                0,\n                63,\n                128,\n                0,\n                63,\n                128,\n                0,\n                127,\n                128,\n                0,\n                127,\n                0,\n                0,\n                255,\n                0,\n                0,\n                254,\n                0,\n                0,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 90\n            }\n          },\n          {\n            \"encoding\": 91,\n            \"x\": 3,\n            \"y\": -9,\n            \"width\": 13,\n            \"height\": 52,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 52,\n              \"pixelArray\": [\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                252,\n                0,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 91\n            }\n          },\n          {\n            \"encoding\": 92,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 17,\n            \"height\": 43,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 17,\n              \"height\": 43,\n              \"pixelArray\": [\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                15,\n                128,\n                0,\n                15,\n                128,\n                0,\n                15,\n                128,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                7,\n                192,\n                0,\n                3,\n                224,\n                0,\n                3,\n                224,\n                0,\n                3,\n                224,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                1,\n                240,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                248,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                124,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                0,\n                63,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                31,\n                0,\n                0,\n                15,\n                128,\n                0,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 92\n            }\n          },\n          {\n            \"encoding\": 93,\n            \"x\": 1,\n            \"y\": -9,\n            \"width\": 13,\n            \"height\": 52,\n            \"dx\": 17,\n            \"glyphBitmap\": {\n              \"width\": 13,\n              \"height\": 52,\n              \"pixelArray\": [\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                3,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 93\n            }\n          },\n          {\n            \"encoding\": 94,\n            \"x\": 2,\n            \"y\": 25,\n            \"width\": 21,\n            \"height\": 18,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 18,\n              \"pixelArray\": [\n                1,\n                252,\n                0,\n                1,\n                252,\n                0,\n                3,\n                254,\n                0,\n                3,\n                254,\n                0,\n                7,\n                254,\n                0,\n                7,\n                255,\n                0,\n                7,\n                255,\n                0,\n                15,\n                223,\n                128,\n                15,\n                159,\n                128,\n                31,\n                159,\n                192,\n                31,\n                143,\n                192,\n                63,\n                15,\n                224,\n                63,\n                7,\n                224,\n                127,\n                7,\n                224,\n                126,\n                7,\n                240,\n                126,\n                3,\n                240,\n                252,\n                3,\n                248,\n                252,\n                3,\n                248\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 94\n            }\n          },\n          {\n            \"encoding\": 95,\n            \"x\": 0,\n            \"y\": -7,\n            \"width\": 19,\n            \"height\": 5,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 5,\n              \"pixelArray\": [\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 95\n            }\n          },\n          {\n            \"encoding\": 96,\n            \"x\": 3,\n            \"y\": 32,\n            \"width\": 10,\n            \"height\": 11,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 11,\n              \"pixelArray\": [\n                254,\n                0,\n                126,\n                0,\n                127,\n                0,\n                63,\n                0,\n                63,\n                0,\n                31,\n                128,\n                31,\n                128,\n                15,\n                128,\n                7,\n                128,\n                7,\n                192,\n                3,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 96\n            }\n          },\n          {\n            \"encoding\": 97,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 31,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 31,\n              \"pixelArray\": [\n                1,\n                252,\n                0,\n                15,\n                255,\n                0,\n                31,\n                255,\n                128,\n                63,\n                255,\n                192,\n                63,\n                255,\n                224,\n                127,\n                159,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                254,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                15,\n                224,\n                0,\n                63,\n                224,\n                0,\n                255,\n                224,\n                3,\n                255,\n                224,\n                15,\n                255,\n                224,\n                31,\n                239,\n                224,\n                63,\n                207,\n                224,\n                127,\n                143,\n                224,\n                127,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                255,\n                31,\n                224,\n                127,\n                255,\n                240,\n                127,\n                247,\n                240,\n                63,\n                247,\n                240,\n                31,\n                231,\n                240,\n                15,\n                135,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 97\n            }\n          },\n          {\n            \"encoding\": 98,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 43,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                31,\n                0,\n                254,\n                127,\n                128,\n                255,\n                255,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                15,\n                224,\n                254,\n                15,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                15,\n                240,\n                255,\n                15,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                192,\n                254,\n                255,\n                128,\n                254,\n                62,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 98\n            }\n          },\n          {\n            \"encoding\": 99,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 31,\n            \"dx\": 23,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 31,\n              \"pixelArray\": [\n                3,\n                252,\n                0,\n                15,\n                255,\n                0,\n                31,\n                255,\n                128,\n                63,\n                255,\n                192,\n                127,\n                255,\n                192,\n                127,\n                159,\n                224,\n                127,\n                15,\n                224,\n                255,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                143,\n                224,\n                127,\n                255,\n                192,\n                63,\n                255,\n                192,\n                31,\n                255,\n                128,\n                15,\n                255,\n                0,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 99\n            }\n          },\n          {\n            \"encoding\": 100,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 43,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 43,\n              \"pixelArray\": [\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                7,\n                199,\n                240,\n                31,\n                247,\n                240,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                143,\n                240,\n                127,\n                7,\n                240,\n                127,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                127,\n                7,\n                240,\n                127,\n                143,\n                240,\n                127,\n                255,\n                240,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                31,\n                247,\n                240,\n                7,\n                199,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 100\n            }\n          },\n          {\n            \"encoding\": 101,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 31,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 31,\n              \"pixelArray\": [\n                3,\n                252,\n                0,\n                15,\n                255,\n                0,\n                31,\n                255,\n                128,\n                63,\n                255,\n                192,\n                127,\n                255,\n                192,\n                127,\n                159,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                255,\n                255,\n                240,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                254,\n                7,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                255,\n                224,\n                63,\n                255,\n                192,\n                31,\n                255,\n                128,\n                15,\n                255,\n                0,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 101\n            }\n          },\n          {\n            \"encoding\": 102,\n            \"x\": 1,\n            \"y\": 1,\n            \"width\": 15,\n            \"height\": 41,\n            \"dx\": 16,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 41,\n              \"pixelArray\": [\n                1,\n                254,\n                7,\n                254,\n                15,\n                254,\n                15,\n                254,\n                15,\n                254,\n                31,\n                224,\n                31,\n                224,\n                31,\n                224,\n                31,\n                192,\n                31,\n                192,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 102\n            }\n          },\n          {\n            \"encoding\": 103,\n            \"x\": 1,\n            \"y\": -9,\n            \"width\": 24,\n            \"height\": 41,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 24,\n              \"height\": 41,\n              \"pixelArray\": [\n                0,\n                0,\n                2,\n                1,\n                252,\n                14,\n                7,\n                255,\n                30,\n                15,\n                255,\n                191,\n                31,\n                255,\n                255,\n                31,\n                255,\n                252,\n                63,\n                135,\n                240,\n                63,\n                135,\n                224,\n                63,\n                3,\n                240,\n                127,\n                3,\n                240,\n                127,\n                3,\n                240,\n                127,\n                3,\n                240,\n                127,\n                3,\n                240,\n                127,\n                3,\n                240,\n                127,\n                3,\n                240,\n                63,\n                3,\n                240,\n                63,\n                135,\n                240,\n                63,\n                135,\n                240,\n                31,\n                255,\n                224,\n                31,\n                255,\n                224,\n                15,\n                255,\n                192,\n                15,\n                255,\n                128,\n                30,\n                254,\n                0,\n                62,\n                0,\n                0,\n                126,\n                0,\n                0,\n                127,\n                128,\n                0,\n                127,\n                255,\n                128,\n                127,\n                255,\n                224,\n                63,\n                255,\n                248,\n                15,\n                255,\n                248,\n                31,\n                255,\n                252,\n                63,\n                1,\n                252,\n                126,\n                0,\n                252,\n                126,\n                0,\n                124,\n                254,\n                0,\n                252,\n                255,\n                1,\n                252,\n                255,\n                255,\n                252,\n                255,\n                255,\n                248,\n                127,\n                255,\n                248,\n                63,\n                255,\n                224,\n                7,\n                255,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 103\n            }\n          },\n          {\n            \"encoding\": 104,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 43,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                15,\n                128,\n                254,\n                127,\n                192,\n                254,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                240,\n                255,\n                143,\n                240,\n                255,\n                15,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 104\n            }\n          },\n          {\n            \"encoding\": 105,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 41,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 41,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                0,\n                0,\n                0,\n                0,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 105\n            }\n          },\n          {\n            \"encoding\": 106,\n            \"x\": -1,\n            \"y\": -8,\n            \"width\": 12,\n            \"height\": 50,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 12,\n              \"height\": 50,\n              \"pixelArray\": [\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                15,\n                240,\n                31,\n                224,\n                255,\n                224,\n                255,\n                224,\n                255,\n                192,\n                255,\n                128,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 106\n            }\n          },\n          {\n            \"encoding\": 107,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 23,\n            \"height\": 43,\n            \"dx\": 26,\n            \"glyphBitmap\": {\n              \"width\": 23,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                1,\n                254,\n                254,\n                3,\n                252,\n                254,\n                7,\n                248,\n                254,\n                7,\n                240,\n                254,\n                15,\n                240,\n                254,\n                31,\n                224,\n                254,\n                31,\n                224,\n                254,\n                63,\n                192,\n                254,\n                63,\n                128,\n                254,\n                127,\n                128,\n                254,\n                255,\n                0,\n                254,\n                255,\n                0,\n                255,\n                254,\n                0,\n                255,\n                254,\n                0,\n                255,\n                255,\n                0,\n                255,\n                255,\n                0,\n                255,\n                191,\n                128,\n                255,\n                63,\n                128,\n                255,\n                63,\n                128,\n                254,\n                31,\n                192,\n                254,\n                31,\n                192,\n                254,\n                31,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                248,\n                254,\n                3,\n                248,\n                254,\n                3,\n                252,\n                254,\n                3,\n                252,\n                254,\n                1,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 107\n            }\n          },\n          {\n            \"encoding\": 108,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 7,\n            \"height\": 43,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 7,\n              \"height\": 43,\n              \"pixelArray\": [\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 108\n            }\n          },\n          {\n            \"encoding\": 109,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 32,\n            \"height\": 31,\n            \"dx\": 38,\n            \"glyphBitmap\": {\n              \"width\": 32,\n              \"height\": 31,\n              \"pixelArray\": [\n                254,\n                31,\n                0,\n                248,\n                254,\n                127,\n                195,\n                254,\n                255,\n                255,\n                207,\n                254,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                143,\n                252,\n                127,\n                254,\n                15,\n                240,\n                127,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63,\n                254,\n                7,\n                240,\n                63\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 109\n            }\n          },\n          {\n            \"encoding\": 110,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 31,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 31,\n              \"pixelArray\": [\n                254,\n                15,\n                128,\n                254,\n                127,\n                192,\n                254,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                143,\n                224,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 110\n            }\n          },\n          {\n            \"encoding\": 111,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 31,\n            \"dx\": 24,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 31,\n              \"pixelArray\": [\n                3,\n                252,\n                0,\n                15,\n                255,\n                0,\n                31,\n                255,\n                128,\n                63,\n                255,\n                192,\n                127,\n                255,\n                224,\n                127,\n                159,\n                224,\n                127,\n                15,\n                224,\n                255,\n                15,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                255,\n                15,\n                240,\n                127,\n                15,\n                224,\n                127,\n                159,\n                224,\n                127,\n                255,\n                224,\n                63,\n                255,\n                192,\n                31,\n                255,\n                128,\n                15,\n                255,\n                0,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 111\n            }\n          },\n          {\n            \"encoding\": 112,\n            \"x\": 3,\n            \"y\": -10,\n            \"width\": 20,\n            \"height\": 41,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 41,\n              \"pixelArray\": [\n                254,\n                63,\n                0,\n                254,\n                255,\n                128,\n                255,\n                255,\n                192,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                31,\n                224,\n                254,\n                15,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                15,\n                240,\n                254,\n                15,\n                240,\n                255,\n                15,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                192,\n                255,\n                255,\n                192,\n                254,\n                255,\n                128,\n                254,\n                62,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 112\n            }\n          },\n          {\n            \"encoding\": 113,\n            \"x\": 2,\n            \"y\": -10,\n            \"width\": 20,\n            \"height\": 41,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 41,\n              \"pixelArray\": [\n                7,\n                199,\n                240,\n                31,\n                247,\n                240,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                127,\n                255,\n                240,\n                127,\n                143,\n                240,\n                127,\n                7,\n                240,\n                127,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                255,\n                7,\n                240,\n                127,\n                7,\n                240,\n                127,\n                143,\n                240,\n                127,\n                255,\n                240,\n                63,\n                255,\n                240,\n                63,\n                255,\n                240,\n                31,\n                247,\n                240,\n                7,\n                199,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240,\n                0,\n                7,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 113\n            }\n          },\n          {\n            \"encoding\": 114,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 31,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 31,\n              \"pixelArray\": [\n                254,\n                30,\n                254,\n                62,\n                254,\n                126,\n                254,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                194,\n                255,\n                128,\n                255,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 114\n            }\n          },\n          {\n            \"encoding\": 115,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 31,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 31,\n              \"pixelArray\": [\n                3,\n                248,\n                0,\n                15,\n                254,\n                0,\n                31,\n                255,\n                0,\n                63,\n                255,\n                0,\n                63,\n                255,\n                128,\n                127,\n                31,\n                192,\n                127,\n                15,\n                192,\n                126,\n                7,\n                192,\n                127,\n                7,\n                128,\n                127,\n                6,\n                0,\n                127,\n                128,\n                0,\n                63,\n                192,\n                0,\n                63,\n                240,\n                0,\n                31,\n                248,\n                0,\n                15,\n                252,\n                0,\n                7,\n                254,\n                0,\n                3,\n                255,\n                0,\n                1,\n                255,\n                128,\n                0,\n                127,\n                192,\n                0,\n                63,\n                192,\n                0,\n                31,\n                224,\n                12,\n                15,\n                224,\n                124,\n                15,\n                224,\n                252,\n                15,\n                224,\n                126,\n                15,\n                224,\n                127,\n                31,\n                224,\n                127,\n                255,\n                192,\n                63,\n                255,\n                192,\n                31,\n                255,\n                128,\n                15,\n                254,\n                0,\n                3,\n                248,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 115\n            }\n          },\n          {\n            \"encoding\": 116,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 15,\n            \"height\": 40,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 40,\n              \"pixelArray\": [\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                255,\n                254,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                224,\n                31,\n                254,\n                15,\n                254,\n                15,\n                254,\n                7,\n                254,\n                7,\n                254,\n                1,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 116\n            }\n          },\n          {\n            \"encoding\": 117,\n            \"x\": 3,\n            \"y\": 0,\n            \"width\": 19,\n            \"height\": 31,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 19,\n              \"height\": 31,\n              \"pixelArray\": [\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                254,\n                63,\n                224,\n                255,\n                255,\n                224,\n                255,\n                255,\n                224,\n                255,\n                239,\n                224,\n                127,\n                207,\n                224,\n                63,\n                15,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 117\n            }\n          },\n          {\n            \"encoding\": 118,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 20,\n            \"height\": 31,\n            \"dx\": 21,\n            \"glyphBitmap\": {\n              \"width\": 20,\n              \"height\": 31,\n              \"pixelArray\": [\n                254,\n                7,\n                240,\n                254,\n                7,\n                240,\n                254,\n                15,\n                224,\n                254,\n                15,\n                224,\n                126,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                224,\n                127,\n                15,\n                192,\n                127,\n                15,\n                192,\n                63,\n                15,\n                192,\n                63,\n                31,\n                192,\n                63,\n                31,\n                192,\n                63,\n                159,\n                128,\n                63,\n                159,\n                128,\n                63,\n                159,\n                128,\n                31,\n                159,\n                128,\n                31,\n                159,\n                128,\n                31,\n                191,\n                0,\n                31,\n                255,\n                0,\n                31,\n                255,\n                0,\n                15,\n                255,\n                0,\n                15,\n                255,\n                0,\n                15,\n                255,\n                0,\n                15,\n                254,\n                0,\n                15,\n                254,\n                0,\n                7,\n                254,\n                0,\n                7,\n                254,\n                0,\n                7,\n                254,\n                0,\n                7,\n                252,\n                0,\n                7,\n                252,\n                0,\n                3,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 118\n            }\n          },\n          {\n            \"encoding\": 119,\n            \"x\": 1,\n            \"y\": 0,\n            \"width\": 29,\n            \"height\": 31,\n            \"dx\": 32,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 31,\n              \"pixelArray\": [\n                252,\n                15,\n                192,\n                248,\n                252,\n                15,\n                193,\n                248,\n                254,\n                15,\n                193,\n                248,\n                254,\n                15,\n                193,\n                248,\n                126,\n                31,\n                193,\n                240,\n                126,\n                31,\n                193,\n                240,\n                126,\n                31,\n                225,\n                240,\n                126,\n                31,\n                225,\n                240,\n                126,\n                31,\n                227,\n                240,\n                127,\n                31,\n                227,\n                240,\n                63,\n                63,\n                227,\n                240,\n                63,\n                63,\n                227,\n                224,\n                63,\n                63,\n                243,\n                224,\n                63,\n                63,\n                243,\n                224,\n                63,\n                61,\n                247,\n                224,\n                63,\n                61,\n                247,\n                224,\n                31,\n                60,\n                247,\n                224,\n                31,\n                252,\n                247,\n                192,\n                31,\n                252,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                15,\n                248,\n                127,\n                192,\n                15,\n                248,\n                127,\n                192,\n                15,\n                240,\n                127,\n                128,\n                15,\n                240,\n                127,\n                128,\n                15,\n                240,\n                127,\n                128,\n                15,\n                240,\n                63,\n                128,\n                7,\n                240,\n                63,\n                128,\n                7,\n                224,\n                63,\n                128,\n                7,\n                224,\n                63,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 119\n            }\n          },\n          {\n            \"encoding\": 120,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 22,\n            \"height\": 31,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 31,\n              \"pixelArray\": [\n                127,\n                1,\n                248,\n                127,\n                3,\n                248,\n                63,\n                131,\n                240,\n                63,\n                131,\n                240,\n                31,\n                199,\n                224,\n                31,\n                199,\n                224,\n                15,\n                239,\n                192,\n                15,\n                239,\n                192,\n                15,\n                255,\n                192,\n                7,\n                255,\n                128,\n                7,\n                255,\n                128,\n                3,\n                255,\n                0,\n                3,\n                255,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                1,\n                254,\n                0,\n                3,\n                255,\n                0,\n                3,\n                255,\n                0,\n                7,\n                255,\n                0,\n                7,\n                255,\n                128,\n                15,\n                255,\n                128,\n                15,\n                223,\n                192,\n                15,\n                223,\n                192,\n                31,\n                143,\n                224,\n                31,\n                143,\n                224,\n                63,\n                143,\n                240,\n                63,\n                7,\n                240,\n                127,\n                7,\n                248,\n                126,\n                3,\n                248,\n                254,\n                3,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 120\n            }\n          },\n          {\n            \"encoding\": 121,\n            \"x\": 0,\n            \"y\": -8,\n            \"width\": 22,\n            \"height\": 39,\n            \"dx\": 22,\n            \"glyphBitmap\": {\n              \"width\": 22,\n              \"height\": 39,\n              \"pixelArray\": [\n                255,\n                3,\n                252,\n                127,\n                3,\n                248,\n                127,\n                3,\n                248,\n                127,\n                3,\n                248,\n                127,\n                3,\n                248,\n                63,\n                131,\n                240,\n                63,\n                135,\n                240,\n                63,\n                135,\n                240,\n                63,\n                135,\n                240,\n                31,\n                135,\n                240,\n                31,\n                199,\n                224,\n                31,\n                199,\n                224,\n                31,\n                199,\n                224,\n                15,\n                207,\n                224,\n                15,\n                207,\n                192,\n                15,\n                239,\n                192,\n                15,\n                239,\n                192,\n                7,\n                239,\n                192,\n                7,\n                239,\n                128,\n                7,\n                255,\n                128,\n                3,\n                255,\n                128,\n                3,\n                255,\n                128,\n                3,\n                255,\n                128,\n                3,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                255,\n                0,\n                1,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                254,\n                0,\n                0,\n                252,\n                0,\n                1,\n                252,\n                0,\n                31,\n                252,\n                0,\n                31,\n                248,\n                0,\n                31,\n                240,\n                0,\n                31,\n                224,\n                0,\n                31,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 121\n            }\n          },\n          {\n            \"encoding\": 122,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 16,\n            \"height\": 31,\n            \"dx\": 20,\n            \"glyphBitmap\": {\n              \"width\": 16,\n              \"height\": 31,\n              \"pixelArray\": [\n                127,\n                255,\n                127,\n                255,\n                127,\n                255,\n                127,\n                255,\n                127,\n                255,\n                0,\n                255,\n                0,\n                254,\n                0,\n                254,\n                1,\n                252,\n                1,\n                252,\n                3,\n                252,\n                3,\n                248,\n                3,\n                248,\n                7,\n                240,\n                7,\n                240,\n                15,\n                224,\n                15,\n                224,\n                31,\n                224,\n                31,\n                192,\n                31,\n                192,\n                63,\n                128,\n                63,\n                128,\n                127,\n                128,\n                127,\n                0,\n                127,\n                0,\n                254,\n                0,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255,\n                255\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 122\n            }\n          },\n          {\n            \"encoding\": 123,\n            \"x\": 2,\n            \"y\": -11,\n            \"width\": 15,\n            \"height\": 54,\n            \"dx\": 18,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 54,\n              \"pixelArray\": [\n                0,\n                30,\n                3,\n                254,\n                7,\n                254,\n                7,\n                254,\n                15,\n                254,\n                15,\n                254,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                31,\n                224,\n                31,\n                224,\n                31,\n                224,\n                31,\n                192,\n                31,\n                192,\n                63,\n                192,\n                255,\n                128,\n                255,\n                128,\n                254,\n                0,\n                255,\n                128,\n                255,\n                128,\n                63,\n                192,\n                31,\n                192,\n                31,\n                192,\n                31,\n                224,\n                31,\n                224,\n                31,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                240,\n                15,\n                254,\n                15,\n                254,\n                7,\n                254,\n                3,\n                254,\n                1,\n                254\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 123\n            }\n          },\n          {\n            \"encoding\": 124,\n            \"x\": 4,\n            \"y\": -8,\n            \"width\": 6,\n            \"height\": 51,\n            \"dx\": 13,\n            \"glyphBitmap\": {\n              \"width\": 6,\n              \"height\": 51,\n              \"pixelArray\": [\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252,\n                252\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 124\n            }\n          },\n          {\n            \"encoding\": 125,\n            \"x\": 2,\n            \"y\": -11,\n            \"width\": 15,\n            \"height\": 54,\n            \"dx\": 19,\n            \"glyphBitmap\": {\n              \"width\": 15,\n              \"height\": 54,\n              \"pixelArray\": [\n                240,\n                0,\n                255,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                224,\n                255,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                7,\n                240,\n                7,\n                240,\n                7,\n                254,\n                3,\n                254,\n                0,\n                254,\n                3,\n                254,\n                7,\n                254,\n                7,\n                240,\n                7,\n                240,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                15,\n                224,\n                31,\n                224,\n                255,\n                224,\n                255,\n                224,\n                255,\n                192,\n                255,\n                128,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 125\n            }\n          },\n          {\n            \"encoding\": 126,\n            \"x\": 2,\n            \"y\": 19,\n            \"width\": 21,\n            \"height\": 8,\n            \"dx\": 25,\n            \"glyphBitmap\": {\n              \"width\": 21,\n              \"height\": 8,\n              \"pixelArray\": [\n                15,\n                128,\n                0,\n                31,\n                224,\n                96,\n                63,\n                248,\n                240,\n                255,\n                255,\n                248,\n                255,\n                255,\n                240,\n                120,\n                255,\n                224,\n                32,\n                63,\n                192,\n                0,\n                15,\n                128\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/Oswald-Medium.38.bdf\",\n              \"encoding\": 126\n            }\n          }\n        ],\n        \"screenOrientation\": \"landscape\"\n      },\n      {\n        \"name\": \"icons\",\n        \"source\": {\n          \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\"\n        },\n        \"height\": 35,\n        \"ascent\": 35,\n        \"descent\": 0,\n        \"glyphs\": [\n          {\n            \"encoding\": 32,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 32\n            }\n          },\n          {\n            \"encoding\": 33,\n            \"x\": 0,\n            \"y\": 3,\n            \"width\": 33,\n            \"height\": 29,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 29,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                31,\n                124,\n                0,\n                0,\n                0,\n                62,\n                62,\n                0,\n                0,\n                0,\n                124,\n                31,\n                0,\n                0,\n                0,\n                124,\n                31,\n                0,\n                0,\n                0,\n                252,\n                31,\n                128,\n                0,\n                0,\n                252,\n                31,\n                128,\n                0,\n                1,\n                252,\n                31,\n                192,\n                0,\n                3,\n                252,\n                31,\n                224,\n                0,\n                3,\n                252,\n                31,\n                224,\n                0,\n                7,\n                254,\n                63,\n                240,\n                0,\n                7,\n                255,\n                127,\n                240,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                31,\n                255,\n                255,\n                252,\n                0,\n                31,\n                254,\n                63,\n                252,\n                0,\n                63,\n                252,\n                31,\n                254,\n                0,\n                63,\n                254,\n                63,\n                254,\n                0,\n                127,\n                254,\n                63,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 33\n            }\n          },\n          {\n            \"encoding\": 34,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 34\n            }\n          },\n          {\n            \"encoding\": 35,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 35\n            }\n          },\n          {\n            \"encoding\": 36,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 36\n            }\n          },\n          {\n            \"encoding\": 37,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 37\n            }\n          },\n          {\n            \"encoding\": 38,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 38\n            }\n          },\n          {\n            \"encoding\": 39,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 39\n            }\n          },\n          {\n            \"encoding\": 40,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                63,\n                252,\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                3,\n                255,\n                192,\n                0,\n                0,\n                7,\n                255,\n                128,\n                0,\n                0,\n                15,\n                255,\n                0,\n                0,\n                0,\n                31,\n                255,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                128,\n                63,\n                255,\n                255,\n                255,\n                128,\n                31,\n                255,\n                255,\n                254,\n                0,\n                15,\n                255,\n                0,\n                0,\n                0,\n                7,\n                255,\n                128,\n                0,\n                0,\n                3,\n                255,\n                192,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                0,\n                63,\n                252,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62213\n            }\n          },\n          {\n            \"encoding\": 41,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                31,\n                254,\n                0,\n                0,\n                0,\n                15,\n                255,\n                0,\n                0,\n                0,\n                7,\n                255,\n                128,\n                0,\n                0,\n                3,\n                255,\n                192,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                127,\n                255,\n                255,\n                252,\n                0,\n                255,\n                255,\n                255,\n                254,\n                0,\n                255,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                254,\n                0,\n                127,\n                255,\n                255,\n                252,\n                0,\n                0,\n                0,\n                127,\n                248,\n                0,\n                0,\n                0,\n                255,\n                240,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                3,\n                255,\n                192,\n                0,\n                0,\n                7,\n                255,\n                128,\n                0,\n                0,\n                15,\n                255,\n                0,\n                0,\n                0,\n                31,\n                254,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62212\n            }\n          },\n          {\n            \"encoding\": 42,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 42\n            }\n          },\n          {\n            \"encoding\": 43,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 43\n            }\n          },\n          {\n            \"encoding\": 44,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 44\n            }\n          },\n          {\n            \"encoding\": 45,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 10,\n            \"height\": 16,\n            \"dx\": 14,\n            \"glyphBitmap\": {\n              \"width\": 10,\n              \"height\": 16,\n              \"pixelArray\": [\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                30,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                192,\n                255,\n                192,\n                255,\n                192\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 45\n            }\n          },\n          {\n            \"encoding\": 46,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 46\n            }\n          },\n          {\n            \"encoding\": 47,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 47\n            }\n          },\n          {\n            \"encoding\": 48,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 48\n            }\n          },\n          {\n            \"encoding\": 49,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 49\n            }\n          },\n          {\n            \"encoding\": 50,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 50\n            }\n          },\n          {\n            \"encoding\": 51,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 51\n            }\n          },\n          {\n            \"encoding\": 52,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 52\n            }\n          },\n          {\n            \"encoding\": 53,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 53\n            }\n          },\n          {\n            \"encoding\": 54,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 54\n            }\n          },\n          {\n            \"encoding\": 55,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 55\n            }\n          },\n          {\n            \"encoding\": 56,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 56\n            }\n          },\n          {\n            \"encoding\": 57,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 57\n            }\n          },\n          {\n            \"encoding\": 58,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 58\n            }\n          },\n          {\n            \"encoding\": 59,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 59\n            }\n          },\n          {\n            \"encoding\": 60,\n            \"x\": 0,\n            \"y\": 7,\n            \"width\": 33,\n            \"height\": 21,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 21,\n              \"pixelArray\": [\n                0,\n                127,\n                255,\n                255,\n                0,\n                0,\n                255,\n                255,\n                255,\n                128,\n                1,\n                255,\n                255,\n                255,\n                128,\n                3,\n                255,\n                255,\n                255,\n                128,\n                7,\n                255,\n                191,\n                239,\n                128,\n                15,\n                255,\n                143,\n                199,\n                128,\n                31,\n                255,\n                135,\n                135,\n                128,\n                63,\n                255,\n                195,\n                15,\n                128,\n                127,\n                255,\n                224,\n                31,\n                128,\n                255,\n                255,\n                240,\n                63,\n                128,\n                255,\n                255,\n                248,\n                127,\n                128,\n                255,\n                255,\n                240,\n                63,\n                128,\n                127,\n                255,\n                224,\n                31,\n                128,\n                63,\n                255,\n                195,\n                15,\n                128,\n                31,\n                255,\n                135,\n                135,\n                128,\n                15,\n                255,\n                143,\n                199,\n                128,\n                7,\n                255,\n                191,\n                239,\n                128,\n                3,\n                255,\n                255,\n                255,\n                128,\n                1,\n                255,\n                255,\n                255,\n                128,\n                0,\n                255,\n                255,\n                255,\n                128,\n                0,\n                127,\n                255,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 60\n            }\n          },\n          {\n            \"encoding\": 61,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61\n            }\n          },\n          {\n            \"encoding\": 62,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62\n            }\n          },\n          {\n            \"encoding\": 63,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                7,\n                255,\n                31,\n                240,\n                0,\n                15,\n                254,\n                15,\n                248,\n                0,\n                31,\n                254,\n                7,\n                252,\n                0,\n                31,\n                252,\n                7,\n                252,\n                0,\n                63,\n                254,\n                15,\n                254,\n                0,\n                63,\n                254,\n                15,\n                254,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                248,\n                31,\n                255,\n                0,\n                255,\n                248,\n                63,\n                255,\n                128,\n                255,\n                240,\n                63,\n                255,\n                128,\n                255,\n                240,\n                63,\n                255,\n                128,\n                255,\n                240,\n                127,\n                255,\n                128,\n                255,\n                224,\n                127,\n                255,\n                128,\n                255,\n                224,\n                127,\n                255,\n                128,\n                255,\n                224,\n                127,\n                255,\n                128,\n                255,\n                224,\n                255,\n                255,\n                128,\n                127,\n                224,\n                251,\n                255,\n                0,\n                127,\n                192,\n                243,\n                255,\n                0,\n                63,\n                192,\n                227,\n                254,\n                0,\n                63,\n                192,\n                7,\n                254,\n                0,\n                31,\n                192,\n                15,\n                252,\n                0,\n                31,\n                224,\n                63,\n                252,\n                0,\n                15,\n                224,\n                127,\n                248,\n                0,\n                7,\n                241,\n                255,\n                240,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 63\n            }\n          },\n          {\n            \"encoding\": 64,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 64\n            }\n          },\n          {\n            \"encoding\": 65,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 65\n            }\n          },\n          {\n            \"encoding\": 66,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                63,\n                255,\n                240,\n                0,\n                0,\n                127,\n                255,\n                252,\n                0,\n                0,\n                255,\n                255,\n                252,\n                0,\n                0,\n                255,\n                255,\n                254,\n                0,\n                0,\n                248,\n                0,\n                62,\n                0,\n                0,\n                240,\n                0,\n                62,\n                0,\n                0,\n                240,\n                0,\n                30,\n                0,\n                0,\n                240,\n                0,\n                28,\n                0,\n                0,\n                240,\n                0,\n                0,\n                96,\n                0,\n                240,\n                0,\n                0,\n                112,\n                0,\n                240,\n                0,\n                0,\n                120,\n                0,\n                240,\n                0,\n                0,\n                120,\n                0,\n                240,\n                0,\n                15,\n                252,\n                0,\n                240,\n                0,\n                31,\n                254,\n                0,\n                240,\n                0,\n                31,\n                255,\n                0,\n                240,\n                0,\n                31,\n                255,\n                128,\n                240,\n                0,\n                31,\n                255,\n                128,\n                240,\n                0,\n                31,\n                255,\n                128,\n                240,\n                0,\n                31,\n                255,\n                0,\n                240,\n                0,\n                31,\n                254,\n                0,\n                240,\n                0,\n                15,\n                252,\n                0,\n                240,\n                0,\n                0,\n                120,\n                0,\n                240,\n                0,\n                0,\n                120,\n                0,\n                240,\n                0,\n                0,\n                112,\n                0,\n                240,\n                0,\n                0,\n                96,\n                0,\n                240,\n                0,\n                28,\n                0,\n                0,\n                240,\n                0,\n                30,\n                0,\n                0,\n                240,\n                0,\n                62,\n                0,\n                0,\n                248,\n                0,\n                62,\n                0,\n                0,\n                255,\n                255,\n                254,\n                0,\n                0,\n                255,\n                255,\n                252,\n                0,\n                0,\n                127,\n                255,\n                252,\n                0,\n                0,\n                63,\n                255,\n                248,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62244\n            }\n          },\n          {\n            \"encoding\": 67,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                96,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                1,\n                248,\n                0,\n                0,\n                0,\n                3,\n                252,\n                0,\n                0,\n                0,\n                7,\n                254,\n                0,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                0,\n                31,\n                255,\n                192,\n                0,\n                0,\n                63,\n                255,\n                224,\n                0,\n                0,\n                127,\n                255,\n                240,\n                0,\n                0,\n                255,\n                255,\n                248,\n                0,\n                0,\n                255,\n                255,\n                252,\n                0,\n                0,\n                127,\n                255,\n                254,\n                0,\n                0,\n                127,\n                255,\n                191,\n                0,\n                0,\n                63,\n                255,\n                31,\n                128,\n                0,\n                31,\n                254,\n                15,\n                192,\n                0,\n                15,\n                252,\n                7,\n                224,\n                0,\n                7,\n                248,\n                3,\n                240,\n                0,\n                3,\n                240,\n                1,\n                248,\n                0,\n                1,\n                248,\n                0,\n                252,\n                0,\n                0,\n                252,\n                0,\n                124,\n                0,\n                0,\n                126,\n                0,\n                62,\n                0,\n                0,\n                63,\n                0,\n                126,\n                0,\n                0,\n                31,\n                128,\n                252,\n                0,\n                0,\n                7,\n                255,\n                248,\n                0,\n                0,\n                3,\n                255,\n                240,\n                0,\n                0,\n                1,\n                255,\n                224,\n                0,\n                0,\n                0,\n                255,\n                192,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 67\n            }\n          },\n          {\n            \"encoding\": 68,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                63,\n                255,\n                255,\n                254,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                0,\n                255,\n                255,\n                128,\n                240,\n                28,\n                0,\n                7,\n                128,\n                240,\n                60,\n                0,\n                7,\n                128,\n                255,\n                0,\n                255,\n                255,\n                128,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                193,\n                255,\n                128,\n                255,\n                255,\n                128,\n                255,\n                128,\n                248,\n                0,\n                12,\n                127,\n                128,\n                240,\n                0,\n                30,\n                7,\n                128,\n                248,\n                0,\n                28,\n                15,\n                128,\n                255,\n                255,\n                128,\n                127,\n                128,\n                255,\n                255,\n                193,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                240,\n                15,\n                135,\n                135,\n                128,\n                240,\n                15,\n                135,\n                135,\n                128,\n                240,\n                15,\n                135,\n                135,\n                128,\n                240,\n                15,\n                143,\n                135,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 68\n            }\n          },\n          {\n            \"encoding\": 69,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                0,\n                128,\n                0,\n                0,\n                224,\n                3,\n                224,\n                3,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                247,\n                254,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                240,\n                0,\n                255,\n                255,\n                128,\n                120,\n                0,\n                255,\n                255,\n                0,\n                120,\n                0,\n                255,\n                255,\n                0,\n                120,\n                0,\n                255,\n                255,\n                0,\n                120,\n                0,\n                255,\n                255,\n                0,\n                60,\n                0,\n                255,\n                254,\n                0,\n                60,\n                0,\n                255,\n                254,\n                0,\n                62,\n                0,\n                255,\n                254,\n                0,\n                30,\n                0,\n                255,\n                252,\n                0,\n                31,\n                0,\n                255,\n                252,\n                0,\n                15,\n                128,\n                255,\n                248,\n                0,\n                7,\n                192,\n                255,\n                240,\n                0,\n                7,\n                224,\n                255,\n                240,\n                0,\n                3,\n                240,\n                255,\n                224,\n                0,\n                1,\n                252,\n                255,\n                192,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                0,\n                128,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61486\n            }\n          },\n          {\n            \"encoding\": 70,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                7,\n                252,\n                31,\n                240,\n                0,\n                15,\n                248,\n                15,\n                248,\n                0,\n                31,\n                156,\n                28,\n                252,\n                0,\n                31,\n                12,\n                24,\n                124,\n                0,\n                62,\n                12,\n                24,\n                62,\n                0,\n                60,\n                0,\n                0,\n                30,\n                0,\n                124,\n                0,\n                0,\n                31,\n                0,\n                126,\n                0,\n                0,\n                63,\n                0,\n                255,\n                128,\n                4,\n                255,\n                0,\n                243,\n                128,\n                6,\n                239,\n                128,\n                240,\n                0,\n                12,\n                7,\n                128,\n                240,\n                0,\n                28,\n                7,\n                128,\n                240,\n                0,\n                24,\n                7,\n                128,\n                240,\n                0,\n                56,\n                7,\n                128,\n                240,\n                0,\n                56,\n                7,\n                128,\n                243,\n                128,\n                112,\n                239,\n                128,\n                255,\n                128,\n                240,\n                255,\n                128,\n                126,\n                0,\n                240,\n                63,\n                0,\n                124,\n                1,\n                224,\n                31,\n                0,\n                60,\n                63,\n                254,\n                30,\n                0,\n                62,\n                255,\n                255,\n                190,\n                0,\n                31,\n                254,\n                63,\n                252,\n                0,\n                31,\n                252,\n                31,\n                252,\n                0,\n                15,\n                254,\n                63,\n                248,\n                0,\n                7,\n                254,\n                63,\n                240,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61446\n            }\n          },\n          {\n            \"encoding\": 71,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                24,\n                1,\n                192,\n                12,\n                0,\n                60,\n                3,\n                192,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                0,\n                0,\n                30,\n                0,\n                60,\n                0,\n                0,\n                30,\n                0,\n                60,\n                7,\n                240,\n                30,\n                0,\n                60,\n                15,\n                248,\n                30,\n                0,\n                60,\n                15,\n                248,\n                30,\n                0,\n                60,\n                15,\n                248,\n                30,\n                0,\n                60,\n                0,\n                0,\n                30,\n                0,\n                60,\n                0,\n                0,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                0,\n                0,\n                60,\n                3,\n                224,\n                0,\n                0,\n                60,\n                3,\n                224,\n                127,\n                128,\n                60,\n                3,\n                224,\n                127,\n                128,\n                0,\n                3,\n                224,\n                127,\n                128,\n                0,\n                3,\n                224,\n                127,\n                0,\n                255,\n                3,\n                224,\n                0,\n                0,\n                255,\n                3,\n                224,\n                0,\n                0,\n                255,\n                3,\n                224,\n                30,\n                0,\n                255,\n                3,\n                224,\n                30,\n                0,\n                0,\n                3,\n                224,\n                30,\n                0,\n                0,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                60,\n                1,\n                192,\n                30,\n                0,\n                24,\n                1,\n                192,\n                12,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61838\n            }\n          },\n          {\n            \"encoding\": 72,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                1,\n                255,\n                255,\n                192,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                15,\n                252,\n                31,\n                240,\n                0,\n                31,\n                224,\n                3,\n                248,\n                0,\n                31,\n                192,\n                1,\n                252,\n                0,\n                63,\n                128,\n                0,\n                254,\n                0,\n                127,\n                129,\n                192,\n                254,\n                0,\n                127,\n                231,\n                240,\n                127,\n                0,\n                127,\n                255,\n                248,\n                127,\n                0,\n                255,\n                255,\n                240,\n                127,\n                128,\n                255,\n                255,\n                0,\n                255,\n                128,\n                255,\n                254,\n                0,\n                255,\n                128,\n                255,\n                252,\n                1,\n                255,\n                128,\n                255,\n                252,\n                7,\n                255,\n                128,\n                255,\n                252,\n                31,\n                255,\n                128,\n                255,\n                252,\n                31,\n                255,\n                128,\n                127,\n                254,\n                63,\n                255,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                254,\n                0,\n                63,\n                252,\n                31,\n                254,\n                0,\n                31,\n                252,\n                31,\n                252,\n                0,\n                15,\n                252,\n                31,\n                248,\n                0,\n                7,\n                254,\n                63,\n                240,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                3,\n                255,\n                255,\n                192,\n                0,\n                3,\n                255,\n                255,\n                0,\n                0,\n                3,\n                247,\n                240,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                3,\n                192,\n                0,\n                0,\n                0,\n                3,\n                128,\n                0,\n                0,\n                0,\n                6,\n                0,\n                0,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61459\n            }\n          },\n          {\n            \"encoding\": 73,\n            \"x\": 0,\n            \"y\": 4,\n            \"width\": 31,\n            \"height\": 26,\n            \"dx\": 31,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 26,\n              \"pixelArray\": [\n                31,\n                255,\n                254,\n                0,\n                63,\n                255,\n                254,\n                48,\n                112,\n                0,\n                0,\n                120,\n                224,\n                0,\n                0,\n                252,\n                192,\n                0,\n                1,\n                254,\n                192,\n                0,\n                3,\n                254,\n                192,\n                0,\n                7,\n                252,\n                192,\n                0,\n                15,\n                248,\n                192,\n                128,\n                31,\n                240,\n                195,\n                192,\n                63,\n                224,\n                199,\n                224,\n                127,\n                192,\n                199,\n                240,\n                255,\n                128,\n                199,\n                249,\n                255,\n                0,\n                195,\n                255,\n                254,\n                0,\n                193,\n                255,\n                252,\n                64,\n                192,\n                255,\n                248,\n                192,\n                192,\n                127,\n                240,\n                192,\n                192,\n                63,\n                224,\n                192,\n                192,\n                31,\n                192,\n                192,\n                192,\n                15,\n                128,\n                192,\n                192,\n                7,\n                0,\n                192,\n                192,\n                0,\n                0,\n                192,\n                224,\n                0,\n                1,\n                192,\n                120,\n                0,\n                3,\n                128,\n                63,\n                255,\n                255,\n                0,\n                31,\n                255,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 73\n            }\n          },\n          {\n            \"encoding\": 74,\n            \"x\": 1,\n            \"y\": 7,\n            \"width\": 31,\n            \"height\": 21,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 21,\n              \"pixelArray\": [\n                0,\n                127,\n                255,\n                240,\n                12,\n                127,\n                255,\n                240,\n                30,\n                63,\n                255,\n                240,\n                31,\n                31,\n                255,\n                240,\n                63,\n                0,\n                0,\n                240,\n                127,\n                128,\n                0,\n                240,\n                255,\n                192,\n                0,\n                240,\n                255,\n                224,\n                0,\n                240,\n                30,\n                0,\n                0,\n                240,\n                30,\n                0,\n                0,\n                240,\n                30,\n                0,\n                0,\n                240,\n                30,\n                0,\n                0,\n                240,\n                30,\n                0,\n                0,\n                240,\n                30,\n                0,\n                15,\n                254,\n                30,\n                0,\n                7,\n                254,\n                30,\n                0,\n                3,\n                252,\n                30,\n                0,\n                1,\n                248,\n                31,\n                255,\n                241,\n                240,\n                31,\n                255,\n                248,\n                240,\n                31,\n                255,\n                252,\n                96,\n                31,\n                255,\n                252,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 74\n            }\n          },\n          {\n            \"encoding\": 75,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 31,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 31,\n              \"height\": 33,\n              \"pixelArray\": [\n                127,\n                15,\n                225,\n                252,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                227,\n                254,\n                62,\n                7,\n                192,\n                248,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                127,\n                15,\n                225,\n                252,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                31,\n                227,\n                252,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                255,\n                31,\n                227,\n                252,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                255,\n                159,\n                243,\n                254,\n                127,\n                15,\n                225,\n                252,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                7,\n                192,\n                0,\n                0,\n                31,\n                224,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                31,\n                240,\n                0,\n                0,\n                15,\n                224,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 75\n            }\n          },\n          {\n            \"encoding\": 76,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 29,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                31,\n                192,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                255,\n                248,\n                0,\n                1,\n                255,\n                252,\n                0,\n                3,\n                248,\n                254,\n                0,\n                7,\n                224,\n                63,\n                0,\n                7,\n                192,\n                31,\n                0,\n                7,\n                128,\n                15,\n                0,\n                15,\n                128,\n                15,\n                128,\n                15,\n                0,\n                7,\n                128,\n                0,\n                0,\n                7,\n                128,\n                0,\n                0,\n                7,\n                128,\n                0,\n                0,\n                7,\n                128,\n                0,\n                0,\n                7,\n                128,\n                63,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                192,\n                63,\n                248,\n                255,\n                255,\n                255,\n                248,\n                127,\n                255,\n                255,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61631\n            }\n          },\n          {\n            \"encoding\": 77,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                15,\n                255,\n                0,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                0,\n                15,\n                255,\n                128,\n                0,\n                0,\n                0,\n                127,\n                128,\n                0,\n                0,\n                0,\n                255,\n                128,\n                0,\n                0,\n                1,\n                255,\n                128,\n                127,\n                128,\n                3,\n                255,\n                128,\n                127,\n                128,\n                7,\n                239,\n                128,\n                96,\n                0,\n                15,\n                207,\n                128,\n                96,\n                0,\n                31,\n                143,\n                128,\n                96,\n                0,\n                63,\n                15,\n                0,\n                96,\n                0,\n                126,\n                0,\n                31,\n                224,\n                0,\n                252,\n                0,\n                31,\n                224,\n                0,\n                248,\n                0,\n                24,\n                0,\n                0,\n                112,\n                0,\n                24,\n                0,\n                0,\n                32,\n                0,\n                24,\n                0,\n                0,\n                0,\n                0,\n                24,\n                0,\n                0,\n                0,\n                0,\n                24,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                240,\n                0,\n                0,\n                0,\n                12,\n                0,\n                0,\n                0,\n                0,\n                12,\n                0,\n                0,\n                0,\n                0,\n                12,\n                0,\n                0,\n                0,\n                0,\n                12,\n                0,\n                0,\n                0,\n                3,\n                252,\n                0,\n                0,\n                0,\n                3,\n                252,\n                0,\n                0,\n                0,\n                3,\n                0,\n                0,\n                0,\n                0,\n                3,\n                0,\n                0,\n                0,\n                0,\n                3,\n                0,\n                0,\n                0,\n                0,\n                3,\n                0,\n                0,\n                0,\n                0,\n                255,\n                0,\n                0,\n                0,\n                0,\n                255,\n                0,\n                0,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 77\n            }\n          },\n          {\n            \"encoding\": 78,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 29,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                31,\n                192,\n                0,\n                0,\n                127,\n                240,\n                0,\n                0,\n                255,\n                248,\n                0,\n                1,\n                255,\n                252,\n                0,\n                3,\n                248,\n                254,\n                0,\n                7,\n                224,\n                63,\n                0,\n                7,\n                192,\n                31,\n                0,\n                7,\n                128,\n                15,\n                0,\n                15,\n                128,\n                15,\n                128,\n                15,\n                0,\n                7,\n                128,\n                15,\n                0,\n                7,\n                128,\n                15,\n                0,\n                7,\n                128,\n                15,\n                0,\n                7,\n                128,\n                15,\n                0,\n                7,\n                128,\n                63,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                192,\n                31,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                240,\n                127,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                224,\n                63,\n                248,\n                255,\n                192,\n                63,\n                248,\n                255,\n                255,\n                255,\n                248,\n                127,\n                255,\n                255,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61630\n            }\n          },\n          {\n            \"encoding\": 79,\n            \"x\": 2,\n            \"y\": 3,\n            \"width\": 28,\n            \"height\": 28,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 28,\n              \"height\": 28,\n              \"pixelArray\": [\n                127,\n                255,\n                255,\n                224,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                253,\n                240,\n                255,\n                255,\n                248,\n                240,\n                255,\n                255,\n                240,\n                240,\n                255,\n                255,\n                224,\n                240,\n                255,\n                255,\n                193,\n                240,\n                255,\n                255,\n                131,\n                240,\n                255,\n                255,\n                7,\n                240,\n                255,\n                254,\n                15,\n                240,\n                253,\n                252,\n                31,\n                240,\n                248,\n                252,\n                63,\n                240,\n                248,\n                120,\n                63,\n                240,\n                240,\n                48,\n                127,\n                240,\n                248,\n                16,\n                255,\n                240,\n                252,\n                0,\n                255,\n                240,\n                255,\n                1,\n                255,\n                240,\n                255,\n                129,\n                255,\n                240,\n                255,\n                195,\n                255,\n                240,\n                255,\n                195,\n                255,\n                240,\n                255,\n                227,\n                255,\n                240,\n                255,\n                247,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                240,\n                127,\n                255,\n                255,\n                224\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 79\n            }\n          },\n          {\n            \"encoding\": 80,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                7,\n                248,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                24,\n                31,\n                252,\n                12,\n                0,\n                63,\n                127,\n                255,\n                126,\n                0,\n                63,\n                255,\n                255,\n                255,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                127,\n                255,\n                128,\n                127,\n                248,\n                15,\n                255,\n                0,\n                63,\n                240,\n                7,\n                254,\n                0,\n                31,\n                224,\n                3,\n                252,\n                0,\n                15,\n                224,\n                3,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                224,\n                3,\n                248,\n                0,\n                31,\n                224,\n                3,\n                252,\n                0,\n                63,\n                240,\n                7,\n                254,\n                0,\n                127,\n                248,\n                15,\n                255,\n                0,\n                255,\n                255,\n                63,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                255,\n                0,\n                63,\n                127,\n                255,\n                126,\n                0,\n                24,\n                31,\n                252,\n                12,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                240,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 80\n            }\n          },\n          {\n            \"encoding\": 81,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                3,\n                192,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                6,\n                3,\n                224,\n                48,\n                0,\n                15,\n                3,\n                224,\n                120,\n                0,\n                31,\n                3,\n                224,\n                124,\n                0,\n                31,\n                3,\n                224,\n                124,\n                0,\n                62,\n                3,\n                224,\n                62,\n                0,\n                60,\n                3,\n                224,\n                30,\n                0,\n                124,\n                3,\n                224,\n                31,\n                0,\n                120,\n                3,\n                224,\n                15,\n                0,\n                248,\n                3,\n                224,\n                15,\n                0,\n                240,\n                3,\n                224,\n                15,\n                128,\n                240,\n                3,\n                224,\n                7,\n                128,\n                240,\n                1,\n                192,\n                7,\n                128,\n                240,\n                0,\n                128,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                15,\n                128,\n                248,\n                0,\n                0,\n                15,\n                128,\n                120,\n                0,\n                0,\n                15,\n                0,\n                124,\n                0,\n                0,\n                31,\n                0,\n                124,\n                0,\n                0,\n                30,\n                0,\n                62,\n                0,\n                0,\n                62,\n                0,\n                31,\n                0,\n                0,\n                124,\n                0,\n                31,\n                128,\n                0,\n                252,\n                0,\n                15,\n                224,\n                3,\n                248,\n                0,\n                7,\n                252,\n                31,\n                240,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                15,\n                240,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 81\n            }\n          },\n          {\n            \"encoding\": 82,\n            \"x\": 0,\n            \"y\": -1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                63,\n                248,\n                0,\n                0,\n                0,\n                127,\n                252,\n                0,\n                0,\n                0,\n                127,\n                254,\n                15,\n                254,\n                0,\n                255,\n                254,\n                31,\n                254,\n                0,\n                0,\n                0,\n                63,\n                255,\n                0,\n                0,\n                0,\n                63,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                251,\n                239,\n                255,\n                128,\n                255,\n                225,\n                195,\n                255,\n                128,\n                255,\n                193,\n                192,\n                255,\n                128,\n                255,\n                0,\n                0,\n                127,\n                128,\n                254,\n                28,\n                28,\n                63,\n                128,\n                255,\n                62,\n                62,\n                127,\n                128,\n                255,\n                30,\n                60,\n                127,\n                128,\n                255,\n                159,\n                252,\n                255,\n                128,\n                255,\n                15,\n                248,\n                127,\n                128,\n                240,\n                31,\n                252,\n                7,\n                128,\n                240,\n                31,\n                252,\n                7,\n                128,\n                243,\n                254,\n                63,\n                231,\n                128,\n                115,\n                252,\n                31,\n                231,\n                0,\n                19,\n                254,\n                63,\n                228,\n                0,\n                1,\n                255,\n                127,\n                192,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                62,\n                62,\n                0,\n                0,\n                0,\n                60,\n                30,\n                0,\n                0,\n                0,\n                12,\n                24,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61494\n            }\n          },\n          {\n            \"encoding\": 83,\n            \"x\": 0,\n            \"y\": 5,\n            \"width\": 33,\n            \"height\": 24,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 24,\n              \"pixelArray\": [\n                0,\n                3,\n                240,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                252,\n                31,\n                128,\n                0,\n                1,\n                224,\n                3,\n                132,\n                0,\n                7,\n                128,\n                0,\n                12,\n                0,\n                14,\n                0,\n                0,\n                56,\n                0,\n                12,\n                0,\n                0,\n                112,\n                0,\n                24,\n                0,\n                1,\n                224,\n                0,\n                56,\n                0,\n                3,\n                230,\n                0,\n                48,\n                0,\n                15,\n                198,\n                0,\n                96,\n                0,\n                31,\n                131,\n                0,\n                96,\n                0,\n                127,\n                131,\n                0,\n                96,\n                0,\n                255,\n                3,\n                0,\n                192,\n                3,\n                254,\n                1,\n                128,\n                192,\n                7,\n                254,\n                1,\n                128,\n                192,\n                7,\n                252,\n                1,\n                128,\n                192,\n                15,\n                248,\n                1,\n                128,\n                192,\n                15,\n                248,\n                1,\n                128,\n                192,\n                7,\n                240,\n                1,\n                128,\n                192,\n                7,\n                224,\n                1,\n                128,\n                224,\n                1,\n                192,\n                3,\n                128,\n                96,\n                0,\n                0,\n                3,\n                0,\n                96,\n                0,\n                0,\n                3,\n                0,\n                96,\n                0,\n                0,\n                3,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 83\n            }\n          },\n          {\n            \"encoding\": 84,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                96,\n                0,\n                1,\n                132,\n                0,\n                240,\n                0,\n                7,\n                135,\n                0,\n                248,\n                0,\n                7,\n                135,\n                128,\n                254,\n                3,\n                135,\n                135,\n                128,\n                255,\n                15,\n                134,\n                123,\n                128,\n                255,\n                15,\n                136,\n                120,\n                128,\n                255,\n                15,\n                248,\n                120,\n                0,\n                243,\n                14,\n                248,\n                120,\n                0,\n                240,\n                240,\n                248,\n                132,\n                0,\n                240,\n                240,\n                247,\n                135,\n                0,\n                240,\n                240,\n                135,\n                135,\n                128,\n                252,\n                241,\n                135,\n                135,\n                128,\n                255,\n                15,\n                135,\n                255,\n                128,\n                255,\n                15,\n                136,\n                120,\n                128,\n                255,\n                15,\n                184,\n                120,\n                0,\n                243,\n                14,\n                248,\n                120,\n                0,\n                240,\n                240,\n                248,\n                120,\n                0,\n                240,\n                240,\n                255,\n                134,\n                0,\n                240,\n                240,\n                199,\n                135,\n                128,\n                252,\n                240,\n                135,\n                135,\n                128,\n                255,\n                63,\n                135,\n                135,\n                128,\n                255,\n                15,\n                128,\n                1,\n                128,\n                255,\n                15,\n                128,\n                0,\n                0,\n                247,\n                15,\n                0,\n                0,\n                0,\n                240,\n                8,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                0,\n                0,\n                96,\n                0,\n                0,\n                0,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62350\n            }\n          },\n          {\n            \"encoding\": 85,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                63,\n                255,\n                255,\n                254,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                248,\n                0,\n                0,\n                15,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                96,\n                3,\n                7,\n                128,\n                240,\n                248,\n                15,\n                135,\n                128,\n                240,\n                252,\n                31,\n                135,\n                128,\n                240,\n                126,\n                63,\n                7,\n                128,\n                240,\n                127,\n                127,\n                7,\n                128,\n                240,\n                63,\n                254,\n                7,\n                128,\n                240,\n                31,\n                252,\n                7,\n                128,\n                240,\n                15,\n                248,\n                7,\n                128,\n                240,\n                7,\n                240,\n                7,\n                128,\n                240,\n                15,\n                248,\n                7,\n                128,\n                240,\n                31,\n                252,\n                7,\n                128,\n                240,\n                63,\n                254,\n                7,\n                128,\n                240,\n                127,\n                127,\n                7,\n                128,\n                240,\n                126,\n                63,\n                7,\n                128,\n                240,\n                252,\n                31,\n                135,\n                128,\n                240,\n                248,\n                15,\n                135,\n                128,\n                240,\n                96,\n                3,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                248,\n                0,\n                0,\n                15,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                127,\n                255,\n                255,\n                255,\n                0,\n                63,\n                255,\n                255,\n                254,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 62225\n            }\n          },\n          {\n            \"encoding\": 86,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                60,\n                60,\n                30,\n                30,\n                0,\n                124,\n                60,\n                30,\n                31,\n                0,\n                252,\n                60,\n                30,\n                31,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                128,\n                0,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                112,\n                3,\n                224,\n                7,\n                0,\n                240,\n                3,\n                224,\n                7,\n                128,\n                240,\n                3,\n                224,\n                7,\n                128,\n                240,\n                3,\n                224,\n                7,\n                128,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                255,\n                255,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                240,\n                3,\n                224,\n                7,\n                128,\n                240,\n                3,\n                224,\n                7,\n                128,\n                240,\n                3,\n                224,\n                7,\n                128,\n                112,\n                3,\n                224,\n                7,\n                0,\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                0,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                124,\n                60,\n                30,\n                31,\n                0,\n                60,\n                60,\n                30,\n                30,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61874\n            }\n          },\n          {\n            \"encoding\": 87,\n            \"x\": 0,\n            \"y\": 0,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                60,\n                60,\n                30,\n                30,\n                0,\n                124,\n                60,\n                30,\n                31,\n                0,\n                252,\n                60,\n                30,\n                31,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                112,\n                0,\n                0,\n                7,\n                0,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                255,\n                255,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                112,\n                0,\n                0,\n                7,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                240,\n                0,\n                0,\n                7,\n                128,\n                240,\n                0,\n                0,\n                7,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                252,\n                60,\n                30,\n                31,\n                128,\n                124,\n                60,\n                30,\n                31,\n                0,\n                60,\n                60,\n                30,\n                30,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61875\n            }\n          },\n          {\n            \"encoding\": 88,\n            \"x\": 0,\n            \"y\": 1,\n            \"width\": 33,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 33,\n              \"height\": 33,\n              \"pixelArray\": [\n                0,\n                1,\n                192,\n                0,\n                0,\n                0,\n                3,\n                224,\n                0,\n                0,\n                0,\n                7,\n                240,\n                0,\n                0,\n                0,\n                15,\n                248,\n                0,\n                0,\n                0,\n                31,\n                252,\n                0,\n                0,\n                0,\n                63,\n                254,\n                0,\n                0,\n                0,\n                127,\n                255,\n                0,\n                0,\n                0,\n                255,\n                255,\n                128,\n                0,\n                1,\n                255,\n                255,\n                192,\n                0,\n                3,\n                255,\n                255,\n                224,\n                0,\n                7,\n                255,\n                255,\n                240,\n                0,\n                15,\n                255,\n                255,\n                248,\n                0,\n                31,\n                255,\n                255,\n                252,\n                0,\n                63,\n                255,\n                255,\n                254,\n                0,\n                127,\n                255,\n                255,\n                255,\n                0,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                255,\n                255,\n                255,\n                255,\n                128,\n                47,\n                255,\n                255,\n                250,\n                0,\n                15,\n                248,\n                15,\n                248,\n                0,\n                15,\n                240,\n                7,\n                248,\n                0,\n                15,\n                224,\n                3,\n                248,\n                0,\n                15,\n                224,\n                3,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                15,\n                192,\n                1,\n                248,\n                0,\n                7,\n                192,\n                1,\n                240,\n                0\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 88\n            }\n          },\n          {\n            \"encoding\": 89,\n            \"x\": 2,\n            \"y\": 0,\n            \"width\": 29,\n            \"height\": 33,\n            \"dx\": 33,\n            \"glyphBitmap\": {\n              \"width\": 29,\n              \"height\": 33,\n              \"pixelArray\": [\n                127,\n                255,\n                255,\n                240,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                2,\n                0,\n                120,\n                240,\n                7,\n                0,\n                120,\n                240,\n                15,\n                128,\n                120,\n                240,\n                7,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                7,\n                0,\n                120,\n                240,\n                15,\n                128,\n                120,\n                240,\n                7,\n                0,\n                120,\n                240,\n                7,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                240,\n                0,\n                0,\n                120,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                255,\n                255,\n                255,\n                248,\n                127,\n                255,\n                255,\n                240\n              ]\n            },\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 61458\n            }\n          },\n          {\n            \"encoding\": 90,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 90\n            }\n          },\n          {\n            \"encoding\": 91,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 91\n            }\n          },\n          {\n            \"encoding\": 92,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 92\n            }\n          },\n          {\n            \"encoding\": 93,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 93\n            }\n          },\n          {\n            \"encoding\": 94,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 94\n            }\n          },\n          {\n            \"encoding\": 95,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 95\n            }\n          },\n          {\n            \"encoding\": 96,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 96\n            }\n          },\n          {\n            \"encoding\": 97,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 97\n            }\n          },\n          {\n            \"encoding\": 98,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 98\n            }\n          },\n          {\n            \"encoding\": 99,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 99\n            }\n          },\n          {\n            \"encoding\": 100,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 100\n            }\n          },\n          {\n            \"encoding\": 101,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 101\n            }\n          },\n          {\n            \"encoding\": 102,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 102\n            }\n          },\n          {\n            \"encoding\": 103,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 103\n            }\n          },\n          {\n            \"encoding\": 104,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 104\n            }\n          },\n          {\n            \"encoding\": 105,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 105\n            }\n          },\n          {\n            \"encoding\": 106,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 106\n            }\n          },\n          {\n            \"encoding\": 107,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 107\n            }\n          },\n          {\n            \"encoding\": 108,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 108\n            }\n          },\n          {\n            \"encoding\": 109,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 109\n            }\n          },\n          {\n            \"encoding\": 110,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 110\n            }\n          },\n          {\n            \"encoding\": 111,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 111\n            }\n          },\n          {\n            \"encoding\": 112,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 112\n            }\n          },\n          {\n            \"encoding\": 113,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 113\n            }\n          },\n          {\n            \"encoding\": 114,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 114\n            }\n          },\n          {\n            \"encoding\": 115,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 115\n            }\n          },\n          {\n            \"encoding\": 116,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 116\n            }\n          },\n          {\n            \"encoding\": 117,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 117\n            }\n          },\n          {\n            \"encoding\": 118,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 118\n            }\n          },\n          {\n            \"encoding\": 119,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 119\n            }\n          },\n          {\n            \"encoding\": 120,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 120\n            }\n          },\n          {\n            \"encoding\": 121,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 121\n            }\n          },\n          {\n            \"encoding\": 122,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 122\n            }\n          },\n          {\n            \"encoding\": 123,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 123\n            }\n          },\n          {\n            \"encoding\": 124,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 124\n            }\n          },\n          {\n            \"encoding\": 125,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 125\n            }\n          },\n          {\n            \"encoding\": 126,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 126\n            }\n          },\n          {\n            \"encoding\": 127,\n            \"source\": {\n              \"filePath\": \"fonts/bdf/webhostinghub-glyphs.24.bdf\",\n              \"encoding\": 127\n            }\n          }\n        ],\n        \"screenOrientation\": \"all\"\n      }\n    ],\n    \"bitmaps\": [\n      {\n        \"name\": \"logo\",\n        \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAiiSURBVGhD1Vp5bI1ZFC+tvaiqKmqpnQixh/hD1T7FlDAJQ9oylOmkprVvYYKhtY09IYgtxFpLYgsztKWppSEIVRlLUmO0qC2Unjm/496v33v9Xt9r+5D5Jb+k79xzl/Pde88999x6uAk1mcOY8cxjzOvMf5ivmC/V35ChbAkzjIk63xRVmVHMv5j5TComUedP5k9MtPXV4Mf8nZnLNAZUo0YNGjhwIM2aNYu2bNlCx44do+TkZOHRo0dp8+bNUjZgwADy8fExGwK+YKLNLzornsxfmVgS0rGvry/FxMTIIPPz88lV5OXl0fnz52nSpEn2xuQwf2GiL7eiCTOFKR3Vq1ePNmzYQO/evVNDKjnevn1LK1eupDp16pgNSWI2YroF/ZmYYipXrhzNnDlTOnU3cnNzacqUKeTp6amNyGaGMEuFCGYekxo3bkyXL19W3X05pKSkUIMGDbQRH5g/MEsEDF68S3BwMGVnZ6suSNb78+fP6dmzZ/Tp0yclLT4+fPhAT548oTdv3ijJZzx9+pS6d++ujfjEHM4sFrBs5MsPHjyY3r9/Lw3fvn2bIiMjqVatWrpxql69Oo0YMaJYs7Nv3z7q1asXVahQQdooU6YMNWnShGbPnk05OTmi8/r1a+rbt6/uBzMRzHQJQcznTAoJCTEGv2rVKvLy8jIGbs+yZcvKAIqaEcwa3KhVfc3atWvTuXPnRB9GmGbiX2Ygs0jAfSUzZc3rZbNmzRqjgw4dOtD27dspIyOD7t69Szt27KD27dsb5TNmzJA69sBy6dGjh+jA2PDwcDpz5gw9evSIrly5QgsWLDBcKmZGzyiWk2lP4OArw3SIGKZ4GzQK3Lt3j8qXLy8NjB07Vny4PSAbPXq0MThsRHssWbLEGBwOOSvcv3+fGjZsKHotW7Y0+rpw4YLZO01gWgKnoCydOXPmSEUAhw1k7dq1sxy8BsqgA10YYwa+vp+fn5QtXrxYSa2BD4c9Ad29e/cqKVFsbKzImFhK1ZmFsIhJ9evXt/HzgYGBUhHhgTNs2rRJdLt166Ykn5GamiryihUrir93hp49e4p+RESEkhC9fPmS/P39Rc78jWkDBFMSImzcuFFVIXFv+mukp6crqWMcP35cdO0NwKaEvHXr1kpSNKZPn27ZzooVK0TOxCFXiWkAEaFMszk8MBtw9epVJXUMZwZgibkCnMhW7WAWqlWrJmXMMUwD55g0efJkpVqAunXrSgXzzDiCuwzQrtN+LwETJkyQMuYJpsCXidPO0nuMHz9eKrRo0cJp8OYOA+BxoAvu2bNHSQtw9uxZXf6e6c30+B6CmjVrKhVb4PTVbnT48OFFBnKlNeDGjRtykEG3efPmll4PHq1KlSqiwxzIlIuEhAyOsGzZMl2BmjVrJpsJLg7cvXs3rV27Vjhx4kTRCQoKMmQg7gyQw6Np2bZt24w2QOjAS0EPZ8XFixdV74XRp08fPZ75TI9E/Jg7d64qtsbSpUuLDCXcRTiS06dPq16tERcXp/X3MT3S8QPhgTNcu3aNxowZI1/AijqkQIBnlnfs2FHkVatWtZHbc/78+RLhOsP69eu1AWlMjyz8OHHihCouOdzlhZzh0KFD2oC/mXI0W3qg4uJrGXDy5EltAMb+/zPg1KlTNgY8wQ9Y5Qy4iV26dEnW4PLlywtx3Lhx0nCjRo1s5No74VA0y83EHrx165bqqWgcPnxYGyBLSDbxzp07VbE1EPt37dpVV/xiRADnLOBDVKD0LzM/u1F4AEdAIKcvG4jLcdXDhcSeuDtDB1GjWd6/f3+R+/r62sjNbNWqlR4UtW3btkgjpk2bpnXFjcpBFhYWpoptgYAOtzPoNG3atMiotDR7AMsTNz99cRk1apQqKQz9QZhykEkoERAQoIptgbswyuHbHzx4oKTWcMcmXr16tegiCsa5Y4+PHz+aI1IJJXATk2AuLS1NqRWgc+fOomy+pTmCOwxAUkDP+NSpU5W0AElJSVLGRKbCSApLOI21ZQYCJ9xxUeaKm3WXG42KihL93r17K0kBoqOjpYxphNMALsri5nQaBcAFAnIQkaIzODMAm9MVYLahjwyIGdiPpmQwEm8GMBWSLkeUqIHprFy5slQ4cuSIkjoGElbQdWQA9pErmTyE7dC3j5BNMRCy2FWYNkhgSobMPAs6O+bIS5kxdOhQ0bWfeqQP9VI8cOCAkloDeSAd7yMC1kCSC1lxyJlIQBQCHi7kYr9o0SJVjejgwYNSCV5h165dSloYW7du1Y3TunXrlLQAw4YNkzJkPR4/fqyktsCHwyMJ9CpVqkRZWVmqhCTrp9rHhR63SEvEMeVicfPmTakI/6z9Lr4iNrq5YXwxeAv9hTt16mR5k8rMzDTcH94CcIkxzzRSLzpzByYkJKiSz7kiJNtU2c9Mh/BipjIlBfLq1StpADnNLl26GI1jsLiZ4WDTWQsQ2bSHDx9KHSvgPuvt7W3oY6m0adPGJlkMwgvpF58XL17I9VKV4eHD6esNXmPkQSM0NNTYdLjQ443LPABNzBgyGq4kre7cueMwwYu0onmZYoawn1Q5lg4Szy7hO6ak13EDM3sOuNbExESKj4+XfCc8D75ScYElhX2zcOFCeWJCNgKnrAYGP2jQID14HFq9mcXCWKac0EOGDBEv8LWAmezXr58ePMYQziwRYMRHpqxVV+P10uD69euyl9AnE18+klkqhDJlT+BQQ4oFIYa7gSUD961fbZjIlOOlyC1oxsTlQRqHV8DDhnnNlhQYONrCAarbZ15iwpm4FXCxM5j4/wfpCC8n8+bNkzNDuz1XAF3EVoh5dPpeEeFMLNPtD91m1GH+wXzNNDqHC0QyFgcQwgW83mPPwDiEwPv375eykSNHymlsrsvEwFcx/ZlfDTjO8SSF6S7pP3ugbjTTh/lNEcD8kYmveIqZyZTnKkX8ncFE2QrmSKYbvraHx38P8fsyOSyEpgAAAABJRU5ErkJggg==\",\n        \"style\": \"default\"\n      },\n      {\n        \"name\": \"bp_coupled\",\n        \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAB4CAIAAAAMrLyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTJDBGvsAAAwLElEQVR4Xu19CXwcxZV39TE9h+a+pZFmJM3osORDtmzLh3zLli3LSDa+JN+WD3zbGF/YxsbYxgcG39gIG8IdkpDdLOzyhSTAZje//bIkYXNA8rGQ5CMLWdg1OSBcgd3/TI+KoVvS9Iy6JUuax//HTz3urn6v6r1X71VVV5Gi0sYMMsiglyJjwBlk0IuRMeAMMujFyBhwBhn0YmQMOIMMejEyBpxBBr0YGQPOIINejIwBZ5BBL0bGgDPIoBcjY8AZZNCLkTFgzfE/vyQUkn/qk+hv8vYsMlWsOfqbQvc3eXsWmSrWHP1NofubvD2LTBVrjv6m0P1N3p5Fpoo1R39T6P4mb88iU8Wao78pdH+Tt2eRqWLN0d8Uur/J27PIVLHm6G8K3d/k7Vlkqlhz9DeF7m/y9iwyVaw5+ptC9zd5exaZKtYc/U2h+5u8PYtMFWuO/qbQ/U3enkWmijVHf1Po/iZvzyJTxZqjvyl0f5O3Z5GpYs3R3xS6v8nbs8hUsebobwrd3+TtWWSqWHP0N4Xub/L2LDJVrDn6m0L3N3l7Fpkq1hz9TaH7m7w9i0wVa47+ptD9Td6eRaaKVUPd1CmjRs2Q/Ah0rtB4BA9KfuwV6G/yXp/IGLBqWNk0Bir7/1/IeuJs/uaWEUOH1Yu/yxV60JBZyxaMvXy06GfP2D97hVmxcIz4e+9Cf5P3+kTGgFVD8YDG179jobr711cY6Cu0lv4CnLy1/J+/6vnopxz95dfPm/GgpKhegf4m7/WJjAGridtvHkw1NRF//rEOkPwoAo9ICulF6G/yXofIGLCaGFJR/6cfta+47eL9n/A08uyN6G/yXofIGLDKePBkWKK1neCBk2HJ470O/U3e6w0ZA1YZNROnfvYKI1HcdvH5q2Tq5BrJ470O/U3e6w0ZA1YfLzzqk+huu3j+Eb/kwV6K/ibvdYWMAauPlubREt1tFyub+shsSn+T97pCvzDgcNFMj29wlsOvd1gNTofVGcrJHVVU2iC5TS0UD2h847tmifpK8OvnzSVlWjEAhAqnON0lDpPbLlgcJpfTVRwsmCy5Ry1cD/ICgbwxNmcB2ldwWLOcPo93UGFRneSevoe+b8BefwUjcEwBR7YTco6QuwjTxDAmVrBYQgVaLQm645ZBEg2W4NB2rWZTIsWznLYgS0g1wx4g5BIhtxMykWHxi8MaCBdrMgjcg/IC+YVT9TYbY2CYuQw5Qch5QnYSpohjdKzHN0hycx9DHzdgt7cM7UoeIuRzQv4nAe8RsoRh9XxIm36pYmj9n3/MS5SYQrvZlEjJDTajK8ywP/6yuMDPCSljWKvBDguXPNV19JS8AKyXNeqY2Qz5L5nMTxImi3V4iiWP9CX0ZQMO5k8kLEO+K2tXimWMYDVrFEs/dKpQoscUX7lLq9kUt2dADsP+p0xQEdcIKWBYl7NI8pQq6BF5Ab3NztzIkM9k0or4ASEckxscJ3mqz6AvG7DZmU0WMdIWTcR7UQ8dy4elz3YdUyfVtDu/8vmrZNoUTWZT0P3qWf6rMikT8QwhPMOGNeiEu19eAJbJ6BnSkccScRNjdLglD/YZ9GEDbkDqS74ta84vg2lmbM582bPq4MXH2plfefFRn+Q2tZAbrEYa+JFUxC/hr4TYGK18VjfLCzhcRUwdKxVSgh8QhmMiJer7rOsBfdaACyMzCOg/ZM0pwZ3E6HJJnlULqxa1M7/Ssmi05Da14MseVsxyEvnkGM5yGg3tdLO8QJbTT26VSSjBH6OKgFRZ8mzfQJ814IJwbbTd3pU1pwSnid5plzyrFuTzK795IUu72RSvf8ggBQY8juHcnnLJs6qgm+UFTC4vOSiTUIKPo4qg0Whlj6PPGjBCJsIQ8hNZc0qwnSBVljyrIg7v+NL8yh23aDirkR2ocjOsRD458hnOl10peVYtdKe8gNURIqtkEkrwetSA++qccF8exNLbreSorDkT8TlhwognNZyiTJxfef8n/LDKmZIbVERh0QyWMP8mkzIRb5CoW8sPT5M8qxa6U17An13J+NgOh6BFnCc6q0nyYJ9BXzbg6BIOB0v+W9aiFI8RRuCg95IH1cUjd8fnVx6+u1DyT6rDbvbXddoJL2AYm1GrnF9Ed8obLq5nDXx0tYpEToo/EVh4H17O0ZcNuKi0wWCzMyNY8o6sXYHvEsbAIG+UPaUyxPmVz18ltTWa7wWVH56qZ/ntsdFmibifE3IbIQLDabf+TER3ygv4cyqJjiF/JxMYeI8w41nBao2U3CB5qs+gbxswoso6g80Z7YcRS/+MkA9IdL3Od6KrKQnHuLwDJPdrhO8/4f3Hx72SHzVCXmi8kRMGMuxXCPktIX8h5E1CHiVkGMMaWF1usFpyvxboTnkBdLBozehyjmdJ1FlD5lcIOUkYD6u32goj0yX39yX0cQOOocHnHyrYLNHkL0aMjjU7s/PyJ8ru1AprFo9avViTqdd2AbflchVlcfq4wISYOMHpjBRGtE0WKLpZXiBYMNnszInO/IvEIO81I7zqw32viP5gwHGEi2cieswPT+v+Ri0pa9D6W5x2URCZHiqYjP9LftcaPSVvpKQB7YtWDhdpO3h2/aAfGXAGGfQ9ZAw4gwx6MTQ34MKiGYG8MR7fYLuj0G7Ps9lzbDa/zZaNv+2OfLenPDtQlR/uU8vcELLm5I32eAfFRbZlJ4hc4PYOzMkdVRCulTzVqwFxIBREszkKZCIXoipQId0fyWsKKG105YynHGr8hcj2nLjIvsFQe61nKAGtDDg3NM7hDGdlOQghBoMhPy84fvTo2XV1TY2NS+fNW3zjjXPq6mrGjy+JFFnMFtxjNJjtjlBOblWvHXVoCATHwj6zsmwQx2Q0hfMLJo4ZAzGbZ8+GyM1z5uDvydXVRYXhLFNW7B4r2h6ardH3jNqjISd3NEQwGqMtCKGKCyNTqsdFRZ4zJyry7Nn4G5VQGCowGo3Re7LsUO7YSHivFBnKCaO1OUIGQ7QFobqlkWKoMcSESkNkqDeUHKoOhYfax0R2OJyRvNB4SVFqQWUDDhfXwyeZTFaO4yoHD1mzePH5I0f+5oEHOsfVe+7ZumbNxDFjIbMgGGD52i0VUh3RIV/PAIPBzPO6UZWV65cvv/f4cYmAcrTeddemlpbqkVWCTtDrTU43lL/XdFDoS52uIrAtCPpxVaM2t7RAHImAclw8dmz9smVVwyp5noe/RqX1ouWNUEioJZTTaDBOGlu9bc2aB+65RyKgHOeOHIEJDBs0GOYAfw3TUH1HFNUMGJy53KU6nd7r9q5evPjhc+ckwijBk/fdd8u6daVFxSzLOhz513mcCf2Dc4Xd5uYENqxY8djFixJxlOCJS5e2rFpVGMznON7pCnfbTE96gOk6nIVQx8JQ/tbVq8G8RBwlePTCBbi53OwcVB0cwXU+YgzTRZQBhRxQVLxj/XqoqEQcJXjo3LnVixZ53R64PJenVEUzVseAswMjDPqsbJ8f5vfNq1cl3OMXeOiDt9wCLW9pakKksXzBAjjjWzdvvnDnnd+4/37J/cCdt946sHQAGtjtLb8+g2pf9jD441BecO+WLXKRn7py5fKJE7fdfDM0dWVM5BULF0Lk/du2oX/+xpUrkvsB1E+koBAeMLY2+zqMMBs8vkE6nVASjhzasUPCPAChINq+rVshJoSFyBAc4h/Yvh1V0a5WQAGCgVy9YERlyl7X84DiuT1lPMcPHlB2fO9eCf8AVBcKvGfzZogMlYbIUG8oOZoSCt+uVmy/6Sa/x4cIPDswUvK69NBVAw4Xz7TZAmhXcC8xRXidm5YuHTNkiDWWDFg4bqAgjBaESYIwThAqBMHD8/hd4LiKSAQphDzy3LVhg91qQxaRX3gdbQheWDTDYvUj2l+7ZImkkZALtDQ3V5SXC4IA0XiO08Pl4iL2fwDRI37X8fyg0lI0uSTyRGmbV60yZ5nNZk9B5DqKPhAKmc1uMIZeVyIyRFg2b15laakxJpqT54cIQnWslccIwiBBsHHRxRVZglA1cOCq5uYHTp9OfBw6jXjNoDdYrf5uGPJRjlBhjcnksNvsuzduTGQYQC6waM6c0kgEkYjYmpJWFn83GgwjKipgApJoFGayZO5cmIzNntf1rrhLBhzMn2Q0WJCvX/qy7aH/hN3qWDas020l5FuEvC1bpiriPUJeJOQAISN0OoaQ8lBI0ocjLh0zYgS6YnTykrf3CHKD45D7lUaKYKuUSQBOd3BZGcMwgk6HxlNCuBP3DygqQq+VKDIcX8VA+DpDIDq+JWWg+5GTO1rQ6ZHIJSoiGEb/OSQSYRmmQqfbG12f2uFnI+8Q8veE7CAEKRbuH1FWJunDr9x9d0kkgn4pN3RdbF7lzxkOlaseWfX4vfdSJsX+MxwKiW0nNmJSwp0Iv2HJkj4c3VUoN89otMKIJG9PCekbcCA4FkLWTpr0tdZWytbdBw8OjkR4hlnGsj+QNWTneI2QPYRYOS7P7d6zaRMtE4Ab4zTbR0I5sgNVyFRvnFmPtqS8wVsVBINoJFC80VIh2DAcdm52dqJOwzwQkrAs1+OxJRgAG8vmz090MYiKC/3+LI7bxjC/kLVj53iJkDUsK7BsWSiUqNOIwGfPmIHqRSVLeOhmeHwD0SII/ilvwK6NGz0uF0KqeLOlSCgQnqusuPj0oUO0TBjO1PETdLzQlQXqaRpwTu4o1PXiG+dSbp68fHlWTQ3Psss47jeyZlOOPxJyO8MYWHZkeTkcMy0f3ZSO17ncpRJOug2+7Eqo8rplyyhLiA4mjRkDC0zPdBNJLGT08OHofmn5N69di4bX9HPlzgGPCQZ2rFtHWXro7NnqYcPQp+xmGPkursrxH4Ssg+dimNrq6sTBvzWLF8fcllb7DSSFy12C4BYeirJ0/6lTQ8rKUA9oo3hrpUtczMvXT52aOBLWNHs2TCntXcrSMWCEkXgl6poycf7o0QK/v4jnvy9rqvTwBiE1PG83Gm+7+Wb6FvR1qNwe6YdRv1AsRFCUmVMHD7qcTuQ/8cZRg1CazWKBmPQt+7dtg+r0iEKj78WrE+v/yO7dHotlDM+/Kmuv9IDeeBDP57pc99x+O33LtjXoobm0FborQN8r6IRjCXEB6h+pbNodb7uEVkbAdfHOO+lbVi9aBINKb+/blA04VDBFp9MvaGigr0e7mgUBLPxZ1kJdwWeEHGUYOPtETxFVaJbr5nw4LzRB4rD2btmCRu16xyunaETNsuh76bvwNxQ6kNetBwvhdRKHtXX1arTFrQzzqayluoIPCYF4Bp5Hy9J3rWpu5jk+L3+ChCtNgbwXDiux7wUbaOKud7xywosMev3RPXvou+bfcAPMKlSY8hfUqRlwpHiWyWSfMGYMfTHqXc/zBxhG0jBq4W8JQTi9aPZs+sb1y5bxvBDqrnHp6BfFhqwbptVSBmIWpUm7UkL5a5csoW9cNGeOXjB221LEgkitIBiWzP0iP4LzgvU+ImsdtXA65qkT/QXiTKPB3G1TxLAcntdtXLGCMrCwoQGeNN4eGhD0B33AbQlua9yoUaYse6rb36ZmwHZHfrbP/9XLl8VXItiD77xHM+sV8ULMhhFmUFGrR1ZlZTm6Z37YZgtE8gvoDBlScS06XjnhLVShv3n16uAB5RaLt1vmhxvMFk/FwIF01AoxLazrW7J2URcPIrZkWRqxf721tTCUj8qXsac+YDPolsaPGi2+GkDfq6n1ihS1YZ6nI3lPXLrk9/oczgIJe50jBQMOBMei6z9zxx3i++47edJqMOzV2HpFQHvQujAe8dWP33uv0+5we8okHKoOxOpIiuhsLWRHjWva9yYSdIi27kNnz2aZsrz+CgmHqsPrG4IX0bE0+GiBZR+WtYgWOMUwRp4/e/iw+OrLJ07ootOHmg9KuzylLoeTripDftQ9PhoEXUKOTRXs9KFDeHVKybBSA0Z3ZzLZZs+YIb4JPVJZfn4dz0vODNMOJxjGotdTUXdv3Ii8VNMl0+Hier3etGz+fPGNaGCfx9MNjpkSWtdmtdLZ1/XLlws6vaarHVA4MrFNLS3iGx85f95ns+3pFh8tYjnLhjweGuIhd0D+osVBMBT54alQJBit+MYrd99tMhq7zUeDEEgX5OUh4hAZuKG2FuGA8uhSqQF7/UOsFiv1Us2NjXk8f03WANoBnmI6xw0rLRUZABBV2h0hCZ8qwuUZ4Pf4aPA8ffJkdceclRDeWD1ypMgAYtqCYMjhikj4VBEOZzicX0CD5/HDh4/meXVHrTrHB4SU8vysKVNEBqDWHrfH7dVkG3oRdntw6KDB4uuAsuJicbVcdxJaubltlAfRpcVs8fqHSvjsCIoMGP7AaLS0NDeL77h0/Lie49rdBlBTvElIFsft2rBBZOPk/v3wlBodmQGvrxeMSP/Ed506eLDbwioJ4b137NwpsoEkgud1GnXChUWIqHR0GPbI7t1IW16RtYLW+Cd0SixLJ5Y2t7QIgkGjThjdL8uwdx04IL7rlnXrkCTG6717Cf0wUgaRjeULFsDcIiWKxjsUGbA/pxJ5EQ1s4JjR1JJ67xyfEfIvhNxByGpCZhKyhJC9sZPyOj+JS46jDJPjcNCPAcpLSh1OTTYf9vgGuZwu+iI45lQNGKowfvz4AwcOtLa2PvXUU1evXr399ttramp0ilfhiQQnFQwERDbQNwYDuRqtZnG6S0K5efRF4ezsHSkGz58Q8lxs89plsVZeGTtb/B/b2+O2cyzhuMq2UAsRkNPu1Gg1i8NZMGhAGX2Rw2ZLNXjWGwyT6upuOXz41IMPXn7qqaOXL2/at6+iqirVcmDANNRCnGsymvw5wyXctgtFBmyx+mbPqBNLR/fLMcxLskrvCGjUc4S40ZMQYoA6xhkmekQOhBgJ2dbxGlo53ifExfNb2zrGPZs3I2fTYjg6K8tBs1+xq4/zrYCMRuOuXbveeeedDz/88Nlnn7106dKRI0cuXLjwzDPPvP/++9euXYMlWyzRj+AVUuL85MYVK4wGLc40bkC2SbNfdPUmjmt3O+128SdC9iE+giLGWlYkVBlaHD2anZBjsc1eJU91hNfxFMOcvO02kZklc+eazepvRh8pmQXloSOjm1etghXFWVdAdqdz36lTv/jzn3/2hz+0/u3f3n7u3I4jR461tj723e/++yef/Mvvfrd0wwY+FWcNHbt47JjITEPtdKtN0Yk/yQ24IDIdRdPB5/opU6Yq7n5fJaQgoUXbJfyrmbS/L3e7uJ1hinJyRGbgNU0m1b7MogjmT4LIdCHn6OHRKf44u8lo2LBhv/nNb954441ly5ZlZUX3bUgk2Pb8+fNfffXVt99+G/1z/NdkBGbKS0pEZh67eBGBbnqrdjpBIC+6sp2uahxaXLxFcff7AiEOBa3sJ+RHsmc7QhPHTRwxQmQGDYEaUP10MnRx5iwzHeMIZGfjLXF2k1HNrFn/du3a0z/6Ef7Qxb48SySr3b543bofvvXWd155pbCkJP5rMkImPLOmRmTm9KFDYEbJzH9yA0YwGcj+wmDsRuPXZNXdLl5sc8lJCdUG+zgjK6Fd/C7mnqlDmTZhgt0elPDcRSCYHFCcYDCKrbe+vv6DDz44ffq0IGvUROJ5Hp3wRx99tHjx4vhPySjRoYwcOszhVPnMe7ujYHTlcLF8vAg1/FNZzbeLh2JNrCS7QCWiUhTOJ38HNs/z1KEUhyMut8q78NtsuTMmTxbLP3v4sHLrXb5p02sff7xyC1xcZ4+YsrLufuihn7733kjFnjrLZKIOxe/Ff8mPDUluwDZboHH6dLHQ/du2WTjuQ1l1y/EaIYgRlVZJjNDAfyMrp11M0Onmz5olsrRzwwa93ijhuYuwWDx0HRIiK4VZ69ChQxEhb9myJX6djJYsWfLxxx9PmDAhft0pCTodHUS8aelSRPgSnruILJNtQ9s6pBULFgzS6SR13i6ej7VaSoSuOOmJkcBnhGTrdDRXap4922pV+aBwQTAgBRPLn1NXp3CKoXb2bFgv8t74dTJCevzyf/93KByOX3dKiblSfc1Uuz1PwrMcSQ24QRC+yBNumDatQUH8jNofEEtxUyJYO1Lit2SlyXGCkLJgUGTp4XPn4AhD6p33EymexbLcif37xfLHVVUpGb7S6/Wvv/762bNn49fK6ODBg7///e+tVmv8ulOqGDhQZAmZEi5V3HwHoRoKpB91Dy8tTXpoNvAeITZlfW8iweBzlQ1ermDZmrZFu8f27oVyq3jKfrBgMtTmkfPnxfKDgUCcv07JHwgg6UV4HL9WQHjL+See+LuXXlKiRQjN6FKLWzdvhouRsC1HEgPOD09DuQ+dPSsWWpSdDQ2VVLQcX0ndekWCe0562iuAVAoxHp2UdrvcCofslCAvfyLqmkYyNmWjTTfffPObb74p7r2onPCil19++Y477ohfd0oIy+l3yEaDUcXPGwJ5o01Gk1gyXmHS6Z6T1bkcu2JjVGkQWvkeWWlyPAqDsVpFrr7W2gpL6OK374nwZ1f6PF6xcATqnQfDlI61tj75IlLD1AgpMTrhxkWL4tedUl7bjMMDp0/jMum2cEkMGE0LpRRL/ObVqwLH/bOsouUoEnlJi+Chkw5KfwpflTBKWVE+0KnezIo/p9Lj8oglP3rhQpytTgnN/7vf/a6lpSV+nQo1Njb+8Y9/RAcev+6U6FRhQTCk4syKxzsonF8glnzv8eN4UdImQBqVnvWK5I6tzJGUKcGrsTtpGuxyuFR0005XceXgIWLJx/ftYxUYsNPt/vdPP60cMyZ+nQqt37PnH15+OX7RKaETpgtpDHpDIG+shHMJkhgwtKQgmC8WB+3BC96VVbQE/y4yki6hC3tIVqYcYUGgCRICe5uCbEEh4AuGDhwkloxAWolvrqqq+uSTT+x2e/w6FUKCfe3atRkzZsSvOyY0LV3rP37UaLtDtQlwuyO6hbVYMtIll4Is6e/SDbJEgpv+oaxMCT6OxVl0lcWgAeUqToDb7Ll0ZGfzqlX6TgcdRZq7fPk//frX8YsUKScY/PXnn+cVFMSvOyW6XjiUG/T6koxjJTFgVFlFmzYf2b3byHZ2eLSI+wkxxTlJh5AoLJWVKcdkQVjcNs60+MYbbTa/hPO0AcOYNHasWPKuDRuU7H60a9eu559/Pn6ROn39618/EXOOnROUjO7z0lBba1Nv7N1uz6PavG7ZsgpBkNS2HNu7ZsBw0xBYUqYcOTod3VMu5rNUG3uHwiydN08sGfqjpJVPPfjg4YsX4xep03O/+MW8FSviFx0Tsiq6o8PgsnKXJ8nYexIDdjiLxgyPT8fBN3sVDE4e7FpwBaqWlSnHbJ6fW18vMrZ68WKr1SPhPG3Y7KGZbWtxN7e0KPHN586du3r1avwidTp58uRjjz0Wv+iYwMnKpiaRsYUNDXa7ap/a2eyBhY2NYsnLFywYr8CA58SZSpPQA2+WlSlHKeKs1atFxmZMnoymkXCeNqAw9IvrG2fOVLL++dHvfGftjh3xi9Tp6tNPb7nttvhFx6RLiLNGVQ53uIoknEuQxIDRHU2pHicWt3PDhpCCpt2U+sikhIplZcqxhGVnTZ0qMrappcVsdko4TxvojuhI4E1LlyoxYJgfjDB+kTrt3Lnzueeei190TOglmufMERlbNn++ikEHilrW1h3hFbUK3PTYOFPp01xZmXJUCgKaQGQMjaJkWkUhLGYnXXYGRVIyRPz3P/nJ/JUr4xep010PPHBQwSSFIAh0tf/k6uqkiVLSHjhSPbJKLA49sE9B08LJKBqQ6ZigHJIy5ZjD83CcImNr1O6B6xNcgxIDvnDhwv33I3VIk44fP/7444/HLzomcLJiwQKRMXSYNluOhPO0gR64qa0HhmuYoMBNN8SZSpNgLnD0kjLlGCAISFBFxhAWqdkDW9zUNcypq1OyVufx731v9XakDmnS/d/61tYDB+IXHRN6YLq7EIJfhMASziVIYsCxEZ34x1bIgbM4TlLFclzqWg7MENIkK1OOGp0OqYvI2JK5c23KFo4qAXwePJ9YMoKOztdUibR3795vf/vb8YvUCdZ79913xy86Jhjw+rY9MRumT1dx3A5FJQYdwxQY8JbYAqy0CTnwUVmZcuTqdLvacuAJY8aomQNb/XStO4IOJTnwPQ8/fODMmfhF6vQPL7/ctHp1/KJjQixA98oaUjYw6fqzJAYcm2AoFIu7eOedeMF7slqW4BcxI0yb0LStsjLlKIFvbguBGqPanCvhPG04XSXDBsd91p233qokuBo/fvxf/vIX+cpnJcRx3DvvvNPY2Bi/7pjgm+mKmkljoychSjhPGyiKJkp7Nm9WEmd9vWtxFvq778vKlOCvEJlhju/bJzKm7mQhFAYdr1jyxhUrlMRZzWvXfvdVcW4rZXL7fG989pnCddF0RU1BMD/pZGESA87JHZWVZRaL+8aVKzzL/l9ZRcuRG+ckHYLxd3SMAwWaVp+w3Uzl4CFOV7GE87Thyx7m9/rEkh86dy7OVqcEI3z33XcXLlwYv06Fpk6dqtz46dcq8KrwrRLO04bbO7C4MCKWfP4ousbo7tySOpfgz7Aukae0yKrgG8PXYnfSxVIel8efo9r2ug5X0cihw8SSFbppX04OjHDAkCHx61RoxebNz//qV/GLToljWfoRa2y5TpLTOZIYcH5hDQqllVjo9SJCllS0HOfTdc9wg/NlpcnxM0QaDPPohQsiVz6PV8Wdk/NC42GQtBLNykzrwIEDv/zlL5UMZiYSwzA/+MEPTsfW3CQlFE65MpmycnJVO3gFbtpM3fT99+t5/kVZncuxLt1WNsS+E5aUJsfX0HGZv+CKZTkVN5r1ZQ/N9vnFwqHeCldinXv8caSy8QvFZMrK+uFbby266ab4daeU4/tS55F006gkBlxU2sDzutvbTv2YOXnyAgVp8CeEBGNhUqoE9X9DVpoc0Pfiti8KH7t4Ee5TxUV24eJ6lvliR4jRw4craV2z2fz222/fpmCeIJE2btz4hz/8wePxxK87pYFt37i33nUXLlU8/awgXIsC7z91Six/aFGREgP7fSzfSZVQla5YBy4pTY51DDOx7Rv3uw4cQCureCpnMLZglq7GhdnE+euUQuHw//voo5nz5sWvldGh8+e/B+euIM3mOY4OoN528806nZD0w++kBtxotWXTGdc9mza5lG2S9KNYd5oSwXqvyMppF7U8P7tt4cHeLVtia77V/MDdYnbRGdfYVnKKosVJkyZ99NFH8+cjhlBEtbW1H3/8sZLsFwQe6EzPppYWk8km4bmLMBotdMZ18dy5I5V9jfSN1N007n9BVo4cn8NadLqNK1eKLEF2i0W1iYYYGnQ6PZ1xvaEWOqUoelq4atWrH3wwZOTI+HUyWrphwyvvv19WURG/7pTAA91eLzayk3yqP7kBI0EqCIbEQp+87z6LXv+0rLrbxVOxNEnhnDDadaeshHbxn5CTYU61rbCrr5mq4giWCGTUdP3Zw+fOKUmQRFqxYgVscufOnUk77bVr1+LO7YqnJVAgXQg9rqpKxREsEXZH/sTR8dWUl44fB/fI2CQ13y5OKLZhlIk7Ffrof4bysCzdkXNg6QCnq0TCcxdhs+U01Ma7AYVrZkXaefQobLg+madGIrbr2LFfffjhNGU+GqQXhCfbNq4KBnKVnCKU3IDzC6dCNjoyNnXs2EbFO3KgGZzJMiV01HB9SkaeRSB8DHniHxt88+pVm8Wm4tiGCDENpnsjDxs0SLkNo1+9du3aD3/4w5qamnafGjt27Isvvvj+++/PnTs3/pMCiuTHV6R/9fJlQdCrfvIo0mC9oKfaU56fv1dW8x3hq7Em7ryV8a9mQv6P7NmO0MKyo9vmAr5y5gxqEkGvhOcuAmmwzWqjH3h5XAjtlVLT6tWvffzxA888Uz50aPynBILyTL3hhm///OdIfYeNHh3/NRkhfp4yLj4XcPHYMRhdfjj5ho3JDRiwWNwL2w5DOn3oEMcwP5fVeEf4Q+y7M1gpkOiq4e4Msf9Di1+XPdURPiIkm+fpFPyB7duRoquYGlEgRqWHIR3asUO5AYOQ0545cwYd7FtvvXX16tX9+/evWbNm79699913329/+9tPP/20tbU1oOwDVJHQtDvbVudsW7NGLxgVblmoHChQrzfe0nYQIf6wchzaTlL/HeHN2Ap21BHaNLGm8DdMFw56g4LPYCjewlMse3jXLpGZlqYm1VMGAGrDc/yhth0/o8fHpDIGiXz4/BNPvPHZZy+89trhixfX7d696Kabth44cM/DD//43XcRNu84csRis8XvVkCwWLrPzLxZs2IHcUh5lkORAXv9FXabne49PXLgwCYFXzUk4v3YzOEaQqYQUhZba7WYkPtiAyGSOzvH+djIJD2dcfiQCo22hnZ5ynL82fTDrsJgUHmIJZLNZmtqaoKtPvPMMy+99NKzzz575cqVpUuXulLx9CL5PB7KSVFh2OHUZGtoFFsaKRLfgn4p1+W6I8VdKf8rdkLKckLGx3Z0mIyOlJDHY05ccmfnWM+yCAFETiC43+vT6BQOuyNYNaxSfBGUSuGMQyJ5/P7mNWtOPfjgI889961//derTz8NY54+Z44pxaLQadPVB19rbbVarAq3hlZkwJGSWXq9iR79dPbwYZ5lvyerd60B/XDyPB3YOHfkCIwqqPZeZyJimyQLdMuV6FRhigasFqFp6cAGOiXEAhqdR1EQrmVZjn4Ks2vjRgPLKpkUUBc/jY1xHNm9W2Rjx/r1Ol7Q6JQzcV8OephL9Ny8HtoXGs1Kz/5GgIloSOH2I4oMGHB7yt1ONz2Mv3HatBKe/0BW+5piYexYd9oXjaqs1PTwK6erKJQbpK8bV1WVUoilCvE8P7RtJx2grKjY4ciX8KkiUHh56QD6uuFlZbUc122n5wCfEDKc56eMjp8zFg0EcgJOt2qrdOSw2nLGfunsi2B3np4jkk6na6iNH3+JQMDpcCpfpaPUgMPFswwG86K2r2GeuHQp5PUuTzGQ7gpaCTHpdOePHBEZQOqC7kLFrbDkQCcsCAa6/PiR8+cddnuqgXRXCO8yGY10M0r0RUj4k+6x0hWgb0daSJcf49V2o/FEN56NtI1hvAnHQa1dsiR6LIOWh4yiE0bvRzv8i8eOKZw1VIsQYWV7vfTUhKbG6JSe8t2/lBowkB1AF6SjkxkIPAw8f7pbWvcfSfSEUXrQCQKBbJ8fPaSEQ9WB5N9kNNEtwRSuuVOL8C46Ufn4vffarTa3d6CEQ9Xh9pY7bHa6wmHf1q06ln1G1iJa4CuECCxLtxN88MwZo8Hoyx4m4VB1IPnP8WfTIZ4tq1Z1WycMH43ul3ZLl44fR8yVkztKwmEnSMGAAYSs4S8flovWfVTWEuri3wixcdyCtn1kgbopU+CltBh8lqHBYvEOKSungfTW1au7x4bxllVt+8gCY0eM7J4jkWPHUDrGjRpFXx0dBFa2F1pX8HRs4vfmtWvFl6LCBw0oUzgS20VAkYwGM10CBcytr1e4rqOLhFamHw/CgxQEQzZbaosaUjNg+XH1cFeodyULpNPD92PWWzdhAjUhBHgcy6k+K9gRCiLTEcUlHle/sqlJaxtGWDUvwWFFB1d4IVRYI+FNI4jH1dNtooF59fUmln1W1jpq4bFY3wtPQd+IZE0vGJUcTaAK8vInICPbs2mT+HYo29Tx47Ue0IIW0dVvADwI/Eiq+UJqBgzEFjl8MRMLwKL0HIfs5RNZw3QRV2OR8/z6emq9iK90OkHJjvUqIpA3Gq27o22OFNi4ciVqX4t8GGWiZLqQEzi4fTvs2Z8zQsKVpvDnRE+TOXjLLZSN5fPnw1MrPD1DOf5KyG0II1mWfrgP3LJuHSpcxX1zlcDrGwzVOtkWwEPl5tTVaRRLo4nhHai/AGBQMKs0vtZI2YCB7MBI1C9dWgAc37fPZ7ON1OlelbVQevgvQhaxrJHnE13UuSNHskxZ3ZD6yuH1D4VC0486ACh3lsmk7rg0XmHQ629tm7sCoE+CIHi0PCC3IyAZFgQ93bsXgKc2C0IDxyX93lMh3iBkIse5srLo+akAKhn10A2prxxQLSgYzUiBTS0tiKXBT7yF1CAU6LDZEisWpgSDyg5USfhRgnQMGPD6KxDH0k/qgUfOn6+urIQr3cMwST/67wToxhGQOziuODcXFkvLhyqjcjWdROkcbm8Zz/GJXvPqPfcMKStD66rSFaOcknD4vpMnafmHduzQC3pNJ1E6BxQaDCRa1+UTJwYWFlo47nTqR8Mm4k+xQ+oQXo0sL3/g9Gla/u6NG1HJPeKwRNgd+VAzupctcPbw4VBuriopMfQENHr4cPp9LgAfAVPyKT7RW4I0DRgQo6zm2bNpfAsg3gt5vWjgPco+DEzENULOEpIH/2QyIaJILHbP5s2CTuiRvjcRXt8Q1PXqtiWWItAvuRwONHDaZoxu3GaxbF2zJlHk6Fgox8FrSHjoZrg8A2BRdPwfAJPgzWux+Hn+ZOzbEkk7do43Y/uWor4CTmeiNwRWNTejI0LfIOGhm+F0RRD10MUzwFNXrqxdssRkNKZ6tnMioTWzfb7EIA41ubChMfp7IP38KH0DBgJ5YwXBMLisnE60iGwhJCgNBqHOY3W644T8a+wsBUlDUvwq1uUiMBNYNsdub2lqonNiwNdbW2dNmxZtV22OeE4VSB94XhhVOZyeGAB848oV6HTA74cNKw+qRZv3eTzrly2jcxgAxJ9cXY1/9au3S0FX4MuOpg9Txo2nnzoAX2ttXbdsWdDthgwzeP5cbCuljpZ8INF9mZC7CZnE8yzDRLKz4a3o5gQAKrNq6DCkoDm56YSRqsPjGwSVa6itpRMuwBOXLq1sanLY7dEMVnErizZfEAzC0Sc66K+cOTNoQJleMOYGqyVvTwldMmCgIFJrtnhMRhO0MJE/4PzRowsaGsry8hBiopmLBGGaTncjz68hZCHHzdTpBguCKTZIkO9210+Zcuett0pKQCQTygsa9Fl5ofGS9/Yg8sPTzGa3zWKF0SZyC5w+dGhOXV1eTg4sE82shyfX6aD9kBH/R1viF/yOyxy/H/qRmAiJQLzq9/qMRqtGS0TTQ6hgislk97jc9Ow8ihP790OQsM8Hf42QeKAgzNDpFnAcWnkux9XqdKWoBMjMMCWBwNyZM+l6fQr0dU67IyvLmV+Y/OObbkNe/gSj0ZKbHTjWtnOTCKjo0T17Zkye7HW7o80aa2W0rNjKMGxcQOKoAjAM7HZhQ8OFO+9MLAHYsX69OcsMw+n6MHtXDRiIlDTAY+l4oTRSRDfUSwT86/F9+5AwN8+ZM7uubtrEiWhyCIY4+dDOnQ+eOSO5H7h47Nj4UaPR7g5XOFys4UKc9BApucHtiabEQ8oHJuZLFI9euAB/tHHFiqbGxtkzZkDkxunTFzY2rl++/Mju3XSlUSKg2SOHDoPjd7lLIsWqHcOnFsLFs5yuYrA3qrKSLh5OBISCaBAQYkJYiAzBIf7GlStRFXT/o0TAfw0eUM5xvNtb3g1T3KkiXDTT4SyEEk4cM5Z+TpsIqC4UGGoMZYZKR0Wuq4OSb161Cn7t8XvvldwPoIqKCyOw8dhudSp8UqaCAYuAL7E78tHAJeHI7o0bE2NC5YB7Q2NXj6yCA7PaslXcKEcLoCu22fPAKpKI/du2JcaEygGRD+3YMaKiAuXYbIFum+xND6HCKVZbAKzC10B3JRGTQqCi9m3dCtOFbdgdQY2+zVALwfyJFqsfrEIt5UGiQiDjQAhdHI7AQBzOgkL15rdVM2ARBeFahzOMUNFoNNVOnLhn06bEAbeO8OR990Ebbpw50+VwcSxns+Xmddc6ja4jv7DG7ixA6GQxW2bW1EA123W9EiChQjjaUDvdZrWhC7Lbg6HrKWbuHAjvYXhRtm32xukzDm7fnjhs0REQiKFy6qbUIHrkeZ3DkX9dxcydAxG1zZ4L83O73PNmzUKmQ79p7QRQfnRm0yYgGjfCKBBOqr6UXWUDFoFwKDswEgIjR4e3RlIHh438p6WpacOKFUgAEE6vXrwYsVZ1VVUwkIfMAdpgtfq9/iGFRXWS0noFEPT6cypt9gDaCd464M8ZVTkcLd3S3IxAGiJvamlZ1dy8oKFhzPARuTkBpExQYpstx5c9rFvWhKoPsB3d1MKWA0EgDoQaM2IEBISYEBYiQ3CIj0pA1I0KQbWgchBl+HOGX4c5ghJAOb2+IVabP9p6vC6UmwcFRpoAZYZKQ2SoN5QcXREUHmoP5YcJIEyDOWiUI2hiwIkIFkxCMztcRWg5q9VrNjtNRovZ7LBaPWh7uzOMGskNjrsOU6B00YDwweuvcDgjHYrsr8gLjVd9V42eAgSBOHC+EA0CQkwIGxPZCfFRCaiKqMjRqKrPiHwDlBZ5bPsi2wNQeKh9N4xEam7AGWSQgXbIGHAGGfRiZAw4gwx6MTIGnEEGvRgZA84gg16MjAFnkEEvRsaAM8ig16K08X8BS7Ya5nrfbngAAAAASUVORK5CYII=\"\n      }\n    ],\n    \"colors\": [],\n    \"themes\": []\n  },\n  \"scpi\": {\n    \"subsystems\": [\n      {\n        \"name\": \"1. Introduction\",\n        \"helpLink\": \"EEZ PSU SCPI reference 1 - introduction.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"2. Syntax and style\",\n        \"helpLink\": \"EEZ PSU SCPI reference 2 - syntax and style.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"3. Registers and queues\",\n        \"helpLink\": \"EEZ PSU SCPI reference 3 - registers and queue.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"4. Common command reference\",\n        \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html\",\n        \"commands\": [\n          {\n            \"name\": \"*CLS\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#cls\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*ESE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#ese\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*ESE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#ese\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"*ESR?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#esr\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"*IDN?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#idn\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"*OPC\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#opc\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*OPC?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#opc\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"*RCL\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#rcl\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*RST\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#rst\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*SAV\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#sav\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*SRE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#sre\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*SRE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#sre\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"*STB?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#stb\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"*TRG\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#trg\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"*TST?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#tst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"*WAI\",\n            \"helpLink\": \"EEZ PSU SCPI reference 4 - common comand reference.html#wai\",\n            \"parameters\": [],\n            \"response\": {}\n          }\n        ]\n      },\n      {\n        \"name\": \"5.1. ABORT\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.1 - ABORt.html\",\n        \"commands\": [\n          {\n            \"name\": \"ABORt\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.1 - ABORt.html#abor\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"ABORt:DLOG\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.1 - ABORt.html#abor_dlog\",\n            \"parameters\": [],\n            \"response\": {}\n          }\n        ]\n      },\n      {\n        \"name\": \"5.2. CALibration\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html\",\n        \"commands\": [\n          {\n            \"name\": \"CALibration:CLEar\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_cle\",\n            \"parameters\": [\n              {\n                \"name\": \"password\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:CURRent:LEVel\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr_lev\",\n            \"parameters\": [\n              {\n                \"name\": \"level\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Level\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:CURRent:RANGe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr_rang\",\n            \"parameters\": [\n              {\n                \"name\": \"range\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Range1\"\n                  },\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:CURRent[:DATA]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"new value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:PASSword:NEW\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_pass_new\",\n            \"parameters\": [\n              {\n                \"name\": \"old\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"new\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:REMark\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_rem\",\n            \"parameters\": [\n              {\n                \"name\": \"user remark\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:REMark?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_rem\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"CALibration:SAVE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_save\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"CALibration:VOLTage:LEVel\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_volt_lev\",\n            \"parameters\": [\n              {\n                \"name\": \"level\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Level\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration:VOLTage[:DATA]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"new value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration[:MODE]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_mode\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"password\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"CALibration[:MODE]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_mode\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"CALibration:SCReen:INIT\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_scr\",\n            \"parameters\": [],\n            \"response\": {}\n          }\n        ]\n      },\n      {\n        \"name\": \"5.3. DIAGnostic\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html\",\n        \"commands\": [\n          {\n            \"name\": \"DIAGnostic[:INFOrmation]:ADC?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_adc\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"DIAGnostic[:INFOrmation]:CALibration?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_cal\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"DIAGnostic[:INFOrmation]:FAN?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_fan\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"DIAGnostic[:INFOrmation]:PROTection?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_prot\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"DIAGnostic[:INFOrmation]:TEST?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_test\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.4. DISPlay\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html\",\n        \"commands\": [\n          {\n            \"name\": \"DISPlay:BRIGhtness\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_brig\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DISPlay:BRIGhtness?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_brig\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"DISPlay:VIEW\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_view\",\n            \"parameters\": [\n              {\n                \"name\": \"mode\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DISPlay:VIEW?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_view\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"DISPlay[:WINdow]:TEXT\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text\",\n            \"parameters\": [\n              {\n                \"name\": \"text message\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DISPlay[:WINdow]:TEXT:CLEar\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text_cle\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DISPlay[:WINdow]:TEXT?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"DISPlay[:WINdow][:STATe]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DISPlay[:WINdow][:STATe]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.5. FETCh (not implemented yet)\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.5 - FETCh.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"5.6. INITiate\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.6 - INITiate.html\",\n        \"commands\": [\n          {\n            \"name\": \"INITiate:CONTinuous\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.6 - INITiate.html#init_cont\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INITiate:CONTinuous?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.6 - INITiate.html#init_cont\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"INITiate[:IMMediate]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.6 - INITiate.html#init\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INITiate:DLOG\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.6 - INITiate.html#init_dlog\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          }\n        ]\n      },\n      {\n        \"name\": \"5.7. INSTrument\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html\",\n        \"commands\": [\n          {\n            \"name\": \"INSTrument:COUPle:TRACking\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_coup\",\n            \"parameters\": [\n              {\n                \"name\": \"type\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Type\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument:COUPle:TRACking?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_coup\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"INSTrument:DISPlay:TRACe:SWAP\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac_swap\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument:DISPlay:TRACe[<n>]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Value\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument:DISPlay:TRACe[<n>]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Value\"\n            }\n          },\n          {\n            \"name\": \"INSTrument:DISPlay:YT:RATE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_yt_rate\",\n            \"parameters\": [\n              {\n                \"name\": \"duration\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument:DISPlay:YT:RATE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_yt_rate\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"INSTrument:NSELect\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_nsel\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument:NSELect?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_nsel\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"INSTrument[:SELect]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_sel\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"INSTrument[:SELect]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_sel\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Channel\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.8. MEASure\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.8 - MEASure.html\",\n        \"commands\": [\n          {\n            \"name\": \"MEASure[:SCALar]:CURRent[:DC]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.8 - MEASure.html#meas_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"MEASure[:SCALar]:POWer[:DC]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.8 - MEASure.html#meas_pow\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.8 - MEASure.html#meas_temp\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\",\n              \"enumeration\": \"\"\n            }\n          },\n          {\n            \"name\": \"MEASure[:SCALar][:VOLTage][:DC]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.8 - MEASure.html#meas_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.9. MEMory\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html\",\n        \"commands\": [\n          {\n            \"name\": \"MEMory:NSTates?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_nst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"MEMory:STATe:CATalog?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_cat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"MEMory:STATe:DELete\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_del\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MEMory:STATe:DELete:ALL\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_del\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MEMory:STATe:NAME\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_name\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"name\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MEMory:STATe:NAME?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_name\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"MEMory:STATe:RECall:AUTO\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_auto\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MEMory:STATe:RECall:AUTO?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_auto\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"MEMory:STATe:RECall:SELect\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_sel\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MEMory:STATe:RECall:SELect?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_sel\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"MEMory:STATe:VALid?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_val\",\n            \"parameters\": [\n              {\n                \"name\": \"profile\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.10. MMEMory\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html\",\n        \"commands\": [\n          {\n            \"name\": \"MMEMory:CATalog?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cat\",\n            \"parameters\": [\n              {\n                \"name\": \"directory\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:CATalog:LENgth?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cat_len\",\n            \"parameters\": [\n              {\n                \"name\": \"directory\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:CDIRectory\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cdir\",\n            \"parameters\": [\n              {\n                \"name\": \"directory\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:CDIRectory?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cdir\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:COPY\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_copy\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"destination\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:DATE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_date\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:DELete\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_del\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:DOWNload:DATA\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_data\",\n            \"parameters\": [\n              {\n                \"name\": \"block\",\n                \"type\": [\n                  {\n                    \"type\": \"data-block\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:DOWNload:FNAMe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_fnam\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:DOWNload:SIZE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_size\",\n            \"parameters\": [\n              {\n                \"name\": \"filesize\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:DOWNload:ABORt\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_abor\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:LOAD:LIST<n>\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_load_list\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:LOCK\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_lock\",\n            \"parameters\": [\n              {\n                \"name\": \"password\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:LOCK?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_lock\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:MDIRectory\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_mdir\",\n            \"parameters\": [\n              {\n                \"name\": \"directory\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:MOVE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_move\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"destination\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:RDIRectory\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_rdir\",\n            \"parameters\": [\n              {\n                \"name\": \"directory\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:STORe:LIST<n>\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_stor_list\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:TIME?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_time\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:UNLock\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_unl\",\n            \"parameters\": [\n              {\n                \"name\": \"password\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:UPLoad?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_upl\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"data-block\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:INFOrmation?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_info\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"MMEMory:LOAD:PROFile\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_load_prof\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"MMEMory:STORe:PROFile\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_stor_prof\",\n            \"parameters\": [\n              {\n                \"name\": \"filename\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          }\n        ]\n      },\n      {\n        \"name\": \"5.11. OUTPut\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html\",\n        \"commands\": [\n          {\n            \"name\": \"OUTPut[:STATe]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"OUTPut[:STATe]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"OUTPut[:STATe]:TRIGgered\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"OUTPut[:STATe]:TRIGgered?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"OUTPut:MODE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_mode\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"OUTPut:PROTection:CLEar\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_cle\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"OUTPut:PROTection:COUPle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_coup\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"OUTPut:PROTection:COUPle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_coup\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"OUTPut:TRACk[:STATe]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trac\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"OUTPut:TRACk[:STATe]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trac\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.12. SENSe\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html\",\n        \"commands\": [\n          {\n            \"name\": \"SENSe:CURRent[:DC]:RANGe:AUTO\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang_auto\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:CURRent[:DC]:RANGe:AUTO?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang_auto\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SENSe:CURRent[:DC]:RANGe[:UPPer]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang\",\n            \"parameters\": [\n              {\n                \"name\": \"range\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Range\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:CURRent[:DC]:RANGe[:UPPer]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:CURRent\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:CURRent?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:VOLTage\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:VOLTage?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:POWer\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:DLOG:FUNCtion:POWer?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_pow\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SENSe:DLOG:PERiod\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_per\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:DLOG:PERiod?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_per\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SENSe:DLOG:TIME\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_time\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SENSe:DLOG:TIME?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_time\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.13. SOURce\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html\",\n        \"commands\": [\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"current\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"query current\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:MODE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_mode\",\n            \"parameters\": [\n              {\n                \"name\": \"mode\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:MODE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_mode\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Mode1\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:PROTection:DELay[:TIME]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:PROTection:DELay[:TIME]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"query time\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:PROTection:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:PROTection:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent:PROTection:TRIPped?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_trip\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel]:TRIGgered[:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"current\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel]:TRIGgered[:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"query current\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_step\",\n            \"parameters\": [\n              {\n                \"name\": \"step\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_step\",\n            \"parameters\": [\n              {\n                \"name\": \"query step\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel][:IMMediate][:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"current\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:CURRent[:LEVel][:IMMediate][:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"query current\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:COUNt\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_count\",\n            \"parameters\": [\n              {\n                \"name\": \"count\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Count\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:COUNt?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_count\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:CURRent[:LEVel]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"current\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:CURRent[:LEVel]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_curr\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:DWELl\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_dwel\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:DWELl?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_dwel\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:VOLTage[:LEVel]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LIST:VOLTage[:LEVel]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_volt\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LRIPple\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LRIPple:AUTO\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip_auto\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LRIPple:AUTO?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip_auto\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:LRIPple?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:LIMit\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"power\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:LIMit?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"query power\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Delay\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection:DELay[:TIME]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection:DELay[:TIME]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"query time\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection:TRIPped?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_trip\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection[:LEVel]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot\",\n            \"parameters\": [\n              {\n                \"name\": \"power\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:POWer:PROTection[:LEVel]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_lim\",\n            \"parameters\": [\n              {\n                \"name\": \"query voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Delay\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:MODE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_mode\",\n            \"parameters\": [\n              {\n                \"name\": \"mode\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:MODE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_mode\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Mode1\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROGram[:SOURce]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prog\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Source1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROGram[:SOURce]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prog\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection:DELay[:TIME]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"time\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection:DELay[:TIME]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"query time\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection:TRIPped?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_trip\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection[:LEVel]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot\",\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:PROTection[:LEVel]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:SENSe[:SOURce]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_sens\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Source1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage:SENSe[:SOURce]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_sens\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_trig\",\n            \"parameters\": [\n              {\n                \"name\": \"query voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Delay\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_step\",\n            \"parameters\": [\n              {\n                \"name\": \"step\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_step\",\n            \"parameters\": [\n              {\n                \"name\": \"query step\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Mode\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"[SOURce[<n>]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"query voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryCurrent\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.14. STATus \",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html\",\n        \"commands\": [\n          {\n            \"name\": \"STATus:OPERation:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:OPERation:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ISUMmary[<n>]:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ISUMmary[<n>]:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ISUMmary[<n>]:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument:ISUMmary[<n>][:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation:INSTrument[:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:OPERation[:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:PREset\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_pre\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:QUEStionable:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:QUEStionable:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ISUMmary[<n>]:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ISUMmary[<n>]:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"value\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ISUMmary[<n>]:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_enab\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument:ISUMmary[<n>][:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable:INSTrument[:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"STATus:QUEStionable[:EVENt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.15. SYSTem\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html\",\n        \"commands\": [\n          {\n            \"name\": \"SYSTem:BEEPer:KEY:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_key_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:BEEPer:KEY:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_key_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:BEEPer:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:BEEPer:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_stat\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:BEEPer[:IMMediate]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:CAPability?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cap\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:CURRent?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_curr\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:ONTime:LAST?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_ont_last\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:ONTime:TOTal?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_ont_tot\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:POWer?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_pow\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:PROGram?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_prog\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"list-of-quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:INFOrmation:VOLTage?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_volt\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel:MODel?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_mod\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CHANnel[:COUNt]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_coun\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ENABle\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"interface\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Interface\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ENABle?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_enab\",\n            \"parameters\": [\n              {\n                \"name\": \"interface\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Interface\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:ADDRess\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_addr\",\n            \"parameters\": [\n              {\n                \"name\": \"ip_address\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:ADDRess?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_addr\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:DHCP\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dhcp\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:DHCP?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dhcp\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:DNS\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dns\",\n            \"parameters\": [\n              {\n                \"name\": \"ip_address\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:DNS?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dns\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:GATEway\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_gate\",\n            \"parameters\": [\n              {\n                \"name\": \"ip_address\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:GATEway?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_gate\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:MAC\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_mac\",\n            \"parameters\": [\n              {\n                \"name\": \"mac_address\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:MAC?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_mac\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:PORT\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_port\",\n            \"parameters\": [\n              {\n                \"name\": \"number\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:PORT?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_port\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:SMASk\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_smas\",\n            \"parameters\": [\n              {\n                \"name\": \"mask\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:ETHernet:SMASk?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_smas\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:NTP\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ntp\",\n            \"parameters\": [\n              {\n                \"name\": \"server\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:NTP?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ntp\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:RLSTate\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_rlst\",\n            \"parameters\": [\n              {\n                \"name\": \"state\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"State\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:RLSTate?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_rlst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\",\n              \"enumeration\": \"\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:SERial:BAUD\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_baud\",\n            \"parameters\": [\n              {\n                \"name\": \"speed\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:SERial:BAUD?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_baud\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:SERial:PARity\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_par\",\n            \"parameters\": [\n              {\n                \"name\": \"parity\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Parity\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:COMMunicate:SERial:PARity?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_par\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Parity\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:INFOrmation:ETHernet:TYPE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_eth_type\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:INFOrmation:ONTime:LAST?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_ont_last\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:INFOrmation:ONTime:TOTal?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_ont_tot\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:INFOrmation:TYPE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_type\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:MODel?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_mod\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:CPU:OPTion?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_opt\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:DATE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_date\",\n            \"parameters\": [\n              {\n                \"name\": \"year\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"month\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"day\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:DATE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_date\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:DIGital:INPut:DATA?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_inp_data\",\n            \"parameters\": [\n              {\n                \"name\": \"pin\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:DIGital:OUTPut:DATA\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_outp_data\",\n            \"usedIn\": [\n              \"R5B12\",\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"pin\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"state\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"State1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:DIGital:OUTPut:DATA?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_outp_data\",\n            \"usedIn\": [\n              \"R5B12\",\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"pin\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:DIGital:PIN<n>:FUNCtion\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_func\",\n            \"parameters\": [\n              {\n                \"name\": \"function\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Function\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:DIGital:PIN<n>:FUNCtion?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_func\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Function\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:DIGital:PIN<n>:POLarity\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_pol\",\n            \"parameters\": [\n              {\n                \"name\": \"polarity\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Polarity\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:DIGital:PIN<n>:POLarity?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_pol\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Polarity\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:ERRor:COUNt?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_err_coun\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:ERRor[:NEXT]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#__RefHeading__23078_295952897\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:INHibit?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_inh\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:KLOCk\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_kloc\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:LOCal\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_loc\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:PASSword:CALibration:RESet\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_cal_res\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:PASSword:FPANel:RESet\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_fpan_res\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:PASSword:NEW\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_new\",\n            \"parameters\": [\n              {\n                \"name\": \"old\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"new\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:PON:OUTPut:DISable\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pon_outp_dis\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:PON:OUTPut:DISable?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pon_outp_dis\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:POWer\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:POWer:PROTection:TRIP\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow_prot_trip\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:POWer:PROTection:TRIP?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow_prot_trip\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:POWer?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:REMote\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_rem\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:RWLock\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_rwl\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:CLEar\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_cle\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"delay\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_del\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_stat\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_trip\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot\",\n            \"parameters\": [\n              {\n                \"name\": \"temperature\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot\",\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TIME\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time\",\n            \"parameters\": [\n              {\n                \"name\": \"hours\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"minutes\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"seconds\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TIME:DST\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_dst\",\n            \"parameters\": [\n              {\n                \"name\": \"rules\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Rules\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TIME:DST?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_dst\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Rules\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TIME:ZONE\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_zone\",\n            \"parameters\": [\n              {\n                \"name\": \"zone\",\n                \"type\": [\n                  {\n                    \"type\": \"quoted-string\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TIME:ZONE?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_zone\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"quoted-string\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:TIME?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"SYSTem:VERSion?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_vers\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.16. TRIGger\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html\",\n        \"commands\": [\n          {\n            \"name\": \"TRIGger[:SEQuence]:DELay\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_del\",\n            \"parameters\": [\n              {\n                \"name\": \"delay\",\n                \"type\": [\n                  {\n                    \"type\": \"nr1\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Delay\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence]:DELay?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_del\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr1\"\n            }\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence]:EXIT:CONDition\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_exit_cond\",\n            \"parameters\": [\n              {\n                \"name\": \"condition\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Condition\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence]:EXIT:CONDition?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_exit_cond\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Condition\"\n            }\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence]:SOURce\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_sour\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Source\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence]:SOURce?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_sour\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Source\"\n            }\n          },\n          {\n            \"name\": \"TRIGger[:SEQuence][:IMMediate]\",\n            \"helpLink\": \"EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_imm\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger:DLOG[:IMMediate]\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger:DLOG:SOURce\",\n            \"parameters\": [\n              {\n                \"name\": \"source\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Source\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"TRIGger:DLOG:SOURce?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"discrete\",\n              \"enumeration\": \"Source\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"6. Device-specific (unclassified) commands\",\n        \"helpLink\": \"EEZ PSU SCPI reference 6 - Device-specific commands.html\",\n        \"commands\": [\n          {\n            \"name\": \"APPLy\",\n            \"helpLink\": \"EEZ PSU SCPI reference 6 - Device-specific commands.html#__RefNumPara__11998_1238896024\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"current\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Current\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"APPLy?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 6 - Device-specific commands.html#__RefNumPara__11998_1238896024\",\n            \"parameters\": [\n              {\n                \"name\": \"channel\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Channel\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"query param\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"QueryParam\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"DEBUg?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 6 - Device-specific commands.html#debug\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"7. Error messages\",\n        \"helpLink\": \"EEZ PSU SCPI reference 7 - Error messages.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"8. Parameters and settings\",\n        \"helpLink\": \"EEZ PSU SCPI reference 8 - Parameters and settings.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"9. Software simulator\",\n        \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html\",\n        \"commands\": [\n          {\n            \"name\": \"SIMUlator:EXIT\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_exit\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:GUI\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_gui\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:LOAD\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_load\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"resistance\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  },\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Resistance\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:LOAD:STATe\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_load_stat\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:LOAD:STATe?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_load_stat\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:LOAD?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_load\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:PIN1\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_pin1\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:PIN1?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_pin1\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:PWRGood\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_pwrg\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:PWRGood?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_pwrg\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:QUIT\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_quit\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:RPOL\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_rpol\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"bool\",\n                \"type\": [\n                  {\n                    \"type\": \"boolean\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:RPOL?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_rpol\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:TEMPerature\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_temp\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"temperature\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              },\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:TEMPerature?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_temp\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"sensor\",\n                \"type\": [\n                  {\n                    \"type\": \"discrete\",\n                    \"enumeration\": \"Sensor1\"\n                  }\n                ],\n                \"isOptional\": true\n              }\n            ],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          },\n          {\n            \"name\": \"SIMUlator:VOLTage:PROGram:EXTernal\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_volt_prog\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [\n              {\n                \"name\": \"voltage\",\n                \"type\": [\n                  {\n                    \"type\": \"nr2\"\n                  }\n                ],\n                \"isOptional\": false\n              }\n            ],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SIMUlator:VOLTage:PROGram:EXTernal?\",\n            \"helpLink\": \"EEZ PSU SCPI reference 9 - Software simulator.html#simu_volt_prog\",\n            \"usedIn\": [\n              \"Simulator\"\n            ],\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"nr2\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"10. Programming examples\",\n        \"helpLink\": \"EEZ PSU SCPI reference 10 - Programming examples.html\",\n        \"commands\": []\n      },\n      {\n        \"name\": \"DEBUG (not listed)\",\n        \"commands\": [\n          {\n            \"name\": \"DEBUg\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:WDOG\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:WDOG?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          },\n          {\n            \"name\": \"DEBUg:ONTime?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"DEBUg:VOLTage\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:CURRent\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:MEASure:VOLTage\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:MEASure:CURRent\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:FAN\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:FAN?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          },\n          {\n            \"name\": \"DEBUg:FAN:PID\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"DEBUg:FAN:PID?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"arbitrary-ascii\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"SYSTem (not listed)\",\n        \"commands\": [\n          {\n            \"name\": \"SYSTem:DATE:CLEar\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:TIME:CLEar\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:SERial\",\n            \"parameters\": [],\n            \"response\": {}\n          },\n          {\n            \"name\": \"SYSTem:SERial?\",\n            \"parameters\": [],\n            \"response\": {\n              \"type\": \"boolean\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"5.5. FETCh\",\n        \"helpLink\": \"EEZ PSU SCPI reference 5.5 - FETCh.html\",\n        \"commands\": []\n      }\n    ],\n    \"enums\": [\n      {\n        \"name\": \"Channel\",\n        \"members\": [\n          {\n            \"name\": \"CH1\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"CH2\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Range\",\n        \"members\": [\n          {\n            \"name\": \"MIN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"MAX\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"DEFault\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Delay\",\n        \"members\": [\n          {\n            \"name\": \"MIN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"MAX\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Condition\",\n        \"members\": [\n          {\n            \"name\": \"OFF\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"FIRSt\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"LAST\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"STANdby\",\n            \"value\": \"4\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Source\",\n        \"members\": [\n          {\n            \"name\": \"BUS\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"IMM\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"MAN\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"PIN1\",\n            \"value\": \"4\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Mode\",\n        \"members\": [\n          {\n            \"name\": \"DEFault\",\n            \"value\": \"1\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Level\",\n        \"members\": [\n          {\n            \"name\": \"MIN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"MID\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"MAX\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Range1\",\n        \"members\": [\n          {\n            \"name\": \"HIGH\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"LOW\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Current\",\n        \"members\": [\n          {\n            \"name\": \"MIN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"DEF\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"MAX\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"UP\",\n            \"value\": \"4\"\n          },\n          {\n            \"name\": \"DOWN\",\n            \"value\": \"5\"\n          }\n        ]\n      },\n      {\n        \"name\": \"QueryCurrent\",\n        \"members\": [\n          {\n            \"name\": \"MIN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"DEF\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"MAX\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Mode1\",\n        \"members\": [\n          {\n            \"name\": \"FIXed\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"LIST\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"STEP\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Count\",\n        \"members\": [\n          {\n            \"name\": \"INFinity\",\n            \"value\": \"1\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Source1\",\n        \"members\": [\n          {\n            \"name\": \"INTernal\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"EXTernal\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Sensor\",\n        \"members\": [\n          {\n            \"name\": \"AUX\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"CH1\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"CH2\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"BATT\",\n            \"value\": \"4\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Type\",\n        \"members\": [\n          {\n            \"name\": \"NONE\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"PARallel\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"SERies\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Value\",\n        \"members\": [\n          {\n            \"name\": \"VOLTage\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"CURRent\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"POWer\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Mode2\",\n        \"members\": [\n          {\n            \"name\": \"ALL\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"CH1\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"CH2\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"NONE\",\n            \"value\": \"4\"\n          }\n        ]\n      },\n      {\n        \"name\": \"QueryParam\",\n        \"members\": [\n          {\n            \"name\": \"CURR\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"VOLT\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Resistance\",\n        \"members\": [\n          {\n            \"name\": \"INFinite\",\n            \"value\": \"1\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Sensor1\",\n        \"members\": [\n          {\n            \"name\": \"AUX\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"CH1\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"CH2\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Interface\",\n        \"members\": [\n          {\n            \"name\": \"SERial\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"ETHernet\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"NTP\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"SOCKets\",\n            \"value\": \"4\"\n          }\n        ]\n      },\n      {\n        \"name\": \"State\",\n        \"members\": [\n          {\n            \"name\": \"LOCal\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"REMote\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"RWLock\",\n            \"value\": \"3\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Parity\",\n        \"members\": [\n          {\n            \"name\": \"EVEN\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"MARK\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"NONE\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"ODD\",\n            \"value\": \"4\"\n          },\n          {\n            \"name\": \"SPACE\",\n            \"value\": \"5\"\n          }\n        ]\n      },\n      {\n        \"name\": \"State1\",\n        \"members\": [\n          {\n            \"name\": \"ON\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"OFF\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Function\",\n        \"members\": [\n          {\n            \"name\": \"DINP\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"DOUT\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"FAUL\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"INH\",\n            \"value\": \"4\"\n          },\n          {\n            \"name\": \"ONC\",\n            \"value\": \"5\"\n          },\n          {\n            \"name\": \"TINP\",\n            \"value\": \"6\"\n          },\n          {\n            \"name\": \"TOUT\",\n            \"value\": \"7\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Polarity\",\n        \"members\": [\n          {\n            \"name\": \"POSitive\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"NEGative\",\n            \"value\": \"2\"\n          }\n        ]\n      },\n      {\n        \"name\": \"Rules\",\n        \"members\": [\n          {\n            \"name\": \"OFF\",\n            \"value\": \"1\"\n          },\n          {\n            \"name\": \"EU\",\n            \"value\": \"2\"\n          },\n          {\n            \"name\": \"USA\",\n            \"value\": \"3\"\n          },\n          {\n            \"name\": \"AUS\",\n            \"value\": \"4\"\n          }\n        ]\n      }\n    ]\n  },\n  \"shortcuts\": {\n    \"shortcuts\": [\n      {\n        \"id\": \"ca4d247a-392e-4d73-9e9e-ffcca7e583bd\",\n        \"name\": \"Outputs OFF\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"OUTP OFF, CH1\\nOUTP OFF, CH2\"\n        },\n        \"keybinding\": \"f1\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 1,\n        \"toolbarButtonColor\": \"#78C36A\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"30044bf3-ee58-4138-e6ae-e36052820245\",\n        \"name\": \"Outputs ON\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"OUTP ON, CH1\\nOUTP ON, CH2\"\n        },\n        \"keybinding\": \"f2\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 2,\n        \"toolbarButtonColor\": \"#E665A0\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"bbe8f05b-cb07-4142-efe6-840a8f2f9163\",\n        \"name\": \"Tracking mode ON\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"OUTP:TRAC ON\"\n        },\n        \"keybinding\": \"f3\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 3,\n        \"toolbarButtonColor\": \"#727b84\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"88db9b28-1d1c-4096-938c-8142151201cc\",\n        \"name\": \"Tracking mode OFF\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"OUTP:TRAC OFF\"\n        },\n        \"keybinding\": \"f4\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 4,\n        \"toolbarButtonColor\": \"#727b84\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"8c02fc6b-d3e8-432a-d9b6-9a9f59e04d02\",\n        \"name\": \"Series\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"INST:COUP:TRAC SER\"\n        },\n        \"keybinding\": \"f5\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 5,\n        \"toolbarButtonColor\": \"#EE8C3E\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"838f16b3-56f0-4f91-8811-c13af4bced1b\",\n        \"name\": \"Parallel\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"INST:COUP:TRAC PAR\"\n        },\n        \"keybinding\": \"f6\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 6,\n        \"toolbarButtonColor\": \"#EE8C3E\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"f954d38f-719c-4087-d4e0-5ce3eb39ec9b\",\n        \"name\": \"Uncoupled\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"INST:COUP:TRAC NONE\"\n        },\n        \"keybinding\": \"f7\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 7,\n        \"toolbarButtonColor\": \"#78C36A\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"6f8d7576-0694-413d-de1e-7d37c143ba3c\",\n        \"name\": \"Power on\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"SYST:POW ON\"\n        },\n        \"keybinding\": \"\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 11,\n        \"toolbarButtonColor\": \"#7BC3D4\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"8513f9c4-6bd4-4e48-c3a0-730c966a6a64\",\n        \"name\": \"Standby\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"SYST:POW OFF\"\n        },\n        \"keybinding\": \"\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 12,\n        \"toolbarButtonColor\": \"#7BC3D4\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"fb1dafad-63ed-403b-a10e-4a09c30c3e85\",\n        \"name\": \"Init\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"INIT\"\n        },\n        \"keybinding\": \"f8\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 8,\n        \"toolbarButtonColor\": \"#C1D751\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"a4e4d6f7-c8e5-4072-c32a-0fe68abbcbf3\",\n        \"name\": \"Abort\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"ABOR\"\n        },\n        \"keybinding\": \"f9\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 9,\n        \"toolbarButtonColor\": \"#C1D751\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"acc0e50c-fa06-4b3c-85c7-830e5bb9a0c7\",\n        \"name\": \"Clear protections\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"OUTP:PROT:CLE CH1\\nOUTP:PROT:CLE CH2\"\n        },\n        \"keybinding\": \"f10\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 10,\n        \"toolbarButtonColor\": \"#F2D74A\",\n        \"requiresConfirmation\": true\n      },\n      {\n        \"id\": \"6bb41d10-15a9-478f-da75-dbccd0a0f38a\",\n        \"name\": \"Dlog start\",\n        \"action\": {\n          \"type\": \"javascript\",\n          \"data\": \"var defaultValues = storage.getItem(\\\"EezDlogValues\\\", {\\n    ch1voltage: true,\\n    ch1current: true,\\n    ch1power: false,\\n    ch2voltage: true,\\n    ch2current: true,\\n    ch2power: false,\\n    period: 0.02,\\n    time: 10,\\n    file: \\\"file.dlog\\\"\\n});\\n\\nvar values = await input({\\n    title: \\\"Start Dlog\\\",\\n    fields: [\\n        { \\n            name: \\\"ch1voltage\\\",\\n            displayName: \\\"Log channel 1 voltage\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"ch1current\\\",\\n            displayName: \\\"Log channel 1 current\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"ch1power\\\",\\n            displayName: \\\"Log channel 1 power\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"ch2voltage\\\",\\n            displayName: \\\"Log channel 2 voltage\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"ch2current\\\",\\n            displayName: \\\"Log channel 2 current\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"ch2power\\\",\\n            displayName: \\\"Log channel 2 power\\\",\\n            type: \\\"boolean\\\"\\n        },\\n        { \\n            name: \\\"period\\\",\\n            unit: \\\"time\\\",\\n            validators: [validators.rangeInclusive(0.02, 120)]\\n        },\\n        { \\n            name: \\\"time\\\",\\n            unit: \\\"time\\\",\\n            validators: [validators.rangeInclusive(1, 86400000)]\\n        },\\n        { \\n            name: \\\"file\\\",\\n            type: \\\"string\\\",\\n            validators: [validators.required]\\n        }\\n    ]\\n}, defaultValues);\\n\\nif (!values) {\\n    session.deleteScriptLogEntry();\\n    return;\\n}\\n\\nstorage.setItem(\\\"EezDlogValues\\\", values);\\n\\nsession.scriptParameters = values;\\n\\nconnection.acquire();\\n\\nconnection.command(`SENS:DLOG:FUNC:VOLT ${values.ch1voltage ? \\\"ON\\\" : \\\"OFF\\\"}, ch1`);\\nconnection.command(`SENS:DLOG:FUNC:CURR ${values.ch1current ? \\\"ON\\\" : \\\"OFF\\\"}, ch1`);\\nconnection.command(`SENS:DLOG:FUNC:POW ${values.ch1power ? \\\"ON\\\" : \\\"OFF\\\"}, ch1`);\\n\\nconnection.command(`SENS:DLOG:FUNC:VOLT ${values.ch2voltage ? \\\"ON\\\" : \\\"OFF\\\"}, ch2`);\\nconnection.command(`SENS:DLOG:FUNC:CURR ${values.ch2current ? \\\"ON\\\" : \\\"OFF\\\"}, ch2`);\\nconnection.command(`SENS:DLOG:FUNC:POW ${values.ch2power ? \\\"ON\\\" : \\\"OFF\\\"}, ch2`);\\n\\nconnection.command(`SENS:DLOG:PER ${values.period}`);\\nconnection.command(`SENS:DLOG:TIME ${values.time}`);\\nconnection.command(\\\"TRIG:DLOG:SOUR IMM\\\");\\nconnection.command(`INIT:DLOG \\\"${values.file}\\\"`);\\n\\nconnection.release();\\n\"\n        },\n        \"keybinding\": \"\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 13,\n        \"toolbarButtonColor\": \"#727b84\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"18412fce-3b1b-4992-b516-d65d625da4b9\",\n        \"name\": \"Dlog abort\",\n        \"action\": {\n          \"type\": \"scpi-commands\",\n          \"data\": \"ABORt:DLOG\"\n        },\n        \"keybinding\": \"\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 15,\n        \"toolbarButtonColor\": \"#727b84\",\n        \"requiresConfirmation\": false\n      },\n      {\n        \"id\": \"2b8c457b-2011-4b90-e850-9c6f4abca12a\",\n        \"name\": \"Dlog upload\",\n        \"action\": {\n          \"type\": \"javascript\",\n          \"data\": \"var defaultValues = storage.getItem(\\\"EezDlogValues\\\", {\\n    file: \\\"file.dlog\\\"\\n});\\n\\nvar values = await input({\\n    title: \\\"Upload Dlog\\\",\\n    fields: [\\n        { \\n            name: \\\"file\\\",\\n            type: \\\"string\\\"\\n        }\\n    ]\\n}, {\\n    file: defaultValues.file\\n});\\n\\nif (!values) {\\n    session.deleteScriptLogEntry();\\n    return;\\n}\\n\\nsession.scriptParameters = values;\\n\\nconnection.acquire();\\n\\nvar file = await connection.query(`MMEMory:UPLoad? \\\"${values.file}\\\"`);\\nif (!file.transferSucceeded) {\\n    session.scriptError = \\\"Upload failed.\\\";\\n}\\n\\nconnection.release();\\n\"\n        },\n        \"keybinding\": \"\",\n        \"showInToolbar\": true,\n        \"toolbarButtonPosition\": 14,\n        \"toolbarButtonColor\": \"#727b84\",\n        \"requiresConfirmation\": false\n      }\n    ]\n  }\n}"
  },
  {
    "path": "readme.md",
    "content": "[![GitHub release](https://img.shields.io/github/release/eez-open/psu-firmware.svg)](https://github.com/eez-open/psu-firmware/releases)\n[![license](https://img.shields.io/github/license/eez-open/psu-firmware.svg)](https://github.com/eez-open/psu-firmware/blob/master/LICENSE.TXT)\n\n### Ownership and License\n\nThe contributors are listed in CONTRIB.TXT. This project uses the GPL v3 license, see LICENSE.TXT.\nEEZ psu-firmware uses the [C4.1 (Collective Code Construction Contract)](http://rfc.zeromq.org/spec:22) process for contributions.\nTo report an issue, use the [EEZ psu-firmware issue tracker](https://github.com/eez-open/psu-firmware/issues).\n\n_If you consider to join us in software development please check first if anything from this [list](https://github.com/eez-open/psu-firmware/milestone/6) you found interesting._\n\n## Introduction\n\nThis project has Arduino/Genuino sketch for [Mega2560](https://www.arduino.cc/en/Main/ArduinoBoardMega2560) (8-bit, AVR) (not supported in M3 and newer releases!) and [Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) (32-bit, ARM) boards and accompanying libraries for the open hardware [EEZ H24005 power supply](http://www.envox.hr/eez/bench-power-supply/psu-introduction.html) firmware.\n\nThe unique feature of this project is a fully featured software simulator that can be used to evaluate all firmware features without having physical power supply on disposal. The simulator can be complied to run on major platforms such as Windows, Linux or Mac. It shares all the code with the Arduino Sketch plus emulation layer for the Arduino API, Ethernet library and digital controls used for programming and monitoring power supply.\n\n![Main page](doc/main_page_overview.png)\n\nFirmware key features:\n\n- [SCPI 1999.0](http://www.ivifoundation.org/scpi/) command set for remote control over Serial (via USB) and TCP\n- Multiple Power channels profiles\n- Voltage, current and power settings and continous monitoring\n- Voltage and current calibration\n- Tracking and coupling (series, parallel) mode\n- Programming lists of voltage, current and dwell time\n- Incremental encoder\n- Multiple input modes using touchscreen (_keypad_, _step_, _slider_)\n- Multiple presentation modes (_numeric_, _bar graphs_, _YT view_)\n- Various protection mechanisms: OVP (Over Voltage Protection), OCP (Over Current Protection), OPP (Over Power Protection) and OTP (Over Temperature Protection)\n- System date and time (RTC, NTP)\n- EEPROM based storage for device configuration, calibration parameters and 10 user profiles\n- Local GUI control using TFT touch display\n- SD card support\n\n## Installation\n\n### Arduino Sketch\n\nWe recommend Arduino IDE version 1.6.x or newer to compile and deploy Arduino sketch to the EEZ bench power supply.\n\n1. Download zip archive from the github repository.\n2. Copy folders `eez_psu_sketch` and `libraries` from the zip archive into Arduino folder on your computer. Arduino folder is e.g. `My Documents\\Arduino` on Windows or `Documents/Arduino` on Linux and Mac.\n3. Download Ethernet2 library from [here](https://github.com/eez-open/Ethernet2) and copy it to the `libraries` folder.\n4. Download SdFat library from [here](https://github.com/eez-open/SdFat) and copy it to the `libraries` folder.\n5. Open `eez_psu_sketch.ino` in Arduino IDE.\n6. Go to `Tools->Board` and select `Arduino Due (Native USB Port)`. If `Arduino Due (Native USB Port)` is not present in the list of boards then go to `Tools->Board->Boards Manager` and click on `Arduino SAM Boards` then click on the Install button. When install is done close the Board Manager then go to `Tools->Board` and select `Arduino Due (Native USB Port)`.\n7. Plug a USB cable between the PSU and your PC then go to `Tools->Port` and select the COM port for your PSU.\n8. Check if everything is correct with Verify button.\n9. Make sure that *Verify after code upload* option is not set (more details [here](https://github.com/arduino/Arduino/issues/5672)) in File... Preferences and upload the sketch using Upload button.\n10. Remote control can be accessed via Telnet client such as [putty](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (connection type: raw, port: 5025) or serial client that comes with Arduino IDE or any other you like.\n\n### Simulator\n\n![Simulator GUI Front Panel](doc/simulator_screenshot.png)\n\nHere we will explain how to build simulator from source code on Windows, Linux and Mac.\n\nIf you are on Windows, there is a pre-build version:\n\n[![Download Simulator for Windows](doc/windows_download_button.png)](http://www.envox.hr/eez/component/jdownloads/download/1-software-simulator-for-windows.html)\n\nAfter you build and run simulator, a mouse is used as simulation of finger on the TFT touchscreen display.\n\nConsole window can be used to enter SCPI commands [SCPI reference manual](http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-introduction.html). SCPI commands can be also send by starting a telnet session to the port 5025:\n\n```\ntelnet localhost 5025\n```\n\n#### Windows\n\nTo build simulator from the source code you need Visual Studio 2015. You can use Community Edition which is a free version of Visual Studio 2015. Visual Studio solution for the simulator is in `simulator\\\\platform\\\\Win32\\\\eez_psu_sim.sln`. Open solution then build and execute simulator with `F5`.\n\n#### Linux\n\nHere are the steps to build simulator on Linux:\n\n```\nsudo apt-get install -y git libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev\ngit clone https://github.com/eez-open/psu-firmware\ncd psu-firmware/simulator/platform/linux/\nmake\n```\n\nStart simulator with:\n\n```\n./eez_psu_sim\n```\n\nJust as in case of Arduino sketch mentioned above that runs on real hardware you can access simulator using telnet client (use localhost or 127.0.0.1 for connection).\n\n#### Mac\n\nMac users will require Brew for building. If you don't have it you can download and install it from [here](http://brew.sh/).\n\nHere are the steps to build simulator on Mac:\n\n```\nbrew install sdl2 sdl2_image sdl2_ttf\ngit clone https://github.com/eez-open/psu-firmware\ncd psu-firmware/simulator/platform/linux/\nmake\n```\n\nStart simulator with:\n\n```\n./eez_psu_sim\n```\n\nJust as in case of Arduino sketch mentioned above that runs on real hardware you can access simulator using telnet client (use localhost or 127.0.0.1 for connection).\n\n## Guide to the source code\n\n### Architecture\n\nEEZ bench power supply sketch source code can be divided into following layers:\n\n- Board\n\n  Talks directly to the hardware, i.e. [Arduino Shield +BP module](http://www.envox.hr/eez/bench-power-supply/psu-digital-control.html) (EEPROM, RTC, Ethernet, TLC5925) and [post-regulators](http://www.envox.hr/eez/bench-power-supply/psu-post-regulator.html) (ADC, DAC, IO Expander).\n  Part of this layer is eez_psu_lib, a small Arduino library with [definition of all pins](http://www.envox.hr/eez/bench-power-supply/psu-digital-control/psu-arduino-shield-pin-mapping.html) used by EEZ bench power supply.\n  This layer depends on Arduino platform API and third party UIPEthernet library.\n\n- Core\n\n  Implementation of EEZ bench power supply firmware functionality, for example Channel abstraction.\n  It doesn't work directly with the hardware but uses the board layer, so it doesn't depends on Arduino platform API.\n\n- Control\n\n  This layer is using Core layer to implement local and remote control.\n\n  Local control is GUI based using TFT touch display. Special tool was developed to assist creation of GUI interface.\n  This layer depends on third party library (UTFT_Pro derived from Rinky-Dink Electronics [UTFT](http://www.rinkydinkelectronics.com/library.php?id=51)) that we use to draw graphical primitives.\n\n  Remote control is based on SCPI protocol. Check [SCPI reference manual](http://www.envox.hr/eez/bench-power-supply/psu-scpi-reference-manual/psu-scpi-introduction.html) for available commands.\n  This layer depends on third party [scpi-parser](https://github.com/j123b567/scpi-parser) library.\n\nAdditionally, simulator introduces two additional layers:\n\n- Simulator Emulation Layer\n\n  This layer is simulator's replacement for the Arduino platform and consists of:\n  - Arduino platform API emulation.\n  - [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus) peripherals emulation.\n  - UIPEthernet library emulation.\n\n- GUI Front Panel\n\nCommunication between layers is unidirectional with some exceptions:\n\n- Ethernet and Serial to SCPI.\n\n  This is used to feed SCPI with the input received on serial and TCP port.\n\n- IO Expander to Core.\n\n  IO Expander interrupt handler sends GPIO register and ADC snapshot to the Core layer.\n\n![Architecture](doc/architecture.png)\n\n### Board Layer\n\nHere are the components of the board layer (all the files are in `eez_psu_sketch` folder):\n\n- Arduino shield\n    - Board (`board.cpp` and `board.h`)\n        - Post-regulator (power channel) power up and down\n        - LED's: CV and CC\n    - BP (`bp.cpp` and `bp.h`)\n        - LED's: standby, output and sense\n    - Buzzer (`buzzer.cpp` and `buzzer.h`)\n        - sound tone(frequency, duration) function\n    - EEPROM (`eeprom.cpp` and `eeprom.h`)\n        - read and write\n    - Ethernet (`ethernet.cpp` and `ethernet.h`)\n        - SCPI over TCP server on port 5025\n        - Requires third party library [UIPEthernet](https://github.com/mvladic/arduino_uip/tree/Arduino_1.5.x) or [Ethernet2](https://github.com/eez-open/Ethernet2)\n    - RTC (`rtc.cpp` and `rtc.h`)\n        - system date and time\n    - Serial (`serial_psu.cpp` and `serial_psu.h`)\n        - SCPI over Serial\n        - Debug output\n    - Temp. sensors (`temp_sensor.cpp` and `temp_sensor.h`)\n        - MAIN temp. sensor read over analog pin\n    - FAN control\n- Post-regulator (power supply channel)\n    - ADC (`adc.cpp` and `adc.h`)\n        - Channel's ADC\n    - DAC (`dac.cpp` and `dac.h`)\n        - Channel's DAC\n    - IOExp (`ioexp.cpp` and `ioexp.h`)\n        - ADC interrupt\n        - DP (down-programmer) disable\n        - CC (Constant current) and CV (Constant voltage)\n        - PWRGOOD\n        - OE (output enable)\n\nArduino library `eez_psu_lib` is also a part of the board layer and it is located in `libraries\\eez_psu_lib` folder.\n\n### Core Layer\n\nHere are some components of the core layer (all the files are in `eez_psu_sketch` folder):\n\n- PSU (`psu.cpp` and `psu.h`)\n    - power up\n    - power down (stand-by mode)\n    - reset\n    - test\n    - Update device related SCPI registers\n- Channel (`channel.cpp` and `channel.h`)\n    - set voltage and current\n    - measure voltage and current\n    - apply calibration parameters\n    - output enable/disable\n    - remote sensing enable/disable\n    - DP enable/disable\n    - OVP, OCP and OPP\n    - Update channel related SCPI registers\n- Calibration (`calibration.cpp` and `calibration.h`)\n    - Calibration procedure\n- Profile (`profile.cpp` and `profile.h`)\n    - Save\n    - Recall\n- Temperature (`temperature.cpp` and `temperature.h`)\n    - OTP\n    - Measurement\n- Date and time (`datetime.cpp` and `datetime.h`)\n    - Set system datetime\n    - Check the validity of datetime\n    - Store datetime persistently in EEPROM\n- Debug (`debug.cpp` and `debug.h`)\n    - Debugging helper functions\n- Util (`util.cpp` and `util.h`)\n    - Miscellaneous functions\n- Sound (`sound.cpp` and `sound.h`)\n    - Beep\n    - Power up and power down (stand-by) tunes\n- Persistent configuration (`persist_conf.cpp` and `persist_conf.h`)\n    - Store/restore persistent configuration\n\n### Control Layer\n\n#### Local control: TFT touch GUI\n\nImplementation of the GUI is based on MVC (Model View Controller) architecture.\n\nIn MVC architecture, **Model** is where all the data that is displayed on the screen comes from and our Model is implemented in the Core layer.\n\n**View** defines how everything looks on the screen. In our case, View is defined declaratively and definitions are created with the special tool we call EEZ Studio (it is not public yet!).\n\n![EEZ Studio](doc/eez-studio.png)\n\nThis tool creates JSON based eez-project file which contains definitions of GUI pages, styles, bitmaps and fonts along with data and action definitions.\nJSON file is then compiled to C++ source code files (`gui_document.cpp`, `gui_document.h`, `actions.cpp` and `actions.h`)\nthat are included as an integral part of the sketch.\n\n**Controller** is the glue code between Model and View. It is implemented in the all the files that start with \"gui_\" prefix.\n\nAlso, there is some utility code that is used, for example, to interact with the hardware:\n\n- `lcd.cpp`, `lcd.h` and UTFT_Pro is used to draw graphical primitives on the screen.\n- `touch.cpp` and `touch.h` is used to get data from the touch hardware. Input from the touch hardware is filtered using `touch_filter.cpp` and `touch_filter.h` - check [this](https://www.youtube.com/watch?v=jofIdGx2gTg) and [this](https://www.youtube.com/watch?v=_mrBomMLKiI) video.\n- `font.cpp` and `font.h` is used to to access font definitions created with EEZ Studio.\n\n#### Remote control: SCPI\n\nWe are using [third party SCPI parser](https://github.com/j123b567/scpi-parser) and have our [own branch](https://github.com/mvladic/scpi-parser) where command definitions could be in AVR PROGMEM that helps preserve some memory space when Arduino Mega board is used (check [avr_progmem](https://github.com/mvladic/scpi-parser/tree/avr_progmem) branch).\n\nThere are two entry points for the SCPI commands: serial port and TCP server. Check `serial_psu.cpp` and `serial_psu.h` to see how SCPI commands are received on serial port, and `ethernet.cpp` and `ethernet.h` for the TCP server.\n\nFiles `scpi_psu.cpp` and `scpi_psu.h` are about SCPI parser initialization and input handling.\nAlso, here is defined the scpi_psu_t structure for storing SCPI parser context data specific to EEZ bench power supply.\n\nParameter types that are repeatedly used in multiple commands (like channel number) are handled in `scpi_params.cpp` and `scpi_params.h`.\n\nRegisters are set/get in `scpi_params.cpp` and `scpi_params.h`.\n\nAll other files that starts with `scpi_` in `eez_psu_sketch/` directory are about implementing various SCPI commands. Every SCPI subsystem (like APPLy, SOURce, MEASure, SYSTem, etc.) has its own pair of scpi_<subsys>.cpp and scpi_<subsys>.h files.\n\n### Simulator Emulation Layer\n\n#### Arduino API Emulation\n\nWe emulate only what we use:\n\n- `pinMode`, `digitalRead`, `digitalWrite`, `analogRead`, `analogWrite`\n- `digitalPinToInterrupt`, `attachInterrupt`\n- `tone`\n- `millis`, `micros`, `delay`, `delayMicroseconds`\n- `Serial`\n- `SPI`\n\nCheck the files `Arduino.h`, `arduino_impl.cpp`, `arduino_impl.h`, `SPI.h` from the `simulator\\src\\arduino` folder.\n\nFor the `tone` function we have two different implementations:\n- for the Win32 platform in file `simulator\\platform\\win32\\eez_psu_sim\\tone.cpp`\n- and for the Linux and Mac platform in file `simulator\\platform\\linux\\src\\tone.cpp`\n\n#### SPI peripherals\n\nThe following devices are controlled via SPI bus:\n\n- [ADS1120](http://www.ti.com/product/ADS1120) for 15-bit ADC\n- [DAC8552](http://www.ti.com/product/DAC8552) for 16-bit DAC\n- [MCP23S08](https://www.microchip.com/wwwproducts/en/MCP23S08) for I/O 8-bit Expander or 16-bit expander ([MCP23S17](https://www.microchip.com/wwwproducts/en/MCP23S17))\n- [ENC28J60](https://www.microchip.com/wwwproducts/Devices.aspx?product=ENC28J60) and [W5500](http://www.wiznet.io/product-item/w5500/) for Ethernet\n- [AT25256B](http://www.atmel.com/devices/at25256b.aspx) for 256kb EEPROM\n- [PCA21125](www.nxp.com/documents/data_sheet/PCA21125.pdf) for RTC\n- [TLC5925](http://www.ti.com/product/TLC5925) for BP (Binding Posts) option\n\nThese peripherals are emulated in simulator, check the files `chips.cpp` and `chips.h` in `simulator/src/chips`.\n\n#### UIPEthernet Emulation\n\nUIPEthernet library interface is defined in files `UIPClient.h`, `UIPEthernet.h` and `UIPServer.h`; this interface is is implemented in file uipethernet_impl.cpp and this implementation is based on platform interface defined in ethernet_platform.h. There are two implementations of this platform interface:\n\n- for the Win32 platform in file `simulator\\platform\\win32\\eez_psu_sim\\ethernet_win32.cpp`\n- and for the Linux and Mac platform in file `simulator\\platform\\linux\\src\\ethernet_linux.cpp`\n\n### Simulator GUI Front Panel\n\nImplementation files are in `simulator/src/front_panel`.\n\nImplementation is using `eez_imgui` dynamic library.\n\nThis library is dynamically loaded at runtime, so that simulator can run even if this library is missing (check the `simulator/src/dll.h` for platform independent dynamic library loading).\n\n`eez_imgui` library is very simple [immediate mode](http://www.cse.chalmers.se/edu/year/2011/course/TDA361/Advanced%20Computer%20Graphics/IMGUI.pdf) GUI library that supports top level window with following widgets:\n\n- Image\n- On/off image (displays different images depending on boolean flag)\n- Text\n- Button\n\nIt is based on [SDL](https://www.libsdl.org/index.php), [SDL Image](https://www.libsdl.org/projects/SDL_image/) and [SDL TTF](https://www.libsdl.org/projects/SDL_ttf/).\n"
  },
  {
    "path": "simulator/platform/linux/.gitignore",
    "content": "eez_psu_sim\neez_imgui.so\n*.o\n.eez_psu_sim\nEEPROM.state\nRTC.state\n"
  },
  {
    "path": "simulator/platform/linux/Makefile",
    "content": "CC = gcc\nCXX = g++\n\n# Simulator main program\n\nSIM_PROGRAM_NAME = eez_psu_sim\n\nSIM_CFLAGS = -g -c -Wextra -Wmissing-prototypes -Wimplicit \\\n    -DUSE_FULL_ERROR_LIST=0 \\\n\t-I../../../libraries/scpi-parser/src \\\n\t\nSIM_CSOURCES = \\\n\t-c ../../../libraries/scpi-parser/src/impl/*.c \\\n\t-c third_party/thread_queue.c\n\nSIM_CXXFLAGS = -g \\\n\t-Wall -Wno-unused-variable -fpermissive -Wno-reorder -Wno-parentheses \\\n\t-DUSE_FULL_ERROR_LIST=0 \\\n\t-DEEZ_PSU_SIMULATOR \\\n\t-I../../../eez_psu_sketch \\\n\t-I../../src \\\n\t-I../../src/arduino \\\n\t-I../../src/chips \\\n\t-I../../src/ethernet \\\n\t-I../../../libraries/eez_psu_lib/src \\\n\t-I../../../libraries/scpi-parser/src \\\n\t-Ithird_party \\\n\t\nSIM_CXXSOURCES = \\\n\tsrc/*.cpp \\\n\t../../src/*.cpp \\\n\t../../src/arduino/*.cpp \\\n\t../../src/chips/*.cpp \\\n\t../../src/ethernet/*.cpp \\\n\t../../src/front_panel/*.cpp \\\n\t../../../eez_psu_sketch/*.cpp \\\n\t../../../libraries/eez_psu_lib/src/eez_psu.cpp \\\n\t../../../libraries/eez_psu_lib/src/R1B9/R1B9_init.cpp \\\n\t../../../libraries/eez_psu_lib/src/R3B4/R3B4_init.cpp \\\n\t../../../libraries/eez_psu_lib/src/R5B12/R5B12_init.cpp\n\nSIM_LINKERFLAGS = -ldl -lpthread\n\n# GUI dynamic library\n\nGUI_DLIB_NAME = eez_imgui.so\n\nGUI_CXXFLAGS = -Wall -fpermissive -fPIC `sdl2-config --cflags` -I../../src\n\nGUI_SOURCES = ../../src/imgui/*.cpp\n\nGUI_LINKERFLAGS = -shared `sdl2-config --libs` \\\n\t-ldl -lpthread -lSDL2_image -lSDL2_ttf\n\n# rules\n\nall: clean simulator gui\n\nclean:\n\trm -f *.o $(SIM_PROGRAM_NAME) $(GUI_DLIB_NAME)\n\nsimulator:\n\t$(CC) $(SIM_CFLAGS) $(SIM_CSOURCES)\n\t$(CXX) *.o $(SIM_CXXFLAGS) $(SIM_CXXSOURCES) $(SIM_LINKERFLAGS) -o $(SIM_PROGRAM_NAME)\n\ngui:\n\t$(CXX) $(GUI_CXXFLAGS) $(GUI_SOURCES) $(GUI_LINKERFLAGS) -o $(GUI_DLIB_NAME)\n\n"
  },
  {
    "path": "simulator/platform/linux/src/ethernet_linux.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015 Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"ethernet_platform.h\"\n\n#include <errno.h>\n#include <unistd.h>\n#include <sys/types.h> \n#include <sys/socket.h>\n#include <netinet/in.h>\n#include <fcntl.h>\n\nnamespace eez {\nnamespace psu {\nnamespace ethernet_platform {\n\nstatic int listen_socket = -1;\nstatic int client_socket = -1;\n\nbool enable_non_blocking(int fd) {\n    int flags = fcntl(fd, F_GETFL, 0);\n    if (flags < 0) {\n        return false;\n    }\n    flags = flags | O_NONBLOCK;\n    if (fcntl(fd, F_SETFL, flags) < 0) {\n        return false;\n    }\n    return true;\n}\n\nbool bind(int port) {\n    sockaddr_in serv_addr;\n    listen_socket = socket(AF_INET, SOCK_STREAM, 0);\n    if (listen_socket < 0) {\n        DebugTraceF(\"EHTERNET: socket failed with error %d\", errno);\n        return false;\n    }\n\n    if (!enable_non_blocking(listen_socket)) {\n        DebugTraceF(\"EHTERNET: ioctl on listen socket failed with error %d\", errno);\n        close(listen_socket);\n        listen_socket = -1;\n        return false;\n    }\n\n    bzero((char *)&serv_addr, sizeof(serv_addr));\n    serv_addr.sin_family = AF_INET;\n    serv_addr.sin_addr.s_addr = INADDR_ANY;\n    serv_addr.sin_port = htons(port);\n    if (::bind(listen_socket, (sockaddr *)&serv_addr, sizeof(serv_addr)) < 0) {\n        DebugTraceF(\"EHTERNET: bind failed with error %d\", errno);\n        close(listen_socket);\n        listen_socket = -1;\n        return false;\n    }\n\n    if (listen(listen_socket, 5) < 0) {\n        DebugTraceF(\"EHTERNET: listen failed with error %d\", errno);\n        close(listen_socket);\n        listen_socket = -1;\n        return false;\n    }\n\n    return true;\n}\n\nbool client_available() {\n    if (connected()) return true;\n\n    if (listen_socket == -1) {\n        return 0;\n    }\n\n    sockaddr_in cli_addr;\n    socklen_t clilen = sizeof(cli_addr);\n    client_socket = accept(listen_socket, (sockaddr *)&cli_addr, &clilen);\n    if (client_socket < 0) {\n        if (errno == EWOULDBLOCK) {\n            return false;\n        }\n\n        DebugTraceF(\"EHTERNET: accept failed with error %d\", errno);\n        close(listen_socket);\n        listen_socket = -1;\n        return false;\n    }\n\n    if (!enable_non_blocking(client_socket)) {\n        DebugTraceF(\"EHTERNET: ioctl on client socket failed with error %d\", errno);\n        close(client_socket);\n        listen_socket = -1;\n        return false;\n    }\n\n    return true;\n}\n\nbool connected() {\n    return client_socket != -1;\n}\n\nint available() {\n    if (client_socket == -1) return 0;\n\n    char buffer[SCPI_PARSER_INPUT_BUFFER_LENGTH / 2];\n    int iResult = ::recv(client_socket, buffer, SCPI_PARSER_INPUT_BUFFER_LENGTH / 2, MSG_PEEK);\n    if (iResult > 0) {\n        return iResult;\n    }\n\n    if (iResult < 0 && errno == EWOULDBLOCK) {\n        return 0;\n    }\n\n    stop();\n\n    return 0;\n}\n\nint read(char *buffer, int buffer_size) {\n    int n = ::read(client_socket, buffer, buffer_size);\n    if (n > 0) {\n        return n;\n    }\n\n    if (n < 0 && errno == EWOULDBLOCK) {\n        return 0;\n    }\n\n    stop();\n\n    return 0;\n}\n\nint write(const char *buffer, int buffer_size) {\n    if (client_socket != -1) {\n        int n = ::write(client_socket, buffer, buffer_size);\n        if (n < 0) {\n            close(client_socket);\n            client_socket = -1;\n            return 0;\n        }\n        return n;\n    }\n\n    return 0;\n}\n\nvoid stop() {    \n    int result = shutdown(client_socket, SHUT_WR);\n    if (result < 0) {\n        DebugTraceF(\"ETHERNET shutdown failed with error %d\\n\", errno);\n    }\n    close(client_socket);\n    client_socket = -1;\n}\n\n}\n}\n} // namespace eez::psu::ethernet_platform\n"
  },
  {
    "path": "simulator/platform/linux/src/main_loop.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015 Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"serial_psu.h\"\n#include \"main_loop.h\"\n\n#include <errno.h>\n#include \"thread_queue.h\"\n\nusing namespace eez::psu;\n\n#define NEW_INPUT_MESSAGE 1\n#define QUIT_MESSAGE      2\n\nthreadqueue queue;\n\nvoid *input_thread(void *) {\n    while (1) {\n        int ch = getchar();\n        if (ch == EOF) break;\n\n        thread_queue_add(&queue, new char(ch), NEW_INPUT_MESSAGE);\n    }\n\n    thread_queue_add(&queue, 0, QUIT_MESSAGE);\n\n    return 0;\n}\n\n\nint main_loop() {\n    timespec timeout = { 0, TICK_TIMEOUT * 1000 * 1000 };\n\n    if (thread_queue_init(&queue) != 0) return -1;\n\n    pthread_t thread;\n    pthread_create(&thread, 0, input_thread, 0);\n\n    while (1) {\n        threadmsg msg;\n        char *p_ch;\n        int ret;\n        switch (ret = thread_queue_get(&queue, &timeout, &msg)) {\n        case 0:\n            switch (msg.msgtype) {\n            case NEW_INPUT_MESSAGE:\n                p_ch = (char *)msg.data;\n                SERIAL_PORT.put(*p_ch);\n                delete p_ch;\n                break;\n\n            case QUIT_MESSAGE:\n                return 0;\n            }\n            break;\n\n        case ETIMEDOUT:\n            simulator::tick();\n            break;\n\n        default:\n            return ret;\n        }\n    }\n}\n\nvoid main_loop_exit() {\n    ::exit(0);\n}"
  },
  {
    "path": "simulator/platform/linux/third_party/thread_queue.c",
    "content": "#include <stdlib.h>\n#include <string.h>\n#include <errno.h>\n#include <pthread.h>\n#include <sys/time.h>\n#include \"thread_queue.h\"\n\n#define MSGPOOL_SIZE 256\n\nstruct msglist {\n    struct threadmsg msg;\n    struct msglist *next;\n};\n\nstatic inline struct msglist *get_msglist(struct threadqueue *queue)\n{\n    struct msglist *tmp;\n\n    if (queue->msgpool != NULL) {\n        tmp = queue->msgpool;\n        queue->msgpool = tmp->next;\n        queue->msgpool_length--;\n    }\n    else {\n        tmp = (struct msglist *)malloc(sizeof *tmp);\n    }\n\n    return tmp;\n}\n\nstatic inline void release_msglist(struct threadqueue *queue, struct msglist *node)\n{\n\n    if (queue->msgpool_length > (queue->length / 8 + MSGPOOL_SIZE)) {\n        free(node);\n    }\n    else {\n        node->msg.data = NULL;\n        node->msg.msgtype = 0;\n        node->next = queue->msgpool;\n        queue->msgpool = node;\n        queue->msgpool_length++;\n    }\n    if (queue->msgpool_length > (queue->length / 4 + MSGPOOL_SIZE * 10)) {\n        struct msglist *tmp = queue->msgpool;\n        queue->msgpool = tmp->next;\n        free(tmp);\n        queue->msgpool_length--;\n    }\n}\n\nint thread_queue_init(struct threadqueue *queue)\n{\n    int ret = 0;\n    if (queue == NULL) {\n        return EINVAL;\n    }\n    memset(queue, 0, sizeof(struct threadqueue));\n    ret = pthread_cond_init(&queue->cond, NULL);\n    if (ret != 0) {\n        return ret;\n    }\n\n    ret = pthread_mutex_init(&queue->mutex, NULL);\n    if (ret != 0) {\n        pthread_cond_destroy(&queue->cond);\n        return ret;\n    }\n\n    return 0;\n\n}\n\nint thread_queue_add(struct threadqueue *queue, void *data, long msgtype)\n{\n    struct msglist *newmsg;\n    pthread_mutex_lock(&queue->mutex);\n    newmsg = get_msglist(queue);\n    if (newmsg == NULL) {\n        pthread_mutex_unlock(&queue->mutex);\n        return ENOMEM;\n    }\n    newmsg->msg.data = data;\n    newmsg->msg.msgtype = msgtype;\n\n    newmsg->next = NULL;\n    if (queue->last == NULL) {\n        queue->last = newmsg;\n        queue->first = newmsg;\n    }\n    else {\n        queue->last->next = newmsg;\n        queue->last = newmsg;\n    }\n\n    if (queue->length == 0)\n        pthread_cond_broadcast(&queue->cond);\n    queue->length++;\n    pthread_mutex_unlock(&queue->mutex);\n\n    return 0;\n\n}\n\nint thread_queue_get(struct threadqueue *queue, const struct timespec *timeout, struct threadmsg *msg)\n{\n    struct msglist *firstrec;\n    int ret = 0;\n    struct timespec abstimeout;\n\n    if (queue == NULL || msg == NULL) {\n        return EINVAL;\n    }\n    if (timeout) {\n        struct timeval now;\n\n        gettimeofday(&now, NULL);\n        abstimeout.tv_sec = now.tv_sec + timeout->tv_sec;\n        abstimeout.tv_nsec = (now.tv_usec * 1000) + timeout->tv_nsec;\n        if (abstimeout.tv_nsec >= 1000000000) {\n            abstimeout.tv_sec++;\n            abstimeout.tv_nsec -= 1000000000;\n        }\n    }\n\n    pthread_mutex_lock(&queue->mutex);\n\n    /* Will wait until awakened by a signal or broadcast */\n    while (queue->first == NULL && ret != ETIMEDOUT) {  //Need to loop to handle spurious wakeups\n        if (timeout) {\n            ret = pthread_cond_timedwait(&queue->cond, &queue->mutex, &abstimeout);\n        }\n        else {\n            pthread_cond_wait(&queue->cond, &queue->mutex);\n\n        }\n    }\n    if (ret == ETIMEDOUT) {\n        pthread_mutex_unlock(&queue->mutex);\n        return ret;\n    }\n\n    firstrec = queue->first;\n    queue->first = queue->first->next;\n    queue->length--;\n\n    if (queue->first == NULL) {\n        queue->last = NULL;     // we know this since we hold the lock\n        queue->length = 0;\n    }\n\n\n    msg->data = firstrec->msg.data;\n    msg->msgtype = firstrec->msg.msgtype;\n    msg->qlength = queue->length;\n\n    release_msglist(queue, firstrec);\n    pthread_mutex_unlock(&queue->mutex);\n\n    return 0;\n}\n\n//maybe caller should supply a callback for cleaning the elements ?\nint thread_queue_cleanup(struct threadqueue *queue, int freedata)\n{\n    struct msglist *rec;\n    struct msglist *next;\n    struct msglist *recs[2];\n    int ret, i;\n    if (queue == NULL) {\n        return EINVAL;\n    }\n\n    pthread_mutex_lock(&queue->mutex);\n    recs[0] = queue->first;\n    recs[1] = queue->msgpool;\n    for (i = 0; i < 2; i++) {\n        rec = recs[i];\n        while (rec) {\n            next = rec->next;\n            if (freedata) {\n                free(rec->msg.data);\n            }\n            free(rec);\n            rec = next;\n        }\n    }\n\n    pthread_mutex_unlock(&queue->mutex);\n    ret = pthread_mutex_destroy(&queue->mutex);\n    pthread_cond_destroy(&queue->cond);\n\n    return ret;\n\n}\n\nlong thread_queue_length(struct threadqueue *queue)\n{\n    long counter;\n    // get the length properly\n    pthread_mutex_lock(&queue->mutex);\n    counter = queue->length;\n    pthread_mutex_unlock(&queue->mutex);\n    return counter;\n\n}"
  },
  {
    "path": "simulator/platform/linux/third_party/thread_queue.h",
    "content": "#ifndef _THREADQUEUE_H_\n#define _THREADQUEUE_H_ 1\n\n#include <pthread.h>\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n    /**\n    * @defgroup ThreadQueue ThreadQueue\n    *\n    * Little API for waitable queues, typically used for passing messages\n    * between threads.\n    *\n    */\n\n    /**\n    * @mainpage\n    */\n\n    /**\n    * A thread message.\n    *\n    * @ingroup ThreadQueue\n    *\n    * This is used for passing to #thread_queue_get for retreive messages.\n    * the date is stored in the data member, the message type in the  #msgtype.\n    *\n    * Typical:\n    * @code\n    * struct threadmsg;\n    * struct myfoo *foo;\n    * while(1)\n    *      ret = thread_queue_get(&queue,NULL,&message);\n    *      ..\n    *      foo = msg.data;\n    *      switch(msg.msgtype){\n    *              ...\n    *      }\n    * }\n    * @endcode\n    *\n    */\n    struct threadmsg {\n        /**\n        * Holds the data.\n        */\n        void *data;\n        /**\n        * Holds the messagetype\n        */\n        long msgtype;\n        /**\n        * Holds the current queue lenght. Might not be meaningful if there's several readers\n        */\n        long qlength;\n\n    };\n\n\n    /**\n    * A TthreadQueue\n    *\n    * @ingroup ThreadQueue\n    *\n    * You should threat this struct as opaque, never ever set/get any\n    * of the variables. You have been warned.\n    */\n    struct threadqueue {\n        /**\n        * Length of the queue, never set this, never read this.\n        * Use #threadqueue_length to read it.\n        */\n        long length;\n        /**\n        * Mutex for the queue, never touch.\n        */\n        pthread_mutex_t mutex;\n        /**\n        * Condition variable for the queue, never touch.\n        */\n        pthread_cond_t cond;\n        /**\n        * Internal pointers for the queue, never touch.\n        */\n        struct msglist *first, *last;\n        /**\n        * Internal cache of msglists\n        */\n        struct msglist *msgpool;\n        /**\n        * No. of elements in the msgpool\n        */\n        long msgpool_length;\n    };\n\n    /**\n    * Initializes a queue.\n    *\n    * @ingroup ThreadQueue\n    *\n    * thread_queue_init initializes a new threadqueue. A new queue must always\n    * be initialized before it is used.\n    *\n    * @param queue Pointer to the queue that should be initialized\n    * @return 0 on success see pthread_mutex_init\n    */\n    int thread_queue_init(struct threadqueue *queue);\n\n    /**\n    * Adds a message to a queue\n    *\n    * @ingroup ThreadQueue\n    *\n    * thread_queue_add adds a \"message\" to the specified queue, a message\n    * is just a pointer to a anything of the users choice. Nothing is copied\n    * so the user must keep track on (de)allocation of the data.\n    * A message type is also specified, it is not used for anything else than\n    * given back when a message is retreived from the queue.\n    *\n    * @param queue Pointer to the queue on where the message should be added.\n    * @param data the \"message\".\n    * @param msgtype a long specifying the message type, choice of the user.\n    * @return 0 on succes ENOMEM if out of memory EINVAL if queue is NULL\n    */\n    int thread_queue_add(struct threadqueue *queue, void *data, long msgtype);\n\n    /**\n    * Gets a message from a queue\n    *\n    * @ingroup ThreadQueue\n    *\n    * thread_queue_get gets a message from the specified queue, it will block\n    * the caling thread untill a message arrives, or the (optional) timeout occurs.\n    * If timeout is NULL, there will be no timeout, and thread_queue_get will wait\n    * untill a message arrives.\n    *\n    * struct timespec is defined as:\n    * @code\n    *      struct timespec {\n    *                 long    tv_sec;         // seconds\n    *                 long    tv_nsec;        // nanoseconds\n    *             };\n    * @endcode\n    *\n    * @param queue Pointer to the queue to wait on for a message.\n    * @param timeout timeout on how long to wait on a message\n    * @param msg pointer that is filled in with mesagetype and data\n    *\n    * @return 0 on success EINVAL if queue is NULL ETIMEDOUT if timeout occurs\n    */\n    int thread_queue_get(struct threadqueue *queue, const struct timespec *timeout, struct threadmsg *msg);\n\n\n    /**\n    * Gets the length of a queue\n    *\n    * @ingroup ThreadQueue\n    *\n    * threadqueue_length returns the number of messages waiting in the queue\n    *\n    * @param queue Pointer to the queue for which to get the length\n    * @return the length(number of pending messages) in the queue\n    */\n    long thread_queue_length(struct threadqueue *queue);\n\n    /**\n    * @ingroup ThreadQueue\n    * Cleans up the queue.\n    *\n    * threadqueue_cleanup cleans up and destroys the queue.\n    * This will remove all messages from a queue, and reset it. If\n    * freedata is != 0 free(3) will be called on all pending messages in the queue\n    * You cannot call this if there are someone currently adding or getting messages\n    * from the queue.\n    * After a queue have been cleaned, it cannot be used again untill #thread_queue_init\n    * has been called on the queue.\n    *\n    * @param queue Pointer to the queue that should be cleaned\n    * @param freedata set to nonzero if free(3) should be called on remaining\n    * messages\n    * @return 0 on success EINVAL if queue is NULL EBUSY if someone is holding any locks on the queue\n    */\n    int thread_queue_cleanup(struct threadqueue *queue, int freedata);\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif"
  },
  {
    "path": "simulator/platform/win32/.gitignore",
    "content": "Installation\n\n## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\n!third_party/SDL2/lib/x64\n!third_party/SDL2_image/lib/x64\n!third_party/SDL2_ttf/lib/x64\nx86/\n!third_party/SDL2/lib/x86\n!third_party/SDL2_image/lib/x86\n!third_party/SDL2_ttf/lib/x86\nbuild/\nbld/\n[Bb]in/\n[Oo]bj/\n\n# Visual Studio 2015 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# DNX\nproject.lock.json\nartifacts/\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opensdf\n*.sdf\n*.cachefile\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n\n# Windows Azure Build Output\ncsx/\n*.build.csdef\n\n# Windows Azure Emulator\nefc/\nrfc/\n\n# Windows Store app package directory\nAppPackages/\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n[Ss]tyle[Cc]op.*\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.pfx\n*.publishsettings\nnode_modules/\norleans.codegen.cs\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\n\n# FAKE - F# Make\n.fake/\n\n\nenc_temp_folder"
  },
  {
    "path": "simulator/platform/win32/eez_imgui/.gitignore",
    "content": "Debug EXE\n\n## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbuild/\nbld/\n[Bb]in/\n[Oo]bj/\n\n# Visual Studio 2015 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# DNX\nproject.lock.json\nartifacts/\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opensdf\n*.sdf\n*.cachefile\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings \n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n\n# Windows Azure Build Output\ncsx/\n*.build.csdef\n\n# Windows Azure Emulator\nefc/\nrfc/\n\n# Windows Store app package directory\nAppPackages/\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n[Ss]tyle[Cc]op.*\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.pfx\n*.publishsettings\nnode_modules/\norleans.codegen.cs\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\n\n# FAKE - F# Make\n.fake/\n"
  },
  {
    "path": "simulator/platform/win32/eez_imgui/eez_imgui.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio 2013\nVisualStudioVersion = 12.0.31101.0\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"eez_imgui\", \"eez_imgui.vcxproj\", \"{8D61FA31-9D48-413F-9C36-27629F647AD1}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug EXE|Win32 = Debug EXE|Win32\n\t\tDebug EXE|x64 = Debug EXE|x64\n\t\tDebug|Win32 = Debug|Win32\n\t\tDebug|x64 = Debug|x64\n\t\tRelease|Win32 = Release|Win32\n\t\tRelease|x64 = Release|x64\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug EXE|Win32.ActiveCfg = Debug EXE|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug EXE|Win32.Build.0 = Debug EXE|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug EXE|x64.ActiveCfg = Debug EXE|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug EXE|x64.Build.0 = Debug EXE|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|Win32.ActiveCfg = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|Win32.Build.0 = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x64.ActiveCfg = Debug|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x64.Build.0 = Debug|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|Win32.ActiveCfg = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|Win32.Build.0 = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x64.ActiveCfg = Release|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x64.Build.0 = Release|x64\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "simulator/platform/win32/eez_imgui/eez_imgui.vcxproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"14.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{8D61FA31-9D48-413F-9C36-27629F647AD1}</ProjectGuid>\n    <Keyword>Win32Proj</Keyword>\n    <RootNamespace>eez_imgui</RootNamespace>\n    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v140_xp</PlatformToolset>\n    <CharacterSet>Unicode</CharacterSet>\n    <UseOfMfc>false</UseOfMfc>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <PlatformToolset>v140_xp</PlatformToolset>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <CharacterSet>Unicode</CharacterSet>\n    <UseOfMfc>false</UseOfMfc>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v140</PlatformToolset>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <PlatformToolset>v140</PlatformToolset>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"ExtensionSettings\">\n  </ImportGroup>\n  <ImportGroup Label=\"Shared\">\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <LinkIncremental>true</LinkIncremental>\n    <TargetExt>.dll</TargetExt>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <LinkIncremental>true</LinkIncremental>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <LinkIncremental>false</LinkIncremental>\n    <TargetExt>.dll</TargetExt>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <LinkIncremental>false</LinkIncremental>\n  </PropertyGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>Disabled</Optimization>\n      <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <AdditionalIncludeDirectories>../third_party/SDL2_ttf/include;../third_party/SDL2_image/include;../third_party/SDL2/include;../../../src</AdditionalIncludeDirectories>\n      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <AdditionalLibraryDirectories>../third_party/SDL2/lib/x86;../third_party/SDL2_ttf/lib/x86;../third_party/SDL2_image/lib/x86</AdditionalLibraryDirectories>\n      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>\n    </Link>\n    <PostBuildEvent>\n      <Command>\n      </Command>\n    </PostBuildEvent>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>Disabled</Optimization>\n      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <Optimization>MaxSpeed</Optimization>\n      <FunctionLevelLinking>true</FunctionLevelLinking>\n      <IntrinsicFunctions>true</IntrinsicFunctions>\n      <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <AdditionalIncludeDirectories>../third_party/SDL2_ttf/include;../third_party/SDL2_image/include;../third_party/SDL2/include;../../../src</AdditionalIncludeDirectories>\n      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <EnableCOMDATFolding>true</EnableCOMDATFolding>\n      <OptimizeReferences>true</OptimizeReferences>\n      <AdditionalLibraryDirectories>../third_party/SDL2/lib/x86;../third_party/SDL2_ttf/lib/x86;../third_party/SDL2_image/lib/x86</AdditionalLibraryDirectories>\n      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>\n    </Link>\n    <PostBuildEvent>\n      <Command>\n      </Command>\n    </PostBuildEvent>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <Optimization>MaxSpeed</Optimization>\n      <FunctionLevelLinking>true</FunctionLevelLinking>\n      <IntrinsicFunctions>true</IntrinsicFunctions>\n      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <EnableCOMDATFolding>true</EnableCOMDATFolding>\n      <OptimizeReferences>true</OptimizeReferences>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemGroup>\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\beeper.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\window.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\texture.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\beeper.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\window.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\texture.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\window_impl.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\thread.h\" />\n  </ItemGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\">\n  </ImportGroup>\n</Project>"
  },
  {
    "path": "simulator/platform/win32/eez_imgui/eez_imgui.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\texture.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\window.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\imgui\\beeper.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\..\\..\\src\\thread.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\texture.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\window.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\window_impl.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\imgui\\beeper.h\" />\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim/.gitignore",
    "content": ".eez_psu_sim\nEEPROM.state\nRTC.state\n\n## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbuild/\nbld/\n[Bb]in/\n[Oo]bj/\n\n# Visual Studio 2015 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# DNX\nproject.lock.json\nartifacts/\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opensdf\n*.sdf\n*.cachefile\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n\n# Windows Azure Build Output\ncsx/\n*.build.csdef\n\n# Windows Azure Emulator\nefc/\nrfc/\n\n# Windows Store app package directory\nAppPackages/\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n[Ss]tyle[Cc]op.*\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.pfx\n*.publishsettings\nnode_modules/\norleans.codegen.cs\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\n\n# FAKE - F# Make\n.fake/\n"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim/eez_psu_sim.vcxproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"14.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}</ProjectGuid>\n    <Keyword>Win32Proj</Keyword>\n    <RootNamespace>eez_psu_sim</RootNamespace>\n    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v140_xp</PlatformToolset>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <PlatformToolset>v140_xp</PlatformToolset>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v120_xp</PlatformToolset>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\" Label=\"Configuration\">\n    <ConfigurationType>Application</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <PlatformToolset>v120_xp</PlatformToolset>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <CharacterSet>Unicode</CharacterSet>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"ExtensionSettings\">\n  </ImportGroup>\n  <ImportGroup Label=\"Shared\">\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <LinkIncremental>true</LinkIncremental>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <LinkIncremental>true</LinkIncremental>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <LinkIncremental>false</LinkIncremental>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <LinkIncremental>false</LinkIncremental>\n  </PropertyGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>Disabled</Optimization>\n      <PreprocessorDefinitions>EEZ_PSU_SIMULATOR;USE_FULL_ERROR_LIST=0;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <AdditionalIncludeDirectories>../../../../eez_psu_sketch;../../../src;../../../src/arduino;../../../src/chips;../../../src/ethernet;../../../../libraries/scpi-parser/src;../../../../libraries/eez_psu_lib/src;.</AdditionalIncludeDirectories>\n      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>\n      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\n    </Link>\n    <PostBuildEvent>\n      <Command>copy \"..\\third_party\\SDL2\\lib\\x86\\SDL2.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\SDL2_image.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\zlib1.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\libpng16-16.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_ttf\\lib\\x86\\SDL2_ttf.dll\" \"$(OutDir)\"\ncopy \"..\\third_party\\SDL2_ttf\\lib\\x86\\libfreetype-6.dll\" \"$(OutDir)\"\n</Command>\n    </PostBuildEvent>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <WarningLevel>Level3</WarningLevel>\n      <Optimization>Disabled</Optimization>\n      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <Optimization>MaxSpeed</Optimization>\n      <FunctionLevelLinking>true</FunctionLevelLinking>\n      <IntrinsicFunctions>true</IntrinsicFunctions>\n      <PreprocessorDefinitions>EEZ_PSU_SIMULATOR;USE_FULL_ERROR_LIST=0;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <AdditionalIncludeDirectories>../../../../eez_psu_sketch;../../../src;../../../src/arduino;../../../src/chips;../../../src/ethernet;../../../../libraries/scpi-parser/src;../../../../libraries/eez_psu_lib/src;.</AdditionalIncludeDirectories>\n      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <EnableCOMDATFolding>true</EnableCOMDATFolding>\n      <OptimizeReferences>true</OptimizeReferences>\n      <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>\n      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\n    </Link>\n    <PostBuildEvent>\n      <Command>copy \"..\\third_party\\SDL2\\lib\\x86\\SDL2.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\SDL2_image.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\zlib1.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_image\\lib\\x86\\libpng16-16.dll\" $(TargetDir)\ncopy \"..\\third_party\\SDL2_ttf\\lib\\x86\\SDL2_ttf.dll\" \"$(OutDir)\"\ncopy \"..\\third_party\\SDL2_ttf\\lib\\x86\\libfreetype-6.dll\" \"$(OutDir)\"\n</Command>\n    </PostBuildEvent>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <ClCompile>\n      <WarningLevel>Level3</WarningLevel>\n      <PrecompiledHeader>\n      </PrecompiledHeader>\n      <Optimization>MaxSpeed</Optimization>\n      <FunctionLevelLinking>true</FunctionLevelLinking>\n      <IntrinsicFunctions>true</IntrinsicFunctions>\n      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <GenerateDebugInformation>true</GenerateDebugInformation>\n      <EnableCOMDATFolding>true</EnableCOMDATFolding>\n      <OptimizeReferences>true</OptimizeReferences>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\actions.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\adc.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\arduino_util.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\board.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\bp.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\buzzer.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\calibration.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel_dispatcher.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_channel.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_advanced.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_user.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_user_revision.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\dac.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\datetime.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\debug.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\devices.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\dlog.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\eeprom.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\encoder.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ethernet.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\event_queue.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\fan.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\font.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gesture.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_calibration.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_data.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_document.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_step.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_internal.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_keypad.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_slider.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_keypad.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_numeric_keypad.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_adv.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_info.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_protection.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_trigger.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_event_queue.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_main.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_self_test_result.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_info.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_settings.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_user_profiles.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_password.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_view.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_widget_button_group.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\idle.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ioexp.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\io_pins.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\lcd.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\list.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ntp.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ontime.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\persist_conf.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\pid.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\profile.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\psu.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\rtc.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_commands.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_params.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_psu.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_regs.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_user_config.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\sd_card.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\serial_psu.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\sound.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\temperature.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\temp_sensor.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\timer.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_calibration.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_filter.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\trigger.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\util.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\value.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\watchdog.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu_rev.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R1B9\\R1B9_pins.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R3B4\\R3B4_pins.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R5B12\\R5B12_pins.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\fifo_private.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\lexer_private.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\parser_private.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\utils_private.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\config.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\constants.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\error.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\expression.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\ieee488.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\minimal.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\parser.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\scpi.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\scpi_user_config.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\types.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\units.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\utils.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\Arduino.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\arduino_internal.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\SdFat.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\SPI.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\chips\\chips.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\dll.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\EthernetUdp2.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\ethernet_platform.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPClient.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPEthernet.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPServer.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\control.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\data.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\render.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\main_loop.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\simulator_conf.h\" />\n    <ClInclude Include=\"..\\..\\..\\src\\simulator_psu.h\" />\n    <ClInclude Include=\"resource.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\actions.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\adc.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\arduino_util.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\board.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\bp.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\buzzer.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\calibration.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel_dispatcher.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\dac.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\datetime.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\debug.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\devices.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\dlog.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\eeprom.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\encoder.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ethernet.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\event_queue.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\fan.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\font.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gesture.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_calibration.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_data.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_document.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_keypad.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_slider.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_step.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_keypad.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_numeric_keypad.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_adv.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_info.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_protection.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_trigger.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_event_queue.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_main.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_self_test_result.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_info.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_settings.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_user_profiles.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_password.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_view.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_widget_button_group.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\idle.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ioexp.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\io_pins.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\lcd.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\list.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ntp.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ontime.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\persist_conf.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\pid.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\profile.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\psu.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\rtc.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_appl.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_cal.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_core.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_debug.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_diag.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_display.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_dlog.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_inst.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_meas.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_mem.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_mmem.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_outp.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_params.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_psu.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_regs.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_sense.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_sour.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_stat.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_syst.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_trigger.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\sd_card.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\serial_psu.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\sound.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\temperature.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\temp_sensor.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\timer.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_calibration.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_filter.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\trigger.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\util.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\value.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\watchdog.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R1B9\\R1B9_init.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R3B4\\R3B4_init.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R5B12\\R5B12_init.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\error.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\expression.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\fifo.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\ieee488.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\lexer.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\minimal.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\parser.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\units.c\" />\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\utils.c\" />\n    <ClCompile Include=\"..\\..\\..\\src\\arduino\\arduino_impl.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\arduino\\SdFat.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\chips\\chips.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\ethernet\\EthernetUdp2.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\ethernet\\uipethernet_impl.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\control.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\render.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\data.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\main.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_simu.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\simulator_psu.cpp\" />\n    <ClCompile Include=\"ethernet_win32.cpp\" />\n    <ClCompile Include=\"main_loop.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ResourceCompile Include=\"eez_psu_sim.rc\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Image Include=\"..\\..\\..\\images\\eez.ico\" />\n  </ItemGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\">\n  </ImportGroup>\n</Project>"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim/eez_psu_sim.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <Filter Include=\"scpi\">\n      <UniqueIdentifier>{da33c085-d41d-44ad-b94c-056a9c69e9f7}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"scpi\\parser\">\n      <UniqueIdentifier>{ed505970-2616-4620-9d31-b284b257736b}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"scpi\\parser\\src\">\n      <UniqueIdentifier>{80e721b3-4893-44f2-8903-dfc765377c0c}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"scpi\\parser\\inc\">\n      <UniqueIdentifier>{3326a0f8-18c4-42a6-84b6-17a6bddf08df}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"simulator\">\n      <UniqueIdentifier>{73b245b7-2c39-4e25-9781-b25c0bb80e04}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"simulator\\arduino\">\n      <UniqueIdentifier>{0ebc5aae-960f-421d-ba01-8f12b092a9b0}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"scpi\\commands\">\n      <UniqueIdentifier>{49978119-1f29-4e9e-ba22-bbe08d6af79c}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"simulator\\front_panel\">\n      <UniqueIdentifier>{8c488323-e5c6-4265-b68b-cd03e241bdba}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"board\">\n      <UniqueIdentifier>{de644a76-2b68-4eee-a95d-1d411b9ac8e5}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"core\">\n      <UniqueIdentifier>{53ee3999-baae-4725-8332-16bda5a45471}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"simulator\\chips\">\n      <UniqueIdentifier>{89ce1644-c80f-4d50-b52d-e26aad51b65a}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"simulator\\ethernet\">\n      <UniqueIdentifier>{25e172cb-9054-4230-b5b2-7a0b1bf6d039}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"gui\">\n      <UniqueIdentifier>{6f7bf7bb-8d4e-4c08-88cc-1daf07b09165}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"board\\R1B9\">\n      <UniqueIdentifier>{d60cb4a4-30c9-46ad-8009-44bcaf12ab05}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"board\\R3B4\">\n      <UniqueIdentifier>{b92159b7-8ef1-40a8-b0fd-c7b91adc2eb6}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"board\\R5B12\">\n      <UniqueIdentifier>{b92159b7-8ef1-40a8-b0fd-c7b91adc2eb7}</UniqueIdentifier>\n    </Filter>\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\calibration.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\debug.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\persist_conf.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\util.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\config.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\constants.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\error.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\expression.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\ieee488.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\minimal.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\parser.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\scpi.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\scpi_user_config.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\types.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\units.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\scpi\\utils.h\">\n      <Filter>scpi\\parser\\inc</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\fifo_private.h\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\lexer_private.h\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\parser_private.h\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\utils_private.h\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_psu.h\">\n      <Filter>scpi</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_user_config.h\">\n      <Filter>scpi</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\adc.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\bp.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\dac.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\eeprom.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ethernet.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ioexp.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\rtc.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\serial_psu.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\simulator_psu.h\">\n      <Filter>simulator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\psu.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\temperature.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\temp_sensor.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\board.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\datetime.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\sound.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\buzzer.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\profile.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\simulator_conf.h\">\n      <Filter>simulator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\main_loop.h\">\n      <Filter>simulator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\Arduino.h\">\n      <Filter>simulator\\arduino</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\SPI.h\">\n      <Filter>simulator\\arduino</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\arduino_internal.h\">\n      <Filter>simulator\\arduino</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\dll.h\">\n      <Filter>simulator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"resource.h\" />\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_params.h\">\n      <Filter>scpi</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_regs.h\">\n      <Filter>scpi</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\data.h\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\render.h\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\front_panel\\control.h\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_advanced.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_user.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_channel.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\chips\\chips.h\">\n      <Filter>simulator\\chips</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\ethernet_platform.h\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPClient.h\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPEthernet.h\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\UIPServer.h\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\font.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\lcd.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\arduino_util.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gesture.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_data.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_view.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_internal.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_filter.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_calibration.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_keypad.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_slider.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_step.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_widget_button_group.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_document.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R1B9\\R1B9_pins.h\">\n      <Filter>board\\R1B9</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R3B4\\R3B4_pins.h\">\n      <Filter>board\\R3B4</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R5B12\\R5B12_pins.h\">\n      <Filter>board\\R5B12</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\conf_user_revision.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu_rev.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\actions.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\fan.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\watchdog.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\timer.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ontime.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\devices.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_calibration.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_keypad.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_numeric_keypad.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\event_queue.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_event_queue.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_main.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_self_test_result.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_protection.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_adv.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_info.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_info.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_user_profiles.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel_dispatcher.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_settings.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_password.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\encoder.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\trigger.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\sd_card.h\">\n      <Filter>board</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_commands.h\">\n      <Filter>scpi</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\list.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_trigger.h\">\n      <Filter>gui</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\value.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\io_pins.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\ntp.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\ethernet\\EthernetUdp2.h\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\idle.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\src\\arduino\\SdFat.h\">\n      <Filter>simulator\\arduino</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\dlog.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\..\\..\\..\\eez_psu_sketch\\pid.h\">\n      <Filter>core</Filter>\n    </ClInclude>\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"main_loop.cpp\">\n      <Filter>simulator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\calibration.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\debug.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\persist_conf.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\util.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\error.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\expression.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\fifo.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\ieee488.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\lexer.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\minimal.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\parser.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\units.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\scpi-parser\\src\\impl\\utils.c\">\n      <Filter>scpi\\parser\\src</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_psu.cpp\">\n      <Filter>scpi</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\main.cpp\" />\n    <ClCompile Include=\"..\\..\\..\\src\\simulator_psu.cpp\">\n      <Filter>simulator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\psu.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\temperature.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\datetime.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\sound.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\profile.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\adc.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\board.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\bp.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\buzzer.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\dac.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\eeprom.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ethernet.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ioexp.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\rtc.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\serial_psu.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\temp_sensor.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\eez_psu.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\arduino\\arduino_impl.cpp\">\n      <Filter>simulator\\arduino</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_appl.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_cal.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_core.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_diag.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_inst.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_meas.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_mem.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_outp.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_simu.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_sour.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_stat.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_syst.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_params.cpp\">\n      <Filter>scpi</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_regs.cpp\">\n      <Filter>scpi</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\data.cpp\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\render.cpp\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\front_panel\\control.cpp\">\n      <Filter>simulator\\front_panel</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_debug.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\chips\\chips.cpp\">\n      <Filter>simulator\\chips</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\ethernet\\uipethernet_impl.cpp\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClCompile>\n    <ClCompile Include=\"ethernet_win32.cpp\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\font.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\lcd.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\arduino_util.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gesture.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_data.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_view.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_filter.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\touch_calibration.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_keypad.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_slider.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_edit_mode_step.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_widget_button_group.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_document.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R1B9\\R1B9_init.cpp\">\n      <Filter>board\\R1B9</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R3B4\\R3B4_init.cpp\">\n      <Filter>board\\R3B4</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\libraries\\eez_psu_lib\\src\\R5B12\\R5B12_init.cpp\">\n      <Filter>board\\R5B12</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\actions.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\fan.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\watchdog.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\timer.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ontime.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\devices.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_calibration.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_keypad.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_numeric_keypad.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\event_queue.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_event_queue.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_main.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_self_test_result.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_protection.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_adv.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_info.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_info.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_user_profiles.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\channel_dispatcher.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_sys_settings.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_password.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\encoder.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\trigger.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_trigger.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\sd_card.cpp\">\n      <Filter>board</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_mmem.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\list.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_display.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\gui_page_ch_settings_trigger.cpp\">\n      <Filter>gui</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\value.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_sense.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\io_pins.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\ntp.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\ethernet\\EthernetUdp2.cpp\">\n      <Filter>simulator\\ethernet</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\idle.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\src\\arduino\\SdFat.cpp\">\n      <Filter>simulator\\arduino</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\scpi_dlog.cpp\">\n      <Filter>scpi\\commands</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\dlog.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\..\\..\\..\\eez_psu_sketch\\pid.cpp\">\n      <Filter>core</Filter>\n    </ClCompile>\n  </ItemGroup>\n  <ItemGroup>\n    <ResourceCompile Include=\"eez_psu_sim.rc\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Image Include=\"..\\..\\..\\images\\eez.ico\" />\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim/ethernet_win32.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"ethernet_platform.h\"\n\n#undef INPUT\n#undef OUTPUT\n\n#define WIN32_LEAN_AND_MEAN\n#include <windows.h>\n#include <winsock2.h>\n#include <ws2tcpip.h>\n#include <stdlib.h>\n#include <stdio.h>\n\n// Need to link with Ws2_32.lib\n#pragma comment (lib, \"Ws2_32.lib\")\n// #pragma comment (lib, \"Mswsock.lib\")\n\nnamespace eez {\nnamespace psu {\nnamespace ethernet_platform {\n\nstatic SOCKET listen_socket = INVALID_SOCKET;\nstatic SOCKET client_socket = INVALID_SOCKET;\n\nbool bind(int port) {\n    WSADATA wsaData;\n    int iResult;\n\n    struct addrinfo *result = NULL;\n    struct addrinfo hints;\n\n    // Initialize Winsock\n    iResult = WSAStartup(MAKEWORD(2, 2), &wsaData);\n    if (iResult != 0) {\n        DebugTraceF(\"EHTERNET: WSAStartup failed with error %d\\n\", iResult);\n        return false;\n    }\n\n    ZeroMemory(&hints, sizeof(hints));\n    hints.ai_family = AF_INET;\n    hints.ai_socktype = SOCK_STREAM;\n    hints.ai_protocol = IPPROTO_TCP;\n    hints.ai_flags = AI_PASSIVE;\n\n    // Resolve the server address and port\n    char port_str[16];\n    _itoa(port, port_str, 10);\n    iResult = getaddrinfo(NULL, port_str, &hints, &result);\n    if (iResult != 0) {\n        DebugTraceF(\"EHTERNET: getaddrinfo failed with error %d\\n\", iResult);\n        return false;\n    }\n\n    // Create a SOCKET for connecting to server\n    listen_socket = socket(result->ai_family, result->ai_socktype, result->ai_protocol);\n    if (listen_socket == INVALID_SOCKET) {\n        DebugTraceF(\"EHTERNET: socket failed with error %ld\\n\", WSAGetLastError());\n        freeaddrinfo(result);\n        return false;\n    }\n\n    u_long iMode = 1;\n    iResult = ioctlsocket(listen_socket, FIONBIO, &iMode);\n    if (iResult != NO_ERROR) {\n        DebugTraceF(\"EHTERNET: ioctlsocket failed with error %ld\\n\", iResult);\n        freeaddrinfo(result);\n        closesocket(listen_socket);\n        listen_socket = INVALID_SOCKET;\n        return false;\n    }\n\n    // Setup the TCP listening socket\n    iResult = ::bind(listen_socket, result->ai_addr, (int)result->ai_addrlen);\n    if (iResult == SOCKET_ERROR) {\n        DebugTraceF(\"EHTERNET: bind failed with error %d\\n\", WSAGetLastError());\n        freeaddrinfo(result);\n        closesocket(listen_socket);\n        listen_socket = INVALID_SOCKET;\n        return false;\n    }\n\n    freeaddrinfo(result);\n\n    iResult = listen(listen_socket, SOMAXCONN);\n    if (iResult == SOCKET_ERROR) {\n        DebugTraceF(\"EHTERNET listen failed with error %d\\n\", WSAGetLastError());\n        closesocket(listen_socket);\n        listen_socket = INVALID_SOCKET;\n        return false;\n    }\n\n    return true;\n}\n\nbool client_available() {\n    if (connected()) return true;\n\n    if (listen_socket == INVALID_SOCKET) {\n        return false;\n    }\n\n    // Accept a client socket\n    client_socket = accept(listen_socket, NULL, NULL);\n    if (client_socket == INVALID_SOCKET) {\n        if (WSAGetLastError() == WSAEWOULDBLOCK) {\n            return false;\n        }\n\n        DebugTraceF(\"EHTERNET accept failed with error %d\\n\", WSAGetLastError());\n        closesocket(listen_socket);\n        listen_socket = INVALID_SOCKET;\n        return false;\n    }\n\n    return true;\n}\n\nbool connected() {\n    return client_socket != INVALID_SOCKET;\n}\n\nint available() {\n    if (client_socket == INVALID_SOCKET) return 0;\n\n    char buffer[SCPI_PARSER_INPUT_BUFFER_LENGTH / 2];\n    int iResult = ::recv(client_socket, buffer, SCPI_PARSER_INPUT_BUFFER_LENGTH / 2, MSG_PEEK);\n    if (iResult > 0) {\n        return iResult;\n    }\n\n    if (iResult < 0 && WSAGetLastError() == WSAEWOULDBLOCK) {\n        return 0;\n    }\n\n    stop();\n\n    return 0;\n}\n\nint read(char *buffer, int buffer_size) {\n    int iResult = ::recv(client_socket, buffer, buffer_size, 0);\n    if (iResult > 0) {\n        return iResult;\n    }\n\n    if (iResult < 0 && WSAGetLastError() == WSAEWOULDBLOCK) {\n        return 0;\n    }\n\n    stop();\n\n    return 0;\n}\n\nint write(const char *buffer, int buffer_size) {\n    int iSendResult;\n\n    if (client_socket != INVALID_SOCKET) {\n        // Echo the buffer back to the sender\n        iSendResult = ::send(client_socket, buffer, buffer_size, 0);\n        if (iSendResult == SOCKET_ERROR) {\n            DebugTraceF(\"send failed with error: %d\\n\", WSAGetLastError());\n            closesocket(client_socket);\n            client_socket = INVALID_SOCKET;\n            return 0;\n        }\n        return iSendResult;\n    }\n\n    return 0;\n}\n\nvoid stop() {\n    if (client_socket != INVALID_SOCKET) {\n        int iResult = shutdown(client_socket, SD_SEND);\n        if (iResult == SOCKET_ERROR) {\n            DebugTraceF(\"EHTERNET shutdown failed with error %d\\n\", WSAGetLastError());\n        }\n        closesocket(client_socket);\n        client_socket = INVALID_SOCKET;\n    }\n}\n\n}\n}\n} // namespace eez::psu::ethernet_platform\n"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim/main_loop.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"main_loop.h\"\n\n#undef INPUT\n#undef OUTPUT\n\n#define WIN32_LEAN_AND_MEAN\n#include <Windows.h>\n\nusing namespace eez::psu;\n\n#define NEW_INPUT_MESSAGE WM_USER\n\nstatic DWORD main_thread_id;\n\nDWORD WINAPI input_thread_proc(_In_ LPVOID lpParameter) {\n    while (1) {\n        int ch = getchar();\n        if (ch == EOF) break;\n\n        PostThreadMessage(main_thread_id, NEW_INPUT_MESSAGE, ch, 0);\n    }\n\n    PostThreadMessage(main_thread_id, WM_QUIT, 0, 0);\n\n    return 0;\n}\n\nint main_loop() {\n    MSG msg;\n\n    main_thread_id = GetCurrentThreadId();\n    CreateThread(0, 0, input_thread_proc, 0, 0, 0);\n\n    while (1) {\n        switch (MsgWaitForMultipleObjects(0, 0, FALSE, 0, QS_POSTMESSAGE)) {\n        case WAIT_OBJECT_0:\n            while (PeekMessage(&msg, 0, 0, 0, PM_REMOVE))\n            {\n                if (msg.message == WM_PAINT) {\n                    break;\n                }\n\n                switch (msg.message) {\n                case NEW_INPUT_MESSAGE:\n                    SERIAL_PORT.put(msg.wParam);\n                    break;\n                case WM_QUIT:\n                    return 0;\n                }\n            }\n            break;\n\n        case WAIT_TIMEOUT:\n            simulator::tick();\n            break;\n\n        default:\n            return -1;\n        }\n    }\n}\n\nvoid main_loop_exit() {\n    GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, 0);\n}"
  },
  {
    "path": "simulator/platform/win32/eez_psu_sim.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio 15\nVisualStudioVersion = 15.0.27703.2047\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"eez_psu_sim\", \"eez_psu_sim\\eez_psu_sim.vcxproj\", \"{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}\"\n\tProjectSection(ProjectDependencies) = postProject\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1} = {8D61FA31-9D48-413F-9C36-27629F647AD1}\n\tEndProjectSection\nEndProject\nProject(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"eez_imgui\", \"eez_imgui\\eez_imgui.vcxproj\", \"{8D61FA31-9D48-413F-9C36-27629F647AD1}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|Any CPU = Debug|Any CPU\n\t\tDebug|x64 = Debug|x64\n\t\tDebug|x86 = Debug|x86\n\t\tRelease|Any CPU = Release|Any CPU\n\t\tRelease|x64 = Release|x64\n\t\tRelease|x86 = Release|x86\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|Any CPU.ActiveCfg = Debug|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|Any CPU.Build.0 = Debug|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|x64.ActiveCfg = Debug|x64\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|x64.Build.0 = Debug|x64\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|x86.ActiveCfg = Debug|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Debug|x86.Build.0 = Debug|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|Any CPU.ActiveCfg = Release|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|Any CPU.Build.0 = Release|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|x64.ActiveCfg = Release|x64\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|x64.Build.0 = Release|x64\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|x86.ActiveCfg = Release|Win32\n\t\t{D2CF2C08-BF54-42FD-9D75-D4799F0652B6}.Release|x86.Build.0 = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|Any CPU.ActiveCfg = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|Any CPU.Build.0 = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x64.ActiveCfg = Debug|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x64.Build.0 = Debug|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x86.ActiveCfg = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Debug|x86.Build.0 = Debug|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|Any CPU.ActiveCfg = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|Any CPU.Build.0 = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x64.ActiveCfg = Release|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x64.Build.0 = Release|x64\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x86.ActiveCfg = Release|Win32\n\t\t{8D61FA31-9D48-413F-9C36-27629F647AD1}.Release|x86.Build.0 = Release|Win32\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\n\tGlobalSection(ExtensibilityGlobals) = postSolution\n\t\tSolutionGuid = {C358142B-B8CA-4C3E-B0AF-A374BFCADC7B}\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "simulator/platform/win32/installation_script.iss",
    "content": "; Script generated by the Inno Setup Script Wizard.\n; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!\n\n#define MyAppName \"EEZ PSU Simulator\"\n#define MyAppVersion \"1.0.2\"\n#define MyAppPublisher \"Envox d.o.o.\"\n#define MyAppURL \"http://www.envox.hr/eez/bench-power-supply/psu-introduction.html\"\n#define MyAppExeName \"eez_psu_sim.exe\"\n\n\n[Setup]\n; NOTE: The value of AppId uniquely identifies this application.\n; Do not use the same AppId value in installers for other applications.\n; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)\nAppId={{4815CDD8-3BDE-4774-895B-E37842B93367}\nAppName={#MyAppName}\nAppVersion={#MyAppVersion}\n;AppVerName={#MyAppName} {#MyAppVersion}\nAppPublisher={#MyAppPublisher}\nAppPublisherURL={#MyAppURL}\nAppSupportURL={#MyAppURL}\nAppUpdatesURL={#MyAppURL}\nDefaultDirName={pf}\\{#MyAppName}\nDefaultGroupName={#MyAppName}\nAllowNoIcons=yes\nLicenseFile=..\\..\\..\\LICENSE.TXT\nOutputDir=..\\..\\..\\simulator\\platform\\win32\\Installation\nOutputBaseFilename=setup\nCompression=lzma\nSolidCompression=yes\n\n[Languages]\nName: \"english\"; MessagesFile: \"compiler:Default.isl\"\n\n[Tasks]\nName: \"desktopicon\"; Description: \"{cm:CreateDesktopIcon}\"; GroupDescription: \"{cm:AdditionalIcons}\"; Flags: unchecked\nName: \"quicklaunchicon\"; Description: \"{cm:CreateQuickLaunchIcon}\"; GroupDescription: \"{cm:AdditionalIcons}\"; Flags: unchecked; OnlyBelowVersion: 0,6.1\n\n[Files]\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\eez_psu_sim.exe\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\eez_imgui.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\libfreetype-6.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\libpng16-16.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\SDL2.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\SDL2_image.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\SDL2_ttf.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\platform\\win32\\Release\\zlib1.dll\"; DestDir: \"{app}\"; Flags: ignoreversion\nSource: \"..\\..\\..\\simulator\\fonts\\*\"; DestDir: \"{app}\\fonts\"; Flags: ignoreversion recursesubdirs createallsubdirs\nSource: \"..\\..\\..\\simulator\\images\\*\"; DestDir: \"{app}\\images\"; Flags: ignoreversion recursesubdirs createallsubdirs\nSource: \"..\\..\\..\\doc\\SCPI reference guide\\EEZ PSU SCPI reference guide.pdf\"; DestDir: \"{app}\"; Flags: ignoreversion\n; NOTE: Don't use \"Flags: ignoreversion\" on any shared system files\n\n[Icons]\nName: \"{group}\\{#MyAppName}\"; Filename: \"{app}\\{#MyAppExeName}\"\nName: \"{group}\\{cm:ProgramOnTheWeb,{#MyAppName}}\"; Filename: \"{#MyAppURL}\"\nName: \"{group}\\{cm:UninstallProgram,{#MyAppName}}\"; Filename: \"{uninstallexe}\"\nName: \"{commondesktop}\\{#MyAppName}\"; Filename: \"{app}\\{#MyAppExeName}\"; Tasks: desktopicon\nName: \"{userappdata}\\Microsoft\\Internet Explorer\\Quick Launch\\{#MyAppName}\"; Filename: \"{app}\\{#MyAppExeName}\"; Tasks: quicklaunchicon\n\n[Run]\nFilename: \"{app}\\{#MyAppExeName}\"; Description: \"{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}\"; Flags: nowait postinstall skipifsilent\nFilename: \"{app}\\EEZ PSU SCPI reference guide.pdf\"; Description: \"Display SCPI reference guide\"; Flags: shellexec runasoriginaluser postinstall skipifsilent\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/BUGS.txt",
    "content": "\nBugs are now managed in the SDL bug tracker, here:\n\n    http://bugzilla.libsdl.org/\n\nYou may report bugs there, and search to see if a given issue has already\n been reported, discussed, and maybe even fixed.\n\n\nYou may also find help on the SDL mailing list. Subscription information:\n\n    http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org\n\nBug reports are welcome here, but we really appreciate if you use Bugzilla, as\n bugs discussed on the mailing list may be forgotten or missed.\n\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/COPYING.txt",
    "content": "\nSimple DirectMedia Layer\nCopyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n  \nThis software is provided 'as-is', without any express or implied\nwarranty.  In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n  \n1. The origin of this software must not be misrepresented; you must not\n   claim that you wrote the original software. If you use this software\n   in a product, an acknowledgment in the product documentation would be\n   appreciated but is not required. \n2. Altered source versions must be plainly marked as such, and must not be\n   misrepresented as being the original software.\n3. This notice may not be removed or altered from any source distribution.\n\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/README-SDL.txt",
    "content": "\nPlease distribute this file with the SDL runtime environment:\n\nThe Simple DirectMedia Layer (SDL for short) is a cross-platform library\ndesigned to make it easy to write multi-media software, such as games and\nemulators.\n\nThe Simple DirectMedia Layer library source code is available from:\nhttp://www.libsdl.org/\n\nThis library is distributed under the terms of the zlib license:\nhttp://www.zlib.net/zlib_license.html\n\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/README.txt",
    "content": "\n                         Simple DirectMedia Layer\n\n                                  (SDL)\n\n                                Version 2.0\n\n---\nhttp://www.libsdl.org/\n\nSimple DirectMedia Layer is a cross-platform development library designed\nto provide low level access to audio, keyboard, mouse, joystick, and graphics\nhardware via OpenGL and Direct3D. It is used by video playback software,\nemulators, and popular games including Valve's award winning catalog\nand many Humble Bundle games.\n\nSDL officially supports Windows, Mac OS X, Linux, iOS, and Android.\nSupport for other platforms may be found in the source code.\n\nSDL is written in C, works natively with C++, and there are bindings \navailable for several other languages, including C# and Python.\n\nThis library is distributed under the zlib license, which can be found\nin the file \"COPYING.txt\".\n\nThe best way to learn how to use SDL is to check out the header files in\nthe \"include\" subdirectory and the programs in the \"test\" subdirectory.\nThe header files and test programs are well commented and always up to date.\nMore documentation and FAQs are available online at:\n\thttp://wiki.libsdl.org/\n\nIf you need help with the library, or just want to discuss SDL related\nissues, you can join the developers mailing list:\n\thttp://www.libsdl.org/mailing-list.php\n\nIf you want to report bugs or contribute patches, please submit them to\nbugzilla:\n    http://bugzilla.libsdl.org/\n\nEnjoy!\n\tSam Lantinga\t\t\t\t(slouken@libsdl.org)\n\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/WhatsNew.txt",
    "content": "\nThis is a list of major changes in SDL's version history.\n\n---------------------------------------------------------------------------\n2.0.3:\n---------------------------------------------------------------------------\n\nMac OS X:\n* Fixed creating an OpenGL context by default on Mac OS X 10.6\n\n\n---------------------------------------------------------------------------\n2.0.2:\n---------------------------------------------------------------------------\nGeneral:\n* Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values\n* Added an API to load a database of game controller mappings from a file:\n    SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()\n* Added game controller mappings for the PS4 and OUYA controllers\n* Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()\n* Added SDL_DetachThread()\n* Added SDL_HasAVX() to determine if the CPU has AVX features\n* Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines\n* EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share\n  them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT\n* Added a field \"clicks\" to the mouse button event which records whether the event is a single click, double click, etc.\n* The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.\n* Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.\n* testgl2 does not need to link with libGL anymore\n* Added testgles2 test program to demonstrate working with OpenGL ES 2.0\n* Added controllermap test program to visually map a game controller\n\nWindows:\n* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via\n  the driver or emulated through ANGLE)\n* Added a hint SDL_HINT_VIDEO_WIN_D3DCOMPILER to specify which D3D shader compiler to use for OpenGL ES 2 support through ANGLE\n* Added a hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that is useful when creating multiple windows that should share the same OpenGL context.\n* Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the device has been restored.\n\nMac OS X:\n* Added a hint SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK to control whether Ctrl+click should be treated as a right click on Mac OS X. This is off by default.\n\nLinux:\n* Fixed fullscreen and focused behavior when receiving NotifyGrab events\n* Added experimental Wayland and Mir support, disabled by default\n\nAndroid:\n* Joystick support (minimum SDK version required to build SDL is now 12, \n  the required runtime version remains at 10, but on such devices joystick \n  support won't be available).\n* Hotplugging support for joysticks\n* Added a hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.\n\n\n---------------------------------------------------------------------------\n2.0.1:\n---------------------------------------------------------------------------\n\nGeneral:\n* Added an API to get common filesystem paths in SDL_filesystem.h:\n    SDL_GetBasePath(), SDL_GetPrefPath()\n* Added an API to do optimized YV12 and IYUV texture updates:\n    SDL_UpdateYUVTexture()\n* Added an API to get the amount of RAM on the system:\n    SDL_GetSystemRAM()\n* Added a macro to perform timestamp comparisons with SDL_GetTicks():\n    SDL_TICKS_PASSED()\n* Dramatically improved OpenGL ES 2.0 rendering performance\n* Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE\n\nWindows:\n* Created a static library configuration for the Visual Studio 2010 project\n* Added a hint to create the Direct3D device with support for multi-threading:\n    SDL_HINT_RENDER_DIRECT3D_THREADSAFE\n* Added a function to get the D3D9 adapter index for a display:\n    SDL_Direct3D9GetAdapterIndex()\n* Added a function to get the D3D9 device for a D3D9 renderer:\n    SDL_RenderGetD3D9Device()\n* Fixed building SDL with the mingw32 toolchain (mingw-w64 is preferred)\n* Fixed crash when using two XInput controllers at the same time\n* Fixed detecting a mixture of XInput and DirectInput controllers\n* Fixed clearing a D3D render target larger than the window\n* Improved support for format specifiers in SDL_snprintf()\n\nMac OS X:\n* Added support for retina displays:\n  Create your window with the SDL_WINDOW_ALLOW_HIGHDPI flag, and then use SDL_GL_GetDrawableSize() to find the actual drawable size. You are responsible for scaling mouse and drawing coordinates appropriately.\n* Fixed mouse warping in fullscreen mode\n* Right mouse click is emulated by holding the Ctrl key while left clicking\n\nLinux:\n* Fixed float audio support with the PulseAudio driver\n* Fixed missing line endpoints in the OpenGL renderer on some drivers\n* X11 symbols are no longer defined to avoid collisions when linking statically\n\niOS:\n* Fixed status bar visibility on iOS 7\n* Flipped the accelerometer Y axis to match expected values\n\nAndroid:\nIMPORTANT: You MUST get the updated SDLActivity.java to match C code\n* Moved EGL initialization to native code \n* Fixed the accelerometer axis rotation relative to the device rotation\n* Fixed race conditions when handling the EGL context on pause/resume\n* Touch devices are available for enumeration immediately after init\n\nRaspberry Pi:\n* Added support for the Raspberry Pi, see README-raspberrypi.txt for details\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL.h\n *\n *  Main include header for the SDL library\n */\n\n/**\n *  \\mainpage Simple DirectMedia Layer (SDL)\n *\n *  http://www.libsdl.org/\n *\n *  \\section intro_sec Introduction\n *\n *  Simple DirectMedia Layer is a cross-platform development library designed\n *  to provide low level access to audio, keyboard, mouse, joystick, and\n *  graphics hardware via OpenGL and Direct3D. It is used by video playback\n *  software, emulators, and popular games including Valve's award winning\n *  catalog and many Humble Bundle games.\n *\n *  SDL officially supports Windows, Mac OS X, Linux, iOS, and Android.\n *  Support for other platforms may be found in the source code.\n *\n *  SDL is written in C, works natively with C++, and there are bindings \n *  available for several other languages, including C# and Python.\n *\n *  This library is distributed under the zlib license, which can be found\n *  in the file \"COPYING.txt\".\n *\n *  The best way to learn how to use SDL is to check out the header files in\n *  the \"include\" subdirectory and the programs in the \"test\" subdirectory.\n *  The header files and test programs are well commented and always up to date.\n *  More documentation and FAQs are available online at:\n *      http://wiki.libsdl.org/\n *\n *  If you need help with the library, or just want to discuss SDL related\n *  issues, you can join the developers mailing list:\n *      http://www.libsdl.org/mailing-list.php\n *\n *  Enjoy!\n *      Sam Lantinga                (slouken@libsdl.org)\n */\n\n#ifndef _SDL_H\n#define _SDL_H\n\n#include \"SDL_main.h\"\n#include \"SDL_stdinc.h\"\n#include \"SDL_assert.h\"\n#include \"SDL_atomic.h\"\n#include \"SDL_audio.h\"\n#include \"SDL_clipboard.h\"\n#include \"SDL_cpuinfo.h\"\n#include \"SDL_endian.h\"\n#include \"SDL_error.h\"\n#include \"SDL_events.h\"\n#include \"SDL_filesystem.h\"\n#include \"SDL_joystick.h\"\n#include \"SDL_gamecontroller.h\"\n#include \"SDL_haptic.h\"\n#include \"SDL_hints.h\"\n#include \"SDL_loadso.h\"\n#include \"SDL_log.h\"\n#include \"SDL_messagebox.h\"\n#include \"SDL_mutex.h\"\n#include \"SDL_power.h\"\n#include \"SDL_render.h\"\n#include \"SDL_rwops.h\"\n#include \"SDL_system.h\"\n#include \"SDL_thread.h\"\n#include \"SDL_timer.h\"\n#include \"SDL_version.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* As of version 0.5, SDL is loaded dynamically into the application */\n\n/**\n *  \\name SDL_INIT_*\n *\n *  These are the flags which may be passed to SDL_Init().  You should\n *  specify the subsystems which you will be using in your application.\n */\n/* @{ */\n#define SDL_INIT_TIMER          0x00000001\n#define SDL_INIT_AUDIO          0x00000010\n#define SDL_INIT_VIDEO          0x00000020  /**< SDL_INIT_VIDEO implies SDL_INIT_EVENTS */\n#define SDL_INIT_JOYSTICK       0x00000200  /**< SDL_INIT_JOYSTICK implies SDL_INIT_EVENTS */\n#define SDL_INIT_HAPTIC         0x00001000\n#define SDL_INIT_GAMECONTROLLER 0x00002000  /**< SDL_INIT_GAMECONTROLLER implies SDL_INIT_JOYSTICK */\n#define SDL_INIT_EVENTS         0x00004000\n#define SDL_INIT_NOPARACHUTE    0x00100000  /**< Don't catch fatal signals */\n#define SDL_INIT_EVERYTHING ( \\\n                SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \\\n                SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER \\\n            )\n/* @} */\n\n/**\n *  This function initializes  the subsystems specified by \\c flags\n *  Unless the ::SDL_INIT_NOPARACHUTE flag is set, it will install cleanup\n *  signal handlers for some commonly ignored fatal signals (like SIGSEGV).\n */\nextern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);\n\n/**\n *  This function initializes specific SDL subsystems\n */\nextern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);\n\n/**\n *  This function cleans up specific SDL subsystems\n */\nextern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);\n\n/**\n *  This function returns a mask of the specified subsystems which have\n *  previously been initialized.\n *\n *  If \\c flags is 0, it returns a mask of all initialized subsystems.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);\n\n/**\n *  This function cleans up all initialized subsystems. You should\n *  call it upon all exit conditions.\n */\nextern DECLSPEC void SDLCALL SDL_Quit(void);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_H */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_assert.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_assert_h\n#define _SDL_assert_h\n\n#include \"SDL_config.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n#ifndef SDL_ASSERT_LEVEL\n#ifdef SDL_DEFAULT_ASSERT_LEVEL\n#define SDL_ASSERT_LEVEL SDL_DEFAULT_ASSERT_LEVEL\n#elif defined(_DEBUG) || defined(DEBUG) || \\\n      (defined(__GNUC__) && !defined(__OPTIMIZE__))\n#define SDL_ASSERT_LEVEL 2\n#else\n#define SDL_ASSERT_LEVEL 1\n#endif\n#endif /* SDL_ASSERT_LEVEL */\n\n/*\nThese are macros and not first class functions so that the debugger breaks\non the assertion line and not in some random guts of SDL, and so each\nassert can have unique static variables associated with it.\n*/\n\n#if defined(_MSC_VER)\n/* Don't include intrin.h here because it contains C++ code */\n    extern void __cdecl __debugbreak(void);\n    #define SDL_TriggerBreakpoint() __debugbreak()\n#elif (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)))\n    #define SDL_TriggerBreakpoint() __asm__ __volatile__ ( \"int $3\\n\\t\" )\n#elif defined(HAVE_SIGNAL_H)\n    #include <signal.h>\n    #define SDL_TriggerBreakpoint() raise(SIGTRAP)\n#else\n    /* How do we trigger breakpoints on this platform? */\n    #define SDL_TriggerBreakpoint()\n#endif\n\n#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 supports __func__ as a standard. */\n#   define SDL_FUNCTION __func__\n#elif ((__GNUC__ >= 2) || defined(_MSC_VER))\n#   define SDL_FUNCTION __FUNCTION__\n#else\n#   define SDL_FUNCTION \"???\"\n#endif\n#define SDL_FILE    __FILE__\n#define SDL_LINE    __LINE__\n\n/*\nsizeof (x) makes the compiler still parse the expression even without\nassertions enabled, so the code is always checked at compile time, but\ndoesn't actually generate code for it, so there are no side effects or\nexpensive checks at run time, just the constant size of what x WOULD be,\nwhich presumably gets optimized out as unused.\nThis also solves the problem of...\n\n    int somevalue = blah();\n    SDL_assert(somevalue == 1);\n\n...which would cause compiles to complain that somevalue is unused if we\ndisable assertions.\n*/\n\n#ifdef _MSC_VER  /* stupid /W4 warnings. */\n#define SDL_NULL_WHILE_LOOP_CONDITION (-1 == __LINE__)\n#else\n#define SDL_NULL_WHILE_LOOP_CONDITION (0)\n#endif\n\n#define SDL_disabled_assert(condition) \\\n    do { (void) sizeof ((condition)); } while (SDL_NULL_WHILE_LOOP_CONDITION)\n\ntypedef enum\n{\n    SDL_ASSERTION_RETRY,  /**< Retry the assert immediately. */\n    SDL_ASSERTION_BREAK,  /**< Make the debugger trigger a breakpoint. */\n    SDL_ASSERTION_ABORT,  /**< Terminate the program. */\n    SDL_ASSERTION_IGNORE,  /**< Ignore the assert. */\n    SDL_ASSERTION_ALWAYS_IGNORE  /**< Ignore the assert from now on. */\n} SDL_assert_state;\n\ntypedef struct SDL_assert_data\n{\n    int always_ignore;\n    unsigned int trigger_count;\n    const char *condition;\n    const char *filename;\n    int linenum;\n    const char *function;\n    const struct SDL_assert_data *next;\n} SDL_assert_data;\n\n#if (SDL_ASSERT_LEVEL > 0)\n\n/* Never call this directly. Use the SDL_assert* macros. */\nextern DECLSPEC SDL_assert_state SDLCALL SDL_ReportAssertion(SDL_assert_data *,\n                                                             const char *,\n                                                             const char *, int)\n#if defined(__clang__)\n#if __has_feature(attribute_analyzer_noreturn)\n/* this tells Clang's static analysis that we're a custom assert function,\n   and that the analyzer should assume the condition was always true past this\n   SDL_assert test. */\n   __attribute__((analyzer_noreturn))\n#endif\n#endif\n;\n\n/* the do {} while(0) avoids dangling else problems:\n    if (x) SDL_assert(y); else blah();\n       ... without the do/while, the \"else\" could attach to this macro's \"if\".\n   We try to handle just the minimum we need here in a macro...the loop,\n   the static vars, and break points. The heavy lifting is handled in\n   SDL_ReportAssertion(), in SDL_assert.c.\n*/\n#define SDL_enabled_assert(condition) \\\n    do { \\\n        while ( !(condition) ) { \\\n            static struct SDL_assert_data assert_data = { \\\n                0, 0, #condition, 0, 0, 0, 0 \\\n            }; \\\n            const SDL_assert_state state = SDL_ReportAssertion(&assert_data, \\\n                                                               SDL_FUNCTION, \\\n                                                               SDL_FILE, \\\n                                                               SDL_LINE); \\\n            if (state == SDL_ASSERTION_RETRY) { \\\n                continue; /* go again. */ \\\n            } else if (state == SDL_ASSERTION_BREAK) { \\\n                SDL_TriggerBreakpoint(); \\\n            } \\\n            break; /* not retrying. */ \\\n        } \\\n    } while (SDL_NULL_WHILE_LOOP_CONDITION)\n\n#endif  /* enabled assertions support code */\n\n/* Enable various levels of assertions. */\n#if SDL_ASSERT_LEVEL == 0   /* assertions disabled */\n#   define SDL_assert(condition) SDL_disabled_assert(condition)\n#   define SDL_assert_release(condition) SDL_disabled_assert(condition)\n#   define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)\n#elif SDL_ASSERT_LEVEL == 1  /* release settings. */\n#   define SDL_assert(condition) SDL_disabled_assert(condition)\n#   define SDL_assert_release(condition) SDL_enabled_assert(condition)\n#   define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)\n#elif SDL_ASSERT_LEVEL == 2  /* normal settings. */\n#   define SDL_assert(condition) SDL_enabled_assert(condition)\n#   define SDL_assert_release(condition) SDL_enabled_assert(condition)\n#   define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)\n#elif SDL_ASSERT_LEVEL == 3  /* paranoid settings. */\n#   define SDL_assert(condition) SDL_enabled_assert(condition)\n#   define SDL_assert_release(condition) SDL_enabled_assert(condition)\n#   define SDL_assert_paranoid(condition) SDL_enabled_assert(condition)\n#else\n#   error Unknown assertion level.\n#endif\n\n/* this assertion is never disabled at any level. */\n#define SDL_assert_always(condition) SDL_enabled_assert(condition)\n\n\ntypedef SDL_assert_state (SDLCALL *SDL_AssertionHandler)(\n                                 const SDL_assert_data* data, void* userdata);\n\n/**\n *  \\brief Set an application-defined assertion handler.\n *\n *  This allows an app to show its own assertion UI and/or force the\n *  response to an assertion failure. If the app doesn't provide this, SDL\n *  will try to do the right thing, popping up a system-specific GUI dialog,\n *  and probably minimizing any fullscreen windows.\n *\n *  This callback may fire from any thread, but it runs wrapped in a mutex, so\n *  it will only fire from one thread at a time.\n *\n *  Setting the callback to NULL restores SDL's original internal handler.\n *\n *  This callback is NOT reset to SDL's internal handler upon SDL_Quit()!\n *\n *  \\return SDL_assert_state value of how to handle the assertion failure.\n *\n *  \\param handler Callback function, called when an assertion fails.\n *  \\param userdata A pointer passed to the callback as-is.\n */\nextern DECLSPEC void SDLCALL SDL_SetAssertionHandler(\n                                            SDL_AssertionHandler handler,\n                                            void *userdata);\n\n/**\n *  \\brief Get the default assertion handler.\n *\n *  This returns the function pointer that is called by default when an\n *   assertion is triggered. This is an internal function provided by SDL,\n *   that is used for assertions when SDL_SetAssertionHandler() hasn't been\n *   used to provide a different function.\n *\n *  \\return The default SDL_AssertionHandler that is called when an assert triggers.\n */\nextern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetDefaultAssertionHandler(void);\n\n/**\n *  \\brief Get the current assertion handler.\n *\n *  This returns the function pointer that is called when an assertion is\n *   triggered. This is either the value last passed to\n *   SDL_SetAssertionHandler(), or if no application-specified function is\n *   set, is equivalent to calling SDL_GetDefaultAssertionHandler().\n *\n *   \\param puserdata Pointer to a void*, which will store the \"userdata\"\n *                    pointer that was passed to SDL_SetAssertionHandler().\n *                    This value will always be NULL for the default handler.\n *                    If you don't care about this data, it is safe to pass\n *                    a NULL pointer to this function to ignore it.\n *  \\return The SDL_AssertionHandler that is called when an assert triggers.\n */\nextern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetAssertionHandler(void **puserdata);\n\n/**\n *  \\brief Get a list of all assertion failures.\n *\n *  Get all assertions triggered since last call to SDL_ResetAssertionReport(),\n *  or the start of the program.\n *\n *  The proper way to examine this data looks something like this:\n *\n *  <code>\n *  const SDL_assert_data *item = SDL_GetAssertionReport();\n *  while (item) {\n *      printf(\"'%s', %s (%s:%d), triggered %u times, always ignore: %s.\\n\",\n *             item->condition, item->function, item->filename,\n *             item->linenum, item->trigger_count,\n *             item->always_ignore ? \"yes\" : \"no\");\n *      item = item->next;\n *  }\n *  </code>\n *\n *  \\return List of all assertions.\n *  \\sa SDL_ResetAssertionReport\n */\nextern DECLSPEC const SDL_assert_data * SDLCALL SDL_GetAssertionReport(void);\n\n/**\n *  \\brief Reset the list of all assertion failures.\n *\n *  Reset list of all assertions triggered.\n *\n *  \\sa SDL_GetAssertionReport\n */\nextern DECLSPEC void SDLCALL SDL_ResetAssertionReport(void);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_assert_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_atomic.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n * \\file SDL_atomic.h\n *\n * Atomic operations.\n *\n * IMPORTANT:\n * If you are not an expert in concurrent lockless programming, you should\n * only be using the atomic lock and reference counting functions in this\n * file.  In all other cases you should be protecting your data structures\n * with full mutexes.\n *\n * The list of \"safe\" functions to use are:\n *  SDL_AtomicLock()\n *  SDL_AtomicUnlock()\n *  SDL_AtomicIncRef()\n *  SDL_AtomicDecRef()\n *\n * Seriously, here be dragons!\n * ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n *\n * You can find out a little more about lockless programming and the\n * subtle issues that can arise here:\n * http://msdn.microsoft.com/en-us/library/ee418650%28v=vs.85%29.aspx\n *\n * There's also lots of good information here:\n * http://www.1024cores.net/home/lock-free-algorithms\n * http://preshing.com/\n *\n * These operations may or may not actually be implemented using\n * processor specific atomic operations. When possible they are\n * implemented as true processor specific atomic operations. When that\n * is not possible the are implemented using locks that *do* use the\n * available atomic operations.\n *\n * All of the atomic operations that modify memory are full memory barriers.\n */\n\n#ifndef _SDL_atomic_h_\n#define _SDL_atomic_h_\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_platform.h\"\n\n#include \"begin_code.h\"\n\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\name SDL AtomicLock\n *\n * The atomic locks are efficient spinlocks using CPU instructions,\n * but are vulnerable to starvation and can spin forever if a thread\n * holding a lock has been terminated.  For this reason you should\n * minimize the code executed inside an atomic lock and never do\n * expensive things like API or system calls while holding them.\n *\n * The atomic locks are not safe to lock recursively.\n *\n * Porting Note:\n * The spin lock functions and type are required and can not be\n * emulated because they are used in the atomic emulation code.\n */\n/* @{ */\n\ntypedef int SDL_SpinLock;\n\n/**\n * \\brief Try to lock a spin lock by setting it to a non-zero value.\n *\n * \\param lock Points to the lock.\n *\n * \\return SDL_TRUE if the lock succeeded, SDL_FALSE if the lock is already held.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_AtomicTryLock(SDL_SpinLock *lock);\n\n/**\n * \\brief Lock a spin lock by setting it to a non-zero value.\n *\n * \\param lock Points to the lock.\n */\nextern DECLSPEC void SDLCALL SDL_AtomicLock(SDL_SpinLock *lock);\n\n/**\n * \\brief Unlock a spin lock by setting it to 0. Always returns immediately\n *\n * \\param lock Points to the lock.\n */\nextern DECLSPEC void SDLCALL SDL_AtomicUnlock(SDL_SpinLock *lock);\n\n/* @} *//* SDL AtomicLock */\n\n\n/**\n * The compiler barrier prevents the compiler from reordering\n * reads and writes to globally visible variables across the call.\n */\n#if defined(_MSC_VER) && (_MSC_VER > 1200)\nvoid _ReadWriteBarrier(void);\n#pragma intrinsic(_ReadWriteBarrier)\n#define SDL_CompilerBarrier()   _ReadWriteBarrier()\n#elif defined(__GNUC__)\n#define SDL_CompilerBarrier()   __asm__ __volatile__ (\"\" : : : \"memory\")\n#else\n#define SDL_CompilerBarrier()   \\\n{ SDL_SpinLock _tmp = 0; SDL_AtomicLock(&_tmp); SDL_AtomicUnlock(&_tmp); }\n#endif\n\n/**\n * Memory barriers are designed to prevent reads and writes from being\n * reordered by the compiler and being seen out of order on multi-core CPUs.\n *\n * A typical pattern would be for thread A to write some data and a flag,\n * and for thread B to read the flag and get the data. In this case you\n * would insert a release barrier between writing the data and the flag,\n * guaranteeing that the data write completes no later than the flag is\n * written, and you would insert an acquire barrier between reading the\n * flag and reading the data, to ensure that all the reads associated\n * with the flag have completed.\n *\n * In this pattern you should always see a release barrier paired with\n * an acquire barrier and you should gate the data reads/writes with a\n * single flag variable.\n *\n * For more information on these semantics, take a look at the blog post:\n * http://preshing.com/20120913/acquire-and-release-semantics\n */\n#if defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))\n#define SDL_MemoryBarrierRelease()   __asm__ __volatile__ (\"lwsync\" : : : \"memory\")\n#define SDL_MemoryBarrierAcquire()   __asm__ __volatile__ (\"lwsync\" : : : \"memory\")\n#elif defined(__GNUC__) && defined(__arm__)\n#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7S__)\n#define SDL_MemoryBarrierRelease()   __asm__ __volatile__ (\"dmb ish\" : : : \"memory\")\n#define SDL_MemoryBarrierAcquire()   __asm__ __volatile__ (\"dmb ish\" : : : \"memory\")\n#elif defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6T2__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)\n#ifdef __thumb__\n/* The mcr instruction isn't available in thumb mode, use real functions */\nextern DECLSPEC void SDLCALL SDL_MemoryBarrierRelease();\nextern DECLSPEC void SDLCALL SDL_MemoryBarrierAcquire();\n#else\n#define SDL_MemoryBarrierRelease()   __asm__ __volatile__ (\"mcr p15, 0, %0, c7, c10, 5\" : : \"r\"(0) : \"memory\")\n#define SDL_MemoryBarrierAcquire()   __asm__ __volatile__ (\"mcr p15, 0, %0, c7, c10, 5\" : : \"r\"(0) : \"memory\")\n#endif /* __thumb__ */\n#else\n#define SDL_MemoryBarrierRelease()   __asm__ __volatile__ (\"\" : : : \"memory\")\n#define SDL_MemoryBarrierAcquire()   __asm__ __volatile__ (\"\" : : : \"memory\")\n#endif /* __GNUC__ && __arm__ */\n#else\n/* This is correct for the x86 and x64 CPUs, and we'll expand this over time. */\n#define SDL_MemoryBarrierRelease()  SDL_CompilerBarrier()\n#define SDL_MemoryBarrierAcquire()  SDL_CompilerBarrier()\n#endif\n\n/**\n * \\brief A type representing an atomic integer value.  It is a struct\n *        so people don't accidentally use numeric operations on it.\n */\ntypedef struct { int value; } SDL_atomic_t;\n\n/**\n * \\brief Set an atomic variable to a new value if it is currently an old value.\n *\n * \\return SDL_TRUE if the atomic variable was set, SDL_FALSE otherwise.\n *\n * \\note If you don't know what this function is for, you shouldn't use it!\n*/\nextern DECLSPEC SDL_bool SDLCALL SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval);\n\n/**\n * \\brief Set an atomic variable to a value.\n *\n * \\return The previous value of the atomic variable.\n */\nextern DECLSPEC int SDLCALL SDL_AtomicSet(SDL_atomic_t *a, int v);\n\n/**\n * \\brief Get the value of an atomic variable\n */\nextern DECLSPEC int SDLCALL SDL_AtomicGet(SDL_atomic_t *a);\n\n/**\n * \\brief Add to an atomic variable.\n *\n * \\return The previous value of the atomic variable.\n *\n * \\note This same style can be used for any number operation\n */\nextern DECLSPEC int SDLCALL SDL_AtomicAdd(SDL_atomic_t *a, int v);\n\n/**\n * \\brief Increment an atomic variable used as a reference count.\n */\n#ifndef SDL_AtomicIncRef\n#define SDL_AtomicIncRef(a)    SDL_AtomicAdd(a, 1)\n#endif\n\n/**\n * \\brief Decrement an atomic variable used as a reference count.\n *\n * \\return SDL_TRUE if the variable reached zero after decrementing,\n *         SDL_FALSE otherwise\n */\n#ifndef SDL_AtomicDecRef\n#define SDL_AtomicDecRef(a)    (SDL_AtomicAdd(a, -1) == 1)\n#endif\n\n/**\n * \\brief Set a pointer to a new value if it is currently an old value.\n *\n * \\return SDL_TRUE if the pointer was set, SDL_FALSE otherwise.\n *\n * \\note If you don't know what this function is for, you shouldn't use it!\n*/\nextern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr(void **a, void *oldval, void *newval);\n\n/**\n * \\brief Set a pointer to a value atomically.\n *\n * \\return The previous value of the pointer.\n */\nextern DECLSPEC void* SDLCALL SDL_AtomicSetPtr(void **a, void* v);\n\n/**\n * \\brief Get the value of a pointer atomically.\n */\nextern DECLSPEC void* SDLCALL SDL_AtomicGetPtr(void **a);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n\n#include \"close_code.h\"\n\n#endif /* _SDL_atomic_h_ */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_audio.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_audio.h\n *\n *  Access to the raw audio mixing buffer for the SDL library.\n */\n\n#ifndef _SDL_audio_h\n#define _SDL_audio_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_endian.h\"\n#include \"SDL_mutex.h\"\n#include \"SDL_thread.h\"\n#include \"SDL_rwops.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief Audio format flags.\n *\n *  These are what the 16 bits in SDL_AudioFormat currently mean...\n *  (Unspecified bits are always zero).\n *\n *  \\verbatim\n    ++-----------------------sample is signed if set\n    ||\n    ||       ++-----------sample is bigendian if set\n    ||       ||\n    ||       ||          ++---sample is float if set\n    ||       ||          ||\n    ||       ||          || +---sample bit size---+\n    ||       ||          || |                     |\n    15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00\n    \\endverbatim\n *\n *  There are macros in SDL 2.0 and later to query these bits.\n */\ntypedef Uint16 SDL_AudioFormat;\n\n/**\n *  \\name Audio flags\n */\n/* @{ */\n\n#define SDL_AUDIO_MASK_BITSIZE       (0xFF)\n#define SDL_AUDIO_MASK_DATATYPE      (1<<8)\n#define SDL_AUDIO_MASK_ENDIAN        (1<<12)\n#define SDL_AUDIO_MASK_SIGNED        (1<<15)\n#define SDL_AUDIO_BITSIZE(x)         (x & SDL_AUDIO_MASK_BITSIZE)\n#define SDL_AUDIO_ISFLOAT(x)         (x & SDL_AUDIO_MASK_DATATYPE)\n#define SDL_AUDIO_ISBIGENDIAN(x)     (x & SDL_AUDIO_MASK_ENDIAN)\n#define SDL_AUDIO_ISSIGNED(x)        (x & SDL_AUDIO_MASK_SIGNED)\n#define SDL_AUDIO_ISINT(x)           (!SDL_AUDIO_ISFLOAT(x))\n#define SDL_AUDIO_ISLITTLEENDIAN(x)  (!SDL_AUDIO_ISBIGENDIAN(x))\n#define SDL_AUDIO_ISUNSIGNED(x)      (!SDL_AUDIO_ISSIGNED(x))\n\n/**\n *  \\name Audio format flags\n *\n *  Defaults to LSB byte order.\n */\n/* @{ */\n#define AUDIO_U8        0x0008  /**< Unsigned 8-bit samples */\n#define AUDIO_S8        0x8008  /**< Signed 8-bit samples */\n#define AUDIO_U16LSB    0x0010  /**< Unsigned 16-bit samples */\n#define AUDIO_S16LSB    0x8010  /**< Signed 16-bit samples */\n#define AUDIO_U16MSB    0x1010  /**< As above, but big-endian byte order */\n#define AUDIO_S16MSB    0x9010  /**< As above, but big-endian byte order */\n#define AUDIO_U16       AUDIO_U16LSB\n#define AUDIO_S16       AUDIO_S16LSB\n/* @} */\n\n/**\n *  \\name int32 support\n */\n/* @{ */\n#define AUDIO_S32LSB    0x8020  /**< 32-bit integer samples */\n#define AUDIO_S32MSB    0x9020  /**< As above, but big-endian byte order */\n#define AUDIO_S32       AUDIO_S32LSB\n/* @} */\n\n/**\n *  \\name float32 support\n */\n/* @{ */\n#define AUDIO_F32LSB    0x8120  /**< 32-bit floating point samples */\n#define AUDIO_F32MSB    0x9120  /**< As above, but big-endian byte order */\n#define AUDIO_F32       AUDIO_F32LSB\n/* @} */\n\n/**\n *  \\name Native audio byte ordering\n */\n/* @{ */\n#if SDL_BYTEORDER == SDL_LIL_ENDIAN\n#define AUDIO_U16SYS    AUDIO_U16LSB\n#define AUDIO_S16SYS    AUDIO_S16LSB\n#define AUDIO_S32SYS    AUDIO_S32LSB\n#define AUDIO_F32SYS    AUDIO_F32LSB\n#else\n#define AUDIO_U16SYS    AUDIO_U16MSB\n#define AUDIO_S16SYS    AUDIO_S16MSB\n#define AUDIO_S32SYS    AUDIO_S32MSB\n#define AUDIO_F32SYS    AUDIO_F32MSB\n#endif\n/* @} */\n\n/**\n *  \\name Allow change flags\n *\n *  Which audio format changes are allowed when opening a device.\n */\n/* @{ */\n#define SDL_AUDIO_ALLOW_FREQUENCY_CHANGE    0x00000001\n#define SDL_AUDIO_ALLOW_FORMAT_CHANGE       0x00000002\n#define SDL_AUDIO_ALLOW_CHANNELS_CHANGE     0x00000004\n#define SDL_AUDIO_ALLOW_ANY_CHANGE          (SDL_AUDIO_ALLOW_FREQUENCY_CHANGE|SDL_AUDIO_ALLOW_FORMAT_CHANGE|SDL_AUDIO_ALLOW_CHANNELS_CHANGE)\n/* @} */\n\n/* @} *//* Audio flags */\n\n/**\n *  This function is called when the audio device needs more data.\n *\n *  \\param userdata An application-specific parameter saved in\n *                  the SDL_AudioSpec structure\n *  \\param stream A pointer to the audio data buffer.\n *  \\param len    The length of that buffer in bytes.\n *\n *  Once the callback returns, the buffer will no longer be valid.\n *  Stereo samples are stored in a LRLRLR ordering.\n */\ntypedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream,\n                                            int len);\n\n/**\n *  The calculated values in this structure are calculated by SDL_OpenAudio().\n */\ntypedef struct SDL_AudioSpec\n{\n    int freq;                   /**< DSP frequency -- samples per second */\n    SDL_AudioFormat format;     /**< Audio data format */\n    Uint8 channels;             /**< Number of channels: 1 mono, 2 stereo */\n    Uint8 silence;              /**< Audio buffer silence value (calculated) */\n    Uint16 samples;             /**< Audio buffer size in samples (power of 2) */\n    Uint16 padding;             /**< Necessary for some compile environments */\n    Uint32 size;                /**< Audio buffer size in bytes (calculated) */\n    SDL_AudioCallback callback;\n    void *userdata;\n} SDL_AudioSpec;\n\n\nstruct SDL_AudioCVT;\ntypedef void (SDLCALL * SDL_AudioFilter) (struct SDL_AudioCVT * cvt,\n                                          SDL_AudioFormat format);\n\n/**\n *  A structure to hold a set of audio conversion filters and buffers.\n */\n#ifdef __GNUC__\n/* This structure is 84 bytes on 32-bit architectures, make sure GCC doesn't\n   pad it out to 88 bytes to guarantee ABI compatibility between compilers.\n   vvv\n   The next time we rev the ABI, make sure to size the ints and add padding.\n*/\n#define SDL_AUDIOCVT_PACKED __attribute__((packed))\n#else\n#define SDL_AUDIOCVT_PACKED\n#endif\n/* */\ntypedef struct SDL_AudioCVT\n{\n    int needed;                 /**< Set to 1 if conversion possible */\n    SDL_AudioFormat src_format; /**< Source audio format */\n    SDL_AudioFormat dst_format; /**< Target audio format */\n    double rate_incr;           /**< Rate conversion increment */\n    Uint8 *buf;                 /**< Buffer to hold entire audio data */\n    int len;                    /**< Length of original audio buffer */\n    int len_cvt;                /**< Length of converted audio buffer */\n    int len_mult;               /**< buffer must be len*len_mult big */\n    double len_ratio;           /**< Given len, final size is len*len_ratio */\n    SDL_AudioFilter filters[10];        /**< Filter list */\n    int filter_index;           /**< Current audio conversion function */\n} SDL_AUDIOCVT_PACKED SDL_AudioCVT;\n\n\n/* Function prototypes */\n\n/**\n *  \\name Driver discovery functions\n *\n *  These functions return the list of built in audio drivers, in the\n *  order that they are normally initialized by default.\n */\n/* @{ */\nextern DECLSPEC int SDLCALL SDL_GetNumAudioDrivers(void);\nextern DECLSPEC const char *SDLCALL SDL_GetAudioDriver(int index);\n/* @} */\n\n/**\n *  \\name Initialization and cleanup\n *\n *  \\internal These functions are used internally, and should not be used unless\n *            you have a specific need to specify the audio driver you want to\n *            use.  You should normally use SDL_Init() or SDL_InitSubSystem().\n */\n/* @{ */\nextern DECLSPEC int SDLCALL SDL_AudioInit(const char *driver_name);\nextern DECLSPEC void SDLCALL SDL_AudioQuit(void);\n/* @} */\n\n/**\n *  This function returns the name of the current audio driver, or NULL\n *  if no driver has been initialized.\n */\nextern DECLSPEC const char *SDLCALL SDL_GetCurrentAudioDriver(void);\n\n/**\n *  This function opens the audio device with the desired parameters, and\n *  returns 0 if successful, placing the actual hardware parameters in the\n *  structure pointed to by \\c obtained.  If \\c obtained is NULL, the audio\n *  data passed to the callback function will be guaranteed to be in the\n *  requested format, and will be automatically converted to the hardware\n *  audio format if necessary.  This function returns -1 if it failed\n *  to open the audio device, or couldn't set up the audio thread.\n *\n *  When filling in the desired audio spec structure,\n *    - \\c desired->freq should be the desired audio frequency in samples-per-\n *      second.\n *    - \\c desired->format should be the desired audio format.\n *    - \\c desired->samples is the desired size of the audio buffer, in\n *      samples.  This number should be a power of two, and may be adjusted by\n *      the audio driver to a value more suitable for the hardware.  Good values\n *      seem to range between 512 and 8096 inclusive, depending on the\n *      application and CPU speed.  Smaller values yield faster response time,\n *      but can lead to underflow if the application is doing heavy processing\n *      and cannot fill the audio buffer in time.  A stereo sample consists of\n *      both right and left channels in LR ordering.\n *      Note that the number of samples is directly related to time by the\n *      following formula:  \\code ms = (samples*1000)/freq \\endcode\n *    - \\c desired->size is the size in bytes of the audio buffer, and is\n *      calculated by SDL_OpenAudio().\n *    - \\c desired->silence is the value used to set the buffer to silence,\n *      and is calculated by SDL_OpenAudio().\n *    - \\c desired->callback should be set to a function that will be called\n *      when the audio device is ready for more data.  It is passed a pointer\n *      to the audio buffer, and the length in bytes of the audio buffer.\n *      This function usually runs in a separate thread, and so you should\n *      protect data structures that it accesses by calling SDL_LockAudio()\n *      and SDL_UnlockAudio() in your code.\n *    - \\c desired->userdata is passed as the first parameter to your callback\n *      function.\n *\n *  The audio device starts out playing silence when it's opened, and should\n *  be enabled for playing by calling \\c SDL_PauseAudio(0) when you are ready\n *  for your audio callback function to be called.  Since the audio driver\n *  may modify the requested size of the audio buffer, you should allocate\n *  any local mixing buffers after you open the audio device.\n */\nextern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec * desired,\n                                          SDL_AudioSpec * obtained);\n\n/**\n *  SDL Audio Device IDs.\n *\n *  A successful call to SDL_OpenAudio() is always device id 1, and legacy\n *  SDL audio APIs assume you want this device ID. SDL_OpenAudioDevice() calls\n *  always returns devices >= 2 on success. The legacy calls are good both\n *  for backwards compatibility and when you don't care about multiple,\n *  specific, or capture devices.\n */\ntypedef Uint32 SDL_AudioDeviceID;\n\n/**\n *  Get the number of available devices exposed by the current driver.\n *  Only valid after a successfully initializing the audio subsystem.\n *  Returns -1 if an explicit list of devices can't be determined; this is\n *  not an error. For example, if SDL is set up to talk to a remote audio\n *  server, it can't list every one available on the Internet, but it will\n *  still allow a specific host to be specified to SDL_OpenAudioDevice().\n *\n *  In many common cases, when this function returns a value <= 0, it can still\n *  successfully open the default device (NULL for first argument of\n *  SDL_OpenAudioDevice()).\n */\nextern DECLSPEC int SDLCALL SDL_GetNumAudioDevices(int iscapture);\n\n/**\n *  Get the human-readable name of a specific audio device.\n *  Must be a value between 0 and (number of audio devices-1).\n *  Only valid after a successfully initializing the audio subsystem.\n *  The values returned by this function reflect the latest call to\n *  SDL_GetNumAudioDevices(); recall that function to redetect available\n *  hardware.\n *\n *  The string returned by this function is UTF-8 encoded, read-only, and\n *  managed internally. You are not to free it. If you need to keep the\n *  string for any length of time, you should make your own copy of it, as it\n *  will be invalid next time any of several other SDL functions is called.\n */\nextern DECLSPEC const char *SDLCALL SDL_GetAudioDeviceName(int index,\n                                                           int iscapture);\n\n\n/**\n *  Open a specific audio device. Passing in a device name of NULL requests\n *  the most reasonable default (and is equivalent to calling SDL_OpenAudio()).\n *\n *  The device name is a UTF-8 string reported by SDL_GetAudioDeviceName(), but\n *  some drivers allow arbitrary and driver-specific strings, such as a\n *  hostname/IP address for a remote audio server, or a filename in the\n *  diskaudio driver.\n *\n *  \\return 0 on error, a valid device ID that is >= 2 on success.\n *\n *  SDL_OpenAudio(), unlike this function, always acts on device ID 1.\n */\nextern DECLSPEC SDL_AudioDeviceID SDLCALL SDL_OpenAudioDevice(const char\n                                                              *device,\n                                                              int iscapture,\n                                                              const\n                                                              SDL_AudioSpec *\n                                                              desired,\n                                                              SDL_AudioSpec *\n                                                              obtained,\n                                                              int\n                                                              allowed_changes);\n\n\n\n/**\n *  \\name Audio state\n *\n *  Get the current audio state.\n */\n/* @{ */\ntypedef enum\n{\n    SDL_AUDIO_STOPPED = 0,\n    SDL_AUDIO_PLAYING,\n    SDL_AUDIO_PAUSED\n} SDL_AudioStatus;\nextern DECLSPEC SDL_AudioStatus SDLCALL SDL_GetAudioStatus(void);\n\nextern DECLSPEC SDL_AudioStatus SDLCALL\nSDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev);\n/* @} *//* Audio State */\n\n/**\n *  \\name Pause audio functions\n *\n *  These functions pause and unpause the audio callback processing.\n *  They should be called with a parameter of 0 after opening the audio\n *  device to start playing sound.  This is so you can safely initialize\n *  data for your callback function after opening the audio device.\n *  Silence will be written to the audio device during the pause.\n */\n/* @{ */\nextern DECLSPEC void SDLCALL SDL_PauseAudio(int pause_on);\nextern DECLSPEC void SDLCALL SDL_PauseAudioDevice(SDL_AudioDeviceID dev,\n                                                  int pause_on);\n/* @} *//* Pause audio functions */\n\n/**\n *  This function loads a WAVE from the data source, automatically freeing\n *  that source if \\c freesrc is non-zero.  For example, to load a WAVE file,\n *  you could do:\n *  \\code\n *      SDL_LoadWAV_RW(SDL_RWFromFile(\"sample.wav\", \"rb\"), 1, ...);\n *  \\endcode\n *\n *  If this function succeeds, it returns the given SDL_AudioSpec,\n *  filled with the audio data format of the wave data, and sets\n *  \\c *audio_buf to a malloc()'d buffer containing the audio data,\n *  and sets \\c *audio_len to the length of that audio buffer, in bytes.\n *  You need to free the audio buffer with SDL_FreeWAV() when you are\n *  done with it.\n *\n *  This function returns NULL and sets the SDL error message if the\n *  wave file cannot be opened, uses an unknown data format, or is\n *  corrupt.  Currently raw and MS-ADPCM WAVE files are supported.\n */\nextern DECLSPEC SDL_AudioSpec *SDLCALL SDL_LoadWAV_RW(SDL_RWops * src,\n                                                      int freesrc,\n                                                      SDL_AudioSpec * spec,\n                                                      Uint8 ** audio_buf,\n                                                      Uint32 * audio_len);\n\n/**\n *  Loads a WAV from a file.\n *  Compatibility convenience function.\n */\n#define SDL_LoadWAV(file, spec, audio_buf, audio_len) \\\n    SDL_LoadWAV_RW(SDL_RWFromFile(file, \"rb\"),1, spec,audio_buf,audio_len)\n\n/**\n *  This function frees data previously allocated with SDL_LoadWAV_RW()\n */\nextern DECLSPEC void SDLCALL SDL_FreeWAV(Uint8 * audio_buf);\n\n/**\n *  This function takes a source format and rate and a destination format\n *  and rate, and initializes the \\c cvt structure with information needed\n *  by SDL_ConvertAudio() to convert a buffer of audio data from one format\n *  to the other.\n *\n *  \\return -1 if the format conversion is not supported, 0 if there's\n *  no conversion needed, or 1 if the audio filter is set up.\n */\nextern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT * cvt,\n                                              SDL_AudioFormat src_format,\n                                              Uint8 src_channels,\n                                              int src_rate,\n                                              SDL_AudioFormat dst_format,\n                                              Uint8 dst_channels,\n                                              int dst_rate);\n\n/**\n *  Once you have initialized the \\c cvt structure using SDL_BuildAudioCVT(),\n *  created an audio buffer \\c cvt->buf, and filled it with \\c cvt->len bytes of\n *  audio data in the source format, this function will convert it in-place\n *  to the desired format.\n *\n *  The data conversion may expand the size of the audio data, so the buffer\n *  \\c cvt->buf should be allocated after the \\c cvt structure is initialized by\n *  SDL_BuildAudioCVT(), and should be \\c cvt->len*cvt->len_mult bytes long.\n */\nextern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT * cvt);\n\n#define SDL_MIX_MAXVOLUME 128\n/**\n *  This takes two audio buffers of the playing audio format and mixes\n *  them, performing addition, volume adjustment, and overflow clipping.\n *  The volume ranges from 0 - 128, and should be set to ::SDL_MIX_MAXVOLUME\n *  for full audio volume.  Note this does not change hardware volume.\n *  This is provided for convenience -- you can mix your own audio data.\n */\nextern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,\n                                          Uint32 len, int volume);\n\n/**\n *  This works like SDL_MixAudio(), but you specify the audio format instead of\n *  using the format of audio device 1. Thus it can be used when no audio\n *  device is open at all.\n */\nextern DECLSPEC void SDLCALL SDL_MixAudioFormat(Uint8 * dst,\n                                                const Uint8 * src,\n                                                SDL_AudioFormat format,\n                                                Uint32 len, int volume);\n\n/**\n *  \\name Audio lock functions\n *\n *  The lock manipulated by these functions protects the callback function.\n *  During a SDL_LockAudio()/SDL_UnlockAudio() pair, you can be guaranteed that\n *  the callback function is not running.  Do not call these from the callback\n *  function or you will cause deadlock.\n */\n/* @{ */\nextern DECLSPEC void SDLCALL SDL_LockAudio(void);\nextern DECLSPEC void SDLCALL SDL_LockAudioDevice(SDL_AudioDeviceID dev);\nextern DECLSPEC void SDLCALL SDL_UnlockAudio(void);\nextern DECLSPEC void SDLCALL SDL_UnlockAudioDevice(SDL_AudioDeviceID dev);\n/* @} *//* Audio lock functions */\n\n/**\n *  This function shuts down audio processing and closes the audio device.\n */\nextern DECLSPEC void SDLCALL SDL_CloseAudio(void);\nextern DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID dev);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_audio_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_bits.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_bits.h\n *\n *  Functions for fiddling with bits and bitmasks.\n */\n\n#ifndef _SDL_bits_h\n#define _SDL_bits_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\file SDL_bits.h\n */\n\n/**\n *  Get the index of the most significant bit. Result is undefined when called\n *  with 0. This operation can also be stated as \"count leading zeroes\" and\n *  \"log base 2\".\n *\n *  \\return Index of the most significant bit, or -1 if the value is 0.\n */\nSDL_FORCE_INLINE int\nSDL_MostSignificantBitIndex32(Uint32 x)\n{\n#if defined(__GNUC__) && __GNUC__ >= 4\n    /* Count Leading Zeroes builtin in GCC.\n     * http://gcc.gnu.org/onlinedocs/gcc-4.3.4/gcc/Other-Builtins.html\n     */\n    if (x == 0) {\n        return -1;\n    }\n    return 31 - __builtin_clz(x);\n#else\n    /* Based off of Bit Twiddling Hacks by Sean Eron Anderson\n     * <seander@cs.stanford.edu>, released in the public domain.\n     * http://graphics.stanford.edu/~seander/bithacks.html#IntegerLog\n     */\n    const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};\n    const int    S[] = {1, 2, 4, 8, 16};\n\n    int msbIndex = 0;\n    int i;\n\n    if (x == 0) {\n        return -1;\n    }\n\n    for (i = 4; i >= 0; i--)\n    {\n        if (x & b[i])\n        {\n            x >>= S[i];\n            msbIndex |= S[i];\n        }\n    }\n\n    return msbIndex;\n#endif\n}\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_bits_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_blendmode.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_blendmode.h\n *\n *  Header file declaring the SDL_BlendMode enumeration\n */\n\n#ifndef _SDL_blendmode_h\n#define _SDL_blendmode_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief The blend mode used in SDL_RenderCopy() and drawing operations.\n */\ntypedef enum\n{\n    SDL_BLENDMODE_NONE = 0x00000000,     /**< no blending\n                                              dstRGBA = srcRGBA */\n    SDL_BLENDMODE_BLEND = 0x00000001,    /**< alpha blending\n                                              dstRGB = (srcRGB * srcA) + (dstRGB * (1-srcA))\n                                              dstA = srcA + (dstA * (1-srcA)) */\n    SDL_BLENDMODE_ADD = 0x00000002,      /**< additive blending\n                                              dstRGB = (srcRGB * srcA) + dstRGB\n                                              dstA = dstA */\n    SDL_BLENDMODE_MOD = 0x00000004       /**< color modulate\n                                              dstRGB = srcRGB * dstRGB\n                                              dstA = dstA */\n} SDL_BlendMode;\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_video_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_clipboard.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n * \\file SDL_clipboard.h\n *\n * Include file for SDL clipboard handling\n */\n\n#ifndef _SDL_clipboard_h\n#define _SDL_clipboard_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Function prototypes */\n\n/**\n * \\brief Put UTF-8 text into the clipboard\n *\n * \\sa SDL_GetClipboardText()\n */\nextern DECLSPEC int SDLCALL SDL_SetClipboardText(const char *text);\n\n/**\n * \\brief Get UTF-8 text from the clipboard, which must be freed with SDL_free()\n *\n * \\sa SDL_SetClipboardText()\n */\nextern DECLSPEC char * SDLCALL SDL_GetClipboardText(void);\n\n/**\n * \\brief Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty\n *\n * \\sa SDL_GetClipboardText()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText(void);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_clipboard_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_h\n#define _SDL_config_h\n\n#include \"SDL_platform.h\"\n\n/**\n *  \\file SDL_config.h\n */\n\n/* Add any platform that doesn't build using the configure system. */\n#ifdef USING_PREMAKE_CONFIG_H\n#include \"SDL_config_premake.h\"\n#elif defined(__WIN32__)\n#include \"SDL_config_windows.h\"\n#elif defined(__WINRT__)\n#include \"SDL_config_winrt.h\"\n#elif defined(__MACOSX__)\n#include \"SDL_config_macosx.h\"\n#elif defined(__IPHONEOS__)\n#include \"SDL_config_iphoneos.h\"\n#elif defined(__ANDROID__)\n#include \"SDL_config_android.h\"\n#elif defined(__PSP__)\n#include \"SDL_config_psp.h\"\n#else\n/* This is a minimal configuration just to get SDL running on new platforms */\n#include \"SDL_config_minimal.h\"\n#endif /* platform config */\n\n#ifdef USING_GENERATED_CONFIG_H\n#error Wrong SDL_config.h, check your include path?\n#endif\n\n#endif /* _SDL_config_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config.h.cmake",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_h\n#define _SDL_config_h\n\n/**\n *  \\file SDL_config.h.in\n *\n *  This is a set of defines to configure the SDL features\n */\n\n/* General platform specific identifiers */\n#include \"SDL_platform.h\"\n\n/* C language features */\n#cmakedefine const @HAVE_CONST@\n#cmakedefine inline @HAVE_INLINE@\n#cmakedefine volatile @HAVE_VOLATILE@\n\n/* C datatypes */\n/* Define SIZEOF_VOIDP for 64/32 architectures */\n#ifdef __LP64__\n#define SIZEOF_VOIDP 8\n#else\n#define SIZEOF_VOIDP 4\n#endif\n\n#cmakedefine HAVE_GCC_ATOMICS @HAVE_GCC_ATOMICS@\n#cmakedefine HAVE_GCC_SYNC_LOCK_TEST_AND_SET @HAVE_GCC_SYNC_LOCK_TEST_AND_SET@\n#cmakedefine HAVE_PTHREAD_SPINLOCK @HAVE_PTHREAD_SPINLOCK@\n\n/* Comment this if you want to build without any C library requirements */\n#cmakedefine HAVE_LIBC 1\n#if HAVE_LIBC\n\n/* Useful headers */\n#cmakedefine HAVE_ALLOCA_H 1\n#cmakedefine HAVE_SYS_TYPES_H 1\n#cmakedefine HAVE_STDIO_H 1\n#cmakedefine STDC_HEADERS 1\n#cmakedefine HAVE_STDLIB_H 1\n#cmakedefine HAVE_STDARG_H 1\n#cmakedefine HAVE_MALLOC_H 1\n#cmakedefine HAVE_MEMORY_H 1\n#cmakedefine HAVE_STRING_H 1\n#cmakedefine HAVE_STRINGS_H 1\n#cmakedefine HAVE_INTTYPES_H 1\n#cmakedefine HAVE_STDINT_H 1\n#cmakedefine HAVE_CTYPE_H 1\n#cmakedefine HAVE_MATH_H 1\n#cmakedefine HAVE_ICONV_H 1\n#cmakedefine HAVE_SIGNAL_H 1\n#cmakedefine HAVE_ALTIVEC_H 1\n#cmakedefine HAVE_PTHREAD_NP_H 1\n#cmakedefine HAVE_LIBUDEV_H 1\n#cmakedefine HAVE_DBUS_DBUS_H 1\n\n/* C library functions */\n#cmakedefine HAVE_MALLOC 1\n#cmakedefine HAVE_CALLOC 1\n#cmakedefine HAVE_REALLOC 1\n#cmakedefine HAVE_FREE 1\n#cmakedefine HAVE_ALLOCA 1\n#ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */\n#cmakedefine HAVE_GETENV 1\n#cmakedefine HAVE_SETENV 1\n#cmakedefine HAVE_PUTENV 1\n#cmakedefine HAVE_UNSETENV 1\n#endif\n#cmakedefine HAVE_QSORT 1\n#cmakedefine HAVE_ABS 1\n#cmakedefine HAVE_BCOPY 1\n#cmakedefine HAVE_MEMSET 1\n#cmakedefine HAVE_MEMCPY 1\n#cmakedefine HAVE_MEMMOVE 1\n#cmakedefine HAVE_MEMCMP 1\n#cmakedefine HAVE_STRLEN 1\n#cmakedefine HAVE_STRLCPY 1\n#cmakedefine HAVE_STRLCAT 1\n#cmakedefine HAVE_STRDUP 1\n#cmakedefine HAVE__STRREV 1\n#cmakedefine HAVE__STRUPR 1\n#cmakedefine HAVE__STRLWR 1\n#cmakedefine HAVE_INDEX 1\n#cmakedefine HAVE_RINDEX 1\n#cmakedefine HAVE_STRCHR 1\n#cmakedefine HAVE_STRRCHR 1\n#cmakedefine HAVE_STRSTR 1\n#cmakedefine HAVE_ITOA 1\n#cmakedefine HAVE__LTOA 1\n#cmakedefine HAVE__UITOA 1\n#cmakedefine HAVE__ULTOA 1\n#cmakedefine HAVE_STRTOL 1\n#cmakedefine HAVE_STRTOUL 1\n#cmakedefine HAVE__I64TOA 1\n#cmakedefine HAVE__UI64TOA 1\n#cmakedefine HAVE_STRTOLL 1\n#cmakedefine HAVE_STRTOULL 1\n#cmakedefine HAVE_STRTOD 1\n#cmakedefine HAVE_ATOI 1\n#cmakedefine HAVE_ATOF 1\n#cmakedefine HAVE_STRCMP 1\n#cmakedefine HAVE_STRNCMP 1\n#cmakedefine HAVE__STRICMP 1\n#cmakedefine HAVE_STRCASECMP 1\n#cmakedefine HAVE__STRNICMP 1\n#cmakedefine HAVE_STRNCASECMP 1\n#cmakedefine HAVE_VSSCANF 1\n#cmakedefine HAVE_VSNPRINTF 1\n#cmakedefine HAVE_M_PI 1\n#cmakedefine HAVE_ATAN 1\n#cmakedefine HAVE_ATAN2 1\n#cmakedefine HAVE_ACOS 1\n#cmakedefine HAVE_ASIN 1\n#cmakedefine HAVE_CEIL 1\n#cmakedefine HAVE_COPYSIGN 1\n#cmakedefine HAVE_COS 1\n#cmakedefine HAVE_COSF 1\n#cmakedefine HAVE_FABS 1\n#cmakedefine HAVE_FLOOR 1\n#cmakedefine HAVE_LOG 1\n#cmakedefine HAVE_POW 1\n#cmakedefine HAVE_SCALBN 1\n#cmakedefine HAVE_SIN 1\n#cmakedefine HAVE_SINF 1\n#cmakedefine HAVE_SQRT 1\n#cmakedefine HAVE_FSEEKO 1\n#cmakedefine HAVE_FSEEKO64 1\n#cmakedefine HAVE_SIGACTION 1\n#cmakedefine HAVE_SA_SIGACTION 1\n#cmakedefine HAVE_SETJMP 1\n#cmakedefine HAVE_NANOSLEEP 1\n#cmakedefine HAVE_SYSCONF 1\n#cmakedefine HAVE_SYSCTLBYNAME 1\n#cmakedefine HAVE_CLOCK_GETTIME 1\n#cmakedefine HAVE_GETPAGESIZE 1\n#cmakedefine HAVE_MPROTECT 1\n#cmakedefine HAVE_ICONV 1\n#cmakedefine HAVE_PTHREAD_SETNAME_NP 1\n#cmakedefine HAVE_PTHREAD_SET_NAME_NP 1\n#cmakedefine HAVE_SEM_TIMEDWAIT 1\n#elif __WIN32__\n#cmakedefine HAVE_STDARG_H 1\n#cmakedefine HAVE_STDDEF_H 1\n#else\n/* We may need some replacement for stdarg.h here */\n#include <stdarg.h>\n#endif /* HAVE_LIBC */\n\n/* SDL internal assertion support */\n#cmakedefine SDL_DEFAULT_ASSERT_LEVEL @SDL_DEFAULT_ASSERT_LEVEL@\n\n/* Allow disabling of core subsystems */\n#cmakedefine SDL_ATOMIC_DISABLED @SDL_ATOMIC_DISABLED@\n#cmakedefine SDL_AUDIO_DISABLED @SDL_AUDIO_DISABLED@\n#cmakedefine SDL_CPUINFO_DISABLED @SDL_CPUINFO_DISABLED@\n#cmakedefine SDL_EVENTS_DISABLED @SDL_EVENTS_DISABLED@\n#cmakedefine SDL_FILE_DISABLED @SDL_FILE_DISABLED@\n#cmakedefine SDL_JOYSTICK_DISABLED @SDL_JOYSTICK_DISABLED@\n#cmakedefine SDL_HAPTIC_DISABLED @SDL_HAPTIC_DISABLED@\n#cmakedefine SDL_LOADSO_DISABLED @SDL_LOADSO_DISABLED@\n#cmakedefine SDL_RENDER_DISABLED @SDL_RENDER_DISABLED@\n#cmakedefine SDL_THREADS_DISABLED @SDL_THREADS_DISABLED@\n#cmakedefine SDL_TIMERS_DISABLED @SDL_TIMERS_DISABLED@\n#cmakedefine SDL_VIDEO_DISABLED @SDL_VIDEO_DISABLED@\n#cmakedefine SDL_POWER_DISABLED @SDL_POWER_DISABLED@\n#cmakedefine SDL_FILESYSTEM_DISABLED @SDL_FILESYSTEM_DISABLED@\n\n/* Enable various audio drivers */\n#cmakedefine SDL_AUDIO_DRIVER_ALSA @SDL_AUDIO_DRIVER_ALSA@\n#cmakedefine SDL_AUDIO_DRIVER_ALSA_DYNAMIC @SDL_AUDIO_DRIVER_ALSA_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_ARTS @SDL_AUDIO_DRIVER_ARTS@\n#cmakedefine SDL_AUDIO_DRIVER_ARTS_DYNAMIC @SDL_AUDIO_DRIVER_ARTS_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_PULSEAUDIO @SDL_AUDIO_DRIVER_PULSEAUDIO@\n#cmakedefine SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC @SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_HAIKU @SDL_AUDIO_DRIVER_HAIKU@\n#cmakedefine SDL_AUDIO_DRIVER_BSD @SDL_AUDIO_DRIVER_BSD@\n#cmakedefine SDL_AUDIO_DRIVER_COREAUDIO @SDL_AUDIO_DRIVER_COREAUDIO@\n#cmakedefine SDL_AUDIO_DRIVER_DISK @SDL_AUDIO_DRIVER_DISK@\n#cmakedefine SDL_AUDIO_DRIVER_DUMMY @SDL_AUDIO_DRIVER_DUMMY@\n#cmakedefine SDL_AUDIO_DRIVER_XAUDIO2 @SDL_AUDIO_DRIVER_XAUDIO2@\n#cmakedefine SDL_AUDIO_DRIVER_DSOUND @SDL_AUDIO_DRIVER_DSOUND@\n#cmakedefine SDL_AUDIO_DRIVER_ESD @SDL_AUDIO_DRIVER_ESD@\n#cmakedefine SDL_AUDIO_DRIVER_ESD_DYNAMIC @SDL_AUDIO_DRIVER_ESD_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_NAS @SDL_AUDIO_DRIVER_NAS@\n#cmakedefine SDL_AUDIO_DRIVER_NAS_DYNAMIC @SDL_AUDIO_DRIVER_NAS_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_SNDIO @SDL_AUDIO_DRIVER_SNDIO@\n#cmakedefine SDL_AUDIO_DRIVER_SNDIO_DYNAMIC @SDL_AUDIO_DRIVER_SNDIO_DYNAMIC@\n#cmakedefine SDL_AUDIO_DRIVER_OSS @SDL_AUDIO_DRIVER_OSS@\n#cmakedefine SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H @SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H@\n#cmakedefine SDL_AUDIO_DRIVER_PAUDIO @SDL_AUDIO_DRIVER_PAUDIO@\n#cmakedefine SDL_AUDIO_DRIVER_QSA @SDL_AUDIO_DRIVER_QSA@\n#cmakedefine SDL_AUDIO_DRIVER_SUNAUDIO @SDL_AUDIO_DRIVER_SUNAUDIO@\n#cmakedefine SDL_AUDIO_DRIVER_WINMM @SDL_AUDIO_DRIVER_WINMM@\n#cmakedefine SDL_AUDIO_DRIVER_FUSIONSOUND @SDL_AUDIO_DRIVER_FUSIONSOUND@\n#cmakedefine SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC @SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC@\n\n/* Enable various input drivers */\n#cmakedefine SDL_INPUT_LINUXEV @SDL_INPUT_LINUXEV@\n#cmakedefine SDL_INPUT_LINUXKD @SDL_INPUT_LINUXKD@\n#cmakedefine SDL_INPUT_TSLIB @SDL_INPUT_TSLIB@\n#cmakedefine SDL_JOYSTICK_HAIKU @SDL_JOYSTICK_HAIKU@\n#cmakedefine SDL_JOYSTICK_DINPUT @SDL_JOYSTICK_DINPUT@\n#cmakedefine SDL_JOYSTICK_DUMMY @SDL_JOYSTICK_DUMMY@\n#cmakedefine SDL_JOYSTICK_IOKIT @SDL_JOYSTICK_IOKIT@\n#cmakedefine SDL_JOYSTICK_LINUX @SDL_JOYSTICK_LINUX@\n#cmakedefine SDL_JOYSTICK_WINMM @SDL_JOYSTICK_WINMM@\n#cmakedefine SDL_JOYSTICK_USBHID @SDL_JOYSTICK_USBHID@\n#cmakedefine SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H @SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H@\n#cmakedefine SDL_HAPTIC_DUMMY @SDL_HAPTIC_DUMMY@\n#cmakedefine SDL_HAPTIC_LINUX @SDL_HAPTIC_LINUX@\n#cmakedefine SDL_HAPTIC_IOKIT @SDL_HAPTIC_IOKIT@\n#cmakedefine SDL_HAPTIC_DINPUT @SDL_HAPTIC_DINPUT@\n\n/* Enable various shared object loading systems */\n#cmakedefine SDL_LOADSO_HAIKU @SDL_LOADSO_HAIKU@\n#cmakedefine SDL_LOADSO_DLOPEN @SDL_LOADSO_DLOPEN@\n#cmakedefine SDL_LOADSO_DUMMY @SDL_LOADSO_DUMMY@\n#cmakedefine SDL_LOADSO_LDG @SDL_LOADSO_LDG@\n#cmakedefine SDL_LOADSO_WINDOWS @SDL_LOADSO_WINDOWS@\n\n/* Enable various threading systems */\n#cmakedefine SDL_THREAD_PTHREAD @SDL_THREAD_PTHREAD@\n#cmakedefine SDL_THREAD_PTHREAD_RECURSIVE_MUTEX @SDL_THREAD_PTHREAD_RECURSIVE_MUTEX@\n#cmakedefine SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP @SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP@\n#cmakedefine SDL_THREAD_WINDOWS @SDL_THREAD_WINDOWS@\n\n/* Enable various timer systems */\n#cmakedefine SDL_TIMER_HAIKU @SDL_TIMER_HAIKU@\n#cmakedefine SDL_TIMER_DUMMY @SDL_TIMER_DUMMY@\n#cmakedefine SDL_TIMER_UNIX @SDL_TIMER_UNIX@\n#cmakedefine SDL_TIMER_WINDOWS @SDL_TIMER_WINDOWS@\n#cmakedefine SDL_TIMER_WINCE @SDL_TIMER_WINCE@\n\n/* Enable various video drivers */\n#cmakedefine SDL_VIDEO_DRIVER_HAIKU @SDL_VIDEO_DRIVER_HAIKU@\n#cmakedefine SDL_VIDEO_DRIVER_COCOA @SDL_VIDEO_DRIVER_COCOA@\n#cmakedefine SDL_VIDEO_DRIVER_DIRECTFB @SDL_VIDEO_DRIVER_DIRECTFB@\n#cmakedefine SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC @SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC@\n#cmakedefine SDL_VIDEO_DRIVER_DUMMY @SDL_VIDEO_DRIVER_DUMMY@\n#cmakedefine SDL_VIDEO_DRIVER_WINDOWS @SDL_VIDEO_DRIVER_WINDOWS@\n#cmakedefine SDL_VIDEO_DRIVER_WAYLAND @SDL_VIDEO_DRIVER_WAYLAND@\n\n#if 0\n/* !!! FIXME: in configure script version, missing here: */\n#undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON\n#endif\n\n#cmakedefine SDL_VIDEO_DRIVER_MIR @SDL_VIDEO_DRIVER_MIR@\n#cmakedefine SDL_VIDEO_DRIVER_MIR_DYNAMIC @SDL_VIDEO_DRIVER_MIR_DYNAMIC@\n#cmakedefine SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON @SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON@\n#cmakedefine SDL_VIDEO_DRIVER_X11 @SDL_VIDEO_DRIVER_X11@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC @SDL_VIDEO_DRIVER_X11_DYNAMIC@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT @SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR @SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA @SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 @SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR @SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS @SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS@\n#cmakedefine SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE @SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XCURSOR @SDL_VIDEO_DRIVER_X11_XCURSOR@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XINERAMA @SDL_VIDEO_DRIVER_X11_XINERAMA@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XINPUT2 @SDL_VIDEO_DRIVER_X11_XINPUT2@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH @SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XRANDR @SDL_VIDEO_DRIVER_X11_XRANDR@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XSCRNSAVER @SDL_VIDEO_DRIVER_X11_XSCRNSAVER@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XSHAPE @SDL_VIDEO_DRIVER_X11_XSHAPE@\n#cmakedefine SDL_VIDEO_DRIVER_X11_XVIDMODE @SDL_VIDEO_DRIVER_X11_XVIDMODE@\n#cmakedefine SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS @SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS@\n#cmakedefine SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 @SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32@\n#cmakedefine SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY @SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY@\n#cmakedefine SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM @SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM@\n\n#cmakedefine SDL_VIDEO_RENDER_D3D @SDL_VIDEO_RENDER_D3D@\n#cmakedefine SDL_VIDEO_RENDER_D3D11 @SDL_VIDEO_RENDER_D3D11@\n#cmakedefine SDL_VIDEO_RENDER_OGL @SDL_VIDEO_RENDER_OGL@\n#cmakedefine SDL_VIDEO_RENDER_OGL_ES @SDL_VIDEO_RENDER_OGL_ES@\n#cmakedefine SDL_VIDEO_RENDER_OGL_ES2 @SDL_VIDEO_RENDER_OGL_ES2@\n#cmakedefine SDL_VIDEO_RENDER_DIRECTFB @SDL_VIDEO_RENDER_DIRECTFB@\n\n/* Enable OpenGL support */\n#cmakedefine SDL_VIDEO_OPENGL @SDL_VIDEO_OPENGL@\n#cmakedefine SDL_VIDEO_OPENGL_ES @SDL_VIDEO_OPENGL_ES@\n#cmakedefine SDL_VIDEO_OPENGL_ES2 @SDL_VIDEO_OPENGL_ES2@\n#cmakedefine SDL_VIDEO_OPENGL_BGL @SDL_VIDEO_OPENGL_BGL@\n#cmakedefine SDL_VIDEO_OPENGL_CGL @SDL_VIDEO_OPENGL_CGL@\n#cmakedefine SDL_VIDEO_OPENGL_GLX @SDL_VIDEO_OPENGL_GLX@\n#cmakedefine SDL_VIDEO_OPENGL_WGL @SDL_VIDEO_OPENGL_WGL@\n#cmakedefine SDL_VIDEO_OPENGL_EGL @SDL_VIDEO_OPENGL_EGL@\n#cmakedefine SDL_VIDEO_OPENGL_OSMESA @SDL_VIDEO_OPENGL_OSMESA@\n#cmakedefine SDL_VIDEO_OPENGL_OSMESA_DYNAMIC @SDL_VIDEO_OPENGL_OSMESA_DYNAMIC@\n\n/* Enable system power support */\n#cmakedefine SDL_POWER_LINUX @SDL_POWER_LINUX@\n#cmakedefine SDL_POWER_WINDOWS @SDL_POWER_WINDOWS@\n#cmakedefine SDL_POWER_MACOSX @SDL_POWER_MACOSX@\n#cmakedefine SDL_POWER_HAIKU @SDL_POWER_HAIKU@\n#cmakedefine SDL_POWER_HARDWIRED @SDL_POWER_HARDWIRED@\n\n/* Enable system filesystem support */\n#cmakedefine SDL_FILESYSTEM_HAIKU @SDL_FILESYSTEM_HAIKU@\n#cmakedefine SDL_FILESYSTEM_COCOA @SDL_FILESYSTEM_COCOA@\n#cmakedefine SDL_FILESYSTEM_DUMMY @SDL_FILESYSTEM_DUMMY@\n#cmakedefine SDL_FILESYSTEM_UNIX @SDL_FILESYSTEM_UNIX@\n#cmakedefine SDL_FILESYSTEM_WINDOWS @SDL_FILESYSTEM_WINDOWS@\n\n/* Enable assembly routines */\n#cmakedefine SDL_ASSEMBLY_ROUTINES @SDL_ASSEMBLY_ROUTINES@\n#cmakedefine SDL_ALTIVEC_BLITTERS @SDL_ALTIVEC_BLITTERS@\n\n\n/* Platform specific definitions */\n#if !defined(__WIN32__)\n#  if !defined(_STDINT_H_) && !defined(_STDINT_H) && !defined(HAVE_STDINT_H) && !defined(_HAVE_STDINT_H)\ntypedef unsigned int size_t;\ntypedef signed char int8_t;\ntypedef unsigned char uint8_t;\ntypedef signed short int16_t;\ntypedef unsigned short uint16_t;\ntypedef signed int int32_t;\ntypedef unsigned int uint32_t;\ntypedef signed long long int64_t;\ntypedef unsigned long long uint64_t;\ntypedef unsigned long uintptr_t;\n#  endif /* if (stdint.h isn't available) */\n#else /* __WIN32__ */\n#  if !defined(_STDINT_H_) && !defined(HAVE_STDINT_H) && !defined(_HAVE_STDINT_H)\n#    if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)\n#define HAVE_STDINT_H\t1\n#    elif defined(_MSC_VER)\ntypedef signed __int8 int8_t;\ntypedef unsigned __int8 uint8_t;\ntypedef signed __int16 int16_t;\ntypedef unsigned __int16 uint16_t;\ntypedef signed __int32 int32_t;\ntypedef unsigned __int32 uint32_t;\ntypedef signed __int64 int64_t;\ntypedef unsigned __int64 uint64_t;\n#      ifndef _UINTPTR_T_DEFINED\n#        ifdef  _WIN64\ntypedef unsigned __int64 uintptr_t;\n#          else\ntypedef unsigned int uintptr_t;\n#        endif\n#define _UINTPTR_T_DEFINED\n#      endif\n/* Older Visual C++ headers don't have the Win64-compatible typedefs... */\n#      if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))\n#define DWORD_PTR DWORD\n#      endif\n#      if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))\n#define LONG_PTR LONG\n#      endif\n#    else /* !__GNUC__ && !_MSC_VER */\ntypedef signed char int8_t;\ntypedef unsigned char uint8_t;\ntypedef signed short int16_t;\ntypedef unsigned short uint16_t;\ntypedef signed int int32_t;\ntypedef unsigned int uint32_t;\ntypedef signed long long int64_t;\ntypedef unsigned long long uint64_t;\n#      ifndef _SIZE_T_DEFINED_\n#define _SIZE_T_DEFINED_\ntypedef unsigned int size_t;\n#      endif\ntypedef unsigned int uintptr_t;\n#    endif /* __GNUC__ || _MSC_VER */\n#  endif /* !_STDINT_H_ && !HAVE_STDINT_H */\n#endif /* __WIN32__ */\n\n#endif /* _SDL_config_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config.h.in",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_h\n#define _SDL_config_h\n\n/**\n *  \\file SDL_config.h.in\n *\n *  This is a set of defines to configure the SDL features\n */\n\n/* General platform specific identifiers */\n#include \"SDL_platform.h\"\n\n/* Make sure that this isn't included by Visual C++ */\n#ifdef _MSC_VER\n#error You should run hg revert SDL_config.h \n#endif\n\n/* C language features */\n#undef const\n#undef inline\n#undef volatile\n\n/* C datatypes */\n#ifdef __LP64__\n#define SIZEOF_VOIDP 8\n#else\n#define SIZEOF_VOIDP 4\n#endif\n#undef HAVE_GCC_ATOMICS\n#undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET\n#undef HAVE_PTHREAD_SPINLOCK\n\n/* Comment this if you want to build without any C library requirements */\n#undef HAVE_LIBC\n#if HAVE_LIBC\n\n/* Useful headers */\n#undef HAVE_ALLOCA_H\n#undef HAVE_SYS_TYPES_H\n#undef HAVE_STDIO_H\n#undef STDC_HEADERS\n#undef HAVE_STDLIB_H\n#undef HAVE_STDARG_H\n#undef HAVE_MALLOC_H\n#undef HAVE_MEMORY_H\n#undef HAVE_STRING_H\n#undef HAVE_STRINGS_H\n#undef HAVE_INTTYPES_H\n#undef HAVE_STDINT_H\n#undef HAVE_CTYPE_H\n#undef HAVE_MATH_H\n#undef HAVE_ICONV_H\n#undef HAVE_SIGNAL_H\n#undef HAVE_ALTIVEC_H\n#undef HAVE_PTHREAD_NP_H\n#undef HAVE_LIBUDEV_H\n#undef HAVE_DBUS_DBUS_H\n\n/* C library functions */\n#undef HAVE_MALLOC\n#undef HAVE_CALLOC\n#undef HAVE_REALLOC\n#undef HAVE_FREE\n#undef HAVE_ALLOCA\n#ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */\n#undef HAVE_GETENV\n#undef HAVE_SETENV\n#undef HAVE_PUTENV\n#undef HAVE_UNSETENV\n#endif\n#undef HAVE_QSORT\n#undef HAVE_ABS\n#undef HAVE_BCOPY\n#undef HAVE_MEMSET\n#undef HAVE_MEMCPY\n#undef HAVE_MEMMOVE\n#undef HAVE_MEMCMP\n#undef HAVE_STRLEN\n#undef HAVE_STRLCPY\n#undef HAVE_STRLCAT\n#undef HAVE_STRDUP\n#undef HAVE__STRREV\n#undef HAVE__STRUPR\n#undef HAVE__STRLWR\n#undef HAVE_INDEX\n#undef HAVE_RINDEX\n#undef HAVE_STRCHR\n#undef HAVE_STRRCHR\n#undef HAVE_STRSTR\n#undef HAVE_ITOA\n#undef HAVE__LTOA\n#undef HAVE__UITOA\n#undef HAVE__ULTOA\n#undef HAVE_STRTOL\n#undef HAVE_STRTOUL\n#undef HAVE__I64TOA\n#undef HAVE__UI64TOA\n#undef HAVE_STRTOLL\n#undef HAVE_STRTOULL\n#undef HAVE_STRTOD\n#undef HAVE_ATOI\n#undef HAVE_ATOF\n#undef HAVE_STRCMP\n#undef HAVE_STRNCMP\n#undef HAVE__STRICMP\n#undef HAVE_STRCASECMP\n#undef HAVE__STRNICMP\n#undef HAVE_STRNCASECMP\n#undef HAVE_SSCANF\n#undef HAVE_VSSCANF\n#undef HAVE_SNPRINTF\n#undef HAVE_VSNPRINTF\n#undef HAVE_M_PI\n#undef HAVE_ATAN\n#undef HAVE_ATAN2\n#undef HAVE_ACOS\n#undef HAVE_ASIN\n#undef HAVE_CEIL\n#undef HAVE_COPYSIGN\n#undef HAVE_COS\n#undef HAVE_COSF\n#undef HAVE_FABS\n#undef HAVE_FLOOR\n#undef HAVE_LOG\n#undef HAVE_POW\n#undef HAVE_SCALBN\n#undef HAVE_SIN\n#undef HAVE_SINF\n#undef HAVE_SQRT\n#undef HAVE_FSEEKO\n#undef HAVE_FSEEKO64\n#undef HAVE_SIGACTION\n#undef HAVE_SA_SIGACTION\n#undef HAVE_SETJMP\n#undef HAVE_NANOSLEEP\n#undef HAVE_SYSCONF\n#undef HAVE_SYSCTLBYNAME\n#undef HAVE_CLOCK_GETTIME\n#undef HAVE_GETPAGESIZE\n#undef HAVE_MPROTECT\n#undef HAVE_ICONV\n#undef HAVE_PTHREAD_SETNAME_NP\n#undef HAVE_PTHREAD_SET_NAME_NP\n#undef HAVE_SEM_TIMEDWAIT\n\n#else\n#define HAVE_STDARG_H   1\n#define HAVE_STDDEF_H   1\n#define HAVE_STDINT_H   1\n#endif /* HAVE_LIBC */\n\n/* SDL internal assertion support */\n#undef SDL_DEFAULT_ASSERT_LEVEL\n\n/* Allow disabling of core subsystems */\n#undef SDL_ATOMIC_DISABLED\n#undef SDL_AUDIO_DISABLED\n#undef SDL_CPUINFO_DISABLED\n#undef SDL_EVENTS_DISABLED\n#undef SDL_FILE_DISABLED\n#undef SDL_JOYSTICK_DISABLED\n#undef SDL_HAPTIC_DISABLED\n#undef SDL_LOADSO_DISABLED\n#undef SDL_RENDER_DISABLED\n#undef SDL_THREADS_DISABLED\n#undef SDL_TIMERS_DISABLED\n#undef SDL_VIDEO_DISABLED\n#undef SDL_POWER_DISABLED\n#undef SDL_FILESYSTEM_DISABLED\n\n/* Enable various audio drivers */\n#undef SDL_AUDIO_DRIVER_ALSA\n#undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC\n#undef SDL_AUDIO_DRIVER_ARTS\n#undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC\n#undef SDL_AUDIO_DRIVER_PULSEAUDIO\n#undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC\n#undef SDL_AUDIO_DRIVER_HAIKU\n#undef SDL_AUDIO_DRIVER_BSD\n#undef SDL_AUDIO_DRIVER_COREAUDIO\n#undef SDL_AUDIO_DRIVER_DISK\n#undef SDL_AUDIO_DRIVER_DUMMY\n#undef SDL_AUDIO_DRIVER_XAUDIO2\n#undef SDL_AUDIO_DRIVER_DSOUND\n#undef SDL_AUDIO_DRIVER_ESD\n#undef SDL_AUDIO_DRIVER_ESD_DYNAMIC\n#undef SDL_AUDIO_DRIVER_NAS\n#undef SDL_AUDIO_DRIVER_NAS_DYNAMIC\n#undef SDL_AUDIO_DRIVER_SNDIO\n#undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC\n#undef SDL_AUDIO_DRIVER_OSS\n#undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H\n#undef SDL_AUDIO_DRIVER_PAUDIO\n#undef SDL_AUDIO_DRIVER_QSA\n#undef SDL_AUDIO_DRIVER_SUNAUDIO\n#undef SDL_AUDIO_DRIVER_WINMM\n#undef SDL_AUDIO_DRIVER_FUSIONSOUND\n#undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC\n\n/* Enable various input drivers */\n#undef SDL_INPUT_LINUXEV\n#undef SDL_INPUT_LINUXKD\n#undef SDL_INPUT_TSLIB\n#undef SDL_JOYSTICK_HAIKU\n#undef SDL_JOYSTICK_DINPUT\n#undef SDL_JOYSTICK_DUMMY\n#undef SDL_JOYSTICK_IOKIT\n#undef SDL_JOYSTICK_LINUX\n#undef SDL_JOYSTICK_WINMM\n#undef SDL_JOYSTICK_USBHID\n#undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H\n#undef SDL_HAPTIC_DUMMY\n#undef SDL_HAPTIC_LINUX\n#undef SDL_HAPTIC_IOKIT\n#undef SDL_HAPTIC_DINPUT\n\n/* Enable various shared object loading systems */\n#undef SDL_LOADSO_HAIKU\n#undef SDL_LOADSO_DLOPEN\n#undef SDL_LOADSO_DUMMY\n#undef SDL_LOADSO_LDG\n#undef SDL_LOADSO_WINDOWS\n\n/* Enable various threading systems */\n#undef SDL_THREAD_PTHREAD\n#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX\n#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP\n#undef SDL_THREAD_WINDOWS\n\n/* Enable various timer systems */\n#undef SDL_TIMER_HAIKU\n#undef SDL_TIMER_DUMMY\n#undef SDL_TIMER_UNIX\n#undef SDL_TIMER_WINDOWS\n\n/* Enable various video drivers */\n#undef SDL_VIDEO_DRIVER_HAIKU\n#undef SDL_VIDEO_DRIVER_COCOA\n#undef SDL_VIDEO_DRIVER_DIRECTFB\n#undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC\n#undef SDL_VIDEO_DRIVER_DUMMY\n#undef SDL_VIDEO_DRIVER_WINDOWS\n#undef SDL_VIDEO_DRIVER_WAYLAND\n#undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR\n#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON\n#undef SDL_VIDEO_DRIVER_MIR\n#undef SDL_VIDEO_DRIVER_MIR_DYNAMIC\n#undef SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON\n#undef SDL_VIDEO_DRIVER_X11\n#undef SDL_VIDEO_DRIVER_RPI\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS\n#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE\n#undef SDL_VIDEO_DRIVER_X11_XCURSOR\n#undef SDL_VIDEO_DRIVER_X11_XINERAMA\n#undef SDL_VIDEO_DRIVER_X11_XINPUT2\n#undef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH\n#undef SDL_VIDEO_DRIVER_X11_XRANDR\n#undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER\n#undef SDL_VIDEO_DRIVER_X11_XSHAPE\n#undef SDL_VIDEO_DRIVER_X11_XVIDMODE\n#undef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS\n#undef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32\n#undef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY\n#undef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM\n\n#undef SDL_VIDEO_RENDER_D3D\n#undef SDL_VIDEO_RENDER_D3D11\n#undef SDL_VIDEO_RENDER_OGL\n#undef SDL_VIDEO_RENDER_OGL_ES\n#undef SDL_VIDEO_RENDER_OGL_ES2\n#undef SDL_VIDEO_RENDER_DIRECTFB\n\n/* Enable OpenGL support */\n#undef SDL_VIDEO_OPENGL\n#undef SDL_VIDEO_OPENGL_ES\n#undef SDL_VIDEO_OPENGL_ES2\n#undef SDL_VIDEO_OPENGL_BGL\n#undef SDL_VIDEO_OPENGL_CGL\n#undef SDL_VIDEO_OPENGL_EGL\n#undef SDL_VIDEO_OPENGL_GLX\n#undef SDL_VIDEO_OPENGL_WGL\n#undef SDL_VIDEO_OPENGL_OSMESA\n#undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC\n\n/* Enable system power support */\n#undef SDL_POWER_LINUX\n#undef SDL_POWER_WINDOWS\n#undef SDL_POWER_MACOSX\n#undef SDL_POWER_HAIKU\n#undef SDL_POWER_HARDWIRED\n\n/* Enable system filesystem support */\n#undef SDL_FILESYSTEM_HAIKU\n#undef SDL_FILESYSTEM_COCOA\n#undef SDL_FILESYSTEM_DUMMY\n#undef SDL_FILESYSTEM_UNIX\n#undef SDL_FILESYSTEM_WINDOWS\n\n/* Enable assembly routines */\n#undef SDL_ASSEMBLY_ROUTINES\n#undef SDL_ALTIVEC_BLITTERS\n\n#endif /* _SDL_config_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_android.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_android_h\n#define _SDL_config_android_h\n\n#include \"SDL_platform.h\"\n\n/**\n *  \\file SDL_config_android.h\n *\n *  This is a configuration that can be used to build SDL for Android\n */\n\n#include <stdarg.h>\n\n#define HAVE_GCC_ATOMICS    1\n\n#define HAVE_ALLOCA_H       1\n#define HAVE_SYS_TYPES_H    1\n#define HAVE_STDIO_H    1\n#define STDC_HEADERS    1\n#define HAVE_STRING_H   1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H   1\n#define HAVE_CTYPE_H    1\n#define HAVE_MATH_H 1\n#define HAVE_SIGNAL_H   1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC    1\n#define HAVE_FREE   1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_SETENV 1\n#define HAVE_UNSETENV   1\n#define HAVE_QSORT  1\n#define HAVE_ABS    1\n#define HAVE_BCOPY  1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE    1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE_STRLCPY    1\n#define HAVE_STRLCAT    1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR    1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL    1\n#define HAVE_STRTOLL    1\n#define HAVE_STRTOULL   1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI   1\n#define HAVE_ATOF   1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP    1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF  1\n#define HAVE_M_PI   1\n#define HAVE_ATAN   1\n#define HAVE_ATAN2  1\n#define HAVE_ACOS  1\n#define HAVE_ASIN  1\n#define HAVE_CEIL   1\n#define HAVE_COPYSIGN   1\n#define HAVE_COS    1\n#define HAVE_COSF   1\n#define HAVE_FABS   1\n#define HAVE_FLOOR  1\n#define HAVE_LOG    1\n#define HAVE_POW    1\n#define HAVE_SCALBN 1\n#define HAVE_SIN    1\n#define HAVE_SINF   1\n#define HAVE_SQRT   1\n#define HAVE_SIGACTION  1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP  1\n#define HAVE_SYSCONF    1\n\n#define SIZEOF_VOIDP 4\n\n/* Enable various audio drivers */\n#define SDL_AUDIO_DRIVER_ANDROID    1\n#define SDL_AUDIO_DRIVER_DUMMY  1\n\n/* Enable various input drivers */\n#define SDL_JOYSTICK_ANDROID    1\n#define SDL_HAPTIC_DUMMY    1\n\n/* Enable various shared object loading systems */\n#define SDL_LOADSO_DLOPEN   1\n\n/* Enable various threading systems */\n#define SDL_THREAD_PTHREAD  1\n#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX  1\n\n/* Enable various timer systems */\n#define SDL_TIMER_UNIX  1\n\n/* Enable various video drivers */\n#define SDL_VIDEO_DRIVER_ANDROID 1\n\n/* Enable OpenGL ES */\n#define SDL_VIDEO_OPENGL_ES 1\n#define SDL_VIDEO_OPENGL_ES2 1\n#define SDL_VIDEO_OPENGL_EGL 1\n#define SDL_VIDEO_RENDER_OGL_ES 1\n#define SDL_VIDEO_RENDER_OGL_ES2    1\n\n/* Enable system power support */\n#define SDL_POWER_ANDROID 1\n\n/* !!! FIXME: what does Android do for filesystem stuff? */\n#define SDL_FILESYSTEM_DUMMY   1\n\n#endif /* _SDL_config_android_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_iphoneos.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_iphoneos_h\n#define _SDL_config_iphoneos_h\n\n#include \"SDL_platform.h\"\n\n#ifdef __LP64__\n#define SIZEOF_VOIDP 8\n#else\n#define SIZEOF_VOIDP 4\n#endif\n\n#define HAVE_GCC_ATOMICS    1\n\n#define HAVE_ALLOCA_H       1\n#define HAVE_SYS_TYPES_H    1\n#define HAVE_STDIO_H    1\n#define STDC_HEADERS    1\n#define HAVE_STRING_H   1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H   1\n#define HAVE_CTYPE_H    1\n#define HAVE_MATH_H 1\n#define HAVE_SIGNAL_H   1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC    1\n#define HAVE_FREE   1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_SETENV 1\n#define HAVE_UNSETENV   1\n#define HAVE_QSORT  1\n#define HAVE_ABS    1\n#define HAVE_BCOPY  1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE    1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE_STRLCPY    1\n#define HAVE_STRLCAT    1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR    1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL    1\n#define HAVE_STRTOLL    1\n#define HAVE_STRTOULL   1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI   1\n#define HAVE_ATOF   1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP    1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF  1\n#define HAVE_M_PI   1\n#define HAVE_ATAN   1\n#define HAVE_ATAN2  1\n#define HAVE_ACOS  1\n#define HAVE_ASIN  1\n#define HAVE_CEIL   1\n#define HAVE_COPYSIGN   1\n#define HAVE_COS    1\n#define HAVE_COSF   1\n#define HAVE_FABS   1\n#define HAVE_FLOOR  1\n#define HAVE_LOG    1\n#define HAVE_POW    1\n#define HAVE_SCALBN 1\n#define HAVE_SIN    1\n#define HAVE_SINF   1\n#define HAVE_SQRT   1\n#define HAVE_SIGACTION  1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP  1\n#define HAVE_SYSCONF    1\n#define HAVE_SYSCTLBYNAME 1\n\n/* enable iPhone version of Core Audio driver */\n#define SDL_AUDIO_DRIVER_COREAUDIO 1\n/* Enable the dummy audio driver (src/audio/dummy/\\*.c) */\n#define SDL_AUDIO_DRIVER_DUMMY  1\n\n/* Enable the stub haptic driver (src/haptic/dummy/\\*.c) */\n#define SDL_HAPTIC_DISABLED 1\n\n/* Enable Unix style SO loading */\n/* Technically this works, but it violates the iPhone developer agreement */\n/* #define SDL_LOADSO_DLOPEN 1 */\n\n/* Enable the stub shared object loader (src/loadso/dummy/\\*.c) */\n#define SDL_LOADSO_DISABLED 1\n\n/* Enable various threading systems */\n#define SDL_THREAD_PTHREAD  1\n#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX  1\n\n/* Enable various timer systems */\n#define SDL_TIMER_UNIX  1\n\n/* Supported video drivers */\n#define SDL_VIDEO_DRIVER_UIKIT  1\n#define SDL_VIDEO_DRIVER_DUMMY  1\n\n/* enable OpenGL ES */\n#define SDL_VIDEO_OPENGL_ES 1\n#define SDL_VIDEO_RENDER_OGL_ES 1\n#define SDL_VIDEO_RENDER_OGL_ES2    1\n\n/* Enable system power support */\n#define SDL_POWER_UIKIT 1\n\n/* enable iPhone keyboard support */\n#define SDL_IPHONE_KEYBOARD 1\n\n/* enable joystick subsystem */\n#define SDL_JOYSTICK_DISABLED 0\n\n/* Set max recognized G-force from accelerometer\n   See src/joystick/uikit/SDLUIAccelerationDelegate.m for notes on why this is needed\n */\n#define SDL_IPHONE_MAX_GFORCE 5.0\n\n/* enable filesystem support */\n#define SDL_FILESYSTEM_COCOA   1\n\n#endif /* _SDL_config_iphoneos_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_macosx.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_macosx_h\n#define _SDL_config_macosx_h\n\n#include \"SDL_platform.h\"\n\n/* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */\n#include <AvailabilityMacros.h>\n\n/* This is a set of defines to configure the SDL features */\n\n#ifdef __LP64__\n    #define SIZEOF_VOIDP 8\n#else\n    #define SIZEOF_VOIDP 4\n#endif\n\n/* Useful headers */\n#define HAVE_ALLOCA_H       1\n#define HAVE_SYS_TYPES_H    1\n#define HAVE_STDIO_H    1\n#define STDC_HEADERS    1\n#define HAVE_STRING_H   1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H   1\n#define HAVE_CTYPE_H    1\n#define HAVE_MATH_H 1\n#define HAVE_SIGNAL_H   1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC    1\n#define HAVE_FREE   1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_UNSETENV   1\n#define HAVE_QSORT  1\n#define HAVE_ABS    1\n#define HAVE_BCOPY  1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE    1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE_STRLCPY    1\n#define HAVE_STRLCAT    1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR    1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL    1\n#define HAVE_STRTOLL    1\n#define HAVE_STRTOULL   1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI   1\n#define HAVE_ATOF   1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP    1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF  1\n#define HAVE_CEIL   1\n#define HAVE_COPYSIGN   1\n#define HAVE_COS    1\n#define HAVE_COSF   1\n#define HAVE_FABS   1\n#define HAVE_FLOOR  1\n#define HAVE_LOG    1\n#define HAVE_POW    1\n#define HAVE_SCALBN 1\n#define HAVE_SIN    1\n#define HAVE_SINF   1\n#define HAVE_SQRT   1\n#define HAVE_SIGACTION  1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP  1\n#define HAVE_SYSCONF    1\n#define HAVE_SYSCTLBYNAME 1\n#define HAVE_ATAN 1\n#define HAVE_ATAN2 1\n#define HAVE_ACOS 1\n#define HAVE_ASIN 1\n\n/* Enable various audio drivers */\n#define SDL_AUDIO_DRIVER_COREAUDIO  1\n#define SDL_AUDIO_DRIVER_DISK   1\n#define SDL_AUDIO_DRIVER_DUMMY  1\n\n/* Enable various input drivers */\n#define SDL_JOYSTICK_IOKIT  1\n#define SDL_HAPTIC_IOKIT    1\n\n/* Enable various shared object loading systems */\n#define SDL_LOADSO_DLOPEN   1\n\n/* Enable various threading systems */\n#define SDL_THREAD_PTHREAD  1\n#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX  1\n\n/* Enable various timer systems */\n#define SDL_TIMER_UNIX  1\n\n/* Enable various video drivers */\n#define SDL_VIDEO_DRIVER_COCOA  1\n#define SDL_VIDEO_DRIVER_DUMMY  1\n#undef SDL_VIDEO_DRIVER_X11\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC \"/usr/X11R6/lib/libX11.6.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT \"/usr/X11R6/lib/libXext.6.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA \"/usr/X11R6/lib/libXinerama.1.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 \"/usr/X11R6/lib/libXi.6.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR \"/usr/X11R6/lib/libXrandr.2.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS \"/usr/X11R6/lib/libXss.1.dylib\"\n#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE \"/usr/X11R6/lib/libXxf86vm.1.dylib\"\n#define SDL_VIDEO_DRIVER_X11_XINERAMA 1\n#define SDL_VIDEO_DRIVER_X11_XRANDR 1\n#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1\n#define SDL_VIDEO_DRIVER_X11_XSHAPE 1\n#define SDL_VIDEO_DRIVER_X11_XVIDMODE 1\n#define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1\n\n#ifdef MAC_OS_X_VERSION_10_8\n/*\n * No matter the versions targeted, this is the 10.8 or later SDK, so you have\n *  to use the external Xquartz, which is a more modern Xlib. Previous SDKs\n *  used an older Xlib.\n */\n#define SDL_VIDEO_DRIVER_X11_XINPUT2 1\n#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1\n#define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1\n#endif\n\n#ifndef SDL_VIDEO_RENDER_OGL\n#define SDL_VIDEO_RENDER_OGL    1\n#endif\n\n/* Enable OpenGL support */\n#ifndef SDL_VIDEO_OPENGL\n#define SDL_VIDEO_OPENGL    1\n#endif\n#ifndef SDL_VIDEO_OPENGL_CGL\n#define SDL_VIDEO_OPENGL_CGL    1\n#endif\n#ifndef SDL_VIDEO_OPENGL_GLX\n#define SDL_VIDEO_OPENGL_GLX    1\n#endif\n\n/* Enable system power support */\n#define SDL_POWER_MACOSX 1\n\n/* enable filesystem support */\n#define SDL_FILESYSTEM_COCOA   1\n\n/* Enable assembly routines */\n#define SDL_ASSEMBLY_ROUTINES   1\n#ifdef __ppc__\n#define SDL_ALTIVEC_BLITTERS    1\n#endif\n\n#endif /* _SDL_config_macosx_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_minimal.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_minimal_h\n#define _SDL_config_minimal_h\n\n#include \"SDL_platform.h\"\n\n/**\n *  \\file SDL_config_minimal.h\n *\n *  This is the minimal configuration that can be used to build SDL.\n */\n\n#define HAVE_STDARG_H   1\n#define HAVE_STDDEF_H   1\n\n/* Most everything except Visual Studio 2008 and earlier has stdint.h now */\n#if defined(_MSC_VER) && (_MSC_VER < 1600)\n/* Here are some reasonable defaults */\ntypedef unsigned int size_t;\ntypedef signed char int8_t;\ntypedef unsigned char uint8_t;\ntypedef signed short int16_t;\ntypedef unsigned short uint16_t;\ntypedef signed int int32_t;\ntypedef unsigned int uint32_t;\ntypedef signed long long int64_t;\ntypedef unsigned long long uint64_t;\ntypedef unsigned long uintptr_t;\n#else\n#define HAVE_STDINT_H 1\n#endif /* Visual Studio 2008 */\n\n#ifdef __GNUC__\n#define HAVE_GCC_SYNC_LOCK_TEST_AND_SET 1\n#endif\n\n/* Enable the dummy audio driver (src/audio/dummy/\\*.c) */\n#define SDL_AUDIO_DRIVER_DUMMY  1\n\n/* Enable the stub joystick driver (src/joystick/dummy/\\*.c) */\n#define SDL_JOYSTICK_DISABLED   1\n\n/* Enable the stub haptic driver (src/haptic/dummy/\\*.c) */\n#define SDL_HAPTIC_DISABLED 1\n\n/* Enable the stub shared object loader (src/loadso/dummy/\\*.c) */\n#define SDL_LOADSO_DISABLED 1\n\n/* Enable the stub thread support (src/thread/generic/\\*.c) */\n#define SDL_THREADS_DISABLED    1\n\n/* Enable the stub timer support (src/timer/dummy/\\*.c) */\n#define SDL_TIMERS_DISABLED 1\n\n/* Enable the dummy video driver (src/video/dummy/\\*.c) */\n#define SDL_VIDEO_DRIVER_DUMMY  1\n\n/* Enable the dummy filesystem driver (src/filesystem/dummy/\\*.c) */\n#define SDL_FILESYSTEM_DUMMY  1\n\n#endif /* _SDL_config_minimal_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_pandora.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_h\n#define _SDL_config_h\n\n/* This is a set of defines to configure the SDL features */\n\n/* General platform specific identifiers */\n#include \"SDL_platform.h\"\n\n#ifdef __LP64__\n#define SIZEOF_VOIDP 8\n#else\n#define SIZEOF_VOIDP 4\n#endif\n\n#define SDL_BYTEORDER 1234\n\n#define HAVE_ALLOCA_H 1\n#define HAVE_SYS_TYPES_H 1\n#define HAVE_STDIO_H 1\n#define STDC_HEADERS 1\n#define HAVE_STDLIB_H 1\n#define HAVE_STDARG_H 1\n#define HAVE_MALLOC_H 1\n#define HAVE_MEMORY_H 1\n#define HAVE_STRING_H 1\n#define HAVE_STRINGS_H 1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H 1\n#define HAVE_CTYPE_H 1\n#define HAVE_MATH_H 1\n#define HAVE_ICONV_H 1\n#define HAVE_SIGNAL_H 1\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC 1\n#define HAVE_FREE 1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_UNSETENV 1\n#define HAVE_QSORT 1\n#define HAVE_ABS 1\n#define HAVE_BCOPY 1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE 1\n#define HAVE_STRLEN 1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR 1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL 1\n#define HAVE_STRTOLL 1\n#define HAVE_STRTOULL 1\n#define HAVE_ATOI 1\n#define HAVE_ATOF 1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP 1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF 1\n#define HAVE_M_PI 1\n#define HAVE_CEIL 1\n#define HAVE_COPYSIGN 1\n#define HAVE_COS 1\n#define HAVE_COSF 1\n#define HAVE_FABS 1\n#define HAVE_FLOOR 1\n#define HAVE_LOG 1\n#define HAVE_SCALBN 1\n#define HAVE_SIN 1\n#define HAVE_SINF 1\n#define HAVE_SQRT 1\n#define HAVE_SIGACTION 1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP 1\n\n#define SDL_AUDIO_DRIVER_DUMMY 1\n#define SDL_AUDIO_DRIVER_OSS 1\n\n#define SDL_INPUT_LINUXEV 1\n#define SDL_INPUT_TSLIB 1\n#define SDL_JOYSTICK_LINUX 1\n#define SDL_HAPTIC_LINUX 1\n\n#define SDL_LOADSO_DLOPEN 1\n\n#define SDL_THREAD_PTHREAD 1\n#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP 1\n\n#define SDL_TIMER_UNIX 1\n#define SDL_FILESYSTEM_UNIX 1\n\n#define SDL_VIDEO_DRIVER_DUMMY 1\n#define SDL_VIDEO_DRIVER_X11 1\n#define SDL_VIDEO_DRIVER_PANDORA 1\n#define SDL_VIDEO_RENDER_OGL_ES 1\n#define SDL_VIDEO_OPENGL_ES 1\n\n#endif /* _SDL_config_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_psp.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_psp_h\n#define _SDL_config_psp_h\n\n#include \"SDL_platform.h\"\n\n\n\n#ifdef __GNUC__\n#define HAVE_GCC_SYNC_LOCK_TEST_AND_SET 1\n#endif\n\n#define HAVE_GCC_ATOMICS    1\n\n#define HAVE_ALLOCA_H       1\n#define HAVE_SYS_TYPES_H    1\n#define HAVE_STDIO_H    1\n#define STDC_HEADERS    1\n#define HAVE_STRING_H   1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H   1\n#define HAVE_CTYPE_H    1\n#define HAVE_MATH_H 1\n#define HAVE_SIGNAL_H   1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC    1\n#define HAVE_FREE   1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_SETENV 1\n#define HAVE_UNSETENV   1\n#define HAVE_QSORT  1\n#define HAVE_ABS    1\n#define HAVE_BCOPY  1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE    1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE_STRLCPY    1\n#define HAVE_STRLCAT    1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR    1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL    1\n#define HAVE_STRTOLL    1\n#define HAVE_STRTOULL   1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI   1\n#define HAVE_ATOF   1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP    1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF  1\n#define HAVE_M_PI   1\n#define HAVE_ATAN   1\n#define HAVE_ATAN2  1\n#define HAVE_ACOS  1\n#define HAVE_ASIN  1\n#define HAVE_CEIL   1\n#define HAVE_COPYSIGN   1\n#define HAVE_COS    1\n#define HAVE_COSF   1\n#define HAVE_FABS   1\n#define HAVE_FLOOR  1\n#define HAVE_LOG    1\n#define HAVE_POW    1\n#define HAVE_SCALBN 1\n#define HAVE_SIN    1\n#define HAVE_SINF   1\n#define HAVE_SQRT   1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP  1\n/* #define HAVE_SYSCONF  1 */\n/* #define HAVE_SIGACTION    1 */\n\n\n/* PSP isn't that sophisticated */\n#define LACKS_SYS_MMAN_H 1\n\n/* Enable the stub thread support (src/thread/psp/\\*.c) */\n#define SDL_THREAD_PSP  1\n\n/* Enable the stub timer support (src/timer/psp/\\*.c) */\n#define SDL_TIMERS_PSP  1\n\n/* Enable the stub joystick driver (src/joystick/psp/\\*.c) */\n#define SDL_JOYSTICK_PSP        1\n\n/* Enable the stub audio driver (src/audio/psp/\\*.c) */\n#define SDL_AUDIO_DRIVER_PSP    1\n\n/* PSP video dirver */\n#define SDL_VIDEO_DRIVER_PSP   1\n\n/* PSP render dirver */\n#define SDL_VIDEO_RENDER_PSP   1\n\n#define SDL_POWER_PSP          1\n\n/* !!! FIXME: what does PSP do for filesystem stuff? */\n#define SDL_FILESYSTEM_DUMMY   1\n\n/* PSP doesn't have haptic device (src/haptic/dummy/\\*.c) */\n#define SDL_HAPTIC_DISABLED    1\n\n/* PSP can't load shared object (src/loadso/dummy/\\*.c) */\n#define SDL_LOADSO_DISABLED    1\n\n\n#endif /* _SDL_config_psp_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_windows.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_windows_h\n#define _SDL_config_windows_h\n\n#include \"SDL_platform.h\"\n\n/* This is a set of defines to configure the SDL features */\n\n#if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)\n#if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)\n#define HAVE_STDINT_H   1\n#elif defined(_MSC_VER)\ntypedef signed __int8 int8_t;\ntypedef unsigned __int8 uint8_t;\ntypedef signed __int16 int16_t;\ntypedef unsigned __int16 uint16_t;\ntypedef signed __int32 int32_t;\ntypedef unsigned __int32 uint32_t;\ntypedef signed __int64 int64_t;\ntypedef unsigned __int64 uint64_t;\n#ifndef _UINTPTR_T_DEFINED\n#ifdef  _WIN64\ntypedef unsigned __int64 uintptr_t;\n#else\ntypedef unsigned int uintptr_t;\n#endif\n#define _UINTPTR_T_DEFINED\n#endif\n/* Older Visual C++ headers don't have the Win64-compatible typedefs... */\n#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))\n#define DWORD_PTR DWORD\n#endif\n#if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))\n#define LONG_PTR LONG\n#endif\n#else /* !__GNUC__ && !_MSC_VER */\ntypedef signed char int8_t;\ntypedef unsigned char uint8_t;\ntypedef signed short int16_t;\ntypedef unsigned short uint16_t;\ntypedef signed int int32_t;\ntypedef unsigned int uint32_t;\ntypedef signed long long int64_t;\ntypedef unsigned long long uint64_t;\n#ifndef _SIZE_T_DEFINED_\n#define _SIZE_T_DEFINED_\ntypedef unsigned int size_t;\n#endif\ntypedef unsigned int uintptr_t;\n#endif /* __GNUC__ || _MSC_VER */\n#endif /* !_STDINT_H_ && !HAVE_STDINT_H */\n\n#ifdef _WIN64\n# define SIZEOF_VOIDP 8\n#else\n# define SIZEOF_VOIDP 4\n#endif\n\n/* This is disabled by default to avoid C runtime dependencies and manifest requirements */\n#ifdef HAVE_LIBC\n/* Useful headers */\n#define HAVE_STDIO_H 1\n#define STDC_HEADERS 1\n#define HAVE_STRING_H 1\n#define HAVE_CTYPE_H 1\n#define HAVE_MATH_H 1\n#define HAVE_SIGNAL_H 1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC 1\n#define HAVE_FREE 1\n#define HAVE_ALLOCA 1\n#define HAVE_QSORT 1\n#define HAVE_ABS 1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE 1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE__STRREV 1\n#define HAVE__STRUPR 1\n#define HAVE__STRLWR 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR 1\n#define HAVE_STRSTR 1\n#define HAVE__LTOA 1\n#define HAVE__ULTOA 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL 1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI 1\n#define HAVE_ATOF 1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP 1\n#define HAVE__STRICMP 1\n#define HAVE__STRNICMP 1\n#define HAVE_ATAN 1\n#define HAVE_ATAN2 1\n#define HAVE_ACOS  1\n#define HAVE_ASIN  1\n#define HAVE_CEIL 1\n#define HAVE_COS 1\n#define HAVE_COSF 1\n#define HAVE_FABS 1\n#define HAVE_FLOOR 1\n#define HAVE_LOG 1\n#define HAVE_POW 1\n#define HAVE_SIN 1\n#define HAVE_SINF 1\n#define HAVE_SQRT 1\n#if _MSC_VER >= 1800\n#define HAVE_STRTOLL 1\n#define HAVE_VSSCANF 1\n#define HAVE_COPYSIGN 1\n#define HAVE_SCALBN 1\n#endif\n#if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES)\n#define HAVE_M_PI 1\n#endif\n#else\n#define HAVE_STDARG_H   1\n#define HAVE_STDDEF_H   1\n#endif\n\n/* Enable various audio drivers */\n#define SDL_AUDIO_DRIVER_DSOUND 1\n#define SDL_AUDIO_DRIVER_XAUDIO2    1\n#define SDL_AUDIO_DRIVER_WINMM  1\n#define SDL_AUDIO_DRIVER_DISK   1\n#define SDL_AUDIO_DRIVER_DUMMY  1\n\n/* Enable various input drivers */\n#define SDL_JOYSTICK_DINPUT 1\n#define SDL_HAPTIC_DINPUT   1\n\n/* Enable various shared object loading systems */\n#define SDL_LOADSO_WINDOWS  1\n\n/* Enable various threading systems */\n#define SDL_THREAD_WINDOWS  1\n\n/* Enable various timer systems */\n#define SDL_TIMER_WINDOWS   1\n\n/* Enable various video drivers */\n#define SDL_VIDEO_DRIVER_DUMMY  1\n#define SDL_VIDEO_DRIVER_WINDOWS    1\n\n#ifndef SDL_VIDEO_RENDER_D3D\n#define SDL_VIDEO_RENDER_D3D    1\n#endif\n#ifndef SDL_VIDEO_RENDER_D3D11\n#define SDL_VIDEO_RENDER_D3D11\t0\n#endif\n\n/* Enable OpenGL support */\n#ifndef SDL_VIDEO_OPENGL\n#define SDL_VIDEO_OPENGL    1\n#endif\n#ifndef SDL_VIDEO_OPENGL_WGL\n#define SDL_VIDEO_OPENGL_WGL    1\n#endif\n#ifndef SDL_VIDEO_RENDER_OGL\n#define SDL_VIDEO_RENDER_OGL    1\n#endif\n#ifndef SDL_VIDEO_RENDER_OGL_ES2\n#define SDL_VIDEO_RENDER_OGL_ES2    1\n#endif\n#ifndef SDL_VIDEO_OPENGL_ES2\n#define SDL_VIDEO_OPENGL_ES2    1\n#endif\n#ifndef SDL_VIDEO_OPENGL_EGL\n#define SDL_VIDEO_OPENGL_EGL    1\n#endif\n\n\n/* Enable system power support */\n#define SDL_POWER_WINDOWS 1\n\n/* Enable filesystem support */\n#define SDL_FILESYSTEM_WINDOWS  1\n\n/* Enable assembly routines (Win64 doesn't have inline asm) */\n#ifndef _WIN64\n#define SDL_ASSEMBLY_ROUTINES   1\n#endif\n\n#endif /* _SDL_config_windows_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_winrt.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_windows_h\n#define _SDL_config_windows_h\n\n#include \"SDL_platform.h\"\n\n/* This is a set of defines to configure the SDL features */\n\n#if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)\n#if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)\n#define HAVE_STDINT_H\t1\n#elif defined(_MSC_VER)\ntypedef signed __int8 int8_t;\ntypedef unsigned __int8 uint8_t;\ntypedef signed __int16 int16_t;\ntypedef unsigned __int16 uint16_t;\ntypedef signed __int32 int32_t;\ntypedef unsigned __int32 uint32_t;\ntypedef signed __int64 int64_t;\ntypedef unsigned __int64 uint64_t;\n#ifndef _UINTPTR_T_DEFINED\n#ifdef  _WIN64\ntypedef unsigned __int64 uintptr_t;\n#else\ntypedef unsigned int uintptr_t;\n#endif\n#define _UINTPTR_T_DEFINED\n#endif\n/* Older Visual C++ headers don't have the Win64-compatible typedefs... */\n#if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))\n#define DWORD_PTR DWORD\n#endif\n#if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))\n#define LONG_PTR LONG\n#endif\n#else /* !__GNUC__ && !_MSC_VER */\ntypedef signed char int8_t;\ntypedef unsigned char uint8_t;\ntypedef signed short int16_t;\ntypedef unsigned short uint16_t;\ntypedef signed int int32_t;\ntypedef unsigned int uint32_t;\ntypedef signed long long int64_t;\ntypedef unsigned long long uint64_t;\n#ifndef _SIZE_T_DEFINED_\n#define _SIZE_T_DEFINED_\ntypedef unsigned int size_t;\n#endif\ntypedef unsigned int uintptr_t;\n#endif /* __GNUC__ || _MSC_VER */\n#endif /* !_STDINT_H_ && !HAVE_STDINT_H */\n\n#ifdef _WIN64\n# define SIZEOF_VOIDP 8\n#else\n# define SIZEOF_VOIDP 4\n#endif\n\n/* Useful headers */\n#define HAVE_LIBC 1\n#define HAVE_STDIO_H 1\n#define STDC_HEADERS 1\n#define HAVE_STRING_H 1\n#define HAVE_CTYPE_H 1\n#define HAVE_MATH_H 1\n#define HAVE_FLOAT_H 1\n#define HAVE_SIGNAL_H 1\n\n/* C library functions */\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC 1\n#define HAVE_FREE 1\n#define HAVE_ALLOCA 1\n#define HAVE_QSORT 1\n#define HAVE_ABS 1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE 1\n#define HAVE_MEMCMP 1\n#define HAVE_STRLEN 1\n#define HAVE__STRREV 1\n#define HAVE__STRUPR 1\n//#define HAVE__STRLWR 1\t// TODO, WinRT: consider using _strlwr_s instead\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR 1\n#define HAVE_STRSTR 1\n//#define HAVE_ITOA 1   // TODO, WinRT: consider using _itoa_s instead\n//#define HAVE__LTOA 1\t// TODO, WinRT: consider using _ltoa_s instead\n//#define HAVE__ULTOA 1\t// TODO, WinRT: consider using _ultoa_s instead\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL 1\n//#define HAVE_STRTOLL 1\n#define HAVE_STRTOD 1\n#define HAVE_ATOI 1\n#define HAVE_ATOF 1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP 1\n#define HAVE__STRICMP 1\n#define HAVE__STRNICMP 1\n#define HAVE_VSNPRINTF 1\n//#define HAVE_SSCANF 1\t// TODO, WinRT: consider using sscanf_s instead\n#define HAVE_M_PI 1\n#define HAVE_ATAN 1\n#define HAVE_ATAN2 1\n#define HAVE_CEIL 1\n#define HAVE__COPYSIGN 1\n#define HAVE_COS 1\n#define HAVE_COSF 1\n#define HAVE_FABS 1\n#define HAVE_FLOOR 1\n#define HAVE_LOG 1\n#define HAVE_POW 1\n//#define HAVE_SCALBN 1\n#define HAVE__SCALB 1\n#define HAVE_SIN 1\n#define HAVE_SINF 1\n#define HAVE_SQRT 1\n#define HAVE__FSEEKI64 1\n\n/* Enable various audio drivers */\n#define SDL_AUDIO_DRIVER_XAUDIO2\t1\n#define SDL_AUDIO_DRIVER_DISK\t1\n#define SDL_AUDIO_DRIVER_DUMMY\t1\n\n/* Enable various input drivers */\n// TODO, WinRT: Get haptic support working\n#define SDL_HAPTIC_DISABLED\t1\n\n#if WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP\n#define SDL_JOYSTICK_DISABLED 1\n#else\n#define SDL_JOYSTICK_XINPUT 1\n#endif\n\n/* Enable various shared object loading systems */\n#define SDL_LOADSO_WINDOWS\t1\n\n/* Enable various threading systems */\n#define SDL_THREAD_STDCPP   1\n\n/* Enable various timer systems */\n#define SDL_TIMER_WINDOWS\t1\n\n/* Enable various video drivers */\n#define SDL_VIDEO_DRIVER_WINRT\t1\n#define SDL_VIDEO_DRIVER_DUMMY  1\n\n/* Enable OpenGL ES 2.0 (via a modified ANGLE library) */\n#if WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP    /* TODO, WinRT: try adding OpenGL ES 2 support for Windows Phone 8 */\n#define SDL_VIDEO_OPENGL_ES2 1\n#define SDL_VIDEO_OPENGL_EGL 1\n#endif\n\n/* Enable appropriate renderer(s) */\n#define SDL_VIDEO_RENDER_D3D11  1\n\n#if SDL_VIDEO_OPENGL_ES2\n#define SDL_VIDEO_RENDER_OGL_ES2 1\n#endif\n\n/* Enable system power support */\n#define SDL_POWER_WINRT 1\n\n/* Enable assembly routines (Win64 doesn't have inline asm) */\n#ifndef _WIN64\n#define SDL_ASSEMBLY_ROUTINES\t1\n#endif\n\n#endif /* _SDL_config_windows_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_config_wiz.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_config_h\n#define _SDL_config_h\n\n/* This is a set of defines to configure the SDL features */\n\n/* General platform specific identifiers */\n#include \"SDL_platform.h\"\n\n#define SDL_BYTEORDER 1234\n\n#define HAVE_ALLOCA_H 1\n#define HAVE_SYS_TYPES_H 1\n#define HAVE_STDIO_H 1\n#define STDC_HEADERS 1\n#define HAVE_STDLIB_H 1\n#define HAVE_STDARG_H 1\n#define HAVE_MALLOC_H 1\n#define HAVE_MEMORY_H 1\n#define HAVE_STRING_H 1\n#define HAVE_STRINGS_H 1\n#define HAVE_INTTYPES_H 1\n#define HAVE_STDINT_H 1\n#define HAVE_CTYPE_H 1\n#define HAVE_MATH_H 1\n#define HAVE_ICONV_H 1\n#define HAVE_SIGNAL_H 1\n#define HAVE_MALLOC 1\n#define HAVE_CALLOC 1\n#define HAVE_REALLOC 1\n#define HAVE_FREE 1\n#define HAVE_ALLOCA 1\n#define HAVE_GETENV 1\n#define HAVE_SETENV 1\n#define HAVE_PUTENV 1\n#define HAVE_UNSETENV 1\n#define HAVE_QSORT 1\n#define HAVE_ABS 1\n#define HAVE_BCOPY 1\n#define HAVE_MEMSET 1\n#define HAVE_MEMCPY 1\n#define HAVE_MEMMOVE 1\n#define HAVE_STRLEN 1\n#define HAVE_STRDUP 1\n#define HAVE_STRCHR 1\n#define HAVE_STRRCHR 1\n#define HAVE_STRSTR 1\n#define HAVE_STRTOL 1\n#define HAVE_STRTOUL 1\n#define HAVE_STRTOLL 1\n#define HAVE_STRTOULL 1\n#define HAVE_ATOI 1\n#define HAVE_ATOF 1\n#define HAVE_STRCMP 1\n#define HAVE_STRNCMP 1\n#define HAVE_STRCASECMP 1\n#define HAVE_STRNCASECMP 1\n#define HAVE_VSSCANF 1\n#define HAVE_VSNPRINTF 1\n#define HAVE_M_PI 1\n#define HAVE_CEIL 1\n#define HAVE_COPYSIGN 1\n#define HAVE_COS 1\n#define HAVE_COSF 1\n#define HAVE_FABS 1\n#define HAVE_FLOOR 1\n#define HAVE_LOG 1\n#define HAVE_SCALBN 1\n#define HAVE_SIN 1\n#define HAVE_SINF 1\n#define HAVE_SQRT 1\n#define HAVE_SIGACTION 1\n#define HAVE_SETJMP 1\n#define HAVE_NANOSLEEP 1\n#define HAVE_POW 1\n\n#define SDL_CDROM_DISABLED 1\n#define SDL_AUDIO_DRIVER_DUMMY 1\n#define SDL_AUDIO_DRIVER_OSS 1\n\n#define SDL_INPUT_LINUXEV 1\n#define SDL_INPUT_TSLIB 1\n#define SDL_JOYSTICK_LINUX 1\n#define SDL_HAPTIC_LINUX 1\n\n#define SDL_LOADSO_DLOPEN 1\n\n#define SDL_THREAD_PTHREAD 1\n#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP 1\n\n#define SDL_TIMER_UNIX 1\n\n#define SDL_VIDEO_DRIVER_DUMMY 1\n#define SDL_VIDEO_DRIVER_PANDORA 1\n#define SDL_VIDEO_RENDER_OGL_ES 1\n#define SDL_VIDEO_OPENGL_ES 1\n\n#endif /* _SDL_config_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_copying.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_cpuinfo.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_cpuinfo.h\n *\n *  CPU feature detection for SDL.\n */\n\n#ifndef _SDL_cpuinfo_h\n#define _SDL_cpuinfo_h\n\n#include \"SDL_stdinc.h\"\n\n/* Need to do this here because intrin.h has C++ code in it */\n/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */\n#if defined(_MSC_VER) && (_MSC_VER >= 1500) && (defined(_M_IX86) || defined(_M_X64))\n#include <intrin.h>\n#ifndef _WIN64\n#define __MMX__\n#define __3dNOW__\n#endif\n#define __SSE__\n#define __SSE2__\n#elif defined(__MINGW64_VERSION_MAJOR)\n#include <intrin.h>\n#else\n#ifdef __ALTIVEC__\n#if HAVE_ALTIVEC_H && !defined(__APPLE_ALTIVEC__)\n#include <altivec.h>\n#undef pixel\n#endif\n#endif\n#ifdef __MMX__\n#include <mmintrin.h>\n#endif\n#ifdef __3dNOW__\n#include <mm3dnow.h>\n#endif\n#ifdef __SSE__\n#include <xmmintrin.h>\n#endif\n#ifdef __SSE2__\n#include <emmintrin.h>\n#endif\n#endif\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* This is a guess for the cacheline size used for padding.\n * Most x86 processors have a 64 byte cache line.\n * The 64-bit PowerPC processors have a 128 byte cache line.\n * We'll use the larger value to be generally safe.\n */\n#define SDL_CACHELINE_SIZE  128\n\n/**\n *  This function returns the number of CPU cores available.\n */\nextern DECLSPEC int SDLCALL SDL_GetCPUCount(void);\n\n/**\n *  This function returns the L1 cache line size of the CPU\n *\n *  This is useful for determining multi-threaded structure padding\n *  or SIMD prefetch sizes.\n */\nextern DECLSPEC int SDLCALL SDL_GetCPUCacheLineSize(void);\n\n/**\n *  This function returns true if the CPU has the RDTSC instruction.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);\n\n/**\n *  This function returns true if the CPU has AltiVec features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);\n\n/**\n *  This function returns true if the CPU has MMX features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);\n\n/**\n *  This function returns true if the CPU has 3DNow! features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);\n\n/**\n *  This function returns true if the CPU has SSE features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);\n\n/**\n *  This function returns true if the CPU has SSE2 features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);\n\n/**\n *  This function returns true if the CPU has SSE3 features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasSSE3(void);\n\n/**\n *  This function returns true if the CPU has SSE4.1 features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);\n\n/**\n *  This function returns true if the CPU has SSE4.2 features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasSSE42(void);\n\n/**\n *  This function returns true if the CPU has AVX features.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasAVX(void);\n\n/**\n *  This function returns the amount of RAM configured in the system, in MB.\n */\nextern DECLSPEC int SDLCALL SDL_GetSystemRAM(void);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_cpuinfo_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_egl.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_opengles.h\n *\n *  This is a simple file to encapsulate the OpenGL ES 2.0 API headers.\n */\n#ifndef _MSC_VER\n\n#include <EGL/egl.h>\n\n#else /* _MSC_VER */\n\n/* EGL headers for Visual Studio */\n\n#ifndef __khrplatform_h_\n#define __khrplatform_h_\n\n/*\n** Copyright (c) 2008-2009 The Khronos Group Inc.\n**\n** Permission is hereby granted, free of charge, to any person obtaining a\n** copy of this software and/or associated documentation files (the\n** \"Materials\"), to deal in the Materials without restriction, including\n** without limitation the rights to use, copy, modify, merge, publish,\n** distribute, sublicense, and/or sell copies of the Materials, and to\n** permit persons to whom the Materials are furnished to do so, subject to\n** the following conditions:\n**\n** The above copyright notice and this permission notice shall be included\n** in all copies or substantial portions of the Materials.\n**\n** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n*/\n\n/* Khronos platform-specific types and definitions.\n*\n* $Revision: 23298 $ on $Date: 2013-09-30 17:07:13 -0700 (Mon, 30 Sep 2013) $\n*\n* Adopters may modify this file to suit their platform. Adopters are\n* encouraged to submit platform specific modifications to the Khronos\n* group so that they can be included in future versions of this file.\n* Please submit changes by sending them to the public Khronos Bugzilla\n* (http://khronos.org/bugzilla) by filing a bug against product\n* \"Khronos (general)\" component \"Registry\".\n*\n* A predefined template which fills in some of the bug fields can be\n* reached using http://tinyurl.com/khrplatform-h-bugreport, but you\n* must create a Bugzilla login first.\n*\n*\n* See the Implementer's Guidelines for information about where this file\n* should be located on your system and for more details of its use:\n*    http://www.khronos.org/registry/implementers_guide.pdf\n*\n* This file should be included as\n*        #include <KHR/khrplatform.h>\n* by Khronos client API header files that use its types and defines.\n*\n* The types in khrplatform.h should only be used to define API-specific types.\n*\n* Types defined in khrplatform.h:\n*    khronos_int8_t              signed   8  bit\n*    khronos_uint8_t             unsigned 8  bit\n*    khronos_int16_t             signed   16 bit\n*    khronos_uint16_t            unsigned 16 bit\n*    khronos_int32_t             signed   32 bit\n*    khronos_uint32_t            unsigned 32 bit\n*    khronos_int64_t             signed   64 bit\n*    khronos_uint64_t            unsigned 64 bit\n*    khronos_intptr_t            signed   same number of bits as a pointer\n*    khronos_uintptr_t           unsigned same number of bits as a pointer\n*    khronos_ssize_t             signed   size\n*    khronos_usize_t             unsigned size\n*    khronos_float_t             signed   32 bit floating point\n*    khronos_time_ns_t           unsigned 64 bit time in nanoseconds\n*    khronos_utime_nanoseconds_t unsigned time interval or absolute time in\n*                                         nanoseconds\n*    khronos_stime_nanoseconds_t signed time interval in nanoseconds\n*    khronos_boolean_enum_t      enumerated boolean type. This should\n*      only be used as a base type when a client API's boolean type is\n*      an enum. Client APIs which use an integer or other type for\n*      booleans cannot use this as the base type for their boolean.\n*\n* Tokens defined in khrplatform.h:\n*\n*    KHRONOS_FALSE, KHRONOS_TRUE Enumerated boolean false/true values.\n*\n*    KHRONOS_SUPPORT_INT64 is 1 if 64 bit integers are supported; otherwise 0.\n*    KHRONOS_SUPPORT_FLOAT is 1 if floats are supported; otherwise 0.\n*\n* Calling convention macros defined in this file:\n*    KHRONOS_APICALL\n*    KHRONOS_APIENTRY\n*    KHRONOS_APIATTRIBUTES\n*\n* These may be used in function prototypes as:\n*\n*      KHRONOS_APICALL void KHRONOS_APIENTRY funcname(\n*                                  int arg1,\n*                                  int arg2) KHRONOS_APIATTRIBUTES;\n*/\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APICALL\n*-------------------------------------------------------------------------\n* This precedes the return type of the function in the function prototype.\n*/\n#if defined(_WIN32) && !defined(__SCITECH_SNAP__)\n#   define KHRONOS_APICALL __declspec(dllimport)\n#elif defined (__SYMBIAN32__)\n#   define KHRONOS_APICALL IMPORT_C\n#else\n#   define KHRONOS_APICALL\n#endif\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APIENTRY\n*-------------------------------------------------------------------------\n* This follows the return type of the function  and precedes the function\n* name in the function prototype.\n*/\n#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(__SCITECH_SNAP__)\n/* Win32 but not WinCE */\n#   define KHRONOS_APIENTRY __stdcall\n#else\n#   define KHRONOS_APIENTRY\n#endif\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APIATTRIBUTES\n*-------------------------------------------------------------------------\n* This follows the closing parenthesis of the function prototype arguments.\n*/\n#if defined (__ARMCC_2__)\n#define KHRONOS_APIATTRIBUTES __softfp\n#else\n#define KHRONOS_APIATTRIBUTES\n#endif\n\n/*-------------------------------------------------------------------------\n* basic type definitions\n*-----------------------------------------------------------------------*/\n#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__GNUC__) || defined(__SCO__) || defined(__USLC__)\n\n\n/*\n* Using <stdint.h>\n*/\n#include <stdint.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(__VMS ) || defined(__sgi)\n\n/*\n* Using <inttypes.h>\n*/\n#include <inttypes.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(_WIN32) && !defined(__SCITECH_SNAP__)\n\n/*\n* Win32\n*/\ntypedef __int32                 khronos_int32_t;\ntypedef unsigned __int32        khronos_uint32_t;\ntypedef __int64                 khronos_int64_t;\ntypedef unsigned __int64        khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(__sun__) || defined(__digital__)\n\n/*\n* Sun or Digital\n*/\ntypedef int                     khronos_int32_t;\ntypedef unsigned int            khronos_uint32_t;\n#if defined(__arch64__) || defined(_LP64)\ntypedef long int                khronos_int64_t;\ntypedef unsigned long int       khronos_uint64_t;\n#else\ntypedef long long int           khronos_int64_t;\ntypedef unsigned long long int  khronos_uint64_t;\n#endif /* __arch64__ */\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif 0\n\n/*\n* Hypothetical platform with no float or int64 support\n*/\ntypedef int                     khronos_int32_t;\ntypedef unsigned int            khronos_uint32_t;\n#define KHRONOS_SUPPORT_INT64   0\n#define KHRONOS_SUPPORT_FLOAT   0\n\n#else\n\n/*\n* Generic fallback\n*/\n#include <stdint.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#endif\n\n\n/*\n* Types that are (so far) the same on all platforms\n*/\ntypedef signed   char          khronos_int8_t;\ntypedef unsigned char          khronos_uint8_t;\ntypedef signed   short int     khronos_int16_t;\ntypedef unsigned short int     khronos_uint16_t;\n\n/*\n* Types that differ between LLP64 and LP64 architectures - in LLP64,\n* pointers are 64 bits, but 'long' is still 32 bits. Win64 appears\n* to be the only LLP64 architecture in current use.\n*/\n#ifdef _WIN64\ntypedef signed   long long int khronos_intptr_t;\ntypedef unsigned long long int khronos_uintptr_t;\ntypedef signed   long long int khronos_ssize_t;\ntypedef unsigned long long int khronos_usize_t;\n#else\ntypedef signed   long  int     khronos_intptr_t;\ntypedef unsigned long  int     khronos_uintptr_t;\ntypedef signed   long  int     khronos_ssize_t;\ntypedef unsigned long  int     khronos_usize_t;\n#endif\n\n#if KHRONOS_SUPPORT_FLOAT\n/*\n* Float type\n*/\ntypedef          float         khronos_float_t;\n#endif\n\n#if KHRONOS_SUPPORT_INT64\n/* Time types\n*\n* These types can be used to represent a time interval in nanoseconds or\n* an absolute Unadjusted System Time.  Unadjusted System Time is the number\n* of nanoseconds since some arbitrary system event (e.g. since the last\n* time the system booted).  The Unadjusted System Time is an unsigned\n* 64 bit value that wraps back to 0 every 584 years.  Time intervals\n* may be either signed or unsigned.\n*/\ntypedef khronos_uint64_t       khronos_utime_nanoseconds_t;\ntypedef khronos_int64_t        khronos_stime_nanoseconds_t;\n#endif\n\n/*\n* Dummy value used to pad enum types to 32 bits.\n*/\n#ifndef KHRONOS_MAX_ENUM\n#define KHRONOS_MAX_ENUM 0x7FFFFFFF\n#endif\n\n/*\n* Enumerated boolean type\n*\n* Values other than zero should be considered to be true.  Therefore\n* comparisons should not be made against KHRONOS_TRUE.\n*/\ntypedef enum {\n    KHRONOS_FALSE = 0,\n    KHRONOS_TRUE = 1,\n    KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM\n} khronos_boolean_enum_t;\n\n#endif /* __khrplatform_h_ */\n\n\n#ifndef __eglplatform_h_\n#define __eglplatform_h_\n\n/*\n** Copyright (c) 2007-2009 The Khronos Group Inc.\n**\n** Permission is hereby granted, free of charge, to any person obtaining a\n** copy of this software and/or associated documentation files (the\n** \"Materials\"), to deal in the Materials without restriction, including\n** without limitation the rights to use, copy, modify, merge, publish,\n** distribute, sublicense, and/or sell copies of the Materials, and to\n** permit persons to whom the Materials are furnished to do so, subject to\n** the following conditions:\n**\n** The above copyright notice and this permission notice shall be included\n** in all copies or substantial portions of the Materials.\n**\n** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n*/\n\n/* Platform-specific types and definitions for egl.h\n* $Revision: 12306 $ on $Date: 2010-08-25 09:51:28 -0700 (Wed, 25 Aug 2010) $\n*\n* Adopters may modify khrplatform.h and this file to suit their platform.\n* You are encouraged to submit all modifications to the Khronos group so that\n* they can be included in future versions of this file.  Please submit changes\n* by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)\n* by filing a bug against product \"EGL\" component \"Registry\".\n*/\n\n/*#include <KHR/khrplatform.h>*/\n\n/* Macros used in EGL function prototype declarations.\n*\n* EGL functions should be prototyped as:\n*\n* EGLAPI return-type EGLAPIENTRY eglFunction(arguments);\n* typedef return-type (EXPAPIENTRYP PFNEGLFUNCTIONPROC) (arguments);\n*\n* KHRONOS_APICALL and KHRONOS_APIENTRY are defined in KHR/khrplatform.h\n*/\n\n#ifndef EGLAPI\n#define EGLAPI KHRONOS_APICALL\n#endif\n\n#ifndef EGLAPIENTRY\n#define EGLAPIENTRY  KHRONOS_APIENTRY\n#endif\n#define EGLAPIENTRYP EGLAPIENTRY*\n\n/* The types NativeDisplayType, NativeWindowType, and NativePixmapType\n* are aliases of window-system-dependent types, such as X Display * or\n* Windows Device Context. They must be defined in platform-specific\n* code below. The EGL-prefixed versions of Native*Type are the same\n* types, renamed in EGL 1.3 so all types in the API start with \"EGL\".\n*\n* Khronos STRONGLY RECOMMENDS that you use the default definitions\n* provided below, since these changes affect both binary and source\n* portability of applications using EGL running on different EGL\n* implementations.\n*/\n\n#if defined(_WIN32) || defined(__VC32__) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) /* Win32 and WinCE */\n#ifndef WIN32_LEAN_AND_MEAN\n#define WIN32_LEAN_AND_MEAN 1\n#endif\n#include <windows.h>\n\n#if __WINRT__\n#include <Unknwn.h>\ntypedef IUnknown * EGLNativeWindowType;\ntypedef int EGLNativeDisplayType;\ntypedef HBITMAP EGLNativePixmapType;\n#else\ntypedef HDC     EGLNativeDisplayType;\ntypedef HBITMAP EGLNativePixmapType;\ntypedef HWND    EGLNativeWindowType;\n#endif\n\n#elif defined(__WINSCW__) || defined(__SYMBIAN32__)  /* Symbian */\n\ntypedef int   EGLNativeDisplayType;\ntypedef void *EGLNativeWindowType;\ntypedef void *EGLNativePixmapType;\n\n#elif defined(WL_EGL_PLATFORM)\n\ntypedef struct wl_display     *EGLNativeDisplayType;\ntypedef struct wl_egl_pixmap  *EGLNativePixmapType;\ntypedef struct wl_egl_window  *EGLNativeWindowType;\n\n#elif defined(__GBM__)\n\ntypedef struct gbm_device  *EGLNativeDisplayType;\ntypedef struct gbm_bo      *EGLNativePixmapType;\ntypedef void               *EGLNativeWindowType;\n\n#elif defined(ANDROID) /* Android */\n\nstruct ANativeWindow;\nstruct egl_native_pixmap_t;\n\ntypedef struct ANativeWindow        *EGLNativeWindowType;\ntypedef struct egl_native_pixmap_t  *EGLNativePixmapType;\ntypedef void                        *EGLNativeDisplayType;\n\n#elif defined(MIR_EGL_PLATFORM)\n\n#include <mir_toolkit/mir_client_library.h>\ntypedef MirEGLNativeDisplayType EGLNativeDisplayType;\ntypedef void                   *EGLNativePixmapType;\ntypedef MirEGLNativeWindowType  EGLNativeWindowType;\n\n#elif defined(__unix__)\n\n#ifdef MESA_EGL_NO_X11_HEADERS\n\ntypedef void            *EGLNativeDisplayType;\ntypedef khronos_uintptr_t EGLNativePixmapType;\ntypedef khronos_uintptr_t EGLNativeWindowType;\n\n#else\n\n/* X11 (tentative)  */\n#include <X11/Xlib.h>\n#include <X11/Xutil.h>\n\ntypedef Display *EGLNativeDisplayType;\ntypedef Pixmap   EGLNativePixmapType;\ntypedef Window   EGLNativeWindowType;\n\n#endif /* MESA_EGL_NO_X11_HEADERS */\n\n#else\n#error \"Platform not recognized\"\n#endif\n\n/* EGL 1.2 types, renamed for consistency in EGL 1.3 */\ntypedef EGLNativeDisplayType NativeDisplayType;\ntypedef EGLNativePixmapType  NativePixmapType;\ntypedef EGLNativeWindowType  NativeWindowType;\n\n\n/* Define EGLint. This must be a signed integral type large enough to contain\n* all legal attribute names and values passed into and out of EGL, whether\n* their type is boolean, bitmask, enumerant (symbolic constant), integer,\n* handle, or other.  While in general a 32-bit integer will suffice, if\n* handles are 64 bit types, then EGLint should be defined as a signed 64-bit\n* integer type.\n*/\ntypedef khronos_int32_t EGLint;\n\n#endif /* __eglplatform_h */\n\n/* -*- mode: c; tab-width: 8; -*- */\n/* vi: set sw=4 ts=8: */\n/* Reference version of egl.h for EGL 1.4.\n* $Revision: 9356 $ on $Date: 2009-10-21 02:52:25 -0700 (Wed, 21 Oct 2009) $\n*/\n\n/*\n** Copyright (c) 2007-2009 The Khronos Group Inc.\n**\n** Permission is hereby granted, free of charge, to any person obtaining a\n** copy of this software and/or associated documentation files (the\n** \"Materials\"), to deal in the Materials without restriction, including\n** without limitation the rights to use, copy, modify, merge, publish,\n** distribute, sublicense, and/or sell copies of the Materials, and to\n** permit persons to whom the Materials are furnished to do so, subject to\n** the following conditions:\n**\n** The above copyright notice and this permission notice shall be included\n** in all copies or substantial portions of the Materials.\n**\n** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n*/\n\n#ifndef __egl_h_\n#define __egl_h_\n\n/* All platform-dependent types and macro boilerplate (such as EGLAPI\n* and EGLAPIENTRY) should go in eglplatform.h.\n*/\n/*#include <EGL/eglplatform.h>*/\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n    /* EGL Types */\n    /* EGLint is defined in eglplatform.h */\n    typedef unsigned int EGLBoolean;\n    typedef unsigned int EGLenum;\n    typedef void *EGLConfig;\n    typedef void *EGLContext;\n    typedef void *EGLDisplay;\n    typedef void *EGLSurface;\n    typedef void *EGLClientBuffer;\n\n    /* EGL Versioning */\n#define EGL_VERSION_1_0\t\t\t1\n#define EGL_VERSION_1_1\t\t\t1\n#define EGL_VERSION_1_2\t\t\t1\n#define EGL_VERSION_1_3\t\t\t1\n#define EGL_VERSION_1_4\t\t\t1\n\n    /* EGL Enumerants. Bitmasks and other exceptional cases aside, most\n    * enums are assigned unique values starting at 0x3000.\n    */\n\n    /* EGL aliases */\n#define EGL_FALSE\t\t\t0\n#define EGL_TRUE\t\t\t1\n\n    /* Out-of-band handle values */\n#define EGL_DEFAULT_DISPLAY\t\t((EGLNativeDisplayType)0)\n#define EGL_NO_CONTEXT\t\t\t((EGLContext)0)\n#define EGL_NO_DISPLAY\t\t\t((EGLDisplay)0)\n#define EGL_NO_SURFACE\t\t\t((EGLSurface)0)\n\n    /* Out-of-band attribute value */\n#define EGL_DONT_CARE\t\t\t((EGLint)-1)\n\n    /* Errors / GetError return values */\n#define EGL_SUCCESS\t\t\t0x3000\n#define EGL_NOT_INITIALIZED\t\t0x3001\n#define EGL_BAD_ACCESS\t\t\t0x3002\n#define EGL_BAD_ALLOC\t\t\t0x3003\n#define EGL_BAD_ATTRIBUTE\t\t0x3004\n#define EGL_BAD_CONFIG\t\t\t0x3005\n#define EGL_BAD_CONTEXT\t\t\t0x3006\n#define EGL_BAD_CURRENT_SURFACE\t\t0x3007\n#define EGL_BAD_DISPLAY\t\t\t0x3008\n#define EGL_BAD_MATCH\t\t\t0x3009\n#define EGL_BAD_NATIVE_PIXMAP\t\t0x300A\n#define EGL_BAD_NATIVE_WINDOW\t\t0x300B\n#define EGL_BAD_PARAMETER\t\t0x300C\n#define EGL_BAD_SURFACE\t\t\t0x300D\n#define EGL_CONTEXT_LOST\t\t0x300E\t/* EGL 1.1 - IMG_power_management */\n\n    /* Reserved 0x300F-0x301F for additional errors */\n\n    /* Config attributes */\n#define EGL_BUFFER_SIZE\t\t\t0x3020\n#define EGL_ALPHA_SIZE\t\t\t0x3021\n#define EGL_BLUE_SIZE\t\t\t0x3022\n#define EGL_GREEN_SIZE\t\t\t0x3023\n#define EGL_RED_SIZE\t\t\t0x3024\n#define EGL_DEPTH_SIZE\t\t\t0x3025\n#define EGL_STENCIL_SIZE\t\t0x3026\n#define EGL_CONFIG_CAVEAT\t\t0x3027\n#define EGL_CONFIG_ID\t\t\t0x3028\n#define EGL_LEVEL\t\t\t0x3029\n#define EGL_MAX_PBUFFER_HEIGHT\t\t0x302A\n#define EGL_MAX_PBUFFER_PIXELS\t\t0x302B\n#define EGL_MAX_PBUFFER_WIDTH\t\t0x302C\n#define EGL_NATIVE_RENDERABLE\t\t0x302D\n#define EGL_NATIVE_VISUAL_ID\t\t0x302E\n#define EGL_NATIVE_VISUAL_TYPE\t\t0x302F\n#define EGL_SAMPLES\t\t\t0x3031\n#define EGL_SAMPLE_BUFFERS\t\t0x3032\n#define EGL_SURFACE_TYPE\t\t0x3033\n#define EGL_TRANSPARENT_TYPE\t\t0x3034\n#define EGL_TRANSPARENT_BLUE_VALUE\t0x3035\n#define EGL_TRANSPARENT_GREEN_VALUE\t0x3036\n#define EGL_TRANSPARENT_RED_VALUE\t0x3037\n#define EGL_NONE\t\t\t0x3038\t/* Attrib list terminator */\n#define EGL_BIND_TO_TEXTURE_RGB\t\t0x3039\n#define EGL_BIND_TO_TEXTURE_RGBA\t0x303A\n#define EGL_MIN_SWAP_INTERVAL\t\t0x303B\n#define EGL_MAX_SWAP_INTERVAL\t\t0x303C\n#define EGL_LUMINANCE_SIZE\t\t0x303D\n#define EGL_ALPHA_MASK_SIZE\t\t0x303E\n#define EGL_COLOR_BUFFER_TYPE\t\t0x303F\n#define EGL_RENDERABLE_TYPE\t\t0x3040\n#define EGL_MATCH_NATIVE_PIXMAP\t\t0x3041\t/* Pseudo-attribute (not queryable) */\n#define EGL_CONFORMANT\t\t\t0x3042\n\n    /* Reserved 0x3041-0x304F for additional config attributes */\n\n    /* Config attribute values */\n#define EGL_SLOW_CONFIG\t\t\t0x3050\t/* EGL_CONFIG_CAVEAT value */\n#define EGL_NON_CONFORMANT_CONFIG\t0x3051\t/* EGL_CONFIG_CAVEAT value */\n#define EGL_TRANSPARENT_RGB\t\t0x3052\t/* EGL_TRANSPARENT_TYPE value */\n#define EGL_RGB_BUFFER\t\t\t0x308E\t/* EGL_COLOR_BUFFER_TYPE value */\n#define EGL_LUMINANCE_BUFFER\t\t0x308F\t/* EGL_COLOR_BUFFER_TYPE value */\n\n    /* More config attribute values, for EGL_TEXTURE_FORMAT */\n#define EGL_NO_TEXTURE\t\t\t0x305C\n#define EGL_TEXTURE_RGB\t\t\t0x305D\n#define EGL_TEXTURE_RGBA\t\t0x305E\n#define EGL_TEXTURE_2D\t\t\t0x305F\n\n    /* Config attribute mask bits */\n#define EGL_PBUFFER_BIT\t\t\t0x0001\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_PIXMAP_BIT\t\t\t0x0002\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_WINDOW_BIT\t\t\t0x0004\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_VG_COLORSPACE_LINEAR_BIT\t0x0020\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_VG_ALPHA_FORMAT_PRE_BIT\t0x0040\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200\t/* EGL_SURFACE_TYPE mask bits */\n#define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400\t/* EGL_SURFACE_TYPE mask bits */\n\n#define EGL_OPENGL_ES_BIT\t\t0x0001\t/* EGL_RENDERABLE_TYPE mask bits */\n#define EGL_OPENVG_BIT\t\t\t0x0002\t/* EGL_RENDERABLE_TYPE mask bits */\n#define EGL_OPENGL_ES2_BIT\t\t0x0004\t/* EGL_RENDERABLE_TYPE mask bits */\n#define EGL_OPENGL_BIT\t\t\t0x0008\t/* EGL_RENDERABLE_TYPE mask bits */\n\n    /* QueryString targets */\n#define EGL_VENDOR\t\t\t0x3053\n#define EGL_VERSION\t\t\t0x3054\n#define EGL_EXTENSIONS\t\t\t0x3055\n#define EGL_CLIENT_APIS\t\t\t0x308D\n\n    /* QuerySurface / SurfaceAttrib / CreatePbufferSurface targets */\n#define EGL_HEIGHT\t\t\t0x3056\n#define EGL_WIDTH\t\t\t0x3057\n#define EGL_LARGEST_PBUFFER\t\t0x3058\n#define EGL_TEXTURE_FORMAT\t\t0x3080\n#define EGL_TEXTURE_TARGET\t\t0x3081\n#define EGL_MIPMAP_TEXTURE\t\t0x3082\n#define EGL_MIPMAP_LEVEL\t\t0x3083\n#define EGL_RENDER_BUFFER\t\t0x3086\n#define EGL_VG_COLORSPACE\t\t0x3087\n#define EGL_VG_ALPHA_FORMAT\t\t0x3088\n#define EGL_HORIZONTAL_RESOLUTION\t0x3090\n#define EGL_VERTICAL_RESOLUTION\t\t0x3091\n#define EGL_PIXEL_ASPECT_RATIO\t\t0x3092\n#define EGL_SWAP_BEHAVIOR\t\t0x3093\n#define EGL_MULTISAMPLE_RESOLVE\t\t0x3099\n\n    /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */\n#define EGL_BACK_BUFFER\t\t\t0x3084\n#define EGL_SINGLE_BUFFER\t\t0x3085\n\n    /* OpenVG color spaces */\n#define EGL_VG_COLORSPACE_sRGB\t\t0x3089\t/* EGL_VG_COLORSPACE value */\n#define EGL_VG_COLORSPACE_LINEAR\t0x308A\t/* EGL_VG_COLORSPACE value */\n\n    /* OpenVG alpha formats */\n#define EGL_VG_ALPHA_FORMAT_NONPRE\t0x308B\t/* EGL_ALPHA_FORMAT value */\n#define EGL_VG_ALPHA_FORMAT_PRE\t\t0x308C\t/* EGL_ALPHA_FORMAT value */\n\n    /* Constant scale factor by which fractional display resolutions &\n    * aspect ratio are scaled when queried as integer values.\n    */\n#define EGL_DISPLAY_SCALING\t\t10000\n\n    /* Unknown display resolution/aspect ratio */\n#define EGL_UNKNOWN\t\t\t((EGLint)-1)\n\n    /* Back buffer swap behaviors */\n#define EGL_BUFFER_PRESERVED\t\t0x3094\t/* EGL_SWAP_BEHAVIOR value */\n#define EGL_BUFFER_DESTROYED\t\t0x3095\t/* EGL_SWAP_BEHAVIOR value */\n\n    /* CreatePbufferFromClientBuffer buffer types */\n#define EGL_OPENVG_IMAGE\t\t0x3096\n\n    /* QueryContext targets */\n#define EGL_CONTEXT_CLIENT_TYPE\t\t0x3097\n\n    /* CreateContext attributes */\n#define EGL_CONTEXT_CLIENT_VERSION\t0x3098\n\n    /* Multisample resolution behaviors */\n#define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A\t/* EGL_MULTISAMPLE_RESOLVE value */\n#define EGL_MULTISAMPLE_RESOLVE_BOX\t0x309B\t/* EGL_MULTISAMPLE_RESOLVE value */\n\n    /* BindAPI/QueryAPI targets */\n#define EGL_OPENGL_ES_API\t\t0x30A0\n#define EGL_OPENVG_API\t\t\t0x30A1\n#define EGL_OPENGL_API\t\t\t0x30A2\n\n    /* GetCurrentSurface targets */\n#define EGL_DRAW\t\t\t0x3059\n#define EGL_READ\t\t\t0x305A\n\n    /* WaitNative engines */\n#define EGL_CORE_NATIVE_ENGINE\t\t0x305B\n\n    /* EGL 1.2 tokens renamed for consistency in EGL 1.3 */\n#define EGL_COLORSPACE\t\t\tEGL_VG_COLORSPACE\n#define EGL_ALPHA_FORMAT\t\tEGL_VG_ALPHA_FORMAT\n#define EGL_COLORSPACE_sRGB\t\tEGL_VG_COLORSPACE_sRGB\n#define EGL_COLORSPACE_LINEAR\t\tEGL_VG_COLORSPACE_LINEAR\n#define EGL_ALPHA_FORMAT_NONPRE\t\tEGL_VG_ALPHA_FORMAT_NONPRE\n#define EGL_ALPHA_FORMAT_PRE\t\tEGL_VG_ALPHA_FORMAT_PRE\n\n    /* EGL extensions must request enum blocks from the Khronos\n    * API Registrar, who maintains the enumerant registry. Submit\n    * a bug in Khronos Bugzilla against task \"Registry\".\n    */\n\n\n\n    /* EGL Functions */\n\n    EGLAPI EGLint EGLAPIENTRY eglGetError(void);\n\n    EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);\n    EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);\n    EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);\n\n    EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,\n        EGLint config_size, EGLint *num_config);\n    EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,\n        EGLConfig *configs, EGLint config_size,\n        EGLint *num_config);\n    EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,\n        EGLint attribute, EGLint *value);\n\n    EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,\n        EGLNativeWindowType win,\n        const EGLint *attrib_list);\n    EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,\n        const EGLint *attrib_list);\n    EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,\n        EGLNativePixmapType pixmap,\n        const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,\n        EGLint attribute, EGLint *value);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);\n    EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);\n\n    EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(\n        EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,\n        EGLConfig config, const EGLint *attrib_list);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,\n        EGLint attribute, EGLint value);\n    EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);\n    EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);\n\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);\n\n\n    EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,\n        EGLContext share_context,\n        const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);\n    EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,\n        EGLSurface read, EGLContext ctx);\n\n    EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);\n    EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);\n    EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,\n        EGLint attribute, EGLint *value);\n\n    EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);\n    EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);\n    EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);\n    EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,\n        EGLNativePixmapType target);\n\n    /* This is a generic function pointer type, whose name indicates it must\n    * be cast to the proper type *and calling convention* before use.\n    */\n    typedef void(*__eglMustCastToProperFunctionPointerType)(void);\n\n    /* Now, define eglGetProcAddress using the generic function ptr. type */\n    EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY\n        eglGetProcAddress(const char *procname);\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* __egl_h_ */\n\n\n\n\n#ifndef __eglext_h_\n#define __eglext_h_\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n    /*\n    ** Copyright (c) 2007-2013 The Khronos Group Inc.\n    **\n    ** Permission is hereby granted, free of charge, to any person obtaining a\n    ** copy of this software and/or associated documentation files (the\n    ** \"Materials\"), to deal in the Materials without restriction, including\n    ** without limitation the rights to use, copy, modify, merge, publish,\n    ** distribute, sublicense, and/or sell copies of the Materials, and to\n    ** permit persons to whom the Materials are furnished to do so, subject to\n    ** the following conditions:\n    **\n    ** The above copyright notice and this permission notice shall be included\n    ** in all copies or substantial portions of the Materials.\n    **\n    ** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n    ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n    ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n    ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n    ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n    ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n    ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n    */\n\n/* #include <EGL/eglplatform.h> */\n\n    /*************************************************************/\n\n    /* Header file version number */\n    /* Current version at http://www.khronos.org/registry/egl/ */\n    /* $Revision: 21254 $ on $Date: 2013-04-25 03:11:55 -0700 (Thu, 25 Apr 2013) $ */\n#define EGL_EGLEXT_VERSION 16\n\n#ifndef EGL_KHR_config_attribs\n#define EGL_KHR_config_attribs 1\n#define EGL_CONFORMANT_KHR\t\t\t0x3042\t/* EGLConfig attribute */\n#define EGL_VG_COLORSPACE_LINEAR_BIT_KHR\t0x0020\t/* EGL_SURFACE_TYPE bitfield */\n#define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR\t\t0x0040\t/* EGL_SURFACE_TYPE bitfield */\n#endif\n\n#ifndef EGL_KHR_lock_surface\n#define EGL_KHR_lock_surface 1\n#define EGL_READ_SURFACE_BIT_KHR\t\t0x0001\t/* EGL_LOCK_USAGE_HINT_KHR bitfield */\n#define EGL_WRITE_SURFACE_BIT_KHR\t\t0x0002\t/* EGL_LOCK_USAGE_HINT_KHR bitfield */\n#define EGL_LOCK_SURFACE_BIT_KHR\t\t0x0080\t/* EGL_SURFACE_TYPE bitfield */\n#define EGL_OPTIMAL_FORMAT_BIT_KHR\t\t0x0100\t/* EGL_SURFACE_TYPE bitfield */\n#define EGL_MATCH_FORMAT_KHR\t\t\t0x3043\t/* EGLConfig attribute */\n#define EGL_FORMAT_RGB_565_EXACT_KHR\t\t0x30C0\t/* EGL_MATCH_FORMAT_KHR value */\n#define EGL_FORMAT_RGB_565_KHR\t\t\t0x30C1\t/* EGL_MATCH_FORMAT_KHR value */\n#define EGL_FORMAT_RGBA_8888_EXACT_KHR\t\t0x30C2\t/* EGL_MATCH_FORMAT_KHR value */\n#define EGL_FORMAT_RGBA_8888_KHR\t\t0x30C3\t/* EGL_MATCH_FORMAT_KHR value */\n#define EGL_MAP_PRESERVE_PIXELS_KHR\t\t0x30C4\t/* eglLockSurfaceKHR attribute */\n#define EGL_LOCK_USAGE_HINT_KHR\t\t\t0x30C5\t/* eglLockSurfaceKHR attribute */\n#define EGL_BITMAP_POINTER_KHR\t\t\t0x30C6\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PITCH_KHR\t\t\t0x30C7\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_ORIGIN_KHR\t\t\t0x30C8\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PIXEL_RED_OFFSET_KHR\t\t0x30C9\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR\t0x30CA\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR\t0x30CB\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR\t0x30CC\t/* eglQuerySurface attribute */\n#define EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR\t0x30CD\t/* eglQuerySurface attribute */\n#define EGL_LOWER_LEFT_KHR\t\t\t0x30CE\t/* EGL_BITMAP_ORIGIN_KHR value */\n#define EGL_UPPER_LEFT_KHR\t\t\t0x30CF\t/* EGL_BITMAP_ORIGIN_KHR value */\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);\n#endif\n\n#ifndef EGL_KHR_image\n#define EGL_KHR_image 1\n#define EGL_NATIVE_PIXMAP_KHR\t\t\t0x30B0\t/* eglCreateImageKHR target */\n    typedef void *EGLImageKHR;\n#define EGL_NO_IMAGE_KHR\t\t\t((EGLImageKHR)0)\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLImageKHR(EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);\n#endif\n\n#ifndef EGL_KHR_vg_parent_image\n#define EGL_KHR_vg_parent_image 1\n#define EGL_VG_PARENT_IMAGE_KHR\t\t\t0x30BA\t/* eglCreateImageKHR target */\n#endif\n\n#ifndef EGL_KHR_gl_texture_2D_image\n#define EGL_KHR_gl_texture_2D_image 1\n#define EGL_GL_TEXTURE_2D_KHR\t\t\t0x30B1\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_LEVEL_KHR\t\t0x30BC\t/* eglCreateImageKHR attribute */\n#endif\n\n#ifndef EGL_KHR_gl_texture_cubemap_image\n#define EGL_KHR_gl_texture_cubemap_image 1\n#define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR\t0x30B3\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR\t0x30B4\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR\t0x30B5\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR\t0x30B6\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR\t0x30B7\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR\t0x30B8\t/* eglCreateImageKHR target */\n#endif\n\n#ifndef EGL_KHR_gl_texture_3D_image\n#define EGL_KHR_gl_texture_3D_image 1\n#define EGL_GL_TEXTURE_3D_KHR\t\t\t0x30B2\t/* eglCreateImageKHR target */\n#define EGL_GL_TEXTURE_ZOFFSET_KHR\t\t0x30BD\t/* eglCreateImageKHR attribute */\n#endif\n\n#ifndef EGL_KHR_gl_renderbuffer_image\n#define EGL_KHR_gl_renderbuffer_image 1\n#define EGL_GL_RENDERBUFFER_KHR\t\t\t0x30B9\t/* eglCreateImageKHR target */\n#endif\n\n#if KHRONOS_SUPPORT_INT64   /* EGLTimeKHR requires 64-bit uint support */\n#ifndef EGL_KHR_reusable_sync\n#define EGL_KHR_reusable_sync 1\n\n    typedef void* EGLSyncKHR;\n    typedef khronos_utime_nanoseconds_t EGLTimeKHR;\n\n#define EGL_SYNC_STATUS_KHR\t\t\t0x30F1\n#define EGL_SIGNALED_KHR\t\t\t0x30F2\n#define EGL_UNSIGNALED_KHR\t\t\t0x30F3\n#define EGL_TIMEOUT_EXPIRED_KHR\t\t\t0x30F5\n#define EGL_CONDITION_SATISFIED_KHR\t\t0x30F6\n#define EGL_SYNC_TYPE_KHR\t\t\t0x30F7\n#define EGL_SYNC_REUSABLE_KHR\t\t\t0x30FA\n#define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR\t\t0x0001\t/* eglClientWaitSyncKHR <flags> bitfield */\n#define EGL_FOREVER_KHR\t\t\t\t0xFFFFFFFFFFFFFFFFull\n#define EGL_NO_SYNC_KHR\t\t\t\t((EGLSyncKHR)0)\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);\n    EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);\n    EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);\n    EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLSyncKHR(EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);\n    typedef EGLint(EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);\n#endif\n#endif\n\n#ifndef EGL_KHR_image_base\n#define EGL_KHR_image_base 1\n    /* Most interfaces defined by EGL_KHR_image_pixmap above */\n#define EGL_IMAGE_PRESERVED_KHR\t\t\t0x30D2\t/* eglCreateImageKHR attribute */\n#endif\n\n#ifndef EGL_KHR_image_pixmap\n#define EGL_KHR_image_pixmap 1\n    /* Interfaces defined by EGL_KHR_image above */\n#endif\n\n#ifndef EGL_IMG_context_priority\n#define EGL_IMG_context_priority 1\n#define EGL_CONTEXT_PRIORITY_LEVEL_IMG\t\t0x3100\n#define EGL_CONTEXT_PRIORITY_HIGH_IMG\t\t0x3101\n#define EGL_CONTEXT_PRIORITY_MEDIUM_IMG\t\t0x3102\n#define EGL_CONTEXT_PRIORITY_LOW_IMG\t\t0x3103\n#endif\n\n#ifndef EGL_KHR_lock_surface2\n#define EGL_KHR_lock_surface2 1\n#define EGL_BITMAP_PIXEL_SIZE_KHR\t\t0x3110\n#endif\n\n#ifndef EGL_NV_coverage_sample\n#define EGL_NV_coverage_sample 1\n#define EGL_COVERAGE_BUFFERS_NV\t\t\t0x30E0\n#define EGL_COVERAGE_SAMPLES_NV\t\t\t0x30E1\n#endif\n\n#ifndef EGL_NV_depth_nonlinear\n#define EGL_NV_depth_nonlinear 1\n#define EGL_DEPTH_ENCODING_NV\t\t\t0x30E2\n#define EGL_DEPTH_ENCODING_NONE_NV 0\n#define EGL_DEPTH_ENCODING_NONLINEAR_NV\t\t0x30E3\n#endif\n\n#if KHRONOS_SUPPORT_INT64   /* EGLTimeNV requires 64-bit uint support */\n#ifndef EGL_NV_sync\n#define EGL_NV_sync 1\n#define EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV\t0x30E6\n#define EGL_SYNC_STATUS_NV\t\t\t0x30E7\n#define EGL_SIGNALED_NV\t\t\t\t0x30E8\n#define EGL_UNSIGNALED_NV\t\t\t0x30E9\n#define EGL_SYNC_FLUSH_COMMANDS_BIT_NV\t\t0x0001\n#define EGL_FOREVER_NV\t\t\t\t0xFFFFFFFFFFFFFFFFull\n#define EGL_ALREADY_SIGNALED_NV\t\t\t0x30EA\n#define EGL_TIMEOUT_EXPIRED_NV\t\t\t0x30EB\n#define EGL_CONDITION_SATISFIED_NV\t\t0x30EC\n#define EGL_SYNC_TYPE_NV\t\t\t0x30ED\n#define EGL_SYNC_CONDITION_NV\t\t\t0x30EE\n#define EGL_SYNC_FENCE_NV\t\t\t0x30EF\n#define EGL_NO_SYNC_NV\t\t\t\t((EGLSyncNV)0)\n    typedef void* EGLSyncNV;\n    typedef khronos_utime_nanoseconds_t EGLTimeNV;\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV(EGLSyncNV sync);\n    EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV(EGLSyncNV sync);\n    EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV(EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);\n    EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV(EGLSyncNV sync, EGLenum mode);\n    EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint *value);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLSyncNV(EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLDESTROYSYNCNVPROC) (EGLSyncNV sync);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLFENCENVPROC) (EGLSyncNV sync);\n    typedef EGLint(EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLint *value);\n#endif\n#endif\n\n#if KHRONOS_SUPPORT_INT64   /* Dependent on EGL_KHR_reusable_sync which requires 64-bit uint support */\n#ifndef EGL_KHR_fence_sync\n#define EGL_KHR_fence_sync 1\n    /* Reuses most tokens and entry points from EGL_KHR_reusable_sync */\n#define EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR\t0x30F0\n#define EGL_SYNC_CONDITION_KHR\t\t\t0x30F8\n#define EGL_SYNC_FENCE_KHR\t\t\t0x30F9\n#endif\n#endif\n\n#ifndef EGL_HI_clientpixmap\n#define EGL_HI_clientpixmap 1\n\n    /* Surface Attribute */\n#define EGL_CLIENT_PIXMAP_POINTER_HI\t\t0x8F74\n    /*\n    * Structure representing a client pixmap\n    * (pixmap's data is in client-space memory).\n    */\n    struct EGLClientPixmapHI\n    {\n        void*\t\tpData;\n        EGLint\t\tiWidth;\n        EGLint\t\tiHeight;\n        EGLint\t\tiStride;\n    };\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLSurface(EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);\n#endif\t/* EGL_HI_clientpixmap */\n\n#ifndef EGL_HI_colorformats\n#define EGL_HI_colorformats 1\n    /* Config Attribute */\n#define EGL_COLOR_FORMAT_HI\t\t\t0x8F70\n    /* Color Formats */\n#define EGL_COLOR_RGB_HI\t\t\t0x8F71\n#define EGL_COLOR_RGBA_HI\t\t\t0x8F72\n#define EGL_COLOR_ARGB_HI\t\t\t0x8F73\n#endif /* EGL_HI_colorformats */\n\n#ifndef EGL_MESA_drm_image\n#define EGL_MESA_drm_image 1\n#define EGL_DRM_BUFFER_FORMAT_MESA\t\t0x31D0\t    /* CreateDRMImageMESA attribute */\n#define EGL_DRM_BUFFER_USE_MESA\t\t\t0x31D1\t    /* CreateDRMImageMESA attribute */\n#define EGL_DRM_BUFFER_FORMAT_ARGB32_MESA\t0x31D2\t    /* EGL_IMAGE_FORMAT_MESA attribute value */\n#define EGL_DRM_BUFFER_MESA\t\t\t0x31D3\t    /* eglCreateImageKHR target */\n#define EGL_DRM_BUFFER_STRIDE_MESA\t\t0x31D4\n#define EGL_DRM_BUFFER_USE_SCANOUT_MESA\t\t0x00000001  /* EGL_DRM_BUFFER_USE_MESA bits */\n#define EGL_DRM_BUFFER_USE_SHARE_MESA\t\t0x00000002  /* EGL_DRM_BUFFER_USE_MESA bits */\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA(EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLImageKHR(EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);\n#endif\n\n#ifndef EGL_NV_post_sub_buffer\n#define EGL_NV_post_sub_buffer 1\n#define EGL_POST_SUB_BUFFER_SUPPORTED_NV\t0x30BE\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);\n#endif\n\n#ifndef EGL_ANGLE_query_surface_pointer\n#define EGL_ANGLE_query_surface_pointer 1\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);\n#endif\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);\n#endif\n\n#ifndef EGL_ANGLE_surface_d3d_texture_2d_share_handle\n#define EGL_ANGLE_surface_d3d_texture_2d_share_handle 1\n#define EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE\t0x3200\n#endif\n\n#ifndef EGL_NV_coverage_sample_resolve\n#define EGL_NV_coverage_sample_resolve 1\n#define EGL_COVERAGE_SAMPLE_RESOLVE_NV\t\t0x3131\n#define EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV\t0x3132\n#define EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV\t0x3133\n#endif\n\n#if KHRONOS_SUPPORT_INT64   /* EGLuint64NV requires 64-bit uint support */\n#ifndef EGL_NV_system_time\n#define EGL_NV_system_time 1\n    typedef khronos_utime_nanoseconds_t EGLuint64NV;\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV(void);\n    EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV(void);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLuint64NV(EGLAPIENTRYP PFNEGLGETSYSTEMTIMEFREQUENCYNVPROC) (void);\n    typedef EGLuint64NV(EGLAPIENTRYP PFNEGLGETSYSTEMTIMENVPROC) (void);\n#endif\n#endif\n\n#if KHRONOS_SUPPORT_INT64 /* EGLuint64KHR requires 64-bit uint support */\n#ifndef EGL_KHR_stream\n#define EGL_KHR_stream 1\n    typedef void* EGLStreamKHR;\n    typedef khronos_uint64_t EGLuint64KHR;\n#define EGL_NO_STREAM_KHR\t\t\t((EGLStreamKHR)0)\n#define EGL_CONSUMER_LATENCY_USEC_KHR\t\t0x3210\n#define EGL_PRODUCER_FRAME_KHR\t\t\t0x3212\n#define EGL_CONSUMER_FRAME_KHR\t\t\t0x3213\n#define EGL_STREAM_STATE_KHR\t\t\t0x3214\n#define EGL_STREAM_STATE_CREATED_KHR\t\t0x3215\n#define EGL_STREAM_STATE_CONNECTING_KHR\t\t0x3216\n#define EGL_STREAM_STATE_EMPTY_KHR\t\t0x3217\n#define EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR    0x3218\n#define EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR    0x3219\n#define EGL_STREAM_STATE_DISCONNECTED_KHR\t0x321A\n#define EGL_BAD_STREAM_KHR\t\t\t0x321B\n#define EGL_BAD_STATE_KHR\t\t\t0x321C\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list);\n    EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream);\n    EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLStreamKHR(EGLAPIENTRYP PFNEGLCREATESTREAMKHRPROC)(EGLDisplay dpy, const EGLint *attrib_list);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLDESTROYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYSTREAMU64KHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);\n#endif\n#endif\n\n#ifdef EGL_KHR_stream /* Requires KHR_stream extension */\n#ifndef EGL_KHR_stream_consumer_gltexture\n#define EGL_KHR_stream_consumer_gltexture 1\n#define EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR\t0x321E\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream);\n    EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream);\n    EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSTREAMCONSUMERGLTEXTUREEXTERNALKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSTREAMCONSUMERRELEASEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);\n#endif\n#endif\n\n#ifdef EGL_KHR_stream /* Requires KHR_stream extension */\n#ifndef EGL_KHR_stream_producer_eglsurface\n#define EGL_KHR_stream_producer_eglsurface 1\n#define EGL_STREAM_BIT_KHR\t\t\t0x0800\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLSurface(EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);\n#endif\n#endif\n\n#ifdef EGL_KHR_stream /* Requires KHR_stream extension */\n#ifndef EGL_KHR_stream_producer_aldatalocator\n#define EGL_KHR_stream_producer_aldatalocator 1\n#endif\n#endif\n\n#ifdef EGL_KHR_stream /* Requires KHR_stream extension */\n#ifndef EGL_KHR_stream_fifo\n#define EGL_KHR_stream_fifo 1\n    /* reuse EGLTimeKHR */\n#define EGL_STREAM_FIFO_LENGTH_KHR\t\t0x31FC\n#define EGL_STREAM_TIME_NOW_KHR\t\t\t0x31FD\n#define EGL_STREAM_TIME_CONSUMER_KHR\t\t0x31FE\n#define EGL_STREAM_TIME_PRODUCER_KHR\t\t0x31FF\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);\n#endif\n#endif\n\n#ifndef EGL_EXT_create_context_robustness\n#define EGL_EXT_create_context_robustness 1\n#define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT\t0x30BF\n#define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT 0x3138\n#define EGL_NO_RESET_NOTIFICATION_EXT\t\t0x31BE\n#define EGL_LOSE_CONTEXT_ON_RESET_EXT\t\t0x31BF\n#endif\n\n#ifndef EGL_ANGLE_d3d_share_handle_client_buffer\n#define EGL_ANGLE_d3d_share_handle_client_buffer 1\n    /* reuse EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE */\n#endif\n\n#ifndef EGL_KHR_create_context\n#define EGL_KHR_create_context 1\n#define EGL_CONTEXT_MAJOR_VERSION_KHR\t\t\t    EGL_CONTEXT_CLIENT_VERSION\n#define EGL_CONTEXT_MINOR_VERSION_KHR\t\t\t    0x30FB\n#define EGL_CONTEXT_FLAGS_KHR\t\t\t\t    0x30FC\n#define EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR\t\t    0x30FD\n#define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR  0x31BD\n#define EGL_NO_RESET_NOTIFICATION_KHR\t\t\t    0x31BE\n#define EGL_LOSE_CONTEXT_ON_RESET_KHR\t\t\t    0x31BF\n#define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR\t\t    0x00000001\n#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR\t    0x00000002\n#define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR\t    0x00000004\n#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR\t\t    0x00000001\n#define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR    0x00000002\n#define EGL_OPENGL_ES3_BIT_KHR\t\t\t\t    0x00000040\n#endif\n\n#ifndef EGL_KHR_surfaceless_context\n#define EGL_KHR_surfaceless_context 1\n    /* No tokens/entry points, just relaxes an error condition */\n#endif\n\n#ifdef EGL_KHR_stream /* Requires KHR_stream extension */\n#ifndef EGL_KHR_stream_cross_process_fd\n#define EGL_KHR_stream_cross_process_fd 1\n    typedef int EGLNativeFileDescriptorKHR;\n#define EGL_NO_FILE_DESCRIPTOR_KHR\t\t((EGLNativeFileDescriptorKHR)(-1))\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLNativeFileDescriptorKHR EGLAPIENTRY eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream);\n    EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLNativeFileDescriptorKHR(EGLAPIENTRYP PFNEGLGETSTREAMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);\n    typedef EGLStreamKHR(EGLAPIENTRYP PFNEGLCREATESTREAMFROMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);\n#endif\n#endif\n\n#ifndef EGL_EXT_multiview_window\n#define EGL_EXT_multiview_window 1\n#define EGL_MULTIVIEW_VIEW_COUNT_EXT\t\t0x3134\n#endif\n\n#ifndef EGL_KHR_wait_sync\n#define EGL_KHR_wait_sync 1\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLint(EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC)(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);\n#endif\n\n#ifndef EGL_NV_post_convert_rounding\n#define EGL_NV_post_convert_rounding 1\n    /* No tokens or entry points, just relaxes behavior of SwapBuffers */\n#endif\n\n#ifndef EGL_NV_native_query\n#define EGL_NV_native_query 1\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV(EGLDisplay dpy, EGLNativeDisplayType* display_id);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);\n    EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);\n#endif\n\n#ifndef EGL_NV_3dvision_surface\n#define EGL_NV_3dvision_surface 1\n#define EGL_AUTO_STEREO_NV\t\t\t0x3136\n#endif\n\n#ifndef EGL_ANDROID_framebuffer_target\n#define EGL_ANDROID_framebuffer_target 1\n#define EGL_FRAMEBUFFER_TARGET_ANDROID\t\t0x3147\n#endif\n\n#ifndef EGL_ANDROID_blob_cache\n#define EGL_ANDROID_blob_cache 1\n    typedef khronos_ssize_t EGLsizeiANDROID;\n    typedef void(*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);\n    typedef EGLsizeiANDROID(*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC)(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);\n#endif\n\n#ifndef EGL_ANDROID_image_native_buffer\n#define EGL_ANDROID_image_native_buffer 1\n#define EGL_NATIVE_BUFFER_ANDROID\t\t0x3140\n#endif\n\n#ifndef EGL_ANDROID_native_fence_sync\n#define EGL_ANDROID_native_fence_sync 1\n#define EGL_SYNC_NATIVE_FENCE_ANDROID\t\t0x3144\n#define EGL_SYNC_NATIVE_FENCE_FD_ANDROID\t0x3145\n#define EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID\t0x3146\n#define EGL_NO_NATIVE_FENCE_FD_ANDROID\t\t-1\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLint(EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC)(EGLDisplay dpy, EGLSyncKHR);\n#endif\n\n#ifndef EGL_ANDROID_recordable\n#define EGL_ANDROID_recordable 1\n#define EGL_RECORDABLE_ANDROID\t\t\t0x3142\n#endif\n\n#ifndef EGL_EXT_buffer_age\n#define EGL_EXT_buffer_age 1\n#define EGL_BUFFER_AGE_EXT\t\t\t0x313D\n#endif\n\n#ifndef EGL_EXT_image_dma_buf_import\n#define EGL_EXT_image_dma_buf_import 1\n#define EGL_LINUX_DMA_BUF_EXT\t\t\t0x3270\n#define EGL_LINUX_DRM_FOURCC_EXT\t\t0x3271\n#define EGL_DMA_BUF_PLANE0_FD_EXT\t\t0x3272\n#define EGL_DMA_BUF_PLANE0_OFFSET_EXT\t\t0x3273\n#define EGL_DMA_BUF_PLANE0_PITCH_EXT\t\t0x3274\n#define EGL_DMA_BUF_PLANE1_FD_EXT\t\t0x3275\n#define EGL_DMA_BUF_PLANE1_OFFSET_EXT\t\t0x3276\n#define EGL_DMA_BUF_PLANE1_PITCH_EXT\t\t0x3277\n#define EGL_DMA_BUF_PLANE2_FD_EXT\t\t0x3278\n#define EGL_DMA_BUF_PLANE2_OFFSET_EXT\t\t0x3279\n#define EGL_DMA_BUF_PLANE2_PITCH_EXT\t\t0x327A\n#define EGL_YUV_COLOR_SPACE_HINT_EXT\t\t0x327B\n#define EGL_SAMPLE_RANGE_HINT_EXT\t\t0x327C\n#define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D\n#define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E\n#define EGL_ITU_REC601_EXT\t\t\t0x327F\n#define EGL_ITU_REC709_EXT\t\t\t0x3280\n#define EGL_ITU_REC2020_EXT\t\t\t0x3281\n#define EGL_YUV_FULL_RANGE_EXT\t\t\t0x3282\n#define EGL_YUV_NARROW_RANGE_EXT\t\t0x3283\n#define EGL_YUV_CHROMA_SITING_0_EXT\t\t0x3284\n#define EGL_YUV_CHROMA_SITING_0_5_EXT\t\t0x3285\n#endif\n\n#ifndef EGL_ARM_pixmap_multisample_discard\n#define EGL_ARM_pixmap_multisample_discard 1\n#define EGL_DISCARD_SAMPLES_ARM\t\t\t0x3286\n#endif\n\n#ifndef EGL_EXT_swap_buffers_with_damage\n#define EGL_EXT_swap_buffers_with_damage 1\n#ifdef EGL_EGLEXT_PROTOTYPES\n    EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);\n#endif /* EGL_EGLEXT_PROTOTYPES */\n    typedef EGLBoolean(EGLAPIENTRYP PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC)(EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);\n#endif\n\n/* #include <EGL/eglmesaext.h> */\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* __eglext_h_ */\n\n\n\n#endif /* _MSC_VER */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_endian.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_endian.h\n *\n *  Functions for reading and writing endian-specific values\n */\n\n#ifndef _SDL_endian_h\n#define _SDL_endian_h\n\n#include \"SDL_stdinc.h\"\n\n/**\n *  \\name The two types of endianness\n */\n/* @{ */\n#define SDL_LIL_ENDIAN  1234\n#define SDL_BIG_ENDIAN  4321\n/* @} */\n\n#ifndef SDL_BYTEORDER           /* Not defined in SDL_config.h? */\n#ifdef __linux__\n#include <endian.h>\n#define SDL_BYTEORDER  __BYTE_ORDER\n#else /* __linux __ */\n#if defined(__hppa__) || \\\n    defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || \\\n    (defined(__MIPS__) && defined(__MISPEB__)) || \\\n    defined(__ppc__) || defined(__POWERPC__) || defined(_M_PPC) || \\\n    defined(__sparc__)\n#define SDL_BYTEORDER   SDL_BIG_ENDIAN\n#else\n#define SDL_BYTEORDER   SDL_LIL_ENDIAN\n#endif\n#endif /* __linux __ */\n#endif /* !SDL_BYTEORDER */\n\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\file SDL_endian.h\n */\n#if defined(__GNUC__) && defined(__i386__) && \\\n   !(__GNUC__ == 2 && __GNUC_MINOR__ == 95 /* broken gcc version */)\nSDL_FORCE_INLINE Uint16\nSDL_Swap16(Uint16 x)\n{\n  __asm__(\"xchgb %b0,%h0\": \"=q\"(x):\"0\"(x));\n    return x;\n}\n#elif defined(__GNUC__) && defined(__x86_64__)\nSDL_FORCE_INLINE Uint16\nSDL_Swap16(Uint16 x)\n{\n  __asm__(\"xchgb %b0,%h0\": \"=Q\"(x):\"0\"(x));\n    return x;\n}\n#elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))\nSDL_FORCE_INLINE Uint16\nSDL_Swap16(Uint16 x)\n{\n    int result;\n\n  __asm__(\"rlwimi %0,%2,8,16,23\": \"=&r\"(result):\"0\"(x >> 8), \"r\"(x));\n    return (Uint16)result;\n}\n#elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)\nSDL_FORCE_INLINE Uint16\nSDL_Swap16(Uint16 x)\n{\n  __asm__(\"rorw #8,%0\": \"=d\"(x): \"0\"(x):\"cc\");\n    return x;\n}\n#else\nSDL_FORCE_INLINE Uint16\nSDL_Swap16(Uint16 x)\n{\n    return SDL_static_cast(Uint16, ((x << 8) | (x >> 8)));\n}\n#endif\n\n#if defined(__GNUC__) && defined(__i386__)\nSDL_FORCE_INLINE Uint32\nSDL_Swap32(Uint32 x)\n{\n  __asm__(\"bswap %0\": \"=r\"(x):\"0\"(x));\n    return x;\n}\n#elif defined(__GNUC__) && defined(__x86_64__)\nSDL_FORCE_INLINE Uint32\nSDL_Swap32(Uint32 x)\n{\n  __asm__(\"bswapl %0\": \"=r\"(x):\"0\"(x));\n    return x;\n}\n#elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))\nSDL_FORCE_INLINE Uint32\nSDL_Swap32(Uint32 x)\n{\n    Uint32 result;\n\n  __asm__(\"rlwimi %0,%2,24,16,23\": \"=&r\"(result):\"0\"(x >> 24), \"r\"(x));\n  __asm__(\"rlwimi %0,%2,8,8,15\": \"=&r\"(result):\"0\"(result), \"r\"(x));\n  __asm__(\"rlwimi %0,%2,24,0,7\": \"=&r\"(result):\"0\"(result), \"r\"(x));\n    return result;\n}\n#elif defined(__GNUC__) && (defined(__M68000__) || defined(__M68020__)) && !defined(__mcoldfire__)\nSDL_FORCE_INLINE Uint32\nSDL_Swap32(Uint32 x)\n{\n  __asm__(\"rorw #8,%0\\n\\tswap %0\\n\\trorw #8,%0\": \"=d\"(x): \"0\"(x):\"cc\");\n    return x;\n}\n#else\nSDL_FORCE_INLINE Uint32\nSDL_Swap32(Uint32 x)\n{\n    return SDL_static_cast(Uint32, ((x << 24) | ((x << 8) & 0x00FF0000) |\n                                    ((x >> 8) & 0x0000FF00) | (x >> 24)));\n}\n#endif\n\n#if defined(__GNUC__) && defined(__i386__)\nSDL_FORCE_INLINE Uint64\nSDL_Swap64(Uint64 x)\n{\n    union\n    {\n        struct\n        {\n            Uint32 a, b;\n        } s;\n        Uint64 u;\n    } v;\n    v.u = x;\n  __asm__(\"bswapl %0 ; bswapl %1 ; xchgl %0,%1\": \"=r\"(v.s.a), \"=r\"(v.s.b):\"0\"(v.s.a),\n            \"1\"(v.s.\n                b));\n    return v.u;\n}\n#elif defined(__GNUC__) && defined(__x86_64__)\nSDL_FORCE_INLINE Uint64\nSDL_Swap64(Uint64 x)\n{\n  __asm__(\"bswapq %0\": \"=r\"(x):\"0\"(x));\n    return x;\n}\n#else\nSDL_FORCE_INLINE Uint64\nSDL_Swap64(Uint64 x)\n{\n    Uint32 hi, lo;\n\n    /* Separate into high and low 32-bit values and swap them */\n    lo = SDL_static_cast(Uint32, x & 0xFFFFFFFF);\n    x >>= 32;\n    hi = SDL_static_cast(Uint32, x & 0xFFFFFFFF);\n    x = SDL_Swap32(lo);\n    x <<= 32;\n    x |= SDL_Swap32(hi);\n    return (x);\n}\n#endif\n\n\nSDL_FORCE_INLINE float\nSDL_SwapFloat(float x)\n{\n    union\n    {\n        float f;\n        Uint32 ui32;\n    } swapper;\n    swapper.f = x;\n    swapper.ui32 = SDL_Swap32(swapper.ui32);\n    return swapper.f;\n}\n\n\n/**\n *  \\name Swap to native\n *  Byteswap item from the specified endianness to the native endianness.\n */\n/* @{ */\n#if SDL_BYTEORDER == SDL_LIL_ENDIAN\n#define SDL_SwapLE16(X) (X)\n#define SDL_SwapLE32(X) (X)\n#define SDL_SwapLE64(X) (X)\n#define SDL_SwapFloatLE(X)  (X)\n#define SDL_SwapBE16(X) SDL_Swap16(X)\n#define SDL_SwapBE32(X) SDL_Swap32(X)\n#define SDL_SwapBE64(X) SDL_Swap64(X)\n#define SDL_SwapFloatBE(X)  SDL_SwapFloat(X)\n#else\n#define SDL_SwapLE16(X) SDL_Swap16(X)\n#define SDL_SwapLE32(X) SDL_Swap32(X)\n#define SDL_SwapLE64(X) SDL_Swap64(X)\n#define SDL_SwapFloatLE(X)  SDL_SwapFloat(X)\n#define SDL_SwapBE16(X) (X)\n#define SDL_SwapBE32(X) (X)\n#define SDL_SwapBE64(X) (X)\n#define SDL_SwapFloatBE(X)  (X)\n#endif\n/* @} *//* Swap to native */\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_endian_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_error.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_error.h\n *\n *  Simple error message routines for SDL.\n */\n\n#ifndef _SDL_error_h\n#define _SDL_error_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Public functions */\n/* SDL_SetError() unconditionally returns -1. */\nextern DECLSPEC int SDLCALL SDL_SetError(const char *fmt, ...);\nextern DECLSPEC const char *SDLCALL SDL_GetError(void);\nextern DECLSPEC void SDLCALL SDL_ClearError(void);\n\n/**\n *  \\name Internal error functions\n *\n *  \\internal\n *  Private error reporting function - used internally.\n */\n/* @{ */\n#define SDL_OutOfMemory()   SDL_Error(SDL_ENOMEM)\n#define SDL_Unsupported()   SDL_Error(SDL_UNSUPPORTED)\n#define SDL_InvalidParamError(param)    SDL_SetError(\"Parameter '%s' is invalid\", (param))\ntypedef enum\n{\n    SDL_ENOMEM,\n    SDL_EFREAD,\n    SDL_EFWRITE,\n    SDL_EFSEEK,\n    SDL_UNSUPPORTED,\n    SDL_LASTERROR\n} SDL_errorcode;\n/* SDL_Error() unconditionally returns -1. */\nextern DECLSPEC int SDLCALL SDL_Error(SDL_errorcode code);\n/* @} *//* Internal error functions */\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_error_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_events.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_events.h\n *\n *  Include file for SDL event handling.\n */\n\n#ifndef _SDL_events_h\n#define _SDL_events_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_video.h\"\n#include \"SDL_keyboard.h\"\n#include \"SDL_mouse.h\"\n#include \"SDL_joystick.h\"\n#include \"SDL_gamecontroller.h\"\n#include \"SDL_quit.h\"\n#include \"SDL_gesture.h\"\n#include \"SDL_touch.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* General keyboard/mouse state definitions */\n#define SDL_RELEASED    0\n#define SDL_PRESSED 1\n\n/**\n * \\brief The types of events that can be delivered.\n */\ntypedef enum\n{\n    SDL_FIRSTEVENT     = 0,     /**< Unused (do not remove) */\n\n    /* Application events */\n    SDL_QUIT           = 0x100, /**< User-requested quit */\n\n    /* These application events have special meaning on iOS, see README-ios.txt for details */\n    SDL_APP_TERMINATING,        /**< The application is being terminated by the OS\n                                     Called on iOS in applicationWillTerminate()\n                                     Called on Android in onDestroy()\n                                */\n    SDL_APP_LOWMEMORY,          /**< The application is low on memory, free memory if possible.\n                                     Called on iOS in applicationDidReceiveMemoryWarning()\n                                     Called on Android in onLowMemory()\n                                */\n    SDL_APP_WILLENTERBACKGROUND, /**< The application is about to enter the background\n                                     Called on iOS in applicationWillResignActive()\n                                     Called on Android in onPause()\n                                */\n    SDL_APP_DIDENTERBACKGROUND, /**< The application did enter the background and may not get CPU for some time\n                                     Called on iOS in applicationDidEnterBackground()\n                                     Called on Android in onPause()\n                                */\n    SDL_APP_WILLENTERFOREGROUND, /**< The application is about to enter the foreground\n                                     Called on iOS in applicationWillEnterForeground()\n                                     Called on Android in onResume()\n                                */\n    SDL_APP_DIDENTERFOREGROUND, /**< The application is now interactive\n                                     Called on iOS in applicationDidBecomeActive()\n                                     Called on Android in onResume()\n                                */\n\n    /* Window events */\n    SDL_WINDOWEVENT    = 0x200, /**< Window state change */\n    SDL_SYSWMEVENT,             /**< System specific event */\n\n    /* Keyboard events */\n    SDL_KEYDOWN        = 0x300, /**< Key pressed */\n    SDL_KEYUP,                  /**< Key released */\n    SDL_TEXTEDITING,            /**< Keyboard text editing (composition) */\n    SDL_TEXTINPUT,              /**< Keyboard text input */\n\n    /* Mouse events */\n    SDL_MOUSEMOTION    = 0x400, /**< Mouse moved */\n    SDL_MOUSEBUTTONDOWN,        /**< Mouse button pressed */\n    SDL_MOUSEBUTTONUP,          /**< Mouse button released */\n    SDL_MOUSEWHEEL,             /**< Mouse wheel motion */\n\n    /* Joystick events */\n    SDL_JOYAXISMOTION  = 0x600, /**< Joystick axis motion */\n    SDL_JOYBALLMOTION,          /**< Joystick trackball motion */\n    SDL_JOYHATMOTION,           /**< Joystick hat position change */\n    SDL_JOYBUTTONDOWN,          /**< Joystick button pressed */\n    SDL_JOYBUTTONUP,            /**< Joystick button released */\n    SDL_JOYDEVICEADDED,         /**< A new joystick has been inserted into the system */\n    SDL_JOYDEVICEREMOVED,       /**< An opened joystick has been removed */\n\n    /* Game controller events */\n    SDL_CONTROLLERAXISMOTION  = 0x650, /**< Game controller axis motion */\n    SDL_CONTROLLERBUTTONDOWN,          /**< Game controller button pressed */\n    SDL_CONTROLLERBUTTONUP,            /**< Game controller button released */\n    SDL_CONTROLLERDEVICEADDED,         /**< A new Game controller has been inserted into the system */\n    SDL_CONTROLLERDEVICEREMOVED,       /**< An opened Game controller has been removed */\n    SDL_CONTROLLERDEVICEREMAPPED,      /**< The controller mapping was updated */\n\n    /* Touch events */\n    SDL_FINGERDOWN      = 0x700,\n    SDL_FINGERUP,\n    SDL_FINGERMOTION,\n\n    /* Gesture events */\n    SDL_DOLLARGESTURE   = 0x800,\n    SDL_DOLLARRECORD,\n    SDL_MULTIGESTURE,\n\n    /* Clipboard events */\n    SDL_CLIPBOARDUPDATE = 0x900, /**< The clipboard changed */\n\n    /* Drag and drop events */\n    SDL_DROPFILE        = 0x1000, /**< The system requests a file open */\n\n    /* Render events */\n    SDL_RENDER_TARGETS_RESET = 0x2000, /**< The render targets have been reset */\n\n    /** Events ::SDL_USEREVENT through ::SDL_LASTEVENT are for your use,\n     *  and should be allocated with SDL_RegisterEvents()\n     */\n    SDL_USEREVENT    = 0x8000,\n\n    /**\n     *  This last event is only for bounding internal arrays\n     */\n    SDL_LASTEVENT    = 0xFFFF\n} SDL_EventType;\n\n/**\n *  \\brief Fields shared by every event\n */\ntypedef struct SDL_CommonEvent\n{\n    Uint32 type;\n    Uint32 timestamp;\n} SDL_CommonEvent;\n\n/**\n *  \\brief Window state change event data (event.window.*)\n */\ntypedef struct SDL_WindowEvent\n{\n    Uint32 type;        /**< ::SDL_WINDOWEVENT */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The associated window */\n    Uint8 event;        /**< ::SDL_WindowEventID */\n    Uint8 padding1;\n    Uint8 padding2;\n    Uint8 padding3;\n    Sint32 data1;       /**< event dependent data */\n    Sint32 data2;       /**< event dependent data */\n} SDL_WindowEvent;\n\n/**\n *  \\brief Keyboard button event structure (event.key.*)\n */\ntypedef struct SDL_KeyboardEvent\n{\n    Uint32 type;        /**< ::SDL_KEYDOWN or ::SDL_KEYUP */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The window with keyboard focus, if any */\n    Uint8 state;        /**< ::SDL_PRESSED or ::SDL_RELEASED */\n    Uint8 repeat;       /**< Non-zero if this is a key repeat */\n    Uint8 padding2;\n    Uint8 padding3;\n    SDL_Keysym keysym;  /**< The key that was pressed or released */\n} SDL_KeyboardEvent;\n\n#define SDL_TEXTEDITINGEVENT_TEXT_SIZE (32)\n/**\n *  \\brief Keyboard text editing event structure (event.edit.*)\n */\ntypedef struct SDL_TextEditingEvent\n{\n    Uint32 type;                                /**< ::SDL_TEXTEDITING */\n    Uint32 timestamp;\n    Uint32 windowID;                            /**< The window with keyboard focus, if any */\n    char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE];  /**< The editing text */\n    Sint32 start;                               /**< The start cursor of selected editing text */\n    Sint32 length;                              /**< The length of selected editing text */\n} SDL_TextEditingEvent;\n\n\n#define SDL_TEXTINPUTEVENT_TEXT_SIZE (32)\n/**\n *  \\brief Keyboard text input event structure (event.text.*)\n */\ntypedef struct SDL_TextInputEvent\n{\n    Uint32 type;                              /**< ::SDL_TEXTINPUT */\n    Uint32 timestamp;\n    Uint32 windowID;                          /**< The window with keyboard focus, if any */\n    char text[SDL_TEXTINPUTEVENT_TEXT_SIZE];  /**< The input text */\n} SDL_TextInputEvent;\n\n/**\n *  \\brief Mouse motion event structure (event.motion.*)\n */\ntypedef struct SDL_MouseMotionEvent\n{\n    Uint32 type;        /**< ::SDL_MOUSEMOTION */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The window with mouse focus, if any */\n    Uint32 which;       /**< The mouse instance id, or SDL_TOUCH_MOUSEID */\n    Uint32 state;       /**< The current button state */\n    Sint32 x;           /**< X coordinate, relative to window */\n    Sint32 y;           /**< Y coordinate, relative to window */\n    Sint32 xrel;        /**< The relative motion in the X direction */\n    Sint32 yrel;        /**< The relative motion in the Y direction */\n} SDL_MouseMotionEvent;\n\n/**\n *  \\brief Mouse button event structure (event.button.*)\n */\ntypedef struct SDL_MouseButtonEvent\n{\n    Uint32 type;        /**< ::SDL_MOUSEBUTTONDOWN or ::SDL_MOUSEBUTTONUP */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The window with mouse focus, if any */\n    Uint32 which;       /**< The mouse instance id, or SDL_TOUCH_MOUSEID */\n    Uint8 button;       /**< The mouse button index */\n    Uint8 state;        /**< ::SDL_PRESSED or ::SDL_RELEASED */\n    Uint8 clicks;       /**< 1 for single-click, 2 for double-click, etc. */\n    Uint8 padding1;\n    Sint32 x;           /**< X coordinate, relative to window */\n    Sint32 y;           /**< Y coordinate, relative to window */\n} SDL_MouseButtonEvent;\n\n/**\n *  \\brief Mouse wheel event structure (event.wheel.*)\n */\ntypedef struct SDL_MouseWheelEvent\n{\n    Uint32 type;        /**< ::SDL_MOUSEWHEEL */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The window with mouse focus, if any */\n    Uint32 which;       /**< The mouse instance id, or SDL_TOUCH_MOUSEID */\n    Sint32 x;           /**< The amount scrolled horizontally, positive to the right and negative to the left */\n    Sint32 y;           /**< The amount scrolled vertically, positive away from the user and negative toward the user */\n} SDL_MouseWheelEvent;\n\n/**\n *  \\brief Joystick axis motion event structure (event.jaxis.*)\n */\ntypedef struct SDL_JoyAxisEvent\n{\n    Uint32 type;        /**< ::SDL_JOYAXISMOTION */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 axis;         /**< The joystick axis index */\n    Uint8 padding1;\n    Uint8 padding2;\n    Uint8 padding3;\n    Sint16 value;       /**< The axis value (range: -32768 to 32767) */\n    Uint16 padding4;\n} SDL_JoyAxisEvent;\n\n/**\n *  \\brief Joystick trackball motion event structure (event.jball.*)\n */\ntypedef struct SDL_JoyBallEvent\n{\n    Uint32 type;        /**< ::SDL_JOYBALLMOTION */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 ball;         /**< The joystick trackball index */\n    Uint8 padding1;\n    Uint8 padding2;\n    Uint8 padding3;\n    Sint16 xrel;        /**< The relative motion in the X direction */\n    Sint16 yrel;        /**< The relative motion in the Y direction */\n} SDL_JoyBallEvent;\n\n/**\n *  \\brief Joystick hat position change event structure (event.jhat.*)\n */\ntypedef struct SDL_JoyHatEvent\n{\n    Uint32 type;        /**< ::SDL_JOYHATMOTION */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 hat;          /**< The joystick hat index */\n    Uint8 value;        /**< The hat position value.\n                         *   \\sa ::SDL_HAT_LEFTUP ::SDL_HAT_UP ::SDL_HAT_RIGHTUP\n                         *   \\sa ::SDL_HAT_LEFT ::SDL_HAT_CENTERED ::SDL_HAT_RIGHT\n                         *   \\sa ::SDL_HAT_LEFTDOWN ::SDL_HAT_DOWN ::SDL_HAT_RIGHTDOWN\n                         *\n                         *   Note that zero means the POV is centered.\n                         */\n    Uint8 padding1;\n    Uint8 padding2;\n} SDL_JoyHatEvent;\n\n/**\n *  \\brief Joystick button event structure (event.jbutton.*)\n */\ntypedef struct SDL_JoyButtonEvent\n{\n    Uint32 type;        /**< ::SDL_JOYBUTTONDOWN or ::SDL_JOYBUTTONUP */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 button;       /**< The joystick button index */\n    Uint8 state;        /**< ::SDL_PRESSED or ::SDL_RELEASED */\n    Uint8 padding1;\n    Uint8 padding2;\n} SDL_JoyButtonEvent;\n\n/**\n *  \\brief Joystick device event structure (event.jdevice.*)\n */\ntypedef struct SDL_JoyDeviceEvent\n{\n    Uint32 type;        /**< ::SDL_JOYDEVICEADDED or ::SDL_JOYDEVICEREMOVED */\n    Uint32 timestamp;\n    Sint32 which;       /**< The joystick device index for the ADDED event, instance id for the REMOVED event */\n} SDL_JoyDeviceEvent;\n\n\n/**\n *  \\brief Game controller axis motion event structure (event.caxis.*)\n */\ntypedef struct SDL_ControllerAxisEvent\n{\n    Uint32 type;        /**< ::SDL_CONTROLLERAXISMOTION */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 axis;         /**< The controller axis (SDL_GameControllerAxis) */\n    Uint8 padding1;\n    Uint8 padding2;\n    Uint8 padding3;\n    Sint16 value;       /**< The axis value (range: -32768 to 32767) */\n    Uint16 padding4;\n} SDL_ControllerAxisEvent;\n\n\n/**\n *  \\brief Game controller button event structure (event.cbutton.*)\n */\ntypedef struct SDL_ControllerButtonEvent\n{\n    Uint32 type;        /**< ::SDL_CONTROLLERBUTTONDOWN or ::SDL_CONTROLLERBUTTONUP */\n    Uint32 timestamp;\n    SDL_JoystickID which; /**< The joystick instance id */\n    Uint8 button;       /**< The controller button (SDL_GameControllerButton) */\n    Uint8 state;        /**< ::SDL_PRESSED or ::SDL_RELEASED */\n    Uint8 padding1;\n    Uint8 padding2;\n} SDL_ControllerButtonEvent;\n\n\n/**\n *  \\brief Controller device event structure (event.cdevice.*)\n */\ntypedef struct SDL_ControllerDeviceEvent\n{\n    Uint32 type;        /**< ::SDL_CONTROLLERDEVICEADDED, ::SDL_CONTROLLERDEVICEREMOVED, or ::SDL_CONTROLLERDEVICEREMAPPED */\n    Uint32 timestamp;\n    Sint32 which;       /**< The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event */\n} SDL_ControllerDeviceEvent;\n\n\n/**\n *  \\brief Touch finger event structure (event.tfinger.*)\n */\ntypedef struct SDL_TouchFingerEvent\n{\n    Uint32 type;        /**< ::SDL_FINGERMOTION or ::SDL_FINGERDOWN or ::SDL_FINGERUP */\n    Uint32 timestamp;\n    SDL_TouchID touchId; /**< The touch device id */\n    SDL_FingerID fingerId;\n    float x;            /**< Normalized in the range 0...1 */\n    float y;            /**< Normalized in the range 0...1 */\n    float dx;           /**< Normalized in the range 0...1 */\n    float dy;           /**< Normalized in the range 0...1 */\n    float pressure;     /**< Normalized in the range 0...1 */\n} SDL_TouchFingerEvent;\n\n\n/**\n *  \\brief Multiple Finger Gesture Event (event.mgesture.*)\n */\ntypedef struct SDL_MultiGestureEvent\n{\n    Uint32 type;        /**< ::SDL_MULTIGESTURE */\n    Uint32 timestamp;\n    SDL_TouchID touchId; /**< The touch device index */\n    float dTheta;\n    float dDist;\n    float x;\n    float y;\n    Uint16 numFingers;\n    Uint16 padding;\n} SDL_MultiGestureEvent;\n\n\n/**\n * \\brief Dollar Gesture Event (event.dgesture.*)\n */\ntypedef struct SDL_DollarGestureEvent\n{\n    Uint32 type;        /**< ::SDL_DOLLARGESTURE */\n    Uint32 timestamp;\n    SDL_TouchID touchId; /**< The touch device id */\n    SDL_GestureID gestureId;\n    Uint32 numFingers;\n    float error;\n    float x;            /**< Normalized center of gesture */\n    float y;            /**< Normalized center of gesture */\n} SDL_DollarGestureEvent;\n\n\n/**\n *  \\brief An event used to request a file open by the system (event.drop.*)\n *         This event is disabled by default, you can enable it with SDL_EventState()\n *  \\note If you enable this event, you must free the filename in the event.\n */\ntypedef struct SDL_DropEvent\n{\n    Uint32 type;        /**< ::SDL_DROPFILE */\n    Uint32 timestamp;\n    char *file;         /**< The file name, which should be freed with SDL_free() */\n} SDL_DropEvent;\n\n\n/**\n *  \\brief The \"quit requested\" event\n */\ntypedef struct SDL_QuitEvent\n{\n    Uint32 type;        /**< ::SDL_QUIT */\n    Uint32 timestamp;\n} SDL_QuitEvent;\n\n/**\n *  \\brief OS Specific event\n */\ntypedef struct SDL_OSEvent\n{\n    Uint32 type;        /**< ::SDL_QUIT */\n    Uint32 timestamp;\n} SDL_OSEvent;\n\n/**\n *  \\brief A user-defined event type (event.user.*)\n */\ntypedef struct SDL_UserEvent\n{\n    Uint32 type;        /**< ::SDL_USEREVENT through ::SDL_LASTEVENT-1 */\n    Uint32 timestamp;\n    Uint32 windowID;    /**< The associated window if any */\n    Sint32 code;        /**< User defined event code */\n    void *data1;        /**< User defined data pointer */\n    void *data2;        /**< User defined data pointer */\n} SDL_UserEvent;\n\n\nstruct SDL_SysWMmsg;\ntypedef struct SDL_SysWMmsg SDL_SysWMmsg;\n\n/**\n *  \\brief A video driver dependent system event (event.syswm.*)\n *         This event is disabled by default, you can enable it with SDL_EventState()\n *\n *  \\note If you want to use this event, you should include SDL_syswm.h.\n */\ntypedef struct SDL_SysWMEvent\n{\n    Uint32 type;        /**< ::SDL_SYSWMEVENT */\n    Uint32 timestamp;\n    SDL_SysWMmsg *msg;  /**< driver dependent data, defined in SDL_syswm.h */\n} SDL_SysWMEvent;\n\n/**\n *  \\brief General event structure\n */\ntypedef union SDL_Event\n{\n    Uint32 type;                    /**< Event type, shared with all events */\n    SDL_CommonEvent common;         /**< Common event data */\n    SDL_WindowEvent window;         /**< Window event data */\n    SDL_KeyboardEvent key;          /**< Keyboard event data */\n    SDL_TextEditingEvent edit;      /**< Text editing event data */\n    SDL_TextInputEvent text;        /**< Text input event data */\n    SDL_MouseMotionEvent motion;    /**< Mouse motion event data */\n    SDL_MouseButtonEvent button;    /**< Mouse button event data */\n    SDL_MouseWheelEvent wheel;      /**< Mouse wheel event data */\n    SDL_JoyAxisEvent jaxis;         /**< Joystick axis event data */\n    SDL_JoyBallEvent jball;         /**< Joystick ball event data */\n    SDL_JoyHatEvent jhat;           /**< Joystick hat event data */\n    SDL_JoyButtonEvent jbutton;     /**< Joystick button event data */\n    SDL_JoyDeviceEvent jdevice;     /**< Joystick device change event data */\n    SDL_ControllerAxisEvent caxis;      /**< Game Controller axis event data */\n    SDL_ControllerButtonEvent cbutton;  /**< Game Controller button event data */\n    SDL_ControllerDeviceEvent cdevice;  /**< Game Controller device event data */\n    SDL_QuitEvent quit;             /**< Quit request event data */\n    SDL_UserEvent user;             /**< Custom event data */\n    SDL_SysWMEvent syswm;           /**< System dependent window event data */\n    SDL_TouchFingerEvent tfinger;   /**< Touch finger event data */\n    SDL_MultiGestureEvent mgesture; /**< Gesture event data */\n    SDL_DollarGestureEvent dgesture; /**< Gesture event data */\n    SDL_DropEvent drop;             /**< Drag and drop event data */\n\n    /* This is necessary for ABI compatibility between Visual C++ and GCC\n       Visual C++ will respect the push pack pragma and use 52 bytes for\n       this structure, and GCC will use the alignment of the largest datatype\n       within the union, which is 8 bytes.\n\n       So... we'll add padding to force the size to be 56 bytes for both.\n    */\n    Uint8 padding[56];\n} SDL_Event;\n\n\n/* Function prototypes */\n\n/**\n *  Pumps the event loop, gathering events from the input devices.\n *\n *  This function updates the event queue and internal input device state.\n *\n *  This should only be run in the thread that sets the video mode.\n */\nextern DECLSPEC void SDLCALL SDL_PumpEvents(void);\n\n/* @{ */\ntypedef enum\n{\n    SDL_ADDEVENT,\n    SDL_PEEKEVENT,\n    SDL_GETEVENT\n} SDL_eventaction;\n\n/**\n *  Checks the event queue for messages and optionally returns them.\n *\n *  If \\c action is ::SDL_ADDEVENT, up to \\c numevents events will be added to\n *  the back of the event queue.\n *\n *  If \\c action is ::SDL_PEEKEVENT, up to \\c numevents events at the front\n *  of the event queue, within the specified minimum and maximum type,\n *  will be returned and will not be removed from the queue.\n *\n *  If \\c action is ::SDL_GETEVENT, up to \\c numevents events at the front\n *  of the event queue, within the specified minimum and maximum type,\n *  will be returned and will be removed from the queue.\n *\n *  \\return The number of events actually stored, or -1 if there was an error.\n *\n *  This function is thread-safe.\n */\nextern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,\n                                           SDL_eventaction action,\n                                           Uint32 minType, Uint32 maxType);\n/* @} */\n\n/**\n *  Checks to see if certain event types are in the event queue.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasEvent(Uint32 type);\nextern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);\n\n/**\n *  This function clears events from the event queue\n */\nextern DECLSPEC void SDLCALL SDL_FlushEvent(Uint32 type);\nextern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);\n\n/**\n *  \\brief Polls for currently pending events.\n *\n *  \\return 1 if there are any pending events, or 0 if there are none available.\n *\n *  \\param event If not NULL, the next event is removed from the queue and\n *               stored in that area.\n */\nextern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);\n\n/**\n *  \\brief Waits indefinitely for the next available event.\n *\n *  \\return 1, or 0 if there was an error while waiting for events.\n *\n *  \\param event If not NULL, the next event is removed from the queue and\n *               stored in that area.\n */\nextern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);\n\n/**\n *  \\brief Waits until the specified timeout (in milliseconds) for the next\n *         available event.\n *\n *  \\return 1, or 0 if there was an error while waiting for events.\n *\n *  \\param event If not NULL, the next event is removed from the queue and\n *               stored in that area.\n *  \\param timeout The timeout (in milliseconds) to wait for next event.\n */\nextern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,\n                                                 int timeout);\n\n/**\n *  \\brief Add an event to the event queue.\n *\n *  \\return 1 on success, 0 if the event was filtered, or -1 if the event queue\n *          was full or there was some other error.\n */\nextern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);\n\ntypedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);\n\n/**\n *  Sets up a filter to process all events before they change internal state and\n *  are posted to the internal event queue.\n *\n *  The filter is prototyped as:\n *  \\code\n *      int SDL_EventFilter(void *userdata, SDL_Event * event);\n *  \\endcode\n *\n *  If the filter returns 1, then the event will be added to the internal queue.\n *  If it returns 0, then the event will be dropped from the queue, but the\n *  internal state will still be updated.  This allows selective filtering of\n *  dynamically arriving events.\n *\n *  \\warning  Be very careful of what you do in the event filter function, as\n *            it may run in a different thread!\n *\n *  There is one caveat when dealing with the ::SDL_QuitEvent event type.  The\n *  event filter is only called when the window manager desires to close the\n *  application window.  If the event filter returns 1, then the window will\n *  be closed, otherwise the window will remain open if possible.\n *\n *  If the quit event is generated by an interrupt signal, it will bypass the\n *  internal queue and be delivered to the application at the next event poll.\n */\nextern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter,\n                                                void *userdata);\n\n/**\n *  Return the current event filter - can be used to \"chain\" filters.\n *  If there is no event filter set, this function returns SDL_FALSE.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GetEventFilter(SDL_EventFilter * filter,\n                                                    void **userdata);\n\n/**\n *  Add a function which is called when an event is added to the queue.\n */\nextern DECLSPEC void SDLCALL SDL_AddEventWatch(SDL_EventFilter filter,\n                                               void *userdata);\n\n/**\n *  Remove an event watch function added with SDL_AddEventWatch()\n */\nextern DECLSPEC void SDLCALL SDL_DelEventWatch(SDL_EventFilter filter,\n                                               void *userdata);\n\n/**\n *  Run the filter function on the current event queue, removing any\n *  events for which the filter returns 0.\n */\nextern DECLSPEC void SDLCALL SDL_FilterEvents(SDL_EventFilter filter,\n                                              void *userdata);\n\n/* @{ */\n#define SDL_QUERY   -1\n#define SDL_IGNORE   0\n#define SDL_DISABLE  0\n#define SDL_ENABLE   1\n\n/**\n *  This function allows you to set the state of processing certain events.\n *   - If \\c state is set to ::SDL_IGNORE, that event will be automatically\n *     dropped from the event queue and will not event be filtered.\n *   - If \\c state is set to ::SDL_ENABLE, that event will be processed\n *     normally.\n *   - If \\c state is set to ::SDL_QUERY, SDL_EventState() will return the\n *     current processing state of the specified event.\n */\nextern DECLSPEC Uint8 SDLCALL SDL_EventState(Uint32 type, int state);\n/* @} */\n#define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY)\n\n/**\n *  This function allocates a set of user-defined events, and returns\n *  the beginning event number for that set of events.\n *\n *  If there aren't enough user-defined events left, this function\n *  returns (Uint32)-1\n */\nextern DECLSPEC Uint32 SDLCALL SDL_RegisterEvents(int numevents);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_events_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_filesystem.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_filesystem.h\n *\n *  \\brief Include file for filesystem SDL API functions\n */\n\n#ifndef _SDL_filesystem_h\n#define _SDL_filesystem_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief Get the path where the application resides.\n *\n * Get the \"base path\". This is the directory where the application was run\n *  from, which is probably the installation directory, and may or may not\n *  be the process's current working directory.\n *\n * This returns an absolute path in UTF-8 encoding, and is guaranteed to\n *  end with a path separator ('\\\\' on Windows, '/' most other places).\n *\n * The pointer returned by this function is owned by you. Please call\n *  SDL_free() on the pointer when you are done with it, or it will be a\n *  memory leak. This is not necessarily a fast call, though, so you should\n *  call this once near startup and save the string if you need it.\n *\n * Some platforms can't determine the application's path, and on other\n *  platforms, this might be meaningless. In such cases, this function will\n *  return NULL.\n *\n *  \\return String of base dir in UTF-8 encoding, or NULL on error.\n *\n * \\sa SDL_GetPrefPath\n */\nextern DECLSPEC char *SDLCALL SDL_GetBasePath(void);\n\n/**\n * \\brief Get the user-and-app-specific path where files can be written.\n *\n * Get the \"pref dir\". This is meant to be where users can write personal\n *  files (preferences and save games, etc) that are specific to your\n *  application. This directory is unique per user, per application.\n *\n * This function will decide the appropriate location in the native filesystem,\n *  create the directory if necessary, and return a string of the absolute\n *  path to the directory in UTF-8 encoding.\n *\n * On Windows, the string might look like:\n *  \"C:\\\\Users\\\\bob\\\\AppData\\\\Roaming\\\\My Company\\\\My Program Name\\\\\"\n *\n * On Linux, the string might look like:\n *  \"/home/bob/.local/share/My Program Name/\"\n *\n * On Mac OS X, the string might look like:\n *  \"/Users/bob/Library/Application Support/My Program Name/\"\n *\n * (etc.)\n *\n * You specify the name of your organization (if it's not a real organization,\n *  your name or an Internet domain you own might do) and the name of your\n *  application. These should be untranslated proper names.\n *\n * Both the org and app strings may become part of a directory name, so\n *  please follow these rules:\n *\n *    - Try to use the same org string (including case-sensitivity) for\n *      all your applications that use this function.\n *    - Always use a unique app string for each one, and make sure it never\n *      changes for an app once you've decided on it.\n *    - Unicode characters are legal, as long as it's UTF-8 encoded, but...\n *    - ...only use letters, numbers, and spaces. Avoid punctuation like\n *      \"Game Name 2: Bad Guy's Revenge!\" ... \"Game Name 2\" is sufficient.\n *\n * This returns an absolute path in UTF-8 encoding, and is guaranteed to\n *  end with a path separator ('\\\\' on Windows, '/' most other places).\n *\n * The pointer returned by this function is owned by you. Please call\n *  SDL_free() on the pointer when you are done with it, or it will be a\n *  memory leak. This is not necessarily a fast call, though, so you should\n *  call this once near startup and save the string if you need it.\n *\n * You should assume the path returned by this function is the only safe\n *  place to write files (and that SDL_GetBasePath(), while it might be\n *  writable, or even the parent of the returned path, aren't where you\n *  should be writing things).\n *\n * Some platforms can't determine the pref path, and on other\n *  platforms, this might be meaningless. In such cases, this function will\n *  return NULL.\n *\n *   \\param org The name of your organization.\n *   \\param app The name of your application.\n *  \\return UTF-8 string of user dir in platform-dependent notation. NULL\n *          if there's a problem (creating directory failed, etc).\n *\n * \\sa SDL_GetBasePath\n */\nextern DECLSPEC char *SDLCALL SDL_GetPrefPath(const char *org, const char *app);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_system_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_gamecontroller.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_gamecontroller.h\n *\n *  Include file for SDL game controller event handling\n */\n\n#ifndef _SDL_gamecontroller_h\n#define _SDL_gamecontroller_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_rwops.h\"\n#include \"SDL_joystick.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\file SDL_gamecontroller.h\n *\n *  In order to use these functions, SDL_Init() must have been called\n *  with the ::SDL_INIT_JOYSTICK flag.  This causes SDL to scan the system\n *  for game controllers, and load appropriate drivers.\n *\n *  If you would like to receive controller updates while the application\n *  is in the background, you should set the following hint before calling\n *  SDL_Init(): SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS\n */\n\n/* The gamecontroller structure used to identify an SDL game controller */\nstruct _SDL_GameController;\ntypedef struct _SDL_GameController SDL_GameController;\n\n\ntypedef enum\n{\n    SDL_CONTROLLER_BINDTYPE_NONE = 0,\n    SDL_CONTROLLER_BINDTYPE_BUTTON,\n    SDL_CONTROLLER_BINDTYPE_AXIS,\n    SDL_CONTROLLER_BINDTYPE_HAT\n} SDL_GameControllerBindType;\n\n/**\n *  Get the SDL joystick layer binding for this controller button/axis mapping\n */\ntypedef struct SDL_GameControllerButtonBind\n{\n    SDL_GameControllerBindType bindType;\n    union\n    {\n        int button;\n        int axis;\n        struct {\n            int hat;\n            int hat_mask;\n        } hat;\n    } value;\n\n} SDL_GameControllerButtonBind;\n\n\n/**\n *  To count the number of game controllers in the system for the following:\n *  int nJoysticks = SDL_NumJoysticks();\n *  int nGameControllers = 0;\n *  for ( int i = 0; i < nJoysticks; i++ ) {\n *      if ( SDL_IsGameController(i) ) {\n *          nGameControllers++;\n *      }\n *  }\n *\n *  Using the SDL_HINT_GAMECONTROLLERCONFIG hint or the SDL_GameControllerAddMapping you can add support for controllers SDL is unaware of or cause an existing controller to have a different binding. The format is:\n *  guid,name,mappings\n *\n *  Where GUID is the string value from SDL_JoystickGetGUIDString(), name is the human readable string for the device and mappings are controller mappings to joystick ones.\n *  Under Windows there is a reserved GUID of \"xinput\" that covers any XInput devices.\n *  The mapping format for joystick is:\n *      bX - a joystick button, index X\n *      hX.Y - hat X with value Y\n *      aX - axis X of the joystick\n *  Buttons can be used as a controller axis and vice versa.\n *\n *  This string shows an example of a valid mapping for a controller\n *  \"341a3608000000000000504944564944,Afterglow PS3 Controller,a:b1,b:b2,y:b3,x:b0,start:b9,guide:b12,back:b8,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftshoulder:b4,rightshoulder:b5,leftstick:b10,rightstick:b11,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7\",\n *\n */\n\n/**\n *  Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()\n *  A community sourced database of controllers is available at https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt\n *\n *  If \\c freerw is non-zero, the stream will be closed after being read.\n * \n * \\return number of mappings added, -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_GameControllerAddMappingsFromRW( SDL_RWops * rw, int freerw );\n\n/**\n *  Load a set of mappings from a file, filtered by the current SDL_GetPlatform()\n *\n *  Convenience macro.\n */\n#define SDL_GameControllerAddMappingsFromFile(file)   SDL_GameControllerAddMappingsFromRW(SDL_RWFromFile(file, \"rb\"), 1)\n\n/**\n *  Add or update an existing mapping configuration\n *\n * \\return 1 if mapping is added, 0 if updated, -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_GameControllerAddMapping( const char* mappingString );\n\n/**\n *  Get a mapping string for a GUID\n *\n *  \\return the mapping string.  Must be freed with SDL_free.  Returns NULL if no mapping is available\n */\nextern DECLSPEC char * SDLCALL SDL_GameControllerMappingForGUID( SDL_JoystickGUID guid );\n\n/**\n *  Get a mapping string for an open GameController\n *\n *  \\return the mapping string.  Must be freed with SDL_free.  Returns NULL if no mapping is available\n */\nextern DECLSPEC char * SDLCALL SDL_GameControllerMapping( SDL_GameController * gamecontroller );\n\n/**\n *  Is the joystick on this index supported by the game controller interface?\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IsGameController(int joystick_index);\n\n\n/**\n *  Get the implementation dependent name of a game controller.\n *  This can be called before any controllers are opened.\n *  If no name can be found, this function returns NULL.\n */\nextern DECLSPEC const char *SDLCALL SDL_GameControllerNameForIndex(int joystick_index);\n\n/**\n *  Open a game controller for use.\n *  The index passed as an argument refers to the N'th game controller on the system.\n *  This index is the value which will identify this controller in future controller\n *  events.\n *\n *  \\return A controller identifier, or NULL if an error occurred.\n */\nextern DECLSPEC SDL_GameController *SDLCALL SDL_GameControllerOpen(int joystick_index);\n\n/**\n *  Return the name for this currently opened controller\n */\nextern DECLSPEC const char *SDLCALL SDL_GameControllerName(SDL_GameController *gamecontroller);\n\n/**\n *  Returns SDL_TRUE if the controller has been opened and currently connected,\n *  or SDL_FALSE if it has not.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GameControllerGetAttached(SDL_GameController *gamecontroller);\n\n/**\n *  Get the underlying joystick object used by a controller\n */\nextern DECLSPEC SDL_Joystick *SDLCALL SDL_GameControllerGetJoystick(SDL_GameController *gamecontroller);\n\n/**\n *  Enable/disable controller event polling.\n *\n *  If controller events are disabled, you must call SDL_GameControllerUpdate()\n *  yourself and check the state of the controller when you want controller\n *  information.\n *\n *  The state can be one of ::SDL_QUERY, ::SDL_ENABLE or ::SDL_IGNORE.\n */\nextern DECLSPEC int SDLCALL SDL_GameControllerEventState(int state);\n\n/**\n *  Update the current state of the open game controllers.\n *\n *  This is called automatically by the event loop if any game controller\n *  events are enabled.\n */\nextern DECLSPEC void SDLCALL SDL_GameControllerUpdate(void);\n\n\n/**\n *  The list of axes available from a controller\n */\ntypedef enum\n{\n    SDL_CONTROLLER_AXIS_INVALID = -1,\n    SDL_CONTROLLER_AXIS_LEFTX,\n    SDL_CONTROLLER_AXIS_LEFTY,\n    SDL_CONTROLLER_AXIS_RIGHTX,\n    SDL_CONTROLLER_AXIS_RIGHTY,\n    SDL_CONTROLLER_AXIS_TRIGGERLEFT,\n    SDL_CONTROLLER_AXIS_TRIGGERRIGHT,\n    SDL_CONTROLLER_AXIS_MAX\n} SDL_GameControllerAxis;\n\n/**\n *  turn this string into a axis mapping\n */\nextern DECLSPEC SDL_GameControllerAxis SDLCALL SDL_GameControllerGetAxisFromString(const char *pchString);\n\n/**\n *  turn this axis enum into a string mapping\n */\nextern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis);\n\n/**\n *  Get the SDL joystick layer binding for this controller button mapping\n */\nextern DECLSPEC SDL_GameControllerButtonBind SDLCALL\nSDL_GameControllerGetBindForAxis(SDL_GameController *gamecontroller,\n                                 SDL_GameControllerAxis axis);\n\n/**\n *  Get the current state of an axis control on a game controller.\n *\n *  The state is a value ranging from -32768 to 32767.\n *\n *  The axis indices start at index 0.\n */\nextern DECLSPEC Sint16 SDLCALL\nSDL_GameControllerGetAxis(SDL_GameController *gamecontroller,\n                          SDL_GameControllerAxis axis);\n\n/**\n *  The list of buttons available from a controller\n */\ntypedef enum\n{\n    SDL_CONTROLLER_BUTTON_INVALID = -1,\n    SDL_CONTROLLER_BUTTON_A,\n    SDL_CONTROLLER_BUTTON_B,\n    SDL_CONTROLLER_BUTTON_X,\n    SDL_CONTROLLER_BUTTON_Y,\n    SDL_CONTROLLER_BUTTON_BACK,\n    SDL_CONTROLLER_BUTTON_GUIDE,\n    SDL_CONTROLLER_BUTTON_START,\n    SDL_CONTROLLER_BUTTON_LEFTSTICK,\n    SDL_CONTROLLER_BUTTON_RIGHTSTICK,\n    SDL_CONTROLLER_BUTTON_LEFTSHOULDER,\n    SDL_CONTROLLER_BUTTON_RIGHTSHOULDER,\n    SDL_CONTROLLER_BUTTON_DPAD_UP,\n    SDL_CONTROLLER_BUTTON_DPAD_DOWN,\n    SDL_CONTROLLER_BUTTON_DPAD_LEFT,\n    SDL_CONTROLLER_BUTTON_DPAD_RIGHT,\n    SDL_CONTROLLER_BUTTON_MAX\n} SDL_GameControllerButton;\n\n/**\n *  turn this string into a button mapping\n */\nextern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);\n\n/**\n *  turn this button enum into a string mapping\n */\nextern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);\n\n/**\n *  Get the SDL joystick layer binding for this controller button mapping\n */\nextern DECLSPEC SDL_GameControllerButtonBind SDLCALL\nSDL_GameControllerGetBindForButton(SDL_GameController *gamecontroller,\n                                   SDL_GameControllerButton button);\n\n\n/**\n *  Get the current state of a button on a game controller.\n *\n *  The button indices start at index 0.\n */\nextern DECLSPEC Uint8 SDLCALL SDL_GameControllerGetButton(SDL_GameController *gamecontroller,\n                                                          SDL_GameControllerButton button);\n\n/**\n *  Close a controller previously opened with SDL_GameControllerOpen().\n */\nextern DECLSPEC void SDLCALL SDL_GameControllerClose(SDL_GameController *gamecontroller);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_gamecontroller_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_gesture.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_gesture.h\n *\n *  Include file for SDL gesture event handling.\n */\n\n#ifndef _SDL_gesture_h\n#define _SDL_gesture_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_video.h\"\n\n#include \"SDL_touch.h\"\n\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\ntypedef Sint64 SDL_GestureID;\n\n/* Function prototypes */\n\n/**\n *  \\brief Begin Recording a gesture on the specified touch, or all touches (-1)\n *\n *\n */\nextern DECLSPEC int SDLCALL SDL_RecordGesture(SDL_TouchID touchId);\n\n\n/**\n *  \\brief Save all currently loaded Dollar Gesture templates\n *\n *\n */\nextern DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates(SDL_RWops *dst);\n\n/**\n *  \\brief Save a currently loaded Dollar Gesture template\n *\n *\n */\nextern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);\n\n\n/**\n *  \\brief Load Dollar Gesture templates from a file\n *\n *\n */\nextern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_gesture_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_haptic.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_haptic.h\n *\n *  \\brief The SDL Haptic subsystem allows you to control haptic (force feedback)\n *         devices.\n *\n *  The basic usage is as follows:\n *   - Initialize the Subsystem (::SDL_INIT_HAPTIC).\n *   - Open a Haptic Device.\n *    - SDL_HapticOpen() to open from index.\n *    - SDL_HapticOpenFromJoystick() to open from an existing joystick.\n *   - Create an effect (::SDL_HapticEffect).\n *   - Upload the effect with SDL_HapticNewEffect().\n *   - Run the effect with SDL_HapticRunEffect().\n *   - (optional) Free the effect with SDL_HapticDestroyEffect().\n *   - Close the haptic device with SDL_HapticClose().\n *\n * \\par Simple rumble example:\n * \\code\n *    SDL_Haptic *haptic;\n *\n *    // Open the device\n *    haptic = SDL_HapticOpen( 0 );\n *    if (haptic == NULL)\n *       return -1;\n *\n *    // Initialize simple rumble\n *    if (SDL_HapticRumbleInit( haptic ) != 0)\n *       return -1;\n *\n *    // Play effect at 50% strength for 2 seconds\n *    if (SDL_HapticRumblePlay( haptic, 0.5, 2000 ) != 0)\n *       return -1;\n *    SDL_Delay( 2000 );\n *\n *    // Clean up\n *    SDL_HapticClose( haptic );\n * \\endcode\n *\n * \\par Complete example:\n * \\code\n * int test_haptic( SDL_Joystick * joystick ) {\n *    SDL_Haptic *haptic;\n *    SDL_HapticEffect effect;\n *    int effect_id;\n *\n *    // Open the device\n *    haptic = SDL_HapticOpenFromJoystick( joystick );\n *    if (haptic == NULL) return -1; // Most likely joystick isn't haptic\n *\n *    // See if it can do sine waves\n *    if ((SDL_HapticQuery(haptic) & SDL_HAPTIC_SINE)==0) {\n *       SDL_HapticClose(haptic); // No sine effect\n *       return -1;\n *    }\n *\n *    // Create the effect\n *    memset( &effect, 0, sizeof(SDL_HapticEffect) ); // 0 is safe default\n *    effect.type = SDL_HAPTIC_SINE;\n *    effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates\n *    effect.periodic.direction.dir[0] = 18000; // Force comes from south\n *    effect.periodic.period = 1000; // 1000 ms\n *    effect.periodic.magnitude = 20000; // 20000/32767 strength\n *    effect.periodic.length = 5000; // 5 seconds long\n *    effect.periodic.attack_length = 1000; // Takes 1 second to get max strength\n *    effect.periodic.fade_length = 1000; // Takes 1 second to fade away\n *\n *    // Upload the effect\n *    effect_id = SDL_HapticNewEffect( haptic, &effect );\n *\n *    // Test the effect\n *    SDL_HapticRunEffect( haptic, effect_id, 1 );\n *    SDL_Delay( 5000); // Wait for the effect to finish\n *\n *    // We destroy the effect, although closing the device also does this\n *    SDL_HapticDestroyEffect( haptic, effect_id );\n *\n *    // Close the device\n *    SDL_HapticClose(haptic);\n *\n *    return 0; // Success\n * }\n * \\endcode\n *\n * You can also find out more information on my blog:\n * http://bobbens.dyndns.org/journal/2010/sdl_haptic/\n *\n * \\author Edgar Simo Serra\n */\n\n#ifndef _SDL_haptic_h\n#define _SDL_haptic_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_joystick.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif /* __cplusplus */\n\n/**\n *  \\typedef SDL_Haptic\n *\n *  \\brief The haptic structure used to identify an SDL haptic.\n *\n *  \\sa SDL_HapticOpen\n *  \\sa SDL_HapticOpenFromJoystick\n *  \\sa SDL_HapticClose\n */\nstruct _SDL_Haptic;\ntypedef struct _SDL_Haptic SDL_Haptic;\n\n\n/**\n *  \\name Haptic features\n *\n *  Different haptic features a device can have.\n */\n/* @{ */\n\n/**\n *  \\name Haptic effects\n */\n/* @{ */\n\n/**\n *  \\brief Constant effect supported.\n *\n *  Constant haptic effect.\n *\n *  \\sa SDL_HapticCondition\n */\n#define SDL_HAPTIC_CONSTANT   (1<<0)\n\n/**\n *  \\brief Sine wave effect supported.\n *\n *  Periodic haptic effect that simulates sine waves.\n *\n *  \\sa SDL_HapticPeriodic\n */\n#define SDL_HAPTIC_SINE       (1<<1)\n\n/**\n *  \\brief Left/Right effect supported.\n *\n *  Haptic effect for direct control over high/low frequency motors.\n *\n *  \\sa SDL_HapticLeftRight\n * \\warning this value was SDL_HAPTIC_SQUARE right before 2.0.0 shipped. Sorry,\n *          we ran out of bits, and this is important for XInput devices.\n */\n#define SDL_HAPTIC_LEFTRIGHT     (1<<2)\n\n/* !!! FIXME: put this back when we have more bits in 2.1 */\n/* #define SDL_HAPTIC_SQUARE     (1<<2) */\n\n/**\n *  \\brief Triangle wave effect supported.\n *\n *  Periodic haptic effect that simulates triangular waves.\n *\n *  \\sa SDL_HapticPeriodic\n */\n#define SDL_HAPTIC_TRIANGLE   (1<<3)\n\n/**\n *  \\brief Sawtoothup wave effect supported.\n *\n *  Periodic haptic effect that simulates saw tooth up waves.\n *\n *  \\sa SDL_HapticPeriodic\n */\n#define SDL_HAPTIC_SAWTOOTHUP (1<<4)\n\n/**\n *  \\brief Sawtoothdown wave effect supported.\n *\n *  Periodic haptic effect that simulates saw tooth down waves.\n *\n *  \\sa SDL_HapticPeriodic\n */\n#define SDL_HAPTIC_SAWTOOTHDOWN (1<<5)\n\n/**\n *  \\brief Ramp effect supported.\n *\n *  Ramp haptic effect.\n *\n *  \\sa SDL_HapticRamp\n */\n#define SDL_HAPTIC_RAMP       (1<<6)\n\n/**\n *  \\brief Spring effect supported - uses axes position.\n *\n *  Condition haptic effect that simulates a spring.  Effect is based on the\n *  axes position.\n *\n *  \\sa SDL_HapticCondition\n */\n#define SDL_HAPTIC_SPRING     (1<<7)\n\n/**\n *  \\brief Damper effect supported - uses axes velocity.\n *\n *  Condition haptic effect that simulates dampening.  Effect is based on the\n *  axes velocity.\n *\n *  \\sa SDL_HapticCondition\n */\n#define SDL_HAPTIC_DAMPER     (1<<8)\n\n/**\n *  \\brief Inertia effect supported - uses axes acceleration.\n *\n *  Condition haptic effect that simulates inertia.  Effect is based on the axes\n *  acceleration.\n *\n *  \\sa SDL_HapticCondition\n */\n#define SDL_HAPTIC_INERTIA    (1<<9)\n\n/**\n *  \\brief Friction effect supported - uses axes movement.\n *\n *  Condition haptic effect that simulates friction.  Effect is based on the\n *  axes movement.\n *\n *  \\sa SDL_HapticCondition\n */\n#define SDL_HAPTIC_FRICTION   (1<<10)\n\n/**\n *  \\brief Custom effect is supported.\n *\n *  User defined custom haptic effect.\n */\n#define SDL_HAPTIC_CUSTOM     (1<<11)\n\n/* @} *//* Haptic effects */\n\n/* These last few are features the device has, not effects */\n\n/**\n *  \\brief Device can set global gain.\n *\n *  Device supports setting the global gain.\n *\n *  \\sa SDL_HapticSetGain\n */\n#define SDL_HAPTIC_GAIN       (1<<12)\n\n/**\n *  \\brief Device can set autocenter.\n *\n *  Device supports setting autocenter.\n *\n *  \\sa SDL_HapticSetAutocenter\n */\n#define SDL_HAPTIC_AUTOCENTER (1<<13)\n\n/**\n *  \\brief Device can be queried for effect status.\n *\n *  Device can be queried for effect status.\n *\n *  \\sa SDL_HapticGetEffectStatus\n */\n#define SDL_HAPTIC_STATUS     (1<<14)\n\n/**\n *  \\brief Device can be paused.\n *\n *  \\sa SDL_HapticPause\n *  \\sa SDL_HapticUnpause\n */\n#define SDL_HAPTIC_PAUSE      (1<<15)\n\n\n/**\n * \\name Direction encodings\n */\n/* @{ */\n\n/**\n *  \\brief Uses polar coordinates for the direction.\n *\n *  \\sa SDL_HapticDirection\n */\n#define SDL_HAPTIC_POLAR      0\n\n/**\n *  \\brief Uses cartesian coordinates for the direction.\n *\n *  \\sa SDL_HapticDirection\n */\n#define SDL_HAPTIC_CARTESIAN  1\n\n/**\n *  \\brief Uses spherical coordinates for the direction.\n *\n *  \\sa SDL_HapticDirection\n */\n#define SDL_HAPTIC_SPHERICAL  2\n\n/* @} *//* Direction encodings */\n\n/* @} *//* Haptic features */\n\n/*\n * Misc defines.\n */\n\n/**\n * \\brief Used to play a device an infinite number of times.\n *\n * \\sa SDL_HapticRunEffect\n */\n#define SDL_HAPTIC_INFINITY   4294967295U\n\n\n/**\n *  \\brief Structure that represents a haptic direction.\n *\n *  Directions can be specified by:\n *   - ::SDL_HAPTIC_POLAR : Specified by polar coordinates.\n *   - ::SDL_HAPTIC_CARTESIAN : Specified by cartesian coordinates.\n *   - ::SDL_HAPTIC_SPHERICAL : Specified by spherical coordinates.\n *\n *  Cardinal directions of the haptic device are relative to the positioning\n *  of the device.  North is considered to be away from the user.\n *\n *  The following diagram represents the cardinal directions:\n *  \\verbatim\n                 .--.\n                 |__| .-------.\n                 |=.| |.-----.|\n                 |--| ||     ||\n                 |  | |'-----'|\n                 |__|~')_____('\n                   [ COMPUTER ]\n\n\n                     North (0,-1)\n                         ^\n                         |\n                         |\n    (1,0)  West <----[ HAPTIC ]----> East (-1,0)\n                         |\n                         |\n                         v\n                      South (0,1)\n\n\n                      [ USER ]\n                        \\|||/\n                        (o o)\n                  ---ooO-(_)-Ooo---\n    \\endverbatim\n *\n *  If type is ::SDL_HAPTIC_POLAR, direction is encoded by hundredths of a\n *  degree starting north and turning clockwise.  ::SDL_HAPTIC_POLAR only uses\n *  the first \\c dir parameter.  The cardinal directions would be:\n *   - North: 0 (0 degrees)\n *   - East: 9000 (90 degrees)\n *   - South: 18000 (180 degrees)\n *   - West: 27000 (270 degrees)\n *\n *  If type is ::SDL_HAPTIC_CARTESIAN, direction is encoded by three positions\n *  (X axis, Y axis and Z axis (with 3 axes)).  ::SDL_HAPTIC_CARTESIAN uses\n *  the first three \\c dir parameters.  The cardinal directions would be:\n *   - North:  0,-1, 0\n *   - East:  -1, 0, 0\n *   - South:  0, 1, 0\n *   - West:   1, 0, 0\n *\n *  The Z axis represents the height of the effect if supported, otherwise\n *  it's unused.  In cartesian encoding (1, 2) would be the same as (2, 4), you\n *  can use any multiple you want, only the direction matters.\n *\n *  If type is ::SDL_HAPTIC_SPHERICAL, direction is encoded by two rotations.\n *  The first two \\c dir parameters are used.  The \\c dir parameters are as\n *  follows (all values are in hundredths of degrees):\n *   - Degrees from (1, 0) rotated towards (0, 1).\n *   - Degrees towards (0, 0, 1) (device needs at least 3 axes).\n *\n *\n *  Example of force coming from the south with all encodings (force coming\n *  from the south means the user will have to pull the stick to counteract):\n *  \\code\n *  SDL_HapticDirection direction;\n *\n *  // Cartesian directions\n *  direction.type = SDL_HAPTIC_CARTESIAN; // Using cartesian direction encoding.\n *  direction.dir[0] = 0; // X position\n *  direction.dir[1] = 1; // Y position\n *  // Assuming the device has 2 axes, we don't need to specify third parameter.\n *\n *  // Polar directions\n *  direction.type = SDL_HAPTIC_POLAR; // We'll be using polar direction encoding.\n *  direction.dir[0] = 18000; // Polar only uses first parameter\n *\n *  // Spherical coordinates\n *  direction.type = SDL_HAPTIC_SPHERICAL; // Spherical encoding\n *  direction.dir[0] = 9000; // Since we only have two axes we don't need more parameters.\n *  \\endcode\n *\n *  \\sa SDL_HAPTIC_POLAR\n *  \\sa SDL_HAPTIC_CARTESIAN\n *  \\sa SDL_HAPTIC_SPHERICAL\n *  \\sa SDL_HapticEffect\n *  \\sa SDL_HapticNumAxes\n */\ntypedef struct SDL_HapticDirection\n{\n    Uint8 type;         /**< The type of encoding. */\n    Sint32 dir[3];      /**< The encoded direction. */\n} SDL_HapticDirection;\n\n\n/**\n *  \\brief A structure containing a template for a Constant effect.\n *\n *  The struct is exclusive to the ::SDL_HAPTIC_CONSTANT effect.\n *\n *  A constant effect applies a constant force in the specified direction\n *  to the joystick.\n *\n *  \\sa SDL_HAPTIC_CONSTANT\n *  \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticConstant\n{\n    /* Header */\n    Uint16 type;            /**< ::SDL_HAPTIC_CONSTANT */\n    SDL_HapticDirection direction;  /**< Direction of the effect. */\n\n    /* Replay */\n    Uint32 length;          /**< Duration of the effect. */\n    Uint16 delay;           /**< Delay before starting the effect. */\n\n    /* Trigger */\n    Uint16 button;          /**< Button that triggers the effect. */\n    Uint16 interval;        /**< How soon it can be triggered again after button. */\n\n    /* Constant */\n    Sint16 level;           /**< Strength of the constant effect. */\n\n    /* Envelope */\n    Uint16 attack_length;   /**< Duration of the attack. */\n    Uint16 attack_level;    /**< Level at the start of the attack. */\n    Uint16 fade_length;     /**< Duration of the fade. */\n    Uint16 fade_level;      /**< Level at the end of the fade. */\n} SDL_HapticConstant;\n\n/**\n *  \\brief A structure containing a template for a Periodic effect.\n *\n *  The struct handles the following effects:\n *   - ::SDL_HAPTIC_SINE\n *   - ::SDL_HAPTIC_LEFTRIGHT\n *   - ::SDL_HAPTIC_TRIANGLE\n *   - ::SDL_HAPTIC_SAWTOOTHUP\n *   - ::SDL_HAPTIC_SAWTOOTHDOWN\n *\n *  A periodic effect consists in a wave-shaped effect that repeats itself\n *  over time.  The type determines the shape of the wave and the parameters\n *  determine the dimensions of the wave.\n *\n *  Phase is given by hundredth of a cycle meaning that giving the phase a value\n *  of 9000 will displace it 25% of its period.  Here are sample values:\n *   -     0: No phase displacement.\n *   -  9000: Displaced 25% of its period.\n *   - 18000: Displaced 50% of its period.\n *   - 27000: Displaced 75% of its period.\n *   - 36000: Displaced 100% of its period, same as 0, but 0 is preferred.\n *\n *  Examples:\n *  \\verbatim\n    SDL_HAPTIC_SINE\n      __      __      __      __\n     /  \\    /  \\    /  \\    /\n    /    \\__/    \\__/    \\__/\n\n    SDL_HAPTIC_SQUARE\n     __    __    __    __    __\n    |  |  |  |  |  |  |  |  |  |\n    |  |__|  |__|  |__|  |__|  |\n\n    SDL_HAPTIC_TRIANGLE\n      /\\    /\\    /\\    /\\    /\\\n     /  \\  /  \\  /  \\  /  \\  /\n    /    \\/    \\/    \\/    \\/\n\n    SDL_HAPTIC_SAWTOOTHUP\n      /|  /|  /|  /|  /|  /|  /|\n     / | / | / | / | / | / | / |\n    /  |/  |/  |/  |/  |/  |/  |\n\n    SDL_HAPTIC_SAWTOOTHDOWN\n    \\  |\\  |\\  |\\  |\\  |\\  |\\  |\n     \\ | \\ | \\ | \\ | \\ | \\ | \\ |\n      \\|  \\|  \\|  \\|  \\|  \\|  \\|\n    \\endverbatim\n *\n *  \\sa SDL_HAPTIC_SINE\n *  \\sa SDL_HAPTIC_LEFTRIGHT\n *  \\sa SDL_HAPTIC_TRIANGLE\n *  \\sa SDL_HAPTIC_SAWTOOTHUP\n *  \\sa SDL_HAPTIC_SAWTOOTHDOWN\n *  \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticPeriodic\n{\n    /* Header */\n    Uint16 type;        /**< ::SDL_HAPTIC_SINE, ::SDL_HAPTIC_LEFTRIGHT,\n                             ::SDL_HAPTIC_TRIANGLE, ::SDL_HAPTIC_SAWTOOTHUP or\n                             ::SDL_HAPTIC_SAWTOOTHDOWN */\n    SDL_HapticDirection direction;  /**< Direction of the effect. */\n\n    /* Replay */\n    Uint32 length;      /**< Duration of the effect. */\n    Uint16 delay;       /**< Delay before starting the effect. */\n\n    /* Trigger */\n    Uint16 button;      /**< Button that triggers the effect. */\n    Uint16 interval;    /**< How soon it can be triggered again after button. */\n\n    /* Periodic */\n    Uint16 period;      /**< Period of the wave. */\n    Sint16 magnitude;   /**< Peak value. */\n    Sint16 offset;      /**< Mean value of the wave. */\n    Uint16 phase;       /**< Horizontal shift given by hundredth of a cycle. */\n\n    /* Envelope */\n    Uint16 attack_length;   /**< Duration of the attack. */\n    Uint16 attack_level;    /**< Level at the start of the attack. */\n    Uint16 fade_length; /**< Duration of the fade. */\n    Uint16 fade_level;  /**< Level at the end of the fade. */\n} SDL_HapticPeriodic;\n\n/**\n *  \\brief A structure containing a template for a Condition effect.\n *\n *  The struct handles the following effects:\n *   - ::SDL_HAPTIC_SPRING: Effect based on axes position.\n *   - ::SDL_HAPTIC_DAMPER: Effect based on axes velocity.\n *   - ::SDL_HAPTIC_INERTIA: Effect based on axes acceleration.\n *   - ::SDL_HAPTIC_FRICTION: Effect based on axes movement.\n *\n *  Direction is handled by condition internals instead of a direction member.\n *  The condition effect specific members have three parameters.  The first\n *  refers to the X axis, the second refers to the Y axis and the third\n *  refers to the Z axis.  The right terms refer to the positive side of the\n *  axis and the left terms refer to the negative side of the axis.  Please\n *  refer to the ::SDL_HapticDirection diagram for which side is positive and\n *  which is negative.\n *\n *  \\sa SDL_HapticDirection\n *  \\sa SDL_HAPTIC_SPRING\n *  \\sa SDL_HAPTIC_DAMPER\n *  \\sa SDL_HAPTIC_INERTIA\n *  \\sa SDL_HAPTIC_FRICTION\n *  \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticCondition\n{\n    /* Header */\n    Uint16 type;            /**< ::SDL_HAPTIC_SPRING, ::SDL_HAPTIC_DAMPER,\n                                 ::SDL_HAPTIC_INERTIA or ::SDL_HAPTIC_FRICTION */\n    SDL_HapticDirection direction;  /**< Direction of the effect - Not used ATM. */\n\n    /* Replay */\n    Uint32 length;          /**< Duration of the effect. */\n    Uint16 delay;           /**< Delay before starting the effect. */\n\n    /* Trigger */\n    Uint16 button;          /**< Button that triggers the effect. */\n    Uint16 interval;        /**< How soon it can be triggered again after button. */\n\n    /* Condition */\n    Uint16 right_sat[3];    /**< Level when joystick is to the positive side. */\n    Uint16 left_sat[3];     /**< Level when joystick is to the negative side. */\n    Sint16 right_coeff[3];  /**< How fast to increase the force towards the positive side. */\n    Sint16 left_coeff[3];   /**< How fast to increase the force towards the negative side. */\n    Uint16 deadband[3];     /**< Size of the dead zone. */\n    Sint16 center[3];       /**< Position of the dead zone. */\n} SDL_HapticCondition;\n\n/**\n *  \\brief A structure containing a template for a Ramp effect.\n *\n *  This struct is exclusively for the ::SDL_HAPTIC_RAMP effect.\n *\n *  The ramp effect starts at start strength and ends at end strength.\n *  It augments in linear fashion.  If you use attack and fade with a ramp\n *  the effects get added to the ramp effect making the effect become\n *  quadratic instead of linear.\n *\n *  \\sa SDL_HAPTIC_RAMP\n *  \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticRamp\n{\n    /* Header */\n    Uint16 type;            /**< ::SDL_HAPTIC_RAMP */\n    SDL_HapticDirection direction;  /**< Direction of the effect. */\n\n    /* Replay */\n    Uint32 length;          /**< Duration of the effect. */\n    Uint16 delay;           /**< Delay before starting the effect. */\n\n    /* Trigger */\n    Uint16 button;          /**< Button that triggers the effect. */\n    Uint16 interval;        /**< How soon it can be triggered again after button. */\n\n    /* Ramp */\n    Sint16 start;           /**< Beginning strength level. */\n    Sint16 end;             /**< Ending strength level. */\n\n    /* Envelope */\n    Uint16 attack_length;   /**< Duration of the attack. */\n    Uint16 attack_level;    /**< Level at the start of the attack. */\n    Uint16 fade_length;     /**< Duration of the fade. */\n    Uint16 fade_level;      /**< Level at the end of the fade. */\n} SDL_HapticRamp;\n\n/**\n * \\brief A structure containing a template for a Left/Right effect.\n *\n * This struct is exclusively for the ::SDL_HAPTIC_LEFTRIGHT effect.\n *\n * The Left/Right effect is used to explicitly control the large and small\n * motors, commonly found in modern game controllers. One motor is high\n * frequency, the other is low frequency.\n *\n * \\sa SDL_HAPTIC_LEFTRIGHT\n * \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticLeftRight\n{\n    /* Header */\n    Uint16 type;            /**< ::SDL_HAPTIC_LEFTRIGHT */\n\n    /* Replay */\n    Uint32 length;          /**< Duration of the effect. */\n\n    /* Rumble */\n    Uint16 large_magnitude; /**< Control of the large controller motor. */\n    Uint16 small_magnitude; /**< Control of the small controller motor. */\n} SDL_HapticLeftRight;\n\n/**\n *  \\brief A structure containing a template for the ::SDL_HAPTIC_CUSTOM effect.\n *\n *  A custom force feedback effect is much like a periodic effect, where the\n *  application can define its exact shape.  You will have to allocate the\n *  data yourself.  Data should consist of channels * samples Uint16 samples.\n *\n *  If channels is one, the effect is rotated using the defined direction.\n *  Otherwise it uses the samples in data for the different axes.\n *\n *  \\sa SDL_HAPTIC_CUSTOM\n *  \\sa SDL_HapticEffect\n */\ntypedef struct SDL_HapticCustom\n{\n    /* Header */\n    Uint16 type;            /**< ::SDL_HAPTIC_CUSTOM */\n    SDL_HapticDirection direction;  /**< Direction of the effect. */\n\n    /* Replay */\n    Uint32 length;          /**< Duration of the effect. */\n    Uint16 delay;           /**< Delay before starting the effect. */\n\n    /* Trigger */\n    Uint16 button;          /**< Button that triggers the effect. */\n    Uint16 interval;        /**< How soon it can be triggered again after button. */\n\n    /* Custom */\n    Uint8 channels;         /**< Axes to use, minimum of one. */\n    Uint16 period;          /**< Sample periods. */\n    Uint16 samples;         /**< Amount of samples. */\n    Uint16 *data;           /**< Should contain channels*samples items. */\n\n    /* Envelope */\n    Uint16 attack_length;   /**< Duration of the attack. */\n    Uint16 attack_level;    /**< Level at the start of the attack. */\n    Uint16 fade_length;     /**< Duration of the fade. */\n    Uint16 fade_level;      /**< Level at the end of the fade. */\n} SDL_HapticCustom;\n\n/**\n *  \\brief The generic template for any haptic effect.\n *\n *  All values max at 32767 (0x7FFF).  Signed values also can be negative.\n *  Time values unless specified otherwise are in milliseconds.\n *\n *  You can also pass ::SDL_HAPTIC_INFINITY to length instead of a 0-32767\n *  value.  Neither delay, interval, attack_length nor fade_length support\n *  ::SDL_HAPTIC_INFINITY.  Fade will also not be used since effect never ends.\n *\n *  Additionally, the ::SDL_HAPTIC_RAMP effect does not support a duration of\n *  ::SDL_HAPTIC_INFINITY.\n *\n *  Button triggers may not be supported on all devices, it is advised to not\n *  use them if possible.  Buttons start at index 1 instead of index 0 like\n *  the joystick.\n *\n *  If both attack_length and fade_level are 0, the envelope is not used,\n *  otherwise both values are used.\n *\n *  Common parts:\n *  \\code\n *  // Replay - All effects have this\n *  Uint32 length;        // Duration of effect (ms).\n *  Uint16 delay;         // Delay before starting effect.\n *\n *  // Trigger - All effects have this\n *  Uint16 button;        // Button that triggers effect.\n *  Uint16 interval;      // How soon before effect can be triggered again.\n *\n *  // Envelope - All effects except condition effects have this\n *  Uint16 attack_length; // Duration of the attack (ms).\n *  Uint16 attack_level;  // Level at the start of the attack.\n *  Uint16 fade_length;   // Duration of the fade out (ms).\n *  Uint16 fade_level;    // Level at the end of the fade.\n *  \\endcode\n *\n *\n *  Here we have an example of a constant effect evolution in time:\n *  \\verbatim\n    Strength\n    ^\n    |\n    |    effect level -->  _________________\n    |                     /                 \\\n    |                    /                   \\\n    |                   /                     \\\n    |                  /                       \\\n    | attack_level --> |                        \\\n    |                  |                        |  <---  fade_level\n    |\n    +--------------------------------------------------> Time\n                       [--]                 [---]\n                       attack_length        fade_length\n\n    [------------------][-----------------------]\n    delay               length\n    \\endverbatim\n *\n *  Note either the attack_level or the fade_level may be above the actual\n *  effect level.\n *\n *  \\sa SDL_HapticConstant\n *  \\sa SDL_HapticPeriodic\n *  \\sa SDL_HapticCondition\n *  \\sa SDL_HapticRamp\n *  \\sa SDL_HapticLeftRight\n *  \\sa SDL_HapticCustom\n */\ntypedef union SDL_HapticEffect\n{\n    /* Common for all force feedback effects */\n    Uint16 type;                    /**< Effect type. */\n    SDL_HapticConstant constant;    /**< Constant effect. */\n    SDL_HapticPeriodic periodic;    /**< Periodic effect. */\n    SDL_HapticCondition condition;  /**< Condition effect. */\n    SDL_HapticRamp ramp;            /**< Ramp effect. */\n    SDL_HapticLeftRight leftright;  /**< Left/Right effect. */\n    SDL_HapticCustom custom;        /**< Custom effect. */\n} SDL_HapticEffect;\n\n\n/* Function prototypes */\n/**\n *  \\brief Count the number of haptic devices attached to the system.\n *\n *  \\return Number of haptic devices detected on the system.\n */\nextern DECLSPEC int SDLCALL SDL_NumHaptics(void);\n\n/**\n *  \\brief Get the implementation dependent name of a Haptic device.\n *\n *  This can be called before any joysticks are opened.\n *  If no name can be found, this function returns NULL.\n *\n *  \\param device_index Index of the device to get its name.\n *  \\return Name of the device or NULL on error.\n *\n *  \\sa SDL_NumHaptics\n */\nextern DECLSPEC const char *SDLCALL SDL_HapticName(int device_index);\n\n/**\n *  \\brief Opens a Haptic device for usage.\n *\n *  The index passed as an argument refers to the N'th Haptic device on this\n *  system.\n *\n *  When opening a haptic device, its gain will be set to maximum and\n *  autocenter will be disabled.  To modify these values use\n *  SDL_HapticSetGain() and SDL_HapticSetAutocenter().\n *\n *  \\param device_index Index of the device to open.\n *  \\return Device identifier or NULL on error.\n *\n *  \\sa SDL_HapticIndex\n *  \\sa SDL_HapticOpenFromMouse\n *  \\sa SDL_HapticOpenFromJoystick\n *  \\sa SDL_HapticClose\n *  \\sa SDL_HapticSetGain\n *  \\sa SDL_HapticSetAutocenter\n *  \\sa SDL_HapticPause\n *  \\sa SDL_HapticStopAll\n */\nextern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);\n\n/**\n *  \\brief Checks if the haptic device at index has been opened.\n *\n *  \\param device_index Index to check to see if it has been opened.\n *  \\return 1 if it has been opened or 0 if it hasn't.\n *\n *  \\sa SDL_HapticOpen\n *  \\sa SDL_HapticIndex\n */\nextern DECLSPEC int SDLCALL SDL_HapticOpened(int device_index);\n\n/**\n *  \\brief Gets the index of a haptic device.\n *\n *  \\param haptic Haptic device to get the index of.\n *  \\return The index of the haptic device or -1 on error.\n *\n *  \\sa SDL_HapticOpen\n *  \\sa SDL_HapticOpened\n */\nextern DECLSPEC int SDLCALL SDL_HapticIndex(SDL_Haptic * haptic);\n\n/**\n *  \\brief Gets whether or not the current mouse has haptic capabilities.\n *\n *  \\return SDL_TRUE if the mouse is haptic, SDL_FALSE if it isn't.\n *\n *  \\sa SDL_HapticOpenFromMouse\n */\nextern DECLSPEC int SDLCALL SDL_MouseIsHaptic(void);\n\n/**\n *  \\brief Tries to open a haptic device from the current mouse.\n *\n *  \\return The haptic device identifier or NULL on error.\n *\n *  \\sa SDL_MouseIsHaptic\n *  \\sa SDL_HapticOpen\n */\nextern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpenFromMouse(void);\n\n/**\n *  \\brief Checks to see if a joystick has haptic features.\n *\n *  \\param joystick Joystick to test for haptic capabilities.\n *  \\return 1 if the joystick is haptic, 0 if it isn't\n *          or -1 if an error ocurred.\n *\n *  \\sa SDL_HapticOpenFromJoystick\n */\nextern DECLSPEC int SDLCALL SDL_JoystickIsHaptic(SDL_Joystick * joystick);\n\n/**\n *  \\brief Opens a Haptic device for usage from a Joystick device.\n *\n *  You must still close the haptic device seperately.  It will not be closed\n *  with the joystick.\n *\n *  When opening from a joystick you should first close the haptic device before\n *  closing the joystick device.  If not, on some implementations the haptic\n *  device will also get unallocated and you'll be unable to use force feedback\n *  on that device.\n *\n *  \\param joystick Joystick to create a haptic device from.\n *  \\return A valid haptic device identifier on success or NULL on error.\n *\n *  \\sa SDL_HapticOpen\n *  \\sa SDL_HapticClose\n */\nextern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpenFromJoystick(SDL_Joystick *\n                                                               joystick);\n\n/**\n *  \\brief Closes a Haptic device previously opened with SDL_HapticOpen().\n *\n *  \\param haptic Haptic device to close.\n */\nextern DECLSPEC void SDLCALL SDL_HapticClose(SDL_Haptic * haptic);\n\n/**\n *  \\brief Returns the number of effects a haptic device can store.\n *\n *  On some platforms this isn't fully supported, and therefore is an\n *  approximation.  Always check to see if your created effect was actually\n *  created and do not rely solely on SDL_HapticNumEffects().\n *\n *  \\param haptic The haptic device to query effect max.\n *  \\return The number of effects the haptic device can store or\n *          -1 on error.\n *\n *  \\sa SDL_HapticNumEffectsPlaying\n *  \\sa SDL_HapticQuery\n */\nextern DECLSPEC int SDLCALL SDL_HapticNumEffects(SDL_Haptic * haptic);\n\n/**\n *  \\brief Returns the number of effects a haptic device can play at the same\n *         time.\n *\n *  This is not supported on all platforms, but will always return a value.\n *  Added here for the sake of completeness.\n *\n *  \\param haptic The haptic device to query maximum playing effects.\n *  \\return The number of effects the haptic device can play at the same time\n *          or -1 on error.\n *\n *  \\sa SDL_HapticNumEffects\n *  \\sa SDL_HapticQuery\n */\nextern DECLSPEC int SDLCALL SDL_HapticNumEffectsPlaying(SDL_Haptic * haptic);\n\n/**\n *  \\brief Gets the haptic devices supported features in bitwise matter.\n *\n *  Example:\n *  \\code\n *  if (SDL_HapticQuery(haptic) & SDL_HAPTIC_CONSTANT) {\n *      printf(\"We have constant haptic effect!\");\n *  }\n *  \\endcode\n *\n *  \\param haptic The haptic device to query.\n *  \\return Haptic features in bitwise manner (OR'd).\n *\n *  \\sa SDL_HapticNumEffects\n *  \\sa SDL_HapticEffectSupported\n */\nextern DECLSPEC unsigned int SDLCALL SDL_HapticQuery(SDL_Haptic * haptic);\n\n\n/**\n *  \\brief Gets the number of haptic axes the device has.\n *\n *  \\sa SDL_HapticDirection\n */\nextern DECLSPEC int SDLCALL SDL_HapticNumAxes(SDL_Haptic * haptic);\n\n/**\n *  \\brief Checks to see if effect is supported by haptic.\n *\n *  \\param haptic Haptic device to check on.\n *  \\param effect Effect to check to see if it is supported.\n *  \\return SDL_TRUE if effect is supported, SDL_FALSE if it isn't or -1 on error.\n *\n *  \\sa SDL_HapticQuery\n *  \\sa SDL_HapticNewEffect\n */\nextern DECLSPEC int SDLCALL SDL_HapticEffectSupported(SDL_Haptic * haptic,\n                                                      SDL_HapticEffect *\n                                                      effect);\n\n/**\n *  \\brief Creates a new haptic effect on the device.\n *\n *  \\param haptic Haptic device to create the effect on.\n *  \\param effect Properties of the effect to create.\n *  \\return The id of the effect on success or -1 on error.\n *\n *  \\sa SDL_HapticUpdateEffect\n *  \\sa SDL_HapticRunEffect\n *  \\sa SDL_HapticDestroyEffect\n */\nextern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic,\n                                                SDL_HapticEffect * effect);\n\n/**\n *  \\brief Updates the properties of an effect.\n *\n *  Can be used dynamically, although behaviour when dynamically changing\n *  direction may be strange.  Specifically the effect may reupload itself\n *  and start playing from the start.  You cannot change the type either when\n *  running SDL_HapticUpdateEffect().\n *\n *  \\param haptic Haptic device that has the effect.\n *  \\param effect Effect to update.\n *  \\param data New effect properties to use.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticNewEffect\n *  \\sa SDL_HapticRunEffect\n *  \\sa SDL_HapticDestroyEffect\n */\nextern DECLSPEC int SDLCALL SDL_HapticUpdateEffect(SDL_Haptic * haptic,\n                                                   int effect,\n                                                   SDL_HapticEffect * data);\n\n/**\n *  \\brief Runs the haptic effect on its associated haptic device.\n *\n *  If iterations are ::SDL_HAPTIC_INFINITY, it'll run the effect over and over\n *  repeating the envelope (attack and fade) every time.  If you only want the\n *  effect to last forever, set ::SDL_HAPTIC_INFINITY in the effect's length\n *  parameter.\n *\n *  \\param haptic Haptic device to run the effect on.\n *  \\param effect Identifier of the haptic effect to run.\n *  \\param iterations Number of iterations to run the effect. Use\n *         ::SDL_HAPTIC_INFINITY for infinity.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticStopEffect\n *  \\sa SDL_HapticDestroyEffect\n *  \\sa SDL_HapticGetEffectStatus\n */\nextern DECLSPEC int SDLCALL SDL_HapticRunEffect(SDL_Haptic * haptic,\n                                                int effect,\n                                                Uint32 iterations);\n\n/**\n *  \\brief Stops the haptic effect on its associated haptic device.\n *\n *  \\param haptic Haptic device to stop the effect on.\n *  \\param effect Identifier of the effect to stop.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticRunEffect\n *  \\sa SDL_HapticDestroyEffect\n */\nextern DECLSPEC int SDLCALL SDL_HapticStopEffect(SDL_Haptic * haptic,\n                                                 int effect);\n\n/**\n *  \\brief Destroys a haptic effect on the device.\n *\n *  This will stop the effect if it's running.  Effects are automatically\n *  destroyed when the device is closed.\n *\n *  \\param haptic Device to destroy the effect on.\n *  \\param effect Identifier of the effect to destroy.\n *\n *  \\sa SDL_HapticNewEffect\n */\nextern DECLSPEC void SDLCALL SDL_HapticDestroyEffect(SDL_Haptic * haptic,\n                                                     int effect);\n\n/**\n *  \\brief Gets the status of the current effect on the haptic device.\n *\n *  Device must support the ::SDL_HAPTIC_STATUS feature.\n *\n *  \\param haptic Haptic device to query the effect status on.\n *  \\param effect Identifier of the effect to query its status.\n *  \\return 0 if it isn't playing, 1 if it is playing or -1 on error.\n *\n *  \\sa SDL_HapticRunEffect\n *  \\sa SDL_HapticStopEffect\n */\nextern DECLSPEC int SDLCALL SDL_HapticGetEffectStatus(SDL_Haptic * haptic,\n                                                      int effect);\n\n/**\n *  \\brief Sets the global gain of the device.\n *\n *  Device must support the ::SDL_HAPTIC_GAIN feature.\n *\n *  The user may specify the maximum gain by setting the environment variable\n *  SDL_HAPTIC_GAIN_MAX which should be between 0 and 100.  All calls to\n *  SDL_HapticSetGain() will scale linearly using SDL_HAPTIC_GAIN_MAX as the\n *  maximum.\n *\n *  \\param haptic Haptic device to set the gain on.\n *  \\param gain Value to set the gain to, should be between 0 and 100.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticQuery\n */\nextern DECLSPEC int SDLCALL SDL_HapticSetGain(SDL_Haptic * haptic, int gain);\n\n/**\n *  \\brief Sets the global autocenter of the device.\n *\n *  Autocenter should be between 0 and 100.  Setting it to 0 will disable\n *  autocentering.\n *\n *  Device must support the ::SDL_HAPTIC_AUTOCENTER feature.\n *\n *  \\param haptic Haptic device to set autocentering on.\n *  \\param autocenter Value to set autocenter to, 0 disables autocentering.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticQuery\n */\nextern DECLSPEC int SDLCALL SDL_HapticSetAutocenter(SDL_Haptic * haptic,\n                                                    int autocenter);\n\n/**\n *  \\brief Pauses a haptic device.\n *\n *  Device must support the ::SDL_HAPTIC_PAUSE feature.  Call\n *  SDL_HapticUnpause() to resume playback.\n *\n *  Do not modify the effects nor add new ones while the device is paused.\n *  That can cause all sorts of weird errors.\n *\n *  \\param haptic Haptic device to pause.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticUnpause\n */\nextern DECLSPEC int SDLCALL SDL_HapticPause(SDL_Haptic * haptic);\n\n/**\n *  \\brief Unpauses a haptic device.\n *\n *  Call to unpause after SDL_HapticPause().\n *\n *  \\param haptic Haptic device to pause.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticPause\n */\nextern DECLSPEC int SDLCALL SDL_HapticUnpause(SDL_Haptic * haptic);\n\n/**\n *  \\brief Stops all the currently playing effects on a haptic device.\n *\n *  \\param haptic Haptic device to stop.\n *  \\return 0 on success or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_HapticStopAll(SDL_Haptic * haptic);\n\n/**\n *  \\brief Checks to see if rumble is supported on a haptic device.\n *\n *  \\param haptic Haptic device to check to see if it supports rumble.\n *  \\return SDL_TRUE if effect is supported, SDL_FALSE if it isn't or -1 on error.\n *\n *  \\sa SDL_HapticRumbleInit\n *  \\sa SDL_HapticRumblePlay\n *  \\sa SDL_HapticRumbleStop\n */\nextern DECLSPEC int SDLCALL SDL_HapticRumbleSupported(SDL_Haptic * haptic);\n\n/**\n *  \\brief Initializes the haptic device for simple rumble playback.\n *\n *  \\param haptic Haptic device to initialize for simple rumble playback.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticOpen\n *  \\sa SDL_HapticRumbleSupported\n *  \\sa SDL_HapticRumblePlay\n *  \\sa SDL_HapticRumbleStop\n */\nextern DECLSPEC int SDLCALL SDL_HapticRumbleInit(SDL_Haptic * haptic);\n\n/**\n *  \\brief Runs simple rumble on a haptic device\n *\n *  \\param haptic Haptic device to play rumble effect on.\n *  \\param strength Strength of the rumble to play as a 0-1 float value.\n *  \\param length Length of the rumble to play in milliseconds.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticRumbleSupported\n *  \\sa SDL_HapticRumbleInit\n *  \\sa SDL_HapticRumbleStop\n */\nextern DECLSPEC int SDLCALL SDL_HapticRumblePlay(SDL_Haptic * haptic, float strength, Uint32 length );\n\n/**\n *  \\brief Stops the simple rumble on a haptic device.\n *\n *  \\param haptic Haptic to stop the rumble on.\n *  \\return 0 on success or -1 on error.\n *\n *  \\sa SDL_HapticRumbleSupported\n *  \\sa SDL_HapticRumbleInit\n *  \\sa SDL_HapticRumblePlay\n */\nextern DECLSPEC int SDLCALL SDL_HapticRumbleStop(SDL_Haptic * haptic);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_haptic_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_hints.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_hints.h\n *\n *  Official documentation for SDL configuration variables\n *\n *  This file contains functions to set and get configuration hints,\n *  as well as listing each of them alphabetically.\n *\n *  The convention for naming hints is SDL_HINT_X, where \"SDL_X\" is\n *  the environment variable that can be used to override the default.\n *\n *  In general these hints are just that - they may or may not be\n *  supported or applicable on any given platform, but they provide\n *  a way for an application or user to give the library a hint as\n *  to how they would like the library to work.\n */\n\n#ifndef _SDL_hints_h\n#define _SDL_hints_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief  A variable controlling how 3D acceleration is used to accelerate the SDL screen surface.\n *\n *  SDL can try to accelerate the SDL screen surface by using streaming\n *  textures with a 3D rendering engine.  This variable controls whether and\n *  how this is done.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable 3D acceleration\n *    \"1\"       - Enable 3D acceleration, using the default renderer.\n *    \"X\"       - Enable 3D acceleration, using X where X is one of the valid rendering drivers.  (e.g. \"direct3d\", \"opengl\", etc.)\n *\n *  By default SDL tries to make a best guess for each platform whether\n *  to use acceleration or not.\n */\n#define SDL_HINT_FRAMEBUFFER_ACCELERATION   \"SDL_FRAMEBUFFER_ACCELERATION\"\n\n/**\n *  \\brief  A variable specifying which render driver to use.\n *\n *  If the application doesn't pick a specific renderer to use, this variable\n *  specifies the name of the preferred renderer.  If the preferred renderer\n *  can't be initialized, the normal default renderer is used.\n *\n *  This variable is case insensitive and can be set to the following values:\n *    \"direct3d\"\n *    \"opengl\"\n *    \"opengles2\"\n *    \"opengles\"\n *    \"software\"\n *\n *  The default varies by platform, but it's the first one in the list that\n *  is available on the current platform.\n */\n#define SDL_HINT_RENDER_DRIVER              \"SDL_RENDER_DRIVER\"\n\n/**\n *  \\brief  A variable controlling whether the OpenGL render driver uses shaders if they are available.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable shaders\n *    \"1\"       - Enable shaders\n *\n *  By default shaders are used if OpenGL supports them.\n */\n#define SDL_HINT_RENDER_OPENGL_SHADERS      \"SDL_RENDER_OPENGL_SHADERS\"\n\n/**\n *  \\brief  A variable controlling whether the Direct3D device is initialized for thread-safe operations.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Thread-safety is not enabled (faster)\n *    \"1\"       - Thread-safety is enabled\n *\n *  By default the Direct3D device is created with thread-safety disabled.\n */\n#define SDL_HINT_RENDER_DIRECT3D_THREADSAFE \"SDL_RENDER_DIRECT3D_THREADSAFE\"\n\n/**\n *  \\brief  A variable controlling whether to enable Direct3D 11+'s Debug Layer.\n *\n *  This variable does not have any effect on the Direct3D 9 based renderer.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable Debug Layer use\n *    \"1\"       - Enable Debug Layer use\n *\n *  By default, SDL does not use Direct3D Debug Layer.\n */\n#define SDL_HINT_RENDER_DIRECT3D11_DEBUG    \"SDL_HINT_RENDER_DIRECT3D11_DEBUG\"\n\n/**\n *  \\brief  A variable controlling the scaling quality\n *\n *  This variable can be set to the following values:\n *    \"0\" or \"nearest\" - Nearest pixel sampling\n *    \"1\" or \"linear\"  - Linear filtering (supported by OpenGL and Direct3D)\n *    \"2\" or \"best\"    - Currently this is the same as \"linear\"\n *\n *  By default nearest pixel sampling is used\n */\n#define SDL_HINT_RENDER_SCALE_QUALITY       \"SDL_RENDER_SCALE_QUALITY\"\n\n/**\n *  \\brief  A variable controlling whether updates to the SDL screen surface should be synchronized with the vertical refresh, to avoid tearing.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable vsync\n *    \"1\"       - Enable vsync\n *\n *  By default SDL does not sync screen surface updates with vertical refresh.\n */\n#define SDL_HINT_RENDER_VSYNC               \"SDL_RENDER_VSYNC\"\n\n/**\n *  \\brief  A variable controlling whether the screensaver is enabled. \n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable screensaver\n *    \"1\"       - Enable screensaver\n *\n *  By default SDL will disable the screensaver.\n */\n#define SDL_HINT_VIDEO_ALLOW_SCREENSAVER    \"SDL_VIDEO_ALLOW_SCREENSAVER\"\n\n/**\n *  \\brief  A variable controlling whether the X11 VidMode extension should be used.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable XVidMode\n *    \"1\"       - Enable XVidMode\n *\n *  By default SDL will use XVidMode if it is available.\n */\n#define SDL_HINT_VIDEO_X11_XVIDMODE         \"SDL_VIDEO_X11_XVIDMODE\"\n\n/**\n *  \\brief  A variable controlling whether the X11 Xinerama extension should be used.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable Xinerama\n *    \"1\"       - Enable Xinerama\n *\n *  By default SDL will use Xinerama if it is available.\n */\n#define SDL_HINT_VIDEO_X11_XINERAMA         \"SDL_VIDEO_X11_XINERAMA\"\n\n/**\n *  \\brief  A variable controlling whether the X11 XRandR extension should be used.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Disable XRandR\n *    \"1\"       - Enable XRandR\n *\n *  By default SDL will not use XRandR because of window manager issues.\n */\n#define SDL_HINT_VIDEO_X11_XRANDR           \"SDL_VIDEO_X11_XRANDR\"\n\n/**\n *  \\brief  A variable controlling whether grabbing input grabs the keyboard\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Grab will affect only the mouse\n *    \"1\"       - Grab will affect mouse and keyboard\n *\n *  By default SDL will not grab the keyboard so system shortcuts still work.\n */\n#define SDL_HINT_GRAB_KEYBOARD              \"SDL_GRAB_KEYBOARD\"\n\n/**\n*  \\brief  A variable controlling whether relative mouse mode is implemented using mouse warping\n*\n*  This variable can be set to the following values:\n*    \"0\"       - Relative mouse mode uses raw input\n*    \"1\"       - Relative mouse mode uses mouse warping\n*\n*  By default SDL will use raw input for relative mouse mode\n*/\n#define SDL_HINT_MOUSE_RELATIVE_MODE_WARP    \"SDL_MOUSE_RELATIVE_MODE_WARP\"\n\n/**\n *  \\brief Minimize your SDL_Window if it loses key focus when in fullscreen mode. Defaults to true.\n *\n */\n#define SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS   \"SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS\"\n\n/**\n *  \\brief  A variable controlling whether the idle timer is disabled on iOS.\n *\n *  When an iOS app does not receive touches for some time, the screen is\n *  dimmed automatically. For games where the accelerometer is the only input\n *  this is problematic. This functionality can be disabled by setting this\n *  hint.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - Enable idle timer\n *    \"1\"       - Disable idle timer\n */\n#define SDL_HINT_IDLE_TIMER_DISABLED \"SDL_IOS_IDLE_TIMER_DISABLED\"\n\n/**\n *  \\brief  A variable controlling which orientations are allowed on iOS.\n *\n *  In some circumstances it is necessary to be able to explicitly control\n *  which UI orientations are allowed.\n *\n *  This variable is a space delimited list of the following values:\n *    \"LandscapeLeft\", \"LandscapeRight\", \"Portrait\" \"PortraitUpsideDown\"\n */\n#define SDL_HINT_ORIENTATIONS \"SDL_IOS_ORIENTATIONS\"\n    \n/**\n *  \\brief  A variable controlling whether an Android built-in accelerometer should be\n *  listed as a joystick device, rather than listing actual joysticks only.\n *\n *  This variable can be set to the following values:\n *    \"0\"       - List only real joysticks and accept input from them\n *    \"1\"       - List real joysticks along with the accelerometer as if it were a 3 axis joystick (the default).\n */\n#define SDL_HINT_ACCELEROMETER_AS_JOYSTICK \"SDL_ACCELEROMETER_AS_JOYSTICK\"\n\n\n/**\n *  \\brief  A variable that lets you disable the detection and use of Xinput gamepad devices\n *\n *  The variable can be set to the following values:\n *    \"0\"       - Disable XInput detection (only uses direct input)\n *    \"1\"       - Enable XInput detection (the default)\n */\n#define SDL_HINT_XINPUT_ENABLED \"SDL_XINPUT_ENABLED\"\n\n\n/**\n *  \\brief  A variable that lets you manually hint extra gamecontroller db entries\n *\n *  The variable should be newline delimited rows of gamecontroller config data, see SDL_gamecontroller.h\n *\n *  This hint must be set before calling SDL_Init(SDL_INIT_GAMECONTROLLER)\n *  You can update mappings after the system is initialized with SDL_GameControllerMappingForGUID() and SDL_GameControllerAddMapping()\n */\n#define SDL_HINT_GAMECONTROLLERCONFIG \"SDL_GAMECONTROLLERCONFIG\"\n\n\n/**\n *  \\brief  A variable that lets you enable joystick (and gamecontroller) events even when your app is in the background.\n *\n *  The variable can be set to the following values:\n *    \"0\"       - Disable joystick & gamecontroller input events when the\n *                application is in the background.\n *    \"1\"       - Enable joystick & gamecontroller input events when the\n *                application is in the background.\n *\n *  The default value is \"0\".  This hint may be set at any time.\n */\n#define SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS \"SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS\"\n\n\n/**\n *  \\brief If set to 0 then never set the top most bit on a SDL Window, even if the video mode expects it.\n *      This is a debugging aid for developers and not expected to be used by end users. The default is \"1\"\n *\n *  This variable can be set to the following values:\n *    \"0\"       - don't allow topmost\n *    \"1\"       - allow topmost\n */\n#define SDL_HINT_ALLOW_TOPMOST \"SDL_ALLOW_TOPMOST\"\n\n\n/**\n *  \\brief A variable that controls the timer resolution, in milliseconds.\n *\n *  The higher resolution the timer, the more frequently the CPU services\n *  timer interrupts, and the more precise delays are, but this takes up\n *  power and CPU time.  This hint is only used on Windows 7 and earlier.\n *\n *  See this blog post for more information:\n *  http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/\n *\n *  If this variable is set to \"0\", the system timer resolution is not set.\n *\n *  The default value is \"1\". This hint may be set at any time.\n */\n#define SDL_HINT_TIMER_RESOLUTION \"SDL_TIMER_RESOLUTION\"\n\n\n/**\n *  \\brief If set to 1, then do not allow high-DPI windows. (\"Retina\" on Mac)\n */\n#define SDL_HINT_VIDEO_HIGHDPI_DISABLED \"SDL_VIDEO_HIGHDPI_DISABLED\"\n\n/**\n *  \\brief A variable that determines whether ctrl+click should generate a right-click event on Mac\n *  \n *  If present, holding ctrl while left clicking will generate a right click\n *  event when on Mac.\n */\n#define SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK \"SDL_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK\"\n\n/**\n*  \\brief  A variable specifying which shader compiler to preload when using the Chrome ANGLE binaries\n*\n*  SDL has EGL and OpenGL ES2 support on Windows via the ANGLE project. It\n*  can use two different sets of binaries, those compiled by the user from source\n*  or those provided by the Chrome browser. In the later case, these binaries require\n*  that SDL loads a DLL providing the shader compiler.\n*\n*  This variable can be set to the following values:\n*    \"d3dcompiler_46.dll\" - default, best for Vista or later.\n*    \"d3dcompiler_43.dll\" - for XP support.\n*    \"none\" - do not load any library, useful if you compiled ANGLE from source and included the compiler in your binaries.\n*\n*/\n#define SDL_HINT_VIDEO_WIN_D3DCOMPILER              \"SDL_VIDEO_WIN_D3DCOMPILER\"\n\n/**\n*  \\brief  A variable that is the address of another SDL_Window* (as a hex string formatted with \"%p\").\n*  \n*  If this hint is set before SDL_CreateWindowFrom() and the SDL_Window* it is set to has\n*  SDL_WINDOW_OPENGL set (and running on WGL only, currently), then two things will occur on the newly \n*  created SDL_Window:\n*\n*  1. Its pixel format will be set to the same pixel format as this SDL_Window.  This is\n*  needed for example when sharing an OpenGL context across multiple windows.\n*\n*  2. The flag SDL_WINDOW_OPENGL will be set on the new window so it can be used for\n*  OpenGL rendering.\n*\n*  This variable can be set to the following values:\n*    The address (as a string \"%p\") of the SDL_Window* that new windows created with SDL_CreateWindowFrom() should\n*    share a pixel format with.\n*/\n#define SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT    \"SDL_VIDEO_WINDOW_SHARE_PIXEL_FORMAT\"\n\n/*\n *  \\brief A URL to a WinRT app's privacy policy\n *\n *  All network-enabled WinRT apps must make a privacy policy available to its\n *  users.  On Windows 8, 8.1, and RT, Microsoft mandates that this policy be\n *  be available in the Windows Settings charm, as accessed from within the app.\n *  SDL provides code to add a URL-based link there, which can point to the app's\n *  privacy policy.\n *\n *  To setup a URL to an app's privacy policy, set SDL_HINT_WINRT_PRIVACY_POLICY_URL\n *  before calling any SDL_Init functions.  The contents of the hint should\n *  be a valid URL.  For example, \"http://www.example.com\".\n *\n *  The default value is \"\", which will prevent SDL from adding a privacy policy\n *  link to the Settings charm.  This hint should only be set during app init.\n *\n *  The label text of an app's \"Privacy Policy\" link may be customized via another\n *  hint, SDL_HINT_WINRT_PRIVACY_POLICY_LABEL.\n *\n *  Please note that on Windows Phone, Microsoft does not provide standard UI\n *  for displaying a privacy policy link, and as such, SDL_HINT_WINRT_PRIVACY_POLICY_URL\n *  will not get used on that platform.  Network-enabled phone apps should display\n *  their privacy policy through some other, in-app means.\n */\n#define SDL_HINT_WINRT_PRIVACY_POLICY_URL \"SDL_HINT_WINRT_PRIVACY_POLICY_URL\"\n\n/** \\brief Label text for a WinRT app's privacy policy link\n *\n *  Network-enabled WinRT apps must include a privacy policy.  On Windows 8, 8.1, and RT,\n *  Microsoft mandates that this policy be available via the Windows Settings charm.\n *  SDL provides code to add a link there, with it's label text being set via the\n *  optional hint, SDL_HINT_WINRT_PRIVACY_POLICY_LABEL.\n *\n *  Please note that a privacy policy's contents are not set via this hint.  A separate\n *  hint, SDL_HINT_WINRT_PRIVACY_POLICY_URL, is used to link to the actual text of the\n *  policy.\n *\n *  The contents of this hint should be encoded as a UTF8 string.\n *\n *  The default value is \"Privacy Policy\".  This hint should only be set during app\n *  initialization, preferably before any calls to SDL_Init.\n *\n *  For additional information on linking to a privacy policy, see the documentation for\n *  SDL_HINT_WINRT_PRIVACY_POLICY_URL.\n */\n#define SDL_HINT_WINRT_PRIVACY_POLICY_LABEL \"SDL_HINT_WINRT_PRIVACY_POLICY_LABEL\"\n\n/** \\brief If set to 1, back button press events on Windows Phone 8+ will be marked as handled.\n *\n *  TODO, WinRT: document SDL_HINT_WINRT_HANDLE_BACK_BUTTON need and use\n *  For now, more details on why this is needed can be found at the\n *  beginning of the following web page:\n *  http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj247550(v=vs.105).aspx\n */\n#define SDL_HINT_WINRT_HANDLE_BACK_BUTTON \"SDL_HINT_WINRT_HANDLE_BACK_BUTTON\"\n\n/**\n *  \\brief  A variable that dictates policy for fullscreen Spaces on Mac OS X.\n *\n *  This hint only applies to Mac OS X.\n *\n *  The variable can be set to the following values:\n *    \"0\"       - Disable Spaces support (FULLSCREEN_DESKTOP won't use them and\n *                SDL_WINDOW_RESIZABLE windows won't offer the \"fullscreen\"\n *                button on their titlebars).\n *    \"1\"       - Enable Spaces support (FULLSCREEN_DESKTOP will use them and\n *                SDL_WINDOW_RESIZABLE windows will offer the \"fullscreen\"\n *                button on their titlebars.\n *\n *  The default value is \"1\". Spaces are disabled regardless of this hint if\n *   the OS isn't at least Mac OS X Lion (10.7). This hint must be set before\n *   any windows are created.\n */\n#define SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES    \"SDL_VIDEO_MAC_FULLSCREEN_SPACES\"\n\n\n/**\n *  \\brief  An enumeration of hint priorities\n */\ntypedef enum\n{\n    SDL_HINT_DEFAULT,\n    SDL_HINT_NORMAL,\n    SDL_HINT_OVERRIDE\n} SDL_HintPriority;\n\n\n/**\n *  \\brief Set a hint with a specific priority\n *\n *  The priority controls the behavior when setting a hint that already\n *  has a value.  Hints will replace existing hints of their priority and\n *  lower.  Environment variables are considered to have override priority.\n *\n *  \\return SDL_TRUE if the hint was set, SDL_FALSE otherwise\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_SetHintWithPriority(const char *name,\n                                                         const char *value,\n                                                         SDL_HintPriority priority);\n\n/**\n *  \\brief Set a hint with normal priority\n *\n *  \\return SDL_TRUE if the hint was set, SDL_FALSE otherwise\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name,\n                                             const char *value);\n\n/**\n *  \\brief Get a hint\n *\n *  \\return The string value of a hint variable.\n */\nextern DECLSPEC const char * SDLCALL SDL_GetHint(const char *name);\n\n/**\n *  \\brief Add a function to watch a particular hint\n *\n *  \\param name The hint to watch\n *  \\param callback The function to call when the hint value changes\n *  \\param userdata A pointer to pass to the callback function\n */\ntypedef void (*SDL_HintCallback)(void *userdata, const char *name, const char *oldValue, const char *newValue);\nextern DECLSPEC void SDLCALL SDL_AddHintCallback(const char *name,\n                                                 SDL_HintCallback callback,\n                                                 void *userdata);\n\n/**\n *  \\brief Remove a function watching a particular hint\n *\n *  \\param name The hint being watched\n *  \\param callback The function being called when the hint value changes\n *  \\param userdata A pointer being passed to the callback function\n */\nextern DECLSPEC void SDLCALL SDL_DelHintCallback(const char *name,\n                                                 SDL_HintCallback callback,\n                                                 void *userdata);\n\n/**\n *  \\brief  Clear all hints\n *\n *  This function is called during SDL_Quit() to free stored hints.\n */\nextern DECLSPEC void SDLCALL SDL_ClearHints(void);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_hints_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_joystick.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_joystick.h\n *\n *  Include file for SDL joystick event handling\n *\n * The term \"device_index\" identifies currently plugged in joystick devices between 0 and SDL_NumJoysticks, with the exact joystick\n *   behind a device_index changing as joysticks are plugged and unplugged.\n *\n * The term \"instance_id\" is the current instantiation of a joystick device in the system, if the joystick is removed and then re-inserted\n *   then it will get a new instance_id, instance_id's are monotonically increasing identifiers of a joystick plugged in.\n *\n * The term JoystickGUID is a stable 128-bit identifier for a joystick device that does not change over time, it identifies class of\n *   the device (a X360 wired controller for example). This identifier is platform dependent.\n *\n *\n */\n\n#ifndef _SDL_joystick_h\n#define _SDL_joystick_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\file SDL_joystick.h\n *\n *  In order to use these functions, SDL_Init() must have been called\n *  with the ::SDL_INIT_JOYSTICK flag.  This causes SDL to scan the system\n *  for joysticks, and load appropriate drivers.\n *\n *  If you would like to receive joystick updates while the application\n *  is in the background, you should set the following hint before calling\n *  SDL_Init(): SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS\n */\n\n/* The joystick structure used to identify an SDL joystick */\nstruct _SDL_Joystick;\ntypedef struct _SDL_Joystick SDL_Joystick;\n\n/* A structure that encodes the stable unique id for a joystick device */\ntypedef struct {\n    Uint8 data[16];\n} SDL_JoystickGUID;\n\ntypedef Sint32 SDL_JoystickID;\n\n\n/* Function prototypes */\n/**\n *  Count the number of joysticks attached to the system right now\n */\nextern DECLSPEC int SDLCALL SDL_NumJoysticks(void);\n\n/**\n *  Get the implementation dependent name of a joystick.\n *  This can be called before any joysticks are opened.\n *  If no name can be found, this function returns NULL.\n */\nextern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);\n\n/**\n *  Open a joystick for use.\n *  The index passed as an argument refers tothe N'th joystick on the system.\n *  This index is the value which will identify this joystick in future joystick\n *  events.\n *\n *  \\return A joystick identifier, or NULL if an error occurred.\n */\nextern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);\n\n/**\n *  Return the name for this currently opened joystick.\n *  If no name can be found, this function returns NULL.\n */\nextern DECLSPEC const char *SDLCALL SDL_JoystickName(SDL_Joystick * joystick);\n\n/**\n *  Return the GUID for the joystick at this index\n */\nextern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);\n\n/**\n *  Return the GUID for this opened joystick\n */\nextern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);\n\n/**\n *  Return a string representation for this guid. pszGUID must point to at least 33 bytes\n *  (32 for the string plus a NULL terminator).\n */\nextern DECLSPEC void SDLCALL SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);\n\n/**\n *  convert a string into a joystick formatted guid\n */\nextern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUIDFromString(const char *pchGUID);\n\n/**\n *  Returns SDL_TRUE if the joystick has been opened and currently connected, or SDL_FALSE if it has not.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_JoystickGetAttached(SDL_Joystick * joystick);\n\n/**\n *  Get the instance ID of an opened joystick or -1 if the joystick is invalid.\n */\nextern DECLSPEC SDL_JoystickID SDLCALL SDL_JoystickInstanceID(SDL_Joystick * joystick);\n\n/**\n *  Get the number of general axis controls on a joystick.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickNumAxes(SDL_Joystick * joystick);\n\n/**\n *  Get the number of trackballs on a joystick.\n *\n *  Joystick trackballs have only relative motion events associated\n *  with them and their state cannot be polled.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickNumBalls(SDL_Joystick * joystick);\n\n/**\n *  Get the number of POV hats on a joystick.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickNumHats(SDL_Joystick * joystick);\n\n/**\n *  Get the number of buttons on a joystick.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickNumButtons(SDL_Joystick * joystick);\n\n/**\n *  Update the current state of the open joysticks.\n *\n *  This is called automatically by the event loop if any joystick\n *  events are enabled.\n */\nextern DECLSPEC void SDLCALL SDL_JoystickUpdate(void);\n\n/**\n *  Enable/disable joystick event polling.\n *\n *  If joystick events are disabled, you must call SDL_JoystickUpdate()\n *  yourself and check the state of the joystick when you want joystick\n *  information.\n *\n *  The state can be one of ::SDL_QUERY, ::SDL_ENABLE or ::SDL_IGNORE.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickEventState(int state);\n\n/**\n *  Get the current state of an axis control on a joystick.\n *\n *  The state is a value ranging from -32768 to 32767.\n *\n *  The axis indices start at index 0.\n */\nextern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick * joystick,\n                                                   int axis);\n\n/**\n *  \\name Hat positions\n */\n/* @{ */\n#define SDL_HAT_CENTERED    0x00\n#define SDL_HAT_UP      0x01\n#define SDL_HAT_RIGHT       0x02\n#define SDL_HAT_DOWN        0x04\n#define SDL_HAT_LEFT        0x08\n#define SDL_HAT_RIGHTUP     (SDL_HAT_RIGHT|SDL_HAT_UP)\n#define SDL_HAT_RIGHTDOWN   (SDL_HAT_RIGHT|SDL_HAT_DOWN)\n#define SDL_HAT_LEFTUP      (SDL_HAT_LEFT|SDL_HAT_UP)\n#define SDL_HAT_LEFTDOWN    (SDL_HAT_LEFT|SDL_HAT_DOWN)\n/* @} */\n\n/**\n *  Get the current state of a POV hat on a joystick.\n *\n *  The hat indices start at index 0.\n *\n *  \\return The return value is one of the following positions:\n *           - ::SDL_HAT_CENTERED\n *           - ::SDL_HAT_UP\n *           - ::SDL_HAT_RIGHT\n *           - ::SDL_HAT_DOWN\n *           - ::SDL_HAT_LEFT\n *           - ::SDL_HAT_RIGHTUP\n *           - ::SDL_HAT_RIGHTDOWN\n *           - ::SDL_HAT_LEFTUP\n *           - ::SDL_HAT_LEFTDOWN\n */\nextern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick * joystick,\n                                                 int hat);\n\n/**\n *  Get the ball axis change since the last poll.\n *\n *  \\return 0, or -1 if you passed it invalid parameters.\n *\n *  The ball indices start at index 0.\n */\nextern DECLSPEC int SDLCALL SDL_JoystickGetBall(SDL_Joystick * joystick,\n                                                int ball, int *dx, int *dy);\n\n/**\n *  Get the current state of a button on a joystick.\n *\n *  The button indices start at index 0.\n */\nextern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick * joystick,\n                                                    int button);\n\n/**\n *  Close a joystick previously opened with SDL_JoystickOpen().\n */\nextern DECLSPEC void SDLCALL SDL_JoystickClose(SDL_Joystick * joystick);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_joystick_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_keyboard.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_keyboard.h\n *\n *  Include file for SDL keyboard event handling\n */\n\n#ifndef _SDL_keyboard_h\n#define _SDL_keyboard_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_keycode.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief The SDL keysym structure, used in key events.\n *\n *  \\note  If you are looking for translated character input, see the ::SDL_TEXTINPUT event.\n */\ntypedef struct SDL_Keysym\n{\n    SDL_Scancode scancode;      /**< SDL physical key code - see ::SDL_Scancode for details */\n    SDL_Keycode sym;            /**< SDL virtual key code - see ::SDL_Keycode for details */\n    Uint16 mod;                 /**< current key modifiers */\n    Uint32 unused;\n} SDL_Keysym;\n\n/* Function prototypes */\n\n/**\n *  \\brief Get the window which currently has keyboard focus.\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_GetKeyboardFocus(void);\n\n/**\n *  \\brief Get a snapshot of the current state of the keyboard.\n *\n *  \\param numkeys if non-NULL, receives the length of the returned array.\n *\n *  \\return An array of key states. Indexes into this array are obtained by using ::SDL_Scancode values.\n *\n *  \\b Example:\n *  \\code\n *  const Uint8 *state = SDL_GetKeyboardState(NULL);\n *  if ( state[SDL_SCANCODE_RETURN] )   {\n *      printf(\"<RETURN> is pressed.\\n\");\n *  }\n *  \\endcode\n */\nextern DECLSPEC const Uint8 *SDLCALL SDL_GetKeyboardState(int *numkeys);\n\n/**\n *  \\brief Get the current key modifier state for the keyboard.\n */\nextern DECLSPEC SDL_Keymod SDLCALL SDL_GetModState(void);\n\n/**\n *  \\brief Set the current key modifier state for the keyboard.\n *\n *  \\note This does not change the keyboard state, only the key modifier flags.\n */\nextern DECLSPEC void SDLCALL SDL_SetModState(SDL_Keymod modstate);\n\n/**\n *  \\brief Get the key code corresponding to the given scancode according\n *         to the current keyboard layout.\n *\n *  See ::SDL_Keycode for details.\n *\n *  \\sa SDL_GetKeyName()\n */\nextern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(SDL_Scancode scancode);\n\n/**\n *  \\brief Get the scancode corresponding to the given key code according to the\n *         current keyboard layout.\n *\n *  See ::SDL_Scancode for details.\n *\n *  \\sa SDL_GetScancodeName()\n */\nextern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);\n\n/**\n *  \\brief Get a human-readable name for a scancode.\n *\n *  \\return A pointer to the name for the scancode.\n *          If the scancode doesn't have a name, this function returns\n *          an empty string (\"\").\n *\n *  \\sa SDL_Scancode\n */\nextern DECLSPEC const char *SDLCALL SDL_GetScancodeName(SDL_Scancode scancode);\n\n/**\n *  \\brief Get a scancode from a human-readable name\n *\n *  \\return scancode, or SDL_SCANCODE_UNKNOWN if the name wasn't recognized\n *\n *  \\sa SDL_Scancode\n */\nextern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);\n\n/**\n *  \\brief Get a human-readable name for a key.\n *\n *  \\return A pointer to a UTF-8 string that stays valid at least until the next\n *          call to this function. If you need it around any longer, you must\n *          copy it.  If the key doesn't have a name, this function returns an\n *          empty string (\"\").\n *\n *  \\sa SDL_Key\n */\nextern DECLSPEC const char *SDLCALL SDL_GetKeyName(SDL_Keycode key);\n\n/**\n *  \\brief Get a key code from a human-readable name\n *\n *  \\return key code, or SDLK_UNKNOWN if the name wasn't recognized\n *\n *  \\sa SDL_Keycode\n */\nextern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromName(const char *name);\n\n/**\n *  \\brief Start accepting Unicode text input events.\n *         This function will show the on-screen keyboard if supported.\n *\n *  \\sa SDL_StopTextInput()\n *  \\sa SDL_SetTextInputRect()\n *  \\sa SDL_HasScreenKeyboardSupport()\n */\nextern DECLSPEC void SDLCALL SDL_StartTextInput(void);\n\n/**\n *  \\brief Return whether or not Unicode text input events are enabled.\n *\n *  \\sa SDL_StartTextInput()\n *  \\sa SDL_StopTextInput()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IsTextInputActive(void);\n\n/**\n *  \\brief Stop receiving any text input events.\n *         This function will hide the on-screen keyboard if supported.\n *\n *  \\sa SDL_StartTextInput()\n *  \\sa SDL_HasScreenKeyboardSupport()\n */\nextern DECLSPEC void SDLCALL SDL_StopTextInput(void);\n\n/**\n *  \\brief Set the rectangle used to type Unicode text inputs.\n *         This is used as a hint for IME and on-screen keyboard placement.\n *\n *  \\sa SDL_StartTextInput()\n */\nextern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);\n\n/**\n *  \\brief Returns whether the platform has some screen keyboard support.\n *\n *  \\return SDL_TRUE if some keyboard support is available else SDL_FALSE.\n *\n *  \\note Not all screen keyboard functions are supported on all platforms.\n *\n *  \\sa SDL_IsScreenKeyboardShown()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);\n\n/**\n *  \\brief Returns whether the screen keyboard is shown for given window.\n *\n *  \\param window The window for which screen keyboard should be queried.\n *\n *  \\return SDL_TRUE if screen keyboard is shown else SDL_FALSE.\n *\n *  \\sa SDL_HasScreenKeyboardSupport()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IsScreenKeyboardShown(SDL_Window *window);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_keyboard_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_keycode.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_keycode.h\n *\n *  Defines constants which identify keyboard keys and modifiers.\n */\n\n#ifndef _SDL_keycode_h\n#define _SDL_keycode_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_scancode.h\"\n\n/**\n *  \\brief The SDL virtual key representation.\n *\n *  Values of this type are used to represent keyboard keys using the current\n *  layout of the keyboard.  These values include Unicode values representing\n *  the unmodified character that would be generated by pressing the key, or\n *  an SDLK_* constant for those keys that do not generate characters.\n */\ntypedef Sint32 SDL_Keycode;\n\n#define SDLK_SCANCODE_MASK (1<<30)\n#define SDL_SCANCODE_TO_KEYCODE(X)  (X | SDLK_SCANCODE_MASK)\n\nenum\n{\n    SDLK_UNKNOWN = 0,\n\n    SDLK_RETURN = '\\r',\n    SDLK_ESCAPE = '\\033',\n    SDLK_BACKSPACE = '\\b',\n    SDLK_TAB = '\\t',\n    SDLK_SPACE = ' ',\n    SDLK_EXCLAIM = '!',\n    SDLK_QUOTEDBL = '\"',\n    SDLK_HASH = '#',\n    SDLK_PERCENT = '%',\n    SDLK_DOLLAR = '$',\n    SDLK_AMPERSAND = '&',\n    SDLK_QUOTE = '\\'',\n    SDLK_LEFTPAREN = '(',\n    SDLK_RIGHTPAREN = ')',\n    SDLK_ASTERISK = '*',\n    SDLK_PLUS = '+',\n    SDLK_COMMA = ',',\n    SDLK_MINUS = '-',\n    SDLK_PERIOD = '.',\n    SDLK_SLASH = '/',\n    SDLK_0 = '0',\n    SDLK_1 = '1',\n    SDLK_2 = '2',\n    SDLK_3 = '3',\n    SDLK_4 = '4',\n    SDLK_5 = '5',\n    SDLK_6 = '6',\n    SDLK_7 = '7',\n    SDLK_8 = '8',\n    SDLK_9 = '9',\n    SDLK_COLON = ':',\n    SDLK_SEMICOLON = ';',\n    SDLK_LESS = '<',\n    SDLK_EQUALS = '=',\n    SDLK_GREATER = '>',\n    SDLK_QUESTION = '?',\n    SDLK_AT = '@',\n    /*\n       Skip uppercase letters\n     */\n    SDLK_LEFTBRACKET = '[',\n    SDLK_BACKSLASH = '\\\\',\n    SDLK_RIGHTBRACKET = ']',\n    SDLK_CARET = '^',\n    SDLK_UNDERSCORE = '_',\n    SDLK_BACKQUOTE = '`',\n    SDLK_a = 'a',\n    SDLK_b = 'b',\n    SDLK_c = 'c',\n    SDLK_d = 'd',\n    SDLK_e = 'e',\n    SDLK_f = 'f',\n    SDLK_g = 'g',\n    SDLK_h = 'h',\n    SDLK_i = 'i',\n    SDLK_j = 'j',\n    SDLK_k = 'k',\n    SDLK_l = 'l',\n    SDLK_m = 'm',\n    SDLK_n = 'n',\n    SDLK_o = 'o',\n    SDLK_p = 'p',\n    SDLK_q = 'q',\n    SDLK_r = 'r',\n    SDLK_s = 's',\n    SDLK_t = 't',\n    SDLK_u = 'u',\n    SDLK_v = 'v',\n    SDLK_w = 'w',\n    SDLK_x = 'x',\n    SDLK_y = 'y',\n    SDLK_z = 'z',\n\n    SDLK_CAPSLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CAPSLOCK),\n\n    SDLK_F1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F1),\n    SDLK_F2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F2),\n    SDLK_F3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F3),\n    SDLK_F4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F4),\n    SDLK_F5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F5),\n    SDLK_F6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F6),\n    SDLK_F7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F7),\n    SDLK_F8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F8),\n    SDLK_F9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F9),\n    SDLK_F10 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F10),\n    SDLK_F11 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F11),\n    SDLK_F12 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F12),\n\n    SDLK_PRINTSCREEN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRINTSCREEN),\n    SDLK_SCROLLLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SCROLLLOCK),\n    SDLK_PAUSE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAUSE),\n    SDLK_INSERT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_INSERT),\n    SDLK_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HOME),\n    SDLK_PAGEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEUP),\n    SDLK_DELETE = '\\177',\n    SDLK_END = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_END),\n    SDLK_PAGEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEDOWN),\n    SDLK_RIGHT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RIGHT),\n    SDLK_LEFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LEFT),\n    SDLK_DOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DOWN),\n    SDLK_UP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UP),\n\n    SDLK_NUMLOCKCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_NUMLOCKCLEAR),\n    SDLK_KP_DIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DIVIDE),\n    SDLK_KP_MULTIPLY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MULTIPLY),\n    SDLK_KP_MINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MINUS),\n    SDLK_KP_PLUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUS),\n    SDLK_KP_ENTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_ENTER),\n    SDLK_KP_1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_1),\n    SDLK_KP_2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_2),\n    SDLK_KP_3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_3),\n    SDLK_KP_4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_4),\n    SDLK_KP_5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_5),\n    SDLK_KP_6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_6),\n    SDLK_KP_7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_7),\n    SDLK_KP_8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_8),\n    SDLK_KP_9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_9),\n    SDLK_KP_0 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_0),\n    SDLK_KP_PERIOD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERIOD),\n\n    SDLK_APPLICATION = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_APPLICATION),\n    SDLK_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_POWER),\n    SDLK_KP_EQUALS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EQUALS),\n    SDLK_F13 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F13),\n    SDLK_F14 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F14),\n    SDLK_F15 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F15),\n    SDLK_F16 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F16),\n    SDLK_F17 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F17),\n    SDLK_F18 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F18),\n    SDLK_F19 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F19),\n    SDLK_F20 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F20),\n    SDLK_F21 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F21),\n    SDLK_F22 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F22),\n    SDLK_F23 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F23),\n    SDLK_F24 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F24),\n    SDLK_EXECUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXECUTE),\n    SDLK_HELP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HELP),\n    SDLK_MENU = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MENU),\n    SDLK_SELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SELECT),\n    SDLK_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_STOP),\n    SDLK_AGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AGAIN),\n    SDLK_UNDO = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UNDO),\n    SDLK_CUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CUT),\n    SDLK_COPY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COPY),\n    SDLK_PASTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PASTE),\n    SDLK_FIND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_FIND),\n    SDLK_MUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MUTE),\n    SDLK_VOLUMEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEUP),\n    SDLK_VOLUMEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEDOWN),\n    SDLK_KP_COMMA = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COMMA),\n    SDLK_KP_EQUALSAS400 =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EQUALSAS400),\n\n    SDLK_ALTERASE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_ALTERASE),\n    SDLK_SYSREQ = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SYSREQ),\n    SDLK_CANCEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CANCEL),\n    SDLK_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEAR),\n    SDLK_PRIOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRIOR),\n    SDLK_RETURN2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RETURN2),\n    SDLK_SEPARATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SEPARATOR),\n    SDLK_OUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OUT),\n    SDLK_OPER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OPER),\n    SDLK_CLEARAGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEARAGAIN),\n    SDLK_CRSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CRSEL),\n    SDLK_EXSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXSEL),\n\n    SDLK_KP_00 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_00),\n    SDLK_KP_000 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_000),\n    SDLK_THOUSANDSSEPARATOR =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_THOUSANDSSEPARATOR),\n    SDLK_DECIMALSEPARATOR =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DECIMALSEPARATOR),\n    SDLK_CURRENCYUNIT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CURRENCYUNIT),\n    SDLK_CURRENCYSUBUNIT =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CURRENCYSUBUNIT),\n    SDLK_KP_LEFTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTPAREN),\n    SDLK_KP_RIGHTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTPAREN),\n    SDLK_KP_LEFTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTBRACE),\n    SDLK_KP_RIGHTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTBRACE),\n    SDLK_KP_TAB = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_TAB),\n    SDLK_KP_BACKSPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BACKSPACE),\n    SDLK_KP_A = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_A),\n    SDLK_KP_B = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_B),\n    SDLK_KP_C = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_C),\n    SDLK_KP_D = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_D),\n    SDLK_KP_E = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_E),\n    SDLK_KP_F = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_F),\n    SDLK_KP_XOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_XOR),\n    SDLK_KP_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_POWER),\n    SDLK_KP_PERCENT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERCENT),\n    SDLK_KP_LESS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LESS),\n    SDLK_KP_GREATER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_GREATER),\n    SDLK_KP_AMPERSAND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AMPERSAND),\n    SDLK_KP_DBLAMPERSAND =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DBLAMPERSAND),\n    SDLK_KP_VERTICALBAR =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_VERTICALBAR),\n    SDLK_KP_DBLVERTICALBAR =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DBLVERTICALBAR),\n    SDLK_KP_COLON = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COLON),\n    SDLK_KP_HASH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_HASH),\n    SDLK_KP_SPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_SPACE),\n    SDLK_KP_AT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AT),\n    SDLK_KP_EXCLAM = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EXCLAM),\n    SDLK_KP_MEMSTORE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMSTORE),\n    SDLK_KP_MEMRECALL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMRECALL),\n    SDLK_KP_MEMCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMCLEAR),\n    SDLK_KP_MEMADD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMADD),\n    SDLK_KP_MEMSUBTRACT =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMSUBTRACT),\n    SDLK_KP_MEMMULTIPLY =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMMULTIPLY),\n    SDLK_KP_MEMDIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMDIVIDE),\n    SDLK_KP_PLUSMINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUSMINUS),\n    SDLK_KP_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEAR),\n    SDLK_KP_CLEARENTRY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEARENTRY),\n    SDLK_KP_BINARY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BINARY),\n    SDLK_KP_OCTAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_OCTAL),\n    SDLK_KP_DECIMAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DECIMAL),\n    SDLK_KP_HEXADECIMAL =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_HEXADECIMAL),\n\n    SDLK_LCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LCTRL),\n    SDLK_LSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LSHIFT),\n    SDLK_LALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LALT),\n    SDLK_LGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LGUI),\n    SDLK_RCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RCTRL),\n    SDLK_RSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RSHIFT),\n    SDLK_RALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RALT),\n    SDLK_RGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RGUI),\n\n    SDLK_MODE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MODE),\n\n    SDLK_AUDIONEXT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIONEXT),\n    SDLK_AUDIOPREV = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPREV),\n    SDLK_AUDIOSTOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOSTOP),\n    SDLK_AUDIOPLAY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPLAY),\n    SDLK_AUDIOMUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOMUTE),\n    SDLK_MEDIASELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MEDIASELECT),\n    SDLK_WWW = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_WWW),\n    SDLK_MAIL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MAIL),\n    SDLK_CALCULATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CALCULATOR),\n    SDLK_COMPUTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COMPUTER),\n    SDLK_AC_SEARCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_SEARCH),\n    SDLK_AC_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_HOME),\n    SDLK_AC_BACK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BACK),\n    SDLK_AC_FORWARD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_FORWARD),\n    SDLK_AC_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_STOP),\n    SDLK_AC_REFRESH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_REFRESH),\n    SDLK_AC_BOOKMARKS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BOOKMARKS),\n\n    SDLK_BRIGHTNESSDOWN =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_BRIGHTNESSDOWN),\n    SDLK_BRIGHTNESSUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_BRIGHTNESSUP),\n    SDLK_DISPLAYSWITCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DISPLAYSWITCH),\n    SDLK_KBDILLUMTOGGLE =\n        SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMTOGGLE),\n    SDLK_KBDILLUMDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMDOWN),\n    SDLK_KBDILLUMUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMUP),\n    SDLK_EJECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EJECT),\n    SDLK_SLEEP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SLEEP)\n};\n\n/**\n * \\brief Enumeration of valid key mods (possibly OR'd together).\n */\ntypedef enum\n{\n    KMOD_NONE = 0x0000,\n    KMOD_LSHIFT = 0x0001,\n    KMOD_RSHIFT = 0x0002,\n    KMOD_LCTRL = 0x0040,\n    KMOD_RCTRL = 0x0080,\n    KMOD_LALT = 0x0100,\n    KMOD_RALT = 0x0200,\n    KMOD_LGUI = 0x0400,\n    KMOD_RGUI = 0x0800,\n    KMOD_NUM = 0x1000,\n    KMOD_CAPS = 0x2000,\n    KMOD_MODE = 0x4000,\n    KMOD_RESERVED = 0x8000\n} SDL_Keymod;\n\n#define KMOD_CTRL   (KMOD_LCTRL|KMOD_RCTRL)\n#define KMOD_SHIFT  (KMOD_LSHIFT|KMOD_RSHIFT)\n#define KMOD_ALT    (KMOD_LALT|KMOD_RALT)\n#define KMOD_GUI    (KMOD_LGUI|KMOD_RGUI)\n\n#endif /* _SDL_keycode_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_loadso.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_loadso.h\n *\n *  System dependent library loading routines\n *\n *  Some things to keep in mind:\n *  \\li These functions only work on C function names.  Other languages may\n *      have name mangling and intrinsic language support that varies from\n *      compiler to compiler.\n *  \\li Make sure you declare your function pointers with the same calling\n *      convention as the actual library function.  Your code will crash\n *      mysteriously if you do not do this.\n *  \\li Avoid namespace collisions.  If you load a symbol from the library,\n *      it is not defined whether or not it goes into the global symbol\n *      namespace for the application.  If it does and it conflicts with\n *      symbols in your code or other shared libraries, you will not get\n *      the results you expect. :)\n */\n\n#ifndef _SDL_loadso_h\n#define _SDL_loadso_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  This function dynamically loads a shared object and returns a pointer\n *  to the object handle (or NULL if there was an error).\n *  The 'sofile' parameter is a system dependent name of the object file.\n */\nextern DECLSPEC void *SDLCALL SDL_LoadObject(const char *sofile);\n\n/**\n *  Given an object handle, this function looks up the address of the\n *  named function in the shared object and returns it.  This address\n *  is no longer valid after calling SDL_UnloadObject().\n */\nextern DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle,\n                                               const char *name);\n\n/**\n *  Unload a shared object from memory.\n */\nextern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_loadso_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_log.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_log.h\n *\n *  Simple log messages with categories and priorities.\n *\n *  By default logs are quiet, but if you're debugging SDL you might want:\n *\n *      SDL_LogSetAllPriority(SDL_LOG_PRIORITY_WARN);\n *\n *  Here's where the messages go on different platforms:\n *      Windows: debug output stream\n *      Android: log output\n *      Others: standard error output (stderr)\n */\n\n#ifndef _SDL_log_h\n#define _SDL_log_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n\n/**\n *  \\brief The maximum size of a log message\n *\n *  Messages longer than the maximum size will be truncated\n */\n#define SDL_MAX_LOG_MESSAGE 4096\n\n/**\n *  \\brief The predefined log categories\n *\n *  By default the application category is enabled at the INFO level,\n *  the assert category is enabled at the WARN level, test is enabled\n *  at the VERBOSE level and all other categories are enabled at the\n *  CRITICAL level.\n */\nenum\n{\n    SDL_LOG_CATEGORY_APPLICATION,\n    SDL_LOG_CATEGORY_ERROR,\n    SDL_LOG_CATEGORY_ASSERT,\n    SDL_LOG_CATEGORY_SYSTEM,\n    SDL_LOG_CATEGORY_AUDIO,\n    SDL_LOG_CATEGORY_VIDEO,\n    SDL_LOG_CATEGORY_RENDER,\n    SDL_LOG_CATEGORY_INPUT,\n    SDL_LOG_CATEGORY_TEST,\n\n    /* Reserved for future SDL library use */\n    SDL_LOG_CATEGORY_RESERVED1,\n    SDL_LOG_CATEGORY_RESERVED2,\n    SDL_LOG_CATEGORY_RESERVED3,\n    SDL_LOG_CATEGORY_RESERVED4,\n    SDL_LOG_CATEGORY_RESERVED5,\n    SDL_LOG_CATEGORY_RESERVED6,\n    SDL_LOG_CATEGORY_RESERVED7,\n    SDL_LOG_CATEGORY_RESERVED8,\n    SDL_LOG_CATEGORY_RESERVED9,\n    SDL_LOG_CATEGORY_RESERVED10,\n\n    /* Beyond this point is reserved for application use, e.g.\n       enum {\n           MYAPP_CATEGORY_AWESOME1 = SDL_LOG_CATEGORY_CUSTOM,\n           MYAPP_CATEGORY_AWESOME2,\n           MYAPP_CATEGORY_AWESOME3,\n           ...\n       };\n     */\n    SDL_LOG_CATEGORY_CUSTOM\n};\n\n/**\n *  \\brief The predefined log priorities\n */\ntypedef enum\n{\n    SDL_LOG_PRIORITY_VERBOSE = 1,\n    SDL_LOG_PRIORITY_DEBUG,\n    SDL_LOG_PRIORITY_INFO,\n    SDL_LOG_PRIORITY_WARN,\n    SDL_LOG_PRIORITY_ERROR,\n    SDL_LOG_PRIORITY_CRITICAL,\n    SDL_NUM_LOG_PRIORITIES\n} SDL_LogPriority;\n\n\n/**\n *  \\brief Set the priority of all log categories\n */\nextern DECLSPEC void SDLCALL SDL_LogSetAllPriority(SDL_LogPriority priority);\n\n/**\n *  \\brief Set the priority of a particular log category\n */\nextern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,\n                                                SDL_LogPriority priority);\n\n/**\n *  \\brief Get the priority of a particular log category\n */\nextern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);\n\n/**\n *  \\brief Reset all priorities to default.\n *\n *  \\note This is called in SDL_Quit().\n */\nextern DECLSPEC void SDLCALL SDL_LogResetPriorities(void);\n\n/**\n *  \\brief Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO\n */\nextern DECLSPEC void SDLCALL SDL_Log(const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_VERBOSE\n */\nextern DECLSPEC void SDLCALL SDL_LogVerbose(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_DEBUG\n */\nextern DECLSPEC void SDLCALL SDL_LogDebug(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_INFO\n */\nextern DECLSPEC void SDLCALL SDL_LogInfo(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_WARN\n */\nextern DECLSPEC void SDLCALL SDL_LogWarn(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_ERROR\n */\nextern DECLSPEC void SDLCALL SDL_LogError(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with SDL_LOG_PRIORITY_CRITICAL\n */\nextern DECLSPEC void SDLCALL SDL_LogCritical(int category, const char *fmt, ...);\n\n/**\n *  \\brief Log a message with the specified category and priority.\n */\nextern DECLSPEC void SDLCALL SDL_LogMessage(int category,\n                                            SDL_LogPriority priority,\n                                            const char *fmt, ...);\n\n/**\n *  \\brief Log a message with the specified category and priority.\n */\nextern DECLSPEC void SDLCALL SDL_LogMessageV(int category,\n                                             SDL_LogPriority priority,\n                                             const char *fmt, va_list ap);\n\n/**\n *  \\brief The prototype for the log output function\n */\ntypedef void (*SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const char *message);\n\n/**\n *  \\brief Get the current log output function.\n */\nextern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);\n\n/**\n *  \\brief This function allows you to replace the default log output\n *         function with one of your own.\n */\nextern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_log_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_main.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_main_h\n#define _SDL_main_h\n\n#include \"SDL_stdinc.h\"\n\n/**\n *  \\file SDL_main.h\n *\n *  Redefine main() on some platforms so that it is called by SDL.\n */\n\n#ifndef SDL_MAIN_HANDLED\n#if defined(__WIN32__)\n/* On Windows SDL provides WinMain(), which parses the command line and passes\n   the arguments to your main function.\n\n   If you provide your own WinMain(), you may define SDL_MAIN_HANDLED\n */\n#define SDL_MAIN_AVAILABLE\n\n#elif defined(__WINRT__)\n/* On WinRT, SDL provides a main function that initializes CoreApplication,\n   creating an instance of IFrameworkView in the process.\n\n   Please note that #include'ing SDL_main.h is not enough to get a main()\n   function working.  In non-XAML apps, the file,\n   src/main/winrt/SDL_WinRT_main_NonXAML.cpp, or a copy of it, must be compiled\n   into the app itself.  In XAML apps, the function, SDL_WinRTRunApp must be\n   called, with a pointer to the Direct3D-hosted XAML control passed in.\n*/\n#define SDL_MAIN_NEEDED\n\n#elif defined(__IPHONEOS__)\n/* On iOS SDL provides a main function that creates an application delegate\n   and starts the iOS application run loop.\n\n   See src/video/uikit/SDL_uikitappdelegate.m for more details.\n */\n#define SDL_MAIN_NEEDED\n\n#elif defined(__ANDROID__)\n/* On Android SDL provides a Java class in SDLActivity.java that is the\n   main activity entry point.\n\n   See README-android.txt for more details on extending that class.\n */\n#define SDL_MAIN_NEEDED\n\n#endif\n#endif /* SDL_MAIN_HANDLED */\n\n#ifdef __cplusplus\n#define C_LINKAGE   \"C\"\n#else\n#define C_LINKAGE\n#endif /* __cplusplus */\n\n/**\n *  \\file SDL_main.h\n *\n *  The application's main() function must be called with C linkage,\n *  and should be declared like this:\n *  \\code\n *  #ifdef __cplusplus\n *  extern \"C\"\n *  #endif\n *  int main(int argc, char *argv[])\n *  {\n *  }\n *  \\endcode\n */\n\n#if defined(SDL_MAIN_NEEDED) || defined(SDL_MAIN_AVAILABLE)\n#define main    SDL_main\n#endif\n\n/**\n *  The prototype for the application's main() function\n */\nextern C_LINKAGE int SDL_main(int argc, char *argv[]);\n\n\n#include \"begin_code.h\"\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  This is called by the real SDL main function to let the rest of the\n *  library know that initialization was done properly.\n *\n *  Calling this yourself without knowing what you're doing can cause\n *  crashes and hard to diagnose problems with your application.\n */\nextern DECLSPEC void SDLCALL SDL_SetMainReady(void);\n\n#ifdef __WIN32__\n\n/**\n *  This can be called to set the application class at startup\n */\nextern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style,\n                                            void *hInst);\nextern DECLSPEC void SDLCALL SDL_UnregisterApp(void);\n\n#endif /* __WIN32__ */\n\n\n#ifdef __WINRT__\n\n/**\n *  \\brief Initializes and launches an SDL/WinRT application.\n *\n *  \\param mainFunction The SDL app's C-style main().\n *  \\param xamlBackgroundPanel An optional, XAML-based, background panel.\n *     For Non-XAML apps, this value must be set to NULL.  For XAML apps,\n *     pass in a pointer to a SwapChainBackgroundPanel, casted to an\n *     IInspectable (via reinterpret_cast).\n *  \\ret 0 on success, -1 on failure.  On failure, use SDL_GetError to retrieve more\n *      information on the failure.\n */\nextern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * xamlBackgroundPanel);\n\n#endif /* __WINRT__ */\n\n\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_main_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_messagebox.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_messagebox_h\n#define _SDL_messagebox_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_video.h\"      /* For SDL_Window */\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief SDL_MessageBox flags. If supported will display warning icon, etc.\n */\ntypedef enum\n{\n    SDL_MESSAGEBOX_ERROR        = 0x00000010,   /**< error dialog */\n    SDL_MESSAGEBOX_WARNING      = 0x00000020,   /**< warning dialog */\n    SDL_MESSAGEBOX_INFORMATION  = 0x00000040    /**< informational dialog */\n} SDL_MessageBoxFlags;\n\n/**\n * \\brief Flags for SDL_MessageBoxButtonData.\n */\ntypedef enum\n{\n    SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT = 0x00000001,  /**< Marks the default button when return is hit */\n    SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT = 0x00000002   /**< Marks the default button when escape is hit */\n} SDL_MessageBoxButtonFlags;\n\n/**\n *  \\brief Individual button data.\n */\ntypedef struct\n{\n    Uint32 flags;       /**< ::SDL_MessageBoxButtonFlags */\n    int buttonid;       /**< User defined button id (value returned via SDL_ShowMessageBox) */\n    const char * text;  /**< The UTF-8 button text */\n} SDL_MessageBoxButtonData;\n\n/**\n * \\brief RGB value used in a message box color scheme\n */\ntypedef struct\n{\n    Uint8 r, g, b;\n} SDL_MessageBoxColor;\n\ntypedef enum\n{\n    SDL_MESSAGEBOX_COLOR_BACKGROUND,\n    SDL_MESSAGEBOX_COLOR_TEXT,\n    SDL_MESSAGEBOX_COLOR_BUTTON_BORDER,\n    SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND,\n    SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED,\n    SDL_MESSAGEBOX_COLOR_MAX\n} SDL_MessageBoxColorType;\n\n/**\n * \\brief A set of colors to use for message box dialogs\n */\ntypedef struct\n{\n    SDL_MessageBoxColor colors[SDL_MESSAGEBOX_COLOR_MAX];\n} SDL_MessageBoxColorScheme;\n\n/**\n *  \\brief MessageBox structure containing title, text, window, etc.\n */\ntypedef struct\n{\n    Uint32 flags;                       /**< ::SDL_MessageBoxFlags */\n    SDL_Window *window;                 /**< Parent window, can be NULL */\n    const char *title;                  /**< UTF-8 title */\n    const char *message;                /**< UTF-8 message text */\n\n    int numbuttons;\n    const SDL_MessageBoxButtonData *buttons;\n\n    const SDL_MessageBoxColorScheme *colorScheme;   /**< ::SDL_MessageBoxColorScheme, can be NULL to use system settings */\n} SDL_MessageBoxData;\n\n/**\n *  \\brief Create a modal message box.\n *\n *  \\param messageboxdata The SDL_MessageBoxData structure with title, text, etc.\n *  \\param buttonid The pointer to which user id of hit button should be copied.\n *\n *  \\return -1 on error, otherwise 0 and buttonid contains user id of button\n *          hit or -1 if dialog was closed.\n *\n *  \\note This function should be called on the thread that created the parent\n *        window, or on the main thread if the messagebox has no parent.  It will\n *        block execution of that thread until the user clicks a button or\n *        closes the messagebox.\n */\nextern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);\n\n/**\n *  \\brief Create a simple modal message box\n *\n *  \\param flags    ::SDL_MessageBoxFlags\n *  \\param title    UTF-8 title text\n *  \\param message  UTF-8 message text\n *  \\param window   The parent window, or NULL for no parent\n *\n *  \\return 0 on success, -1 on error\n *\n *  \\sa SDL_ShowMessageBox\n */\nextern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_messagebox_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_mouse.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_mouse.h\n *\n *  Include file for SDL mouse event handling.\n */\n\n#ifndef _SDL_mouse_h\n#define _SDL_mouse_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\ntypedef struct SDL_Cursor SDL_Cursor;   /* Implementation dependent */\n\n/**\n * \\brief Cursor types for SDL_CreateSystemCursor.\n */\ntypedef enum\n{\n    SDL_SYSTEM_CURSOR_ARROW,     /**< Arrow */\n    SDL_SYSTEM_CURSOR_IBEAM,     /**< I-beam */\n    SDL_SYSTEM_CURSOR_WAIT,      /**< Wait */\n    SDL_SYSTEM_CURSOR_CROSSHAIR, /**< Crosshair */\n    SDL_SYSTEM_CURSOR_WAITARROW, /**< Small wait cursor (or Wait if not available) */\n    SDL_SYSTEM_CURSOR_SIZENWSE,  /**< Double arrow pointing northwest and southeast */\n    SDL_SYSTEM_CURSOR_SIZENESW,  /**< Double arrow pointing northeast and southwest */\n    SDL_SYSTEM_CURSOR_SIZEWE,    /**< Double arrow pointing west and east */\n    SDL_SYSTEM_CURSOR_SIZENS,    /**< Double arrow pointing north and south */\n    SDL_SYSTEM_CURSOR_SIZEALL,   /**< Four pointed arrow pointing north, south, east, and west */\n    SDL_SYSTEM_CURSOR_NO,        /**< Slashed circle or crossbones */\n    SDL_SYSTEM_CURSOR_HAND,      /**< Hand */\n    SDL_NUM_SYSTEM_CURSORS\n} SDL_SystemCursor;\n\n/* Function prototypes */\n\n/**\n *  \\brief Get the window which currently has mouse focus.\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_GetMouseFocus(void);\n\n/**\n *  \\brief Retrieve the current state of the mouse.\n *\n *  The current button state is returned as a button bitmask, which can\n *  be tested using the SDL_BUTTON(X) macros, and x and y are set to the\n *  mouse cursor position relative to the focus window for the currently\n *  selected mouse.  You can pass NULL for either x or y.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetMouseState(int *x, int *y);\n\n/**\n *  \\brief Retrieve the relative state of the mouse.\n *\n *  The current button state is returned as a button bitmask, which can\n *  be tested using the SDL_BUTTON(X) macros, and x and y are set to the\n *  mouse deltas since the last call to SDL_GetRelativeMouseState().\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetRelativeMouseState(int *x, int *y);\n\n/**\n *  \\brief Moves the mouse to the given position within the window.\n *\n *  \\param window The window to move the mouse into, or NULL for the current mouse focus\n *  \\param x The x coordinate within the window\n *  \\param y The y coordinate within the window\n *\n *  \\note This function generates a mouse motion event\n */\nextern DECLSPEC void SDLCALL SDL_WarpMouseInWindow(SDL_Window * window,\n                                                   int x, int y);\n\n/**\n *  \\brief Set relative mouse mode.\n *\n *  \\param enabled Whether or not to enable relative mode\n *\n *  \\return 0 on success, or -1 if relative mode is not supported.\n *\n *  While the mouse is in relative mode, the cursor is hidden, and the\n *  driver will try to report continuous motion in the current window.\n *  Only relative motion events will be delivered, the mouse position\n *  will not change.\n *\n *  \\note This function will flush any pending mouse motion.\n *\n *  \\sa SDL_GetRelativeMouseMode()\n */\nextern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);\n\n/**\n *  \\brief Query whether relative mouse mode is enabled.\n *\n *  \\sa SDL_SetRelativeMouseMode()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);\n\n/**\n *  \\brief Create a cursor, using the specified bitmap data and\n *         mask (in MSB format).\n *\n *  The cursor width must be a multiple of 8 bits.\n *\n *  The cursor is created in black and white according to the following:\n *  <table>\n *  <tr><td> data </td><td> mask </td><td> resulting pixel on screen </td></tr>\n *  <tr><td>  0   </td><td>  1   </td><td> White </td></tr>\n *  <tr><td>  1   </td><td>  1   </td><td> Black </td></tr>\n *  <tr><td>  0   </td><td>  0   </td><td> Transparent </td></tr>\n *  <tr><td>  1   </td><td>  0   </td><td> Inverted color if possible, black\n *                                         if not. </td></tr>\n *  </table>\n *\n *  \\sa SDL_FreeCursor()\n */\nextern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateCursor(const Uint8 * data,\n                                                     const Uint8 * mask,\n                                                     int w, int h, int hot_x,\n                                                     int hot_y);\n\n/**\n *  \\brief Create a color cursor.\n *\n *  \\sa SDL_FreeCursor()\n */\nextern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,\n                                                          int hot_x,\n                                                          int hot_y);\n\n/**\n *  \\brief Create a system cursor.\n *\n *  \\sa SDL_FreeCursor()\n */\nextern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);\n\n/**\n *  \\brief Set the active cursor.\n */\nextern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);\n\n/**\n *  \\brief Return the active cursor.\n */\nextern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);\n\n/**\n *  \\brief Return the default cursor.\n */\nextern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);\n\n/**\n *  \\brief Frees a cursor created with SDL_CreateCursor().\n *\n *  \\sa SDL_CreateCursor()\n */\nextern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);\n\n/**\n *  \\brief Toggle whether or not the cursor is shown.\n *\n *  \\param toggle 1 to show the cursor, 0 to hide it, -1 to query the current\n *                state.\n *\n *  \\return 1 if the cursor is shown, or 0 if the cursor is hidden.\n */\nextern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);\n\n/**\n *  Used as a mask when testing buttons in buttonstate.\n *   - Button 1:  Left mouse button\n *   - Button 2:  Middle mouse button\n *   - Button 3:  Right mouse button\n */\n#define SDL_BUTTON(X)       (1 << ((X)-1))\n#define SDL_BUTTON_LEFT     1\n#define SDL_BUTTON_MIDDLE   2\n#define SDL_BUTTON_RIGHT    3\n#define SDL_BUTTON_X1       4\n#define SDL_BUTTON_X2       5\n#define SDL_BUTTON_LMASK    SDL_BUTTON(SDL_BUTTON_LEFT)\n#define SDL_BUTTON_MMASK    SDL_BUTTON(SDL_BUTTON_MIDDLE)\n#define SDL_BUTTON_RMASK    SDL_BUTTON(SDL_BUTTON_RIGHT)\n#define SDL_BUTTON_X1MASK   SDL_BUTTON(SDL_BUTTON_X1)\n#define SDL_BUTTON_X2MASK   SDL_BUTTON(SDL_BUTTON_X2)\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_mouse_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_mutex.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_mutex_h\n#define _SDL_mutex_h\n\n/**\n *  \\file SDL_mutex.h\n *\n *  Functions to provide thread synchronization primitives.\n */\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  Synchronization functions which can time out return this value\n *  if they time out.\n */\n#define SDL_MUTEX_TIMEDOUT  1\n\n/**\n *  This is the timeout value which corresponds to never time out.\n */\n#define SDL_MUTEX_MAXWAIT   (~(Uint32)0)\n\n\n/**\n *  \\name Mutex functions\n */\n/* @{ */\n\n/* The SDL mutex structure, defined in SDL_sysmutex.c */\nstruct SDL_mutex;\ntypedef struct SDL_mutex SDL_mutex;\n\n/**\n *  Create a mutex, initialized unlocked.\n */\nextern DECLSPEC SDL_mutex *SDLCALL SDL_CreateMutex(void);\n\n/**\n *  Lock the mutex.\n *\n *  \\return 0, or -1 on error.\n */\n#define SDL_mutexP(m)   SDL_LockMutex(m)\nextern DECLSPEC int SDLCALL SDL_LockMutex(SDL_mutex * mutex);\n\n/**\n *  Try to lock the mutex\n *\n *  \\return 0, SDL_MUTEX_TIMEDOUT, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_TryLockMutex(SDL_mutex * mutex);\n\n/**\n *  Unlock the mutex.\n *\n *  \\return 0, or -1 on error.\n *\n *  \\warning It is an error to unlock a mutex that has not been locked by\n *           the current thread, and doing so results in undefined behavior.\n */\n#define SDL_mutexV(m)   SDL_UnlockMutex(m)\nextern DECLSPEC int SDLCALL SDL_UnlockMutex(SDL_mutex * mutex);\n\n/**\n *  Destroy a mutex.\n */\nextern DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex * mutex);\n\n/* @} *//* Mutex functions */\n\n\n/**\n *  \\name Semaphore functions\n */\n/* @{ */\n\n/* The SDL semaphore structure, defined in SDL_syssem.c */\nstruct SDL_semaphore;\ntypedef struct SDL_semaphore SDL_sem;\n\n/**\n *  Create a semaphore, initialized with value, returns NULL on failure.\n */\nextern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);\n\n/**\n *  Destroy a semaphore.\n */\nextern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem * sem);\n\n/**\n *  This function suspends the calling thread until the semaphore pointed\n *  to by \\c sem has a positive count. It then atomically decreases the\n *  semaphore count.\n */\nextern DECLSPEC int SDLCALL SDL_SemWait(SDL_sem * sem);\n\n/**\n *  Non-blocking variant of SDL_SemWait().\n *\n *  \\return 0 if the wait succeeds, ::SDL_MUTEX_TIMEDOUT if the wait would\n *          block, and -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_SemTryWait(SDL_sem * sem);\n\n/**\n *  Variant of SDL_SemWait() with a timeout in milliseconds.\n *\n *  \\return 0 if the wait succeeds, ::SDL_MUTEX_TIMEDOUT if the wait does not\n *          succeed in the allotted time, and -1 on error.\n *\n *  \\warning On some platforms this function is implemented by looping with a\n *           delay of 1 ms, and so should be avoided if possible.\n */\nextern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem * sem, Uint32 ms);\n\n/**\n *  Atomically increases the semaphore's count (not blocking).\n *\n *  \\return 0, or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_SemPost(SDL_sem * sem);\n\n/**\n *  Returns the current count of the semaphore.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);\n\n/* @} *//* Semaphore functions */\n\n\n/**\n *  \\name Condition variable functions\n */\n/* @{ */\n\n/* The SDL condition variable structure, defined in SDL_syscond.c */\nstruct SDL_cond;\ntypedef struct SDL_cond SDL_cond;\n\n/**\n *  Create a condition variable.\n *\n *  Typical use of condition variables:\n *\n *  Thread A:\n *    SDL_LockMutex(lock);\n *    while ( ! condition ) {\n *        SDL_CondWait(cond, lock);\n *    }\n *    SDL_UnlockMutex(lock);\n *\n *  Thread B:\n *    SDL_LockMutex(lock);\n *    ...\n *    condition = true;\n *    ...\n *    SDL_CondSignal(cond);\n *    SDL_UnlockMutex(lock);\n *\n *  There is some discussion whether to signal the condition variable\n *  with the mutex locked or not.  There is some potential performance\n *  benefit to unlocking first on some platforms, but there are some\n *  potential race conditions depending on how your code is structured.\n *\n *  In general it's safer to signal the condition variable while the\n *  mutex is locked.\n */\nextern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);\n\n/**\n *  Destroy a condition variable.\n */\nextern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);\n\n/**\n *  Restart one of the threads that are waiting on the condition variable.\n *\n *  \\return 0 or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);\n\n/**\n *  Restart all threads that are waiting on the condition variable.\n *\n *  \\return 0 or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);\n\n/**\n *  Wait on the condition variable, unlocking the provided mutex.\n *\n *  \\warning The mutex must be locked before entering this function!\n *\n *  The mutex is re-locked once the condition variable is signaled.\n *\n *  \\return 0 when it is signaled, or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);\n\n/**\n *  Waits for at most \\c ms milliseconds, and returns 0 if the condition\n *  variable is signaled, ::SDL_MUTEX_TIMEDOUT if the condition is not\n *  signaled in the allotted time, and -1 on error.\n *\n *  \\warning On some platforms this function is implemented by looping with a\n *           delay of 1 ms, and so should be avoided if possible.\n */\nextern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,\n                                                SDL_mutex * mutex, Uint32 ms);\n\n/* @} *//* Condition variable functions */\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_mutex_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_name.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDLname_h_\n#define _SDLname_h_\n\n#if defined(__STDC__) || defined(__cplusplus)\n#define NeedFunctionPrototypes 1\n#endif\n\n#define SDL_NAME(X) SDL_##X\n\n#endif /* _SDLname_h_ */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_opengl.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_opengl.h\n *\n *  This is a simple file to encapsulate the OpenGL API headers.\n */\n\n#ifndef _SDL_opengl_h\n#define _SDL_opengl_h\n\n#include \"SDL_config.h\"\n\n#ifndef __IPHONEOS__\n\n#ifdef __WIN32__\n#define WIN32_LEAN_AND_MEAN\n#ifndef NOMINMAX\n#define NOMINMAX                /* Don't defined min() and max() */\n#endif\n#include <windows.h>\n#endif\n\n#ifdef __glext_h_\n/* Someone has already included glext.h */\n#define NO_SDL_GLEXT\n#endif\n#ifndef NO_SDL_GLEXT\n#define __glext_h_              /* Don't let gl.h include glext.h */\n#endif\n#if defined(__MACOSX__)\n#include <OpenGL/gl.h>          /* Header File For The OpenGL Library */\n#define __X_GL_H\n#else\n#include <GL/gl.h>              /* Header File For The OpenGL Library */\n#endif\n#ifndef NO_SDL_GLEXT\n#undef __glext_h_\n#endif\n\n/**\n *  \\file SDL_opengl.h\n *\n *  This file is included because glext.h is not available on some systems.\n *  If you don't want this version included, simply define ::NO_SDL_GLEXT.\n *\n *  The latest version is available from:\n *      http://www.opengl.org/registry/\n */\n\n/**\n *  \\def NO_SDL_GLEXT\n *\n *  Define this if you have your own version of glext.h and want to disable the\n *  version included in SDL_opengl.h.\n */\n\n#if !defined(NO_SDL_GLEXT) && !defined(GL_GLEXT_LEGACY)\n#ifndef __glext_h_\n#define __glext_h_\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/*\n** Copyright (c) 2007-2010 The Khronos Group Inc.\n**\n** Permission is hereby granted, free of charge, to any person obtaining a\n** copy of this software and/or associated documentation files (the\n** \"Materials\"), to deal in the Materials without restriction, including\n** without limitation the rights to use, copy, modify, merge, publish,\n** distribute, sublicense, and/or sell copies of the Materials, and to\n** permit persons to whom the Materials are furnished to do so, subject to\n** the following conditions:\n**\n** The above copyright notice and this permission notice shall be included\n** in all copies or substantial portions of the Materials.\n**\n** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n*/\n\n/* Header file version number, required by OpenGL ABI for Linux */\n/* glext.h last updated $Date: 2010-08-03 01:30:25 -0700 (Tue, 03 Aug 2010) $ */\n/* Current version at http://www.opengl.org/registry/ */\n#define GL_GLEXT_VERSION 64\n/* Function declaration macros - to move into glplatform.h */\n\n#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)\n#define WIN32_LEAN_AND_MEAN 1\n#include <windows.h>\n#endif\n\n#ifndef APIENTRY\n#define APIENTRY\n#endif\n#ifndef APIENTRYP\n#define APIENTRYP APIENTRY *\n#endif\n#ifndef GLAPI\n#define GLAPI extern\n#endif\n\n/*************************************************************/\n\n#ifndef GL_VERSION_1_2\n#define GL_UNSIGNED_BYTE_3_3_2            0x8032\n#define GL_UNSIGNED_SHORT_4_4_4_4         0x8033\n#define GL_UNSIGNED_SHORT_5_5_5_1         0x8034\n#define GL_UNSIGNED_INT_8_8_8_8           0x8035\n#define GL_UNSIGNED_INT_10_10_10_2        0x8036\n#define GL_TEXTURE_BINDING_3D             0x806A\n#define GL_PACK_SKIP_IMAGES               0x806B\n#define GL_PACK_IMAGE_HEIGHT              0x806C\n#define GL_UNPACK_SKIP_IMAGES             0x806D\n#define GL_UNPACK_IMAGE_HEIGHT            0x806E\n#define GL_TEXTURE_3D                     0x806F\n#define GL_PROXY_TEXTURE_3D               0x8070\n#define GL_TEXTURE_DEPTH                  0x8071\n#define GL_TEXTURE_WRAP_R                 0x8072\n#define GL_MAX_3D_TEXTURE_SIZE            0x8073\n#define GL_UNSIGNED_BYTE_2_3_3_REV        0x8362\n#define GL_UNSIGNED_SHORT_5_6_5           0x8363\n#define GL_UNSIGNED_SHORT_5_6_5_REV       0x8364\n#define GL_UNSIGNED_SHORT_4_4_4_4_REV     0x8365\n#define GL_UNSIGNED_SHORT_1_5_5_5_REV     0x8366\n#define GL_UNSIGNED_INT_8_8_8_8_REV       0x8367\n#define GL_UNSIGNED_INT_2_10_10_10_REV    0x8368\n#define GL_BGR                            0x80E0\n#define GL_BGRA                           0x80E1\n#define GL_MAX_ELEMENTS_VERTICES          0x80E8\n#define GL_MAX_ELEMENTS_INDICES           0x80E9\n#define GL_CLAMP_TO_EDGE                  0x812F\n#define GL_TEXTURE_MIN_LOD                0x813A\n#define GL_TEXTURE_MAX_LOD                0x813B\n#define GL_TEXTURE_BASE_LEVEL             0x813C\n#define GL_TEXTURE_MAX_LEVEL              0x813D\n#define GL_SMOOTH_POINT_SIZE_RANGE        0x0B12\n#define GL_SMOOTH_POINT_SIZE_GRANULARITY  0x0B13\n#define GL_SMOOTH_LINE_WIDTH_RANGE        0x0B22\n#define GL_SMOOTH_LINE_WIDTH_GRANULARITY  0x0B23\n#define GL_ALIASED_LINE_WIDTH_RANGE       0x846E\n#endif\n\n#ifndef GL_VERSION_1_2_DEPRECATED\n#define GL_RESCALE_NORMAL                 0x803A\n#define GL_LIGHT_MODEL_COLOR_CONTROL      0x81F8\n#define GL_SINGLE_COLOR                   0x81F9\n#define GL_SEPARATE_SPECULAR_COLOR        0x81FA\n#define GL_ALIASED_POINT_SIZE_RANGE       0x846D\n#endif\n\n#ifndef GL_ARB_imaging\n#define GL_CONSTANT_COLOR                 0x8001\n#define GL_ONE_MINUS_CONSTANT_COLOR       0x8002\n#define GL_CONSTANT_ALPHA                 0x8003\n#define GL_ONE_MINUS_CONSTANT_ALPHA       0x8004\n#define GL_BLEND_COLOR                    0x8005\n#define GL_FUNC_ADD                       0x8006\n#define GL_MIN                            0x8007\n#define GL_MAX                            0x8008\n#define GL_BLEND_EQUATION                 0x8009\n#define GL_FUNC_SUBTRACT                  0x800A\n#define GL_FUNC_REVERSE_SUBTRACT          0x800B\n#endif\n\n#ifndef GL_ARB_imaging_DEPRECATED\n#define GL_CONVOLUTION_1D                 0x8010\n#define GL_CONVOLUTION_2D                 0x8011\n#define GL_SEPARABLE_2D                   0x8012\n#define GL_CONVOLUTION_BORDER_MODE        0x8013\n#define GL_CONVOLUTION_FILTER_SCALE       0x8014\n#define GL_CONVOLUTION_FILTER_BIAS        0x8015\n#define GL_REDUCE                         0x8016\n#define GL_CONVOLUTION_FORMAT             0x8017\n#define GL_CONVOLUTION_WIDTH              0x8018\n#define GL_CONVOLUTION_HEIGHT             0x8019\n#define GL_MAX_CONVOLUTION_WIDTH          0x801A\n#define GL_MAX_CONVOLUTION_HEIGHT         0x801B\n#define GL_POST_CONVOLUTION_RED_SCALE     0x801C\n#define GL_POST_CONVOLUTION_GREEN_SCALE   0x801D\n#define GL_POST_CONVOLUTION_BLUE_SCALE    0x801E\n#define GL_POST_CONVOLUTION_ALPHA_SCALE   0x801F\n#define GL_POST_CONVOLUTION_RED_BIAS      0x8020\n#define GL_POST_CONVOLUTION_GREEN_BIAS    0x8021\n#define GL_POST_CONVOLUTION_BLUE_BIAS     0x8022\n#define GL_POST_CONVOLUTION_ALPHA_BIAS    0x8023\n#define GL_HISTOGRAM                      0x8024\n#define GL_PROXY_HISTOGRAM                0x8025\n#define GL_HISTOGRAM_WIDTH                0x8026\n#define GL_HISTOGRAM_FORMAT               0x8027\n#define GL_HISTOGRAM_RED_SIZE             0x8028\n#define GL_HISTOGRAM_GREEN_SIZE           0x8029\n#define GL_HISTOGRAM_BLUE_SIZE            0x802A\n#define GL_HISTOGRAM_ALPHA_SIZE           0x802B\n#define GL_HISTOGRAM_LUMINANCE_SIZE       0x802C\n#define GL_HISTOGRAM_SINK                 0x802D\n#define GL_MINMAX                         0x802E\n#define GL_MINMAX_FORMAT                  0x802F\n#define GL_MINMAX_SINK                    0x8030\n#define GL_TABLE_TOO_LARGE                0x8031\n#define GL_COLOR_MATRIX                   0x80B1\n#define GL_COLOR_MATRIX_STACK_DEPTH       0x80B2\n#define GL_MAX_COLOR_MATRIX_STACK_DEPTH   0x80B3\n#define GL_POST_COLOR_MATRIX_RED_SCALE    0x80B4\n#define GL_POST_COLOR_MATRIX_GREEN_SCALE  0x80B5\n#define GL_POST_COLOR_MATRIX_BLUE_SCALE   0x80B6\n#define GL_POST_COLOR_MATRIX_ALPHA_SCALE  0x80B7\n#define GL_POST_COLOR_MATRIX_RED_BIAS     0x80B8\n#define GL_POST_COLOR_MATRIX_GREEN_BIAS   0x80B9\n#define GL_POST_COLOR_MATRIX_BLUE_BIAS    0x80BA\n#define GL_POST_COLOR_MATRIX_ALPHA_BIAS   0x80BB\n#define GL_COLOR_TABLE                    0x80D0\n#define GL_POST_CONVOLUTION_COLOR_TABLE   0x80D1\n#define GL_POST_COLOR_MATRIX_COLOR_TABLE  0x80D2\n#define GL_PROXY_COLOR_TABLE              0x80D3\n#define GL_PROXY_POST_CONVOLUTION_COLOR_TABLE 0x80D4\n#define GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE 0x80D5\n#define GL_COLOR_TABLE_SCALE              0x80D6\n#define GL_COLOR_TABLE_BIAS               0x80D7\n#define GL_COLOR_TABLE_FORMAT             0x80D8\n#define GL_COLOR_TABLE_WIDTH              0x80D9\n#define GL_COLOR_TABLE_RED_SIZE           0x80DA\n#define GL_COLOR_TABLE_GREEN_SIZE         0x80DB\n#define GL_COLOR_TABLE_BLUE_SIZE          0x80DC\n#define GL_COLOR_TABLE_ALPHA_SIZE         0x80DD\n#define GL_COLOR_TABLE_LUMINANCE_SIZE     0x80DE\n#define GL_COLOR_TABLE_INTENSITY_SIZE     0x80DF\n#define GL_CONSTANT_BORDER                0x8151\n#define GL_REPLICATE_BORDER               0x8153\n#define GL_CONVOLUTION_BORDER_COLOR       0x8154\n#endif\n\n#ifndef GL_VERSION_1_3\n#define GL_TEXTURE0                       0x84C0\n#define GL_TEXTURE1                       0x84C1\n#define GL_TEXTURE2                       0x84C2\n#define GL_TEXTURE3                       0x84C3\n#define GL_TEXTURE4                       0x84C4\n#define GL_TEXTURE5                       0x84C5\n#define GL_TEXTURE6                       0x84C6\n#define GL_TEXTURE7                       0x84C7\n#define GL_TEXTURE8                       0x84C8\n#define GL_TEXTURE9                       0x84C9\n#define GL_TEXTURE10                      0x84CA\n#define GL_TEXTURE11                      0x84CB\n#define GL_TEXTURE12                      0x84CC\n#define GL_TEXTURE13                      0x84CD\n#define GL_TEXTURE14                      0x84CE\n#define GL_TEXTURE15                      0x84CF\n#define GL_TEXTURE16                      0x84D0\n#define GL_TEXTURE17                      0x84D1\n#define GL_TEXTURE18                      0x84D2\n#define GL_TEXTURE19                      0x84D3\n#define GL_TEXTURE20                      0x84D4\n#define GL_TEXTURE21                      0x84D5\n#define GL_TEXTURE22                      0x84D6\n#define GL_TEXTURE23                      0x84D7\n#define GL_TEXTURE24                      0x84D8\n#define GL_TEXTURE25                      0x84D9\n#define GL_TEXTURE26                      0x84DA\n#define GL_TEXTURE27                      0x84DB\n#define GL_TEXTURE28                      0x84DC\n#define GL_TEXTURE29                      0x84DD\n#define GL_TEXTURE30                      0x84DE\n#define GL_TEXTURE31                      0x84DF\n#define GL_ACTIVE_TEXTURE                 0x84E0\n#define GL_MULTISAMPLE                    0x809D\n#define GL_SAMPLE_ALPHA_TO_COVERAGE       0x809E\n#define GL_SAMPLE_ALPHA_TO_ONE            0x809F\n#define GL_SAMPLE_COVERAGE                0x80A0\n#define GL_SAMPLE_BUFFERS                 0x80A8\n#define GL_SAMPLES                        0x80A9\n#define GL_SAMPLE_COVERAGE_VALUE          0x80AA\n#define GL_SAMPLE_COVERAGE_INVERT         0x80AB\n#define GL_TEXTURE_CUBE_MAP               0x8513\n#define GL_TEXTURE_BINDING_CUBE_MAP       0x8514\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_X    0x8515\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_X    0x8516\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Y    0x8517\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Y    0x8518\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Z    0x8519\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z    0x851A\n#define GL_PROXY_TEXTURE_CUBE_MAP         0x851B\n#define GL_MAX_CUBE_MAP_TEXTURE_SIZE      0x851C\n#define GL_COMPRESSED_RGB                 0x84ED\n#define GL_COMPRESSED_RGBA                0x84EE\n#define GL_TEXTURE_COMPRESSION_HINT       0x84EF\n#define GL_TEXTURE_COMPRESSED_IMAGE_SIZE  0x86A0\n#define GL_TEXTURE_COMPRESSED             0x86A1\n#define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2\n#define GL_COMPRESSED_TEXTURE_FORMATS     0x86A3\n#define GL_CLAMP_TO_BORDER                0x812D\n#endif\n\n#ifndef GL_VERSION_1_3_DEPRECATED\n#define GL_CLIENT_ACTIVE_TEXTURE          0x84E1\n#define GL_MAX_TEXTURE_UNITS              0x84E2\n#define GL_TRANSPOSE_MODELVIEW_MATRIX     0x84E3\n#define GL_TRANSPOSE_PROJECTION_MATRIX    0x84E4\n#define GL_TRANSPOSE_TEXTURE_MATRIX       0x84E5\n#define GL_TRANSPOSE_COLOR_MATRIX         0x84E6\n#define GL_MULTISAMPLE_BIT                0x20000000\n#define GL_NORMAL_MAP                     0x8511\n#define GL_REFLECTION_MAP                 0x8512\n#define GL_COMPRESSED_ALPHA               0x84E9\n#define GL_COMPRESSED_LUMINANCE           0x84EA\n#define GL_COMPRESSED_LUMINANCE_ALPHA     0x84EB\n#define GL_COMPRESSED_INTENSITY           0x84EC\n#define GL_COMBINE                        0x8570\n#define GL_COMBINE_RGB                    0x8571\n#define GL_COMBINE_ALPHA                  0x8572\n#define GL_SOURCE0_RGB                    0x8580\n#define GL_SOURCE1_RGB                    0x8581\n#define GL_SOURCE2_RGB                    0x8582\n#define GL_SOURCE0_ALPHA                  0x8588\n#define GL_SOURCE1_ALPHA                  0x8589\n#define GL_SOURCE2_ALPHA                  0x858A\n#define GL_OPERAND0_RGB                   0x8590\n#define GL_OPERAND1_RGB                   0x8591\n#define GL_OPERAND2_RGB                   0x8592\n#define GL_OPERAND0_ALPHA                 0x8598\n#define GL_OPERAND1_ALPHA                 0x8599\n#define GL_OPERAND2_ALPHA                 0x859A\n#define GL_RGB_SCALE                      0x8573\n#define GL_ADD_SIGNED                     0x8574\n#define GL_INTERPOLATE                    0x8575\n#define GL_SUBTRACT                       0x84E7\n#define GL_CONSTANT                       0x8576\n#define GL_PRIMARY_COLOR                  0x8577\n#define GL_PREVIOUS                       0x8578\n#define GL_DOT3_RGB                       0x86AE\n#define GL_DOT3_RGBA                      0x86AF\n#endif\n\n#ifndef GL_VERSION_1_4\n#define GL_BLEND_DST_RGB                  0x80C8\n#define GL_BLEND_SRC_RGB                  0x80C9\n#define GL_BLEND_DST_ALPHA                0x80CA\n#define GL_BLEND_SRC_ALPHA                0x80CB\n#define GL_POINT_FADE_THRESHOLD_SIZE      0x8128\n#define GL_DEPTH_COMPONENT16              0x81A5\n#define GL_DEPTH_COMPONENT24              0x81A6\n#define GL_DEPTH_COMPONENT32              0x81A7\n#define GL_MIRRORED_REPEAT                0x8370\n#define GL_MAX_TEXTURE_LOD_BIAS           0x84FD\n#define GL_TEXTURE_LOD_BIAS               0x8501\n#define GL_INCR_WRAP                      0x8507\n#define GL_DECR_WRAP                      0x8508\n#define GL_TEXTURE_DEPTH_SIZE             0x884A\n#define GL_TEXTURE_COMPARE_MODE           0x884C\n#define GL_TEXTURE_COMPARE_FUNC           0x884D\n#endif\n\n#ifndef GL_VERSION_1_4_DEPRECATED\n#define GL_POINT_SIZE_MIN                 0x8126\n#define GL_POINT_SIZE_MAX                 0x8127\n#define GL_POINT_DISTANCE_ATTENUATION     0x8129\n#define GL_GENERATE_MIPMAP                0x8191\n#define GL_GENERATE_MIPMAP_HINT           0x8192\n#define GL_FOG_COORDINATE_SOURCE          0x8450\n#define GL_FOG_COORDINATE                 0x8451\n#define GL_FRAGMENT_DEPTH                 0x8452\n#define GL_CURRENT_FOG_COORDINATE         0x8453\n#define GL_FOG_COORDINATE_ARRAY_TYPE      0x8454\n#define GL_FOG_COORDINATE_ARRAY_STRIDE    0x8455\n#define GL_FOG_COORDINATE_ARRAY_POINTER   0x8456\n#define GL_FOG_COORDINATE_ARRAY           0x8457\n#define GL_COLOR_SUM                      0x8458\n#define GL_CURRENT_SECONDARY_COLOR        0x8459\n#define GL_SECONDARY_COLOR_ARRAY_SIZE     0x845A\n#define GL_SECONDARY_COLOR_ARRAY_TYPE     0x845B\n#define GL_SECONDARY_COLOR_ARRAY_STRIDE   0x845C\n#define GL_SECONDARY_COLOR_ARRAY_POINTER  0x845D\n#define GL_SECONDARY_COLOR_ARRAY          0x845E\n#define GL_TEXTURE_FILTER_CONTROL         0x8500\n#define GL_DEPTH_TEXTURE_MODE             0x884B\n#define GL_COMPARE_R_TO_TEXTURE           0x884E\n#endif\n\n#ifndef GL_VERSION_1_5\n#define GL_BUFFER_SIZE                    0x8764\n#define GL_BUFFER_USAGE                   0x8765\n#define GL_QUERY_COUNTER_BITS             0x8864\n#define GL_CURRENT_QUERY                  0x8865\n#define GL_QUERY_RESULT                   0x8866\n#define GL_QUERY_RESULT_AVAILABLE         0x8867\n#define GL_ARRAY_BUFFER                   0x8892\n#define GL_ELEMENT_ARRAY_BUFFER           0x8893\n#define GL_ARRAY_BUFFER_BINDING           0x8894\n#define GL_ELEMENT_ARRAY_BUFFER_BINDING   0x8895\n#define GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 0x889F\n#define GL_READ_ONLY                      0x88B8\n#define GL_WRITE_ONLY                     0x88B9\n#define GL_READ_WRITE                     0x88BA\n#define GL_BUFFER_ACCESS                  0x88BB\n#define GL_BUFFER_MAPPED                  0x88BC\n#define GL_BUFFER_MAP_POINTER             0x88BD\n#define GL_STREAM_DRAW                    0x88E0\n#define GL_STREAM_READ                    0x88E1\n#define GL_STREAM_COPY                    0x88E2\n#define GL_STATIC_DRAW                    0x88E4\n#define GL_STATIC_READ                    0x88E5\n#define GL_STATIC_COPY                    0x88E6\n#define GL_DYNAMIC_DRAW                   0x88E8\n#define GL_DYNAMIC_READ                   0x88E9\n#define GL_DYNAMIC_COPY                   0x88EA\n#define GL_SAMPLES_PASSED                 0x8914\n#endif\n\n#ifndef GL_VERSION_1_5_DEPRECATED\n#define GL_VERTEX_ARRAY_BUFFER_BINDING    0x8896\n#define GL_NORMAL_ARRAY_BUFFER_BINDING    0x8897\n#define GL_COLOR_ARRAY_BUFFER_BINDING     0x8898\n#define GL_INDEX_ARRAY_BUFFER_BINDING     0x8899\n#define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 0x889A\n#define GL_EDGE_FLAG_ARRAY_BUFFER_BINDING 0x889B\n#define GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING 0x889C\n#define GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING 0x889D\n#define GL_WEIGHT_ARRAY_BUFFER_BINDING    0x889E\n#define GL_FOG_COORD_SRC                  0x8450\n#define GL_FOG_COORD                      0x8451\n#define GL_CURRENT_FOG_COORD              0x8453\n#define GL_FOG_COORD_ARRAY_TYPE           0x8454\n#define GL_FOG_COORD_ARRAY_STRIDE         0x8455\n#define GL_FOG_COORD_ARRAY_POINTER        0x8456\n#define GL_FOG_COORD_ARRAY                0x8457\n#define GL_FOG_COORD_ARRAY_BUFFER_BINDING 0x889D\n#define GL_SRC0_RGB                       0x8580\n#define GL_SRC1_RGB                       0x8581\n#define GL_SRC2_RGB                       0x8582\n#define GL_SRC0_ALPHA                     0x8588\n#define GL_SRC1_ALPHA                     0x8589\n#define GL_SRC2_ALPHA                     0x858A\n#endif\n\n#ifndef GL_VERSION_2_0\n#define GL_BLEND_EQUATION_RGB             0x8009\n#define GL_VERTEX_ATTRIB_ARRAY_ENABLED    0x8622\n#define GL_VERTEX_ATTRIB_ARRAY_SIZE       0x8623\n#define GL_VERTEX_ATTRIB_ARRAY_STRIDE     0x8624\n#define GL_VERTEX_ATTRIB_ARRAY_TYPE       0x8625\n#define GL_CURRENT_VERTEX_ATTRIB          0x8626\n#define GL_VERTEX_PROGRAM_POINT_SIZE      0x8642\n#define GL_VERTEX_ATTRIB_ARRAY_POINTER    0x8645\n#define GL_STENCIL_BACK_FUNC              0x8800\n#define GL_STENCIL_BACK_FAIL              0x8801\n#define GL_STENCIL_BACK_PASS_DEPTH_FAIL   0x8802\n#define GL_STENCIL_BACK_PASS_DEPTH_PASS   0x8803\n#define GL_MAX_DRAW_BUFFERS               0x8824\n#define GL_DRAW_BUFFER0                   0x8825\n#define GL_DRAW_BUFFER1                   0x8826\n#define GL_DRAW_BUFFER2                   0x8827\n#define GL_DRAW_BUFFER3                   0x8828\n#define GL_DRAW_BUFFER4                   0x8829\n#define GL_DRAW_BUFFER5                   0x882A\n#define GL_DRAW_BUFFER6                   0x882B\n#define GL_DRAW_BUFFER7                   0x882C\n#define GL_DRAW_BUFFER8                   0x882D\n#define GL_DRAW_BUFFER9                   0x882E\n#define GL_DRAW_BUFFER10                  0x882F\n#define GL_DRAW_BUFFER11                  0x8830\n#define GL_DRAW_BUFFER12                  0x8831\n#define GL_DRAW_BUFFER13                  0x8832\n#define GL_DRAW_BUFFER14                  0x8833\n#define GL_DRAW_BUFFER15                  0x8834\n#define GL_BLEND_EQUATION_ALPHA           0x883D\n#define GL_MAX_VERTEX_ATTRIBS             0x8869\n#define GL_VERTEX_ATTRIB_ARRAY_NORMALIZED 0x886A\n#define GL_MAX_TEXTURE_IMAGE_UNITS        0x8872\n#define GL_FRAGMENT_SHADER                0x8B30\n#define GL_VERTEX_SHADER                  0x8B31\n#define GL_MAX_FRAGMENT_UNIFORM_COMPONENTS 0x8B49\n#define GL_MAX_VERTEX_UNIFORM_COMPONENTS  0x8B4A\n#define GL_MAX_VARYING_FLOATS             0x8B4B\n#define GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS 0x8B4C\n#define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D\n#define GL_SHADER_TYPE                    0x8B4F\n#define GL_FLOAT_VEC2                     0x8B50\n#define GL_FLOAT_VEC3                     0x8B51\n#define GL_FLOAT_VEC4                     0x8B52\n#define GL_INT_VEC2                       0x8B53\n#define GL_INT_VEC3                       0x8B54\n#define GL_INT_VEC4                       0x8B55\n#define GL_BOOL                           0x8B56\n#define GL_BOOL_VEC2                      0x8B57\n#define GL_BOOL_VEC3                      0x8B58\n#define GL_BOOL_VEC4                      0x8B59\n#define GL_FLOAT_MAT2                     0x8B5A\n#define GL_FLOAT_MAT3                     0x8B5B\n#define GL_FLOAT_MAT4                     0x8B5C\n#define GL_SAMPLER_1D                     0x8B5D\n#define GL_SAMPLER_2D                     0x8B5E\n#define GL_SAMPLER_3D                     0x8B5F\n#define GL_SAMPLER_CUBE                   0x8B60\n#define GL_SAMPLER_1D_SHADOW              0x8B61\n#define GL_SAMPLER_2D_SHADOW              0x8B62\n#define GL_DELETE_STATUS                  0x8B80\n#define GL_COMPILE_STATUS                 0x8B81\n#define GL_LINK_STATUS                    0x8B82\n#define GL_VALIDATE_STATUS                0x8B83\n#define GL_INFO_LOG_LENGTH                0x8B84\n#define GL_ATTACHED_SHADERS               0x8B85\n#define GL_ACTIVE_UNIFORMS                0x8B86\n#define GL_ACTIVE_UNIFORM_MAX_LENGTH      0x8B87\n#define GL_SHADER_SOURCE_LENGTH           0x8B88\n#define GL_ACTIVE_ATTRIBUTES              0x8B89\n#define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH    0x8B8A\n#define GL_FRAGMENT_SHADER_DERIVATIVE_HINT 0x8B8B\n#define GL_SHADING_LANGUAGE_VERSION       0x8B8C\n#define GL_CURRENT_PROGRAM                0x8B8D\n#define GL_POINT_SPRITE_COORD_ORIGIN      0x8CA0\n#define GL_LOWER_LEFT                     0x8CA1\n#define GL_UPPER_LEFT                     0x8CA2\n#define GL_STENCIL_BACK_REF               0x8CA3\n#define GL_STENCIL_BACK_VALUE_MASK        0x8CA4\n#define GL_STENCIL_BACK_WRITEMASK         0x8CA5\n#endif\n\n#ifndef GL_VERSION_2_0_DEPRECATED\n#define GL_VERTEX_PROGRAM_TWO_SIDE        0x8643\n#define GL_POINT_SPRITE                   0x8861\n#define GL_COORD_REPLACE                  0x8862\n#define GL_MAX_TEXTURE_COORDS             0x8871\n#endif\n\n#ifndef GL_VERSION_2_1\n#define GL_PIXEL_PACK_BUFFER              0x88EB\n#define GL_PIXEL_UNPACK_BUFFER            0x88EC\n#define GL_PIXEL_PACK_BUFFER_BINDING      0x88ED\n#define GL_PIXEL_UNPACK_BUFFER_BINDING    0x88EF\n#define GL_FLOAT_MAT2x3                   0x8B65\n#define GL_FLOAT_MAT2x4                   0x8B66\n#define GL_FLOAT_MAT3x2                   0x8B67\n#define GL_FLOAT_MAT3x4                   0x8B68\n#define GL_FLOAT_MAT4x2                   0x8B69\n#define GL_FLOAT_MAT4x3                   0x8B6A\n#define GL_SRGB                           0x8C40\n#define GL_SRGB8                          0x8C41\n#define GL_SRGB_ALPHA                     0x8C42\n#define GL_SRGB8_ALPHA8                   0x8C43\n#define GL_COMPRESSED_SRGB                0x8C48\n#define GL_COMPRESSED_SRGB_ALPHA          0x8C49\n#endif\n\n#ifndef GL_VERSION_2_1_DEPRECATED\n#define GL_CURRENT_RASTER_SECONDARY_COLOR 0x845F\n#define GL_SLUMINANCE_ALPHA               0x8C44\n#define GL_SLUMINANCE8_ALPHA8             0x8C45\n#define GL_SLUMINANCE                     0x8C46\n#define GL_SLUMINANCE8                    0x8C47\n#define GL_COMPRESSED_SLUMINANCE          0x8C4A\n#define GL_COMPRESSED_SLUMINANCE_ALPHA    0x8C4B\n#endif\n\n#ifndef GL_VERSION_3_0\n#define GL_COMPARE_REF_TO_TEXTURE         0x884E\n#define GL_CLIP_DISTANCE0                 0x3000\n#define GL_CLIP_DISTANCE1                 0x3001\n#define GL_CLIP_DISTANCE2                 0x3002\n#define GL_CLIP_DISTANCE3                 0x3003\n#define GL_CLIP_DISTANCE4                 0x3004\n#define GL_CLIP_DISTANCE5                 0x3005\n#define GL_CLIP_DISTANCE6                 0x3006\n#define GL_CLIP_DISTANCE7                 0x3007\n#define GL_MAX_CLIP_DISTANCES             0x0D32\n#define GL_MAJOR_VERSION                  0x821B\n#define GL_MINOR_VERSION                  0x821C\n#define GL_NUM_EXTENSIONS                 0x821D\n#define GL_CONTEXT_FLAGS                  0x821E\n#define GL_DEPTH_BUFFER                   0x8223\n#define GL_STENCIL_BUFFER                 0x8224\n#define GL_COMPRESSED_RED                 0x8225\n#define GL_COMPRESSED_RG                  0x8226\n#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x0001\n#define GL_RGBA32F                        0x8814\n#define GL_RGB32F                         0x8815\n#define GL_RGBA16F                        0x881A\n#define GL_RGB16F                         0x881B\n#define GL_VERTEX_ATTRIB_ARRAY_INTEGER    0x88FD\n#define GL_MAX_ARRAY_TEXTURE_LAYERS       0x88FF\n#define GL_MIN_PROGRAM_TEXEL_OFFSET       0x8904\n#define GL_MAX_PROGRAM_TEXEL_OFFSET       0x8905\n#define GL_CLAMP_READ_COLOR               0x891C\n#define GL_FIXED_ONLY                     0x891D\n#define GL_MAX_VARYING_COMPONENTS         0x8B4B\n#define GL_TEXTURE_1D_ARRAY               0x8C18\n#define GL_PROXY_TEXTURE_1D_ARRAY         0x8C19\n#define GL_TEXTURE_2D_ARRAY               0x8C1A\n#define GL_PROXY_TEXTURE_2D_ARRAY         0x8C1B\n#define GL_TEXTURE_BINDING_1D_ARRAY       0x8C1C\n#define GL_TEXTURE_BINDING_2D_ARRAY       0x8C1D\n#define GL_R11F_G11F_B10F                 0x8C3A\n#define GL_UNSIGNED_INT_10F_11F_11F_REV   0x8C3B\n#define GL_RGB9_E5                        0x8C3D\n#define GL_UNSIGNED_INT_5_9_9_9_REV       0x8C3E\n#define GL_TEXTURE_SHARED_SIZE            0x8C3F\n#define GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH 0x8C76\n#define GL_TRANSFORM_FEEDBACK_BUFFER_MODE 0x8C7F\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS 0x8C80\n#define GL_TRANSFORM_FEEDBACK_VARYINGS    0x8C83\n#define GL_TRANSFORM_FEEDBACK_BUFFER_START 0x8C84\n#define GL_TRANSFORM_FEEDBACK_BUFFER_SIZE 0x8C85\n#define GL_PRIMITIVES_GENERATED           0x8C87\n#define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 0x8C88\n#define GL_RASTERIZER_DISCARD             0x8C89\n#define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS 0x8C8A\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS 0x8C8B\n#define GL_INTERLEAVED_ATTRIBS            0x8C8C\n#define GL_SEPARATE_ATTRIBS               0x8C8D\n#define GL_TRANSFORM_FEEDBACK_BUFFER      0x8C8E\n#define GL_TRANSFORM_FEEDBACK_BUFFER_BINDING 0x8C8F\n#define GL_RGBA32UI                       0x8D70\n#define GL_RGB32UI                        0x8D71\n#define GL_RGBA16UI                       0x8D76\n#define GL_RGB16UI                        0x8D77\n#define GL_RGBA8UI                        0x8D7C\n#define GL_RGB8UI                         0x8D7D\n#define GL_RGBA32I                        0x8D82\n#define GL_RGB32I                         0x8D83\n#define GL_RGBA16I                        0x8D88\n#define GL_RGB16I                         0x8D89\n#define GL_RGBA8I                         0x8D8E\n#define GL_RGB8I                          0x8D8F\n#define GL_RED_INTEGER                    0x8D94\n#define GL_GREEN_INTEGER                  0x8D95\n#define GL_BLUE_INTEGER                   0x8D96\n#define GL_RGB_INTEGER                    0x8D98\n#define GL_RGBA_INTEGER                   0x8D99\n#define GL_BGR_INTEGER                    0x8D9A\n#define GL_BGRA_INTEGER                   0x8D9B\n#define GL_SAMPLER_1D_ARRAY               0x8DC0\n#define GL_SAMPLER_2D_ARRAY               0x8DC1\n#define GL_SAMPLER_1D_ARRAY_SHADOW        0x8DC3\n#define GL_SAMPLER_2D_ARRAY_SHADOW        0x8DC4\n#define GL_SAMPLER_CUBE_SHADOW            0x8DC5\n#define GL_UNSIGNED_INT_VEC2              0x8DC6\n#define GL_UNSIGNED_INT_VEC3              0x8DC7\n#define GL_UNSIGNED_INT_VEC4              0x8DC8\n#define GL_INT_SAMPLER_1D                 0x8DC9\n#define GL_INT_SAMPLER_2D                 0x8DCA\n#define GL_INT_SAMPLER_3D                 0x8DCB\n#define GL_INT_SAMPLER_CUBE               0x8DCC\n#define GL_INT_SAMPLER_1D_ARRAY           0x8DCE\n#define GL_INT_SAMPLER_2D_ARRAY           0x8DCF\n#define GL_UNSIGNED_INT_SAMPLER_1D        0x8DD1\n#define GL_UNSIGNED_INT_SAMPLER_2D        0x8DD2\n#define GL_UNSIGNED_INT_SAMPLER_3D        0x8DD3\n#define GL_UNSIGNED_INT_SAMPLER_CUBE      0x8DD4\n#define GL_UNSIGNED_INT_SAMPLER_1D_ARRAY  0x8DD6\n#define GL_UNSIGNED_INT_SAMPLER_2D_ARRAY  0x8DD7\n#define GL_QUERY_WAIT                     0x8E13\n#define GL_QUERY_NO_WAIT                  0x8E14\n#define GL_QUERY_BY_REGION_WAIT           0x8E15\n#define GL_QUERY_BY_REGION_NO_WAIT        0x8E16\n#define GL_BUFFER_ACCESS_FLAGS            0x911F\n#define GL_BUFFER_MAP_LENGTH              0x9120\n#define GL_BUFFER_MAP_OFFSET              0x9121\n/* Reuse tokens from ARB_depth_buffer_float */\n/* reuse GL_DEPTH_COMPONENT32F */\n/* reuse GL_DEPTH32F_STENCIL8 */\n/* reuse GL_FLOAT_32_UNSIGNED_INT_24_8_REV */\n/* Reuse tokens from ARB_framebuffer_object */\n/* reuse GL_INVALID_FRAMEBUFFER_OPERATION */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE */\n/* reuse GL_FRAMEBUFFER_DEFAULT */\n/* reuse GL_FRAMEBUFFER_UNDEFINED */\n/* reuse GL_DEPTH_STENCIL_ATTACHMENT */\n/* reuse GL_INDEX */\n/* reuse GL_MAX_RENDERBUFFER_SIZE */\n/* reuse GL_DEPTH_STENCIL */\n/* reuse GL_UNSIGNED_INT_24_8 */\n/* reuse GL_DEPTH24_STENCIL8 */\n/* reuse GL_TEXTURE_STENCIL_SIZE */\n/* reuse GL_TEXTURE_RED_TYPE */\n/* reuse GL_TEXTURE_GREEN_TYPE */\n/* reuse GL_TEXTURE_BLUE_TYPE */\n/* reuse GL_TEXTURE_ALPHA_TYPE */\n/* reuse GL_TEXTURE_DEPTH_TYPE */\n/* reuse GL_UNSIGNED_NORMALIZED */\n/* reuse GL_FRAMEBUFFER_BINDING */\n/* reuse GL_DRAW_FRAMEBUFFER_BINDING */\n/* reuse GL_RENDERBUFFER_BINDING */\n/* reuse GL_READ_FRAMEBUFFER */\n/* reuse GL_DRAW_FRAMEBUFFER */\n/* reuse GL_READ_FRAMEBUFFER_BINDING */\n/* reuse GL_RENDERBUFFER_SAMPLES */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER */\n/* reuse GL_FRAMEBUFFER_COMPLETE */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER */\n/* reuse GL_FRAMEBUFFER_UNSUPPORTED */\n/* reuse GL_MAX_COLOR_ATTACHMENTS */\n/* reuse GL_COLOR_ATTACHMENT0 */\n/* reuse GL_COLOR_ATTACHMENT1 */\n/* reuse GL_COLOR_ATTACHMENT2 */\n/* reuse GL_COLOR_ATTACHMENT3 */\n/* reuse GL_COLOR_ATTACHMENT4 */\n/* reuse GL_COLOR_ATTACHMENT5 */\n/* reuse GL_COLOR_ATTACHMENT6 */\n/* reuse GL_COLOR_ATTACHMENT7 */\n/* reuse GL_COLOR_ATTACHMENT8 */\n/* reuse GL_COLOR_ATTACHMENT9 */\n/* reuse GL_COLOR_ATTACHMENT10 */\n/* reuse GL_COLOR_ATTACHMENT11 */\n/* reuse GL_COLOR_ATTACHMENT12 */\n/* reuse GL_COLOR_ATTACHMENT13 */\n/* reuse GL_COLOR_ATTACHMENT14 */\n/* reuse GL_COLOR_ATTACHMENT15 */\n/* reuse GL_DEPTH_ATTACHMENT */\n/* reuse GL_STENCIL_ATTACHMENT */\n/* reuse GL_FRAMEBUFFER */\n/* reuse GL_RENDERBUFFER */\n/* reuse GL_RENDERBUFFER_WIDTH */\n/* reuse GL_RENDERBUFFER_HEIGHT */\n/* reuse GL_RENDERBUFFER_INTERNAL_FORMAT */\n/* reuse GL_STENCIL_INDEX1 */\n/* reuse GL_STENCIL_INDEX4 */\n/* reuse GL_STENCIL_INDEX8 */\n/* reuse GL_STENCIL_INDEX16 */\n/* reuse GL_RENDERBUFFER_RED_SIZE */\n/* reuse GL_RENDERBUFFER_GREEN_SIZE */\n/* reuse GL_RENDERBUFFER_BLUE_SIZE */\n/* reuse GL_RENDERBUFFER_ALPHA_SIZE */\n/* reuse GL_RENDERBUFFER_DEPTH_SIZE */\n/* reuse GL_RENDERBUFFER_STENCIL_SIZE */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE */\n/* reuse GL_MAX_SAMPLES */\n/* Reuse tokens from ARB_framebuffer_sRGB */\n/* reuse GL_FRAMEBUFFER_SRGB */\n/* Reuse tokens from ARB_half_float_vertex */\n/* reuse GL_HALF_FLOAT */\n/* Reuse tokens from ARB_map_buffer_range */\n/* reuse GL_MAP_READ_BIT */\n/* reuse GL_MAP_WRITE_BIT */\n/* reuse GL_MAP_INVALIDATE_RANGE_BIT */\n/* reuse GL_MAP_INVALIDATE_BUFFER_BIT */\n/* reuse GL_MAP_FLUSH_EXPLICIT_BIT */\n/* reuse GL_MAP_UNSYNCHRONIZED_BIT */\n/* Reuse tokens from ARB_texture_compression_rgtc */\n/* reuse GL_COMPRESSED_RED_RGTC1 */\n/* reuse GL_COMPRESSED_SIGNED_RED_RGTC1 */\n/* reuse GL_COMPRESSED_RG_RGTC2 */\n/* reuse GL_COMPRESSED_SIGNED_RG_RGTC2 */\n/* Reuse tokens from ARB_texture_rg */\n/* reuse GL_RG */\n/* reuse GL_RG_INTEGER */\n/* reuse GL_R8 */\n/* reuse GL_R16 */\n/* reuse GL_RG8 */\n/* reuse GL_RG16 */\n/* reuse GL_R16F */\n/* reuse GL_R32F */\n/* reuse GL_RG16F */\n/* reuse GL_RG32F */\n/* reuse GL_R8I */\n/* reuse GL_R8UI */\n/* reuse GL_R16I */\n/* reuse GL_R16UI */\n/* reuse GL_R32I */\n/* reuse GL_R32UI */\n/* reuse GL_RG8I */\n/* reuse GL_RG8UI */\n/* reuse GL_RG16I */\n/* reuse GL_RG16UI */\n/* reuse GL_RG32I */\n/* reuse GL_RG32UI */\n/* Reuse tokens from ARB_vertex_array_object */\n/* reuse GL_VERTEX_ARRAY_BINDING */\n#endif\n\n#ifndef GL_VERSION_3_0_DEPRECATED\n#define GL_CLAMP_VERTEX_COLOR             0x891A\n#define GL_CLAMP_FRAGMENT_COLOR           0x891B\n#define GL_ALPHA_INTEGER                  0x8D97\n/* Reuse tokens from ARB_framebuffer_object */\n/* reuse GL_TEXTURE_LUMINANCE_TYPE */\n/* reuse GL_TEXTURE_INTENSITY_TYPE */\n#endif\n\n#ifndef GL_VERSION_3_1\n#define GL_SAMPLER_2D_RECT                0x8B63\n#define GL_SAMPLER_2D_RECT_SHADOW         0x8B64\n#define GL_SAMPLER_BUFFER                 0x8DC2\n#define GL_INT_SAMPLER_2D_RECT            0x8DCD\n#define GL_INT_SAMPLER_BUFFER             0x8DD0\n#define GL_UNSIGNED_INT_SAMPLER_2D_RECT   0x8DD5\n#define GL_UNSIGNED_INT_SAMPLER_BUFFER    0x8DD8\n#define GL_TEXTURE_BUFFER                 0x8C2A\n#define GL_MAX_TEXTURE_BUFFER_SIZE        0x8C2B\n#define GL_TEXTURE_BINDING_BUFFER         0x8C2C\n#define GL_TEXTURE_BUFFER_DATA_STORE_BINDING 0x8C2D\n#define GL_TEXTURE_BUFFER_FORMAT          0x8C2E\n#define GL_TEXTURE_RECTANGLE              0x84F5\n#define GL_TEXTURE_BINDING_RECTANGLE      0x84F6\n#define GL_PROXY_TEXTURE_RECTANGLE        0x84F7\n#define GL_MAX_RECTANGLE_TEXTURE_SIZE     0x84F8\n#define GL_RED_SNORM                      0x8F90\n#define GL_RG_SNORM                       0x8F91\n#define GL_RGB_SNORM                      0x8F92\n#define GL_RGBA_SNORM                     0x8F93\n#define GL_R8_SNORM                       0x8F94\n#define GL_RG8_SNORM                      0x8F95\n#define GL_RGB8_SNORM                     0x8F96\n#define GL_RGBA8_SNORM                    0x8F97\n#define GL_R16_SNORM                      0x8F98\n#define GL_RG16_SNORM                     0x8F99\n#define GL_RGB16_SNORM                    0x8F9A\n#define GL_RGBA16_SNORM                   0x8F9B\n#define GL_SIGNED_NORMALIZED              0x8F9C\n#define GL_PRIMITIVE_RESTART              0x8F9D\n#define GL_PRIMITIVE_RESTART_INDEX        0x8F9E\n/* Reuse tokens from ARB_copy_buffer */\n/* reuse GL_COPY_READ_BUFFER */\n/* reuse GL_COPY_WRITE_BUFFER */\n/* Reuse tokens from ARB_draw_instanced (none) */\n/* Reuse tokens from ARB_uniform_buffer_object */\n/* reuse GL_UNIFORM_BUFFER */\n/* reuse GL_UNIFORM_BUFFER_BINDING */\n/* reuse GL_UNIFORM_BUFFER_START */\n/* reuse GL_UNIFORM_BUFFER_SIZE */\n/* reuse GL_MAX_VERTEX_UNIFORM_BLOCKS */\n/* reuse GL_MAX_FRAGMENT_UNIFORM_BLOCKS */\n/* reuse GL_MAX_COMBINED_UNIFORM_BLOCKS */\n/* reuse GL_MAX_UNIFORM_BUFFER_BINDINGS */\n/* reuse GL_MAX_UNIFORM_BLOCK_SIZE */\n/* reuse GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS */\n/* reuse GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS */\n/* reuse GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT */\n/* reuse GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH */\n/* reuse GL_ACTIVE_UNIFORM_BLOCKS */\n/* reuse GL_UNIFORM_TYPE */\n/* reuse GL_UNIFORM_SIZE */\n/* reuse GL_UNIFORM_NAME_LENGTH */\n/* reuse GL_UNIFORM_BLOCK_INDEX */\n/* reuse GL_UNIFORM_OFFSET */\n/* reuse GL_UNIFORM_ARRAY_STRIDE */\n/* reuse GL_UNIFORM_MATRIX_STRIDE */\n/* reuse GL_UNIFORM_IS_ROW_MAJOR */\n/* reuse GL_UNIFORM_BLOCK_BINDING */\n/* reuse GL_UNIFORM_BLOCK_DATA_SIZE */\n/* reuse GL_UNIFORM_BLOCK_NAME_LENGTH */\n/* reuse GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS */\n/* reuse GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES */\n/* reuse GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER */\n/* reuse GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER */\n/* reuse GL_INVALID_INDEX */\n#endif\n\n#ifndef GL_VERSION_3_2\n#define GL_CONTEXT_CORE_PROFILE_BIT       0x00000001\n#define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT 0x00000002\n#define GL_LINES_ADJACENCY                0x000A\n#define GL_LINE_STRIP_ADJACENCY           0x000B\n#define GL_TRIANGLES_ADJACENCY            0x000C\n#define GL_TRIANGLE_STRIP_ADJACENCY       0x000D\n#define GL_PROGRAM_POINT_SIZE             0x8642\n#define GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS 0x8C29\n#define GL_FRAMEBUFFER_ATTACHMENT_LAYERED 0x8DA7\n#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS 0x8DA8\n#define GL_GEOMETRY_SHADER                0x8DD9\n#define GL_GEOMETRY_VERTICES_OUT          0x8916\n#define GL_GEOMETRY_INPUT_TYPE            0x8917\n#define GL_GEOMETRY_OUTPUT_TYPE           0x8918\n#define GL_MAX_GEOMETRY_UNIFORM_COMPONENTS 0x8DDF\n#define GL_MAX_GEOMETRY_OUTPUT_VERTICES   0x8DE0\n#define GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS 0x8DE1\n#define GL_MAX_VERTEX_OUTPUT_COMPONENTS   0x9122\n#define GL_MAX_GEOMETRY_INPUT_COMPONENTS  0x9123\n#define GL_MAX_GEOMETRY_OUTPUT_COMPONENTS 0x9124\n#define GL_MAX_FRAGMENT_INPUT_COMPONENTS  0x9125\n#define GL_CONTEXT_PROFILE_MASK           0x9126\n/* reuse GL_MAX_VARYING_COMPONENTS */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER */\n/* Reuse tokens from ARB_depth_clamp */\n/* reuse GL_DEPTH_CLAMP */\n/* Reuse tokens from ARB_draw_elements_base_vertex (none) */\n/* Reuse tokens from ARB_fragment_coord_conventions (none) */\n/* Reuse tokens from ARB_provoking_vertex */\n/* reuse GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION */\n/* reuse GL_FIRST_VERTEX_CONVENTION */\n/* reuse GL_LAST_VERTEX_CONVENTION */\n/* reuse GL_PROVOKING_VERTEX */\n/* Reuse tokens from ARB_seamless_cube_map */\n/* reuse GL_TEXTURE_CUBE_MAP_SEAMLESS */\n/* Reuse tokens from ARB_sync */\n/* reuse GL_MAX_SERVER_WAIT_TIMEOUT */\n/* reuse GL_OBJECT_TYPE */\n/* reuse GL_SYNC_CONDITION */\n/* reuse GL_SYNC_STATUS */\n/* reuse GL_SYNC_FLAGS */\n/* reuse GL_SYNC_FENCE */\n/* reuse GL_SYNC_GPU_COMMANDS_COMPLETE */\n/* reuse GL_UNSIGNALED */\n/* reuse GL_SIGNALED */\n/* reuse GL_ALREADY_SIGNALED */\n/* reuse GL_TIMEOUT_EXPIRED */\n/* reuse GL_CONDITION_SATISFIED */\n/* reuse GL_WAIT_FAILED */\n/* reuse GL_TIMEOUT_IGNORED */\n/* reuse GL_SYNC_FLUSH_COMMANDS_BIT */\n/* reuse GL_TIMEOUT_IGNORED */\n/* Reuse tokens from ARB_texture_multisample */\n/* reuse GL_SAMPLE_POSITION */\n/* reuse GL_SAMPLE_MASK */\n/* reuse GL_SAMPLE_MASK_VALUE */\n/* reuse GL_MAX_SAMPLE_MASK_WORDS */\n/* reuse GL_TEXTURE_2D_MULTISAMPLE */\n/* reuse GL_PROXY_TEXTURE_2D_MULTISAMPLE */\n/* reuse GL_TEXTURE_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_TEXTURE_BINDING_2D_MULTISAMPLE */\n/* reuse GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_TEXTURE_SAMPLES */\n/* reuse GL_TEXTURE_FIXED_SAMPLE_LOCATIONS */\n/* reuse GL_SAMPLER_2D_MULTISAMPLE */\n/* reuse GL_INT_SAMPLER_2D_MULTISAMPLE */\n/* reuse GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE */\n/* reuse GL_SAMPLER_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY */\n/* reuse GL_MAX_COLOR_TEXTURE_SAMPLES */\n/* reuse GL_MAX_DEPTH_TEXTURE_SAMPLES */\n/* reuse GL_MAX_INTEGER_SAMPLES */\n/* Don't need to reuse tokens from ARB_vertex_array_bgra since they're already in 1.2 core */\n#endif\n\n#ifndef GL_VERSION_3_3\n#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR    0x88FE\n/* Reuse tokens from ARB_blend_func_extended */\n/* reuse GL_SRC1_COLOR */\n/* reuse GL_ONE_MINUS_SRC1_COLOR */\n/* reuse GL_ONE_MINUS_SRC1_ALPHA */\n/* reuse GL_MAX_DUAL_SOURCE_DRAW_BUFFERS */\n/* Reuse tokens from ARB_explicit_attrib_location (none) */\n/* Reuse tokens from ARB_occlusion_query2 */\n/* reuse GL_ANY_SAMPLES_PASSED */\n/* Reuse tokens from ARB_sampler_objects */\n/* reuse GL_SAMPLER_BINDING */\n/* Reuse tokens from ARB_shader_bit_encoding (none) */\n/* Reuse tokens from ARB_texture_rgb10_a2ui */\n/* reuse GL_RGB10_A2UI */\n/* Reuse tokens from ARB_texture_swizzle */\n/* reuse GL_TEXTURE_SWIZZLE_R */\n/* reuse GL_TEXTURE_SWIZZLE_G */\n/* reuse GL_TEXTURE_SWIZZLE_B */\n/* reuse GL_TEXTURE_SWIZZLE_A */\n/* reuse GL_TEXTURE_SWIZZLE_RGBA */\n/* Reuse tokens from ARB_timer_query */\n/* reuse GL_TIME_ELAPSED */\n/* reuse GL_TIMESTAMP */\n/* Reuse tokens from ARB_vertex_type_2_10_10_10_rev */\n/* reuse GL_INT_2_10_10_10_REV */\n#endif\n\n#ifndef GL_VERSION_4_0\n#define GL_SAMPLE_SHADING                 0x8C36\n#define GL_MIN_SAMPLE_SHADING_VALUE       0x8C37\n#define GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET 0x8E5E\n#define GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET 0x8E5F\n#define GL_TEXTURE_CUBE_MAP_ARRAY         0x9009\n#define GL_TEXTURE_BINDING_CUBE_MAP_ARRAY 0x900A\n#define GL_PROXY_TEXTURE_CUBE_MAP_ARRAY   0x900B\n#define GL_SAMPLER_CUBE_MAP_ARRAY         0x900C\n#define GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW  0x900D\n#define GL_INT_SAMPLER_CUBE_MAP_ARRAY     0x900E\n#define GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY 0x900F\n/* Reuse tokens from ARB_texture_query_lod (none) */\n/* Reuse tokens from ARB_draw_buffers_blend (none) */\n/* Reuse tokens from ARB_draw_indirect */\n/* reuse GL_DRAW_INDIRECT_BUFFER */\n/* reuse GL_DRAW_INDIRECT_BUFFER_BINDING */\n/* Reuse tokens from ARB_gpu_shader5 */\n/* reuse GL_GEOMETRY_SHADER_INVOCATIONS */\n/* reuse GL_MAX_GEOMETRY_SHADER_INVOCATIONS */\n/* reuse GL_MIN_FRAGMENT_INTERPOLATION_OFFSET */\n/* reuse GL_MAX_FRAGMENT_INTERPOLATION_OFFSET */\n/* reuse GL_FRAGMENT_INTERPOLATION_OFFSET_BITS */\n/* reuse GL_MAX_VERTEX_STREAMS */\n/* Reuse tokens from ARB_gpu_shader_fp64 */\n/* reuse GL_DOUBLE_VEC2 */\n/* reuse GL_DOUBLE_VEC3 */\n/* reuse GL_DOUBLE_VEC4 */\n/* reuse GL_DOUBLE_MAT2 */\n/* reuse GL_DOUBLE_MAT3 */\n/* reuse GL_DOUBLE_MAT4 */\n/* reuse GL_DOUBLE_MAT2x3 */\n/* reuse GL_DOUBLE_MAT2x4 */\n/* reuse GL_DOUBLE_MAT3x2 */\n/* reuse GL_DOUBLE_MAT3x4 */\n/* reuse GL_DOUBLE_MAT4x2 */\n/* reuse GL_DOUBLE_MAT4x3 */\n/* Reuse tokens from ARB_shader_subroutine */\n/* reuse GL_ACTIVE_SUBROUTINES */\n/* reuse GL_ACTIVE_SUBROUTINE_UNIFORMS */\n/* reuse GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS */\n/* reuse GL_ACTIVE_SUBROUTINE_MAX_LENGTH */\n/* reuse GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH */\n/* reuse GL_MAX_SUBROUTINES */\n/* reuse GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS */\n/* reuse GL_NUM_COMPATIBLE_SUBROUTINES */\n/* reuse GL_COMPATIBLE_SUBROUTINES */\n/* Reuse tokens from ARB_tessellation_shader */\n/* reuse GL_PATCHES */\n/* reuse GL_PATCH_VERTICES */\n/* reuse GL_PATCH_DEFAULT_INNER_LEVEL */\n/* reuse GL_PATCH_DEFAULT_OUTER_LEVEL */\n/* reuse GL_TESS_CONTROL_OUTPUT_VERTICES */\n/* reuse GL_TESS_GEN_MODE */\n/* reuse GL_TESS_GEN_SPACING */\n/* reuse GL_TESS_GEN_VERTEX_ORDER */\n/* reuse GL_TESS_GEN_POINT_MODE */\n/* reuse GL_ISOLINES */\n/* reuse GL_FRACTIONAL_ODD */\n/* reuse GL_FRACTIONAL_EVEN */\n/* reuse GL_MAX_PATCH_VERTICES */\n/* reuse GL_MAX_TESS_GEN_LEVEL */\n/* reuse GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS */\n/* reuse GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS */\n/* reuse GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS */\n/* reuse GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS */\n/* reuse GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS */\n/* reuse GL_MAX_TESS_PATCH_COMPONENTS */\n/* reuse GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS */\n/* reuse GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS */\n/* reuse GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS */\n/* reuse GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS */\n/* reuse GL_MAX_TESS_CONTROL_INPUT_COMPONENTS */\n/* reuse GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS */\n/* reuse GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS */\n/* reuse GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS */\n/* reuse GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER */\n/* reuse GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER */\n/* reuse GL_TESS_EVALUATION_SHADER */\n/* reuse GL_TESS_CONTROL_SHADER */\n/* Reuse tokens from ARB_texture_buffer_object_rgb32 (none) */\n/* Reuse tokens from ARB_transform_feedback2 */\n/* reuse GL_TRANSFORM_FEEDBACK */\n/* reuse GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED */\n/* reuse GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE */\n/* reuse GL_TRANSFORM_FEEDBACK_BINDING */\n/* Reuse tokens from ARB_transform_feedback3 */\n/* reuse GL_MAX_TRANSFORM_FEEDBACK_BUFFERS */\n/* reuse GL_MAX_VERTEX_STREAMS */\n#endif\n\n#ifndef GL_VERSION_4_1\n/* Reuse tokens from ARB_ES2_compatibility */\n/* reuse GL_FIXED */\n/* reuse GL_IMPLEMENTATION_COLOR_READ_TYPE */\n/* reuse GL_IMPLEMENTATION_COLOR_READ_FORMAT */\n/* reuse GL_LOW_FLOAT */\n/* reuse GL_MEDIUM_FLOAT */\n/* reuse GL_HIGH_FLOAT */\n/* reuse GL_LOW_INT */\n/* reuse GL_MEDIUM_INT */\n/* reuse GL_HIGH_INT */\n/* reuse GL_SHADER_COMPILER */\n/* reuse GL_NUM_SHADER_BINARY_FORMATS */\n/* reuse GL_MAX_VERTEX_UNIFORM_VECTORS */\n/* reuse GL_MAX_VARYING_VECTORS */\n/* reuse GL_MAX_FRAGMENT_UNIFORM_VECTORS */\n/* Reuse tokens from ARB_get_program_binary */\n/* reuse GL_PROGRAM_BINARY_RETRIEVABLE_HINT */\n/* reuse GL_PROGRAM_BINARY_LENGTH */\n/* reuse GL_NUM_PROGRAM_BINARY_FORMATS */\n/* reuse GL_PROGRAM_BINARY_FORMATS */\n/* Reuse tokens from ARB_separate_shader_objects */\n/* reuse GL_VERTEX_SHADER_BIT */\n/* reuse GL_FRAGMENT_SHADER_BIT */\n/* reuse GL_GEOMETRY_SHADER_BIT */\n/* reuse GL_TESS_CONTROL_SHADER_BIT */\n/* reuse GL_TESS_EVALUATION_SHADER_BIT */\n/* reuse GL_ALL_SHADER_BITS */\n/* reuse GL_PROGRAM_SEPARABLE */\n/* reuse GL_ACTIVE_PROGRAM */\n/* reuse GL_PROGRAM_PIPELINE_BINDING */\n/* Reuse tokens from ARB_shader_precision (none) */\n/* Reuse tokens from ARB_vertex_attrib_64bit - all are in GL 3.0 and 4.0 already */\n/* Reuse tokens from ARB_viewport_array - some are in GL 1.1 and ARB_provoking_vertex already */\n/* reuse GL_MAX_VIEWPORTS */\n/* reuse GL_VIEWPORT_SUBPIXEL_BITS */\n/* reuse GL_VIEWPORT_BOUNDS_RANGE */\n/* reuse GL_LAYER_PROVOKING_VERTEX */\n/* reuse GL_VIEWPORT_INDEX_PROVOKING_VERTEX */\n/* reuse GL_UNDEFINED_VERTEX */\n#endif\n\n#ifndef GL_ARB_multitexture\n#define GL_TEXTURE0_ARB                   0x84C0\n#define GL_TEXTURE1_ARB                   0x84C1\n#define GL_TEXTURE2_ARB                   0x84C2\n#define GL_TEXTURE3_ARB                   0x84C3\n#define GL_TEXTURE4_ARB                   0x84C4\n#define GL_TEXTURE5_ARB                   0x84C5\n#define GL_TEXTURE6_ARB                   0x84C6\n#define GL_TEXTURE7_ARB                   0x84C7\n#define GL_TEXTURE8_ARB                   0x84C8\n#define GL_TEXTURE9_ARB                   0x84C9\n#define GL_TEXTURE10_ARB                  0x84CA\n#define GL_TEXTURE11_ARB                  0x84CB\n#define GL_TEXTURE12_ARB                  0x84CC\n#define GL_TEXTURE13_ARB                  0x84CD\n#define GL_TEXTURE14_ARB                  0x84CE\n#define GL_TEXTURE15_ARB                  0x84CF\n#define GL_TEXTURE16_ARB                  0x84D0\n#define GL_TEXTURE17_ARB                  0x84D1\n#define GL_TEXTURE18_ARB                  0x84D2\n#define GL_TEXTURE19_ARB                  0x84D3\n#define GL_TEXTURE20_ARB                  0x84D4\n#define GL_TEXTURE21_ARB                  0x84D5\n#define GL_TEXTURE22_ARB                  0x84D6\n#define GL_TEXTURE23_ARB                  0x84D7\n#define GL_TEXTURE24_ARB                  0x84D8\n#define GL_TEXTURE25_ARB                  0x84D9\n#define GL_TEXTURE26_ARB                  0x84DA\n#define GL_TEXTURE27_ARB                  0x84DB\n#define GL_TEXTURE28_ARB                  0x84DC\n#define GL_TEXTURE29_ARB                  0x84DD\n#define GL_TEXTURE30_ARB                  0x84DE\n#define GL_TEXTURE31_ARB                  0x84DF\n#define GL_ACTIVE_TEXTURE_ARB             0x84E0\n#define GL_CLIENT_ACTIVE_TEXTURE_ARB      0x84E1\n#define GL_MAX_TEXTURE_UNITS_ARB          0x84E2\n#endif\n\n#ifndef GL_ARB_transpose_matrix\n#define GL_TRANSPOSE_MODELVIEW_MATRIX_ARB 0x84E3\n#define GL_TRANSPOSE_PROJECTION_MATRIX_ARB 0x84E4\n#define GL_TRANSPOSE_TEXTURE_MATRIX_ARB   0x84E5\n#define GL_TRANSPOSE_COLOR_MATRIX_ARB     0x84E6\n#endif\n\n#ifndef GL_ARB_multisample\n#define GL_MULTISAMPLE_ARB                0x809D\n#define GL_SAMPLE_ALPHA_TO_COVERAGE_ARB   0x809E\n#define GL_SAMPLE_ALPHA_TO_ONE_ARB        0x809F\n#define GL_SAMPLE_COVERAGE_ARB            0x80A0\n#define GL_SAMPLE_BUFFERS_ARB             0x80A8\n#define GL_SAMPLES_ARB                    0x80A9\n#define GL_SAMPLE_COVERAGE_VALUE_ARB      0x80AA\n#define GL_SAMPLE_COVERAGE_INVERT_ARB     0x80AB\n#define GL_MULTISAMPLE_BIT_ARB            0x20000000\n#endif\n\n#ifndef GL_ARB_texture_env_add\n#endif\n\n#ifndef GL_ARB_texture_cube_map\n#define GL_NORMAL_MAP_ARB                 0x8511\n#define GL_REFLECTION_MAP_ARB             0x8512\n#define GL_TEXTURE_CUBE_MAP_ARB           0x8513\n#define GL_TEXTURE_BINDING_CUBE_MAP_ARB   0x8514\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB 0x8515\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB 0x8516\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB 0x8517\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB 0x8518\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB 0x851A\n#define GL_PROXY_TEXTURE_CUBE_MAP_ARB     0x851B\n#define GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB  0x851C\n#endif\n\n#ifndef GL_ARB_texture_compression\n#define GL_COMPRESSED_ALPHA_ARB           0x84E9\n#define GL_COMPRESSED_LUMINANCE_ARB       0x84EA\n#define GL_COMPRESSED_LUMINANCE_ALPHA_ARB 0x84EB\n#define GL_COMPRESSED_INTENSITY_ARB       0x84EC\n#define GL_COMPRESSED_RGB_ARB             0x84ED\n#define GL_COMPRESSED_RGBA_ARB            0x84EE\n#define GL_TEXTURE_COMPRESSION_HINT_ARB   0x84EF\n#define GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB 0x86A0\n#define GL_TEXTURE_COMPRESSED_ARB         0x86A1\n#define GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB 0x86A2\n#define GL_COMPRESSED_TEXTURE_FORMATS_ARB 0x86A3\n#endif\n\n#ifndef GL_ARB_texture_border_clamp\n#define GL_CLAMP_TO_BORDER_ARB            0x812D\n#endif\n\n#ifndef GL_ARB_point_parameters\n#define GL_POINT_SIZE_MIN_ARB             0x8126\n#define GL_POINT_SIZE_MAX_ARB             0x8127\n#define GL_POINT_FADE_THRESHOLD_SIZE_ARB  0x8128\n#define GL_POINT_DISTANCE_ATTENUATION_ARB 0x8129\n#endif\n\n#ifndef GL_ARB_vertex_blend\n#define GL_MAX_VERTEX_UNITS_ARB           0x86A4\n#define GL_ACTIVE_VERTEX_UNITS_ARB        0x86A5\n#define GL_WEIGHT_SUM_UNITY_ARB           0x86A6\n#define GL_VERTEX_BLEND_ARB               0x86A7\n#define GL_CURRENT_WEIGHT_ARB             0x86A8\n#define GL_WEIGHT_ARRAY_TYPE_ARB          0x86A9\n#define GL_WEIGHT_ARRAY_STRIDE_ARB        0x86AA\n#define GL_WEIGHT_ARRAY_SIZE_ARB          0x86AB\n#define GL_WEIGHT_ARRAY_POINTER_ARB       0x86AC\n#define GL_WEIGHT_ARRAY_ARB               0x86AD\n#define GL_MODELVIEW0_ARB                 0x1700\n#define GL_MODELVIEW1_ARB                 0x850A\n#define GL_MODELVIEW2_ARB                 0x8722\n#define GL_MODELVIEW3_ARB                 0x8723\n#define GL_MODELVIEW4_ARB                 0x8724\n#define GL_MODELVIEW5_ARB                 0x8725\n#define GL_MODELVIEW6_ARB                 0x8726\n#define GL_MODELVIEW7_ARB                 0x8727\n#define GL_MODELVIEW8_ARB                 0x8728\n#define GL_MODELVIEW9_ARB                 0x8729\n#define GL_MODELVIEW10_ARB                0x872A\n#define GL_MODELVIEW11_ARB                0x872B\n#define GL_MODELVIEW12_ARB                0x872C\n#define GL_MODELVIEW13_ARB                0x872D\n#define GL_MODELVIEW14_ARB                0x872E\n#define GL_MODELVIEW15_ARB                0x872F\n#define GL_MODELVIEW16_ARB                0x8730\n#define GL_MODELVIEW17_ARB                0x8731\n#define GL_MODELVIEW18_ARB                0x8732\n#define GL_MODELVIEW19_ARB                0x8733\n#define GL_MODELVIEW20_ARB                0x8734\n#define GL_MODELVIEW21_ARB                0x8735\n#define GL_MODELVIEW22_ARB                0x8736\n#define GL_MODELVIEW23_ARB                0x8737\n#define GL_MODELVIEW24_ARB                0x8738\n#define GL_MODELVIEW25_ARB                0x8739\n#define GL_MODELVIEW26_ARB                0x873A\n#define GL_MODELVIEW27_ARB                0x873B\n#define GL_MODELVIEW28_ARB                0x873C\n#define GL_MODELVIEW29_ARB                0x873D\n#define GL_MODELVIEW30_ARB                0x873E\n#define GL_MODELVIEW31_ARB                0x873F\n#endif\n\n#ifndef GL_ARB_matrix_palette\n#define GL_MATRIX_PALETTE_ARB             0x8840\n#define GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB 0x8841\n#define GL_MAX_PALETTE_MATRICES_ARB       0x8842\n#define GL_CURRENT_PALETTE_MATRIX_ARB     0x8843\n#define GL_MATRIX_INDEX_ARRAY_ARB         0x8844\n#define GL_CURRENT_MATRIX_INDEX_ARB       0x8845\n#define GL_MATRIX_INDEX_ARRAY_SIZE_ARB    0x8846\n#define GL_MATRIX_INDEX_ARRAY_TYPE_ARB    0x8847\n#define GL_MATRIX_INDEX_ARRAY_STRIDE_ARB  0x8848\n#define GL_MATRIX_INDEX_ARRAY_POINTER_ARB 0x8849\n#endif\n\n#ifndef GL_ARB_texture_env_combine\n#define GL_COMBINE_ARB                    0x8570\n#define GL_COMBINE_RGB_ARB                0x8571\n#define GL_COMBINE_ALPHA_ARB              0x8572\n#define GL_SOURCE0_RGB_ARB                0x8580\n#define GL_SOURCE1_RGB_ARB                0x8581\n#define GL_SOURCE2_RGB_ARB                0x8582\n#define GL_SOURCE0_ALPHA_ARB              0x8588\n#define GL_SOURCE1_ALPHA_ARB              0x8589\n#define GL_SOURCE2_ALPHA_ARB              0x858A\n#define GL_OPERAND0_RGB_ARB               0x8590\n#define GL_OPERAND1_RGB_ARB               0x8591\n#define GL_OPERAND2_RGB_ARB               0x8592\n#define GL_OPERAND0_ALPHA_ARB             0x8598\n#define GL_OPERAND1_ALPHA_ARB             0x8599\n#define GL_OPERAND2_ALPHA_ARB             0x859A\n#define GL_RGB_SCALE_ARB                  0x8573\n#define GL_ADD_SIGNED_ARB                 0x8574\n#define GL_INTERPOLATE_ARB                0x8575\n#define GL_SUBTRACT_ARB                   0x84E7\n#define GL_CONSTANT_ARB                   0x8576\n#define GL_PRIMARY_COLOR_ARB              0x8577\n#define GL_PREVIOUS_ARB                   0x8578\n#endif\n\n#ifndef GL_ARB_texture_env_crossbar\n#endif\n\n#ifndef GL_ARB_texture_env_dot3\n#define GL_DOT3_RGB_ARB                   0x86AE\n#define GL_DOT3_RGBA_ARB                  0x86AF\n#endif\n\n#ifndef GL_ARB_texture_mirrored_repeat\n#define GL_MIRRORED_REPEAT_ARB            0x8370\n#endif\n\n#ifndef GL_ARB_depth_texture\n#define GL_DEPTH_COMPONENT16_ARB          0x81A5\n#define GL_DEPTH_COMPONENT24_ARB          0x81A6\n#define GL_DEPTH_COMPONENT32_ARB          0x81A7\n#define GL_TEXTURE_DEPTH_SIZE_ARB         0x884A\n#define GL_DEPTH_TEXTURE_MODE_ARB         0x884B\n#endif\n\n#ifndef GL_ARB_shadow\n#define GL_TEXTURE_COMPARE_MODE_ARB       0x884C\n#define GL_TEXTURE_COMPARE_FUNC_ARB       0x884D\n#define GL_COMPARE_R_TO_TEXTURE_ARB       0x884E\n#endif\n\n#ifndef GL_ARB_shadow_ambient\n#define GL_TEXTURE_COMPARE_FAIL_VALUE_ARB 0x80BF\n#endif\n\n#ifndef GL_ARB_window_pos\n#endif\n\n#ifndef GL_ARB_vertex_program\n#define GL_COLOR_SUM_ARB                  0x8458\n#define GL_VERTEX_PROGRAM_ARB             0x8620\n#define GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB 0x8622\n#define GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB   0x8623\n#define GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB 0x8624\n#define GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB   0x8625\n#define GL_CURRENT_VERTEX_ATTRIB_ARB      0x8626\n#define GL_PROGRAM_LENGTH_ARB             0x8627\n#define GL_PROGRAM_STRING_ARB             0x8628\n#define GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB 0x862E\n#define GL_MAX_PROGRAM_MATRICES_ARB       0x862F\n#define GL_CURRENT_MATRIX_STACK_DEPTH_ARB 0x8640\n#define GL_CURRENT_MATRIX_ARB             0x8641\n#define GL_VERTEX_PROGRAM_POINT_SIZE_ARB  0x8642\n#define GL_VERTEX_PROGRAM_TWO_SIDE_ARB    0x8643\n#define GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB 0x8645\n#define GL_PROGRAM_ERROR_POSITION_ARB     0x864B\n#define GL_PROGRAM_BINDING_ARB            0x8677\n#define GL_MAX_VERTEX_ATTRIBS_ARB         0x8869\n#define GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB 0x886A\n#define GL_PROGRAM_ERROR_STRING_ARB       0x8874\n#define GL_PROGRAM_FORMAT_ASCII_ARB       0x8875\n#define GL_PROGRAM_FORMAT_ARB             0x8876\n#define GL_PROGRAM_INSTRUCTIONS_ARB       0x88A0\n#define GL_MAX_PROGRAM_INSTRUCTIONS_ARB   0x88A1\n#define GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB 0x88A2\n#define GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB 0x88A3\n#define GL_PROGRAM_TEMPORARIES_ARB        0x88A4\n#define GL_MAX_PROGRAM_TEMPORARIES_ARB    0x88A5\n#define GL_PROGRAM_NATIVE_TEMPORARIES_ARB 0x88A6\n#define GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB 0x88A7\n#define GL_PROGRAM_PARAMETERS_ARB         0x88A8\n#define GL_MAX_PROGRAM_PARAMETERS_ARB     0x88A9\n#define GL_PROGRAM_NATIVE_PARAMETERS_ARB  0x88AA\n#define GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB 0x88AB\n#define GL_PROGRAM_ATTRIBS_ARB            0x88AC\n#define GL_MAX_PROGRAM_ATTRIBS_ARB        0x88AD\n#define GL_PROGRAM_NATIVE_ATTRIBS_ARB     0x88AE\n#define GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB 0x88AF\n#define GL_PROGRAM_ADDRESS_REGISTERS_ARB  0x88B0\n#define GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB 0x88B1\n#define GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB 0x88B2\n#define GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB 0x88B3\n#define GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB 0x88B4\n#define GL_MAX_PROGRAM_ENV_PARAMETERS_ARB 0x88B5\n#define GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB 0x88B6\n#define GL_TRANSPOSE_CURRENT_MATRIX_ARB   0x88B7\n#define GL_MATRIX0_ARB                    0x88C0\n#define GL_MATRIX1_ARB                    0x88C1\n#define GL_MATRIX2_ARB                    0x88C2\n#define GL_MATRIX3_ARB                    0x88C3\n#define GL_MATRIX4_ARB                    0x88C4\n#define GL_MATRIX5_ARB                    0x88C5\n#define GL_MATRIX6_ARB                    0x88C6\n#define GL_MATRIX7_ARB                    0x88C7\n#define GL_MATRIX8_ARB                    0x88C8\n#define GL_MATRIX9_ARB                    0x88C9\n#define GL_MATRIX10_ARB                   0x88CA\n#define GL_MATRIX11_ARB                   0x88CB\n#define GL_MATRIX12_ARB                   0x88CC\n#define GL_MATRIX13_ARB                   0x88CD\n#define GL_MATRIX14_ARB                   0x88CE\n#define GL_MATRIX15_ARB                   0x88CF\n#define GL_MATRIX16_ARB                   0x88D0\n#define GL_MATRIX17_ARB                   0x88D1\n#define GL_MATRIX18_ARB                   0x88D2\n#define GL_MATRIX19_ARB                   0x88D3\n#define GL_MATRIX20_ARB                   0x88D4\n#define GL_MATRIX21_ARB                   0x88D5\n#define GL_MATRIX22_ARB                   0x88D6\n#define GL_MATRIX23_ARB                   0x88D7\n#define GL_MATRIX24_ARB                   0x88D8\n#define GL_MATRIX25_ARB                   0x88D9\n#define GL_MATRIX26_ARB                   0x88DA\n#define GL_MATRIX27_ARB                   0x88DB\n#define GL_MATRIX28_ARB                   0x88DC\n#define GL_MATRIX29_ARB                   0x88DD\n#define GL_MATRIX30_ARB                   0x88DE\n#define GL_MATRIX31_ARB                   0x88DF\n#endif\n\n#ifndef GL_ARB_fragment_program\n#define GL_FRAGMENT_PROGRAM_ARB           0x8804\n#define GL_PROGRAM_ALU_INSTRUCTIONS_ARB   0x8805\n#define GL_PROGRAM_TEX_INSTRUCTIONS_ARB   0x8806\n#define GL_PROGRAM_TEX_INDIRECTIONS_ARB   0x8807\n#define GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB 0x8808\n#define GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB 0x8809\n#define GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB 0x880A\n#define GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB 0x880B\n#define GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB 0x880C\n#define GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB 0x880D\n#define GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB 0x880E\n#define GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB 0x880F\n#define GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB 0x8810\n#define GL_MAX_TEXTURE_COORDS_ARB         0x8871\n#define GL_MAX_TEXTURE_IMAGE_UNITS_ARB    0x8872\n#endif\n\n#ifndef GL_ARB_vertex_buffer_object\n#define GL_BUFFER_SIZE_ARB                0x8764\n#define GL_BUFFER_USAGE_ARB               0x8765\n#define GL_ARRAY_BUFFER_ARB               0x8892\n#define GL_ELEMENT_ARRAY_BUFFER_ARB       0x8893\n#define GL_ARRAY_BUFFER_BINDING_ARB       0x8894\n#define GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB 0x8895\n#define GL_VERTEX_ARRAY_BUFFER_BINDING_ARB 0x8896\n#define GL_NORMAL_ARRAY_BUFFER_BINDING_ARB 0x8897\n#define GL_COLOR_ARRAY_BUFFER_BINDING_ARB 0x8898\n#define GL_INDEX_ARRAY_BUFFER_BINDING_ARB 0x8899\n#define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB 0x889A\n#define GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB 0x889B\n#define GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB 0x889C\n#define GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB 0x889D\n#define GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB 0x889E\n#define GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB 0x889F\n#define GL_READ_ONLY_ARB                  0x88B8\n#define GL_WRITE_ONLY_ARB                 0x88B9\n#define GL_READ_WRITE_ARB                 0x88BA\n#define GL_BUFFER_ACCESS_ARB              0x88BB\n#define GL_BUFFER_MAPPED_ARB              0x88BC\n#define GL_BUFFER_MAP_POINTER_ARB         0x88BD\n#define GL_STREAM_DRAW_ARB                0x88E0\n#define GL_STREAM_READ_ARB                0x88E1\n#define GL_STREAM_COPY_ARB                0x88E2\n#define GL_STATIC_DRAW_ARB                0x88E4\n#define GL_STATIC_READ_ARB                0x88E5\n#define GL_STATIC_COPY_ARB                0x88E6\n#define GL_DYNAMIC_DRAW_ARB               0x88E8\n#define GL_DYNAMIC_READ_ARB               0x88E9\n#define GL_DYNAMIC_COPY_ARB               0x88EA\n#endif\n\n#ifndef GL_ARB_occlusion_query\n#define GL_QUERY_COUNTER_BITS_ARB         0x8864\n#define GL_CURRENT_QUERY_ARB              0x8865\n#define GL_QUERY_RESULT_ARB               0x8866\n#define GL_QUERY_RESULT_AVAILABLE_ARB     0x8867\n#define GL_SAMPLES_PASSED_ARB             0x8914\n#endif\n\n#ifndef GL_ARB_shader_objects\n#define GL_PROGRAM_OBJECT_ARB             0x8B40\n#define GL_SHADER_OBJECT_ARB              0x8B48\n#define GL_OBJECT_TYPE_ARB                0x8B4E\n#define GL_OBJECT_SUBTYPE_ARB             0x8B4F\n#define GL_FLOAT_VEC2_ARB                 0x8B50\n#define GL_FLOAT_VEC3_ARB                 0x8B51\n#define GL_FLOAT_VEC4_ARB                 0x8B52\n#define GL_INT_VEC2_ARB                   0x8B53\n#define GL_INT_VEC3_ARB                   0x8B54\n#define GL_INT_VEC4_ARB                   0x8B55\n#define GL_BOOL_ARB                       0x8B56\n#define GL_BOOL_VEC2_ARB                  0x8B57\n#define GL_BOOL_VEC3_ARB                  0x8B58\n#define GL_BOOL_VEC4_ARB                  0x8B59\n#define GL_FLOAT_MAT2_ARB                 0x8B5A\n#define GL_FLOAT_MAT3_ARB                 0x8B5B\n#define GL_FLOAT_MAT4_ARB                 0x8B5C\n#define GL_SAMPLER_1D_ARB                 0x8B5D\n#define GL_SAMPLER_2D_ARB                 0x8B5E\n#define GL_SAMPLER_3D_ARB                 0x8B5F\n#define GL_SAMPLER_CUBE_ARB               0x8B60\n#define GL_SAMPLER_1D_SHADOW_ARB          0x8B61\n#define GL_SAMPLER_2D_SHADOW_ARB          0x8B62\n#define GL_SAMPLER_2D_RECT_ARB            0x8B63\n#define GL_SAMPLER_2D_RECT_SHADOW_ARB     0x8B64\n#define GL_OBJECT_DELETE_STATUS_ARB       0x8B80\n#define GL_OBJECT_COMPILE_STATUS_ARB      0x8B81\n#define GL_OBJECT_LINK_STATUS_ARB         0x8B82\n#define GL_OBJECT_VALIDATE_STATUS_ARB     0x8B83\n#define GL_OBJECT_INFO_LOG_LENGTH_ARB     0x8B84\n#define GL_OBJECT_ATTACHED_OBJECTS_ARB    0x8B85\n#define GL_OBJECT_ACTIVE_UNIFORMS_ARB     0x8B86\n#define GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB 0x8B87\n#define GL_OBJECT_SHADER_SOURCE_LENGTH_ARB 0x8B88\n#endif\n\n#ifndef GL_ARB_vertex_shader\n#define GL_VERTEX_SHADER_ARB              0x8B31\n#define GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB 0x8B4A\n#define GL_MAX_VARYING_FLOATS_ARB         0x8B4B\n#define GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB 0x8B4C\n#define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB 0x8B4D\n#define GL_OBJECT_ACTIVE_ATTRIBUTES_ARB   0x8B89\n#define GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB 0x8B8A\n#endif\n\n#ifndef GL_ARB_fragment_shader\n#define GL_FRAGMENT_SHADER_ARB            0x8B30\n#define GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB 0x8B49\n#define GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB 0x8B8B\n#endif\n\n#ifndef GL_ARB_shading_language_100\n#define GL_SHADING_LANGUAGE_VERSION_ARB   0x8B8C\n#endif\n\n#ifndef GL_ARB_texture_non_power_of_two\n#endif\n\n#ifndef GL_ARB_point_sprite\n#define GL_POINT_SPRITE_ARB               0x8861\n#define GL_COORD_REPLACE_ARB              0x8862\n#endif\n\n#ifndef GL_ARB_fragment_program_shadow\n#endif\n\n#ifndef GL_ARB_draw_buffers\n#define GL_MAX_DRAW_BUFFERS_ARB           0x8824\n#define GL_DRAW_BUFFER0_ARB               0x8825\n#define GL_DRAW_BUFFER1_ARB               0x8826\n#define GL_DRAW_BUFFER2_ARB               0x8827\n#define GL_DRAW_BUFFER3_ARB               0x8828\n#define GL_DRAW_BUFFER4_ARB               0x8829\n#define GL_DRAW_BUFFER5_ARB               0x882A\n#define GL_DRAW_BUFFER6_ARB               0x882B\n#define GL_DRAW_BUFFER7_ARB               0x882C\n#define GL_DRAW_BUFFER8_ARB               0x882D\n#define GL_DRAW_BUFFER9_ARB               0x882E\n#define GL_DRAW_BUFFER10_ARB              0x882F\n#define GL_DRAW_BUFFER11_ARB              0x8830\n#define GL_DRAW_BUFFER12_ARB              0x8831\n#define GL_DRAW_BUFFER13_ARB              0x8832\n#define GL_DRAW_BUFFER14_ARB              0x8833\n#define GL_DRAW_BUFFER15_ARB              0x8834\n#endif\n\n#ifndef GL_ARB_texture_rectangle\n#define GL_TEXTURE_RECTANGLE_ARB          0x84F5\n#define GL_TEXTURE_BINDING_RECTANGLE_ARB  0x84F6\n#define GL_PROXY_TEXTURE_RECTANGLE_ARB    0x84F7\n#define GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB 0x84F8\n#endif\n\n#ifndef GL_ARB_color_buffer_float\n#define GL_RGBA_FLOAT_MODE_ARB            0x8820\n#define GL_CLAMP_VERTEX_COLOR_ARB         0x891A\n#define GL_CLAMP_FRAGMENT_COLOR_ARB       0x891B\n#define GL_CLAMP_READ_COLOR_ARB           0x891C\n#define GL_FIXED_ONLY_ARB                 0x891D\n#endif\n\n#ifndef GL_ARB_half_float_pixel\n#define GL_HALF_FLOAT_ARB                 0x140B\n#endif\n\n#ifndef GL_ARB_texture_float\n#define GL_TEXTURE_RED_TYPE_ARB           0x8C10\n#define GL_TEXTURE_GREEN_TYPE_ARB         0x8C11\n#define GL_TEXTURE_BLUE_TYPE_ARB          0x8C12\n#define GL_TEXTURE_ALPHA_TYPE_ARB         0x8C13\n#define GL_TEXTURE_LUMINANCE_TYPE_ARB     0x8C14\n#define GL_TEXTURE_INTENSITY_TYPE_ARB     0x8C15\n#define GL_TEXTURE_DEPTH_TYPE_ARB         0x8C16\n#define GL_UNSIGNED_NORMALIZED_ARB        0x8C17\n#define GL_RGBA32F_ARB                    0x8814\n#define GL_RGB32F_ARB                     0x8815\n#define GL_ALPHA32F_ARB                   0x8816\n#define GL_INTENSITY32F_ARB               0x8817\n#define GL_LUMINANCE32F_ARB               0x8818\n#define GL_LUMINANCE_ALPHA32F_ARB         0x8819\n#define GL_RGBA16F_ARB                    0x881A\n#define GL_RGB16F_ARB                     0x881B\n#define GL_ALPHA16F_ARB                   0x881C\n#define GL_INTENSITY16F_ARB               0x881D\n#define GL_LUMINANCE16F_ARB               0x881E\n#define GL_LUMINANCE_ALPHA16F_ARB         0x881F\n#endif\n\n#ifndef GL_ARB_pixel_buffer_object\n#define GL_PIXEL_PACK_BUFFER_ARB          0x88EB\n#define GL_PIXEL_UNPACK_BUFFER_ARB        0x88EC\n#define GL_PIXEL_PACK_BUFFER_BINDING_ARB  0x88ED\n#define GL_PIXEL_UNPACK_BUFFER_BINDING_ARB 0x88EF\n#endif\n\n#ifndef GL_ARB_depth_buffer_float\n#define GL_DEPTH_COMPONENT32F             0x8CAC\n#define GL_DEPTH32F_STENCIL8              0x8CAD\n#define GL_FLOAT_32_UNSIGNED_INT_24_8_REV 0x8DAD\n#endif\n\n#ifndef GL_ARB_draw_instanced\n#endif\n\n#ifndef GL_ARB_framebuffer_object\n#define GL_INVALID_FRAMEBUFFER_OPERATION  0x0506\n#define GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING 0x8210\n#define GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE 0x8211\n#define GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE 0x8212\n#define GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE 0x8213\n#define GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE 0x8214\n#define GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE 0x8215\n#define GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE 0x8216\n#define GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE 0x8217\n#define GL_FRAMEBUFFER_DEFAULT            0x8218\n#define GL_FRAMEBUFFER_UNDEFINED          0x8219\n#define GL_DEPTH_STENCIL_ATTACHMENT       0x821A\n#define GL_MAX_RENDERBUFFER_SIZE          0x84E8\n#define GL_DEPTH_STENCIL                  0x84F9\n#define GL_UNSIGNED_INT_24_8              0x84FA\n#define GL_DEPTH24_STENCIL8               0x88F0\n#define GL_TEXTURE_STENCIL_SIZE           0x88F1\n#define GL_TEXTURE_RED_TYPE               0x8C10\n#define GL_TEXTURE_GREEN_TYPE             0x8C11\n#define GL_TEXTURE_BLUE_TYPE              0x8C12\n#define GL_TEXTURE_ALPHA_TYPE             0x8C13\n#define GL_TEXTURE_DEPTH_TYPE             0x8C16\n#define GL_UNSIGNED_NORMALIZED            0x8C17\n#define GL_FRAMEBUFFER_BINDING            0x8CA6\n#define GL_DRAW_FRAMEBUFFER_BINDING       GL_FRAMEBUFFER_BINDING\n#define GL_RENDERBUFFER_BINDING           0x8CA7\n#define GL_READ_FRAMEBUFFER               0x8CA8\n#define GL_DRAW_FRAMEBUFFER               0x8CA9\n#define GL_READ_FRAMEBUFFER_BINDING       0x8CAA\n#define GL_RENDERBUFFER_SAMPLES           0x8CAB\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE 0x8CD0\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME 0x8CD1\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL 0x8CD2\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE 0x8CD3\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER 0x8CD4\n#define GL_FRAMEBUFFER_COMPLETE           0x8CD5\n#define GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT 0x8CD6\n#define GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 0x8CD7\n#define GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER 0x8CDB\n#define GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER 0x8CDC\n#define GL_FRAMEBUFFER_UNSUPPORTED        0x8CDD\n#define GL_MAX_COLOR_ATTACHMENTS          0x8CDF\n#define GL_COLOR_ATTACHMENT0              0x8CE0\n#define GL_COLOR_ATTACHMENT1              0x8CE1\n#define GL_COLOR_ATTACHMENT2              0x8CE2\n#define GL_COLOR_ATTACHMENT3              0x8CE3\n#define GL_COLOR_ATTACHMENT4              0x8CE4\n#define GL_COLOR_ATTACHMENT5              0x8CE5\n#define GL_COLOR_ATTACHMENT6              0x8CE6\n#define GL_COLOR_ATTACHMENT7              0x8CE7\n#define GL_COLOR_ATTACHMENT8              0x8CE8\n#define GL_COLOR_ATTACHMENT9              0x8CE9\n#define GL_COLOR_ATTACHMENT10             0x8CEA\n#define GL_COLOR_ATTACHMENT11             0x8CEB\n#define GL_COLOR_ATTACHMENT12             0x8CEC\n#define GL_COLOR_ATTACHMENT13             0x8CED\n#define GL_COLOR_ATTACHMENT14             0x8CEE\n#define GL_COLOR_ATTACHMENT15             0x8CEF\n#define GL_DEPTH_ATTACHMENT               0x8D00\n#define GL_STENCIL_ATTACHMENT             0x8D20\n#define GL_FRAMEBUFFER                    0x8D40\n#define GL_RENDERBUFFER                   0x8D41\n#define GL_RENDERBUFFER_WIDTH             0x8D42\n#define GL_RENDERBUFFER_HEIGHT            0x8D43\n#define GL_RENDERBUFFER_INTERNAL_FORMAT   0x8D44\n#define GL_STENCIL_INDEX1                 0x8D46\n#define GL_STENCIL_INDEX4                 0x8D47\n#define GL_STENCIL_INDEX8                 0x8D48\n#define GL_STENCIL_INDEX16                0x8D49\n#define GL_RENDERBUFFER_RED_SIZE          0x8D50\n#define GL_RENDERBUFFER_GREEN_SIZE        0x8D51\n#define GL_RENDERBUFFER_BLUE_SIZE         0x8D52\n#define GL_RENDERBUFFER_ALPHA_SIZE        0x8D53\n#define GL_RENDERBUFFER_DEPTH_SIZE        0x8D54\n#define GL_RENDERBUFFER_STENCIL_SIZE      0x8D55\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56\n#define GL_MAX_SAMPLES                    0x8D57\n#endif\n\n#ifndef GL_ARB_framebuffer_object_DEPRECATED\n#define GL_INDEX                          0x8222\n#define GL_TEXTURE_LUMINANCE_TYPE         0x8C14\n#define GL_TEXTURE_INTENSITY_TYPE         0x8C15\n#endif\n\n#ifndef GL_ARB_framebuffer_sRGB\n#define GL_FRAMEBUFFER_SRGB               0x8DB9\n#endif\n\n#ifndef GL_ARB_geometry_shader4\n#define GL_LINES_ADJACENCY_ARB            0x000A\n#define GL_LINE_STRIP_ADJACENCY_ARB       0x000B\n#define GL_TRIANGLES_ADJACENCY_ARB        0x000C\n#define GL_TRIANGLE_STRIP_ADJACENCY_ARB   0x000D\n#define GL_PROGRAM_POINT_SIZE_ARB         0x8642\n#define GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB 0x8C29\n#define GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB 0x8DA7\n#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB 0x8DA8\n#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB 0x8DA9\n#define GL_GEOMETRY_SHADER_ARB            0x8DD9\n#define GL_GEOMETRY_VERTICES_OUT_ARB      0x8DDA\n#define GL_GEOMETRY_INPUT_TYPE_ARB        0x8DDB\n#define GL_GEOMETRY_OUTPUT_TYPE_ARB       0x8DDC\n#define GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB 0x8DDD\n#define GL_MAX_VERTEX_VARYING_COMPONENTS_ARB 0x8DDE\n#define GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB 0x8DDF\n#define GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB 0x8DE0\n#define GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB 0x8DE1\n/* reuse GL_MAX_VARYING_COMPONENTS */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER */\n#endif\n\n#ifndef GL_ARB_half_float_vertex\n#define GL_HALF_FLOAT                     0x140B\n#endif\n\n#ifndef GL_ARB_instanced_arrays\n#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB 0x88FE\n#endif\n\n#ifndef GL_ARB_map_buffer_range\n#define GL_MAP_READ_BIT                   0x0001\n#define GL_MAP_WRITE_BIT                  0x0002\n#define GL_MAP_INVALIDATE_RANGE_BIT       0x0004\n#define GL_MAP_INVALIDATE_BUFFER_BIT      0x0008\n#define GL_MAP_FLUSH_EXPLICIT_BIT         0x0010\n#define GL_MAP_UNSYNCHRONIZED_BIT         0x0020\n#endif\n\n#ifndef GL_ARB_texture_buffer_object\n#define GL_TEXTURE_BUFFER_ARB             0x8C2A\n#define GL_MAX_TEXTURE_BUFFER_SIZE_ARB    0x8C2B\n#define GL_TEXTURE_BINDING_BUFFER_ARB     0x8C2C\n#define GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB 0x8C2D\n#define GL_TEXTURE_BUFFER_FORMAT_ARB      0x8C2E\n#endif\n\n#ifndef GL_ARB_texture_compression_rgtc\n#define GL_COMPRESSED_RED_RGTC1           0x8DBB\n#define GL_COMPRESSED_SIGNED_RED_RGTC1    0x8DBC\n#define GL_COMPRESSED_RG_RGTC2            0x8DBD\n#define GL_COMPRESSED_SIGNED_RG_RGTC2     0x8DBE\n#endif\n\n#ifndef GL_ARB_texture_rg\n#define GL_RG                             0x8227\n#define GL_RG_INTEGER                     0x8228\n#define GL_R8                             0x8229\n#define GL_R16                            0x822A\n#define GL_RG8                            0x822B\n#define GL_RG16                           0x822C\n#define GL_R16F                           0x822D\n#define GL_R32F                           0x822E\n#define GL_RG16F                          0x822F\n#define GL_RG32F                          0x8230\n#define GL_R8I                            0x8231\n#define GL_R8UI                           0x8232\n#define GL_R16I                           0x8233\n#define GL_R16UI                          0x8234\n#define GL_R32I                           0x8235\n#define GL_R32UI                          0x8236\n#define GL_RG8I                           0x8237\n#define GL_RG8UI                          0x8238\n#define GL_RG16I                          0x8239\n#define GL_RG16UI                         0x823A\n#define GL_RG32I                          0x823B\n#define GL_RG32UI                         0x823C\n#endif\n\n#ifndef GL_ARB_vertex_array_object\n#define GL_VERTEX_ARRAY_BINDING           0x85B5\n#endif\n\n#ifndef GL_ARB_uniform_buffer_object\n#define GL_UNIFORM_BUFFER                 0x8A11\n#define GL_UNIFORM_BUFFER_BINDING         0x8A28\n#define GL_UNIFORM_BUFFER_START           0x8A29\n#define GL_UNIFORM_BUFFER_SIZE            0x8A2A\n#define GL_MAX_VERTEX_UNIFORM_BLOCKS      0x8A2B\n#define GL_MAX_GEOMETRY_UNIFORM_BLOCKS    0x8A2C\n#define GL_MAX_FRAGMENT_UNIFORM_BLOCKS    0x8A2D\n#define GL_MAX_COMBINED_UNIFORM_BLOCKS    0x8A2E\n#define GL_MAX_UNIFORM_BUFFER_BINDINGS    0x8A2F\n#define GL_MAX_UNIFORM_BLOCK_SIZE         0x8A30\n#define GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS 0x8A31\n#define GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS 0x8A32\n#define GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS 0x8A33\n#define GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT 0x8A34\n#define GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH 0x8A35\n#define GL_ACTIVE_UNIFORM_BLOCKS          0x8A36\n#define GL_UNIFORM_TYPE                   0x8A37\n#define GL_UNIFORM_SIZE                   0x8A38\n#define GL_UNIFORM_NAME_LENGTH            0x8A39\n#define GL_UNIFORM_BLOCK_INDEX            0x8A3A\n#define GL_UNIFORM_OFFSET                 0x8A3B\n#define GL_UNIFORM_ARRAY_STRIDE           0x8A3C\n#define GL_UNIFORM_MATRIX_STRIDE          0x8A3D\n#define GL_UNIFORM_IS_ROW_MAJOR           0x8A3E\n#define GL_UNIFORM_BLOCK_BINDING          0x8A3F\n#define GL_UNIFORM_BLOCK_DATA_SIZE        0x8A40\n#define GL_UNIFORM_BLOCK_NAME_LENGTH      0x8A41\n#define GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS  0x8A42\n#define GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES 0x8A43\n#define GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER 0x8A44\n#define GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER 0x8A45\n#define GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER 0x8A46\n#define GL_INVALID_INDEX                  0xFFFFFFFFu\n#endif\n\n#ifndef GL_ARB_compatibility\n/* ARB_compatibility just defines tokens from core 3.0 */\n#endif\n\n#ifndef GL_ARB_copy_buffer\n#define GL_COPY_READ_BUFFER               0x8F36\n#define GL_COPY_WRITE_BUFFER              0x8F37\n#endif\n\n#ifndef GL_ARB_shader_texture_lod\n#endif\n\n#ifndef GL_ARB_depth_clamp\n#define GL_DEPTH_CLAMP                    0x864F\n#endif\n\n#ifndef GL_ARB_draw_elements_base_vertex\n#endif\n\n#ifndef GL_ARB_fragment_coord_conventions\n#endif\n\n#ifndef GL_ARB_provoking_vertex\n#define GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION 0x8E4C\n#define GL_FIRST_VERTEX_CONVENTION        0x8E4D\n#define GL_LAST_VERTEX_CONVENTION         0x8E4E\n#define GL_PROVOKING_VERTEX               0x8E4F\n#endif\n\n#ifndef GL_ARB_seamless_cube_map\n#define GL_TEXTURE_CUBE_MAP_SEAMLESS      0x884F\n#endif\n\n#ifndef GL_ARB_sync\n#define GL_MAX_SERVER_WAIT_TIMEOUT        0x9111\n#define GL_OBJECT_TYPE                    0x9112\n#define GL_SYNC_CONDITION                 0x9113\n#define GL_SYNC_STATUS                    0x9114\n#define GL_SYNC_FLAGS                     0x9115\n#define GL_SYNC_FENCE                     0x9116\n#define GL_SYNC_GPU_COMMANDS_COMPLETE     0x9117\n#define GL_UNSIGNALED                     0x9118\n#define GL_SIGNALED                       0x9119\n#define GL_ALREADY_SIGNALED               0x911A\n#define GL_TIMEOUT_EXPIRED                0x911B\n#define GL_CONDITION_SATISFIED            0x911C\n#define GL_WAIT_FAILED                    0x911D\n#define GL_SYNC_FLUSH_COMMANDS_BIT        0x00000001\n#define GL_TIMEOUT_IGNORED                0xFFFFFFFFFFFFFFFFull\n#endif\n\n#ifndef GL_ARB_texture_multisample\n#define GL_SAMPLE_POSITION                0x8E50\n#define GL_SAMPLE_MASK                    0x8E51\n#define GL_SAMPLE_MASK_VALUE              0x8E52\n#define GL_MAX_SAMPLE_MASK_WORDS          0x8E59\n#define GL_TEXTURE_2D_MULTISAMPLE         0x9100\n#define GL_PROXY_TEXTURE_2D_MULTISAMPLE   0x9101\n#define GL_TEXTURE_2D_MULTISAMPLE_ARRAY   0x9102\n#define GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY 0x9103\n#define GL_TEXTURE_BINDING_2D_MULTISAMPLE 0x9104\n#define GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY 0x9105\n#define GL_TEXTURE_SAMPLES                0x9106\n#define GL_TEXTURE_FIXED_SAMPLE_LOCATIONS 0x9107\n#define GL_SAMPLER_2D_MULTISAMPLE         0x9108\n#define GL_INT_SAMPLER_2D_MULTISAMPLE     0x9109\n#define GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE 0x910A\n#define GL_SAMPLER_2D_MULTISAMPLE_ARRAY   0x910B\n#define GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY 0x910C\n#define GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY 0x910D\n#define GL_MAX_COLOR_TEXTURE_SAMPLES      0x910E\n#define GL_MAX_DEPTH_TEXTURE_SAMPLES      0x910F\n#define GL_MAX_INTEGER_SAMPLES            0x9110\n#endif\n\n#ifndef GL_ARB_vertex_array_bgra\n/* reuse GL_BGRA */\n#endif\n\n#ifndef GL_ARB_draw_buffers_blend\n#endif\n\n#ifndef GL_ARB_sample_shading\n#define GL_SAMPLE_SHADING_ARB             0x8C36\n#define GL_MIN_SAMPLE_SHADING_VALUE_ARB   0x8C37\n#endif\n\n#ifndef GL_ARB_texture_cube_map_array\n#define GL_TEXTURE_CUBE_MAP_ARRAY_ARB     0x9009\n#define GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB 0x900A\n#define GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB 0x900B\n#define GL_SAMPLER_CUBE_MAP_ARRAY_ARB     0x900C\n#define GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB 0x900D\n#define GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB 0x900E\n#define GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB 0x900F\n#endif\n\n#ifndef GL_ARB_texture_gather\n#define GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5E\n#define GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB 0x8E5F\n#endif\n\n#ifndef GL_ARB_texture_query_lod\n#endif\n\n#ifndef GL_ARB_shading_language_include\n#define GL_SHADER_INCLUDE_ARB             0x8DAE\n#define GL_NAMED_STRING_LENGTH_ARB        0x8DE9\n#define GL_NAMED_STRING_TYPE_ARB          0x8DEA\n#endif\n\n#ifndef GL_ARB_texture_compression_bptc\n#define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C\n#define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB 0x8E8D\n#define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB 0x8E8E\n#define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB 0x8E8F\n#endif\n\n#ifndef GL_ARB_blend_func_extended\n#define GL_SRC1_COLOR                     0x88F9\n/* reuse GL_SRC1_ALPHA */\n#define GL_ONE_MINUS_SRC1_COLOR           0x88FA\n#define GL_ONE_MINUS_SRC1_ALPHA           0x88FB\n#define GL_MAX_DUAL_SOURCE_DRAW_BUFFERS   0x88FC\n#endif\n\n#ifndef GL_ARB_explicit_attrib_location\n#endif\n\n#ifndef GL_ARB_occlusion_query2\n#define GL_ANY_SAMPLES_PASSED             0x8C2F\n#endif\n\n#ifndef GL_ARB_sampler_objects\n#define GL_SAMPLER_BINDING                0x8919\n#endif\n\n#ifndef GL_ARB_shader_bit_encoding\n#endif\n\n#ifndef GL_ARB_texture_rgb10_a2ui\n#define GL_RGB10_A2UI                     0x906F\n#endif\n\n#ifndef GL_ARB_texture_swizzle\n#define GL_TEXTURE_SWIZZLE_R              0x8E42\n#define GL_TEXTURE_SWIZZLE_G              0x8E43\n#define GL_TEXTURE_SWIZZLE_B              0x8E44\n#define GL_TEXTURE_SWIZZLE_A              0x8E45\n#define GL_TEXTURE_SWIZZLE_RGBA           0x8E46\n#endif\n\n#ifndef GL_ARB_timer_query\n#define GL_TIME_ELAPSED                   0x88BF\n#define GL_TIMESTAMP                      0x8E28\n#endif\n\n#ifndef GL_ARB_vertex_type_2_10_10_10_rev\n/* reuse GL_UNSIGNED_INT_2_10_10_10_REV */\n#define GL_INT_2_10_10_10_REV             0x8D9F\n#endif\n\n#ifndef GL_ARB_draw_indirect\n#define GL_DRAW_INDIRECT_BUFFER           0x8F3F\n#define GL_DRAW_INDIRECT_BUFFER_BINDING   0x8F43\n#endif\n\n#ifndef GL_ARB_gpu_shader5\n#define GL_GEOMETRY_SHADER_INVOCATIONS    0x887F\n#define GL_MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A\n#define GL_MIN_FRAGMENT_INTERPOLATION_OFFSET 0x8E5B\n#define GL_MAX_FRAGMENT_INTERPOLATION_OFFSET 0x8E5C\n#define GL_FRAGMENT_INTERPOLATION_OFFSET_BITS 0x8E5D\n/* reuse GL_MAX_VERTEX_STREAMS */\n#endif\n\n#ifndef GL_ARB_gpu_shader_fp64\n/* reuse GL_DOUBLE */\n#define GL_DOUBLE_VEC2                    0x8FFC\n#define GL_DOUBLE_VEC3                    0x8FFD\n#define GL_DOUBLE_VEC4                    0x8FFE\n#define GL_DOUBLE_MAT2                    0x8F46\n#define GL_DOUBLE_MAT3                    0x8F47\n#define GL_DOUBLE_MAT4                    0x8F48\n#define GL_DOUBLE_MAT2x3                  0x8F49\n#define GL_DOUBLE_MAT2x4                  0x8F4A\n#define GL_DOUBLE_MAT3x2                  0x8F4B\n#define GL_DOUBLE_MAT3x4                  0x8F4C\n#define GL_DOUBLE_MAT4x2                  0x8F4D\n#define GL_DOUBLE_MAT4x3                  0x8F4E\n#endif\n\n#ifndef GL_ARB_shader_subroutine\n#define GL_ACTIVE_SUBROUTINES             0x8DE5\n#define GL_ACTIVE_SUBROUTINE_UNIFORMS     0x8DE6\n#define GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS 0x8E47\n#define GL_ACTIVE_SUBROUTINE_MAX_LENGTH   0x8E48\n#define GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH 0x8E49\n#define GL_MAX_SUBROUTINES                0x8DE7\n#define GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS 0x8DE8\n#define GL_NUM_COMPATIBLE_SUBROUTINES     0x8E4A\n#define GL_COMPATIBLE_SUBROUTINES         0x8E4B\n/* reuse GL_UNIFORM_SIZE */\n/* reuse GL_UNIFORM_NAME_LENGTH */\n#endif\n\n#ifndef GL_ARB_tessellation_shader\n#define GL_PATCHES                        0x000E\n#define GL_PATCH_VERTICES                 0x8E72\n#define GL_PATCH_DEFAULT_INNER_LEVEL      0x8E73\n#define GL_PATCH_DEFAULT_OUTER_LEVEL      0x8E74\n#define GL_TESS_CONTROL_OUTPUT_VERTICES   0x8E75\n#define GL_TESS_GEN_MODE                  0x8E76\n#define GL_TESS_GEN_SPACING               0x8E77\n#define GL_TESS_GEN_VERTEX_ORDER          0x8E78\n#define GL_TESS_GEN_POINT_MODE            0x8E79\n/* reuse GL_TRIANGLES */\n/* reuse GL_QUADS */\n#define GL_ISOLINES                       0x8E7A\n/* reuse GL_EQUAL */\n#define GL_FRACTIONAL_ODD                 0x8E7B\n#define GL_FRACTIONAL_EVEN                0x8E7C\n/* reuse GL_CCW */\n/* reuse GL_CW */\n#define GL_MAX_PATCH_VERTICES             0x8E7D\n#define GL_MAX_TESS_GEN_LEVEL             0x8E7E\n#define GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS 0x8E7F\n#define GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS 0x8E80\n#define GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS 0x8E81\n#define GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS 0x8E82\n#define GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS 0x8E83\n#define GL_MAX_TESS_PATCH_COMPONENTS      0x8E84\n#define GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS 0x8E85\n#define GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS 0x8E86\n#define GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS 0x8E89\n#define GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS 0x8E8A\n#define GL_MAX_TESS_CONTROL_INPUT_COMPONENTS 0x886C\n#define GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS 0x886D\n#define GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS 0x8E1E\n#define GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS 0x8E1F\n#define GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER 0x84F0\n#define GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER 0x84F1\n#define GL_TESS_EVALUATION_SHADER         0x8E87\n#define GL_TESS_CONTROL_SHADER            0x8E88\n#endif\n\n#ifndef GL_ARB_texture_buffer_object_rgb32\n/* reuse GL_RGB32F */\n/* reuse GL_RGB32UI */\n/* reuse GL_RGB32I */\n#endif\n\n#ifndef GL_ARB_transform_feedback2\n#define GL_TRANSFORM_FEEDBACK             0x8E22\n#define GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED 0x8E23\n#define GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE 0x8E24\n#define GL_TRANSFORM_FEEDBACK_BINDING     0x8E25\n#endif\n\n#ifndef GL_ARB_transform_feedback3\n#define GL_MAX_TRANSFORM_FEEDBACK_BUFFERS 0x8E70\n#define GL_MAX_VERTEX_STREAMS             0x8E71\n#endif\n\n#ifndef GL_ARB_ES2_compatibility\n#define GL_FIXED                          0x140C\n#define GL_IMPLEMENTATION_COLOR_READ_TYPE 0x8B9A\n#define GL_IMPLEMENTATION_COLOR_READ_FORMAT 0x8B9B\n#define GL_LOW_FLOAT                      0x8DF0\n#define GL_MEDIUM_FLOAT                   0x8DF1\n#define GL_HIGH_FLOAT                     0x8DF2\n#define GL_LOW_INT                        0x8DF3\n#define GL_MEDIUM_INT                     0x8DF4\n#define GL_HIGH_INT                       0x8DF5\n#define GL_SHADER_COMPILER                0x8DFA\n#define GL_NUM_SHADER_BINARY_FORMATS      0x8DF9\n#define GL_MAX_VERTEX_UNIFORM_VECTORS     0x8DFB\n#define GL_MAX_VARYING_VECTORS            0x8DFC\n#define GL_MAX_FRAGMENT_UNIFORM_VECTORS   0x8DFD\n#endif\n\n#ifndef GL_ARB_get_program_binary\n#define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257\n#define GL_PROGRAM_BINARY_LENGTH          0x8741\n#define GL_NUM_PROGRAM_BINARY_FORMATS     0x87FE\n#define GL_PROGRAM_BINARY_FORMATS         0x87FF\n#endif\n\n#ifndef GL_ARB_separate_shader_objects\n#define GL_VERTEX_SHADER_BIT              0x00000001\n#define GL_FRAGMENT_SHADER_BIT            0x00000002\n#define GL_GEOMETRY_SHADER_BIT            0x00000004\n#define GL_TESS_CONTROL_SHADER_BIT        0x00000008\n#define GL_TESS_EVALUATION_SHADER_BIT     0x00000010\n#define GL_ALL_SHADER_BITS                0xFFFFFFFF\n#define GL_PROGRAM_SEPARABLE              0x8258\n#define GL_ACTIVE_PROGRAM                 0x8259\n#define GL_PROGRAM_PIPELINE_BINDING       0x825A\n#endif\n\n#ifndef GL_ARB_shader_precision\n#endif\n\n#ifndef GL_ARB_vertex_attrib_64bit\n/* reuse GL_RGB32I */\n/* reuse GL_DOUBLE_VEC2 */\n/* reuse GL_DOUBLE_VEC3 */\n/* reuse GL_DOUBLE_VEC4 */\n/* reuse GL_DOUBLE_MAT2 */\n/* reuse GL_DOUBLE_MAT3 */\n/* reuse GL_DOUBLE_MAT4 */\n/* reuse GL_DOUBLE_MAT2x3 */\n/* reuse GL_DOUBLE_MAT2x4 */\n/* reuse GL_DOUBLE_MAT3x2 */\n/* reuse GL_DOUBLE_MAT3x4 */\n/* reuse GL_DOUBLE_MAT4x2 */\n/* reuse GL_DOUBLE_MAT4x3 */\n#endif\n\n#ifndef GL_ARB_viewport_array\n/* reuse GL_SCISSOR_BOX */\n/* reuse GL_VIEWPORT */\n/* reuse GL_DEPTH_RANGE */\n/* reuse GL_SCISSOR_TEST */\n#define GL_MAX_VIEWPORTS                  0x825B\n#define GL_VIEWPORT_SUBPIXEL_BITS         0x825C\n#define GL_VIEWPORT_BOUNDS_RANGE          0x825D\n#define GL_LAYER_PROVOKING_VERTEX         0x825E\n#define GL_VIEWPORT_INDEX_PROVOKING_VERTEX 0x825F\n#define GL_UNDEFINED_VERTEX               0x8260\n/* reuse GL_FIRST_VERTEX_CONVENTION */\n/* reuse GL_LAST_VERTEX_CONVENTION */\n/* reuse GL_PROVOKING_VERTEX */\n#endif\n\n#ifndef GL_ARB_cl_event\n#define GL_SYNC_CL_EVENT_ARB              0x8240\n#define GL_SYNC_CL_EVENT_COMPLETE_ARB     0x8241\n#endif\n\n#ifndef GL_ARB_debug_output\n#define GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB   0x8242\n#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB 0x8243\n#define GL_DEBUG_CALLBACK_FUNCTION_ARB    0x8244\n#define GL_DEBUG_CALLBACK_USER_PARAM_ARB  0x8245\n#define GL_DEBUG_SOURCE_API_ARB           0x8246\n#define GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB 0x8247\n#define GL_DEBUG_SOURCE_SHADER_COMPILER_ARB 0x8248\n#define GL_DEBUG_SOURCE_THIRD_PARTY_ARB   0x8249\n#define GL_DEBUG_SOURCE_APPLICATION_ARB   0x824A\n#define GL_DEBUG_SOURCE_OTHER_ARB         0x824B\n#define GL_DEBUG_TYPE_ERROR_ARB           0x824C\n#define GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB 0x824D\n#define GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB 0x824E\n#define GL_DEBUG_TYPE_PORTABILITY_ARB     0x824F\n#define GL_DEBUG_TYPE_PERFORMANCE_ARB     0x8250\n#define GL_DEBUG_TYPE_OTHER_ARB           0x8251\n#define GL_MAX_DEBUG_MESSAGE_LENGTH_ARB   0x9143\n#define GL_MAX_DEBUG_LOGGED_MESSAGES_ARB  0x9144\n#define GL_DEBUG_LOGGED_MESSAGES_ARB      0x9145\n#define GL_DEBUG_SEVERITY_HIGH_ARB        0x9146\n#define GL_DEBUG_SEVERITY_MEDIUM_ARB      0x9147\n#define GL_DEBUG_SEVERITY_LOW_ARB         0x9148\n#endif\n\n#ifndef GL_ARB_robustness\n/* reuse GL_NO_ERROR */\n#define GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB 0x00000004\n#define GL_LOSE_CONTEXT_ON_RESET_ARB      0x8252\n#define GL_GUILTY_CONTEXT_RESET_ARB       0x8253\n#define GL_INNOCENT_CONTEXT_RESET_ARB     0x8254\n#define GL_UNKNOWN_CONTEXT_RESET_ARB      0x8255\n#define GL_RESET_NOTIFICATION_STRATEGY_ARB 0x8256\n#define GL_NO_RESET_NOTIFICATION_ARB      0x8261\n#endif\n\n#ifndef GL_ARB_shader_stencil_export\n#endif\n\n#ifndef GL_EXT_abgr\n#define GL_ABGR_EXT                       0x8000\n#endif\n\n#ifndef GL_EXT_blend_color\n#define GL_CONSTANT_COLOR_EXT             0x8001\n#define GL_ONE_MINUS_CONSTANT_COLOR_EXT   0x8002\n#define GL_CONSTANT_ALPHA_EXT             0x8003\n#define GL_ONE_MINUS_CONSTANT_ALPHA_EXT   0x8004\n#define GL_BLEND_COLOR_EXT                0x8005\n#endif\n\n#ifndef GL_EXT_polygon_offset\n#define GL_POLYGON_OFFSET_EXT             0x8037\n#define GL_POLYGON_OFFSET_FACTOR_EXT      0x8038\n#define GL_POLYGON_OFFSET_BIAS_EXT        0x8039\n#endif\n\n#ifndef GL_EXT_texture\n#define GL_ALPHA4_EXT                     0x803B\n#define GL_ALPHA8_EXT                     0x803C\n#define GL_ALPHA12_EXT                    0x803D\n#define GL_ALPHA16_EXT                    0x803E\n#define GL_LUMINANCE4_EXT                 0x803F\n#define GL_LUMINANCE8_EXT                 0x8040\n#define GL_LUMINANCE12_EXT                0x8041\n#define GL_LUMINANCE16_EXT                0x8042\n#define GL_LUMINANCE4_ALPHA4_EXT          0x8043\n#define GL_LUMINANCE6_ALPHA2_EXT          0x8044\n#define GL_LUMINANCE8_ALPHA8_EXT          0x8045\n#define GL_LUMINANCE12_ALPHA4_EXT         0x8046\n#define GL_LUMINANCE12_ALPHA12_EXT        0x8047\n#define GL_LUMINANCE16_ALPHA16_EXT        0x8048\n#define GL_INTENSITY_EXT                  0x8049\n#define GL_INTENSITY4_EXT                 0x804A\n#define GL_INTENSITY8_EXT                 0x804B\n#define GL_INTENSITY12_EXT                0x804C\n#define GL_INTENSITY16_EXT                0x804D\n#define GL_RGB2_EXT                       0x804E\n#define GL_RGB4_EXT                       0x804F\n#define GL_RGB5_EXT                       0x8050\n#define GL_RGB8_EXT                       0x8051\n#define GL_RGB10_EXT                      0x8052\n#define GL_RGB12_EXT                      0x8053\n#define GL_RGB16_EXT                      0x8054\n#define GL_RGBA2_EXT                      0x8055\n#define GL_RGBA4_EXT                      0x8056\n#define GL_RGB5_A1_EXT                    0x8057\n#define GL_RGBA8_EXT                      0x8058\n#define GL_RGB10_A2_EXT                   0x8059\n#define GL_RGBA12_EXT                     0x805A\n#define GL_RGBA16_EXT                     0x805B\n#define GL_TEXTURE_RED_SIZE_EXT           0x805C\n#define GL_TEXTURE_GREEN_SIZE_EXT         0x805D\n#define GL_TEXTURE_BLUE_SIZE_EXT          0x805E\n#define GL_TEXTURE_ALPHA_SIZE_EXT         0x805F\n#define GL_TEXTURE_LUMINANCE_SIZE_EXT     0x8060\n#define GL_TEXTURE_INTENSITY_SIZE_EXT     0x8061\n#define GL_REPLACE_EXT                    0x8062\n#define GL_PROXY_TEXTURE_1D_EXT           0x8063\n#define GL_PROXY_TEXTURE_2D_EXT           0x8064\n#define GL_TEXTURE_TOO_LARGE_EXT          0x8065\n#endif\n\n#ifndef GL_EXT_texture3D\n#define GL_PACK_SKIP_IMAGES_EXT           0x806B\n#define GL_PACK_IMAGE_HEIGHT_EXT          0x806C\n#define GL_UNPACK_SKIP_IMAGES_EXT         0x806D\n#define GL_UNPACK_IMAGE_HEIGHT_EXT        0x806E\n#define GL_TEXTURE_3D_EXT                 0x806F\n#define GL_PROXY_TEXTURE_3D_EXT           0x8070\n#define GL_TEXTURE_DEPTH_EXT              0x8071\n#define GL_TEXTURE_WRAP_R_EXT             0x8072\n#define GL_MAX_3D_TEXTURE_SIZE_EXT        0x8073\n#endif\n\n#ifndef GL_SGIS_texture_filter4\n#define GL_FILTER4_SGIS                   0x8146\n#define GL_TEXTURE_FILTER4_SIZE_SGIS      0x8147\n#endif\n\n#ifndef GL_EXT_subtexture\n#endif\n\n#ifndef GL_EXT_copy_texture\n#endif\n\n#ifndef GL_EXT_histogram\n#define GL_HISTOGRAM_EXT                  0x8024\n#define GL_PROXY_HISTOGRAM_EXT            0x8025\n#define GL_HISTOGRAM_WIDTH_EXT            0x8026\n#define GL_HISTOGRAM_FORMAT_EXT           0x8027\n#define GL_HISTOGRAM_RED_SIZE_EXT         0x8028\n#define GL_HISTOGRAM_GREEN_SIZE_EXT       0x8029\n#define GL_HISTOGRAM_BLUE_SIZE_EXT        0x802A\n#define GL_HISTOGRAM_ALPHA_SIZE_EXT       0x802B\n#define GL_HISTOGRAM_LUMINANCE_SIZE_EXT   0x802C\n#define GL_HISTOGRAM_SINK_EXT             0x802D\n#define GL_MINMAX_EXT                     0x802E\n#define GL_MINMAX_FORMAT_EXT              0x802F\n#define GL_MINMAX_SINK_EXT                0x8030\n#define GL_TABLE_TOO_LARGE_EXT            0x8031\n#endif\n\n#ifndef GL_EXT_convolution\n#define GL_CONVOLUTION_1D_EXT             0x8010\n#define GL_CONVOLUTION_2D_EXT             0x8011\n#define GL_SEPARABLE_2D_EXT               0x8012\n#define GL_CONVOLUTION_BORDER_MODE_EXT    0x8013\n#define GL_CONVOLUTION_FILTER_SCALE_EXT   0x8014\n#define GL_CONVOLUTION_FILTER_BIAS_EXT    0x8015\n#define GL_REDUCE_EXT                     0x8016\n#define GL_CONVOLUTION_FORMAT_EXT         0x8017\n#define GL_CONVOLUTION_WIDTH_EXT          0x8018\n#define GL_CONVOLUTION_HEIGHT_EXT         0x8019\n#define GL_MAX_CONVOLUTION_WIDTH_EXT      0x801A\n#define GL_MAX_CONVOLUTION_HEIGHT_EXT     0x801B\n#define GL_POST_CONVOLUTION_RED_SCALE_EXT 0x801C\n#define GL_POST_CONVOLUTION_GREEN_SCALE_EXT 0x801D\n#define GL_POST_CONVOLUTION_BLUE_SCALE_EXT 0x801E\n#define GL_POST_CONVOLUTION_ALPHA_SCALE_EXT 0x801F\n#define GL_POST_CONVOLUTION_RED_BIAS_EXT  0x8020\n#define GL_POST_CONVOLUTION_GREEN_BIAS_EXT 0x8021\n#define GL_POST_CONVOLUTION_BLUE_BIAS_EXT 0x8022\n#define GL_POST_CONVOLUTION_ALPHA_BIAS_EXT 0x8023\n#endif\n\n#ifndef GL_SGI_color_matrix\n#define GL_COLOR_MATRIX_SGI               0x80B1\n#define GL_COLOR_MATRIX_STACK_DEPTH_SGI   0x80B2\n#define GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI 0x80B3\n#define GL_POST_COLOR_MATRIX_RED_SCALE_SGI 0x80B4\n#define GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI 0x80B5\n#define GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI 0x80B6\n#define GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI 0x80B7\n#define GL_POST_COLOR_MATRIX_RED_BIAS_SGI 0x80B8\n#define GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI 0x80B9\n#define GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI 0x80BA\n#define GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI 0x80BB\n#endif\n\n#ifndef GL_SGI_color_table\n#define GL_COLOR_TABLE_SGI                0x80D0\n#define GL_POST_CONVOLUTION_COLOR_TABLE_SGI 0x80D1\n#define GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI 0x80D2\n#define GL_PROXY_COLOR_TABLE_SGI          0x80D3\n#define GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI 0x80D4\n#define GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI 0x80D5\n#define GL_COLOR_TABLE_SCALE_SGI          0x80D6\n#define GL_COLOR_TABLE_BIAS_SGI           0x80D7\n#define GL_COLOR_TABLE_FORMAT_SGI         0x80D8\n#define GL_COLOR_TABLE_WIDTH_SGI          0x80D9\n#define GL_COLOR_TABLE_RED_SIZE_SGI       0x80DA\n#define GL_COLOR_TABLE_GREEN_SIZE_SGI     0x80DB\n#define GL_COLOR_TABLE_BLUE_SIZE_SGI      0x80DC\n#define GL_COLOR_TABLE_ALPHA_SIZE_SGI     0x80DD\n#define GL_COLOR_TABLE_LUMINANCE_SIZE_SGI 0x80DE\n#define GL_COLOR_TABLE_INTENSITY_SIZE_SGI 0x80DF\n#endif\n\n#ifndef GL_SGIS_pixel_texture\n#define GL_PIXEL_TEXTURE_SGIS             0x8353\n#define GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS 0x8354\n#define GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS 0x8355\n#define GL_PIXEL_GROUP_COLOR_SGIS         0x8356\n#endif\n\n#ifndef GL_SGIX_pixel_texture\n#define GL_PIXEL_TEX_GEN_SGIX             0x8139\n#define GL_PIXEL_TEX_GEN_MODE_SGIX        0x832B\n#endif\n\n#ifndef GL_SGIS_texture4D\n#define GL_PACK_SKIP_VOLUMES_SGIS         0x8130\n#define GL_PACK_IMAGE_DEPTH_SGIS          0x8131\n#define GL_UNPACK_SKIP_VOLUMES_SGIS       0x8132\n#define GL_UNPACK_IMAGE_DEPTH_SGIS        0x8133\n#define GL_TEXTURE_4D_SGIS                0x8134\n#define GL_PROXY_TEXTURE_4D_SGIS          0x8135\n#define GL_TEXTURE_4DSIZE_SGIS            0x8136\n#define GL_TEXTURE_WRAP_Q_SGIS            0x8137\n#define GL_MAX_4D_TEXTURE_SIZE_SGIS       0x8138\n#define GL_TEXTURE_4D_BINDING_SGIS        0x814F\n#endif\n\n#ifndef GL_SGI_texture_color_table\n#define GL_TEXTURE_COLOR_TABLE_SGI        0x80BC\n#define GL_PROXY_TEXTURE_COLOR_TABLE_SGI  0x80BD\n#endif\n\n#ifndef GL_EXT_cmyka\n#define GL_CMYK_EXT                       0x800C\n#define GL_CMYKA_EXT                      0x800D\n#define GL_PACK_CMYK_HINT_EXT             0x800E\n#define GL_UNPACK_CMYK_HINT_EXT           0x800F\n#endif\n\n#ifndef GL_EXT_texture_object\n#define GL_TEXTURE_PRIORITY_EXT           0x8066\n#define GL_TEXTURE_RESIDENT_EXT           0x8067\n#define GL_TEXTURE_1D_BINDING_EXT         0x8068\n#define GL_TEXTURE_2D_BINDING_EXT         0x8069\n#define GL_TEXTURE_3D_BINDING_EXT         0x806A\n#endif\n\n#ifndef GL_SGIS_detail_texture\n#define GL_DETAIL_TEXTURE_2D_SGIS         0x8095\n#define GL_DETAIL_TEXTURE_2D_BINDING_SGIS 0x8096\n#define GL_LINEAR_DETAIL_SGIS             0x8097\n#define GL_LINEAR_DETAIL_ALPHA_SGIS       0x8098\n#define GL_LINEAR_DETAIL_COLOR_SGIS       0x8099\n#define GL_DETAIL_TEXTURE_LEVEL_SGIS      0x809A\n#define GL_DETAIL_TEXTURE_MODE_SGIS       0x809B\n#define GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS 0x809C\n#endif\n\n#ifndef GL_SGIS_sharpen_texture\n#define GL_LINEAR_SHARPEN_SGIS            0x80AD\n#define GL_LINEAR_SHARPEN_ALPHA_SGIS      0x80AE\n#define GL_LINEAR_SHARPEN_COLOR_SGIS      0x80AF\n#define GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS 0x80B0\n#endif\n\n#ifndef GL_EXT_packed_pixels\n#define GL_UNSIGNED_BYTE_3_3_2_EXT        0x8032\n#define GL_UNSIGNED_SHORT_4_4_4_4_EXT     0x8033\n#define GL_UNSIGNED_SHORT_5_5_5_1_EXT     0x8034\n#define GL_UNSIGNED_INT_8_8_8_8_EXT       0x8035\n#define GL_UNSIGNED_INT_10_10_10_2_EXT    0x8036\n#endif\n\n#ifndef GL_SGIS_texture_lod\n#define GL_TEXTURE_MIN_LOD_SGIS           0x813A\n#define GL_TEXTURE_MAX_LOD_SGIS           0x813B\n#define GL_TEXTURE_BASE_LEVEL_SGIS        0x813C\n#define GL_TEXTURE_MAX_LEVEL_SGIS         0x813D\n#endif\n\n#ifndef GL_SGIS_multisample\n#define GL_MULTISAMPLE_SGIS               0x809D\n#define GL_SAMPLE_ALPHA_TO_MASK_SGIS      0x809E\n#define GL_SAMPLE_ALPHA_TO_ONE_SGIS       0x809F\n#define GL_SAMPLE_MASK_SGIS               0x80A0\n#define GL_1PASS_SGIS                     0x80A1\n#define GL_2PASS_0_SGIS                   0x80A2\n#define GL_2PASS_1_SGIS                   0x80A3\n#define GL_4PASS_0_SGIS                   0x80A4\n#define GL_4PASS_1_SGIS                   0x80A5\n#define GL_4PASS_2_SGIS                   0x80A6\n#define GL_4PASS_3_SGIS                   0x80A7\n#define GL_SAMPLE_BUFFERS_SGIS            0x80A8\n#define GL_SAMPLES_SGIS                   0x80A9\n#define GL_SAMPLE_MASK_VALUE_SGIS         0x80AA\n#define GL_SAMPLE_MASK_INVERT_SGIS        0x80AB\n#define GL_SAMPLE_PATTERN_SGIS            0x80AC\n#endif\n\n#ifndef GL_EXT_rescale_normal\n#define GL_RESCALE_NORMAL_EXT             0x803A\n#endif\n\n#ifndef GL_EXT_vertex_array\n#define GL_VERTEX_ARRAY_EXT               0x8074\n#define GL_NORMAL_ARRAY_EXT               0x8075\n#define GL_COLOR_ARRAY_EXT                0x8076\n#define GL_INDEX_ARRAY_EXT                0x8077\n#define GL_TEXTURE_COORD_ARRAY_EXT        0x8078\n#define GL_EDGE_FLAG_ARRAY_EXT            0x8079\n#define GL_VERTEX_ARRAY_SIZE_EXT          0x807A\n#define GL_VERTEX_ARRAY_TYPE_EXT          0x807B\n#define GL_VERTEX_ARRAY_STRIDE_EXT        0x807C\n#define GL_VERTEX_ARRAY_COUNT_EXT         0x807D\n#define GL_NORMAL_ARRAY_TYPE_EXT          0x807E\n#define GL_NORMAL_ARRAY_STRIDE_EXT        0x807F\n#define GL_NORMAL_ARRAY_COUNT_EXT         0x8080\n#define GL_COLOR_ARRAY_SIZE_EXT           0x8081\n#define GL_COLOR_ARRAY_TYPE_EXT           0x8082\n#define GL_COLOR_ARRAY_STRIDE_EXT         0x8083\n#define GL_COLOR_ARRAY_COUNT_EXT          0x8084\n#define GL_INDEX_ARRAY_TYPE_EXT           0x8085\n#define GL_INDEX_ARRAY_STRIDE_EXT         0x8086\n#define GL_INDEX_ARRAY_COUNT_EXT          0x8087\n#define GL_TEXTURE_COORD_ARRAY_SIZE_EXT   0x8088\n#define GL_TEXTURE_COORD_ARRAY_TYPE_EXT   0x8089\n#define GL_TEXTURE_COORD_ARRAY_STRIDE_EXT 0x808A\n#define GL_TEXTURE_COORD_ARRAY_COUNT_EXT  0x808B\n#define GL_EDGE_FLAG_ARRAY_STRIDE_EXT     0x808C\n#define GL_EDGE_FLAG_ARRAY_COUNT_EXT      0x808D\n#define GL_VERTEX_ARRAY_POINTER_EXT       0x808E\n#define GL_NORMAL_ARRAY_POINTER_EXT       0x808F\n#define GL_COLOR_ARRAY_POINTER_EXT        0x8090\n#define GL_INDEX_ARRAY_POINTER_EXT        0x8091\n#define GL_TEXTURE_COORD_ARRAY_POINTER_EXT 0x8092\n#define GL_EDGE_FLAG_ARRAY_POINTER_EXT    0x8093\n#endif\n\n#ifndef GL_EXT_misc_attribute\n#endif\n\n#ifndef GL_SGIS_generate_mipmap\n#define GL_GENERATE_MIPMAP_SGIS           0x8191\n#define GL_GENERATE_MIPMAP_HINT_SGIS      0x8192\n#endif\n\n#ifndef GL_SGIX_clipmap\n#define GL_LINEAR_CLIPMAP_LINEAR_SGIX     0x8170\n#define GL_TEXTURE_CLIPMAP_CENTER_SGIX    0x8171\n#define GL_TEXTURE_CLIPMAP_FRAME_SGIX     0x8172\n#define GL_TEXTURE_CLIPMAP_OFFSET_SGIX    0x8173\n#define GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX 0x8174\n#define GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX 0x8175\n#define GL_TEXTURE_CLIPMAP_DEPTH_SGIX     0x8176\n#define GL_MAX_CLIPMAP_DEPTH_SGIX         0x8177\n#define GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX 0x8178\n#define GL_NEAREST_CLIPMAP_NEAREST_SGIX   0x844D\n#define GL_NEAREST_CLIPMAP_LINEAR_SGIX    0x844E\n#define GL_LINEAR_CLIPMAP_NEAREST_SGIX    0x844F\n#endif\n\n#ifndef GL_SGIX_shadow\n#define GL_TEXTURE_COMPARE_SGIX           0x819A\n#define GL_TEXTURE_COMPARE_OPERATOR_SGIX  0x819B\n#define GL_TEXTURE_LEQUAL_R_SGIX          0x819C\n#define GL_TEXTURE_GEQUAL_R_SGIX          0x819D\n#endif\n\n#ifndef GL_SGIS_texture_edge_clamp\n#define GL_CLAMP_TO_EDGE_SGIS             0x812F\n#endif\n\n#ifndef GL_SGIS_texture_border_clamp\n#define GL_CLAMP_TO_BORDER_SGIS           0x812D\n#endif\n\n#ifndef GL_EXT_blend_minmax\n#define GL_FUNC_ADD_EXT                   0x8006\n#define GL_MIN_EXT                        0x8007\n#define GL_MAX_EXT                        0x8008\n#define GL_BLEND_EQUATION_EXT             0x8009\n#endif\n\n#ifndef GL_EXT_blend_subtract\n#define GL_FUNC_SUBTRACT_EXT              0x800A\n#define GL_FUNC_REVERSE_SUBTRACT_EXT      0x800B\n#endif\n\n#ifndef GL_EXT_blend_logic_op\n#endif\n\n#ifndef GL_SGIX_interlace\n#define GL_INTERLACE_SGIX                 0x8094\n#endif\n\n#ifndef GL_SGIX_pixel_tiles\n#define GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX 0x813E\n#define GL_PIXEL_TILE_CACHE_INCREMENT_SGIX 0x813F\n#define GL_PIXEL_TILE_WIDTH_SGIX          0x8140\n#define GL_PIXEL_TILE_HEIGHT_SGIX         0x8141\n#define GL_PIXEL_TILE_GRID_WIDTH_SGIX     0x8142\n#define GL_PIXEL_TILE_GRID_HEIGHT_SGIX    0x8143\n#define GL_PIXEL_TILE_GRID_DEPTH_SGIX     0x8144\n#define GL_PIXEL_TILE_CACHE_SIZE_SGIX     0x8145\n#endif\n\n#ifndef GL_SGIS_texture_select\n#define GL_DUAL_ALPHA4_SGIS               0x8110\n#define GL_DUAL_ALPHA8_SGIS               0x8111\n#define GL_DUAL_ALPHA12_SGIS              0x8112\n#define GL_DUAL_ALPHA16_SGIS              0x8113\n#define GL_DUAL_LUMINANCE4_SGIS           0x8114\n#define GL_DUAL_LUMINANCE8_SGIS           0x8115\n#define GL_DUAL_LUMINANCE12_SGIS          0x8116\n#define GL_DUAL_LUMINANCE16_SGIS          0x8117\n#define GL_DUAL_INTENSITY4_SGIS           0x8118\n#define GL_DUAL_INTENSITY8_SGIS           0x8119\n#define GL_DUAL_INTENSITY12_SGIS          0x811A\n#define GL_DUAL_INTENSITY16_SGIS          0x811B\n#define GL_DUAL_LUMINANCE_ALPHA4_SGIS     0x811C\n#define GL_DUAL_LUMINANCE_ALPHA8_SGIS     0x811D\n#define GL_QUAD_ALPHA4_SGIS               0x811E\n#define GL_QUAD_ALPHA8_SGIS               0x811F\n#define GL_QUAD_LUMINANCE4_SGIS           0x8120\n#define GL_QUAD_LUMINANCE8_SGIS           0x8121\n#define GL_QUAD_INTENSITY4_SGIS           0x8122\n#define GL_QUAD_INTENSITY8_SGIS           0x8123\n#define GL_DUAL_TEXTURE_SELECT_SGIS       0x8124\n#define GL_QUAD_TEXTURE_SELECT_SGIS       0x8125\n#endif\n\n#ifndef GL_SGIX_sprite\n#define GL_SPRITE_SGIX                    0x8148\n#define GL_SPRITE_MODE_SGIX               0x8149\n#define GL_SPRITE_AXIS_SGIX               0x814A\n#define GL_SPRITE_TRANSLATION_SGIX        0x814B\n#define GL_SPRITE_AXIAL_SGIX              0x814C\n#define GL_SPRITE_OBJECT_ALIGNED_SGIX     0x814D\n#define GL_SPRITE_EYE_ALIGNED_SGIX        0x814E\n#endif\n\n#ifndef GL_SGIX_texture_multi_buffer\n#define GL_TEXTURE_MULTI_BUFFER_HINT_SGIX 0x812E\n#endif\n\n#ifndef GL_EXT_point_parameters\n#define GL_POINT_SIZE_MIN_EXT             0x8126\n#define GL_POINT_SIZE_MAX_EXT             0x8127\n#define GL_POINT_FADE_THRESHOLD_SIZE_EXT  0x8128\n#define GL_DISTANCE_ATTENUATION_EXT       0x8129\n#endif\n\n#ifndef GL_SGIS_point_parameters\n#define GL_POINT_SIZE_MIN_SGIS            0x8126\n#define GL_POINT_SIZE_MAX_SGIS            0x8127\n#define GL_POINT_FADE_THRESHOLD_SIZE_SGIS 0x8128\n#define GL_DISTANCE_ATTENUATION_SGIS      0x8129\n#endif\n\n#ifndef GL_SGIX_instruments\n#define GL_INSTRUMENT_BUFFER_POINTER_SGIX 0x8180\n#define GL_INSTRUMENT_MEASUREMENTS_SGIX   0x8181\n#endif\n\n#ifndef GL_SGIX_texture_scale_bias\n#define GL_POST_TEXTURE_FILTER_BIAS_SGIX  0x8179\n#define GL_POST_TEXTURE_FILTER_SCALE_SGIX 0x817A\n#define GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX 0x817B\n#define GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX 0x817C\n#endif\n\n#ifndef GL_SGIX_framezoom\n#define GL_FRAMEZOOM_SGIX                 0x818B\n#define GL_FRAMEZOOM_FACTOR_SGIX          0x818C\n#define GL_MAX_FRAMEZOOM_FACTOR_SGIX      0x818D\n#endif\n\n#ifndef GL_SGIX_tag_sample_buffer\n#endif\n\n#ifndef GL_FfdMaskSGIX\n#define GL_TEXTURE_DEFORMATION_BIT_SGIX   0x00000001\n#define GL_GEOMETRY_DEFORMATION_BIT_SGIX  0x00000002\n#endif\n\n#ifndef GL_SGIX_polynomial_ffd\n#define GL_GEOMETRY_DEFORMATION_SGIX      0x8194\n#define GL_TEXTURE_DEFORMATION_SGIX       0x8195\n#define GL_DEFORMATIONS_MASK_SGIX         0x8196\n#define GL_MAX_DEFORMATION_ORDER_SGIX     0x8197\n#endif\n\n#ifndef GL_SGIX_reference_plane\n#define GL_REFERENCE_PLANE_SGIX           0x817D\n#define GL_REFERENCE_PLANE_EQUATION_SGIX  0x817E\n#endif\n\n#ifndef GL_SGIX_flush_raster\n#endif\n\n#ifndef GL_SGIX_depth_texture\n#define GL_DEPTH_COMPONENT16_SGIX         0x81A5\n#define GL_DEPTH_COMPONENT24_SGIX         0x81A6\n#define GL_DEPTH_COMPONENT32_SGIX         0x81A7\n#endif\n\n#ifndef GL_SGIS_fog_function\n#define GL_FOG_FUNC_SGIS                  0x812A\n#define GL_FOG_FUNC_POINTS_SGIS           0x812B\n#define GL_MAX_FOG_FUNC_POINTS_SGIS       0x812C\n#endif\n\n#ifndef GL_SGIX_fog_offset\n#define GL_FOG_OFFSET_SGIX                0x8198\n#define GL_FOG_OFFSET_VALUE_SGIX          0x8199\n#endif\n\n#ifndef GL_HP_image_transform\n#define GL_IMAGE_SCALE_X_HP               0x8155\n#define GL_IMAGE_SCALE_Y_HP               0x8156\n#define GL_IMAGE_TRANSLATE_X_HP           0x8157\n#define GL_IMAGE_TRANSLATE_Y_HP           0x8158\n#define GL_IMAGE_ROTATE_ANGLE_HP          0x8159\n#define GL_IMAGE_ROTATE_ORIGIN_X_HP       0x815A\n#define GL_IMAGE_ROTATE_ORIGIN_Y_HP       0x815B\n#define GL_IMAGE_MAG_FILTER_HP            0x815C\n#define GL_IMAGE_MIN_FILTER_HP            0x815D\n#define GL_IMAGE_CUBIC_WEIGHT_HP          0x815E\n#define GL_CUBIC_HP                       0x815F\n#define GL_AVERAGE_HP                     0x8160\n#define GL_IMAGE_TRANSFORM_2D_HP          0x8161\n#define GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP 0x8162\n#define GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP 0x8163\n#endif\n\n#ifndef GL_HP_convolution_border_modes\n#define GL_IGNORE_BORDER_HP               0x8150\n#define GL_CONSTANT_BORDER_HP             0x8151\n#define GL_REPLICATE_BORDER_HP            0x8153\n#define GL_CONVOLUTION_BORDER_COLOR_HP    0x8154\n#endif\n\n#ifndef GL_INGR_palette_buffer\n#endif\n\n#ifndef GL_SGIX_texture_add_env\n#define GL_TEXTURE_ENV_BIAS_SGIX          0x80BE\n#endif\n\n#ifndef GL_EXT_color_subtable\n#endif\n\n#ifndef GL_PGI_vertex_hints\n#define GL_VERTEX_DATA_HINT_PGI           0x1A22A\n#define GL_VERTEX_CONSISTENT_HINT_PGI     0x1A22B\n#define GL_MATERIAL_SIDE_HINT_PGI         0x1A22C\n#define GL_MAX_VERTEX_HINT_PGI            0x1A22D\n#define GL_COLOR3_BIT_PGI                 0x00010000\n#define GL_COLOR4_BIT_PGI                 0x00020000\n#define GL_EDGEFLAG_BIT_PGI               0x00040000\n#define GL_INDEX_BIT_PGI                  0x00080000\n#define GL_MAT_AMBIENT_BIT_PGI            0x00100000\n#define GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI 0x00200000\n#define GL_MAT_DIFFUSE_BIT_PGI            0x00400000\n#define GL_MAT_EMISSION_BIT_PGI           0x00800000\n#define GL_MAT_COLOR_INDEXES_BIT_PGI      0x01000000\n#define GL_MAT_SHININESS_BIT_PGI          0x02000000\n#define GL_MAT_SPECULAR_BIT_PGI           0x04000000\n#define GL_NORMAL_BIT_PGI                 0x08000000\n#define GL_TEXCOORD1_BIT_PGI              0x10000000\n#define GL_TEXCOORD2_BIT_PGI              0x20000000\n#define GL_TEXCOORD3_BIT_PGI              0x40000000\n#define GL_TEXCOORD4_BIT_PGI              0x80000000\n#define GL_VERTEX23_BIT_PGI               0x00000004\n#define GL_VERTEX4_BIT_PGI                0x00000008\n#endif\n\n#ifndef GL_PGI_misc_hints\n#define GL_PREFER_DOUBLEBUFFER_HINT_PGI   0x1A1F8\n#define GL_CONSERVE_MEMORY_HINT_PGI       0x1A1FD\n#define GL_RECLAIM_MEMORY_HINT_PGI        0x1A1FE\n#define GL_NATIVE_GRAPHICS_HANDLE_PGI     0x1A202\n#define GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI 0x1A203\n#define GL_NATIVE_GRAPHICS_END_HINT_PGI   0x1A204\n#define GL_ALWAYS_FAST_HINT_PGI           0x1A20C\n#define GL_ALWAYS_SOFT_HINT_PGI           0x1A20D\n#define GL_ALLOW_DRAW_OBJ_HINT_PGI        0x1A20E\n#define GL_ALLOW_DRAW_WIN_HINT_PGI        0x1A20F\n#define GL_ALLOW_DRAW_FRG_HINT_PGI        0x1A210\n#define GL_ALLOW_DRAW_MEM_HINT_PGI        0x1A211\n#define GL_STRICT_DEPTHFUNC_HINT_PGI      0x1A216\n#define GL_STRICT_LIGHTING_HINT_PGI       0x1A217\n#define GL_STRICT_SCISSOR_HINT_PGI        0x1A218\n#define GL_FULL_STIPPLE_HINT_PGI          0x1A219\n#define GL_CLIP_NEAR_HINT_PGI             0x1A220\n#define GL_CLIP_FAR_HINT_PGI              0x1A221\n#define GL_WIDE_LINE_HINT_PGI             0x1A222\n#define GL_BACK_NORMALS_HINT_PGI          0x1A223\n#endif\n\n#ifndef GL_EXT_paletted_texture\n#define GL_COLOR_INDEX1_EXT               0x80E2\n#define GL_COLOR_INDEX2_EXT               0x80E3\n#define GL_COLOR_INDEX4_EXT               0x80E4\n#define GL_COLOR_INDEX8_EXT               0x80E5\n#define GL_COLOR_INDEX12_EXT              0x80E6\n#define GL_COLOR_INDEX16_EXT              0x80E7\n#define GL_TEXTURE_INDEX_SIZE_EXT         0x80ED\n#endif\n\n#ifndef GL_EXT_clip_volume_hint\n#define GL_CLIP_VOLUME_CLIPPING_HINT_EXT  0x80F0\n#endif\n\n#ifndef GL_SGIX_list_priority\n#define GL_LIST_PRIORITY_SGIX             0x8182\n#endif\n\n#ifndef GL_SGIX_ir_instrument1\n#define GL_IR_INSTRUMENT1_SGIX            0x817F\n#endif\n\n#ifndef GL_SGIX_calligraphic_fragment\n#define GL_CALLIGRAPHIC_FRAGMENT_SGIX     0x8183\n#endif\n\n#ifndef GL_SGIX_texture_lod_bias\n#define GL_TEXTURE_LOD_BIAS_S_SGIX        0x818E\n#define GL_TEXTURE_LOD_BIAS_T_SGIX        0x818F\n#define GL_TEXTURE_LOD_BIAS_R_SGIX        0x8190\n#endif\n\n#ifndef GL_SGIX_shadow_ambient\n#define GL_SHADOW_AMBIENT_SGIX            0x80BF\n#endif\n\n#ifndef GL_EXT_index_texture\n#endif\n\n#ifndef GL_EXT_index_material\n#define GL_INDEX_MATERIAL_EXT             0x81B8\n#define GL_INDEX_MATERIAL_PARAMETER_EXT   0x81B9\n#define GL_INDEX_MATERIAL_FACE_EXT        0x81BA\n#endif\n\n#ifndef GL_EXT_index_func\n#define GL_INDEX_TEST_EXT                 0x81B5\n#define GL_INDEX_TEST_FUNC_EXT            0x81B6\n#define GL_INDEX_TEST_REF_EXT             0x81B7\n#endif\n\n#ifndef GL_EXT_index_array_formats\n#define GL_IUI_V2F_EXT                    0x81AD\n#define GL_IUI_V3F_EXT                    0x81AE\n#define GL_IUI_N3F_V2F_EXT                0x81AF\n#define GL_IUI_N3F_V3F_EXT                0x81B0\n#define GL_T2F_IUI_V2F_EXT                0x81B1\n#define GL_T2F_IUI_V3F_EXT                0x81B2\n#define GL_T2F_IUI_N3F_V2F_EXT            0x81B3\n#define GL_T2F_IUI_N3F_V3F_EXT            0x81B4\n#endif\n\n#ifndef GL_EXT_compiled_vertex_array\n#define GL_ARRAY_ELEMENT_LOCK_FIRST_EXT   0x81A8\n#define GL_ARRAY_ELEMENT_LOCK_COUNT_EXT   0x81A9\n#endif\n\n#ifndef GL_EXT_cull_vertex\n#define GL_CULL_VERTEX_EXT                0x81AA\n#define GL_CULL_VERTEX_EYE_POSITION_EXT   0x81AB\n#define GL_CULL_VERTEX_OBJECT_POSITION_EXT 0x81AC\n#endif\n\n#ifndef GL_SGIX_ycrcb\n#define GL_YCRCB_422_SGIX                 0x81BB\n#define GL_YCRCB_444_SGIX                 0x81BC\n#endif\n\n#ifndef GL_SGIX_fragment_lighting\n#define GL_FRAGMENT_LIGHTING_SGIX         0x8400\n#define GL_FRAGMENT_COLOR_MATERIAL_SGIX   0x8401\n#define GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX 0x8402\n#define GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX 0x8403\n#define GL_MAX_FRAGMENT_LIGHTS_SGIX       0x8404\n#define GL_MAX_ACTIVE_LIGHTS_SGIX         0x8405\n#define GL_CURRENT_RASTER_NORMAL_SGIX     0x8406\n#define GL_LIGHT_ENV_MODE_SGIX            0x8407\n#define GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX 0x8408\n#define GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX 0x8409\n#define GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX 0x840A\n#define GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX 0x840B\n#define GL_FRAGMENT_LIGHT0_SGIX           0x840C\n#define GL_FRAGMENT_LIGHT1_SGIX           0x840D\n#define GL_FRAGMENT_LIGHT2_SGIX           0x840E\n#define GL_FRAGMENT_LIGHT3_SGIX           0x840F\n#define GL_FRAGMENT_LIGHT4_SGIX           0x8410\n#define GL_FRAGMENT_LIGHT5_SGIX           0x8411\n#define GL_FRAGMENT_LIGHT6_SGIX           0x8412\n#define GL_FRAGMENT_LIGHT7_SGIX           0x8413\n#endif\n\n#ifndef GL_IBM_rasterpos_clip\n#define GL_RASTER_POSITION_UNCLIPPED_IBM  0x19262\n#endif\n\n#ifndef GL_HP_texture_lighting\n#define GL_TEXTURE_LIGHTING_MODE_HP       0x8167\n#define GL_TEXTURE_POST_SPECULAR_HP       0x8168\n#define GL_TEXTURE_PRE_SPECULAR_HP        0x8169\n#endif\n\n#ifndef GL_EXT_draw_range_elements\n#define GL_MAX_ELEMENTS_VERTICES_EXT      0x80E8\n#define GL_MAX_ELEMENTS_INDICES_EXT       0x80E9\n#endif\n\n#ifndef GL_WIN_phong_shading\n#define GL_PHONG_WIN                      0x80EA\n#define GL_PHONG_HINT_WIN                 0x80EB\n#endif\n\n#ifndef GL_WIN_specular_fog\n#define GL_FOG_SPECULAR_TEXTURE_WIN       0x80EC\n#endif\n\n#ifndef GL_EXT_light_texture\n#define GL_FRAGMENT_MATERIAL_EXT          0x8349\n#define GL_FRAGMENT_NORMAL_EXT            0x834A\n#define GL_FRAGMENT_COLOR_EXT             0x834C\n#define GL_ATTENUATION_EXT                0x834D\n#define GL_SHADOW_ATTENUATION_EXT         0x834E\n#define GL_TEXTURE_APPLICATION_MODE_EXT   0x834F\n#define GL_TEXTURE_LIGHT_EXT              0x8350\n#define GL_TEXTURE_MATERIAL_FACE_EXT      0x8351\n#define GL_TEXTURE_MATERIAL_PARAMETER_EXT 0x8352\n/* reuse GL_FRAGMENT_DEPTH_EXT */\n#endif\n\n#ifndef GL_SGIX_blend_alpha_minmax\n#define GL_ALPHA_MIN_SGIX                 0x8320\n#define GL_ALPHA_MAX_SGIX                 0x8321\n#endif\n\n#ifndef GL_SGIX_impact_pixel_texture\n#define GL_PIXEL_TEX_GEN_Q_CEILING_SGIX   0x8184\n#define GL_PIXEL_TEX_GEN_Q_ROUND_SGIX     0x8185\n#define GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX     0x8186\n#define GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX 0x8187\n#define GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX 0x8188\n#define GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX    0x8189\n#define GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX    0x818A\n#endif\n\n#ifndef GL_EXT_bgra\n#define GL_BGR_EXT                        0x80E0\n#define GL_BGRA_EXT                       0x80E1\n#endif\n\n#ifndef GL_SGIX_async\n#define GL_ASYNC_MARKER_SGIX              0x8329\n#endif\n\n#ifndef GL_SGIX_async_pixel\n#define GL_ASYNC_TEX_IMAGE_SGIX           0x835C\n#define GL_ASYNC_DRAW_PIXELS_SGIX         0x835D\n#define GL_ASYNC_READ_PIXELS_SGIX         0x835E\n#define GL_MAX_ASYNC_TEX_IMAGE_SGIX       0x835F\n#define GL_MAX_ASYNC_DRAW_PIXELS_SGIX     0x8360\n#define GL_MAX_ASYNC_READ_PIXELS_SGIX     0x8361\n#endif\n\n#ifndef GL_SGIX_async_histogram\n#define GL_ASYNC_HISTOGRAM_SGIX           0x832C\n#define GL_MAX_ASYNC_HISTOGRAM_SGIX       0x832D\n#endif\n\n#ifndef GL_INTEL_texture_scissor\n#endif\n\n#ifndef GL_INTEL_parallel_arrays\n#define GL_PARALLEL_ARRAYS_INTEL          0x83F4\n#define GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL 0x83F5\n#define GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL 0x83F6\n#define GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL 0x83F7\n#define GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL 0x83F8\n#endif\n\n#ifndef GL_HP_occlusion_test\n#define GL_OCCLUSION_TEST_HP              0x8165\n#define GL_OCCLUSION_TEST_RESULT_HP       0x8166\n#endif\n\n#ifndef GL_EXT_pixel_transform\n#define GL_PIXEL_TRANSFORM_2D_EXT         0x8330\n#define GL_PIXEL_MAG_FILTER_EXT           0x8331\n#define GL_PIXEL_MIN_FILTER_EXT           0x8332\n#define GL_PIXEL_CUBIC_WEIGHT_EXT         0x8333\n#define GL_CUBIC_EXT                      0x8334\n#define GL_AVERAGE_EXT                    0x8335\n#define GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT 0x8336\n#define GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT 0x8337\n#define GL_PIXEL_TRANSFORM_2D_MATRIX_EXT  0x8338\n#endif\n\n#ifndef GL_EXT_pixel_transform_color_table\n#endif\n\n#ifndef GL_EXT_shared_texture_palette\n#define GL_SHARED_TEXTURE_PALETTE_EXT     0x81FB\n#endif\n\n#ifndef GL_EXT_separate_specular_color\n#define GL_LIGHT_MODEL_COLOR_CONTROL_EXT  0x81F8\n#define GL_SINGLE_COLOR_EXT               0x81F9\n#define GL_SEPARATE_SPECULAR_COLOR_EXT    0x81FA\n#endif\n\n#ifndef GL_EXT_secondary_color\n#define GL_COLOR_SUM_EXT                  0x8458\n#define GL_CURRENT_SECONDARY_COLOR_EXT    0x8459\n#define GL_SECONDARY_COLOR_ARRAY_SIZE_EXT 0x845A\n#define GL_SECONDARY_COLOR_ARRAY_TYPE_EXT 0x845B\n#define GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT 0x845C\n#define GL_SECONDARY_COLOR_ARRAY_POINTER_EXT 0x845D\n#define GL_SECONDARY_COLOR_ARRAY_EXT      0x845E\n#endif\n\n#ifndef GL_EXT_texture_perturb_normal\n#define GL_PERTURB_EXT                    0x85AE\n#define GL_TEXTURE_NORMAL_EXT             0x85AF\n#endif\n\n#ifndef GL_EXT_multi_draw_arrays\n#endif\n\n#ifndef GL_EXT_fog_coord\n#define GL_FOG_COORDINATE_SOURCE_EXT      0x8450\n#define GL_FOG_COORDINATE_EXT             0x8451\n#define GL_FRAGMENT_DEPTH_EXT             0x8452\n#define GL_CURRENT_FOG_COORDINATE_EXT     0x8453\n#define GL_FOG_COORDINATE_ARRAY_TYPE_EXT  0x8454\n#define GL_FOG_COORDINATE_ARRAY_STRIDE_EXT 0x8455\n#define GL_FOG_COORDINATE_ARRAY_POINTER_EXT 0x8456\n#define GL_FOG_COORDINATE_ARRAY_EXT       0x8457\n#endif\n\n#ifndef GL_REND_screen_coordinates\n#define GL_SCREEN_COORDINATES_REND        0x8490\n#define GL_INVERTED_SCREEN_W_REND         0x8491\n#endif\n\n#ifndef GL_EXT_coordinate_frame\n#define GL_TANGENT_ARRAY_EXT              0x8439\n#define GL_BINORMAL_ARRAY_EXT             0x843A\n#define GL_CURRENT_TANGENT_EXT            0x843B\n#define GL_CURRENT_BINORMAL_EXT           0x843C\n#define GL_TANGENT_ARRAY_TYPE_EXT         0x843E\n#define GL_TANGENT_ARRAY_STRIDE_EXT       0x843F\n#define GL_BINORMAL_ARRAY_TYPE_EXT        0x8440\n#define GL_BINORMAL_ARRAY_STRIDE_EXT      0x8441\n#define GL_TANGENT_ARRAY_POINTER_EXT      0x8442\n#define GL_BINORMAL_ARRAY_POINTER_EXT     0x8443\n#define GL_MAP1_TANGENT_EXT               0x8444\n#define GL_MAP2_TANGENT_EXT               0x8445\n#define GL_MAP1_BINORMAL_EXT              0x8446\n#define GL_MAP2_BINORMAL_EXT              0x8447\n#endif\n\n#ifndef GL_EXT_texture_env_combine\n#define GL_COMBINE_EXT                    0x8570\n#define GL_COMBINE_RGB_EXT                0x8571\n#define GL_COMBINE_ALPHA_EXT              0x8572\n#define GL_RGB_SCALE_EXT                  0x8573\n#define GL_ADD_SIGNED_EXT                 0x8574\n#define GL_INTERPOLATE_EXT                0x8575\n#define GL_CONSTANT_EXT                   0x8576\n#define GL_PRIMARY_COLOR_EXT              0x8577\n#define GL_PREVIOUS_EXT                   0x8578\n#define GL_SOURCE0_RGB_EXT                0x8580\n#define GL_SOURCE1_RGB_EXT                0x8581\n#define GL_SOURCE2_RGB_EXT                0x8582\n#define GL_SOURCE0_ALPHA_EXT              0x8588\n#define GL_SOURCE1_ALPHA_EXT              0x8589\n#define GL_SOURCE2_ALPHA_EXT              0x858A\n#define GL_OPERAND0_RGB_EXT               0x8590\n#define GL_OPERAND1_RGB_EXT               0x8591\n#define GL_OPERAND2_RGB_EXT               0x8592\n#define GL_OPERAND0_ALPHA_EXT             0x8598\n#define GL_OPERAND1_ALPHA_EXT             0x8599\n#define GL_OPERAND2_ALPHA_EXT             0x859A\n#endif\n\n#ifndef GL_APPLE_specular_vector\n#define GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE 0x85B0\n#endif\n\n#ifndef GL_APPLE_transform_hint\n#define GL_TRANSFORM_HINT_APPLE           0x85B1\n#endif\n\n#ifndef GL_SGIX_fog_scale\n#define GL_FOG_SCALE_SGIX                 0x81FC\n#define GL_FOG_SCALE_VALUE_SGIX           0x81FD\n#endif\n\n#ifndef GL_SUNX_constant_data\n#define GL_UNPACK_CONSTANT_DATA_SUNX      0x81D5\n#define GL_TEXTURE_CONSTANT_DATA_SUNX     0x81D6\n#endif\n\n#ifndef GL_SUN_global_alpha\n#define GL_GLOBAL_ALPHA_SUN               0x81D9\n#define GL_GLOBAL_ALPHA_FACTOR_SUN        0x81DA\n#endif\n\n#ifndef GL_SUN_triangle_list\n#define GL_RESTART_SUN                    0x0001\n#define GL_REPLACE_MIDDLE_SUN             0x0002\n#define GL_REPLACE_OLDEST_SUN             0x0003\n#define GL_TRIANGLE_LIST_SUN              0x81D7\n#define GL_REPLACEMENT_CODE_SUN           0x81D8\n#define GL_REPLACEMENT_CODE_ARRAY_SUN     0x85C0\n#define GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN 0x85C1\n#define GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN 0x85C2\n#define GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN 0x85C3\n#define GL_R1UI_V3F_SUN                   0x85C4\n#define GL_R1UI_C4UB_V3F_SUN              0x85C5\n#define GL_R1UI_C3F_V3F_SUN               0x85C6\n#define GL_R1UI_N3F_V3F_SUN               0x85C7\n#define GL_R1UI_C4F_N3F_V3F_SUN           0x85C8\n#define GL_R1UI_T2F_V3F_SUN               0x85C9\n#define GL_R1UI_T2F_N3F_V3F_SUN           0x85CA\n#define GL_R1UI_T2F_C4F_N3F_V3F_SUN       0x85CB\n#endif\n\n#ifndef GL_SUN_vertex\n#endif\n\n#ifndef GL_EXT_blend_func_separate\n#define GL_BLEND_DST_RGB_EXT              0x80C8\n#define GL_BLEND_SRC_RGB_EXT              0x80C9\n#define GL_BLEND_DST_ALPHA_EXT            0x80CA\n#define GL_BLEND_SRC_ALPHA_EXT            0x80CB\n#endif\n\n#ifndef GL_INGR_color_clamp\n#define GL_RED_MIN_CLAMP_INGR             0x8560\n#define GL_GREEN_MIN_CLAMP_INGR           0x8561\n#define GL_BLUE_MIN_CLAMP_INGR            0x8562\n#define GL_ALPHA_MIN_CLAMP_INGR           0x8563\n#define GL_RED_MAX_CLAMP_INGR             0x8564\n#define GL_GREEN_MAX_CLAMP_INGR           0x8565\n#define GL_BLUE_MAX_CLAMP_INGR            0x8566\n#define GL_ALPHA_MAX_CLAMP_INGR           0x8567\n#endif\n\n#ifndef GL_INGR_interlace_read\n#define GL_INTERLACE_READ_INGR            0x8568\n#endif\n\n#ifndef GL_EXT_stencil_wrap\n#define GL_INCR_WRAP_EXT                  0x8507\n#define GL_DECR_WRAP_EXT                  0x8508\n#endif\n\n#ifndef GL_EXT_422_pixels\n#define GL_422_EXT                        0x80CC\n#define GL_422_REV_EXT                    0x80CD\n#define GL_422_AVERAGE_EXT                0x80CE\n#define GL_422_REV_AVERAGE_EXT            0x80CF\n#endif\n\n#ifndef GL_NV_texgen_reflection\n#define GL_NORMAL_MAP_NV                  0x8511\n#define GL_REFLECTION_MAP_NV              0x8512\n#endif\n\n#ifndef GL_EXT_texture_cube_map\n#define GL_NORMAL_MAP_EXT                 0x8511\n#define GL_REFLECTION_MAP_EXT             0x8512\n#define GL_TEXTURE_CUBE_MAP_EXT           0x8513\n#define GL_TEXTURE_BINDING_CUBE_MAP_EXT   0x8514\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT 0x8515\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT 0x8516\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT 0x8517\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT 0x8518\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT 0x8519\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT 0x851A\n#define GL_PROXY_TEXTURE_CUBE_MAP_EXT     0x851B\n#define GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT  0x851C\n#endif\n\n#ifndef GL_SUN_convolution_border_modes\n#define GL_WRAP_BORDER_SUN                0x81D4\n#endif\n\n#ifndef GL_EXT_texture_env_add\n#endif\n\n#ifndef GL_EXT_texture_lod_bias\n#define GL_MAX_TEXTURE_LOD_BIAS_EXT       0x84FD\n#define GL_TEXTURE_FILTER_CONTROL_EXT     0x8500\n#define GL_TEXTURE_LOD_BIAS_EXT           0x8501\n#endif\n\n#ifndef GL_EXT_texture_filter_anisotropic\n#define GL_TEXTURE_MAX_ANISOTROPY_EXT     0x84FE\n#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF\n#endif\n\n#ifndef GL_EXT_vertex_weighting\n#define GL_MODELVIEW0_STACK_DEPTH_EXT     GL_MODELVIEW_STACK_DEPTH\n#define GL_MODELVIEW1_STACK_DEPTH_EXT     0x8502\n#define GL_MODELVIEW0_MATRIX_EXT          GL_MODELVIEW_MATRIX\n#define GL_MODELVIEW1_MATRIX_EXT          0x8506\n#define GL_VERTEX_WEIGHTING_EXT           0x8509\n#define GL_MODELVIEW0_EXT                 GL_MODELVIEW\n#define GL_MODELVIEW1_EXT                 0x850A\n#define GL_CURRENT_VERTEX_WEIGHT_EXT      0x850B\n#define GL_VERTEX_WEIGHT_ARRAY_EXT        0x850C\n#define GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT   0x850D\n#define GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT   0x850E\n#define GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT 0x850F\n#define GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT 0x8510\n#endif\n\n#ifndef GL_NV_light_max_exponent\n#define GL_MAX_SHININESS_NV               0x8504\n#define GL_MAX_SPOT_EXPONENT_NV           0x8505\n#endif\n\n#ifndef GL_NV_vertex_array_range\n#define GL_VERTEX_ARRAY_RANGE_NV          0x851D\n#define GL_VERTEX_ARRAY_RANGE_LENGTH_NV   0x851E\n#define GL_VERTEX_ARRAY_RANGE_VALID_NV    0x851F\n#define GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV 0x8520\n#define GL_VERTEX_ARRAY_RANGE_POINTER_NV  0x8521\n#endif\n\n#ifndef GL_NV_register_combiners\n#define GL_REGISTER_COMBINERS_NV          0x8522\n#define GL_VARIABLE_A_NV                  0x8523\n#define GL_VARIABLE_B_NV                  0x8524\n#define GL_VARIABLE_C_NV                  0x8525\n#define GL_VARIABLE_D_NV                  0x8526\n#define GL_VARIABLE_E_NV                  0x8527\n#define GL_VARIABLE_F_NV                  0x8528\n#define GL_VARIABLE_G_NV                  0x8529\n#define GL_CONSTANT_COLOR0_NV             0x852A\n#define GL_CONSTANT_COLOR1_NV             0x852B\n#define GL_PRIMARY_COLOR_NV               0x852C\n#define GL_SECONDARY_COLOR_NV             0x852D\n#define GL_SPARE0_NV                      0x852E\n#define GL_SPARE1_NV                      0x852F\n#define GL_DISCARD_NV                     0x8530\n#define GL_E_TIMES_F_NV                   0x8531\n#define GL_SPARE0_PLUS_SECONDARY_COLOR_NV 0x8532\n#define GL_UNSIGNED_IDENTITY_NV           0x8536\n#define GL_UNSIGNED_INVERT_NV             0x8537\n#define GL_EXPAND_NORMAL_NV               0x8538\n#define GL_EXPAND_NEGATE_NV               0x8539\n#define GL_HALF_BIAS_NORMAL_NV            0x853A\n#define GL_HALF_BIAS_NEGATE_NV            0x853B\n#define GL_SIGNED_IDENTITY_NV             0x853C\n#define GL_SIGNED_NEGATE_NV               0x853D\n#define GL_SCALE_BY_TWO_NV                0x853E\n#define GL_SCALE_BY_FOUR_NV               0x853F\n#define GL_SCALE_BY_ONE_HALF_NV           0x8540\n#define GL_BIAS_BY_NEGATIVE_ONE_HALF_NV   0x8541\n#define GL_COMBINER_INPUT_NV              0x8542\n#define GL_COMBINER_MAPPING_NV            0x8543\n#define GL_COMBINER_COMPONENT_USAGE_NV    0x8544\n#define GL_COMBINER_AB_DOT_PRODUCT_NV     0x8545\n#define GL_COMBINER_CD_DOT_PRODUCT_NV     0x8546\n#define GL_COMBINER_MUX_SUM_NV            0x8547\n#define GL_COMBINER_SCALE_NV              0x8548\n#define GL_COMBINER_BIAS_NV               0x8549\n#define GL_COMBINER_AB_OUTPUT_NV          0x854A\n#define GL_COMBINER_CD_OUTPUT_NV          0x854B\n#define GL_COMBINER_SUM_OUTPUT_NV         0x854C\n#define GL_MAX_GENERAL_COMBINERS_NV       0x854D\n#define GL_NUM_GENERAL_COMBINERS_NV       0x854E\n#define GL_COLOR_SUM_CLAMP_NV             0x854F\n#define GL_COMBINER0_NV                   0x8550\n#define GL_COMBINER1_NV                   0x8551\n#define GL_COMBINER2_NV                   0x8552\n#define GL_COMBINER3_NV                   0x8553\n#define GL_COMBINER4_NV                   0x8554\n#define GL_COMBINER5_NV                   0x8555\n#define GL_COMBINER6_NV                   0x8556\n#define GL_COMBINER7_NV                   0x8557\n/* reuse GL_TEXTURE0_ARB */\n/* reuse GL_TEXTURE1_ARB */\n/* reuse GL_ZERO */\n/* reuse GL_NONE */\n/* reuse GL_FOG */\n#endif\n\n#ifndef GL_NV_fog_distance\n#define GL_FOG_DISTANCE_MODE_NV           0x855A\n#define GL_EYE_RADIAL_NV                  0x855B\n#define GL_EYE_PLANE_ABSOLUTE_NV          0x855C\n/* reuse GL_EYE_PLANE */\n#endif\n\n#ifndef GL_NV_texgen_emboss\n#define GL_EMBOSS_LIGHT_NV                0x855D\n#define GL_EMBOSS_CONSTANT_NV             0x855E\n#define GL_EMBOSS_MAP_NV                  0x855F\n#endif\n\n#ifndef GL_NV_blend_square\n#endif\n\n#ifndef GL_NV_texture_env_combine4\n#define GL_COMBINE4_NV                    0x8503\n#define GL_SOURCE3_RGB_NV                 0x8583\n#define GL_SOURCE3_ALPHA_NV               0x858B\n#define GL_OPERAND3_RGB_NV                0x8593\n#define GL_OPERAND3_ALPHA_NV              0x859B\n#endif\n\n#ifndef GL_MESA_resize_buffers\n#endif\n\n#ifndef GL_MESA_window_pos\n#endif\n\n#ifndef GL_EXT_texture_compression_s3tc\n#define GL_COMPRESSED_RGB_S3TC_DXT1_EXT   0x83F0\n#define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT  0x83F1\n#define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT  0x83F2\n#define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT  0x83F3\n#endif\n\n#ifndef GL_IBM_cull_vertex\n#define GL_CULL_VERTEX_IBM                103050\n#endif\n\n#ifndef GL_IBM_multimode_draw_arrays\n#endif\n\n#ifndef GL_IBM_vertex_array_lists\n#define GL_VERTEX_ARRAY_LIST_IBM          103070\n#define GL_NORMAL_ARRAY_LIST_IBM          103071\n#define GL_COLOR_ARRAY_LIST_IBM           103072\n#define GL_INDEX_ARRAY_LIST_IBM           103073\n#define GL_TEXTURE_COORD_ARRAY_LIST_IBM   103074\n#define GL_EDGE_FLAG_ARRAY_LIST_IBM       103075\n#define GL_FOG_COORDINATE_ARRAY_LIST_IBM  103076\n#define GL_SECONDARY_COLOR_ARRAY_LIST_IBM 103077\n#define GL_VERTEX_ARRAY_LIST_STRIDE_IBM   103080\n#define GL_NORMAL_ARRAY_LIST_STRIDE_IBM   103081\n#define GL_COLOR_ARRAY_LIST_STRIDE_IBM    103082\n#define GL_INDEX_ARRAY_LIST_STRIDE_IBM    103083\n#define GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM 103084\n#define GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM 103085\n#define GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM 103086\n#define GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM 103087\n#endif\n\n#ifndef GL_SGIX_subsample\n#define GL_PACK_SUBSAMPLE_RATE_SGIX       0x85A0\n#define GL_UNPACK_SUBSAMPLE_RATE_SGIX     0x85A1\n#define GL_PIXEL_SUBSAMPLE_4444_SGIX      0x85A2\n#define GL_PIXEL_SUBSAMPLE_2424_SGIX      0x85A3\n#define GL_PIXEL_SUBSAMPLE_4242_SGIX      0x85A4\n#endif\n\n#ifndef GL_SGIX_ycrcb_subsample\n#endif\n\n#ifndef GL_SGIX_ycrcba\n#define GL_YCRCB_SGIX                     0x8318\n#define GL_YCRCBA_SGIX                    0x8319\n#endif\n\n#ifndef GL_SGI_depth_pass_instrument\n#define GL_DEPTH_PASS_INSTRUMENT_SGIX     0x8310\n#define GL_DEPTH_PASS_INSTRUMENT_COUNTERS_SGIX 0x8311\n#define GL_DEPTH_PASS_INSTRUMENT_MAX_SGIX 0x8312\n#endif\n\n#ifndef GL_3DFX_texture_compression_FXT1\n#define GL_COMPRESSED_RGB_FXT1_3DFX       0x86B0\n#define GL_COMPRESSED_RGBA_FXT1_3DFX      0x86B1\n#endif\n\n#ifndef GL_3DFX_multisample\n#define GL_MULTISAMPLE_3DFX               0x86B2\n#define GL_SAMPLE_BUFFERS_3DFX            0x86B3\n#define GL_SAMPLES_3DFX                   0x86B4\n#define GL_MULTISAMPLE_BIT_3DFX           0x20000000\n#endif\n\n#ifndef GL_3DFX_tbuffer\n#endif\n\n#ifndef GL_EXT_multisample\n#define GL_MULTISAMPLE_EXT                0x809D\n#define GL_SAMPLE_ALPHA_TO_MASK_EXT       0x809E\n#define GL_SAMPLE_ALPHA_TO_ONE_EXT        0x809F\n#define GL_SAMPLE_MASK_EXT                0x80A0\n#define GL_1PASS_EXT                      0x80A1\n#define GL_2PASS_0_EXT                    0x80A2\n#define GL_2PASS_1_EXT                    0x80A3\n#define GL_4PASS_0_EXT                    0x80A4\n#define GL_4PASS_1_EXT                    0x80A5\n#define GL_4PASS_2_EXT                    0x80A6\n#define GL_4PASS_3_EXT                    0x80A7\n#define GL_SAMPLE_BUFFERS_EXT             0x80A8\n#define GL_SAMPLES_EXT                    0x80A9\n#define GL_SAMPLE_MASK_VALUE_EXT          0x80AA\n#define GL_SAMPLE_MASK_INVERT_EXT         0x80AB\n#define GL_SAMPLE_PATTERN_EXT             0x80AC\n#define GL_MULTISAMPLE_BIT_EXT            0x20000000\n#endif\n\n#ifndef GL_SGIX_vertex_preclip\n#define GL_VERTEX_PRECLIP_SGIX            0x83EE\n#define GL_VERTEX_PRECLIP_HINT_SGIX       0x83EF\n#endif\n\n#ifndef GL_SGIX_convolution_accuracy\n#define GL_CONVOLUTION_HINT_SGIX          0x8316\n#endif\n\n#ifndef GL_SGIX_resample\n#define GL_PACK_RESAMPLE_SGIX             0x842C\n#define GL_UNPACK_RESAMPLE_SGIX           0x842D\n#define GL_RESAMPLE_REPLICATE_SGIX        0x842E\n#define GL_RESAMPLE_ZERO_FILL_SGIX        0x842F\n#define GL_RESAMPLE_DECIMATE_SGIX         0x8430\n#endif\n\n#ifndef GL_SGIS_point_line_texgen\n#define GL_EYE_DISTANCE_TO_POINT_SGIS     0x81F0\n#define GL_OBJECT_DISTANCE_TO_POINT_SGIS  0x81F1\n#define GL_EYE_DISTANCE_TO_LINE_SGIS      0x81F2\n#define GL_OBJECT_DISTANCE_TO_LINE_SGIS   0x81F3\n#define GL_EYE_POINT_SGIS                 0x81F4\n#define GL_OBJECT_POINT_SGIS              0x81F5\n#define GL_EYE_LINE_SGIS                  0x81F6\n#define GL_OBJECT_LINE_SGIS               0x81F7\n#endif\n\n#ifndef GL_SGIS_texture_color_mask\n#define GL_TEXTURE_COLOR_WRITEMASK_SGIS   0x81EF\n#endif\n\n#ifndef GL_EXT_texture_env_dot3\n#define GL_DOT3_RGB_EXT                   0x8740\n#define GL_DOT3_RGBA_EXT                  0x8741\n#endif\n\n#ifndef GL_ATI_texture_mirror_once\n#define GL_MIRROR_CLAMP_ATI               0x8742\n#define GL_MIRROR_CLAMP_TO_EDGE_ATI       0x8743\n#endif\n\n#ifndef GL_NV_fence\n#define GL_ALL_COMPLETED_NV               0x84F2\n#define GL_FENCE_STATUS_NV                0x84F3\n#define GL_FENCE_CONDITION_NV             0x84F4\n#endif\n\n#ifndef GL_IBM_texture_mirrored_repeat\n#define GL_MIRRORED_REPEAT_IBM            0x8370\n#endif\n\n#ifndef GL_NV_evaluators\n#define GL_EVAL_2D_NV                     0x86C0\n#define GL_EVAL_TRIANGULAR_2D_NV          0x86C1\n#define GL_MAP_TESSELLATION_NV            0x86C2\n#define GL_MAP_ATTRIB_U_ORDER_NV          0x86C3\n#define GL_MAP_ATTRIB_V_ORDER_NV          0x86C4\n#define GL_EVAL_FRACTIONAL_TESSELLATION_NV 0x86C5\n#define GL_EVAL_VERTEX_ATTRIB0_NV         0x86C6\n#define GL_EVAL_VERTEX_ATTRIB1_NV         0x86C7\n#define GL_EVAL_VERTEX_ATTRIB2_NV         0x86C8\n#define GL_EVAL_VERTEX_ATTRIB3_NV         0x86C9\n#define GL_EVAL_VERTEX_ATTRIB4_NV         0x86CA\n#define GL_EVAL_VERTEX_ATTRIB5_NV         0x86CB\n#define GL_EVAL_VERTEX_ATTRIB6_NV         0x86CC\n#define GL_EVAL_VERTEX_ATTRIB7_NV         0x86CD\n#define GL_EVAL_VERTEX_ATTRIB8_NV         0x86CE\n#define GL_EVAL_VERTEX_ATTRIB9_NV         0x86CF\n#define GL_EVAL_VERTEX_ATTRIB10_NV        0x86D0\n#define GL_EVAL_VERTEX_ATTRIB11_NV        0x86D1\n#define GL_EVAL_VERTEX_ATTRIB12_NV        0x86D2\n#define GL_EVAL_VERTEX_ATTRIB13_NV        0x86D3\n#define GL_EVAL_VERTEX_ATTRIB14_NV        0x86D4\n#define GL_EVAL_VERTEX_ATTRIB15_NV        0x86D5\n#define GL_MAX_MAP_TESSELLATION_NV        0x86D6\n#define GL_MAX_RATIONAL_EVAL_ORDER_NV     0x86D7\n#endif\n\n#ifndef GL_NV_packed_depth_stencil\n#define GL_DEPTH_STENCIL_NV               0x84F9\n#define GL_UNSIGNED_INT_24_8_NV           0x84FA\n#endif\n\n#ifndef GL_NV_register_combiners2\n#define GL_PER_STAGE_CONSTANTS_NV         0x8535\n#endif\n\n#ifndef GL_NV_texture_compression_vtc\n#endif\n\n#ifndef GL_NV_texture_rectangle\n#define GL_TEXTURE_RECTANGLE_NV           0x84F5\n#define GL_TEXTURE_BINDING_RECTANGLE_NV   0x84F6\n#define GL_PROXY_TEXTURE_RECTANGLE_NV     0x84F7\n#define GL_MAX_RECTANGLE_TEXTURE_SIZE_NV  0x84F8\n#endif\n\n#ifndef GL_NV_texture_shader\n#define GL_OFFSET_TEXTURE_RECTANGLE_NV    0x864C\n#define GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV 0x864D\n#define GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV 0x864E\n#define GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV 0x86D9\n#define GL_UNSIGNED_INT_S8_S8_8_8_NV      0x86DA\n#define GL_UNSIGNED_INT_8_8_S8_S8_REV_NV  0x86DB\n#define GL_DSDT_MAG_INTENSITY_NV          0x86DC\n#define GL_SHADER_CONSISTENT_NV           0x86DD\n#define GL_TEXTURE_SHADER_NV              0x86DE\n#define GL_SHADER_OPERATION_NV            0x86DF\n#define GL_CULL_MODES_NV                  0x86E0\n#define GL_OFFSET_TEXTURE_MATRIX_NV       0x86E1\n#define GL_OFFSET_TEXTURE_SCALE_NV        0x86E2\n#define GL_OFFSET_TEXTURE_BIAS_NV         0x86E3\n#define GL_OFFSET_TEXTURE_2D_MATRIX_NV    GL_OFFSET_TEXTURE_MATRIX_NV\n#define GL_OFFSET_TEXTURE_2D_SCALE_NV     GL_OFFSET_TEXTURE_SCALE_NV\n#define GL_OFFSET_TEXTURE_2D_BIAS_NV      GL_OFFSET_TEXTURE_BIAS_NV\n#define GL_PREVIOUS_TEXTURE_INPUT_NV      0x86E4\n#define GL_CONST_EYE_NV                   0x86E5\n#define GL_PASS_THROUGH_NV                0x86E6\n#define GL_CULL_FRAGMENT_NV               0x86E7\n#define GL_OFFSET_TEXTURE_2D_NV           0x86E8\n#define GL_DEPENDENT_AR_TEXTURE_2D_NV     0x86E9\n#define GL_DEPENDENT_GB_TEXTURE_2D_NV     0x86EA\n#define GL_DOT_PRODUCT_NV                 0x86EC\n#define GL_DOT_PRODUCT_DEPTH_REPLACE_NV   0x86ED\n#define GL_DOT_PRODUCT_TEXTURE_2D_NV      0x86EE\n#define GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV 0x86F0\n#define GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV 0x86F1\n#define GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV 0x86F2\n#define GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV 0x86F3\n#define GL_HILO_NV                        0x86F4\n#define GL_DSDT_NV                        0x86F5\n#define GL_DSDT_MAG_NV                    0x86F6\n#define GL_DSDT_MAG_VIB_NV                0x86F7\n#define GL_HILO16_NV                      0x86F8\n#define GL_SIGNED_HILO_NV                 0x86F9\n#define GL_SIGNED_HILO16_NV               0x86FA\n#define GL_SIGNED_RGBA_NV                 0x86FB\n#define GL_SIGNED_RGBA8_NV                0x86FC\n#define GL_SIGNED_RGB_NV                  0x86FE\n#define GL_SIGNED_RGB8_NV                 0x86FF\n#define GL_SIGNED_LUMINANCE_NV            0x8701\n#define GL_SIGNED_LUMINANCE8_NV           0x8702\n#define GL_SIGNED_LUMINANCE_ALPHA_NV      0x8703\n#define GL_SIGNED_LUMINANCE8_ALPHA8_NV    0x8704\n#define GL_SIGNED_ALPHA_NV                0x8705\n#define GL_SIGNED_ALPHA8_NV               0x8706\n#define GL_SIGNED_INTENSITY_NV            0x8707\n#define GL_SIGNED_INTENSITY8_NV           0x8708\n#define GL_DSDT8_NV                       0x8709\n#define GL_DSDT8_MAG8_NV                  0x870A\n#define GL_DSDT8_MAG8_INTENSITY8_NV       0x870B\n#define GL_SIGNED_RGB_UNSIGNED_ALPHA_NV   0x870C\n#define GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV 0x870D\n#define GL_HI_SCALE_NV                    0x870E\n#define GL_LO_SCALE_NV                    0x870F\n#define GL_DS_SCALE_NV                    0x8710\n#define GL_DT_SCALE_NV                    0x8711\n#define GL_MAGNITUDE_SCALE_NV             0x8712\n#define GL_VIBRANCE_SCALE_NV              0x8713\n#define GL_HI_BIAS_NV                     0x8714\n#define GL_LO_BIAS_NV                     0x8715\n#define GL_DS_BIAS_NV                     0x8716\n#define GL_DT_BIAS_NV                     0x8717\n#define GL_MAGNITUDE_BIAS_NV              0x8718\n#define GL_VIBRANCE_BIAS_NV               0x8719\n#define GL_TEXTURE_BORDER_VALUES_NV       0x871A\n#define GL_TEXTURE_HI_SIZE_NV             0x871B\n#define GL_TEXTURE_LO_SIZE_NV             0x871C\n#define GL_TEXTURE_DS_SIZE_NV             0x871D\n#define GL_TEXTURE_DT_SIZE_NV             0x871E\n#define GL_TEXTURE_MAG_SIZE_NV            0x871F\n#endif\n\n#ifndef GL_NV_texture_shader2\n#define GL_DOT_PRODUCT_TEXTURE_3D_NV      0x86EF\n#endif\n\n#ifndef GL_NV_vertex_array_range2\n#define GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV 0x8533\n#endif\n\n#ifndef GL_NV_vertex_program\n#define GL_VERTEX_PROGRAM_NV              0x8620\n#define GL_VERTEX_STATE_PROGRAM_NV        0x8621\n#define GL_ATTRIB_ARRAY_SIZE_NV           0x8623\n#define GL_ATTRIB_ARRAY_STRIDE_NV         0x8624\n#define GL_ATTRIB_ARRAY_TYPE_NV           0x8625\n#define GL_CURRENT_ATTRIB_NV              0x8626\n#define GL_PROGRAM_LENGTH_NV              0x8627\n#define GL_PROGRAM_STRING_NV              0x8628\n#define GL_MODELVIEW_PROJECTION_NV        0x8629\n#define GL_IDENTITY_NV                    0x862A\n#define GL_INVERSE_NV                     0x862B\n#define GL_TRANSPOSE_NV                   0x862C\n#define GL_INVERSE_TRANSPOSE_NV           0x862D\n#define GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV 0x862E\n#define GL_MAX_TRACK_MATRICES_NV          0x862F\n#define GL_MATRIX0_NV                     0x8630\n#define GL_MATRIX1_NV                     0x8631\n#define GL_MATRIX2_NV                     0x8632\n#define GL_MATRIX3_NV                     0x8633\n#define GL_MATRIX4_NV                     0x8634\n#define GL_MATRIX5_NV                     0x8635\n#define GL_MATRIX6_NV                     0x8636\n#define GL_MATRIX7_NV                     0x8637\n#define GL_CURRENT_MATRIX_STACK_DEPTH_NV  0x8640\n#define GL_CURRENT_MATRIX_NV              0x8641\n#define GL_VERTEX_PROGRAM_POINT_SIZE_NV   0x8642\n#define GL_VERTEX_PROGRAM_TWO_SIDE_NV     0x8643\n#define GL_PROGRAM_PARAMETER_NV           0x8644\n#define GL_ATTRIB_ARRAY_POINTER_NV        0x8645\n#define GL_PROGRAM_TARGET_NV              0x8646\n#define GL_PROGRAM_RESIDENT_NV            0x8647\n#define GL_TRACK_MATRIX_NV                0x8648\n#define GL_TRACK_MATRIX_TRANSFORM_NV      0x8649\n#define GL_VERTEX_PROGRAM_BINDING_NV      0x864A\n#define GL_PROGRAM_ERROR_POSITION_NV      0x864B\n#define GL_VERTEX_ATTRIB_ARRAY0_NV        0x8650\n#define GL_VERTEX_ATTRIB_ARRAY1_NV        0x8651\n#define GL_VERTEX_ATTRIB_ARRAY2_NV        0x8652\n#define GL_VERTEX_ATTRIB_ARRAY3_NV        0x8653\n#define GL_VERTEX_ATTRIB_ARRAY4_NV        0x8654\n#define GL_VERTEX_ATTRIB_ARRAY5_NV        0x8655\n#define GL_VERTEX_ATTRIB_ARRAY6_NV        0x8656\n#define GL_VERTEX_ATTRIB_ARRAY7_NV        0x8657\n#define GL_VERTEX_ATTRIB_ARRAY8_NV        0x8658\n#define GL_VERTEX_ATTRIB_ARRAY9_NV        0x8659\n#define GL_VERTEX_ATTRIB_ARRAY10_NV       0x865A\n#define GL_VERTEX_ATTRIB_ARRAY11_NV       0x865B\n#define GL_VERTEX_ATTRIB_ARRAY12_NV       0x865C\n#define GL_VERTEX_ATTRIB_ARRAY13_NV       0x865D\n#define GL_VERTEX_ATTRIB_ARRAY14_NV       0x865E\n#define GL_VERTEX_ATTRIB_ARRAY15_NV       0x865F\n#define GL_MAP1_VERTEX_ATTRIB0_4_NV       0x8660\n#define GL_MAP1_VERTEX_ATTRIB1_4_NV       0x8661\n#define GL_MAP1_VERTEX_ATTRIB2_4_NV       0x8662\n#define GL_MAP1_VERTEX_ATTRIB3_4_NV       0x8663\n#define GL_MAP1_VERTEX_ATTRIB4_4_NV       0x8664\n#define GL_MAP1_VERTEX_ATTRIB5_4_NV       0x8665\n#define GL_MAP1_VERTEX_ATTRIB6_4_NV       0x8666\n#define GL_MAP1_VERTEX_ATTRIB7_4_NV       0x8667\n#define GL_MAP1_VERTEX_ATTRIB8_4_NV       0x8668\n#define GL_MAP1_VERTEX_ATTRIB9_4_NV       0x8669\n#define GL_MAP1_VERTEX_ATTRIB10_4_NV      0x866A\n#define GL_MAP1_VERTEX_ATTRIB11_4_NV      0x866B\n#define GL_MAP1_VERTEX_ATTRIB12_4_NV      0x866C\n#define GL_MAP1_VERTEX_ATTRIB13_4_NV      0x866D\n#define GL_MAP1_VERTEX_ATTRIB14_4_NV      0x866E\n#define GL_MAP1_VERTEX_ATTRIB15_4_NV      0x866F\n#define GL_MAP2_VERTEX_ATTRIB0_4_NV       0x8670\n#define GL_MAP2_VERTEX_ATTRIB1_4_NV       0x8671\n#define GL_MAP2_VERTEX_ATTRIB2_4_NV       0x8672\n#define GL_MAP2_VERTEX_ATTRIB3_4_NV       0x8673\n#define GL_MAP2_VERTEX_ATTRIB4_4_NV       0x8674\n#define GL_MAP2_VERTEX_ATTRIB5_4_NV       0x8675\n#define GL_MAP2_VERTEX_ATTRIB6_4_NV       0x8676\n#define GL_MAP2_VERTEX_ATTRIB7_4_NV       0x8677\n#define GL_MAP2_VERTEX_ATTRIB8_4_NV       0x8678\n#define GL_MAP2_VERTEX_ATTRIB9_4_NV       0x8679\n#define GL_MAP2_VERTEX_ATTRIB10_4_NV      0x867A\n#define GL_MAP2_VERTEX_ATTRIB11_4_NV      0x867B\n#define GL_MAP2_VERTEX_ATTRIB12_4_NV      0x867C\n#define GL_MAP2_VERTEX_ATTRIB13_4_NV      0x867D\n#define GL_MAP2_VERTEX_ATTRIB14_4_NV      0x867E\n#define GL_MAP2_VERTEX_ATTRIB15_4_NV      0x867F\n#endif\n\n#ifndef GL_SGIX_texture_coordinate_clamp\n#define GL_TEXTURE_MAX_CLAMP_S_SGIX       0x8369\n#define GL_TEXTURE_MAX_CLAMP_T_SGIX       0x836A\n#define GL_TEXTURE_MAX_CLAMP_R_SGIX       0x836B\n#endif\n\n#ifndef GL_SGIX_scalebias_hint\n#define GL_SCALEBIAS_HINT_SGIX            0x8322\n#endif\n\n#ifndef GL_OML_interlace\n#define GL_INTERLACE_OML                  0x8980\n#define GL_INTERLACE_READ_OML             0x8981\n#endif\n\n#ifndef GL_OML_subsample\n#define GL_FORMAT_SUBSAMPLE_24_24_OML     0x8982\n#define GL_FORMAT_SUBSAMPLE_244_244_OML   0x8983\n#endif\n\n#ifndef GL_OML_resample\n#define GL_PACK_RESAMPLE_OML              0x8984\n#define GL_UNPACK_RESAMPLE_OML            0x8985\n#define GL_RESAMPLE_REPLICATE_OML         0x8986\n#define GL_RESAMPLE_ZERO_FILL_OML         0x8987\n#define GL_RESAMPLE_AVERAGE_OML           0x8988\n#define GL_RESAMPLE_DECIMATE_OML          0x8989\n#endif\n\n#ifndef GL_NV_copy_depth_to_color\n#define GL_DEPTH_STENCIL_TO_RGBA_NV       0x886E\n#define GL_DEPTH_STENCIL_TO_BGRA_NV       0x886F\n#endif\n\n#ifndef GL_ATI_envmap_bumpmap\n#define GL_BUMP_ROT_MATRIX_ATI            0x8775\n#define GL_BUMP_ROT_MATRIX_SIZE_ATI       0x8776\n#define GL_BUMP_NUM_TEX_UNITS_ATI         0x8777\n#define GL_BUMP_TEX_UNITS_ATI             0x8778\n#define GL_DUDV_ATI                       0x8779\n#define GL_DU8DV8_ATI                     0x877A\n#define GL_BUMP_ENVMAP_ATI                0x877B\n#define GL_BUMP_TARGET_ATI                0x877C\n#endif\n\n#ifndef GL_ATI_fragment_shader\n#define GL_FRAGMENT_SHADER_ATI            0x8920\n#define GL_REG_0_ATI                      0x8921\n#define GL_REG_1_ATI                      0x8922\n#define GL_REG_2_ATI                      0x8923\n#define GL_REG_3_ATI                      0x8924\n#define GL_REG_4_ATI                      0x8925\n#define GL_REG_5_ATI                      0x8926\n#define GL_REG_6_ATI                      0x8927\n#define GL_REG_7_ATI                      0x8928\n#define GL_REG_8_ATI                      0x8929\n#define GL_REG_9_ATI                      0x892A\n#define GL_REG_10_ATI                     0x892B\n#define GL_REG_11_ATI                     0x892C\n#define GL_REG_12_ATI                     0x892D\n#define GL_REG_13_ATI                     0x892E\n#define GL_REG_14_ATI                     0x892F\n#define GL_REG_15_ATI                     0x8930\n#define GL_REG_16_ATI                     0x8931\n#define GL_REG_17_ATI                     0x8932\n#define GL_REG_18_ATI                     0x8933\n#define GL_REG_19_ATI                     0x8934\n#define GL_REG_20_ATI                     0x8935\n#define GL_REG_21_ATI                     0x8936\n#define GL_REG_22_ATI                     0x8937\n#define GL_REG_23_ATI                     0x8938\n#define GL_REG_24_ATI                     0x8939\n#define GL_REG_25_ATI                     0x893A\n#define GL_REG_26_ATI                     0x893B\n#define GL_REG_27_ATI                     0x893C\n#define GL_REG_28_ATI                     0x893D\n#define GL_REG_29_ATI                     0x893E\n#define GL_REG_30_ATI                     0x893F\n#define GL_REG_31_ATI                     0x8940\n#define GL_CON_0_ATI                      0x8941\n#define GL_CON_1_ATI                      0x8942\n#define GL_CON_2_ATI                      0x8943\n#define GL_CON_3_ATI                      0x8944\n#define GL_CON_4_ATI                      0x8945\n#define GL_CON_5_ATI                      0x8946\n#define GL_CON_6_ATI                      0x8947\n#define GL_CON_7_ATI                      0x8948\n#define GL_CON_8_ATI                      0x8949\n#define GL_CON_9_ATI                      0x894A\n#define GL_CON_10_ATI                     0x894B\n#define GL_CON_11_ATI                     0x894C\n#define GL_CON_12_ATI                     0x894D\n#define GL_CON_13_ATI                     0x894E\n#define GL_CON_14_ATI                     0x894F\n#define GL_CON_15_ATI                     0x8950\n#define GL_CON_16_ATI                     0x8951\n#define GL_CON_17_ATI                     0x8952\n#define GL_CON_18_ATI                     0x8953\n#define GL_CON_19_ATI                     0x8954\n#define GL_CON_20_ATI                     0x8955\n#define GL_CON_21_ATI                     0x8956\n#define GL_CON_22_ATI                     0x8957\n#define GL_CON_23_ATI                     0x8958\n#define GL_CON_24_ATI                     0x8959\n#define GL_CON_25_ATI                     0x895A\n#define GL_CON_26_ATI                     0x895B\n#define GL_CON_27_ATI                     0x895C\n#define GL_CON_28_ATI                     0x895D\n#define GL_CON_29_ATI                     0x895E\n#define GL_CON_30_ATI                     0x895F\n#define GL_CON_31_ATI                     0x8960\n#define GL_MOV_ATI                        0x8961\n#define GL_ADD_ATI                        0x8963\n#define GL_MUL_ATI                        0x8964\n#define GL_SUB_ATI                        0x8965\n#define GL_DOT3_ATI                       0x8966\n#define GL_DOT4_ATI                       0x8967\n#define GL_MAD_ATI                        0x8968\n#define GL_LERP_ATI                       0x8969\n#define GL_CND_ATI                        0x896A\n#define GL_CND0_ATI                       0x896B\n#define GL_DOT2_ADD_ATI                   0x896C\n#define GL_SECONDARY_INTERPOLATOR_ATI     0x896D\n#define GL_NUM_FRAGMENT_REGISTERS_ATI     0x896E\n#define GL_NUM_FRAGMENT_CONSTANTS_ATI     0x896F\n#define GL_NUM_PASSES_ATI                 0x8970\n#define GL_NUM_INSTRUCTIONS_PER_PASS_ATI  0x8971\n#define GL_NUM_INSTRUCTIONS_TOTAL_ATI     0x8972\n#define GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI 0x8973\n#define GL_NUM_LOOPBACK_COMPONENTS_ATI    0x8974\n#define GL_COLOR_ALPHA_PAIRING_ATI        0x8975\n#define GL_SWIZZLE_STR_ATI                0x8976\n#define GL_SWIZZLE_STQ_ATI                0x8977\n#define GL_SWIZZLE_STR_DR_ATI             0x8978\n#define GL_SWIZZLE_STQ_DQ_ATI             0x8979\n#define GL_SWIZZLE_STRQ_ATI               0x897A\n#define GL_SWIZZLE_STRQ_DQ_ATI            0x897B\n#define GL_RED_BIT_ATI                    0x00000001\n#define GL_GREEN_BIT_ATI                  0x00000002\n#define GL_BLUE_BIT_ATI                   0x00000004\n#define GL_2X_BIT_ATI                     0x00000001\n#define GL_4X_BIT_ATI                     0x00000002\n#define GL_8X_BIT_ATI                     0x00000004\n#define GL_HALF_BIT_ATI                   0x00000008\n#define GL_QUARTER_BIT_ATI                0x00000010\n#define GL_EIGHTH_BIT_ATI                 0x00000020\n#define GL_SATURATE_BIT_ATI               0x00000040\n#define GL_COMP_BIT_ATI                   0x00000002\n#define GL_NEGATE_BIT_ATI                 0x00000004\n#define GL_BIAS_BIT_ATI                   0x00000008\n#endif\n\n#ifndef GL_ATI_pn_triangles\n#define GL_PN_TRIANGLES_ATI               0x87F0\n#define GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI 0x87F1\n#define GL_PN_TRIANGLES_POINT_MODE_ATI    0x87F2\n#define GL_PN_TRIANGLES_NORMAL_MODE_ATI   0x87F3\n#define GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI 0x87F4\n#define GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI 0x87F5\n#define GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI 0x87F6\n#define GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI 0x87F7\n#define GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI 0x87F8\n#endif\n\n#ifndef GL_ATI_vertex_array_object\n#define GL_STATIC_ATI                     0x8760\n#define GL_DYNAMIC_ATI                    0x8761\n#define GL_PRESERVE_ATI                   0x8762\n#define GL_DISCARD_ATI                    0x8763\n#define GL_OBJECT_BUFFER_SIZE_ATI         0x8764\n#define GL_OBJECT_BUFFER_USAGE_ATI        0x8765\n#define GL_ARRAY_OBJECT_BUFFER_ATI        0x8766\n#define GL_ARRAY_OBJECT_OFFSET_ATI        0x8767\n#endif\n\n#ifndef GL_EXT_vertex_shader\n#define GL_VERTEX_SHADER_EXT              0x8780\n#define GL_VERTEX_SHADER_BINDING_EXT      0x8781\n#define GL_OP_INDEX_EXT                   0x8782\n#define GL_OP_NEGATE_EXT                  0x8783\n#define GL_OP_DOT3_EXT                    0x8784\n#define GL_OP_DOT4_EXT                    0x8785\n#define GL_OP_MUL_EXT                     0x8786\n#define GL_OP_ADD_EXT                     0x8787\n#define GL_OP_MADD_EXT                    0x8788\n#define GL_OP_FRAC_EXT                    0x8789\n#define GL_OP_MAX_EXT                     0x878A\n#define GL_OP_MIN_EXT                     0x878B\n#define GL_OP_SET_GE_EXT                  0x878C\n#define GL_OP_SET_LT_EXT                  0x878D\n#define GL_OP_CLAMP_EXT                   0x878E\n#define GL_OP_FLOOR_EXT                   0x878F\n#define GL_OP_ROUND_EXT                   0x8790\n#define GL_OP_EXP_BASE_2_EXT              0x8791\n#define GL_OP_LOG_BASE_2_EXT              0x8792\n#define GL_OP_POWER_EXT                   0x8793\n#define GL_OP_RECIP_EXT                   0x8794\n#define GL_OP_RECIP_SQRT_EXT              0x8795\n#define GL_OP_SUB_EXT                     0x8796\n#define GL_OP_CROSS_PRODUCT_EXT           0x8797\n#define GL_OP_MULTIPLY_MATRIX_EXT         0x8798\n#define GL_OP_MOV_EXT                     0x8799\n#define GL_OUTPUT_VERTEX_EXT              0x879A\n#define GL_OUTPUT_COLOR0_EXT              0x879B\n#define GL_OUTPUT_COLOR1_EXT              0x879C\n#define GL_OUTPUT_TEXTURE_COORD0_EXT      0x879D\n#define GL_OUTPUT_TEXTURE_COORD1_EXT      0x879E\n#define GL_OUTPUT_TEXTURE_COORD2_EXT      0x879F\n#define GL_OUTPUT_TEXTURE_COORD3_EXT      0x87A0\n#define GL_OUTPUT_TEXTURE_COORD4_EXT      0x87A1\n#define GL_OUTPUT_TEXTURE_COORD5_EXT      0x87A2\n#define GL_OUTPUT_TEXTURE_COORD6_EXT      0x87A3\n#define GL_OUTPUT_TEXTURE_COORD7_EXT      0x87A4\n#define GL_OUTPUT_TEXTURE_COORD8_EXT      0x87A5\n#define GL_OUTPUT_TEXTURE_COORD9_EXT      0x87A6\n#define GL_OUTPUT_TEXTURE_COORD10_EXT     0x87A7\n#define GL_OUTPUT_TEXTURE_COORD11_EXT     0x87A8\n#define GL_OUTPUT_TEXTURE_COORD12_EXT     0x87A9\n#define GL_OUTPUT_TEXTURE_COORD13_EXT     0x87AA\n#define GL_OUTPUT_TEXTURE_COORD14_EXT     0x87AB\n#define GL_OUTPUT_TEXTURE_COORD15_EXT     0x87AC\n#define GL_OUTPUT_TEXTURE_COORD16_EXT     0x87AD\n#define GL_OUTPUT_TEXTURE_COORD17_EXT     0x87AE\n#define GL_OUTPUT_TEXTURE_COORD18_EXT     0x87AF\n#define GL_OUTPUT_TEXTURE_COORD19_EXT     0x87B0\n#define GL_OUTPUT_TEXTURE_COORD20_EXT     0x87B1\n#define GL_OUTPUT_TEXTURE_COORD21_EXT     0x87B2\n#define GL_OUTPUT_TEXTURE_COORD22_EXT     0x87B3\n#define GL_OUTPUT_TEXTURE_COORD23_EXT     0x87B4\n#define GL_OUTPUT_TEXTURE_COORD24_EXT     0x87B5\n#define GL_OUTPUT_TEXTURE_COORD25_EXT     0x87B6\n#define GL_OUTPUT_TEXTURE_COORD26_EXT     0x87B7\n#define GL_OUTPUT_TEXTURE_COORD27_EXT     0x87B8\n#define GL_OUTPUT_TEXTURE_COORD28_EXT     0x87B9\n#define GL_OUTPUT_TEXTURE_COORD29_EXT     0x87BA\n#define GL_OUTPUT_TEXTURE_COORD30_EXT     0x87BB\n#define GL_OUTPUT_TEXTURE_COORD31_EXT     0x87BC\n#define GL_OUTPUT_FOG_EXT                 0x87BD\n#define GL_SCALAR_EXT                     0x87BE\n#define GL_VECTOR_EXT                     0x87BF\n#define GL_MATRIX_EXT                     0x87C0\n#define GL_VARIANT_EXT                    0x87C1\n#define GL_INVARIANT_EXT                  0x87C2\n#define GL_LOCAL_CONSTANT_EXT             0x87C3\n#define GL_LOCAL_EXT                      0x87C4\n#define GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT 0x87C5\n#define GL_MAX_VERTEX_SHADER_VARIANTS_EXT 0x87C6\n#define GL_MAX_VERTEX_SHADER_INVARIANTS_EXT 0x87C7\n#define GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT 0x87C8\n#define GL_MAX_VERTEX_SHADER_LOCALS_EXT   0x87C9\n#define GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT 0x87CA\n#define GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT 0x87CB\n#define GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT 0x87CC\n#define GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT 0x87CD\n#define GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT 0x87CE\n#define GL_VERTEX_SHADER_INSTRUCTIONS_EXT 0x87CF\n#define GL_VERTEX_SHADER_VARIANTS_EXT     0x87D0\n#define GL_VERTEX_SHADER_INVARIANTS_EXT   0x87D1\n#define GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT 0x87D2\n#define GL_VERTEX_SHADER_LOCALS_EXT       0x87D3\n#define GL_VERTEX_SHADER_OPTIMIZED_EXT    0x87D4\n#define GL_X_EXT                          0x87D5\n#define GL_Y_EXT                          0x87D6\n#define GL_Z_EXT                          0x87D7\n#define GL_W_EXT                          0x87D8\n#define GL_NEGATIVE_X_EXT                 0x87D9\n#define GL_NEGATIVE_Y_EXT                 0x87DA\n#define GL_NEGATIVE_Z_EXT                 0x87DB\n#define GL_NEGATIVE_W_EXT                 0x87DC\n#define GL_ZERO_EXT                       0x87DD\n#define GL_ONE_EXT                        0x87DE\n#define GL_NEGATIVE_ONE_EXT               0x87DF\n#define GL_NORMALIZED_RANGE_EXT           0x87E0\n#define GL_FULL_RANGE_EXT                 0x87E1\n#define GL_CURRENT_VERTEX_EXT             0x87E2\n#define GL_MVP_MATRIX_EXT                 0x87E3\n#define GL_VARIANT_VALUE_EXT              0x87E4\n#define GL_VARIANT_DATATYPE_EXT           0x87E5\n#define GL_VARIANT_ARRAY_STRIDE_EXT       0x87E6\n#define GL_VARIANT_ARRAY_TYPE_EXT         0x87E7\n#define GL_VARIANT_ARRAY_EXT              0x87E8\n#define GL_VARIANT_ARRAY_POINTER_EXT      0x87E9\n#define GL_INVARIANT_VALUE_EXT            0x87EA\n#define GL_INVARIANT_DATATYPE_EXT         0x87EB\n#define GL_LOCAL_CONSTANT_VALUE_EXT       0x87EC\n#define GL_LOCAL_CONSTANT_DATATYPE_EXT    0x87ED\n#endif\n\n#ifndef GL_ATI_vertex_streams\n#define GL_MAX_VERTEX_STREAMS_ATI         0x876B\n#define GL_VERTEX_STREAM0_ATI             0x876C\n#define GL_VERTEX_STREAM1_ATI             0x876D\n#define GL_VERTEX_STREAM2_ATI             0x876E\n#define GL_VERTEX_STREAM3_ATI             0x876F\n#define GL_VERTEX_STREAM4_ATI             0x8770\n#define GL_VERTEX_STREAM5_ATI             0x8771\n#define GL_VERTEX_STREAM6_ATI             0x8772\n#define GL_VERTEX_STREAM7_ATI             0x8773\n#define GL_VERTEX_SOURCE_ATI              0x8774\n#endif\n\n#ifndef GL_ATI_element_array\n#define GL_ELEMENT_ARRAY_ATI              0x8768\n#define GL_ELEMENT_ARRAY_TYPE_ATI         0x8769\n#define GL_ELEMENT_ARRAY_POINTER_ATI      0x876A\n#endif\n\n#ifndef GL_SUN_mesh_array\n#define GL_QUAD_MESH_SUN                  0x8614\n#define GL_TRIANGLE_MESH_SUN              0x8615\n#endif\n\n#ifndef GL_SUN_slice_accum\n#define GL_SLICE_ACCUM_SUN                0x85CC\n#endif\n\n#ifndef GL_NV_multisample_filter_hint\n#define GL_MULTISAMPLE_FILTER_HINT_NV     0x8534\n#endif\n\n#ifndef GL_NV_depth_clamp\n#define GL_DEPTH_CLAMP_NV                 0x864F\n#endif\n\n#ifndef GL_NV_occlusion_query\n#define GL_PIXEL_COUNTER_BITS_NV          0x8864\n#define GL_CURRENT_OCCLUSION_QUERY_ID_NV  0x8865\n#define GL_PIXEL_COUNT_NV                 0x8866\n#define GL_PIXEL_COUNT_AVAILABLE_NV       0x8867\n#endif\n\n#ifndef GL_NV_point_sprite\n#define GL_POINT_SPRITE_NV                0x8861\n#define GL_COORD_REPLACE_NV               0x8862\n#define GL_POINT_SPRITE_R_MODE_NV         0x8863\n#endif\n\n#ifndef GL_NV_texture_shader3\n#define GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV 0x8850\n#define GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV 0x8851\n#define GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV 0x8852\n#define GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV 0x8853\n#define GL_OFFSET_HILO_TEXTURE_2D_NV      0x8854\n#define GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV 0x8855\n#define GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV 0x8856\n#define GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV 0x8857\n#define GL_DEPENDENT_HILO_TEXTURE_2D_NV   0x8858\n#define GL_DEPENDENT_RGB_TEXTURE_3D_NV    0x8859\n#define GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV 0x885A\n#define GL_DOT_PRODUCT_PASS_THROUGH_NV    0x885B\n#define GL_DOT_PRODUCT_TEXTURE_1D_NV      0x885C\n#define GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV 0x885D\n#define GL_HILO8_NV                       0x885E\n#define GL_SIGNED_HILO8_NV                0x885F\n#define GL_FORCE_BLUE_TO_ONE_NV           0x8860\n#endif\n\n#ifndef GL_NV_vertex_program1_1\n#endif\n\n#ifndef GL_EXT_shadow_funcs\n#endif\n\n#ifndef GL_EXT_stencil_two_side\n#define GL_STENCIL_TEST_TWO_SIDE_EXT      0x8910\n#define GL_ACTIVE_STENCIL_FACE_EXT        0x8911\n#endif\n\n#ifndef GL_ATI_text_fragment_shader\n#define GL_TEXT_FRAGMENT_SHADER_ATI       0x8200\n#endif\n\n#ifndef GL_APPLE_client_storage\n#define GL_UNPACK_CLIENT_STORAGE_APPLE    0x85B2\n#endif\n\n#ifndef GL_APPLE_element_array\n#define GL_ELEMENT_ARRAY_APPLE            0x8A0C\n#define GL_ELEMENT_ARRAY_TYPE_APPLE       0x8A0D\n#define GL_ELEMENT_ARRAY_POINTER_APPLE    0x8A0E\n#endif\n\n#ifndef GL_APPLE_fence\n#define GL_DRAW_PIXELS_APPLE              0x8A0A\n#define GL_FENCE_APPLE                    0x8A0B\n#endif\n\n#ifndef GL_APPLE_vertex_array_object\n#define GL_VERTEX_ARRAY_BINDING_APPLE     0x85B5\n#endif\n\n#ifndef GL_APPLE_vertex_array_range\n#define GL_VERTEX_ARRAY_RANGE_APPLE       0x851D\n#define GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE 0x851E\n#define GL_VERTEX_ARRAY_STORAGE_HINT_APPLE 0x851F\n#define GL_VERTEX_ARRAY_RANGE_POINTER_APPLE 0x8521\n#define GL_STORAGE_CLIENT_APPLE           0x85B4\n#define GL_STORAGE_CACHED_APPLE           0x85BE\n#define GL_STORAGE_SHARED_APPLE           0x85BF\n#endif\n\n#ifndef GL_APPLE_ycbcr_422\n#define GL_YCBCR_422_APPLE                0x85B9\n#define GL_UNSIGNED_SHORT_8_8_APPLE       0x85BA\n#define GL_UNSIGNED_SHORT_8_8_REV_APPLE   0x85BB\n#endif\n\n#ifndef GL_S3_s3tc\n#define GL_RGB_S3TC                       0x83A0\n#define GL_RGB4_S3TC                      0x83A1\n#define GL_RGBA_S3TC                      0x83A2\n#define GL_RGBA4_S3TC                     0x83A3\n#endif\n\n#ifndef GL_ATI_draw_buffers\n#define GL_MAX_DRAW_BUFFERS_ATI           0x8824\n#define GL_DRAW_BUFFER0_ATI               0x8825\n#define GL_DRAW_BUFFER1_ATI               0x8826\n#define GL_DRAW_BUFFER2_ATI               0x8827\n#define GL_DRAW_BUFFER3_ATI               0x8828\n#define GL_DRAW_BUFFER4_ATI               0x8829\n#define GL_DRAW_BUFFER5_ATI               0x882A\n#define GL_DRAW_BUFFER6_ATI               0x882B\n#define GL_DRAW_BUFFER7_ATI               0x882C\n#define GL_DRAW_BUFFER8_ATI               0x882D\n#define GL_DRAW_BUFFER9_ATI               0x882E\n#define GL_DRAW_BUFFER10_ATI              0x882F\n#define GL_DRAW_BUFFER11_ATI              0x8830\n#define GL_DRAW_BUFFER12_ATI              0x8831\n#define GL_DRAW_BUFFER13_ATI              0x8832\n#define GL_DRAW_BUFFER14_ATI              0x8833\n#define GL_DRAW_BUFFER15_ATI              0x8834\n#endif\n\n#ifndef GL_ATI_pixel_format_float\n#define GL_TYPE_RGBA_FLOAT_ATI            0x8820\n#define GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI 0x8835\n#endif\n\n#ifndef GL_ATI_texture_env_combine3\n#define GL_MODULATE_ADD_ATI               0x8744\n#define GL_MODULATE_SIGNED_ADD_ATI        0x8745\n#define GL_MODULATE_SUBTRACT_ATI          0x8746\n#endif\n\n#ifndef GL_ATI_texture_float\n#define GL_RGBA_FLOAT32_ATI               0x8814\n#define GL_RGB_FLOAT32_ATI                0x8815\n#define GL_ALPHA_FLOAT32_ATI              0x8816\n#define GL_INTENSITY_FLOAT32_ATI          0x8817\n#define GL_LUMINANCE_FLOAT32_ATI          0x8818\n#define GL_LUMINANCE_ALPHA_FLOAT32_ATI    0x8819\n#define GL_RGBA_FLOAT16_ATI               0x881A\n#define GL_RGB_FLOAT16_ATI                0x881B\n#define GL_ALPHA_FLOAT16_ATI              0x881C\n#define GL_INTENSITY_FLOAT16_ATI          0x881D\n#define GL_LUMINANCE_FLOAT16_ATI          0x881E\n#define GL_LUMINANCE_ALPHA_FLOAT16_ATI    0x881F\n#endif\n\n#ifndef GL_NV_float_buffer\n#define GL_FLOAT_R_NV                     0x8880\n#define GL_FLOAT_RG_NV                    0x8881\n#define GL_FLOAT_RGB_NV                   0x8882\n#define GL_FLOAT_RGBA_NV                  0x8883\n#define GL_FLOAT_R16_NV                   0x8884\n#define GL_FLOAT_R32_NV                   0x8885\n#define GL_FLOAT_RG16_NV                  0x8886\n#define GL_FLOAT_RG32_NV                  0x8887\n#define GL_FLOAT_RGB16_NV                 0x8888\n#define GL_FLOAT_RGB32_NV                 0x8889\n#define GL_FLOAT_RGBA16_NV                0x888A\n#define GL_FLOAT_RGBA32_NV                0x888B\n#define GL_TEXTURE_FLOAT_COMPONENTS_NV    0x888C\n#define GL_FLOAT_CLEAR_COLOR_VALUE_NV     0x888D\n#define GL_FLOAT_RGBA_MODE_NV             0x888E\n#endif\n\n#ifndef GL_NV_fragment_program\n#define GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV 0x8868\n#define GL_FRAGMENT_PROGRAM_NV            0x8870\n#define GL_MAX_TEXTURE_COORDS_NV          0x8871\n#define GL_MAX_TEXTURE_IMAGE_UNITS_NV     0x8872\n#define GL_FRAGMENT_PROGRAM_BINDING_NV    0x8873\n#define GL_PROGRAM_ERROR_STRING_NV        0x8874\n#endif\n\n#ifndef GL_NV_half_float\n#define GL_HALF_FLOAT_NV                  0x140B\n#endif\n\n#ifndef GL_NV_pixel_data_range\n#define GL_WRITE_PIXEL_DATA_RANGE_NV      0x8878\n#define GL_READ_PIXEL_DATA_RANGE_NV       0x8879\n#define GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV 0x887A\n#define GL_READ_PIXEL_DATA_RANGE_LENGTH_NV 0x887B\n#define GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV 0x887C\n#define GL_READ_PIXEL_DATA_RANGE_POINTER_NV 0x887D\n#endif\n\n#ifndef GL_NV_primitive_restart\n#define GL_PRIMITIVE_RESTART_NV           0x8558\n#define GL_PRIMITIVE_RESTART_INDEX_NV     0x8559\n#endif\n\n#ifndef GL_NV_texture_expand_normal\n#define GL_TEXTURE_UNSIGNED_REMAP_MODE_NV 0x888F\n#endif\n\n#ifndef GL_NV_vertex_program2\n#endif\n\n#ifndef GL_ATI_map_object_buffer\n#endif\n\n#ifndef GL_ATI_separate_stencil\n#define GL_STENCIL_BACK_FUNC_ATI          0x8800\n#define GL_STENCIL_BACK_FAIL_ATI          0x8801\n#define GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI 0x8802\n#define GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI 0x8803\n#endif\n\n#ifndef GL_ATI_vertex_attrib_array_object\n#endif\n\n#ifndef GL_OES_read_format\n#define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A\n#define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B\n#endif\n\n#ifndef GL_EXT_depth_bounds_test\n#define GL_DEPTH_BOUNDS_TEST_EXT          0x8890\n#define GL_DEPTH_BOUNDS_EXT               0x8891\n#endif\n\n#ifndef GL_EXT_texture_mirror_clamp\n#define GL_MIRROR_CLAMP_EXT               0x8742\n#define GL_MIRROR_CLAMP_TO_EDGE_EXT       0x8743\n#define GL_MIRROR_CLAMP_TO_BORDER_EXT     0x8912\n#endif\n\n#ifndef GL_EXT_blend_equation_separate\n#define GL_BLEND_EQUATION_RGB_EXT         0x8009\n#define GL_BLEND_EQUATION_ALPHA_EXT       0x883D\n#endif\n\n#ifndef GL_MESA_pack_invert\n#define GL_PACK_INVERT_MESA               0x8758\n#endif\n\n#ifndef GL_MESA_ycbcr_texture\n#define GL_UNSIGNED_SHORT_8_8_MESA        0x85BA\n#define GL_UNSIGNED_SHORT_8_8_REV_MESA    0x85BB\n#define GL_YCBCR_MESA                     0x8757\n#endif\n\n#ifndef GL_EXT_pixel_buffer_object\n#define GL_PIXEL_PACK_BUFFER_EXT          0x88EB\n#define GL_PIXEL_UNPACK_BUFFER_EXT        0x88EC\n#define GL_PIXEL_PACK_BUFFER_BINDING_EXT  0x88ED\n#define GL_PIXEL_UNPACK_BUFFER_BINDING_EXT 0x88EF\n#endif\n\n#ifndef GL_NV_fragment_program_option\n#endif\n\n#ifndef GL_NV_fragment_program2\n#define GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV 0x88F4\n#define GL_MAX_PROGRAM_CALL_DEPTH_NV      0x88F5\n#define GL_MAX_PROGRAM_IF_DEPTH_NV        0x88F6\n#define GL_MAX_PROGRAM_LOOP_DEPTH_NV      0x88F7\n#define GL_MAX_PROGRAM_LOOP_COUNT_NV      0x88F8\n#endif\n\n#ifndef GL_NV_vertex_program2_option\n/* reuse GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV */\n/* reuse GL_MAX_PROGRAM_CALL_DEPTH_NV */\n#endif\n\n#ifndef GL_NV_vertex_program3\n/* reuse GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB */\n#endif\n\n#ifndef GL_EXT_framebuffer_object\n#define GL_INVALID_FRAMEBUFFER_OPERATION_EXT 0x0506\n#define GL_MAX_RENDERBUFFER_SIZE_EXT      0x84E8\n#define GL_FRAMEBUFFER_BINDING_EXT        0x8CA6\n#define GL_RENDERBUFFER_BINDING_EXT       0x8CA7\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT 0x8CD0\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT 0x8CD1\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT 0x8CD2\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT 0x8CD3\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT 0x8CD4\n#define GL_FRAMEBUFFER_COMPLETE_EXT       0x8CD5\n#define GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT 0x8CD6\n#define GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT 0x8CD7\n#define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT 0x8CD9\n#define GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT 0x8CDA\n#define GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT 0x8CDB\n#define GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT 0x8CDC\n#define GL_FRAMEBUFFER_UNSUPPORTED_EXT    0x8CDD\n#define GL_MAX_COLOR_ATTACHMENTS_EXT      0x8CDF\n#define GL_COLOR_ATTACHMENT0_EXT          0x8CE0\n#define GL_COLOR_ATTACHMENT1_EXT          0x8CE1\n#define GL_COLOR_ATTACHMENT2_EXT          0x8CE2\n#define GL_COLOR_ATTACHMENT3_EXT          0x8CE3\n#define GL_COLOR_ATTACHMENT4_EXT          0x8CE4\n#define GL_COLOR_ATTACHMENT5_EXT          0x8CE5\n#define GL_COLOR_ATTACHMENT6_EXT          0x8CE6\n#define GL_COLOR_ATTACHMENT7_EXT          0x8CE7\n#define GL_COLOR_ATTACHMENT8_EXT          0x8CE8\n#define GL_COLOR_ATTACHMENT9_EXT          0x8CE9\n#define GL_COLOR_ATTACHMENT10_EXT         0x8CEA\n#define GL_COLOR_ATTACHMENT11_EXT         0x8CEB\n#define GL_COLOR_ATTACHMENT12_EXT         0x8CEC\n#define GL_COLOR_ATTACHMENT13_EXT         0x8CED\n#define GL_COLOR_ATTACHMENT14_EXT         0x8CEE\n#define GL_COLOR_ATTACHMENT15_EXT         0x8CEF\n#define GL_DEPTH_ATTACHMENT_EXT           0x8D00\n#define GL_STENCIL_ATTACHMENT_EXT         0x8D20\n#define GL_FRAMEBUFFER_EXT                0x8D40\n#define GL_RENDERBUFFER_EXT               0x8D41\n#define GL_RENDERBUFFER_WIDTH_EXT         0x8D42\n#define GL_RENDERBUFFER_HEIGHT_EXT        0x8D43\n#define GL_RENDERBUFFER_INTERNAL_FORMAT_EXT 0x8D44\n#define GL_STENCIL_INDEX1_EXT             0x8D46\n#define GL_STENCIL_INDEX4_EXT             0x8D47\n#define GL_STENCIL_INDEX8_EXT             0x8D48\n#define GL_STENCIL_INDEX16_EXT            0x8D49\n#define GL_RENDERBUFFER_RED_SIZE_EXT      0x8D50\n#define GL_RENDERBUFFER_GREEN_SIZE_EXT    0x8D51\n#define GL_RENDERBUFFER_BLUE_SIZE_EXT     0x8D52\n#define GL_RENDERBUFFER_ALPHA_SIZE_EXT    0x8D53\n#define GL_RENDERBUFFER_DEPTH_SIZE_EXT    0x8D54\n#define GL_RENDERBUFFER_STENCIL_SIZE_EXT  0x8D55\n#endif\n\n#ifndef GL_GREMEDY_string_marker\n#endif\n\n#ifndef GL_EXT_packed_depth_stencil\n#define GL_DEPTH_STENCIL_EXT              0x84F9\n#define GL_UNSIGNED_INT_24_8_EXT          0x84FA\n#define GL_DEPTH24_STENCIL8_EXT           0x88F0\n#define GL_TEXTURE_STENCIL_SIZE_EXT       0x88F1\n#endif\n\n#ifndef GL_EXT_stencil_clear_tag\n#define GL_STENCIL_TAG_BITS_EXT           0x88F2\n#define GL_STENCIL_CLEAR_TAG_VALUE_EXT    0x88F3\n#endif\n\n#ifndef GL_EXT_texture_sRGB\n#define GL_SRGB_EXT                       0x8C40\n#define GL_SRGB8_EXT                      0x8C41\n#define GL_SRGB_ALPHA_EXT                 0x8C42\n#define GL_SRGB8_ALPHA8_EXT               0x8C43\n#define GL_SLUMINANCE_ALPHA_EXT           0x8C44\n#define GL_SLUMINANCE8_ALPHA8_EXT         0x8C45\n#define GL_SLUMINANCE_EXT                 0x8C46\n#define GL_SLUMINANCE8_EXT                0x8C47\n#define GL_COMPRESSED_SRGB_EXT            0x8C48\n#define GL_COMPRESSED_SRGB_ALPHA_EXT      0x8C49\n#define GL_COMPRESSED_SLUMINANCE_EXT      0x8C4A\n#define GL_COMPRESSED_SLUMINANCE_ALPHA_EXT 0x8C4B\n#define GL_COMPRESSED_SRGB_S3TC_DXT1_EXT  0x8C4C\n#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D\n#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT 0x8C4E\n#define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F\n#endif\n\n#ifndef GL_EXT_framebuffer_blit\n#define GL_READ_FRAMEBUFFER_EXT           0x8CA8\n#define GL_DRAW_FRAMEBUFFER_EXT           0x8CA9\n#define GL_DRAW_FRAMEBUFFER_BINDING_EXT   GL_FRAMEBUFFER_BINDING_EXT\n#define GL_READ_FRAMEBUFFER_BINDING_EXT   0x8CAA\n#endif\n\n#ifndef GL_EXT_framebuffer_multisample\n#define GL_RENDERBUFFER_SAMPLES_EXT       0x8CAB\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56\n#define GL_MAX_SAMPLES_EXT                0x8D57\n#endif\n\n#ifndef GL_MESAX_texture_stack\n#define GL_TEXTURE_1D_STACK_MESAX         0x8759\n#define GL_TEXTURE_2D_STACK_MESAX         0x875A\n#define GL_PROXY_TEXTURE_1D_STACK_MESAX   0x875B\n#define GL_PROXY_TEXTURE_2D_STACK_MESAX   0x875C\n#define GL_TEXTURE_1D_STACK_BINDING_MESAX 0x875D\n#define GL_TEXTURE_2D_STACK_BINDING_MESAX 0x875E\n#endif\n\n#ifndef GL_EXT_timer_query\n#define GL_TIME_ELAPSED_EXT               0x88BF\n#endif\n\n#ifndef GL_EXT_gpu_program_parameters\n#endif\n\n#ifndef GL_APPLE_flush_buffer_range\n#define GL_BUFFER_SERIALIZED_MODIFY_APPLE 0x8A12\n#define GL_BUFFER_FLUSHING_UNMAP_APPLE    0x8A13\n#endif\n\n#ifndef GL_NV_gpu_program4\n#define GL_MIN_PROGRAM_TEXEL_OFFSET_NV    0x8904\n#define GL_MAX_PROGRAM_TEXEL_OFFSET_NV    0x8905\n#define GL_PROGRAM_ATTRIB_COMPONENTS_NV   0x8906\n#define GL_PROGRAM_RESULT_COMPONENTS_NV   0x8907\n#define GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV 0x8908\n#define GL_MAX_PROGRAM_RESULT_COMPONENTS_NV 0x8909\n#define GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV 0x8DA5\n#define GL_MAX_PROGRAM_GENERIC_RESULTS_NV 0x8DA6\n#endif\n\n#ifndef GL_NV_geometry_program4\n#define GL_LINES_ADJACENCY_EXT            0x000A\n#define GL_LINE_STRIP_ADJACENCY_EXT       0x000B\n#define GL_TRIANGLES_ADJACENCY_EXT        0x000C\n#define GL_TRIANGLE_STRIP_ADJACENCY_EXT   0x000D\n#define GL_GEOMETRY_PROGRAM_NV            0x8C26\n#define GL_MAX_PROGRAM_OUTPUT_VERTICES_NV 0x8C27\n#define GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV 0x8C28\n#define GL_GEOMETRY_VERTICES_OUT_EXT      0x8DDA\n#define GL_GEOMETRY_INPUT_TYPE_EXT        0x8DDB\n#define GL_GEOMETRY_OUTPUT_TYPE_EXT       0x8DDC\n#define GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT 0x8C29\n#define GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT 0x8DA7\n#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT 0x8DA8\n#define GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT 0x8DA9\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT 0x8CD4\n#define GL_PROGRAM_POINT_SIZE_EXT         0x8642\n#endif\n\n#ifndef GL_EXT_geometry_shader4\n#define GL_GEOMETRY_SHADER_EXT            0x8DD9\n/* reuse GL_GEOMETRY_VERTICES_OUT_EXT */\n/* reuse GL_GEOMETRY_INPUT_TYPE_EXT */\n/* reuse GL_GEOMETRY_OUTPUT_TYPE_EXT */\n/* reuse GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT */\n#define GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT 0x8DDD\n#define GL_MAX_VERTEX_VARYING_COMPONENTS_EXT 0x8DDE\n#define GL_MAX_VARYING_COMPONENTS_EXT     0x8B4B\n#define GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT 0x8DDF\n#define GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT 0x8DE0\n#define GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT 0x8DE1\n/* reuse GL_LINES_ADJACENCY_EXT */\n/* reuse GL_LINE_STRIP_ADJACENCY_EXT */\n/* reuse GL_TRIANGLES_ADJACENCY_EXT */\n/* reuse GL_TRIANGLE_STRIP_ADJACENCY_EXT */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT */\n/* reuse GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT */\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT */\n/* reuse GL_PROGRAM_POINT_SIZE_EXT */\n#endif\n\n#ifndef GL_NV_vertex_program4\n#define GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV 0x88FD\n#endif\n\n#ifndef GL_EXT_gpu_shader4\n#define GL_SAMPLER_1D_ARRAY_EXT           0x8DC0\n#define GL_SAMPLER_2D_ARRAY_EXT           0x8DC1\n#define GL_SAMPLER_BUFFER_EXT             0x8DC2\n#define GL_SAMPLER_1D_ARRAY_SHADOW_EXT    0x8DC3\n#define GL_SAMPLER_2D_ARRAY_SHADOW_EXT    0x8DC4\n#define GL_SAMPLER_CUBE_SHADOW_EXT        0x8DC5\n#define GL_UNSIGNED_INT_VEC2_EXT          0x8DC6\n#define GL_UNSIGNED_INT_VEC3_EXT          0x8DC7\n#define GL_UNSIGNED_INT_VEC4_EXT          0x8DC8\n#define GL_INT_SAMPLER_1D_EXT             0x8DC9\n#define GL_INT_SAMPLER_2D_EXT             0x8DCA\n#define GL_INT_SAMPLER_3D_EXT             0x8DCB\n#define GL_INT_SAMPLER_CUBE_EXT           0x8DCC\n#define GL_INT_SAMPLER_2D_RECT_EXT        0x8DCD\n#define GL_INT_SAMPLER_1D_ARRAY_EXT       0x8DCE\n#define GL_INT_SAMPLER_2D_ARRAY_EXT       0x8DCF\n#define GL_INT_SAMPLER_BUFFER_EXT         0x8DD0\n#define GL_UNSIGNED_INT_SAMPLER_1D_EXT    0x8DD1\n#define GL_UNSIGNED_INT_SAMPLER_2D_EXT    0x8DD2\n#define GL_UNSIGNED_INT_SAMPLER_3D_EXT    0x8DD3\n#define GL_UNSIGNED_INT_SAMPLER_CUBE_EXT  0x8DD4\n#define GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT 0x8DD5\n#define GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT 0x8DD6\n#define GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT 0x8DD7\n#define GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT 0x8DD8\n#endif\n\n#ifndef GL_EXT_draw_instanced\n#endif\n\n#ifndef GL_EXT_packed_float\n#define GL_R11F_G11F_B10F_EXT             0x8C3A\n#define GL_UNSIGNED_INT_10F_11F_11F_REV_EXT 0x8C3B\n#define GL_RGBA_SIGNED_COMPONENTS_EXT     0x8C3C\n#endif\n\n#ifndef GL_EXT_texture_array\n#define GL_TEXTURE_1D_ARRAY_EXT           0x8C18\n#define GL_PROXY_TEXTURE_1D_ARRAY_EXT     0x8C19\n#define GL_TEXTURE_2D_ARRAY_EXT           0x8C1A\n#define GL_PROXY_TEXTURE_2D_ARRAY_EXT     0x8C1B\n#define GL_TEXTURE_BINDING_1D_ARRAY_EXT   0x8C1C\n#define GL_TEXTURE_BINDING_2D_ARRAY_EXT   0x8C1D\n#define GL_MAX_ARRAY_TEXTURE_LAYERS_EXT   0x88FF\n#define GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT 0x884E\n/* reuse GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT */\n#endif\n\n#ifndef GL_EXT_texture_buffer_object\n#define GL_TEXTURE_BUFFER_EXT             0x8C2A\n#define GL_MAX_TEXTURE_BUFFER_SIZE_EXT    0x8C2B\n#define GL_TEXTURE_BINDING_BUFFER_EXT     0x8C2C\n#define GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT 0x8C2D\n#define GL_TEXTURE_BUFFER_FORMAT_EXT      0x8C2E\n#endif\n\n#ifndef GL_EXT_texture_compression_latc\n#define GL_COMPRESSED_LUMINANCE_LATC1_EXT 0x8C70\n#define GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT 0x8C71\n#define GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT 0x8C72\n#define GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT 0x8C73\n#endif\n\n#ifndef GL_EXT_texture_compression_rgtc\n#define GL_COMPRESSED_RED_RGTC1_EXT       0x8DBB\n#define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC\n#define GL_COMPRESSED_RED_GREEN_RGTC2_EXT 0x8DBD\n#define GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT 0x8DBE\n#endif\n\n#ifndef GL_EXT_texture_shared_exponent\n#define GL_RGB9_E5_EXT                    0x8C3D\n#define GL_UNSIGNED_INT_5_9_9_9_REV_EXT   0x8C3E\n#define GL_TEXTURE_SHARED_SIZE_EXT        0x8C3F\n#endif\n\n#ifndef GL_NV_depth_buffer_float\n#define GL_DEPTH_COMPONENT32F_NV          0x8DAB\n#define GL_DEPTH32F_STENCIL8_NV           0x8DAC\n#define GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV 0x8DAD\n#define GL_DEPTH_BUFFER_FLOAT_MODE_NV     0x8DAF\n#endif\n\n#ifndef GL_NV_fragment_program4\n#endif\n\n#ifndef GL_NV_framebuffer_multisample_coverage\n#define GL_RENDERBUFFER_COVERAGE_SAMPLES_NV 0x8CAB\n#define GL_RENDERBUFFER_COLOR_SAMPLES_NV  0x8E10\n#define GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV 0x8E11\n#define GL_MULTISAMPLE_COVERAGE_MODES_NV  0x8E12\n#endif\n\n#ifndef GL_EXT_framebuffer_sRGB\n#define GL_FRAMEBUFFER_SRGB_EXT           0x8DB9\n#define GL_FRAMEBUFFER_SRGB_CAPABLE_EXT   0x8DBA\n#endif\n\n#ifndef GL_NV_geometry_shader4\n#endif\n\n#ifndef GL_NV_parameter_buffer_object\n#define GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV 0x8DA0\n#define GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV 0x8DA1\n#define GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2\n#define GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3\n#define GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4\n#endif\n\n#ifndef GL_EXT_draw_buffers2\n#endif\n\n#ifndef GL_NV_transform_feedback\n#define GL_BACK_PRIMARY_COLOR_NV          0x8C77\n#define GL_BACK_SECONDARY_COLOR_NV        0x8C78\n#define GL_TEXTURE_COORD_NV               0x8C79\n#define GL_CLIP_DISTANCE_NV               0x8C7A\n#define GL_VERTEX_ID_NV                   0x8C7B\n#define GL_PRIMITIVE_ID_NV                0x8C7C\n#define GL_GENERIC_ATTRIB_NV              0x8C7D\n#define GL_TRANSFORM_FEEDBACK_ATTRIBS_NV  0x8C7E\n#define GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV 0x8C7F\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV 0x8C80\n#define GL_ACTIVE_VARYINGS_NV             0x8C81\n#define GL_ACTIVE_VARYING_MAX_LENGTH_NV   0x8C82\n#define GL_TRANSFORM_FEEDBACK_VARYINGS_NV 0x8C83\n#define GL_TRANSFORM_FEEDBACK_BUFFER_START_NV 0x8C84\n#define GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV 0x8C85\n#define GL_TRANSFORM_FEEDBACK_RECORD_NV   0x8C86\n#define GL_PRIMITIVES_GENERATED_NV        0x8C87\n#define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV 0x8C88\n#define GL_RASTERIZER_DISCARD_NV          0x8C89\n#define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_ATTRIBS_NV 0x8C8A\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV 0x8C8B\n#define GL_INTERLEAVED_ATTRIBS_NV         0x8C8C\n#define GL_SEPARATE_ATTRIBS_NV            0x8C8D\n#define GL_TRANSFORM_FEEDBACK_BUFFER_NV   0x8C8E\n#define GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV 0x8C8F\n#define GL_LAYER_NV                       0x8DAA\n#define GL_NEXT_BUFFER_NV                 -2\n#define GL_SKIP_COMPONENTS4_NV            -3\n#define GL_SKIP_COMPONENTS3_NV            -4\n#define GL_SKIP_COMPONENTS2_NV            -5\n#define GL_SKIP_COMPONENTS1_NV            -6\n#endif\n\n#ifndef GL_EXT_bindable_uniform\n#define GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT 0x8DE2\n#define GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT 0x8DE3\n#define GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT 0x8DE4\n#define GL_MAX_BINDABLE_UNIFORM_SIZE_EXT  0x8DED\n#define GL_UNIFORM_BUFFER_EXT             0x8DEE\n#define GL_UNIFORM_BUFFER_BINDING_EXT     0x8DEF\n#endif\n\n#ifndef GL_EXT_texture_integer\n#define GL_RGBA32UI_EXT                   0x8D70\n#define GL_RGB32UI_EXT                    0x8D71\n#define GL_ALPHA32UI_EXT                  0x8D72\n#define GL_INTENSITY32UI_EXT              0x8D73\n#define GL_LUMINANCE32UI_EXT              0x8D74\n#define GL_LUMINANCE_ALPHA32UI_EXT        0x8D75\n#define GL_RGBA16UI_EXT                   0x8D76\n#define GL_RGB16UI_EXT                    0x8D77\n#define GL_ALPHA16UI_EXT                  0x8D78\n#define GL_INTENSITY16UI_EXT              0x8D79\n#define GL_LUMINANCE16UI_EXT              0x8D7A\n#define GL_LUMINANCE_ALPHA16UI_EXT        0x8D7B\n#define GL_RGBA8UI_EXT                    0x8D7C\n#define GL_RGB8UI_EXT                     0x8D7D\n#define GL_ALPHA8UI_EXT                   0x8D7E\n#define GL_INTENSITY8UI_EXT               0x8D7F\n#define GL_LUMINANCE8UI_EXT               0x8D80\n#define GL_LUMINANCE_ALPHA8UI_EXT         0x8D81\n#define GL_RGBA32I_EXT                    0x8D82\n#define GL_RGB32I_EXT                     0x8D83\n#define GL_ALPHA32I_EXT                   0x8D84\n#define GL_INTENSITY32I_EXT               0x8D85\n#define GL_LUMINANCE32I_EXT               0x8D86\n#define GL_LUMINANCE_ALPHA32I_EXT         0x8D87\n#define GL_RGBA16I_EXT                    0x8D88\n#define GL_RGB16I_EXT                     0x8D89\n#define GL_ALPHA16I_EXT                   0x8D8A\n#define GL_INTENSITY16I_EXT               0x8D8B\n#define GL_LUMINANCE16I_EXT               0x8D8C\n#define GL_LUMINANCE_ALPHA16I_EXT         0x8D8D\n#define GL_RGBA8I_EXT                     0x8D8E\n#define GL_RGB8I_EXT                      0x8D8F\n#define GL_ALPHA8I_EXT                    0x8D90\n#define GL_INTENSITY8I_EXT                0x8D91\n#define GL_LUMINANCE8I_EXT                0x8D92\n#define GL_LUMINANCE_ALPHA8I_EXT          0x8D93\n#define GL_RED_INTEGER_EXT                0x8D94\n#define GL_GREEN_INTEGER_EXT              0x8D95\n#define GL_BLUE_INTEGER_EXT               0x8D96\n#define GL_ALPHA_INTEGER_EXT              0x8D97\n#define GL_RGB_INTEGER_EXT                0x8D98\n#define GL_RGBA_INTEGER_EXT               0x8D99\n#define GL_BGR_INTEGER_EXT                0x8D9A\n#define GL_BGRA_INTEGER_EXT               0x8D9B\n#define GL_LUMINANCE_INTEGER_EXT          0x8D9C\n#define GL_LUMINANCE_ALPHA_INTEGER_EXT    0x8D9D\n#define GL_RGBA_INTEGER_MODE_EXT          0x8D9E\n#endif\n\n#ifndef GL_GREMEDY_frame_terminator\n#endif\n\n#ifndef GL_NV_conditional_render\n#define GL_QUERY_WAIT_NV                  0x8E13\n#define GL_QUERY_NO_WAIT_NV               0x8E14\n#define GL_QUERY_BY_REGION_WAIT_NV        0x8E15\n#define GL_QUERY_BY_REGION_NO_WAIT_NV     0x8E16\n#endif\n\n#ifndef GL_NV_present_video\n#define GL_FRAME_NV                       0x8E26\n#define GL_FIELDS_NV                      0x8E27\n#define GL_CURRENT_TIME_NV                0x8E28\n#define GL_NUM_FILL_STREAMS_NV            0x8E29\n#define GL_PRESENT_TIME_NV                0x8E2A\n#define GL_PRESENT_DURATION_NV            0x8E2B\n#endif\n\n#ifndef GL_EXT_transform_feedback\n#define GL_TRANSFORM_FEEDBACK_BUFFER_EXT  0x8C8E\n#define GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT 0x8C84\n#define GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT 0x8C85\n#define GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT 0x8C8F\n#define GL_INTERLEAVED_ATTRIBS_EXT        0x8C8C\n#define GL_SEPARATE_ATTRIBS_EXT           0x8C8D\n#define GL_PRIMITIVES_GENERATED_EXT       0x8C87\n#define GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT 0x8C88\n#define GL_RASTERIZER_DISCARD_EXT         0x8C89\n#define GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT 0x8C8A\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT 0x8C8B\n#define GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT 0x8C80\n#define GL_TRANSFORM_FEEDBACK_VARYINGS_EXT 0x8C83\n#define GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT 0x8C7F\n#define GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT 0x8C76\n#endif\n\n#ifndef GL_EXT_direct_state_access\n#define GL_PROGRAM_MATRIX_EXT             0x8E2D\n#define GL_TRANSPOSE_PROGRAM_MATRIX_EXT   0x8E2E\n#define GL_PROGRAM_MATRIX_STACK_DEPTH_EXT 0x8E2F\n#endif\n\n#ifndef GL_EXT_vertex_array_bgra\n/* reuse GL_BGRA */\n#endif\n\n#ifndef GL_EXT_texture_swizzle\n#define GL_TEXTURE_SWIZZLE_R_EXT          0x8E42\n#define GL_TEXTURE_SWIZZLE_G_EXT          0x8E43\n#define GL_TEXTURE_SWIZZLE_B_EXT          0x8E44\n#define GL_TEXTURE_SWIZZLE_A_EXT          0x8E45\n#define GL_TEXTURE_SWIZZLE_RGBA_EXT       0x8E46\n#endif\n\n#ifndef GL_NV_explicit_multisample\n#define GL_SAMPLE_POSITION_NV             0x8E50\n#define GL_SAMPLE_MASK_NV                 0x8E51\n#define GL_SAMPLE_MASK_VALUE_NV           0x8E52\n#define GL_TEXTURE_BINDING_RENDERBUFFER_NV 0x8E53\n#define GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV 0x8E54\n#define GL_TEXTURE_RENDERBUFFER_NV        0x8E55\n#define GL_SAMPLER_RENDERBUFFER_NV        0x8E56\n#define GL_INT_SAMPLER_RENDERBUFFER_NV    0x8E57\n#define GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV 0x8E58\n#define GL_MAX_SAMPLE_MASK_WORDS_NV       0x8E59\n#endif\n\n#ifndef GL_NV_transform_feedback2\n#define GL_TRANSFORM_FEEDBACK_NV          0x8E22\n#define GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV 0x8E23\n#define GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV 0x8E24\n#define GL_TRANSFORM_FEEDBACK_BINDING_NV  0x8E25\n#endif\n\n#ifndef GL_ATI_meminfo\n#define GL_VBO_FREE_MEMORY_ATI            0x87FB\n#define GL_TEXTURE_FREE_MEMORY_ATI        0x87FC\n#define GL_RENDERBUFFER_FREE_MEMORY_ATI   0x87FD\n#endif\n\n#ifndef GL_AMD_performance_monitor\n#define GL_COUNTER_TYPE_AMD               0x8BC0\n#define GL_COUNTER_RANGE_AMD              0x8BC1\n#define GL_UNSIGNED_INT64_AMD             0x8BC2\n#define GL_PERCENTAGE_AMD                 0x8BC3\n#define GL_PERFMON_RESULT_AVAILABLE_AMD   0x8BC4\n#define GL_PERFMON_RESULT_SIZE_AMD        0x8BC5\n#define GL_PERFMON_RESULT_AMD             0x8BC6\n#endif\n\n#ifndef GL_AMD_texture_texture4\n#endif\n\n#ifndef GL_AMD_vertex_shader_tesselator\n#define GL_SAMPLER_BUFFER_AMD             0x9001\n#define GL_INT_SAMPLER_BUFFER_AMD         0x9002\n#define GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD 0x9003\n#define GL_TESSELLATION_MODE_AMD          0x9004\n#define GL_TESSELLATION_FACTOR_AMD        0x9005\n#define GL_DISCRETE_AMD                   0x9006\n#define GL_CONTINUOUS_AMD                 0x9007\n#endif\n\n#ifndef GL_EXT_provoking_vertex\n#define GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT 0x8E4C\n#define GL_FIRST_VERTEX_CONVENTION_EXT    0x8E4D\n#define GL_LAST_VERTEX_CONVENTION_EXT     0x8E4E\n#define GL_PROVOKING_VERTEX_EXT           0x8E4F\n#endif\n\n#ifndef GL_EXT_texture_snorm\n#define GL_ALPHA_SNORM                    0x9010\n#define GL_LUMINANCE_SNORM                0x9011\n#define GL_LUMINANCE_ALPHA_SNORM          0x9012\n#define GL_INTENSITY_SNORM                0x9013\n#define GL_ALPHA8_SNORM                   0x9014\n#define GL_LUMINANCE8_SNORM               0x9015\n#define GL_LUMINANCE8_ALPHA8_SNORM        0x9016\n#define GL_INTENSITY8_SNORM               0x9017\n#define GL_ALPHA16_SNORM                  0x9018\n#define GL_LUMINANCE16_SNORM              0x9019\n#define GL_LUMINANCE16_ALPHA16_SNORM      0x901A\n#define GL_INTENSITY16_SNORM              0x901B\n/* reuse GL_RED_SNORM */\n/* reuse GL_RG_SNORM */\n/* reuse GL_RGB_SNORM */\n/* reuse GL_RGBA_SNORM */\n/* reuse GL_R8_SNORM */\n/* reuse GL_RG8_SNORM */\n/* reuse GL_RGB8_SNORM */\n/* reuse GL_RGBA8_SNORM */\n/* reuse GL_R16_SNORM */\n/* reuse GL_RG16_SNORM */\n/* reuse GL_RGB16_SNORM */\n/* reuse GL_RGBA16_SNORM */\n/* reuse GL_SIGNED_NORMALIZED */\n#endif\n\n#ifndef GL_AMD_draw_buffers_blend\n#endif\n\n#ifndef GL_APPLE_texture_range\n#define GL_TEXTURE_RANGE_LENGTH_APPLE     0x85B7\n#define GL_TEXTURE_RANGE_POINTER_APPLE    0x85B8\n#define GL_TEXTURE_STORAGE_HINT_APPLE     0x85BC\n#define GL_STORAGE_PRIVATE_APPLE          0x85BD\n/* reuse GL_STORAGE_CACHED_APPLE */\n/* reuse GL_STORAGE_SHARED_APPLE */\n#endif\n\n#ifndef GL_APPLE_float_pixels\n#define GL_HALF_APPLE                     0x140B\n#define GL_RGBA_FLOAT32_APPLE             0x8814\n#define GL_RGB_FLOAT32_APPLE              0x8815\n#define GL_ALPHA_FLOAT32_APPLE            0x8816\n#define GL_INTENSITY_FLOAT32_APPLE        0x8817\n#define GL_LUMINANCE_FLOAT32_APPLE        0x8818\n#define GL_LUMINANCE_ALPHA_FLOAT32_APPLE  0x8819\n#define GL_RGBA_FLOAT16_APPLE             0x881A\n#define GL_RGB_FLOAT16_APPLE              0x881B\n#define GL_ALPHA_FLOAT16_APPLE            0x881C\n#define GL_INTENSITY_FLOAT16_APPLE        0x881D\n#define GL_LUMINANCE_FLOAT16_APPLE        0x881E\n#define GL_LUMINANCE_ALPHA_FLOAT16_APPLE  0x881F\n#define GL_COLOR_FLOAT_APPLE              0x8A0F\n#endif\n\n#ifndef GL_APPLE_vertex_program_evaluators\n#define GL_VERTEX_ATTRIB_MAP1_APPLE       0x8A00\n#define GL_VERTEX_ATTRIB_MAP2_APPLE       0x8A01\n#define GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE  0x8A02\n#define GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE 0x8A03\n#define GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE 0x8A04\n#define GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE 0x8A05\n#define GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE  0x8A06\n#define GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE 0x8A07\n#define GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE 0x8A08\n#define GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE 0x8A09\n#endif\n\n#ifndef GL_APPLE_aux_depth_stencil\n#define GL_AUX_DEPTH_STENCIL_APPLE        0x8A14\n#endif\n\n#ifndef GL_APPLE_object_purgeable\n#define GL_BUFFER_OBJECT_APPLE            0x85B3\n#define GL_RELEASED_APPLE                 0x8A19\n#define GL_VOLATILE_APPLE                 0x8A1A\n#define GL_RETAINED_APPLE                 0x8A1B\n#define GL_UNDEFINED_APPLE                0x8A1C\n#define GL_PURGEABLE_APPLE                0x8A1D\n#endif\n\n#ifndef GL_APPLE_row_bytes\n#define GL_PACK_ROW_BYTES_APPLE           0x8A15\n#define GL_UNPACK_ROW_BYTES_APPLE         0x8A16\n#endif\n\n#ifndef GL_APPLE_rgb_422\n#define GL_RGB_422_APPLE                  0x8A1F\n/* reuse GL_UNSIGNED_SHORT_8_8_APPLE */\n/* reuse GL_UNSIGNED_SHORT_8_8_REV_APPLE */\n#endif\n\n#ifndef GL_NV_video_capture\n#define GL_VIDEO_BUFFER_NV                0x9020\n#define GL_VIDEO_BUFFER_BINDING_NV        0x9021\n#define GL_FIELD_UPPER_NV                 0x9022\n#define GL_FIELD_LOWER_NV                 0x9023\n#define GL_NUM_VIDEO_CAPTURE_STREAMS_NV   0x9024\n#define GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV 0x9025\n#define GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV 0x9026\n#define GL_LAST_VIDEO_CAPTURE_STATUS_NV   0x9027\n#define GL_VIDEO_BUFFER_PITCH_NV          0x9028\n#define GL_VIDEO_COLOR_CONVERSION_MATRIX_NV 0x9029\n#define GL_VIDEO_COLOR_CONVERSION_MAX_NV  0x902A\n#define GL_VIDEO_COLOR_CONVERSION_MIN_NV  0x902B\n#define GL_VIDEO_COLOR_CONVERSION_OFFSET_NV 0x902C\n#define GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV 0x902D\n#define GL_PARTIAL_SUCCESS_NV             0x902E\n#define GL_SUCCESS_NV                     0x902F\n#define GL_FAILURE_NV                     0x9030\n#define GL_YCBYCR8_422_NV                 0x9031\n#define GL_YCBAYCR8A_4224_NV              0x9032\n#define GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV  0x9033\n#define GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV 0x9034\n#define GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV  0x9035\n#define GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV 0x9036\n#define GL_Z4Y12Z4CB12Z4CR12_444_NV       0x9037\n#define GL_VIDEO_CAPTURE_FRAME_WIDTH_NV   0x9038\n#define GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV  0x9039\n#define GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV 0x903A\n#define GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV 0x903B\n#define GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV 0x903C\n#endif\n\n#ifndef GL_NV_copy_image\n#endif\n\n#ifndef GL_EXT_separate_shader_objects\n#define GL_ACTIVE_PROGRAM_EXT             0x8B8D\n#endif\n\n#ifndef GL_NV_parameter_buffer_object2\n#endif\n\n#ifndef GL_NV_shader_buffer_load\n#define GL_BUFFER_GPU_ADDRESS_NV          0x8F1D\n#define GL_GPU_ADDRESS_NV                 0x8F34\n#define GL_MAX_SHADER_BUFFER_ADDRESS_NV   0x8F35\n#endif\n\n#ifndef GL_NV_vertex_buffer_unified_memory\n#define GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV 0x8F1E\n#define GL_ELEMENT_ARRAY_UNIFIED_NV       0x8F1F\n#define GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV 0x8F20\n#define GL_VERTEX_ARRAY_ADDRESS_NV        0x8F21\n#define GL_NORMAL_ARRAY_ADDRESS_NV        0x8F22\n#define GL_COLOR_ARRAY_ADDRESS_NV         0x8F23\n#define GL_INDEX_ARRAY_ADDRESS_NV         0x8F24\n#define GL_TEXTURE_COORD_ARRAY_ADDRESS_NV 0x8F25\n#define GL_EDGE_FLAG_ARRAY_ADDRESS_NV     0x8F26\n#define GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV 0x8F27\n#define GL_FOG_COORD_ARRAY_ADDRESS_NV     0x8F28\n#define GL_ELEMENT_ARRAY_ADDRESS_NV       0x8F29\n#define GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV  0x8F2A\n#define GL_VERTEX_ARRAY_LENGTH_NV         0x8F2B\n#define GL_NORMAL_ARRAY_LENGTH_NV         0x8F2C\n#define GL_COLOR_ARRAY_LENGTH_NV          0x8F2D\n#define GL_INDEX_ARRAY_LENGTH_NV          0x8F2E\n#define GL_TEXTURE_COORD_ARRAY_LENGTH_NV  0x8F2F\n#define GL_EDGE_FLAG_ARRAY_LENGTH_NV      0x8F30\n#define GL_SECONDARY_COLOR_ARRAY_LENGTH_NV 0x8F31\n#define GL_FOG_COORD_ARRAY_LENGTH_NV      0x8F32\n#define GL_ELEMENT_ARRAY_LENGTH_NV        0x8F33\n#define GL_DRAW_INDIRECT_UNIFIED_NV       0x8F40\n#define GL_DRAW_INDIRECT_ADDRESS_NV       0x8F41\n#define GL_DRAW_INDIRECT_LENGTH_NV        0x8F42\n#endif\n\n#ifndef GL_NV_texture_barrier\n#endif\n\n#ifndef GL_AMD_shader_stencil_export\n#endif\n\n#ifndef GL_AMD_seamless_cubemap_per_texture\n/* reuse GL_TEXTURE_CUBE_MAP_SEAMLESS_ARB */\n#endif\n\n#ifndef GL_AMD_conservative_depth\n#endif\n\n#ifndef GL_EXT_shader_image_load_store\n#define GL_MAX_IMAGE_UNITS_EXT            0x8F38\n#define GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT 0x8F39\n#define GL_IMAGE_BINDING_NAME_EXT         0x8F3A\n#define GL_IMAGE_BINDING_LEVEL_EXT        0x8F3B\n#define GL_IMAGE_BINDING_LAYERED_EXT      0x8F3C\n#define GL_IMAGE_BINDING_LAYER_EXT        0x8F3D\n#define GL_IMAGE_BINDING_ACCESS_EXT       0x8F3E\n#define GL_IMAGE_1D_EXT                   0x904C\n#define GL_IMAGE_2D_EXT                   0x904D\n#define GL_IMAGE_3D_EXT                   0x904E\n#define GL_IMAGE_2D_RECT_EXT              0x904F\n#define GL_IMAGE_CUBE_EXT                 0x9050\n#define GL_IMAGE_BUFFER_EXT               0x9051\n#define GL_IMAGE_1D_ARRAY_EXT             0x9052\n#define GL_IMAGE_2D_ARRAY_EXT             0x9053\n#define GL_IMAGE_CUBE_MAP_ARRAY_EXT       0x9054\n#define GL_IMAGE_2D_MULTISAMPLE_EXT       0x9055\n#define GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT 0x9056\n#define GL_INT_IMAGE_1D_EXT               0x9057\n#define GL_INT_IMAGE_2D_EXT               0x9058\n#define GL_INT_IMAGE_3D_EXT               0x9059\n#define GL_INT_IMAGE_2D_RECT_EXT          0x905A\n#define GL_INT_IMAGE_CUBE_EXT             0x905B\n#define GL_INT_IMAGE_BUFFER_EXT           0x905C\n#define GL_INT_IMAGE_1D_ARRAY_EXT         0x905D\n#define GL_INT_IMAGE_2D_ARRAY_EXT         0x905E\n#define GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT   0x905F\n#define GL_INT_IMAGE_2D_MULTISAMPLE_EXT   0x9060\n#define GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT 0x9061\n#define GL_UNSIGNED_INT_IMAGE_1D_EXT      0x9062\n#define GL_UNSIGNED_INT_IMAGE_2D_EXT      0x9063\n#define GL_UNSIGNED_INT_IMAGE_3D_EXT      0x9064\n#define GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT 0x9065\n#define GL_UNSIGNED_INT_IMAGE_CUBE_EXT    0x9066\n#define GL_UNSIGNED_INT_IMAGE_BUFFER_EXT  0x9067\n#define GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT 0x9068\n#define GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT 0x9069\n#define GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT 0x906A\n#define GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT 0x906B\n#define GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT 0x906C\n#define GL_MAX_IMAGE_SAMPLES_EXT          0x906D\n#define GL_IMAGE_BINDING_FORMAT_EXT       0x906E\n#define GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT 0x00000001\n#define GL_ELEMENT_ARRAY_BARRIER_BIT_EXT  0x00000002\n#define GL_UNIFORM_BARRIER_BIT_EXT        0x00000004\n#define GL_TEXTURE_FETCH_BARRIER_BIT_EXT  0x00000008\n#define GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT 0x00000020\n#define GL_COMMAND_BARRIER_BIT_EXT        0x00000040\n#define GL_PIXEL_BUFFER_BARRIER_BIT_EXT   0x00000080\n#define GL_TEXTURE_UPDATE_BARRIER_BIT_EXT 0x00000100\n#define GL_BUFFER_UPDATE_BARRIER_BIT_EXT  0x00000200\n#define GL_FRAMEBUFFER_BARRIER_BIT_EXT    0x00000400\n#define GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT 0x00000800\n#define GL_ATOMIC_COUNTER_BARRIER_BIT_EXT 0x00001000\n#define GL_ALL_BARRIER_BITS_EXT           0xFFFFFFFF\n#endif\n\n#ifndef GL_EXT_vertex_attrib_64bit\n/* reuse GL_DOUBLE */\n#define GL_DOUBLE_VEC2_EXT                0x8FFC\n#define GL_DOUBLE_VEC3_EXT                0x8FFD\n#define GL_DOUBLE_VEC4_EXT                0x8FFE\n#define GL_DOUBLE_MAT2_EXT                0x8F46\n#define GL_DOUBLE_MAT3_EXT                0x8F47\n#define GL_DOUBLE_MAT4_EXT                0x8F48\n#define GL_DOUBLE_MAT2x3_EXT              0x8F49\n#define GL_DOUBLE_MAT2x4_EXT              0x8F4A\n#define GL_DOUBLE_MAT3x2_EXT              0x8F4B\n#define GL_DOUBLE_MAT3x4_EXT              0x8F4C\n#define GL_DOUBLE_MAT4x2_EXT              0x8F4D\n#define GL_DOUBLE_MAT4x3_EXT              0x8F4E\n#endif\n\n#ifndef GL_NV_gpu_program5\n#define GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV 0x8E5A\n#define GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV 0x8E5B\n#define GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV 0x8E5C\n#define GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV 0x8E5D\n#define GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV 0x8F44\n#define GL_MAX_PROGRAM_SUBROUTINE_NUM_NV  0x8F45\n#endif\n\n#ifndef GL_NV_gpu_shader5\n#define GL_INT64_NV                       0x140E\n#define GL_UNSIGNED_INT64_NV              0x140F\n#define GL_INT8_NV                        0x8FE0\n#define GL_INT8_VEC2_NV                   0x8FE1\n#define GL_INT8_VEC3_NV                   0x8FE2\n#define GL_INT8_VEC4_NV                   0x8FE3\n#define GL_INT16_NV                       0x8FE4\n#define GL_INT16_VEC2_NV                  0x8FE5\n#define GL_INT16_VEC3_NV                  0x8FE6\n#define GL_INT16_VEC4_NV                  0x8FE7\n#define GL_INT64_VEC2_NV                  0x8FE9\n#define GL_INT64_VEC3_NV                  0x8FEA\n#define GL_INT64_VEC4_NV                  0x8FEB\n#define GL_UNSIGNED_INT8_NV               0x8FEC\n#define GL_UNSIGNED_INT8_VEC2_NV          0x8FED\n#define GL_UNSIGNED_INT8_VEC3_NV          0x8FEE\n#define GL_UNSIGNED_INT8_VEC4_NV          0x8FEF\n#define GL_UNSIGNED_INT16_NV              0x8FF0\n#define GL_UNSIGNED_INT16_VEC2_NV         0x8FF1\n#define GL_UNSIGNED_INT16_VEC3_NV         0x8FF2\n#define GL_UNSIGNED_INT16_VEC4_NV         0x8FF3\n#define GL_UNSIGNED_INT64_VEC2_NV         0x8FF5\n#define GL_UNSIGNED_INT64_VEC3_NV         0x8FF6\n#define GL_UNSIGNED_INT64_VEC4_NV         0x8FF7\n#define GL_FLOAT16_NV                     0x8FF8\n#define GL_FLOAT16_VEC2_NV                0x8FF9\n#define GL_FLOAT16_VEC3_NV                0x8FFA\n#define GL_FLOAT16_VEC4_NV                0x8FFB\n/* reuse GL_PATCHES */\n#endif\n\n#ifndef GL_NV_shader_buffer_store\n#define GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV 0x00000010\n/* reuse GL_READ_WRITE */\n/* reuse GL_WRITE_ONLY */\n#endif\n\n#ifndef GL_NV_tessellation_program5\n#define GL_MAX_PROGRAM_PATCH_ATTRIBS_NV   0x86D8\n#define GL_TESS_CONTROL_PROGRAM_NV        0x891E\n#define GL_TESS_EVALUATION_PROGRAM_NV     0x891F\n#define GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV 0x8C74\n#define GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV 0x8C75\n#endif\n\n#ifndef GL_NV_vertex_attrib_integer_64bit\n/* reuse GL_INT64_NV */\n/* reuse GL_UNSIGNED_INT64_NV */\n#endif\n\n#ifndef GL_NV_multisample_coverage\n#define GL_COVERAGE_SAMPLES_NV            0x80A9\n#define GL_COLOR_SAMPLES_NV               0x8E20\n#endif\n\n#ifndef GL_AMD_name_gen_delete\n#define GL_DATA_BUFFER_AMD                0x9151\n#define GL_PERFORMANCE_MONITOR_AMD        0x9152\n#define GL_QUERY_OBJECT_AMD               0x9153\n#define GL_VERTEX_ARRAY_OBJECT_AMD        0x9154\n#define GL_SAMPLER_OBJECT_AMD             0x9155\n#endif\n\n#ifndef GL_AMD_debug_output\n#define GL_MAX_DEBUG_LOGGED_MESSAGES_AMD  0x9144\n#define GL_DEBUG_LOGGED_MESSAGES_AMD      0x9145\n#define GL_DEBUG_SEVERITY_HIGH_AMD        0x9146\n#define GL_DEBUG_SEVERITY_MEDIUM_AMD      0x9147\n#define GL_DEBUG_SEVERITY_LOW_AMD         0x9148\n#define GL_DEBUG_CATEGORY_API_ERROR_AMD   0x9149\n#define GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD 0x914A\n#define GL_DEBUG_CATEGORY_DEPRECATION_AMD 0x914B\n#define GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD 0x914C\n#define GL_DEBUG_CATEGORY_PERFORMANCE_AMD 0x914D\n#define GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD 0x914E\n#define GL_DEBUG_CATEGORY_APPLICATION_AMD 0x914F\n#define GL_DEBUG_CATEGORY_OTHER_AMD       0x9150\n#endif\n\n#ifndef GL_NV_vdpau_interop\n#define GL_SURFACE_STATE_NV               0x86EB\n#define GL_SURFACE_REGISTERED_NV          0x86FD\n#define GL_SURFACE_MAPPED_NV              0x8700\n#define GL_WRITE_DISCARD_NV               0x88BE\n#endif\n\n#ifndef GL_AMD_transform_feedback3_lines_triangles\n#endif\n\n\n/*************************************************************/\n\n#include <stddef.h>\n#ifndef GL_VERSION_2_0\n/* GL type for program/shader text */\ntypedef char GLchar;\n#endif\n\n#ifndef GL_VERSION_1_5\n/* GL types for handling large vertex buffer objects */\n#if defined(__APPLE__)\ntypedef long GLintptr;\ntypedef long GLsizeiptr;\n#else\ntypedef ptrdiff_t GLintptr;\ntypedef ptrdiff_t GLsizeiptr;\n#endif\n#endif\n\n#ifndef GL_ARB_vertex_buffer_object\n/* GL types for handling large vertex buffer objects */\n#if defined(__APPLE__)\ntypedef long GLintptrARB;\ntypedef long GLsizeiptrARB;\n#else\ntypedef ptrdiff_t GLintptrARB;\ntypedef ptrdiff_t GLsizeiptrARB;\n#endif\n#endif\n\n#ifndef GL_ARB_shader_objects\n/* GL types for program/shader text and shader object handles */\ntypedef char GLcharARB;\n#if defined(__APPLE__)\ntypedef void *GLhandleARB;\n#else\ntypedef unsigned int GLhandleARB;\n#endif\n#endif\n\n/* GL type for \"half\" precision (s10e5) float data in host memory */\n#ifndef GL_ARB_half_float_pixel\ntypedef unsigned short GLhalfARB;\n#endif\n\n#ifndef GL_NV_half_float\ntypedef unsigned short GLhalfNV;\n#endif\n\n#ifndef GLEXT_64_TYPES_DEFINED\n/* This code block is duplicated in glxext.h, so must be protected */\n#define GLEXT_64_TYPES_DEFINED\n/* Define int32_t, int64_t, and uint64_t types for UST/MSC */\n/* (as used in the GL_EXT_timer_query extension). */\n#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L\n#include <inttypes.h>\n#elif defined(__sun__) || defined(__digital__)\n#include <inttypes.h>\n#if defined(__STDC__)\n#if defined(__arch64__) || defined(_LP64)\ntypedef long int int64_t;\ntypedef unsigned long int uint64_t;\n#else\ntypedef long long int int64_t;\ntypedef unsigned long long int uint64_t;\n#endif /* __arch64__ */\n#endif /* __STDC__ */\n#elif defined( __VMS ) || defined(__sgi)\n#include <inttypes.h>\n#elif defined(__SCO__) || defined(__USLC__)\n#include <stdint.h>\n#elif defined(__UNIXOS2__) || defined(__SOL64__)\ntypedef long int int32_t;\ntypedef long long int int64_t;\ntypedef unsigned long long int uint64_t;\n#elif defined(_WIN32) && defined(__GNUC__)\n#include <stdint.h>\n#elif defined(_WIN32)\ntypedef __int32 int32_t;\ntypedef __int64 int64_t;\ntypedef unsigned __int64 uint64_t;\n#else\n/* Fallback if nothing above works */\n#include <inttypes.h>\n#endif\n#endif\n\n#ifndef GL_EXT_timer_query\ntypedef int64_t GLint64EXT;\ntypedef uint64_t GLuint64EXT;\n#endif\n\n#ifndef GL_ARB_sync\ntypedef int64_t GLint64;\ntypedef uint64_t GLuint64;\ntypedef struct __GLsync *GLsync;\n#endif\n\n#ifndef GL_ARB_cl_event\n/* These incomplete types let us declare types compatible with OpenCL's cl_context and cl_event */\nstruct _cl_context;\nstruct _cl_event;\n#endif\n\n#ifndef GL_ARB_debug_output\ntypedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);\n#endif\n\n#ifndef GL_AMD_debug_output\ntypedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);\n#endif\n\n#ifndef GL_NV_vdpau_interop\ntypedef GLintptr GLvdpauSurfaceNV;\n#endif\n\n#ifndef GL_VERSION_1_2\n#define GL_VERSION_1_2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\nGLAPI void APIENTRY glBlendEquation (GLenum mode);\nGLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);\nGLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);\ntypedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);\ntypedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\n#endif\n\n#ifndef GL_VERSION_1_2_DEPRECATED\n#define GL_VERSION_1_2_DEPRECATED 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\nGLAPI void APIENTRY glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glColorTableParameteriv (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glCopyColorTable (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glGetColorTable (GLenum target, GLenum format, GLenum type, GLvoid *table);\nGLAPI void APIENTRY glGetColorTableParameterfv (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetColorTableParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);\nGLAPI void APIENTRY glCopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glConvolutionFilter1D (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);\nGLAPI void APIENTRY glConvolutionFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);\nGLAPI void APIENTRY glConvolutionParameterf (GLenum target, GLenum pname, GLfloat params);\nGLAPI void APIENTRY glConvolutionParameterfv (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glConvolutionParameteri (GLenum target, GLenum pname, GLint params);\nGLAPI void APIENTRY glConvolutionParameteriv (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glCopyConvolutionFilter1D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glCopyConvolutionFilter2D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetConvolutionFilter (GLenum target, GLenum format, GLenum type, GLvoid *image);\nGLAPI void APIENTRY glGetConvolutionParameterfv (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetConvolutionParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetSeparableFilter (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);\nGLAPI void APIENTRY glSeparableFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);\nGLAPI void APIENTRY glGetHistogram (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\nGLAPI void APIENTRY glGetHistogramParameterfv (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetHistogramParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMinmax (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\nGLAPI void APIENTRY glGetMinmaxParameterfv (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMinmaxParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glHistogram (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);\nGLAPI void APIENTRY glMinmax (GLenum target, GLenum internalformat, GLboolean sink);\nGLAPI void APIENTRY glResetHistogram (GLenum target);\nGLAPI void APIENTRY glResetMinmax (GLenum target);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\ntypedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLCOPYCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPROC) (GLenum target, GLenum format, GLenum type, GLvoid *table);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLCOLORSUBTABLEPROC) (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOPYCOLORSUBTABLEPROC) (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONFILTER1DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERIPROC) (GLenum target, GLenum pname, GLint params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLCOPYCONVOLUTIONFILTER1DPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCOPYCONVOLUTIONFILTER2DPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONFILTERPROC) (GLenum target, GLenum format, GLenum type, GLvoid *image);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSEPARABLEFILTERPROC) (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);\ntypedef void (APIENTRYP PFNGLSEPARABLEFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMINMAXPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETMINMAXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMINMAXPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLHISTOGRAMPROC) (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);\ntypedef void (APIENTRYP PFNGLMINMAXPROC) (GLenum target, GLenum internalformat, GLboolean sink);\ntypedef void (APIENTRYP PFNGLRESETHISTOGRAMPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLRESETMINMAXPROC) (GLenum target);\n#endif\n\n#ifndef GL_VERSION_1_3\n#define GL_VERSION_1_3 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glActiveTexture (GLenum texture);\nGLAPI void APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);\nGLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glGetCompressedTexImage (GLenum target, GLint level, GLvoid *img);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture);\ntypedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE1DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXIMAGEPROC) (GLenum target, GLint level, GLvoid *img);\n#endif\n\n#ifndef GL_VERSION_1_3_DEPRECATED\n#define GL_VERSION_1_3_DEPRECATED 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glClientActiveTexture (GLenum texture);\nGLAPI void APIENTRY glMultiTexCoord1d (GLenum target, GLdouble s);\nGLAPI void APIENTRY glMultiTexCoord1dv (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord1f (GLenum target, GLfloat s);\nGLAPI void APIENTRY glMultiTexCoord1fv (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord1i (GLenum target, GLint s);\nGLAPI void APIENTRY glMultiTexCoord1iv (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord1s (GLenum target, GLshort s);\nGLAPI void APIENTRY glMultiTexCoord1sv (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord2d (GLenum target, GLdouble s, GLdouble t);\nGLAPI void APIENTRY glMultiTexCoord2dv (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord2f (GLenum target, GLfloat s, GLfloat t);\nGLAPI void APIENTRY glMultiTexCoord2fv (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord2i (GLenum target, GLint s, GLint t);\nGLAPI void APIENTRY glMultiTexCoord2iv (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord2s (GLenum target, GLshort s, GLshort t);\nGLAPI void APIENTRY glMultiTexCoord2sv (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord3d (GLenum target, GLdouble s, GLdouble t, GLdouble r);\nGLAPI void APIENTRY glMultiTexCoord3dv (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord3f (GLenum target, GLfloat s, GLfloat t, GLfloat r);\nGLAPI void APIENTRY glMultiTexCoord3fv (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord3i (GLenum target, GLint s, GLint t, GLint r);\nGLAPI void APIENTRY glMultiTexCoord3iv (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord3s (GLenum target, GLshort s, GLshort t, GLshort r);\nGLAPI void APIENTRY glMultiTexCoord3sv (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord4d (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);\nGLAPI void APIENTRY glMultiTexCoord4dv (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);\nGLAPI void APIENTRY glMultiTexCoord4fv (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord4i (GLenum target, GLint s, GLint t, GLint r, GLint q);\nGLAPI void APIENTRY glMultiTexCoord4iv (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord4s (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);\nGLAPI void APIENTRY glMultiTexCoord4sv (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glLoadTransposeMatrixf (const GLfloat *m);\nGLAPI void APIENTRY glLoadTransposeMatrixd (const GLdouble *m);\nGLAPI void APIENTRY glMultTransposeMatrixf (const GLfloat *m);\nGLAPI void APIENTRY glMultTransposeMatrixd (const GLdouble *m);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCLIENTACTIVETEXTUREPROC) (GLenum texture);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1DPROC) (GLenum target, GLdouble s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1DVPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1FPROC) (GLenum target, GLfloat s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1FVPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1IPROC) (GLenum target, GLint s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1IVPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1SPROC) (GLenum target, GLshort s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1SVPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2DPROC) (GLenum target, GLdouble s, GLdouble t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2DVPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2FVPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2IPROC) (GLenum target, GLint s, GLint t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2IVPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2SPROC) (GLenum target, GLshort s, GLshort t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2SVPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3DPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3DVPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3FVPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3IPROC) (GLenum target, GLint s, GLint t, GLint r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3IVPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3SPROC) (GLenum target, GLshort s, GLshort t, GLshort r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3SVPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4DPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4DVPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4FVPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4IPROC) (GLenum target, GLint s, GLint t, GLint r, GLint q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4IVPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4SPROC) (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4SVPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLLOADTRANSPOSEMATRIXFPROC) (const GLfloat *m);\ntypedef void (APIENTRYP PFNGLLOADTRANSPOSEMATRIXDPROC) (const GLdouble *m);\ntypedef void (APIENTRYP PFNGLMULTTRANSPOSEMATRIXFPROC) (const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMULTTRANSPOSEMATRIXDPROC) (const GLdouble *m);\n#endif\n\n#ifndef GL_VERSION_1_4\n#define GL_VERSION_1_4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\nGLAPI void APIENTRY glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\nGLAPI void APIENTRY glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);\nGLAPI void APIENTRY glPointParameterf (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glPointParameteri (GLenum pname, GLint param);\nGLAPI void APIENTRY glPointParameteriv (GLenum pname, const GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\ntypedef void (APIENTRYP PFNGLMULTIDRAWARRAYSPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFVPROC) (GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERIPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERIVPROC) (GLenum pname, const GLint *params);\n#endif\n\n#ifndef GL_VERSION_1_4_DEPRECATED\n#define GL_VERSION_1_4_DEPRECATED 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFogCoordf (GLfloat coord);\nGLAPI void APIENTRY glFogCoordfv (const GLfloat *coord);\nGLAPI void APIENTRY glFogCoordd (GLdouble coord);\nGLAPI void APIENTRY glFogCoorddv (const GLdouble *coord);\nGLAPI void APIENTRY glFogCoordPointer (GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue);\nGLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *v);\nGLAPI void APIENTRY glSecondaryColor3d (GLdouble red, GLdouble green, GLdouble blue);\nGLAPI void APIENTRY glSecondaryColor3dv (const GLdouble *v);\nGLAPI void APIENTRY glSecondaryColor3f (GLfloat red, GLfloat green, GLfloat blue);\nGLAPI void APIENTRY glSecondaryColor3fv (const GLfloat *v);\nGLAPI void APIENTRY glSecondaryColor3i (GLint red, GLint green, GLint blue);\nGLAPI void APIENTRY glSecondaryColor3iv (const GLint *v);\nGLAPI void APIENTRY glSecondaryColor3s (GLshort red, GLshort green, GLshort blue);\nGLAPI void APIENTRY glSecondaryColor3sv (const GLshort *v);\nGLAPI void APIENTRY glSecondaryColor3ub (GLubyte red, GLubyte green, GLubyte blue);\nGLAPI void APIENTRY glSecondaryColor3ubv (const GLubyte *v);\nGLAPI void APIENTRY glSecondaryColor3ui (GLuint red, GLuint green, GLuint blue);\nGLAPI void APIENTRY glSecondaryColor3uiv (const GLuint *v);\nGLAPI void APIENTRY glSecondaryColor3us (GLushort red, GLushort green, GLushort blue);\nGLAPI void APIENTRY glSecondaryColor3usv (const GLushort *v);\nGLAPI void APIENTRY glSecondaryColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glWindowPos2d (GLdouble x, GLdouble y);\nGLAPI void APIENTRY glWindowPos2dv (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos2f (GLfloat x, GLfloat y);\nGLAPI void APIENTRY glWindowPos2fv (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos2i (GLint x, GLint y);\nGLAPI void APIENTRY glWindowPos2iv (const GLint *v);\nGLAPI void APIENTRY glWindowPos2s (GLshort x, GLshort y);\nGLAPI void APIENTRY glWindowPos2sv (const GLshort *v);\nGLAPI void APIENTRY glWindowPos3d (GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glWindowPos3dv (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos3f (GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glWindowPos3fv (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos3i (GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glWindowPos3iv (const GLint *v);\nGLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glWindowPos3sv (const GLshort *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFOGCOORDFPROC) (GLfloat coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDFVPROC) (const GLfloat *coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDDPROC) (GLdouble coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDDVPROC) (const GLdouble *coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDPOINTERPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3DVPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3FPROC) (GLfloat red, GLfloat green, GLfloat blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3FVPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3IPROC) (GLint red, GLint green, GLint blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3IVPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3SPROC) (GLshort red, GLshort green, GLshort blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3SVPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UBPROC) (GLubyte red, GLubyte green, GLubyte blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UBVPROC) (const GLubyte *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIPROC) (GLuint red, GLuint green, GLuint blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIVPROC) (const GLuint *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORPOINTERPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DPROC) (GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DVPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FPROC) (GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FVPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IPROC) (GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IVPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SPROC) (GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SVPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DPROC) (GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DVPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FPROC) (GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FVPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IPROC) (GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IVPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SPROC) (GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SVPROC) (const GLshort *v);\n#endif\n\n#ifndef GL_VERSION_1_5\n#define GL_VERSION_1_5 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenQueries (GLsizei n, GLuint *ids);\nGLAPI void APIENTRY glDeleteQueries (GLsizei n, const GLuint *ids);\nGLAPI GLboolean APIENTRY glIsQuery (GLuint id);\nGLAPI void APIENTRY glBeginQuery (GLenum target, GLuint id);\nGLAPI void APIENTRY glEndQuery (GLenum target);\nGLAPI void APIENTRY glGetQueryiv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer);\nGLAPI void APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);\nGLAPI void APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);\nGLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer);\nGLAPI void APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);\nGLAPI void APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);\nGLAPI void APIENTRY glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data);\nGLAPI GLvoid* APIENTRY glMapBuffer (GLenum target, GLenum access);\nGLAPI GLboolean APIENTRY glUnmapBuffer (GLenum target);\nGLAPI void APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetBufferPointerv (GLenum target, GLenum pname, GLvoid* *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENQUERIESPROC) (GLsizei n, GLuint *ids);\ntypedef void (APIENTRYP PFNGLDELETEQUERIESPROC) (GLsizei n, const GLuint *ids);\ntypedef GLboolean (APIENTRYP PFNGLISQUERYPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLBEGINQUERYPROC) (GLenum target, GLuint id);\ntypedef void (APIENTRYP PFNGLENDQUERYPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLGETQUERYIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTIVPROC) (GLuint id, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTUIVPROC) (GLuint id, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);\ntypedef void (APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);\ntypedef void (APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);\ntypedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);\ntypedef void (APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data);\ntypedef GLvoid* (APIENTRYP PFNGLMAPBUFFERPROC) (GLenum target, GLenum access);\ntypedef GLboolean (APIENTRYP PFNGLUNMAPBUFFERPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLGETBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETBUFFERPOINTERVPROC) (GLenum target, GLenum pname, GLvoid* *params);\n#endif\n\n#ifndef GL_VERSION_2_0\n#define GL_VERSION_2_0 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);\nGLAPI void APIENTRY glDrawBuffers (GLsizei n, const GLenum *bufs);\nGLAPI void APIENTRY glStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass);\nGLAPI void APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);\nGLAPI void APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);\nGLAPI void APIENTRY glAttachShader (GLuint program, GLuint shader);\nGLAPI void APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *name);\nGLAPI void APIENTRY glCompileShader (GLuint shader);\nGLAPI GLuint APIENTRY glCreateProgram (void);\nGLAPI GLuint APIENTRY glCreateShader (GLenum type);\nGLAPI void APIENTRY glDeleteProgram (GLuint program);\nGLAPI void APIENTRY glDeleteShader (GLuint shader);\nGLAPI void APIENTRY glDetachShader (GLuint program, GLuint shader);\nGLAPI void APIENTRY glDisableVertexAttribArray (GLuint index);\nGLAPI void APIENTRY glEnableVertexAttribArray (GLuint index);\nGLAPI void APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);\nGLAPI void APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);\nGLAPI void APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj);\nGLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name);\nGLAPI void APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\nGLAPI void APIENTRY glGetShaderiv (GLuint shader, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\nGLAPI void APIENTRY glGetShaderSource (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);\nGLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);\nGLAPI void APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);\nGLAPI void APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribdv (GLuint index, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid* *pointer);\nGLAPI GLboolean APIENTRY glIsProgram (GLuint program);\nGLAPI GLboolean APIENTRY glIsShader (GLuint shader);\nGLAPI void APIENTRY glLinkProgram (GLuint program);\nGLAPI void APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* *string, const GLint *length);\nGLAPI void APIENTRY glUseProgram (GLuint program);\nGLAPI void APIENTRY glUniform1f (GLint location, GLfloat v0);\nGLAPI void APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);\nGLAPI void APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\nGLAPI void APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\nGLAPI void APIENTRY glUniform1i (GLint location, GLint v0);\nGLAPI void APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);\nGLAPI void APIENTRY glUniform3i (GLint location, GLint v0, GLint v1, GLint v2);\nGLAPI void APIENTRY glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\nGLAPI void APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glValidateProgram (GLuint program);\nGLAPI void APIENTRY glVertexAttrib1d (GLuint index, GLdouble x);\nGLAPI void APIENTRY glVertexAttrib1dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);\nGLAPI void APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib1s (GLuint index, GLshort x);\nGLAPI void APIENTRY glVertexAttrib1sv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib2d (GLuint index, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexAttrib2dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);\nGLAPI void APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib2s (GLuint index, GLshort x, GLshort y);\nGLAPI void APIENTRY glVertexAttrib2sv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib3d (GLuint index, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexAttrib3dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib3s (GLuint index, GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glVertexAttrib3sv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttrib4Niv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttrib4Nsv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\nGLAPI void APIENTRY glVertexAttrib4Nubv (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttrib4Nuiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttrib4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexAttrib4dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib4iv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttrib4s (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\nGLAPI void APIENTRY glVertexAttrib4sv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4ubv (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttrib4uiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEPROC) (GLenum modeRGB, GLenum modeAlpha);\ntypedef void (APIENTRYP PFNGLDRAWBUFFERSPROC) (GLsizei n, const GLenum *bufs);\ntypedef void (APIENTRYP PFNGLSTENCILOPSEPARATEPROC) (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass);\ntypedef void (APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);\ntypedef void (APIENTRYP PFNGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask);\ntypedef void (APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader);\ntypedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name);\ntypedef void (APIENTRYP PFNGLCOMPILESHADERPROC) (GLuint shader);\ntypedef GLuint (APIENTRYP PFNGLCREATEPROGRAMPROC) (void);\ntypedef GLuint (APIENTRYP PFNGLCREATESHADERPROC) (GLenum type);\ntypedef void (APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program);\ntypedef void (APIENTRYP PFNGLDELETESHADERPROC) (GLuint shader);\ntypedef void (APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader);\ntypedef void (APIENTRYP PFNGLDISABLEVERTEXATTRIBARRAYPROC) (GLuint index);\ntypedef void (APIENTRYP PFNGLENABLEVERTEXATTRIBARRAYPROC) (GLuint index);\ntypedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);\ntypedef void (APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj);\ntypedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);\ntypedef void (APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\ntypedef void (APIENTRYP PFNGLGETSHADERIVPROC) (GLuint shader, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSHADERINFOLOGPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\ntypedef void (APIENTRYP PFNGLGETSHADERSOURCEPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);\ntypedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name);\ntypedef void (APIENTRYP PFNGLGETUNIFORMFVPROC) (GLuint program, GLint location, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETUNIFORMIVPROC) (GLuint program, GLint location, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBDVPROC) (GLuint index, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBFVPROC) (GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIVPROC) (GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBPOINTERVPROC) (GLuint index, GLenum pname, GLvoid* *pointer);\ntypedef GLboolean (APIENTRYP PFNGLISPROGRAMPROC) (GLuint program);\ntypedef GLboolean (APIENTRYP PFNGLISSHADERPROC) (GLuint shader);\ntypedef void (APIENTRYP PFNGLLINKPROGRAMPROC) (GLuint program);\ntypedef void (APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar* *string, const GLint *length);\ntypedef void (APIENTRYP PFNGLUSEPROGRAMPROC) (GLuint program);\ntypedef void (APIENTRYP PFNGLUNIFORM1FPROC) (GLint location, GLfloat v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3IPROC) (GLint location, GLint v0, GLint v1, GLint v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4IPROC) (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2FVPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3FVPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4FVPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM1IVPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2IVPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3IVPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4IVPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLVALIDATEPROGRAMPROC) (GLuint program);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DPROC) (GLuint index, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FPROC) (GLuint index, GLfloat x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SPROC) (GLuint index, GLshort x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DPROC) (GLuint index, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FPROC) (GLuint index, GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SPROC) (GLuint index, GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SPROC) (GLuint index, GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NIVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NSVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4IVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_VERSION_2_1\n#define GL_VERSION_2_1 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\n#endif\n\n#ifndef GL_VERSION_3_0\n#define GL_VERSION_3_0 1\n/* OpenGL 3.0 also reuses entry points from these extensions: */\n/* ARB_framebuffer_object */\n/* ARB_map_buffer_range */\n/* ARB_vertex_array_object */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorMaski (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);\nGLAPI void APIENTRY glGetBooleani_v (GLenum target, GLuint index, GLboolean *data);\nGLAPI void APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);\nGLAPI void APIENTRY glEnablei (GLenum target, GLuint index);\nGLAPI void APIENTRY glDisablei (GLenum target, GLuint index);\nGLAPI GLboolean APIENTRY glIsEnabledi (GLenum target, GLuint index);\nGLAPI void APIENTRY glBeginTransformFeedback (GLenum primitiveMode);\nGLAPI void APIENTRY glEndTransformFeedback (void);\nGLAPI void APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\nGLAPI void APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);\nGLAPI void APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);\nGLAPI void APIENTRY glGetTransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\nGLAPI void APIENTRY glClampColor (GLenum target, GLenum clamp);\nGLAPI void APIENTRY glBeginConditionalRender (GLuint id, GLenum mode);\nGLAPI void APIENTRY glEndConditionalRender (void);\nGLAPI void APIENTRY glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glGetVertexAttribIiv (GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribIuiv (GLuint index, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glVertexAttribI1i (GLuint index, GLint x);\nGLAPI void APIENTRY glVertexAttribI2i (GLuint index, GLint x, GLint y);\nGLAPI void APIENTRY glVertexAttribI3i (GLuint index, GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glVertexAttribI1ui (GLuint index, GLuint x);\nGLAPI void APIENTRY glVertexAttribI2ui (GLuint index, GLuint x, GLuint y);\nGLAPI void APIENTRY glVertexAttribI3ui (GLuint index, GLuint x, GLuint y, GLuint z);\nGLAPI void APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\nGLAPI void APIENTRY glVertexAttribI1iv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI2iv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI3iv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI1uiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI2uiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI3uiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttribI4sv (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribI4ubv (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glGetUniformuiv (GLuint program, GLint location, GLuint *params);\nGLAPI void APIENTRY glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name);\nGLAPI GLint APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);\nGLAPI void APIENTRY glUniform1ui (GLint location, GLuint v0);\nGLAPI void APIENTRY glUniform2ui (GLint location, GLuint v0, GLuint v1);\nGLAPI void APIENTRY glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2);\nGLAPI void APIENTRY glUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\nGLAPI void APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform3uiv (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glTexParameterIiv (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glTexParameterIuiv (GLenum target, GLenum pname, const GLuint *params);\nGLAPI void APIENTRY glGetTexParameterIiv (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetTexParameterIuiv (GLenum target, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glClearBufferiv (GLenum buffer, GLint drawbuffer, const GLint *value);\nGLAPI void APIENTRY glClearBufferuiv (GLenum buffer, GLint drawbuffer, const GLuint *value);\nGLAPI void APIENTRY glClearBufferfv (GLenum buffer, GLint drawbuffer, const GLfloat *value);\nGLAPI void APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);\nGLAPI const GLubyte * APIENTRY glGetStringi (GLenum name, GLuint index);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORMASKIPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);\ntypedef void (APIENTRYP PFNGLGETBOOLEANI_VPROC) (GLenum target, GLuint index, GLboolean *data);\ntypedef void (APIENTRYP PFNGLGETINTEGERI_VPROC) (GLenum target, GLuint index, GLint *data);\ntypedef void (APIENTRYP PFNGLENABLEIPROC) (GLenum target, GLuint index);\ntypedef void (APIENTRYP PFNGLDISABLEIPROC) (GLenum target, GLuint index);\ntypedef GLboolean (APIENTRYP PFNGLISENABLEDIPROC) (GLenum target, GLuint index);\ntypedef void (APIENTRYP PFNGLBEGINTRANSFORMFEEDBACKPROC) (GLenum primitiveMode);\ntypedef void (APIENTRYP PFNGLENDTRANSFORMFEEDBACKPROC) (void);\ntypedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\ntypedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer);\ntypedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKVARYINGSPROC) (GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);\ntypedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKVARYINGPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\ntypedef void (APIENTRYP PFNGLCLAMPCOLORPROC) (GLenum target, GLenum clamp);\ntypedef void (APIENTRYP PFNGLBEGINCONDITIONALRENDERPROC) (GLuint id, GLenum mode);\ntypedef void (APIENTRYP PFNGLENDCONDITIONALRENDERPROC) (void);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBIPOINTERPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIIVPROC) (GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIUIVPROC) (GLuint index, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1IPROC) (GLuint index, GLint x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2IPROC) (GLuint index, GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3IPROC) (GLuint index, GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1UIPROC) (GLuint index, GLuint x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2UIPROC) (GLuint index, GLuint x, GLuint y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1IVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2IVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3IVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4IVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1UIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2UIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3UIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UIVPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4SVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UBVPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLGETUNIFORMUIVPROC) (GLuint program, GLint location, GLuint *params);\ntypedef void (APIENTRYP PFNGLBINDFRAGDATALOCATIONPROC) (GLuint program, GLuint color, const GLchar *name);\ntypedef GLint (APIENTRYP PFNGLGETFRAGDATALOCATIONPROC) (GLuint program, const GLchar *name);\ntypedef void (APIENTRYP PFNGLUNIFORM1UIPROC) (GLint location, GLuint v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2UIPROC) (GLint location, GLuint v0, GLuint v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3UIPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4UIPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1UIVPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2UIVPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3UIVPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4UIVPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLTEXPARAMETERIIVPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLTEXPARAMETERIUIVPROC) (GLenum target, GLenum pname, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETTEXPARAMETERIIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETTEXPARAMETERIUIVPROC) (GLenum target, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value);\ntypedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value);\ntypedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);\ntypedef const GLubyte * (APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);\n#endif\n\n#ifndef GL_VERSION_3_1\n#define GL_VERSION_3_1 1\n/* OpenGL 3.1 also reuses entry points from these extensions: */\n/* ARB_copy_buffer */\n/* ARB_uniform_buffer_object */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\nGLAPI void APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\nGLAPI void APIENTRY glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer);\nGLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLTEXBUFFERPROC) (GLenum target, GLenum internalformat, GLuint buffer);\ntypedef void (APIENTRYP PFNGLPRIMITIVERESTARTINDEXPROC) (GLuint index);\n#endif\n\n#ifndef GL_VERSION_3_2\n#define GL_VERSION_3_2 1\n/* OpenGL 3.2 also reuses entry points from these extensions: */\n/* ARB_draw_elements_base_vertex */\n/* ARB_provoking_vertex */\n/* ARB_sync */\n/* ARB_texture_multisample */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data);\nGLAPI void APIENTRY glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params);\nGLAPI void APIENTRY glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture, GLint level);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETINTEGER64I_VPROC) (GLenum target, GLuint index, GLint64 *data);\ntypedef void (APIENTRYP PFNGLGETBUFFERPARAMETERI64VPROC) (GLenum target, GLenum pname, GLint64 *params);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTUREPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level);\n#endif\n\n#ifndef GL_VERSION_3_3\n#define GL_VERSION_3_3 1\n/* OpenGL 3.3 also reuses entry points from these extensions: */\n/* ARB_blend_func_extended */\n/* ARB_sampler_objects */\n/* ARB_explicit_attrib_location, but it has none */\n/* ARB_occlusion_query2 (no entry points) */\n/* ARB_shader_bit_encoding (no entry points) */\n/* ARB_texture_rgb10_a2ui (no entry points) */\n/* ARB_texture_swizzle (no entry points) */\n/* ARB_timer_query */\n/* ARB_vertex_type_2_10_10_10_rev */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribDivisor (GLuint index, GLuint divisor);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBDIVISORPROC) (GLuint index, GLuint divisor);\n#endif\n\n#ifndef GL_VERSION_4_0\n#define GL_VERSION_4_0 1\n/* OpenGL 4.0 also reuses entry points from these extensions: */\n/* ARB_texture_query_lod (no entry points) */\n/* ARB_draw_indirect */\n/* ARB_gpu_shader5 (no entry points) */\n/* ARB_gpu_shader_fp64 */\n/* ARB_shader_subroutine */\n/* ARB_tessellation_shader */\n/* ARB_texture_buffer_object_rgb32 (no entry points) */\n/* ARB_texture_cube_map_array (no entry points) */\n/* ARB_texture_gather (no entry points) */\n/* ARB_transform_feedback2 */\n/* ARB_transform_feedback3 */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMinSampleShading (GLclampf value);\nGLAPI void APIENTRY glBlendEquationi (GLuint buf, GLenum mode);\nGLAPI void APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\nGLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);\nGLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMINSAMPLESHADINGPROC) (GLclampf value);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONIPROC) (GLuint buf, GLenum mode);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEIPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\ntypedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEIPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\n#endif\n\n#ifndef GL_VERSION_4_1\n#define GL_VERSION_4_1 1\n/* OpenGL 4.1 also reuses entry points from these extensions: */\n/* ARB_ES2_compatibility */\n/* ARB_get_program_binary */\n/* ARB_separate_shader_objects */\n/* ARB_shader_precision (no entry points) */\n/* ARB_vertex_attrib_64bit */\n/* ARB_viewport_array */\n#endif\n\n#ifndef GL_ARB_multitexture\n#define GL_ARB_multitexture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glActiveTextureARB (GLenum texture);\nGLAPI void APIENTRY glClientActiveTextureARB (GLenum texture);\nGLAPI void APIENTRY glMultiTexCoord1dARB (GLenum target, GLdouble s);\nGLAPI void APIENTRY glMultiTexCoord1dvARB (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord1fARB (GLenum target, GLfloat s);\nGLAPI void APIENTRY glMultiTexCoord1fvARB (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord1iARB (GLenum target, GLint s);\nGLAPI void APIENTRY glMultiTexCoord1ivARB (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord1sARB (GLenum target, GLshort s);\nGLAPI void APIENTRY glMultiTexCoord1svARB (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord2dARB (GLenum target, GLdouble s, GLdouble t);\nGLAPI void APIENTRY glMultiTexCoord2dvARB (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord2fARB (GLenum target, GLfloat s, GLfloat t);\nGLAPI void APIENTRY glMultiTexCoord2fvARB (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord2iARB (GLenum target, GLint s, GLint t);\nGLAPI void APIENTRY glMultiTexCoord2ivARB (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord2sARB (GLenum target, GLshort s, GLshort t);\nGLAPI void APIENTRY glMultiTexCoord2svARB (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord3dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r);\nGLAPI void APIENTRY glMultiTexCoord3dvARB (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord3fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r);\nGLAPI void APIENTRY glMultiTexCoord3fvARB (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord3iARB (GLenum target, GLint s, GLint t, GLint r);\nGLAPI void APIENTRY glMultiTexCoord3ivARB (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord3sARB (GLenum target, GLshort s, GLshort t, GLshort r);\nGLAPI void APIENTRY glMultiTexCoord3svARB (GLenum target, const GLshort *v);\nGLAPI void APIENTRY glMultiTexCoord4dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);\nGLAPI void APIENTRY glMultiTexCoord4dvARB (GLenum target, const GLdouble *v);\nGLAPI void APIENTRY glMultiTexCoord4fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);\nGLAPI void APIENTRY glMultiTexCoord4fvARB (GLenum target, const GLfloat *v);\nGLAPI void APIENTRY glMultiTexCoord4iARB (GLenum target, GLint s, GLint t, GLint r, GLint q);\nGLAPI void APIENTRY glMultiTexCoord4ivARB (GLenum target, const GLint *v);\nGLAPI void APIENTRY glMultiTexCoord4sARB (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);\nGLAPI void APIENTRY glMultiTexCoord4svARB (GLenum target, const GLshort *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLACTIVETEXTUREARBPROC) (GLenum texture);\ntypedef void (APIENTRYP PFNGLCLIENTACTIVETEXTUREARBPROC) (GLenum texture);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1DARBPROC) (GLenum target, GLdouble s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1DVARBPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1FARBPROC) (GLenum target, GLfloat s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1FVARBPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1IARBPROC) (GLenum target, GLint s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1IVARBPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1SARBPROC) (GLenum target, GLshort s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1SVARBPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2DARBPROC) (GLenum target, GLdouble s, GLdouble t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2DVARBPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2FARBPROC) (GLenum target, GLfloat s, GLfloat t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2FVARBPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2IARBPROC) (GLenum target, GLint s, GLint t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2IVARBPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2SARBPROC) (GLenum target, GLshort s, GLshort t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2SVARBPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3DARBPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3DVARBPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3FARBPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3FVARBPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3IARBPROC) (GLenum target, GLint s, GLint t, GLint r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3IVARBPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3SARBPROC) (GLenum target, GLshort s, GLshort t, GLshort r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3SVARBPROC) (GLenum target, const GLshort *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4DARBPROC) (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4DVARBPROC) (GLenum target, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4FARBPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4FVARBPROC) (GLenum target, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4IARBPROC) (GLenum target, GLint s, GLint t, GLint r, GLint q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4IVARBPROC) (GLenum target, const GLint *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4SARBPROC) (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4SVARBPROC) (GLenum target, const GLshort *v);\n#endif\n\n#ifndef GL_ARB_transpose_matrix\n#define GL_ARB_transpose_matrix 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glLoadTransposeMatrixfARB (const GLfloat *m);\nGLAPI void APIENTRY glLoadTransposeMatrixdARB (const GLdouble *m);\nGLAPI void APIENTRY glMultTransposeMatrixfARB (const GLfloat *m);\nGLAPI void APIENTRY glMultTransposeMatrixdARB (const GLdouble *m);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLLOADTRANSPOSEMATRIXFARBPROC) (const GLfloat *m);\ntypedef void (APIENTRYP PFNGLLOADTRANSPOSEMATRIXDARBPROC) (const GLdouble *m);\ntypedef void (APIENTRYP PFNGLMULTTRANSPOSEMATRIXFARBPROC) (const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMULTTRANSPOSEMATRIXDARBPROC) (const GLdouble *m);\n#endif\n\n#ifndef GL_ARB_multisample\n#define GL_ARB_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSampleCoverageARB (GLclampf value, GLboolean invert);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSAMPLECOVERAGEARBPROC) (GLclampf value, GLboolean invert);\n#endif\n\n#ifndef GL_ARB_texture_env_add\n#define GL_ARB_texture_env_add 1\n#endif\n\n#ifndef GL_ARB_texture_cube_map\n#define GL_ARB_texture_cube_map 1\n#endif\n\n#ifndef GL_ARB_texture_compression\n#define GL_ARB_texture_compression 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCompressedTexImage3DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexImage2DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexImage1DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage3DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage2DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glCompressedTexSubImage1DARB (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);\nGLAPI void APIENTRY glGetCompressedTexImageARB (GLenum target, GLint level, GLvoid *img);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE1DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DARBPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXIMAGEARBPROC) (GLenum target, GLint level, GLvoid *img);\n#endif\n\n#ifndef GL_ARB_texture_border_clamp\n#define GL_ARB_texture_border_clamp 1\n#endif\n\n#ifndef GL_ARB_point_parameters\n#define GL_ARB_point_parameters 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPointParameterfARB (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPointParameterfvARB (GLenum pname, const GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFARBPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFVARBPROC) (GLenum pname, const GLfloat *params);\n#endif\n\n#ifndef GL_ARB_vertex_blend\n#define GL_ARB_vertex_blend 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glWeightbvARB (GLint size, const GLbyte *weights);\nGLAPI void APIENTRY glWeightsvARB (GLint size, const GLshort *weights);\nGLAPI void APIENTRY glWeightivARB (GLint size, const GLint *weights);\nGLAPI void APIENTRY glWeightfvARB (GLint size, const GLfloat *weights);\nGLAPI void APIENTRY glWeightdvARB (GLint size, const GLdouble *weights);\nGLAPI void APIENTRY glWeightubvARB (GLint size, const GLubyte *weights);\nGLAPI void APIENTRY glWeightusvARB (GLint size, const GLushort *weights);\nGLAPI void APIENTRY glWeightuivARB (GLint size, const GLuint *weights);\nGLAPI void APIENTRY glWeightPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glVertexBlendARB (GLint count);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLWEIGHTBVARBPROC) (GLint size, const GLbyte *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTSVARBPROC) (GLint size, const GLshort *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTIVARBPROC) (GLint size, const GLint *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTFVARBPROC) (GLint size, const GLfloat *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTDVARBPROC) (GLint size, const GLdouble *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTUBVARBPROC) (GLint size, const GLubyte *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTUSVARBPROC) (GLint size, const GLushort *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTUIVARBPROC) (GLint size, const GLuint *weights);\ntypedef void (APIENTRYP PFNGLWEIGHTPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLVERTEXBLENDARBPROC) (GLint count);\n#endif\n\n#ifndef GL_ARB_matrix_palette\n#define GL_ARB_matrix_palette 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCurrentPaletteMatrixARB (GLint index);\nGLAPI void APIENTRY glMatrixIndexubvARB (GLint size, const GLubyte *indices);\nGLAPI void APIENTRY glMatrixIndexusvARB (GLint size, const GLushort *indices);\nGLAPI void APIENTRY glMatrixIndexuivARB (GLint size, const GLuint *indices);\nGLAPI void APIENTRY glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCURRENTPALETTEMATRIXARBPROC) (GLint index);\ntypedef void (APIENTRYP PFNGLMATRIXINDEXUBVARBPROC) (GLint size, const GLubyte *indices);\ntypedef void (APIENTRYP PFNGLMATRIXINDEXUSVARBPROC) (GLint size, const GLushort *indices);\ntypedef void (APIENTRYP PFNGLMATRIXINDEXUIVARBPROC) (GLint size, const GLuint *indices);\ntypedef void (APIENTRYP PFNGLMATRIXINDEXPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_ARB_texture_env_combine\n#define GL_ARB_texture_env_combine 1\n#endif\n\n#ifndef GL_ARB_texture_env_crossbar\n#define GL_ARB_texture_env_crossbar 1\n#endif\n\n#ifndef GL_ARB_texture_env_dot3\n#define GL_ARB_texture_env_dot3 1\n#endif\n\n#ifndef GL_ARB_texture_mirrored_repeat\n#define GL_ARB_texture_mirrored_repeat 1\n#endif\n\n#ifndef GL_ARB_depth_texture\n#define GL_ARB_depth_texture 1\n#endif\n\n#ifndef GL_ARB_shadow\n#define GL_ARB_shadow 1\n#endif\n\n#ifndef GL_ARB_shadow_ambient\n#define GL_ARB_shadow_ambient 1\n#endif\n\n#ifndef GL_ARB_window_pos\n#define GL_ARB_window_pos 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glWindowPos2dARB (GLdouble x, GLdouble y);\nGLAPI void APIENTRY glWindowPos2dvARB (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos2fARB (GLfloat x, GLfloat y);\nGLAPI void APIENTRY glWindowPos2fvARB (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos2iARB (GLint x, GLint y);\nGLAPI void APIENTRY glWindowPos2ivARB (const GLint *v);\nGLAPI void APIENTRY glWindowPos2sARB (GLshort x, GLshort y);\nGLAPI void APIENTRY glWindowPos2svARB (const GLshort *v);\nGLAPI void APIENTRY glWindowPos3dARB (GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glWindowPos3dvARB (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos3fARB (GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glWindowPos3fvARB (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos3iARB (GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glWindowPos3ivARB (const GLint *v);\nGLAPI void APIENTRY glWindowPos3sARB (GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glWindowPos3svARB (const GLshort *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DARBPROC) (GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DVARBPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FARBPROC) (GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FVARBPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IARBPROC) (GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IVARBPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SARBPROC) (GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SVARBPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DARBPROC) (GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DVARBPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FARBPROC) (GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FVARBPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IARBPROC) (GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IVARBPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SARBPROC) (GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SVARBPROC) (const GLshort *v);\n#endif\n\n#ifndef GL_ARB_vertex_program\n#define GL_ARB_vertex_program 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttrib1dARB (GLuint index, GLdouble x);\nGLAPI void APIENTRY glVertexAttrib1dvARB (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib1fARB (GLuint index, GLfloat x);\nGLAPI void APIENTRY glVertexAttrib1fvARB (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib1sARB (GLuint index, GLshort x);\nGLAPI void APIENTRY glVertexAttrib1svARB (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib2dARB (GLuint index, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexAttrib2dvARB (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib2fARB (GLuint index, GLfloat x, GLfloat y);\nGLAPI void APIENTRY glVertexAttrib2fvARB (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib2sARB (GLuint index, GLshort x, GLshort y);\nGLAPI void APIENTRY glVertexAttrib2svARB (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib3dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexAttrib3dvARB (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib3fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glVertexAttrib3fvARB (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib3sARB (GLuint index, GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glVertexAttrib3svARB (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4NbvARB (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttrib4NivARB (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttrib4NsvARB (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4NubARB (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\nGLAPI void APIENTRY glVertexAttrib4NubvARB (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttrib4NuivARB (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttrib4NusvARB (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glVertexAttrib4bvARB (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttrib4dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexAttrib4dvARB (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib4fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glVertexAttrib4fvARB (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib4ivARB (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttrib4sARB (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\nGLAPI void APIENTRY glVertexAttrib4svARB (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4ubvARB (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttrib4uivARB (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttrib4usvARB (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glVertexAttribPointerARB (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glEnableVertexAttribArrayARB (GLuint index);\nGLAPI void APIENTRY glDisableVertexAttribArrayARB (GLuint index);\nGLAPI void APIENTRY glProgramStringARB (GLenum target, GLenum format, GLsizei len, const GLvoid *string);\nGLAPI void APIENTRY glBindProgramARB (GLenum target, GLuint program);\nGLAPI void APIENTRY glDeleteProgramsARB (GLsizei n, const GLuint *programs);\nGLAPI void APIENTRY glGenProgramsARB (GLsizei n, GLuint *programs);\nGLAPI void APIENTRY glProgramEnvParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glProgramEnvParameter4dvARB (GLenum target, GLuint index, const GLdouble *params);\nGLAPI void APIENTRY glProgramEnvParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glProgramEnvParameter4fvARB (GLenum target, GLuint index, const GLfloat *params);\nGLAPI void APIENTRY glProgramLocalParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glProgramLocalParameter4dvARB (GLenum target, GLuint index, const GLdouble *params);\nGLAPI void APIENTRY glProgramLocalParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glProgramLocalParameter4fvARB (GLenum target, GLuint index, const GLfloat *params);\nGLAPI void APIENTRY glGetProgramEnvParameterdvARB (GLenum target, GLuint index, GLdouble *params);\nGLAPI void APIENTRY glGetProgramEnvParameterfvARB (GLenum target, GLuint index, GLfloat *params);\nGLAPI void APIENTRY glGetProgramLocalParameterdvARB (GLenum target, GLuint index, GLdouble *params);\nGLAPI void APIENTRY glGetProgramLocalParameterfvARB (GLenum target, GLuint index, GLfloat *params);\nGLAPI void APIENTRY glGetProgramivARB (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetProgramStringARB (GLenum target, GLenum pname, GLvoid *string);\nGLAPI void APIENTRY glGetVertexAttribdvARB (GLuint index, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glGetVertexAttribfvARB (GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVertexAttribivARB (GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribPointervARB (GLuint index, GLenum pname, GLvoid* *pointer);\nGLAPI GLboolean APIENTRY glIsProgramARB (GLuint program);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DARBPROC) (GLuint index, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DVARBPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FARBPROC) (GLuint index, GLfloat x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FVARBPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SARBPROC) (GLuint index, GLshort x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SVARBPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DARBPROC) (GLuint index, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DVARBPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FARBPROC) (GLuint index, GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FVARBPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SARBPROC) (GLuint index, GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SVARBPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DARBPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DVARBPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FARBPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FVARBPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SARBPROC) (GLuint index, GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SVARBPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVARBPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NIVARBPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NSVARBPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBARBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVARBPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUIVARBPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVARBPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4BVARBPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DARBPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DVARBPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FARBPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FVARBPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4IVARBPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SARBPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SVARBPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVARBPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UIVARBPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4USVARBPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLENABLEVERTEXATTRIBARRAYARBPROC) (GLuint index);\ntypedef void (APIENTRYP PFNGLDISABLEVERTEXATTRIBARRAYARBPROC) (GLuint index);\ntypedef void (APIENTRYP PFNGLPROGRAMSTRINGARBPROC) (GLenum target, GLenum format, GLsizei len, const GLvoid *string);\ntypedef void (APIENTRYP PFNGLBINDPROGRAMARBPROC) (GLenum target, GLuint program);\ntypedef void (APIENTRYP PFNGLDELETEPROGRAMSARBPROC) (GLsizei n, const GLuint *programs);\ntypedef void (APIENTRYP PFNGLGENPROGRAMSARBPROC) (GLsizei n, GLuint *programs);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETER4DARBPROC) (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETER4DVARBPROC) (GLenum target, GLuint index, const GLdouble *params);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETER4FARBPROC) (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETER4FVARBPROC) (GLenum target, GLuint index, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETER4DARBPROC) (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETER4DVARBPROC) (GLenum target, GLuint index, const GLdouble *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETER4FARBPROC) (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETER4FVARBPROC) (GLenum target, GLuint index, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMENVPARAMETERDVARBPROC) (GLenum target, GLuint index, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMENVPARAMETERFVARBPROC) (GLenum target, GLuint index, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC) (GLenum target, GLuint index, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC) (GLenum target, GLuint index, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMIVARBPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMSTRINGARBPROC) (GLenum target, GLenum pname, GLvoid *string);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBDVARBPROC) (GLuint index, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBFVARBPROC) (GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIVARBPROC) (GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBPOINTERVARBPROC) (GLuint index, GLenum pname, GLvoid* *pointer);\ntypedef GLboolean (APIENTRYP PFNGLISPROGRAMARBPROC) (GLuint program);\n#endif\n\n#ifndef GL_ARB_fragment_program\n#define GL_ARB_fragment_program 1\n/* All ARB_fragment_program entry points are shared with ARB_vertex_program. */\n#endif\n\n#ifndef GL_ARB_vertex_buffer_object\n#define GL_ARB_vertex_buffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindBufferARB (GLenum target, GLuint buffer);\nGLAPI void APIENTRY glDeleteBuffersARB (GLsizei n, const GLuint *buffers);\nGLAPI void APIENTRY glGenBuffersARB (GLsizei n, GLuint *buffers);\nGLAPI GLboolean APIENTRY glIsBufferARB (GLuint buffer);\nGLAPI void APIENTRY glBufferDataARB (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage);\nGLAPI void APIENTRY glBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data);\nGLAPI void APIENTRY glGetBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data);\nGLAPI GLvoid* APIENTRY glMapBufferARB (GLenum target, GLenum access);\nGLAPI GLboolean APIENTRY glUnmapBufferARB (GLenum target);\nGLAPI void APIENTRY glGetBufferParameterivARB (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetBufferPointervARB (GLenum target, GLenum pname, GLvoid* *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDBUFFERARBPROC) (GLenum target, GLuint buffer);\ntypedef void (APIENTRYP PFNGLDELETEBUFFERSARBPROC) (GLsizei n, const GLuint *buffers);\ntypedef void (APIENTRYP PFNGLGENBUFFERSARBPROC) (GLsizei n, GLuint *buffers);\ntypedef GLboolean (APIENTRYP PFNGLISBUFFERARBPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLBUFFERDATAARBPROC) (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage);\ntypedef void (APIENTRYP PFNGLBUFFERSUBDATAARBPROC) (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETBUFFERSUBDATAARBPROC) (GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data);\ntypedef GLvoid* (APIENTRYP PFNGLMAPBUFFERARBPROC) (GLenum target, GLenum access);\ntypedef GLboolean (APIENTRYP PFNGLUNMAPBUFFERARBPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLGETBUFFERPARAMETERIVARBPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETBUFFERPOINTERVARBPROC) (GLenum target, GLenum pname, GLvoid* *params);\n#endif\n\n#ifndef GL_ARB_occlusion_query\n#define GL_ARB_occlusion_query 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenQueriesARB (GLsizei n, GLuint *ids);\nGLAPI void APIENTRY glDeleteQueriesARB (GLsizei n, const GLuint *ids);\nGLAPI GLboolean APIENTRY glIsQueryARB (GLuint id);\nGLAPI void APIENTRY glBeginQueryARB (GLenum target, GLuint id);\nGLAPI void APIENTRY glEndQueryARB (GLenum target);\nGLAPI void APIENTRY glGetQueryivARB (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetQueryObjectivARB (GLuint id, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENQUERIESARBPROC) (GLsizei n, GLuint *ids);\ntypedef void (APIENTRYP PFNGLDELETEQUERIESARBPROC) (GLsizei n, const GLuint *ids);\ntypedef GLboolean (APIENTRYP PFNGLISQUERYARBPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLBEGINQUERYARBPROC) (GLenum target, GLuint id);\ntypedef void (APIENTRYP PFNGLENDQUERYARBPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLGETQUERYIVARBPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTIVARBPROC) (GLuint id, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTUIVARBPROC) (GLuint id, GLenum pname, GLuint *params);\n#endif\n\n#ifndef GL_ARB_shader_objects\n#define GL_ARB_shader_objects 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDeleteObjectARB (GLhandleARB obj);\nGLAPI GLhandleARB APIENTRY glGetHandleARB (GLenum pname);\nGLAPI void APIENTRY glDetachObjectARB (GLhandleARB containerObj, GLhandleARB attachedObj);\nGLAPI GLhandleARB APIENTRY glCreateShaderObjectARB (GLenum shaderType);\nGLAPI void APIENTRY glShaderSourceARB (GLhandleARB shaderObj, GLsizei count, const GLcharARB* *string, const GLint *length);\nGLAPI void APIENTRY glCompileShaderARB (GLhandleARB shaderObj);\nGLAPI GLhandleARB APIENTRY glCreateProgramObjectARB (void);\nGLAPI void APIENTRY glAttachObjectARB (GLhandleARB containerObj, GLhandleARB obj);\nGLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);\nGLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);\nGLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);\nGLAPI void APIENTRY glUniform1fARB (GLint location, GLfloat v0);\nGLAPI void APIENTRY glUniform2fARB (GLint location, GLfloat v0, GLfloat v1);\nGLAPI void APIENTRY glUniform3fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\nGLAPI void APIENTRY glUniform4fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\nGLAPI void APIENTRY glUniform1iARB (GLint location, GLint v0);\nGLAPI void APIENTRY glUniform2iARB (GLint location, GLint v0, GLint v1);\nGLAPI void APIENTRY glUniform3iARB (GLint location, GLint v0, GLint v1, GLint v2);\nGLAPI void APIENTRY glUniform4iARB (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\nGLAPI void APIENTRY glUniform1fvARB (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform2fvARB (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform3fvARB (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform4fvARB (GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glUniform1ivARB (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform2ivARB (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform3ivARB (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniform4ivARB (GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glUniformMatrix2fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix3fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glUniformMatrix4fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glGetObjectParameterfvARB (GLhandleARB obj, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetObjectParameterivARB (GLhandleARB obj, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetInfoLogARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog);\nGLAPI void APIENTRY glGetAttachedObjectsARB (GLhandleARB containerObj, GLsizei maxCount, GLsizei *count, GLhandleARB *obj);\nGLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);\nGLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);\nGLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);\nGLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);\nGLAPI void APIENTRY glGetShaderSourceARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *source);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDELETEOBJECTARBPROC) (GLhandleARB obj);\ntypedef GLhandleARB (APIENTRYP PFNGLGETHANDLEARBPROC) (GLenum pname);\ntypedef void (APIENTRYP PFNGLDETACHOBJECTARBPROC) (GLhandleARB containerObj, GLhandleARB attachedObj);\ntypedef GLhandleARB (APIENTRYP PFNGLCREATESHADEROBJECTARBPROC) (GLenum shaderType);\ntypedef void (APIENTRYP PFNGLSHADERSOURCEARBPROC) (GLhandleARB shaderObj, GLsizei count, const GLcharARB* *string, const GLint *length);\ntypedef void (APIENTRYP PFNGLCOMPILESHADERARBPROC) (GLhandleARB shaderObj);\ntypedef GLhandleARB (APIENTRYP PFNGLCREATEPROGRAMOBJECTARBPROC) (void);\ntypedef void (APIENTRYP PFNGLATTACHOBJECTARBPROC) (GLhandleARB containerObj, GLhandleARB obj);\ntypedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);\ntypedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);\ntypedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);\ntypedef void (APIENTRYP PFNGLUNIFORM1FARBPROC) (GLint location, GLfloat v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2FARBPROC) (GLint location, GLfloat v0, GLfloat v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3FARBPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4FARBPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1IARBPROC) (GLint location, GLint v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2IARBPROC) (GLint location, GLint v0, GLint v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3IARBPROC) (GLint location, GLint v0, GLint v1, GLint v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4IARBPROC) (GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4FVARBPROC) (GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORM1IVARBPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2IVARBPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3IVARBPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4IVARBPROC) (GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4FVARBPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLGETOBJECTPARAMETERFVARBPROC) (GLhandleARB obj, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETOBJECTPARAMETERIVARBPROC) (GLhandleARB obj, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETINFOLOGARBPROC) (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog);\ntypedef void (APIENTRYP PFNGLGETATTACHEDOBJECTSARBPROC) (GLhandleARB containerObj, GLsizei maxCount, GLsizei *count, GLhandleARB *obj);\ntypedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *name);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);\ntypedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSHADERSOURCEARBPROC) (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *source);\n#endif\n\n#ifndef GL_ARB_vertex_shader\n#define GL_ARB_vertex_shader 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB *name);\nGLAPI void APIENTRY glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);\nGLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, const GLcharARB *name);\ntypedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);\ntypedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *name);\n#endif\n\n#ifndef GL_ARB_fragment_shader\n#define GL_ARB_fragment_shader 1\n#endif\n\n#ifndef GL_ARB_shading_language_100\n#define GL_ARB_shading_language_100 1\n#endif\n\n#ifndef GL_ARB_texture_non_power_of_two\n#define GL_ARB_texture_non_power_of_two 1\n#endif\n\n#ifndef GL_ARB_point_sprite\n#define GL_ARB_point_sprite 1\n#endif\n\n#ifndef GL_ARB_fragment_program_shadow\n#define GL_ARB_fragment_program_shadow 1\n#endif\n\n#ifndef GL_ARB_draw_buffers\n#define GL_ARB_draw_buffers 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawBuffersARB (GLsizei n, const GLenum *bufs);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWBUFFERSARBPROC) (GLsizei n, const GLenum *bufs);\n#endif\n\n#ifndef GL_ARB_texture_rectangle\n#define GL_ARB_texture_rectangle 1\n#endif\n\n#ifndef GL_ARB_color_buffer_float\n#define GL_ARB_color_buffer_float 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glClampColorARB (GLenum target, GLenum clamp);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCLAMPCOLORARBPROC) (GLenum target, GLenum clamp);\n#endif\n\n#ifndef GL_ARB_half_float_pixel\n#define GL_ARB_half_float_pixel 1\n#endif\n\n#ifndef GL_ARB_texture_float\n#define GL_ARB_texture_float 1\n#endif\n\n#ifndef GL_ARB_pixel_buffer_object\n#define GL_ARB_pixel_buffer_object 1\n#endif\n\n#ifndef GL_ARB_depth_buffer_float\n#define GL_ARB_depth_buffer_float 1\n#endif\n\n#ifndef GL_ARB_draw_instanced\n#define GL_ARB_draw_instanced 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawArraysInstancedARB (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\nGLAPI void APIENTRY glDrawElementsInstancedARB (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDARBPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDARBPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\n#endif\n\n#ifndef GL_ARB_framebuffer_object\n#define GL_ARB_framebuffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLboolean APIENTRY glIsRenderbuffer (GLuint renderbuffer);\nGLAPI void APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);\nGLAPI void APIENTRY glDeleteRenderbuffers (GLsizei n, const GLuint *renderbuffers);\nGLAPI void APIENTRY glGenRenderbuffers (GLsizei n, GLuint *renderbuffers);\nGLAPI void APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint *params);\nGLAPI GLboolean APIENTRY glIsFramebuffer (GLuint framebuffer);\nGLAPI void APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);\nGLAPI void APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers);\nGLAPI void APIENTRY glGenFramebuffers (GLsizei n, GLuint *framebuffers);\nGLAPI GLenum APIENTRY glCheckFramebufferStatus (GLenum target);\nGLAPI void APIENTRY glFramebufferTexture1D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTexture3D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\nGLAPI void APIENTRY glFramebufferRenderbuffer (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\nGLAPI void APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGenerateMipmap (GLenum target);\nGLAPI void APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\nGLAPI void APIENTRY glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLboolean (APIENTRYP PFNGLISRENDERBUFFERPROC) (GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLDELETERENDERBUFFERSPROC) (GLsizei n, const GLuint *renderbuffers);\ntypedef void (APIENTRYP PFNGLGENRENDERBUFFERSPROC) (GLsizei n, GLuint *renderbuffers);\ntypedef void (APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETRENDERBUFFERPARAMETERIVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef GLboolean (APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);\ntypedef void (APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);\ntypedef void (APIENTRYP PFNGLDELETEFRAMEBUFFERSPROC) (GLsizei n, const GLuint *framebuffers);\ntypedef void (APIENTRYP PFNGLGENFRAMEBUFFERSPROC) (GLsizei n, GLuint *framebuffers);\ntypedef GLenum (APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE1DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERRENDERBUFFERPROC) (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC) (GLenum target, GLenum attachment, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGENERATEMIPMAPPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLBLITFRAMEBUFFERPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\ntypedef void (APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURELAYERPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\n#endif\n\n#ifndef GL_ARB_framebuffer_sRGB\n#define GL_ARB_framebuffer_sRGB 1\n#endif\n\n#ifndef GL_ARB_geometry_shader4\n#define GL_ARB_geometry_shader4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramParameteriARB (GLuint program, GLenum pname, GLint value);\nGLAPI void APIENTRY glFramebufferTextureARB (GLenum target, GLenum attachment, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTextureLayerARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\nGLAPI void APIENTRY glFramebufferTextureFaceARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETERIARBPROC) (GLuint program, GLenum pname, GLint value);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTUREARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURELAYERARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTUREFACEARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);\n#endif\n\n#ifndef GL_ARB_half_float_vertex\n#define GL_ARB_half_float_vertex 1\n#endif\n\n#ifndef GL_ARB_instanced_arrays\n#define GL_ARB_instanced_arrays 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribDivisorARB (GLuint index, GLuint divisor);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBDIVISORARBPROC) (GLuint index, GLuint divisor);\n#endif\n\n#ifndef GL_ARB_map_buffer_range\n#define GL_ARB_map_buffer_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLvoid* APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);\nGLAPI void APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLvoid* (APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);\ntypedef void (APIENTRYP PFNGLFLUSHMAPPEDBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length);\n#endif\n\n#ifndef GL_ARB_texture_buffer_object\n#define GL_ARB_texture_buffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexBufferARB (GLenum target, GLenum internalformat, GLuint buffer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXBUFFERARBPROC) (GLenum target, GLenum internalformat, GLuint buffer);\n#endif\n\n#ifndef GL_ARB_texture_compression_rgtc\n#define GL_ARB_texture_compression_rgtc 1\n#endif\n\n#ifndef GL_ARB_texture_rg\n#define GL_ARB_texture_rg 1\n#endif\n\n#ifndef GL_ARB_vertex_array_object\n#define GL_ARB_vertex_array_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindVertexArray (GLuint array);\nGLAPI void APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);\nGLAPI void APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);\nGLAPI GLboolean APIENTRY glIsVertexArray (GLuint array);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array);\ntypedef void (APIENTRYP PFNGLDELETEVERTEXARRAYSPROC) (GLsizei n, const GLuint *arrays);\ntypedef void (APIENTRYP PFNGLGENVERTEXARRAYSPROC) (GLsizei n, GLuint *arrays);\ntypedef GLboolean (APIENTRYP PFNGLISVERTEXARRAYPROC) (GLuint array);\n#endif\n\n#ifndef GL_ARB_uniform_buffer_object\n#define GL_ARB_uniform_buffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* *uniformNames, GLuint *uniformIndices);\nGLAPI void APIENTRY glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);\nGLAPI GLuint APIENTRY glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockName);\nGLAPI void APIENTRY glGetActiveUniformBlockiv (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetActiveUniformBlockName (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName);\nGLAPI void APIENTRY glUniformBlockBinding (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETUNIFORMINDICESPROC) (GLuint program, GLsizei uniformCount, const GLchar* *uniformNames, GLuint *uniformIndices);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);\ntypedef GLuint (APIENTRYP PFNGLGETUNIFORMBLOCKINDEXPROC) (GLuint program, const GLchar *uniformBlockName);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMBLOCKIVPROC) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC) (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName);\ntypedef void (APIENTRYP PFNGLUNIFORMBLOCKBINDINGPROC) (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding);\n#endif\n\n#ifndef GL_ARB_compatibility\n#define GL_ARB_compatibility 1\n#endif\n\n#ifndef GL_ARB_copy_buffer\n#define GL_ARB_copy_buffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCopyBufferSubData (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOPYBUFFERSUBDATAPROC) (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);\n#endif\n\n#ifndef GL_ARB_shader_texture_lod\n#define GL_ARB_shader_texture_lod 1\n#endif\n\n#ifndef GL_ARB_depth_clamp\n#define GL_ARB_depth_clamp 1\n#endif\n\n#ifndef GL_ARB_draw_elements_base_vertex\n#define GL_ARB_draw_elements_base_vertex 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);\nGLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);\nGLAPI void APIENTRY glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);\nGLAPI void APIENTRY glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount, const GLint *basevertex);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);\ntypedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);\ntypedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount, const GLint *basevertex);\n#endif\n\n#ifndef GL_ARB_fragment_coord_conventions\n#define GL_ARB_fragment_coord_conventions 1\n#endif\n\n#ifndef GL_ARB_provoking_vertex\n#define GL_ARB_provoking_vertex 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProvokingVertex (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROVOKINGVERTEXPROC) (GLenum mode);\n#endif\n\n#ifndef GL_ARB_seamless_cube_map\n#define GL_ARB_seamless_cube_map 1\n#endif\n\n#ifndef GL_ARB_sync\n#define GL_ARB_sync 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLsync APIENTRY glFenceSync (GLenum condition, GLbitfield flags);\nGLAPI GLboolean APIENTRY glIsSync (GLsync sync);\nGLAPI void APIENTRY glDeleteSync (GLsync sync);\nGLAPI GLenum APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);\nGLAPI void APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);\nGLAPI void APIENTRY glGetInteger64v (GLenum pname, GLint64 *params);\nGLAPI void APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLsync (APIENTRYP PFNGLFENCESYNCPROC) (GLenum condition, GLbitfield flags);\ntypedef GLboolean (APIENTRYP PFNGLISSYNCPROC) (GLsync sync);\ntypedef void (APIENTRYP PFNGLDELETESYNCPROC) (GLsync sync);\ntypedef GLenum (APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);\ntypedef void (APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);\ntypedef void (APIENTRYP PFNGLGETINTEGER64VPROC) (GLenum pname, GLint64 *params);\ntypedef void (APIENTRYP PFNGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\n#endif\n\n#ifndef GL_ARB_texture_multisample\n#define GL_ARB_texture_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);\nGLAPI void APIENTRY glTexImage3DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);\nGLAPI void APIENTRY glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val);\nGLAPI void APIENTRY glSampleMaski (GLuint index, GLbitfield mask);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXIMAGE2DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);\ntypedef void (APIENTRYP PFNGLTEXIMAGE3DMULTISAMPLEPROC) (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);\ntypedef void (APIENTRYP PFNGLGETMULTISAMPLEFVPROC) (GLenum pname, GLuint index, GLfloat *val);\ntypedef void (APIENTRYP PFNGLSAMPLEMASKIPROC) (GLuint index, GLbitfield mask);\n#endif\n\n#ifndef GL_ARB_vertex_array_bgra\n#define GL_ARB_vertex_array_bgra 1\n#endif\n\n#ifndef GL_ARB_draw_buffers_blend\n#define GL_ARB_draw_buffers_blend 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendEquationiARB (GLuint buf, GLenum mode);\nGLAPI void APIENTRY glBlendEquationSeparateiARB (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\nGLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);\nGLAPI void APIENTRY glBlendFuncSeparateiARB (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONIARBPROC) (GLuint buf, GLenum mode);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEIARBPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\ntypedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst);\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEIARBPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\n#endif\n\n#ifndef GL_ARB_sample_shading\n#define GL_ARB_sample_shading 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMinSampleShadingARB (GLclampf value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMINSAMPLESHADINGARBPROC) (GLclampf value);\n#endif\n\n#ifndef GL_ARB_texture_cube_map_array\n#define GL_ARB_texture_cube_map_array 1\n#endif\n\n#ifndef GL_ARB_texture_gather\n#define GL_ARB_texture_gather 1\n#endif\n\n#ifndef GL_ARB_texture_query_lod\n#define GL_ARB_texture_query_lod 1\n#endif\n\n#ifndef GL_ARB_shading_language_include\n#define GL_ARB_shading_language_include 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);\nGLAPI void APIENTRY glDeleteNamedStringARB (GLint namelen, const GLchar *name);\nGLAPI void APIENTRY glCompileShaderIncludeARB (GLuint shader, GLsizei count, const GLchar* *path, const GLint *length);\nGLAPI GLboolean APIENTRY glIsNamedStringARB (GLint namelen, const GLchar *name);\nGLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);\nGLAPI void APIENTRY glGetNamedStringivARB (GLint namelen, const GLchar *name, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);\ntypedef void (APIENTRYP PFNGLDELETENAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name);\ntypedef void (APIENTRYP PFNGLCOMPILESHADERINCLUDEARBPROC) (GLuint shader, GLsizei count, const GLchar* *path, const GLint *length);\ntypedef GLboolean (APIENTRYP PFNGLISNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name);\ntypedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);\ntypedef void (APIENTRYP PFNGLGETNAMEDSTRINGIVARBPROC) (GLint namelen, const GLchar *name, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_ARB_texture_compression_bptc\n#define GL_ARB_texture_compression_bptc 1\n#endif\n\n#ifndef GL_ARB_blend_func_extended\n#define GL_ARB_blend_func_extended 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name);\nGLAPI GLint APIENTRY glGetFragDataIndex (GLuint program, const GLchar *name);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDFRAGDATALOCATIONINDEXEDPROC) (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name);\ntypedef GLint (APIENTRYP PFNGLGETFRAGDATAINDEXPROC) (GLuint program, const GLchar *name);\n#endif\n\n#ifndef GL_ARB_explicit_attrib_location\n#define GL_ARB_explicit_attrib_location 1\n#endif\n\n#ifndef GL_ARB_occlusion_query2\n#define GL_ARB_occlusion_query2 1\n#endif\n\n#ifndef GL_ARB_sampler_objects\n#define GL_ARB_sampler_objects 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);\nGLAPI void APIENTRY glDeleteSamplers (GLsizei count, const GLuint *samplers);\nGLAPI GLboolean APIENTRY glIsSampler (GLuint sampler);\nGLAPI void APIENTRY glBindSampler (GLuint unit, GLuint sampler);\nGLAPI void APIENTRY glSamplerParameteri (GLuint sampler, GLenum pname, GLint param);\nGLAPI void APIENTRY glSamplerParameteriv (GLuint sampler, GLenum pname, const GLint *param);\nGLAPI void APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *param);\nGLAPI void APIENTRY glSamplerParameterIiv (GLuint sampler, GLenum pname, const GLint *param);\nGLAPI void APIENTRY glSamplerParameterIuiv (GLuint sampler, GLenum pname, const GLuint *param);\nGLAPI void APIENTRY glGetSamplerParameteriv (GLuint sampler, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetSamplerParameterIiv (GLuint sampler, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetSamplerParameterfv (GLuint sampler, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetSamplerParameterIuiv (GLuint sampler, GLenum pname, GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENSAMPLERSPROC) (GLsizei count, GLuint *samplers);\ntypedef void (APIENTRYP PFNGLDELETESAMPLERSPROC) (GLsizei count, const GLuint *samplers);\ntypedef GLboolean (APIENTRYP PFNGLISSAMPLERPROC) (GLuint sampler);\ntypedef void (APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERIIVPROC) (GLuint sampler, GLenum pname, const GLint *param);\ntypedef void (APIENTRYP PFNGLSAMPLERPARAMETERIUIVPROC) (GLuint sampler, GLenum pname, const GLuint *param);\ntypedef void (APIENTRYP PFNGLGETSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSAMPLERPARAMETERIIVPROC) (GLuint sampler, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETSAMPLERPARAMETERIUIVPROC) (GLuint sampler, GLenum pname, GLuint *params);\n#endif\n\n#ifndef GL_ARB_texture_rgb10_a2ui\n#define GL_ARB_texture_rgb10_a2ui 1\n#endif\n\n#ifndef GL_ARB_texture_swizzle\n#define GL_ARB_texture_swizzle 1\n#endif\n\n#ifndef GL_ARB_timer_query\n#define GL_ARB_timer_query 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glQueryCounter (GLuint id, GLenum target);\nGLAPI void APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params);\nGLAPI void APIENTRY glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64 *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLQUERYCOUNTERPROC) (GLuint id, GLenum target);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTI64VPROC) (GLuint id, GLenum pname, GLint64 *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTUI64VPROC) (GLuint id, GLenum pname, GLuint64 *params);\n#endif\n\n#ifndef GL_ARB_vertex_type_2_10_10_10_rev\n#define GL_ARB_vertex_type_2_10_10_10_rev 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexP2ui (GLenum type, GLuint value);\nGLAPI void APIENTRY glVertexP2uiv (GLenum type, const GLuint *value);\nGLAPI void APIENTRY glVertexP3ui (GLenum type, GLuint value);\nGLAPI void APIENTRY glVertexP3uiv (GLenum type, const GLuint *value);\nGLAPI void APIENTRY glVertexP4ui (GLenum type, GLuint value);\nGLAPI void APIENTRY glVertexP4uiv (GLenum type, const GLuint *value);\nGLAPI void APIENTRY glTexCoordP1ui (GLenum type, GLuint coords);\nGLAPI void APIENTRY glTexCoordP1uiv (GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glTexCoordP2ui (GLenum type, GLuint coords);\nGLAPI void APIENTRY glTexCoordP2uiv (GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glTexCoordP3ui (GLenum type, GLuint coords);\nGLAPI void APIENTRY glTexCoordP3uiv (GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glTexCoordP4ui (GLenum type, GLuint coords);\nGLAPI void APIENTRY glTexCoordP4uiv (GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glMultiTexCoordP1ui (GLenum texture, GLenum type, GLuint coords);\nGLAPI void APIENTRY glMultiTexCoordP1uiv (GLenum texture, GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glMultiTexCoordP2ui (GLenum texture, GLenum type, GLuint coords);\nGLAPI void APIENTRY glMultiTexCoordP2uiv (GLenum texture, GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glMultiTexCoordP3ui (GLenum texture, GLenum type, GLuint coords);\nGLAPI void APIENTRY glMultiTexCoordP3uiv (GLenum texture, GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glMultiTexCoordP4ui (GLenum texture, GLenum type, GLuint coords);\nGLAPI void APIENTRY glMultiTexCoordP4uiv (GLenum texture, GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glNormalP3ui (GLenum type, GLuint coords);\nGLAPI void APIENTRY glNormalP3uiv (GLenum type, const GLuint *coords);\nGLAPI void APIENTRY glColorP3ui (GLenum type, GLuint color);\nGLAPI void APIENTRY glColorP3uiv (GLenum type, const GLuint *color);\nGLAPI void APIENTRY glColorP4ui (GLenum type, GLuint color);\nGLAPI void APIENTRY glColorP4uiv (GLenum type, const GLuint *color);\nGLAPI void APIENTRY glSecondaryColorP3ui (GLenum type, GLuint color);\nGLAPI void APIENTRY glSecondaryColorP3uiv (GLenum type, const GLuint *color);\nGLAPI void APIENTRY glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);\nGLAPI void APIENTRY glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\nGLAPI void APIENTRY glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);\nGLAPI void APIENTRY glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\nGLAPI void APIENTRY glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);\nGLAPI void APIENTRY glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\nGLAPI void APIENTRY glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);\nGLAPI void APIENTRY glVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXP2UIPROC) (GLenum type, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXP2UIVPROC) (GLenum type, const GLuint *value);\ntypedef void (APIENTRYP PFNGLVERTEXP3UIPROC) (GLenum type, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXP3UIVPROC) (GLenum type, const GLuint *value);\ntypedef void (APIENTRYP PFNGLVERTEXP4UIPROC) (GLenum type, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXP4UIVPROC) (GLenum type, const GLuint *value);\ntypedef void (APIENTRYP PFNGLTEXCOORDP1UIPROC) (GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP1UIVPROC) (GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP2UIPROC) (GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP2UIVPROC) (GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP3UIPROC) (GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP3UIVPROC) (GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP4UIPROC) (GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLTEXCOORDP4UIVPROC) (GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP1UIPROC) (GLenum texture, GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP1UIVPROC) (GLenum texture, GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP2UIPROC) (GLenum texture, GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP2UIVPROC) (GLenum texture, GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP3UIPROC) (GLenum texture, GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP3UIVPROC) (GLenum texture, GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP4UIPROC) (GLenum texture, GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDP4UIVPROC) (GLenum texture, GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLNORMALP3UIPROC) (GLenum type, GLuint coords);\ntypedef void (APIENTRYP PFNGLNORMALP3UIVPROC) (GLenum type, const GLuint *coords);\ntypedef void (APIENTRYP PFNGLCOLORP3UIPROC) (GLenum type, GLuint color);\ntypedef void (APIENTRYP PFNGLCOLORP3UIVPROC) (GLenum type, const GLuint *color);\ntypedef void (APIENTRYP PFNGLCOLORP4UIPROC) (GLenum type, GLuint color);\ntypedef void (APIENTRYP PFNGLCOLORP4UIVPROC) (GLenum type, const GLuint *color);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORP3UIPROC) (GLenum type, GLuint color);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORP3UIVPROC) (GLenum type, const GLuint *color);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP1UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP1UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP2UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP2UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP3UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP3UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP4UIPROC) (GLuint index, GLenum type, GLboolean normalized, GLuint value);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBP4UIVPROC) (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);\n#endif\n\n#ifndef GL_ARB_draw_indirect\n#define GL_ARB_draw_indirect 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawArraysIndirect (GLenum mode, const GLvoid *indirect);\nGLAPI void APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const GLvoid *indirect);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWARRAYSINDIRECTPROC) (GLenum mode, const GLvoid *indirect);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSINDIRECTPROC) (GLenum mode, GLenum type, const GLvoid *indirect);\n#endif\n\n#ifndef GL_ARB_gpu_shader5\n#define GL_ARB_gpu_shader5 1\n#endif\n\n#ifndef GL_ARB_gpu_shader_fp64\n#define GL_ARB_gpu_shader_fp64 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUniform1d (GLint location, GLdouble x);\nGLAPI void APIENTRY glUniform2d (GLint location, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glUniform3d (GLint location, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glUniform4d (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glUniform1dv (GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glUniform2dv (GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glUniform3dv (GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glUniform4dv (GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix2x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix2x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix3x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix3x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix4x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glUniformMatrix4x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glGetUniformdv (GLuint program, GLint location, GLdouble *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUNIFORM1DPROC) (GLint location, GLdouble x);\ntypedef void (APIENTRYP PFNGLUNIFORM2DPROC) (GLint location, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLUNIFORM3DPROC) (GLint location, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLUNIFORM4DPROC) (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLUNIFORM1DVPROC) (GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2DVPROC) (GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3DVPROC) (GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4DVPROC) (GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2X3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX2X4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3X2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX3X4DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4X2DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLUNIFORMMATRIX4X3DVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLGETUNIFORMDVPROC) (GLuint program, GLint location, GLdouble *params);\n#endif\n\n#ifndef GL_ARB_shader_subroutine\n#define GL_ARB_shader_subroutine 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLint APIENTRY glGetSubroutineUniformLocation (GLuint program, GLenum shadertype, const GLchar *name);\nGLAPI GLuint APIENTRY glGetSubroutineIndex (GLuint program, GLenum shadertype, const GLchar *name);\nGLAPI void APIENTRY glGetActiveSubroutineUniformiv (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values);\nGLAPI void APIENTRY glGetActiveSubroutineUniformName (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name);\nGLAPI void APIENTRY glGetActiveSubroutineName (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name);\nGLAPI void APIENTRY glUniformSubroutinesuiv (GLenum shadertype, GLsizei count, const GLuint *indices);\nGLAPI void APIENTRY glGetUniformSubroutineuiv (GLenum shadertype, GLint location, GLuint *params);\nGLAPI void APIENTRY glGetProgramStageiv (GLuint program, GLenum shadertype, GLenum pname, GLint *values);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLint (APIENTRYP PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC) (GLuint program, GLenum shadertype, const GLchar *name);\ntypedef GLuint (APIENTRYP PFNGLGETSUBROUTINEINDEXPROC) (GLuint program, GLenum shadertype, const GLchar *name);\ntypedef void (APIENTRYP PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values);\ntypedef void (APIENTRYP PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC) (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name);\ntypedef void (APIENTRYP PFNGLGETACTIVESUBROUTINENAMEPROC) (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name);\ntypedef void (APIENTRYP PFNGLUNIFORMSUBROUTINESUIVPROC) (GLenum shadertype, GLsizei count, const GLuint *indices);\ntypedef void (APIENTRYP PFNGLGETUNIFORMSUBROUTINEUIVPROC) (GLenum shadertype, GLint location, GLuint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMSTAGEIVPROC) (GLuint program, GLenum shadertype, GLenum pname, GLint *values);\n#endif\n\n#ifndef GL_ARB_tessellation_shader\n#define GL_ARB_tessellation_shader 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPatchParameteri (GLenum pname, GLint value);\nGLAPI void APIENTRY glPatchParameterfv (GLenum pname, const GLfloat *values);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPATCHPARAMETERIPROC) (GLenum pname, GLint value);\ntypedef void (APIENTRYP PFNGLPATCHPARAMETERFVPROC) (GLenum pname, const GLfloat *values);\n#endif\n\n#ifndef GL_ARB_texture_buffer_object_rgb32\n#define GL_ARB_texture_buffer_object_rgb32 1\n#endif\n\n#ifndef GL_ARB_transform_feedback2\n#define GL_ARB_transform_feedback2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindTransformFeedback (GLenum target, GLuint id);\nGLAPI void APIENTRY glDeleteTransformFeedbacks (GLsizei n, const GLuint *ids);\nGLAPI void APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);\nGLAPI GLboolean APIENTRY glIsTransformFeedback (GLuint id);\nGLAPI void APIENTRY glPauseTransformFeedback (void);\nGLAPI void APIENTRY glResumeTransformFeedback (void);\nGLAPI void APIENTRY glDrawTransformFeedback (GLenum mode, GLuint id);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDTRANSFORMFEEDBACKPROC) (GLenum target, GLuint id);\ntypedef void (APIENTRYP PFNGLDELETETRANSFORMFEEDBACKSPROC) (GLsizei n, const GLuint *ids);\ntypedef void (APIENTRYP PFNGLGENTRANSFORMFEEDBACKSPROC) (GLsizei n, GLuint *ids);\ntypedef GLboolean (APIENTRYP PFNGLISTRANSFORMFEEDBACKPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLPAUSETRANSFORMFEEDBACKPROC) (void);\ntypedef void (APIENTRYP PFNGLRESUMETRANSFORMFEEDBACKPROC) (void);\ntypedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKPROC) (GLenum mode, GLuint id);\n#endif\n\n#ifndef GL_ARB_transform_feedback3\n#define GL_ARB_transform_feedback3 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream);\nGLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);\nGLAPI void APIENTRY glEndQueryIndexed (GLenum target, GLuint index);\nGLAPI void APIENTRY glGetQueryIndexediv (GLenum target, GLuint index, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKSTREAMPROC) (GLenum mode, GLuint id, GLuint stream);\ntypedef void (APIENTRYP PFNGLBEGINQUERYINDEXEDPROC) (GLenum target, GLuint index, GLuint id);\ntypedef void (APIENTRYP PFNGLENDQUERYINDEXEDPROC) (GLenum target, GLuint index);\ntypedef void (APIENTRYP PFNGLGETQUERYINDEXEDIVPROC) (GLenum target, GLuint index, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_ARB_ES2_compatibility\n#define GL_ARB_ES2_compatibility 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glReleaseShaderCompiler (void);\nGLAPI void APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);\nGLAPI void APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);\nGLAPI void APIENTRY glDepthRangef (GLclampf n, GLclampf f);\nGLAPI void APIENTRY glClearDepthf (GLclampf d);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLRELEASESHADERCOMPILERPROC) (void);\ntypedef void (APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);\ntypedef void (APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);\ntypedef void (APIENTRYP PFNGLDEPTHRANGEFPROC) (GLclampf n, GLclampf f);\ntypedef void (APIENTRYP PFNGLCLEARDEPTHFPROC) (GLclampf d);\n#endif\n\n#ifndef GL_ARB_get_program_binary\n#define GL_ARB_get_program_binary 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);\nGLAPI void APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);\nGLAPI void APIENTRY glProgramParameteri (GLuint program, GLenum pname, GLint value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);\ntypedef void (APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETERIPROC) (GLuint program, GLenum pname, GLint value);\n#endif\n\n#ifndef GL_ARB_separate_shader_objects\n#define GL_ARB_separate_shader_objects 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);\nGLAPI void APIENTRY glActiveShaderProgram (GLuint pipeline, GLuint program);\nGLAPI GLuint APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar* *strings);\nGLAPI void APIENTRY glBindProgramPipeline (GLuint pipeline);\nGLAPI void APIENTRY glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines);\nGLAPI void APIENTRY glGenProgramPipelines (GLsizei n, GLuint *pipelines);\nGLAPI GLboolean APIENTRY glIsProgramPipeline (GLuint pipeline);\nGLAPI void APIENTRY glGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint *params);\nGLAPI void APIENTRY glProgramUniform1i (GLuint program, GLint location, GLint v0);\nGLAPI void APIENTRY glProgramUniform1iv (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform1f (GLuint program, GLint location, GLfloat v0);\nGLAPI void APIENTRY glProgramUniform1fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform1d (GLuint program, GLint location, GLdouble v0);\nGLAPI void APIENTRY glProgramUniform1dv (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform1ui (GLuint program, GLint location, GLuint v0);\nGLAPI void APIENTRY glProgramUniform1uiv (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform2i (GLuint program, GLint location, GLint v0, GLint v1);\nGLAPI void APIENTRY glProgramUniform2iv (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform2f (GLuint program, GLint location, GLfloat v0, GLfloat v1);\nGLAPI void APIENTRY glProgramUniform2fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform2d (GLuint program, GLint location, GLdouble v0, GLdouble v1);\nGLAPI void APIENTRY glProgramUniform2dv (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform2ui (GLuint program, GLint location, GLuint v0, GLuint v1);\nGLAPI void APIENTRY glProgramUniform2uiv (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform3i (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);\nGLAPI void APIENTRY glProgramUniform3iv (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform3f (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\nGLAPI void APIENTRY glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform3d (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2);\nGLAPI void APIENTRY glProgramUniform3dv (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform3ui (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);\nGLAPI void APIENTRY glProgramUniform3uiv (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform4i (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\nGLAPI void APIENTRY glProgramUniform4iv (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\nGLAPI void APIENTRY glProgramUniform4fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform4d (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3);\nGLAPI void APIENTRY glProgramUniform4dv (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform4ui (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\nGLAPI void APIENTRY glProgramUniform4uiv (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glValidateProgramPipeline (GLuint pipeline);\nGLAPI void APIENTRY glGetProgramPipelineInfoLog (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint program);\ntypedef void (APIENTRYP PFNGLACTIVESHADERPROGRAMPROC) (GLuint pipeline, GLuint program);\ntypedef GLuint (APIENTRYP PFNGLCREATESHADERPROGRAMVPROC) (GLenum type, GLsizei count, const GLchar* *strings);\ntypedef void (APIENTRYP PFNGLBINDPROGRAMPIPELINEPROC) (GLuint pipeline);\ntypedef void (APIENTRYP PFNGLDELETEPROGRAMPIPELINESPROC) (GLsizei n, const GLuint *pipelines);\ntypedef void (APIENTRYP PFNGLGENPROGRAMPIPELINESPROC) (GLsizei n, GLuint *pipelines);\ntypedef GLboolean (APIENTRYP PFNGLISPROGRAMPIPELINEPROC) (GLuint pipeline);\ntypedef void (APIENTRYP PFNGLGETPROGRAMPIPELINEIVPROC) (GLuint pipeline, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1IPROC) (GLuint program, GLint location, GLint v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1FPROC) (GLuint program, GLint location, GLfloat v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1DPROC) (GLuint program, GLint location, GLdouble v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIPROC) (GLuint program, GLint location, GLuint v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2IPROC) (GLuint program, GLint location, GLint v0, GLint v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3IPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4IPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4IVPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4FPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4FVPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4DPROC) (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4DVPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UIPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UIVPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3FVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3DVPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLVALIDATEPROGRAMPIPELINEPROC) (GLuint pipeline);\ntypedef void (APIENTRYP PFNGLGETPROGRAMPIPELINEINFOLOGPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\n#endif\n\n#ifndef GL_ARB_vertex_attrib_64bit\n#define GL_ARB_vertex_attrib_64bit 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribL1d (GLuint index, GLdouble x);\nGLAPI void APIENTRY glVertexAttribL2d (GLuint index, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexAttribL3d (GLuint index, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexAttribL4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexAttribL1dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL2dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL3dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL4dv (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribLPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glGetVertexAttribLdv (GLuint index, GLenum pname, GLdouble *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1DPROC) (GLuint index, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2DPROC) (GLuint index, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4DPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4DVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBLPOINTERPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBLDVPROC) (GLuint index, GLenum pname, GLdouble *params);\n#endif\n\n#ifndef GL_ARB_viewport_array\n#define GL_ARB_viewport_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glViewportArrayv (GLuint first, GLsizei count, const GLfloat *v);\nGLAPI void APIENTRY glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);\nGLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glScissorArrayv (GLuint first, GLsizei count, const GLint *v);\nGLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);\nGLAPI void APIENTRY glDepthRangeArrayv (GLuint first, GLsizei count, const GLclampd *v);\nGLAPI void APIENTRY glDepthRangeIndexed (GLuint index, GLclampd n, GLclampd f);\nGLAPI void APIENTRY glGetFloati_v (GLenum target, GLuint index, GLfloat *data);\nGLAPI void APIENTRY glGetDoublei_v (GLenum target, GLuint index, GLdouble *data);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVIEWPORTARRAYVPROC) (GLuint first, GLsizei count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVIEWPORTINDEXEDFPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);\ntypedef void (APIENTRYP PFNGLVIEWPORTINDEXEDFVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLSCISSORARRAYVPROC) (GLuint first, GLsizei count, const GLint *v);\ntypedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLSCISSORINDEXEDVPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLDEPTHRANGEARRAYVPROC) (GLuint first, GLsizei count, const GLclampd *v);\ntypedef void (APIENTRYP PFNGLDEPTHRANGEINDEXEDPROC) (GLuint index, GLclampd n, GLclampd f);\ntypedef void (APIENTRYP PFNGLGETFLOATI_VPROC) (GLenum target, GLuint index, GLfloat *data);\ntypedef void (APIENTRYP PFNGLGETDOUBLEI_VPROC) (GLenum target, GLuint index, GLdouble *data);\n#endif\n\n#ifndef GL_ARB_cl_event\n#define GL_ARB_cl_event 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLsync APIENTRY glCreateSyncFromCLeventARB (struct _cl_context * context, struct _cl_event * event, GLbitfield flags);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLsync (APIENTRYP PFNGLCREATESYNCFROMCLEVENTARBPROC) (struct _cl_context * context, struct _cl_event * event, GLbitfield flags);\n#endif\n\n#ifndef GL_ARB_debug_output\n#define GL_ARB_debug_output 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDebugMessageControlARB (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\nGLAPI void APIENTRY glDebugMessageInsertARB (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);\nGLAPI void APIENTRY glDebugMessageCallbackARB (GLDEBUGPROCARB callback, const GLvoid *userParam);\nGLAPI GLuint APIENTRY glGetDebugMessageLogARB (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGECONTROLARBPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTARBPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKARBPROC) (GLDEBUGPROCARB callback, const GLvoid *userParam);\ntypedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);\n#endif\n\n#ifndef GL_ARB_robustness\n#define GL_ARB_robustness 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLenum APIENTRY glGetGraphicsResetStatusARB (void);\nGLAPI void APIENTRY glGetnMapdvARB (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v);\nGLAPI void APIENTRY glGetnMapfvARB (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v);\nGLAPI void APIENTRY glGetnMapivARB (GLenum target, GLenum query, GLsizei bufSize, GLint *v);\nGLAPI void APIENTRY glGetnPixelMapfvARB (GLenum map, GLsizei bufSize, GLfloat *values);\nGLAPI void APIENTRY glGetnPixelMapuivARB (GLenum map, GLsizei bufSize, GLuint *values);\nGLAPI void APIENTRY glGetnPixelMapusvARB (GLenum map, GLsizei bufSize, GLushort *values);\nGLAPI void APIENTRY glGetnPolygonStippleARB (GLsizei bufSize, GLubyte *pattern);\nGLAPI void APIENTRY glGetnColorTableARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);\nGLAPI void APIENTRY glGetnConvolutionFilterARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image);\nGLAPI void APIENTRY glGetnSeparableFilterARB (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);\nGLAPI void APIENTRY glGetnHistogramARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);\nGLAPI void APIENTRY glGetnMinmaxARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);\nGLAPI void APIENTRY glGetnTexImageARB (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);\nGLAPI void APIENTRY glReadnPixelsARB (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);\nGLAPI void APIENTRY glGetnCompressedTexImageARB (GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);\nGLAPI void APIENTRY glGetnUniformfvARB (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);\nGLAPI void APIENTRY glGetnUniformivARB (GLuint program, GLint location, GLsizei bufSize, GLint *params);\nGLAPI void APIENTRY glGetnUniformuivARB (GLuint program, GLint location, GLsizei bufSize, GLuint *params);\nGLAPI void APIENTRY glGetnUniformdvARB (GLuint program, GLint location, GLsizei bufSize, GLdouble *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLenum (APIENTRYP PFNGLGETGRAPHICSRESETSTATUSARBPROC) (void);\ntypedef void (APIENTRYP PFNGLGETNMAPDVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v);\ntypedef void (APIENTRYP PFNGLGETNMAPFVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v);\ntypedef void (APIENTRYP PFNGLGETNMAPIVARBPROC) (GLenum target, GLenum query, GLsizei bufSize, GLint *v);\ntypedef void (APIENTRYP PFNGLGETNPIXELMAPFVARBPROC) (GLenum map, GLsizei bufSize, GLfloat *values);\ntypedef void (APIENTRYP PFNGLGETNPIXELMAPUIVARBPROC) (GLenum map, GLsizei bufSize, GLuint *values);\ntypedef void (APIENTRYP PFNGLGETNPIXELMAPUSVARBPROC) (GLenum map, GLsizei bufSize, GLushort *values);\ntypedef void (APIENTRYP PFNGLGETNPOLYGONSTIPPLEARBPROC) (GLsizei bufSize, GLubyte *pattern);\ntypedef void (APIENTRYP PFNGLGETNCOLORTABLEARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);\ntypedef void (APIENTRYP PFNGLGETNCONVOLUTIONFILTERARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image);\ntypedef void (APIENTRYP PFNGLGETNSEPARABLEFILTERARBPROC) (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);\ntypedef void (APIENTRYP PFNGLGETNHISTOGRAMARBPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETNMINMAXARBPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETNTEXIMAGEARBPROC) (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);\ntypedef void (APIENTRYP PFNGLREADNPIXELSARBPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETNCOMPRESSEDTEXIMAGEARBPROC) (GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);\ntypedef void (APIENTRYP PFNGLGETNUNIFORMFVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETNUNIFORMIVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);\ntypedef void (APIENTRYP PFNGLGETNUNIFORMUIVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint *params);\ntypedef void (APIENTRYP PFNGLGETNUNIFORMDVARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLdouble *params);\n#endif\n\n#ifndef GL_ARB_shader_stencil_export\n#define GL_ARB_shader_stencil_export 1\n#endif\n\n#ifndef GL_EXT_abgr\n#define GL_EXT_abgr 1\n#endif\n\n#ifndef GL_EXT_blend_color\n#define GL_EXT_blend_color 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendColorEXT (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\n#endif\n\n#ifndef GL_EXT_polygon_offset\n#define GL_EXT_polygon_offset 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPolygonOffsetEXT (GLfloat factor, GLfloat bias);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPOLYGONOFFSETEXTPROC) (GLfloat factor, GLfloat bias);\n#endif\n\n#ifndef GL_EXT_texture\n#define GL_EXT_texture 1\n#endif\n\n#ifndef GL_EXT_texture3D\n#define GL_EXT_texture3D 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexImage3DEXT (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXIMAGE3DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\n#endif\n\n#ifndef GL_SGIS_texture_filter4\n#define GL_SGIS_texture_filter4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetTexFilterFuncSGIS (GLenum target, GLenum filter, GLfloat *weights);\nGLAPI void APIENTRY glTexFilterFuncSGIS (GLenum target, GLenum filter, GLsizei n, const GLfloat *weights);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETTEXFILTERFUNCSGISPROC) (GLenum target, GLenum filter, GLfloat *weights);\ntypedef void (APIENTRYP PFNGLTEXFILTERFUNCSGISPROC) (GLenum target, GLenum filter, GLsizei n, const GLfloat *weights);\n#endif\n\n#ifndef GL_EXT_subtexture\n#define GL_EXT_subtexture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXSUBIMAGE1DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXSUBIMAGE2DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\n#endif\n\n#ifndef GL_EXT_copy_texture\n#define GL_EXT_copy_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCopyTexImage1DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\nGLAPI void APIENTRY glCopyTexImage2DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\nGLAPI void APIENTRY glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glCopyTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOPYTEXIMAGE1DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYTEXIMAGE2DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE1DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE2DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\n#endif\n\n#ifndef GL_EXT_histogram\n#define GL_EXT_histogram 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetHistogramEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\nGLAPI void APIENTRY glGetHistogramParameterfvEXT (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetHistogramParameterivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMinmaxEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\nGLAPI void APIENTRY glGetMinmaxParameterfvEXT (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMinmaxParameterivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glHistogramEXT (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);\nGLAPI void APIENTRY glMinmaxEXT (GLenum target, GLenum internalformat, GLboolean sink);\nGLAPI void APIENTRY glResetHistogramEXT (GLenum target);\nGLAPI void APIENTRY glResetMinmaxEXT (GLenum target);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMEXTPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETHISTOGRAMPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMINMAXEXTPROC) (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);\ntypedef void (APIENTRYP PFNGLGETMINMAXPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMINMAXPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLHISTOGRAMEXTPROC) (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);\ntypedef void (APIENTRYP PFNGLMINMAXEXTPROC) (GLenum target, GLenum internalformat, GLboolean sink);\ntypedef void (APIENTRYP PFNGLRESETHISTOGRAMEXTPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLRESETMINMAXEXTPROC) (GLenum target);\n#endif\n\n#ifndef GL_EXT_convolution\n#define GL_EXT_convolution 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);\nGLAPI void APIENTRY glConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);\nGLAPI void APIENTRY glConvolutionParameterfEXT (GLenum target, GLenum pname, GLfloat params);\nGLAPI void APIENTRY glConvolutionParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glConvolutionParameteriEXT (GLenum target, GLenum pname, GLint params);\nGLAPI void APIENTRY glConvolutionParameterivEXT (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glCopyConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glCopyConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetConvolutionFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *image);\nGLAPI void APIENTRY glGetConvolutionParameterfvEXT (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetConvolutionParameterivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetSeparableFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);\nGLAPI void APIENTRY glSeparableFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCONVOLUTIONFILTER1DEXTPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONFILTER2DEXTPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERFEXTPROC) (GLenum target, GLenum pname, GLfloat params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERFVEXTPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERIEXTPROC) (GLenum target, GLenum pname, GLint params);\ntypedef void (APIENTRYP PFNGLCONVOLUTIONPARAMETERIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLCOPYCONVOLUTIONFILTER1DEXTPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCOPYCONVOLUTIONFILTER2DEXTPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONFILTEREXTPROC) (GLenum target, GLenum format, GLenum type, GLvoid *image);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCONVOLUTIONPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETSEPARABLEFILTEREXTPROC) (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);\ntypedef void (APIENTRYP PFNGLSEPARABLEFILTER2DEXTPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);\n#endif\n\n#ifndef GL_SGI_color_matrix\n#define GL_SGI_color_matrix 1\n#endif\n\n#ifndef GL_SGI_color_table\n#define GL_SGI_color_table 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorTableSGI (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\nGLAPI void APIENTRY glColorTableParameterfvSGI (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glColorTableParameterivSGI (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glCopyColorTableSGI (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glGetColorTableSGI (GLenum target, GLenum format, GLenum type, GLvoid *table);\nGLAPI void APIENTRY glGetColorTableParameterfvSGI (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetColorTableParameterivSGI (GLenum target, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORTABLESGIPROC) (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\ntypedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERFVSGIPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERIVSGIPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLCOPYCOLORTABLESGIPROC) (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLESGIPROC) (GLenum target, GLenum format, GLenum type, GLvoid *table);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERFVSGIPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERIVSGIPROC) (GLenum target, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_SGIX_pixel_texture\n#define GL_SGIX_pixel_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPixelTexGenSGIX (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPIXELTEXGENSGIXPROC) (GLenum mode);\n#endif\n\n#ifndef GL_SGIS_pixel_texture\n#define GL_SGIS_pixel_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPixelTexGenParameteriSGIS (GLenum pname, GLint param);\nGLAPI void APIENTRY glPixelTexGenParameterivSGIS (GLenum pname, const GLint *params);\nGLAPI void APIENTRY glPixelTexGenParameterfSGIS (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPixelTexGenParameterfvSGIS (GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glGetPixelTexGenParameterivSGIS (GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetPixelTexGenParameterfvSGIS (GLenum pname, GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPIXELTEXGENPARAMETERISGISPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLPIXELTEXGENPARAMETERIVSGISPROC) (GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLPIXELTEXGENPARAMETERFSGISPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPIXELTEXGENPARAMETERFVSGISPROC) (GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPIXELTEXGENPARAMETERIVSGISPROC) (GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPIXELTEXGENPARAMETERFVSGISPROC) (GLenum pname, GLfloat *params);\n#endif\n\n#ifndef GL_SGIS_texture4D\n#define GL_SGIS_texture4D 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexImage4DSGIS (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTexSubImage4DSGIS (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid *pixels);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXIMAGE4DSGISPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXSUBIMAGE4DSGISPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid *pixels);\n#endif\n\n#ifndef GL_SGI_texture_color_table\n#define GL_SGI_texture_color_table 1\n#endif\n\n#ifndef GL_EXT_cmyka\n#define GL_EXT_cmyka 1\n#endif\n\n#ifndef GL_EXT_texture_object\n#define GL_EXT_texture_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLboolean APIENTRY glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences);\nGLAPI void APIENTRY glBindTextureEXT (GLenum target, GLuint texture);\nGLAPI void APIENTRY glDeleteTexturesEXT (GLsizei n, const GLuint *textures);\nGLAPI void APIENTRY glGenTexturesEXT (GLsizei n, GLuint *textures);\nGLAPI GLboolean APIENTRY glIsTextureEXT (GLuint texture);\nGLAPI void APIENTRY glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *priorities);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n, const GLuint *textures, GLboolean *residences);\ntypedef void (APIENTRYP PFNGLBINDTEXTUREEXTPROC) (GLenum target, GLuint texture);\ntypedef void (APIENTRYP PFNGLDELETETEXTURESEXTPROC) (GLsizei n, const GLuint *textures);\ntypedef void (APIENTRYP PFNGLGENTEXTURESEXTPROC) (GLsizei n, GLuint *textures);\ntypedef GLboolean (APIENTRYP PFNGLISTEXTUREEXTPROC) (GLuint texture);\ntypedef void (APIENTRYP PFNGLPRIORITIZETEXTURESEXTPROC) (GLsizei n, const GLuint *textures, const GLclampf *priorities);\n#endif\n\n#ifndef GL_SGIS_detail_texture\n#define GL_SGIS_detail_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDetailTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points);\nGLAPI void APIENTRY glGetDetailTexFuncSGIS (GLenum target, GLfloat *points);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDETAILTEXFUNCSGISPROC) (GLenum target, GLsizei n, const GLfloat *points);\ntypedef void (APIENTRYP PFNGLGETDETAILTEXFUNCSGISPROC) (GLenum target, GLfloat *points);\n#endif\n\n#ifndef GL_SGIS_sharpen_texture\n#define GL_SGIS_sharpen_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSharpenTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points);\nGLAPI void APIENTRY glGetSharpenTexFuncSGIS (GLenum target, GLfloat *points);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSHARPENTEXFUNCSGISPROC) (GLenum target, GLsizei n, const GLfloat *points);\ntypedef void (APIENTRYP PFNGLGETSHARPENTEXFUNCSGISPROC) (GLenum target, GLfloat *points);\n#endif\n\n#ifndef GL_EXT_packed_pixels\n#define GL_EXT_packed_pixels 1\n#endif\n\n#ifndef GL_SGIS_texture_lod\n#define GL_SGIS_texture_lod 1\n#endif\n\n#ifndef GL_SGIS_multisample\n#define GL_SGIS_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSampleMaskSGIS (GLclampf value, GLboolean invert);\nGLAPI void APIENTRY glSamplePatternSGIS (GLenum pattern);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert);\ntypedef void (APIENTRYP PFNGLSAMPLEPATTERNSGISPROC) (GLenum pattern);\n#endif\n\n#ifndef GL_EXT_rescale_normal\n#define GL_EXT_rescale_normal 1\n#endif\n\n#ifndef GL_EXT_vertex_array\n#define GL_EXT_vertex_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glArrayElementEXT (GLint i);\nGLAPI void APIENTRY glColorPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\nGLAPI void APIENTRY glDrawArraysEXT (GLenum mode, GLint first, GLsizei count);\nGLAPI void APIENTRY glEdgeFlagPointerEXT (GLsizei stride, GLsizei count, const GLboolean *pointer);\nGLAPI void APIENTRY glGetPointervEXT (GLenum pname, GLvoid* *params);\nGLAPI void APIENTRY glIndexPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\nGLAPI void APIENTRY glNormalPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\nGLAPI void APIENTRY glTexCoordPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\nGLAPI void APIENTRY glVertexPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLARRAYELEMENTEXTPROC) (GLint i);\ntypedef void (APIENTRYP PFNGLCOLORPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLDRAWARRAYSEXTPROC) (GLenum mode, GLint first, GLsizei count);\ntypedef void (APIENTRYP PFNGLEDGEFLAGPOINTEREXTPROC) (GLsizei stride, GLsizei count, const GLboolean *pointer);\ntypedef void (APIENTRYP PFNGLGETPOINTERVEXTPROC) (GLenum pname, GLvoid* *params);\ntypedef void (APIENTRYP PFNGLINDEXPOINTEREXTPROC) (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLNORMALPOINTEREXTPROC) (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLTEXCOORDPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLVERTEXPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);\n#endif\n\n#ifndef GL_EXT_misc_attribute\n#define GL_EXT_misc_attribute 1\n#endif\n\n#ifndef GL_SGIS_generate_mipmap\n#define GL_SGIS_generate_mipmap 1\n#endif\n\n#ifndef GL_SGIX_clipmap\n#define GL_SGIX_clipmap 1\n#endif\n\n#ifndef GL_SGIX_shadow\n#define GL_SGIX_shadow 1\n#endif\n\n#ifndef GL_SGIS_texture_edge_clamp\n#define GL_SGIS_texture_edge_clamp 1\n#endif\n\n#ifndef GL_SGIS_texture_border_clamp\n#define GL_SGIS_texture_border_clamp 1\n#endif\n\n#ifndef GL_EXT_blend_minmax\n#define GL_EXT_blend_minmax 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendEquationEXT (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONEXTPROC) (GLenum mode);\n#endif\n\n#ifndef GL_EXT_blend_subtract\n#define GL_EXT_blend_subtract 1\n#endif\n\n#ifndef GL_EXT_blend_logic_op\n#define GL_EXT_blend_logic_op 1\n#endif\n\n#ifndef GL_SGIX_interlace\n#define GL_SGIX_interlace 1\n#endif\n\n#ifndef GL_SGIX_pixel_tiles\n#define GL_SGIX_pixel_tiles 1\n#endif\n\n#ifndef GL_SGIX_texture_select\n#define GL_SGIX_texture_select 1\n#endif\n\n#ifndef GL_SGIX_sprite\n#define GL_SGIX_sprite 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSpriteParameterfSGIX (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glSpriteParameterfvSGIX (GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glSpriteParameteriSGIX (GLenum pname, GLint param);\nGLAPI void APIENTRY glSpriteParameterivSGIX (GLenum pname, const GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSPRITEPARAMETERFSGIXPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLSPRITEPARAMETERFVSGIXPROC) (GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLSPRITEPARAMETERISGIXPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLSPRITEPARAMETERIVSGIXPROC) (GLenum pname, const GLint *params);\n#endif\n\n#ifndef GL_SGIX_texture_multi_buffer\n#define GL_SGIX_texture_multi_buffer 1\n#endif\n\n#ifndef GL_EXT_point_parameters\n#define GL_EXT_point_parameters 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPointParameterfEXT (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPointParameterfvEXT (GLenum pname, const GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFEXTPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFVEXTPROC) (GLenum pname, const GLfloat *params);\n#endif\n\n#ifndef GL_SGIS_point_parameters\n#define GL_SGIS_point_parameters 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPointParameterfSGIS (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPointParameterfvSGIS (GLenum pname, const GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFSGISPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERFVSGISPROC) (GLenum pname, const GLfloat *params);\n#endif\n\n#ifndef GL_SGIX_instruments\n#define GL_SGIX_instruments 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLint APIENTRY glGetInstrumentsSGIX (void);\nGLAPI void APIENTRY glInstrumentsBufferSGIX (GLsizei size, GLint *buffer);\nGLAPI GLint APIENTRY glPollInstrumentsSGIX (GLint *marker_p);\nGLAPI void APIENTRY glReadInstrumentsSGIX (GLint marker);\nGLAPI void APIENTRY glStartInstrumentsSGIX (void);\nGLAPI void APIENTRY glStopInstrumentsSGIX (GLint marker);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLint (APIENTRYP PFNGLGETINSTRUMENTSSGIXPROC) (void);\ntypedef void (APIENTRYP PFNGLINSTRUMENTSBUFFERSGIXPROC) (GLsizei size, GLint *buffer);\ntypedef GLint (APIENTRYP PFNGLPOLLINSTRUMENTSSGIXPROC) (GLint *marker_p);\ntypedef void (APIENTRYP PFNGLREADINSTRUMENTSSGIXPROC) (GLint marker);\ntypedef void (APIENTRYP PFNGLSTARTINSTRUMENTSSGIXPROC) (void);\ntypedef void (APIENTRYP PFNGLSTOPINSTRUMENTSSGIXPROC) (GLint marker);\n#endif\n\n#ifndef GL_SGIX_texture_scale_bias\n#define GL_SGIX_texture_scale_bias 1\n#endif\n\n#ifndef GL_SGIX_framezoom\n#define GL_SGIX_framezoom 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFrameZoomSGIX (GLint factor);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFRAMEZOOMSGIXPROC) (GLint factor);\n#endif\n\n#ifndef GL_SGIX_tag_sample_buffer\n#define GL_SGIX_tag_sample_buffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTagSampleBufferSGIX (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTAGSAMPLEBUFFERSGIXPROC) (void);\n#endif\n\n#ifndef GL_SGIX_polynomial_ffd\n#define GL_SGIX_polynomial_ffd 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDeformationMap3dSGIX (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble *points);\nGLAPI void APIENTRY glDeformationMap3fSGIX (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat *points);\nGLAPI void APIENTRY glDeformSGIX (GLbitfield mask);\nGLAPI void APIENTRY glLoadIdentityDeformationMapSGIX (GLbitfield mask);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDEFORMATIONMAP3DSGIXPROC) (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble *points);\ntypedef void (APIENTRYP PFNGLDEFORMATIONMAP3FSGIXPROC) (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat *points);\ntypedef void (APIENTRYP PFNGLDEFORMSGIXPROC) (GLbitfield mask);\ntypedef void (APIENTRYP PFNGLLOADIDENTITYDEFORMATIONMAPSGIXPROC) (GLbitfield mask);\n#endif\n\n#ifndef GL_SGIX_reference_plane\n#define GL_SGIX_reference_plane 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glReferencePlaneSGIX (const GLdouble *equation);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLREFERENCEPLANESGIXPROC) (const GLdouble *equation);\n#endif\n\n#ifndef GL_SGIX_flush_raster\n#define GL_SGIX_flush_raster 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFlushRasterSGIX (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFLUSHRASTERSGIXPROC) (void);\n#endif\n\n#ifndef GL_SGIX_depth_texture\n#define GL_SGIX_depth_texture 1\n#endif\n\n#ifndef GL_SGIS_fog_function\n#define GL_SGIS_fog_function 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFogFuncSGIS (GLsizei n, const GLfloat *points);\nGLAPI void APIENTRY glGetFogFuncSGIS (GLfloat *points);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFOGFUNCSGISPROC) (GLsizei n, const GLfloat *points);\ntypedef void (APIENTRYP PFNGLGETFOGFUNCSGISPROC) (GLfloat *points);\n#endif\n\n#ifndef GL_SGIX_fog_offset\n#define GL_SGIX_fog_offset 1\n#endif\n\n#ifndef GL_HP_image_transform\n#define GL_HP_image_transform 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glImageTransformParameteriHP (GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glImageTransformParameterfHP (GLenum target, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glImageTransformParameterivHP (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glImageTransformParameterfvHP (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glGetImageTransformParameterivHP (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetImageTransformParameterfvHP (GLenum target, GLenum pname, GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLIMAGETRANSFORMPARAMETERIHPPROC) (GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLIMAGETRANSFORMPARAMETERFHPPROC) (GLenum target, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLIMAGETRANSFORMPARAMETERIVHPPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLIMAGETRANSFORMPARAMETERFVHPPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETIMAGETRANSFORMPARAMETERIVHPPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETIMAGETRANSFORMPARAMETERFVHPPROC) (GLenum target, GLenum pname, GLfloat *params);\n#endif\n\n#ifndef GL_HP_convolution_border_modes\n#define GL_HP_convolution_border_modes 1\n#endif\n\n#ifndef GL_SGIX_texture_add_env\n#define GL_SGIX_texture_add_env 1\n#endif\n\n#ifndef GL_EXT_color_subtable\n#define GL_EXT_color_subtable 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);\nGLAPI void APIENTRY glCopyColorSubTableEXT (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORSUBTABLEEXTPROC) (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);\ntypedef void (APIENTRYP PFNGLCOPYCOLORSUBTABLEEXTPROC) (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);\n#endif\n\n#ifndef GL_PGI_vertex_hints\n#define GL_PGI_vertex_hints 1\n#endif\n\n#ifndef GL_PGI_misc_hints\n#define GL_PGI_misc_hints 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glHintPGI (GLenum target, GLint mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLHINTPGIPROC) (GLenum target, GLint mode);\n#endif\n\n#ifndef GL_EXT_paletted_texture\n#define GL_EXT_paletted_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\nGLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *data);\nGLAPI void APIENTRY glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetColorTableParameterfvEXT (GLenum target, GLenum pname, GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEEXTPROC) (GLenum target, GLenum format, GLenum type, GLvoid *data);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETCOLORTABLEPARAMETERFVEXTPROC) (GLenum target, GLenum pname, GLfloat *params);\n#endif\n\n#ifndef GL_EXT_clip_volume_hint\n#define GL_EXT_clip_volume_hint 1\n#endif\n\n#ifndef GL_SGIX_list_priority\n#define GL_SGIX_list_priority 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetListParameterfvSGIX (GLuint list, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetListParameterivSGIX (GLuint list, GLenum pname, GLint *params);\nGLAPI void APIENTRY glListParameterfSGIX (GLuint list, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glListParameterfvSGIX (GLuint list, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glListParameteriSGIX (GLuint list, GLenum pname, GLint param);\nGLAPI void APIENTRY glListParameterivSGIX (GLuint list, GLenum pname, const GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETLISTPARAMETERFVSGIXPROC) (GLuint list, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETLISTPARAMETERIVSGIXPROC) (GLuint list, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLLISTPARAMETERFSGIXPROC) (GLuint list, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLLISTPARAMETERFVSGIXPROC) (GLuint list, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLLISTPARAMETERISGIXPROC) (GLuint list, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLLISTPARAMETERIVSGIXPROC) (GLuint list, GLenum pname, const GLint *params);\n#endif\n\n#ifndef GL_SGIX_ir_instrument1\n#define GL_SGIX_ir_instrument1 1\n#endif\n\n#ifndef GL_SGIX_calligraphic_fragment\n#define GL_SGIX_calligraphic_fragment 1\n#endif\n\n#ifndef GL_SGIX_texture_lod_bias\n#define GL_SGIX_texture_lod_bias 1\n#endif\n\n#ifndef GL_SGIX_shadow_ambient\n#define GL_SGIX_shadow_ambient 1\n#endif\n\n#ifndef GL_EXT_index_texture\n#define GL_EXT_index_texture 1\n#endif\n\n#ifndef GL_EXT_index_material\n#define GL_EXT_index_material 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glIndexMaterialEXT (GLenum face, GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLINDEXMATERIALEXTPROC) (GLenum face, GLenum mode);\n#endif\n\n#ifndef GL_EXT_index_func\n#define GL_EXT_index_func 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glIndexFuncEXT (GLenum func, GLclampf ref);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLINDEXFUNCEXTPROC) (GLenum func, GLclampf ref);\n#endif\n\n#ifndef GL_EXT_index_array_formats\n#define GL_EXT_index_array_formats 1\n#endif\n\n#ifndef GL_EXT_compiled_vertex_array\n#define GL_EXT_compiled_vertex_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glLockArraysEXT (GLint first, GLsizei count);\nGLAPI void APIENTRY glUnlockArraysEXT (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLLOCKARRAYSEXTPROC) (GLint first, GLsizei count);\ntypedef void (APIENTRYP PFNGLUNLOCKARRAYSEXTPROC) (void);\n#endif\n\n#ifndef GL_EXT_cull_vertex\n#define GL_EXT_cull_vertex 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCullParameterdvEXT (GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glCullParameterfvEXT (GLenum pname, GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCULLPARAMETERDVEXTPROC) (GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLCULLPARAMETERFVEXTPROC) (GLenum pname, GLfloat *params);\n#endif\n\n#ifndef GL_SGIX_ycrcb\n#define GL_SGIX_ycrcb 1\n#endif\n\n#ifndef GL_SGIX_fragment_lighting\n#define GL_SGIX_fragment_lighting 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFragmentColorMaterialSGIX (GLenum face, GLenum mode);\nGLAPI void APIENTRY glFragmentLightfSGIX (GLenum light, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glFragmentLightfvSGIX (GLenum light, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glFragmentLightiSGIX (GLenum light, GLenum pname, GLint param);\nGLAPI void APIENTRY glFragmentLightivSGIX (GLenum light, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glFragmentLightModelfSGIX (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glFragmentLightModelfvSGIX (GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glFragmentLightModeliSGIX (GLenum pname, GLint param);\nGLAPI void APIENTRY glFragmentLightModelivSGIX (GLenum pname, const GLint *params);\nGLAPI void APIENTRY glFragmentMaterialfSGIX (GLenum face, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glFragmentMaterialfvSGIX (GLenum face, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glFragmentMaterialiSGIX (GLenum face, GLenum pname, GLint param);\nGLAPI void APIENTRY glFragmentMaterialivSGIX (GLenum face, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glGetFragmentLightfvSGIX (GLenum light, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetFragmentLightivSGIX (GLenum light, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetFragmentMaterialfvSGIX (GLenum face, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetFragmentMaterialivSGIX (GLenum face, GLenum pname, GLint *params);\nGLAPI void APIENTRY glLightEnviSGIX (GLenum pname, GLint param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFRAGMENTCOLORMATERIALSGIXPROC) (GLenum face, GLenum mode);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTFSGIXPROC) (GLenum light, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTISGIXPROC) (GLenum light, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELFSGIXPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELISGIXPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLFRAGMENTMATERIALFSGIXPROC) (GLenum face, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLFRAGMENTMATERIALISGIXPROC) (GLenum face, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLGETFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLLIGHTENVISGIXPROC) (GLenum pname, GLint param);\n#endif\n\n#ifndef GL_IBM_rasterpos_clip\n#define GL_IBM_rasterpos_clip 1\n#endif\n\n#ifndef GL_HP_texture_lighting\n#define GL_HP_texture_lighting 1\n#endif\n\n#ifndef GL_EXT_draw_range_elements\n#define GL_EXT_draw_range_elements 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawRangeElementsEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);\n#endif\n\n#ifndef GL_WIN_phong_shading\n#define GL_WIN_phong_shading 1\n#endif\n\n#ifndef GL_WIN_specular_fog\n#define GL_WIN_specular_fog 1\n#endif\n\n#ifndef GL_EXT_light_texture\n#define GL_EXT_light_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glApplyTextureEXT (GLenum mode);\nGLAPI void APIENTRY glTextureLightEXT (GLenum pname);\nGLAPI void APIENTRY glTextureMaterialEXT (GLenum face, GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLAPPLYTEXTUREEXTPROC) (GLenum mode);\ntypedef void (APIENTRYP PFNGLTEXTURELIGHTEXTPROC) (GLenum pname);\ntypedef void (APIENTRYP PFNGLTEXTUREMATERIALEXTPROC) (GLenum face, GLenum mode);\n#endif\n\n#ifndef GL_SGIX_blend_alpha_minmax\n#define GL_SGIX_blend_alpha_minmax 1\n#endif\n\n#ifndef GL_EXT_bgra\n#define GL_EXT_bgra 1\n#endif\n\n#ifndef GL_SGIX_async\n#define GL_SGIX_async 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glAsyncMarkerSGIX (GLuint marker);\nGLAPI GLint APIENTRY glFinishAsyncSGIX (GLuint *markerp);\nGLAPI GLint APIENTRY glPollAsyncSGIX (GLuint *markerp);\nGLAPI GLuint APIENTRY glGenAsyncMarkersSGIX (GLsizei range);\nGLAPI void APIENTRY glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range);\nGLAPI GLboolean APIENTRY glIsAsyncMarkerSGIX (GLuint marker);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLASYNCMARKERSGIXPROC) (GLuint marker);\ntypedef GLint (APIENTRYP PFNGLFINISHASYNCSGIXPROC) (GLuint *markerp);\ntypedef GLint (APIENTRYP PFNGLPOLLASYNCSGIXPROC) (GLuint *markerp);\ntypedef GLuint (APIENTRYP PFNGLGENASYNCMARKERSSGIXPROC) (GLsizei range);\ntypedef void (APIENTRYP PFNGLDELETEASYNCMARKERSSGIXPROC) (GLuint marker, GLsizei range);\ntypedef GLboolean (APIENTRYP PFNGLISASYNCMARKERSGIXPROC) (GLuint marker);\n#endif\n\n#ifndef GL_SGIX_async_pixel\n#define GL_SGIX_async_pixel 1\n#endif\n\n#ifndef GL_SGIX_async_histogram\n#define GL_SGIX_async_histogram 1\n#endif\n\n#ifndef GL_INTEL_parallel_arrays\n#define GL_INTEL_parallel_arrays 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexPointervINTEL (GLint size, GLenum type, const GLvoid* *pointer);\nGLAPI void APIENTRY glNormalPointervINTEL (GLenum type, const GLvoid* *pointer);\nGLAPI void APIENTRY glColorPointervINTEL (GLint size, GLenum type, const GLvoid* *pointer);\nGLAPI void APIENTRY glTexCoordPointervINTEL (GLint size, GLenum type, const GLvoid* *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXPOINTERVINTELPROC) (GLint size, GLenum type, const GLvoid* *pointer);\ntypedef void (APIENTRYP PFNGLNORMALPOINTERVINTELPROC) (GLenum type, const GLvoid* *pointer);\ntypedef void (APIENTRYP PFNGLCOLORPOINTERVINTELPROC) (GLint size, GLenum type, const GLvoid* *pointer);\ntypedef void (APIENTRYP PFNGLTEXCOORDPOINTERVINTELPROC) (GLint size, GLenum type, const GLvoid* *pointer);\n#endif\n\n#ifndef GL_HP_occlusion_test\n#define GL_HP_occlusion_test 1\n#endif\n\n#ifndef GL_EXT_pixel_transform\n#define GL_EXT_pixel_transform 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPixelTransformParameteriEXT (GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glPixelTransformParameterfEXT (GLenum target, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIEXTPROC) (GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFEXTPROC) (GLenum target, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC) (GLenum target, GLenum pname, const GLfloat *params);\n#endif\n\n#ifndef GL_EXT_pixel_transform_color_table\n#define GL_EXT_pixel_transform_color_table 1\n#endif\n\n#ifndef GL_EXT_shared_texture_palette\n#define GL_EXT_shared_texture_palette 1\n#endif\n\n#ifndef GL_EXT_separate_specular_color\n#define GL_EXT_separate_specular_color 1\n#endif\n\n#ifndef GL_EXT_secondary_color\n#define GL_EXT_secondary_color 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSecondaryColor3bEXT (GLbyte red, GLbyte green, GLbyte blue);\nGLAPI void APIENTRY glSecondaryColor3bvEXT (const GLbyte *v);\nGLAPI void APIENTRY glSecondaryColor3dEXT (GLdouble red, GLdouble green, GLdouble blue);\nGLAPI void APIENTRY glSecondaryColor3dvEXT (const GLdouble *v);\nGLAPI void APIENTRY glSecondaryColor3fEXT (GLfloat red, GLfloat green, GLfloat blue);\nGLAPI void APIENTRY glSecondaryColor3fvEXT (const GLfloat *v);\nGLAPI void APIENTRY glSecondaryColor3iEXT (GLint red, GLint green, GLint blue);\nGLAPI void APIENTRY glSecondaryColor3ivEXT (const GLint *v);\nGLAPI void APIENTRY glSecondaryColor3sEXT (GLshort red, GLshort green, GLshort blue);\nGLAPI void APIENTRY glSecondaryColor3svEXT (const GLshort *v);\nGLAPI void APIENTRY glSecondaryColor3ubEXT (GLubyte red, GLubyte green, GLubyte blue);\nGLAPI void APIENTRY glSecondaryColor3ubvEXT (const GLubyte *v);\nGLAPI void APIENTRY glSecondaryColor3uiEXT (GLuint red, GLuint green, GLuint blue);\nGLAPI void APIENTRY glSecondaryColor3uivEXT (const GLuint *v);\nGLAPI void APIENTRY glSecondaryColor3usEXT (GLushort red, GLushort green, GLushort blue);\nGLAPI void APIENTRY glSecondaryColor3usvEXT (const GLushort *v);\nGLAPI void APIENTRY glSecondaryColorPointerEXT (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3BEXTPROC) (GLbyte red, GLbyte green, GLbyte blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVEXTPROC) (const GLbyte *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3DEXTPROC) (GLdouble red, GLdouble green, GLdouble blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3DVEXTPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3FEXTPROC) (GLfloat red, GLfloat green, GLfloat blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3FVEXTPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3IEXTPROC) (GLint red, GLint green, GLint blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3IVEXTPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3SEXTPROC) (GLshort red, GLshort green, GLshort blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3SVEXTPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UBEXTPROC) (GLubyte red, GLubyte green, GLubyte blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UBVEXTPROC) (const GLubyte *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIEXTPROC) (GLuint red, GLuint green, GLuint blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIVEXTPROC) (const GLuint *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3USEXTPROC) (GLushort red, GLushort green, GLushort blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVEXTPROC) (const GLushort *v);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_EXT_texture_perturb_normal\n#define GL_EXT_texture_perturb_normal 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTextureNormalEXT (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXTURENORMALEXTPROC) (GLenum mode);\n#endif\n\n#ifndef GL_EXT_multi_draw_arrays\n#define GL_EXT_multi_draw_arrays 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\nGLAPI void APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);\n#endif\n\n#ifndef GL_EXT_fog_coord\n#define GL_EXT_fog_coord 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFogCoordfEXT (GLfloat coord);\nGLAPI void APIENTRY glFogCoordfvEXT (const GLfloat *coord);\nGLAPI void APIENTRY glFogCoorddEXT (GLdouble coord);\nGLAPI void APIENTRY glFogCoorddvEXT (const GLdouble *coord);\nGLAPI void APIENTRY glFogCoordPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFOGCOORDFEXTPROC) (GLfloat coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDFVEXTPROC) (const GLfloat *coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDDEXTPROC) (GLdouble coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDDVEXTPROC) (const GLdouble *coord);\ntypedef void (APIENTRYP PFNGLFOGCOORDPOINTEREXTPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_REND_screen_coordinates\n#define GL_REND_screen_coordinates 1\n#endif\n\n#ifndef GL_EXT_coordinate_frame\n#define GL_EXT_coordinate_frame 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz);\nGLAPI void APIENTRY glTangent3bvEXT (const GLbyte *v);\nGLAPI void APIENTRY glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz);\nGLAPI void APIENTRY glTangent3dvEXT (const GLdouble *v);\nGLAPI void APIENTRY glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz);\nGLAPI void APIENTRY glTangent3fvEXT (const GLfloat *v);\nGLAPI void APIENTRY glTangent3iEXT (GLint tx, GLint ty, GLint tz);\nGLAPI void APIENTRY glTangent3ivEXT (const GLint *v);\nGLAPI void APIENTRY glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz);\nGLAPI void APIENTRY glTangent3svEXT (const GLshort *v);\nGLAPI void APIENTRY glBinormal3bEXT (GLbyte bx, GLbyte by, GLbyte bz);\nGLAPI void APIENTRY glBinormal3bvEXT (const GLbyte *v);\nGLAPI void APIENTRY glBinormal3dEXT (GLdouble bx, GLdouble by, GLdouble bz);\nGLAPI void APIENTRY glBinormal3dvEXT (const GLdouble *v);\nGLAPI void APIENTRY glBinormal3fEXT (GLfloat bx, GLfloat by, GLfloat bz);\nGLAPI void APIENTRY glBinormal3fvEXT (const GLfloat *v);\nGLAPI void APIENTRY glBinormal3iEXT (GLint bx, GLint by, GLint bz);\nGLAPI void APIENTRY glBinormal3ivEXT (const GLint *v);\nGLAPI void APIENTRY glBinormal3sEXT (GLshort bx, GLshort by, GLshort bz);\nGLAPI void APIENTRY glBinormal3svEXT (const GLshort *v);\nGLAPI void APIENTRY glTangentPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glBinormalPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTANGENT3BEXTPROC) (GLbyte tx, GLbyte ty, GLbyte tz);\ntypedef void (APIENTRYP PFNGLTANGENT3BVEXTPROC) (const GLbyte *v);\ntypedef void (APIENTRYP PFNGLTANGENT3DEXTPROC) (GLdouble tx, GLdouble ty, GLdouble tz);\ntypedef void (APIENTRYP PFNGLTANGENT3DVEXTPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLTANGENT3FEXTPROC) (GLfloat tx, GLfloat ty, GLfloat tz);\ntypedef void (APIENTRYP PFNGLTANGENT3FVEXTPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTANGENT3IEXTPROC) (GLint tx, GLint ty, GLint tz);\ntypedef void (APIENTRYP PFNGLTANGENT3IVEXTPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLTANGENT3SEXTPROC) (GLshort tx, GLshort ty, GLshort tz);\ntypedef void (APIENTRYP PFNGLTANGENT3SVEXTPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLBINORMAL3BEXTPROC) (GLbyte bx, GLbyte by, GLbyte bz);\ntypedef void (APIENTRYP PFNGLBINORMAL3BVEXTPROC) (const GLbyte *v);\ntypedef void (APIENTRYP PFNGLBINORMAL3DEXTPROC) (GLdouble bx, GLdouble by, GLdouble bz);\ntypedef void (APIENTRYP PFNGLBINORMAL3DVEXTPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLBINORMAL3FEXTPROC) (GLfloat bx, GLfloat by, GLfloat bz);\ntypedef void (APIENTRYP PFNGLBINORMAL3FVEXTPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLBINORMAL3IEXTPROC) (GLint bx, GLint by, GLint bz);\ntypedef void (APIENTRYP PFNGLBINORMAL3IVEXTPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLBINORMAL3SEXTPROC) (GLshort bx, GLshort by, GLshort bz);\ntypedef void (APIENTRYP PFNGLBINORMAL3SVEXTPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLTANGENTPOINTEREXTPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLBINORMALPOINTEREXTPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_EXT_texture_env_combine\n#define GL_EXT_texture_env_combine 1\n#endif\n\n#ifndef GL_APPLE_specular_vector\n#define GL_APPLE_specular_vector 1\n#endif\n\n#ifndef GL_APPLE_transform_hint\n#define GL_APPLE_transform_hint 1\n#endif\n\n#ifndef GL_SGIX_fog_scale\n#define GL_SGIX_fog_scale 1\n#endif\n\n#ifndef GL_SUNX_constant_data\n#define GL_SUNX_constant_data 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFinishTextureSUNX (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFINISHTEXTURESUNXPROC) (void);\n#endif\n\n#ifndef GL_SUN_global_alpha\n#define GL_SUN_global_alpha 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGlobalAlphaFactorbSUN (GLbyte factor);\nGLAPI void APIENTRY glGlobalAlphaFactorsSUN (GLshort factor);\nGLAPI void APIENTRY glGlobalAlphaFactoriSUN (GLint factor);\nGLAPI void APIENTRY glGlobalAlphaFactorfSUN (GLfloat factor);\nGLAPI void APIENTRY glGlobalAlphaFactordSUN (GLdouble factor);\nGLAPI void APIENTRY glGlobalAlphaFactorubSUN (GLubyte factor);\nGLAPI void APIENTRY glGlobalAlphaFactorusSUN (GLushort factor);\nGLAPI void APIENTRY glGlobalAlphaFactoruiSUN (GLuint factor);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORBSUNPROC) (GLbyte factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORSSUNPROC) (GLshort factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORISUNPROC) (GLint factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORFSUNPROC) (GLfloat factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORDSUNPROC) (GLdouble factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORUBSUNPROC) (GLubyte factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORUSSUNPROC) (GLushort factor);\ntypedef void (APIENTRYP PFNGLGLOBALALPHAFACTORUISUNPROC) (GLuint factor);\n#endif\n\n#ifndef GL_SUN_triangle_list\n#define GL_SUN_triangle_list 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glReplacementCodeuiSUN (GLuint code);\nGLAPI void APIENTRY glReplacementCodeusSUN (GLushort code);\nGLAPI void APIENTRY glReplacementCodeubSUN (GLubyte code);\nGLAPI void APIENTRY glReplacementCodeuivSUN (const GLuint *code);\nGLAPI void APIENTRY glReplacementCodeusvSUN (const GLushort *code);\nGLAPI void APIENTRY glReplacementCodeubvSUN (const GLubyte *code);\nGLAPI void APIENTRY glReplacementCodePointerSUN (GLenum type, GLsizei stride, const GLvoid* *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUISUNPROC) (GLuint code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUBSUNPROC) (GLubyte code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVSUNPROC) (const GLuint *code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUBVSUNPROC) (const GLubyte *code);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEPOINTERSUNPROC) (GLenum type, GLsizei stride, const GLvoid* *pointer);\n#endif\n\n#ifndef GL_SUN_vertex\n#define GL_SUN_vertex 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColor4ubVertex2fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y);\nGLAPI void APIENTRY glColor4ubVertex2fvSUN (const GLubyte *c, const GLfloat *v);\nGLAPI void APIENTRY glColor4ubVertex3fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glColor4ubVertex3fvSUN (const GLubyte *c, const GLfloat *v);\nGLAPI void APIENTRY glColor3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glColor3fVertex3fvSUN (const GLfloat *c, const GLfloat *v);\nGLAPI void APIENTRY glNormal3fVertex3fSUN (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glNormal3fVertex3fvSUN (const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glColor4fNormal3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glColor4fNormal3fVertex3fvSUN (const GLfloat *c, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord2fVertex3fSUN (GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glTexCoord2fVertex3fvSUN (const GLfloat *tc, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord4fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glTexCoord4fVertex4fvSUN (const GLfloat *tc, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord2fColor4ubVertex3fSUN (GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glTexCoord2fColor4ubVertex3fvSUN (const GLfloat *tc, const GLubyte *c, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord2fColor3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glTexCoord2fColor3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord2fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glTexCoord2fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord2fColor4fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glTexCoord2fColor4fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glTexCoord4fColor4fNormal3fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glTexCoord4fColor4fNormal3fVertex4fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiVertex3fSUN (GLuint rc, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiVertex3fvSUN (const GLuint *rc, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiColor4ubVertex3fSUN (GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiColor4ubVertex3fvSUN (const GLuint *rc, const GLubyte *c, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiColor3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiColor3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiNormal3fVertex3fSUN (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *n, const GLfloat *v);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLOR4UBVERTEX2FSUNPROC) (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLCOLOR4UBVERTEX2FVSUNPROC) (const GLubyte *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLCOLOR4UBVERTEX3FSUNPROC) (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLCOLOR4UBVERTEX3FVSUNPROC) (const GLubyte *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLCOLOR3FVERTEX3FSUNPROC) (GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLCOLOR3FVERTEX3FVSUNPROC) (const GLfloat *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLNORMAL3FVERTEX3FSUNPROC) (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLNORMAL3FVERTEX3FVSUNPROC) (const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLCOLOR4FNORMAL3FVERTEX3FVSUNPROC) (const GLfloat *c, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD4FVERTEX4FSUNPROC) (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLTEXCOORD4FVERTEX4FVSUNPROC) (const GLfloat *tc, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4UBVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4UBVERTEX3FVSUNPROC) (const GLfloat *tc, const GLubyte *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR3FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR3FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FNORMAL3FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FNORMAL3FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC) (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FSUNPROC) (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FVSUNPROC) (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVERTEX3FSUNPROC) (GLuint rc, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FSUNPROC) (GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FVSUNPROC) (const GLuint *rc, const GLubyte *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FSUNPROC) (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *c, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FSUNPROC) (GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *tc, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *tc, const GLfloat *n, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC) (const GLuint *rc, const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v);\n#endif\n\n#ifndef GL_EXT_blend_func_separate\n#define GL_EXT_blend_func_separate 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendFuncSeparateEXT (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEEXTPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\n#endif\n\n#ifndef GL_INGR_blend_func_separate\n#define GL_INGR_blend_func_separate 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendFuncSeparateINGR (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEINGRPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);\n#endif\n\n#ifndef GL_INGR_color_clamp\n#define GL_INGR_color_clamp 1\n#endif\n\n#ifndef GL_INGR_interlace_read\n#define GL_INGR_interlace_read 1\n#endif\n\n#ifndef GL_EXT_stencil_wrap\n#define GL_EXT_stencil_wrap 1\n#endif\n\n#ifndef GL_EXT_422_pixels\n#define GL_EXT_422_pixels 1\n#endif\n\n#ifndef GL_NV_texgen_reflection\n#define GL_NV_texgen_reflection 1\n#endif\n\n#ifndef GL_SUN_convolution_border_modes\n#define GL_SUN_convolution_border_modes 1\n#endif\n\n#ifndef GL_EXT_texture_env_add\n#define GL_EXT_texture_env_add 1\n#endif\n\n#ifndef GL_EXT_texture_lod_bias\n#define GL_EXT_texture_lod_bias 1\n#endif\n\n#ifndef GL_EXT_texture_filter_anisotropic\n#define GL_EXT_texture_filter_anisotropic 1\n#endif\n\n#ifndef GL_EXT_vertex_weighting\n#define GL_EXT_vertex_weighting 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexWeightfEXT (GLfloat weight);\nGLAPI void APIENTRY glVertexWeightfvEXT (const GLfloat *weight);\nGLAPI void APIENTRY glVertexWeightPointerEXT (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXWEIGHTFEXTPROC) (GLfloat weight);\ntypedef void (APIENTRYP PFNGLVERTEXWEIGHTFVEXTPROC) (const GLfloat *weight);\ntypedef void (APIENTRYP PFNGLVERTEXWEIGHTPOINTEREXTPROC) (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer);\n#endif\n\n#ifndef GL_NV_light_max_exponent\n#define GL_NV_light_max_exponent 1\n#endif\n\n#ifndef GL_NV_vertex_array_range\n#define GL_NV_vertex_array_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFlushVertexArrayRangeNV (void);\nGLAPI void APIENTRY glVertexArrayRangeNV (GLsizei length, const GLvoid *pointer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFLUSHVERTEXARRAYRANGENVPROC) (void);\ntypedef void (APIENTRYP PFNGLVERTEXARRAYRANGENVPROC) (GLsizei length, const GLvoid *pointer);\n#endif\n\n#ifndef GL_NV_register_combiners\n#define GL_NV_register_combiners 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCombinerParameterfvNV (GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glCombinerParameterfNV (GLenum pname, GLfloat param);\nGLAPI void APIENTRY glCombinerParameterivNV (GLenum pname, const GLint *params);\nGLAPI void APIENTRY glCombinerParameteriNV (GLenum pname, GLint param);\nGLAPI void APIENTRY glCombinerInputNV (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);\nGLAPI void APIENTRY glCombinerOutputNV (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);\nGLAPI void APIENTRY glFinalCombinerInputNV (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);\nGLAPI void APIENTRY glGetCombinerInputParameterfvNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetCombinerInputParameterivNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetCombinerOutputParameterfvNV (GLenum stage, GLenum portion, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetCombinerOutputParameterivNV (GLenum stage, GLenum portion, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetFinalCombinerInputParameterfvNV (GLenum variable, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetFinalCombinerInputParameterivNV (GLenum variable, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOMBINERPARAMETERFVNVPROC) (GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLCOMBINERPARAMETERFNVPROC) (GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLCOMBINERPARAMETERIVNVPROC) (GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLCOMBINERPARAMETERINVPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);\ntypedef void (APIENTRYP PFNGLCOMBINEROUTPUTNVPROC) (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);\ntypedef void (APIENTRYP PFNGLFINALCOMBINERINPUTNVPROC) (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);\ntypedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC) (GLenum variable, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC) (GLenum variable, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_NV_fog_distance\n#define GL_NV_fog_distance 1\n#endif\n\n#ifndef GL_NV_texgen_emboss\n#define GL_NV_texgen_emboss 1\n#endif\n\n#ifndef GL_NV_blend_square\n#define GL_NV_blend_square 1\n#endif\n\n#ifndef GL_NV_texture_env_combine4\n#define GL_NV_texture_env_combine4 1\n#endif\n\n#ifndef GL_MESA_resize_buffers\n#define GL_MESA_resize_buffers 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glResizeBuffersMESA (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLRESIZEBUFFERSMESAPROC) (void);\n#endif\n\n#ifndef GL_MESA_window_pos\n#define GL_MESA_window_pos 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glWindowPos2dMESA (GLdouble x, GLdouble y);\nGLAPI void APIENTRY glWindowPos2dvMESA (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos2fMESA (GLfloat x, GLfloat y);\nGLAPI void APIENTRY glWindowPos2fvMESA (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos2iMESA (GLint x, GLint y);\nGLAPI void APIENTRY glWindowPos2ivMESA (const GLint *v);\nGLAPI void APIENTRY glWindowPos2sMESA (GLshort x, GLshort y);\nGLAPI void APIENTRY glWindowPos2svMESA (const GLshort *v);\nGLAPI void APIENTRY glWindowPos3dMESA (GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glWindowPos3dvMESA (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos3fMESA (GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glWindowPos3fvMESA (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos3iMESA (GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glWindowPos3ivMESA (const GLint *v);\nGLAPI void APIENTRY glWindowPos3sMESA (GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glWindowPos3svMESA (const GLshort *v);\nGLAPI void APIENTRY glWindowPos4dMESA (GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glWindowPos4dvMESA (const GLdouble *v);\nGLAPI void APIENTRY glWindowPos4fMESA (GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glWindowPos4fvMESA (const GLfloat *v);\nGLAPI void APIENTRY glWindowPos4iMESA (GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glWindowPos4ivMESA (const GLint *v);\nGLAPI void APIENTRY glWindowPos4sMESA (GLshort x, GLshort y, GLshort z, GLshort w);\nGLAPI void APIENTRY glWindowPos4svMESA (const GLshort *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DMESAPROC) (GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2DVMESAPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FMESAPROC) (GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2FVMESAPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IMESAPROC) (GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2IVMESAPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SMESAPROC) (GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLWINDOWPOS2SVMESAPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DMESAPROC) (GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3DVMESAPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FMESAPROC) (GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3FVMESAPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IMESAPROC) (GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3IVMESAPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SMESAPROC) (GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLWINDOWPOS3SVMESAPROC) (const GLshort *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4DMESAPROC) (GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4DVMESAPROC) (const GLdouble *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4FMESAPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4FVMESAPROC) (const GLfloat *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4IMESAPROC) (GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4IVMESAPROC) (const GLint *v);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4SMESAPROC) (GLshort x, GLshort y, GLshort z, GLshort w);\ntypedef void (APIENTRYP PFNGLWINDOWPOS4SVMESAPROC) (const GLshort *v);\n#endif\n\n#ifndef GL_IBM_cull_vertex\n#define GL_IBM_cull_vertex 1\n#endif\n\n#ifndef GL_IBM_multimode_draw_arrays\n#define GL_IBM_multimode_draw_arrays 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMultiModeDrawArraysIBM (const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);\nGLAPI void APIENTRY glMultiModeDrawElementsIBM (const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount, GLint modestride);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMULTIMODEDRAWARRAYSIBMPROC) (const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);\ntypedef void (APIENTRYP PFNGLMULTIMODEDRAWELEMENTSIBMPROC) (const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei primcount, GLint modestride);\n#endif\n\n#ifndef GL_IBM_vertex_array_lists\n#define GL_IBM_vertex_array_lists 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glEdgeFlagPointerListIBM (GLint stride, const GLboolean* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\nGLAPI void APIENTRY glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORPOINTERLISTIBMPROC) (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORPOINTERLISTIBMPROC) (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLEDGEFLAGPOINTERLISTIBMPROC) (GLint stride, const GLboolean* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLFOGCOORDPOINTERLISTIBMPROC) (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLINDEXPOINTERLISTIBMPROC) (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLNORMALPOINTERLISTIBMPROC) (GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLTEXCOORDPOINTERLISTIBMPROC) (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\ntypedef void (APIENTRYP PFNGLVERTEXPOINTERLISTIBMPROC) (GLint size, GLenum type, GLint stride, const GLvoid* *pointer, GLint ptrstride);\n#endif\n\n#ifndef GL_SGIX_subsample\n#define GL_SGIX_subsample 1\n#endif\n\n#ifndef GL_SGIX_ycrcba\n#define GL_SGIX_ycrcba 1\n#endif\n\n#ifndef GL_SGIX_ycrcb_subsample\n#define GL_SGIX_ycrcb_subsample 1\n#endif\n\n#ifndef GL_SGIX_depth_pass_instrument\n#define GL_SGIX_depth_pass_instrument 1\n#endif\n\n#ifndef GL_3DFX_texture_compression_FXT1\n#define GL_3DFX_texture_compression_FXT1 1\n#endif\n\n#ifndef GL_3DFX_multisample\n#define GL_3DFX_multisample 1\n#endif\n\n#ifndef GL_3DFX_tbuffer\n#define GL_3DFX_tbuffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTbufferMask3DFX (GLuint mask);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTBUFFERMASK3DFXPROC) (GLuint mask);\n#endif\n\n#ifndef GL_EXT_multisample\n#define GL_EXT_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glSampleMaskEXT (GLclampf value, GLboolean invert);\nGLAPI void APIENTRY glSamplePatternEXT (GLenum pattern);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSAMPLEMASKEXTPROC) (GLclampf value, GLboolean invert);\ntypedef void (APIENTRYP PFNGLSAMPLEPATTERNEXTPROC) (GLenum pattern);\n#endif\n\n#ifndef GL_SGIX_vertex_preclip\n#define GL_SGIX_vertex_preclip 1\n#endif\n\n#ifndef GL_SGIX_convolution_accuracy\n#define GL_SGIX_convolution_accuracy 1\n#endif\n\n#ifndef GL_SGIX_resample\n#define GL_SGIX_resample 1\n#endif\n\n#ifndef GL_SGIS_point_line_texgen\n#define GL_SGIS_point_line_texgen 1\n#endif\n\n#ifndef GL_SGIS_texture_color_mask\n#define GL_SGIS_texture_color_mask 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTextureColorMaskSGIS (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXTURECOLORMASKSGISPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);\n#endif\n\n#ifndef GL_SGIX_igloo_interface\n#define GL_SGIX_igloo_interface 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glIglooInterfaceSGIX (GLenum pname, const GLvoid *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLIGLOOINTERFACESGIXPROC) (GLenum pname, const GLvoid *params);\n#endif\n\n#ifndef GL_EXT_texture_env_dot3\n#define GL_EXT_texture_env_dot3 1\n#endif\n\n#ifndef GL_ATI_texture_mirror_once\n#define GL_ATI_texture_mirror_once 1\n#endif\n\n#ifndef GL_NV_fence\n#define GL_NV_fence 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);\nGLAPI void APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);\nGLAPI GLboolean APIENTRY glIsFenceNV (GLuint fence);\nGLAPI GLboolean APIENTRY glTestFenceNV (GLuint fence);\nGLAPI void APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);\nGLAPI void APIENTRY glFinishFenceNV (GLuint fence);\nGLAPI void APIENTRY glSetFenceNV (GLuint fence, GLenum condition);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);\ntypedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);\ntypedef GLboolean (APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);\ntypedef GLboolean (APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);\ntypedef void (APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);\ntypedef void (APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);\n#endif\n\n#ifndef GL_NV_evaluators\n#define GL_NV_evaluators 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid *points);\nGLAPI void APIENTRY glMapParameterivNV (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glMapParameterfvNV (GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glGetMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid *points);\nGLAPI void APIENTRY glGetMapParameterivNV (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMapParameterfvNV (GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMapAttribParameterivNV (GLenum target, GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMapAttribParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glEvalMapsNV (GLenum target, GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMAPCONTROLPOINTSNVPROC) (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid *points);\ntypedef void (APIENTRYP PFNGLMAPPARAMETERIVNVPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLMAPPARAMETERFVNVPROC) (GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMAPCONTROLPOINTSNVPROC) (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid *points);\ntypedef void (APIENTRYP PFNGLGETMAPPARAMETERIVNVPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMAPPARAMETERFVNVPROC) (GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMAPATTRIBPARAMETERIVNVPROC) (GLenum target, GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMAPATTRIBPARAMETERFVNVPROC) (GLenum target, GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLEVALMAPSNVPROC) (GLenum target, GLenum mode);\n#endif\n\n#ifndef GL_NV_packed_depth_stencil\n#define GL_NV_packed_depth_stencil 1\n#endif\n\n#ifndef GL_NV_register_combiners2\n#define GL_NV_register_combiners2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCombinerStageParameterfvNV (GLenum stage, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glGetCombinerStageParameterfvNV (GLenum stage, GLenum pname, GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage, GLenum pname, GLfloat *params);\n#endif\n\n#ifndef GL_NV_texture_compression_vtc\n#define GL_NV_texture_compression_vtc 1\n#endif\n\n#ifndef GL_NV_texture_rectangle\n#define GL_NV_texture_rectangle 1\n#endif\n\n#ifndef GL_NV_texture_shader\n#define GL_NV_texture_shader 1\n#endif\n\n#ifndef GL_NV_texture_shader2\n#define GL_NV_texture_shader2 1\n#endif\n\n#ifndef GL_NV_vertex_array_range2\n#define GL_NV_vertex_array_range2 1\n#endif\n\n#ifndef GL_NV_vertex_program\n#define GL_NV_vertex_program 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLboolean APIENTRY glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences);\nGLAPI void APIENTRY glBindProgramNV (GLenum target, GLuint id);\nGLAPI void APIENTRY glDeleteProgramsNV (GLsizei n, const GLuint *programs);\nGLAPI void APIENTRY glExecuteProgramNV (GLenum target, GLuint id, const GLfloat *params);\nGLAPI void APIENTRY glGenProgramsNV (GLsizei n, GLuint *programs);\nGLAPI void APIENTRY glGetProgramParameterdvNV (GLenum target, GLuint index, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glGetProgramParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetProgramivNV (GLuint id, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetProgramStringNV (GLuint id, GLenum pname, GLubyte *program);\nGLAPI void APIENTRY glGetTrackMatrixivNV (GLenum target, GLuint address, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribdvNV (GLuint index, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glGetVertexAttribfvNV (GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVertexAttribivNV (GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribPointervNV (GLuint index, GLenum pname, GLvoid* *pointer);\nGLAPI GLboolean APIENTRY glIsProgramNV (GLuint id);\nGLAPI void APIENTRY glLoadProgramNV (GLenum target, GLuint id, GLsizei len, const GLubyte *program);\nGLAPI void APIENTRY glProgramParameter4dNV (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glProgramParameter4dvNV (GLenum target, GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glProgramParameter4fNV (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glProgramParameter4fvNV (GLenum target, GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glProgramParameters4dvNV (GLenum target, GLuint index, GLuint count, const GLdouble *v);\nGLAPI void APIENTRY glProgramParameters4fvNV (GLenum target, GLuint index, GLuint count, const GLfloat *v);\nGLAPI void APIENTRY glRequestResidentProgramsNV (GLsizei n, const GLuint *programs);\nGLAPI void APIENTRY glTrackMatrixNV (GLenum target, GLuint address, GLenum matrix, GLenum transform);\nGLAPI void APIENTRY glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glVertexAttrib1dNV (GLuint index, GLdouble x);\nGLAPI void APIENTRY glVertexAttrib1dvNV (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib1fNV (GLuint index, GLfloat x);\nGLAPI void APIENTRY glVertexAttrib1fvNV (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib1sNV (GLuint index, GLshort x);\nGLAPI void APIENTRY glVertexAttrib1svNV (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib2dNV (GLuint index, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexAttrib2dvNV (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib2fNV (GLuint index, GLfloat x, GLfloat y);\nGLAPI void APIENTRY glVertexAttrib2fvNV (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib2sNV (GLuint index, GLshort x, GLshort y);\nGLAPI void APIENTRY glVertexAttrib2svNV (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib3dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexAttrib3dvNV (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib3fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glVertexAttrib3fvNV (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib3sNV (GLuint index, GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glVertexAttrib3svNV (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexAttrib4dvNV (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttrib4fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glVertexAttrib4fvNV (GLuint index, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttrib4sNV (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\nGLAPI void APIENTRY glVertexAttrib4svNV (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttrib4ubNV (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\nGLAPI void APIENTRY glVertexAttrib4ubvNV (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttribs1dvNV (GLuint index, GLsizei count, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribs1fvNV (GLuint index, GLsizei count, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttribs1svNV (GLuint index, GLsizei count, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribs2dvNV (GLuint index, GLsizei count, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribs2fvNV (GLuint index, GLsizei count, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttribs2svNV (GLuint index, GLsizei count, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribs3dvNV (GLuint index, GLsizei count, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribs3fvNV (GLuint index, GLsizei count, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttribs3svNV (GLuint index, GLsizei count, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribs4dvNV (GLuint index, GLsizei count, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribs4fvNV (GLuint index, GLsizei count, const GLfloat *v);\nGLAPI void APIENTRY glVertexAttribs4svNV (GLuint index, GLsizei count, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribs4ubvNV (GLuint index, GLsizei count, const GLubyte *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n, const GLuint *programs, GLboolean *residences);\ntypedef void (APIENTRYP PFNGLBINDPROGRAMNVPROC) (GLenum target, GLuint id);\ntypedef void (APIENTRYP PFNGLDELETEPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);\ntypedef void (APIENTRYP PFNGLEXECUTEPROGRAMNVPROC) (GLenum target, GLuint id, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGENPROGRAMSNVPROC) (GLsizei n, GLuint *programs);\ntypedef void (APIENTRYP PFNGLGETPROGRAMPARAMETERDVNVPROC) (GLenum target, GLuint index, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMPARAMETERFVNVPROC) (GLenum target, GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMIVNVPROC) (GLuint id, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMSTRINGNVPROC) (GLuint id, GLenum pname, GLubyte *program);\ntypedef void (APIENTRYP PFNGLGETTRACKMATRIXIVNVPROC) (GLenum target, GLuint address, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBDVNVPROC) (GLuint index, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBFVNVPROC) (GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIVNVPROC) (GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBPOINTERVNVPROC) (GLuint index, GLenum pname, GLvoid* *pointer);\ntypedef GLboolean (APIENTRYP PFNGLISPROGRAMNVPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLLOADPROGRAMNVPROC) (GLenum target, GLuint id, GLsizei len, const GLubyte *program);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETER4DNVPROC) (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETER4DVNVPROC) (GLenum target, GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETER4FNVPROC) (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETER4FVNVPROC) (GLenum target, GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETERS4DVNVPROC) (GLenum target, GLuint index, GLuint count, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETERS4FVNVPROC) (GLenum target, GLuint index, GLuint count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLREQUESTRESIDENTPROGRAMSNVPROC) (GLsizei n, const GLuint *programs);\ntypedef void (APIENTRYP PFNGLTRACKMATRIXNVPROC) (GLenum target, GLuint address, GLenum matrix, GLenum transform);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERNVPROC) (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DNVPROC) (GLuint index, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1DVNVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FNVPROC) (GLuint index, GLfloat x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1FVNVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SNVPROC) (GLuint index, GLshort x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1SVNVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DNVPROC) (GLuint index, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2DVNVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FNVPROC) (GLuint index, GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2FVNVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SNVPROC) (GLuint index, GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2SVNVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DNVPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3DVNVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FNVPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3FVNVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SNVPROC) (GLuint index, GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3SVNVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DNVPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4DVNVPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FNVPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4FVNVPROC) (GLuint index, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SNVPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4SVNVPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UBNVPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVNVPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS1DVNVPROC) (GLuint index, GLsizei count, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS1FVNVPROC) (GLuint index, GLsizei count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS1SVNVPROC) (GLuint index, GLsizei count, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS2DVNVPROC) (GLuint index, GLsizei count, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS2FVNVPROC) (GLuint index, GLsizei count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS2SVNVPROC) (GLuint index, GLsizei count, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS3DVNVPROC) (GLuint index, GLsizei count, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS3FVNVPROC) (GLuint index, GLsizei count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS3SVNVPROC) (GLuint index, GLsizei count, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS4DVNVPROC) (GLuint index, GLsizei count, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS4FVNVPROC) (GLuint index, GLsizei count, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS4SVNVPROC) (GLuint index, GLsizei count, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS4UBVNVPROC) (GLuint index, GLsizei count, const GLubyte *v);\n#endif\n\n#ifndef GL_SGIX_texture_coordinate_clamp\n#define GL_SGIX_texture_coordinate_clamp 1\n#endif\n\n#ifndef GL_SGIX_scalebias_hint\n#define GL_SGIX_scalebias_hint 1\n#endif\n\n#ifndef GL_OML_interlace\n#define GL_OML_interlace 1\n#endif\n\n#ifndef GL_OML_subsample\n#define GL_OML_subsample 1\n#endif\n\n#ifndef GL_OML_resample\n#define GL_OML_resample 1\n#endif\n\n#ifndef GL_NV_copy_depth_to_color\n#define GL_NV_copy_depth_to_color 1\n#endif\n\n#ifndef GL_ATI_envmap_bumpmap\n#define GL_ATI_envmap_bumpmap 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexBumpParameterivATI (GLenum pname, const GLint *param);\nGLAPI void APIENTRY glTexBumpParameterfvATI (GLenum pname, const GLfloat *param);\nGLAPI void APIENTRY glGetTexBumpParameterivATI (GLenum pname, GLint *param);\nGLAPI void APIENTRY glGetTexBumpParameterfvATI (GLenum pname, GLfloat *param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXBUMPPARAMETERIVATIPROC) (GLenum pname, const GLint *param);\ntypedef void (APIENTRYP PFNGLTEXBUMPPARAMETERFVATIPROC) (GLenum pname, const GLfloat *param);\ntypedef void (APIENTRYP PFNGLGETTEXBUMPPARAMETERIVATIPROC) (GLenum pname, GLint *param);\ntypedef void (APIENTRYP PFNGLGETTEXBUMPPARAMETERFVATIPROC) (GLenum pname, GLfloat *param);\n#endif\n\n#ifndef GL_ATI_fragment_shader\n#define GL_ATI_fragment_shader 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLuint APIENTRY glGenFragmentShadersATI (GLuint range);\nGLAPI void APIENTRY glBindFragmentShaderATI (GLuint id);\nGLAPI void APIENTRY glDeleteFragmentShaderATI (GLuint id);\nGLAPI void APIENTRY glBeginFragmentShaderATI (void);\nGLAPI void APIENTRY glEndFragmentShaderATI (void);\nGLAPI void APIENTRY glPassTexCoordATI (GLuint dst, GLuint coord, GLenum swizzle);\nGLAPI void APIENTRY glSampleMapATI (GLuint dst, GLuint interp, GLenum swizzle);\nGLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);\nGLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);\nGLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);\nGLAPI void APIENTRY glAlphaFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);\nGLAPI void APIENTRY glAlphaFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);\nGLAPI void APIENTRY glAlphaFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);\nGLAPI void APIENTRY glSetFragmentShaderConstantATI (GLuint dst, const GLfloat *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLuint (APIENTRYP PFNGLGENFRAGMENTSHADERSATIPROC) (GLuint range);\ntypedef void (APIENTRYP PFNGLBINDFRAGMENTSHADERATIPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLDELETEFRAGMENTSHADERATIPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLBEGINFRAGMENTSHADERATIPROC) (void);\ntypedef void (APIENTRYP PFNGLENDFRAGMENTSHADERATIPROC) (void);\ntypedef void (APIENTRYP PFNGLPASSTEXCOORDATIPROC) (GLuint dst, GLuint coord, GLenum swizzle);\ntypedef void (APIENTRYP PFNGLSAMPLEMAPATIPROC) (GLuint dst, GLuint interp, GLenum swizzle);\ntypedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);\ntypedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);\ntypedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);\ntypedef void (APIENTRYP PFNGLALPHAFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);\ntypedef void (APIENTRYP PFNGLALPHAFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);\ntypedef void (APIENTRYP PFNGLALPHAFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);\ntypedef void (APIENTRYP PFNGLSETFRAGMENTSHADERCONSTANTATIPROC) (GLuint dst, const GLfloat *value);\n#endif\n\n#ifndef GL_ATI_pn_triangles\n#define GL_ATI_pn_triangles 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPNTrianglesiATI (GLenum pname, GLint param);\nGLAPI void APIENTRY glPNTrianglesfATI (GLenum pname, GLfloat param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPNTRIANGLESIATIPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLPNTRIANGLESFATIPROC) (GLenum pname, GLfloat param);\n#endif\n\n#ifndef GL_ATI_vertex_array_object\n#define GL_ATI_vertex_array_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLuint APIENTRY glNewObjectBufferATI (GLsizei size, const GLvoid *pointer, GLenum usage);\nGLAPI GLboolean APIENTRY glIsObjectBufferATI (GLuint buffer);\nGLAPI void APIENTRY glUpdateObjectBufferATI (GLuint buffer, GLuint offset, GLsizei size, const GLvoid *pointer, GLenum preserve);\nGLAPI void APIENTRY glGetObjectBufferfvATI (GLuint buffer, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetObjectBufferivATI (GLuint buffer, GLenum pname, GLint *params);\nGLAPI void APIENTRY glFreeObjectBufferATI (GLuint buffer);\nGLAPI void APIENTRY glArrayObjectATI (GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);\nGLAPI void APIENTRY glGetArrayObjectfvATI (GLenum array, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetArrayObjectivATI (GLenum array, GLenum pname, GLint *params);\nGLAPI void APIENTRY glVariantArrayObjectATI (GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);\nGLAPI void APIENTRY glGetVariantArrayObjectfvATI (GLuint id, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVariantArrayObjectivATI (GLuint id, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC) (GLsizei size, const GLvoid *pointer, GLenum usage);\ntypedef GLboolean (APIENTRYP PFNGLISOBJECTBUFFERATIPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLUPDATEOBJECTBUFFERATIPROC) (GLuint buffer, GLuint offset, GLsizei size, const GLvoid *pointer, GLenum preserve);\ntypedef void (APIENTRYP PFNGLGETOBJECTBUFFERFVATIPROC) (GLuint buffer, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETOBJECTBUFFERIVATIPROC) (GLuint buffer, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLFREEOBJECTBUFFERATIPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLARRAYOBJECTATIPROC) (GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);\ntypedef void (APIENTRYP PFNGLGETARRAYOBJECTFVATIPROC) (GLenum array, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETARRAYOBJECTIVATIPROC) (GLenum array, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLVARIANTARRAYOBJECTATIPROC) (GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);\ntypedef void (APIENTRYP PFNGLGETVARIANTARRAYOBJECTFVATIPROC) (GLuint id, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVARIANTARRAYOBJECTIVATIPROC) (GLuint id, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_EXT_vertex_shader\n#define GL_EXT_vertex_shader 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBeginVertexShaderEXT (void);\nGLAPI void APIENTRY glEndVertexShaderEXT (void);\nGLAPI void APIENTRY glBindVertexShaderEXT (GLuint id);\nGLAPI GLuint APIENTRY glGenVertexShadersEXT (GLuint range);\nGLAPI void APIENTRY glDeleteVertexShaderEXT (GLuint id);\nGLAPI void APIENTRY glShaderOp1EXT (GLenum op, GLuint res, GLuint arg1);\nGLAPI void APIENTRY glShaderOp2EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2);\nGLAPI void APIENTRY glShaderOp3EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3);\nGLAPI void APIENTRY glSwizzleEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW);\nGLAPI void APIENTRY glWriteMaskEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW);\nGLAPI void APIENTRY glInsertComponentEXT (GLuint res, GLuint src, GLuint num);\nGLAPI void APIENTRY glExtractComponentEXT (GLuint res, GLuint src, GLuint num);\nGLAPI GLuint APIENTRY glGenSymbolsEXT (GLenum datatype, GLenum storagetype, GLenum range, GLuint components);\nGLAPI void APIENTRY glSetInvariantEXT (GLuint id, GLenum type, const GLvoid *addr);\nGLAPI void APIENTRY glSetLocalConstantEXT (GLuint id, GLenum type, const GLvoid *addr);\nGLAPI void APIENTRY glVariantbvEXT (GLuint id, const GLbyte *addr);\nGLAPI void APIENTRY glVariantsvEXT (GLuint id, const GLshort *addr);\nGLAPI void APIENTRY glVariantivEXT (GLuint id, const GLint *addr);\nGLAPI void APIENTRY glVariantfvEXT (GLuint id, const GLfloat *addr);\nGLAPI void APIENTRY glVariantdvEXT (GLuint id, const GLdouble *addr);\nGLAPI void APIENTRY glVariantubvEXT (GLuint id, const GLubyte *addr);\nGLAPI void APIENTRY glVariantusvEXT (GLuint id, const GLushort *addr);\nGLAPI void APIENTRY glVariantuivEXT (GLuint id, const GLuint *addr);\nGLAPI void APIENTRY glVariantPointerEXT (GLuint id, GLenum type, GLuint stride, const GLvoid *addr);\nGLAPI void APIENTRY glEnableVariantClientStateEXT (GLuint id);\nGLAPI void APIENTRY glDisableVariantClientStateEXT (GLuint id);\nGLAPI GLuint APIENTRY glBindLightParameterEXT (GLenum light, GLenum value);\nGLAPI GLuint APIENTRY glBindMaterialParameterEXT (GLenum face, GLenum value);\nGLAPI GLuint APIENTRY glBindTexGenParameterEXT (GLenum unit, GLenum coord, GLenum value);\nGLAPI GLuint APIENTRY glBindTextureUnitParameterEXT (GLenum unit, GLenum value);\nGLAPI GLuint APIENTRY glBindParameterEXT (GLenum value);\nGLAPI GLboolean APIENTRY glIsVariantEnabledEXT (GLuint id, GLenum cap);\nGLAPI void APIENTRY glGetVariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data);\nGLAPI void APIENTRY glGetVariantIntegervEXT (GLuint id, GLenum value, GLint *data);\nGLAPI void APIENTRY glGetVariantFloatvEXT (GLuint id, GLenum value, GLfloat *data);\nGLAPI void APIENTRY glGetVariantPointervEXT (GLuint id, GLenum value, GLvoid* *data);\nGLAPI void APIENTRY glGetInvariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data);\nGLAPI void APIENTRY glGetInvariantIntegervEXT (GLuint id, GLenum value, GLint *data);\nGLAPI void APIENTRY glGetInvariantFloatvEXT (GLuint id, GLenum value, GLfloat *data);\nGLAPI void APIENTRY glGetLocalConstantBooleanvEXT (GLuint id, GLenum value, GLboolean *data);\nGLAPI void APIENTRY glGetLocalConstantIntegervEXT (GLuint id, GLenum value, GLint *data);\nGLAPI void APIENTRY glGetLocalConstantFloatvEXT (GLuint id, GLenum value, GLfloat *data);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBEGINVERTEXSHADEREXTPROC) (void);\ntypedef void (APIENTRYP PFNGLENDVERTEXSHADEREXTPROC) (void);\ntypedef void (APIENTRYP PFNGLBINDVERTEXSHADEREXTPROC) (GLuint id);\ntypedef GLuint (APIENTRYP PFNGLGENVERTEXSHADERSEXTPROC) (GLuint range);\ntypedef void (APIENTRYP PFNGLDELETEVERTEXSHADEREXTPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLSHADEROP1EXTPROC) (GLenum op, GLuint res, GLuint arg1);\ntypedef void (APIENTRYP PFNGLSHADEROP2EXTPROC) (GLenum op, GLuint res, GLuint arg1, GLuint arg2);\ntypedef void (APIENTRYP PFNGLSHADEROP3EXTPROC) (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3);\ntypedef void (APIENTRYP PFNGLSWIZZLEEXTPROC) (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW);\ntypedef void (APIENTRYP PFNGLWRITEMASKEXTPROC) (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW);\ntypedef void (APIENTRYP PFNGLINSERTCOMPONENTEXTPROC) (GLuint res, GLuint src, GLuint num);\ntypedef void (APIENTRYP PFNGLEXTRACTCOMPONENTEXTPROC) (GLuint res, GLuint src, GLuint num);\ntypedef GLuint (APIENTRYP PFNGLGENSYMBOLSEXTPROC) (GLenum datatype, GLenum storagetype, GLenum range, GLuint components);\ntypedef void (APIENTRYP PFNGLSETINVARIANTEXTPROC) (GLuint id, GLenum type, const GLvoid *addr);\ntypedef void (APIENTRYP PFNGLSETLOCALCONSTANTEXTPROC) (GLuint id, GLenum type, const GLvoid *addr);\ntypedef void (APIENTRYP PFNGLVARIANTBVEXTPROC) (GLuint id, const GLbyte *addr);\ntypedef void (APIENTRYP PFNGLVARIANTSVEXTPROC) (GLuint id, const GLshort *addr);\ntypedef void (APIENTRYP PFNGLVARIANTIVEXTPROC) (GLuint id, const GLint *addr);\ntypedef void (APIENTRYP PFNGLVARIANTFVEXTPROC) (GLuint id, const GLfloat *addr);\ntypedef void (APIENTRYP PFNGLVARIANTDVEXTPROC) (GLuint id, const GLdouble *addr);\ntypedef void (APIENTRYP PFNGLVARIANTUBVEXTPROC) (GLuint id, const GLubyte *addr);\ntypedef void (APIENTRYP PFNGLVARIANTUSVEXTPROC) (GLuint id, const GLushort *addr);\ntypedef void (APIENTRYP PFNGLVARIANTUIVEXTPROC) (GLuint id, const GLuint *addr);\ntypedef void (APIENTRYP PFNGLVARIANTPOINTEREXTPROC) (GLuint id, GLenum type, GLuint stride, const GLvoid *addr);\ntypedef void (APIENTRYP PFNGLENABLEVARIANTCLIENTSTATEEXTPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLDISABLEVARIANTCLIENTSTATEEXTPROC) (GLuint id);\ntypedef GLuint (APIENTRYP PFNGLBINDLIGHTPARAMETEREXTPROC) (GLenum light, GLenum value);\ntypedef GLuint (APIENTRYP PFNGLBINDMATERIALPARAMETEREXTPROC) (GLenum face, GLenum value);\ntypedef GLuint (APIENTRYP PFNGLBINDTEXGENPARAMETEREXTPROC) (GLenum unit, GLenum coord, GLenum value);\ntypedef GLuint (APIENTRYP PFNGLBINDTEXTUREUNITPARAMETEREXTPROC) (GLenum unit, GLenum value);\ntypedef GLuint (APIENTRYP PFNGLBINDPARAMETEREXTPROC) (GLenum value);\ntypedef GLboolean (APIENTRYP PFNGLISVARIANTENABLEDEXTPROC) (GLuint id, GLenum cap);\ntypedef void (APIENTRYP PFNGLGETVARIANTBOOLEANVEXTPROC) (GLuint id, GLenum value, GLboolean *data);\ntypedef void (APIENTRYP PFNGLGETVARIANTINTEGERVEXTPROC) (GLuint id, GLenum value, GLint *data);\ntypedef void (APIENTRYP PFNGLGETVARIANTFLOATVEXTPROC) (GLuint id, GLenum value, GLfloat *data);\ntypedef void (APIENTRYP PFNGLGETVARIANTPOINTERVEXTPROC) (GLuint id, GLenum value, GLvoid* *data);\ntypedef void (APIENTRYP PFNGLGETINVARIANTBOOLEANVEXTPROC) (GLuint id, GLenum value, GLboolean *data);\ntypedef void (APIENTRYP PFNGLGETINVARIANTINTEGERVEXTPROC) (GLuint id, GLenum value, GLint *data);\ntypedef void (APIENTRYP PFNGLGETINVARIANTFLOATVEXTPROC) (GLuint id, GLenum value, GLfloat *data);\ntypedef void (APIENTRYP PFNGLGETLOCALCONSTANTBOOLEANVEXTPROC) (GLuint id, GLenum value, GLboolean *data);\ntypedef void (APIENTRYP PFNGLGETLOCALCONSTANTINTEGERVEXTPROC) (GLuint id, GLenum value, GLint *data);\ntypedef void (APIENTRYP PFNGLGETLOCALCONSTANTFLOATVEXTPROC) (GLuint id, GLenum value, GLfloat *data);\n#endif\n\n#ifndef GL_ATI_vertex_streams\n#define GL_ATI_vertex_streams 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexStream1sATI (GLenum stream, GLshort x);\nGLAPI void APIENTRY glVertexStream1svATI (GLenum stream, const GLshort *coords);\nGLAPI void APIENTRY glVertexStream1iATI (GLenum stream, GLint x);\nGLAPI void APIENTRY glVertexStream1ivATI (GLenum stream, const GLint *coords);\nGLAPI void APIENTRY glVertexStream1fATI (GLenum stream, GLfloat x);\nGLAPI void APIENTRY glVertexStream1fvATI (GLenum stream, const GLfloat *coords);\nGLAPI void APIENTRY glVertexStream1dATI (GLenum stream, GLdouble x);\nGLAPI void APIENTRY glVertexStream1dvATI (GLenum stream, const GLdouble *coords);\nGLAPI void APIENTRY glVertexStream2sATI (GLenum stream, GLshort x, GLshort y);\nGLAPI void APIENTRY glVertexStream2svATI (GLenum stream, const GLshort *coords);\nGLAPI void APIENTRY glVertexStream2iATI (GLenum stream, GLint x, GLint y);\nGLAPI void APIENTRY glVertexStream2ivATI (GLenum stream, const GLint *coords);\nGLAPI void APIENTRY glVertexStream2fATI (GLenum stream, GLfloat x, GLfloat y);\nGLAPI void APIENTRY glVertexStream2fvATI (GLenum stream, const GLfloat *coords);\nGLAPI void APIENTRY glVertexStream2dATI (GLenum stream, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexStream2dvATI (GLenum stream, const GLdouble *coords);\nGLAPI void APIENTRY glVertexStream3sATI (GLenum stream, GLshort x, GLshort y, GLshort z);\nGLAPI void APIENTRY glVertexStream3svATI (GLenum stream, const GLshort *coords);\nGLAPI void APIENTRY glVertexStream3iATI (GLenum stream, GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glVertexStream3ivATI (GLenum stream, const GLint *coords);\nGLAPI void APIENTRY glVertexStream3fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glVertexStream3fvATI (GLenum stream, const GLfloat *coords);\nGLAPI void APIENTRY glVertexStream3dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexStream3dvATI (GLenum stream, const GLdouble *coords);\nGLAPI void APIENTRY glVertexStream4sATI (GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w);\nGLAPI void APIENTRY glVertexStream4svATI (GLenum stream, const GLshort *coords);\nGLAPI void APIENTRY glVertexStream4iATI (GLenum stream, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glVertexStream4ivATI (GLenum stream, const GLint *coords);\nGLAPI void APIENTRY glVertexStream4fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glVertexStream4fvATI (GLenum stream, const GLfloat *coords);\nGLAPI void APIENTRY glVertexStream4dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexStream4dvATI (GLenum stream, const GLdouble *coords);\nGLAPI void APIENTRY glNormalStream3bATI (GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz);\nGLAPI void APIENTRY glNormalStream3bvATI (GLenum stream, const GLbyte *coords);\nGLAPI void APIENTRY glNormalStream3sATI (GLenum stream, GLshort nx, GLshort ny, GLshort nz);\nGLAPI void APIENTRY glNormalStream3svATI (GLenum stream, const GLshort *coords);\nGLAPI void APIENTRY glNormalStream3iATI (GLenum stream, GLint nx, GLint ny, GLint nz);\nGLAPI void APIENTRY glNormalStream3ivATI (GLenum stream, const GLint *coords);\nGLAPI void APIENTRY glNormalStream3fATI (GLenum stream, GLfloat nx, GLfloat ny, GLfloat nz);\nGLAPI void APIENTRY glNormalStream3fvATI (GLenum stream, const GLfloat *coords);\nGLAPI void APIENTRY glNormalStream3dATI (GLenum stream, GLdouble nx, GLdouble ny, GLdouble nz);\nGLAPI void APIENTRY glNormalStream3dvATI (GLenum stream, const GLdouble *coords);\nGLAPI void APIENTRY glClientActiveVertexStreamATI (GLenum stream);\nGLAPI void APIENTRY glVertexBlendEnviATI (GLenum pname, GLint param);\nGLAPI void APIENTRY glVertexBlendEnvfATI (GLenum pname, GLfloat param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1SATIPROC) (GLenum stream, GLshort x);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1SVATIPROC) (GLenum stream, const GLshort *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1IATIPROC) (GLenum stream, GLint x);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1IVATIPROC) (GLenum stream, const GLint *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1FATIPROC) (GLenum stream, GLfloat x);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1FVATIPROC) (GLenum stream, const GLfloat *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1DATIPROC) (GLenum stream, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM1DVATIPROC) (GLenum stream, const GLdouble *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2SATIPROC) (GLenum stream, GLshort x, GLshort y);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2SVATIPROC) (GLenum stream, const GLshort *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2IATIPROC) (GLenum stream, GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2IVATIPROC) (GLenum stream, const GLint *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2FATIPROC) (GLenum stream, GLfloat x, GLfloat y);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2FVATIPROC) (GLenum stream, const GLfloat *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2DATIPROC) (GLenum stream, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM2DVATIPROC) (GLenum stream, const GLdouble *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3SVATIPROC) (GLenum stream, const GLshort *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3IATIPROC) (GLenum stream, GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3IVATIPROC) (GLenum stream, const GLint *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3FATIPROC) (GLenum stream, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3FVATIPROC) (GLenum stream, const GLfloat *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3DATIPROC) (GLenum stream, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM3DVATIPROC) (GLenum stream, const GLdouble *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4SVATIPROC) (GLenum stream, const GLshort *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4IATIPROC) (GLenum stream, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4IVATIPROC) (GLenum stream, const GLint *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4FATIPROC) (GLenum stream, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4FVATIPROC) (GLenum stream, const GLfloat *coords);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4DATIPROC) (GLenum stream, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXSTREAM4DVATIPROC) (GLenum stream, const GLdouble *coords);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3BATIPROC) (GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3BVATIPROC) (GLenum stream, const GLbyte *coords);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3SATIPROC) (GLenum stream, GLshort nx, GLshort ny, GLshort nz);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3SVATIPROC) (GLenum stream, const GLshort *coords);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3IATIPROC) (GLenum stream, GLint nx, GLint ny, GLint nz);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3IVATIPROC) (GLenum stream, const GLint *coords);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3FATIPROC) (GLenum stream, GLfloat nx, GLfloat ny, GLfloat nz);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3FVATIPROC) (GLenum stream, const GLfloat *coords);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3DATIPROC) (GLenum stream, GLdouble nx, GLdouble ny, GLdouble nz);\ntypedef void (APIENTRYP PFNGLNORMALSTREAM3DVATIPROC) (GLenum stream, const GLdouble *coords);\ntypedef void (APIENTRYP PFNGLCLIENTACTIVEVERTEXSTREAMATIPROC) (GLenum stream);\ntypedef void (APIENTRYP PFNGLVERTEXBLENDENVIATIPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLVERTEXBLENDENVFATIPROC) (GLenum pname, GLfloat param);\n#endif\n\n#ifndef GL_ATI_element_array\n#define GL_ATI_element_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glElementPointerATI (GLenum type, const GLvoid *pointer);\nGLAPI void APIENTRY glDrawElementArrayATI (GLenum mode, GLsizei count);\nGLAPI void APIENTRY glDrawRangeElementArrayATI (GLenum mode, GLuint start, GLuint end, GLsizei count);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLELEMENTPOINTERATIPROC) (GLenum type, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTARRAYATIPROC) (GLenum mode, GLsizei count);\ntypedef void (APIENTRYP PFNGLDRAWRANGEELEMENTARRAYATIPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count);\n#endif\n\n#ifndef GL_SUN_mesh_array\n#define GL_SUN_mesh_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawMeshArraysSUN (GLenum mode, GLint first, GLsizei count, GLsizei width);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWMESHARRAYSSUNPROC) (GLenum mode, GLint first, GLsizei count, GLsizei width);\n#endif\n\n#ifndef GL_SUN_slice_accum\n#define GL_SUN_slice_accum 1\n#endif\n\n#ifndef GL_NV_multisample_filter_hint\n#define GL_NV_multisample_filter_hint 1\n#endif\n\n#ifndef GL_NV_depth_clamp\n#define GL_NV_depth_clamp 1\n#endif\n\n#ifndef GL_NV_occlusion_query\n#define GL_NV_occlusion_query 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenOcclusionQueriesNV (GLsizei n, GLuint *ids);\nGLAPI void APIENTRY glDeleteOcclusionQueriesNV (GLsizei n, const GLuint *ids);\nGLAPI GLboolean APIENTRY glIsOcclusionQueryNV (GLuint id);\nGLAPI void APIENTRY glBeginOcclusionQueryNV (GLuint id);\nGLAPI void APIENTRY glEndOcclusionQueryNV (void);\nGLAPI void APIENTRY glGetOcclusionQueryivNV (GLuint id, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetOcclusionQueryuivNV (GLuint id, GLenum pname, GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENOCCLUSIONQUERIESNVPROC) (GLsizei n, GLuint *ids);\ntypedef void (APIENTRYP PFNGLDELETEOCCLUSIONQUERIESNVPROC) (GLsizei n, const GLuint *ids);\ntypedef GLboolean (APIENTRYP PFNGLISOCCLUSIONQUERYNVPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLBEGINOCCLUSIONQUERYNVPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLENDOCCLUSIONQUERYNVPROC) (void);\ntypedef void (APIENTRYP PFNGLGETOCCLUSIONQUERYIVNVPROC) (GLuint id, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETOCCLUSIONQUERYUIVNVPROC) (GLuint id, GLenum pname, GLuint *params);\n#endif\n\n#ifndef GL_NV_point_sprite\n#define GL_NV_point_sprite 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPointParameteriNV (GLenum pname, GLint param);\nGLAPI void APIENTRY glPointParameterivNV (GLenum pname, const GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERINVPROC) (GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLPOINTPARAMETERIVNVPROC) (GLenum pname, const GLint *params);\n#endif\n\n#ifndef GL_NV_texture_shader3\n#define GL_NV_texture_shader3 1\n#endif\n\n#ifndef GL_NV_vertex_program1_1\n#define GL_NV_vertex_program1_1 1\n#endif\n\n#ifndef GL_EXT_shadow_funcs\n#define GL_EXT_shadow_funcs 1\n#endif\n\n#ifndef GL_EXT_stencil_two_side\n#define GL_EXT_stencil_two_side 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glActiveStencilFaceEXT (GLenum face);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLACTIVESTENCILFACEEXTPROC) (GLenum face);\n#endif\n\n#ifndef GL_ATI_text_fragment_shader\n#define GL_ATI_text_fragment_shader 1\n#endif\n\n#ifndef GL_APPLE_client_storage\n#define GL_APPLE_client_storage 1\n#endif\n\n#ifndef GL_APPLE_element_array\n#define GL_APPLE_element_array 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glElementPointerAPPLE (GLenum type, const GLvoid *pointer);\nGLAPI void APIENTRY glDrawElementArrayAPPLE (GLenum mode, GLint first, GLsizei count);\nGLAPI void APIENTRY glDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);\nGLAPI void APIENTRY glMultiDrawElementArrayAPPLE (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\nGLAPI void APIENTRY glMultiDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLELEMENTPOINTERAPPLEPROC) (GLenum type, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTARRAYAPPLEPROC) (GLenum mode, GLint first, GLsizei count);\ntypedef void (APIENTRYP PFNGLDRAWRANGEELEMENTARRAYAPPLEPROC) (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);\ntypedef void (APIENTRYP PFNGLMULTIDRAWELEMENTARRAYAPPLEPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC) (GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount);\n#endif\n\n#ifndef GL_APPLE_fence\n#define GL_APPLE_fence 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenFencesAPPLE (GLsizei n, GLuint *fences);\nGLAPI void APIENTRY glDeleteFencesAPPLE (GLsizei n, const GLuint *fences);\nGLAPI void APIENTRY glSetFenceAPPLE (GLuint fence);\nGLAPI GLboolean APIENTRY glIsFenceAPPLE (GLuint fence);\nGLAPI GLboolean APIENTRY glTestFenceAPPLE (GLuint fence);\nGLAPI void APIENTRY glFinishFenceAPPLE (GLuint fence);\nGLAPI GLboolean APIENTRY glTestObjectAPPLE (GLenum object, GLuint name);\nGLAPI void APIENTRY glFinishObjectAPPLE (GLenum object, GLint name);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENFENCESAPPLEPROC) (GLsizei n, GLuint *fences);\ntypedef void (APIENTRYP PFNGLDELETEFENCESAPPLEPROC) (GLsizei n, const GLuint *fences);\ntypedef void (APIENTRYP PFNGLSETFENCEAPPLEPROC) (GLuint fence);\ntypedef GLboolean (APIENTRYP PFNGLISFENCEAPPLEPROC) (GLuint fence);\ntypedef GLboolean (APIENTRYP PFNGLTESTFENCEAPPLEPROC) (GLuint fence);\ntypedef void (APIENTRYP PFNGLFINISHFENCEAPPLEPROC) (GLuint fence);\ntypedef GLboolean (APIENTRYP PFNGLTESTOBJECTAPPLEPROC) (GLenum object, GLuint name);\ntypedef void (APIENTRYP PFNGLFINISHOBJECTAPPLEPROC) (GLenum object, GLint name);\n#endif\n\n#ifndef GL_APPLE_vertex_array_object\n#define GL_APPLE_vertex_array_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindVertexArrayAPPLE (GLuint array);\nGLAPI void APIENTRY glDeleteVertexArraysAPPLE (GLsizei n, const GLuint *arrays);\nGLAPI void APIENTRY glGenVertexArraysAPPLE (GLsizei n, GLuint *arrays);\nGLAPI GLboolean APIENTRY glIsVertexArrayAPPLE (GLuint array);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDVERTEXARRAYAPPLEPROC) (GLuint array);\ntypedef void (APIENTRYP PFNGLDELETEVERTEXARRAYSAPPLEPROC) (GLsizei n, const GLuint *arrays);\ntypedef void (APIENTRYP PFNGLGENVERTEXARRAYSAPPLEPROC) (GLsizei n, GLuint *arrays);\ntypedef GLboolean (APIENTRYP PFNGLISVERTEXARRAYAPPLEPROC) (GLuint array);\n#endif\n\n#ifndef GL_APPLE_vertex_array_range\n#define GL_APPLE_vertex_array_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer);\nGLAPI void APIENTRY glFlushVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer);\nGLAPI void APIENTRY glVertexArrayParameteriAPPLE (GLenum pname, GLint param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXARRAYRANGEAPPLEPROC) (GLsizei length, GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC) (GLsizei length, GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLVERTEXARRAYPARAMETERIAPPLEPROC) (GLenum pname, GLint param);\n#endif\n\n#ifndef GL_APPLE_ycbcr_422\n#define GL_APPLE_ycbcr_422 1\n#endif\n\n#ifndef GL_S3_s3tc\n#define GL_S3_s3tc 1\n#endif\n\n#ifndef GL_ATI_draw_buffers\n#define GL_ATI_draw_buffers 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawBuffersATI (GLsizei n, const GLenum *bufs);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWBUFFERSATIPROC) (GLsizei n, const GLenum *bufs);\n#endif\n\n#ifndef GL_ATI_pixel_format_float\n#define GL_ATI_pixel_format_float 1\n/* This is really a WGL extension, but defines some associated GL enums.\n * ATI does not export \"GL_ATI_pixel_format_float\" in the GL_EXTENSIONS string.\n */\n#endif\n\n#ifndef GL_ATI_texture_env_combine3\n#define GL_ATI_texture_env_combine3 1\n#endif\n\n#ifndef GL_ATI_texture_float\n#define GL_ATI_texture_float 1\n#endif\n\n#ifndef GL_NV_float_buffer\n#define GL_NV_float_buffer 1\n#endif\n\n#ifndef GL_NV_fragment_program\n#define GL_NV_fragment_program 1\n/* Some NV_fragment_program entry points are shared with ARB_vertex_program. */\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);\nGLAPI void APIENTRY glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);\nGLAPI void APIENTRY glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);\nGLAPI void APIENTRY glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4FVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);\ntypedef void (APIENTRYP PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC) (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);\n#endif\n\n#ifndef GL_NV_half_float\n#define GL_NV_half_float 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertex2hNV (GLhalfNV x, GLhalfNV y);\nGLAPI void APIENTRY glVertex2hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glVertex3hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z);\nGLAPI void APIENTRY glVertex3hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glVertex4hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);\nGLAPI void APIENTRY glVertex4hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glNormal3hNV (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz);\nGLAPI void APIENTRY glNormal3hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue);\nGLAPI void APIENTRY glColor3hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glColor4hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha);\nGLAPI void APIENTRY glColor4hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glTexCoord1hNV (GLhalfNV s);\nGLAPI void APIENTRY glTexCoord1hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glTexCoord2hNV (GLhalfNV s, GLhalfNV t);\nGLAPI void APIENTRY glTexCoord2hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glTexCoord3hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r);\nGLAPI void APIENTRY glTexCoord3hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glTexCoord4hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);\nGLAPI void APIENTRY glTexCoord4hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glMultiTexCoord1hNV (GLenum target, GLhalfNV s);\nGLAPI void APIENTRY glMultiTexCoord1hvNV (GLenum target, const GLhalfNV *v);\nGLAPI void APIENTRY glMultiTexCoord2hNV (GLenum target, GLhalfNV s, GLhalfNV t);\nGLAPI void APIENTRY glMultiTexCoord2hvNV (GLenum target, const GLhalfNV *v);\nGLAPI void APIENTRY glMultiTexCoord3hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r);\nGLAPI void APIENTRY glMultiTexCoord3hvNV (GLenum target, const GLhalfNV *v);\nGLAPI void APIENTRY glMultiTexCoord4hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);\nGLAPI void APIENTRY glMultiTexCoord4hvNV (GLenum target, const GLhalfNV *v);\nGLAPI void APIENTRY glFogCoordhNV (GLhalfNV fog);\nGLAPI void APIENTRY glFogCoordhvNV (const GLhalfNV *fog);\nGLAPI void APIENTRY glSecondaryColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue);\nGLAPI void APIENTRY glSecondaryColor3hvNV (const GLhalfNV *v);\nGLAPI void APIENTRY glVertexWeighthNV (GLhalfNV weight);\nGLAPI void APIENTRY glVertexWeighthvNV (const GLhalfNV *weight);\nGLAPI void APIENTRY glVertexAttrib1hNV (GLuint index, GLhalfNV x);\nGLAPI void APIENTRY glVertexAttrib1hvNV (GLuint index, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttrib2hNV (GLuint index, GLhalfNV x, GLhalfNV y);\nGLAPI void APIENTRY glVertexAttrib2hvNV (GLuint index, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttrib3hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z);\nGLAPI void APIENTRY glVertexAttrib3hvNV (GLuint index, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttrib4hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);\nGLAPI void APIENTRY glVertexAttrib4hvNV (GLuint index, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttribs1hvNV (GLuint index, GLsizei n, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttribs2hvNV (GLuint index, GLsizei n, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttribs3hvNV (GLuint index, GLsizei n, const GLhalfNV *v);\nGLAPI void APIENTRY glVertexAttribs4hvNV (GLuint index, GLsizei n, const GLhalfNV *v);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEX2HNVPROC) (GLhalfNV x, GLhalfNV y);\ntypedef void (APIENTRYP PFNGLVERTEX2HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEX3HNVPROC) (GLhalfNV x, GLhalfNV y, GLhalfNV z);\ntypedef void (APIENTRYP PFNGLVERTEX3HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEX4HNVPROC) (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);\ntypedef void (APIENTRYP PFNGLVERTEX4HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLNORMAL3HNVPROC) (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz);\ntypedef void (APIENTRYP PFNGLNORMAL3HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLCOLOR3HNVPROC) (GLhalfNV red, GLhalfNV green, GLhalfNV blue);\ntypedef void (APIENTRYP PFNGLCOLOR3HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLCOLOR4HNVPROC) (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha);\ntypedef void (APIENTRYP PFNGLCOLOR4HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD1HNVPROC) (GLhalfNV s);\ntypedef void (APIENTRYP PFNGLTEXCOORD1HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD2HNVPROC) (GLhalfNV s, GLhalfNV t);\ntypedef void (APIENTRYP PFNGLTEXCOORD2HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD3HNVPROC) (GLhalfNV s, GLhalfNV t, GLhalfNV r);\ntypedef void (APIENTRYP PFNGLTEXCOORD3HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLTEXCOORD4HNVPROC) (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);\ntypedef void (APIENTRYP PFNGLTEXCOORD4HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1HNVPROC) (GLenum target, GLhalfNV s);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD1HVNVPROC) (GLenum target, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2HNVPROC) (GLenum target, GLhalfNV s, GLhalfNV t);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD2HVNVPROC) (GLenum target, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3HNVPROC) (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD3HVNVPROC) (GLenum target, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4HNVPROC) (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORD4HVNVPROC) (GLenum target, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLFOGCOORDHNVPROC) (GLhalfNV fog);\ntypedef void (APIENTRYP PFNGLFOGCOORDHVNVPROC) (const GLhalfNV *fog);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3HNVPROC) (GLhalfNV red, GLhalfNV green, GLhalfNV blue);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLOR3HVNVPROC) (const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXWEIGHTHNVPROC) (GLhalfNV weight);\ntypedef void (APIENTRYP PFNGLVERTEXWEIGHTHVNVPROC) (const GLhalfNV *weight);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1HNVPROC) (GLuint index, GLhalfNV x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB1HVNVPROC) (GLuint index, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2HNVPROC) (GLuint index, GLhalfNV x, GLhalfNV y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB2HVNVPROC) (GLuint index, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3HNVPROC) (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB3HVNVPROC) (GLuint index, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4HNVPROC) (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIB4HVNVPROC) (GLuint index, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS1HVNVPROC) (GLuint index, GLsizei n, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS2HVNVPROC) (GLuint index, GLsizei n, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS3HVNVPROC) (GLuint index, GLsizei n, const GLhalfNV *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBS4HVNVPROC) (GLuint index, GLsizei n, const GLhalfNV *v);\n#endif\n\n#ifndef GL_NV_pixel_data_range\n#define GL_NV_pixel_data_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPixelDataRangeNV (GLenum target, GLsizei length, GLvoid *pointer);\nGLAPI void APIENTRY glFlushPixelDataRangeNV (GLenum target);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPIXELDATARANGENVPROC) (GLenum target, GLsizei length, GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLFLUSHPIXELDATARANGENVPROC) (GLenum target);\n#endif\n\n#ifndef GL_NV_primitive_restart\n#define GL_NV_primitive_restart 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPrimitiveRestartNV (void);\nGLAPI void APIENTRY glPrimitiveRestartIndexNV (GLuint index);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPRIMITIVERESTARTNVPROC) (void);\ntypedef void (APIENTRYP PFNGLPRIMITIVERESTARTINDEXNVPROC) (GLuint index);\n#endif\n\n#ifndef GL_NV_texture_expand_normal\n#define GL_NV_texture_expand_normal 1\n#endif\n\n#ifndef GL_NV_vertex_program2\n#define GL_NV_vertex_program2 1\n#endif\n\n#ifndef GL_ATI_map_object_buffer\n#define GL_ATI_map_object_buffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLvoid* APIENTRY glMapObjectBufferATI (GLuint buffer);\nGLAPI void APIENTRY glUnmapObjectBufferATI (GLuint buffer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLvoid* (APIENTRYP PFNGLMAPOBJECTBUFFERATIPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLUNMAPOBJECTBUFFERATIPROC) (GLuint buffer);\n#endif\n\n#ifndef GL_ATI_separate_stencil\n#define GL_ATI_separate_stencil 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glStencilOpSeparateATI (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass);\nGLAPI void APIENTRY glStencilFuncSeparateATI (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSTENCILOPSEPARATEATIPROC) (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass);\ntypedef void (APIENTRYP PFNGLSTENCILFUNCSEPARATEATIPROC) (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);\n#endif\n\n#ifndef GL_ATI_vertex_attrib_array_object\n#define GL_ATI_vertex_attrib_array_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribArrayObjectATI (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);\nGLAPI void APIENTRY glGetVertexAttribArrayObjectfvATI (GLuint index, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVertexAttribArrayObjectivATI (GLuint index, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBARRAYOBJECTATIPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBARRAYOBJECTFVATIPROC) (GLuint index, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBARRAYOBJECTIVATIPROC) (GLuint index, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_OES_read_format\n#define GL_OES_read_format 1\n#endif\n\n#ifndef GL_EXT_depth_bounds_test\n#define GL_EXT_depth_bounds_test 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);\n#endif\n\n#ifndef GL_EXT_texture_mirror_clamp\n#define GL_EXT_texture_mirror_clamp 1\n#endif\n\n#ifndef GL_EXT_blend_equation_separate\n#define GL_EXT_blend_equation_separate 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendEquationSeparateEXT (GLenum modeRGB, GLenum modeAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEEXTPROC) (GLenum modeRGB, GLenum modeAlpha);\n#endif\n\n#ifndef GL_MESA_pack_invert\n#define GL_MESA_pack_invert 1\n#endif\n\n#ifndef GL_MESA_ycbcr_texture\n#define GL_MESA_ycbcr_texture 1\n#endif\n\n#ifndef GL_EXT_pixel_buffer_object\n#define GL_EXT_pixel_buffer_object 1\n#endif\n\n#ifndef GL_NV_fragment_program_option\n#define GL_NV_fragment_program_option 1\n#endif\n\n#ifndef GL_NV_fragment_program2\n#define GL_NV_fragment_program2 1\n#endif\n\n#ifndef GL_NV_vertex_program2_option\n#define GL_NV_vertex_program2_option 1\n#endif\n\n#ifndef GL_NV_vertex_program3\n#define GL_NV_vertex_program3 1\n#endif\n\n#ifndef GL_EXT_framebuffer_object\n#define GL_EXT_framebuffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLboolean APIENTRY glIsRenderbufferEXT (GLuint renderbuffer);\nGLAPI void APIENTRY glBindRenderbufferEXT (GLenum target, GLuint renderbuffer);\nGLAPI void APIENTRY glDeleteRenderbuffersEXT (GLsizei n, const GLuint *renderbuffers);\nGLAPI void APIENTRY glGenRenderbuffersEXT (GLsizei n, GLuint *renderbuffers);\nGLAPI void APIENTRY glRenderbufferStorageEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetRenderbufferParameterivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI GLboolean APIENTRY glIsFramebufferEXT (GLuint framebuffer);\nGLAPI void APIENTRY glBindFramebufferEXT (GLenum target, GLuint framebuffer);\nGLAPI void APIENTRY glDeleteFramebuffersEXT (GLsizei n, const GLuint *framebuffers);\nGLAPI void APIENTRY glGenFramebuffersEXT (GLsizei n, GLuint *framebuffers);\nGLAPI GLenum APIENTRY glCheckFramebufferStatusEXT (GLenum target);\nGLAPI void APIENTRY glFramebufferTexture1DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTexture2DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTexture3DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\nGLAPI void APIENTRY glFramebufferRenderbufferEXT (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\nGLAPI void APIENTRY glGetFramebufferAttachmentParameterivEXT (GLenum target, GLenum attachment, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGenerateMipmapEXT (GLenum target);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLboolean (APIENTRYP PFNGLISRENDERBUFFEREXTPROC) (GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLBINDRENDERBUFFEREXTPROC) (GLenum target, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLDELETERENDERBUFFERSEXTPROC) (GLsizei n, const GLuint *renderbuffers);\ntypedef void (APIENTRYP PFNGLGENRENDERBUFFERSEXTPROC) (GLsizei n, GLuint *renderbuffers);\ntypedef void (APIENTRYP PFNGLRENDERBUFFERSTORAGEEXTPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETRENDERBUFFERPARAMETERIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef GLboolean (APIENTRYP PFNGLISFRAMEBUFFEREXTPROC) (GLuint framebuffer);\ntypedef void (APIENTRYP PFNGLBINDFRAMEBUFFEREXTPROC) (GLenum target, GLuint framebuffer);\ntypedef void (APIENTRYP PFNGLDELETEFRAMEBUFFERSEXTPROC) (GLsizei n, const GLuint *framebuffers);\ntypedef void (APIENTRYP PFNGLGENFRAMEBUFFERSEXTPROC) (GLsizei n, GLuint *framebuffers);\ntypedef GLenum (APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE1DEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERRENDERBUFFEREXTPROC) (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC) (GLenum target, GLenum attachment, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGENERATEMIPMAPEXTPROC) (GLenum target);\n#endif\n\n#ifndef GL_GREMEDY_string_marker\n#define GL_GREMEDY_string_marker 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glStringMarkerGREMEDY (GLsizei len, const GLvoid *string);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSTRINGMARKERGREMEDYPROC) (GLsizei len, const GLvoid *string);\n#endif\n\n#ifndef GL_EXT_packed_depth_stencil\n#define GL_EXT_packed_depth_stencil 1\n#endif\n\n#ifndef GL_EXT_stencil_clear_tag\n#define GL_EXT_stencil_clear_tag 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glStencilClearTagEXT (GLsizei stencilTagBits, GLuint stencilClearTag);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLSTENCILCLEARTAGEXTPROC) (GLsizei stencilTagBits, GLuint stencilClearTag);\n#endif\n\n#ifndef GL_EXT_texture_sRGB\n#define GL_EXT_texture_sRGB 1\n#endif\n\n#ifndef GL_EXT_framebuffer_blit\n#define GL_EXT_framebuffer_blit 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlitFramebufferEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLITFRAMEBUFFEREXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\n#endif\n\n#ifndef GL_EXT_framebuffer_multisample\n#define GL_EXT_framebuffer_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif\n\n#ifndef GL_MESAX_texture_stack\n#define GL_MESAX_texture_stack 1\n#endif\n\n#ifndef GL_EXT_timer_query\n#define GL_EXT_timer_query 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64EXT *params);\nGLAPI void APIENTRY glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTI64VEXTPROC) (GLuint id, GLenum pname, GLint64EXT *params);\ntypedef void (APIENTRYP PFNGLGETQUERYOBJECTUI64VEXTPROC) (GLuint id, GLenum pname, GLuint64EXT *params);\n#endif\n\n#ifndef GL_EXT_gpu_program_parameters\n#define GL_EXT_gpu_program_parameters 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramEnvParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params);\nGLAPI void APIENTRY glProgramLocalParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERS4FVEXTPROC) (GLenum target, GLuint index, GLsizei count, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERS4FVEXTPROC) (GLenum target, GLuint index, GLsizei count, const GLfloat *params);\n#endif\n\n#ifndef GL_APPLE_flush_buffer_range\n#define GL_APPLE_flush_buffer_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBufferParameteriAPPLE (GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glFlushMappedBufferRangeAPPLE (GLenum target, GLintptr offset, GLsizeiptr size);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBUFFERPARAMETERIAPPLEPROC) (GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLFLUSHMAPPEDBUFFERRANGEAPPLEPROC) (GLenum target, GLintptr offset, GLsizeiptr size);\n#endif\n\n#ifndef GL_NV_gpu_program4\n#define GL_NV_gpu_program4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramLocalParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glProgramLocalParameterI4ivNV (GLenum target, GLuint index, const GLint *params);\nGLAPI void APIENTRY glProgramLocalParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params);\nGLAPI void APIENTRY glProgramLocalParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\nGLAPI void APIENTRY glProgramLocalParameterI4uivNV (GLenum target, GLuint index, const GLuint *params);\nGLAPI void APIENTRY glProgramLocalParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params);\nGLAPI void APIENTRY glProgramEnvParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glProgramEnvParameterI4ivNV (GLenum target, GLuint index, const GLint *params);\nGLAPI void APIENTRY glProgramEnvParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params);\nGLAPI void APIENTRY glProgramEnvParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\nGLAPI void APIENTRY glProgramEnvParameterI4uivNV (GLenum target, GLuint index, const GLuint *params);\nGLAPI void APIENTRY glProgramEnvParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params);\nGLAPI void APIENTRY glGetProgramLocalParameterIivNV (GLenum target, GLuint index, GLint *params);\nGLAPI void APIENTRY glGetProgramLocalParameterIuivNV (GLenum target, GLuint index, GLuint *params);\nGLAPI void APIENTRY glGetProgramEnvParameterIivNV (GLenum target, GLuint index, GLint *params);\nGLAPI void APIENTRY glGetProgramEnvParameterIuivNV (GLenum target, GLuint index, GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERI4INVPROC) (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERI4IVNVPROC) (GLenum target, GLuint index, const GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERSI4IVNVPROC) (GLenum target, GLuint index, GLsizei count, const GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERI4UINVPROC) (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERI4UIVNVPROC) (GLenum target, GLuint index, const GLuint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMLOCALPARAMETERSI4UIVNVPROC) (GLenum target, GLuint index, GLsizei count, const GLuint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERI4INVPROC) (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERI4IVNVPROC) (GLenum target, GLuint index, const GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERSI4IVNVPROC) (GLenum target, GLuint index, GLsizei count, const GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERI4UINVPROC) (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERI4UIVNVPROC) (GLenum target, GLuint index, const GLuint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMENVPARAMETERSI4UIVNVPROC) (GLenum target, GLuint index, GLsizei count, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMLOCALPARAMETERIIVNVPROC) (GLenum target, GLuint index, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMLOCALPARAMETERIUIVNVPROC) (GLenum target, GLuint index, GLuint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMENVPARAMETERIIVNVPROC) (GLenum target, GLuint index, GLint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMENVPARAMETERIUIVNVPROC) (GLenum target, GLuint index, GLuint *params);\n#endif\n\n#ifndef GL_NV_geometry_program4\n#define GL_NV_geometry_program4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramVertexLimitNV (GLenum target, GLint limit);\nGLAPI void APIENTRY glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level);\nGLAPI void APIENTRY glFramebufferTextureLayerEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\nGLAPI void APIENTRY glFramebufferTextureFaceEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMVERTEXLIMITNVPROC) (GLenum target, GLint limit);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTUREEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTUREFACEEXTPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);\n#endif\n\n#ifndef GL_EXT_geometry_shader4\n#define GL_EXT_geometry_shader4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value);\n#endif\n\n#ifndef GL_NV_vertex_program4\n#define GL_NV_vertex_program4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribI1iEXT (GLuint index, GLint x);\nGLAPI void APIENTRY glVertexAttribI2iEXT (GLuint index, GLint x, GLint y);\nGLAPI void APIENTRY glVertexAttribI3iEXT (GLuint index, GLint x, GLint y, GLint z);\nGLAPI void APIENTRY glVertexAttribI4iEXT (GLuint index, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glVertexAttribI1uiEXT (GLuint index, GLuint x);\nGLAPI void APIENTRY glVertexAttribI2uiEXT (GLuint index, GLuint x, GLuint y);\nGLAPI void APIENTRY glVertexAttribI3uiEXT (GLuint index, GLuint x, GLuint y, GLuint z);\nGLAPI void APIENTRY glVertexAttribI4uiEXT (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\nGLAPI void APIENTRY glVertexAttribI1ivEXT (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI2ivEXT (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI3ivEXT (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI4ivEXT (GLuint index, const GLint *v);\nGLAPI void APIENTRY glVertexAttribI1uivEXT (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI2uivEXT (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI3uivEXT (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI4uivEXT (GLuint index, const GLuint *v);\nGLAPI void APIENTRY glVertexAttribI4bvEXT (GLuint index, const GLbyte *v);\nGLAPI void APIENTRY glVertexAttribI4svEXT (GLuint index, const GLshort *v);\nGLAPI void APIENTRY glVertexAttribI4ubvEXT (GLuint index, const GLubyte *v);\nGLAPI void APIENTRY glVertexAttribI4usvEXT (GLuint index, const GLushort *v);\nGLAPI void APIENTRY glVertexAttribIPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glGetVertexAttribIivEXT (GLuint index, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVertexAttribIuivEXT (GLuint index, GLenum pname, GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1IEXTPROC) (GLuint index, GLint x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2IEXTPROC) (GLuint index, GLint x, GLint y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3IEXTPROC) (GLuint index, GLint x, GLint y, GLint z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4IEXTPROC) (GLuint index, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1UIEXTPROC) (GLuint index, GLuint x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2UIEXTPROC) (GLuint index, GLuint x, GLuint y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3UIEXTPROC) (GLuint index, GLuint x, GLuint y, GLuint z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UIEXTPROC) (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1IVEXTPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2IVEXTPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3IVEXTPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4IVEXTPROC) (GLuint index, const GLint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI1UIVEXTPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI2UIVEXTPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI3UIVEXTPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UIVEXTPROC) (GLuint index, const GLuint *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVEXTPROC) (GLuint index, const GLbyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4SVEXTPROC) (GLuint index, const GLshort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4UBVEXTPROC) (GLuint index, const GLubyte *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVEXTPROC) (GLuint index, const GLushort *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBIPOINTEREXTPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIIVEXTPROC) (GLuint index, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBIUIVEXTPROC) (GLuint index, GLenum pname, GLuint *params);\n#endif\n\n#ifndef GL_EXT_gpu_shader4\n#define GL_EXT_gpu_shader4 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetUniformuivEXT (GLuint program, GLint location, GLuint *params);\nGLAPI void APIENTRY glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *name);\nGLAPI GLint APIENTRY glGetFragDataLocationEXT (GLuint program, const GLchar *name);\nGLAPI void APIENTRY glUniform1uiEXT (GLint location, GLuint v0);\nGLAPI void APIENTRY glUniform2uiEXT (GLint location, GLuint v0, GLuint v1);\nGLAPI void APIENTRY glUniform3uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2);\nGLAPI void APIENTRY glUniform4uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\nGLAPI void APIENTRY glUniform1uivEXT (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform2uivEXT (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform3uivEXT (GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glUniform4uivEXT (GLint location, GLsizei count, const GLuint *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETUNIFORMUIVEXTPROC) (GLuint program, GLint location, GLuint *params);\ntypedef void (APIENTRYP PFNGLBINDFRAGDATALOCATIONEXTPROC) (GLuint program, GLuint color, const GLchar *name);\ntypedef GLint (APIENTRYP PFNGLGETFRAGDATALOCATIONEXTPROC) (GLuint program, const GLchar *name);\ntypedef void (APIENTRYP PFNGLUNIFORM1UIEXTPROC) (GLint location, GLuint v0);\ntypedef void (APIENTRYP PFNGLUNIFORM2UIEXTPROC) (GLint location, GLuint v0, GLuint v1);\ntypedef void (APIENTRYP PFNGLUNIFORM3UIEXTPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2);\ntypedef void (APIENTRYP PFNGLUNIFORM4UIEXTPROC) (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\ntypedef void (APIENTRYP PFNGLUNIFORM1UIVEXTPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2UIVEXTPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3UIVEXTPROC) (GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4UIVEXTPROC) (GLint location, GLsizei count, const GLuint *value);\n#endif\n\n#ifndef GL_EXT_draw_instanced\n#define GL_EXT_draw_instanced 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount);\nGLAPI void APIENTRY glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount);\ntypedef void (APIENTRYP PFNGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);\n#endif\n\n#ifndef GL_EXT_packed_float\n#define GL_EXT_packed_float 1\n#endif\n\n#ifndef GL_EXT_texture_array\n#define GL_EXT_texture_array 1\n#endif\n\n#ifndef GL_EXT_texture_buffer_object\n#define GL_EXT_texture_buffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexBufferEXT (GLenum target, GLenum internalformat, GLuint buffer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer);\n#endif\n\n#ifndef GL_EXT_texture_compression_latc\n#define GL_EXT_texture_compression_latc 1\n#endif\n\n#ifndef GL_EXT_texture_compression_rgtc\n#define GL_EXT_texture_compression_rgtc 1\n#endif\n\n#ifndef GL_EXT_texture_shared_exponent\n#define GL_EXT_texture_shared_exponent 1\n#endif\n\n#ifndef GL_NV_depth_buffer_float\n#define GL_NV_depth_buffer_float 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDepthRangedNV (GLdouble zNear, GLdouble zFar);\nGLAPI void APIENTRY glClearDepthdNV (GLdouble depth);\nGLAPI void APIENTRY glDepthBoundsdNV (GLdouble zmin, GLdouble zmax);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDEPTHRANGEDNVPROC) (GLdouble zNear, GLdouble zFar);\ntypedef void (APIENTRYP PFNGLCLEARDEPTHDNVPROC) (GLdouble depth);\ntypedef void (APIENTRYP PFNGLDEPTHBOUNDSDNVPROC) (GLdouble zmin, GLdouble zmax);\n#endif\n\n#ifndef GL_NV_fragment_program4\n#define GL_NV_fragment_program4 1\n#endif\n\n#ifndef GL_NV_framebuffer_multisample_coverage\n#define GL_NV_framebuffer_multisample_coverage 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glRenderbufferStorageMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif\n\n#ifndef GL_EXT_framebuffer_sRGB\n#define GL_EXT_framebuffer_sRGB 1\n#endif\n\n#ifndef GL_NV_geometry_shader4\n#define GL_NV_geometry_shader4 1\n#endif\n\n#ifndef GL_NV_parameter_buffer_object\n#define GL_NV_parameter_buffer_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params);\nGLAPI void APIENTRY glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params);\nGLAPI void APIENTRY glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params);\n#endif\n\n#ifndef GL_EXT_draw_buffers2\n#define GL_EXT_draw_buffers2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glColorMaskIndexedEXT (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);\nGLAPI void APIENTRY glGetBooleanIndexedvEXT (GLenum target, GLuint index, GLboolean *data);\nGLAPI void APIENTRY glGetIntegerIndexedvEXT (GLenum target, GLuint index, GLint *data);\nGLAPI void APIENTRY glEnableIndexedEXT (GLenum target, GLuint index);\nGLAPI void APIENTRY glDisableIndexedEXT (GLenum target, GLuint index);\nGLAPI GLboolean APIENTRY glIsEnabledIndexedEXT (GLenum target, GLuint index);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOLORMASKINDEXEDEXTPROC) (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);\ntypedef void (APIENTRYP PFNGLGETBOOLEANINDEXEDVEXTPROC) (GLenum target, GLuint index, GLboolean *data);\ntypedef void (APIENTRYP PFNGLGETINTEGERINDEXEDVEXTPROC) (GLenum target, GLuint index, GLint *data);\ntypedef void (APIENTRYP PFNGLENABLEINDEXEDEXTPROC) (GLenum target, GLuint index);\ntypedef void (APIENTRYP PFNGLDISABLEINDEXEDEXTPROC) (GLenum target, GLuint index);\ntypedef GLboolean (APIENTRYP PFNGLISENABLEDINDEXEDEXTPROC) (GLenum target, GLuint index);\n#endif\n\n#ifndef GL_NV_transform_feedback\n#define GL_NV_transform_feedback 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBeginTransformFeedbackNV (GLenum primitiveMode);\nGLAPI void APIENTRY glEndTransformFeedbackNV (void);\nGLAPI void APIENTRY glTransformFeedbackAttribsNV (GLuint count, const GLint *attribs, GLenum bufferMode);\nGLAPI void APIENTRY glBindBufferRangeNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\nGLAPI void APIENTRY glBindBufferOffsetNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset);\nGLAPI void APIENTRY glBindBufferBaseNV (GLenum target, GLuint index, GLuint buffer);\nGLAPI void APIENTRY glTransformFeedbackVaryingsNV (GLuint program, GLsizei count, const GLint *locations, GLenum bufferMode);\nGLAPI void APIENTRY glActiveVaryingNV (GLuint program, const GLchar *name);\nGLAPI GLint APIENTRY glGetVaryingLocationNV (GLuint program, const GLchar *name);\nGLAPI void APIENTRY glGetActiveVaryingNV (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\nGLAPI void APIENTRY glGetTransformFeedbackVaryingNV (GLuint program, GLuint index, GLint *location);\nGLAPI void APIENTRY glTransformFeedbackStreamAttribsNV (GLsizei count, const GLint *attribs, GLsizei nbuffers, const GLint *bufstreams, GLenum bufferMode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBEGINTRANSFORMFEEDBACKNVPROC) (GLenum primitiveMode);\ntypedef void (APIENTRYP PFNGLENDTRANSFORMFEEDBACKNVPROC) (void);\ntypedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKATTRIBSNVPROC) (GLuint count, const GLint *attribs, GLenum bufferMode);\ntypedef void (APIENTRYP PFNGLBINDBUFFERRANGENVPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\ntypedef void (APIENTRYP PFNGLBINDBUFFEROFFSETNVPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset);\ntypedef void (APIENTRYP PFNGLBINDBUFFERBASENVPROC) (GLenum target, GLuint index, GLuint buffer);\ntypedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKVARYINGSNVPROC) (GLuint program, GLsizei count, const GLint *locations, GLenum bufferMode);\ntypedef void (APIENTRYP PFNGLACTIVEVARYINGNVPROC) (GLuint program, const GLchar *name);\ntypedef GLint (APIENTRYP PFNGLGETVARYINGLOCATIONNVPROC) (GLuint program, const GLchar *name);\ntypedef void (APIENTRYP PFNGLGETACTIVEVARYINGNVPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\ntypedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKVARYINGNVPROC) (GLuint program, GLuint index, GLint *location);\ntypedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKSTREAMATTRIBSNVPROC) (GLsizei count, const GLint *attribs, GLsizei nbuffers, const GLint *bufstreams, GLenum bufferMode);\n#endif\n\n#ifndef GL_EXT_bindable_uniform\n#define GL_EXT_bindable_uniform 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUniformBufferEXT (GLuint program, GLint location, GLuint buffer);\nGLAPI GLint APIENTRY glGetUniformBufferSizeEXT (GLuint program, GLint location);\nGLAPI GLintptr APIENTRY glGetUniformOffsetEXT (GLuint program, GLint location);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUNIFORMBUFFEREXTPROC) (GLuint program, GLint location, GLuint buffer);\ntypedef GLint (APIENTRYP PFNGLGETUNIFORMBUFFERSIZEEXTPROC) (GLuint program, GLint location);\ntypedef GLintptr (APIENTRYP PFNGLGETUNIFORMOFFSETEXTPROC) (GLuint program, GLint location);\n#endif\n\n#ifndef GL_EXT_texture_integer\n#define GL_EXT_texture_integer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTexParameterIivEXT (GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glTexParameterIuivEXT (GLenum target, GLenum pname, const GLuint *params);\nGLAPI void APIENTRY glGetTexParameterIivEXT (GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetTexParameterIuivEXT (GLenum target, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glClearColorIiEXT (GLint red, GLint green, GLint blue, GLint alpha);\nGLAPI void APIENTRY glClearColorIuiEXT (GLuint red, GLuint green, GLuint blue, GLuint alpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETTEXPARAMETERIIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETTEXPARAMETERIUIVEXTPROC) (GLenum target, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLCLEARCOLORIIEXTPROC) (GLint red, GLint green, GLint blue, GLint alpha);\ntypedef void (APIENTRYP PFNGLCLEARCOLORIUIEXTPROC) (GLuint red, GLuint green, GLuint blue, GLuint alpha);\n#endif\n\n#ifndef GL_GREMEDY_frame_terminator\n#define GL_GREMEDY_frame_terminator 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glFrameTerminatorGREMEDY (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLFRAMETERMINATORGREMEDYPROC) (void);\n#endif\n\n#ifndef GL_NV_conditional_render\n#define GL_NV_conditional_render 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBeginConditionalRenderNV (GLuint id, GLenum mode);\nGLAPI void APIENTRY glEndConditionalRenderNV (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBEGINCONDITIONALRENDERNVPROC) (GLuint id, GLenum mode);\ntypedef void (APIENTRYP PFNGLENDCONDITIONALRENDERNVPROC) (void);\n#endif\n\n#ifndef GL_NV_present_video\n#define GL_NV_present_video 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);\nGLAPI void APIENTRY glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3);\nGLAPI void APIENTRY glGetVideoivNV (GLuint video_slot, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVideouivNV (GLuint video_slot, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glGetVideoi64vNV (GLuint video_slot, GLenum pname, GLint64EXT *params);\nGLAPI void APIENTRY glGetVideoui64vNV (GLuint video_slot, GLenum pname, GLuint64EXT *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);\ntypedef void (APIENTRYP PFNGLPRESENTFRAMEDUALFILLNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3);\ntypedef void (APIENTRYP PFNGLGETVIDEOIVNVPROC) (GLuint video_slot, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOUIVNVPROC) (GLuint video_slot, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOI64VNVPROC) (GLuint video_slot, GLenum pname, GLint64EXT *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOUI64VNVPROC) (GLuint video_slot, GLenum pname, GLuint64EXT *params);\n#endif\n\n#ifndef GL_EXT_transform_feedback\n#define GL_EXT_transform_feedback 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBeginTransformFeedbackEXT (GLenum primitiveMode);\nGLAPI void APIENTRY glEndTransformFeedbackEXT (void);\nGLAPI void APIENTRY glBindBufferRangeEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\nGLAPI void APIENTRY glBindBufferOffsetEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset);\nGLAPI void APIENTRY glBindBufferBaseEXT (GLenum target, GLuint index, GLuint buffer);\nGLAPI void APIENTRY glTransformFeedbackVaryingsEXT (GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);\nGLAPI void APIENTRY glGetTransformFeedbackVaryingEXT (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBEGINTRANSFORMFEEDBACKEXTPROC) (GLenum primitiveMode);\ntypedef void (APIENTRYP PFNGLENDTRANSFORMFEEDBACKEXTPROC) (void);\ntypedef void (APIENTRYP PFNGLBINDBUFFERRANGEEXTPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);\ntypedef void (APIENTRYP PFNGLBINDBUFFEROFFSETEXTPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset);\ntypedef void (APIENTRYP PFNGLBINDBUFFERBASEEXTPROC) (GLenum target, GLuint index, GLuint buffer);\ntypedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKVARYINGSEXTPROC) (GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);\ntypedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKVARYINGEXTPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);\n#endif\n\n#ifndef GL_EXT_direct_state_access\n#define GL_EXT_direct_state_access 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glClientAttribDefaultEXT (GLbitfield mask);\nGLAPI void APIENTRY glPushClientAttribDefaultEXT (GLbitfield mask);\nGLAPI void APIENTRY glMatrixLoadfEXT (GLenum mode, const GLfloat *m);\nGLAPI void APIENTRY glMatrixLoaddEXT (GLenum mode, const GLdouble *m);\nGLAPI void APIENTRY glMatrixMultfEXT (GLenum mode, const GLfloat *m);\nGLAPI void APIENTRY glMatrixMultdEXT (GLenum mode, const GLdouble *m);\nGLAPI void APIENTRY glMatrixLoadIdentityEXT (GLenum mode);\nGLAPI void APIENTRY glMatrixRotatefEXT (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glMatrixRotatedEXT (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glMatrixScalefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glMatrixScaledEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);\nGLAPI void APIENTRY glMatrixTranslatedEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);\nGLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);\nGLAPI void APIENTRY glMatrixPopEXT (GLenum mode);\nGLAPI void APIENTRY glMatrixPushEXT (GLenum mode);\nGLAPI void APIENTRY glMatrixLoadTransposefEXT (GLenum mode, const GLfloat *m);\nGLAPI void APIENTRY glMatrixLoadTransposedEXT (GLenum mode, const GLdouble *m);\nGLAPI void APIENTRY glMatrixMultTransposefEXT (GLenum mode, const GLfloat *m);\nGLAPI void APIENTRY glMatrixMultTransposedEXT (GLenum mode, const GLdouble *m);\nGLAPI void APIENTRY glTextureParameterfEXT (GLuint texture, GLenum target, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glTextureParameteriEXT (GLuint texture, GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\nGLAPI void APIENTRY glCopyTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\nGLAPI void APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetTextureImageEXT (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);\nGLAPI void APIENTRY glGetTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetTextureLevelParameterfvEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetTextureLevelParameterivEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLint *params);\nGLAPI void APIENTRY glTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glMultiTexParameterfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glMultiTexParameteriEXT (GLenum texunit, GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glCopyMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\nGLAPI void APIENTRY glCopyMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\nGLAPI void APIENTRY glCopyMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\nGLAPI void APIENTRY glCopyMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetMultiTexImageEXT (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);\nGLAPI void APIENTRY glGetMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMultiTexLevelParameterfvEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMultiTexLevelParameterivEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint *params);\nGLAPI void APIENTRY glMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\nGLAPI void APIENTRY glCopyMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture);\nGLAPI void APIENTRY glEnableClientStateIndexedEXT (GLenum array, GLuint index);\nGLAPI void APIENTRY glDisableClientStateIndexedEXT (GLenum array, GLuint index);\nGLAPI void APIENTRY glMultiTexCoordPointerEXT (GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glMultiTexEnvfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glMultiTexEnviEXT (GLenum texunit, GLenum target, GLenum pname, GLint param);\nGLAPI void APIENTRY glMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glMultiTexGendEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble param);\nGLAPI void APIENTRY glMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLdouble *params);\nGLAPI void APIENTRY glMultiTexGenfEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat param);\nGLAPI void APIENTRY glMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glMultiTexGeniEXT (GLenum texunit, GLenum coord, GLenum pname, GLint param);\nGLAPI void APIENTRY glMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glGetMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glGetMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetFloatIndexedvEXT (GLenum target, GLuint index, GLfloat *data);\nGLAPI void APIENTRY glGetDoubleIndexedvEXT (GLenum target, GLuint index, GLdouble *data);\nGLAPI void APIENTRY glGetPointerIndexedvEXT (GLenum target, GLuint index, GLvoid* *data);\nGLAPI void APIENTRY glCompressedTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glGetCompressedTextureImageEXT (GLuint texture, GLenum target, GLint lod, GLvoid *img);\nGLAPI void APIENTRY glCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glCompressedMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits);\nGLAPI void APIENTRY glGetCompressedMultiTexImageEXT (GLenum texunit, GLenum target, GLint lod, GLvoid *img);\nGLAPI void APIENTRY glNamedProgramStringEXT (GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string);\nGLAPI void APIENTRY glNamedProgramLocalParameter4dEXT (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glNamedProgramLocalParameter4dvEXT (GLuint program, GLenum target, GLuint index, const GLdouble *params);\nGLAPI void APIENTRY glNamedProgramLocalParameter4fEXT (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGLAPI void APIENTRY glNamedProgramLocalParameter4fvEXT (GLuint program, GLenum target, GLuint index, const GLfloat *params);\nGLAPI void APIENTRY glGetNamedProgramLocalParameterdvEXT (GLuint program, GLenum target, GLuint index, GLdouble *params);\nGLAPI void APIENTRY glGetNamedProgramLocalParameterfvEXT (GLuint program, GLenum target, GLuint index, GLfloat *params);\nGLAPI void APIENTRY glGetNamedProgramivEXT (GLuint program, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetNamedProgramStringEXT (GLuint program, GLenum target, GLenum pname, GLvoid *string);\nGLAPI void APIENTRY glNamedProgramLocalParameters4fvEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params);\nGLAPI void APIENTRY glNamedProgramLocalParameterI4iEXT (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\nGLAPI void APIENTRY glNamedProgramLocalParameterI4ivEXT (GLuint program, GLenum target, GLuint index, const GLint *params);\nGLAPI void APIENTRY glNamedProgramLocalParametersI4ivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint *params);\nGLAPI void APIENTRY glNamedProgramLocalParameterI4uiEXT (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\nGLAPI void APIENTRY glNamedProgramLocalParameterI4uivEXT (GLuint program, GLenum target, GLuint index, const GLuint *params);\nGLAPI void APIENTRY glNamedProgramLocalParametersI4uivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint *params);\nGLAPI void APIENTRY glGetNamedProgramLocalParameterIivEXT (GLuint program, GLenum target, GLuint index, GLint *params);\nGLAPI void APIENTRY glGetNamedProgramLocalParameterIuivEXT (GLuint program, GLenum target, GLuint index, GLuint *params);\nGLAPI void APIENTRY glTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, const GLuint *params);\nGLAPI void APIENTRY glGetTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, const GLuint *params);\nGLAPI void APIENTRY glGetMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, GLuint *params);\nGLAPI void APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat v0);\nGLAPI void APIENTRY glProgramUniform2fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1);\nGLAPI void APIENTRY glProgramUniform3fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\nGLAPI void APIENTRY glProgramUniform4fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\nGLAPI void APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint v0);\nGLAPI void APIENTRY glProgramUniform2iEXT (GLuint program, GLint location, GLint v0, GLint v1);\nGLAPI void APIENTRY glProgramUniform3iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);\nGLAPI void APIENTRY glProgramUniform4iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\nGLAPI void APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGLAPI void APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGLAPI void APIENTRY glProgramUniform1uiEXT (GLuint program, GLint location, GLuint v0);\nGLAPI void APIENTRY glProgramUniform2uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1);\nGLAPI void APIENTRY glProgramUniform3uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);\nGLAPI void APIENTRY glProgramUniform4uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\nGLAPI void APIENTRY glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);\nGLAPI void APIENTRY glNamedBufferDataEXT (GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage);\nGLAPI void APIENTRY glNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data);\nGLAPI GLvoid* APIENTRY glMapNamedBufferEXT (GLuint buffer, GLenum access);\nGLAPI GLboolean APIENTRY glUnmapNamedBufferEXT (GLuint buffer);\nGLAPI GLvoid* APIENTRY glMapNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access);\nGLAPI void APIENTRY glFlushMappedNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length);\nGLAPI void APIENTRY glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);\nGLAPI void APIENTRY glGetNamedBufferParameterivEXT (GLuint buffer, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetNamedBufferPointervEXT (GLuint buffer, GLenum pname, GLvoid* *params);\nGLAPI void APIENTRY glGetNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid *data);\nGLAPI void APIENTRY glTextureBufferEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer);\nGLAPI void APIENTRY glMultiTexBufferEXT (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer);\nGLAPI void APIENTRY glNamedRenderbufferStorageEXT (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glGetNamedRenderbufferParameterivEXT (GLuint renderbuffer, GLenum pname, GLint *params);\nGLAPI GLenum APIENTRY glCheckNamedFramebufferStatusEXT (GLuint framebuffer, GLenum target);\nGLAPI void APIENTRY glNamedFramebufferTexture1DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glNamedFramebufferTexture2DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGLAPI void APIENTRY glNamedFramebufferTexture3DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\nGLAPI void APIENTRY glNamedFramebufferRenderbufferEXT (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\nGLAPI void APIENTRY glGetNamedFramebufferAttachmentParameterivEXT (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGenerateTextureMipmapEXT (GLuint texture, GLenum target);\nGLAPI void APIENTRY glGenerateMultiTexMipmapEXT (GLenum texunit, GLenum target);\nGLAPI void APIENTRY glFramebufferDrawBufferEXT (GLuint framebuffer, GLenum mode);\nGLAPI void APIENTRY glFramebufferDrawBuffersEXT (GLuint framebuffer, GLsizei n, const GLenum *bufs);\nGLAPI void APIENTRY glFramebufferReadBufferEXT (GLuint framebuffer, GLenum mode);\nGLAPI void APIENTRY glGetFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params);\nGLAPI void APIENTRY glNamedRenderbufferStorageMultisampleEXT (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glNamedRenderbufferStorageMultisampleCoverageEXT (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);\nGLAPI void APIENTRY glNamedFramebufferTextureEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level);\nGLAPI void APIENTRY glNamedFramebufferTextureLayerEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer);\nGLAPI void APIENTRY glNamedFramebufferTextureFaceEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face);\nGLAPI void APIENTRY glTextureRenderbufferEXT (GLuint texture, GLenum target, GLuint renderbuffer);\nGLAPI void APIENTRY glMultiTexRenderbufferEXT (GLenum texunit, GLenum target, GLuint renderbuffer);\nGLAPI void APIENTRY glProgramUniform1dEXT (GLuint program, GLint location, GLdouble x);\nGLAPI void APIENTRY glProgramUniform2dEXT (GLuint program, GLint location, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glProgramUniform3dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glProgramUniform4dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glProgramUniform1dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform2dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform3dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniform4dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix2x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix3x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\nGLAPI void APIENTRY glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCLIENTATTRIBDEFAULTEXTPROC) (GLbitfield mask);\ntypedef void (APIENTRYP PFNGLPUSHCLIENTATTRIBDEFAULTEXTPROC) (GLbitfield mask);\ntypedef void (APIENTRYP PFNGLMATRIXLOADFEXTPROC) (GLenum mode, const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMATRIXLOADDEXTPROC) (GLenum mode, const GLdouble *m);\ntypedef void (APIENTRYP PFNGLMATRIXMULTFEXTPROC) (GLenum mode, const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMATRIXMULTDEXTPROC) (GLenum mode, const GLdouble *m);\ntypedef void (APIENTRYP PFNGLMATRIXLOADIDENTITYEXTPROC) (GLenum mode);\ntypedef void (APIENTRYP PFNGLMATRIXROTATEFEXTPROC) (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLMATRIXROTATEDEXTPROC) (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLMATRIXSCALEFEXTPROC) (GLenum mode, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLMATRIXSCALEDEXTPROC) (GLenum mode, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLMATRIXTRANSLATEFEXTPROC) (GLenum mode, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (APIENTRYP PFNGLMATRIXTRANSLATEDEXTPROC) (GLenum mode, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);\ntypedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);\ntypedef void (APIENTRYP PFNGLMATRIXPOPEXTPROC) (GLenum mode);\ntypedef void (APIENTRYP PFNGLMATRIXPUSHEXTPROC) (GLenum mode);\ntypedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSEFEXTPROC) (GLenum mode, const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSEDEXTPROC) (GLenum mode, const GLdouble *m);\ntypedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSEFEXTPROC) (GLenum mode, const GLfloat *m);\ntypedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSEDEXTPROC) (GLenum mode, const GLdouble *m);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERFEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERFVEXTPROC) (GLuint texture, GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERIEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLTEXTUREIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXTUREIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXTURESUBIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXTURESUBIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLCOPYTEXTUREIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYTEXTUREIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYTEXTURESUBIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCOPYTEXTURESUBIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETTEXTUREIMAGEEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLGETTEXTUREPARAMETERFVEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETTEXTUREPARAMETERIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETTEXTURELEVELPARAMETERFVEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETTEXTURELEVELPARAMETERIVEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLTEXTUREIMAGE3DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLTEXTURESUBIMAGE3DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLCOPYTEXTURESUBIMAGE3DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERFEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERFVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERIEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLMULTITEXIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLMULTITEXIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLMULTITEXSUBIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLMULTITEXSUBIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLCOPYMULTITEXIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYMULTITEXIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\ntypedef void (APIENTRYP PFNGLCOPYMULTITEXSUBIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);\ntypedef void (APIENTRYP PFNGLCOPYMULTITEXSUBIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETMULTITEXIMAGEEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLGETMULTITEXPARAMETERFVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXPARAMETERIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXLEVELPARAMETERFVEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXLEVELPARAMETERIVEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLMULTITEXIMAGE3DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLMULTITEXSUBIMAGE3DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);\ntypedef void (APIENTRYP PFNGLCOPYMULTITEXSUBIMAGE3DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLBINDMULTITEXTUREEXTPROC) (GLenum texunit, GLenum target, GLuint texture);\ntypedef void (APIENTRYP PFNGLENABLECLIENTSTATEINDEXEDEXTPROC) (GLenum array, GLuint index);\ntypedef void (APIENTRYP PFNGLDISABLECLIENTSTATEINDEXEDEXTPROC) (GLenum array, GLuint index);\ntypedef void (APIENTRYP PFNGLMULTITEXCOORDPOINTEREXTPROC) (GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLMULTITEXENVFEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLMULTITEXENVFVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLMULTITEXENVIEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLMULTITEXENVIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLMULTITEXGENDEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLdouble param);\ntypedef void (APIENTRYP PFNGLMULTITEXGENDVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, const GLdouble *params);\ntypedef void (APIENTRYP PFNGLMULTITEXGENFEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLfloat param);\ntypedef void (APIENTRYP PFNGLMULTITEXGENFVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLMULTITEXGENIEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLint param);\ntypedef void (APIENTRYP PFNGLMULTITEXGENIVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXENVFVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXENVIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXGENDVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXGENFVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXGENIVEXTPROC) (GLenum texunit, GLenum coord, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETFLOATINDEXEDVEXTPROC) (GLenum target, GLuint index, GLfloat *data);\ntypedef void (APIENTRYP PFNGLGETDOUBLEINDEXEDVEXTPROC) (GLenum target, GLuint index, GLdouble *data);\ntypedef void (APIENTRYP PFNGLGETPOINTERINDEXEDVEXTPROC) (GLenum target, GLuint index, GLvoid* *data);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTUREIMAGE3DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTUREIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTUREIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTURESUBIMAGE3DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTURESUBIMAGE2DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDTEXTURESUBIMAGE1DEXTPROC) (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXTUREIMAGEEXTPROC) (GLuint texture, GLenum target, GLint lod, GLvoid *img);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXIMAGE3DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXSUBIMAGE3DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXSUBIMAGE2DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLCOMPRESSEDMULTITEXSUBIMAGE1DEXTPROC) (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits);\ntypedef void (APIENTRYP PFNGLGETCOMPRESSEDMULTITEXIMAGEEXTPROC) (GLenum texunit, GLenum target, GLint lod, GLvoid *img);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMSTRINGEXTPROC) (GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETER4DEXTPROC) (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETER4DVEXTPROC) (GLuint program, GLenum target, GLuint index, const GLdouble *params);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETER4FEXTPROC) (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETER4FVEXTPROC) (GLuint program, GLenum target, GLuint index, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMLOCALPARAMETERDVEXTPROC) (GLuint program, GLenum target, GLuint index, GLdouble *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMLOCALPARAMETERFVEXTPROC) (GLuint program, GLenum target, GLuint index, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMIVEXTPROC) (GLuint program, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMSTRINGEXTPROC) (GLuint program, GLenum target, GLenum pname, GLvoid *string);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERS4FVEXTPROC) (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERI4IEXTPROC) (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERI4IVEXTPROC) (GLuint program, GLenum target, GLuint index, const GLint *params);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERSI4IVEXTPROC) (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint *params);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERI4UIEXTPROC) (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERI4UIVEXTPROC) (GLuint program, GLenum target, GLuint index, const GLuint *params);\ntypedef void (APIENTRYP PFNGLNAMEDPROGRAMLOCALPARAMETERSI4UIVEXTPROC) (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMLOCALPARAMETERIIVEXTPROC) (GLuint program, GLenum target, GLuint index, GLint *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDPROGRAMLOCALPARAMETERIUIVEXTPROC) (GLuint program, GLenum target, GLuint index, GLuint *params);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERIIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLTEXTUREPARAMETERIUIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETTEXTUREPARAMETERIIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETTEXTUREPARAMETERIUIVEXTPROC) (GLuint texture, GLenum target, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERIIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLMULTITEXPARAMETERIUIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXPARAMETERIIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETMULTITEXPARAMETERIUIVEXTPROC) (GLenum texunit, GLenum target, GLenum pname, GLuint *params);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIEXTPROC) (GLuint program, GLint location, GLuint v0);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UIEXTPROC) (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);\ntypedef void (APIENTRYP PFNGLNAMEDBUFFERDATAEXTPROC) (GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage);\ntypedef void (APIENTRYP PFNGLNAMEDBUFFERSUBDATAEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data);\ntypedef GLvoid* (APIENTRYP PFNGLMAPNAMEDBUFFEREXTPROC) (GLuint buffer, GLenum access);\ntypedef GLboolean (APIENTRYP PFNGLUNMAPNAMEDBUFFEREXTPROC) (GLuint buffer);\ntypedef GLvoid* (APIENTRYP PFNGLMAPNAMEDBUFFERRANGEEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access);\ntypedef void (APIENTRYP PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr length);\ntypedef void (APIENTRYP PFNGLNAMEDCOPYBUFFERSUBDATAEXTPROC) (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);\ntypedef void (APIENTRYP PFNGLGETNAMEDBUFFERPARAMETERIVEXTPROC) (GLuint buffer, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDBUFFERPOINTERVEXTPROC) (GLuint buffer, GLenum pname, GLvoid* *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDBUFFERSUBDATAEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid *data);\ntypedef void (APIENTRYP PFNGLTEXTUREBUFFEREXTPROC) (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer);\ntypedef void (APIENTRYP PFNGLMULTITEXBUFFEREXTPROC) (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer);\ntypedef void (APIENTRYP PFNGLNAMEDRENDERBUFFERSTORAGEEXTPROC) (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLGETNAMEDRENDERBUFFERPARAMETERIVEXTPROC) (GLuint renderbuffer, GLenum pname, GLint *params);\ntypedef GLenum (APIENTRYP PFNGLCHECKNAMEDFRAMEBUFFERSTATUSEXTPROC) (GLuint framebuffer, GLenum target);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTURE1DEXTPROC) (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTURE2DEXTPROC) (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTURE3DEXTPROC) (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERRENDERBUFFEREXTPROC) (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLGETNAMEDFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC) (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGENERATETEXTUREMIPMAPEXTPROC) (GLuint texture, GLenum target);\ntypedef void (APIENTRYP PFNGLGENERATEMULTITEXMIPMAPEXTPROC) (GLenum texunit, GLenum target);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERDRAWBUFFEREXTPROC) (GLuint framebuffer, GLenum mode);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERDRAWBUFFERSEXTPROC) (GLuint framebuffer, GLsizei n, const GLenum *bufs);\ntypedef void (APIENTRYP PFNGLFRAMEBUFFERREADBUFFEREXTPROC) (GLuint framebuffer, GLenum mode);\ntypedef void (APIENTRYP PFNGLGETFRAMEBUFFERPARAMETERIVEXTPROC) (GLuint framebuffer, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLECOVERAGEEXTPROC) (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTUREEXTPROC) (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTURELAYEREXTPROC) (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer);\ntypedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERTEXTUREFACEEXTPROC) (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face);\ntypedef void (APIENTRYP PFNGLTEXTURERENDERBUFFEREXTPROC) (GLuint texture, GLenum target, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLMULTITEXRENDERBUFFEREXTPROC) (GLenum texunit, GLenum target, GLuint renderbuffer);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1DEXTPROC) (GLuint program, GLint location, GLdouble x);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2DEXTPROC) (GLuint program, GLint location, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3DEXTPROC) (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4DEXTPROC) (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1DVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2DVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3DVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4DVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3DVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);\n#endif\n\n#ifndef GL_EXT_vertex_array_bgra\n#define GL_EXT_vertex_array_bgra 1\n#endif\n\n#ifndef GL_EXT_texture_swizzle\n#define GL_EXT_texture_swizzle 1\n#endif\n\n#ifndef GL_NV_explicit_multisample\n#define GL_NV_explicit_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetMultisamplefvNV (GLenum pname, GLuint index, GLfloat *val);\nGLAPI void APIENTRY glSampleMaskIndexedNV (GLuint index, GLbitfield mask);\nGLAPI void APIENTRY glTexRenderbufferNV (GLenum target, GLuint renderbuffer);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETMULTISAMPLEFVNVPROC) (GLenum pname, GLuint index, GLfloat *val);\ntypedef void (APIENTRYP PFNGLSAMPLEMASKINDEXEDNVPROC) (GLuint index, GLbitfield mask);\ntypedef void (APIENTRYP PFNGLTEXRENDERBUFFERNVPROC) (GLenum target, GLuint renderbuffer);\n#endif\n\n#ifndef GL_NV_transform_feedback2\n#define GL_NV_transform_feedback2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindTransformFeedbackNV (GLenum target, GLuint id);\nGLAPI void APIENTRY glDeleteTransformFeedbacksNV (GLsizei n, const GLuint *ids);\nGLAPI void APIENTRY glGenTransformFeedbacksNV (GLsizei n, GLuint *ids);\nGLAPI GLboolean APIENTRY glIsTransformFeedbackNV (GLuint id);\nGLAPI void APIENTRY glPauseTransformFeedbackNV (void);\nGLAPI void APIENTRY glResumeTransformFeedbackNV (void);\nGLAPI void APIENTRY glDrawTransformFeedbackNV (GLenum mode, GLuint id);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDTRANSFORMFEEDBACKNVPROC) (GLenum target, GLuint id);\ntypedef void (APIENTRYP PFNGLDELETETRANSFORMFEEDBACKSNVPROC) (GLsizei n, const GLuint *ids);\ntypedef void (APIENTRYP PFNGLGENTRANSFORMFEEDBACKSNVPROC) (GLsizei n, GLuint *ids);\ntypedef GLboolean (APIENTRYP PFNGLISTRANSFORMFEEDBACKNVPROC) (GLuint id);\ntypedef void (APIENTRYP PFNGLPAUSETRANSFORMFEEDBACKNVPROC) (void);\ntypedef void (APIENTRYP PFNGLRESUMETRANSFORMFEEDBACKNVPROC) (void);\ntypedef void (APIENTRYP PFNGLDRAWTRANSFORMFEEDBACKNVPROC) (GLenum mode, GLuint id);\n#endif\n\n#ifndef GL_ATI_meminfo\n#define GL_ATI_meminfo 1\n#endif\n\n#ifndef GL_AMD_performance_monitor\n#define GL_AMD_performance_monitor 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups);\nGLAPI void APIENTRY glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);\nGLAPI void APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);\nGLAPI void APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);\nGLAPI void APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data);\nGLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);\nGLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);\nGLAPI void APIENTRY glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList);\nGLAPI void APIENTRY glBeginPerfMonitorAMD (GLuint monitor);\nGLAPI void APIENTRY glEndPerfMonitorAMD (GLuint monitor);\nGLAPI void APIENTRY glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGETPERFMONITORGROUPSAMDPROC) (GLint *numGroups, GLsizei groupsSize, GLuint *groups);\ntypedef void (APIENTRYP PFNGLGETPERFMONITORCOUNTERSAMDPROC) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);\ntypedef void (APIENTRYP PFNGLGETPERFMONITORGROUPSTRINGAMDPROC) (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);\ntypedef void (APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);\ntypedef void (APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, GLvoid *data);\ntypedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);\ntypedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);\ntypedef void (APIENTRYP PFNGLSELECTPERFMONITORCOUNTERSAMDPROC) (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList);\ntypedef void (APIENTRYP PFNGLBEGINPERFMONITORAMDPROC) (GLuint monitor);\ntypedef void (APIENTRYP PFNGLENDPERFMONITORAMDPROC) (GLuint monitor);\ntypedef void (APIENTRYP PFNGLGETPERFMONITORCOUNTERDATAAMDPROC) (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);\n#endif\n\n#ifndef GL_AMD_texture_texture4\n#define GL_AMD_texture_texture4 1\n#endif\n\n#ifndef GL_AMD_vertex_shader_tesselator\n#define GL_AMD_vertex_shader_tesselator 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTessellationFactorAMD (GLfloat factor);\nGLAPI void APIENTRY glTessellationModeAMD (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTESSELLATIONFACTORAMDPROC) (GLfloat factor);\ntypedef void (APIENTRYP PFNGLTESSELLATIONMODEAMDPROC) (GLenum mode);\n#endif\n\n#ifndef GL_EXT_provoking_vertex\n#define GL_EXT_provoking_vertex 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProvokingVertexEXT (GLenum mode);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROVOKINGVERTEXEXTPROC) (GLenum mode);\n#endif\n\n#ifndef GL_EXT_texture_snorm\n#define GL_EXT_texture_snorm 1\n#endif\n\n#ifndef GL_AMD_draw_buffers_blend\n#define GL_AMD_draw_buffers_blend 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst);\nGLAPI void APIENTRY glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\nGLAPI void APIENTRY glBlendEquationIndexedAMD (GLuint buf, GLenum mode);\nGLAPI void APIENTRY glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBLENDFUNCINDEXEDAMDPROC) (GLuint buf, GLenum src, GLenum dst);\ntypedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEINDEXEDAMDPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONINDEXEDAMDPROC) (GLuint buf, GLenum mode);\ntypedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEINDEXEDAMDPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha);\n#endif\n\n#ifndef GL_APPLE_texture_range\n#define GL_APPLE_texture_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTextureRangeAPPLE (GLenum target, GLsizei length, const GLvoid *pointer);\nGLAPI void APIENTRY glGetTexParameterPointervAPPLE (GLenum target, GLenum pname, GLvoid* *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXTURERANGEAPPLEPROC) (GLenum target, GLsizei length, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLGETTEXPARAMETERPOINTERVAPPLEPROC) (GLenum target, GLenum pname, GLvoid* *params);\n#endif\n\n#ifndef GL_APPLE_float_pixels\n#define GL_APPLE_float_pixels 1\n#endif\n\n#ifndef GL_APPLE_vertex_program_evaluators\n#define GL_APPLE_vertex_program_evaluators 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glEnableVertexAttribAPPLE (GLuint index, GLenum pname);\nGLAPI void APIENTRY glDisableVertexAttribAPPLE (GLuint index, GLenum pname);\nGLAPI GLboolean APIENTRY glIsVertexAttribEnabledAPPLE (GLuint index, GLenum pname);\nGLAPI void APIENTRY glMapVertexAttrib1dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);\nGLAPI void APIENTRY glMapVertexAttrib1fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);\nGLAPI void APIENTRY glMapVertexAttrib2dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);\nGLAPI void APIENTRY glMapVertexAttrib2fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLENABLEVERTEXATTRIBAPPLEPROC) (GLuint index, GLenum pname);\ntypedef void (APIENTRYP PFNGLDISABLEVERTEXATTRIBAPPLEPROC) (GLuint index, GLenum pname);\ntypedef GLboolean (APIENTRYP PFNGLISVERTEXATTRIBENABLEDAPPLEPROC) (GLuint index, GLenum pname);\ntypedef void (APIENTRYP PFNGLMAPVERTEXATTRIB1DAPPLEPROC) (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);\ntypedef void (APIENTRYP PFNGLMAPVERTEXATTRIB1FAPPLEPROC) (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);\ntypedef void (APIENTRYP PFNGLMAPVERTEXATTRIB2DAPPLEPROC) (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);\ntypedef void (APIENTRYP PFNGLMAPVERTEXATTRIB2FAPPLEPROC) (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);\n#endif\n\n#ifndef GL_APPLE_aux_depth_stencil\n#define GL_APPLE_aux_depth_stencil 1\n#endif\n\n#ifndef GL_APPLE_object_purgeable\n#define GL_APPLE_object_purgeable 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI GLenum APIENTRY glObjectPurgeableAPPLE (GLenum objectType, GLuint name, GLenum option);\nGLAPI GLenum APIENTRY glObjectUnpurgeableAPPLE (GLenum objectType, GLuint name, GLenum option);\nGLAPI void APIENTRY glGetObjectParameterivAPPLE (GLenum objectType, GLuint name, GLenum pname, GLint *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef GLenum (APIENTRYP PFNGLOBJECTPURGEABLEAPPLEPROC) (GLenum objectType, GLuint name, GLenum option);\ntypedef GLenum (APIENTRYP PFNGLOBJECTUNPURGEABLEAPPLEPROC) (GLenum objectType, GLuint name, GLenum option);\ntypedef void (APIENTRYP PFNGLGETOBJECTPARAMETERIVAPPLEPROC) (GLenum objectType, GLuint name, GLenum pname, GLint *params);\n#endif\n\n#ifndef GL_APPLE_row_bytes\n#define GL_APPLE_row_bytes 1\n#endif\n\n#ifndef GL_APPLE_rgb_422\n#define GL_APPLE_rgb_422 1\n#endif\n\n#ifndef GL_NV_video_capture\n#define GL_NV_video_capture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBeginVideoCaptureNV (GLuint video_capture_slot);\nGLAPI void APIENTRY glBindVideoCaptureStreamBufferNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset);\nGLAPI void APIENTRY glBindVideoCaptureStreamTextureNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture);\nGLAPI void APIENTRY glEndVideoCaptureNV (GLuint video_capture_slot);\nGLAPI void APIENTRY glGetVideoCaptureivNV (GLuint video_capture_slot, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVideoCaptureStreamivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint *params);\nGLAPI void APIENTRY glGetVideoCaptureStreamfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat *params);\nGLAPI void APIENTRY glGetVideoCaptureStreamdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble *params);\nGLAPI GLenum APIENTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);\nGLAPI void APIENTRY glVideoCaptureStreamParameterivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint *params);\nGLAPI void APIENTRY glVideoCaptureStreamParameterfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat *params);\nGLAPI void APIENTRY glVideoCaptureStreamParameterdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble *params);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBEGINVIDEOCAPTURENVPROC) (GLuint video_capture_slot);\ntypedef void (APIENTRYP PFNGLBINDVIDEOCAPTURESTREAMBUFFERNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset);\ntypedef void (APIENTRYP PFNGLBINDVIDEOCAPTURESTREAMTEXTURENVPROC) (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture);\ntypedef void (APIENTRYP PFNGLENDVIDEOCAPTURENVPROC) (GLuint video_capture_slot);\ntypedef void (APIENTRYP PFNGLGETVIDEOCAPTUREIVNVPROC) (GLuint video_capture_slot, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOCAPTURESTREAMIVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOCAPTURESTREAMFVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat *params);\ntypedef void (APIENTRYP PFNGLGETVIDEOCAPTURESTREAMDVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble *params);\ntypedef GLenum (APIENTRYP PFNGLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);\ntypedef void (APIENTRYP PFNGLVIDEOCAPTURESTREAMPARAMETERIVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint *params);\ntypedef void (APIENTRYP PFNGLVIDEOCAPTURESTREAMPARAMETERFVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat *params);\ntypedef void (APIENTRYP PFNGLVIDEOCAPTURESTREAMPARAMETERDVNVPROC) (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble *params);\n#endif\n\n#ifndef GL_NV_copy_image\n#define GL_NV_copy_image 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);\n#endif\n\n#ifndef GL_EXT_separate_shader_objects\n#define GL_EXT_separate_shader_objects 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUseShaderProgramEXT (GLenum type, GLuint program);\nGLAPI void APIENTRY glActiveProgramEXT (GLuint program);\nGLAPI GLuint APIENTRY glCreateShaderProgramEXT (GLenum type, const GLchar *string);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUSESHADERPROGRAMEXTPROC) (GLenum type, GLuint program);\ntypedef void (APIENTRYP PFNGLACTIVEPROGRAMEXTPROC) (GLuint program);\ntypedef GLuint (APIENTRYP PFNGLCREATESHADERPROGRAMEXTPROC) (GLenum type, const GLchar *string);\n#endif\n\n#ifndef GL_NV_parameter_buffer_object2\n#define GL_NV_parameter_buffer_object2 1\n#endif\n\n#ifndef GL_NV_shader_buffer_load\n#define GL_NV_shader_buffer_load 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glMakeBufferResidentNV (GLenum target, GLenum access);\nGLAPI void APIENTRY glMakeBufferNonResidentNV (GLenum target);\nGLAPI GLboolean APIENTRY glIsBufferResidentNV (GLenum target);\nGLAPI void APIENTRY glMakeNamedBufferResidentNV (GLuint buffer, GLenum access);\nGLAPI void APIENTRY glMakeNamedBufferNonResidentNV (GLuint buffer);\nGLAPI GLboolean APIENTRY glIsNamedBufferResidentNV (GLuint buffer);\nGLAPI void APIENTRY glGetBufferParameterui64vNV (GLenum target, GLenum pname, GLuint64EXT *params);\nGLAPI void APIENTRY glGetNamedBufferParameterui64vNV (GLuint buffer, GLenum pname, GLuint64EXT *params);\nGLAPI void APIENTRY glGetIntegerui64vNV (GLenum value, GLuint64EXT *result);\nGLAPI void APIENTRY glUniformui64NV (GLint location, GLuint64EXT value);\nGLAPI void APIENTRY glUniformui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glGetUniformui64vNV (GLuint program, GLint location, GLuint64EXT *params);\nGLAPI void APIENTRY glProgramUniformui64NV (GLuint program, GLint location, GLuint64EXT value);\nGLAPI void APIENTRY glProgramUniformui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLMAKEBUFFERRESIDENTNVPROC) (GLenum target, GLenum access);\ntypedef void (APIENTRYP PFNGLMAKEBUFFERNONRESIDENTNVPROC) (GLenum target);\ntypedef GLboolean (APIENTRYP PFNGLISBUFFERRESIDENTNVPROC) (GLenum target);\ntypedef void (APIENTRYP PFNGLMAKENAMEDBUFFERRESIDENTNVPROC) (GLuint buffer, GLenum access);\ntypedef void (APIENTRYP PFNGLMAKENAMEDBUFFERNONRESIDENTNVPROC) (GLuint buffer);\ntypedef GLboolean (APIENTRYP PFNGLISNAMEDBUFFERRESIDENTNVPROC) (GLuint buffer);\ntypedef void (APIENTRYP PFNGLGETBUFFERPARAMETERUI64VNVPROC) (GLenum target, GLenum pname, GLuint64EXT *params);\ntypedef void (APIENTRYP PFNGLGETNAMEDBUFFERPARAMETERUI64VNVPROC) (GLuint buffer, GLenum pname, GLuint64EXT *params);\ntypedef void (APIENTRYP PFNGLGETINTEGERUI64VNVPROC) (GLenum value, GLuint64EXT *result);\ntypedef void (APIENTRYP PFNGLUNIFORMUI64NVPROC) (GLint location, GLuint64EXT value);\ntypedef void (APIENTRYP PFNGLUNIFORMUI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLGETUNIFORMUI64VNVPROC) (GLuint program, GLint location, GLuint64EXT *params);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMUI64NVPROC) (GLuint program, GLint location, GLuint64EXT value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORMUI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\n#endif\n\n#ifndef GL_NV_vertex_buffer_unified_memory\n#define GL_NV_vertex_buffer_unified_memory 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBufferAddressRangeNV (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length);\nGLAPI void APIENTRY glVertexFormatNV (GLint size, GLenum type, GLsizei stride);\nGLAPI void APIENTRY glNormalFormatNV (GLenum type, GLsizei stride);\nGLAPI void APIENTRY glColorFormatNV (GLint size, GLenum type, GLsizei stride);\nGLAPI void APIENTRY glIndexFormatNV (GLenum type, GLsizei stride);\nGLAPI void APIENTRY glTexCoordFormatNV (GLint size, GLenum type, GLsizei stride);\nGLAPI void APIENTRY glEdgeFlagFormatNV (GLsizei stride);\nGLAPI void APIENTRY glSecondaryColorFormatNV (GLint size, GLenum type, GLsizei stride);\nGLAPI void APIENTRY glFogCoordFormatNV (GLenum type, GLsizei stride);\nGLAPI void APIENTRY glVertexAttribFormatNV (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride);\nGLAPI void APIENTRY glVertexAttribIFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride);\nGLAPI void APIENTRY glGetIntegerui64i_vNV (GLenum value, GLuint index, GLuint64EXT *result);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBUFFERADDRESSRANGENVPROC) (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length);\ntypedef void (APIENTRYP PFNGLVERTEXFORMATNVPROC) (GLint size, GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLNORMALFORMATNVPROC) (GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLCOLORFORMATNVPROC) (GLint size, GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLINDEXFORMATNVPROC) (GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLTEXCOORDFORMATNVPROC) (GLint size, GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLEDGEFLAGFORMATNVPROC) (GLsizei stride);\ntypedef void (APIENTRYP PFNGLSECONDARYCOLORFORMATNVPROC) (GLint size, GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLFOGCOORDFORMATNVPROC) (GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATNVPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATNVPROC) (GLuint index, GLint size, GLenum type, GLsizei stride);\ntypedef void (APIENTRYP PFNGLGETINTEGERUI64I_VNVPROC) (GLenum value, GLuint index, GLuint64EXT *result);\n#endif\n\n#ifndef GL_NV_texture_barrier\n#define GL_NV_texture_barrier 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glTextureBarrierNV (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLTEXTUREBARRIERNVPROC) (void);\n#endif\n\n#ifndef GL_AMD_shader_stencil_export\n#define GL_AMD_shader_stencil_export 1\n#endif\n\n#ifndef GL_AMD_seamless_cubemap_per_texture\n#define GL_AMD_seamless_cubemap_per_texture 1\n#endif\n\n#ifndef GL_AMD_conservative_depth\n#define GL_AMD_conservative_depth 1\n#endif\n\n#ifndef GL_EXT_shader_image_load_store\n#define GL_EXT_shader_image_load_store 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glBindImageTextureEXT (GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format);\nGLAPI void APIENTRY glMemoryBarrierEXT (GLbitfield barriers);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLBINDIMAGETEXTUREEXTPROC) (GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format);\ntypedef void (APIENTRYP PFNGLMEMORYBARRIEREXTPROC) (GLbitfield barriers);\n#endif\n\n#ifndef GL_EXT_vertex_attrib_64bit\n#define GL_EXT_vertex_attrib_64bit 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribL1dEXT (GLuint index, GLdouble x);\nGLAPI void APIENTRY glVertexAttribL2dEXT (GLuint index, GLdouble x, GLdouble y);\nGLAPI void APIENTRY glVertexAttribL3dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z);\nGLAPI void APIENTRY glVertexAttribL4dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\nGLAPI void APIENTRY glVertexAttribL1dvEXT (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL2dvEXT (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL3dvEXT (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribL4dvEXT (GLuint index, const GLdouble *v);\nGLAPI void APIENTRY glVertexAttribLPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\nGLAPI void APIENTRY glGetVertexAttribLdvEXT (GLuint index, GLenum pname, GLdouble *params);\nGLAPI void APIENTRY glVertexArrayVertexAttribLOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1DEXTPROC) (GLuint index, GLdouble x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2DEXTPROC) (GLuint index, GLdouble x, GLdouble y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3DEXTPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4DEXTPROC) (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1DVEXTPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2DVEXTPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3DVEXTPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4DVEXTPROC) (GLuint index, const GLdouble *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBLPOINTEREXTPROC) (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBLDVEXTPROC) (GLuint index, GLenum pname, GLdouble *params);\ntypedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXATTRIBLOFFSETEXTPROC) (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset);\n#endif\n\n#ifndef GL_NV_gpu_program5\n#define GL_NV_gpu_program5 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glProgramSubroutineParametersuivNV (GLenum target, GLsizei count, const GLuint *params);\nGLAPI void APIENTRY glGetProgramSubroutineParameteruivNV (GLenum target, GLuint index, GLuint *param);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLPROGRAMSUBROUTINEPARAMETERSUIVNVPROC) (GLenum target, GLsizei count, const GLuint *params);\ntypedef void (APIENTRYP PFNGLGETPROGRAMSUBROUTINEPARAMETERUIVNVPROC) (GLenum target, GLuint index, GLuint *param);\n#endif\n\n#ifndef GL_NV_gpu_shader5\n#define GL_NV_gpu_shader5 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);\nGLAPI void APIENTRY glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y);\nGLAPI void APIENTRY glUniform3i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);\nGLAPI void APIENTRY glUniform4i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\nGLAPI void APIENTRY glUniform1i64vNV (GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glUniform2i64vNV (GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glUniform3i64vNV (GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glUniform4i64vNV (GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glUniform1ui64NV (GLint location, GLuint64EXT x);\nGLAPI void APIENTRY glUniform2ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y);\nGLAPI void APIENTRY glUniform3ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\nGLAPI void APIENTRY glUniform4ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\nGLAPI void APIENTRY glUniform1ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glUniform2ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glUniform3ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glUniform4ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glGetUniformi64vNV (GLuint program, GLint location, GLint64EXT *params);\nGLAPI void APIENTRY glProgramUniform1i64NV (GLuint program, GLint location, GLint64EXT x);\nGLAPI void APIENTRY glProgramUniform2i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y);\nGLAPI void APIENTRY glProgramUniform3i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);\nGLAPI void APIENTRY glProgramUniform4i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\nGLAPI void APIENTRY glProgramUniform1i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glProgramUniform2i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glProgramUniform3i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glProgramUniform4i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\nGLAPI void APIENTRY glProgramUniform1ui64NV (GLuint program, GLint location, GLuint64EXT x);\nGLAPI void APIENTRY glProgramUniform2ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y);\nGLAPI void APIENTRY glProgramUniform3ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\nGLAPI void APIENTRY glProgramUniform4ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\nGLAPI void APIENTRY glProgramUniform1ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glProgramUniform2ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glProgramUniform3ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\nGLAPI void APIENTRY glProgramUniform4ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLUNIFORM1I64NVPROC) (GLint location, GLint64EXT x);\ntypedef void (APIENTRYP PFNGLUNIFORM2I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y);\ntypedef void (APIENTRYP PFNGLUNIFORM3I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);\ntypedef void (APIENTRYP PFNGLUNIFORM4I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\ntypedef void (APIENTRYP PFNGLUNIFORM1I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4I64VNVPROC) (GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM1UI64NVPROC) (GLint location, GLuint64EXT x);\ntypedef void (APIENTRYP PFNGLUNIFORM2UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y);\ntypedef void (APIENTRYP PFNGLUNIFORM3UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\ntypedef void (APIENTRYP PFNGLUNIFORM4UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\ntypedef void (APIENTRYP PFNGLUNIFORM1UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM2UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM3UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLUNIFORM4UI64VNVPROC) (GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLGETUNIFORMI64VNVPROC) (GLuint program, GLint location, GLint64EXT *params);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1I64NVPROC) (GLuint program, GLint location, GLint64EXT x);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4I64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM1UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM2UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM3UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\ntypedef void (APIENTRYP PFNGLPROGRAMUNIFORM4UI64VNVPROC) (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value);\n#endif\n\n#ifndef GL_NV_shader_buffer_store\n#define GL_NV_shader_buffer_store 1\n#endif\n\n#ifndef GL_NV_tessellation_program5\n#define GL_NV_tessellation_program5 1\n#endif\n\n#ifndef GL_NV_vertex_attrib_integer_64bit\n#define GL_NV_vertex_attrib_integer_64bit 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVertexAttribL1i64NV (GLuint index, GLint64EXT x);\nGLAPI void APIENTRY glVertexAttribL2i64NV (GLuint index, GLint64EXT x, GLint64EXT y);\nGLAPI void APIENTRY glVertexAttribL3i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z);\nGLAPI void APIENTRY glVertexAttribL4i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\nGLAPI void APIENTRY glVertexAttribL1i64vNV (GLuint index, const GLint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL2i64vNV (GLuint index, const GLint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL3i64vNV (GLuint index, const GLint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL4i64vNV (GLuint index, const GLint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL1ui64NV (GLuint index, GLuint64EXT x);\nGLAPI void APIENTRY glVertexAttribL2ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y);\nGLAPI void APIENTRY glVertexAttribL3ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\nGLAPI void APIENTRY glVertexAttribL4ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\nGLAPI void APIENTRY glVertexAttribL1ui64vNV (GLuint index, const GLuint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL2ui64vNV (GLuint index, const GLuint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL3ui64vNV (GLuint index, const GLuint64EXT *v);\nGLAPI void APIENTRY glVertexAttribL4ui64vNV (GLuint index, const GLuint64EXT *v);\nGLAPI void APIENTRY glGetVertexAttribLi64vNV (GLuint index, GLenum pname, GLint64EXT *params);\nGLAPI void APIENTRY glGetVertexAttribLui64vNV (GLuint index, GLenum pname, GLuint64EXT *params);\nGLAPI void APIENTRY glVertexAttribLFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1I64NVPROC) (GLuint index, GLint64EXT x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2I64NVPROC) (GLuint index, GLint64EXT x, GLint64EXT y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3I64NVPROC) (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4I64NVPROC) (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1I64VNVPROC) (GLuint index, const GLint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2I64VNVPROC) (GLuint index, const GLint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3I64VNVPROC) (GLuint index, const GLint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4I64VNVPROC) (GLuint index, const GLint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1UI64NVPROC) (GLuint index, GLuint64EXT x);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2UI64NVPROC) (GLuint index, GLuint64EXT x, GLuint64EXT y);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3UI64NVPROC) (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4UI64NVPROC) (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL1UI64VNVPROC) (GLuint index, const GLuint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL2UI64VNVPROC) (GLuint index, const GLuint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL3UI64VNVPROC) (GLuint index, const GLuint64EXT *v);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBL4UI64VNVPROC) (GLuint index, const GLuint64EXT *v);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBLI64VNVPROC) (GLuint index, GLenum pname, GLint64EXT *params);\ntypedef void (APIENTRYP PFNGLGETVERTEXATTRIBLUI64VNVPROC) (GLuint index, GLenum pname, GLuint64EXT *params);\ntypedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATNVPROC) (GLuint index, GLint size, GLenum type, GLsizei stride);\n#endif\n\n#ifndef GL_NV_multisample_coverage\n#define GL_NV_multisample_coverage 1\n#endif\n\n#ifndef GL_AMD_name_gen_delete\n#define GL_AMD_name_gen_delete 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glGenNamesAMD (GLenum identifier, GLuint num, GLuint *names);\nGLAPI void APIENTRY glDeleteNamesAMD (GLenum identifier, GLuint num, const GLuint *names);\nGLAPI GLboolean APIENTRY glIsNameAMD (GLenum identifier, GLuint name);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLGENNAMESAMDPROC) (GLenum identifier, GLuint num, GLuint *names);\ntypedef void (APIENTRYP PFNGLDELETENAMESAMDPROC) (GLenum identifier, GLuint num, const GLuint *names);\ntypedef GLboolean (APIENTRYP PFNGLISNAMEAMDPROC) (GLenum identifier, GLuint name);\n#endif\n\n#ifndef GL_AMD_debug_output\n#define GL_AMD_debug_output 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\nGLAPI void APIENTRY glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);\nGLAPI void APIENTRY glDebugMessageCallbackAMD (GLDEBUGPROCAMD callback, GLvoid *userParam);\nGLAPI GLuint APIENTRY glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGEENABLEAMDPROC) (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTAMDPROC) (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);\ntypedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKAMDPROC) (GLDEBUGPROCAMD callback, GLvoid *userParam);\ntypedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGAMDPROC) (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);\n#endif\n\n#ifndef GL_NV_vdpau_interop\n#define GL_NV_vdpau_interop 1\n#ifdef GL_GLEXT_PROTOTYPES\nGLAPI void APIENTRY glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress);\nGLAPI void APIENTRY glVDPAUFiniNV (void);\nGLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);\nGLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);\nGLAPI void APIENTRY glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface);\nGLAPI void APIENTRY glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface);\nGLAPI void APIENTRY glVDPAUGetSurfaceivNV (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\nGLAPI void APIENTRY glVDPAUSurfaceAccessNV (GLvdpauSurfaceNV surface, GLenum access);\nGLAPI void APIENTRY glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);\nGLAPI void APIENTRY glVDPAUUnmapSurfacesNV (GLsizei numSurface, const GLvdpauSurfaceNV *surfaces);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const GLvoid *vdpDevice, const GLvoid *getProcAddress);\ntypedef void (APIENTRYP PFNGLVDPAUFININVPROC) (void);\ntypedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);\ntypedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);\ntypedef void (APIENTRYP PFNGLVDPAUISSURFACENVPROC) (GLvdpauSurfaceNV surface);\ntypedef void (APIENTRYP PFNGLVDPAUUNREGISTERSURFACENVPROC) (GLvdpauSurfaceNV surface);\ntypedef void (APIENTRYP PFNGLVDPAUGETSURFACEIVNVPROC) (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\ntypedef void (APIENTRYP PFNGLVDPAUSURFACEACCESSNVPROC) (GLvdpauSurfaceNV surface, GLenum access);\ntypedef void (APIENTRYP PFNGLVDPAUMAPSURFACESNVPROC) (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces);\ntypedef void (APIENTRYP PFNGLVDPAUUNMAPSURFACESNVPROC) (GLsizei numSurface, const GLvdpauSurfaceNV *surfaces);\n#endif\n\n#ifndef GL_AMD_transform_feedback3_lines_triangles\n#define GL_AMD_transform_feedback3_lines_triangles 1\n#endif\n\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif\n#endif /* NO_SDL_GLEXT */\n\n#endif /* !__IPHONEOS__ */\n\n#endif /* _SDL_opengl_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_opengles.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_opengles.h\n *\n *  This is a simple file to encapsulate the OpenGL ES 1.X API headers.\n */\n\n#ifdef __IPHONEOS__\n#include <OpenGLES/ES1/gl.h>\n#include <OpenGLES/ES1/glext.h>\n#else\n#include <GLES/gl.h>\n#include <GLES/glext.h>\n#endif\n\n#ifndef APIENTRY\n#define APIENTRY\n#endif\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_opengles2.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_opengles.h\n *\n *  This is a simple file to encapsulate the OpenGL ES 2.0 API headers.\n */\n#ifndef _MSC_VER\n#ifdef __IPHONEOS__\n#include <OpenGLES/ES2/gl.h>\n#include <OpenGLES/ES2/glext.h>\n#else\n#include <GLES2/gl2.h>\n#include <GLES2/gl2ext.h>\n#endif\n\n#else /* _MSC_VER */\n\n/* OpenGL ES2 headers for Visual Studio */\n\n#ifndef __khrplatform_h_\n#define __khrplatform_h_\n\n/*\n** Copyright (c) 2008-2009 The Khronos Group Inc.\n**\n** Permission is hereby granted, free of charge, to any person obtaining a\n** copy of this software and/or associated documentation files (the\n** \"Materials\"), to deal in the Materials without restriction, including\n** without limitation the rights to use, copy, modify, merge, publish,\n** distribute, sublicense, and/or sell copies of the Materials, and to\n** permit persons to whom the Materials are furnished to do so, subject to\n** the following conditions:\n**\n** The above copyright notice and this permission notice shall be included\n** in all copies or substantial portions of the Materials.\n**\n** THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.\n*/\n\n/* Khronos platform-specific types and definitions.\n*\n* $Revision: 23298 $ on $Date: 2013-09-30 17:07:13 -0700 (Mon, 30 Sep 2013) $\n*\n* Adopters may modify this file to suit their platform. Adopters are\n* encouraged to submit platform specific modifications to the Khronos\n* group so that they can be included in future versions of this file.\n* Please submit changes by sending them to the public Khronos Bugzilla\n* (http://khronos.org/bugzilla) by filing a bug against product\n* \"Khronos (general)\" component \"Registry\".\n*\n* A predefined template which fills in some of the bug fields can be\n* reached using http://tinyurl.com/khrplatform-h-bugreport, but you\n* must create a Bugzilla login first.\n*\n*\n* See the Implementer's Guidelines for information about where this file\n* should be located on your system and for more details of its use:\n*    http://www.khronos.org/registry/implementers_guide.pdf\n*\n* This file should be included as\n*        #include <KHR/khrplatform.h>\n* by Khronos client API header files that use its types and defines.\n*\n* The types in khrplatform.h should only be used to define API-specific types.\n*\n* Types defined in khrplatform.h:\n*    khronos_int8_t              signed   8  bit\n*    khronos_uint8_t             unsigned 8  bit\n*    khronos_int16_t             signed   16 bit\n*    khronos_uint16_t            unsigned 16 bit\n*    khronos_int32_t             signed   32 bit\n*    khronos_uint32_t            unsigned 32 bit\n*    khronos_int64_t             signed   64 bit\n*    khronos_uint64_t            unsigned 64 bit\n*    khronos_intptr_t            signed   same number of bits as a pointer\n*    khronos_uintptr_t           unsigned same number of bits as a pointer\n*    khronos_ssize_t             signed   size\n*    khronos_usize_t             unsigned size\n*    khronos_float_t             signed   32 bit floating point\n*    khronos_time_ns_t           unsigned 64 bit time in nanoseconds\n*    khronos_utime_nanoseconds_t unsigned time interval or absolute time in\n*                                         nanoseconds\n*    khronos_stime_nanoseconds_t signed time interval in nanoseconds\n*    khronos_boolean_enum_t      enumerated boolean type. This should\n*      only be used as a base type when a client API's boolean type is\n*      an enum. Client APIs which use an integer or other type for\n*      booleans cannot use this as the base type for their boolean.\n*\n* Tokens defined in khrplatform.h:\n*\n*    KHRONOS_FALSE, KHRONOS_TRUE Enumerated boolean false/true values.\n*\n*    KHRONOS_SUPPORT_INT64 is 1 if 64 bit integers are supported; otherwise 0.\n*    KHRONOS_SUPPORT_FLOAT is 1 if floats are supported; otherwise 0.\n*\n* Calling convention macros defined in this file:\n*    KHRONOS_APICALL\n*    KHRONOS_APIENTRY\n*    KHRONOS_APIATTRIBUTES\n*\n* These may be used in function prototypes as:\n*\n*      KHRONOS_APICALL void KHRONOS_APIENTRY funcname(\n*                                  int arg1,\n*                                  int arg2) KHRONOS_APIATTRIBUTES;\n*/\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APICALL\n*-------------------------------------------------------------------------\n* This precedes the return type of the function in the function prototype.\n*/\n#if defined(_WIN32) && !defined(__SCITECH_SNAP__)\n#   define KHRONOS_APICALL __declspec(dllimport)\n#elif defined (__SYMBIAN32__)\n#   define KHRONOS_APICALL IMPORT_C\n#else\n#   define KHRONOS_APICALL\n#endif\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APIENTRY\n*-------------------------------------------------------------------------\n* This follows the return type of the function  and precedes the function\n* name in the function prototype.\n*/\n#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(__SCITECH_SNAP__)\n/* Win32 but not WinCE */\n#   define KHRONOS_APIENTRY __stdcall\n#else\n#   define KHRONOS_APIENTRY\n#endif\n\n/*-------------------------------------------------------------------------\n* Definition of KHRONOS_APIATTRIBUTES\n*-------------------------------------------------------------------------\n* This follows the closing parenthesis of the function prototype arguments.\n*/\n#if defined (__ARMCC_2__)\n#define KHRONOS_APIATTRIBUTES __softfp\n#else\n#define KHRONOS_APIATTRIBUTES\n#endif\n\n/*-------------------------------------------------------------------------\n* basic type definitions\n*-----------------------------------------------------------------------*/\n#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__GNUC__) || defined(__SCO__) || defined(__USLC__)\n\n\n/*\n* Using <stdint.h>\n*/\n#include <stdint.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(__VMS ) || defined(__sgi)\n\n/*\n* Using <inttypes.h>\n*/\n#include <inttypes.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(_WIN32) && !defined(__SCITECH_SNAP__)\n\n/*\n* Win32\n*/\ntypedef __int32                 khronos_int32_t;\ntypedef unsigned __int32        khronos_uint32_t;\ntypedef __int64                 khronos_int64_t;\ntypedef unsigned __int64        khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif defined(__sun__) || defined(__digital__)\n\n/*\n* Sun or Digital\n*/\ntypedef int                     khronos_int32_t;\ntypedef unsigned int            khronos_uint32_t;\n#if defined(__arch64__) || defined(_LP64)\ntypedef long int                khronos_int64_t;\ntypedef unsigned long int       khronos_uint64_t;\n#else\ntypedef long long int           khronos_int64_t;\ntypedef unsigned long long int  khronos_uint64_t;\n#endif /* __arch64__ */\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#elif 0\n\n/*\n* Hypothetical platform with no float or int64 support\n*/\ntypedef int                     khronos_int32_t;\ntypedef unsigned int            khronos_uint32_t;\n#define KHRONOS_SUPPORT_INT64   0\n#define KHRONOS_SUPPORT_FLOAT   0\n\n#else\n\n/*\n* Generic fallback\n*/\n#include <stdint.h>\ntypedef int32_t                 khronos_int32_t;\ntypedef uint32_t                khronos_uint32_t;\ntypedef int64_t                 khronos_int64_t;\ntypedef uint64_t                khronos_uint64_t;\n#define KHRONOS_SUPPORT_INT64   1\n#define KHRONOS_SUPPORT_FLOAT   1\n\n#endif\n\n\n/*\n* Types that are (so far) the same on all platforms\n*/\ntypedef signed   char          khronos_int8_t;\ntypedef unsigned char          khronos_uint8_t;\ntypedef signed   short int     khronos_int16_t;\ntypedef unsigned short int     khronos_uint16_t;\n\n/*\n* Types that differ between LLP64 and LP64 architectures - in LLP64,\n* pointers are 64 bits, but 'long' is still 32 bits. Win64 appears\n* to be the only LLP64 architecture in current use.\n*/\n#ifdef _WIN64\ntypedef signed   long long int khronos_intptr_t;\ntypedef unsigned long long int khronos_uintptr_t;\ntypedef signed   long long int khronos_ssize_t;\ntypedef unsigned long long int khronos_usize_t;\n#else\ntypedef signed   long  int     khronos_intptr_t;\ntypedef unsigned long  int     khronos_uintptr_t;\ntypedef signed   long  int     khronos_ssize_t;\ntypedef unsigned long  int     khronos_usize_t;\n#endif\n\n#if KHRONOS_SUPPORT_FLOAT\n/*\n* Float type\n*/\ntypedef          float         khronos_float_t;\n#endif\n\n#if KHRONOS_SUPPORT_INT64\n/* Time types\n*\n* These types can be used to represent a time interval in nanoseconds or\n* an absolute Unadjusted System Time.  Unadjusted System Time is the number\n* of nanoseconds since some arbitrary system event (e.g. since the last\n* time the system booted).  The Unadjusted System Time is an unsigned\n* 64 bit value that wraps back to 0 every 584 years.  Time intervals\n* may be either signed or unsigned.\n*/\ntypedef khronos_uint64_t       khronos_utime_nanoseconds_t;\ntypedef khronos_int64_t        khronos_stime_nanoseconds_t;\n#endif\n\n/*\n* Dummy value used to pad enum types to 32 bits.\n*/\n#ifndef KHRONOS_MAX_ENUM\n#define KHRONOS_MAX_ENUM 0x7FFFFFFF\n#endif\n\n/*\n* Enumerated boolean type\n*\n* Values other than zero should be considered to be true.  Therefore\n* comparisons should not be made against KHRONOS_TRUE.\n*/\ntypedef enum {\n    KHRONOS_FALSE = 0,\n    KHRONOS_TRUE = 1,\n    KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM\n} khronos_boolean_enum_t;\n\n#endif /* __khrplatform_h_ */\n\n\n#ifndef __gl2platform_h_\n#define __gl2platform_h_\n\n/* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */\n\n/*\n * This document is licensed under the SGI Free Software B License Version\n * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .\n */\n\n/* Platform-specific types and definitions for OpenGL ES 2.X  gl2.h\n *\n * Adopters may modify khrplatform.h and this file to suit their platform.\n * You are encouraged to submit all modifications to the Khronos group so that\n * they can be included in future versions of this file.  Please submit changes\n * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)\n * by filing a bug against product \"OpenGL-ES\" component \"Registry\".\n */\n\n/*#include <KHR/khrplatform.h>*/\n\n#ifndef GL_APICALL\n#define GL_APICALL  KHRONOS_APICALL\n#endif\n\n#ifndef GL_APIENTRY\n#define GL_APIENTRY KHRONOS_APIENTRY\n#endif\n\n#endif /* __gl2platform_h_ */\n\n#ifndef __gl2_h_\n#define __gl2_h_\n\n/* $Revision: 16803 $ on $Date:: 2012-02-02 09:49:18 -0800 #$ */\n\n/*#include <GLES2/gl2platform.h>*/\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/*\n * This document is licensed under the SGI Free Software B License Version\n * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .\n */\n\n/*-------------------------------------------------------------------------\n * Data type definitions\n *-----------------------------------------------------------------------*/\n\ntypedef void             GLvoid;\ntypedef char             GLchar;\ntypedef unsigned int     GLenum;\ntypedef unsigned char    GLboolean;\ntypedef unsigned int     GLbitfield;\ntypedef khronos_int8_t   GLbyte;\ntypedef short            GLshort;\ntypedef int              GLint;\ntypedef int              GLsizei;\ntypedef khronos_uint8_t  GLubyte;\ntypedef unsigned short   GLushort;\ntypedef unsigned int     GLuint;\ntypedef khronos_float_t  GLfloat;\ntypedef khronos_float_t  GLclampf;\ntypedef khronos_int32_t  GLfixed;\n\n/* GL types for handling large vertex buffer objects */\ntypedef khronos_intptr_t GLintptr;\ntypedef khronos_ssize_t  GLsizeiptr;\n\n/* OpenGL ES core versions */\n#define GL_ES_VERSION_2_0                 1\n\n/* ClearBufferMask */\n#define GL_DEPTH_BUFFER_BIT               0x00000100\n#define GL_STENCIL_BUFFER_BIT             0x00000400\n#define GL_COLOR_BUFFER_BIT               0x00004000\n\n/* Boolean */\n#define GL_FALSE                          0\n#define GL_TRUE                           1\n\n/* BeginMode */\n#define GL_POINTS                         0x0000\n#define GL_LINES                          0x0001\n#define GL_LINE_LOOP                      0x0002\n#define GL_LINE_STRIP                     0x0003\n#define GL_TRIANGLES                      0x0004\n#define GL_TRIANGLE_STRIP                 0x0005\n#define GL_TRIANGLE_FAN                   0x0006\n\n/* AlphaFunction (not supported in ES20) */\n/*      GL_NEVER */\n/*      GL_LESS */\n/*      GL_EQUAL */\n/*      GL_LEQUAL */\n/*      GL_GREATER */\n/*      GL_NOTEQUAL */\n/*      GL_GEQUAL */\n/*      GL_ALWAYS */\n\n/* BlendingFactorDest */\n#define GL_ZERO                           0\n#define GL_ONE                            1\n#define GL_SRC_COLOR                      0x0300\n#define GL_ONE_MINUS_SRC_COLOR            0x0301\n#define GL_SRC_ALPHA                      0x0302\n#define GL_ONE_MINUS_SRC_ALPHA            0x0303\n#define GL_DST_ALPHA                      0x0304\n#define GL_ONE_MINUS_DST_ALPHA            0x0305\n\n/* BlendingFactorSrc */\n/*      GL_ZERO */\n/*      GL_ONE */\n#define GL_DST_COLOR                      0x0306\n#define GL_ONE_MINUS_DST_COLOR            0x0307\n#define GL_SRC_ALPHA_SATURATE             0x0308\n/*      GL_SRC_ALPHA */\n/*      GL_ONE_MINUS_SRC_ALPHA */\n/*      GL_DST_ALPHA */\n/*      GL_ONE_MINUS_DST_ALPHA */\n\n/* BlendEquationSeparate */\n#define GL_FUNC_ADD                       0x8006\n#define GL_BLEND_EQUATION                 0x8009\n#define GL_BLEND_EQUATION_RGB             0x8009    /* same as BLEND_EQUATION */\n#define GL_BLEND_EQUATION_ALPHA           0x883D\n\n/* BlendSubtract */\n#define GL_FUNC_SUBTRACT                  0x800A\n#define GL_FUNC_REVERSE_SUBTRACT          0x800B\n\n/* Separate Blend Functions */\n#define GL_BLEND_DST_RGB                  0x80C8\n#define GL_BLEND_SRC_RGB                  0x80C9\n#define GL_BLEND_DST_ALPHA                0x80CA\n#define GL_BLEND_SRC_ALPHA                0x80CB\n#define GL_CONSTANT_COLOR                 0x8001\n#define GL_ONE_MINUS_CONSTANT_COLOR       0x8002\n#define GL_CONSTANT_ALPHA                 0x8003\n#define GL_ONE_MINUS_CONSTANT_ALPHA       0x8004\n#define GL_BLEND_COLOR                    0x8005\n\n/* Buffer Objects */\n#define GL_ARRAY_BUFFER                   0x8892\n#define GL_ELEMENT_ARRAY_BUFFER           0x8893\n#define GL_ARRAY_BUFFER_BINDING           0x8894\n#define GL_ELEMENT_ARRAY_BUFFER_BINDING   0x8895\n\n#define GL_STREAM_DRAW                    0x88E0\n#define GL_STATIC_DRAW                    0x88E4\n#define GL_DYNAMIC_DRAW                   0x88E8\n\n#define GL_BUFFER_SIZE                    0x8764\n#define GL_BUFFER_USAGE                   0x8765\n\n#define GL_CURRENT_VERTEX_ATTRIB          0x8626\n\n/* CullFaceMode */\n#define GL_FRONT                          0x0404\n#define GL_BACK                           0x0405\n#define GL_FRONT_AND_BACK                 0x0408\n\n/* DepthFunction */\n/*      GL_NEVER */\n/*      GL_LESS */\n/*      GL_EQUAL */\n/*      GL_LEQUAL */\n/*      GL_GREATER */\n/*      GL_NOTEQUAL */\n/*      GL_GEQUAL */\n/*      GL_ALWAYS */\n\n/* EnableCap */\n#define GL_TEXTURE_2D                     0x0DE1\n#define GL_CULL_FACE                      0x0B44\n#define GL_BLEND                          0x0BE2\n#define GL_DITHER                         0x0BD0\n#define GL_STENCIL_TEST                   0x0B90\n#define GL_DEPTH_TEST                     0x0B71\n#define GL_SCISSOR_TEST                   0x0C11\n#define GL_POLYGON_OFFSET_FILL            0x8037\n#define GL_SAMPLE_ALPHA_TO_COVERAGE       0x809E\n#define GL_SAMPLE_COVERAGE                0x80A0\n\n/* ErrorCode */\n#define GL_NO_ERROR                       0\n#define GL_INVALID_ENUM                   0x0500\n#define GL_INVALID_VALUE                  0x0501\n#define GL_INVALID_OPERATION              0x0502\n#define GL_OUT_OF_MEMORY                  0x0505\n\n/* FrontFaceDirection */\n#define GL_CW                             0x0900\n#define GL_CCW                            0x0901\n\n/* GetPName */\n#define GL_LINE_WIDTH                     0x0B21\n#define GL_ALIASED_POINT_SIZE_RANGE       0x846D\n#define GL_ALIASED_LINE_WIDTH_RANGE       0x846E\n#define GL_CULL_FACE_MODE                 0x0B45\n#define GL_FRONT_FACE                     0x0B46\n#define GL_DEPTH_RANGE                    0x0B70\n#define GL_DEPTH_WRITEMASK                0x0B72\n#define GL_DEPTH_CLEAR_VALUE              0x0B73\n#define GL_DEPTH_FUNC                     0x0B74\n#define GL_STENCIL_CLEAR_VALUE            0x0B91\n#define GL_STENCIL_FUNC                   0x0B92\n#define GL_STENCIL_FAIL                   0x0B94\n#define GL_STENCIL_PASS_DEPTH_FAIL        0x0B95\n#define GL_STENCIL_PASS_DEPTH_PASS        0x0B96\n#define GL_STENCIL_REF                    0x0B97\n#define GL_STENCIL_VALUE_MASK             0x0B93\n#define GL_STENCIL_WRITEMASK              0x0B98\n#define GL_STENCIL_BACK_FUNC              0x8800\n#define GL_STENCIL_BACK_FAIL              0x8801\n#define GL_STENCIL_BACK_PASS_DEPTH_FAIL   0x8802\n#define GL_STENCIL_BACK_PASS_DEPTH_PASS   0x8803\n#define GL_STENCIL_BACK_REF               0x8CA3\n#define GL_STENCIL_BACK_VALUE_MASK        0x8CA4\n#define GL_STENCIL_BACK_WRITEMASK         0x8CA5\n#define GL_VIEWPORT                       0x0BA2\n#define GL_SCISSOR_BOX                    0x0C10\n/*      GL_SCISSOR_TEST */\n#define GL_COLOR_CLEAR_VALUE              0x0C22\n#define GL_COLOR_WRITEMASK                0x0C23\n#define GL_UNPACK_ALIGNMENT               0x0CF5\n#define GL_PACK_ALIGNMENT                 0x0D05\n#define GL_MAX_TEXTURE_SIZE               0x0D33\n#define GL_MAX_VIEWPORT_DIMS              0x0D3A\n#define GL_SUBPIXEL_BITS                  0x0D50\n#define GL_RED_BITS                       0x0D52\n#define GL_GREEN_BITS                     0x0D53\n#define GL_BLUE_BITS                      0x0D54\n#define GL_ALPHA_BITS                     0x0D55\n#define GL_DEPTH_BITS                     0x0D56\n#define GL_STENCIL_BITS                   0x0D57\n#define GL_POLYGON_OFFSET_UNITS           0x2A00\n/*      GL_POLYGON_OFFSET_FILL */\n#define GL_POLYGON_OFFSET_FACTOR          0x8038\n#define GL_TEXTURE_BINDING_2D             0x8069\n#define GL_SAMPLE_BUFFERS                 0x80A8\n#define GL_SAMPLES                        0x80A9\n#define GL_SAMPLE_COVERAGE_VALUE          0x80AA\n#define GL_SAMPLE_COVERAGE_INVERT         0x80AB\n\n/* GetTextureParameter */\n/*      GL_TEXTURE_MAG_FILTER */\n/*      GL_TEXTURE_MIN_FILTER */\n/*      GL_TEXTURE_WRAP_S */\n/*      GL_TEXTURE_WRAP_T */\n\n#define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2\n#define GL_COMPRESSED_TEXTURE_FORMATS     0x86A3\n\n/* HintMode */\n#define GL_DONT_CARE                      0x1100\n#define GL_FASTEST                        0x1101\n#define GL_NICEST                         0x1102\n\n/* HintTarget */\n#define GL_GENERATE_MIPMAP_HINT            0x8192\n\n/* DataType */\n#define GL_BYTE                           0x1400\n#define GL_UNSIGNED_BYTE                  0x1401\n#define GL_SHORT                          0x1402\n#define GL_UNSIGNED_SHORT                 0x1403\n#define GL_INT                            0x1404\n#define GL_UNSIGNED_INT                   0x1405\n#define GL_FLOAT                          0x1406\n#define GL_FIXED                          0x140C\n\n/* PixelFormat */\n#define GL_DEPTH_COMPONENT                0x1902\n#define GL_ALPHA                          0x1906\n#define GL_RGB                            0x1907\n#define GL_RGBA                           0x1908\n#define GL_LUMINANCE                      0x1909\n#define GL_LUMINANCE_ALPHA                0x190A\n\n/* PixelType */\n/*      GL_UNSIGNED_BYTE */\n#define GL_UNSIGNED_SHORT_4_4_4_4         0x8033\n#define GL_UNSIGNED_SHORT_5_5_5_1         0x8034\n#define GL_UNSIGNED_SHORT_5_6_5           0x8363\n\n/* Shaders */\n#define GL_FRAGMENT_SHADER                  0x8B30\n#define GL_VERTEX_SHADER                    0x8B31\n#define GL_MAX_VERTEX_ATTRIBS               0x8869\n#define GL_MAX_VERTEX_UNIFORM_VECTORS       0x8DFB\n#define GL_MAX_VARYING_VECTORS              0x8DFC\n#define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D\n#define GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS   0x8B4C\n#define GL_MAX_TEXTURE_IMAGE_UNITS          0x8872\n#define GL_MAX_FRAGMENT_UNIFORM_VECTORS     0x8DFD\n#define GL_SHADER_TYPE                      0x8B4F\n#define GL_DELETE_STATUS                    0x8B80\n#define GL_LINK_STATUS                      0x8B82\n#define GL_VALIDATE_STATUS                  0x8B83\n#define GL_ATTACHED_SHADERS                 0x8B85\n#define GL_ACTIVE_UNIFORMS                  0x8B86\n#define GL_ACTIVE_UNIFORM_MAX_LENGTH        0x8B87\n#define GL_ACTIVE_ATTRIBUTES                0x8B89\n#define GL_ACTIVE_ATTRIBUTE_MAX_LENGTH      0x8B8A\n#define GL_SHADING_LANGUAGE_VERSION         0x8B8C\n#define GL_CURRENT_PROGRAM                  0x8B8D\n\n/* StencilFunction */\n#define GL_NEVER                          0x0200\n#define GL_LESS                           0x0201\n#define GL_EQUAL                          0x0202\n#define GL_LEQUAL                         0x0203\n#define GL_GREATER                        0x0204\n#define GL_NOTEQUAL                       0x0205\n#define GL_GEQUAL                         0x0206\n#define GL_ALWAYS                         0x0207\n\n/* StencilOp */\n/*      GL_ZERO */\n#define GL_KEEP                           0x1E00\n#define GL_REPLACE                        0x1E01\n#define GL_INCR                           0x1E02\n#define GL_DECR                           0x1E03\n#define GL_INVERT                         0x150A\n#define GL_INCR_WRAP                      0x8507\n#define GL_DECR_WRAP                      0x8508\n\n/* StringName */\n#define GL_VENDOR                         0x1F00\n#define GL_RENDERER                       0x1F01\n#define GL_VERSION                        0x1F02\n#define GL_EXTENSIONS                     0x1F03\n\n/* TextureMagFilter */\n#define GL_NEAREST                        0x2600\n#define GL_LINEAR                         0x2601\n\n/* TextureMinFilter */\n/*      GL_NEAREST */\n/*      GL_LINEAR */\n#define GL_NEAREST_MIPMAP_NEAREST         0x2700\n#define GL_LINEAR_MIPMAP_NEAREST          0x2701\n#define GL_NEAREST_MIPMAP_LINEAR          0x2702\n#define GL_LINEAR_MIPMAP_LINEAR           0x2703\n\n/* TextureParameterName */\n#define GL_TEXTURE_MAG_FILTER             0x2800\n#define GL_TEXTURE_MIN_FILTER             0x2801\n#define GL_TEXTURE_WRAP_S                 0x2802\n#define GL_TEXTURE_WRAP_T                 0x2803\n\n/* TextureTarget */\n/*      GL_TEXTURE_2D */\n#define GL_TEXTURE                        0x1702\n\n#define GL_TEXTURE_CUBE_MAP               0x8513\n#define GL_TEXTURE_BINDING_CUBE_MAP       0x8514\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_X    0x8515\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_X    0x8516\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Y    0x8517\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Y    0x8518\n#define GL_TEXTURE_CUBE_MAP_POSITIVE_Z    0x8519\n#define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z    0x851A\n#define GL_MAX_CUBE_MAP_TEXTURE_SIZE      0x851C\n\n/* TextureUnit */\n#define GL_TEXTURE0                       0x84C0\n#define GL_TEXTURE1                       0x84C1\n#define GL_TEXTURE2                       0x84C2\n#define GL_TEXTURE3                       0x84C3\n#define GL_TEXTURE4                       0x84C4\n#define GL_TEXTURE5                       0x84C5\n#define GL_TEXTURE6                       0x84C6\n#define GL_TEXTURE7                       0x84C7\n#define GL_TEXTURE8                       0x84C8\n#define GL_TEXTURE9                       0x84C9\n#define GL_TEXTURE10                      0x84CA\n#define GL_TEXTURE11                      0x84CB\n#define GL_TEXTURE12                      0x84CC\n#define GL_TEXTURE13                      0x84CD\n#define GL_TEXTURE14                      0x84CE\n#define GL_TEXTURE15                      0x84CF\n#define GL_TEXTURE16                      0x84D0\n#define GL_TEXTURE17                      0x84D1\n#define GL_TEXTURE18                      0x84D2\n#define GL_TEXTURE19                      0x84D3\n#define GL_TEXTURE20                      0x84D4\n#define GL_TEXTURE21                      0x84D5\n#define GL_TEXTURE22                      0x84D6\n#define GL_TEXTURE23                      0x84D7\n#define GL_TEXTURE24                      0x84D8\n#define GL_TEXTURE25                      0x84D9\n#define GL_TEXTURE26                      0x84DA\n#define GL_TEXTURE27                      0x84DB\n#define GL_TEXTURE28                      0x84DC\n#define GL_TEXTURE29                      0x84DD\n#define GL_TEXTURE30                      0x84DE\n#define GL_TEXTURE31                      0x84DF\n#define GL_ACTIVE_TEXTURE                 0x84E0\n\n/* TextureWrapMode */\n#define GL_REPEAT                         0x2901\n#define GL_CLAMP_TO_EDGE                  0x812F\n#define GL_MIRRORED_REPEAT                0x8370\n\n/* Uniform Types */\n#define GL_FLOAT_VEC2                     0x8B50\n#define GL_FLOAT_VEC3                     0x8B51\n#define GL_FLOAT_VEC4                     0x8B52\n#define GL_INT_VEC2                       0x8B53\n#define GL_INT_VEC3                       0x8B54\n#define GL_INT_VEC4                       0x8B55\n#define GL_BOOL                           0x8B56\n#define GL_BOOL_VEC2                      0x8B57\n#define GL_BOOL_VEC3                      0x8B58\n#define GL_BOOL_VEC4                      0x8B59\n#define GL_FLOAT_MAT2                     0x8B5A\n#define GL_FLOAT_MAT3                     0x8B5B\n#define GL_FLOAT_MAT4                     0x8B5C\n#define GL_SAMPLER_2D                     0x8B5E\n#define GL_SAMPLER_CUBE                   0x8B60\n\n/* Vertex Arrays */\n#define GL_VERTEX_ATTRIB_ARRAY_ENABLED        0x8622\n#define GL_VERTEX_ATTRIB_ARRAY_SIZE           0x8623\n#define GL_VERTEX_ATTRIB_ARRAY_STRIDE         0x8624\n#define GL_VERTEX_ATTRIB_ARRAY_TYPE           0x8625\n#define GL_VERTEX_ATTRIB_ARRAY_NORMALIZED     0x886A\n#define GL_VERTEX_ATTRIB_ARRAY_POINTER        0x8645\n#define GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 0x889F\n\n/* Read Format */\n#define GL_IMPLEMENTATION_COLOR_READ_TYPE   0x8B9A\n#define GL_IMPLEMENTATION_COLOR_READ_FORMAT 0x8B9B\n\n/* Shader Source */\n#define GL_COMPILE_STATUS                 0x8B81\n#define GL_INFO_LOG_LENGTH                0x8B84\n#define GL_SHADER_SOURCE_LENGTH           0x8B88\n#define GL_SHADER_COMPILER                0x8DFA\n\n/* Shader Binary */\n#define GL_SHADER_BINARY_FORMATS          0x8DF8\n#define GL_NUM_SHADER_BINARY_FORMATS      0x8DF9\n\n/* Shader Precision-Specified Types */\n#define GL_LOW_FLOAT                      0x8DF0\n#define GL_MEDIUM_FLOAT                   0x8DF1\n#define GL_HIGH_FLOAT                     0x8DF2\n#define GL_LOW_INT                        0x8DF3\n#define GL_MEDIUM_INT                     0x8DF4\n#define GL_HIGH_INT                       0x8DF5\n\n/* Framebuffer Object. */\n#define GL_FRAMEBUFFER                    0x8D40\n#define GL_RENDERBUFFER                   0x8D41\n\n#define GL_RGBA4                          0x8056\n#define GL_RGB5_A1                        0x8057\n#define GL_RGB565                         0x8D62\n#define GL_DEPTH_COMPONENT16              0x81A5\n#define GL_STENCIL_INDEX8                 0x8D48\n\n#define GL_RENDERBUFFER_WIDTH             0x8D42\n#define GL_RENDERBUFFER_HEIGHT            0x8D43\n#define GL_RENDERBUFFER_INTERNAL_FORMAT   0x8D44\n#define GL_RENDERBUFFER_RED_SIZE          0x8D50\n#define GL_RENDERBUFFER_GREEN_SIZE        0x8D51\n#define GL_RENDERBUFFER_BLUE_SIZE         0x8D52\n#define GL_RENDERBUFFER_ALPHA_SIZE        0x8D53\n#define GL_RENDERBUFFER_DEPTH_SIZE        0x8D54\n#define GL_RENDERBUFFER_STENCIL_SIZE      0x8D55\n\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE           0x8CD0\n#define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME           0x8CD1\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL         0x8CD2\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE 0x8CD3\n\n#define GL_COLOR_ATTACHMENT0              0x8CE0\n#define GL_DEPTH_ATTACHMENT               0x8D00\n#define GL_STENCIL_ATTACHMENT             0x8D20\n\n#define GL_NONE                           0\n\n#define GL_FRAMEBUFFER_COMPLETE                      0x8CD5\n#define GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT         0x8CD6\n#define GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 0x8CD7\n#define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS         0x8CD9\n#define GL_FRAMEBUFFER_UNSUPPORTED                   0x8CDD\n\n#define GL_FRAMEBUFFER_BINDING            0x8CA6\n#define GL_RENDERBUFFER_BINDING           0x8CA7\n#define GL_MAX_RENDERBUFFER_SIZE          0x84E8\n\n#define GL_INVALID_FRAMEBUFFER_OPERATION  0x0506\n\n/*-------------------------------------------------------------------------\n * GL core functions.\n *-----------------------------------------------------------------------*/\n\nGL_APICALL void         GL_APIENTRY glActiveTexture (GLenum texture);\nGL_APICALL void         GL_APIENTRY glAttachShader (GLuint program, GLuint shader);\nGL_APICALL void         GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar* name);\nGL_APICALL void         GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);\nGL_APICALL void         GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);\nGL_APICALL void         GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);\nGL_APICALL void         GL_APIENTRY glBindTexture (GLenum target, GLuint texture);\nGL_APICALL void         GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\nGL_APICALL void         GL_APIENTRY glBlendEquation ( GLenum mode );\nGL_APICALL void         GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);\nGL_APICALL void         GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);\nGL_APICALL void         GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);\nGL_APICALL void         GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);\nGL_APICALL void         GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data);\nGL_APICALL GLenum       GL_APIENTRY glCheckFramebufferStatus (GLenum target);\nGL_APICALL void         GL_APIENTRY glClear (GLbitfield mask);\nGL_APICALL void         GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);\nGL_APICALL void         GL_APIENTRY glClearDepthf (GLclampf depth);\nGL_APICALL void         GL_APIENTRY glClearStencil (GLint s);\nGL_APICALL void         GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);\nGL_APICALL void         GL_APIENTRY glCompileShader (GLuint shader);\nGL_APICALL void         GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);\nGL_APICALL void         GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);\nGL_APICALL void         GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);\nGL_APICALL void         GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGL_APICALL GLuint       GL_APIENTRY glCreateProgram (void);\nGL_APICALL GLuint       GL_APIENTRY glCreateShader (GLenum type);\nGL_APICALL void         GL_APIENTRY glCullFace (GLenum mode);\nGL_APICALL void         GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint* buffers);\nGL_APICALL void         GL_APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint* framebuffers);\nGL_APICALL void         GL_APIENTRY glDeleteProgram (GLuint program);\nGL_APICALL void         GL_APIENTRY glDeleteRenderbuffers (GLsizei n, const GLuint* renderbuffers);\nGL_APICALL void         GL_APIENTRY glDeleteShader (GLuint shader);\nGL_APICALL void         GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures);\nGL_APICALL void         GL_APIENTRY glDepthFunc (GLenum func);\nGL_APICALL void         GL_APIENTRY glDepthMask (GLboolean flag);\nGL_APICALL void         GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);\nGL_APICALL void         GL_APIENTRY glDetachShader (GLuint program, GLuint shader);\nGL_APICALL void         GL_APIENTRY glDisable (GLenum cap);\nGL_APICALL void         GL_APIENTRY glDisableVertexAttribArray (GLuint index);\nGL_APICALL void         GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);\nGL_APICALL void         GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);\nGL_APICALL void         GL_APIENTRY glEnable (GLenum cap);\nGL_APICALL void         GL_APIENTRY glEnableVertexAttribArray (GLuint index);\nGL_APICALL void         GL_APIENTRY glFinish (void);\nGL_APICALL void         GL_APIENTRY glFlush (void);\nGL_APICALL void         GL_APIENTRY glFramebufferRenderbuffer (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);\nGL_APICALL void         GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);\nGL_APICALL void         GL_APIENTRY glFrontFace (GLenum mode);\nGL_APICALL void         GL_APIENTRY glGenBuffers (GLsizei n, GLuint* buffers);\nGL_APICALL void         GL_APIENTRY glGenerateMipmap (GLenum target);\nGL_APICALL void         GL_APIENTRY glGenFramebuffers (GLsizei n, GLuint* framebuffers);\nGL_APICALL void         GL_APIENTRY glGenRenderbuffers (GLsizei n, GLuint* renderbuffers);\nGL_APICALL void         GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);\nGL_APICALL void         GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);\nGL_APICALL void         GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);\nGL_APICALL void         GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);\nGL_APICALL int          GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name);\nGL_APICALL void         GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params);\nGL_APICALL void         GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint* params);\nGL_APICALL GLenum       GL_APIENTRY glGetError (void);\nGL_APICALL void         GL_APIENTRY glGetFloatv (GLenum pname, GLfloat* params);\nGL_APICALL void         GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetIntegerv (GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);\nGL_APICALL void         GL_APIENTRY glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetShaderiv (GLuint shader, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog);\nGL_APICALL void         GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);\nGL_APICALL void         GL_APIENTRY glGetShaderSource (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);\nGL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);\nGL_APICALL void         GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat* params);\nGL_APICALL void         GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat* params);\nGL_APICALL void         GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint* params);\nGL_APICALL int          GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name);\nGL_APICALL void         GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat* params);\nGL_APICALL void         GL_APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint* params);\nGL_APICALL void         GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer);\nGL_APICALL void         GL_APIENTRY glHint (GLenum target, GLenum mode);\nGL_APICALL GLboolean    GL_APIENTRY glIsBuffer (GLuint buffer);\nGL_APICALL GLboolean    GL_APIENTRY glIsEnabled (GLenum cap);\nGL_APICALL GLboolean    GL_APIENTRY glIsFramebuffer (GLuint framebuffer);\nGL_APICALL GLboolean    GL_APIENTRY glIsProgram (GLuint program);\nGL_APICALL GLboolean    GL_APIENTRY glIsRenderbuffer (GLuint renderbuffer);\nGL_APICALL GLboolean    GL_APIENTRY glIsShader (GLuint shader);\nGL_APICALL GLboolean    GL_APIENTRY glIsTexture (GLuint texture);\nGL_APICALL void         GL_APIENTRY glLineWidth (GLfloat width);\nGL_APICALL void         GL_APIENTRY glLinkProgram (GLuint program);\nGL_APICALL void         GL_APIENTRY glPixelStorei (GLenum pname, GLint param);\nGL_APICALL void         GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);\nGL_APICALL void         GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);\nGL_APICALL void         GL_APIENTRY glReleaseShaderCompiler (void);\nGL_APICALL void         GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);\nGL_APICALL void         GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);\nGL_APICALL void         GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);\nGL_APICALL void         GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);\nGL_APICALL void         GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length);\nGL_APICALL void         GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);\nGL_APICALL void         GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);\nGL_APICALL void         GL_APIENTRY glStencilMask (GLuint mask);\nGL_APICALL void         GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);\nGL_APICALL void         GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);\nGL_APICALL void         GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);\nGL_APICALL void         GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);\nGL_APICALL void         GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);\nGL_APICALL void         GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat* params);\nGL_APICALL void         GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);\nGL_APICALL void         GL_APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint* params);\nGL_APICALL void         GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);\nGL_APICALL void         GL_APIENTRY glUniform1f (GLint location, GLfloat x);\nGL_APICALL void         GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);\nGL_APICALL void         GL_APIENTRY glUniform1i (GLint location, GLint x);\nGL_APICALL void         GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v);\nGL_APICALL void         GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);\nGL_APICALL void         GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);\nGL_APICALL void         GL_APIENTRY glUniform2i (GLint location, GLint x, GLint y);\nGL_APICALL void         GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint* v);\nGL_APICALL void         GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);\nGL_APICALL void         GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);\nGL_APICALL void         GL_APIENTRY glUniform3i (GLint location, GLint x, GLint y, GLint z);\nGL_APICALL void         GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint* v);\nGL_APICALL void         GL_APIENTRY glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGL_APICALL void         GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);\nGL_APICALL void         GL_APIENTRY glUniform4i (GLint location, GLint x, GLint y, GLint z, GLint w);\nGL_APICALL void         GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint* v);\nGL_APICALL void         GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);\nGL_APICALL void         GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);\nGL_APICALL void         GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);\nGL_APICALL void         GL_APIENTRY glUseProgram (GLuint program);\nGL_APICALL void         GL_APIENTRY glValidateProgram (GLuint program);\nGL_APICALL void         GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);\nGL_APICALL void         GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);\nGL_APICALL void         GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);\nGL_APICALL void         GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);\nGL_APICALL void         GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);\nGL_APICALL void         GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);\nGL_APICALL void         GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGL_APICALL void         GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);\nGL_APICALL void         GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);\nGL_APICALL void         GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* __gl2_h_ */\n\n\n#ifndef __gl2ext_h_\n#define __gl2ext_h_\n\n/* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/*\n * This document is licensed under the SGI Free Software B License Version\n * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .\n */\n\n#ifndef GL_APIENTRYP\n#   define GL_APIENTRYP GL_APIENTRY*\n#endif\n\n/*------------------------------------------------------------------------*\n * OES extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_OES_compressed_ETC1_RGB8_texture */\n#ifndef GL_OES_compressed_ETC1_RGB8_texture\n#define GL_ETC1_RGB8_OES                                        0x8D64\n#endif\n\n/* GL_OES_compressed_paletted_texture */\n#ifndef GL_OES_compressed_paletted_texture\n#define GL_PALETTE4_RGB8_OES                                    0x8B90\n#define GL_PALETTE4_RGBA8_OES                                   0x8B91\n#define GL_PALETTE4_R5_G6_B5_OES                                0x8B92\n#define GL_PALETTE4_RGBA4_OES                                   0x8B93\n#define GL_PALETTE4_RGB5_A1_OES                                 0x8B94\n#define GL_PALETTE8_RGB8_OES                                    0x8B95\n#define GL_PALETTE8_RGBA8_OES                                   0x8B96\n#define GL_PALETTE8_R5_G6_B5_OES                                0x8B97\n#define GL_PALETTE8_RGBA4_OES                                   0x8B98\n#define GL_PALETTE8_RGB5_A1_OES                                 0x8B99\n#endif\n\n/* GL_OES_depth24 */\n#ifndef GL_OES_depth24\n#define GL_DEPTH_COMPONENT24_OES                                0x81A6\n#endif\n\n/* GL_OES_depth32 */\n#ifndef GL_OES_depth32\n#define GL_DEPTH_COMPONENT32_OES                                0x81A7\n#endif\n\n/* GL_OES_depth_texture */\n/* No new tokens introduced by this extension. */\n\n/* GL_OES_EGL_image */\n#ifndef GL_OES_EGL_image\ntypedef void* GLeglImageOES;\n#endif\n\n/* GL_OES_EGL_image_external */\n#ifndef GL_OES_EGL_image_external\n/* GLeglImageOES defined in GL_OES_EGL_image already. */\n#define GL_TEXTURE_EXTERNAL_OES                                 0x8D65\n#define GL_SAMPLER_EXTERNAL_OES                                 0x8D66\n#define GL_TEXTURE_BINDING_EXTERNAL_OES                         0x8D67\n#define GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES                     0x8D68\n#endif\n\n/* GL_OES_element_index_uint */\n#ifndef GL_OES_element_index_uint\n#define GL_UNSIGNED_INT                                         0x1405\n#endif\n\n/* GL_OES_get_program_binary */\n#ifndef GL_OES_get_program_binary\n#define GL_PROGRAM_BINARY_LENGTH_OES                            0x8741\n#define GL_NUM_PROGRAM_BINARY_FORMATS_OES                       0x87FE\n#define GL_PROGRAM_BINARY_FORMATS_OES                           0x87FF\n#endif\n\n/* GL_OES_mapbuffer */\n#ifndef GL_OES_mapbuffer\n#define GL_WRITE_ONLY_OES                                       0x88B9\n#define GL_BUFFER_ACCESS_OES                                    0x88BB\n#define GL_BUFFER_MAPPED_OES                                    0x88BC\n#define GL_BUFFER_MAP_POINTER_OES                               0x88BD\n#endif\n\n/* GL_OES_packed_depth_stencil */\n#ifndef GL_OES_packed_depth_stencil\n#define GL_DEPTH_STENCIL_OES                                    0x84F9\n#define GL_UNSIGNED_INT_24_8_OES                                0x84FA\n#define GL_DEPTH24_STENCIL8_OES                                 0x88F0\n#endif\n\n/* GL_OES_required_internalformat */\n#ifndef GL_OES_required_internalformat \n#define GL_ALPHA8_OES                                           0x803C\n#define GL_DEPTH_COMPONENT16_OES                                0x81A5\n/* reuse GL_DEPTH_COMPONENT24_OES */                            \n/* reuse GL_DEPTH24_STENCIL8_OES */                             \n/* reuse GL_DEPTH_COMPONENT32_OES */                            \n#define GL_LUMINANCE4_ALPHA4_OES                                0x8043\n#define GL_LUMINANCE8_ALPHA8_OES                                0x8045\n#define GL_LUMINANCE8_OES                                       0x8040\n#define GL_RGBA4_OES                                            0x8056\n#define GL_RGB5_A1_OES                                          0x8057\n#define GL_RGB565_OES                                           0x8D62\n/* reuse GL_RGB8_OES */                              \n/* reuse GL_RGBA8_OES */  \n/* reuse GL_RGB10_EXT */\n/* reuse GL_RGB10_A2_EXT */\n#endif \n\n/* GL_OES_rgb8_rgba8 */\n#ifndef GL_OES_rgb8_rgba8\n#define GL_RGB8_OES                                             0x8051\n#define GL_RGBA8_OES                                            0x8058\n#endif\n\n/* GL_OES_standard_derivatives */\n#ifndef GL_OES_standard_derivatives\n#define GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES                  0x8B8B\n#endif\n\n/* GL_OES_stencil1 */\n#ifndef GL_OES_stencil1\n#define GL_STENCIL_INDEX1_OES                                   0x8D46\n#endif\n\n/* GL_OES_stencil4 */\n#ifndef GL_OES_stencil4\n#define GL_STENCIL_INDEX4_OES                                   0x8D47\n#endif\n\n#ifndef GL_OES_surfaceless_context\n#define GL_FRAMEBUFFER_UNDEFINED_OES                            0x8219\n#endif\n\n/* GL_OES_texture_3D */\n#ifndef GL_OES_texture_3D\n#define GL_TEXTURE_WRAP_R_OES                                   0x8072\n#define GL_TEXTURE_3D_OES                                       0x806F\n#define GL_TEXTURE_BINDING_3D_OES                               0x806A\n#define GL_MAX_3D_TEXTURE_SIZE_OES                              0x8073\n#define GL_SAMPLER_3D_OES                                       0x8B5F\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES        0x8CD4\n#endif\n\n/* GL_OES_texture_float */\n/* No new tokens introduced by this extension. */\n\n/* GL_OES_texture_float_linear */\n/* No new tokens introduced by this extension. */\n\n/* GL_OES_texture_half_float */\n#ifndef GL_OES_texture_half_float\n#define GL_HALF_FLOAT_OES                                       0x8D61\n#endif\n\n/* GL_OES_texture_half_float_linear */\n/* No new tokens introduced by this extension. */\n\n/* GL_OES_texture_npot */\n/* No new tokens introduced by this extension. */\n\n/* GL_OES_vertex_array_object */\n#ifndef GL_OES_vertex_array_object\n#define GL_VERTEX_ARRAY_BINDING_OES                             0x85B5\n#endif\n\n/* GL_OES_vertex_half_float */\n/* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */\n\n/* GL_OES_vertex_type_10_10_10_2 */\n#ifndef GL_OES_vertex_type_10_10_10_2\n#define GL_UNSIGNED_INT_10_10_10_2_OES                          0x8DF6\n#define GL_INT_10_10_10_2_OES                                   0x8DF7\n#endif\n\n/*------------------------------------------------------------------------*\n * KHR extension tokens\n *------------------------------------------------------------------------*/\n\n#ifndef GL_KHR_debug\ntypedef void (GL_APIENTRYP GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);\n#define GL_DEBUG_OUTPUT_SYNCHRONOUS                             0x8242\n#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH                     0x8243\n#define GL_DEBUG_CALLBACK_FUNCTION                              0x8244\n#define GL_DEBUG_CALLBACK_USER_PARAM                            0x8245\n#define GL_DEBUG_SOURCE_API                                     0x8246\n#define GL_DEBUG_SOURCE_WINDOW_SYSTEM                           0x8247\n#define GL_DEBUG_SOURCE_SHADER_COMPILER                         0x8248\n#define GL_DEBUG_SOURCE_THIRD_PARTY                             0x8249\n#define GL_DEBUG_SOURCE_APPLICATION                             0x824A\n#define GL_DEBUG_SOURCE_OTHER                                   0x824B\n#define GL_DEBUG_TYPE_ERROR                                     0x824C\n#define GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR                       0x824D\n#define GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR                        0x824E\n#define GL_DEBUG_TYPE_PORTABILITY                               0x824F\n#define GL_DEBUG_TYPE_PERFORMANCE                               0x8250\n#define GL_DEBUG_TYPE_OTHER                                     0x8251\n#define GL_DEBUG_TYPE_MARKER                                    0x8268\n#define GL_DEBUG_TYPE_PUSH_GROUP                                0x8269\n#define GL_DEBUG_TYPE_POP_GROUP                                 0x826A\n#define GL_DEBUG_SEVERITY_NOTIFICATION                          0x826B\n#define GL_MAX_DEBUG_GROUP_STACK_DEPTH                          0x826C\n#define GL_DEBUG_GROUP_STACK_DEPTH                              0x826D\n#define GL_BUFFER                                               0x82E0\n#define GL_SHADER                                               0x82E1\n#define GL_PROGRAM                                              0x82E2\n#define GL_QUERY                                                0x82E3\n/* PROGRAM_PIPELINE only in GL */                               \n#define GL_SAMPLER                                              0x82E6\n/* DISPLAY_LIST only in GL */                                   \n#define GL_MAX_LABEL_LENGTH                                     0x82E8\n#define GL_MAX_DEBUG_MESSAGE_LENGTH                             0x9143\n#define GL_MAX_DEBUG_LOGGED_MESSAGES                            0x9144\n#define GL_DEBUG_LOGGED_MESSAGES                                0x9145\n#define GL_DEBUG_SEVERITY_HIGH                                  0x9146\n#define GL_DEBUG_SEVERITY_MEDIUM                                0x9147\n#define GL_DEBUG_SEVERITY_LOW                                   0x9148\n#define GL_DEBUG_OUTPUT                                         0x92E0\n#define GL_CONTEXT_FLAG_DEBUG_BIT                               0x00000002\n#define GL_STACK_OVERFLOW                                       0x0503\n#define GL_STACK_UNDERFLOW                                      0x0504\n#endif\n\n#ifndef GL_KHR_texture_compression_astc_ldr\n#define GL_COMPRESSED_RGBA_ASTC_4x4_KHR                         0x93B0\n#define GL_COMPRESSED_RGBA_ASTC_5x4_KHR                         0x93B1\n#define GL_COMPRESSED_RGBA_ASTC_5x5_KHR                         0x93B2\n#define GL_COMPRESSED_RGBA_ASTC_6x5_KHR                         0x93B3\n#define GL_COMPRESSED_RGBA_ASTC_6x6_KHR                         0x93B4\n#define GL_COMPRESSED_RGBA_ASTC_8x5_KHR                         0x93B5\n#define GL_COMPRESSED_RGBA_ASTC_8x6_KHR                         0x93B6\n#define GL_COMPRESSED_RGBA_ASTC_8x8_KHR                         0x93B7\n#define GL_COMPRESSED_RGBA_ASTC_10x5_KHR                        0x93B8\n#define GL_COMPRESSED_RGBA_ASTC_10x6_KHR                        0x93B9\n#define GL_COMPRESSED_RGBA_ASTC_10x8_KHR                        0x93BA\n#define GL_COMPRESSED_RGBA_ASTC_10x10_KHR                       0x93BB\n#define GL_COMPRESSED_RGBA_ASTC_12x10_KHR                       0x93BC\n#define GL_COMPRESSED_RGBA_ASTC_12x12_KHR                       0x93BD\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR                 0x93D0\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR                 0x93D1\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR                 0x93D2\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR                 0x93D3\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR                 0x93D4\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR                 0x93D5\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR                 0x93D6\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR                 0x93D7\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR                0x93D8\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR                0x93D9\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR                0x93DA\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR               0x93DB\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR               0x93DC\n#define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR               0x93DD\n#endif\n\n/*------------------------------------------------------------------------*\n * AMD extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_AMD_compressed_3DC_texture */\n#ifndef GL_AMD_compressed_3DC_texture\n#define GL_3DC_X_AMD                                            0x87F9\n#define GL_3DC_XY_AMD                                           0x87FA\n#endif\n\n/* GL_AMD_compressed_ATC_texture */\n#ifndef GL_AMD_compressed_ATC_texture\n#define GL_ATC_RGB_AMD                                          0x8C92\n#define GL_ATC_RGBA_EXPLICIT_ALPHA_AMD                          0x8C93\n#define GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD                      0x87EE\n#endif\n\n/* GL_AMD_performance_monitor */\n#ifndef GL_AMD_performance_monitor\n#define GL_COUNTER_TYPE_AMD                                     0x8BC0\n#define GL_COUNTER_RANGE_AMD                                    0x8BC1\n#define GL_UNSIGNED_INT64_AMD                                   0x8BC2\n#define GL_PERCENTAGE_AMD                                       0x8BC3\n#define GL_PERFMON_RESULT_AVAILABLE_AMD                         0x8BC4\n#define GL_PERFMON_RESULT_SIZE_AMD                              0x8BC5\n#define GL_PERFMON_RESULT_AMD                                   0x8BC6\n#endif\n\n/* GL_AMD_program_binary_Z400 */\n#ifndef GL_AMD_program_binary_Z400\n#define GL_Z400_BINARY_AMD                                      0x8740\n#endif\n\n/*------------------------------------------------------------------------*\n * ANGLE extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_ANGLE_framebuffer_blit */\n#ifndef GL_ANGLE_framebuffer_blit\n#define GL_READ_FRAMEBUFFER_ANGLE                               0x8CA8\n#define GL_DRAW_FRAMEBUFFER_ANGLE                               0x8CA9\n#define GL_DRAW_FRAMEBUFFER_BINDING_ANGLE                       0x8CA6\n#define GL_READ_FRAMEBUFFER_BINDING_ANGLE                       0x8CAA\n#endif\n\n/* GL_ANGLE_framebuffer_multisample */\n#ifndef GL_ANGLE_framebuffer_multisample\n#define GL_RENDERBUFFER_SAMPLES_ANGLE                           0x8CAB\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE             0x8D56\n#define GL_MAX_SAMPLES_ANGLE                                    0x8D57\n#endif\n\n/* GL_ANGLE_instanced_arrays */\n#ifndef GL_ANGLE_instanced_arrays \n#define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE                    0x88FE\n#endif\n\n/* GL_ANGLE_pack_reverse_row_order */\n#ifndef GL_ANGLE_pack_reverse_row_order \n#define GL_PACK_REVERSE_ROW_ORDER_ANGLE                         0x93A4\n#endif\n\n/* GL_ANGLE_texture_compression_dxt3 */\n#ifndef GL_ANGLE_texture_compression_dxt3 \n#define GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE                      0x83F2\n#endif\n\n/* GL_ANGLE_texture_compression_dxt5 */\n#ifndef GL_ANGLE_texture_compression_dxt5 \n#define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE                      0x83F3\n#endif\n\n/* GL_ANGLE_texture_usage */\n#ifndef GL_ANGLE_texture_usage \n#define GL_TEXTURE_USAGE_ANGLE                                  0x93A2\n#define GL_FRAMEBUFFER_ATTACHMENT_ANGLE                         0x93A3\n#endif\n\n/* GL_ANGLE_translated_shader_source */\n#ifndef GL_ANGLE_translated_shader_source \n#define GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE                0x93A0\n#endif\n\n/*------------------------------------------------------------------------*\n * APPLE extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_APPLE_copy_texture_levels */\n/* No new tokens introduced by this extension. */\n    \n/* GL_APPLE_framebuffer_multisample */\n#ifndef GL_APPLE_framebuffer_multisample\n#define GL_RENDERBUFFER_SAMPLES_APPLE                           0x8CAB\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE             0x8D56\n#define GL_MAX_SAMPLES_APPLE                                    0x8D57\n#define GL_READ_FRAMEBUFFER_APPLE                               0x8CA8\n#define GL_DRAW_FRAMEBUFFER_APPLE                               0x8CA9\n#define GL_DRAW_FRAMEBUFFER_BINDING_APPLE                       0x8CA6\n#define GL_READ_FRAMEBUFFER_BINDING_APPLE                       0x8CAA\n#endif\n\n/* GL_APPLE_rgb_422 */\n#ifndef GL_APPLE_rgb_422\n#define GL_RGB_422_APPLE                                        0x8A1F\n#define GL_UNSIGNED_SHORT_8_8_APPLE                             0x85BA\n#define GL_UNSIGNED_SHORT_8_8_REV_APPLE                         0x85BB\n#endif\n\n/* GL_APPLE_sync */\n#ifndef GL_APPLE_sync\n\n#ifndef __gl3_h_\n/* These types are defined with reference to <inttypes.h>\n * in the Apple extension spec, but here we use the Khronos\n * portable types in khrplatform.h, and assume those types \n * are always defined.\n * If any other extensions using these types are defined, \n * the typedefs must move out of this block and be shared.\n */\ntypedef khronos_int64_t GLint64;\ntypedef khronos_uint64_t GLuint64;\ntypedef struct __GLsync *GLsync;\n#endif\n\n#define GL_SYNC_OBJECT_APPLE                                    0x8A53\n#define GL_MAX_SERVER_WAIT_TIMEOUT_APPLE                        0x9111\n#define GL_OBJECT_TYPE_APPLE                                    0x9112\n#define GL_SYNC_CONDITION_APPLE                                 0x9113\n#define GL_SYNC_STATUS_APPLE                                    0x9114\n#define GL_SYNC_FLAGS_APPLE                                     0x9115\n#define GL_SYNC_FENCE_APPLE                                     0x9116\n#define GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE                     0x9117\n#define GL_UNSIGNALED_APPLE                                     0x9118\n#define GL_SIGNALED_APPLE                                       0x9119\n#define GL_ALREADY_SIGNALED_APPLE                               0x911A\n#define GL_TIMEOUT_EXPIRED_APPLE                                0x911B\n#define GL_CONDITION_SATISFIED_APPLE                            0x911C\n#define GL_WAIT_FAILED_APPLE                                    0x911D\n#define GL_SYNC_FLUSH_COMMANDS_BIT_APPLE                        0x00000001\n#define GL_TIMEOUT_IGNORED_APPLE                                0xFFFFFFFFFFFFFFFFull\n#endif\n\n/* GL_APPLE_texture_format_BGRA8888 */\n#ifndef GL_APPLE_texture_format_BGRA8888\n#define GL_BGRA_EXT                                             0x80E1\n#endif\n\n/* GL_APPLE_texture_max_level */\n#ifndef GL_APPLE_texture_max_level\n#define GL_TEXTURE_MAX_LEVEL_APPLE                              0x813D\n#endif\n\n/*------------------------------------------------------------------------*\n * ARM extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_ARM_mali_program_binary */\n#ifndef GL_ARM_mali_program_binary\n#define GL_MALI_PROGRAM_BINARY_ARM                              0x8F61\n#endif\n\n/* GL_ARM_mali_shader_binary */\n#ifndef GL_ARM_mali_shader_binary\n#define GL_MALI_SHADER_BINARY_ARM                               0x8F60\n#endif\n\n/* GL_ARM_rgba8 */\n/* No new tokens introduced by this extension. */\n\n/*------------------------------------------------------------------------*\n * EXT extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_EXT_blend_minmax */\n#ifndef GL_EXT_blend_minmax\n#define GL_MIN_EXT                                              0x8007\n#define GL_MAX_EXT                                              0x8008\n#endif\n\n/* GL_EXT_color_buffer_half_float */\n#ifndef GL_EXT_color_buffer_half_float\n#define GL_RGBA16F_EXT                                          0x881A\n#define GL_RGB16F_EXT                                           0x881B\n#define GL_RG16F_EXT                                            0x822F\n#define GL_R16F_EXT                                             0x822D\n#define GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT            0x8211\n#define GL_UNSIGNED_NORMALIZED_EXT                              0x8C17\n#endif\n\n/* GL_EXT_debug_label */\n#ifndef GL_EXT_debug_label\n#define GL_PROGRAM_PIPELINE_OBJECT_EXT                          0x8A4F\n#define GL_PROGRAM_OBJECT_EXT                                   0x8B40\n#define GL_SHADER_OBJECT_EXT                                    0x8B48\n#define GL_BUFFER_OBJECT_EXT                                    0x9151\n#define GL_QUERY_OBJECT_EXT                                     0x9153\n#define GL_VERTEX_ARRAY_OBJECT_EXT                              0x9154\n#endif\n\n/* GL_EXT_debug_marker */\n/* No new tokens introduced by this extension. */\n\n/* GL_EXT_discard_framebuffer */\n#ifndef GL_EXT_discard_framebuffer\n#define GL_COLOR_EXT                                            0x1800\n#define GL_DEPTH_EXT                                            0x1801\n#define GL_STENCIL_EXT                                          0x1802\n#endif\n\n/* GL_EXT_map_buffer_range */\n#ifndef GL_EXT_map_buffer_range\n#define GL_MAP_READ_BIT_EXT                                     0x0001\n#define GL_MAP_WRITE_BIT_EXT                                    0x0002\n#define GL_MAP_INVALIDATE_RANGE_BIT_EXT                         0x0004\n#define GL_MAP_INVALIDATE_BUFFER_BIT_EXT                        0x0008\n#define GL_MAP_FLUSH_EXPLICIT_BIT_EXT                           0x0010\n#define GL_MAP_UNSYNCHRONIZED_BIT_EXT                           0x0020\n#endif\n\n/* GL_EXT_multisampled_render_to_texture */\n#ifndef GL_EXT_multisampled_render_to_texture\n#define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT           0x8D6C\n/* reuse values from GL_EXT_framebuffer_multisample (desktop extension) */ \n#define GL_RENDERBUFFER_SAMPLES_EXT                             0x8CAB\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT               0x8D56\n#define GL_MAX_SAMPLES_EXT                                      0x8D57\n#endif\n\n/* GL_EXT_multiview_draw_buffers */\n#ifndef GL_EXT_multiview_draw_buffers\n#define GL_COLOR_ATTACHMENT_EXT                                 0x90F0\n#define GL_MULTIVIEW_EXT                                        0x90F1\n#define GL_DRAW_BUFFER_EXT                                      0x0C01\n#define GL_READ_BUFFER_EXT                                      0x0C02\n#define GL_MAX_MULTIVIEW_BUFFERS_EXT                            0x90F2\n#endif\n\n/* GL_EXT_multi_draw_arrays */\n/* No new tokens introduced by this extension. */\n\n/* GL_EXT_occlusion_query_boolean */\n#ifndef GL_EXT_occlusion_query_boolean\n#define GL_ANY_SAMPLES_PASSED_EXT                               0x8C2F\n#define GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT                  0x8D6A\n#define GL_CURRENT_QUERY_EXT                                    0x8865\n#define GL_QUERY_RESULT_EXT                                     0x8866\n#define GL_QUERY_RESULT_AVAILABLE_EXT                           0x8867\n#endif\n\n/* GL_EXT_read_format_bgra */\n#ifndef GL_EXT_read_format_bgra\n#define GL_BGRA_EXT                                             0x80E1\n#define GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT                       0x8365\n#define GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT                       0x8366\n#endif\n\n/* GL_EXT_robustness */\n#ifndef GL_EXT_robustness\n/* reuse GL_NO_ERROR */\n#define GL_GUILTY_CONTEXT_RESET_EXT                             0x8253\n#define GL_INNOCENT_CONTEXT_RESET_EXT                           0x8254\n#define GL_UNKNOWN_CONTEXT_RESET_EXT                            0x8255\n#define GL_CONTEXT_ROBUST_ACCESS_EXT                            0x90F3\n#define GL_RESET_NOTIFICATION_STRATEGY_EXT                      0x8256\n#define GL_LOSE_CONTEXT_ON_RESET_EXT                            0x8252\n#define GL_NO_RESET_NOTIFICATION_EXT                            0x8261\n#endif\n\n/* GL_EXT_separate_shader_objects */\n#ifndef GL_EXT_separate_shader_objects\n#define GL_VERTEX_SHADER_BIT_EXT                                0x00000001\n#define GL_FRAGMENT_SHADER_BIT_EXT                              0x00000002\n#define GL_ALL_SHADER_BITS_EXT                                  0xFFFFFFFF\n#define GL_PROGRAM_SEPARABLE_EXT                                0x8258\n#define GL_ACTIVE_PROGRAM_EXT                                   0x8259\n#define GL_PROGRAM_PIPELINE_BINDING_EXT                         0x825A\n#endif\n\n/* GL_EXT_shader_framebuffer_fetch */\n#ifndef GL_EXT_shader_framebuffer_fetch\n#define GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT                 0x8A52\n#endif\n\n/* GL_EXT_shader_texture_lod */\n/* No new tokens introduced by this extension. */\n\n/* GL_EXT_shadow_samplers */\n#ifndef GL_EXT_shadow_samplers\n#define GL_TEXTURE_COMPARE_MODE_EXT                             0x884C\n#define GL_TEXTURE_COMPARE_FUNC_EXT                             0x884D\n#define GL_COMPARE_REF_TO_TEXTURE_EXT                           0x884E\n#define GL_SAMPLER_2D_SHADOW_EXT                                0x8B62\n#endif\n\n/* GL_EXT_sRGB */\n#ifndef GL_EXT_sRGB\n#define GL_SRGB_EXT                                             0x8C40\n#define GL_SRGB_ALPHA_EXT                                       0x8C42\n#define GL_SRGB8_ALPHA8_EXT                                     0x8C43\n#define GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT            0x8210\n#endif\n\n/* GL_EXT_texture_compression_dxt1 */\n#ifndef GL_EXT_texture_compression_dxt1\n#define GL_COMPRESSED_RGB_S3TC_DXT1_EXT                         0x83F0\n#define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT                        0x83F1\n#endif\n\n/* GL_EXT_texture_filter_anisotropic */\n#ifndef GL_EXT_texture_filter_anisotropic\n#define GL_TEXTURE_MAX_ANISOTROPY_EXT                           0x84FE\n#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT                       0x84FF\n#endif\n\n/* GL_EXT_texture_format_BGRA8888 */\n#ifndef GL_EXT_texture_format_BGRA8888\n#define GL_BGRA_EXT                                             0x80E1\n#endif\n\n/* GL_EXT_texture_rg */\n#ifndef GL_EXT_texture_rg\n#define GL_RED_EXT                                              0x1903\n#define GL_RG_EXT                                               0x8227\n#define GL_R8_EXT                                               0x8229\n#define GL_RG8_EXT                                              0x822B\n#endif\n\n/* GL_EXT_texture_storage */\n#ifndef GL_EXT_texture_storage\n#define GL_TEXTURE_IMMUTABLE_FORMAT_EXT                         0x912F\n#define GL_ALPHA8_EXT                                           0x803C  \n#define GL_LUMINANCE8_EXT                                       0x8040\n#define GL_LUMINANCE8_ALPHA8_EXT                                0x8045\n#define GL_RGBA32F_EXT                                          0x8814  \n#define GL_RGB32F_EXT                                           0x8815\n#define GL_ALPHA32F_EXT                                         0x8816\n#define GL_LUMINANCE32F_EXT                                     0x8818\n#define GL_LUMINANCE_ALPHA32F_EXT                               0x8819\n/* reuse GL_RGBA16F_EXT */\n/* reuse GL_RGB16F_EXT */\n#define GL_ALPHA16F_EXT                                         0x881C\n#define GL_LUMINANCE16F_EXT                                     0x881E\n#define GL_LUMINANCE_ALPHA16F_EXT                               0x881F\n#define GL_RGB10_A2_EXT                                         0x8059  \n#define GL_RGB10_EXT                                            0x8052\n#define GL_BGRA8_EXT                                            0x93A1\n#define GL_R8_EXT                                               0x8229\n#define GL_RG8_EXT                                              0x822B\n#define GL_R32F_EXT                                             0x822E  \n#define GL_RG32F_EXT                                            0x8230\n#define GL_R16F_EXT                                             0x822D\n#define GL_RG16F_EXT                                            0x822F\n#endif\n\n/* GL_EXT_texture_type_2_10_10_10_REV */\n#ifndef GL_EXT_texture_type_2_10_10_10_REV\n#define GL_UNSIGNED_INT_2_10_10_10_REV_EXT                      0x8368\n#endif\n\n/* GL_EXT_unpack_subimage */\n#ifndef GL_EXT_unpack_subimage\n#define GL_UNPACK_ROW_LENGTH                                    0x0CF2\n#define GL_UNPACK_SKIP_ROWS                                     0x0CF3\n#define GL_UNPACK_SKIP_PIXELS                                   0x0CF4\n#endif\n\n/*------------------------------------------------------------------------*\n * DMP extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_DMP_shader_binary */\n#ifndef GL_DMP_shader_binary\n#define GL_SHADER_BINARY_DMP                                    0x9250\n#endif\n\n/*------------------------------------------------------------------------*\n * FJ extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_FJ_shader_binary_GCCSO */\n#ifndef GL_FJ_shader_binary_GCCSO\n#define GCCSO_SHADER_BINARY_FJ                                  0x9260\n#endif\n\n/*------------------------------------------------------------------------*\n * IMG extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_IMG_program_binary */\n#ifndef GL_IMG_program_binary\n#define GL_SGX_PROGRAM_BINARY_IMG                               0x9130\n#endif\n\n/* GL_IMG_read_format */\n#ifndef GL_IMG_read_format\n#define GL_BGRA_IMG                                             0x80E1\n#define GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG                       0x8365\n#endif\n\n/* GL_IMG_shader_binary */\n#ifndef GL_IMG_shader_binary\n#define GL_SGX_BINARY_IMG                                       0x8C0A\n#endif\n\n/* GL_IMG_texture_compression_pvrtc */\n#ifndef GL_IMG_texture_compression_pvrtc\n#define GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG                      0x8C00\n#define GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG                      0x8C01\n#define GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG                     0x8C02\n#define GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG                     0x8C03\n#endif\n\n/* GL_IMG_multisampled_render_to_texture */\n#ifndef GL_IMG_multisampled_render_to_texture\n#define GL_RENDERBUFFER_SAMPLES_IMG                             0x9133\n#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG               0x9134\n#define GL_MAX_SAMPLES_IMG                                      0x9135\n#define GL_TEXTURE_SAMPLES_IMG                                  0x9136\n#endif\n\n/*------------------------------------------------------------------------*\n * NV extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_NV_coverage_sample */\n#ifndef GL_NV_coverage_sample\n#define GL_COVERAGE_COMPONENT_NV                                0x8ED0\n#define GL_COVERAGE_COMPONENT4_NV                               0x8ED1\n#define GL_COVERAGE_ATTACHMENT_NV                               0x8ED2\n#define GL_COVERAGE_BUFFERS_NV                                  0x8ED3\n#define GL_COVERAGE_SAMPLES_NV                                  0x8ED4\n#define GL_COVERAGE_ALL_FRAGMENTS_NV                            0x8ED5\n#define GL_COVERAGE_EDGE_FRAGMENTS_NV                           0x8ED6\n#define GL_COVERAGE_AUTOMATIC_NV                                0x8ED7\n#define GL_COVERAGE_BUFFER_BIT_NV                               0x8000\n#endif\n\n/* GL_NV_depth_nonlinear */\n#ifndef GL_NV_depth_nonlinear\n#define GL_DEPTH_COMPONENT16_NONLINEAR_NV                       0x8E2C\n#endif\n\n/* GL_NV_draw_buffers */\n#ifndef GL_NV_draw_buffers\n#define GL_MAX_DRAW_BUFFERS_NV                                  0x8824\n#define GL_DRAW_BUFFER0_NV                                      0x8825\n#define GL_DRAW_BUFFER1_NV                                      0x8826\n#define GL_DRAW_BUFFER2_NV                                      0x8827\n#define GL_DRAW_BUFFER3_NV                                      0x8828\n#define GL_DRAW_BUFFER4_NV                                      0x8829\n#define GL_DRAW_BUFFER5_NV                                      0x882A\n#define GL_DRAW_BUFFER6_NV                                      0x882B\n#define GL_DRAW_BUFFER7_NV                                      0x882C\n#define GL_DRAW_BUFFER8_NV                                      0x882D\n#define GL_DRAW_BUFFER9_NV                                      0x882E\n#define GL_DRAW_BUFFER10_NV                                     0x882F\n#define GL_DRAW_BUFFER11_NV                                     0x8830\n#define GL_DRAW_BUFFER12_NV                                     0x8831\n#define GL_DRAW_BUFFER13_NV                                     0x8832\n#define GL_DRAW_BUFFER14_NV                                     0x8833\n#define GL_DRAW_BUFFER15_NV                                     0x8834\n#define GL_COLOR_ATTACHMENT0_NV                                 0x8CE0\n#define GL_COLOR_ATTACHMENT1_NV                                 0x8CE1\n#define GL_COLOR_ATTACHMENT2_NV                                 0x8CE2\n#define GL_COLOR_ATTACHMENT3_NV                                 0x8CE3\n#define GL_COLOR_ATTACHMENT4_NV                                 0x8CE4\n#define GL_COLOR_ATTACHMENT5_NV                                 0x8CE5\n#define GL_COLOR_ATTACHMENT6_NV                                 0x8CE6\n#define GL_COLOR_ATTACHMENT7_NV                                 0x8CE7\n#define GL_COLOR_ATTACHMENT8_NV                                 0x8CE8\n#define GL_COLOR_ATTACHMENT9_NV                                 0x8CE9\n#define GL_COLOR_ATTACHMENT10_NV                                0x8CEA\n#define GL_COLOR_ATTACHMENT11_NV                                0x8CEB\n#define GL_COLOR_ATTACHMENT12_NV                                0x8CEC\n#define GL_COLOR_ATTACHMENT13_NV                                0x8CED\n#define GL_COLOR_ATTACHMENT14_NV                                0x8CEE\n#define GL_COLOR_ATTACHMENT15_NV                                0x8CEF\n#endif\n\n/* GL_NV_fbo_color_attachments */\n#ifndef GL_NV_fbo_color_attachments\n#define GL_MAX_COLOR_ATTACHMENTS_NV                             0x8CDF\n/* GL_COLOR_ATTACHMENT{0-15}_NV defined in GL_NV_draw_buffers already. */\n#endif\n\n/* GL_NV_fence */\n#ifndef GL_NV_fence\n#define GL_ALL_COMPLETED_NV                                     0x84F2\n#define GL_FENCE_STATUS_NV                                      0x84F3\n#define GL_FENCE_CONDITION_NV                                   0x84F4\n#endif\n\n/* GL_NV_read_buffer */\n#ifndef GL_NV_read_buffer\n#define GL_READ_BUFFER_NV                                       0x0C02\n#endif\n\n/* GL_NV_read_buffer_front */\n/* No new tokens introduced by this extension. */\n\n/* GL_NV_read_depth */\n/* No new tokens introduced by this extension. */\n\n/* GL_NV_read_depth_stencil */\n/* No new tokens introduced by this extension. */\n\n/* GL_NV_read_stencil */\n/* No new tokens introduced by this extension. */\n\n/* GL_NV_texture_compression_s3tc_update */\n/* No new tokens introduced by this extension. */\n\n/* GL_NV_texture_npot_2D_mipmap */\n/* No new tokens introduced by this extension. */\n\n/*------------------------------------------------------------------------*\n * QCOM extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_QCOM_alpha_test */\n#ifndef GL_QCOM_alpha_test\n#define GL_ALPHA_TEST_QCOM                                      0x0BC0\n#define GL_ALPHA_TEST_FUNC_QCOM                                 0x0BC1\n#define GL_ALPHA_TEST_REF_QCOM                                  0x0BC2\n#endif\n\n/* GL_QCOM_binning_control */\n#ifndef GL_QCOM_binning_control\n#define GL_BINNING_CONTROL_HINT_QCOM                            0x8FB0\n#define GL_CPU_OPTIMIZED_QCOM                                   0x8FB1\n#define GL_GPU_OPTIMIZED_QCOM                                   0x8FB2\n#define GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM                    0x8FB3\n#endif\n\n/* GL_QCOM_driver_control */\n/* No new tokens introduced by this extension. */\n\n/* GL_QCOM_extended_get */\n#ifndef GL_QCOM_extended_get\n#define GL_TEXTURE_WIDTH_QCOM                                   0x8BD2\n#define GL_TEXTURE_HEIGHT_QCOM                                  0x8BD3\n#define GL_TEXTURE_DEPTH_QCOM                                   0x8BD4\n#define GL_TEXTURE_INTERNAL_FORMAT_QCOM                         0x8BD5\n#define GL_TEXTURE_FORMAT_QCOM                                  0x8BD6\n#define GL_TEXTURE_TYPE_QCOM                                    0x8BD7\n#define GL_TEXTURE_IMAGE_VALID_QCOM                             0x8BD8\n#define GL_TEXTURE_NUM_LEVELS_QCOM                              0x8BD9\n#define GL_TEXTURE_TARGET_QCOM                                  0x8BDA\n#define GL_TEXTURE_OBJECT_VALID_QCOM                            0x8BDB\n#define GL_STATE_RESTORE                                        0x8BDC\n#endif\n\n/* GL_QCOM_extended_get2 */\n/* No new tokens introduced by this extension. */\n\n/* GL_QCOM_perfmon_global_mode */\n#ifndef GL_QCOM_perfmon_global_mode\n#define GL_PERFMON_GLOBAL_MODE_QCOM                             0x8FA0\n#endif\n\n/* GL_QCOM_writeonly_rendering */\n#ifndef GL_QCOM_writeonly_rendering\n#define GL_WRITEONLY_RENDERING_QCOM                             0x8823\n#endif\n\n/* GL_QCOM_tiled_rendering */\n#ifndef GL_QCOM_tiled_rendering\n#define GL_COLOR_BUFFER_BIT0_QCOM                               0x00000001\n#define GL_COLOR_BUFFER_BIT1_QCOM                               0x00000002\n#define GL_COLOR_BUFFER_BIT2_QCOM                               0x00000004\n#define GL_COLOR_BUFFER_BIT3_QCOM                               0x00000008\n#define GL_COLOR_BUFFER_BIT4_QCOM                               0x00000010\n#define GL_COLOR_BUFFER_BIT5_QCOM                               0x00000020\n#define GL_COLOR_BUFFER_BIT6_QCOM                               0x00000040\n#define GL_COLOR_BUFFER_BIT7_QCOM                               0x00000080\n#define GL_DEPTH_BUFFER_BIT0_QCOM                               0x00000100\n#define GL_DEPTH_BUFFER_BIT1_QCOM                               0x00000200\n#define GL_DEPTH_BUFFER_BIT2_QCOM                               0x00000400\n#define GL_DEPTH_BUFFER_BIT3_QCOM                               0x00000800\n#define GL_DEPTH_BUFFER_BIT4_QCOM                               0x00001000\n#define GL_DEPTH_BUFFER_BIT5_QCOM                               0x00002000\n#define GL_DEPTH_BUFFER_BIT6_QCOM                               0x00004000\n#define GL_DEPTH_BUFFER_BIT7_QCOM                               0x00008000\n#define GL_STENCIL_BUFFER_BIT0_QCOM                             0x00010000\n#define GL_STENCIL_BUFFER_BIT1_QCOM                             0x00020000\n#define GL_STENCIL_BUFFER_BIT2_QCOM                             0x00040000\n#define GL_STENCIL_BUFFER_BIT3_QCOM                             0x00080000\n#define GL_STENCIL_BUFFER_BIT4_QCOM                             0x00100000\n#define GL_STENCIL_BUFFER_BIT5_QCOM                             0x00200000\n#define GL_STENCIL_BUFFER_BIT6_QCOM                             0x00400000\n#define GL_STENCIL_BUFFER_BIT7_QCOM                             0x00800000\n#define GL_MULTISAMPLE_BUFFER_BIT0_QCOM                         0x01000000\n#define GL_MULTISAMPLE_BUFFER_BIT1_QCOM                         0x02000000\n#define GL_MULTISAMPLE_BUFFER_BIT2_QCOM                         0x04000000\n#define GL_MULTISAMPLE_BUFFER_BIT3_QCOM                         0x08000000\n#define GL_MULTISAMPLE_BUFFER_BIT4_QCOM                         0x10000000\n#define GL_MULTISAMPLE_BUFFER_BIT5_QCOM                         0x20000000\n#define GL_MULTISAMPLE_BUFFER_BIT6_QCOM                         0x40000000\n#define GL_MULTISAMPLE_BUFFER_BIT7_QCOM                         0x80000000\n#endif\n\n/*------------------------------------------------------------------------*\n * VIV extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_VIV_shader_binary */\n#ifndef GL_VIV_shader_binary\n#define GL_SHADER_BINARY_VIV                                    0x8FC4\n#endif\n\n/*------------------------------------------------------------------------*\n * End of extension tokens, start of corresponding extension functions\n *------------------------------------------------------------------------*/\n\n/*------------------------------------------------------------------------*\n * OES extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_OES_compressed_ETC1_RGB8_texture */\n#ifndef GL_OES_compressed_ETC1_RGB8_texture\n#define GL_OES_compressed_ETC1_RGB8_texture 1\n#endif\n\n/* GL_OES_compressed_paletted_texture */\n#ifndef GL_OES_compressed_paletted_texture\n#define GL_OES_compressed_paletted_texture 1\n#endif\n\n/* GL_OES_depth24 */\n#ifndef GL_OES_depth24\n#define GL_OES_depth24 1\n#endif\n\n/* GL_OES_depth32 */\n#ifndef GL_OES_depth32\n#define GL_OES_depth32 1\n#endif\n\n/* GL_OES_depth_texture */\n#ifndef GL_OES_depth_texture\n#define GL_OES_depth_texture 1\n#endif\n\n/* GL_OES_EGL_image */\n#ifndef GL_OES_EGL_image\n#define GL_OES_EGL_image 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);\nGL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);\n#endif\ntypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);\ntypedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);\n#endif\n\n/* GL_OES_EGL_image_external */\n#ifndef GL_OES_EGL_image_external\n#define GL_OES_EGL_image_external 1\n/* glEGLImageTargetTexture2DOES defined in GL_OES_EGL_image already. */\n#endif\n\n/* GL_OES_element_index_uint */\n#ifndef GL_OES_element_index_uint\n#define GL_OES_element_index_uint 1\n#endif\n\n/* GL_OES_fbo_render_mipmap */\n#ifndef GL_OES_fbo_render_mipmap\n#define GL_OES_fbo_render_mipmap 1\n#endif\n\n/* GL_OES_fragment_precision_high */\n#ifndef GL_OES_fragment_precision_high\n#define GL_OES_fragment_precision_high 1\n#endif\n\n/* GL_OES_get_program_binary */\n#ifndef GL_OES_get_program_binary\n#define GL_OES_get_program_binary 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);\nGL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);\n#endif\ntypedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);\n#endif\n\n/* GL_OES_mapbuffer */\n#ifndef GL_OES_mapbuffer\n#define GL_OES_mapbuffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);\nGL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);\nGL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid** params);\n#endif\ntypedef void* (GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);\ntypedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFEROESPROC) (GLenum target);\ntypedef void (GL_APIENTRYP PFNGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, GLvoid** params);\n#endif\n\n/* GL_OES_packed_depth_stencil */\n#ifndef GL_OES_packed_depth_stencil\n#define GL_OES_packed_depth_stencil 1\n#endif\n\n/* GL_OES_required_internalformat */\n#ifndef GL_OES_required_internalformat\n#define GL_OES_required_internalformat 1\n#endif\n\n/* GL_OES_rgb8_rgba8 */\n#ifndef GL_OES_rgb8_rgba8\n#define GL_OES_rgb8_rgba8 1\n#endif\n\n/* GL_OES_standard_derivatives */\n#ifndef GL_OES_standard_derivatives\n#define GL_OES_standard_derivatives 1\n#endif\n\n/* GL_OES_stencil1 */\n#ifndef GL_OES_stencil1\n#define GL_OES_stencil1 1\n#endif\n\n/* GL_OES_stencil4 */\n#ifndef GL_OES_stencil4\n#define GL_OES_stencil4 1\n#endif\n\n#ifndef GL_OES_surfaceless_context\n#define GL_OES_surfaceless_context 1\n#endif\n\n/* GL_OES_texture_3D */\n#ifndef GL_OES_texture_3D\n#define GL_OES_texture_3D 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);\nGL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);\nGL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\nGL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);\nGL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);\nGL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\n#endif\ntypedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);\ntypedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);\ntypedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);\ntypedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);\ntypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOES) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);\n#endif\n\n/* GL_OES_texture_float */\n#ifndef GL_OES_texture_float\n#define GL_OES_texture_float 1\n#endif\n\n/* GL_OES_texture_float_linear */\n#ifndef GL_OES_texture_float_linear\n#define GL_OES_texture_float_linear 1\n#endif\n\n/* GL_OES_texture_half_float */\n#ifndef GL_OES_texture_half_float\n#define GL_OES_texture_half_float 1\n#endif\n\n/* GL_OES_texture_half_float_linear */\n#ifndef GL_OES_texture_half_float_linear\n#define GL_OES_texture_half_float_linear 1\n#endif\n\n/* GL_OES_texture_npot */\n#ifndef GL_OES_texture_npot\n#define GL_OES_texture_npot 1\n#endif\n\n/* GL_OES_vertex_array_object */\n#ifndef GL_OES_vertex_array_object\n#define GL_OES_vertex_array_object 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);\nGL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);\nGL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);\nGL_APICALL GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);\n#endif\ntypedef void (GL_APIENTRYP PFNGLBINDVERTEXARRAYOESPROC) (GLuint array);\ntypedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);\ntypedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);\ntypedef GLboolean (GL_APIENTRYP PFNGLISVERTEXARRAYOESPROC) (GLuint array);\n#endif\n\n/* GL_OES_vertex_half_float */\n#ifndef GL_OES_vertex_half_float\n#define GL_OES_vertex_half_float 1\n#endif\n\n/* GL_OES_vertex_type_10_10_10_2 */\n#ifndef GL_OES_vertex_type_10_10_10_2\n#define GL_OES_vertex_type_10_10_10_2 1\n#endif\n\n/*------------------------------------------------------------------------*\n * KHR extension functions\n *------------------------------------------------------------------------*/\n\n#ifndef GL_KHR_debug\n#define GL_KHR_debug 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glDebugMessageControl (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\nGL_APICALL void GL_APIENTRY glDebugMessageInsert (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);\nGL_APICALL void GL_APIENTRY glDebugMessageCallback (GLDEBUGPROC callback, const void *userParam);\nGL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);\nGL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *message);\nGL_APICALL void GL_APIENTRY glPopDebugGroup (void);\nGL_APICALL void GL_APIENTRY glObjectLabel (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);\nGL_APICALL void GL_APIENTRY glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);\nGL_APICALL void GL_APIENTRY glObjectPtrLabel (const void *ptr, GLsizei length, const GLchar *label);\nGL_APICALL void GL_APIENTRY glGetObjectPtrLabel (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);\nGL_APICALL void GL_APIENTRY glGetPointerv (GLenum pname, void **params);\n#endif \ntypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);\ntypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);\ntypedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECALLBACKPROC) (GLDEBUGPROC callback, const void *userParam);\ntypedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);\ntypedef void (GL_APIENTRYP PFNGLPUSHDEBUGGROUPPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);\ntypedef void (GL_APIENTRYP PFNGLPOPDEBUGGROUPPROC) (void);\ntypedef void (GL_APIENTRYP PFNGLOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);\ntypedef void (GL_APIENTRYP PFNGLGETOBJECTLABELPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);\ntypedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELPROC) (const void *ptr, GLsizei length, const GLchar *label);\ntypedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);\ntypedef void (GL_APIENTRYP PFNGLGETPOINTERVPROC) (GLenum pname, void **params);\n#endif\n\n#ifndef GL_KHR_texture_compression_astc_ldr\n#define GL_KHR_texture_compression_astc_ldr 1\n#endif\n\n\n/*------------------------------------------------------------------------*\n * AMD extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_AMD_compressed_3DC_texture */\n#ifndef GL_AMD_compressed_3DC_texture\n#define GL_AMD_compressed_3DC_texture 1\n#endif\n\n/* GL_AMD_compressed_ATC_texture */\n#ifndef GL_AMD_compressed_ATC_texture\n#define GL_AMD_compressed_ATC_texture 1\n#endif\n\n/* AMD_performance_monitor */\n#ifndef GL_AMD_performance_monitor\n#define GL_AMD_performance_monitor 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups);\nGL_APICALL void GL_APIENTRY glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);\nGL_APICALL void GL_APIENTRY glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);\nGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);\nGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data);\nGL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);\nGL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);\nGL_APICALL void GL_APIENTRY glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *countersList);\nGL_APICALL void GL_APIENTRY glBeginPerfMonitorAMD (GLuint monitor);\nGL_APICALL void GL_APIENTRY glEndPerfMonitorAMD (GLuint monitor);\nGL_APICALL void GL_APIENTRY glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);\n#endif\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSAMDPROC) (GLint *numGroups, GLsizei groupsSize, GLuint *groups);\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSAMDPROC) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORGROUPSTRINGAMDPROC) (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, GLvoid *data);\ntypedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);\ntypedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);\ntypedef void (GL_APIENTRYP PFNGLSELECTPERFMONITORCOUNTERSAMDPROC) (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *countersList);\ntypedef void (GL_APIENTRYP PFNGLBEGINPERFMONITORAMDPROC) (GLuint monitor);\ntypedef void (GL_APIENTRYP PFNGLENDPERFMONITORAMDPROC) (GLuint monitor);\ntypedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERDATAAMDPROC) (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);\n#endif\n\n/* GL_AMD_program_binary_Z400 */\n#ifndef GL_AMD_program_binary_Z400\n#define GL_AMD_program_binary_Z400 1\n#endif\n\n/*------------------------------------------------------------------------*\n * ANGLE extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_ANGLE_framebuffer_blit */\n#ifndef GL_ANGLE_framebuffer_blit\n#define GL_ANGLE_framebuffer_blit 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\n#endif\ntypedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);\n#endif\n\n/* GL_ANGLE_framebuffer_multisample */\n#ifndef GL_ANGLE_framebuffer_multisample\n#define GL_ANGLE_framebuffer_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif\ntypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\n#endif\n\n#ifndef GL_ANGLE_instanced_arrays \n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\nGL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);\nGL_APICALL void GL_APIENTRY glVertexAttribDivisorANGLE (GLuint index, GLuint divisor);\n#endif\ntypedef void (GL_APIENTRYP PFLGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);\ntypedef void (GL_APIENTRYP PFLGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);\ntypedef void (GL_APIENTRYP PFLGLVERTEXATTRIBDIVISORANGLEPROC) (GLuint index, GLuint divisor);\n#endif\n\n/* GL_ANGLE_pack_reverse_row_order */\n#ifndef GL_ANGLE_pack_reverse_row_order \n#define GL_ANGLE_pack_reverse_row_order 1\n#endif\n\n/* GL_ANGLE_texture_compression_dxt3 */\n#ifndef GL_ANGLE_texture_compression_dxt3 \n#define GL_ANGLE_texture_compression_dxt3 1\n#endif\n\n/* GL_ANGLE_texture_compression_dxt5 */\n#ifndef GL_ANGLE_texture_compression_dxt5 \n#define GL_ANGLE_texture_compression_dxt5 1\n#endif\n\n/* GL_ANGLE_texture_usage */\n#ifndef GL_ANGLE_texture_usage \n#define GL_ANGLE_texture_usage 1\n#endif\n\n#ifndef GL_ANGLE_translated_shader_source \n#define GL_ANGLE_translated_shader_source 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source);\n#endif\ntypedef void (GL_APIENTRYP PFLGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source);\n#endif\n\n/*------------------------------------------------------------------------*\n * APPLE extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_APPLE_copy_texture_levels */\n#ifndef GL_APPLE_copy_texture_levels\n#define GL_APPLE_copy_texture_levels 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount);\n#endif\ntypedef void (GL_APIENTRYP PFNGLCOPYTEXTURELEVELSAPPLEPROC) (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount);\n#endif\n\n/* GL_APPLE_framebuffer_multisample */\n#ifndef GL_APPLE_framebuffer_multisample\n#define GL_APPLE_framebuffer_multisample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum, GLsizei, GLenum, GLsizei, GLsizei);\nGL_APICALL void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLRESOLVEMULTISAMPLEFRAMEBUFFERAPPLEPROC) (void);\n#endif\n\n/* GL_APPLE_rgb_422 */\n#ifndef GL_APPLE_rgb_422\n#define GL_APPLE_rgb_422 1\n#endif\n\n/* GL_APPLE_sync */\n#ifndef GL_APPLE_sync\n#define GL_APPLE_sync 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);\nGL_APICALL GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);\nGL_APICALL void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);\nGL_APICALL GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);\nGL_APICALL void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);\nGL_APICALL void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params);\nGL_APICALL void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\n#endif\ntypedef GLsync (GL_APIENTRYP PFNGLFENCESYNCAPPLEPROC) (GLenum condition, GLbitfield flags);\ntypedef GLboolean (GL_APIENTRYP PFNGLISSYNCAPPLEPROC) (GLsync sync);\ntypedef void (GL_APIENTRYP PFNGLDELETESYNCAPPLEPROC) (GLsync sync);\ntypedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);\ntypedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);\ntypedef void (GL_APIENTRYP PFNGLGETINTEGER64VAPPLEPROC) (GLenum pname, GLint64 *params);\ntypedef void (GL_APIENTRYP PFNGLGETSYNCIVAPPLEPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);\n#endif\n\n/* GL_APPLE_texture_format_BGRA8888 */\n#ifndef GL_APPLE_texture_format_BGRA8888\n#define GL_APPLE_texture_format_BGRA8888 1\n#endif\n\n/* GL_APPLE_texture_max_level */\n#ifndef GL_APPLE_texture_max_level\n#define GL_APPLE_texture_max_level 1\n#endif\n\n/*------------------------------------------------------------------------*\n * ARM extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_ARM_mali_program_binary */\n#ifndef GL_ARM_mali_program_binary\n#define GL_ARM_mali_program_binary 1\n#endif\n\n/* GL_ARM_mali_shader_binary */\n#ifndef GL_ARM_mali_shader_binary\n#define GL_ARM_mali_shader_binary 1\n#endif\n\n/* GL_ARM_rgba8 */\n#ifndef GL_ARM_rgba8\n#define GL_ARM_rgba8 1\n#endif\n\n/*------------------------------------------------------------------------*\n * EXT extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_EXT_blend_minmax */\n#ifndef GL_EXT_blend_minmax\n#define GL_EXT_blend_minmax 1\n#endif\n\n/* GL_EXT_color_buffer_half_float */\n#ifndef GL_EXT_color_buffer_half_float\n#define GL_EXT_color_buffer_half_float 1\n#endif\n\n/* GL_EXT_debug_label */\n#ifndef GL_EXT_debug_label\n#define GL_EXT_debug_label 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label);\nGL_APICALL void GL_APIENTRY glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);\n#endif\ntypedef void (GL_APIENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);\ntypedef void (GL_APIENTRYP PFNGLGETOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);\n#endif\n\n/* GL_EXT_debug_marker */\n#ifndef GL_EXT_debug_marker\n#define GL_EXT_debug_marker 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glInsertEventMarkerEXT (GLsizei length, const GLchar *marker);\nGL_APICALL void GL_APIENTRY glPushGroupMarkerEXT (GLsizei length, const GLchar *marker);\nGL_APICALL void GL_APIENTRY glPopGroupMarkerEXT (void);\n#endif\ntypedef void (GL_APIENTRYP PFNGLINSERTEVENTMARKEREXTPROC) (GLsizei length, const GLchar *marker);\ntypedef void (GL_APIENTRYP PFNGLPUSHGROUPMARKEREXTPROC) (GLsizei length, const GLchar *marker);\ntypedef void (GL_APIENTRYP PFNGLPOPGROUPMARKEREXTPROC) (void);\n#endif\n\n/* GL_EXT_discard_framebuffer */\n#ifndef GL_EXT_discard_framebuffer\n#define GL_EXT_discard_framebuffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);\n#endif\ntypedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);\n#endif\n\n/* GL_EXT_map_buffer_range */\n#ifndef GL_EXT_map_buffer_range\n#define GL_EXT_map_buffer_range 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void* GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);\nGL_APICALL void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length);\n#endif\ntypedef void* (GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);\ntypedef void (GL_APIENTRYP PFNGLFLUSHMAPPEDBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length);\n#endif\n\n/* GL_EXT_multisampled_render_to_texture */\n#ifndef GL_EXT_multisampled_render_to_texture\n#define GL_EXT_multisampled_render_to_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum, GLsizei, GLenum, GLsizei, GLsizei);\nGL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);\n#endif\ntypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);\n#endif\n\n/* GL_EXT_multiview_draw_buffers */\n#ifndef GL_EXT_multiview_draw_buffers\n#define GL_EXT_multiview_draw_buffers 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);\nGL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *indices);\nGL_APICALL void GL_APIENTRY glGetIntegeri_vEXT (GLenum target, GLuint index, GLint *data);\n#endif\ntypedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);\ntypedef void (GL_APIENTRYP PFNGLDRAWBUFFERSINDEXEDEXTPROC) (GLint n, const GLenum *location, const GLint *indices);\ntypedef void (GL_APIENTRYP PFNGLGETINTEGERI_VEXTPROC) (GLenum target, GLuint index, GLint *data);\n#endif\n\n#ifndef GL_EXT_multi_draw_arrays\n#define GL_EXT_multi_draw_arrays 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glMultiDrawArraysEXT (GLenum, GLint *, GLsizei *, GLsizei);\nGL_APICALL void GL_APIENTRY glMultiDrawElementsEXT (GLenum, const GLsizei *, GLenum, const GLvoid* *, GLsizei);\n#endif /* GL_GLEXT_PROTOTYPES */\ntypedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount);\ntypedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);\n#endif\n\n/* GL_EXT_occlusion_query_boolean */\n#ifndef GL_EXT_occlusion_query_boolean\n#define GL_EXT_occlusion_query_boolean 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glGenQueriesEXT (GLsizei n, GLuint *ids);\nGL_APICALL void GL_APIENTRY glDeleteQueriesEXT (GLsizei n, const GLuint *ids);\nGL_APICALL GLboolean GL_APIENTRY glIsQueryEXT (GLuint id);\nGL_APICALL void GL_APIENTRY glBeginQueryEXT (GLenum target, GLuint id);\nGL_APICALL void GL_APIENTRY glEndQueryEXT (GLenum target);\nGL_APICALL void GL_APIENTRY glGetQueryivEXT (GLenum target, GLenum pname, GLint *params);\nGL_APICALL void GL_APIENTRY glGetQueryObjectuivEXT (GLuint id, GLenum pname, GLuint *params);\n#endif\ntypedef void (GL_APIENTRYP PFNGLGENQUERIESEXTPROC) (GLsizei n, GLuint *ids);\ntypedef void (GL_APIENTRYP PFNGLDELETEQUERIESEXTPROC) (GLsizei n, const GLuint *ids);\ntypedef GLboolean (GL_APIENTRYP PFNGLISQUERYEXTPROC) (GLuint id);\ntypedef void (GL_APIENTRYP PFNGLBEGINQUERYEXTPROC) (GLenum target, GLuint id);\ntypedef void (GL_APIENTRYP PFNGLENDQUERYEXTPROC) (GLenum target);\ntypedef void (GL_APIENTRYP PFNGLGETQUERYIVEXTPROC) (GLenum target, GLenum pname, GLint *params);\ntypedef void (GL_APIENTRYP PFNGLGETQUERYOBJECTUIVEXTPROC) (GLuint id, GLenum pname, GLuint *params);\n#endif\n\n/* GL_EXT_read_format_bgra */\n#ifndef GL_EXT_read_format_bgra\n#define GL_EXT_read_format_bgra 1\n#endif\n\n/* GL_EXT_robustness */\n#ifndef GL_EXT_robustness\n#define GL_EXT_robustness 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatusEXT (void);\nGL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);\nGL_APICALL void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, float *params);\nGL_APICALL void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params);\n#endif\ntypedef GLenum (GL_APIENTRYP PFNGLGETGRAPHICSRESETSTATUSEXTPROC) (void);\ntypedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);\ntypedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, float *params);\ntypedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVEXTPROC) (GLuint program, GLint location, GLsizei bufSize, GLint *params);\n#endif\n\n/* GL_EXT_separate_shader_objects */\n#ifndef GL_EXT_separate_shader_objects\n#define GL_EXT_separate_shader_objects 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint program);\nGL_APICALL void GL_APIENTRY glActiveShaderProgramEXT (GLuint pipeline, GLuint program);\nGL_APICALL GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar **strings);\nGL_APICALL void GL_APIENTRY glBindProgramPipelineEXT (GLuint pipeline);\nGL_APICALL void GL_APIENTRY glDeleteProgramPipelinesEXT (GLsizei n, const GLuint *pipelines);\nGL_APICALL void GL_APIENTRY glGenProgramPipelinesEXT (GLsizei n, GLuint *pipelines);\nGL_APICALL GLboolean GL_APIENTRY glIsProgramPipelineEXT (GLuint pipeline);\nGL_APICALL void GL_APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);\nGL_APICALL void GL_APIENTRY glGetProgramPipelineivEXT (GLuint pipeline, GLenum pname, GLint *params);\nGL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint x);\nGL_APICALL void GL_APIENTRY glProgramUniform2iEXT (GLuint program, GLint location, GLint x, GLint y);\nGL_APICALL void GL_APIENTRY glProgramUniform3iEXT (GLuint program, GLint location, GLint x, GLint y, GLint z);\nGL_APICALL void GL_APIENTRY glProgramUniform4iEXT (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w);\nGL_APICALL void GL_APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat x);\nGL_APICALL void GL_APIENTRY glProgramUniform2fEXT (GLuint program, GLint location, GLfloat x, GLfloat y);\nGL_APICALL void GL_APIENTRY glProgramUniform3fEXT (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);\nGL_APICALL void GL_APIENTRY glProgramUniform4fEXT (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\nGL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);\nGL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\nGL_APICALL void GL_APIENTRY glValidateProgramPipelineEXT (GLuint pipeline);\nGL_APICALL void GL_APIENTRY glGetProgramPipelineInfoLogEXT (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\n#endif\ntypedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuint program);\ntypedef void (GL_APIENTRYP PFNGLACTIVESHADERPROGRAMEXTPROC) (GLuint pipeline, GLuint program);\ntypedef GLuint (GL_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings);\ntypedef void (GL_APIENTRYP PFNGLBINDPROGRAMPIPELINEEXTPROC) (GLuint pipeline);\ntypedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPIPELINESEXTPROC) (GLsizei n, const GLuint *pipelines);\ntypedef void (GL_APIENTRYP PFNGLGENPROGRAMPIPELINESEXTPROC) (GLsizei n, GLuint *pipelines);\ntypedef GLboolean (GL_APIENTRYP PFNGLISPROGRAMPIPELINEEXTPROC) (GLuint pipeline);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value);\ntypedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEIVEXTPROC) (GLuint pipeline, GLenum pname, GLint *params);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint x);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint x, GLint y);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint x, GLint y, GLint z);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat x);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);\ntypedef void (GL_APIENTRYP PFNGLVALIDATEPROGRAMPIPELINEEXTPROC) (GLuint pipeline);\ntypedef void (GL_APIENTRYP PFNGLGETPROGRAMPIPELINEINFOLOGEXTPROC) (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);\n#endif\n\n/* GL_EXT_shader_framebuffer_fetch */\n#ifndef GL_EXT_shader_framebuffer_fetch\n#define GL_EXT_shader_framebuffer_fetch 1\n#endif\n\n/* GL_EXT_shader_texture_lod */\n#ifndef GL_EXT_shader_texture_lod\n#define GL_EXT_shader_texture_lod 1\n#endif\n\n/* GL_EXT_shadow_samplers */\n#ifndef GL_EXT_shadow_samplers\n#define GL_EXT_shadow_samplers 1\n#endif\n\n/* GL_EXT_sRGB */\n#ifndef GL_EXT_sRGB\n#define GL_EXT_sRGB 1\n#endif\n\n/* GL_EXT_texture_compression_dxt1 */\n#ifndef GL_EXT_texture_compression_dxt1\n#define GL_EXT_texture_compression_dxt1 1\n#endif\n\n/* GL_EXT_texture_filter_anisotropic */\n#ifndef GL_EXT_texture_filter_anisotropic\n#define GL_EXT_texture_filter_anisotropic 1\n#endif\n\n/* GL_EXT_texture_format_BGRA8888 */\n#ifndef GL_EXT_texture_format_BGRA8888\n#define GL_EXT_texture_format_BGRA8888 1\n#endif\n\n/* GL_EXT_texture_rg */\n#ifndef GL_EXT_texture_rg\n#define GL_EXT_texture_rg 1\n#endif\n\n/* GL_EXT_texture_storage */\n#ifndef GL_EXT_texture_storage\n#define GL_EXT_texture_storage 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);\nGL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);\nGL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);\nGL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);\nGL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);\nGL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);\n#endif\ntypedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);\ntypedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);\ntypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);\ntypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);\n#endif\n\n/* GL_EXT_texture_type_2_10_10_10_REV */\n#ifndef GL_EXT_texture_type_2_10_10_10_REV\n#define GL_EXT_texture_type_2_10_10_10_REV 1\n#endif\n\n/* GL_EXT_unpack_subimage */\n#ifndef GL_EXT_unpack_subimage\n#define GL_EXT_unpack_subimage 1\n#endif\n\n/*------------------------------------------------------------------------*\n * DMP extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_DMP_shader_binary */\n#ifndef GL_DMP_shader_binary\n#define GL_DMP_shader_binary 1\n#endif\n\n/*------------------------------------------------------------------------*\n * FJ extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_FJ_shader_binary_GCCSO */\n#ifndef GL_FJ_shader_binary_GCCSO\n#define GL_FJ_shader_binary_GCCSO 1\n#endif\n\n/*------------------------------------------------------------------------*\n * IMG extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_IMG_program_binary */\n#ifndef GL_IMG_program_binary\n#define GL_IMG_program_binary 1\n#endif\n\n/* GL_IMG_read_format */\n#ifndef GL_IMG_read_format\n#define GL_IMG_read_format 1\n#endif\n\n/* GL_IMG_shader_binary */\n#ifndef GL_IMG_shader_binary\n#define GL_IMG_shader_binary 1\n#endif\n\n/* GL_IMG_texture_compression_pvrtc */\n#ifndef GL_IMG_texture_compression_pvrtc\n#define GL_IMG_texture_compression_pvrtc 1\n#endif\n\n/* GL_IMG_multisampled_render_to_texture */\n#ifndef GL_IMG_multisampled_render_to_texture\n#define GL_IMG_multisampled_render_to_texture 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum, GLsizei, GLenum, GLsizei, GLsizei);\nGL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);\n#endif\ntypedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMGPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);\ntypedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMGPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);\n#endif\n\n/*------------------------------------------------------------------------*\n * NV extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_NV_coverage_sample */\n#ifndef GL_NV_coverage_sample\n#define GL_NV_coverage_sample 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glCoverageMaskNV (GLboolean mask);\nGL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);\n#endif\ntypedef void (GL_APIENTRYP PFNGLCOVERAGEMASKNVPROC) (GLboolean mask);\ntypedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);\n#endif\n\n/* GL_NV_depth_nonlinear */\n#ifndef GL_NV_depth_nonlinear\n#define GL_NV_depth_nonlinear 1\n#endif\n\n/* GL_NV_draw_buffers */\n#ifndef GL_NV_draw_buffers\n#define GL_NV_draw_buffers 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glDrawBuffersNV (GLsizei n, const GLenum *bufs);\n#endif\ntypedef void (GL_APIENTRYP PFNGLDRAWBUFFERSNVPROC) (GLsizei n, const GLenum *bufs);\n#endif\n\n/* GL_NV_fbo_color_attachments */\n#ifndef GL_NV_fbo_color_attachments\n#define GL_NV_fbo_color_attachments 1\n#endif\n\n/* GL_NV_fence */\n#ifndef GL_NV_fence\n#define GL_NV_fence 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glDeleteFencesNV (GLsizei, const GLuint *);\nGL_APICALL void GL_APIENTRY glGenFencesNV (GLsizei, GLuint *);\nGL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint);\nGL_APICALL GLboolean GL_APIENTRY glTestFenceNV (GLuint);\nGL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint, GLenum, GLint *);\nGL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint);\nGL_APICALL void GL_APIENTRY glSetFenceNV (GLuint, GLenum);\n#endif\ntypedef void (GL_APIENTRYP PFNGLDELETEFENCESNVPROC) (GLsizei n, const GLuint *fences);\ntypedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences);\ntypedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence);\ntypedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence);\ntypedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params);\ntypedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence);\ntypedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);\n#endif\n\n/* GL_NV_read_buffer */\n#ifndef GL_NV_read_buffer\n#define GL_NV_read_buffer 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glReadBufferNV (GLenum mode);\n#endif\ntypedef void (GL_APIENTRYP PFNGLREADBUFFERNVPROC) (GLenum mode);\n#endif\n\n/* GL_NV_read_buffer_front */\n#ifndef GL_NV_read_buffer_front\n#define GL_NV_read_buffer_front 1\n#endif\n\n/* GL_NV_read_depth */\n#ifndef GL_NV_read_depth\n#define GL_NV_read_depth 1\n#endif\n\n/* GL_NV_read_depth_stencil */\n#ifndef GL_NV_read_depth_stencil\n#define GL_NV_read_depth_stencil 1\n#endif\n\n/* GL_NV_read_stencil */\n#ifndef GL_NV_read_stencil\n#define GL_NV_read_stencil 1\n#endif\n\n/* GL_NV_texture_compression_s3tc_update */\n#ifndef GL_NV_texture_compression_s3tc_update\n#define GL_NV_texture_compression_s3tc_update 1\n#endif\n\n/* GL_NV_texture_npot_2D_mipmap */\n#ifndef GL_NV_texture_npot_2D_mipmap\n#define GL_NV_texture_npot_2D_mipmap 1\n#endif\n\n/*------------------------------------------------------------------------*\n * QCOM extension functions\n *------------------------------------------------------------------------*/\n\n/* GL_QCOM_alpha_test */\n#ifndef GL_QCOM_alpha_test\n#define GL_QCOM_alpha_test 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);\n#endif\ntypedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);\n#endif\n\n/* GL_QCOM_binning_control */\n#ifndef GL_QCOM_binning_control\n#define GL_QCOM_binning_control 1\n#endif\n\n/* GL_QCOM_driver_control */\n#ifndef GL_QCOM_driver_control\n#define GL_QCOM_driver_control 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);\nGL_APICALL void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);\nGL_APICALL void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);\nGL_APICALL void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);\n#endif\ntypedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSQCOMPROC) (GLint *num, GLsizei size, GLuint *driverControls);\ntypedef void (GL_APIENTRYP PFNGLGETDRIVERCONTROLSTRINGQCOMPROC) (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);\ntypedef void (GL_APIENTRYP PFNGLENABLEDRIVERCONTROLQCOMPROC) (GLuint driverControl);\ntypedef void (GL_APIENTRYP PFNGLDISABLEDRIVERCONTROLQCOMPROC) (GLuint driverControl);\n#endif\n\n/* GL_QCOM_extended_get */\n#ifndef GL_QCOM_extended_get\n#define GL_QCOM_extended_get 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures);\nGL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);\nGL_APICALL void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);\nGL_APICALL void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);\nGL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);\nGL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);\nGL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);\nGL_APICALL void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, GLvoid **params);\n#endif\ntypedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint *numTextures);\ntypedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);\ntypedef void (GL_APIENTRYP PFNGLEXTGETRENDERBUFFERSQCOMPROC) (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);\ntypedef void (GL_APIENTRYP PFNGLEXTGETFRAMEBUFFERSQCOMPROC) (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);\ntypedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);\ntypedef void (GL_APIENTRYP PFNGLEXTTEXOBJECTSTATEOVERRIDEIQCOMPROC) (GLenum target, GLenum pname, GLint param);\ntypedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);\ntypedef void (GL_APIENTRYP PFNGLEXTGETBUFFERPOINTERVQCOMPROC) (GLenum target, GLvoid **params);\n#endif\n\n/* GL_QCOM_extended_get2 */\n#ifndef GL_QCOM_extended_get2\n#define GL_QCOM_extended_get2 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);\nGL_APICALL void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);\nGL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);\nGL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);\n#endif\ntypedef void (GL_APIENTRYP PFNGLEXTGETSHADERSQCOMPROC) (GLuint *shaders, GLint maxShaders, GLint *numShaders);\ntypedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint *numPrograms);\ntypedef GLboolean (GL_APIENTRYP PFNGLEXTISPROGRAMBINARYQCOMPROC) (GLuint program);\ntypedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);\n#endif\n\n/* GL_QCOM_perfmon_global_mode */\n#ifndef GL_QCOM_perfmon_global_mode\n#define GL_QCOM_perfmon_global_mode 1\n#endif\n\n/* GL_QCOM_writeonly_rendering */\n#ifndef GL_QCOM_writeonly_rendering\n#define GL_QCOM_writeonly_rendering 1\n#endif\n\n/* GL_QCOM_tiled_rendering */\n#ifndef GL_QCOM_tiled_rendering\n#define GL_QCOM_tiled_rendering 1\n#ifdef GL_GLEXT_PROTOTYPES\nGL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);\nGL_APICALL void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);\n#endif\ntypedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);\ntypedef void (GL_APIENTRYP PFNGLENDTILINGQCOMPROC) (GLbitfield preserveMask);\n#endif\n\n/*------------------------------------------------------------------------*\n * VIV extension tokens\n *------------------------------------------------------------------------*/\n\n/* GL_VIV_shader_binary */\n#ifndef GL_VIV_shader_binary\n#define GL_VIV_shader_binary 1\n#endif\n\n#ifdef __cplusplus\n}\n#endif\n\n#endif /* __gl2ext_h_ */\n\n#endif /* _MSC_VER */\n\n#ifndef APIENTRY\n#define APIENTRY GL_APIENTRY\n#endif\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_pixels.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_pixels.h\n *\n *  Header for the enumerated pixel format definitions.\n */\n\n#ifndef _SDL_pixels_h\n#define _SDL_pixels_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\name Transparency definitions\n *\n *  These define alpha as the opacity of a surface.\n */\n/* @{ */\n#define SDL_ALPHA_OPAQUE 255\n#define SDL_ALPHA_TRANSPARENT 0\n/* @} */\n\n/** Pixel type. */\nenum\n{\n    SDL_PIXELTYPE_UNKNOWN,\n    SDL_PIXELTYPE_INDEX1,\n    SDL_PIXELTYPE_INDEX4,\n    SDL_PIXELTYPE_INDEX8,\n    SDL_PIXELTYPE_PACKED8,\n    SDL_PIXELTYPE_PACKED16,\n    SDL_PIXELTYPE_PACKED32,\n    SDL_PIXELTYPE_ARRAYU8,\n    SDL_PIXELTYPE_ARRAYU16,\n    SDL_PIXELTYPE_ARRAYU32,\n    SDL_PIXELTYPE_ARRAYF16,\n    SDL_PIXELTYPE_ARRAYF32\n};\n\n/** Bitmap pixel order, high bit -> low bit. */\nenum\n{\n    SDL_BITMAPORDER_NONE,\n    SDL_BITMAPORDER_4321,\n    SDL_BITMAPORDER_1234\n};\n\n/** Packed component order, high bit -> low bit. */\nenum\n{\n    SDL_PACKEDORDER_NONE,\n    SDL_PACKEDORDER_XRGB,\n    SDL_PACKEDORDER_RGBX,\n    SDL_PACKEDORDER_ARGB,\n    SDL_PACKEDORDER_RGBA,\n    SDL_PACKEDORDER_XBGR,\n    SDL_PACKEDORDER_BGRX,\n    SDL_PACKEDORDER_ABGR,\n    SDL_PACKEDORDER_BGRA\n};\n\n/** Array component order, low byte -> high byte. */\nenum\n{\n    SDL_ARRAYORDER_NONE,\n    SDL_ARRAYORDER_RGB,\n    SDL_ARRAYORDER_RGBA,\n    SDL_ARRAYORDER_ARGB,\n    SDL_ARRAYORDER_BGR,\n    SDL_ARRAYORDER_BGRA,\n    SDL_ARRAYORDER_ABGR\n};\n\n/** Packed component layout. */\nenum\n{\n    SDL_PACKEDLAYOUT_NONE,\n    SDL_PACKEDLAYOUT_332,\n    SDL_PACKEDLAYOUT_4444,\n    SDL_PACKEDLAYOUT_1555,\n    SDL_PACKEDLAYOUT_5551,\n    SDL_PACKEDLAYOUT_565,\n    SDL_PACKEDLAYOUT_8888,\n    SDL_PACKEDLAYOUT_2101010,\n    SDL_PACKEDLAYOUT_1010102\n};\n\n#define SDL_DEFINE_PIXELFOURCC(A, B, C, D) SDL_FOURCC(A, B, C, D)\n\n#define SDL_DEFINE_PIXELFORMAT(type, order, layout, bits, bytes) \\\n    ((1 << 28) | ((type) << 24) | ((order) << 20) | ((layout) << 16) | \\\n     ((bits) << 8) | ((bytes) << 0))\n\n#define SDL_PIXELFLAG(X)    (((X) >> 28) & 0x0F)\n#define SDL_PIXELTYPE(X)    (((X) >> 24) & 0x0F)\n#define SDL_PIXELORDER(X)   (((X) >> 20) & 0x0F)\n#define SDL_PIXELLAYOUT(X)  (((X) >> 16) & 0x0F)\n#define SDL_BITSPERPIXEL(X) (((X) >> 8) & 0xFF)\n#define SDL_BYTESPERPIXEL(X) \\\n    (SDL_ISPIXELFORMAT_FOURCC(X) ? \\\n        ((((X) == SDL_PIXELFORMAT_YUY2) || \\\n          ((X) == SDL_PIXELFORMAT_UYVY) || \\\n          ((X) == SDL_PIXELFORMAT_YVYU)) ? 2 : 1) : (((X) >> 0) & 0xFF))\n\n#define SDL_ISPIXELFORMAT_INDEXED(format)   \\\n    (!SDL_ISPIXELFORMAT_FOURCC(format) && \\\n     ((SDL_PIXELTYPE(format) == SDL_PIXELTYPE_INDEX1) || \\\n      (SDL_PIXELTYPE(format) == SDL_PIXELTYPE_INDEX4) || \\\n      (SDL_PIXELTYPE(format) == SDL_PIXELTYPE_INDEX8)))\n\n#define SDL_ISPIXELFORMAT_ALPHA(format)   \\\n    (!SDL_ISPIXELFORMAT_FOURCC(format) && \\\n     ((SDL_PIXELORDER(format) == SDL_PACKEDORDER_ARGB) || \\\n      (SDL_PIXELORDER(format) == SDL_PACKEDORDER_RGBA) || \\\n      (SDL_PIXELORDER(format) == SDL_PACKEDORDER_ABGR) || \\\n      (SDL_PIXELORDER(format) == SDL_PACKEDORDER_BGRA)))\n\n/* The flag is set to 1 because 0x1? is not in the printable ASCII range */\n#define SDL_ISPIXELFORMAT_FOURCC(format)    \\\n    ((format) && (SDL_PIXELFLAG(format) != 1))\n\n/* Note: If you modify this list, update SDL_GetPixelFormatName() */\nenum\n{\n    SDL_PIXELFORMAT_UNKNOWN,\n    SDL_PIXELFORMAT_INDEX1LSB =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_INDEX1, SDL_BITMAPORDER_4321, 0,\n                               1, 0),\n    SDL_PIXELFORMAT_INDEX1MSB =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_INDEX1, SDL_BITMAPORDER_1234, 0,\n                               1, 0),\n    SDL_PIXELFORMAT_INDEX4LSB =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_INDEX4, SDL_BITMAPORDER_4321, 0,\n                               4, 0),\n    SDL_PIXELFORMAT_INDEX4MSB =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_INDEX4, SDL_BITMAPORDER_1234, 0,\n                               4, 0),\n    SDL_PIXELFORMAT_INDEX8 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_INDEX8, 0, 0, 8, 1),\n    SDL_PIXELFORMAT_RGB332 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED8, SDL_PACKEDORDER_XRGB,\n                               SDL_PACKEDLAYOUT_332, 8, 1),\n    SDL_PIXELFORMAT_RGB444 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_XRGB,\n                               SDL_PACKEDLAYOUT_4444, 12, 2),\n    SDL_PIXELFORMAT_RGB555 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_XRGB,\n                               SDL_PACKEDLAYOUT_1555, 15, 2),\n    SDL_PIXELFORMAT_BGR555 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_XBGR,\n                               SDL_PACKEDLAYOUT_1555, 15, 2),\n    SDL_PIXELFORMAT_ARGB4444 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_ARGB,\n                               SDL_PACKEDLAYOUT_4444, 16, 2),\n    SDL_PIXELFORMAT_RGBA4444 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_RGBA,\n                               SDL_PACKEDLAYOUT_4444, 16, 2),\n    SDL_PIXELFORMAT_ABGR4444 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_ABGR,\n                               SDL_PACKEDLAYOUT_4444, 16, 2),\n    SDL_PIXELFORMAT_BGRA4444 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_BGRA,\n                               SDL_PACKEDLAYOUT_4444, 16, 2),\n    SDL_PIXELFORMAT_ARGB1555 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_ARGB,\n                               SDL_PACKEDLAYOUT_1555, 16, 2),\n    SDL_PIXELFORMAT_RGBA5551 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_RGBA,\n                               SDL_PACKEDLAYOUT_5551, 16, 2),\n    SDL_PIXELFORMAT_ABGR1555 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_ABGR,\n                               SDL_PACKEDLAYOUT_1555, 16, 2),\n    SDL_PIXELFORMAT_BGRA5551 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_BGRA,\n                               SDL_PACKEDLAYOUT_5551, 16, 2),\n    SDL_PIXELFORMAT_RGB565 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_XRGB,\n                               SDL_PACKEDLAYOUT_565, 16, 2),\n    SDL_PIXELFORMAT_BGR565 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED16, SDL_PACKEDORDER_XBGR,\n                               SDL_PACKEDLAYOUT_565, 16, 2),\n    SDL_PIXELFORMAT_RGB24 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_ARRAYU8, SDL_ARRAYORDER_RGB, 0,\n                               24, 3),\n    SDL_PIXELFORMAT_BGR24 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_ARRAYU8, SDL_ARRAYORDER_BGR, 0,\n                               24, 3),\n    SDL_PIXELFORMAT_RGB888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_XRGB,\n                               SDL_PACKEDLAYOUT_8888, 24, 4),\n    SDL_PIXELFORMAT_RGBX8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_RGBX,\n                               SDL_PACKEDLAYOUT_8888, 24, 4),\n    SDL_PIXELFORMAT_BGR888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_XBGR,\n                               SDL_PACKEDLAYOUT_8888, 24, 4),\n    SDL_PIXELFORMAT_BGRX8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_BGRX,\n                               SDL_PACKEDLAYOUT_8888, 24, 4),\n    SDL_PIXELFORMAT_ARGB8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_ARGB,\n                               SDL_PACKEDLAYOUT_8888, 32, 4),\n    SDL_PIXELFORMAT_RGBA8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_RGBA,\n                               SDL_PACKEDLAYOUT_8888, 32, 4),\n    SDL_PIXELFORMAT_ABGR8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_ABGR,\n                               SDL_PACKEDLAYOUT_8888, 32, 4),\n    SDL_PIXELFORMAT_BGRA8888 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_BGRA,\n                               SDL_PACKEDLAYOUT_8888, 32, 4),\n    SDL_PIXELFORMAT_ARGB2101010 =\n        SDL_DEFINE_PIXELFORMAT(SDL_PIXELTYPE_PACKED32, SDL_PACKEDORDER_ARGB,\n                               SDL_PACKEDLAYOUT_2101010, 32, 4),\n\n    SDL_PIXELFORMAT_YV12 =      /**< Planar mode: Y + V + U  (3 planes) */\n        SDL_DEFINE_PIXELFOURCC('Y', 'V', '1', '2'),\n    SDL_PIXELFORMAT_IYUV =      /**< Planar mode: Y + U + V  (3 planes) */\n        SDL_DEFINE_PIXELFOURCC('I', 'Y', 'U', 'V'),\n    SDL_PIXELFORMAT_YUY2 =      /**< Packed mode: Y0+U0+Y1+V0 (1 plane) */\n        SDL_DEFINE_PIXELFOURCC('Y', 'U', 'Y', '2'),\n    SDL_PIXELFORMAT_UYVY =      /**< Packed mode: U0+Y0+V0+Y1 (1 plane) */\n        SDL_DEFINE_PIXELFOURCC('U', 'Y', 'V', 'Y'),\n    SDL_PIXELFORMAT_YVYU =      /**< Packed mode: Y0+V0+Y1+U0 (1 plane) */\n        SDL_DEFINE_PIXELFOURCC('Y', 'V', 'Y', 'U')\n};\n\ntypedef struct SDL_Color\n{\n    Uint8 r;\n    Uint8 g;\n    Uint8 b;\n    Uint8 a;\n} SDL_Color;\n#define SDL_Colour SDL_Color\n\ntypedef struct SDL_Palette\n{\n    int ncolors;\n    SDL_Color *colors;\n    Uint32 version;\n    int refcount;\n} SDL_Palette;\n\n/**\n *  \\note Everything in the pixel format structure is read-only.\n */\ntypedef struct SDL_PixelFormat\n{\n    Uint32 format;\n    SDL_Palette *palette;\n    Uint8 BitsPerPixel;\n    Uint8 BytesPerPixel;\n    Uint8 padding[2];\n    Uint32 Rmask;\n    Uint32 Gmask;\n    Uint32 Bmask;\n    Uint32 Amask;\n    Uint8 Rloss;\n    Uint8 Gloss;\n    Uint8 Bloss;\n    Uint8 Aloss;\n    Uint8 Rshift;\n    Uint8 Gshift;\n    Uint8 Bshift;\n    Uint8 Ashift;\n    int refcount;\n    struct SDL_PixelFormat *next;\n} SDL_PixelFormat;\n\n/**\n * \\brief Get the human readable name of a pixel format\n */\nextern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format);\n\n/**\n *  \\brief Convert one of the enumerated pixel formats to a bpp and RGBA masks.\n *\n *  \\return SDL_TRUE, or SDL_FALSE if the conversion wasn't possible.\n *\n *  \\sa SDL_MasksToPixelFormatEnum()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,\n                                                            int *bpp,\n                                                            Uint32 * Rmask,\n                                                            Uint32 * Gmask,\n                                                            Uint32 * Bmask,\n                                                            Uint32 * Amask);\n\n/**\n *  \\brief Convert a bpp and RGBA masks to an enumerated pixel format.\n *\n *  \\return The pixel format, or ::SDL_PIXELFORMAT_UNKNOWN if the conversion\n *          wasn't possible.\n *\n *  \\sa SDL_PixelFormatEnumToMasks()\n */\nextern DECLSPEC Uint32 SDLCALL SDL_MasksToPixelFormatEnum(int bpp,\n                                                          Uint32 Rmask,\n                                                          Uint32 Gmask,\n                                                          Uint32 Bmask,\n                                                          Uint32 Amask);\n\n/**\n *  \\brief Create an SDL_PixelFormat structure from a pixel format enum.\n */\nextern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);\n\n/**\n *  \\brief Free an SDL_PixelFormat structure.\n */\nextern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);\n\n/**\n *  \\brief Create a palette structure with the specified number of color\n *         entries.\n *\n *  \\return A new palette, or NULL if there wasn't enough memory.\n *\n *  \\note The palette entries are initialized to white.\n *\n *  \\sa SDL_FreePalette()\n */\nextern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);\n\n/**\n *  \\brief Set the palette for a pixel format structure.\n */\nextern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,\n                                                      SDL_Palette *palette);\n\n/**\n *  \\brief Set a range of colors in a palette.\n *\n *  \\param palette    The palette to modify.\n *  \\param colors     An array of colors to copy into the palette.\n *  \\param firstcolor The index of the first palette entry to modify.\n *  \\param ncolors    The number of entries to modify.\n *\n *  \\return 0 on success, or -1 if not all of the colors could be set.\n */\nextern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,\n                                                 const SDL_Color * colors,\n                                                 int firstcolor, int ncolors);\n\n/**\n *  \\brief Free a palette created with SDL_AllocPalette().\n *\n *  \\sa SDL_AllocPalette()\n */\nextern DECLSPEC void SDLCALL SDL_FreePalette(SDL_Palette * palette);\n\n/**\n *  \\brief Maps an RGB triple to an opaque pixel value for a given pixel format.\n *\n *  \\sa SDL_MapRGBA\n */\nextern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,\n                                          Uint8 r, Uint8 g, Uint8 b);\n\n/**\n *  \\brief Maps an RGBA quadruple to a pixel value for a given pixel format.\n *\n *  \\sa SDL_MapRGB\n */\nextern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,\n                                           Uint8 r, Uint8 g, Uint8 b,\n                                           Uint8 a);\n\n/**\n *  \\brief Get the RGB components from a pixel of the specified format.\n *\n *  \\sa SDL_GetRGBA\n */\nextern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,\n                                        const SDL_PixelFormat * format,\n                                        Uint8 * r, Uint8 * g, Uint8 * b);\n\n/**\n *  \\brief Get the RGBA components from a pixel of the specified format.\n *\n *  \\sa SDL_GetRGB\n */\nextern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,\n                                         const SDL_PixelFormat * format,\n                                         Uint8 * r, Uint8 * g, Uint8 * b,\n                                         Uint8 * a);\n\n/**\n *  \\brief Calculate a 256 entry gamma ramp for a gamma value.\n */\nextern DECLSPEC void SDLCALL SDL_CalculateGammaRamp(float gamma, Uint16 * ramp);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_pixels_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_platform.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_platform.h\n *\n *  Try to get a standard set of platform defines.\n */\n\n#ifndef _SDL_platform_h\n#define _SDL_platform_h\n\n#if defined(_AIX)\n#undef __AIX__\n#define __AIX__     1\n#endif\n#if defined(__HAIKU__)\n#undef __HAIKU__\n#define __HAIKU__   1\n#endif\n#if defined(bsdi) || defined(__bsdi) || defined(__bsdi__)\n#undef __BSDI__\n#define __BSDI__    1\n#endif\n#if defined(_arch_dreamcast)\n#undef __DREAMCAST__\n#define __DREAMCAST__   1\n#endif\n#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)\n#undef __FREEBSD__\n#define __FREEBSD__ 1\n#endif\n#if defined(hpux) || defined(__hpux) || defined(__hpux__)\n#undef __HPUX__\n#define __HPUX__    1\n#endif\n#if defined(sgi) || defined(__sgi) || defined(__sgi__) || defined(_SGI_SOURCE)\n#undef __IRIX__\n#define __IRIX__    1\n#endif\n#if defined(linux) || defined(__linux) || defined(__linux__)\n#undef __LINUX__\n#define __LINUX__   1\n#endif\n#if defined(ANDROID) || defined(__ANDROID__)\n#undef __ANDROID__\n#undef __LINUX__ /* do we need to do this? */\n#define __ANDROID__ 1\n#endif\n\n#if defined(__APPLE__)\n/* lets us know what version of Mac OS X we're compiling on */\n#include \"AvailabilityMacros.h\"\n#include \"TargetConditionals.h\"\n#if TARGET_OS_IPHONE\n/* if compiling for iPhone */\n#undef __IPHONEOS__\n#define __IPHONEOS__ 1\n#undef __MACOSX__\n#else\n/* if not compiling for iPhone */\n#undef __MACOSX__\n#define __MACOSX__  1\n#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050\n# error SDL for Mac OS X only supports deploying on 10.5 and above.\n#endif /* MAC_OS_X_VERSION_MIN_REQUIRED < 1050 */\n#endif /* TARGET_OS_IPHONE */\n#endif /* defined(__APPLE__) */\n\n#if defined(__NetBSD__)\n#undef __NETBSD__\n#define __NETBSD__  1\n#endif\n#if defined(__OpenBSD__)\n#undef __OPENBSD__\n#define __OPENBSD__ 1\n#endif\n#if defined(__OS2__)\n#undef __OS2__\n#define __OS2__     1\n#endif\n#if defined(osf) || defined(__osf) || defined(__osf__) || defined(_OSF_SOURCE)\n#undef __OSF__\n#define __OSF__     1\n#endif\n#if defined(__QNXNTO__)\n#undef __QNXNTO__\n#define __QNXNTO__  1\n#endif\n#if defined(riscos) || defined(__riscos) || defined(__riscos__)\n#undef __RISCOS__\n#define __RISCOS__  1\n#endif\n#if defined(__SVR4)\n#undef __SOLARIS__\n#define __SOLARIS__ 1\n#endif\n\n#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__)\n/* Try to find out if we're compiling for WinRT or non-WinRT */\n/* If _USING_V110_SDK71_ is defined it means we are using the v110_xp or v120_xp toolset. */\n#if defined(__MINGW32__) || (defined(_MSC_VER) && (_MSC_VER >= 1700) && !_USING_V110_SDK71_)\t/* _MSC_VER==1700 for MSVC 2012 */\n#include <winapifamily.h>\n#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)\n#undef __WINDOWS__\n#define __WINDOWS__   1\n/* See if we're compiling for WinRT: */\n#elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)\n#undef __WINRT__\n#define __WINRT__ 1\n#endif\n#else\n#undef __WINDOWS__\n#define __WINDOWS__   1\n#endif /* _MSC_VER < 1700 */\n#endif /* defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) */\n\n#if defined(__WINDOWS__)\n#undef __WIN32__\n#define __WIN32__ 1\n#endif\n#if defined(__PSP__)\n#undef __PSP__\n#define __PSP__ 1\n#endif\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief Gets the name of the platform.\n */\nextern DECLSPEC const char * SDLCALL SDL_GetPlatform (void);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_platform_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_power.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_power_h\n#define _SDL_power_h\n\n/**\n *  \\file SDL_power.h\n *\n *  Header for the SDL power management routines.\n */\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief The basic state for the system's power supply.\n */\ntypedef enum\n{\n    SDL_POWERSTATE_UNKNOWN,      /**< cannot determine power status */\n    SDL_POWERSTATE_ON_BATTERY,   /**< Not plugged in, running on the battery */\n    SDL_POWERSTATE_NO_BATTERY,   /**< Plugged in, no battery available */\n    SDL_POWERSTATE_CHARGING,     /**< Plugged in, charging battery */\n    SDL_POWERSTATE_CHARGED       /**< Plugged in, battery charged */\n} SDL_PowerState;\n\n\n/**\n *  \\brief Get the current power supply details.\n *\n *  \\param secs Seconds of battery life left. You can pass a NULL here if\n *              you don't care. Will return -1 if we can't determine a\n *              value, or we're not running on a battery.\n *\n *  \\param pct Percentage of battery life left, between 0 and 100. You can\n *             pass a NULL here if you don't care. Will return -1 if we\n *             can't determine a value, or we're not running on a battery.\n *\n *  \\return The state of the battery (if any).\n */\nextern DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *secs, int *pct);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_power_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_quit.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_quit.h\n *\n *  Include file for SDL quit event handling.\n */\n\n#ifndef _SDL_quit_h\n#define _SDL_quit_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n/**\n *  \\file SDL_quit.h\n *\n *  An ::SDL_QUIT event is generated when the user tries to close the application\n *  window.  If it is ignored or filtered out, the window will remain open.\n *  If it is not ignored or filtered, it is queued normally and the window\n *  is allowed to close.  When the window is closed, screen updates will\n *  complete, but have no effect.\n *\n *  SDL_Init() installs signal handlers for SIGINT (keyboard interrupt)\n *  and SIGTERM (system termination request), if handlers do not already\n *  exist, that generate ::SDL_QUIT events as well.  There is no way\n *  to determine the cause of an ::SDL_QUIT event, but setting a signal\n *  handler in your application will override the default generation of\n *  quit events for that signal.\n *\n *  \\sa SDL_Quit()\n */\n\n/* There are no functions directly affecting the quit event */\n\n#define SDL_QuitRequested() \\\n        (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))\n\n#endif /* _SDL_quit_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_rect.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_rect.h\n *\n *  Header file for SDL_rect definition and management functions.\n */\n\n#ifndef _SDL_rect_h\n#define _SDL_rect_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_pixels.h\"\n#include \"SDL_rwops.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief  The structure that defines a point\n *\n *  \\sa SDL_EnclosePoints\n */\ntypedef struct SDL_Point\n{\n    int x;\n    int y;\n} SDL_Point;\n\n/**\n *  \\brief A rectangle, with the origin at the upper left.\n *\n *  \\sa SDL_RectEmpty\n *  \\sa SDL_RectEquals\n *  \\sa SDL_HasIntersection\n *  \\sa SDL_IntersectRect\n *  \\sa SDL_UnionRect\n *  \\sa SDL_EnclosePoints\n */\ntypedef struct SDL_Rect\n{\n    int x, y;\n    int w, h;\n} SDL_Rect;\n\n/**\n *  \\brief Returns true if the rectangle has no area.\n */\nSDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r)\n{\n    return ((!r) || (r->w <= 0) || (r->h <= 0)) ? SDL_TRUE : SDL_FALSE;\n}\n\n/**\n *  \\brief Returns true if the two rectangles are equal.\n */\nSDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b)\n{\n    return (a && b && (a->x == b->x) && (a->y == b->y) &&\n            (a->w == b->w) && (a->h == b->h)) ? SDL_TRUE : SDL_FALSE;\n}\n\n/**\n *  \\brief Determine whether two rectangles intersect.\n *\n *  \\return SDL_TRUE if there is an intersection, SDL_FALSE otherwise.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,\n                                                     const SDL_Rect * B);\n\n/**\n *  \\brief Calculate the intersection of two rectangles.\n *\n *  \\return SDL_TRUE if there is an intersection, SDL_FALSE otherwise.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IntersectRect(const SDL_Rect * A,\n                                                   const SDL_Rect * B,\n                                                   SDL_Rect * result);\n\n/**\n *  \\brief Calculate the union of two rectangles.\n */\nextern DECLSPEC void SDLCALL SDL_UnionRect(const SDL_Rect * A,\n                                           const SDL_Rect * B,\n                                           SDL_Rect * result);\n\n/**\n *  \\brief Calculate a minimal rectangle enclosing a set of points\n *\n *  \\return SDL_TRUE if any points were within the clipping rect\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point * points,\n                                                   int count,\n                                                   const SDL_Rect * clip,\n                                                   SDL_Rect * result);\n\n/**\n *  \\brief Calculate the intersection of a rectangle and line segment.\n *\n *  \\return SDL_TRUE if there is an intersection, SDL_FALSE otherwise.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IntersectRectAndLine(const SDL_Rect *\n                                                          rect, int *X1,\n                                                          int *Y1, int *X2,\n                                                          int *Y2);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_rect_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_render.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_render.h\n *\n *  Header file for SDL 2D rendering functions.\n *\n *  This API supports the following features:\n *      * single pixel points\n *      * single pixel lines\n *      * filled rectangles\n *      * texture images\n *\n *  The primitives may be drawn in opaque, blended, or additive modes.\n *\n *  The texture images may be drawn in opaque, blended, or additive modes.\n *  They can have an additional color tint or alpha modulation applied to\n *  them, and may also be stretched with linear interpolation.\n *\n *  This API is designed to accelerate simple 2D operations. You may\n *  want more functionality such as polygons and particle effects and\n *  in that case you should use SDL's OpenGL/Direct3D support or one\n *  of the many good 3D engines.\n *\n *  These functions must be called from the main thread.\n *  See this bug for details: http://bugzilla.libsdl.org/show_bug.cgi?id=1995\n */\n\n#ifndef _SDL_render_h\n#define _SDL_render_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_rect.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief Flags used when creating a rendering context\n */\ntypedef enum\n{\n    SDL_RENDERER_SOFTWARE = 0x00000001,         /**< The renderer is a software fallback */\n    SDL_RENDERER_ACCELERATED = 0x00000002,      /**< The renderer uses hardware\n                                                     acceleration */\n    SDL_RENDERER_PRESENTVSYNC = 0x00000004,     /**< Present is synchronized\n                                                     with the refresh rate */\n    SDL_RENDERER_TARGETTEXTURE = 0x00000008     /**< The renderer supports\n                                                     rendering to texture */\n} SDL_RendererFlags;\n\n/**\n *  \\brief Information on the capabilities of a render driver or context.\n */\ntypedef struct SDL_RendererInfo\n{\n    const char *name;           /**< The name of the renderer */\n    Uint32 flags;               /**< Supported ::SDL_RendererFlags */\n    Uint32 num_texture_formats; /**< The number of available texture formats */\n    Uint32 texture_formats[16]; /**< The available texture formats */\n    int max_texture_width;      /**< The maximimum texture width */\n    int max_texture_height;     /**< The maximimum texture height */\n} SDL_RendererInfo;\n\n/**\n *  \\brief The access pattern allowed for a texture.\n */\ntypedef enum\n{\n    SDL_TEXTUREACCESS_STATIC,    /**< Changes rarely, not lockable */\n    SDL_TEXTUREACCESS_STREAMING, /**< Changes frequently, lockable */\n    SDL_TEXTUREACCESS_TARGET     /**< Texture can be used as a render target */\n} SDL_TextureAccess;\n\n/**\n *  \\brief The texture channel modulation used in SDL_RenderCopy().\n */\ntypedef enum\n{\n    SDL_TEXTUREMODULATE_NONE = 0x00000000,     /**< No modulation */\n    SDL_TEXTUREMODULATE_COLOR = 0x00000001,    /**< srcC = srcC * color */\n    SDL_TEXTUREMODULATE_ALPHA = 0x00000002     /**< srcA = srcA * alpha */\n} SDL_TextureModulate;\n\n/**\n *  \\brief Flip constants for SDL_RenderCopyEx\n */\ntypedef enum\n{\n    SDL_FLIP_NONE = 0x00000000,     /**< Do not flip */\n    SDL_FLIP_HORIZONTAL = 0x00000001,    /**< flip horizontally */\n    SDL_FLIP_VERTICAL = 0x00000002     /**< flip vertically */\n} SDL_RendererFlip;\n\n/**\n *  \\brief A structure representing rendering state\n */\nstruct SDL_Renderer;\ntypedef struct SDL_Renderer SDL_Renderer;\n\n/**\n *  \\brief An efficient driver-specific representation of pixel data\n */\nstruct SDL_Texture;\ntypedef struct SDL_Texture SDL_Texture;\n\n\n/* Function prototypes */\n\n/**\n *  \\brief Get the number of 2D rendering drivers available for the current\n *         display.\n *\n *  A render driver is a set of code that handles rendering and texture\n *  management on a particular display.  Normally there is only one, but\n *  some drivers may have several available with different capabilities.\n *\n *  \\sa SDL_GetRenderDriverInfo()\n *  \\sa SDL_CreateRenderer()\n */\nextern DECLSPEC int SDLCALL SDL_GetNumRenderDrivers(void);\n\n/**\n *  \\brief Get information about a specific 2D rendering driver for the current\n *         display.\n *\n *  \\param index The index of the driver to query information about.\n *  \\param info  A pointer to an SDL_RendererInfo struct to be filled with\n *               information on the rendering driver.\n *\n *  \\return 0 on success, -1 if the index was out of range.\n *\n *  \\sa SDL_CreateRenderer()\n */\nextern DECLSPEC int SDLCALL SDL_GetRenderDriverInfo(int index,\n                                                    SDL_RendererInfo * info);\n\n/**\n *  \\brief Create a window and default renderer\n *\n *  \\param width    The width of the window\n *  \\param height   The height of the window\n *  \\param window_flags The flags used to create the window\n *  \\param window   A pointer filled with the window, or NULL on error\n *  \\param renderer A pointer filled with the renderer, or NULL on error\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_CreateWindowAndRenderer(\n                                int width, int height, Uint32 window_flags,\n                                SDL_Window **window, SDL_Renderer **renderer);\n\n\n/**\n *  \\brief Create a 2D rendering context for a window.\n *\n *  \\param window The window where rendering is displayed.\n *  \\param index    The index of the rendering driver to initialize, or -1 to\n *                  initialize the first one supporting the requested flags.\n *  \\param flags    ::SDL_RendererFlags.\n *\n *  \\return A valid rendering context or NULL if there was an error.\n *\n *  \\sa SDL_CreateSoftwareRenderer()\n *  \\sa SDL_GetRendererInfo()\n *  \\sa SDL_DestroyRenderer()\n */\nextern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateRenderer(SDL_Window * window,\n                                               int index, Uint32 flags);\n\n/**\n *  \\brief Create a 2D software rendering context for a surface.\n *\n *  \\param surface The surface where rendering is done.\n *\n *  \\return A valid rendering context or NULL if there was an error.\n *\n *  \\sa SDL_CreateRenderer()\n *  \\sa SDL_DestroyRenderer()\n */\nextern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);\n\n/**\n *  \\brief Get the renderer associated with a window.\n */\nextern DECLSPEC SDL_Renderer * SDLCALL SDL_GetRenderer(SDL_Window * window);\n\n/**\n *  \\brief Get information about a rendering context.\n */\nextern DECLSPEC int SDLCALL SDL_GetRendererInfo(SDL_Renderer * renderer,\n                                                SDL_RendererInfo * info);\n\n/**\n *  \\brief Get the output size of a rendering context.\n */\nextern DECLSPEC int SDLCALL SDL_GetRendererOutputSize(SDL_Renderer * renderer,\n                                                      int *w, int *h);\n\n/**\n *  \\brief Create a texture for a rendering context.\n *\n *  \\param renderer The renderer.\n *  \\param format The format of the texture.\n *  \\param access One of the enumerated values in ::SDL_TextureAccess.\n *  \\param w      The width of the texture in pixels.\n *  \\param h      The height of the texture in pixels.\n *\n *  \\return The created texture is returned, or 0 if no rendering context was\n *          active,  the format was unsupported, or the width or height were out\n *          of range.\n *\n *  \\sa SDL_QueryTexture()\n *  \\sa SDL_UpdateTexture()\n *  \\sa SDL_DestroyTexture()\n */\nextern DECLSPEC SDL_Texture * SDLCALL SDL_CreateTexture(SDL_Renderer * renderer,\n                                                        Uint32 format,\n                                                        int access, int w,\n                                                        int h);\n\n/**\n *  \\brief Create a texture from an existing surface.\n *\n *  \\param renderer The renderer.\n *  \\param surface The surface containing pixel data used to fill the texture.\n *\n *  \\return The created texture is returned, or 0 on error.\n *\n *  \\note The surface is not modified or freed by this function.\n *\n *  \\sa SDL_QueryTexture()\n *  \\sa SDL_DestroyTexture()\n */\nextern DECLSPEC SDL_Texture * SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer * renderer, SDL_Surface * surface);\n\n/**\n *  \\brief Query the attributes of a texture\n *\n *  \\param texture A texture to be queried.\n *  \\param format  A pointer filled in with the raw format of the texture.  The\n *                 actual format may differ, but pixel transfers will use this\n *                 format.\n *  \\param access  A pointer filled in with the actual access to the texture.\n *  \\param w       A pointer filled in with the width of the texture in pixels.\n *  \\param h       A pointer filled in with the height of the texture in pixels.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n */\nextern DECLSPEC int SDLCALL SDL_QueryTexture(SDL_Texture * texture,\n                                             Uint32 * format, int *access,\n                                             int *w, int *h);\n\n/**\n *  \\brief Set an additional color value used in render copy operations.\n *\n *  \\param texture The texture to update.\n *  \\param r       The red color value multiplied into copy operations.\n *  \\param g       The green color value multiplied into copy operations.\n *  \\param b       The blue color value multiplied into copy operations.\n *\n *  \\return 0 on success, or -1 if the texture is not valid or color modulation\n *          is not supported.\n *\n *  \\sa SDL_GetTextureColorMod()\n */\nextern DECLSPEC int SDLCALL SDL_SetTextureColorMod(SDL_Texture * texture,\n                                                   Uint8 r, Uint8 g, Uint8 b);\n\n\n/**\n *  \\brief Get the additional color value used in render copy operations.\n *\n *  \\param texture The texture to query.\n *  \\param r         A pointer filled in with the current red color value.\n *  \\param g         A pointer filled in with the current green color value.\n *  \\param b         A pointer filled in with the current blue color value.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n *\n *  \\sa SDL_SetTextureColorMod()\n */\nextern DECLSPEC int SDLCALL SDL_GetTextureColorMod(SDL_Texture * texture,\n                                                   Uint8 * r, Uint8 * g,\n                                                   Uint8 * b);\n\n/**\n *  \\brief Set an additional alpha value used in render copy operations.\n *\n *  \\param texture The texture to update.\n *  \\param alpha     The alpha value multiplied into copy operations.\n *\n *  \\return 0 on success, or -1 if the texture is not valid or alpha modulation\n *          is not supported.\n *\n *  \\sa SDL_GetTextureAlphaMod()\n */\nextern DECLSPEC int SDLCALL SDL_SetTextureAlphaMod(SDL_Texture * texture,\n                                                   Uint8 alpha);\n\n/**\n *  \\brief Get the additional alpha value used in render copy operations.\n *\n *  \\param texture The texture to query.\n *  \\param alpha     A pointer filled in with the current alpha value.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n *\n *  \\sa SDL_SetTextureAlphaMod()\n */\nextern DECLSPEC int SDLCALL SDL_GetTextureAlphaMod(SDL_Texture * texture,\n                                                   Uint8 * alpha);\n\n/**\n *  \\brief Set the blend mode used for texture copy operations.\n *\n *  \\param texture The texture to update.\n *  \\param blendMode ::SDL_BlendMode to use for texture blending.\n *\n *  \\return 0 on success, or -1 if the texture is not valid or the blend mode is\n *          not supported.\n *\n *  \\note If the blend mode is not supported, the closest supported mode is\n *        chosen.\n *\n *  \\sa SDL_GetTextureBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_SetTextureBlendMode(SDL_Texture * texture,\n                                                    SDL_BlendMode blendMode);\n\n/**\n *  \\brief Get the blend mode used for texture copy operations.\n *\n *  \\param texture   The texture to query.\n *  \\param blendMode A pointer filled in with the current blend mode.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n *\n *  \\sa SDL_SetTextureBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_GetTextureBlendMode(SDL_Texture * texture,\n                                                    SDL_BlendMode *blendMode);\n\n/**\n *  \\brief Update the given texture rectangle with new pixel data.\n *\n *  \\param texture   The texture to update\n *  \\param rect      A pointer to the rectangle of pixels to update, or NULL to\n *                   update the entire texture.\n *  \\param pixels    The raw pixel data.\n *  \\param pitch     The number of bytes between rows of pixel data.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n *\n *  \\note This is a fairly slow function.\n */\nextern DECLSPEC int SDLCALL SDL_UpdateTexture(SDL_Texture * texture,\n                                              const SDL_Rect * rect,\n                                              const void *pixels, int pitch);\n\n/**\n *  \\brief Update a rectangle within a planar YV12 or IYUV texture with new pixel data.\n *\n *  \\param texture   The texture to update\n *  \\param rect      A pointer to the rectangle of pixels to update, or NULL to\n *                   update the entire texture.\n *  \\param Yplane    The raw pixel data for the Y plane.\n *  \\param Ypitch    The number of bytes between rows of pixel data for the Y plane.\n *  \\param Uplane    The raw pixel data for the U plane.\n *  \\param Upitch    The number of bytes between rows of pixel data for the U plane.\n *  \\param Vplane    The raw pixel data for the V plane.\n *  \\param Vpitch    The number of bytes between rows of pixel data for the V plane.\n *\n *  \\return 0 on success, or -1 if the texture is not valid.\n *\n *  \\note You can use SDL_UpdateTexture() as long as your pixel data is\n *        a contiguous block of Y and U/V planes in the proper order, but\n *        this function is available if your pixel data is not contiguous.\n */\nextern DECLSPEC int SDLCALL SDL_UpdateYUVTexture(SDL_Texture * texture,\n                                                 const SDL_Rect * rect,\n                                                 const Uint8 *Yplane, int Ypitch,\n                                                 const Uint8 *Uplane, int Upitch,\n                                                 const Uint8 *Vplane, int Vpitch);\n\n/**\n *  \\brief Lock a portion of the texture for write-only pixel access.\n *\n *  \\param texture   The texture to lock for access, which was created with\n *                   ::SDL_TEXTUREACCESS_STREAMING.\n *  \\param rect      A pointer to the rectangle to lock for access. If the rect\n *                   is NULL, the entire texture will be locked.\n *  \\param pixels    This is filled in with a pointer to the locked pixels,\n *                   appropriately offset by the locked area.\n *  \\param pitch     This is filled in with the pitch of the locked pixels.\n *\n *  \\return 0 on success, or -1 if the texture is not valid or was not created with ::SDL_TEXTUREACCESS_STREAMING.\n *\n *  \\sa SDL_UnlockTexture()\n */\nextern DECLSPEC int SDLCALL SDL_LockTexture(SDL_Texture * texture,\n                                            const SDL_Rect * rect,\n                                            void **pixels, int *pitch);\n\n/**\n *  \\brief Unlock a texture, uploading the changes to video memory, if needed.\n *\n *  \\sa SDL_LockTexture()\n */\nextern DECLSPEC void SDLCALL SDL_UnlockTexture(SDL_Texture * texture);\n\n/**\n * \\brief Determines whether a window supports the use of render targets\n *\n * \\param renderer The renderer that will be checked\n *\n * \\return SDL_TRUE if supported, SDL_FALSE if not.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_RenderTargetSupported(SDL_Renderer *renderer);\n\n/**\n * \\brief Set a texture as the current rendering target.\n *\n * \\param renderer The renderer.\n * \\param texture The targeted texture, which must be created with the SDL_TEXTUREACCESS_TARGET flag, or NULL for the default render target\n *\n * \\return 0 on success, or -1 on error\n *\n *  \\sa SDL_GetRenderTarget()\n */\nextern DECLSPEC int SDLCALL SDL_SetRenderTarget(SDL_Renderer *renderer,\n                                                SDL_Texture *texture);\n\n/**\n * \\brief Get the current render target or NULL for the default render target.\n *\n * \\return The current render target\n *\n *  \\sa SDL_SetRenderTarget()\n */\nextern DECLSPEC SDL_Texture * SDLCALL SDL_GetRenderTarget(SDL_Renderer *renderer);\n\n/**\n *  \\brief Set device independent resolution for rendering\n *\n *  \\param renderer The renderer for which resolution should be set.\n *  \\param w      The width of the logical resolution\n *  \\param h      The height of the logical resolution\n *\n *  This function uses the viewport and scaling functionality to allow a fixed logical\n *  resolution for rendering, regardless of the actual output resolution.  If the actual\n *  output resolution doesn't have the same aspect ratio the output rendering will be\n *  centered within the output display.\n *\n *  If the output display is a window, mouse events in the window will be filtered\n *  and scaled so they seem to arrive within the logical resolution.\n *\n *  \\note If this function results in scaling or subpixel drawing by the\n *        rendering backend, it will be handled using the appropriate\n *        quality hints.\n *\n *  \\sa SDL_RenderGetLogicalSize()\n *  \\sa SDL_RenderSetScale()\n *  \\sa SDL_RenderSetViewport()\n */\nextern DECLSPEC int SDLCALL SDL_RenderSetLogicalSize(SDL_Renderer * renderer, int w, int h);\n\n/**\n *  \\brief Get device independent resolution for rendering\n *\n *  \\param renderer The renderer from which resolution should be queried.\n *  \\param w      A pointer filled with the width of the logical resolution\n *  \\param h      A pointer filled with the height of the logical resolution\n *\n *  \\sa SDL_RenderSetLogicalSize()\n */\nextern DECLSPEC void SDLCALL SDL_RenderGetLogicalSize(SDL_Renderer * renderer, int *w, int *h);\n\n/**\n *  \\brief Set the drawing area for rendering on the current target.\n *\n *  \\param renderer The renderer for which the drawing area should be set.\n *  \\param rect The rectangle representing the drawing area, or NULL to set the viewport to the entire target.\n *\n *  The x,y of the viewport rect represents the origin for rendering.\n *\n *  \\return 0 on success, or -1 on error\n *\n *  \\note If the window associated with the renderer is resized, the viewport is automatically reset.\n *\n *  \\sa SDL_RenderGetViewport()\n *  \\sa SDL_RenderSetLogicalSize()\n */\nextern DECLSPEC int SDLCALL SDL_RenderSetViewport(SDL_Renderer * renderer,\n                                                  const SDL_Rect * rect);\n\n/**\n *  \\brief Get the drawing area for the current target.\n *\n *  \\sa SDL_RenderSetViewport()\n */\nextern DECLSPEC void SDLCALL SDL_RenderGetViewport(SDL_Renderer * renderer,\n                                                   SDL_Rect * rect);\n\n/**\n *  \\brief Set the clip rectangle for the current target.\n *\n *  \\param renderer The renderer for which clip rectangle should be set.\n *  \\param rect   A pointer to the rectangle to set as the clip rectangle, or\n *                NULL to disable clipping.\n *\n *  \\return 0 on success, or -1 on error\n *\n *  \\sa SDL_RenderGetClipRect()\n */\nextern DECLSPEC int SDLCALL SDL_RenderSetClipRect(SDL_Renderer * renderer,\n                                                  const SDL_Rect * rect);\n\n/**\n *  \\brief Get the clip rectangle for the current target.\n *\n *  \\param renderer The renderer from which clip rectangle should be queried.\n *  \\param rect   A pointer filled in with the current clip rectangle, or\n *                an empty rectangle if clipping is disabled.\n *\n *  \\sa SDL_RenderSetClipRect()\n */\nextern DECLSPEC void SDLCALL SDL_RenderGetClipRect(SDL_Renderer * renderer,\n                                                   SDL_Rect * rect);\n\n/**\n *  \\brief Set the drawing scale for rendering on the current target.\n *\n *  \\param renderer The renderer for which the drawing scale should be set.\n *  \\param scaleX The horizontal scaling factor\n *  \\param scaleY The vertical scaling factor\n *\n *  The drawing coordinates are scaled by the x/y scaling factors\n *  before they are used by the renderer.  This allows resolution\n *  independent drawing with a single coordinate system.\n *\n *  \\note If this results in scaling or subpixel drawing by the\n *        rendering backend, it will be handled using the appropriate\n *        quality hints.  For best results use integer scaling factors.\n *\n *  \\sa SDL_RenderGetScale()\n *  \\sa SDL_RenderSetLogicalSize()\n */\nextern DECLSPEC int SDLCALL SDL_RenderSetScale(SDL_Renderer * renderer,\n                                               float scaleX, float scaleY);\n\n/**\n *  \\brief Get the drawing scale for the current target.\n *\n *  \\param renderer The renderer from which drawing scale should be queried.\n *  \\param scaleX A pointer filled in with the horizontal scaling factor\n *  \\param scaleY A pointer filled in with the vertical scaling factor\n *\n *  \\sa SDL_RenderSetScale()\n */\nextern DECLSPEC void SDLCALL SDL_RenderGetScale(SDL_Renderer * renderer,\n                                               float *scaleX, float *scaleY);\n\n/**\n *  \\brief Set the color used for drawing operations (Rect, Line and Clear).\n *\n *  \\param renderer The renderer for which drawing color should be set.\n *  \\param r The red value used to draw on the rendering target.\n *  \\param g The green value used to draw on the rendering target.\n *  \\param b The blue value used to draw on the rendering target.\n *  \\param a The alpha value used to draw on the rendering target, usually\n *           ::SDL_ALPHA_OPAQUE (255).\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_SetRenderDrawColor(SDL_Renderer * renderer,\n                                           Uint8 r, Uint8 g, Uint8 b,\n                                           Uint8 a);\n\n/**\n *  \\brief Get the color used for drawing operations (Rect, Line and Clear).\n *\n *  \\param renderer The renderer from which drawing color should be queried.\n *  \\param r A pointer to the red value used to draw on the rendering target.\n *  \\param g A pointer to the green value used to draw on the rendering target.\n *  \\param b A pointer to the blue value used to draw on the rendering target.\n *  \\param a A pointer to the alpha value used to draw on the rendering target,\n *           usually ::SDL_ALPHA_OPAQUE (255).\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_GetRenderDrawColor(SDL_Renderer * renderer,\n                                           Uint8 * r, Uint8 * g, Uint8 * b,\n                                           Uint8 * a);\n\n/**\n *  \\brief Set the blend mode used for drawing operations (Fill and Line).\n *\n *  \\param renderer The renderer for which blend mode should be set.\n *  \\param blendMode ::SDL_BlendMode to use for blending.\n *\n *  \\return 0 on success, or -1 on error\n *\n *  \\note If the blend mode is not supported, the closest supported mode is\n *        chosen.\n *\n *  \\sa SDL_GetRenderDrawBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_SetRenderDrawBlendMode(SDL_Renderer * renderer,\n                                                       SDL_BlendMode blendMode);\n\n/**\n *  \\brief Get the blend mode used for drawing operations.\n *\n *  \\param renderer The renderer from which blend mode should be queried.\n *  \\param blendMode A pointer filled in with the current blend mode.\n *\n *  \\return 0 on success, or -1 on error\n *\n *  \\sa SDL_SetRenderDrawBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer,\n                                                       SDL_BlendMode *blendMode);\n\n/**\n *  \\brief Clear the current rendering target with the drawing color\n *\n *  This function clears the entire rendering target, ignoring the viewport.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderClear(SDL_Renderer * renderer);\n\n/**\n *  \\brief Draw a point on the current rendering target.\n *\n *  \\param renderer The renderer which should draw a point.\n *  \\param x The x coordinate of the point.\n *  \\param y The y coordinate of the point.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawPoint(SDL_Renderer * renderer,\n                                                int x, int y);\n\n/**\n *  \\brief Draw multiple points on the current rendering target.\n *\n *  \\param renderer The renderer which should draw multiple points.\n *  \\param points The points to draw\n *  \\param count The number of points to draw\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawPoints(SDL_Renderer * renderer,\n                                                 const SDL_Point * points,\n                                                 int count);\n\n/**\n *  \\brief Draw a line on the current rendering target.\n *\n *  \\param renderer The renderer which should draw a line.\n *  \\param x1 The x coordinate of the start point.\n *  \\param y1 The y coordinate of the start point.\n *  \\param x2 The x coordinate of the end point.\n *  \\param y2 The y coordinate of the end point.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawLine(SDL_Renderer * renderer,\n                                               int x1, int y1, int x2, int y2);\n\n/**\n *  \\brief Draw a series of connected lines on the current rendering target.\n *\n *  \\param renderer The renderer which should draw multiple lines.\n *  \\param points The points along the lines\n *  \\param count The number of points, drawing count-1 lines\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawLines(SDL_Renderer * renderer,\n                                                const SDL_Point * points,\n                                                int count);\n\n/**\n *  \\brief Draw a rectangle on the current rendering target.\n *\n *  \\param renderer The renderer which should draw a rectangle.\n *  \\param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawRect(SDL_Renderer * renderer,\n                                               const SDL_Rect * rect);\n\n/**\n *  \\brief Draw some number of rectangles on the current rendering target.\n *\n *  \\param renderer The renderer which should draw multiple rectangles.\n *  \\param rects A pointer to an array of destination rectangles.\n *  \\param count The number of rectangles.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderDrawRects(SDL_Renderer * renderer,\n                                                const SDL_Rect * rects,\n                                                int count);\n\n/**\n *  \\brief Fill a rectangle on the current rendering target with the drawing color.\n *\n *  \\param renderer The renderer which should fill a rectangle.\n *  \\param rect A pointer to the destination rectangle, or NULL for the entire\n *              rendering target.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderFillRect(SDL_Renderer * renderer,\n                                               const SDL_Rect * rect);\n\n/**\n *  \\brief Fill some number of rectangles on the current rendering target with the drawing color.\n *\n *  \\param renderer The renderer which should fill multiple rectangles.\n *  \\param rects A pointer to an array of destination rectangles.\n *  \\param count The number of rectangles.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,\n                                                const SDL_Rect * rects,\n                                                int count);\n\n/**\n *  \\brief Copy a portion of the texture to the current rendering target.\n *\n *  \\param renderer The renderer which should copy parts of a texture.\n *  \\param texture The source texture.\n *  \\param srcrect   A pointer to the source rectangle, or NULL for the entire\n *                   texture.\n *  \\param dstrect   A pointer to the destination rectangle, or NULL for the\n *                   entire rendering target.\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_Renderer * renderer,\n                                           SDL_Texture * texture,\n                                           const SDL_Rect * srcrect,\n                                           const SDL_Rect * dstrect);\n\n/**\n *  \\brief Copy a portion of the source texture to the current rendering target, rotating it by angle around the given center\n *\n *  \\param renderer The renderer which should copy parts of a texture.\n *  \\param texture The source texture.\n *  \\param srcrect   A pointer to the source rectangle, or NULL for the entire\n *                   texture.\n *  \\param dstrect   A pointer to the destination rectangle, or NULL for the\n *                   entire rendering target.\n *  \\param angle    An angle in degrees that indicates the rotation that will be applied to dstrect\n *  \\param center   A pointer to a point indicating the point around which dstrect will be rotated (if NULL, rotation will be done aroud dstrect.w/2, dstrect.h/2)\n *  \\param flip     An SDL_RendererFlip value stating which flipping actions should be performed on the texture\n *\n *  \\return 0 on success, or -1 on error\n */\nextern DECLSPEC int SDLCALL SDL_RenderCopyEx(SDL_Renderer * renderer,\n                                           SDL_Texture * texture,\n                                           const SDL_Rect * srcrect,\n                                           const SDL_Rect * dstrect,\n                                           const double angle,\n                                           const SDL_Point *center,\n                                           const SDL_RendererFlip flip);\n\n/**\n *  \\brief Read pixels from the current rendering target.\n *\n *  \\param renderer The renderer from which pixels should be read.\n *  \\param rect   A pointer to the rectangle to read, or NULL for the entire\n *                render target.\n *  \\param format The desired format of the pixel data, or 0 to use the format\n *                of the rendering target\n *  \\param pixels A pointer to be filled in with the pixel data\n *  \\param pitch  The pitch of the pixels parameter.\n *\n *  \\return 0 on success, or -1 if pixel reading is not supported.\n *\n *  \\warning This is a very slow operation, and should not be used frequently.\n */\nextern DECLSPEC int SDLCALL SDL_RenderReadPixels(SDL_Renderer * renderer,\n                                                 const SDL_Rect * rect,\n                                                 Uint32 format,\n                                                 void *pixels, int pitch);\n\n/**\n *  \\brief Update the screen with rendering performed.\n */\nextern DECLSPEC void SDLCALL SDL_RenderPresent(SDL_Renderer * renderer);\n\n/**\n *  \\brief Destroy the specified texture.\n *\n *  \\sa SDL_CreateTexture()\n *  \\sa SDL_CreateTextureFromSurface()\n */\nextern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture);\n\n/**\n *  \\brief Destroy the rendering context for a window and free associated\n *         textures.\n *\n *  \\sa SDL_CreateRenderer()\n */\nextern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_Renderer * renderer);\n\n\n/**\n *  \\brief Bind the texture to the current OpenGL/ES/ES2 context for use with\n *         OpenGL instructions.\n *\n *  \\param texture  The SDL texture to bind\n *  \\param texw     A pointer to a float that will be filled with the texture width\n *  \\param texh     A pointer to a float that will be filled with the texture height\n *\n *  \\return 0 on success, or -1 if the operation is not supported\n */\nextern DECLSPEC int SDLCALL SDL_GL_BindTexture(SDL_Texture *texture, float *texw, float *texh);\n\n/**\n *  \\brief Unbind a texture from the current OpenGL/ES/ES2 context.\n *\n *  \\param texture  The SDL texture to unbind\n *\n *  \\return 0 on success, or -1 if the operation is not supported\n */\nextern DECLSPEC int SDLCALL SDL_GL_UnbindTexture(SDL_Texture *texture);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_render_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_revision.h",
    "content": "#define SDL_REVISION \"hg-8628:b558f99d48f0\"\n#define SDL_REVISION_NUMBER 8628\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_rwops.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_rwops.h\n *\n *  This file provides a general interface for SDL to read and write\n *  data streams.  It can easily be extended to files, memory, etc.\n */\n\n#ifndef _SDL_rwops_h\n#define _SDL_rwops_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* RWops Types */\n#define SDL_RWOPS_UNKNOWN   0   /* Unknown stream type */\n#define SDL_RWOPS_WINFILE   1   /* Win32 file */\n#define SDL_RWOPS_STDFILE   2   /* Stdio file */\n#define SDL_RWOPS_JNIFILE   3   /* Android asset */\n#define SDL_RWOPS_MEMORY    4   /* Memory stream */\n#define SDL_RWOPS_MEMORY_RO 5   /* Read-Only memory stream */\n\n/**\n * This is the read/write operation structure -- very basic.\n */\ntypedef struct SDL_RWops\n{\n    /**\n     *  Return the size of the file in this rwops, or -1 if unknown\n     */\n    Sint64 (SDLCALL * size) (struct SDL_RWops * context);\n\n    /**\n     *  Seek to \\c offset relative to \\c whence, one of stdio's whence values:\n     *  RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END\n     *\n     *  \\return the final offset in the data stream, or -1 on error.\n     */\n    Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,\n                             int whence);\n\n    /**\n     *  Read up to \\c maxnum objects each of size \\c size from the data\n     *  stream to the area pointed at by \\c ptr.\n     *\n     *  \\return the number of objects read, or 0 at error or end of file.\n     */\n    size_t (SDLCALL * read) (struct SDL_RWops * context, void *ptr,\n                             size_t size, size_t maxnum);\n\n    /**\n     *  Write exactly \\c num objects each of size \\c size from the area\n     *  pointed at by \\c ptr to data stream.\n     *\n     *  \\return the number of objects written, or 0 at error or end of file.\n     */\n    size_t (SDLCALL * write) (struct SDL_RWops * context, const void *ptr,\n                              size_t size, size_t num);\n\n    /**\n     *  Close and free an allocated SDL_RWops structure.\n     *\n     *  \\return 0 if successful or -1 on write error when flushing data.\n     */\n    int (SDLCALL * close) (struct SDL_RWops * context);\n\n    Uint32 type;\n    union\n    {\n#if defined(ANDROID)\n        struct\n        {\n            void *fileNameRef;\n            void *inputStreamRef;\n            void *readableByteChannelRef;\n            void *readMethod;\n            void *assetFileDescriptorRef;\n            long position;\n            long size;\n            long offset;\n            int fd;\n        } androidio;\n#elif defined(__WIN32__)\n        struct\n        {\n            SDL_bool append;\n            void *h;\n            struct\n            {\n                void *data;\n                size_t size;\n                size_t left;\n            } buffer;\n        } windowsio;\n#endif\n\n#ifdef HAVE_STDIO_H\n        struct\n        {\n            SDL_bool autoclose;\n            FILE *fp;\n        } stdio;\n#endif\n        struct\n        {\n            Uint8 *base;\n            Uint8 *here;\n            Uint8 *stop;\n        } mem;\n        struct\n        {\n            void *data1;\n            void *data2;\n        } unknown;\n    } hidden;\n\n} SDL_RWops;\n\n\n/**\n *  \\name RWFrom functions\n *\n *  Functions to create SDL_RWops structures from various data streams.\n */\n/* @{ */\n\nextern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFile(const char *file,\n                                                  const char *mode);\n\n#ifdef HAVE_STDIO_H\nextern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(FILE * fp,\n                                                SDL_bool autoclose);\n#else\nextern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(void * fp,\n                                                SDL_bool autoclose);\n#endif\n\nextern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromMem(void *mem, int size);\nextern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromConstMem(const void *mem,\n                                                      int size);\n\n/* @} *//* RWFrom functions */\n\n\nextern DECLSPEC SDL_RWops *SDLCALL SDL_AllocRW(void);\nextern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area);\n\n#define RW_SEEK_SET 0       /**< Seek from the beginning of data */\n#define RW_SEEK_CUR 1       /**< Seek relative to current read point */\n#define RW_SEEK_END 2       /**< Seek relative to the end of data */\n\n/**\n *  \\name Read/write macros\n *\n *  Macros to easily read and write from an SDL_RWops structure.\n */\n/* @{ */\n#define SDL_RWsize(ctx)         (ctx)->size(ctx)\n#define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)\n#define SDL_RWtell(ctx)         (ctx)->seek(ctx, 0, RW_SEEK_CUR)\n#define SDL_RWread(ctx, ptr, size, n)   (ctx)->read(ctx, ptr, size, n)\n#define SDL_RWwrite(ctx, ptr, size, n)  (ctx)->write(ctx, ptr, size, n)\n#define SDL_RWclose(ctx)        (ctx)->close(ctx)\n/* @} *//* Read/write macros */\n\n\n/**\n *  \\name Read endian functions\n *\n *  Read an item of the specified endianness and return in native format.\n */\n/* @{ */\nextern DECLSPEC Uint8 SDLCALL SDL_ReadU8(SDL_RWops * src);\nextern DECLSPEC Uint16 SDLCALL SDL_ReadLE16(SDL_RWops * src);\nextern DECLSPEC Uint16 SDLCALL SDL_ReadBE16(SDL_RWops * src);\nextern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);\nextern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);\nextern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops * src);\nextern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops * src);\n/* @} *//* Read endian functions */\n\n/**\n *  \\name Write endian functions\n *\n *  Write an item of native format to the specified endianness.\n */\n/* @{ */\nextern DECLSPEC size_t SDLCALL SDL_WriteU8(SDL_RWops * dst, Uint8 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteLE16(SDL_RWops * dst, Uint16 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteBE16(SDL_RWops * dst, Uint16 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteLE64(SDL_RWops * dst, Uint64 value);\nextern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);\n/* @} *//* Write endian functions */\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_rwops_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_scancode.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_scancode.h\n *\n *  Defines keyboard scancodes.\n */\n\n#ifndef _SDL_scancode_h\n#define _SDL_scancode_h\n\n#include \"SDL_stdinc.h\"\n\n/**\n *  \\brief The SDL keyboard scancode representation.\n *\n *  Values of this type are used to represent keyboard keys, among other places\n *  in the \\link SDL_Keysym::scancode key.keysym.scancode \\endlink field of the\n *  SDL_Event structure.\n *\n *  The values in this enumeration are based on the USB usage page standard:\n *  http://www.usb.org/developers/devclass_docs/Hut1_12v2.pdf\n */\ntypedef enum\n{\n    SDL_SCANCODE_UNKNOWN = 0,\n\n    /**\n     *  \\name Usage page 0x07\n     *\n     *  These values are from usage page 0x07 (USB keyboard page).\n     */\n    /* @{ */\n\n    SDL_SCANCODE_A = 4,\n    SDL_SCANCODE_B = 5,\n    SDL_SCANCODE_C = 6,\n    SDL_SCANCODE_D = 7,\n    SDL_SCANCODE_E = 8,\n    SDL_SCANCODE_F = 9,\n    SDL_SCANCODE_G = 10,\n    SDL_SCANCODE_H = 11,\n    SDL_SCANCODE_I = 12,\n    SDL_SCANCODE_J = 13,\n    SDL_SCANCODE_K = 14,\n    SDL_SCANCODE_L = 15,\n    SDL_SCANCODE_M = 16,\n    SDL_SCANCODE_N = 17,\n    SDL_SCANCODE_O = 18,\n    SDL_SCANCODE_P = 19,\n    SDL_SCANCODE_Q = 20,\n    SDL_SCANCODE_R = 21,\n    SDL_SCANCODE_S = 22,\n    SDL_SCANCODE_T = 23,\n    SDL_SCANCODE_U = 24,\n    SDL_SCANCODE_V = 25,\n    SDL_SCANCODE_W = 26,\n    SDL_SCANCODE_X = 27,\n    SDL_SCANCODE_Y = 28,\n    SDL_SCANCODE_Z = 29,\n\n    SDL_SCANCODE_1 = 30,\n    SDL_SCANCODE_2 = 31,\n    SDL_SCANCODE_3 = 32,\n    SDL_SCANCODE_4 = 33,\n    SDL_SCANCODE_5 = 34,\n    SDL_SCANCODE_6 = 35,\n    SDL_SCANCODE_7 = 36,\n    SDL_SCANCODE_8 = 37,\n    SDL_SCANCODE_9 = 38,\n    SDL_SCANCODE_0 = 39,\n\n    SDL_SCANCODE_RETURN = 40,\n    SDL_SCANCODE_ESCAPE = 41,\n    SDL_SCANCODE_BACKSPACE = 42,\n    SDL_SCANCODE_TAB = 43,\n    SDL_SCANCODE_SPACE = 44,\n\n    SDL_SCANCODE_MINUS = 45,\n    SDL_SCANCODE_EQUALS = 46,\n    SDL_SCANCODE_LEFTBRACKET = 47,\n    SDL_SCANCODE_RIGHTBRACKET = 48,\n    SDL_SCANCODE_BACKSLASH = 49, /**< Located at the lower left of the return\n                                  *   key on ISO keyboards and at the right end\n                                  *   of the QWERTY row on ANSI keyboards.\n                                  *   Produces REVERSE SOLIDUS (backslash) and\n                                  *   VERTICAL LINE in a US layout, REVERSE\n                                  *   SOLIDUS and VERTICAL LINE in a UK Mac\n                                  *   layout, NUMBER SIGN and TILDE in a UK\n                                  *   Windows layout, DOLLAR SIGN and POUND SIGN\n                                  *   in a Swiss German layout, NUMBER SIGN and\n                                  *   APOSTROPHE in a German layout, GRAVE\n                                  *   ACCENT and POUND SIGN in a French Mac\n                                  *   layout, and ASTERISK and MICRO SIGN in a\n                                  *   French Windows layout.\n                                  */\n    SDL_SCANCODE_NONUSHASH = 50, /**< ISO USB keyboards actually use this code\n                                  *   instead of 49 for the same key, but all\n                                  *   OSes I've seen treat the two codes\n                                  *   identically. So, as an implementor, unless\n                                  *   your keyboard generates both of those\n                                  *   codes and your OS treats them differently,\n                                  *   you should generate SDL_SCANCODE_BACKSLASH\n                                  *   instead of this code. As a user, you\n                                  *   should not rely on this code because SDL\n                                  *   will never generate it with most (all?)\n                                  *   keyboards.\n                                  */\n    SDL_SCANCODE_SEMICOLON = 51,\n    SDL_SCANCODE_APOSTROPHE = 52,\n    SDL_SCANCODE_GRAVE = 53, /**< Located in the top left corner (on both ANSI\n                              *   and ISO keyboards). Produces GRAVE ACCENT and\n                              *   TILDE in a US Windows layout and in US and UK\n                              *   Mac layouts on ANSI keyboards, GRAVE ACCENT\n                              *   and NOT SIGN in a UK Windows layout, SECTION\n                              *   SIGN and PLUS-MINUS SIGN in US and UK Mac\n                              *   layouts on ISO keyboards, SECTION SIGN and\n                              *   DEGREE SIGN in a Swiss German layout (Mac:\n                              *   only on ISO keyboards), CIRCUMFLEX ACCENT and\n                              *   DEGREE SIGN in a German layout (Mac: only on\n                              *   ISO keyboards), SUPERSCRIPT TWO and TILDE in a\n                              *   French Windows layout, COMMERCIAL AT and\n                              *   NUMBER SIGN in a French Mac layout on ISO\n                              *   keyboards, and LESS-THAN SIGN and GREATER-THAN\n                              *   SIGN in a Swiss German, German, or French Mac\n                              *   layout on ANSI keyboards.\n                              */\n    SDL_SCANCODE_COMMA = 54,\n    SDL_SCANCODE_PERIOD = 55,\n    SDL_SCANCODE_SLASH = 56,\n\n    SDL_SCANCODE_CAPSLOCK = 57,\n\n    SDL_SCANCODE_F1 = 58,\n    SDL_SCANCODE_F2 = 59,\n    SDL_SCANCODE_F3 = 60,\n    SDL_SCANCODE_F4 = 61,\n    SDL_SCANCODE_F5 = 62,\n    SDL_SCANCODE_F6 = 63,\n    SDL_SCANCODE_F7 = 64,\n    SDL_SCANCODE_F8 = 65,\n    SDL_SCANCODE_F9 = 66,\n    SDL_SCANCODE_F10 = 67,\n    SDL_SCANCODE_F11 = 68,\n    SDL_SCANCODE_F12 = 69,\n\n    SDL_SCANCODE_PRINTSCREEN = 70,\n    SDL_SCANCODE_SCROLLLOCK = 71,\n    SDL_SCANCODE_PAUSE = 72,\n    SDL_SCANCODE_INSERT = 73, /**< insert on PC, help on some Mac keyboards (but\n                                   does send code 73, not 117) */\n    SDL_SCANCODE_HOME = 74,\n    SDL_SCANCODE_PAGEUP = 75,\n    SDL_SCANCODE_DELETE = 76,\n    SDL_SCANCODE_END = 77,\n    SDL_SCANCODE_PAGEDOWN = 78,\n    SDL_SCANCODE_RIGHT = 79,\n    SDL_SCANCODE_LEFT = 80,\n    SDL_SCANCODE_DOWN = 81,\n    SDL_SCANCODE_UP = 82,\n\n    SDL_SCANCODE_NUMLOCKCLEAR = 83, /**< num lock on PC, clear on Mac keyboards\n                                     */\n    SDL_SCANCODE_KP_DIVIDE = 84,\n    SDL_SCANCODE_KP_MULTIPLY = 85,\n    SDL_SCANCODE_KP_MINUS = 86,\n    SDL_SCANCODE_KP_PLUS = 87,\n    SDL_SCANCODE_KP_ENTER = 88,\n    SDL_SCANCODE_KP_1 = 89,\n    SDL_SCANCODE_KP_2 = 90,\n    SDL_SCANCODE_KP_3 = 91,\n    SDL_SCANCODE_KP_4 = 92,\n    SDL_SCANCODE_KP_5 = 93,\n    SDL_SCANCODE_KP_6 = 94,\n    SDL_SCANCODE_KP_7 = 95,\n    SDL_SCANCODE_KP_8 = 96,\n    SDL_SCANCODE_KP_9 = 97,\n    SDL_SCANCODE_KP_0 = 98,\n    SDL_SCANCODE_KP_PERIOD = 99,\n\n    SDL_SCANCODE_NONUSBACKSLASH = 100, /**< This is the additional key that ISO\n                                        *   keyboards have over ANSI ones,\n                                        *   located between left shift and Y.\n                                        *   Produces GRAVE ACCENT and TILDE in a\n                                        *   US or UK Mac layout, REVERSE SOLIDUS\n                                        *   (backslash) and VERTICAL LINE in a\n                                        *   US or UK Windows layout, and\n                                        *   LESS-THAN SIGN and GREATER-THAN SIGN\n                                        *   in a Swiss German, German, or French\n                                        *   layout. */\n    SDL_SCANCODE_APPLICATION = 101, /**< windows contextual menu, compose */\n    SDL_SCANCODE_POWER = 102, /**< The USB document says this is a status flag,\n                               *   not a physical key - but some Mac keyboards\n                               *   do have a power key. */\n    SDL_SCANCODE_KP_EQUALS = 103,\n    SDL_SCANCODE_F13 = 104,\n    SDL_SCANCODE_F14 = 105,\n    SDL_SCANCODE_F15 = 106,\n    SDL_SCANCODE_F16 = 107,\n    SDL_SCANCODE_F17 = 108,\n    SDL_SCANCODE_F18 = 109,\n    SDL_SCANCODE_F19 = 110,\n    SDL_SCANCODE_F20 = 111,\n    SDL_SCANCODE_F21 = 112,\n    SDL_SCANCODE_F22 = 113,\n    SDL_SCANCODE_F23 = 114,\n    SDL_SCANCODE_F24 = 115,\n    SDL_SCANCODE_EXECUTE = 116,\n    SDL_SCANCODE_HELP = 117,\n    SDL_SCANCODE_MENU = 118,\n    SDL_SCANCODE_SELECT = 119,\n    SDL_SCANCODE_STOP = 120,\n    SDL_SCANCODE_AGAIN = 121,   /**< redo */\n    SDL_SCANCODE_UNDO = 122,\n    SDL_SCANCODE_CUT = 123,\n    SDL_SCANCODE_COPY = 124,\n    SDL_SCANCODE_PASTE = 125,\n    SDL_SCANCODE_FIND = 126,\n    SDL_SCANCODE_MUTE = 127,\n    SDL_SCANCODE_VOLUMEUP = 128,\n    SDL_SCANCODE_VOLUMEDOWN = 129,\n/* not sure whether there's a reason to enable these */\n/*     SDL_SCANCODE_LOCKINGCAPSLOCK = 130,  */\n/*     SDL_SCANCODE_LOCKINGNUMLOCK = 131, */\n/*     SDL_SCANCODE_LOCKINGSCROLLLOCK = 132, */\n    SDL_SCANCODE_KP_COMMA = 133,\n    SDL_SCANCODE_KP_EQUALSAS400 = 134,\n\n    SDL_SCANCODE_INTERNATIONAL1 = 135, /**< used on Asian keyboards, see\n                                            footnotes in USB doc */\n    SDL_SCANCODE_INTERNATIONAL2 = 136,\n    SDL_SCANCODE_INTERNATIONAL3 = 137, /**< Yen */\n    SDL_SCANCODE_INTERNATIONAL4 = 138,\n    SDL_SCANCODE_INTERNATIONAL5 = 139,\n    SDL_SCANCODE_INTERNATIONAL6 = 140,\n    SDL_SCANCODE_INTERNATIONAL7 = 141,\n    SDL_SCANCODE_INTERNATIONAL8 = 142,\n    SDL_SCANCODE_INTERNATIONAL9 = 143,\n    SDL_SCANCODE_LANG1 = 144, /**< Hangul/English toggle */\n    SDL_SCANCODE_LANG2 = 145, /**< Hanja conversion */\n    SDL_SCANCODE_LANG3 = 146, /**< Katakana */\n    SDL_SCANCODE_LANG4 = 147, /**< Hiragana */\n    SDL_SCANCODE_LANG5 = 148, /**< Zenkaku/Hankaku */\n    SDL_SCANCODE_LANG6 = 149, /**< reserved */\n    SDL_SCANCODE_LANG7 = 150, /**< reserved */\n    SDL_SCANCODE_LANG8 = 151, /**< reserved */\n    SDL_SCANCODE_LANG9 = 152, /**< reserved */\n\n    SDL_SCANCODE_ALTERASE = 153, /**< Erase-Eaze */\n    SDL_SCANCODE_SYSREQ = 154,\n    SDL_SCANCODE_CANCEL = 155,\n    SDL_SCANCODE_CLEAR = 156,\n    SDL_SCANCODE_PRIOR = 157,\n    SDL_SCANCODE_RETURN2 = 158,\n    SDL_SCANCODE_SEPARATOR = 159,\n    SDL_SCANCODE_OUT = 160,\n    SDL_SCANCODE_OPER = 161,\n    SDL_SCANCODE_CLEARAGAIN = 162,\n    SDL_SCANCODE_CRSEL = 163,\n    SDL_SCANCODE_EXSEL = 164,\n\n    SDL_SCANCODE_KP_00 = 176,\n    SDL_SCANCODE_KP_000 = 177,\n    SDL_SCANCODE_THOUSANDSSEPARATOR = 178,\n    SDL_SCANCODE_DECIMALSEPARATOR = 179,\n    SDL_SCANCODE_CURRENCYUNIT = 180,\n    SDL_SCANCODE_CURRENCYSUBUNIT = 181,\n    SDL_SCANCODE_KP_LEFTPAREN = 182,\n    SDL_SCANCODE_KP_RIGHTPAREN = 183,\n    SDL_SCANCODE_KP_LEFTBRACE = 184,\n    SDL_SCANCODE_KP_RIGHTBRACE = 185,\n    SDL_SCANCODE_KP_TAB = 186,\n    SDL_SCANCODE_KP_BACKSPACE = 187,\n    SDL_SCANCODE_KP_A = 188,\n    SDL_SCANCODE_KP_B = 189,\n    SDL_SCANCODE_KP_C = 190,\n    SDL_SCANCODE_KP_D = 191,\n    SDL_SCANCODE_KP_E = 192,\n    SDL_SCANCODE_KP_F = 193,\n    SDL_SCANCODE_KP_XOR = 194,\n    SDL_SCANCODE_KP_POWER = 195,\n    SDL_SCANCODE_KP_PERCENT = 196,\n    SDL_SCANCODE_KP_LESS = 197,\n    SDL_SCANCODE_KP_GREATER = 198,\n    SDL_SCANCODE_KP_AMPERSAND = 199,\n    SDL_SCANCODE_KP_DBLAMPERSAND = 200,\n    SDL_SCANCODE_KP_VERTICALBAR = 201,\n    SDL_SCANCODE_KP_DBLVERTICALBAR = 202,\n    SDL_SCANCODE_KP_COLON = 203,\n    SDL_SCANCODE_KP_HASH = 204,\n    SDL_SCANCODE_KP_SPACE = 205,\n    SDL_SCANCODE_KP_AT = 206,\n    SDL_SCANCODE_KP_EXCLAM = 207,\n    SDL_SCANCODE_KP_MEMSTORE = 208,\n    SDL_SCANCODE_KP_MEMRECALL = 209,\n    SDL_SCANCODE_KP_MEMCLEAR = 210,\n    SDL_SCANCODE_KP_MEMADD = 211,\n    SDL_SCANCODE_KP_MEMSUBTRACT = 212,\n    SDL_SCANCODE_KP_MEMMULTIPLY = 213,\n    SDL_SCANCODE_KP_MEMDIVIDE = 214,\n    SDL_SCANCODE_KP_PLUSMINUS = 215,\n    SDL_SCANCODE_KP_CLEAR = 216,\n    SDL_SCANCODE_KP_CLEARENTRY = 217,\n    SDL_SCANCODE_KP_BINARY = 218,\n    SDL_SCANCODE_KP_OCTAL = 219,\n    SDL_SCANCODE_KP_DECIMAL = 220,\n    SDL_SCANCODE_KP_HEXADECIMAL = 221,\n\n    SDL_SCANCODE_LCTRL = 224,\n    SDL_SCANCODE_LSHIFT = 225,\n    SDL_SCANCODE_LALT = 226, /**< alt, option */\n    SDL_SCANCODE_LGUI = 227, /**< windows, command (apple), meta */\n    SDL_SCANCODE_RCTRL = 228,\n    SDL_SCANCODE_RSHIFT = 229,\n    SDL_SCANCODE_RALT = 230, /**< alt gr, option */\n    SDL_SCANCODE_RGUI = 231, /**< windows, command (apple), meta */\n\n    SDL_SCANCODE_MODE = 257,    /**< I'm not sure if this is really not covered\n                                 *   by any of the above, but since there's a\n                                 *   special KMOD_MODE for it I'm adding it here\n                                 */\n\n    /* @} *//* Usage page 0x07 */\n\n    /**\n     *  \\name Usage page 0x0C\n     *\n     *  These values are mapped from usage page 0x0C (USB consumer page).\n     */\n    /* @{ */\n\n    SDL_SCANCODE_AUDIONEXT = 258,\n    SDL_SCANCODE_AUDIOPREV = 259,\n    SDL_SCANCODE_AUDIOSTOP = 260,\n    SDL_SCANCODE_AUDIOPLAY = 261,\n    SDL_SCANCODE_AUDIOMUTE = 262,\n    SDL_SCANCODE_MEDIASELECT = 263,\n    SDL_SCANCODE_WWW = 264,\n    SDL_SCANCODE_MAIL = 265,\n    SDL_SCANCODE_CALCULATOR = 266,\n    SDL_SCANCODE_COMPUTER = 267,\n    SDL_SCANCODE_AC_SEARCH = 268,\n    SDL_SCANCODE_AC_HOME = 269,\n    SDL_SCANCODE_AC_BACK = 270,\n    SDL_SCANCODE_AC_FORWARD = 271,\n    SDL_SCANCODE_AC_STOP = 272,\n    SDL_SCANCODE_AC_REFRESH = 273,\n    SDL_SCANCODE_AC_BOOKMARKS = 274,\n\n    /* @} *//* Usage page 0x0C */\n\n    /**\n     *  \\name Walther keys\n     *\n     *  These are values that Christian Walther added (for mac keyboard?).\n     */\n    /* @{ */\n\n    SDL_SCANCODE_BRIGHTNESSDOWN = 275,\n    SDL_SCANCODE_BRIGHTNESSUP = 276,\n    SDL_SCANCODE_DISPLAYSWITCH = 277, /**< display mirroring/dual display\n                                           switch, video mode switch */\n    SDL_SCANCODE_KBDILLUMTOGGLE = 278,\n    SDL_SCANCODE_KBDILLUMDOWN = 279,\n    SDL_SCANCODE_KBDILLUMUP = 280,\n    SDL_SCANCODE_EJECT = 281,\n    SDL_SCANCODE_SLEEP = 282,\n\n    SDL_SCANCODE_APP1 = 283,\n    SDL_SCANCODE_APP2 = 284,\n\n    /* @} *//* Walther keys */\n\n    /* Add any other keys here. */\n\n    SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes\n                                 for array bounds */\n} SDL_Scancode;\n\n#endif /* _SDL_scancode_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_shape.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_shape_h\n#define _SDL_shape_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_pixels.h\"\n#include \"SDL_rect.h\"\n#include \"SDL_surface.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/** \\file SDL_shape.h\n *\n * Header file for the shaped window API.\n */\n\n#define SDL_NONSHAPEABLE_WINDOW -1\n#define SDL_INVALID_SHAPE_ARGUMENT -2\n#define SDL_WINDOW_LACKS_SHAPE -3\n\n/**\n *  \\brief Create a window that can be shaped with the specified position, dimensions, and flags.\n *\n *  \\param title The title of the window, in UTF-8 encoding.\n *  \\param x     The x position of the window, ::SDL_WINDOWPOS_CENTERED, or\n *               ::SDL_WINDOWPOS_UNDEFINED.\n *  \\param y     The y position of the window, ::SDL_WINDOWPOS_CENTERED, or\n *               ::SDL_WINDOWPOS_UNDEFINED.\n *  \\param w     The width of the window.\n *  \\param h     The height of the window.\n *  \\param flags The flags for the window, a mask of SDL_WINDOW_BORDERLESS with any of the following:\n *               ::SDL_WINDOW_OPENGL,     ::SDL_WINDOW_INPUT_GRABBED,\n *               ::SDL_WINDOW_HIDDEN,     ::SDL_WINDOW_RESIZABLE,\n *               ::SDL_WINDOW_MAXIMIZED,  ::SDL_WINDOW_MINIMIZED,\n *       ::SDL_WINDOW_BORDERLESS is always set, and ::SDL_WINDOW_FULLSCREEN is always unset.\n *\n *  \\return The window created, or NULL if window creation failed.\n *\n *  \\sa SDL_DestroyWindow()\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags);\n\n/**\n * \\brief Return whether the given window is a shaped window.\n *\n * \\param window The window to query for being shaped.\n *\n * \\return SDL_TRUE if the window is a window that can be shaped, SDL_FALSE if the window is unshaped or NULL.\n * \\sa SDL_CreateShapedWindow\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IsShapedWindow(const SDL_Window *window);\n\n/** \\brief An enum denoting the specific type of contents present in an SDL_WindowShapeParams union. */\ntypedef enum {\n    /** \\brief The default mode, a binarized alpha cutoff of 1. */\n    ShapeModeDefault,\n    /** \\brief A binarized alpha cutoff with a given integer value. */\n    ShapeModeBinarizeAlpha,\n    /** \\brief A binarized alpha cutoff with a given integer value, but with the opposite comparison. */\n    ShapeModeReverseBinarizeAlpha,\n    /** \\brief A color key is applied. */\n    ShapeModeColorKey\n} WindowShapeMode;\n\n#define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mode == ShapeModeReverseBinarizeAlpha)\n\n/** \\brief A union containing parameters for shaped windows. */\ntypedef union {\n    /** \\brief a cutoff alpha value for binarization of the window shape's alpha channel. */\n    Uint8 binarizationCutoff;\n    SDL_Color colorKey;\n} SDL_WindowShapeParams;\n\n/** \\brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. */\ntypedef struct SDL_WindowShapeMode {\n    /** \\brief The mode of these window-shape parameters. */\n    WindowShapeMode mode;\n    /** \\brief Window-shape parameters. */\n    SDL_WindowShapeParams parameters;\n} SDL_WindowShapeMode;\n\n/**\n * \\brief Set the shape and parameters of a shaped window.\n *\n * \\param window The shaped window whose parameters should be set.\n * \\param shape A surface encoding the desired shape for the window.\n * \\param shape_mode The parameters to set for the shaped window.\n *\n * \\return 0 on success, SDL_INVALID_SHAPE_ARGUMENT on invalid an invalid shape argument, or SDL_NONSHAPEABLE_WINDOW\n *           if the SDL_Window* given does not reference a valid shaped window.\n *\n * \\sa SDL_WindowShapeMode\n * \\sa SDL_GetShapedWindowMode.\n */\nextern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode);\n\n/**\n * \\brief Get the shape parameters of a shaped window.\n *\n * \\param window The shaped window whose parameters should be retrieved.\n * \\param shape_mode An empty shape-mode structure to fill, or NULL to check whether the window has a shape.\n *\n * \\return 0 if the window has a shape and, provided shape_mode was not NULL, shape_mode has been filled with the mode\n *           data, SDL_NONSHAPEABLE_WINDOW if the SDL_Window given is not a shaped window, or SDL_WINDOW_LACKS_SHAPE if\n *           the SDL_Window* given is a shapeable window currently lacking a shape.\n *\n * \\sa SDL_WindowShapeMode\n * \\sa SDL_SetWindowShape\n */\nextern DECLSPEC int SDLCALL SDL_GetShapedWindowMode(SDL_Window *window,SDL_WindowShapeMode *shape_mode);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_shape_h */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_stdinc.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_stdinc.h\n *\n *  This is a general header that includes C language support.\n */\n\n#ifndef _SDL_stdinc_h\n#define _SDL_stdinc_h\n\n#include \"SDL_config.h\"\n\n#ifdef HAVE_SYS_TYPES_H\n#include <sys/types.h>\n#endif\n#ifdef HAVE_STDIO_H\n#include <stdio.h>\n#endif\n#if defined(STDC_HEADERS)\n# include <stdlib.h>\n# include <stddef.h>\n# include <stdarg.h>\n#else\n# if defined(HAVE_STDLIB_H)\n#  include <stdlib.h>\n# elif defined(HAVE_MALLOC_H)\n#  include <malloc.h>\n# endif\n# if defined(HAVE_STDDEF_H)\n#  include <stddef.h>\n# endif\n# if defined(HAVE_STDARG_H)\n#  include <stdarg.h>\n# endif\n#endif\n#ifdef HAVE_STRING_H\n# if !defined(STDC_HEADERS) && defined(HAVE_MEMORY_H)\n#  include <memory.h>\n# endif\n# include <string.h>\n#endif\n#ifdef HAVE_STRINGS_H\n# include <strings.h>\n#endif\n#if defined(HAVE_INTTYPES_H)\n# include <inttypes.h>\n#elif defined(HAVE_STDINT_H)\n# include <stdint.h>\n#endif\n#ifdef HAVE_CTYPE_H\n# include <ctype.h>\n#endif\n#ifdef HAVE_MATH_H\n# if defined(__WINRT__)\n/* Defining _USE_MATH_DEFINES is required to get M_PI to be defined on\n   WinRT.  See http://msdn.microsoft.com/en-us/library/4hwaceh6.aspx\n   for more information.\n*/\n#  define _USE_MATH_DEFINES\n# endif\n# include <math.h>\n#endif\n#ifdef HAVE_FLOAT_H\n# include <float.h>\n#endif\n#if defined(HAVE_ICONV) && defined(HAVE_ICONV_H)\n# include <iconv.h>\n#endif\n\n/**\n *  The number of elements in an array.\n */\n#define SDL_arraysize(array)    (sizeof(array)/sizeof(array[0]))\n#define SDL_TABLESIZE(table)    SDL_arraysize(table)\n\n/**\n *  \\name Cast operators\n *\n *  Use proper C++ casts when compiled as C++ to be compatible with the option\n *  -Wold-style-cast of GCC (and -Werror=old-style-cast in GCC 4.2 and above).\n */\n/* @{ */\n#ifdef __cplusplus\n#define SDL_reinterpret_cast(type, expression) reinterpret_cast<type>(expression)\n#define SDL_static_cast(type, expression) static_cast<type>(expression)\n#define SDL_const_cast(type, expression) const_cast<type>(expression)\n#else\n#define SDL_reinterpret_cast(type, expression) ((type)(expression))\n#define SDL_static_cast(type, expression) ((type)(expression))\n#define SDL_const_cast(type, expression) ((type)(expression))\n#endif\n/* @} *//* Cast operators */\n\n/* Define a four character code as a Uint32 */\n#define SDL_FOURCC(A, B, C, D) \\\n    ((SDL_static_cast(Uint32, SDL_static_cast(Uint8, (A))) << 0) | \\\n     (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (B))) << 8) | \\\n     (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (C))) << 16) | \\\n     (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))\n\n/**\n *  \\name Basic data types\n */\n/* @{ */\n\ntypedef enum\n{\n    SDL_FALSE = 0,\n    SDL_TRUE = 1\n} SDL_bool;\n\n/**\n * \\brief A signed 8-bit integer type.\n */\ntypedef int8_t Sint8;\n/**\n * \\brief An unsigned 8-bit integer type.\n */\ntypedef uint8_t Uint8;\n/**\n * \\brief A signed 16-bit integer type.\n */\ntypedef int16_t Sint16;\n/**\n * \\brief An unsigned 16-bit integer type.\n */\ntypedef uint16_t Uint16;\n/**\n * \\brief A signed 32-bit integer type.\n */\ntypedef int32_t Sint32;\n/**\n * \\brief An unsigned 32-bit integer type.\n */\ntypedef uint32_t Uint32;\n\n/**\n * \\brief A signed 64-bit integer type.\n */\ntypedef int64_t Sint64;\n/**\n * \\brief An unsigned 64-bit integer type.\n */\ntypedef uint64_t Uint64;\n\n/* @} *//* Basic data types */\n\n\n#define SDL_COMPILE_TIME_ASSERT(name, x)               \\\n       typedef int SDL_dummy_ ## name[(x) * 2 - 1]\n/** \\cond */\n#ifndef DOXYGEN_SHOULD_IGNORE_THIS\nSDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);\nSDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);\nSDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);\nSDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);\nSDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);\nSDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);\nSDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);\nSDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);\n#endif /* DOXYGEN_SHOULD_IGNORE_THIS */\n/** \\endcond */\n\n/* Check to make sure enums are the size of ints, for structure packing.\n   For both Watcom C/C++ and Borland C/C++ the compiler option that makes\n   enums having the size of an int must be enabled.\n   This is \"-b\" for Borland C/C++ and \"-ei\" for Watcom C/C++ (v11).\n*/\n\n/** \\cond */\n#ifndef DOXYGEN_SHOULD_IGNORE_THIS\n#if !defined(__ANDROID__)\n   /* TODO: include/SDL_stdinc.h:174: error: size of array 'SDL_dummy_enum' is negative */\ntypedef enum\n{\n    DUMMY_ENUM_VALUE\n} SDL_DUMMY_ENUM;\n\nSDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int));\n#endif\n#endif /* DOXYGEN_SHOULD_IGNORE_THIS */\n/** \\endcond */\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n#if defined(HAVE_ALLOCA) && !defined(alloca)\n# if defined(HAVE_ALLOCA_H)\n#  include <alloca.h>\n# elif defined(__GNUC__)\n#  define alloca __builtin_alloca\n# elif defined(_MSC_VER)\n#  include <malloc.h>\n#  define alloca _alloca\n# elif defined(__WATCOMC__)\n#  include <malloc.h>\n# elif defined(__BORLANDC__)\n#  include <malloc.h>\n# elif defined(__DMC__)\n#  include <stdlib.h>\n# elif defined(__AIX__)\n#pragma alloca\n# elif defined(__MRC__)\nvoid *alloca(unsigned);\n# else\nchar *alloca();\n# endif\n#endif\n#ifdef HAVE_ALLOCA\n#define SDL_stack_alloc(type, count)    (type*)alloca(sizeof(type)*(count))\n#define SDL_stack_free(data)\n#else\n#define SDL_stack_alloc(type, count)    (type*)SDL_malloc(sizeof(type)*(count))\n#define SDL_stack_free(data)            SDL_free(data)\n#endif\n\nextern DECLSPEC void *SDLCALL SDL_malloc(size_t size);\nextern DECLSPEC void *SDLCALL SDL_calloc(size_t nmemb, size_t size);\nextern DECLSPEC void *SDLCALL SDL_realloc(void *mem, size_t size);\nextern DECLSPEC void SDLCALL SDL_free(void *mem);\n\nextern DECLSPEC char *SDLCALL SDL_getenv(const char *name);\nextern DECLSPEC int SDLCALL SDL_setenv(const char *name, const char *value, int overwrite);\n\nextern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size, int (*compare) (const void *, const void *));\n\nextern DECLSPEC int SDLCALL SDL_abs(int x);\n\n/* !!! FIXME: these have side effects. You probably shouldn't use them. */\n/* !!! FIXME: Maybe we do forceinline functions of SDL_mini, SDL_minf, etc? */\n#define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n#define SDL_max(x, y) (((x) > (y)) ? (x) : (y))\n\nextern DECLSPEC int SDLCALL SDL_isdigit(int x);\nextern DECLSPEC int SDLCALL SDL_isspace(int x);\nextern DECLSPEC int SDLCALL SDL_toupper(int x);\nextern DECLSPEC int SDLCALL SDL_tolower(int x);\n\nextern DECLSPEC void *SDLCALL SDL_memset(void *dst, int c, size_t len);\n\n#define SDL_zero(x) SDL_memset(&(x), 0, sizeof((x)))\n#define SDL_zerop(x) SDL_memset((x), 0, sizeof(*(x)))\n\n/* Note that memset() is a byte assignment and this is a 32-bit assignment, so they're not directly equivalent. */\nSDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)\n{\n#if defined(__GNUC__) && defined(i386)\n    int u0, u1, u2;\n    __asm__ __volatile__ (\n        \"cld \\n\\t\"\n        \"rep ; stosl \\n\\t\"\n        : \"=&D\" (u0), \"=&a\" (u1), \"=&c\" (u2)\n        : \"0\" (dst), \"1\" (val), \"2\" (SDL_static_cast(Uint32, dwords))\n        : \"memory\"\n    );\n#else\n    size_t _n = (dwords + 3) / 4;\n    Uint32 *_p = SDL_static_cast(Uint32 *, dst);\n    Uint32 _val = (val);\n    if (dwords == 0)\n        return;\n    switch (dwords % 4)\n    {\n        case 0: do {    *_p++ = _val;\n        case 3:         *_p++ = _val;\n        case 2:         *_p++ = _val;\n        case 1:         *_p++ = _val;\n        } while ( --_n );\n    }\n#endif\n}\n\n\nextern DECLSPEC void *SDLCALL SDL_memcpy(void *dst, const void *src, size_t len);\n\nSDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords)\n{\n    return SDL_memcpy(dst, src, dwords * 4);\n}\n\nextern DECLSPEC void *SDLCALL SDL_memmove(void *dst, const void *src, size_t len);\nextern DECLSPEC int SDLCALL SDL_memcmp(const void *s1, const void *s2, size_t len);\n\nextern DECLSPEC size_t SDLCALL SDL_wcslen(const wchar_t *wstr);\nextern DECLSPEC size_t SDLCALL SDL_wcslcpy(wchar_t *dst, const wchar_t *src, size_t maxlen);\nextern DECLSPEC size_t SDLCALL SDL_wcslcat(wchar_t *dst, const wchar_t *src, size_t maxlen);\n\nextern DECLSPEC size_t SDLCALL SDL_strlen(const char *str);\nextern DECLSPEC size_t SDLCALL SDL_strlcpy(char *dst, const char *src, size_t maxlen);\nextern DECLSPEC size_t SDLCALL SDL_utf8strlcpy(char *dst, const char *src, size_t dst_bytes);\nextern DECLSPEC size_t SDLCALL SDL_strlcat(char *dst, const char *src, size_t maxlen);\nextern DECLSPEC char *SDLCALL SDL_strdup(const char *str);\nextern DECLSPEC char *SDLCALL SDL_strrev(char *str);\nextern DECLSPEC char *SDLCALL SDL_strupr(char *str);\nextern DECLSPEC char *SDLCALL SDL_strlwr(char *str);\nextern DECLSPEC char *SDLCALL SDL_strchr(const char *str, int c);\nextern DECLSPEC char *SDLCALL SDL_strrchr(const char *str, int c);\nextern DECLSPEC char *SDLCALL SDL_strstr(const char *haystack, const char *needle);\n\nextern DECLSPEC char *SDLCALL SDL_itoa(int value, char *str, int radix);\nextern DECLSPEC char *SDLCALL SDL_uitoa(unsigned int value, char *str, int radix);\nextern DECLSPEC char *SDLCALL SDL_ltoa(long value, char *str, int radix);\nextern DECLSPEC char *SDLCALL SDL_ultoa(unsigned long value, char *str, int radix);\nextern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);\nextern DECLSPEC char *SDLCALL SDL_ulltoa(Uint64 value, char *str, int radix);\n\nextern DECLSPEC int SDLCALL SDL_atoi(const char *str);\nextern DECLSPEC double SDLCALL SDL_atof(const char *str);\nextern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);\nextern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);\nextern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);\nextern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);\nextern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);\n\nextern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);\nextern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen);\nextern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);\nextern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t len);\n\nextern DECLSPEC int SDLCALL SDL_sscanf(const char *text, const char *fmt, ...);\nextern DECLSPEC int SDLCALL SDL_vsscanf(const char *text, const char *fmt, va_list ap);\nextern DECLSPEC int SDLCALL SDL_snprintf(char *text, size_t maxlen, const char *fmt, ...);\nextern DECLSPEC int SDLCALL SDL_vsnprintf(char *text, size_t maxlen, const char *fmt, va_list ap);\n\n#ifndef HAVE_M_PI\n#ifndef M_PI\n#define M_PI    3.14159265358979323846264338327950288   /* pi */\n#endif\n#endif\n\nextern DECLSPEC double SDLCALL SDL_acos(double x);\nextern DECLSPEC double SDLCALL SDL_asin(double x);\nextern DECLSPEC double SDLCALL SDL_atan(double x);\nextern DECLSPEC double SDLCALL SDL_atan2(double x, double y);\nextern DECLSPEC double SDLCALL SDL_ceil(double x);\nextern DECLSPEC double SDLCALL SDL_copysign(double x, double y);\nextern DECLSPEC double SDLCALL SDL_cos(double x);\nextern DECLSPEC float SDLCALL SDL_cosf(float x);\nextern DECLSPEC double SDLCALL SDL_fabs(double x);\nextern DECLSPEC double SDLCALL SDL_floor(double x);\nextern DECLSPEC double SDLCALL SDL_log(double x);\nextern DECLSPEC double SDLCALL SDL_pow(double x, double y);\nextern DECLSPEC double SDLCALL SDL_scalbn(double x, int n);\nextern DECLSPEC double SDLCALL SDL_sin(double x);\nextern DECLSPEC float SDLCALL SDL_sinf(float x);\nextern DECLSPEC double SDLCALL SDL_sqrt(double x);\n\n/* The SDL implementation of iconv() returns these error codes */\n#define SDL_ICONV_ERROR     (size_t)-1\n#define SDL_ICONV_E2BIG     (size_t)-2\n#define SDL_ICONV_EILSEQ    (size_t)-3\n#define SDL_ICONV_EINVAL    (size_t)-4\n\n/* SDL_iconv_* are now always real symbols/types, not macros or inlined. */\ntypedef struct _SDL_iconv_t *SDL_iconv_t;\nextern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,\n                                                   const char *fromcode);\nextern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);\nextern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,\n                                         size_t * inbytesleft, char **outbuf,\n                                         size_t * outbytesleft);\n/**\n *  This function converts a string between encodings in one pass, returning a\n *  string that must be freed with SDL_free() or NULL on error.\n */\nextern DECLSPEC char *SDLCALL SDL_iconv_string(const char *tocode,\n                                               const char *fromcode,\n                                               const char *inbuf,\n                                               size_t inbytesleft);\n#define SDL_iconv_utf8_locale(S)    SDL_iconv_string(\"\", \"UTF-8\", S, SDL_strlen(S)+1)\n#define SDL_iconv_utf8_ucs2(S)      (Uint16 *)SDL_iconv_string(\"UCS-2-INTERNAL\", \"UTF-8\", S, SDL_strlen(S)+1)\n#define SDL_iconv_utf8_ucs4(S)      (Uint32 *)SDL_iconv_string(\"UCS-4-INTERNAL\", \"UTF-8\", S, SDL_strlen(S)+1)\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_stdinc_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_surface.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_surface.h\n *\n *  Header file for ::SDL_Surface definition and management functions.\n */\n\n#ifndef _SDL_surface_h\n#define _SDL_surface_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_pixels.h\"\n#include \"SDL_rect.h\"\n#include \"SDL_blendmode.h\"\n#include \"SDL_rwops.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\name Surface flags\n *\n *  These are the currently supported flags for the ::SDL_Surface.\n *\n *  \\internal\n *  Used internally (read-only).\n */\n/* @{ */\n#define SDL_SWSURFACE       0           /**< Just here for compatibility */\n#define SDL_PREALLOC        0x00000001  /**< Surface uses preallocated memory */\n#define SDL_RLEACCEL        0x00000002  /**< Surface is RLE encoded */\n#define SDL_DONTFREE        0x00000004  /**< Surface is referenced internally */\n/* @} *//* Surface flags */\n\n/**\n *  Evaluates to true if the surface needs to be locked before access.\n */\n#define SDL_MUSTLOCK(S) (((S)->flags & SDL_RLEACCEL) != 0)\n\n/**\n * \\brief A collection of pixels used in software blitting.\n *\n * \\note  This structure should be treated as read-only, except for \\c pixels,\n *        which, if not NULL, contains the raw pixel data for the surface.\n */\ntypedef struct SDL_Surface\n{\n    Uint32 flags;               /**< Read-only */\n    SDL_PixelFormat *format;    /**< Read-only */\n    int w, h;                   /**< Read-only */\n    int pitch;                  /**< Read-only */\n    void *pixels;               /**< Read-write */\n\n    /** Application data associated with the surface */\n    void *userdata;             /**< Read-write */\n\n    /** information needed for surfaces requiring locks */\n    int locked;                 /**< Read-only */\n    void *lock_data;            /**< Read-only */\n\n    /** clipping information */\n    SDL_Rect clip_rect;         /**< Read-only */\n\n    /** info for fast blit mapping to other surfaces */\n    struct SDL_BlitMap *map;    /**< Private */\n\n    /** Reference count -- used when freeing surface */\n    int refcount;               /**< Read-mostly */\n} SDL_Surface;\n\n/**\n * \\brief The type of function used for surface blitting functions.\n */\ntypedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,\n                         struct SDL_Surface * dst, SDL_Rect * dstrect);\n\n/**\n *  Allocate and free an RGB surface.\n *\n *  If the depth is 4 or 8 bits, an empty palette is allocated for the surface.\n *  If the depth is greater than 8 bits, the pixel format is set using the\n *  flags '[RGB]mask'.\n *\n *  If the function runs out of memory, it will return NULL.\n *\n *  \\param flags The \\c flags are obsolete and should be set to 0.\n *  \\param width The width in pixels of the surface to create.\n *  \\param height The height in pixels of the surface to create.\n *  \\param depth The depth in bits of the surface to create.\n *  \\param Rmask The red mask of the surface to create.\n *  \\param Gmask The green mask of the surface to create.\n *  \\param Bmask The blue mask of the surface to create.\n *  \\param Amask The alpha mask of the surface to create.\n */\nextern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface\n    (Uint32 flags, int width, int height, int depth,\n     Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);\nextern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,\n                                                              int width,\n                                                              int height,\n                                                              int depth,\n                                                              int pitch,\n                                                              Uint32 Rmask,\n                                                              Uint32 Gmask,\n                                                              Uint32 Bmask,\n                                                              Uint32 Amask);\nextern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);\n\n/**\n *  \\brief Set the palette used by a surface.\n *\n *  \\return 0, or -1 if the surface format doesn't use a palette.\n *\n *  \\note A single palette can be shared with many surfaces.\n */\nextern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,\n                                                  SDL_Palette * palette);\n\n/**\n *  \\brief Sets up a surface for directly accessing the pixels.\n *\n *  Between calls to SDL_LockSurface() / SDL_UnlockSurface(), you can write\n *  to and read from \\c surface->pixels, using the pixel format stored in\n *  \\c surface->format.  Once you are done accessing the surface, you should\n *  use SDL_UnlockSurface() to release it.\n *\n *  Not all surfaces require locking.  If SDL_MUSTLOCK(surface) evaluates\n *  to 0, then you can read and write to the surface at any time, and the\n *  pixel format of the surface will not change.\n *\n *  No operating system or library calls should be made between lock/unlock\n *  pairs, as critical system locks may be held during this time.\n *\n *  SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked.\n *\n *  \\sa SDL_UnlockSurface()\n */\nextern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);\n/** \\sa SDL_LockSurface() */\nextern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);\n\n/**\n *  Load a surface from a seekable SDL data stream (memory or file).\n *\n *  If \\c freesrc is non-zero, the stream will be closed after being read.\n *\n *  The new surface should be freed with SDL_FreeSurface().\n *\n *  \\return the new surface, or NULL if there was an error.\n */\nextern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,\n                                                    int freesrc);\n\n/**\n *  Load a surface from a file.\n *\n *  Convenience macro.\n */\n#define SDL_LoadBMP(file)   SDL_LoadBMP_RW(SDL_RWFromFile(file, \"rb\"), 1)\n\n/**\n *  Save a surface to a seekable SDL data stream (memory or file).\n *\n *  If \\c freedst is non-zero, the stream will be closed after being written.\n *\n *  \\return 0 if successful or -1 if there was an error.\n */\nextern DECLSPEC int SDLCALL SDL_SaveBMP_RW\n    (SDL_Surface * surface, SDL_RWops * dst, int freedst);\n\n/**\n *  Save a surface to a file.\n *\n *  Convenience macro.\n */\n#define SDL_SaveBMP(surface, file) \\\n        SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, \"wb\"), 1)\n\n/**\n *  \\brief Sets the RLE acceleration hint for a surface.\n *\n *  \\return 0 on success, or -1 if the surface is not valid\n *\n *  \\note If RLE is enabled, colorkey and alpha blending blits are much faster,\n *        but the surface must be locked before directly accessing the pixels.\n */\nextern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,\n                                              int flag);\n\n/**\n *  \\brief Sets the color key (transparent pixel) in a blittable surface.\n *\n *  \\param surface The surface to update\n *  \\param flag Non-zero to enable colorkey and 0 to disable colorkey\n *  \\param key The transparent pixel in the native surface format\n *\n *  \\return 0 on success, or -1 if the surface is not valid\n *\n *  You can pass SDL_RLEACCEL to enable RLE accelerated blits.\n */\nextern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,\n                                            int flag, Uint32 key);\n\n/**\n *  \\brief Gets the color key (transparent pixel) in a blittable surface.\n *\n *  \\param surface The surface to update\n *  \\param key A pointer filled in with the transparent pixel in the native\n *             surface format\n *\n *  \\return 0 on success, or -1 if the surface is not valid or colorkey is not\n *          enabled.\n */\nextern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,\n                                            Uint32 * key);\n\n/**\n *  \\brief Set an additional color value used in blit operations.\n *\n *  \\param surface The surface to update.\n *  \\param r The red color value multiplied into blit operations.\n *  \\param g The green color value multiplied into blit operations.\n *  \\param b The blue color value multiplied into blit operations.\n *\n *  \\return 0 on success, or -1 if the surface is not valid.\n *\n *  \\sa SDL_GetSurfaceColorMod()\n */\nextern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,\n                                                   Uint8 r, Uint8 g, Uint8 b);\n\n\n/**\n *  \\brief Get the additional color value used in blit operations.\n *\n *  \\param surface The surface to query.\n *  \\param r A pointer filled in with the current red color value.\n *  \\param g A pointer filled in with the current green color value.\n *  \\param b A pointer filled in with the current blue color value.\n *\n *  \\return 0 on success, or -1 if the surface is not valid.\n *\n *  \\sa SDL_SetSurfaceColorMod()\n */\nextern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,\n                                                   Uint8 * r, Uint8 * g,\n                                                   Uint8 * b);\n\n/**\n *  \\brief Set an additional alpha value used in blit operations.\n *\n *  \\param surface The surface to update.\n *  \\param alpha The alpha value multiplied into blit operations.\n *\n *  \\return 0 on success, or -1 if the surface is not valid.\n *\n *  \\sa SDL_GetSurfaceAlphaMod()\n */\nextern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,\n                                                   Uint8 alpha);\n\n/**\n *  \\brief Get the additional alpha value used in blit operations.\n *\n *  \\param surface The surface to query.\n *  \\param alpha A pointer filled in with the current alpha value.\n *\n *  \\return 0 on success, or -1 if the surface is not valid.\n *\n *  \\sa SDL_SetSurfaceAlphaMod()\n */\nextern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,\n                                                   Uint8 * alpha);\n\n/**\n *  \\brief Set the blend mode used for blit operations.\n *\n *  \\param surface The surface to update.\n *  \\param blendMode ::SDL_BlendMode to use for blit blending.\n *\n *  \\return 0 on success, or -1 if the parameters are not valid.\n *\n *  \\sa SDL_GetSurfaceBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,\n                                                    SDL_BlendMode blendMode);\n\n/**\n *  \\brief Get the blend mode used for blit operations.\n *\n *  \\param surface   The surface to query.\n *  \\param blendMode A pointer filled in with the current blend mode.\n *\n *  \\return 0 on success, or -1 if the surface is not valid.\n *\n *  \\sa SDL_SetSurfaceBlendMode()\n */\nextern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,\n                                                    SDL_BlendMode *blendMode);\n\n/**\n *  Sets the clipping rectangle for the destination surface in a blit.\n *\n *  If the clip rectangle is NULL, clipping will be disabled.\n *\n *  If the clip rectangle doesn't intersect the surface, the function will\n *  return SDL_FALSE and blits will be completely clipped.  Otherwise the\n *  function returns SDL_TRUE and blits to the surface will be clipped to\n *  the intersection of the surface area and the clipping rectangle.\n *\n *  Note that blits are automatically clipped to the edges of the source\n *  and destination surfaces.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,\n                                                 const SDL_Rect * rect);\n\n/**\n *  Gets the clipping rectangle for the destination surface in a blit.\n *\n *  \\c rect must be a pointer to a valid rectangle which will be filled\n *  with the correct values.\n */\nextern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,\n                                             SDL_Rect * rect);\n\n/**\n *  Creates a new surface of the specified format, and then copies and maps\n *  the given surface to it so the blit of the converted surface will be as\n *  fast as possible.  If this function fails, it returns NULL.\n *\n *  The \\c flags parameter is passed to SDL_CreateRGBSurface() and has those\n *  semantics.  You can also pass ::SDL_RLEACCEL in the flags parameter and\n *  SDL will try to RLE accelerate colorkey and alpha blits in the resulting\n *  surface.\n */\nextern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface\n    (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);\nextern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat\n    (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);\n\n/**\n * \\brief Copy a block of pixels of one format to another format\n *\n *  \\return 0 on success, or -1 if there was an error\n */\nextern DECLSPEC int SDLCALL SDL_ConvertPixels(int width, int height,\n                                              Uint32 src_format,\n                                              const void * src, int src_pitch,\n                                              Uint32 dst_format,\n                                              void * dst, int dst_pitch);\n\n/**\n *  Performs a fast fill of the given rectangle with \\c color.\n *\n *  If \\c rect is NULL, the whole surface will be filled with \\c color.\n *\n *  The color should be a pixel of the format used by the surface, and\n *  can be generated by the SDL_MapRGB() function.\n *\n *  \\return 0 on success, or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_FillRect\n    (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);\nextern DECLSPEC int SDLCALL SDL_FillRects\n    (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);\n\n/**\n *  Performs a fast blit from the source surface to the destination surface.\n *\n *  This assumes that the source and destination rectangles are\n *  the same size.  If either \\c srcrect or \\c dstrect are NULL, the entire\n *  surface (\\c src or \\c dst) is copied.  The final blit rectangles are saved\n *  in \\c srcrect and \\c dstrect after all clipping is performed.\n *\n *  \\return If the blit is successful, it returns 0, otherwise it returns -1.\n *\n *  The blit function should not be called on a locked surface.\n *\n *  The blit semantics for surfaces with and without blending and colorkey\n *  are defined as follows:\n *  \\verbatim\n    RGBA->RGB:\n      Source surface blend mode set to SDL_BLENDMODE_BLEND:\n        alpha-blend (using the source alpha-channel and per-surface alpha)\n        SDL_SRCCOLORKEY ignored.\n      Source surface blend mode set to SDL_BLENDMODE_NONE:\n        copy RGB.\n        if SDL_SRCCOLORKEY set, only copy the pixels matching the\n        RGB values of the source color key, ignoring alpha in the\n        comparison.\n\n    RGB->RGBA:\n      Source surface blend mode set to SDL_BLENDMODE_BLEND:\n        alpha-blend (using the source per-surface alpha)\n      Source surface blend mode set to SDL_BLENDMODE_NONE:\n        copy RGB, set destination alpha to source per-surface alpha value.\n      both:\n        if SDL_SRCCOLORKEY set, only copy the pixels matching the\n        source color key.\n\n    RGBA->RGBA:\n      Source surface blend mode set to SDL_BLENDMODE_BLEND:\n        alpha-blend (using the source alpha-channel and per-surface alpha)\n        SDL_SRCCOLORKEY ignored.\n      Source surface blend mode set to SDL_BLENDMODE_NONE:\n        copy all of RGBA to the destination.\n        if SDL_SRCCOLORKEY set, only copy the pixels matching the\n        RGB values of the source color key, ignoring alpha in the\n        comparison.\n\n    RGB->RGB:\n      Source surface blend mode set to SDL_BLENDMODE_BLEND:\n        alpha-blend (using the source per-surface alpha)\n      Source surface blend mode set to SDL_BLENDMODE_NONE:\n        copy RGB.\n      both:\n        if SDL_SRCCOLORKEY set, only copy the pixels matching the\n        source color key.\n    \\endverbatim\n *\n *  You should call SDL_BlitSurface() unless you know exactly how SDL\n *  blitting works internally and how to use the other blit functions.\n */\n#define SDL_BlitSurface SDL_UpperBlit\n\n/**\n *  This is the public blit function, SDL_BlitSurface(), and it performs\n *  rectangle validation and clipping before passing it to SDL_LowerBlit()\n */\nextern DECLSPEC int SDLCALL SDL_UpperBlit\n    (SDL_Surface * src, const SDL_Rect * srcrect,\n     SDL_Surface * dst, SDL_Rect * dstrect);\n\n/**\n *  This is a semi-private blit function and it performs low-level surface\n *  blitting only.\n */\nextern DECLSPEC int SDLCALL SDL_LowerBlit\n    (SDL_Surface * src, SDL_Rect * srcrect,\n     SDL_Surface * dst, SDL_Rect * dstrect);\n\n/**\n *  \\brief Perform a fast, low quality, stretch blit between two surfaces of the\n *         same pixel format.\n *\n *  \\note This function uses a static buffer, and is not thread-safe.\n */\nextern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,\n                                            const SDL_Rect * srcrect,\n                                            SDL_Surface * dst,\n                                            const SDL_Rect * dstrect);\n\n#define SDL_BlitScaled SDL_UpperBlitScaled\n\n/**\n *  This is the public scaled blit function, SDL_BlitScaled(), and it performs\n *  rectangle validation and clipping before passing it to SDL_LowerBlitScaled()\n */\nextern DECLSPEC int SDLCALL SDL_UpperBlitScaled\n    (SDL_Surface * src, const SDL_Rect * srcrect,\n    SDL_Surface * dst, SDL_Rect * dstrect);\n\n/**\n *  This is a semi-private blit function and it performs low-level surface\n *  scaled blitting only.\n */\nextern DECLSPEC int SDLCALL SDL_LowerBlitScaled\n    (SDL_Surface * src, SDL_Rect * srcrect,\n    SDL_Surface * dst, SDL_Rect * dstrect);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_surface_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_system.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_system.h\n *\n *  Include file for platform specific SDL API functions\n */\n\n#ifndef _SDL_system_h\n#define _SDL_system_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_keyboard.h\"\n#include \"SDL_render.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n\n/* Platform specific functions for Windows */\n#ifdef __WIN32__\n\n/* Returns the D3D9 adapter index that matches the specified display index.\n   This adapter index can be passed to IDirect3D9::CreateDevice and controls\n   on which monitor a full screen application will appear.\n*/\nextern DECLSPEC int SDLCALL SDL_Direct3D9GetAdapterIndex( int displayIndex );\n\n/* Returns the D3D device associated with a renderer, or NULL if it's not a D3D renderer.\n   Once you are done using the device, you should release it to avoid a resource leak.\n */\ntypedef struct IDirect3DDevice9 IDirect3DDevice9;\nextern DECLSPEC IDirect3DDevice9* SDLCALL SDL_RenderGetD3D9Device(SDL_Renderer * renderer);\n\n/* Returns the DXGI Adapter and Output indices for the specified display index. \n   These can be passed to EnumAdapters and EnumOutputs respectively to get the objects\n   required to create a DX10 or DX11 device and swap chain.\n */\nextern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );\n\n#endif /* __WIN32__ */\n\n\n/* Platform specific functions for iOS */\n#if defined(__IPHONEOS__) && __IPHONEOS__\n\nextern DECLSPEC int SDLCALL SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void (*callback)(void*), void *callbackParam);\nextern DECLSPEC void SDLCALL SDL_iPhoneSetEventPump(SDL_bool enabled);\n\n#endif /* __IPHONEOS__ */\n\n\n/* Platform specific functions for Android */\n#if defined(__ANDROID__) && __ANDROID__\n\n/* Get the JNI environment for the current thread\n   This returns JNIEnv*, but the prototype is void* so we don't need jni.h\n */\nextern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();\n\n/* Get the SDL Activity object for the application\n   This returns jobject, but the prototype is void* so we don't need jni.h\n   The jobject returned by SDL_AndroidGetActivity is a local reference.\n   It is the caller's responsibility to properly release it\n   (using env->Push/PopLocalFrame or manually with env->DeleteLocalRef)\n */\nextern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();\n\n/* See the official Android developer guide for more information:\n   http://developer.android.com/guide/topics/data/data-storage.html\n*/\n#define SDL_ANDROID_EXTERNAL_STORAGE_READ   0x01\n#define SDL_ANDROID_EXTERNAL_STORAGE_WRITE  0x02\n\n/* Get the path used for internal storage for this application.\n   This path is unique to your application and cannot be written to\n   by other applications.\n */\nextern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();\n\n/* Get the current state of external storage, a bitmask of these values:\n    SDL_ANDROID_EXTERNAL_STORAGE_READ\n    SDL_ANDROID_EXTERNAL_STORAGE_WRITE\n   If external storage is currently unavailable, this will return 0.\n*/\nextern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();\n\n/* Get the path used for external storage for this application.\n   This path is unique to your application, but is public and can be\n   written to by other applications.\n */\nextern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();\n\n#endif /* __ANDROID__ */\n\n/* Platform specific functions for WinRT */\n#if defined(__WINRT__) && __WINRT__\n\n/**\n *  \\brief WinRT / Windows Phone path types\n */\ntypedef enum\n{\n    /** \\brief The installed app's root directory.\n        Files here are likely to be read-only. */\n    SDL_WINRT_PATH_INSTALLED_LOCATION,\n\n    /** \\brief The app's local data store.  Files may be written here */\n    SDL_WINRT_PATH_LOCAL_FOLDER,\n\n    /** \\brief The app's roaming data store.  Unsupported on Windows Phone.\n        Files written here may be copied to other machines via a network\n        connection.\n    */\n    SDL_WINRT_PATH_ROAMING_FOLDER,\n\n    /** \\brief The app's temporary data store.  Unsupported on Windows Phone.\n        Files written here may be deleted at any time. */\n    SDL_WINRT_PATH_TEMP_FOLDER\n} SDL_WinRT_Path;\n\n\n/**\n *  \\brief Retrieves a WinRT defined path on the local file system\n *\n *  \\note Documentation on most app-specific path types on WinRT\n *      can be found on MSDN, at the URL:\n *      http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx\n *\n *  \\param pathType The type of path to retrieve.\n *  \\ret A UCS-2 string (16-bit, wide-char) containing the path, or NULL\n *      if the path is not available for any reason.  Not all paths are\n *      available on all versions of Windows.  This is especially true on\n *      Windows Phone.  Check the documentation for the given\n *      SDL_WinRT_Path for more information on which path types are\n *      supported where.\n */\nextern DECLSPEC const wchar_t * SDLCALL SDL_WinRTGetFSPathUNICODE(SDL_WinRT_Path pathType);\n\n/**\n *  \\brief Retrieves a WinRT defined path on the local file system\n *\n *  \\note Documentation on most app-specific path types on WinRT\n *      can be found on MSDN, at the URL:\n *      http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx\n *\n *  \\param pathType The type of path to retrieve.\n *  \\ret A UTF-8 string (8-bit, multi-byte) containing the path, or NULL\n *      if the path is not available for any reason.  Not all paths are\n *      available on all versions of Windows.  This is especially true on\n *      Windows Phone.  Check the documentation for the given\n *      SDL_WinRT_Path for more information on which path types are\n *      supported where.\n */\nextern DECLSPEC const char * SDLCALL SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathType);\n\n#endif /* __WINRT__ */\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_system_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_syswm.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_syswm.h\n *\n *  Include file for SDL custom system window manager hooks.\n */\n\n#ifndef _SDL_syswm_h\n#define _SDL_syswm_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_video.h\"\n#include \"SDL_version.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\file SDL_syswm.h\n *\n *  Your application has access to a special type of event ::SDL_SYSWMEVENT,\n *  which contains window-manager specific information and arrives whenever\n *  an unhandled window event occurs.  This event is ignored by default, but\n *  you can enable it with SDL_EventState().\n */\n#ifdef SDL_PROTOTYPES_ONLY\nstruct SDL_SysWMinfo;\n#else\n\n#if defined(SDL_VIDEO_DRIVER_WINDOWS)\n#define WIN32_LEAN_AND_MEAN\n#include <windows.h>\n#endif\n\n#if defined(SDL_VIDEO_DRIVER_WINRT)\n#include <Inspectable.h>\n#endif\n\n/* This is the structure for custom window manager events */\n#if defined(SDL_VIDEO_DRIVER_X11)\n#if defined(__APPLE__) && defined(__MACH__)\n/* conflicts with Quickdraw.h */\n#define Cursor X11Cursor\n#endif\n\n#include <X11/Xlib.h>\n#include <X11/Xatom.h>\n\n#if defined(__APPLE__) && defined(__MACH__)\n/* matches the re-define above */\n#undef Cursor\n#endif\n\n#endif /* defined(SDL_VIDEO_DRIVER_X11) */\n\n#if defined(SDL_VIDEO_DRIVER_DIRECTFB)\n#include <directfb.h>\n#endif\n\n#if defined(SDL_VIDEO_DRIVER_COCOA)\n#ifdef __OBJC__\n#include <Cocoa/Cocoa.h>\n#else\ntypedef struct _NSWindow NSWindow;\n#endif\n#endif\n\n#if defined(SDL_VIDEO_DRIVER_UIKIT)\n#ifdef __OBJC__\n#include <UIKit/UIKit.h>\n#else\ntypedef struct _UIWindow UIWindow;\ntypedef struct _UIViewController UIViewController;\n#endif\n#endif\n\n#if defined(SDL_VIDEO_DRIVER_MIR)\n#include <mir_toolkit/mir_client_library.h>\n#endif\n\n\n/**\n *  These are the various supported windowing subsystems\n */\ntypedef enum\n{\n    SDL_SYSWM_UNKNOWN,\n    SDL_SYSWM_WINDOWS,\n    SDL_SYSWM_X11,\n    SDL_SYSWM_DIRECTFB,\n    SDL_SYSWM_COCOA,\n    SDL_SYSWM_UIKIT,\n    SDL_SYSWM_WAYLAND,\n    SDL_SYSWM_MIR,\n    SDL_SYSWM_WINRT,\n} SDL_SYSWM_TYPE;\n\n/**\n *  The custom event structure.\n */\nstruct SDL_SysWMmsg\n{\n    SDL_version version;\n    SDL_SYSWM_TYPE subsystem;\n    union\n    {\n#if defined(SDL_VIDEO_DRIVER_WINDOWS)\n        struct {\n            HWND hwnd;                  /**< The window for the message */\n            UINT msg;                   /**< The type of message */\n            WPARAM wParam;              /**< WORD message parameter */\n            LPARAM lParam;              /**< LONG message parameter */\n        } win;\n#endif\n#if defined(SDL_VIDEO_DRIVER_X11)\n        struct {\n            XEvent event;\n        } x11;\n#endif\n#if defined(SDL_VIDEO_DRIVER_DIRECTFB)\n        struct {\n            DFBEvent event;\n        } dfb;\n#endif\n#if defined(SDL_VIDEO_DRIVER_COCOA)\n        struct\n        {\n            /* No Cocoa window events yet */\n        } cocoa;\n#endif\n#if defined(SDL_VIDEO_DRIVER_UIKIT)\n        struct\n        {\n            /* No UIKit window events yet */\n        } uikit;\n#endif\n        /* Can't have an empty union */\n        int dummy;\n    } msg;\n};\n\n/**\n *  The custom window manager information structure.\n *\n *  When this structure is returned, it holds information about which\n *  low level system it is using, and will be one of SDL_SYSWM_TYPE.\n */\nstruct SDL_SysWMinfo\n{\n    SDL_version version;\n    SDL_SYSWM_TYPE subsystem;\n    union\n    {\n#if defined(SDL_VIDEO_DRIVER_WINDOWS)\n        struct\n        {\n            HWND window;                /**< The window handle */\n        } win;\n#endif\n#if defined(SDL_VIDEO_DRIVER_WINRT)\n        struct\n        {\n            IInspectable * window;      /**< The WinRT CoreWindow */\n        } winrt;\n#endif\n#if defined(SDL_VIDEO_DRIVER_X11)\n        struct\n        {\n            Display *display;           /**< The X11 display */\n            Window window;              /**< The X11 window */\n        } x11;\n#endif\n#if defined(SDL_VIDEO_DRIVER_DIRECTFB)\n        struct\n        {\n            IDirectFB *dfb;             /**< The directfb main interface */\n            IDirectFBWindow *window;    /**< The directfb window handle */\n            IDirectFBSurface *surface;  /**< The directfb client surface */\n        } dfb;\n#endif\n#if defined(SDL_VIDEO_DRIVER_COCOA)\n        struct\n        {\n            NSWindow *window;           /* The Cocoa window */\n        } cocoa;\n#endif\n#if defined(SDL_VIDEO_DRIVER_UIKIT)\n        struct\n        {\n            UIWindow *window;           /* The UIKit window */\n        } uikit;\n#endif\n#if defined(SDL_VIDEO_DRIVER_WAYLAND)\n        struct\n        {\n            struct wl_display *display;            /**< Wayland display */\n            struct wl_surface *surface;            /**< Wayland surface */\n            struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */\n        } wl;\n#endif\n#if defined(SDL_VIDEO_DRIVER_MIR)\n        struct\n        {\n            MirConnection *connection;  /**< Mir display server connection */\n            MirSurface *surface;  /**< Mir surface */\n        } mir;\n#endif\n\n        /* Can't have an empty union */\n        int dummy;\n    } info;\n};\n\n#endif /* SDL_PROTOTYPES_ONLY */\n\ntypedef struct SDL_SysWMinfo SDL_SysWMinfo;\n\n/* Function prototypes */\n/**\n *  \\brief This function allows access to driver-dependent window information.\n *\n *  \\param window The window about which information is being requested\n *  \\param info This structure must be initialized with the SDL version, and is\n *              then filled in with information about the given window.\n *\n *  \\return SDL_TRUE if the function is implemented and the version member of\n *          the \\c info struct is valid, SDL_FALSE otherwise.\n *\n *  You typically use this function like this:\n *  \\code\n *  SDL_SysWMinfo info;\n *  SDL_VERSION(&info.version);\n *  if ( SDL_GetWindowWMInfo(window, &info) ) { ... }\n *  \\endcode\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_Window * window,\n                                                     SDL_SysWMinfo * info);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_syswm_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n#ifndef _SDL_test_h\n#define _SDL_test_h\n\n#include \"SDL.h\"\n#include \"SDL_test_common.h\"\n#include \"SDL_test_font.h\"\n#include \"SDL_test_random.h\"\n#include \"SDL_test_fuzzer.h\"\n#include \"SDL_test_crc32.h\"\n#include \"SDL_test_md5.h\"\n#include \"SDL_test_log.h\"\n#include \"SDL_test_assert.h\"\n#include \"SDL_test_harness.h\"\n#include \"SDL_test_images.h\"\n#include \"SDL_test_compare.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Global definitions */\n\n/*\n * Note: Maximum size of SDLTest log message is less than SDLs limit\n * to ensure we can fit additional information such as the timestamp.\n */\n#define SDLTEST_MAX_LOGMESSAGE_LENGTH   3584\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_assert.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_assert.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n *\n * Assert API for test code and test cases\n *\n */\n\n#ifndef _SDL_test_assert_h\n#define _SDL_test_assert_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief Fails the assert.\n */\n#define ASSERT_FAIL     0\n\n/**\n * \\brief Passes the assert.\n */\n#define ASSERT_PASS     1\n\n/**\n * \\brief Assert that logs and break execution flow on failures.\n *\n * \\param assertCondition Evaluated condition or variable to assert; fail (==0) or pass (!=0).\n * \\param assertDescription Message to log with the assert describing it.\n */\nvoid SDLTest_Assert(int assertCondition, const char *assertDescription, ...);\n\n/**\n * \\brief Assert for test cases that logs but does not break execution flow on failures. Updates assertion counters.\n *\n * \\param assertCondition Evaluated condition or variable to assert; fail (==0) or pass (!=0).\n * \\param assertDescription Message to log with the assert describing it.\n *\n * \\returns Returns the assertCondition so it can be used to externally to break execution flow if desired.\n */\nint SDLTest_AssertCheck(int assertCondition, const char *assertDescription, ...);\n\n/**\n * \\brief Explicitely pass without checking an assertion condition. Updates assertion counter.\n *\n * \\param assertDescription Message to log with the assert describing it.\n */\nvoid SDLTest_AssertPass(const char *assertDescription, ...);\n\n/**\n * \\brief Resets the assert summary counters to zero.\n */\nvoid SDLTest_ResetAssertSummary();\n\n/**\n * \\brief Logs summary of all assertions (total, pass, fail) since last reset as INFO or ERROR.\n */\nvoid SDLTest_LogAssertSummary();\n\n\n/**\n * \\brief Converts the current assert summary state to a test result.\n *\n * \\returns TEST_RESULT_PASSED, TEST_RESULT_FAILED, or TEST_RESULT_NO_ASSERT\n */\nint SDLTest_AssertSummaryToTestResult();\n\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_assert_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_common.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_common.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/* Ported from original test\\common.h file. */\n\n#ifndef _SDL_test_common_h\n#define _SDL_test_common_h\n\n#include \"SDL.h\"\n\n#if defined(__PSP__)\n#define DEFAULT_WINDOW_WIDTH  480\n#define DEFAULT_WINDOW_HEIGHT 272\n#else\n#define DEFAULT_WINDOW_WIDTH  640\n#define DEFAULT_WINDOW_HEIGHT 480\n#endif\n\n#define VERBOSE_VIDEO   0x00000001\n#define VERBOSE_MODES   0x00000002\n#define VERBOSE_RENDER  0x00000004\n#define VERBOSE_EVENT   0x00000008\n#define VERBOSE_AUDIO   0x00000010\n\ntypedef struct\n{\n    /* SDL init flags */\n    char **argv;\n    Uint32 flags;\n    Uint32 verbose;\n\n    /* Video info */\n    const char *videodriver;\n    int display;\n    const char *window_title;\n    const char *window_icon;\n    Uint32 window_flags;\n    int window_x;\n    int window_y;\n    int window_w;\n    int window_h;\n    int window_minW;\n    int window_minH;\n    int window_maxW;\n    int window_maxH;\n    int logical_w;\n    int logical_h;\n    float scale;\n    int depth;\n    int refresh_rate;\n    int num_windows;\n    SDL_Window **windows;\n\n    /* Renderer info */\n    const char *renderdriver;\n    Uint32 render_flags;\n    SDL_bool skip_renderer;\n    SDL_Renderer **renderers;\n    SDL_Texture **targets;\n\n    /* Audio info */\n    const char *audiodriver;\n    SDL_AudioSpec audiospec;\n\n    /* GL settings */\n    int gl_red_size;\n    int gl_green_size;\n    int gl_blue_size;\n    int gl_alpha_size;\n    int gl_buffer_size;\n    int gl_depth_size;\n    int gl_stencil_size;\n    int gl_double_buffer;\n    int gl_accum_red_size;\n    int gl_accum_green_size;\n    int gl_accum_blue_size;\n    int gl_accum_alpha_size;\n    int gl_stereo;\n    int gl_multisamplebuffers;\n    int gl_multisamplesamples;\n    int gl_retained_backing;\n    int gl_accelerated;\n    int gl_major_version;\n    int gl_minor_version;\n    int gl_debug;\n    int gl_profile_mask;\n} SDLTest_CommonState;\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Function prototypes */\n\n/**\n * \\brief Parse command line parameters and create common state.\n *\n * \\param argv Array of command line parameters\n * \\param flags Flags indicating which subsystem to initialize (i.e. SDL_INIT_VIDEO | SDL_INIT_AUDIO)\n *\n * \\returns Returns a newly allocated common state object.\n */\nSDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);\n\n/**\n * \\brief Process one common argument.\n *\n * \\param state The common state describing the test window to create.\n * \\param index The index of the argument to process in argv[].\n *\n * \\returns The number of arguments processed (i.e. 1 for --fullscreen, 2 for --video [videodriver], or -1 on error.\n */\nint SDLTest_CommonArg(SDLTest_CommonState * state, int index);\n\n/**\n * \\brief Returns common usage information\n *\n * \\param state The common state describing the test window to create.\n *\n * \\returns String with usage information\n */\nconst char *SDLTest_CommonUsage(SDLTest_CommonState * state);\n\n/**\n * \\brief Open test window.\n *\n * \\param state The common state describing the test window to create.\n *\n * \\returns True if initialization succeeded, false otherwise\n */\nSDL_bool SDLTest_CommonInit(SDLTest_CommonState * state);\n\n/**\n * \\brief Common event handler for test windows.\n *\n * \\param state The common state used to create test window.\n * \\param event The event to handle.\n * \\param done Flag indicating we are done.\n *\n */\nvoid SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);\n\n/**\n * \\brief Close test window.\n *\n * \\param state The common state used to create test window.\n *\n */\nvoid SDLTest_CommonQuit(SDLTest_CommonState * state);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_common_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_compare.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_compare.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n\n Defines comparison functions (i.e. for surfaces).\n\n*/\n\n#ifndef _SDL_test_compare_h\n#define _SDL_test_compare_h\n\n#include \"SDL.h\"\n\n#include \"SDL_test_images.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief Compares a surface and with reference image data for equality\n *\n * \\param surface Surface used in comparison\n * \\param referenceSurface Test Surface used in comparison\n * \\param allowable_error Allowable difference (squared) in blending accuracy.\n *\n * \\returns 0 if comparison succeeded, >0 (=number of pixels where comparison failed) if comparison failed, -1 if any of the surfaces were NULL, -2 if the surface sizes differ.\n */\nint SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_error);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_compare_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_crc32.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_crc32.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n\n Implements CRC32 calculations (default output is Perl String::CRC32 compatible).\n\n*/\n\n#ifndef _SDL_test_crc32_h\n#define _SDL_test_crc32_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n\n/* ------------ Definitions --------- */\n\n/* Definition shared by all CRC routines */\n\n#ifndef CrcUint32\n #define CrcUint32  unsigned int\n#endif\n#ifndef CrcUint8\n #define CrcUint8   unsigned char\n#endif\n\n#ifdef ORIGINAL_METHOD\n #define CRC32_POLY 0x04c11db7   /* AUTODIN II, Ethernet, & FDDI */\n#else\n #define CRC32_POLY 0xEDB88320   /* Perl String::CRC32 compatible */\n#endif\n\n/**\n * Data structure for CRC32 (checksum) computation\n */\n  typedef struct {\n    CrcUint32    crc32_table[256]; /* CRC table */\n  } SDLTest_Crc32Context;\n\n/* ---------- Function Prototypes ------------- */\n\n/**\n * /brief Initialize the CRC context\n *\n * Note: The function initializes the crc table required for all crc calculations.\n *\n * /param crcContext        pointer to context variable\n *\n * /returns 0 for OK, -1 on error\n *\n */\n int SDLTest_Crc32Init(SDLTest_Crc32Context * crcContext);\n\n\n/**\n * /brief calculate a crc32 from a data block\n *\n * /param crcContext         pointer to context variable\n * /param inBuf              input buffer to checksum\n * /param inLen              length of input buffer\n * /param crc32              pointer to Uint32 to store the final CRC into\n *\n * /returns 0 for OK, -1 on error\n *\n */\nint SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);\n\n/* Same routine broken down into three steps */\nint SDLTest_Crc32CalcStart(SDLTest_Crc32Context * crcContext, CrcUint32 *crc32);\nint SDLTest_Crc32CalcEnd(SDLTest_Crc32Context * crcContext, CrcUint32 *crc32);\nint SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);\n\n\n/**\n * /brief clean up CRC context\n *\n * /param crcContext        pointer to context variable\n *\n * /returns 0 for OK, -1 on error\n *\n*/\n\nint SDLTest_Crc32Done(SDLTest_Crc32Context * crcContext);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_crc32_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_font.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_font.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n#ifndef _SDL_test_font_h\n#define _SDL_test_font_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Function prototypes */\n\n#define FONT_CHARACTER_SIZE  8\n\n/**\n *  \\brief Draw a string in the currently set font.\n *\n *  \\param renderer The renderer to draw on.\n *  \\param x The X coordinate of the upper left corner of the character.\n *  \\param y The Y coordinate of the upper left corner of the character.\n *  \\param c The character to draw.\n *\n *  \\returns Returns 0 on success, -1 on failure.\n */\nint SDLTest_DrawCharacter( SDL_Renderer *renderer, int x, int y, char c );\n\n/**\n *  \\brief Draw a string in the currently set font.\n *\n *  \\param renderer The renderer to draw on.\n *  \\param x The X coordinate of the upper left corner of the string.\n *  \\param y The Y coordinate of the upper left corner of the string.\n *  \\param s The string to draw.\n *\n *  \\returns Returns 0 on success, -1 on failure.\n */\nint SDLTest_DrawString( SDL_Renderer * renderer, int x, int y, const char *s );\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_font_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_fuzzer.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_fuzzer.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n\n  Data generators for fuzzing test data in a reproducible way.\n\n*/\n\n#ifndef _SDL_test_fuzzer_h\n#define _SDL_test_fuzzer_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n\n/*\n  Based on GSOC code by Markus Kauppila <markus.kauppila@gmail.com>\n*/\n\n\n/**\n * \\file\n * Note: The fuzzer implementation uses a static instance of random context\n * internally which makes it thread-UNsafe.\n */\n\n/**\n * Initializes the fuzzer for a test\n *\n * /param execKey Execution \"Key\" that initializes the random number generator uniquely for the test.\n *\n */\nvoid SDLTest_FuzzerInit(Uint64 execKey);\n\n\n/**\n * Returns a random Uint8\n *\n * \\returns Generated integer\n */\nUint8 SDLTest_RandomUint8();\n\n/**\n * Returns a random Sint8\n *\n * \\returns Generated signed integer\n */\nSint8 SDLTest_RandomSint8();\n\n\n/**\n * Returns a random Uint16\n *\n * \\returns Generated integer\n */\nUint16 SDLTest_RandomUint16();\n\n/**\n * Returns a random Sint16\n *\n * \\returns Generated signed integer\n */\nSint16 SDLTest_RandomSint16();\n\n\n/**\n * Returns a random integer\n *\n * \\returns Generated integer\n */\nSint32 SDLTest_RandomSint32();\n\n\n/**\n * Returns a random positive integer\n *\n * \\returns Generated integer\n */\nUint32 SDLTest_RandomUint32();\n\n/**\n * Returns random Uint64.\n *\n * \\returns Generated integer\n */\nUint64 SDLTest_RandomUint64();\n\n\n/**\n * Returns random Sint64.\n *\n * \\returns Generated signed integer\n */\nSint64 SDLTest_RandomSint64();\n\n/**\n * \\returns random float in range [0.0 - 1.0[\n */\nfloat SDLTest_RandomUnitFloat();\n\n/**\n * \\returns random double in range [0.0 - 1.0[\n */\ndouble SDLTest_RandomUnitDouble();\n\n/**\n * \\returns random float.\n *\n */\nfloat SDLTest_RandomFloat();\n\n/**\n * \\returns random double.\n *\n */\ndouble SDLTest_RandomDouble();\n\n/**\n * Returns a random boundary value for Uint8 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomUint8BoundaryValue(10, 20, SDL_TRUE) returns 10, 11, 19 or 20\n * RandomUint8BoundaryValue(1, 20, SDL_FALSE) returns 0 or 21\n * RandomUint8BoundaryValue(0, 99, SDL_FALSE) returns 100\n * RandomUint8BoundaryValue(0, 255, SDL_FALSE) returns 0 (error set)\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or 0 with error set\n */\nUint8 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Uint16 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomUint16BoundaryValue(10, 20, SDL_TRUE) returns 10, 11, 19 or 20\n * RandomUint16BoundaryValue(1, 20, SDL_FALSE) returns 0 or 21\n * RandomUint16BoundaryValue(0, 99, SDL_FALSE) returns 100\n * RandomUint16BoundaryValue(0, 0xFFFF, SDL_FALSE) returns 0 (error set)\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or 0 with error set\n */\nUint16 SDLTest_RandomUint16BoundaryValue(Uint16 boundary1, Uint16 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Uint32 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomUint32BoundaryValue(10, 20, SDL_TRUE) returns 10, 11, 19 or 20\n * RandomUint32BoundaryValue(1, 20, SDL_FALSE) returns 0 or 21\n * RandomUint32BoundaryValue(0, 99, SDL_FALSE) returns 100\n * RandomUint32BoundaryValue(0, 0xFFFFFFFF, SDL_FALSE) returns 0 (with error set)\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or 0 with error set\n */\nUint32 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Uint64 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomUint64BoundaryValue(10, 20, SDL_TRUE) returns 10, 11, 19 or 20\n * RandomUint64BoundaryValue(1, 20, SDL_FALSE) returns 0 or 21\n * RandomUint64BoundaryValue(0, 99, SDL_FALSE) returns 100\n * RandomUint64BoundaryValue(0, 0xFFFFFFFFFFFFFFFF, SDL_FALSE) returns 0 (with error set)\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or 0 with error set\n */\nUint64 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Sint8 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomSint8BoundaryValue(-10, 20, SDL_TRUE) returns -11, -10, 19 or 20\n * RandomSint8BoundaryValue(-100, -10, SDL_FALSE) returns -101 or -9\n * RandomSint8BoundaryValue(SINT8_MIN, 99, SDL_FALSE) returns 100\n * RandomSint8BoundaryValue(SINT8_MIN, SINT8_MAX, SDL_FALSE) returns SINT8_MIN (== error value) with error set\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or SINT8_MIN with error set\n */\nSint8 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain);\n\n\n/**\n * Returns a random boundary value for Sint16 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomSint16BoundaryValue(-10, 20, SDL_TRUE) returns -11, -10, 19 or 20\n * RandomSint16BoundaryValue(-100, -10, SDL_FALSE) returns -101 or -9\n * RandomSint16BoundaryValue(SINT16_MIN, 99, SDL_FALSE) returns 100\n * RandomSint16BoundaryValue(SINT16_MIN, SINT16_MAX, SDL_FALSE) returns SINT16_MIN (== error value) with error set\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or SINT16_MIN with error set\n */\nSint16 SDLTest_RandomSint16BoundaryValue(Sint16 boundary1, Sint16 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Sint32 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomSint32BoundaryValue(-10, 20, SDL_TRUE) returns -11, -10, 19 or 20\n * RandomSint32BoundaryValue(-100, -10, SDL_FALSE) returns -101 or -9\n * RandomSint32BoundaryValue(SINT32_MIN, 99, SDL_FALSE) returns 100\n * RandomSint32BoundaryValue(SINT32_MIN, SINT32_MAX, SDL_FALSE) returns SINT32_MIN (== error value)\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or SINT32_MIN with error set\n */\nSint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);\n\n/**\n * Returns a random boundary value for Sint64 within the given boundaries.\n * Boundaries are inclusive, see the usage examples below. If validDomain\n * is true, the function will only return valid boundaries, otherwise non-valid\n * boundaries are also possible.\n * If boundary1 > boundary2, the values are swapped\n *\n * Usage examples:\n * RandomSint64BoundaryValue(-10, 20, SDL_TRUE) returns -11, -10, 19 or 20\n * RandomSint64BoundaryValue(-100, -10, SDL_FALSE) returns -101 or -9\n * RandomSint64BoundaryValue(SINT64_MIN, 99, SDL_FALSE) returns 100\n * RandomSint64BoundaryValue(SINT64_MIN, SINT64_MAX, SDL_FALSE) returns SINT64_MIN (== error value) and error set\n *\n * \\param boundary1 Lower boundary limit\n * \\param boundary2 Upper boundary limit\n * \\param validDomain Should the generated boundary be valid (=within the bounds) or not?\n *\n * \\returns Random boundary value for the given range and domain or SINT64_MIN with error set\n */\nSint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);\n\n\n/**\n * Returns integer in range [min, max] (inclusive).\n * Min and max values can be negative values.\n * If Max in smaller tham min, then the values are swapped.\n * Min and max are the same value, that value will be returned.\n *\n * \\param min Minimum inclusive value of returned random number\n * \\param max Maximum inclusive value of returned random number\n *\n * \\returns Generated random integer in range\n */\nSint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);\n\n\n/**\n * Generates random null-terminated string. The minimum length for\n * the string is 1 character, maximum length for the string is 255\n * characters and it can contain ASCII characters from 32 to 126.\n *\n * Note: Returned string needs to be deallocated.\n *\n * \\returns Newly allocated random string; or NULL if length was invalid or string could not be allocated.\n */\nchar * SDLTest_RandomAsciiString();\n\n\n/**\n * Generates random null-terminated string. The maximum length for\n * the string is defined by the maxLength parameter.\n * String can contain ASCII characters from 32 to 126.\n *\n * Note: Returned string needs to be deallocated.\n *\n * \\param maxLength The maximum length of the generated string.\n *\n * \\returns Newly allocated random string; or NULL if maxLength was invalid or string could not be allocated.\n */\nchar * SDLTest_RandomAsciiStringWithMaximumLength(int maxLength);\n\n\n/**\n * Generates random null-terminated string. The length for\n * the string is defined by the size parameter.\n * String can contain ASCII characters from 32 to 126.\n *\n * Note: Returned string needs to be deallocated.\n *\n * \\param size The length of the generated string\n *\n * \\returns Newly allocated random string; or NULL if size was invalid or string could not be allocated.\n */\nchar * SDLTest_RandomAsciiStringOfSize(int size);\n\n/**\n * Returns the invocation count for the fuzzer since last ...FuzzerInit.\n */\nint SDLTest_GetFuzzerInvocationCount();\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_fuzzer_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_harness.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_harness.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n  Defines types for test case definitions and the test execution harness API.\n\n  Based on original GSOC code by Markus Kauppila <markus.kauppila@gmail.com>\n*/\n\n#ifndef _SDL_test_harness_h\n#define _SDL_test_harness_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n\n/* ! Definitions for test case structures */\n#define TEST_ENABLED  1\n#define TEST_DISABLED 0\n\n/* ! Definition of all the possible test return values of the test case method */\n#define TEST_ABORTED        -1\n#define TEST_STARTED         0\n#define TEST_COMPLETED       1\n#define TEST_SKIPPED         2\n\n/* ! Definition of all the possible test results for the harness */\n#define TEST_RESULT_PASSED              0\n#define TEST_RESULT_FAILED              1\n#define TEST_RESULT_NO_ASSERT           2\n#define TEST_RESULT_SKIPPED             3\n#define TEST_RESULT_SETUP_FAILURE       4\n\n/* !< Function pointer to a test case setup function (run before every test) */\ntypedef void (*SDLTest_TestCaseSetUpFp)(void *arg);\n\n/* !< Function pointer to a test case function */\ntypedef int (*SDLTest_TestCaseFp)(void *arg);\n\n/* !< Function pointer to a test case teardown function (run after every test) */\ntypedef void  (*SDLTest_TestCaseTearDownFp)(void *arg);\n\n/**\n * Holds information about a single test case.\n */\ntypedef struct SDLTest_TestCaseReference {\n    /* !< Func2Stress */\n    SDLTest_TestCaseFp testCase;\n    /* !< Short name (or function name) \"Func2Stress\" */\n    char *name;\n    /* !< Long name or full description \"This test pushes func2() to the limit.\" */\n    char *description;\n    /* !< Set to TEST_ENABLED or TEST_DISABLED (test won't be run) */\n    int enabled;\n} SDLTest_TestCaseReference;\n\n/**\n * Holds information about a test suite (multiple test cases).\n */\ntypedef struct SDLTest_TestSuiteReference {\n    /* !< \"PlatformSuite\" */\n    char *name;\n    /* !< The function that is run before each test. NULL skips. */\n    SDLTest_TestCaseSetUpFp testSetUp;\n    /* !< The test cases that are run as part of the suite. Last item should be NULL. */\n    const SDLTest_TestCaseReference **testCases;\n    /* !< The function that is run after each test. NULL skips. */\n    SDLTest_TestCaseTearDownFp testTearDown;\n} SDLTest_TestSuiteReference;\n\n\n/**\n * \\brief Execute a test suite using the given run seed and execution key.\n *\n * \\param testSuites Suites containing the test case.\n * \\param userRunSeed Custom run seed provided by user, or NULL to autogenerate one.\n * \\param userExecKey Custom execution key provided by user, or 0 to autogenerate one.\n * \\param filter Filter specification. NULL disables. Case sensitive.\n * \\param testIterations Number of iterations to run each test case.\n *\n * \\returns Test run result; 0 when all tests passed, 1 if any tests failed.\n */\nint SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_harness_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_images.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_images.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n\n Defines some images for tests.\n\n*/\n\n#ifndef _SDL_test_images_h\n#define _SDL_test_images_h\n\n#include \"SDL.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *Type for test images.\n */\ntypedef struct SDLTest_SurfaceImage_s {\n  int width;\n  int height;\n  unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */\n  const char *pixel_data;\n} SDLTest_SurfaceImage_t;\n\n/* Test images */\nSDL_Surface *SDLTest_ImageBlit();\nSDL_Surface *SDLTest_ImageBlitColor();\nSDL_Surface *SDLTest_ImageBlitAlpha();\nSDL_Surface *SDLTest_ImageBlitBlendAdd();\nSDL_Surface *SDLTest_ImageBlitBlend();\nSDL_Surface *SDLTest_ImageBlitBlendMod();\nSDL_Surface *SDLTest_ImageBlitBlendNone();\nSDL_Surface *SDLTest_ImageBlitBlendAll();\nSDL_Surface *SDLTest_ImageFace();\nSDL_Surface *SDLTest_ImagePrimitives();\nSDL_Surface *SDLTest_ImagePrimitivesBlend();\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_images_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_log.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_log.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n *\n *  Wrapper to log in the TEST category\n *\n */\n\n#ifndef _SDL_test_log_h\n#define _SDL_test_log_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief Prints given message with a timestamp in the TEST category and INFO priority.\n *\n * \\param fmt Message to be logged\n */\nvoid SDLTest_Log(const char *fmt, ...);\n\n/**\n * \\brief Prints given message with a timestamp in the TEST category and the ERROR priority.\n *\n * \\param fmt Message to be logged\n */\nvoid SDLTest_LogError(const char *fmt, ...);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_log_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_md5.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_md5.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n ***********************************************************************\n ** Header file for implementation of MD5                             **\n ** RSA Data Security, Inc. MD5 Message-Digest Algorithm              **\n ** Created: 2/17/90 RLR                                              **\n ** Revised: 12/27/90 SRD,AJ,BSK,JT Reference C version               **\n ** Revised (for MD5): RLR 4/27/91                                    **\n **   -- G modified to have y&~z instead of y&z                       **\n **   -- FF, GG, HH modified to add in last register done             **\n **   -- Access pattern: round 2 works mod 5, round 3 works mod 3     **\n **   -- distinct additive constant for each step                     **\n **   -- round 4 added, working mod 7                                 **\n ***********************************************************************\n*/\n\n/*\n ***********************************************************************\n **  Message-digest routines:                                         **\n **  To form the message digest for a message M                       **\n **    (1) Initialize a context buffer mdContext using MD5Init        **\n **    (2) Call MD5Update on mdContext and M                          **\n **    (3) Call MD5Final on mdContext                                 **\n **  The message digest is now in mdContext->digest[0...15]           **\n ***********************************************************************\n*/\n\n#ifndef _SDL_test_md5_h\n#define _SDL_test_md5_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* ------------ Definitions --------- */\n\n/* typedef a 32-bit type */\n  typedef unsigned long int MD5UINT4;\n\n/* Data structure for MD5 (Message-Digest) computation */\n  typedef struct {\n    MD5UINT4  i[2];     /* number of _bits_ handled mod 2^64 */\n    MD5UINT4  buf[4];       /* scratch buffer */\n    unsigned char in[64];   /* input buffer */\n    unsigned char digest[16];   /* actual digest after Md5Final call */\n  } SDLTest_Md5Context;\n\n/* ---------- Function Prototypes ------------- */\n\n/**\n * /brief initialize the context\n *\n * /param  mdContext        pointer to context variable\n *\n * Note: The function initializes the message-digest context\n *       mdContext. Call before each new use of the context -\n *       all fields are set to zero.\n */\n void SDLTest_Md5Init(SDLTest_Md5Context * mdContext);\n\n\n/**\n * /brief update digest from variable length data\n *\n * /param  mdContext       pointer to context variable\n * /param  inBuf           pointer to data array/string\n * /param  inLen           length of data array/string\n *\n * Note: The function updates the message-digest context to account\n *       for the presence of each of the characters inBuf[0..inLen-1]\n *       in the message whose digest is being computed.\n*/\n\n void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,\n                 unsigned int inLen);\n\n\n/*\n * /brief complete digest computation\n *\n * /param mdContext     pointer to context variable\n *\n * Note: The function terminates the message-digest computation and\n *       ends with the desired message digest in mdContext.digest[0..15].\n *       Always call before using the digest[] variable.\n*/\n\n void SDLTest_Md5Final(SDLTest_Md5Context * mdContext);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_md5_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_test_random.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_test_random.h\n *\n *  Include file for SDL test framework.\n *\n *  This code is a part of the SDL2_test library, not the main SDL library.\n */\n\n/*\n\n A \"32-bit Multiply with carry random number generator. Very fast.\n Includes a list of recommended multipliers.\n\n multiply-with-carry generator: x(n) = a*x(n-1) + carry mod 2^32.\n period: (a*2^31)-1\n\n*/\n\n#ifndef _SDL_test_random_h\n#define _SDL_test_random_h\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* --- Definitions */\n\n/*\n * Macros that return a random number in a specific format.\n */\n#define SDLTest_RandomInt(c)        ((int)SDLTest_Random(c))\n\n/*\n * Context structure for the random number generator state.\n */\n  typedef struct {\n    unsigned int a;\n    unsigned int x;\n    unsigned int c;\n    unsigned int ah;\n    unsigned int al;\n  } SDLTest_RandomContext;\n\n\n/* --- Function prototypes */\n\n/**\n *  \\brief Initialize random number generator with two integers.\n *\n *  Note: The random sequence of numbers returned by ...Random() is the\n *  same for the same two integers and has a period of 2^31.\n *\n *  \\param rndContext     pointer to context structure\n *  \\param xi         integer that defines the random sequence\n *  \\param ci         integer that defines the random sequence\n *\n */\n void SDLTest_RandomInit(SDLTest_RandomContext * rndContext, unsigned int xi,\n                  unsigned int ci);\n\n/**\n *  \\brief Initialize random number generator based on current system time.\n *\n *  \\param rndContext     pointer to context structure\n *\n */\n void SDLTest_RandomInitTime(SDLTest_RandomContext *rndContext);\n\n\n/**\n *  \\brief Initialize random number generator based on current system time.\n *\n *  Note: ...RandomInit() or ...RandomInitTime() must have been called\n *  before using this function.\n *\n *  \\param rndContext     pointer to context structure\n *\n *  \\returns A random number (32bit unsigned integer)\n *\n */\n unsigned int SDLTest_Random(SDLTest_RandomContext *rndContext);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_test_random_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_thread.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_thread_h\n#define _SDL_thread_h\n\n/**\n *  \\file SDL_thread.h\n *\n *  Header for the SDL thread management routines.\n */\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n/* Thread synchronization primitives */\n#include \"SDL_atomic.h\"\n#include \"SDL_mutex.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* The SDL thread structure, defined in SDL_thread.c */\nstruct SDL_Thread;\ntypedef struct SDL_Thread SDL_Thread;\n\n/* The SDL thread ID */\ntypedef unsigned long SDL_threadID;\n\n/* Thread local storage ID, 0 is the invalid ID */\ntypedef unsigned int SDL_TLSID;\n\n/**\n *  The SDL thread priority.\n *\n *  \\note On many systems you require special privileges to set high priority.\n */\ntypedef enum {\n    SDL_THREAD_PRIORITY_LOW,\n    SDL_THREAD_PRIORITY_NORMAL,\n    SDL_THREAD_PRIORITY_HIGH\n} SDL_ThreadPriority;\n\n/**\n *  The function passed to SDL_CreateThread().\n *  It is passed a void* user context parameter and returns an int.\n */\ntypedef int (SDLCALL * SDL_ThreadFunction) (void *data);\n\n#if defined(__WIN32__) && !defined(HAVE_LIBC)\n/**\n *  \\file SDL_thread.h\n *\n *  We compile SDL into a DLL. This means, that it's the DLL which\n *  creates a new thread for the calling process with the SDL_CreateThread()\n *  API. There is a problem with this, that only the RTL of the SDL.DLL will\n *  be initialized for those threads, and not the RTL of the calling\n *  application!\n *\n *  To solve this, we make a little hack here.\n *\n *  We'll always use the caller's _beginthread() and _endthread() APIs to\n *  start a new thread. This way, if it's the SDL.DLL which uses this API,\n *  then the RTL of SDL.DLL will be used to create the new thread, and if it's\n *  the application, then the RTL of the application will be used.\n *\n *  So, in short:\n *  Always use the _beginthread() and _endthread() of the calling runtime\n *  library!\n */\n#define SDL_PASSED_BEGINTHREAD_ENDTHREAD\n#include <process.h>            /* This has _beginthread() and _endthread() defined! */\n\ntypedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned,\n                                                        unsigned (__stdcall *\n                                                                  func) (void\n                                                                         *),\n                                                        void *arg, unsigned,\n                                                        unsigned *threadID);\ntypedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);\n\n/**\n *  Create a thread.\n */\nextern DECLSPEC SDL_Thread *SDLCALL\nSDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,\n                 pfnSDL_CurrentBeginThread pfnBeginThread,\n                 pfnSDL_CurrentEndThread pfnEndThread);\n\n/**\n *  Create a thread.\n */\n#if defined(SDL_CreateThread) && SDL_DYNAMIC_API\n#undef SDL_CreateThread\n#define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)\n#else\n#define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)\n#endif\n\n#else\n\n/**\n *  Create a thread.\n *\n *   Thread naming is a little complicated: Most systems have very small\n *    limits for the string length (Haiku has 32 bytes, Linux currently has 16,\n *    Visual C++ 6.0 has nine!), and possibly other arbitrary rules. You'll\n *    have to see what happens with your system's debugger. The name should be\n *    UTF-8 (but using the naming limits of C identifiers is a better bet).\n *   There are no requirements for thread naming conventions, so long as the\n *    string is null-terminated UTF-8, but these guidelines are helpful in\n *    choosing a name:\n *\n *    http://stackoverflow.com/questions/149932/naming-conventions-for-threads\n *\n *   If a system imposes requirements, SDL will try to munge the string for\n *    it (truncate, etc), but the original string contents will be available\n *    from SDL_GetThreadName().\n */\nextern DECLSPEC SDL_Thread *SDLCALL\nSDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data);\n\n#endif\n\n/**\n * Get the thread name, as it was specified in SDL_CreateThread().\n *  This function returns a pointer to a UTF-8 string that names the\n *  specified thread, or NULL if it doesn't have a name. This is internal\n *  memory, not to be free()'d by the caller, and remains valid until the\n *  specified thread is cleaned up by SDL_WaitThread().\n */\nextern DECLSPEC const char *SDLCALL SDL_GetThreadName(SDL_Thread *thread);\n\n/**\n *  Get the thread identifier for the current thread.\n */\nextern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);\n\n/**\n *  Get the thread identifier for the specified thread.\n *\n *  Equivalent to SDL_ThreadID() if the specified thread is NULL.\n */\nextern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);\n\n/**\n *  Set the priority for the current thread\n */\nextern DECLSPEC int SDLCALL SDL_SetThreadPriority(SDL_ThreadPriority priority);\n\n/**\n *  Wait for a thread to finish. Threads that haven't been detached will\n *  remain (as a \"zombie\") until this function cleans them up. Not doing so\n *  is a resource leak.\n *\n *  Once a thread has been cleaned up through this function, the SDL_Thread\n *  that references it becomes invalid and should not be referenced again.\n *  As such, only one thread may call SDL_WaitThread() on another.\n *\n *  The return code for the thread function is placed in the area\n *  pointed to by \\c status, if \\c status is not NULL.\n *\n *  You may not wait on a thread that has been used in a call to\n *  SDL_DetachThread(). Use either that function or this one, but not\n *  both, or behavior is undefined.\n *\n *  It is safe to pass NULL to this function; it is a no-op.\n */\nextern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);\n\n/**\n *  A thread may be \"detached\" to signify that it should not remain until\n *  another thread has called SDL_WaitThread() on it. Detaching a thread\n *  is useful for long-running threads that nothing needs to synchronize\n *  with or further manage. When a detached thread is done, it simply\n *  goes away.\n *\n *  There is no way to recover the return code of a detached thread. If you\n *  need this, don't detach the thread and instead use SDL_WaitThread().\n *\n *  Once a thread is detached, you should usually assume the SDL_Thread isn't\n *  safe to reference again, as it will become invalid immediately upon\n *  the detached thread's exit, instead of remaining until someone has called\n *  SDL_WaitThread() to finally clean it up. As such, don't detach the same\n *  thread more than once.\n *\n *  If a thread has already exited when passed to SDL_DetachThread(), it will\n *  stop waiting for a call to SDL_WaitThread() and clean up immediately.\n *  It is not safe to detach a thread that might be used with SDL_WaitThread().\n *\n *  You may not call SDL_WaitThread() on a thread that has been detached.\n *  Use either that function or this one, but not both, or behavior is\n *  undefined.\n *\n *  It is safe to pass NULL to this function; it is a no-op.\n */\nextern DECLSPEC void SDLCALL SDL_DetachThread(SDL_Thread * thread);\n\n/**\n *  \\brief Create an identifier that is globally visible to all threads but refers to data that is thread-specific.\n *\n *  \\return The newly created thread local storage identifier, or 0 on error\n *\n *  \\code\n *  static SDL_SpinLock tls_lock;\n *  static SDL_TLSID thread_local_storage;\n * \n *  void SetMyThreadData(void *value)\n *  {\n *      if (!thread_local_storage) {\n *          SDL_AtomicLock(&tls_lock);\n *          if (!thread_local_storage) {\n *              thread_local_storage = SDL_TLSCreate();\n *          }\n *          SDL_AtomicUnLock(&tls_lock);\n *      }\n *      SDL_TLSSet(thread_local_storage, value);\n *  }\n *  \n *  void *GetMyThreadData(void)\n *  {\n *      return SDL_TLSGet(thread_local_storage);\n *  }\n *  \\endcode\n *\n *  \\sa SDL_TLSGet()\n *  \\sa SDL_TLSSet()\n */\nextern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate(void);\n\n/**\n *  \\brief Get the value associated with a thread local storage ID for the current thread.\n *\n *  \\param id The thread local storage ID\n *\n *  \\return The value associated with the ID for the current thread, or NULL if no value has been set.\n *\n *  \\sa SDL_TLSCreate()\n *  \\sa SDL_TLSSet()\n */\nextern DECLSPEC void * SDLCALL SDL_TLSGet(SDL_TLSID id);\n\n/**\n *  \\brief Set the value associated with a thread local storage ID for the current thread.\n *\n *  \\param id The thread local storage ID\n *  \\param value The value to associate with the ID for the current thread\n *  \\param destructor A function called when the thread exits, to free the value.\n *\n *  \\return 0 on success, -1 on error\n *\n *  \\sa SDL_TLSCreate()\n *  \\sa SDL_TLSGet()\n */\nextern DECLSPEC int SDLCALL SDL_TLSSet(SDL_TLSID id, const void *value, void (*destructor)(void*));\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_thread_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_timer.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n#ifndef _SDL_timer_h\n#define _SDL_timer_h\n\n/**\n *  \\file SDL_timer.h\n *\n *  Header for the SDL time management routines.\n */\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n * \\brief Get the number of milliseconds since the SDL library initialization.\n *\n * \\note This value wraps if the program runs for more than ~49 days.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);\n\n/**\n * \\brief Compare SDL ticks values, and return true if A has passed B\n *\n * e.g. if you want to wait 100 ms, you could do this:\n *  Uint32 timeout = SDL_GetTicks() + 100;\n *  while (!SDL_TICKS_PASSED(SDL_GetTicks(), timeout)) {\n *      ... do work until timeout has elapsed\n *  }\n */\n#define SDL_TICKS_PASSED(A, B)  ((Sint32)((B) - (A)) <= 0)\n\n/**\n * \\brief Get the current value of the high resolution counter\n */\nextern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);\n\n/**\n * \\brief Get the count per second of the high resolution counter\n */\nextern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void);\n\n/**\n * \\brief Wait a specified number of milliseconds before returning.\n */\nextern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);\n\n/**\n *  Function prototype for the timer callback function.\n *\n *  The callback function is passed the current timer interval and returns\n *  the next timer interval.  If the returned value is the same as the one\n *  passed in, the periodic alarm continues, otherwise a new alarm is\n *  scheduled.  If the callback returns 0, the periodic alarm is cancelled.\n */\ntypedef Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);\n\n/**\n * Definition of the timer ID type.\n */\ntypedef int SDL_TimerID;\n\n/**\n * \\brief Add a new timer to the pool of timers already running.\n *\n * \\return A timer ID, or NULL when an error occurs.\n */\nextern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,\n                                                 SDL_TimerCallback callback,\n                                                 void *param);\n\n/**\n * \\brief Remove a timer knowing its ID.\n *\n * \\return A boolean value indicating success or failure.\n *\n * \\warning It is not safe to remove a timer multiple times.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_timer_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_touch.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_touch.h\n *\n *  Include file for SDL touch event handling.\n */\n\n#ifndef _SDL_touch_h\n#define _SDL_touch_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_error.h\"\n#include \"SDL_video.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\ntypedef Sint64 SDL_TouchID;\ntypedef Sint64 SDL_FingerID;\n\ntypedef struct SDL_Finger\n{\n    SDL_FingerID id;\n    float x;\n    float y;\n    float pressure;\n} SDL_Finger;\n\n/* Used as the device ID for mouse events simulated with touch input */\n#define SDL_TOUCH_MOUSEID ((Uint32)-1)\n\n\n/* Function prototypes */\n\n/**\n *  \\brief Get the number of registered touch devices.\n */\nextern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);\n\n/**\n *  \\brief Get the touch ID with the given index, or 0 if the index is invalid.\n */\nextern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);\n\n/**\n *  \\brief Get the number of active fingers for a given touch device.\n */\nextern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID);\n\n/**\n *  \\brief Get the finger object of the given touch, with the given index.\n */\nextern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_touch_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_types.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_types.h\n *\n *  \\deprecated\n */\n\n/* DEPRECATED */\n#include \"SDL_stdinc.h\"\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_version.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_version.h\n *\n *  This header defines the current SDL version.\n */\n\n#ifndef _SDL_version_h\n#define _SDL_version_h\n\n#include \"SDL_stdinc.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief Information the version of SDL in use.\n *\n *  Represents the library's version as three levels: major revision\n *  (increments with massive changes, additions, and enhancements),\n *  minor revision (increments with backwards-compatible changes to the\n *  major revision), and patchlevel (increments with fixes to the minor\n *  revision).\n *\n *  \\sa SDL_VERSION\n *  \\sa SDL_GetVersion\n */\ntypedef struct SDL_version\n{\n    Uint8 major;        /**< major version */\n    Uint8 minor;        /**< minor version */\n    Uint8 patch;        /**< update version */\n} SDL_version;\n\n/* Printable format: \"%d.%d.%d\", MAJOR, MINOR, PATCHLEVEL\n*/\n#define SDL_MAJOR_VERSION   2\n#define SDL_MINOR_VERSION   0\n#define SDL_PATCHLEVEL      3\n\n/**\n *  \\brief Macro to determine SDL version program was compiled against.\n *\n *  This macro fills in a SDL_version structure with the version of the\n *  library you compiled against. This is determined by what header the\n *  compiler uses. Note that if you dynamically linked the library, you might\n *  have a slightly newer or older version at runtime. That version can be\n *  determined with SDL_GetVersion(), which, unlike SDL_VERSION(),\n *  is not a macro.\n *\n *  \\param x A pointer to a SDL_version struct to initialize.\n *\n *  \\sa SDL_version\n *  \\sa SDL_GetVersion\n */\n#define SDL_VERSION(x)                          \\\n{                                   \\\n    (x)->major = SDL_MAJOR_VERSION;                 \\\n    (x)->minor = SDL_MINOR_VERSION;                 \\\n    (x)->patch = SDL_PATCHLEVEL;                    \\\n}\n\n/**\n *  This macro turns the version numbers into a numeric value:\n *  \\verbatim\n    (1,2,3) -> (1203)\n    \\endverbatim\n *\n *  This assumes that there will never be more than 100 patchlevels.\n */\n#define SDL_VERSIONNUM(X, Y, Z)                     \\\n    ((X)*1000 + (Y)*100 + (Z))\n\n/**\n *  This is the version number macro for the current SDL version.\n */\n#define SDL_COMPILEDVERSION \\\n    SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL)\n\n/**\n *  This macro will evaluate to true if compiled with SDL at least X.Y.Z.\n */\n#define SDL_VERSION_ATLEAST(X, Y, Z) \\\n    (SDL_COMPILEDVERSION >= SDL_VERSIONNUM(X, Y, Z))\n\n/**\n *  \\brief Get the version of SDL that is linked against your program.\n *\n *  If you are linking to SDL dynamically, then it is possible that the\n *  current version will be different than the version you compiled against.\n *  This function returns the current version, while SDL_VERSION() is a\n *  macro that tells you what version you compiled with.\n *\n *  \\code\n *  SDL_version compiled;\n *  SDL_version linked;\n *\n *  SDL_VERSION(&compiled);\n *  SDL_GetVersion(&linked);\n *  printf(\"We compiled against SDL version %d.%d.%d ...\\n\",\n *         compiled.major, compiled.minor, compiled.patch);\n *  printf(\"But we linked against SDL version %d.%d.%d.\\n\",\n *         linked.major, linked.minor, linked.patch);\n *  \\endcode\n *\n *  This function may be called safely at any time, even before SDL_Init().\n *\n *  \\sa SDL_VERSION\n */\nextern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);\n\n/**\n *  \\brief Get the code revision of SDL that is linked against your program.\n *\n *  Returns an arbitrary string (a hash value) uniquely identifying the\n *  exact revision of the SDL library in use, and is only useful in comparing\n *  against other revisions. It is NOT an incrementing number.\n */\nextern DECLSPEC const char *SDLCALL SDL_GetRevision(void);\n\n/**\n *  \\brief Get the revision number of SDL that is linked against your program.\n *\n *  Returns a number uniquely identifying the exact revision of the SDL\n *  library in use. It is an incrementing number based on commits to\n *  hg.libsdl.org.\n */\nextern DECLSPEC int SDLCALL SDL_GetRevisionNumber(void);\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_version_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/SDL_video.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file SDL_video.h\n *\n *  Header file for SDL video functions.\n */\n\n#ifndef _SDL_video_h\n#define _SDL_video_h\n\n#include \"SDL_stdinc.h\"\n#include \"SDL_pixels.h\"\n#include \"SDL_rect.h\"\n#include \"SDL_surface.h\"\n\n#include \"begin_code.h\"\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/**\n *  \\brief  The structure that defines a display mode\n *\n *  \\sa SDL_GetNumDisplayModes()\n *  \\sa SDL_GetDisplayMode()\n *  \\sa SDL_GetDesktopDisplayMode()\n *  \\sa SDL_GetCurrentDisplayMode()\n *  \\sa SDL_GetClosestDisplayMode()\n *  \\sa SDL_SetWindowDisplayMode()\n *  \\sa SDL_GetWindowDisplayMode()\n */\ntypedef struct\n{\n    Uint32 format;              /**< pixel format */\n    int w;                      /**< width */\n    int h;                      /**< height */\n    int refresh_rate;           /**< refresh rate (or zero for unspecified) */\n    void *driverdata;           /**< driver-specific data, initialize to 0 */\n} SDL_DisplayMode;\n\n/**\n *  \\brief The type used to identify a window\n *\n *  \\sa SDL_CreateWindow()\n *  \\sa SDL_CreateWindowFrom()\n *  \\sa SDL_DestroyWindow()\n *  \\sa SDL_GetWindowData()\n *  \\sa SDL_GetWindowFlags()\n *  \\sa SDL_GetWindowGrab()\n *  \\sa SDL_GetWindowPosition()\n *  \\sa SDL_GetWindowSize()\n *  \\sa SDL_GetWindowTitle()\n *  \\sa SDL_HideWindow()\n *  \\sa SDL_MaximizeWindow()\n *  \\sa SDL_MinimizeWindow()\n *  \\sa SDL_RaiseWindow()\n *  \\sa SDL_RestoreWindow()\n *  \\sa SDL_SetWindowData()\n *  \\sa SDL_SetWindowFullscreen()\n *  \\sa SDL_SetWindowGrab()\n *  \\sa SDL_SetWindowIcon()\n *  \\sa SDL_SetWindowPosition()\n *  \\sa SDL_SetWindowSize()\n *  \\sa SDL_SetWindowBordered()\n *  \\sa SDL_SetWindowTitle()\n *  \\sa SDL_ShowWindow()\n */\ntypedef struct SDL_Window SDL_Window;\n\n/**\n *  \\brief The flags on a window\n *\n *  \\sa SDL_GetWindowFlags()\n */\ntypedef enum\n{\n    SDL_WINDOW_FULLSCREEN = 0x00000001,         /**< fullscreen window */\n    SDL_WINDOW_OPENGL = 0x00000002,             /**< window usable with OpenGL context */\n    SDL_WINDOW_SHOWN = 0x00000004,              /**< window is visible */\n    SDL_WINDOW_HIDDEN = 0x00000008,             /**< window is not visible */\n    SDL_WINDOW_BORDERLESS = 0x00000010,         /**< no window decoration */\n    SDL_WINDOW_RESIZABLE = 0x00000020,          /**< window can be resized */\n    SDL_WINDOW_MINIMIZED = 0x00000040,          /**< window is minimized */\n    SDL_WINDOW_MAXIMIZED = 0x00000080,          /**< window is maximized */\n    SDL_WINDOW_INPUT_GRABBED = 0x00000100,      /**< window has grabbed input focus */\n    SDL_WINDOW_INPUT_FOCUS = 0x00000200,        /**< window has input focus */\n    SDL_WINDOW_MOUSE_FOCUS = 0x00000400,        /**< window has mouse focus */\n    SDL_WINDOW_FULLSCREEN_DESKTOP = ( SDL_WINDOW_FULLSCREEN | 0x00001000 ),\n    SDL_WINDOW_FOREIGN = 0x00000800,            /**< window not created by SDL */\n    SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000       /**< window should be created in high-DPI mode if supported */\n} SDL_WindowFlags;\n\n/**\n *  \\brief Used to indicate that you don't care what the window position is.\n */\n#define SDL_WINDOWPOS_UNDEFINED_MASK    0x1FFF0000\n#define SDL_WINDOWPOS_UNDEFINED_DISPLAY(X)  (SDL_WINDOWPOS_UNDEFINED_MASK|(X))\n#define SDL_WINDOWPOS_UNDEFINED         SDL_WINDOWPOS_UNDEFINED_DISPLAY(0)\n#define SDL_WINDOWPOS_ISUNDEFINED(X)    \\\n            (((X)&0xFFFF0000) == SDL_WINDOWPOS_UNDEFINED_MASK)\n\n/**\n *  \\brief Used to indicate that the window position should be centered.\n */\n#define SDL_WINDOWPOS_CENTERED_MASK    0x2FFF0000\n#define SDL_WINDOWPOS_CENTERED_DISPLAY(X)  (SDL_WINDOWPOS_CENTERED_MASK|(X))\n#define SDL_WINDOWPOS_CENTERED         SDL_WINDOWPOS_CENTERED_DISPLAY(0)\n#define SDL_WINDOWPOS_ISCENTERED(X)    \\\n            (((X)&0xFFFF0000) == SDL_WINDOWPOS_CENTERED_MASK)\n\n/**\n *  \\brief Event subtype for window events\n */\ntypedef enum\n{\n    SDL_WINDOWEVENT_NONE,           /**< Never used */\n    SDL_WINDOWEVENT_SHOWN,          /**< Window has been shown */\n    SDL_WINDOWEVENT_HIDDEN,         /**< Window has been hidden */\n    SDL_WINDOWEVENT_EXPOSED,        /**< Window has been exposed and should be\n                                         redrawn */\n    SDL_WINDOWEVENT_MOVED,          /**< Window has been moved to data1, data2\n                                     */\n    SDL_WINDOWEVENT_RESIZED,        /**< Window has been resized to data1xdata2 */\n    SDL_WINDOWEVENT_SIZE_CHANGED,   /**< The window size has changed, either as a result of an API call or through the system or user changing the window size. */\n    SDL_WINDOWEVENT_MINIMIZED,      /**< Window has been minimized */\n    SDL_WINDOWEVENT_MAXIMIZED,      /**< Window has been maximized */\n    SDL_WINDOWEVENT_RESTORED,       /**< Window has been restored to normal size\n                                         and position */\n    SDL_WINDOWEVENT_ENTER,          /**< Window has gained mouse focus */\n    SDL_WINDOWEVENT_LEAVE,          /**< Window has lost mouse focus */\n    SDL_WINDOWEVENT_FOCUS_GAINED,   /**< Window has gained keyboard focus */\n    SDL_WINDOWEVENT_FOCUS_LOST,     /**< Window has lost keyboard focus */\n    SDL_WINDOWEVENT_CLOSE           /**< The window manager requests that the\n                                         window be closed */\n} SDL_WindowEventID;\n\n/**\n *  \\brief An opaque handle to an OpenGL context.\n */\ntypedef void *SDL_GLContext;\n\n/**\n *  \\brief OpenGL configuration attributes\n */\ntypedef enum\n{\n    SDL_GL_RED_SIZE,\n    SDL_GL_GREEN_SIZE,\n    SDL_GL_BLUE_SIZE,\n    SDL_GL_ALPHA_SIZE,\n    SDL_GL_BUFFER_SIZE,\n    SDL_GL_DOUBLEBUFFER,\n    SDL_GL_DEPTH_SIZE,\n    SDL_GL_STENCIL_SIZE,\n    SDL_GL_ACCUM_RED_SIZE,\n    SDL_GL_ACCUM_GREEN_SIZE,\n    SDL_GL_ACCUM_BLUE_SIZE,\n    SDL_GL_ACCUM_ALPHA_SIZE,\n    SDL_GL_STEREO,\n    SDL_GL_MULTISAMPLEBUFFERS,\n    SDL_GL_MULTISAMPLESAMPLES,\n    SDL_GL_ACCELERATED_VISUAL,\n    SDL_GL_RETAINED_BACKING,\n    SDL_GL_CONTEXT_MAJOR_VERSION,\n    SDL_GL_CONTEXT_MINOR_VERSION,\n    SDL_GL_CONTEXT_EGL,\n    SDL_GL_CONTEXT_FLAGS,\n    SDL_GL_CONTEXT_PROFILE_MASK,\n    SDL_GL_SHARE_WITH_CURRENT_CONTEXT,\n    SDL_GL_FRAMEBUFFER_SRGB_CAPABLE\n} SDL_GLattr;\n\ntypedef enum\n{\n    SDL_GL_CONTEXT_PROFILE_CORE           = 0x0001,\n    SDL_GL_CONTEXT_PROFILE_COMPATIBILITY  = 0x0002,\n    SDL_GL_CONTEXT_PROFILE_ES             = 0x0004 /* GLX_CONTEXT_ES2_PROFILE_BIT_EXT */\n} SDL_GLprofile;\n\ntypedef enum\n{\n    SDL_GL_CONTEXT_DEBUG_FLAG              = 0x0001,\n    SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG = 0x0002,\n    SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG      = 0x0004,\n    SDL_GL_CONTEXT_RESET_ISOLATION_FLAG    = 0x0008\n} SDL_GLcontextFlag;\n\n\n/* Function prototypes */\n\n/**\n *  \\brief Get the number of video drivers compiled into SDL\n *\n *  \\sa SDL_GetVideoDriver()\n */\nextern DECLSPEC int SDLCALL SDL_GetNumVideoDrivers(void);\n\n/**\n *  \\brief Get the name of a built in video driver.\n *\n *  \\note The video drivers are presented in the order in which they are\n *        normally checked during initialization.\n *\n *  \\sa SDL_GetNumVideoDrivers()\n */\nextern DECLSPEC const char *SDLCALL SDL_GetVideoDriver(int index);\n\n/**\n *  \\brief Initialize the video subsystem, optionally specifying a video driver.\n *\n *  \\param driver_name Initialize a specific driver by name, or NULL for the\n *                     default video driver.\n *\n *  \\return 0 on success, -1 on error\n *\n *  This function initializes the video subsystem; setting up a connection\n *  to the window manager, etc, and determines the available display modes\n *  and pixel formats, but does not initialize a window or graphics mode.\n *\n *  \\sa SDL_VideoQuit()\n */\nextern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name);\n\n/**\n *  \\brief Shuts down the video subsystem.\n *\n *  This function closes all windows, and restores the original video mode.\n *\n *  \\sa SDL_VideoInit()\n */\nextern DECLSPEC void SDLCALL SDL_VideoQuit(void);\n\n/**\n *  \\brief Returns the name of the currently initialized video driver.\n *\n *  \\return The name of the current video driver or NULL if no driver\n *          has been initialized\n *\n *  \\sa SDL_GetNumVideoDrivers()\n *  \\sa SDL_GetVideoDriver()\n */\nextern DECLSPEC const char *SDLCALL SDL_GetCurrentVideoDriver(void);\n\n/**\n *  \\brief Returns the number of available video displays.\n *\n *  \\sa SDL_GetDisplayBounds()\n */\nextern DECLSPEC int SDLCALL SDL_GetNumVideoDisplays(void);\n\n/**\n *  \\brief Get the name of a display in UTF-8 encoding\n *\n *  \\return The name of a display, or NULL for an invalid display index.\n *\n *  \\sa SDL_GetNumVideoDisplays()\n */\nextern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);\n\n/**\n *  \\brief Get the desktop area represented by a display, with the primary\n *         display located at 0,0\n *\n *  \\return 0 on success, or -1 if the index is out of range.\n *\n *  \\sa SDL_GetNumVideoDisplays()\n */\nextern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);\n\n/**\n *  \\brief Returns the number of available display modes.\n *\n *  \\sa SDL_GetDisplayMode()\n */\nextern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);\n\n/**\n *  \\brief Fill in information about a specific display mode.\n *\n *  \\note The display modes are sorted in this priority:\n *        \\li bits per pixel -> more colors to fewer colors\n *        \\li width -> largest to smallest\n *        \\li height -> largest to smallest\n *        \\li refresh rate -> highest to lowest\n *\n *  \\sa SDL_GetNumDisplayModes()\n */\nextern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,\n                                               SDL_DisplayMode * mode);\n\n/**\n *  \\brief Fill in information about the desktop display mode.\n */\nextern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);\n\n/**\n *  \\brief Fill in information about the current display mode.\n */\nextern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);\n\n\n/**\n *  \\brief Get the closest match to the requested display mode.\n *\n *  \\param displayIndex The index of display from which mode should be queried.\n *  \\param mode The desired display mode\n *  \\param closest A pointer to a display mode to be filled in with the closest\n *                 match of the available display modes.\n *\n *  \\return The passed in value \\c closest, or NULL if no matching video mode\n *          was available.\n *\n *  The available display modes are scanned, and \\c closest is filled in with the\n *  closest mode matching the requested mode and returned.  The mode format and\n *  refresh_rate default to the desktop mode if they are 0.  The modes are\n *  scanned with size being first priority, format being second priority, and\n *  finally checking the refresh_rate.  If all the available modes are too\n *  small, then NULL is returned.\n *\n *  \\sa SDL_GetNumDisplayModes()\n *  \\sa SDL_GetDisplayMode()\n */\nextern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);\n\n/**\n *  \\brief Get the display index associated with a window.\n *\n *  \\return the display index of the display containing the center of the\n *          window, or -1 on error.\n */\nextern DECLSPEC int SDLCALL SDL_GetWindowDisplayIndex(SDL_Window * window);\n\n/**\n *  \\brief Set the display mode used when a fullscreen window is visible.\n *\n *  By default the window's dimensions and the desktop format and refresh rate\n *  are used.\n *\n *  \\param window The window for which the display mode should be set.\n *  \\param mode The mode to use, or NULL for the default mode.\n *\n *  \\return 0 on success, or -1 if setting the display mode failed.\n *\n *  \\sa SDL_GetWindowDisplayMode()\n *  \\sa SDL_SetWindowFullscreen()\n */\nextern DECLSPEC int SDLCALL SDL_SetWindowDisplayMode(SDL_Window * window,\n                                                     const SDL_DisplayMode\n                                                         * mode);\n\n/**\n *  \\brief Fill in information about the display mode used when a fullscreen\n *         window is visible.\n *\n *  \\sa SDL_SetWindowDisplayMode()\n *  \\sa SDL_SetWindowFullscreen()\n */\nextern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window * window,\n                                                     SDL_DisplayMode * mode);\n\n/**\n *  \\brief Get the pixel format associated with the window.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetWindowPixelFormat(SDL_Window * window);\n\n/**\n *  \\brief Create a window with the specified position, dimensions, and flags.\n *\n *  \\param title The title of the window, in UTF-8 encoding.\n *  \\param x     The x position of the window, ::SDL_WINDOWPOS_CENTERED, or\n *               ::SDL_WINDOWPOS_UNDEFINED.\n *  \\param y     The y position of the window, ::SDL_WINDOWPOS_CENTERED, or\n *               ::SDL_WINDOWPOS_UNDEFINED.\n *  \\param w     The width of the window.\n *  \\param h     The height of the window.\n *  \\param flags The flags for the window, a mask of any of the following:\n *               ::SDL_WINDOW_FULLSCREEN,    ::SDL_WINDOW_OPENGL,\n *               ::SDL_WINDOW_HIDDEN,        ::SDL_WINDOW_BORDERLESS,\n *               ::SDL_WINDOW_RESIZABLE,     ::SDL_WINDOW_MAXIMIZED,\n *               ::SDL_WINDOW_MINIMIZED,     ::SDL_WINDOW_INPUT_GRABBED,\n *               ::SDL_WINDOW_ALLOW_HIGHDPI.\n *\n *  \\return The id of the window created, or zero if window creation failed.\n *\n *  \\sa SDL_DestroyWindow()\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_CreateWindow(const char *title,\n                                                      int x, int y, int w,\n                                                      int h, Uint32 flags);\n\n/**\n *  \\brief Create an SDL window from an existing native window.\n *\n *  \\param data A pointer to driver-dependent window creation data\n *\n *  \\return The id of the window created, or zero if window creation failed.\n *\n *  \\sa SDL_DestroyWindow()\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_CreateWindowFrom(const void *data);\n\n/**\n *  \\brief Get the numeric ID of a window, for logging purposes.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetWindowID(SDL_Window * window);\n\n/**\n *  \\brief Get a window from a stored ID, or NULL if it doesn't exist.\n */\nextern DECLSPEC SDL_Window * SDLCALL SDL_GetWindowFromID(Uint32 id);\n\n/**\n *  \\brief Get the window flags.\n */\nextern DECLSPEC Uint32 SDLCALL SDL_GetWindowFlags(SDL_Window * window);\n\n/**\n *  \\brief Set the title of a window, in UTF-8 format.\n *\n *  \\sa SDL_GetWindowTitle()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowTitle(SDL_Window * window,\n                                                const char *title);\n\n/**\n *  \\brief Get the title of a window, in UTF-8 format.\n *\n *  \\sa SDL_SetWindowTitle()\n */\nextern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window);\n\n/**\n *  \\brief Set the icon for a window.\n *\n *  \\param window The window for which the icon should be set.\n *  \\param icon The icon for the window.\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,\n                                               SDL_Surface * icon);\n\n/**\n *  \\brief Associate an arbitrary named pointer with a window.\n *\n *  \\param window   The window to associate with the pointer.\n *  \\param name     The name of the pointer.\n *  \\param userdata The associated pointer.\n *\n *  \\return The previous value associated with 'name'\n *\n *  \\note The name is case-sensitive.\n *\n *  \\sa SDL_GetWindowData()\n */\nextern DECLSPEC void* SDLCALL SDL_SetWindowData(SDL_Window * window,\n                                                const char *name,\n                                                void *userdata);\n\n/**\n *  \\brief Retrieve the data pointer associated with a window.\n *\n *  \\param window   The window to query.\n *  \\param name     The name of the pointer.\n *\n *  \\return The value associated with 'name'\n *\n *  \\sa SDL_SetWindowData()\n */\nextern DECLSPEC void *SDLCALL SDL_GetWindowData(SDL_Window * window,\n                                                const char *name);\n\n/**\n *  \\brief Set the position of a window.\n *\n *  \\param window   The window to reposition.\n *  \\param x        The x coordinate of the window, ::SDL_WINDOWPOS_CENTERED, or\n                    ::SDL_WINDOWPOS_UNDEFINED.\n *  \\param y        The y coordinate of the window, ::SDL_WINDOWPOS_CENTERED, or\n                    ::SDL_WINDOWPOS_UNDEFINED.\n *\n *  \\note The window coordinate origin is the upper left of the display.\n *\n *  \\sa SDL_GetWindowPosition()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowPosition(SDL_Window * window,\n                                                   int x, int y);\n\n/**\n *  \\brief Get the position of a window.\n *\n *  \\param window   The window to query.\n *  \\param x        Pointer to variable for storing the x position, may be NULL\n *  \\param y        Pointer to variable for storing the y position, may be NULL\n *\n *  \\sa SDL_SetWindowPosition()\n */\nextern DECLSPEC void SDLCALL SDL_GetWindowPosition(SDL_Window * window,\n                                                   int *x, int *y);\n\n/**\n *  \\brief Set the size of a window's client area.\n *\n *  \\param window   The window to resize.\n *  \\param w        The width of the window, must be >0\n *  \\param h        The height of the window, must be >0\n *\n *  \\note You can't change the size of a fullscreen window, it automatically\n *        matches the size of the display mode.\n *\n *  \\sa SDL_GetWindowSize()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_Window * window, int w,\n                                               int h);\n\n/**\n *  \\brief Get the size of a window's client area.\n *\n *  \\param window   The window to query.\n *  \\param w        Pointer to variable for storing the width, may be NULL\n *  \\param h        Pointer to variable for storing the height, may be NULL\n *\n *  \\sa SDL_SetWindowSize()\n */\nextern DECLSPEC void SDLCALL SDL_GetWindowSize(SDL_Window * window, int *w,\n                                               int *h);\n\n/**\n *  \\brief Set the minimum size of a window's client area.\n *\n *  \\param window    The window to set a new minimum size.\n *  \\param min_w     The minimum width of the window, must be >0\n *  \\param min_h     The minimum height of the window, must be >0\n *\n *  \\note You can't change the minimum size of a fullscreen window, it\n *        automatically matches the size of the display mode.\n *\n *  \\sa SDL_GetWindowMinimumSize()\n *  \\sa SDL_SetWindowMaximumSize()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowMinimumSize(SDL_Window * window,\n                                                      int min_w, int min_h);\n\n/**\n *  \\brief Get the minimum size of a window's client area.\n *\n *  \\param window   The window to query.\n *  \\param w        Pointer to variable for storing the minimum width, may be NULL\n *  \\param h        Pointer to variable for storing the minimum height, may be NULL\n *\n *  \\sa SDL_GetWindowMaximumSize()\n *  \\sa SDL_SetWindowMinimumSize()\n */\nextern DECLSPEC void SDLCALL SDL_GetWindowMinimumSize(SDL_Window * window,\n                                                      int *w, int *h);\n\n/**\n *  \\brief Set the maximum size of a window's client area.\n *\n *  \\param window    The window to set a new maximum size.\n *  \\param max_w     The maximum width of the window, must be >0\n *  \\param max_h     The maximum height of the window, must be >0\n *\n *  \\note You can't change the maximum size of a fullscreen window, it\n *        automatically matches the size of the display mode.\n *\n *  \\sa SDL_GetWindowMaximumSize()\n *  \\sa SDL_SetWindowMinimumSize()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowMaximumSize(SDL_Window * window,\n                                                      int max_w, int max_h);\n\n/**\n *  \\brief Get the maximum size of a window's client area.\n *\n *  \\param window   The window to query.\n *  \\param w        Pointer to variable for storing the maximum width, may be NULL\n *  \\param h        Pointer to variable for storing the maximum height, may be NULL\n *\n *  \\sa SDL_GetWindowMinimumSize()\n *  \\sa SDL_SetWindowMaximumSize()\n */\nextern DECLSPEC void SDLCALL SDL_GetWindowMaximumSize(SDL_Window * window,\n                                                      int *w, int *h);\n\n/**\n *  \\brief Set the border state of a window.\n *\n *  This will add or remove the window's SDL_WINDOW_BORDERLESS flag and\n *  add or remove the border from the actual window. This is a no-op if the\n *  window's border already matches the requested state.\n *\n *  \\param window The window of which to change the border state.\n *  \\param bordered SDL_FALSE to remove border, SDL_TRUE to add border.\n *\n *  \\note You can't change the border state of a fullscreen window.\n *\n *  \\sa SDL_GetWindowFlags()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowBordered(SDL_Window * window,\n                                                   SDL_bool bordered);\n\n/**\n *  \\brief Show a window.\n *\n *  \\sa SDL_HideWindow()\n */\nextern DECLSPEC void SDLCALL SDL_ShowWindow(SDL_Window * window);\n\n/**\n *  \\brief Hide a window.\n *\n *  \\sa SDL_ShowWindow()\n */\nextern DECLSPEC void SDLCALL SDL_HideWindow(SDL_Window * window);\n\n/**\n *  \\brief Raise a window above other windows and set the input focus.\n */\nextern DECLSPEC void SDLCALL SDL_RaiseWindow(SDL_Window * window);\n\n/**\n *  \\brief Make a window as large as possible.\n *\n *  \\sa SDL_RestoreWindow()\n */\nextern DECLSPEC void SDLCALL SDL_MaximizeWindow(SDL_Window * window);\n\n/**\n *  \\brief Minimize a window to an iconic representation.\n *\n *  \\sa SDL_RestoreWindow()\n */\nextern DECLSPEC void SDLCALL SDL_MinimizeWindow(SDL_Window * window);\n\n/**\n *  \\brief Restore the size and position of a minimized or maximized window.\n *\n *  \\sa SDL_MaximizeWindow()\n *  \\sa SDL_MinimizeWindow()\n */\nextern DECLSPEC void SDLCALL SDL_RestoreWindow(SDL_Window * window);\n\n/**\n *  \\brief Set a window's fullscreen state.\n *\n *  \\return 0 on success, or -1 if setting the display mode failed.\n *\n *  \\sa SDL_SetWindowDisplayMode()\n *  \\sa SDL_GetWindowDisplayMode()\n */\nextern DECLSPEC int SDLCALL SDL_SetWindowFullscreen(SDL_Window * window,\n                                                    Uint32 flags);\n\n/**\n *  \\brief Get the SDL surface associated with the window.\n *\n *  \\return The window's framebuffer surface, or NULL on error.\n *\n *  A new surface will be created with the optimal format for the window,\n *  if necessary. This surface will be freed when the window is destroyed.\n *\n *  \\note You may not combine this with 3D or the rendering API on this window.\n *\n *  \\sa SDL_UpdateWindowSurface()\n *  \\sa SDL_UpdateWindowSurfaceRects()\n */\nextern DECLSPEC SDL_Surface * SDLCALL SDL_GetWindowSurface(SDL_Window * window);\n\n/**\n *  \\brief Copy the window surface to the screen.\n *\n *  \\return 0 on success, or -1 on error.\n *\n *  \\sa SDL_GetWindowSurface()\n *  \\sa SDL_UpdateWindowSurfaceRects()\n */\nextern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window);\n\n/**\n *  \\brief Copy a number of rectangles on the window surface to the screen.\n *\n *  \\return 0 on success, or -1 on error.\n *\n *  \\sa SDL_GetWindowSurface()\n *  \\sa SDL_UpdateWindowSurfaceRect()\n */\nextern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,\n                                                         const SDL_Rect * rects,\n                                                         int numrects);\n\n/**\n *  \\brief Set a window's input grab mode.\n *\n *  \\param window The window for which the input grab mode should be set.\n *  \\param grabbed This is SDL_TRUE to grab input, and SDL_FALSE to release input.\n *\n *  \\sa SDL_GetWindowGrab()\n */\nextern DECLSPEC void SDLCALL SDL_SetWindowGrab(SDL_Window * window,\n                                               SDL_bool grabbed);\n\n/**\n *  \\brief Get a window's input grab mode.\n *\n *  \\return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.\n *\n *  \\sa SDL_SetWindowGrab()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GetWindowGrab(SDL_Window * window);\n\n/**\n *  \\brief Set the brightness (gamma correction) for a window.\n *\n *  \\return 0 on success, or -1 if setting the brightness isn't supported.\n *\n *  \\sa SDL_GetWindowBrightness()\n *  \\sa SDL_SetWindowGammaRamp()\n */\nextern DECLSPEC int SDLCALL SDL_SetWindowBrightness(SDL_Window * window, float brightness);\n\n/**\n *  \\brief Get the brightness (gamma correction) for a window.\n *\n *  \\return The last brightness value passed to SDL_SetWindowBrightness()\n *\n *  \\sa SDL_SetWindowBrightness()\n */\nextern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window);\n\n/**\n *  \\brief Set the gamma ramp for a window.\n *\n *  \\param window The window for which the gamma ramp should be set.\n *  \\param red The translation table for the red channel, or NULL.\n *  \\param green The translation table for the green channel, or NULL.\n *  \\param blue The translation table for the blue channel, or NULL.\n *\n *  \\return 0 on success, or -1 if gamma ramps are unsupported.\n *\n *  Set the gamma translation table for the red, green, and blue channels\n *  of the video hardware.  Each table is an array of 256 16-bit quantities,\n *  representing a mapping between the input and output for that channel.\n *  The input is the index into the array, and the output is the 16-bit\n *  gamma value at that index, scaled to the output color precision.\n *\n *  \\sa SDL_GetWindowGammaRamp()\n */\nextern DECLSPEC int SDLCALL SDL_SetWindowGammaRamp(SDL_Window * window,\n                                                   const Uint16 * red,\n                                                   const Uint16 * green,\n                                                   const Uint16 * blue);\n\n/**\n *  \\brief Get the gamma ramp for a window.\n *\n *  \\param window The window from which the gamma ramp should be queried.\n *  \\param red   A pointer to a 256 element array of 16-bit quantities to hold\n *               the translation table for the red channel, or NULL.\n *  \\param green A pointer to a 256 element array of 16-bit quantities to hold\n *               the translation table for the green channel, or NULL.\n *  \\param blue  A pointer to a 256 element array of 16-bit quantities to hold\n *               the translation table for the blue channel, or NULL.\n *\n *  \\return 0 on success, or -1 if gamma ramps are unsupported.\n *\n *  \\sa SDL_SetWindowGammaRamp()\n */\nextern DECLSPEC int SDLCALL SDL_GetWindowGammaRamp(SDL_Window * window,\n                                                   Uint16 * red,\n                                                   Uint16 * green,\n                                                   Uint16 * blue);\n\n/**\n *  \\brief Destroy a window.\n */\nextern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window);\n\n\n/**\n *  \\brief Returns whether the screensaver is currently enabled (default on).\n *\n *  \\sa SDL_EnableScreenSaver()\n *  \\sa SDL_DisableScreenSaver()\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void);\n\n/**\n *  \\brief Allow the screen to be blanked by a screensaver\n *\n *  \\sa SDL_IsScreenSaverEnabled()\n *  \\sa SDL_DisableScreenSaver()\n */\nextern DECLSPEC void SDLCALL SDL_EnableScreenSaver(void);\n\n/**\n *  \\brief Prevent the screen from being blanked by a screensaver\n *\n *  \\sa SDL_IsScreenSaverEnabled()\n *  \\sa SDL_EnableScreenSaver()\n */\nextern DECLSPEC void SDLCALL SDL_DisableScreenSaver(void);\n\n\n/**\n *  \\name OpenGL support functions\n */\n/* @{ */\n\n/**\n *  \\brief Dynamically load an OpenGL library.\n *\n *  \\param path The platform dependent OpenGL library name, or NULL to open the\n *              default OpenGL library.\n *\n *  \\return 0 on success, or -1 if the library couldn't be loaded.\n *\n *  This should be done after initializing the video driver, but before\n *  creating any OpenGL windows.  If no OpenGL library is loaded, the default\n *  library will be loaded upon creation of the first OpenGL window.\n *\n *  \\note If you do this, you need to retrieve all of the GL functions used in\n *        your program from the dynamic library using SDL_GL_GetProcAddress().\n *\n *  \\sa SDL_GL_GetProcAddress()\n *  \\sa SDL_GL_UnloadLibrary()\n */\nextern DECLSPEC int SDLCALL SDL_GL_LoadLibrary(const char *path);\n\n/**\n *  \\brief Get the address of an OpenGL function.\n */\nextern DECLSPEC void *SDLCALL SDL_GL_GetProcAddress(const char *proc);\n\n/**\n *  \\brief Unload the OpenGL library previously loaded by SDL_GL_LoadLibrary().\n *\n *  \\sa SDL_GL_LoadLibrary()\n */\nextern DECLSPEC void SDLCALL SDL_GL_UnloadLibrary(void);\n\n/**\n *  \\brief Return true if an OpenGL extension is supported for the current\n *         context.\n */\nextern DECLSPEC SDL_bool SDLCALL SDL_GL_ExtensionSupported(const char\n                                                           *extension);\n\n/**\n *  \\brief Reset all previously set OpenGL context attributes to their default values\n */\nextern DECLSPEC void SDLCALL SDL_GL_ResetAttributes(void);\n\n/**\n *  \\brief Set an OpenGL window attribute before window creation.\n */\nextern DECLSPEC int SDLCALL SDL_GL_SetAttribute(SDL_GLattr attr, int value);\n\n/**\n *  \\brief Get the actual value for an attribute from the current context.\n */\nextern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value);\n\n/**\n *  \\brief Create an OpenGL context for use with an OpenGL window, and make it\n *         current.\n *\n *  \\sa SDL_GL_DeleteContext()\n */\nextern DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *\n                                                           window);\n\n/**\n *  \\brief Set up an OpenGL context for rendering into an OpenGL window.\n *\n *  \\note The context must have been created with a compatible window.\n */\nextern DECLSPEC int SDLCALL SDL_GL_MakeCurrent(SDL_Window * window,\n                                               SDL_GLContext context);\n\n/**\n *  \\brief Get the currently active OpenGL window.\n */\nextern DECLSPEC SDL_Window* SDLCALL SDL_GL_GetCurrentWindow(void);\n\n/**\n *  \\brief Get the currently active OpenGL context.\n */\nextern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);\n\n/**\n *  \\brief Get the size of a window's underlying drawable (for use with glViewport).\n *\n *  \\param window   Window from which the drawable size should be queried\n *  \\param w        Pointer to variable for storing the width, may be NULL\n *  \\param h        Pointer to variable for storing the height, may be NULL\n *\n * This may differ from SDL_GetWindowSize if we're rendering to a high-DPI\n * drawable, i.e. the window was created with SDL_WINDOW_ALLOW_HIGHDPI on a\n * platform with high-DPI support (Apple calls this \"Retina\"), and not disabled\n * by the SDL_HINT_VIDEO_HIGHDPI_DISABLED hint.\n *\n *  \\sa SDL_GetWindowSize()\n *  \\sa SDL_CreateWindow()\n */\nextern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w,\n                                                    int *h);\n\n/**\n *  \\brief Set the swap interval for the current OpenGL context.\n *\n *  \\param interval 0 for immediate updates, 1 for updates synchronized with the\n *                  vertical retrace. If the system supports it, you may\n *                  specify -1 to allow late swaps to happen immediately\n *                  instead of waiting for the next retrace.\n *\n *  \\return 0 on success, or -1 if setting the swap interval is not supported.\n *\n *  \\sa SDL_GL_GetSwapInterval()\n */\nextern DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval);\n\n/**\n *  \\brief Get the swap interval for the current OpenGL context.\n *\n *  \\return 0 if there is no vertical retrace synchronization, 1 if the buffer\n *          swap is synchronized with the vertical retrace, and -1 if late\n *          swaps happen immediately instead of waiting for the next retrace.\n *          If the system can't determine the swap interval, or there isn't a\n *          valid current context, this will return 0 as a safe default.\n *\n *  \\sa SDL_GL_SetSwapInterval()\n */\nextern DECLSPEC int SDLCALL SDL_GL_GetSwapInterval(void);\n\n/**\n * \\brief Swap the OpenGL buffers for a window, if double-buffering is\n *        supported.\n */\nextern DECLSPEC void SDLCALL SDL_GL_SwapWindow(SDL_Window * window);\n\n/**\n *  \\brief Delete an OpenGL context.\n *\n *  \\sa SDL_GL_CreateContext()\n */\nextern DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context);\n\n/* @} *//* OpenGL support functions */\n\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_video_h */\n\n/* vi: set ts=4 sw=4 expandtab: */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/begin_code.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file begin_code.h\n *\n *  This file sets things up for C dynamic library function definitions,\n *  static inlined functions, and structures aligned at 4-byte alignment.\n *  If you don't like ugly C preprocessor code, don't look at this file. :)\n */\n\n/* This shouldn't be nested -- included it around code only. */\n#ifdef _begin_code_h\n#error Nested inclusion of begin_code.h\n#endif\n#define _begin_code_h\n\n#ifndef SDL_DEPRECATED\n#  if (__GNUC__ >= 4)  /* technically, this arrived in gcc 3.1, but oh well. */\n#    define SDL_DEPRECATED __attribute__((deprecated))\n#  else\n#    define SDL_DEPRECATED\n#  endif\n#endif\n\n/* Some compilers use a special export keyword */\n#ifndef DECLSPEC\n# if defined(__WIN32__) || defined(__WINRT__)\n#  ifdef __BORLANDC__\n#   ifdef BUILD_SDL\n#    define DECLSPEC\n#   else\n#    define DECLSPEC    __declspec(dllimport)\n#   endif\n#  else\n#   define DECLSPEC __declspec(dllexport)\n#  endif\n# else\n#  if defined(__GNUC__) && __GNUC__ >= 4\n#   define DECLSPEC __attribute__ ((visibility(\"default\")))\n#  elif defined(__GNUC__) && __GNUC__ >= 2\n#   define DECLSPEC __declspec(dllexport)\n#  else\n#   define DECLSPEC\n#  endif\n# endif\n#endif\n\n/* By default SDL uses the C calling convention */\n#ifndef SDLCALL\n#if (defined(__WIN32__) || defined(__WINRT__)) && !defined(__GNUC__)\n#define SDLCALL __cdecl\n#else\n#define SDLCALL\n#endif\n#endif /* SDLCALL */\n\n/* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */\n#ifdef __SYMBIAN32__\n#undef DECLSPEC\n#define DECLSPEC\n#endif /* __SYMBIAN32__ */\n\n/* Force structure packing at 4 byte alignment.\n   This is necessary if the header is included in code which has structure\n   packing set to an alternate value, say for loading structures from disk.\n   The packing is reset to the previous value in close_code.h\n */\n#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__)\n#ifdef _MSC_VER\n#pragma warning(disable: 4103)\n#endif\n#ifdef __BORLANDC__\n#pragma nopackwarning\n#endif\n#ifdef _M_X64\n/* Use 8-byte alignment on 64-bit architectures, so pointers are aligned */\n#pragma pack(push,8)\n#else\n#pragma pack(push,4)\n#endif\n#endif /* Compiler needs structure packing set */\n\n#ifndef SDL_INLINE\n#if defined(__GNUC__)\n#define SDL_INLINE __inline__\n#elif defined(_MSC_VER) || defined(__BORLANDC__) || \\\n      defined(__DMC__) || defined(__SC__) || \\\n      defined(__WATCOMC__) || defined(__LCC__) || \\\n      defined(__DECC)\n#define SDL_INLINE __inline\n#ifndef __inline__\n#define __inline__ __inline\n#endif\n#else\n#define SDL_INLINE inline\n#ifndef __inline__\n#define __inline__ inline\n#endif\n#endif\n#endif /* SDL_INLINE not defined */\n\n#ifndef SDL_FORCE_INLINE\n#if defined(_MSC_VER)\n#define SDL_FORCE_INLINE __forceinline\n#elif ( (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) )\n#define SDL_FORCE_INLINE __attribute__((always_inline)) static __inline__\n#else\n#define SDL_FORCE_INLINE static SDL_INLINE\n#endif\n#endif /* SDL_FORCE_INLINE not defined */\n\n/* Apparently this is needed by several Windows compilers */\n#if !defined(__MACH__)\n#ifndef NULL\n#ifdef __cplusplus\n#define NULL 0\n#else\n#define NULL ((void *)0)\n#endif\n#endif /* NULL */\n#endif /* ! Mac OS X - breaks precompiled headers */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/close_code.h",
    "content": "/*\n  Simple DirectMedia Layer\n  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/**\n *  \\file close_code.h\n *\n *  This file reverses the effects of begin_code.h and should be included\n *  after you finish any function and structure declarations in your headers\n */\n\n#undef _begin_code_h\n\n/* Reset structure packing at previous byte alignment */\n#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__)  || defined(__BORLANDC__)\n#ifdef __BORLANDC__\n#pragma nopackwarning\n#endif\n#pragma pack(pop)\n#endif /* Compiler needs structure packing set */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2/include/doxyfile",
    "content": "# Doxyfile 1.5.9\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org) for a project\n#\n# All text after a hash (#) is considered a comment and will be ignored\n# The format is:\n#       TAG = value [value, ...]\n# For lists items can also be appended using:\n#       TAG += value [value, ...]\n# Values that contain spaces should be placed between quotes (\" \")\n\n#---------------------------------------------------------------------------\n# Project related configuration options\n#---------------------------------------------------------------------------\n\n# This tag specifies the encoding used for all characters in the config file \n# that follow. The default is UTF-8 which is also the encoding used for all \n# text before the first occurrence of this tag. Doxygen uses libiconv (or the \n# iconv built into libc) for the transcoding. See \n# http://www.gnu.org/software/libiconv for the list of possible encodings.\n\nDOXYFILE_ENCODING      = UTF-8\n\n# The PROJECT_NAME tag is a single word (or a sequence of words surrounded \n# by quotes) that should identify the project.\n\nPROJECT_NAME           = SDL\n\n# The PROJECT_NUMBER tag can be used to enter a project or revision number. \n# This could be handy for archiving the generated documentation or \n# if some version control system is used.\n\nPROJECT_NUMBER         = 2.0.0\n\n# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) \n# base path where the generated documentation will be put. \n# If a relative path is entered, it will be relative to the location \n# where doxygen was started. If left blank the current directory will be used.\n\nOUTPUT_DIRECTORY       = .\n\n# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create \n# 4096 sub-directories (in 2 levels) under the output directory of each output \n# format and will distribute the generated files over these directories. \n# Enabling this option can be useful when feeding doxygen a huge amount of \n# source files, where putting all generated files in the same directory would \n# otherwise cause performance problems for the file system.\n\nCREATE_SUBDIRS         = YES\n\n# The OUTPUT_LANGUAGE tag is used to specify the language in which all \n# documentation generated by doxygen is written. Doxygen will use this \n# information to generate all constant output in the proper language. \n# The default language is English, other supported languages are: \n# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, \n# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, \n# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English \n# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, \n# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, \n# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.\n\nOUTPUT_LANGUAGE        = English\n\n# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will \n# include brief member descriptions after the members that are listed in \n# the file and class documentation (similar to JavaDoc). \n# Set to NO to disable this.\n\nBRIEF_MEMBER_DESC      = YES\n\n# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend \n# the brief description of a member or function before the detailed description. \n# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the \n# brief descriptions will be completely suppressed.\n\nREPEAT_BRIEF           = YES\n\n# This tag implements a quasi-intelligent brief description abbreviator \n# that is used to form the text in various listings. Each string \n# in this list, if found as the leading text of the brief description, will be \n# stripped from the text and the result after processing the whole list, is \n# used as the annotated text. Otherwise, the brief description is used as-is. \n# If left blank, the following values are used (\"$name\" is automatically \n# replaced with the name of the entity): \"The $name class\" \"The $name widget\" \n# \"The $name file\" \"is\" \"provides\" \"specifies\" \"contains\" \n# \"represents\" \"a\" \"an\" \"the\"\n\nABBREVIATE_BRIEF       = \"The $name class\" \\\n                         \"The $name widget\" \\\n                         \"The $name file\" \\\n                         is \\\n                         provides \\\n                         specifies \\\n                         contains \\\n                         represents \\\n                         a \\\n                         an \\\n                         the\n\n# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then \n# Doxygen will generate a detailed section even if there is only a brief \n# description.\n\nALWAYS_DETAILED_SEC    = YES\n\n# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all \n# inherited members of a class in the documentation of that class as if those \n# members were ordinary class members. Constructors, destructors and assignment \n# operators of the base classes will not be shown.\n\nINLINE_INHERITED_MEMB  = NO\n\n# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full \n# path before files name in the file list and in the header files. If set \n# to NO the shortest path that makes the file name unique will be used.\n\nFULL_PATH_NAMES        = YES\n\n# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag \n# can be used to strip a user-defined part of the path. Stripping is \n# only done if one of the specified strings matches the left-hand part of \n# the path. The tag can be used to show relative paths in the file list. \n# If left blank the directory from which doxygen is run is used as the \n# path to strip.\n\nSTRIP_FROM_PATH        =\n\n# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of \n# the path mentioned in the documentation of a class, which tells \n# the reader which header file to include in order to use a class. \n# If left blank only the name of the header file containing the class \n# definition is used. Otherwise one should specify the include paths that \n# are normally passed to the compiler using the -I flag.\n\nSTRIP_FROM_INC_PATH    = \n\n# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter \n# (but less readable) file names. This can be useful is your file systems \n# doesn't support long names like on DOS, Mac, or CD-ROM.\n\nSHORT_NAMES            = NO\n\n# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen \n# will interpret the first line (until the first dot) of a JavaDoc-style \n# comment as the brief description. If set to NO, the JavaDoc \n# comments will behave just like regular Qt-style comments \n# (thus requiring an explicit @brief command for a brief description.)\n\nJAVADOC_AUTOBRIEF      = NO\n\n# If the QT_AUTOBRIEF tag is set to YES then Doxygen will \n# interpret the first line (until the first dot) of a Qt-style \n# comment as the brief description. If set to NO, the comments \n# will behave just like regular Qt-style comments (thus requiring \n# an explicit \\brief command for a brief description.)\n\nQT_AUTOBRIEF           = NO\n\n# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen \n# treat a multi-line C++ special comment block (i.e. a block of //! or /// \n# comments) as a brief description. This used to be the default behaviour. \n# The new default is to treat a multi-line C++ comment block as a detailed \n# description. Set this tag to YES if you prefer the old behaviour instead.\n\nMULTILINE_CPP_IS_BRIEF = NO\n\n# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented \n# member inherits the documentation from any documented member that it \n# re-implements.\n\nINHERIT_DOCS           = YES\n\n# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce \n# a new page for each member. If set to NO, the documentation of a member will \n# be part of the file/class/namespace that contains it.\n\nSEPARATE_MEMBER_PAGES  = NO\n\n# The TAB_SIZE tag can be used to set the number of spaces in a tab. \n# Doxygen uses this value to replace tabs by spaces in code fragments.\n\nTAB_SIZE               = 8\n\n# This tag can be used to specify a number of aliases that acts \n# as commands in the documentation. An alias has the form \"name=value\". \n# For example adding \"sideeffect=\\par Side Effects:\\n\" will allow you to \n# put the command \\sideeffect (or @sideeffect) in the documentation, which \n# will result in a user-defined paragraph with heading \"Side Effects:\". \n# You can put \\n's in the value part of an alias to insert newlines.\n\nALIASES                = \"defined=\\\"\\def\\\"\" \\\n                         \"discussion=\\\"\\par Discussion:\\n\\\"\"\n\n# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C \n# sources only. Doxygen will then generate output that is more tailored for C. \n# For instance, some of the names that are used will be different. The list \n# of all members will be omitted, etc.\n\nOPTIMIZE_OUTPUT_FOR_C  = YES\n\n# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java \n# sources only. Doxygen will then generate output that is more tailored for \n# Java. For instance, namespaces will be presented as packages, qualified \n# scopes will look different, etc.\n\nOPTIMIZE_OUTPUT_JAVA   = NO\n\n# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran \n# sources only. Doxygen will then generate output that is more tailored for \n# Fortran.\n\nOPTIMIZE_FOR_FORTRAN   = NO\n\n# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL \n# sources. Doxygen will then generate output that is tailored for \n# VHDL.\n\nOPTIMIZE_OUTPUT_VHDL   = NO\n\n# Doxygen selects the parser to use depending on the extension of the files it parses. \n# With this tag you can assign which parser to use for a given extension. \n# Doxygen has a built-in mapping, but you can override or extend it using this tag. \n# The format is ext=language, where ext is a file extension, and language is one of \n# the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, \n# Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat \n# .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), \n# use: inc=Fortran f=C. Note that for custom extensions you also need to set\n# FILE_PATTERNS otherwise the files are not read by doxygen.\n\nEXTENSION_MAPPING      = \n\n# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want \n# to include (a tag file for) the STL sources as input, then you should \n# set this tag to YES in order to let doxygen match functions declarations and \n# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. \n# func(std::string) {}). This also make the inheritance and collaboration \n# diagrams that involve STL classes more complete and accurate.\n\nBUILTIN_STL_SUPPORT    = YES\n\n# If you use Microsoft's C++/CLI language, you should set this option to YES to \n# enable parsing support.\n\nCPP_CLI_SUPPORT        = NO\n\n# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. \n# Doxygen will parse them like normal C++ but will assume all classes use public \n# instead of private inheritance when no explicit protection keyword is present.\n\nSIP_SUPPORT            = NO\n\n# For Microsoft's IDL there are propget and propput attributes to indicate getter \n# and setter methods for a property. Setting this option to YES (the default) \n# will make doxygen to replace the get and set methods by a property in the \n# documentation. This will only work if the methods are indeed getting or \n# setting a simple type. If this is not the case, or you want to show the \n# methods anyway, you should set this option to NO.\n\nIDL_PROPERTY_SUPPORT   = YES\n\n# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC \n# tag is set to YES, then doxygen will reuse the documentation of the first \n# member in the group (if any) for the other members of the group. By default \n# all members of a group must be documented explicitly.\n\nDISTRIBUTE_GROUP_DOC   = NO\n\n# Set the SUBGROUPING tag to YES (the default) to allow class member groups of \n# the same type (for instance a group of public functions) to be put as a \n# subgroup of that type (e.g. under the Public Functions section). Set it to \n# NO to prevent subgrouping. Alternatively, this can be done per class using \n# the \\nosubgrouping command.\n\nSUBGROUPING            = YES\n\n# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum \n# is documented as struct, union, or enum with the name of the typedef. So \n# typedef struct TypeS {} TypeT, will appear in the documentation as a struct \n# with name TypeT. When disabled the typedef will appear as a member of a file, \n# namespace, or class. And the struct will be named TypeS. This can typically \n# be useful for C code in case the coding convention dictates that all compound \n# types are typedef'ed and only the typedef is referenced, never the tag name.\n\nTYPEDEF_HIDES_STRUCT   = YES\n\n# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to \n# determine which symbols to keep in memory and which to flush to disk. \n# When the cache is full, less often used symbols will be written to disk. \n# For small to medium size projects (<1000 input files) the default value is \n# probably good enough. For larger projects a too small cache size can cause \n# doxygen to be busy swapping symbols to and from disk most of the time \n# causing a significant performance penality. \n# If the system has enough physical memory increasing the cache will improve the \n# performance by keeping more symbols in memory. Note that the value works on \n# a logarithmic scale so increasing the size by one will rougly double the \n# memory usage. The cache size is given by this formula: \n# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, \n# corresponding to a cache size of 2^16 = 65536 symbols\n\nSYMBOL_CACHE_SIZE      = 0\n\n#---------------------------------------------------------------------------\n# Build related configuration options\n#---------------------------------------------------------------------------\n\n# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in \n# documentation are documented, even if no documentation was available. \n# Private class members and static file members will be hidden unless \n# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES\n\nEXTRACT_ALL            = YES\n\n# If the EXTRACT_PRIVATE tag is set to YES all private members of a class \n# will be included in the documentation.\n\nEXTRACT_PRIVATE        = YES\n\n# If the EXTRACT_STATIC tag is set to YES all static members of a file \n# will be included in the documentation.\n\nEXTRACT_STATIC         = YES\n\n# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) \n# defined locally in source files will be included in the documentation. \n# If set to NO only classes defined in header files are included.\n\nEXTRACT_LOCAL_CLASSES  = YES\n\n# This flag is only useful for Objective-C code. When set to YES local \n# methods, which are defined in the implementation section but not in \n# the interface are included in the documentation. \n# If set to NO (the default) only methods in the interface are included.\n\nEXTRACT_LOCAL_METHODS  = YES\n\n# If this flag is set to YES, the members of anonymous namespaces will be \n# extracted and appear in the documentation as a namespace called \n# 'anonymous_namespace{file}', where file will be replaced with the base \n# name of the file that contains the anonymous namespace. By default \n# anonymous namespace are hidden.\n\nEXTRACT_ANON_NSPACES   = YES\n\n# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all \n# undocumented members of documented classes, files or namespaces. \n# If set to NO (the default) these members will be included in the \n# various overviews, but no documentation section is generated. \n# This option has no effect if EXTRACT_ALL is enabled.\n\nHIDE_UNDOC_MEMBERS     = NO\n\n# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all \n# undocumented classes that are normally visible in the class hierarchy. \n# If set to NO (the default) these classes will be included in the various \n# overviews. This option has no effect if EXTRACT_ALL is enabled.\n\nHIDE_UNDOC_CLASSES     = NO\n\n# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all \n# friend (class|struct|union) declarations. \n# If set to NO (the default) these declarations will be included in the \n# documentation.\n\nHIDE_FRIEND_COMPOUNDS  = NO\n\n# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any \n# documentation blocks found inside the body of a function. \n# If set to NO (the default) these blocks will be appended to the \n# function's detailed documentation block.\n\nHIDE_IN_BODY_DOCS      = NO\n\n# The INTERNAL_DOCS tag determines if documentation \n# that is typed after a \\internal command is included. If the tag is set \n# to NO (the default) then the documentation will be excluded. \n# Set it to YES to include the internal documentation.\n\nINTERNAL_DOCS          = YES\n\n# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate \n# file names in lower-case letters. If set to YES upper-case letters are also \n# allowed. This is useful if you have classes or files whose names only differ \n# in case and if your file system supports case sensitive file names. Windows \n# and Mac users are advised to set this option to NO.\n\nCASE_SENSE_NAMES       = NO\n\n# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen \n# will show members with their full class and namespace scopes in the \n# documentation. If set to YES the scope will be hidden.\n\nHIDE_SCOPE_NAMES       = NO\n\n# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen \n# will put a list of the files that are included by a file in the documentation \n# of that file.\n\nSHOW_INCLUDE_FILES     = YES\n\n# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] \n# is inserted in the documentation for inline members.\n\nINLINE_INFO            = YES\n\n# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen \n# will sort the (detailed) documentation of file and class members \n# alphabetically by member name. If set to NO the members will appear in \n# declaration order.\n\nSORT_MEMBER_DOCS       = YES\n\n# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the \n# brief documentation of file, namespace and class members alphabetically \n# by member name. If set to NO (the default) the members will appear in \n# declaration order.\n\nSORT_BRIEF_DOCS        = NO\n\n# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the \n# hierarchy of group names into alphabetical order. If set to NO (the default) \n# the group names will appear in their defined order.\n\nSORT_GROUP_NAMES       = NO\n\n# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be \n# sorted by fully-qualified names, including namespaces. If set to \n# NO (the default), the class list will be sorted only by class name, \n# not including the namespace part. \n# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. \n# Note: This option applies only to the class list, not to the \n# alphabetical list.\n\nSORT_BY_SCOPE_NAME     = NO\n\n# The GENERATE_TODOLIST tag can be used to enable (YES) or \n# disable (NO) the todo list. This list is created by putting \\todo \n# commands in the documentation.\n\nGENERATE_TODOLIST      = YES\n\n# The GENERATE_TESTLIST tag can be used to enable (YES) or \n# disable (NO) the test list. This list is created by putting \\test \n# commands in the documentation.\n\nGENERATE_TESTLIST      = YES\n\n# The GENERATE_BUGLIST tag can be used to enable (YES) or \n# disable (NO) the bug list. This list is created by putting \\bug \n# commands in the documentation.\n\nGENERATE_BUGLIST       = YES\n\n# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or \n# disable (NO) the deprecated list. This list is created by putting \n# \\deprecated commands in the documentation.\n\nGENERATE_DEPRECATEDLIST= YES\n\n# The ENABLED_SECTIONS tag can be used to enable conditional \n# documentation sections, marked by \\if sectionname ... \\endif.\n\nENABLED_SECTIONS       = \n\n# The MAX_INITIALIZER_LINES tag determines the maximum number of lines \n# the initial value of a variable or define consists of for it to appear in \n# the documentation. If the initializer consists of more lines than specified \n# here it will be hidden. Use a value of 0 to hide initializers completely. \n# The appearance of the initializer of individual variables and defines in the \n# documentation can be controlled using \\showinitializer or \\hideinitializer \n# command in the documentation regardless of this setting.\n\nMAX_INITIALIZER_LINES  = 30\n\n# If the sources in your project are distributed over multiple directories \n# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy \n# in the documentation. The default is NO.\n\nSHOW_DIRECTORIES       = YES\n\n# Set the SHOW_FILES tag to NO to disable the generation of the Files page. \n# This will remove the Files entry from the Quick Index and from the \n# Folder Tree View (if specified). The default is YES.\n\nSHOW_FILES             = YES\n\n# Set the SHOW_NAMESPACES tag to NO to disable the generation of the \n# Namespaces page.  This will remove the Namespaces entry from the Quick Index \n# and from the Folder Tree View (if specified). The default is YES.\n\nSHOW_NAMESPACES        = YES\n\n# The FILE_VERSION_FILTER tag can be used to specify a program or script that \n# doxygen should invoke to get the current version for each file (typically from \n# the version control system). Doxygen will invoke the program by executing (via \n# popen()) the command <command> <input-file>, where <command> is the value of \n# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file \n# provided by doxygen. Whatever the program writes to standard output \n# is used as the file version. See the manual for examples.\n\nFILE_VERSION_FILTER    = \n\n# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by \n# doxygen. The layout file controls the global structure of the generated output files \n# in an output format independent way. The create the layout file that represents \n# doxygen's defaults, run doxygen with the -l option. You can optionally specify a \n# file name after the option, if omitted DoxygenLayout.xml will be used as the name \n# of the layout file.\n\nLAYOUT_FILE            = \n\n#---------------------------------------------------------------------------\n# configuration options related to warning and progress messages\n#---------------------------------------------------------------------------\n\n# The QUIET tag can be used to turn on/off the messages that are generated \n# by doxygen. Possible values are YES and NO. If left blank NO is used.\n\nQUIET                  = NO\n\n# The WARNINGS tag can be used to turn on/off the warning messages that are \n# generated by doxygen. Possible values are YES and NO. If left blank \n# NO is used.\n\nWARNINGS               = YES\n\n# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings \n# for undocumented members. If EXTRACT_ALL is set to YES then this flag will \n# automatically be disabled.\n\nWARN_IF_UNDOCUMENTED   = YES\n\n# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for \n# potential errors in the documentation, such as not documenting some \n# parameters in a documented function, or documenting parameters that \n# don't exist or using markup commands wrongly.\n\nWARN_IF_DOC_ERROR      = YES\n\n# This WARN_NO_PARAMDOC option can be abled to get warnings for \n# functions that are documented, but have no documentation for their parameters \n# or return value. If set to NO (the default) doxygen will only warn about \n# wrong or incomplete parameter documentation, but not about the absence of \n# documentation.\n\nWARN_NO_PARAMDOC       = YES\n\n# The WARN_FORMAT tag determines the format of the warning messages that \n# doxygen can produce. The string should contain the $file, $line, and $text \n# tags, which will be replaced by the file and line number from which the \n# warning originated and the warning text. Optionally the format may contain \n# $version, which will be replaced by the version of the file (if it could \n# be obtained via FILE_VERSION_FILTER)\n\nWARN_FORMAT            = \"$file:$line: $text\"\n\n# The WARN_LOGFILE tag can be used to specify a file to which warning \n# and error messages should be written. If left blank the output is written \n# to stderr.\n\nWARN_LOGFILE           = ./doxygen_warn.txt\n\n#---------------------------------------------------------------------------\n# configuration options related to the input files\n#---------------------------------------------------------------------------\n\n# The INPUT tag can be used to specify the files and/or directories that contain \n# documented source files. You may enter file names like \"myfile.cpp\" or \n# directories like \"/usr/src/myproject\". Separate the files or directories \n# with spaces.\n\nINPUT                  = .\n\n# This tag can be used to specify the character encoding of the source files \n# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is \n# also the default input encoding. Doxygen uses libiconv (or the iconv built \n# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for \n# the list of possible encodings.\n\nINPUT_ENCODING         = UTF-8\n\n# If the value of the INPUT tag contains directories, you can use the \n# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp \n# and *.h) to filter out the source-files in the directories. If left \n# blank the following patterns are tested: \n# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx \n# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90\n\nFILE_PATTERNS          = *.c \\\n                         *.cc \\\n                         *.cxx \\\n                         *.cpp \\\n                         *.c++ \\\n                         *.d \\\n                         *.java \\\n                         *.ii \\\n                         *.ixx \\\n                         *.ipp \\\n                         *.i++ \\\n                         *.inl \\\n                         *.h \\\n                         *.hh \\\n                         *.hxx \\\n                         *.hpp \\\n                         *.h++ \\\n                         *.idl \\\n                         *.odl \\\n                         *.cs \\\n                         *.php \\\n                         *.php3 \\\n                         *.inc \\\n                         *.m \\\n                         *.mm \\\n                         *.dox \\\n                         *.py \\\n                         *.f90 \\\n                         *.f \\\n                         *.vhd \\\n                         *.vhdl \\\n                         *.h.in \\\n                         *.h.default\n\n# The RECURSIVE tag can be used to turn specify whether or not subdirectories \n# should be searched for input files as well. Possible values are YES and NO. \n# If left blank NO is used.\n\nRECURSIVE              = YES\n\n# The EXCLUDE tag can be used to specify files and/or directories that should \n# excluded from the INPUT source files. This way you can easily exclude a \n# subdirectory from a directory tree whose root is specified with the INPUT tag.\n\nEXCLUDE                = ../doxy \\\n                         ../test \\\n                         ../Xcode \\\n                         ../VisualC \\\n                         ../VisualCE \\\n                         ../Xcode-iOS\n\n# The EXCLUDE_SYMLINKS tag can be used select whether or not files or \n# directories that are symbolic links (a Unix filesystem feature) are excluded \n# from the input.\n\nEXCLUDE_SYMLINKS       = NO\n\n# If the value of the INPUT tag contains directories, you can use the \n# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude \n# certain files from those directories. Note that the wildcards are matched \n# against the file with absolute path, so to exclude all test directories \n# for example use the pattern */test/*\n\nEXCLUDE_PATTERNS       =\n\n# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names \n# (namespaces, classes, functions, etc.) that should be excluded from the \n# output. The symbol name can be a fully qualified name, a word, or if the \n# wildcard * is used, a substring. Examples: ANamespace, AClass, \n# AClass::ANamespace, ANamespace::*Test\n\nEXCLUDE_SYMBOLS        = \n\n# The EXAMPLE_PATH tag can be used to specify one or more files or \n# directories that contain example code fragments that are included (see \n# the \\include command).\n\nEXAMPLE_PATH           =\n\n# If the value of the EXAMPLE_PATH tag contains directories, you can use the \n# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp \n# and *.h) to filter out the source-files in the directories. If left \n# blank all files are included.\n\nEXAMPLE_PATTERNS       = *\n\n# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be \n# searched for input files to be used with the \\include or \\dontinclude \n# commands irrespective of the value of the RECURSIVE tag. \n# Possible values are YES and NO. If left blank NO is used.\n\nEXAMPLE_RECURSIVE      = YES\n\n# The IMAGE_PATH tag can be used to specify one or more files or \n# directories that contain image that are included in the documentation (see \n# the \\image command).\n\nIMAGE_PATH             = \n\n# The INPUT_FILTER tag can be used to specify a program that doxygen should \n# invoke to filter for each input file. Doxygen will invoke the filter program \n# by executing (via popen()) the command <filter> <input-file>, where <filter> \n# is the value of the INPUT_FILTER tag, and <input-file> is the name of an \n# input file. Doxygen will then use the output that the filter program writes \n# to standard output.  If FILTER_PATTERNS is specified, this tag will be \n# ignored.\n\nINPUT_FILTER           = \n\n# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern \n# basis.  Doxygen will compare the file name with each pattern and apply the \n# filter if there is a match.  The filters are a list of the form: \n# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further \n# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER \n# is applied to all files.\n\nFILTER_PATTERNS        = \n\n# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using \n# INPUT_FILTER) will be used to filter the input files when producing source \n# files to browse (i.e. when SOURCE_BROWSER is set to YES).\n\nFILTER_SOURCE_FILES    = NO\n\n#---------------------------------------------------------------------------\n# configuration options related to source browsing\n#---------------------------------------------------------------------------\n\n# If the SOURCE_BROWSER tag is set to YES then a list of source files will \n# be generated. Documented entities will be cross-referenced with these sources. \n# Note: To get rid of all source code in the generated output, make sure also \n# VERBATIM_HEADERS is set to NO.\n\nSOURCE_BROWSER         = YES\n\n# Setting the INLINE_SOURCES tag to YES will include the body \n# of functions and classes directly in the documentation.\n\nINLINE_SOURCES         = YES\n\n# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct \n# doxygen to hide any special comment blocks from generated source code \n# fragments. Normal C and C++ comments will always remain visible.\n\nSTRIP_CODE_COMMENTS    = NO\n\n# If the REFERENCED_BY_RELATION tag is set to YES \n# then for each documented function all documented \n# functions referencing it will be listed.\n\nREFERENCED_BY_RELATION = YES\n\n# If the REFERENCES_RELATION tag is set to YES \n# then for each documented function all documented entities \n# called/used by that function will be listed.\n\nREFERENCES_RELATION    = YES\n\n# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) \n# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from \n# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will \n# link to the source code.  Otherwise they will link to the documentation.\n\nREFERENCES_LINK_SOURCE = YES\n\n# If the USE_HTAGS tag is set to YES then the references to source code \n# will point to the HTML generated by the htags(1) tool instead of doxygen \n# built-in source browser. The htags tool is part of GNU's global source \n# tagging system (see http://www.gnu.org/software/global/global.html). You \n# will need version 4.8.6 or higher.\n\nUSE_HTAGS              = NO\n\n# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen \n# will generate a verbatim copy of the header file for each class for \n# which an include is specified. Set to NO to disable this.\n\nVERBATIM_HEADERS       = YES\n\n#---------------------------------------------------------------------------\n# configuration options related to the alphabetical class index\n#---------------------------------------------------------------------------\n\n# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index \n# of all compounds will be generated. Enable this if the project \n# contains a lot of classes, structs, unions or interfaces.\n\nALPHABETICAL_INDEX     = YES\n\n# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then \n# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns \n# in which this list will be split (can be a number in the range [1..20])\n\nCOLS_IN_ALPHA_INDEX    = 5\n\n# In case all classes in a project start with a common prefix, all \n# classes will be put under the same header in the alphabetical index. \n# The IGNORE_PREFIX tag can be used to specify one or more prefixes that \n# should be ignored while generating the index headers.\n\nIGNORE_PREFIX          = SDL_ \\\n                         SDL\n\n#---------------------------------------------------------------------------\n# configuration options related to the HTML output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_HTML tag is set to YES (the default) Doxygen will \n# generate HTML output.\n\nGENERATE_HTML          = YES\n\n# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. \n# If a relative path is entered the value of OUTPUT_DIRECTORY will be \n# put in front of it. If left blank `html' will be used as the default path.\n\nHTML_OUTPUT            = html\n\n# The HTML_FILE_EXTENSION tag can be used to specify the file extension for \n# each generated HTML page (for example: .htm,.php,.asp). If it is left blank \n# doxygen will generate files with .html extension.\n\nHTML_FILE_EXTENSION    = .html\n\n# The HTML_HEADER tag can be used to specify a personal HTML header for \n# each generated HTML page. If it is left blank doxygen will generate a \n# standard header.\n\nHTML_HEADER            = \n\n# The HTML_FOOTER tag can be used to specify a personal HTML footer for \n# each generated HTML page. If it is left blank doxygen will generate a \n# standard footer.\n\nHTML_FOOTER            = \n\n# The HTML_STYLESHEET tag can be used to specify a user-defined cascading \n# style sheet that is used by each HTML page. It can be used to \n# fine-tune the look of the HTML output. If the tag is left blank doxygen \n# will generate a default style sheet. Note that doxygen will try to copy \n# the style sheet file to the HTML output directory, so don't put your own \n# stylesheet in the HTML output directory as well, or it will be erased!\n\nHTML_STYLESHEET        = \n\n# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, \n# files or namespaces will be aligned in HTML using tables. If set to \n# NO a bullet list will be used.\n\nHTML_ALIGN_MEMBERS     = YES\n\n# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML \n# documentation will contain sections that can be hidden and shown after the \n# page has loaded. For this to work a browser that supports \n# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox \n# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).\n\nHTML_DYNAMIC_SECTIONS  = YES\n\n# If the GENERATE_DOCSET tag is set to YES, additional index files \n# will be generated that can be used as input for Apple's Xcode 3 \n# integrated development environment, introduced with OSX 10.5 (Leopard). \n# To create a documentation set, doxygen will generate a Makefile in the \n# HTML output directory. Running make will produce the docset in that \n# directory and running \"make install\" will install the docset in \n# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find \n# it at startup. \n# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.\n\nGENERATE_DOCSET        = NO\n\n# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the \n# feed. A documentation feed provides an umbrella under which multiple \n# documentation sets from a single provider (such as a company or product suite) \n# can be grouped.\n\nDOCSET_FEEDNAME        = \"SDL 2.0 Doxygen\"\n\n# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that \n# should uniquely identify the documentation set bundle. This should be a \n# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen \n# will append .docset to the name.\n\nDOCSET_BUNDLE_ID       = org.libsdl.sdl20\n\n# If the GENERATE_HTMLHELP tag is set to YES, additional index files \n# will be generated that can be used as input for tools like the \n# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) \n# of the generated HTML documentation.\n\nGENERATE_HTMLHELP      = NO\n\n# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can \n# be used to specify the file name of the resulting .chm file. You \n# can add a path in front of the file if the result should not be \n# written to the html output directory.\n\nCHM_FILE               = ./sdl20.chm\n\n# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can \n# be used to specify the location (absolute path including file name) of \n# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run \n# the HTML help compiler on the generated index.hhp.\n\nHHC_LOCATION           = \n\n# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag \n# controls if a separate .chi index file is generated (YES) or that \n# it should be included in the master .chm file (NO).\n\nGENERATE_CHI           = NO\n\n# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING \n# is used to encode HtmlHelp index (hhk), content (hhc) and project file \n# content.\n\nCHM_INDEX_ENCODING     = \n\n# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag \n# controls whether a binary table of contents is generated (YES) or a \n# normal table of contents (NO) in the .chm file.\n\nBINARY_TOC             = NO\n\n# The TOC_EXPAND flag can be set to YES to add extra items for group members \n# to the contents of the HTML help documentation and to the tree view.\n\nTOC_EXPAND             = YES\n\n# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER \n# are set, an additional index file will be generated that can be used as input for \n# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated \n# HTML documentation.\n\nGENERATE_QHP           = NO\n\n# If the QHG_LOCATION tag is specified, the QCH_FILE tag can \n# be used to specify the file name of the resulting .qch file. \n# The path specified is relative to the HTML output folder.\n\nQCH_FILE               = \n\n# The QHP_NAMESPACE tag specifies the namespace to use when generating \n# Qt Help Project output. For more information please see \n# http://doc.trolltech.com/qthelpproject.html#namespace\n\nQHP_NAMESPACE          = \n\n# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating \n# Qt Help Project output. For more information please see \n# http://doc.trolltech.com/qthelpproject.html#virtual-folders\n\nQHP_VIRTUAL_FOLDER     = doc\n\n# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. \n# For more information please see \n# http://doc.trolltech.com/qthelpproject.html#custom-filters\n\nQHP_CUST_FILTER_NAME   = \n\n# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see \n# <a href=\"http://doc.trolltech.com/qthelpproject.html#custom-filters\">Qt Help Project / Custom Filters</a>.\n\nQHP_CUST_FILTER_ATTRS  = \n\n# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's \n# filter section matches. \n# <a href=\"http://doc.trolltech.com/qthelpproject.html#filter-attributes\">Qt Help Project / Filter Attributes</a>.\n\nQHP_SECT_FILTER_ATTRS  = \n\n# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can \n# be used to specify the location of Qt's qhelpgenerator. \n# If non-empty doxygen will try to run qhelpgenerator on the generated \n# .qhp file.\n\nQHG_LOCATION           = \n\n# The DISABLE_INDEX tag can be used to turn on/off the condensed index at \n# top of each HTML page. The value NO (the default) enables the index and \n# the value YES disables it.\n\nDISABLE_INDEX          = NO\n\n# This tag can be used to set the number of enum values (range [1..20]) \n# that doxygen will group on one line in the generated HTML documentation.\n\nENUM_VALUES_PER_LINE   = 1\n\n# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index \n# structure should be generated to display hierarchical information. \n# If the tag value is set to FRAME, a side panel will be generated \n# containing a tree-like index structure (just like the one that \n# is generated for HTML Help). For this to work a browser that supports \n# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, \n# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are \n# probably better off using the HTML help feature. Other possible values \n# for this tag are: HIERARCHIES, which will generate the Groups, Directories, \n# and Class Hierarchy pages using a tree view instead of an ordered list; \n# ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which \n# disables this behavior completely. For backwards compatibility with previous \n# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE \n# respectively.\n\nGENERATE_TREEVIEW      = ALL\n\n# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be \n# used to set the initial width (in pixels) of the frame in which the tree \n# is shown.\n\nTREEVIEW_WIDTH         = 250\n\n# Use this tag to change the font size of Latex formulas included \n# as images in the HTML documentation. The default is 10. Note that \n# when you change the font size after a successful doxygen run you need \n# to manually remove any form_*.png images from the HTML output directory \n# to force them to be regenerated.\n\nFORMULA_FONTSIZE       = 10\n\n#---------------------------------------------------------------------------\n# configuration options related to the LaTeX output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will \n# generate Latex output.\n\nGENERATE_LATEX         = NO\n\n# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. \n# If a relative path is entered the value of OUTPUT_DIRECTORY will be \n# put in front of it. If left blank `latex' will be used as the default path.\n\nLATEX_OUTPUT           = latex\n\n# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be \n# invoked. If left blank `latex' will be used as the default command name.\n\nLATEX_CMD_NAME         = latex\n\n# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to \n# generate index for LaTeX. If left blank `makeindex' will be used as the \n# default command name.\n\nMAKEINDEX_CMD_NAME     = makeindex\n\n# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact \n# LaTeX documents. This may be useful for small projects and may help to \n# save some trees in general.\n\nCOMPACT_LATEX          = NO\n\n# The PAPER_TYPE tag can be used to set the paper type that is used \n# by the printer. Possible values are: a4, a4wide, letter, legal and \n# executive. If left blank a4wide will be used.\n\nPAPER_TYPE             = a4wide\n\n# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX \n# packages that should be included in the LaTeX output.\n\nEXTRA_PACKAGES         = \n\n# The LATEX_HEADER tag can be used to specify a personal LaTeX header for \n# the generated latex document. The header should contain everything until \n# the first chapter. If it is left blank doxygen will generate a \n# standard header. Notice: only use this tag if you know what you are doing!\n\nLATEX_HEADER           = \n\n# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated \n# is prepared for conversion to pdf (using ps2pdf). The pdf file will \n# contain links (just like the HTML output) instead of page references \n# This makes the output suitable for online browsing using a pdf viewer.\n\nPDF_HYPERLINKS         = YES\n\n# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of \n# plain latex in the generated Makefile. Set this option to YES to get a \n# higher quality PDF documentation.\n\nUSE_PDFLATEX           = YES\n\n# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\\\batchmode. \n# command to the generated LaTeX files. This will instruct LaTeX to keep \n# running if errors occur, instead of asking the user for help. \n# This option is also used when generating formulas in HTML.\n\nLATEX_BATCHMODE        = NO\n\n# If LATEX_HIDE_INDICES is set to YES then doxygen will not \n# include the index chapters (such as File Index, Compound Index, etc.) \n# in the output.\n\nLATEX_HIDE_INDICES     = NO\n\n# If LATEX_SOURCE_CODE is set to YES then doxygen will include\n# source code with syntax highlighting in the LaTeX output.\n# Note that which sources are shown also depends on other settings\n# such as SOURCE_BROWSER.\n\nLATEX_SOURCE_CODE      = NO\n\n#---------------------------------------------------------------------------\n# configuration options related to the RTF output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output \n# The RTF output is optimized for Word 97 and may not look very pretty with \n# other RTF readers or editors.\n\nGENERATE_RTF           = NO\n\n# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. \n# If a relative path is entered the value of OUTPUT_DIRECTORY will be \n# put in front of it. If left blank `rtf' will be used as the default path.\n\nRTF_OUTPUT             = rtf\n\n# If the COMPACT_RTF tag is set to YES Doxygen generates more compact \n# RTF documents. This may be useful for small projects and may help to \n# save some trees in general.\n\nCOMPACT_RTF            = NO\n\n# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated \n# will contain hyperlink fields. The RTF file will \n# contain links (just like the HTML output) instead of page references. \n# This makes the output suitable for online browsing using WORD or other \n# programs which support those fields. \n# Note: wordpad (write) and others do not support links.\n\nRTF_HYPERLINKS         = NO\n\n# Load stylesheet definitions from file. Syntax is similar to doxygen's \n# config file, i.e. a series of assignments. You only have to provide \n# replacements, missing definitions are set to their default value.\n\nRTF_STYLESHEET_FILE    = \n\n# Set optional variables used in the generation of an rtf document. \n# Syntax is similar to doxygen's config file.\n\nRTF_EXTENSIONS_FILE    = \n\n#---------------------------------------------------------------------------\n# configuration options related to the man page output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_MAN tag is set to YES (the default) Doxygen will \n# generate man pages\n\nGENERATE_MAN           = NO\n\n# The MAN_OUTPUT tag is used to specify where the man pages will be put. \n# If a relative path is entered the value of OUTPUT_DIRECTORY will be \n# put in front of it. If left blank `man' will be used as the default path.\n\nMAN_OUTPUT             = man\n\n# The MAN_EXTENSION tag determines the extension that is added to \n# the generated man pages (default is the subroutine's section .3)\n\nMAN_EXTENSION          = .3\n\n# If the MAN_LINKS tag is set to YES and Doxygen generates man output, \n# then it will generate one additional man file for each entity \n# documented in the real man page(s). These additional files \n# only source the real man page, but without them the man command \n# would be unable to find the correct page. The default is NO.\n\nMAN_LINKS              = NO\n\n#---------------------------------------------------------------------------\n# configuration options related to the XML output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_XML tag is set to YES Doxygen will \n# generate an XML file that captures the structure of \n# the code including all documentation.\n\nGENERATE_XML           = NO\n\n# The XML_OUTPUT tag is used to specify where the XML pages will be put. \n# If a relative path is entered the value of OUTPUT_DIRECTORY will be \n# put in front of it. If left blank `xml' will be used as the default path.\n\nXML_OUTPUT             = xml\n\n# The XML_SCHEMA tag can be used to specify an XML schema, \n# which can be used by a validating XML parser to check the \n# syntax of the XML files.\n\nXML_SCHEMA             = \n\n# The XML_DTD tag can be used to specify an XML DTD, \n# which can be used by a validating XML parser to check the \n# syntax of the XML files.\n\nXML_DTD                = \n\n# If the XML_PROGRAMLISTING tag is set to YES Doxygen will \n# dump the program listings (including syntax highlighting \n# and cross-referencing information) to the XML output. Note that \n# enabling this will significantly increase the size of the XML output.\n\nXML_PROGRAMLISTING     = YES\n\n#---------------------------------------------------------------------------\n# configuration options for the AutoGen Definitions output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will \n# generate an AutoGen Definitions (see autogen.sf.net) file \n# that captures the structure of the code including all \n# documentation. Note that this feature is still experimental \n# and incomplete at the moment.\n\nGENERATE_AUTOGEN_DEF   = NO\n\n#---------------------------------------------------------------------------\n# configuration options related to the Perl module output\n#---------------------------------------------------------------------------\n\n# If the GENERATE_PERLMOD tag is set to YES Doxygen will \n# generate a Perl module file that captures the structure of \n# the code including all documentation. Note that this \n# feature is still experimental and incomplete at the \n# moment.\n\nGENERATE_PERLMOD       = NO\n\n# If the PERLMOD_LATEX tag is set to YES Doxygen will generate \n# the necessary Makefile rules, Perl scripts and LaTeX code to be able \n# to generate PDF and DVI output from the Perl module output.\n\nPERLMOD_LATEX          = NO\n\n# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be \n# nicely formatted so it can be parsed by a human reader.  This is useful \n# if you want to understand what is going on.  On the other hand, if this \n# tag is set to NO the size of the Perl module output will be much smaller \n# and Perl will parse it just the same.\n\nPERLMOD_PRETTY         = YES\n\n# The names of the make variables in the generated doxyrules.make file \n# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. \n# This is useful so different doxyrules.make files included by the same \n# Makefile don't overwrite each other's variables.\n\nPERLMOD_MAKEVAR_PREFIX = \n\n#---------------------------------------------------------------------------\n# Configuration options related to the preprocessor   \n#---------------------------------------------------------------------------\n\n# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will \n# evaluate all C-preprocessor directives found in the sources and include \n# files.\n\nENABLE_PREPROCESSING   = YES\n\n# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro \n# names in the source code. If set to NO (the default) only conditional \n# compilation will be performed. Macro expansion can be done in a controlled \n# way by setting EXPAND_ONLY_PREDEF to YES.\n\nMACRO_EXPANSION        = YES\n\n# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES \n# then the macro expansion is limited to the macros specified with the \n# PREDEFINED and EXPAND_AS_DEFINED tags.\n\nEXPAND_ONLY_PREDEF     = YES\n\n# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files \n# in the INCLUDE_PATH (see below) will be search if a #include is found.\n\nSEARCH_INCLUDES        = YES\n\n# The INCLUDE_PATH tag can be used to specify one or more directories that \n# contain include files that are not input files but should be processed by \n# the preprocessor.\n\nINCLUDE_PATH           = \n\n# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard \n# patterns (like *.h and *.hpp) to filter out the header-files in the \n# directories. If left blank, the patterns specified with FILE_PATTERNS will \n# be used.\n\nINCLUDE_FILE_PATTERNS  = \n\n# The PREDEFINED tag can be used to specify one or more macro names that \n# are defined before the preprocessor is started (similar to the -D option of \n# gcc). The argument of the tag is a list of macros of the form: name \n# or name=definition (no spaces). If the definition and the = are \n# omitted =1 is assumed. To prevent a macro definition from being \n# undefined via #undef or recursively expanded use the := operator \n# instead of the = operator.\n\nPREDEFINED             = DOXYGEN_SHOULD_IGNORE_THIS=1 \\\n                         DECLSPEC= \\\n                         SDLCALL= \\\n                         _WIN32=1\n\n# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then \n# this tag can be used to specify a list of macro names that should be expanded. \n# The macro definition that is found in the sources will be used. \n# Use the PREDEFINED tag if you want to use a different macro definition.\n\nEXPAND_AS_DEFINED      = \n\n# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then \n# doxygen's preprocessor will remove all function-like macros that are alone \n# on a line, have an all uppercase name, and do not end with a semicolon. Such \n# function macros are typically used for boiler-plate code, and will confuse \n# the parser if not removed.\n\nSKIP_FUNCTION_MACROS   = YES\n\n#---------------------------------------------------------------------------\n# Configuration::additions related to external references   \n#---------------------------------------------------------------------------\n\n# The TAGFILES option can be used to specify one or more tagfiles. \n# Optionally an initial location of the external documentation \n# can be added for each tagfile. The format of a tag file without \n# this location is as follows: \n#   TAGFILES = file1 file2 ... \n# Adding location for the tag files is done as follows: \n#   TAGFILES = file1=loc1 \"file2 = loc2\" ... \n# where \"loc1\" and \"loc2\" can be relative or absolute paths or \n# URLs. If a location is present for each tag, the installdox tool \n# does not have to be run to correct the links. \n# Note that each tag file must have a unique name \n# (where the name does NOT include the path) \n# If a tag file is not located in the directory in which doxygen \n# is run, you must also specify the path to the tagfile here.\n\nTAGFILES               = \n\n# When a file name is specified after GENERATE_TAGFILE, doxygen will create \n# a tag file that is based on the input files it reads.\n\nGENERATE_TAGFILE       = ./SDL.tag\n\n# If the ALLEXTERNALS tag is set to YES all external classes will be listed \n# in the class index. If set to NO only the inherited external classes \n# will be listed.\n\nALLEXTERNALS           = NO\n\n# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed \n# in the modules index. If set to NO, only the current project's groups will \n# be listed.\n\nEXTERNAL_GROUPS        = YES\n\n# The PERL_PATH should be the absolute path and name of the perl script \n# interpreter (i.e. the result of `which perl').\n\nPERL_PATH              = c:\\Perl\\bin\\perl.exe\n\n#---------------------------------------------------------------------------\n# Configuration options related to the dot tool   \n#---------------------------------------------------------------------------\n\n# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will \n# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base \n# or super classes. Setting the tag to NO turns the diagrams off. Note that \n# this option is superseded by the HAVE_DOT option below. This is only a \n# fallback. It is recommended to install and use dot, since it yields more \n# powerful graphs.\n\nCLASS_DIAGRAMS         = YES\n\n# You can define message sequence charts within doxygen comments using the \\msc \n# command. Doxygen will then run the mscgen tool (see \n# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the \n# documentation. The MSCGEN_PATH tag allows you to specify the directory where \n# the mscgen tool resides. If left empty the tool is assumed to be found in the \n# default search path.\n\nMSCGEN_PATH            = \n\n# If set to YES, the inheritance and collaboration graphs will hide \n# inheritance and usage relations if the target is undocumented \n# or is not a class.\n\nHIDE_UNDOC_RELATIONS   = YES\n\n# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is \n# available from the path. This tool is part of Graphviz, a graph visualization \n# toolkit from AT&T and Lucent Bell Labs. The other options in this section \n# have no effect if this option is set to NO (the default)\n\nHAVE_DOT               = YES\n\n# By default doxygen will write a font called FreeSans.ttf to the output \n# directory and reference it in all dot files that doxygen generates. This \n# font does not include all possible unicode characters however, so when you need \n# these (or just want a differently looking font) you can specify the font name \n# using DOT_FONTNAME. You need need to make sure dot is able to find the font, \n# which can be done by putting it in a standard location or by setting the \n# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory \n# containing the font.\n\nDOT_FONTNAME           = FreeSans\n\n# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. \n# The default size is 10pt.\n\nDOT_FONTSIZE           = 10\n\n# By default doxygen will tell dot to use the output directory to look for the \n# FreeSans.ttf font (which doxygen will put there itself). If you specify a \n# different font using DOT_FONTNAME you can set the path where dot \n# can find it using this tag.\n\nDOT_FONTPATH           = \n\n# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen \n# will generate a graph for each documented class showing the direct and \n# indirect inheritance relations. Setting this tag to YES will force the \n# the CLASS_DIAGRAMS tag to NO.\n\nCLASS_GRAPH            = YES\n\n# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen \n# will generate a graph for each documented class showing the direct and \n# indirect implementation dependencies (inheritance, containment, and \n# class references variables) of the class with other documented classes.\n\nCOLLABORATION_GRAPH    = YES\n\n# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen \n# will generate a graph for groups, showing the direct groups dependencies\n\nGROUP_GRAPHS           = YES\n\n# If the UML_LOOK tag is set to YES doxygen will generate inheritance and \n# collaboration diagrams in a style similar to the OMG's Unified Modeling \n# Language.\n\nUML_LOOK               = NO\n\n# If set to YES, the inheritance and collaboration graphs will show the \n# relations between templates and their instances.\n\nTEMPLATE_RELATIONS     = YES\n\n# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT \n# tags are set to YES then doxygen will generate a graph for each documented \n# file showing the direct and indirect include dependencies of the file with \n# other documented files.\n\nINCLUDE_GRAPH          = YES\n\n# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and \n# HAVE_DOT tags are set to YES then doxygen will generate a graph for each \n# documented header file showing the documented files that directly or \n# indirectly include this file.\n\nINCLUDED_BY_GRAPH      = YES\n\n# If the CALL_GRAPH and HAVE_DOT options are set to YES then \n# doxygen will generate a call dependency graph for every global function \n# or class method. Note that enabling this option will significantly increase \n# the time of a run. So in most cases it will be better to enable call graphs \n# for selected functions only using the \\callgraph command.\n\nCALL_GRAPH             = NO\n\n# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then \n# doxygen will generate a caller dependency graph for every global function \n# or class method. Note that enabling this option will significantly increase \n# the time of a run. So in most cases it will be better to enable caller \n# graphs for selected functions only using the \\callergraph command.\n\nCALLER_GRAPH           = NO\n\n# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen \n# will graphical hierarchy of all classes instead of a textual one.\n\nGRAPHICAL_HIERARCHY    = YES\n\n# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES \n# then doxygen will show the dependencies a directory has on other directories \n# in a graphical way. The dependency relations are determined by the #include \n# relations between the files in the directories.\n\nDIRECTORY_GRAPH        = YES\n\n# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images \n# generated by dot. Possible values are png, jpg, or gif \n# If left blank png will be used.\n\nDOT_IMAGE_FORMAT       = png\n\n# The tag DOT_PATH can be used to specify the path where the dot tool can be \n# found. If left blank, it is assumed the dot tool can be found in the path.\n\nDOT_PATH               = \n\n# The DOTFILE_DIRS tag can be used to specify one or more directories that \n# contain dot files that are included in the documentation (see the \n# \\dotfile command).\n\nDOTFILE_DIRS           = \n\n# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of \n# nodes that will be shown in the graph. If the number of nodes in a graph \n# becomes larger than this value, doxygen will truncate the graph, which is \n# visualized by representing a node as a red box. Note that doxygen if the \n# number of direct children of the root node in a graph is already larger than \n# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note \n# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.\n\nDOT_GRAPH_MAX_NODES    = 50\n\n# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the \n# graphs generated by dot. A depth value of 3 means that only nodes reachable \n# from the root by following a path via at most 3 edges will be shown. Nodes \n# that lay further from the root node will be omitted. Note that setting this \n# option to 1 or 2 may greatly reduce the computation time needed for large \n# code bases. Also note that the size of a graph can be further restricted by \n# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.\n\nMAX_DOT_GRAPH_DEPTH    = 2\n\n# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent \n# background. This is disabled by default, because dot on Windows does not \n# seem to support this out of the box. Warning: Depending on the platform used, \n# enabling this option may lead to badly anti-aliased labels on the edges of \n# a graph (i.e. they become hard to read).\n\nDOT_TRANSPARENT        = NO\n\n# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output \n# files in one run (i.e. multiple -o and -T options on the command line). This \n# makes dot run faster, but since only newer versions of dot (>1.8.10) \n# support this, this feature is disabled by default.\n\nDOT_MULTI_TARGETS      = YES\n\n# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will \n# generate a legend page explaining the meaning of the various boxes and \n# arrows in the dot generated graphs.\n\nGENERATE_LEGEND        = YES\n\n# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will \n# remove the intermediate dot files that are used to generate \n# the various graphs.\n\nDOT_CLEANUP            = YES\n\n#---------------------------------------------------------------------------\n# Options related to the search engine\n#---------------------------------------------------------------------------\n\n# The SEARCHENGINE tag specifies whether or not a search engine should be \n# used. If set to NO the values of all tags below this one will be ignored.\n\nSEARCHENGINE           = NO\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_image/CHANGES.txt",
    "content": "2.0.0:\nSam Lantinga - Sun Jun  2 22:25:31 PDT 2013\n * Added PNG save support based on miniz.c by Rich Geldreich\n       IMG_SavePNG(), IMG_SavePNG_RW()\nSam Lantinga - Sat Jun  1 19:11:26 PDT 2013\n * Updated for SDL 2.0 release\nSam Lantinga - Sat Mar 23 13:36:51 PDT 2013\n * Fixed bug setting colorkey for indexed PNG images\nTorsten Stremlau - Sun Mar 10 10:19:25 PDT 2013\n * Added support for alpha and lossless WEBP images\n\n1.2.12:\nmscott - 2012-02-06 19:40:23 PST\n * Fixed image corruption when using ImageIO framework\nSylvain - Thu Nov 22 13:09:59 PST 2012\n * Added extended XPM color table (disabled by default in IMG_xpm.c)\nSam Lantinga - Thu Jan 19 23:18:09 EST 2012\n * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng\n\n1.2.11:\nSam Lantinga - Sat Jan 14 17:54:38 EST 2012\n * Fixed loading 8-bit PNG images on Mac OS X\nSam Lantinga - Sat Dec 31 09:35:40 EST 2011\n * SDL_image is now under the zlib license\nMichael Bonfils - Mon Nov 28 21:46:00 EST 2011\n * Added WEBP image support\nThomas Klausner - Wed Jan 19 19:31:25 PST 2011\n * Fixed compiling with libpng 1.4\nSam Lantinga - Mon Jan 10 12:09:57 2011 -0800\n * Added Android.mk to build on the Android platform\nSam Lantinga - Mon May 10 22:42:53 PDT 2010\n * Fixed loading HAM6 images with stencil mask\nMark Tucker - Fri, 27 Nov 2009 12:38:21 -0500\n * Fixed bug loading 15 and 16 bit BMP images\n\n1.2.10:\nSam Lantinga - Sat Nov 14 11:22:14 PST 2009\n * Fixed bug loading multiple images\n\n1.2.9:\nSam Lantinga - Tue Nov 10 00:29:20 PST 2009\n * Fixed alpha premultiplication on Mac OS X and iPhone OS\nSam Lantinga - Sun Nov  8 07:52:11 PST 2009\n * Fixed checking for IMG_Init() return value in image loaders\n\n1.2.8:\nSam Lantinga - Sun Oct  4 13:12:54 PDT 2009\n * Added support for uncompressed PCX files\nMason Wheeler - 2009-06-10 06:29:45 PDT \n * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs\nCouriersud - Mon, 12 Jan 2009 17:21:13 -0800\n * Added support for ICO and CUR image files\nEric Wing - Fri, 2 Jan 2009 02:01:16 -0800\n * Added ImageIO loading infrastructure for Mac OS X\n * Added UIImage loading infrastructure for iPhone / iPod Touch\n\n1.2.7:\nSam Lantinga - Sun Nov  2 15:08:27 PST 2008\n * Fixed buffer overflow in BMP loading code, discovered by j00ru//vx\nSam Lantinga - Fri Dec 28 08:34:54 PST 2007\n * Fixed buffer overflow in GIF loading code, discovered by Michael Skladnikiewicz\n\n1.2.6:\nSam lantinga - Wed Jul 18 00:30:32 PDT 2007\n * Improved detection of libjpeg, libpng, and libtiff at configure time\n * PNG and TIFF images are correctly identified even if dynamic libraries\n   to load them aren't available.\n * Fixed loading of TIFF images using libtiff 3.6\nSam Lantinga - Thu Jul 5 07:52:35 2007\n * Fixed static linking with libjpeg\nMichael Koch - Tue Feb 13 10:09:17 2007\n * Fixed crash in IMG_ReadXPMFromArray()\n\n1.2.5:\nMaurizio Monge - Sun May 14 13:57:32 PDT 2006\n * Fixed loading BMP palettes at unusual offsets\nSam Lantinga - Thu May 11 21:51:19 PDT 2006\n * Added support for dynamically loading libjpeg, libpng, and libtiff.\nSam Lantinga - Sun Apr 30 01:48:40 PDT 2006\n * Added gcc-fat.sh for generating Universal binaries on Mac OS X\n * Updated libtool support to version 1.5.22\nSam Lantinga - Sat Feb  4 15:17:44 PST 2006\n * Added support for XV thumbnail images\nGautier Portet - Fri, 19 Mar 2004 17:35:12 +0100\n * Added support for 32-bit BMP files with alpha\n\n1.2.4:\nPierre G. Richard - Fri, 30 Jul 2004 11:13:11 +0000 (UTC)\n * Added support for RLE encoded BMP files\nMarc Le Douarain - Fri, 26 Dec 2003 18:23:42 +0100\n * Added EHB and HAM mode support to the ILBM loader\nSam Lantinga - Wed Nov 19 00:23:44 PST 2003\n * Updated libtool support for new mingw32 DLL build process\nHolger Schemel - Mon, 04 Aug 2003 21:50:52 +0200\n * Fixed crash loading certain PCX images\nKyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500\n * Added .la files to the development RPM, fixing RPM build on RedHat 8\n\n1.2.3:\nRyan C. Gordon - Sat, 8 Feb 2003 09:36:33 -0500\n * Fixed memory leak with non-seekable SDL_RWops\nMarc Le Douarain - Sun, 22 Dec 2002 22:59:51 +0100\n * Added 24-bit support to the ILBM format loader\nSam Lantinga - Sun Oct 20 20:55:46 PDT 2002\n * Added shared library support for MacOS X\nPete Shinners - Thu Jun 20 10:05:54 PDT 2002\n * The JPEG loader can now load EXIF format JPEG images\nDag-Erling Smorgrav - Thu May  2 19:09:48 PDT 2002\n * The XCF loader now ignores invisible layers and channels\n\n1.2.2:\nSam Lantinga - Sat Apr 13 07:49:47 PDT 2002\n * Updated autogen.sh for new versions of automake\n * Specify the SDL API calling convention (C by default)\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_image/COPYING.txt",
    "content": "/*\n  SDL_image:  An example image loading library for use with SDL\n  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_image/README.txt",
    "content": "\nSDL_image 2.0\n\nThe latest version of this library is available from:\nhttp://www.libsdl.org/projects/SDL_image/\n\nThis is a simple library to load images of various formats as SDL surfaces.\nThis library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG,\nTGA, and TIFF formats.\n\nAPI:\n#include \"SDL_image.h\"\n\n\tSDL_Surface *IMG_Load(const char *file);\nor\n\tSDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);\nor\n\tSDL_Surface *IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, char *type);\n\nwhere type is a string specifying the format (i.e. \"PNG\" or \"pcx\").\nNote that IMG_Load_RW cannot load TGA images.\n\nTo create a surface from an XPM image included in C source, use:\n\n\tSDL_Surface *IMG_ReadXPMFromArray(char **xpm);\n\nAn example program 'showimage' is included, with source in showimage.c\n\nJPEG support requires the JPEG library: http://www.ijg.org/\nPNG support requires the PNG library: http://www.libpng.org/pub/png/libpng.html\n    and the Zlib library: http://www.gzip.org/zlib/\nTIFF support requires the TIFF library: ftp://ftp.sgi.com/graphics/tiff/\n\nIf you have these libraries installed in non-standard places, you can\ntry adding those paths to the configure script, e.g.\nsh ./configure CPPFLAGS=\"-I/somewhere/include\" LDFLAGS=\"-L/somewhere/lib\"\nIf this works, you may need to add /somewhere/lib to your LD_LIBRARY_PATH\nso shared library loading works correctly.\n\nThis library is under the zlib License, see the file \"COPYING.txt\" for details.\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_image/include/SDL_image.h",
    "content": "/*\n  SDL_image:  An example image loading library for use with SDL\n  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/* A simple library to load images of various formats as SDL surfaces */\n\n#ifndef _SDL_IMAGE_H\n#define _SDL_IMAGE_H\n\n#include \"SDL.h\"\n#include \"SDL_version.h\"\n#include \"begin_code.h\"\n\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Printable format: \"%d.%d.%d\", MAJOR, MINOR, PATCHLEVEL\n*/\n#define SDL_IMAGE_MAJOR_VERSION 2\n#define SDL_IMAGE_MINOR_VERSION 0\n#define SDL_IMAGE_PATCHLEVEL    0\n\n/* This macro can be used to fill a version structure with the compile-time\n * version of the SDL_image library.\n */\n#define SDL_IMAGE_VERSION(X)                        \\\n{                                                   \\\n    (X)->major = SDL_IMAGE_MAJOR_VERSION;           \\\n    (X)->minor = SDL_IMAGE_MINOR_VERSION;           \\\n    (X)->patch = SDL_IMAGE_PATCHLEVEL;              \\\n}\n\n/* This function gets the version of the dynamically linked SDL_image library.\n   it should NOT be used to fill a version structure, instead you should\n   use the SDL_IMAGE_VERSION() macro.\n */\nextern DECLSPEC const SDL_version * SDLCALL IMG_Linked_Version(void);\n\ntypedef enum\n{\n    IMG_INIT_JPG = 0x00000001,\n    IMG_INIT_PNG = 0x00000002,\n    IMG_INIT_TIF = 0x00000004,\n    IMG_INIT_WEBP = 0x00000008\n} IMG_InitFlags;\n\n/* Loads dynamic libraries and prepares them for use.  Flags should be\n   one or more flags from IMG_InitFlags OR'd together.\n   It returns the flags successfully initialized, or 0 on failure.\n */\nextern DECLSPEC int SDLCALL IMG_Init(int flags);\n\n/* Unloads libraries loaded with IMG_Init */\nextern DECLSPEC void SDLCALL IMG_Quit(void);\n\n/* Load an image from an SDL data source.\n   The 'type' may be one of: \"BMP\", \"GIF\", \"PNG\", etc.\n\n   If the image format supports a transparent pixel, SDL will set the\n   colorkey for the surface.  You can enable RLE acceleration on the\n   surface afterwards by calling:\n    SDL_SetColorKey(image, SDL_RLEACCEL, image->format->colorkey);\n */\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, const char *type);\n/* Convenience functions */\nextern DECLSPEC SDL_Surface * SDLCALL IMG_Load(const char *file);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);\n\n#if SDL_VERSION_ATLEAST(2,0,0)\n/* Load an image directly into a render texture.\n */\nextern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture(SDL_Renderer *renderer, const char *file);\nextern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc);\nextern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTextureTyped_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc, const char *type);\n#endif /* SDL 2.0 */\n\n/* Functions to detect a file type, given a seekable source */\nextern DECLSPEC int SDLCALL IMG_isICO(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isCUR(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isBMP(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isGIF(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isJPG(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isLBM(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isPCX(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isPNG(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isPNM(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isTIF(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isXCF(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isXPM(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isXV(SDL_RWops *src);\nextern DECLSPEC int SDLCALL IMG_isWEBP(SDL_RWops *src);\n\n/* Individual loading functions */\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadICO_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadCUR_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadBMP_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadGIF_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadJPG_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadLBM_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPCX_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPNG_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPNM_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTGA_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTIF_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXCF_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXPM_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXV_RW(SDL_RWops *src);\nextern DECLSPEC SDL_Surface * SDLCALL IMG_LoadWEBP_RW(SDL_RWops *src);\n\nextern DECLSPEC SDL_Surface * SDLCALL IMG_ReadXPMFromArray(char **xpm);\n\n/* Individual saving functions */\nextern DECLSPEC int SDLCALL IMG_SavePNG(SDL_Surface *surface, const char *file);\nextern DECLSPEC int SDLCALL IMG_SavePNG_RW(SDL_Surface *surface, SDL_RWops *dst, int freedst);\n\n/* We'll use SDL for reporting errors */\n#define IMG_SetError    SDL_SetError\n#define IMG_GetError    SDL_GetError\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_IMAGE_H */\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_ttf/CHANGES.txt",
    "content": "2.0.12:\nSam Lantinga - Sat Jun  1 19:11:26 PDT 2013\n * Updated for SDL 2.0 release\n\n2.0.11:\nSam Lantinga - Sat Dec 31 10:49:42 EST 2011\n * SDL_ttf is now under the zlib license\nPeter Kosyh - Mon Feb 28 14:57:03 PST 2011\n * Improved font glyph caching for non-latin languages\nErik Snoek - Wed Jan 12 09:10:15 PST 2011\n * Added API to get kerning info: TTF_GetFontKerningSize()\nSam Lantinga - Mon Jan 10 10:58:34 2011 -0800\n * Added Android.mk to build on the Android platform\n\n2.0.10:\nAdam Strzelecki - Wed Oct 21 21:02:37 PDT 2009\n * Find the Unicode or symbol character map if it's available in the font\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_ttf/COPYING.txt",
    "content": "/*\n  SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts\n  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_ttf/README.txt",
    "content": "\nThis library is a wrapper around the excellent FreeType 2.0 library,\navailable at:\n\thttp://www.freetype.org/\n\nThis library allows you to use TrueType fonts to render text in SDL\napplications.\n\nTo make the library, first install the FreeType library, then type\n'./configure' then 'make' to build the SDL truetype library and the\nshowfont and glfont example applications.\n\nBe careful when including fonts with your application, as many of them\nare copyrighted.  The Microsoft fonts, for example, are not freely \nredistributable and even the free \"web\" fonts they provide are only \nredistributable in their special executable installer form (May 1998).\nThere are plenty of freeware and shareware fonts available on the Internet\nthough, and may suit your purposes.\n\nThis library is under the zlib license, see the file \"COPYING.txt\" for details.\n\nPortions of this software are copyright © 2013 The FreeType Project (www.freetype.org).  All rights reserved.\n\nEnjoy!\n\t-Sam Lantinga <slouken@libsdl.org>\t\t(6/20/2001)\n"
  },
  {
    "path": "simulator/platform/win32/third_party/SDL2_ttf/include/SDL_ttf.h",
    "content": "/*\n  SDL_ttf:  A companion library to SDL for working with TrueType (tm) fonts\n  Copyright (C) 2001-2013 Sam Lantinga <slouken@libsdl.org>\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n*/\n\n/* This library is a wrapper around the excellent FreeType 2.0 library,\n   available at:\n    http://www.freetype.org/\n*/\n\n#ifndef _SDL_TTF_H\n#define _SDL_TTF_H\n\n#include \"SDL.h\"\n#include \"begin_code.h\"\n\n/* Set up for C function definitions, even when using C++ */\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n/* Printable format: \"%d.%d.%d\", MAJOR, MINOR, PATCHLEVEL\n*/\n#define SDL_TTF_MAJOR_VERSION   2\n#define SDL_TTF_MINOR_VERSION   0\n#define SDL_TTF_PATCHLEVEL      12\n\n/* This macro can be used to fill a version structure with the compile-time\n * version of the SDL_ttf library.\n */\n#define SDL_TTF_VERSION(X)                          \\\n{                                                   \\\n    (X)->major = SDL_TTF_MAJOR_VERSION;             \\\n    (X)->minor = SDL_TTF_MINOR_VERSION;             \\\n    (X)->patch = SDL_TTF_PATCHLEVEL;                \\\n}\n\n/* Backwards compatibility */\n#define TTF_MAJOR_VERSION   SDL_TTF_MAJOR_VERSION\n#define TTF_MINOR_VERSION   SDL_TTF_MINOR_VERSION\n#define TTF_PATCHLEVEL      SDL_TTF_PATCHLEVEL\n#define TTF_VERSION(X)      SDL_TTF_VERSION(X)\n\n/* This function gets the version of the dynamically linked SDL_ttf library.\n   it should NOT be used to fill a version structure, instead you should\n   use the SDL_TTF_VERSION() macro.\n */\nextern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);\n\n/* ZERO WIDTH NO-BREAKSPACE (Unicode byte order mark) */\n#define UNICODE_BOM_NATIVE  0xFEFF\n#define UNICODE_BOM_SWAPPED 0xFFFE\n\n/* This function tells the library whether UNICODE text is generally\n   byteswapped.  A UNICODE BOM character in a string will override\n   this setting for the remainder of that string.\n*/\nextern DECLSPEC void SDLCALL TTF_ByteSwappedUNICODE(int swapped);\n\n/* The internal structure containing font information */\ntypedef struct _TTF_Font TTF_Font;\n\n/* Initialize the TTF engine - returns 0 if successful, -1 on error */\nextern DECLSPEC int SDLCALL TTF_Init(void);\n\n/* Open a font file and create a font of the specified point size.\n * Some .fon fonts will have several sizes embedded in the file, so the\n * point size becomes the index of choosing which size.  If the value\n * is too high, the last indexed size will be the default. */\nextern DECLSPEC TTF_Font * SDLCALL TTF_OpenFont(const char *file, int ptsize);\nextern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndex(const char *file, int ptsize, long index);\nextern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontRW(SDL_RWops *src, int freesrc, int ptsize);\nextern DECLSPEC TTF_Font * SDLCALL TTF_OpenFontIndexRW(SDL_RWops *src, int freesrc, int ptsize, long index);\n\n/* Set and retrieve the font style */\n#define TTF_STYLE_NORMAL        0x00\n#define TTF_STYLE_BOLD          0x01\n#define TTF_STYLE_ITALIC        0x02\n#define TTF_STYLE_UNDERLINE     0x04\n#define TTF_STYLE_STRIKETHROUGH 0x08\nextern DECLSPEC int SDLCALL TTF_GetFontStyle(const TTF_Font *font);\nextern DECLSPEC void SDLCALL TTF_SetFontStyle(TTF_Font *font, int style);\nextern DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);\nextern DECLSPEC void SDLCALL TTF_SetFontOutline(TTF_Font *font, int outline);\n\n/* Set and retrieve FreeType hinter settings */\n#define TTF_HINTING_NORMAL    0\n#define TTF_HINTING_LIGHT     1\n#define TTF_HINTING_MONO      2\n#define TTF_HINTING_NONE      3\nextern DECLSPEC int SDLCALL TTF_GetFontHinting(const TTF_Font *font);\nextern DECLSPEC void SDLCALL TTF_SetFontHinting(TTF_Font *font, int hinting);\n\n/* Get the total height of the font - usually equal to point size */\nextern DECLSPEC int SDLCALL TTF_FontHeight(const TTF_Font *font);\n\n/* Get the offset from the baseline to the top of the font\n   This is a positive value, relative to the baseline.\n */\nextern DECLSPEC int SDLCALL TTF_FontAscent(const TTF_Font *font);\n\n/* Get the offset from the baseline to the bottom of the font\n   This is a negative value, relative to the baseline.\n */\nextern DECLSPEC int SDLCALL TTF_FontDescent(const TTF_Font *font);\n\n/* Get the recommended spacing between lines of text for this font */\nextern DECLSPEC int SDLCALL TTF_FontLineSkip(const TTF_Font *font);\n\n/* Get/Set whether or not kerning is allowed for this font */\nextern DECLSPEC int SDLCALL TTF_GetFontKerning(const TTF_Font *font);\nextern DECLSPEC void SDLCALL TTF_SetFontKerning(TTF_Font *font, int allowed);\n\n/* Get the number of faces of the font */\nextern DECLSPEC long SDLCALL TTF_FontFaces(const TTF_Font *font);\n\n/* Get the font face attributes, if any */\nextern DECLSPEC int SDLCALL TTF_FontFaceIsFixedWidth(const TTF_Font *font);\nextern DECLSPEC char * SDLCALL TTF_FontFaceFamilyName(const TTF_Font *font);\nextern DECLSPEC char * SDLCALL TTF_FontFaceStyleName(const TTF_Font *font);\n\n/* Check wether a glyph is provided by the font or not */\nextern DECLSPEC int SDLCALL TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch);\n\n/* Get the metrics (dimensions) of a glyph\n   To understand what these metrics mean, here is a useful link:\n    http://freetype.sourceforge.net/freetype2/docs/tutorial/step2.html\n */\nextern DECLSPEC int SDLCALL TTF_GlyphMetrics(TTF_Font *font, Uint16 ch,\n                     int *minx, int *maxx,\n                                     int *miny, int *maxy, int *advance);\n\n/* Get the dimensions of a rendered string of text */\nextern DECLSPEC int SDLCALL TTF_SizeText(TTF_Font *font, const char *text, int *w, int *h);\nextern DECLSPEC int SDLCALL TTF_SizeUTF8(TTF_Font *font, const char *text, int *w, int *h);\nextern DECLSPEC int SDLCALL TTF_SizeUNICODE(TTF_Font *font, const Uint16 *text, int *w, int *h);\n\n/* Create an 8-bit palettized surface and render the given text at\n   fast quality with the given font and color.  The 0 pixel is the\n   colorkey, giving a transparent background, and the 1 pixel is set\n   to the text color.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_Solid(TTF_Font *font,\n                const char *text, SDL_Color fg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUTF8_Solid(TTF_Font *font,\n                const char *text, SDL_Color fg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUNICODE_Solid(TTF_Font *font,\n                const Uint16 *text, SDL_Color fg);\n\n/* Create an 8-bit palettized surface and render the given glyph at\n   fast quality with the given font and color.  The 0 pixel is the\n   colorkey, giving a transparent background, and the 1 pixel is set\n   to the text color.  The glyph is rendered without any padding or\n   centering in the X direction, and aligned normally in the Y direction.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderGlyph_Solid(TTF_Font *font,\n                    Uint16 ch, SDL_Color fg);\n\n/* Create an 8-bit palettized surface and render the given text at\n   high quality with the given font and colors.  The 0 pixel is background,\n   while other pixels have varying degrees of the foreground color.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_Shaded(TTF_Font *font,\n                const char *text, SDL_Color fg, SDL_Color bg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUTF8_Shaded(TTF_Font *font,\n                const char *text, SDL_Color fg, SDL_Color bg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUNICODE_Shaded(TTF_Font *font,\n                const Uint16 *text, SDL_Color fg, SDL_Color bg);\n\n/* Create an 8-bit palettized surface and render the given glyph at\n   high quality with the given font and colors.  The 0 pixel is background,\n   while other pixels have varying degrees of the foreground color.\n   The glyph is rendered without any padding or centering in the X\n   direction, and aligned normally in the Y direction.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderGlyph_Shaded(TTF_Font *font,\n                Uint16 ch, SDL_Color fg, SDL_Color bg);\n\n/* Create a 32-bit ARGB surface and render the given text at high quality,\n   using alpha blending to dither the font with the given color.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_Blended(TTF_Font *font,\n                const char *text, SDL_Color fg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUTF8_Blended(TTF_Font *font,\n                const char *text, SDL_Color fg);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUNICODE_Blended(TTF_Font *font,\n                const Uint16 *text, SDL_Color fg);\n\n\n/* Create a 32-bit ARGB surface and render the given text at high quality,\n   using alpha blending to dither the font with the given color.\n   Text is wrapped to multiple lines on line endings and on word boundaries\n   if it extends beyond wrapLength in pixels.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_Blended_Wrapped(TTF_Font *font,\n                const char *text, SDL_Color fg, Uint32 wrapLength);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUTF8_Blended_Wrapped(TTF_Font *font,\n                const char *text, SDL_Color fg, Uint32 wrapLength);\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUNICODE_Blended_Wrapped(TTF_Font *font,\n                const Uint16 *text, SDL_Color fg, Uint32 wrapLength);\n\n/* Create a 32-bit ARGB surface and render the given glyph at high quality,\n   using alpha blending to dither the font with the given color.\n   The glyph is rendered without any padding or centering in the X\n   direction, and aligned normally in the Y direction.\n   This function returns the new surface, or NULL if there was an error.\n*/\nextern DECLSPEC SDL_Surface * SDLCALL TTF_RenderGlyph_Blended(TTF_Font *font,\n                        Uint16 ch, SDL_Color fg);\n\n/* For compatibility with previous versions, here are the old functions */\n#define TTF_RenderText(font, text, fg, bg)  \\\n    TTF_RenderText_Shaded(font, text, fg, bg)\n#define TTF_RenderUTF8(font, text, fg, bg)  \\\n    TTF_RenderUTF8_Shaded(font, text, fg, bg)\n#define TTF_RenderUNICODE(font, text, fg, bg)   \\\n    TTF_RenderUNICODE_Shaded(font, text, fg, bg)\n\n/* Close an opened font file */\nextern DECLSPEC void SDLCALL TTF_CloseFont(TTF_Font *font);\n\n/* De-initialize the TTF engine */\nextern DECLSPEC void SDLCALL TTF_Quit(void);\n\n/* Check if the TTF engine is initialized */\nextern DECLSPEC int SDLCALL TTF_WasInit(void);\n\n/* Get the kerning size of two glyphs */\nextern DECLSPEC int TTF_GetFontKerningSize(TTF_Font *font, int prev_index, int index);\n\n/* We'll use SDL for reporting errors */\n#define TTF_SetError    SDL_SetError\n#define TTF_GetError    SDL_GetError\n\n/* Ends C function definitions when using C++ */\n#ifdef __cplusplus\n}\n#endif\n#include \"close_code.h\"\n\n#endif /* _SDL_TTF_H */\n"
  },
  {
    "path": "simulator/readme.md",
    "content": "# Simulator\n\nHello, world!"
  },
  {
    "path": "simulator/src/arduino/Arduino.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include <stdint.h>\n#include <queue>\n\n#define F_CPU 80\ntypedef uint8_t byte;\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\n/// Arduino API simulation.\nnamespace arduino {\n\n#define LSBFIRST 0\n#define MSBFIRST 1\n\n#define INPUT 0x0\n#define OUTPUT 0x1\n#define INPUT_PULLUP 0x2\n\n#define HIGH 0x1\n#define LOW  0x0\n\n#define CHANGE 1\n#define FALLING 2\n#define RISING 3\n\n#define digitalPinToInterrupt(p) (p)\n\nstatic const uint8_t SS = 53;\nstatic const uint8_t MOSI = 51;\nstatic const uint8_t MISO = 50;\nstatic const uint8_t SCK = 52;\n\nvoid pinMode(uint8_t pin, uint8_t mode);\nint digitalRead(uint8_t pin);\nvoid digitalWrite(uint8_t pin, uint8_t state);\nint analogRead(uint8_t pin);\nvoid analogWrite(uint8_t pin, int state);\n\ntypedef void(*InterruptCallback)(void);\n\nvoid attachInterrupt(uint8_t, InterruptCallback, int mode);\nvoid detachInterrupt(uint8_t);\n\nvoid tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);\n\nuint32_t millis();\nuint32_t micros();\nvoid delay(uint32_t millis);\nvoid delayMicroseconds(uint32_t microseconds);\n\n/// Bare minimum implementation of the Arduino IPAddress class\nclass IPAddress {\n    friend class UARTClass;\n\nprivate:\n    union {\n        uint8_t bytes[4];  // IPv4 address\n        uint32_t dword;\n    } _address;\n\npublic:\n    operator uint32_t() const { return _address.dword; };\n};\n\n#define   US_MR_CHRL_8_BIT (0x3u << 6) // 8 bits\n\n#define   US_MR_NBSTOP_1_BIT (0x0u << 12) // 1 stop bit\n\n#define   UART_MR_PAR_EVEN  (0x0u << 9) // Even parity\n#define   UART_MR_PAR_ODD   (0x1u << 9) // Odd parity\n#define   UART_MR_PAR_SPACE (0x2u << 9) // Space: parity forced to 0\n#define   UART_MR_PAR_MARK  (0x3u << 9) // Mark: parity forced to 1\n#define   UART_MR_PAR_NO    (0x4u << 9) // No parity\n\n/// Bare minimum implementation of the Arduino Serial object\nclass UARTClass {\npublic:\n    enum UARTModes {\n      Mode_8N1 = US_MR_CHRL_8_BIT | US_MR_NBSTOP_1_BIT | UART_MR_PAR_NO,\n      Mode_8E1 = US_MR_CHRL_8_BIT | US_MR_NBSTOP_1_BIT | UART_MR_PAR_EVEN,\n      Mode_8O1 = US_MR_CHRL_8_BIT | US_MR_NBSTOP_1_BIT | UART_MR_PAR_ODD,\n      Mode_8M1 = US_MR_CHRL_8_BIT | US_MR_NBSTOP_1_BIT | UART_MR_PAR_MARK,\n      Mode_8S1 = US_MR_CHRL_8_BIT | US_MR_NBSTOP_1_BIT | UART_MR_PAR_SPACE\n    };\n\n    void begin(unsigned long baud, UARTModes config = Mode_8N1);\n    void end();\n    int write(const char *buffer, int size);\n    int print(const char *data);\n    int println(const char *data);\n    int print(int value);\n    int println(int value);\n    int print(float value, int numDigits);\n    int println(float value, int numDigits);\n    int println(IPAddress ipAddress);\n    operator bool() { return true; }\n    int available(void);\n    int read(void);\n    void flush(void);\n\n    void put(int ch);\n\nprivate:\n    std::queue<int> input;\n};\n\nextern UARTClass Serial;\nextern UARTClass SerialUSB;\n\n#define PROGMEM\n#define pgm_read_byte_near(address_short) (*(address_short))\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/SPI.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"Arduino.h\"\n\n#define SPI_CLOCK_DIV4 0x00\n#define SPI_CLOCK_DIV16 0x01\n#define SPI_CLOCK_DIV64 0x02\n#define SPI_CLOCK_DIV128 0x03\n#define SPI_CLOCK_DIV2 0x04\n#define SPI_CLOCK_DIV8 0x05\n#define SPI_CLOCK_DIV32 0x06\n\n#define SPI_MODE0 0x00\n#define SPI_MODE1 0x04\n#define SPI_MODE2 0x08\n#define SPI_MODE3 0x0C\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n/// Bare minimum implementation of the Arduino SPISettings class\nclass SPISettings {\npublic:\n    SPISettings(uint32_t clock, uint8_t bitOrder, uint8_t dataMode);\n};\n\n/// Bare minimum implementation of the Arduino SPI object\nclass SimulatorSPI {\npublic:\n    void begin();\n\n    void usingInterrupt(uint8_t interruptNumber);\n    void beginTransaction(SPISettings settings);\n    uint8_t transfer(uint8_t data);\n    void endTransaction(void);\n    void attachInterrupt();\n\n\tvoid setBitOrder(int _order);\n\tvoid setDataMode(uint8_t _mode);\n\tvoid setClockDivider(uint8_t _div);\n};\n\nextern SimulatorSPI SPI;\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/SdFat.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"SdFat.h\"\n#include \"util.h\"\n\n#include <time.h>\n\n#ifdef _WIN32\n\n#undef INPUT\n#undef OUTPUT\n\n#define WIN32_LEAN_AND_MEAN\n#include <Windows.h>\n#include <direct.h>\n#include <io.h>\n\n#else\n\n#include <dirent.h>\n#include <sys/stat.h> // mkdir\n#include <errno.h>\n#include <unistd.h>\n#include <sys/statvfs.h>\n\n#endif\n\n#if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)\n#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n////////////////////////////////////////////////////////////////////////////////\n\nstd::string getRealPath(const char *path) {\n    std::string realPath;\n    \n    realPath = \"sd_card\";\n\n    if (path[0]) {\n        if (path[0] != '/') {\n            realPath += \"/\";\n        }\n\n        realPath += path;\n    }\n\n    // remove trailing slash\n    if (realPath[realPath.size() - 1] == '/') {\n        realPath = realPath.substr(0, realPath.size()-1);\n    }\n\n    return getConfFilePath(realPath.c_str());\n}\n\nbool pathExists(const char *path) {\n    std::string realPath = getRealPath(path);\n    struct stat path_stat;   \n    int result = stat(realPath.c_str(), &path_stat);\n    return result == 0;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nclass FileImpl {\n    friend class File;\n    friend class SdFat;\n\npublic:\n    FileImpl();\n    FileImpl(const char *path, uint8_t mode = READ_ONLY);\n    ~FileImpl();\n\n    operator bool();\n    bool getName(char *name, size_t size);\n    uint32_t size();\n    bool isDirectory();\n\n    void close();\n\n    bool dirEntry(dir_t* dir);\n\n    void rewindDirectory();\n    File openNextFile(uint8_t mode = READ_ONLY);\n\n    bool truncate(uint32_t length);\n\n    bool available();\n    bool seek(uint32_t pos);\n    int peek();\n    int read();\n    int read(void *buf, uint16_t nbyte);\n    size_t write(const uint8_t *buf, size_t size);\n\tvoid sync();\n\n    void print(float value, int numDecimalDigits);\n    void print(char value);\n\nprivate:\n    int m_refCount;\n    std::string m_path;\n    uint8_t m_mode;\n    FILE *m_fp;\n\n#ifdef _WIN32\n    void *m_hFind;\n#else\n    void *m_dp;\n#endif\n\n    void ref();\n    void unref();\n\n    void init();\n    void open();\n    std::string getRealPath();\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nFileImpl::FileImpl() {\n    init();\n}\n\nFileImpl::FileImpl(const char *path, uint8_t mode)\n    : m_path(path)\n    , m_mode(mode)\n{\n    init();\n}\n\nvoid FileImpl::init() {\n    m_refCount = 0;\n    m_fp = NULL;\n#ifdef _WIN32\n    m_hFind = INVALID_HANDLE_VALUE;\n#else\n    m_dp = 0;\n#endif\n}\n\nvoid FileImpl::open() {\n    if (m_mode == FILE_WRITE) {\n        m_fp = fopen(getRealPath().c_str(), \"ab\");\n    } else {\n        m_fp = fopen(getRealPath().c_str(), \"rb\");\n    }\n}\n\nvoid FileImpl::ref() {\n    ++m_refCount;\n}\n\nvoid FileImpl::unref() {\n    --m_refCount;\n    if (m_refCount == 0) {\n        delete this;\n    }\n}\n\nFileImpl::~FileImpl() {\n    close();\n}\n\nstd::string FileImpl::getRealPath() {\n    return ::getRealPath(m_path.c_str());\n}\n\nFileImpl::operator bool() {\n    if (m_fp) {\n        return true;\n    }\n\n    if (m_path.length() == 0) {\n        return false;\n    }\n\n    return pathExists(m_path.c_str());\n}\n\nbool FileImpl::getName(char *name, size_t size) {\n    strncpy(name, strrchr(m_path.c_str(), '/'), size);\n    name[size] = 0;\n    return true;\n}\n\nuint32_t FileImpl::size() {\n    FILE *fp = fopen(getRealPath().c_str(), \"rb\");\n    if (!fp) {\n        return 0;\n    }\n    \n    fseek(fp, 0, SEEK_END);\n\n    uint32_t size = ftell(fp);\n\n    fclose(fp);\n\n    return size;\n}\n\nbool FileImpl::isDirectory() {\n    struct stat path_stat;\n    if (stat(getRealPath().c_str(), &path_stat) != 0) {\n        return false;\n    }\n    return !S_ISREG(path_stat.st_mode);\n}\n\nvoid FileImpl::close() {\n    if (m_fp) {\n        fclose(m_fp);\n        m_fp = NULL;\n    }\n\n#ifdef _WIN32\n    if (m_hFind != INVALID_HANDLE_VALUE) {\n        FindClose(m_hFind);\n        m_hFind = INVALID_HANDLE_VALUE;\n    }\n#else\n    if (m_dp) {\n        closedir((DIR *)m_dp);\n        m_dp = 0;\n    }\n#endif\n    m_path = \"\";\n}\n\nbool FileImpl::dirEntry(dir_t* dir) {\n    time_t mtime;\n\n#ifdef _WIN32\n    HANDLE hFile = CreateFileA(getRealPath().c_str(), GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);\n    if (hFile == INVALID_HANDLE_VALUE) {\n        return false;\n    }\n\n    FILETIME lastWriteTime;\n    BOOL result = GetFileTime(hFile, NULL, NULL, &lastWriteTime);\n\n    CloseHandle(hFile);\n\n    if (!result) {\n        return false;\n    }\n\n    ULARGE_INTEGER ull;\n\n    ull.LowPart = lastWriteTime.dwLowDateTime;\n    ull.HighPart = lastWriteTime.dwHighDateTime;\n\n    mtime = ull.QuadPart / 10000000ULL - 11644473600ULL;\n#else\n    struct stat st = {0};\n    int ret = lstat(getRealPath().c_str(), &st);\n    if (ret == -1) {\n        return false;\n    }\n    \n    mtime = st.st_mtime;\n#endif\n\n    struct tm *tmmtime = gmtime(&mtime);\n\n    dir->lastWriteDate = FAT_DATE(tmmtime->tm_year + 1900, tmmtime->tm_mon + 1, tmmtime->tm_mday);\n    dir->lastWriteTime = FAT_TIME(tmmtime->tm_hour, tmmtime->tm_min, tmmtime->tm_sec);\n\n    return true;\n}\n\nvoid FileImpl::rewindDirectory() {\n#ifdef _WIN32\n    if (m_hFind != INVALID_HANDLE_VALUE) {\n        FindClose(m_hFind);\n        m_hFind = INVALID_HANDLE_VALUE;\n    }\n#else\n    if (m_dp) {\n        closedir((DIR *)m_dp);\n    }\n    m_dp = opendir(getRealPath().c_str());\n#endif\n}\n\nFile FileImpl::openNextFile(uint8_t mode) {\n    const char *name;\n#ifdef _WIN32\n    WIN32_FIND_DATAA ffd;\n    if (m_hFind == INVALID_HANDLE_VALUE) {\n        std::string path = getRealPath() + \"\\\\*.*\";\n        m_hFind = FindFirstFileA(path.c_str(), &ffd);\n        if (m_hFind == INVALID_HANDLE_VALUE) {\n            return File();\n        }\n    } else {\n        if (!FindNextFileA(m_hFind, &ffd)) {\n            FindClose(m_hFind);\n            m_hFind = INVALID_HANDLE_VALUE;\n            return File();\n        }\n    }\n    name = ffd.cFileName;\n#else\n    if (!m_dp) {\n        return File();\n    }\n\n    struct dirent *ep = readdir((DIR *)m_dp);\n    if (!ep) {\n        closedir((DIR *)m_dp);\n        m_dp = 0;\n        return File();\n    }\n    name = ep->d_name;\n#endif\n\n    if (strcmp(name, \".\") == 0 || strcmp(name, \"..\") == 0) {\n        return openNextFile(mode);\n    }\n\n    return File((m_path + '/' + name).c_str(), mode);\n}\n\nbool FileImpl::seek(uint32_t pos) {\n    return fseek(m_fp, pos, SEEK_SET) == 0;\n}\n\nbool FileImpl::truncate(uint32_t length) {\n#ifdef _WIN32\n    return _chsize(_fileno(m_fp), length) == 0;\n#else\n    return ftruncate(fileno(m_fp), length) == 0;\n#endif\n}\n\nbool FileImpl::available() {\n    return peek() != EOF;\n}\n\nint FileImpl::peek() {\n    int c = getc(m_fp);\n\n    if (c == EOF) {\n        return EOF;\n    }\n\n    ungetc(c, m_fp);\n\n    return c;\n}\n\nint FileImpl::read() {\n    return getc(m_fp);\n}\n\nint FileImpl::read(void *buf, uint16_t nbyte) {\n    return fread(buf, 1, nbyte, m_fp);\n}\n\nsize_t FileImpl::write(const uint8_t *buf, size_t size) {\n    return fwrite(buf, 1, size, m_fp);\n}\n\nvoid FileImpl::sync() {\n\tfflush(m_fp);\n}\n\n\nvoid FileImpl::print(float value, int numDecimalDigits) {\n    fprintf(m_fp, \"%.*f\", numDecimalDigits, value);\n}\n\nvoid FileImpl::print(char value) {\n    fputc(value, m_fp);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nFile::File() {\n    m_impl = new FileImpl();\n    m_impl->ref();\n}\n\nFile::File(const char *path, uint8_t mode) {\n    m_impl = new FileImpl(path, mode);\n    m_impl->ref();\n}\n\nFile::File(const File &file) {\n    m_impl = file.m_impl;\n    m_impl->ref();\n}\n\nFile &File::operator =(const File &file) {\n    if (m_impl) m_impl->unref();\n    m_impl = file.m_impl;\n    m_impl->ref();\n    return *this;\n}\n\nFile::~File() {\n    m_impl->unref();\n}\n\nvoid File::close() {\n    return m_impl->close();\n}\n\nvoid File::dateTimeCallback(void (*dateTime)(uint16_t* date, uint16_t* time)) {\n}\n\nbool File::dirEntry(dir_t* dir) {\n    return m_impl->dirEntry(dir);\n}\n\nFile::operator bool() {\n    return m_impl->operator bool();\n}\n\nbool File::getName(char *name, size_t size) {\n    return m_impl->getName(name, size);\n}\n\nuint32_t File::size() {\n    return m_impl->size();\n}\n\nbool File::isDirectory() {\n    return m_impl->isDirectory();\n}\n\nvoid File::rewindDirectory() {\n    m_impl->rewindDirectory();\n}\n\nFile File::openNextFile(uint8_t mode) {\n    return m_impl->openNextFile(mode);\n}\n\nbool File::truncate(uint32_t length) {\n    return m_impl->truncate(length);\n}\n\nbool File::available() {\n    return m_impl->available();\n}\n\nbool File::seek(uint32_t pos) {\n    return m_impl->seek(pos);\n}\n\nint File::peek() {\n    return m_impl->peek();\n}\n\nint File::read() {\n    return m_impl->read();\n}\n\nint File::read(void *buf, uint16_t nbyte) {\n    return m_impl->read(buf, nbyte);\n}\n\nsize_t File::write(const uint8_t *buf, size_t size) {\n    return m_impl->write(buf, size);\n}\n\nvoid File::sync() {\n\treturn m_impl->sync();\n}\n\nvoid File::print(float value, int numDecimalDigits) {\n    m_impl->print(value, numDecimalDigits);\n}\n\nvoid File::print(char value) {\n    m_impl->print(value);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nbool SdFat::begin(uint8_t cs, SPISettings spiSettings) {\n#ifdef EEZ_PSU_SIMULATOR\n    // make sure SD card root path exists\n    mkdir(\"/\");\n#endif\n    return File(\"/\");\n}\n\nFile SdFat::open(const char *path, uint8_t mode) {\n    File file(path, mode);\n    file.m_impl->open();\n    return file;\n}\n\nbool SdFat::exists(const char *path) {\n    return pathExists(path);\n}\n\nbool SdFat::rename(const char *sourcePath, const char *destinationPath) {\n    std::string realSourcePath = getRealPath(sourcePath);\n    std::string realDestinationPath = getRealPath(destinationPath);\n    return ::rename(realSourcePath.c_str(), realDestinationPath.c_str()) == 0;\n}\n\nbool SdFat::remove(const char *path) {\n    std::string realPath = getRealPath(path);\n    return ::remove(realPath.c_str()) == 0;\n}\n\nbool SdFat::mkdir(const char *path) {\n    if (pathExists(path)) {\n        return true;\n    }\n\n    char parentDir[205];\n    util::getParentDir(path, parentDir);\n\n    if (parentDir[0]) {\n        if (!mkdir(parentDir)) {\n            return false;\n        }\n    }\n\n    std::string realPath = getRealPath(path);\n\n    int result;\n#ifdef _WIN32\n    result = ::_mkdir(realPath.c_str());\n#else\n    result = ::mkdir(realPath.c_str(), 0700);\n#endif\n    return result == 0 || result == EEXIST;\n}\n\nbool SdFat::rmdir(const char *path) {\n    std::string realPath = getRealPath(path);\n#ifdef _WIN32\n    int result = ::_rmdir(realPath.c_str());\n#else\n    int result = ::rmdir(realPath.c_str());\n#endif\n    return result == 0;\n}\n\nbool SdFat::getInfo(uint64_t &usedSpace, uint64_t &freeSpace) {\n#ifdef _WIN32\n    DWORD sectorsPerCluster, bytesPerSector, numberOfFreeClusters, totalNumberOfClusters;\n    GetDiskFreeSpaceA(getRealPath(\"\").c_str(), &sectorsPerCluster, &bytesPerSector, &numberOfFreeClusters, &totalNumberOfClusters);\n    usedSpace = uint64_t(bytesPerSector) * sectorsPerCluster * (totalNumberOfClusters - numberOfFreeClusters);\n    freeSpace = uint64_t(bytesPerSector) * sectorsPerCluster * numberOfFreeClusters;\n    return true;\n#else\n    struct statvfs buf;\n    statvfs(getRealPath(\"\").c_str(), &buf);\n    usedSpace = uint64_t(buf.f_bsize) * (buf.f_blocks - buf.f_bfree);\n    freeSpace = uint64_t(buf.f_bsize) * buf.f_bfree;\n    return true;\n#endif\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/SdFat.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include <string>\n\n#define SD_SCK_HZ(maxSpeed) SPISettings(maxSpeed, MSBFIRST, SPI_MODE0)\n#define SD_SCK_MHZ(maxMhz) SPISettings(1000000UL*maxMhz, MSBFIRST, SPI_MODE0)\n// SPI divisor constants\n/** Set SCK to max rate of F_CPU/2. */\n#define SPI_FULL_SPEED SD_SCK_MHZ(50)\n/** Set SCK rate to F_CPU/3 for Due */\n#define SPI_DIV3_SPEED SD_SCK_HZ(F_CPU/3)\n/** Set SCK rate to F_CPU/4. */\n#define SPI_HALF_SPEED SD_SCK_HZ(F_CPU/4)\n/** Set SCK rate to F_CPU/6 for Due */\n#define SPI_DIV6_SPEED SD_SCK_HZ(F_CPU/6)\n/** Set SCK rate to F_CPU/8. */\n#define SPI_QUARTER_SPEED SD_SCK_HZ(F_CPU/8)\n/** Set SCK rate to F_CPU/16. */\n#define SPI_EIGHTH_SPEED SD_SCK_HZ(F_CPU/16)\n/** Set SCK rate to F_CPU/32. */\n#define SPI_SIXTEENTH_SPEED SD_SCK_HZ(F_CPU/32)\n\n#define FAT_DATE(year, month, day) ((((year) - 1980) << 9) | ((month) << 5) | (day))\n\n#define FAT_YEAR(date) (1980 + ((date) >> 9))\n#define FAT_MONTH(date) (((date) >> 5) & 0XF)\n#define FAT_DAY(date) ((date) & 0X1F)\n\n#define FAT_TIME(hour, minute, second) (((hour) << 11) | ((minute) << 5) | ((second) >> 1))\n\n#define FAT_HOUR(time) ((time) >> 11)\n#define FAT_MINUTE(time) (((time) >> 5) & 0X3F)\n#define FAT_SECOND(time) (2*((time) & 0X1F))\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n#define FILE_READ  1 // O_READ\n#define FILE_WRITE 2 // O_READ | O_WRITE | O_CREAT\n#define READ_ONLY  3 // O_RDONLY\n\nclass FileImpl;\n\nstruct dir_t {\n    uint16_t lastWriteTime;\n    uint16_t lastWriteDate;\n};\n\nclass File {\n    friend class SdFat;\n\npublic:\n    File();\n    File(const File &file);\n    File(const char *path, uint8_t mode = READ_ONLY);\n    File &operator=(const File &file);\n\n    ~File();\n    void close();\n\n    static void dateTimeCallback(void (*dateTime)(uint16_t* date, uint16_t* time));\n\n    bool dirEntry(dir_t* dir);\n\n    operator bool();\n    bool getName(char *name, size_t size);\n    uint32_t size();\n    bool isDirectory();\n\n    void rewindDirectory();\n    File openNextFile(uint8_t mode = READ_ONLY);\n\n    bool truncate(uint32_t length);\n\n    bool available();\n    bool seek(uint32_t pos);\n    int peek();\n    int read();\n    int read(void *buf, uint16_t nbyte);\n    size_t write(const uint8_t *buf, size_t size);\n\tvoid sync();\n\n    void print(float value, int numDecimalDigits);\n    void print(char value);\n\nprivate:\n    FileImpl *m_impl;\n};\n\nclass SdFat {\npublic:\n    bool begin(uint8_t cs, SPISettings spiSettings = SPI_FULL_SPEED);\n    File open(const char *path, uint8_t mode = FILE_READ);\n    bool exists(const char *path);\n    bool rename(const char *sourcePath, const char *destinationPath);\n    bool remove(const char *path);\n    bool mkdir(const char *path);\n    bool rmdir(const char *path);\n\n    bool getInfo(uint64_t &usedSpace, uint64_t &freeSpace);\n};\n\ntypedef File SdFile;\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/UTFT.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"UTFT.h\"\n#include \"arduino_util.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\nUTFT::UTFT(byte , int , int , int , int , int) {\n    P_CS = &CS;\n    disp_x_size = 239;\n    disp_y_size = 319;\n    buffer = new word[getDisplayXSize() * getDisplayYSize()];\n}\n\nUTFT::~UTFT() {\n    delete [] buffer;\n}\n\nvoid UTFT::InitLCD(byte orientation) {\n    orient = orientation;\n    clrXY();\n}\n\nvoid UTFT::setColor(byte r, byte g, byte b) {\n    // rrrrrggggggbbbbb\n    fch=((r&248)|g>>5);\n    fcl=((g&28)<<3|b>>3);\n}\n\nvoid UTFT::setColor(word color) {\n    fch=byte(color>>8);\n    fcl=byte(color & 0xFF);\n}\n\nword UTFT::getColor() {\n    return (fch<<8) | fcl;\n}\n\nvoid UTFT::setBackColor(byte r, byte g, byte b) {\n    bch=((r&248)|g>>5);\n    bcl=((g&28)<<3|b>>3);\n}\n\nvoid UTFT::setBackColor(word color) {\n    bch = byte(color>>8);\n    bcl = byte(color & 0xFF);\n}\n\nword UTFT::getBackColor() {\n    return (bch<<8) | bcl;\n}\n\nvoid UTFT::setContrast(char c) {\n}\n\nint UTFT::getDisplayXSize() {\n    return orient == PORTRAIT ? disp_x_size + 1 : disp_y_size + 1;\n}\n\nint UTFT::getDisplayYSize() {\n    return orient == PORTRAIT ? disp_y_size + 1 : disp_x_size + 1;\n}\n\nvoid UTFT::setBrightness(byte br) {\n}\n\nvoid UTFT::setPixel(word color) {\n    if (orient == PORTRAIT) {\n        if (x >= 0 && x < getDisplayXSize() && y >= 0 && y < getDisplayYSize()) {\n            *(buffer + y * getDisplayXSize() + x) = color;\n        }\n        if (++x > x2) {\n            x = x1;\n            if (++y > y2) {\n                y = y1;\n            }\n        }\n    } else {\n        if (x >= 0 && x < getDisplayXSize() && y >= 0 && y < getDisplayYSize()) {\n            *(buffer + y * getDisplayXSize() + x) = color;\n        }\n\n        if (--x < x1) {\n            x = x2;\n        }\n    }\n}\n\nvoid UTFT::setXY(word x1_, word y1_, word x2_, word y2_) {\n    x1 = x1_;\n    y1 = y1_;\n    x2 = x2_;\n    y2 = y2_;\n\n    if (orient == PORTRAIT) {\n        x = x1;\n        y = y1;\n    } else {\n        x = x2;\n        y = y1;\n    }\n}\n\nvoid UTFT::clrXY() {\n    if (orient == PORTRAIT) {\n        setXY(0, 0, disp_x_size, disp_y_size);\n    }\n    else {\n        setXY(0, 0, disp_y_size, disp_x_size);\n    }\n}\n\nvoid UTFT::clrScr() {\n    word *p = buffer;\n    word *end = buffer + getDisplayXSize() * getDisplayYSize();\n    while (p < end) {\n        *p++ = 0;\n    }\n}\n\nvoid UTFT::drawRect(int x1, int y1, int x2, int y2) {\n    drawHLine(x1, y1, x2 - x1);\n    drawHLine(x1, y2, x2 - x1);\n    drawVLine(x1, y1, y2 - y1);\n    drawVLine(x2, y1, y2 - y1);\n}\n\nvoid UTFT::fillRect(int x1, int y1, int x2, int y2) {\n    if (orient == PORTRAIT) {\n        setXY(x1, y1, x2, y2);\n        for (int i = 0; i < (x2 - x1 + 1) * (y2 - y1 + 1); ++i) {\n            setPixel((fch << 8) | fcl);\n        }\n    } else {\n        for (int iy = y1; iy <= y2; ++iy) {\n            setXY(x1, iy, x2, iy);\n            for (int ix = x2; ix >= x1; --ix) {\n                setPixel((fch << 8) | fcl);\n            }\n        }\n    }\n}\n\nvoid UTFT::drawHLine(int x, int y, int l) {\n    setXY(x, y, x + l, y);\n    for (int i = 0; i < l + 1; ++i) {\n        setPixel((fch << 8) | fcl);\n    }\n}\n\nvoid UTFT::drawVLine(int x, int y, int l) {\n    if (orient == PORTRAIT) {\n        setXY(x, y, x, y + l);\n        for (int i = 0; i < l + 1; ++i) {\n            setPixel((fch << 8) | fcl);\n        }\n    } else {\n        for (int i = 0; i < l +1 ; ++i) {\n            setXY(x, y + i, x, y + i);\n            setPixel((fch << 8) | fcl);\n        }\n    }\n}\n\nvoid UTFT::drawBitmap(int x, int y, int sx, int sy, bitmapdatatype data, int scale) {\n    if (orient == PORTRAIT) {\n        setXY(x, y, x + sx - 1, y + sy - 1);\n        for (int i = 0; i < sx * sy; ++i) {\n            unsigned char l = arduino_util::prog_read_byte(((uint8_t *)data) + 2 * i + 0);\n            unsigned char h = arduino_util::prog_read_byte(((uint8_t *)data) + 2 * i + 1);\n            setPixel((h << 8) + l);\n        }\n    } else {\n        for (int iy = 0; iy < sy; ++iy) {\n            setXY(x, y + iy, x + sx - 1, y + iy);\n            for (int ix = sx - 1; ix >= 0; --ix) {\n                unsigned char l = arduino_util::prog_read_byte(((uint8_t *)data) + 2 * (iy * sx + ix) + 0);\n                unsigned char h = arduino_util::prog_read_byte(((uint8_t *)data) + 2 * (iy * sx + ix) + 1);\n                setPixel((h << 8) + l);\n            }\n        }\n    }\n}\n\nvoid UTFT::drawPixel(int x, int y) {\n    setXY(x, y, x, y);\n    setPixel((fch << 8) | fcl);\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/UTFT.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n#define PORTRAIT 0\n#define LANDSCAPE 1\n\n#define ITDB32S         2   // SSD1289  (16bit)\n#define ITDB32S_V2      33  // ILI9341  (16bit)\n#define CTE32_R2        17\n\n//*********************************\n// COLORS\n//*********************************\n// VGA color palette\n#define VGA_BLACK        0x0000\n#define VGA_WHITE        0xFFFF\n#define VGA_RED            0xF800\n#define VGA_GREEN        0x0400\n#define VGA_BLUE        0x001F\n#define VGA_SILVER        0xC618\n#define VGA_GRAY        0x8410\n#define VGA_MAROON        0x8000\n#define VGA_YELLOW        0xFFE0\n#define VGA_OLIVE        0x8400\n#define VGA_LIME        0x07E0\n#define VGA_AQUA        0x07FF\n#define VGA_TEAL        0x0410\n#define VGA_NAVY        0x0010\n#define VGA_FUCHSIA        0xF81F\n#define VGA_PURPLE        0x8010\n\ntypedef uint16_t word;\ntypedef const unsigned short *bitmapdatatype PROGMEM;\ntypedef uint8_t regtype;\ntypedef uint8_t regsize;\n\nclass UTFT\n{\npublic:\n    UTFT(byte model, int RS, int WR, int CS, int RST, int SER=0);\n    ~UTFT();\n\n    void InitLCD(byte orientation=LANDSCAPE);\n    void clrScr();\n    void drawRect(int x1, int y1, int x2, int y2);\n    void fillRect(int x1, int y1, int x2, int y2);\n    void drawBitmap(int x, int y, int sx, int sy, bitmapdatatype data, int scale);\n    void setColor(byte r, byte g, byte b);\n    void setColor(word color);\n    word getColor();\n    void setBackColor(byte r, byte g, byte b);\n    void setBackColor(word color);\n    word getBackColor();\n    void setContrast(char c);\n    int  getDisplayXSize();\n    int  getDisplayYSize();\n    void setBrightness(byte br);\n\n/*\n    The functions and variables below should not normally be used.\n    They have been left publicly available for use in add-on libraries\n    that might need access to the lower level functions of UTFT.\n\n    Please note that these functions and variables are not documented\n    and I do not provide support on how to use them.\n*/\n    byte    fch, fcl, bch, bcl;\n    byte    orient;\n    int disp_x_size, disp_y_size;\n    regtype CS;\n    regtype *P_CS;\n    regsize B_CS;\n    word    x, y, x1, y1, x2, y2;\n    word    *buffer;\n\n    void setPixel(word color);\n    void setXY(word x1_, word y1_, word x2_, word y2_);\n    void clrXY();\n    void drawHLine(int x, int y, int l);\n    void drawVLine(int x, int y, int l);\n    void drawPixel(int x, int y);\n};\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;"
  },
  {
    "path": "simulator/src/arduino/arduino_impl.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"arduino_internal.h\"\n#include \"chips.h\"\n#include \"temp_sensor.h\"\n#include \"front_panel/control.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n////////////////////////////////////////////////////////////////////////////////\n\nint pins[NUM_PINS];\nInterruptCallback interrupt_callbacks[NUM_INTERRUPTS];\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid pinMode(uint8_t pin, uint8_t mode) {\n}\n\nint digitalRead(uint8_t pin) {\n    return pins[pin];\n}\n\nvoid digitalWrite(uint8_t pin, uint8_t state) {\n    pins[pin] = state;\n    chips::select(pin, state);\n    if (interrupt_callbacks[pin]) {\n        interrupt_callbacks[pin]();\n    }\n}\n\nfloat temp_sensor_cels_to_volt(float cels, float p1_volt, float p1_cels, float p2_volt, float p2_cels) {\n    return util::remap(cels, p1_cels, p1_volt, p2_cels, p2_volt);\n}\n\nint analogRead(uint8_t pin) {\n    for (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n        temp_sensor::TempSensor &tempSensor = temp_sensor::sensors[i];\n        if (tempSensor.installed && tempSensor.pin == pin) {\n            float cels = simulator::getTemperature(i);\n            int adc = (int)util::remap(cels, tempSensor.p1_cels, (float)tempSensor.p1_adc, tempSensor.p2_cels, (float)tempSensor.p2_adc);\n            return (int)util::clamp((float)adc, (float)temp_sensor::MIN_ADC, (float)temp_sensor::MAX_ADC);\n        }\n    }\n\n    return pins[pin];\n}\n\nvoid analogWrite(uint8_t pin, int state) {\n    pins[pin] = state;\n}\n\nvoid attachInterrupt(uint8_t interrupt_no, InterruptCallback interrupt_callback, int mode) {\n    interrupt_callbacks[interrupt_no] = interrupt_callback;\n}\n\nvoid detachInterrupt(uint8_t interrupt_no) {\n    interrupt_callbacks[interrupt_no] = 0;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nUARTClass Serial;\nUARTClass SerialUSB;\n\nvoid UARTClass::begin(unsigned long baud, UARTModes config) {\n}\n\nvoid UARTClass::end() {\n}\n\nint UARTClass::write(const char *buffer, int size) {\n    return fwrite(buffer, 1, size, stdout);\n}\n\nint UARTClass::print(const char *data) {\n    return write(data, strlen(data));\n}\n\nint UARTClass::println(const char *data) {\n    return printf(\"%s\\n\", data);\n}\n\nint UARTClass::print(int value) {\n    return printf(\"%d\", value);\n}\n\nint UARTClass::println(int value) {\n    return printf(\"%d\\n\", value);\n}\n\nint UARTClass::print(float value, int numDigits) {\n    // TODO numDigits\n    return printf(\"%f\", value);\n}\n\nint UARTClass::println(float value, int numDigits) {\n    // TODO numDigits\n    return printf(\"%f\\n\", value);\n}\n\nint UARTClass::println(IPAddress ipAddress) {\n    return printf(\"%d.%d.%d.%d\\n\",\n        ipAddress._address.bytes[0],\n        ipAddress._address.bytes[1],\n        ipAddress._address.bytes[2],\n        ipAddress._address.bytes[3]);\n}\n\nint UARTClass::available(void) {\n    return input.size();\n}\n\nint UARTClass::read(void) {\n    int ch = input.front();\n    input.pop();\n    return ch;\n}\n\nvoid UARTClass::put(int ch) {\n    input.push(ch);\n}\n\nvoid UARTClass::flush() {\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSPISettings::SPISettings(uint32_t clock, uint8_t bitOrder, uint8_t dataMode) {\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSimulatorSPI SPI;\n\nvoid SimulatorSPI::begin() {\n}\n\nvoid SimulatorSPI::usingInterrupt(uint8_t interruptNumber) {\n}\n\nvoid SimulatorSPI::beginTransaction(SPISettings settings) {\n}\n\nuint8_t SimulatorSPI::transfer(uint8_t data) {\n    return chips::transfer(data);\n}\n\nvoid SimulatorSPI::endTransaction(void) {\n}\n\nvoid SimulatorSPI::attachInterrupt() {\n}\n\nvoid SimulatorSPI::setBitOrder(int _order) {\n}\n\nvoid SimulatorSPI::setDataMode(uint8_t _mode) {\n}\n\nvoid SimulatorSPI::setClockDivider(uint8_t _div) {\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid tone(uint8_t _pin, unsigned int frequency, unsigned long duration) {\n    front_panel::beep(frequency, duration);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#ifdef _WIN32\n#undef INPUT\n#undef OUTPUT\n#include <Windows.h>\n#else\n#include <sys/time.h>\n#include <time.h>\n#endif\n\nuint32_t millis() {\n#ifdef _WIN32\n    return GetTickCount();\n#else\n    timeval tv;\n    gettimeofday(&tv, NULL);\n    uint64_t micros = tv.tv_sec*(uint64_t)1000000 + tv.tv_usec;\n    return (uint32_t)(micros / 1000);\n#endif\n}\n\nuint32_t micros() {\n#ifdef _WIN32\n    static bool firstTime = true;\n    static unsigned __int64 frequency;\n    static unsigned __int64 startTime;\n\n    if (firstTime) {\n        firstTime = false;\n        QueryPerformanceFrequency((LARGE_INTEGER*)&frequency);\n        QueryPerformanceCounter((LARGE_INTEGER *)&startTime);\n\n        return 0;\n    } else {\n        unsigned __int64 time;\n        QueryPerformanceCounter((LARGE_INTEGER *)&time);\n\n        unsigned __int64 diff = (time - startTime) * 1000000L / frequency;\n\n        return (uint32_t)(diff % 4294967296);\n    }\n\n#else\n    timeval tv;\n    gettimeofday(&tv, NULL);\n    uint64_t micros = tv.tv_sec*(uint64_t)1000000 + tv.tv_usec;\n    return (uint32_t)(micros % 4294967296);\n#endif\n}\n\nvoid delay(uint32_t millis) {\n    delayMicroseconds(millis * 1000);\n} \n\nvoid delayMicroseconds(uint32_t microseconds) {\n#ifdef _WIN32\n    Sleep(microseconds / 1000);\n#else\n    timespec ts;\n    ts.tv_sec = microseconds / 1000000;\n    ts.tv_nsec = (microseconds % 1000000) * 1000;\n    nanosleep(&ts, 0);\n#endif\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/arduino/arduino_internal.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#define NUM_PINS 256\n#define NUM_INTERRUPTS 256\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\nextern int pins[NUM_PINS];\nextern InterruptCallback interrupt_callbacks[NUM_INTERRUPTS];\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/chips/chips.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"chips.h\"\n#include \"arduino_internal.h\"\n#include \"datetime.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace chips {\n\n/// Instance of EEPROM chip (selected with EEPROM_SELECT LOW)\nEepromChip eeprom_chip;\n\n// Instance of RTC chip (selected with RTC_SELECT HIGH)\nRtcChip rtc_chip;\n\n// Instance of BP chip (selected with BP_SELECT LOW)\nBPChip bp_chip;\n\n// Instance of IOEXP chip for the CH1 (selected with IO_EXPANDER1 LOW)\nIOExpanderChip ioexp_chip1;\n\n// Instance of IOEXP chip for the CH2 (selected with IO_EXPANDER2 LOW)\nIOExpanderChip ioexp_chip2;\n\n// Instance of ADC chip for the CH1 (selected with ADC1_SELECT LOW)\nAnalogDigitalConverterChip adc_chip1(ioexp_chip1, CONVEND1);\n\n// Instance of ADC chip for the CH2 (selected with ADC2_SELECT LOW)\nAnalogDigitalConverterChip adc_chip2(ioexp_chip2, CONVEND2);\n\n// Instance of DAC chip for the CH1 (selected with DAC1_SELECT LOW)\nDigitalAnalogConverterChip dac_chip1(adc_chip1);\n\n// Instance of DAC chip for the CH2 (selected with DAC2_SELECT LOW)\nDigitalAnalogConverterChip dac_chip2(adc_chip2);\n\n/// Currently selected chip on SPI bus\nChip *selected_chip = 0;\n\nvoid select(int pin, int state) {\n    if (pin == EEPROM_SELECT) {\n        if (!state) {\n            selected_chip = &eeprom_chip;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &eeprom_chip) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == RTC_SELECT) {\n        if (state) {\n            selected_chip = &rtc_chip;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &rtc_chip) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == BP_SELECT) {\n        if (!state) {\n            selected_chip = &bp_chip;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &bp_chip) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == IO_EXPANDER1) {\n        if (!state) {\n            selected_chip = &ioexp_chip1;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &ioexp_chip1) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == IO_EXPANDER2) {\n        if (!state) {\n            selected_chip = &ioexp_chip2;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &ioexp_chip2) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == ADC1_SELECT) {\n        if (!state) {\n            selected_chip = &adc_chip1;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &adc_chip1) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == ADC2_SELECT) {\n        if (!state) {\n            selected_chip = &adc_chip2;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &adc_chip2) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == DAC1_SELECT) {\n        if (!state) {\n            selected_chip = &dac_chip1;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &dac_chip1) {\n                selected_chip = 0;\n            }\n        }\n    }\n    else if (pin == DAC2_SELECT) {\n        if (!state) {\n            selected_chip = &dac_chip2;\n            selected_chip->select();\n        }\n        else {\n            if (selected_chip == &dac_chip2) {\n                selected_chip = 0;\n            }\n        }\n    }\n}\n\nuint8_t transfer(uint8_t data) {\n    return selected_chip ? selected_chip->transfer(data) : 0;\n}\n\nvoid tick() {\n    adc_chip1.tick();\n    adc_chip2.tick();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nEepromChip::EepromChip()\n    : state(IDLE)\n{\n    char *file_path = getConfFilePath(\"EEPROM.state\");\n    fp = fopen(file_path, \"r+b\");\n    if (fp == NULL) {\n        fp = fopen(file_path, \"w+b\");\n    }\n}\n\nEepromChip::~EepromChip() {\n    if (fp != NULL) fclose(fp);\n}\n\nvoid EepromChip::select() {\n    state = IDLE;\n}\n\nuint8_t EepromChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        if (data == eeprom::READ) {\n            state = READ_ADDR_MSB;\n        }\n        else if (data == eeprom::WRITE) {\n            state = WRITE_ADDR_MSB;\n        }\n        else if (data == eeprom::RDSR) {\n            state = RDSR;\n        }\n    }\n    else if (state == READ_ADDR_MSB) {\n        address = ((uint16_t)data) << 8;\n        state = READ_ADDR_LSB;\n    }\n    else if (state == READ_ADDR_LSB) {\n        address |= data;\n        address_index = 0;\n        state = READ;\n    }\n    else if (state == READ) {\n        result = read_byte();\n        if (++address_index == 64) address_index = 0;\n    }\n    else if (state == WRITE_ADDR_MSB) {\n        address = ((uint16_t)data) << 8;\n        state = WRITE_ADDR_LSB;\n    }\n    else if (state == WRITE_ADDR_LSB) {\n        address |= data;\n        address_index = 0;\n        state = WRITE;\n    }\n    else if (state == WRITE) {\n        write_byte(data);\n        if (++address_index == 64) address_index = 0;\n    }\n    else if (state == RDSR) {\n    }\n\n    return result;\n}\n\nuint8_t EepromChip::read_byte() {\n    if (fp == NULL) return 0;\n    fseek(fp, address + address_index, SEEK_SET);\n    uint8_t data = 0;\n    fread(&data, 1, 1, fp);\n    return data;\n}\n\nvoid EepromChip::write_byte(uint8_t data) {\n    if (fp == NULL) return;\n    fseek(fp, address + address_index, SEEK_SET);\n    fwrite(&data, 1, 1, fp);\n    fflush(fp);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nRtcChip::RtcChip()\n    : state(IDLE)\n{\n    char *file_path = getConfFilePath(\"RTC.state\");\n    fp = fopen(file_path, \"r+b\");\n    if (fp == NULL) {\n        offset = 0;\n\n        fp = fopen(file_path, \"wb\");\n        if (fp != NULL) {\n            fseek(fp, 0, SEEK_SET);\n            fwrite(&offset, sizeof(offset), 1, fp);\n        }\n    }\n    else {\n        fread(&offset, sizeof(offset), 1, fp);\n    }\n}\n\nRtcChip::~RtcChip() {\n    if (fp != NULL) fclose(fp);\n}\n\nvoid RtcChip::select() {\n    state = IDLE;\n}\n\nuint8_t RtcChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        if (data == rtc::RD_CONTROL_1) {\n            state = RD_CONTROL_1;\n        }\n        else if (data == rtc::WR_CONTROL_1) {\n            state = WR_CONTROL_1;\n        }\n        else if (data == rtc::RD_SECONDS) {\n            state = RD_SECONDS;\n        }\n        else if (data == rtc::WR_SECONDS) {\n            state = WR_SECONDS;\n        }\n        else if (data == rtc::RD_DAYS) {\n            state = RD_DAYS;\n        }\n        else if (data == rtc::WR_DAYS) {\n            state = WR_DAYS;\n        }\n    }\n    else if (state == RD_CONTROL_1) {\n        result = ctrl1;\n        state = RD_CONTROL_2;\n    }\n    else if (state == RD_CONTROL_2) {\n        result = ctrl2;\n    }\n    else if (state == WR_CONTROL_1) {\n        ctrl1 = data;\n        state = WR_CONTROL_2;\n    }\n    else if (state == WR_CONTROL_2) {\n        ctrl2 = data;\n    }\n    else if (state == RD_SECONDS) {\n        result = util::toBCD(getSecond());\n        state = RD_MINUTES;\n    }\n    else if (state == RD_MINUTES) {\n        result = util::toBCD(getMinute());\n        state = RD_HOURS;\n    }\n    else if (state == RD_HOURS) {\n        result = util::toBCD(getHour());\n        state = RD_DAYS;\n    }\n    else if (state == RD_DAYS) {\n        result = util::toBCD(getDay());\n        state = RD_WEEKDAYS;\n    }\n    else if (state == RD_WEEKDAYS) {\n        result = util::toBCD(getWeekday());\n        state = RD_MONTHS;\n    }\n    else if (state == RD_MONTHS) {\n        result = util::toBCD(getMonth());\n        state = RD_YEARS;\n    }\n    else if (state == RD_YEARS) {\n        result = util::toBCD(getYear());\n    }\n    else if (state == WR_SECONDS) {\n        setSecond(util::fromBCD(data));\n        state = WR_MINUTES;\n    }\n    else if (state == WR_MINUTES) {\n        setMinute(util::fromBCD(data));\n        state = WR_HOURS;\n    }\n    else if (state == WR_HOURS) {\n        setHour(util::fromBCD(data));\n        state = WR_DAYS;\n    }\n    else if (state == WR_DAYS) {\n        setDay(util::fromBCD(data));\n        state = WR_WEEKDAYS;\n    }\n    else if (state == WR_WEEKDAYS) {\n        setWeekday(util::fromBCD(data));\n        state = WR_MONTHS;\n    }\n    else if (state == WR_MONTHS) {\n        setMonth(util::fromBCD(data));\n        state = WR_YEARS;\n    }\n    else if (state == WR_YEARS) {\n        setYear(util::fromBCD(data));\n    }\n\n    return result;\n}\n\nuint32_t RtcChip::nowUtc() {\n    time_t now_time_t = time(0);\n    struct tm *now_tm = gmtime(&now_time_t);\n    return datetime::makeTime(1900 + now_tm->tm_year, now_tm->tm_mon + 1, now_tm->tm_mday, now_tm->tm_hour, now_tm->tm_min, now_tm->tm_sec);\n}\n\nvoid RtcChip::getTime(uint8_t &result_year, uint8_t &result_month, uint8_t &result_day, uint8_t &result_weekday, uint8_t &result_hour, uint8_t &result_minute, uint8_t &result_second) {\n    int year, month, day, hour, minute, second;\n    datetime::breakTime(offset + nowUtc(), year, month, day, hour, minute, second);\n\n    result_year = uint8_t(year - 2000);\n    result_month = uint8_t(month);\n    result_day = uint8_t(day);\n\n    result_weekday = datetime::dayOfWeek(year, month, day) - 1;\n\n    result_hour = uint8_t(hour);\n    result_minute = uint8_t(minute);\n    result_second = uint8_t(second);\n}\n\nvoid RtcChip::setOffset(uint32_t offset_) {\n    offset = offset_;\n    if (fp != NULL) {\n        fseek(fp, 0, SEEK_SET);\n        fwrite(&offset, sizeof(offset), 1, fp);\n        fflush(fp);\n    }\n}\n\nuint8_t RtcChip::getSecond() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return second;\n}\n\nvoid RtcChip::setSecond(uint8_t second_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year + 2000, month, day, hour, minute, second_) - nowUtc());\n}\n\nuint8_t RtcChip::getMinute() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return minute;\n}\n\nvoid RtcChip::setMinute(uint8_t minute_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year + 2000, month, day, hour, minute_, second) - nowUtc());\n}\n\nuint8_t RtcChip::getHour() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return hour;\n}\n\nvoid RtcChip::setHour(uint8_t hour_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year + 2000, month, day, hour_, minute, second) - nowUtc());\n}\n\nuint8_t RtcChip::getDay() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return day;\n}\n\nvoid RtcChip::setDay(uint8_t day_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year + 2000, month, day_, hour, minute, second) - nowUtc());\n}\n\nuint8_t RtcChip::getWeekday() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return weekday;\n}\n\nvoid RtcChip::setWeekday(uint8_t weekdays) {\n}\n\nuint8_t RtcChip::getMonth() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return month;\n}\n\nvoid RtcChip::setMonth(uint8_t month_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year + 2000, month_, day, hour, minute, second) - nowUtc());\n}\n\nuint8_t RtcChip::getYear() {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    return year;\n}\n\nvoid RtcChip::setYear(uint8_t year_) {\n    uint8_t year, month, day, weekday, hour, minute, second;\n    getTime(year, month, day, weekday, hour, minute, second);\n    setOffset(datetime::makeTime(year_ + 2000, month, day, hour, minute, second) - nowUtc());\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nBPChip::BPChip()\n    : state(IDLE)\n{\n}\n\nvoid BPChip::select() {\n    state = IDLE;\n}\n\nuint8_t BPChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        value = ((uint16_t)data) << 8;\n        state = READ_MSB;\n    }\n    else {\n        value |= data;\n        state = IDLE;\n    }\n\n    return result;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nIOExpanderChip::IOExpanderChip()\n    : state(IDLE)\n    , pwrgood(true)\n    , rpol(false)\n{\n}\n\nbool IOExpanderChip::getPwrgood(int pin) {\n    return pin == IO_EXPANDER1 ? ioexp_chip1.pwrgood : ioexp_chip2.pwrgood;\n}\n\nvoid IOExpanderChip::setPwrgood(int pin, bool on) {\n    if (pin == IO_EXPANDER1) ioexp_chip1.pwrgood = on;\n    else ioexp_chip2.pwrgood = on;\n}\n\nbool IOExpanderChip::getRPol(int pin) {\n    return pin == IO_EXPANDER1 ? ioexp_chip1.rpol : ioexp_chip2.rpol;\n}\n\nvoid IOExpanderChip::setRPol(int pin, bool on) {\n    if (pin == IO_EXPANDER1) ioexp_chip1.rpol = on;\n    else ioexp_chip2.rpol = on;\n}\n\nvoid IOExpanderChip::select() {\n    state = IDLE;\n}\n\nuint8_t IOExpanderChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        if (data == IOExpander::IOEXP_READ) {\n            state = READ_REGISTER_INDEX;\n        }\n        else if (data == IOExpander::IOEXP_WRITE) {\n            state = WRITE_REGISTER_INDEX;\n        }\n    }\n    else if (state == READ_REGISTER_INDEX) {\n        register_index = data;\n        state = READ_REGISTER_VALUE;\n    }\n    else if (state == READ_REGISTER_VALUE) {\n        Channel &channel = Channel::get(this == &ioexp_chip1 ? 0 : 1);\n\n        if (channel.boardRevision == CH_BOARD_REVISION_R5B12 && register_index == IOExpander::REG_GPIOA ||\n            channel.boardRevision != CH_BOARD_REVISION_R5B12 && register_index == IOExpander::REG_GPIO) \n        {\n            result = register_values[register_index];\n\n            if (pwrgood) {\n                result |= 1 << IOExpander::IO_BIT_IN_PWRGOOD;\n            } else {\n                result &= ~(1 << IOExpander::IO_BIT_IN_PWRGOOD);\n            }\n\n            if (channel.getFeatures() & CH_FEATURE_RPOL) {\n                if (!rpol) {\n                    result |= 1 << IOExpander::IO_BIT_IN_RPOL;\n                } else {\n                    result &= ~(1 << IOExpander::IO_BIT_IN_RPOL);\n                }\n            }\n\n            if (cv) {\n                result |= 1 << IOExpander::IO_BIT_IN_CV_ACTIVE;\n            } else {\n                result &= ~(1 << IOExpander::IO_BIT_IN_CV_ACTIVE);\n            }\n\n            if (cc) {\n                result |= 1 << IOExpander::IO_BIT_IN_CC_ACTIVE;\n            } else {\n                result &= ~(1 << IOExpander::IO_BIT_IN_CC_ACTIVE);\n            }\n        }\n        else {\n            result = register_values[register_index];\n        }\n    }\n    else if (state == WRITE_REGISTER_INDEX) {\n        register_index = data;\n        state = WRITE_REGISTER_VALUE;\n    }\n    else if (state == WRITE_REGISTER_VALUE) {\n        register_values[register_index] = data;\n    }\n\n    return result;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nAnalogDigitalConverterChip::AnalogDigitalConverterChip(IOExpanderChip &ioexp_chip_, int convend_pin_)\n    : ioexp_chip(ioexp_chip_)\n    , convend_pin(convend_pin_)\n    , state(IDLE)\n    , tick_counter(0)\n    , start(false)\n{\n}\n\nvoid AnalogDigitalConverterChip::select() {\n    state = IDLE;\n}\n\nuint8_t AnalogDigitalConverterChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        if (data == AnalogDigitalConverter::ADC_RESET) {\n        }\n        else if (data == AnalogDigitalConverter::ADC_RD3S1) {\n            register_index = 1;\n            state = READ_REG;\n        }\n        else if (data == AnalogDigitalConverter::ADC_WR3S1) {\n            register_index = 1;\n            state = WRITE_REG;\n        }\n        else if (data == AnalogDigitalConverter::ADC_WR1S0) {\n            state = WR1S0;\n        }\n        else if (data == AnalogDigitalConverter::ADC_RDATA) {\n            state = RDATA_MSB;\n        }\n        else if (data == AnalogDigitalConverter::ADC_START) {\n            start = true;\n            tick();\n        }\n    }\n    else if (state == READ_REG) {\n        result = register_values[register_index++];\n    }\n    else if (state == WRITE_REG) {\n        register_values[register_index++] = data;\n    }\n    else if (state == WR1S0) {\n        register_values[0] = data;\n        state = IDLE;\n    }\n    else if (state == RDATA_MSB) {\n        result = getValue() >> 8;\n        state = RDATA_LSB;\n    }\n    else if (state == RDATA_LSB) {\n        result = getValue() & 0xFF;\n    }\n\n    return result;\n}\n\nvoid AnalogDigitalConverterChip::tick() {\n    if (tick_counter < 4) {\n        ++tick_counter;\n\n        if (start) {\n            start = false;\n\n            //static const int CODE_TO_SPS [] = { 20, 45, 90, 175, 330, 600, 1000 };\n            //psu::delayMicroseconds(1000000 / CODE_TO_SPS[ADC_SPS]);\n\n            InterruptCallback callback = interrupt_callbacks[convend_pin];\n            if (callback) {\n                callback();\n            }\n        }\n\n        --tick_counter;\n    }\n}\n\nuint16_t AnalogDigitalConverterChip::getValue() {\n    updateValues();\n\n    if (register_values[0] == AnalogDigitalConverter::ADC_REG0_READ_U_MON) {\n        return u_mon;\n    }\n    if (register_values[0] == AnalogDigitalConverter::ADC_REG0_READ_I_MON) {\n        return i_mon;\n    }\n    if (register_values[0] == AnalogDigitalConverter::ADC_REG0_READ_U_SET) {\n        return u_set;\n    }\n    else {\n        return i_set;\n    }\n}\n\nvoid AnalogDigitalConverterChip::setDacValue(uint8_t data_buffer, uint16_t dac_value) {\n    if (data_buffer == DigitalAnalogConverter::DATA_BUFFER_A) {\n        float value = util::remap(dac_value,\n            DigitalAnalogConverter::DAC_MIN, AnalogDigitalConverter::ADC_MIN,\n            DigitalAnalogConverter::DAC_MAX, AnalogDigitalConverter::ADC_MAX);\n        u_set = (uint16_t)util::clamp(value,\n            AnalogDigitalConverter::ADC_MIN, AnalogDigitalConverter::ADC_MAX);\n    }\n    else {\n        float value = util::remap(dac_value,\n            DigitalAnalogConverter::DAC_MIN, AnalogDigitalConverter::ADC_MIN,\n            DigitalAnalogConverter::DAC_MAX, AnalogDigitalConverter::ADC_MAX);\n        i_set = (uint16_t)util::clamp(value,\n            AnalogDigitalConverter::ADC_MIN, AnalogDigitalConverter::ADC_MAX);\n    }\n    updateValues();\n    tick();\n}\n\nvoid AnalogDigitalConverterChip::updateValues() {\n    for (int i = 0; i < CH_NUM; ++i) {\n        Channel &channel = Channel::get(i);\n        if (channel.convend_pin == convend_pin) {\n            if (channel.simulator.getLoadEnabled()) {\n                float u_set_v = channel.isRemoteProgrammingEnabled() ? util::remap(channel.simulator.voltProgExt, 0, 0, 2.5, channel.u.max) : channel.remapAdcDataToVoltage(u_set);\n                float i_set_a = channel.remapAdcDataToCurrent(i_set);\n\n                float u_mon_v = i_set_a * channel.simulator.load;\n                float i_mon_a = i_set_a;\n                if (u_mon_v > u_set_v) {\n                    u_mon_v = u_set_v;\n                    i_mon_a = u_set_v / channel.simulator.load;\n\n                    ioexp_chip.cv = true;\n                    ioexp_chip.cc = false;\n                }\n                else {\n                    ioexp_chip.cv = false;\n                    ioexp_chip.cc = true;\n                }\n\n                u_mon = channel.remapVoltageToAdcData(u_mon_v);\n                i_mon = channel.remapCurrentToAdcData(i_mon_a);\n\n                return;\n            }\n            else {\n                if (channel.isOutputEnabled()) {\n                    u_mon = u_set;\n                    i_mon = 0;\n                    if (u_set > 0 && i_set > 0) {\n                        ioexp_chip.cv = true;\n                        ioexp_chip.cc = false;\n                    }\n                    else {\n                        ioexp_chip.cv = false;\n                        ioexp_chip.cc = false;\n                    }\n                    return;\n                }\n            }\n        }\n    }\n\n    u_mon = 0;\n    i_mon = 0;\n    ioexp_chip.cc = false;\n    ioexp_chip.cv = false;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nDigitalAnalogConverterChip::DigitalAnalogConverterChip(AnalogDigitalConverterChip &adc_chip_)\n    : adc_chip(adc_chip_)\n    , state(IDLE)\n{\n}\n\nvoid DigitalAnalogConverterChip::select() {\n    state = IDLE;\n}\n\nuint8_t DigitalAnalogConverterChip::transfer(uint8_t data) {\n    uint8_t result = 0;\n\n    if (state == IDLE) {\n        if (data == DigitalAnalogConverter::DATA_BUFFER_A || data == DigitalAnalogConverter::DATA_BUFFER_B) {\n            data_buffer = data;\n            state = DATA_BUFFER_MSB;\n        }\n    }\n    else if (state == DATA_BUFFER_MSB) {\n        value = ((uint16_t)data) << 8;\n        state = DATA_BUFFER_LSB;\n    }\n    else if (state == DATA_BUFFER_LSB) {\n        value |= data;\n        adc_chip.setDacValue(data_buffer, value);\n    }\n\n    return result;\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::chips"
  },
  {
    "path": "simulator/src/chips/chips.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include <time.h> \n\n#include \"eeprom.h\"\n#include \"rtc.h\"\n#include \"ioexp.h\"\n#include \"adc.h\"\n#include \"dac.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\n/// Simulation of chips.\nnamespace chips {\n\n/// Select/deselect chip on SPI bus depending.\n/// \\param pin Pin number\n/// \\param state HIGH or LOW\n///\n/// For example, if pin is EEPROM_SELECT and state is LOW then eeprom_chip will be selected_chip\n/// and all subsequent SPI.transfer's will be redirect to that chip, until eeprom_chip is deselected\n/// by calling this function with arguments EEPROM_SELECT and HIGH.\nvoid select(int pin, int state);\n\n/// Transfers data to currently selected chip.\n/// \\param pin Pin number\nuint8_t transfer(uint8_t data);\n\n/// This should be called periodically by the simulator main loop.\n/// For the case if some of the chips need to do something in the background.\nvoid tick();\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// Abstract base class for all the chips.\nclass Chip {\npublic:\n    virtual void select() = 0;\n    virtual uint8_t transfer(uint8_t data) = 0;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// AT25256B chip simulation.\nclass EepromChip : public Chip {\n    enum State {\n        IDLE,\n        READ_ADDR_MSB,\n        READ_ADDR_LSB,\n        READ,\n        WRITE_ADDR_MSB,\n        WRITE_ADDR_LSB,\n        WRITE,\n        RDSR\n    };\n\npublic:\n    EepromChip();\n    ~EepromChip();\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\nprivate:\n    FILE *fp;\n\n    State state;\n    uint16_t address;\n    uint16_t address_index;\n\n    uint8_t read_byte();\n    void write_byte(uint8_t);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// PCA21125 chip simulation.\nclass RtcChip : public Chip {\n    enum State {\n        IDLE,\n        RD_CONTROL_1,\n        RD_CONTROL_2,\n\n        WR_CONTROL_1,\n        WR_CONTROL_2,\n\n        RD_SECONDS,\n        RD_MINUTES,\n        RD_HOURS,\n        RD_DAYS,\n        RD_WEEKDAYS,\n        RD_MONTHS,\n        RD_YEARS,\n\n        WR_SECONDS,\n        WR_MINUTES,\n        WR_HOURS,\n        WR_DAYS,\n        WR_WEEKDAYS,\n        WR_MONTHS,\n        WR_YEARS\n    };\n\npublic:\n    RtcChip();\n    ~RtcChip();\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\nprivate:\n    FILE *fp;\n\n    uint32_t offset;\n\n    State state;\n\n    uint8_t ctrl1;\n    uint8_t ctrl2;\n\n    uint32_t nowUtc();\n\n    void getTime(uint8_t &year, uint8_t &month, uint8_t &day, uint8_t &weekday, uint8_t &hour, uint8_t &minute, uint8_t &second);\n    void setOffset(uint32_t offset_);\n\n    uint8_t getSecond();\n    void setSecond(uint8_t second_);\n\n    uint8_t getMinute();\n    void setMinute(uint8_t minute_);\n\n    uint8_t getHour();\n    void setHour(uint8_t hour_);\n\n    uint8_t getDay();\n    void setDay(uint8_t day_);\n\n    uint8_t getWeekday();\n    void setWeekday(uint8_t weekday_);\n\n    uint8_t getMonth();\n    void setMonth(uint8_t month_);\n\n    uint8_t getYear();\n    void setYear(uint8_t year_);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// TLC5925 chip simulation.\nclass BPChip : public Chip {\n    enum State {\n        IDLE,\n        READ_MSB\n    };\n\npublic:\n    BPChip();\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\n    uint16_t getValue() { return value; }\n\nprivate:\n    State state;\n    uint16_t value;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// MCP23S08 chip simulation.\nclass IOExpanderChip : public Chip {\n    friend class AnalogDigitalConverterChip;\n\n    enum State {\n        IDLE,\n        READ_REGISTER_INDEX,\n        READ_REGISTER_VALUE,\n        WRITE_REGISTER_INDEX,\n        WRITE_REGISTER_VALUE\n    };\n\npublic:\n    IOExpanderChip();\n\n    static bool getPwrgood(int pin);\n    static void setPwrgood(int pin, bool on);\n\n    static bool getRPol(int pin);\n    static void setRPol(int pin, bool on);\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\nprivate:\n    State state;\n    uint8_t register_index;\n    uint8_t register_values[IOExpander::NUM_REGISTERS];\n    bool pwrgood;\n    bool rpol;\n    bool cc;\n    bool cv;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// ADS1120 chip simulation.\nclass AnalogDigitalConverterChip : public Chip {\n    friend class DigitalAnalogConverterChip;\n\n    enum State {\n        IDLE,\n        READ_REG,\n        WRITE_REG,\n        WR1S0,\n        RDATA_MSB,\n        RDATA_LSB\n    };\n\npublic:\n    AnalogDigitalConverterChip(IOExpanderChip &ioexp_chip_, int convend_pin_);\n\n    void tick();\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\nprivate:\n    IOExpanderChip &ioexp_chip;\n    int convend_pin;\n    State state;\n    uint8_t register_index;\n    uint8_t register_values[4];\n    uint16_t u_mon;\n    uint16_t i_mon;\n    uint16_t u_set;\n    uint16_t i_set;\n    int tick_counter;\n    bool start;\n\n    uint16_t getValue();\n    void setDacValue(uint8_t data_buffer, uint16_t value);\n    void updateValues();\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\n/// DAC8552 chip simulation.\nclass DigitalAnalogConverterChip : public Chip {\n    enum State {\n        IDLE,\n        DATA_BUFFER_MSB,\n        DATA_BUFFER_LSB,\n    };\n\npublic:\n    DigitalAnalogConverterChip(AnalogDigitalConverterChip &adc_chip_);\n\n    void select();\n    uint8_t transfer(uint8_t data);\n\nprivate:\n    AnalogDigitalConverterChip &adc_chip;\n    State state;\n    uint8_t data_buffer;\n    uint16_t value;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n\nextern BPChip bp_chip;\n\n////////////////////////////////////////////////////////////////////////////////\n\n}\n}\n}\n} // namespace eez::psu::simulator::hw\n"
  },
  {
    "path": "simulator/src/dll.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#ifdef _WIN32\n#include <windows.h>\ntypedef HANDLE eez_dll_lib_t;\n#define EEZ_DLL_EXPORT extern \"C\" __declspec(dllexport)\n#else\n#include <dlfcn.h>\ntypedef void* eez_dll_lib_t;\n#define EEZ_DLL_EXPORT extern \"C\"\n#endif\n\ninline eez_dll_lib_t eez_dll_load(const char* lib_file_path) {\n# ifdef _WIN32\n    return ::LoadLibraryA(lib_file_path);\n# else //_WIN32\n    return ::dlopen(lib_file_path, RTLD_LAZY);\n# endif //_WIN32\n}\n\ninline void eez_dll_unload(eez_dll_lib_t lib) {\n# ifdef _WIN32\n    ::FreeLibrary((HMODULE)lib);\n# else //_WIN32\n    ::dlclose(lib);\n# endif //_WIN32\n}\n\ninline void* eez_dll_get_proc_address(eez_dll_lib_t lib, const char* proc_name) {\n# ifdef _WIN32\n    return ::GetProcAddress((HMODULE)lib, proc_name);\n# else //_WIN32\n    return ::dlsym(lib, proc_name);\n# endif //_WIN32\n}\n"
  },
  {
    "path": "simulator/src/ethernet/EthernetUdp2.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"EthernetUdp2.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\nuint8_t EthernetUDP::begin(uint16_t port) {\n    return 0;\n}\n\nvoid EthernetUDP::stop() {\n}\n\nint EthernetUDP::beginPacket(const char *host, uint16_t port) {\n    return 0;\n}\n\nsize_t EthernetUDP::write(const uint8_t *buffer, size_t size) {\n    return 0;\n}\n\nint EthernetUDP::endPacket() {\n    return 0;\n}\n\nint EthernetUDP::read(unsigned char* buffer, size_t len) {\n    return 0;\n}\n\nint EthernetUDP::parsePacket() {\n    return 0;\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/ethernet/EthernetUdp2.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2017-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n/// Arduino Ethernet object simulator\nclass EthernetUDP {\npublic:\n    uint8_t begin(uint16_t port);\n    void stop();\n    int beginPacket(const char *host, uint16_t port);\n    size_t write(const uint8_t *buffer, size_t size);\n    int endPacket();\n    int read(unsigned char* buffer, size_t len);\n    int parsePacket();\n};\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/ethernet/UIPClient.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n/// Bare minimum implementation of the Arduino EthernetClient class\nclass EthernetClient {\npublic:\n    EthernetClient();\n    EthernetClient(bool valid);\n\n    operator bool();\n    bool operator==(EthernetClient &other) { return true; }\n\n    bool connected();\n\n    size_t available();\n    size_t read(uint8_t*, size_t);\n    size_t write(const char *data, size_t len);\n    void flush();\n\n    void stop();\n\nprivate:\n    bool valid;\n};\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/ethernet/UIPEthernet.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n/// Fake (do nothing) implementation of Enc28J60Network class\nclass Enc28J60Network {\npublic:\n    static void setControlCS(int pin);\n};\n\n/// Arduino Ethernet object simulator\nclass SimulatorEthernet {\npublic:\n    bool begin(uint8_t *mac, uint8_t *ipAddress = 0, uint8_t *dns = 0, uint8_t *gateway = 0, uint8_t *subnetMask = 0);\n    uint8_t maintain();\n\n    IPAddress localIP();\n    IPAddress subnetMask();\n    IPAddress gatewayIP();\n    IPAddress dnsServerIP();\n};\n\nextern SimulatorEthernet Ethernet;\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/ethernet/UIPServer.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"UIPClient.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n/// Bare minimum implementation of the Arduino EthernetServer class\nclass EthernetServer {\npublic:\n    EthernetServer(int port);\n\n    void begin();\n    EthernetClient available();\n\nprivate:\n    bool bind_result;\n    int port;\n    EthernetClient client;\n};\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n\nusing namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/ethernet/ethernet_platform.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace ethernet_platform {\n\nbool bind(int port);\nbool client_available();\n\nbool connected();\n\nint available();\nint read(char *buffer, int buffer_size);\nint write(const char *buffer, int buffer_size);\n\nvoid stop();\n\n}\n}\n} // namespace eez::psu::ethernet_platform\n"
  },
  {
    "path": "simulator/src/ethernet/uipethernet_impl.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"UIPEthernet.h\"\n#include \"UIPServer.h\"\n#include \"UIPClient.h\"\n#include \"ethernet_platform.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace arduino {\n\n////////////////////////////////////////////////////////////////////////////////\n\nvoid Enc28J60Network::setControlCS(int pin) {\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nSimulatorEthernet Ethernet;\n\nbool SimulatorEthernet::begin(uint8_t *mac, uint8_t *, uint8_t *, uint8_t *, uint8_t *) {\n    delay(1000);\n    return true;\n}\n\nuint8_t SimulatorEthernet::maintain() {\n    return 0;\n}\n\nIPAddress SimulatorEthernet::localIP() {\n    return IPAddress();\n}\n\nIPAddress SimulatorEthernet::subnetMask() {\n    return IPAddress();\n}\n\nIPAddress SimulatorEthernet::gatewayIP() {\n    return IPAddress();\n}\n\nIPAddress SimulatorEthernet::dnsServerIP() {\n    return IPAddress();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nEthernetServer::EthernetServer(int port_) : port(port_), client(true) {\n}\n\nvoid EthernetServer::begin() {\n    bind_result = ethernet_platform::bind(port);\n}\n\nEthernetClient EthernetServer::available() {\n    if (!bind_result) return EthernetClient();\n    return client;\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nEthernetClient::EthernetClient() : valid(false) {\n}\n\nEthernetClient::EthernetClient(bool valid_) : valid(valid_) {\n}\n\nbool EthernetClient::connected() {\n    return ethernet_platform::connected();\n}\n\nEthernetClient::operator bool() {\n    return valid && ethernet_platform::client_available();\n}\n\nsize_t EthernetClient::available() {\n    return ethernet_platform::available();\n}\n\nsize_t EthernetClient::read(uint8_t* buffer, size_t buffer_size) {\n    return ethernet_platform::read((char *)buffer, (int)buffer_size);\n}\n\nsize_t EthernetClient::write(const char *buffer, size_t buffer_size) {\n    return ethernet_platform::write(buffer, (int)buffer_size);\n}\n\nvoid EthernetClient::flush() {\n}\n\nvoid EthernetClient::stop() {\n    ethernet_platform::stop();\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::arduino;\n"
  },
  {
    "path": "simulator/src/front_panel/control.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#include \"front_panel/control.h\"\n#include \"front_panel/render.h\"\n#include \"imgui/window.h\"\n#include \"imgui/beeper.h\"\n#include \"persist_conf.h\"\n#if OPTION_ENCODER\n#include \"encoder.h\"\n#endif\n\n#ifdef _WIN32\n#undef INPUT\n#undef OUTPUT\n#endif\n\n#include \"dll.h\"\n\n#include <stdio.h>\n\n#ifdef _WIN32\n#define LIB_FILE_PATH \"eez_imgui.dll\"\n#else\n#define LIB_FILE_PATH \"./eez_imgui.so\"\n#endif\n\nnamespace eez {\n\nusing namespace imgui;\n\nnamespace psu {\nnamespace simulator {\nnamespace front_panel {\n\nstatic bool g_lib_loaded = false;\nstatic eez_dll_lib_t g_lib = 0;\nstatic create_window_ptr_t g_create_window_ptr = 0;\nstatic get_desktop_resolution_ptr_t g_get_desktop_resolution_ptr = 0;\nstatic Window* g_window;\nstatic Data g_data;\n\nstatic beep_ptr_t g_beep_ptr = 0;\n\nvoid load_lib() {\n    if (!g_lib_loaded) {\n        g_lib = eez_dll_load(LIB_FILE_PATH);\n        if (g_lib) {\n            g_create_window_ptr = (create_window_ptr_t)eez_dll_get_proc_address(g_lib, \"eez_imgui_create_window\");\n            if (!g_create_window_ptr) {\n                printf(\"Incompatible GUI library!\\n\");\n            }\n            g_get_desktop_resolution_ptr = (get_desktop_resolution_ptr_t)eez_dll_get_proc_address(g_lib, \"eez_imgui_get_desktop_resolution\");\n            g_beep_ptr = (beep_ptr_t)eez_dll_get_proc_address(g_lib, \"eez_imgui_beep\");\n        }\n        else {\n            printf(\"GUI library could not be loaded!\\n\");\n        }\n        g_lib_loaded = true;\n    }\n}\n\n#if OPTION_DISPLAY\n\nbool isOpened() {\n    return g_window ? true : false;\n}\n\nbool open() {\n    if (g_window) {\n        return true;\n    }\n\n    load_lib();\n    \n    if (!g_create_window_ptr) {\n        return false;\n    }\n\n    int w, h;\n    g_get_desktop_resolution_ptr(&w, &h);\n    \n    g_window = g_create_window_ptr(getWindowDefinition(w, h));\n\n    if (!persist_conf::devConf.gui_opened) {\n        persist_conf::devConf.gui_opened = true;\n        persist_conf::saveDevice();\n    }\n\n    return g_window != 0;\n}\n\nvoid close() {\n    if (g_window) {\n        delete g_window;\n        g_window = 0;\n\n        if (persist_conf::devConf.gui_opened) {\n            persist_conf::devConf.gui_opened = false;\n            persist_conf::saveDevice();\n        }\n    }\n}\n#endif\n\nvoid tick() {\n#if OPTION_DISPLAY\n    if (g_window) {\n        if (g_window->pollEvent()) {\n            g_window->beginUpdate();\n\n            fillData(&g_data);\n\n            render(g_window, &g_data);\n\n            processData(&g_data);\n\n#if OPTION_ENCODER\n            int x, y;\n            g_window->getMouseWheelData(&x, &y);\n\n            MouseData mouseData;\n            g_window->getMouseData(&mouseData);\n\n            encoder::write(y, mouseData.button2IsUp);\n#endif\n\n            g_window->endUpdate();\n        }\n        else {\n            close();\n        }\n    }\n#endif\n}\n\nvoid beep(double freq, int duration) {\n    load_lib();\n    if (g_beep_ptr) {\n        g_beep_ptr(freq, duration);\n    }\n}\n\n\n}\n}\n}\n} // namespace eez::psu::simulator::front_panel;\n\n"
  },
  {
    "path": "simulator/src/front_panel/control.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\n/// GUI front panel for the simulator.\nnamespace front_panel {\n\nbool isOpened();\nbool open();\nvoid close();\nvoid tick();\n\nvoid beep(double freq, int duration);\n\n}\n}\n}\n} // namespace eez_psu_gui\n"
  },
  {
    "path": "simulator/src/front_panel/data.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"front_panel/data.h\"\n#include \"arduino_internal.h\"\n#include \"chips.h\"\n#include \"bp.h\"\n#include \"lcd.h\"\n#include \"touch.h\"\n#include \"channel_dispatcher.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace front_panel {\n\nstatic char str_load[2][128];\n\nvoid fillChannelData(ChannelData *data, int ch) {\n    if (CH_NUM >= ch) {\n        if (ch == 1) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n            data->cv = pins[LED_CV1] ? true : false;\n            data->cc = pins[LED_CC1] ? true : false;\n            data->out_plus = chips::bp_chip.getValue() & (1 << BP_LED_OUT1_PLUS) ? true : false;\n            data->sense_plus = chips::bp_chip.getValue() & (1 << BP_LED_SENSE1_PLUS) ? true : false;\n            data->sense_minus = chips::bp_chip.getValue() & (1 << BP_LED_SENSE1_MINUS) ? true : false;\n            data->out_minus = chips::bp_chip.getValue() & (1 << BP_LED_OUT1_MINUS) ? true : false;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n            data->cv = chips::bp_chip.getValue() & (1 << BP_LED_CV1) ? true : false;\n            data->cc = chips::bp_chip.getValue() & (1 << BP_LED_CC1) ? true : false;\n            data->out = chips::bp_chip.getValue() & (1 << BP_LED_OUT1) ? true : false;\n            data->sense = chips::bp_chip.getValue() & (1 << BP_LED_SENSE1) ? true : false;\n            data->prog = chips::bp_chip.getValue() & (1 << BP_LED_PROG1) ? true : false;\n#endif\n        }\n        else {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n            data->cv = pins[LED_CV2] ? true : false;\n            data->cc = pins[LED_CC2] ? true : false;\n            data->out_plus = chips::bp_chip.getValue() & (1 << BP_LED_OUT2_PLUS) ? true : false;\n            data->sense_plus = chips::bp_chip.getValue() & (1 << BP_LED_SENSE2_PLUS) ? true : false;\n            data->sense_minus = chips::bp_chip.getValue() & (1 << BP_LED_SENSE2_MINUS) ? true : false;\n            data->out_minus = chips::bp_chip.getValue() & (1 << BP_LED_OUT2_MINUS) ? true : false;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n            data->cv = chips::bp_chip.getValue() & (1 << BP_LED_CV2) ? true : false;\n            data->cc = chips::bp_chip.getValue() & (1 << BP_LED_CC2) ? true : false;\n            data->out = chips::bp_chip.getValue() & (1 << BP_LED_OUT2) ? true : false;\n            data->sense = chips::bp_chip.getValue() & (1 << BP_LED_SENSE2) ? true : false;\n            data->prog = chips::bp_chip.getValue() & (1 << BP_LED_PROG2) ? true : false;\n#endif\n        }\n\n        Channel &channel = Channel::get(ch - 1);\n        if (channel.simulator.getLoadEnabled()) {\n            data->load = channel.simulator.getLoad();\n\n            char *str = &str_load[ch - 1][0];\n            if (data->load == 0) {\n                strcpy(str, \"Shorted!\");\n            }\n            else if (data->load == INFINITY) {\n                // utf-8 infinity character\n                // http://www.fileformat.info/info/unicode/char/221e/index.htm\n                str[0] = (char)0xE2;\n                str[1] = (char)0x88;\n                str[2] = (char)0x9E;\n                str[3] = 0;\n            }\n            else {\n                *str = 0;\n                util::strcatLoad(str, data->load);\n            }\n            data->load_text = str;\n        }\n        else {\n            data->load = 0;\n            data->load_text = 0;\n        }\n    }\n    else {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n        data->cv = false;\n        data->cc = false;\n        data->out_plus = false;\n        data->sense_plus = false;\n        data->sense_minus = false;\n        data->out_minus = false;\n        data->load_text = 0;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n        data->cv = false;\n        data->cc = false;\n        data->out = false;\n        data->sense = false;\n        data->prog = false;\n        data->load_text = 0;\n#endif\n    }\n}\n\nvoid fillLocalControlBuffer(Data *data) {\n    if (!data->local_control_widget.pixels) {\n        data->local_control_widget.pixels_w = gui::lcd::lcd.getDisplayWidth();\n        data->local_control_widget.pixels_h = gui::lcd::lcd.getDisplayHeight();\n        data->local_control_widget.pixels = new unsigned char[data->local_control_widget.pixels_w * data->local_control_widget.pixels_h * 4];\n    }\n\n    uint16_t *src = gui::lcd::lcd.buffer;\n    unsigned char *dst = data->local_control_widget.pixels;\n\n    for (int x = 0; x < data->local_control_widget.pixels_w; ++x) {\n        for (int y = 0; y < data->local_control_widget.pixels_h; ++y) {\n            uint16_t color = *src++; // rrrrrggggggbbbbb\n\n            *dst++ = (unsigned char)((color << 3) & 0xFF);        // blue\n            *dst++ = (unsigned char)(((color >> 5) << 2) & 0xFF); // green\n            *dst++ = (unsigned char)((color >> 11) << 3);         // red\n\n            *dst++ = 255;\n        }\n    }\n}\n\nvoid fillData(Data *data) {\n    uint16_t bp_value = chips::bp_chip.getValue();\n\n    data->standby = bp_value & (1 << BP_STANDBY) ? true : false;\n\n    data->coupled = channel_dispatcher::isCoupled();\n    data->coupledOut = chips::bp_chip.getValue() & (1 << BP_LED_OUT1_RED) ? true : false;\n\n    fillChannelData(&data->ch1, 1);\n    fillChannelData(&data->ch2, 2);\n\n    fillLocalControlBuffer(data);\n}\n\nvoid processChannelData(ChannelData *data, int ch) {\n    if (CH_NUM >= ch) {\n        Channel &channel = Channel::get(ch - 1);\n     \n        if (data->loadWidget.mouseData.button1IsDown) {\n            if (data->loadWidget.mouseData.button1DownX >= 0 &&\n                data->loadWidget.mouseData.button1DownX < data->loadWidget.w &&\n                data->loadWidget.mouseData.button1DownY >= 0 &&\n                data->loadWidget.mouseData.button1DownY < data->loadWidget.h) \n            {\n                data->loadOnMouseDown = data->load;\n            } else {\n                data->loadOnMouseDown = NAN;\n            }\n        }\n\n        if (!util::isNaN(data->loadOnMouseDown)) {\n            if (data->loadWidget.mouseData.button1IsPressed) {\n                if (channel.simulator.getLoadEnabled()) {\n                    float step = 1;\n                    float load = data->loadOnMouseDown + step * (data->loadWidget.mouseData.x - data->loadWidget.mouseData.button1DownX);\n                    if (load < 0 || util::isNaN(load)) {\n                        load = 0;\n                    } else if (load > 10000000) {\n                        load = 10000000;\n                    }\n                    channel_dispatcher::setLoad(channel, load);\n                }\n            } else if (data->loadWidget.mouseData.button1IsUp) {\n                if (data->loadWidget.mouseData.button1UpX == data->loadWidget.mouseData.button1DownX && data->loadWidget.mouseData.button1UpY == data->loadWidget.mouseData.button1DownY) {\n                    channel_dispatcher::setLoadEnabled(channel, !channel.simulator.getLoadEnabled());\n                }\n            }\n        }\n    }\n}\n\nvoid processData(Data *data) {\n    static bool reseting = false;\n\n    if (data->reset) {\n        if (!reseting) {\n            reseting = true;\n            reset();\n            reseting = false;\n        }\n    }\n\n    //\n    processChannelData(&data->ch1, 1);\n    processChannelData(&data->ch2, 2);\n\n    //\n    bool is_down = false;\n    int x = -1;\n    int y = -1;\n\n    if (data->local_control_widget.mouseData.button1IsPressed &&\n        data->local_control_widget.mouseData.button1DownX >= 0 &&\n        data->local_control_widget.mouseData.button1DownX < data->local_control_widget.w &&\n        data->local_control_widget.mouseData.button1DownY >= 0 &&\n        data->local_control_widget.mouseData.button1DownY < data->local_control_widget.h) \n    {\n        is_down = true;\n        x = (int)round(data->local_control_widget.mouseData.x / (1.0 * data->local_control_widget.w / data->local_control_widget.pixels_w));\n        y = (int)round(data->local_control_widget.mouseData.y / (1.0 * data->local_control_widget.h / data->local_control_widget.pixels_h));\n    }\n\n    gui::touch::touch_write(is_down, x, y);\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::front_panel;\n\n\n#endif"
  },
  {
    "path": "simulator/src/front_panel/data.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"imgui/window.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\nnamespace front_panel {\n\nstruct ChannelData {\n    bool cv;\n    bool cc;\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    bool out_plus;\n    bool sense_plus;\n    bool sense_minus;\n    bool out_minus;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    bool out;\n    bool sense;\n    bool prog;\n#endif\n    const char *load_text;\n    float load;\n    float loadOnMouseDown;\n    imgui::UserWidget loadWidget;\n};\n\n/// Data presented in GUI front panel.\nstruct Data {\n    bool standby;\n\n    bool coupled;\n    bool coupledOut;\n\n    ChannelData ch1;\n    ChannelData ch2;\n\n    bool reset;\n\n    imgui::UserWidget local_control_widget;\n};\n\nvoid fillData(Data *data);\nvoid processData(Data *data);\n\n}\n}\n}\n} // namespace eez::psu::simulator::front_panel;\n"
  },
  {
    "path": "simulator/src/front_panel/render.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"front_panel/render.h\"\n#include \"imgui/window.h\"\n\nnamespace eez {\n\nusing namespace imgui;\n\nnamespace psu {\nnamespace simulator {\nnamespace front_panel {\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\nstatic WindowDefinition window_definition_small = {\n    \"EEZ Software Simulator\",\n    1475, 531,\n    10,\n    \"eez.png\"\n};\n\nstatic WindowDefinition window_definition_large = window_definition_small;\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\nstatic WindowDefinition window_definition_small = {\n    \"EEZ Software Simulator\",\n    1081, 366,\n    10,\n    \"eez.png\"\n};\n\nstatic WindowDefinition window_definition_large = {\n    \"EEZ Software Simulator\",\n    2 * 1081, 2 * 366,\n    10,\n    \"eez.png\"\n};\n#endif\n\nstatic int F = 1;\n\n#define D(x) (F * x)\n#define RECT(x, y, w, h) D(x), D(y), D(w), D(h)\n\n#define R1B9_IMAGE(IMAGE) \"r1b9/\" IMAGE \".png\"\n#define R3B4_IMAGE(IMAGE) (F == 1 ? \"r3b4/small/\" IMAGE \".png\" : \"r3b4/large/\" IMAGE \".png\")\n#define R5B12_IMAGE(IMAGE) (F == 1 ? \"r5b12/small/\" IMAGE \".png\" : \"r5b12/large/\" IMAGE \".png\")\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n\n#define BOARD_IMAGE R1B9_IMAGE\n\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4\n#define BOARD_IMAGE R3B4_IMAGE\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n#define BOARD_IMAGE R5B12_IMAGE\n#endif\n\nimgui::WindowDefinition *getWindowDefinition(int w, int h) {\n    if (w >= SIM_FRONT_PANEL_LARGE_MODE_MIN_WIDTH) {\n        F = 2;\n        return &window_definition_large;\n    } else {\n        F = 1;\n        return &window_definition_small;\n    }\n}\n\nvoid addLoadWidget(Window *window, int x, int y, int w, int h, UserWidget *loadWidget) {\n    loadWidget->x = x;\n    loadWidget->y = y;\n    loadWidget->w = w;\n    loadWidget->h = h;\n\n    loadWidget->pixels = 0;\n    loadWidget->pixels_w = 0;\n    loadWidget->pixels_h = 0;\n\n    window->addUserWidget(loadWidget);\n}\n\nvoid render(Window *window, Data *data) {\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R1B9\n    window->addImage(0, 0, 1475, 531, BOARD_IMAGE(\"front-panel\"));\n\n    window->addOnOffImage(878, 34, 17, 16, data->standby, BOARD_IMAGE(\"led-blue\"), BOARD_IMAGE(\"led-off\"));\n\n    window->addOnOffImage(983, 80, 17, 16, data->coupledOut, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1247, 80, 17, 16, data->coupledOut, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n\n    window->addOnOffImage(878, 126, 17, 16, data->ch1.cv, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(878, 172, 17, 16, data->ch1.cc, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(983, 80, 17, 16, data->ch1.out_plus, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1071, 80, 17, 16, data->ch1.sense_plus, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1159, 80, 17, 16, data->ch1.sense_minus, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1247, 80, 17, 16, data->ch1.out_minus, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    if (data->ch1.load_text) {\n        window->addImage(992, 184, 266, 71, BOARD_IMAGE(\"load\"));\n        window->addText(1047, 217, 156, 32, data->ch1.load_text);\n    }\n\n    window->addOnOffImage(878, 366, 17, 16, data->ch2.cv, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(878, 412, 17, 16, data->ch2.cc, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(983, 324, 17, 16, data->ch2.out_plus, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1071, 324, 17, 16, data->ch2.sense_plus, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1159, 324, 17, 16, data->ch2.sense_minus, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(1247, 324, 17, 16, data->ch2.out_minus, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    if (data->ch2.load_text) {\n        window->addImage(992, 428, 266, 71, BOARD_IMAGE(\"load\"));\n        window->addText(1047, 461, 156, 32, data->ch2.load_text);\n    }\n\n    data->reset = window->addButton(509, 398, 18, 18, BOARD_IMAGE(\"reset-normal\"), BOARD_IMAGE(\"reset-pressed\"));\n\n    data->local_control_widget.x = 594;\n    data->local_control_widget.y = 94;\n    data->local_control_widget.w = 240;\n    data->local_control_widget.h = 320;\n\n    window->addUserWidget(&data->local_control_widget);\n#elif EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4 || EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R5B12\n    window->addImage(RECT(0, 0, 1081, 366), BOARD_IMAGE(\"front-panel\"));\n\n    window->addOnOffImage(RECT(131, 243, 17, 17), data->standby, BOARD_IMAGE(\"led-orange\"), BOARD_IMAGE(\"led-off\"));\n\n    window->addOnOffImage(RECT(803, 267, 17, 17), data->coupledOut, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    if (data->coupled) {\n        if (data->ch1.load_text) {\n            window->addImage(RECT(652+91, 294, 138, 66), BOARD_IMAGE(\"load\"));\n            window->addText(RECT(677+91, 326, 88, 29), data->ch1.load_text);\n        } else {\n            window->addImage(RECT(652+91, 294, 138, 66), BOARD_IMAGE(\"load-disconnected\"));\n        }\n        addLoadWidget(window, RECT(652+91, 294, 138, 66), &data->ch1.loadWidget);\n    }\n\n    window->addOnOffImage(RECT(689, 61, 17, 17), data->ch1.cv, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(689, 95, 17, 17), data->ch1.cc, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(713, 267, 17, 17), data->ch1.out, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(689, 128, 17, 17), data->ch1.sense, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(650, 128, 17, 17), data->ch1.prog, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    if (!data->coupled) {\n        if (data->ch1.load_text) {\n            window->addImage(RECT(652, 294, 138, 66), BOARD_IMAGE(\"load\"));\n            window->addText(RECT(677, 326, 88, 29), data->ch1.load_text);\n        } else {\n            window->addImage(RECT(652, 294, 138, 66), BOARD_IMAGE(\"load-disconnected\"));\n        }\n        addLoadWidget(window, RECT(652, 294, 138, 66), &data->ch1.loadWidget);\n    }\n\n    window->addOnOffImage(RECT(918, 61, 17, 17), data->ch2.cv, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(918, 95, 17, 17), data->ch2.cc, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(894, 267, 17, 17), data->ch2.out, BOARD_IMAGE(\"led-green\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(918, 128, 17, 17), data->ch2.sense, BOARD_IMAGE(\"led-yellow\"), BOARD_IMAGE(\"led-off\"));\n    window->addOnOffImage(RECT(879, 128, 17, 17), data->ch2.prog, BOARD_IMAGE(\"led-red\"), BOARD_IMAGE(\"led-off\"));\n    if (!data->coupled) {\n        if (data->ch2.load_text) {\n            window->addImage(RECT(834, 294, 138, 66), BOARD_IMAGE(\"load\"));\n            window->addText(RECT(859, 326, 88, 29), data->ch2.load_text);\n        } else {\n            window->addImage(RECT(834, 294, 138, 66), BOARD_IMAGE(\"load-disconnected\"));\n        }\n        addLoadWidget(window, RECT(834, 294, 138, 66), &data->ch2.loadWidget);\n    }\n\n#if EEZ_PSU_SELECTED_REVISION == EEZ_PSU_REVISION_R3B4\n    data->reset = window->addButton(RECT(129, 165, 20, 20), BOARD_IMAGE(\"reset-normal\"), BOARD_IMAGE(\"reset-pressed\"));\n#else\n    data->reset = window->addButton(RECT(281, 320, 20, 20), BOARD_IMAGE(\"reset-normal\"), BOARD_IMAGE(\"reset-pressed\"));\n#endif\n\n    data->local_control_widget.x = D(211);\n    data->local_control_widget.y = D(57);\n    data->local_control_widget.w = D(320);\n    data->local_control_widget.h = D(240);\n\n    window->addUserWidget(&data->local_control_widget);\n#endif\n}\n\n}\n}\n}\n} // namespace eez::psu::simulator::front_panel;"
  },
  {
    "path": "simulator/src/front_panel/render.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#include \"data.h\"\n\nnamespace eez {\n\nnamespace imgui {\nstruct WindowDefinition;\nclass Window;\n}\n\nnamespace psu {\nnamespace simulator {\nnamespace front_panel {\n\nimgui::WindowDefinition *getWindowDefinition(int w, int h);\nvoid render(imgui::Window *window, Data *data);\n\n}\n}\n}\n} // namespace eez::psu::simulator::front_panel;\n"
  },
  {
    "path": "simulator/src/imgui/beeper.cpp",
    "content": "/**\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#include \"beeper.h\"\n\n#include <SDL.h>\n#include <SDL_audio.h>\n\n#include <queue>\n#include <cmath>\n\n#include \"dll.h\"\n#undef min\n\nnamespace eez {\n\nconst int AMPLITUDE = 28000;\nconst int FREQUENCY = 44100;\n\nstruct BeepData {\n    double freq;\n    int samplesLeft;\n    double v;\n};\n\nvoid audio_callback(void *userdata, Uint8 *_stream, int _length) {\n    BeepData &beep_data = *((BeepData *)userdata);\n    Sint16* stream = (Sint16*)_stream;\n    int length = _length / 2;\n\n    for (int i = 0; i < length; ++i) {\n        if (beep_data.samplesLeft > 0) {\n            stream[i] = (Sint16)(AMPLITUDE * std::sin(beep_data.v * 2 * M_PI / FREQUENCY));\n            beep_data.v += beep_data.freq;\n            --beep_data.samplesLeft;\n        } else {\n            stream[i] = 0;\n        }\n    }\n}\n\nvoid beep(double freq, int duration) {\n    SDL_InitSubSystem(SDL_INIT_AUDIO);\n\n    BeepData beep_data;\n\n    beep_data.freq = freq;\n    beep_data.samplesLeft = duration * FREQUENCY / 1000;\n    beep_data.v = 0;\n\n    SDL_AudioSpec desiredSpec;\n    \n    SDL_memset(&desiredSpec, 0, sizeof(desiredSpec));\n\n    desiredSpec.freq = FREQUENCY;\n    desiredSpec.format = AUDIO_S16SYS;\n    desiredSpec.channels = 1;\n    desiredSpec.samples = 2048;\n    desiredSpec.callback = audio_callback;\n    desiredSpec.userdata = &beep_data;\n\n    SDL_AudioSpec obtainedSpec;\n\n    SDL_AudioDeviceID dev = SDL_OpenAudioDevice(NULL, 0, &desiredSpec, &obtainedSpec, 0);\n    if (dev == 0) {\n        printf(\"Failed to open audio: %s\\n\", SDL_GetError());\n    } else {\n        // start play audio\n        SDL_PauseAudioDevice(dev, 0);\n\n        // wait\n        do {\n            SDL_Delay(20);\n        } while (beep_data.samplesLeft > 0);\n\n        SDL_CloseAudioDevice(dev);\n    }\n}\n\n} // namespace eez\n\nusing namespace eez;\n\nEEZ_DLL_EXPORT void eez_imgui_beep(double freq, int duration) {\n    beep(freq, duration);\n}\n"
  },
  {
    "path": "simulator/src/imgui/beeper.h",
    "content": "/**\n* EEZ PSU Firmware\n* Copyright (C) 2015-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program.  If not, see <http://www.gnu.org/licenses/>.\n*/\n\n#pragma once\n\nnamespace eez {\n\ntypedef void (*beep_ptr_t)(double freq, int duration);\n\n} // namespace eez::imgui\n"
  },
  {
    "path": "simulator/src/imgui/texture.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"texture.h\"\n\nnamespace eez {\nnamespace imgui {\n\nTexture::Texture() {\n    //Initialize\n    mTexture = NULL;\n    mWidth = 0;\n    mHeight = 0;\n    mPixels = NULL;\n    mPitch = 0;\n}\n\nTexture::~Texture() {\n    //Deallocate\n    free();\n}\n\nbool Texture::loadFromFile(std::string path, SDL_Renderer *renderer) {\n    //Get rid of preexisting texture\n    free();\n\n    //The final texture\n    SDL_Texture* newTexture = NULL;\n\n    //Load image at specified path\n    SDL_Surface* loadedSurface = IMG_Load(path.c_str());\n    if (loadedSurface == NULL)\n    {\n        printf(\"Unable to load image %s! SDL_image Error: %s\\n\", path.c_str(), IMG_GetError());\n    }\n    else\n    {\n        //Color key image\n        SDL_SetColorKey(loadedSurface, SDL_TRUE, SDL_MapRGB(loadedSurface->format, 0, 0xFF, 0xFF));\n\n        //Create texture from surface pixels\n        newTexture = SDL_CreateTextureFromSurface(renderer, loadedSurface);\n        if (newTexture == NULL)\n        {\n            printf(\"Unable to create texture from %s! SDL Error: %s\\n\", path.c_str(), SDL_GetError());\n        }\n        else\n        {\n            //Get image dimensions\n            mWidth = loadedSurface->w;\n            mHeight = loadedSurface->h;\n        }\n\n        //Get rid of old loaded surface\n        SDL_FreeSurface(loadedSurface);\n    }\n\n    //Return success\n    mTexture = newTexture;\n    return mTexture != NULL;\n}\n\nbool Texture::loadFromRenderedText(std::string textureText, SDL_Color textColor, SDL_Renderer *renderer, TTF_Font *font) {\n    //Get rid of preexisting texture\n    free();\n\n    //Render text surface\n    SDL_Surface* textSurface = TTF_RenderUTF8_Blended(font, textureText.c_str(), textColor);\n    if (textSurface != NULL) {\n        //Create texture from surface pixels\n        mTexture = SDL_CreateTextureFromSurface(renderer, textSurface);\n        if (mTexture == NULL) {\n            printf(\"Unable to create texture from rendered text! SDL Error: %s\\n\", SDL_GetError());\n        }\n        else {\n            //Get image dimensions\n            mWidth = textSurface->w;\n            mHeight = textSurface->h;\n        }\n\n        //Get rid of old surface\n        SDL_FreeSurface(textSurface);\n    }\n    else\n    {\n        printf(\"Unable to render text surface! SDL_ttf Error: %s\\n\", TTF_GetError());\n    }\n\n    //Return success\n    return mTexture != NULL;\n}\n\nbool Texture::loadFromImageBuffer(unsigned char *image_buffer, int width, int height, SDL_Renderer *renderer) {\n    //Get rid of preexisting texture\n    free();\n\n    SDL_Surface* rgbSurface = SDL_CreateRGBSurfaceFrom(image_buffer, width, height, 32, 4 * width, 0, 0, 0, 0);\n    if (rgbSurface != NULL) {\n        //Create texture from surface pixels\n        mTexture = SDL_CreateTextureFromSurface(renderer, rgbSurface);\n        if (mTexture == NULL) {\n            printf(\"Unable to create texture from image buffer! SDL Error: %s\\n\", SDL_GetError());\n        }\n        else {\n            //Get image dimensions\n            mWidth = rgbSurface->w;\n            mHeight = rgbSurface->h;\n        }\n\n        //Get rid of old surface\n        SDL_FreeSurface(rgbSurface);\n    }\n    else\n    {\n        printf(\"Unable to render text surface! SDL_ttf Error: %s\\n\", TTF_GetError());\n    }\n\n\n    //Return success\n    return mTexture != NULL;\n}\n\nvoid Texture::free() {\n    //Free texture if it exists\n    if (mTexture != NULL)\n    {\n        SDL_DestroyTexture(mTexture);\n        mTexture = NULL;\n        mWidth = 0;\n        mHeight = 0;\n        mPixels = NULL;\n        mPitch = 0;\n    }\n}\n\nvoid Texture::setColor(Uint8 red, Uint8 green, Uint8 blue) {\n    //Modulate texture rgb\n    SDL_SetTextureColorMod(mTexture, red, green, blue);\n}\n\nvoid Texture::setBlendMode(SDL_BlendMode blending) {\n    //Set blending function\n    SDL_SetTextureBlendMode(mTexture, blending);\n}\n\nvoid Texture::setAlpha(Uint8 alpha) {\n    //Modulate texture alpha\n    SDL_SetTextureAlphaMod(mTexture, alpha);\n}\n\nvoid Texture::render(SDL_Renderer *renderer, int x, int y) {\n    //Set rendering space and render to screen\n    SDL_Rect src_rect = { 0, 0, mWidth, mHeight };\n    SDL_Rect dst_rect = { x, y, mWidth, mHeight };\n\n    //Render to screen\n    SDL_RenderCopyEx(renderer, mTexture, &src_rect, &dst_rect, 0.0, NULL, SDL_FLIP_NONE);\n}\n\nvoid Texture::render(SDL_Renderer *renderer, int x, int y, int w, int h) {\n    //Set rendering space and render to screen\n    SDL_Rect src_rect = { 0, 0, mWidth, mHeight };\n    SDL_Rect dst_rect = { x, y, w, h };\n\n    //Render to screen\n    SDL_RenderCopyEx(renderer, mTexture, &src_rect, &dst_rect, 0.0, NULL, SDL_FLIP_NONE);\n}\n\nint Texture::getWidth() {\n    return mWidth;\n}\n\nint Texture::getHeight() {\n    return mHeight;\n}\n\nbool Texture::lockTexture() {\n    bool success = true;\n\n    //Texture is already locked\n    if (mPixels != NULL)\n    {\n        printf(\"Texture is already locked!\\n\");\n        success = false;\n    }\n    //Lock texture\n    else\n    {\n        if (SDL_LockTexture(mTexture, NULL, &mPixels, &mPitch) != 0)\n        {\n            printf(\"Unable to lock texture! %s\\n\", SDL_GetError());\n            success = false;\n        }\n    }\n\n    return success;\n}\n\nbool Texture::unlockTexture() {\n    bool success = true;\n\n    //Texture is not locked\n    if (mPixels == NULL)\n    {\n        printf(\"Texture is not locked!\\n\");\n        success = false;\n    }\n    //Unlock texture\n    else\n    {\n        SDL_UnlockTexture(mTexture);\n        mPixels = NULL;\n        mPitch = 0;\n    }\n\n    return success;\n}\n\nvoid* Texture::getPixels() {\n    return mPixels;\n}\n\nint Texture::getPitch() {\n    return mPitch;\n}\n\n}\n} // namespace eez::imgui"
  },
  {
    "path": "simulator/src/imgui/texture.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_GUI_TEXTURE_H\n#define EEZ_PSU_GUI_TEXTURE_H\n\n#include <SDL.h>\n#include <SDL_image.h>\n#include <SDL_ttf.h>\n\n#include <string>\n\nnamespace eez {\nnamespace imgui {\n\n/// Image and font texture that can be rendered using SDL_Renderer.\nclass Texture\n{\npublic:\n    //Initializes variables\n    Texture();\n\n    //Deallocates memory\n    ~Texture();\n\n    //Loads image at specified path\n    bool loadFromFile(std::string path, SDL_Renderer *renderer);\n\n    //Creates image from font string\n    bool loadFromRenderedText(std::string textureText, SDL_Color textColor, SDL_Renderer *renderer, TTF_Font *font);\n\n    //Creates image from image buffer\n    bool loadFromImageBuffer(unsigned char *image_buffer, int width, int height, SDL_Renderer *renderer);\n\n    //Deallocates texture\n    void free();\n\n    //Set color modulation\n    void setColor(Uint8 red, Uint8 green, Uint8 blue);\n\n    //Set blending\n    void setBlendMode(SDL_BlendMode blending);\n\n    //Set alpha modulation\n    void setAlpha(Uint8 alpha);\n\n    //Renders texture at given point\n    void render(SDL_Renderer *renderer, int x, int y);\n    void render(SDL_Renderer *renderer, int x, int y, int w, int h);\n\n    //Gets image dimensions\n    int getWidth();\n    int getHeight();\n\n    //Pixel manipulators\n    bool lockTexture();\n    bool unlockTexture();\n    void* getPixels();\n    int getPitch();\n\nprivate:\n    //The actual hardware texture\n    SDL_Texture* mTexture;\n    void* mPixels;\n    int mPitch;\n\n    //Image dimensions\n    int mWidth;\n    int mHeight;\n};\n\n}\n} // namespace eez::imgui\n\n#endif // EEZ_PSU_GUI_TEXTURE_H"
  },
  {
    "path": "simulator/src/imgui/window.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"window_impl.h\"\n\n#include \"dll.h\"\n\nnamespace eez {\nnamespace imgui {\n\nstd::string getFullPath(std::string category, std::string path) {\n    std::string fullPath = category + \"/\" + path;\n    for (int i = 0; i < 5; ++i) {\n        FILE *fp = fopen(fullPath.c_str(), \"r\");\n        if (fp) {\n            fclose(fp);\n            return fullPath;\n        }\n        fullPath = std::string(\"../\") + fullPath;\n    }\n    return path;\n}\n\nWindow::Window(WindowDefinition *window_definition)\n    : impl(new WindowImpl(window_definition))\n{\n}\n\nWindow::~Window() {\n    delete impl;\n}\n\nbool Window::init() {\n    return impl->init();\n}\n\nbool Window::pollEvent() {\n    return impl->pollEvent();\n}\n\nvoid Window::beginUpdate() {\n    impl->beginUpdate();\n}\n\nvoid Window::addImage(int x, int y, int w, int h, const char *image) {\n    impl->addImage(x, y, w, h, image);\n}\n\nvoid Window::addOnOffImage(int x, int y, int w, int h, bool value, const char *on_image, const char *off_image) {\n    impl->addOnOffImage(x, y, w, h, value, on_image, off_image);\n}\n\nvoid Window::addText(int x, int y, int w, int h, const char *text) {\n    impl->addText(x, y, w, h, text);\n}\n\nbool Window::addButton(int x, int y, int w, int h, const char *normal_image, const char *pressed_image) {\n    return impl->addButton(x, y, w, h, normal_image, pressed_image);\n}\n\nvoid Window::addUserWidget(UserWidget *user_widget) {\n    impl->addUserWidget(user_widget);\n}\n\nvoid Window::endUpdate() {\n    impl->endUpdate();\n}\n\nvoid Window::getMouseData(MouseData *mouseData) {\n    impl->getMouseData(mouseData);\n}\n\nvoid Window::getMouseWheelData(int *x, int *y) {\n    impl->getMouseWheelData(x, y);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nWindowImpl::WindowImpl(WindowDefinition *window_definition_)\n    : window_definition(window_definition_)\n    , sdl_window(0)\n    , renderer(0)\n    , font(0)\n    , xMouseWheel(0)\n    , yMouseWheel(0)\n{\n    mouseData.button1IsDown = false;\n    mouseData.button1IsPressed = false;\n    mouseData.button1IsUp = false;\n\n    mouseData.button2IsDown = false;\n    mouseData.button2IsPressed = false;\n    mouseData.button2IsUp = false;\n}\n\nWindowImpl::~WindowImpl() {\n    for (TextureMap::iterator it = textures.begin(); it != textures.end(); ++it) {\n        delete it->second;\n    }\n\n    if (font) {\n        TTF_CloseFont(font);\n    }\n\n    if (renderer) {\n        SDL_DestroyRenderer(renderer);\n    }\n\n    if (sdl_window) {\n        SDL_DestroyWindow(sdl_window);\n    }\n}\n\nbool WindowImpl::init() {\n    // Set texture filtering to linear\n    if (!SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, \"1\")) {\n        printf(\"Warning: Linear texture filtering not enabled!\");\n    }\n\n    // Create window\n    sdl_window = SDL_CreateWindow(\n        window_definition->title,\n        SDL_WINDOWPOS_CENTERED,\n        SDL_WINDOWPOS_CENTERED,\n        window_definition->width + 2 * window_definition->content_padding,\n        window_definition->height + 2 * window_definition->content_padding,\n        SDL_WINDOW_HIDDEN /* | SDL_WINDOW_RESIZABLE*/);\n\n    if (sdl_window == NULL) {\n        printf(\"Window could not be created! SDL Error: %s\\n\", SDL_GetError());\n        return false;\n    }\n\n    // Create renderer\n    renderer = SDL_CreateRenderer(sdl_window, -1, SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC);\n    if (renderer == NULL) {\n        printf(\"Renderer could not be created! SDL Error: %s\\n\", SDL_GetError());\n        return false;\n    }\n\n    SDL_SetRenderDrawBlendMode(renderer, SDL_BLENDMODE_BLEND);\n\n    // Initialize PNG loading\n    int imgFlags = IMG_INIT_PNG;\n    if ((IMG_Init(imgFlags) & imgFlags) != imgFlags) {\n        printf(\"SDL_image could not initialize! SDL_image Error: %s\\n\", IMG_GetError());\n        return false;\n    }\n\n    // Initialize TTF\n    if (TTF_Init() == -1) {\n        printf(\"SDL_ttf could not initialize! SDL_ttf Error: %s\\n\", TTF_GetError());\n        return false;\n    }\n\n    font = TTF_OpenFont(getFullPath(\"fonts\", \"OpenSansRegular.ttf\").c_str(), 28);\n\n    if (window_definition->icon_path) {\n        SDL_Surface* icon_surface = IMG_Load(getFullPath(\"images\", window_definition->icon_path).c_str());\n        if (icon_surface) {\n            SDL_SetWindowIcon(sdl_window, icon_surface);\n            SDL_FreeSurface(icon_surface);\n        }\n    }\n\n    SDL_ShowWindow(sdl_window);\n\n    return true;\n}\n\nbool WindowImpl::pollEvent() {\n    SDL_Event event;\n    while (SDL_PollEvent(&event)) {\n        if (event.type == SDL_MOUSEMOTION || event.type == SDL_MOUSEBUTTONDOWN || event.type == SDL_MOUSEBUTTONUP) {\n            if (event.button.button == 1) {\n                SDL_GetMouseState(&mouseData.x, &mouseData.y);\n                if (event.type == SDL_MOUSEBUTTONDOWN) {\n                    mouseData.button1DownX = mouseData.x;\n                    mouseData.button1DownY = mouseData.y;\n                    mouseData.button1IsDown = true;\n                    mouseData.button1IsPressed = true;\n                }\n                else if (event.type == SDL_MOUSEBUTTONUP) {\n                    mouseData.button1UpX = mouseData.x;\n                    mouseData.button1UpY = mouseData.y;\n                    mouseData.button1IsUp = true;\n                    mouseData.button1IsPressed = false;\n                }\n            } if (event.button.button == 2) {\n                if (event.type == SDL_MOUSEBUTTONDOWN) {\n                    mouseData.button2IsDown = true;\n                    mouseData.button2IsPressed = true;\n                }\n                else if (event.type == SDL_MOUSEBUTTONUP) {\n                    mouseData.button2IsUp = true;\n                    mouseData.button2IsPressed = false;\n                }\n            }\n        } else if (event.type == SDL_MOUSEWHEEL) {\n            xMouseWheel += event.wheel.x;\n            yMouseWheel += event.wheel.y;\n        }\n\n        if (event.type == SDL_QUIT)\n            return false;\n    }\n    return true;\n}\n\nvoid WindowImpl::beginUpdate() {\n    // Clear screen\n    SDL_SetRenderDrawColor(renderer, 0, 0, 0, 0xFF);\n    SDL_RenderClear(renderer);\n}\n\nvoid WindowImpl::endUpdate() {\n    // Update screen\n    SDL_RenderPresent(renderer);\n\n    mouseData.button1IsDown = false;\n    mouseData.button1IsUp = false;\n\n    mouseData.button2IsDown = false;\n    mouseData.button2IsUp = false;\n}\n\nvoid WindowImpl::getMouseData(MouseData *mouseData) {\n    memcpy(mouseData, &this->mouseData, sizeof(MouseData));\n}\n\nvoid WindowImpl::getMouseWheelData(int *x, int *y) {\n    *x = xMouseWheel;\n    *y = yMouseWheel;\n    xMouseWheel = 0;\n    yMouseWheel = 0;\n}\n\nvoid WindowImpl::addImage(int x, int y, int w, int h, const char *image) {\n    x += window_definition->content_padding;\n    y += window_definition->content_padding;\n\n    getTexture(image)->render(renderer, x, y);\n}\n\nvoid WindowImpl::addOnOffImage(int x, int y, int w, int h, bool value, const char *on_image, const char *off_image) {\n    x += window_definition->content_padding;\n    y += window_definition->content_padding;\n\n    if (value) {\n        getTexture(on_image)->render(renderer, x, y);\n    }\n    else {\n        getTexture(off_image)->render(renderer, x, y);\n    }\n\n}\n\nvoid WindowImpl::addText(int x, int y, int w, int h, const char *text) {\n    x += window_definition->content_padding;\n    y += window_definition->content_padding;\n\n    Texture tex;\n    SDL_Color textColor = { 0, 0, 0 };\n    if (tex.loadFromRenderedText(text, textColor, renderer, font)) {\n        int src_w = tex.getWidth();\n        int src_h = tex.getHeight();\n\n        int dst_w = w;\n        int dst_h = h;\n\n        if ((double)src_w / src_h < (double)dst_w / dst_h) {\n            w = (int)((double)src_w * dst_h / src_h);\n            h = dst_h;\n            x += (dst_w - w) / 2;\n        }\n        else {\n            w = dst_w;\n            h = (int)((double)src_h * dst_w / src_w);\n            y += (dst_h - h) / 2;\n        }\n\n        tex.render(renderer, x, y, w, h);\n    }\n}\n\nbool WindowImpl::addButton(int x, int y, int w, int h, const char *normal_image, const char *pressed_image) {\n    x += window_definition->content_padding;\n    y += window_definition->content_padding;\n\n    bool is_pressed = mouseData.button1IsPressed &&\n        pointInRect(mouseData.button1DownX, mouseData.button1DownY, x, y, w, h) &&\n        pointInRect(mouseData.x, mouseData.y, x, y, w, h);\n\n    if (is_pressed) {\n        getTexture(pressed_image)->render(renderer, x, y);\n    }\n    else {\n        getTexture(normal_image)->render(renderer, x, y);\n    }\n\n    bool is_clicked = mouseData.button1IsUp &&\n        pointInRect(mouseData.button1DownX, mouseData.button1DownY, x, y, w, h) &&\n        pointInRect(mouseData.button1UpX, mouseData.button1UpY, x, y, w, h);\n\n    return is_clicked;\n}\n\nTexture *WindowImpl::getTexture(const char *path) {\n    TextureMap::iterator it = textures.find(path);\n    if (it != textures.end()) {\n        return it->second;\n    }\n\n    Texture *texture = new Texture();\n    texture->loadFromFile(getFullPath(\"images\", path), renderer);\n\n    texture->setBlendMode(SDL_BLENDMODE_BLEND);\n    //texture->setAlpha(100);\n\n    textures.insert(std::make_pair(path, texture));\n\n    return texture;\n}\n\nbool WindowImpl::pointInRect(int px, int py, int x, int y, int w, int h) {\n    return px >= x && px < x + w && py >= y && py <= y + h;\n}\n\nvoid WindowImpl::addUserWidget(UserWidget *user_widget) {\n    int x = user_widget->x + window_definition->content_padding;\n    int y = user_widget->y + window_definition->content_padding;\n\n    if (user_widget->pixels) {\n        Texture tex;\n        if (tex.loadFromImageBuffer(user_widget->pixels, user_widget->pixels_w, user_widget->pixels_h, renderer)) {\n            tex.render(renderer, x, y, user_widget->w, user_widget->h);\n        }\n    }\n\n    memcpy(&user_widget->mouseData, &mouseData, sizeof(MouseData));\n    \n    user_widget->mouseData.x -= x;\n    user_widget->mouseData.y -= y;\n\n    user_widget->mouseData.button1DownX -= x;\n    user_widget->mouseData.button1DownY -= y;\n\n    user_widget->mouseData.button1UpX -= x;\n    user_widget->mouseData.button1UpY -= y;\n}\n\n}\n} // namespace eez::imgui\n\n////////////////////////////////////////////////////////////////////////////////\n\nusing namespace eez::imgui;\n\nEEZ_DLL_EXPORT int eez_imgui_get_desktop_resolution(int *w, int *h) {\n    SDL_Init(SDL_INIT_VIDEO);\n\n    SDL_DisplayMode dm;\n    if (SDL_GetDesktopDisplayMode(0, &dm) == 0) {\n        *w = dm.w;\n        *h = dm.h;\n\n        return 1;\n    }\n\n    *w = -1;\n    *h = -1;\n\n    return 0;\n}\n\nEEZ_DLL_EXPORT Window *eez_imgui_create_window(WindowDefinition *windowDefinition) {\n    Window *window = new Window(windowDefinition);\n\n    if (!window->init()) {\n        delete window;\n        window = 0;\n    }\n\n    return window;\n}\n\n"
  },
  {
    "path": "simulator/src/imgui/window.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_GUI_WINDOW_H\n#define EEZ_PSU_GUI_WINDOW_H\n\nnamespace eez {\n//! Simple reusable immediate mode GUI.\nnamespace imgui {\n\n/// Description of the top level winodow, i.e. title, width, height, ...\nstruct WindowDefinition {\n    const char *title;\n    int width, height;\n    int content_padding;\n    const char *icon_path;\n};\n\nstruct MouseData {\n    int x, y;\n\n    bool button1IsDown;\n    bool button1IsPressed;\n    bool button1IsUp;\n    int button1DownX, button1DownY;\n    int button1UpX, button1UpY;\n\n    bool button2IsDown;\n    bool button2IsPressed;\n    bool button2IsUp;\n};\n\nstruct UserWidget {\n    int x;\n    int y;\n    int w;\n    int h;\n\n    int pixels_w;\n    int pixels_h;\n    unsigned char *pixels;\n\n    MouseData mouseData;\n};\n\nclass WindowImpl;\n\n/// Top level window, high level interface.\nclass Window {\npublic:\n    Window(WindowDefinition *window_definition);\n    virtual ~Window();\n\n    bool init();\n\n    virtual bool pollEvent();\n\n    virtual void beginUpdate();\n\n    virtual void addImage(int x, int y, int w, int h, const char *image);\n    virtual void addOnOffImage(int x, int y, int w, int h, bool value, const char *on_image, const char *off_image);\n    virtual void addText(int x, int y, int w, int h, const char *text);\n    virtual bool addButton(int x, int y, int w, int h, const char *normal_image, const char *pressed_image);\n    virtual void addUserWidget(UserWidget *user_widget);\n\n    virtual void endUpdate();\n\n    virtual void getMouseData(MouseData *mouseData);\n    virtual void getMouseWheelData(int *x, int *y);\n\nprivate:\n    WindowImpl *impl;\n};\n\ntypedef Window *(*create_window_ptr_t)(WindowDefinition *windowDefinition);\ntypedef int (*get_desktop_resolution_ptr_t)(int *w, int *h);\n\n}\n} // namespace eez::imgui\n\n#endif // EEZ_PSU_GUI_WINDOW_H"
  },
  {
    "path": "simulator/src/imgui/window_impl.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_GUI_WINDOW_IMPL_H\n#define EEZ_PSU_GUI_WINDOW_IMPL_H\n\n#include \"window.h\"\n#include \"texture.h\"\n\n#include <SDL.h>\n#include <SDL_ttf.h>\n\n#include <string>\n#include <map>\n\nnamespace eez {\nnamespace imgui {\n\n/// Implementation of the Window.\nclass WindowImpl {\npublic:\n    WindowImpl(WindowDefinition *window_definition);\n    ~WindowImpl();\n\n    bool init();\n\n    bool pollEvent();\n\n    void beginUpdate();\n\n    void addImage(int x, int y, int w, int h, const char *image);\n    void addOnOffImage(int x, int y, int w, int h, bool value, const char *on_image, const char *off_image);\n    void addText(int x, int y, int w, int h, const char *text);\n    bool addButton(int x, int y, int w, int h, const char *normal_image, const char *pressed_image);\n    void addUserWidget(UserWidget *user_widget);\n\n    void endUpdate();\n\n    void getMouseData(MouseData *mouseData);\n    void getMouseWheelData(int *x, int *y);\n\nprivate:\n    Texture *getTexture(const char *path);\n\n    WindowDefinition *window_definition;\n    SDL_Window *sdl_window;\n    SDL_Renderer *renderer;\n    TTF_Font *font;\n    typedef std::map<std::string, Texture *> TextureMap;\n    TextureMap textures;\n\n    MouseData mouseData;\n\n    int xMouseWheel;\n    int yMouseWheel;\n\n    bool pointInRect(int px, int py, int x, int y, int w, int h);\n};\n\nstd::string getFullPath(std::string category, std::string path);\n\n}\n} // namespace eez::imgui\n\n\n#endif // EEZ_PSU_GUI_WINDOW_IMPL_H"
  },
  {
    "path": "simulator/src/main.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"main_loop.h\"\n#if OPTION_DISPLAY\n#include \"front_panel/control.h\"\n#endif\n\nusing namespace eez::psu;\n\nint main() {\n    simulator::init();\n    boot();\n    main_loop();\n#if OPTION_DISPLAY\n    simulator::front_panel::close();\n#endif\n    return 0;\n}\n"
  },
  {
    "path": "simulator/src/main_loop.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#define TICK_TIMEOUT 1\n\nint main_loop();\nvoid main_loop_exit();\n"
  },
  {
    "path": "simulator/src/simulator_conf.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#undef OPTION_ETHERNET\n#define OPTION_ETHERNET 1\n\n// SIMULATOR SPECIFC CONFIG\n#define SIM_LOAD_MIN 0\n#define SIM_LOAD_DEF 1000.0f\n#define SIM_LOAD_MAX 10000000.0F\n\n#define SIM_TEMP_MIN 0\n#define SIM_TEMP_DEF 25.0f\n#define SIM_TEMP_MAX 120.0f\n\n#define SIM_FRONT_PANEL_LARGE_MODE_MIN_WIDTH 2560\n\n"
  },
  {
    "path": "simulator/src/simulator_psu.cpp",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#include \"psu.h\"\n#include \"chips.h\"\n#if OPTION_DISPLAY\n#include \"front_panel/control.h\"\n#endif\n\n#include \"main_loop.h\"\n\n// for home directory (see getConfFilePath)\n#ifdef _WIN32\n#undef INPUT\n#undef OUTPUT\n#include <Windows.h>\n#pragma warning(push)\n#pragma warning(disable: 4091)\n#include <Shlobj.h> \n#pragma warning(pop)\n#include <direct.h>\n#else\n#include <unistd.h>\n#include <sys/types.h>\n#include <sys/stat.h>\n#include <pwd.h>\n#endif\n\nnamespace eez {\nnamespace psu {\nnamespace simulator {\n\nfloat temperature[temp_sensor::NUM_TEMP_SENSORS];\n\nvoid init() {\n    for (int i = 0; i < temp_sensor::NUM_TEMP_SENSORS; ++i) {\n        temperature[i] = 25.0f;\n    }\n}\n\nvoid tick() {\n    chips::tick();\n    psu::tick();\n#if OPTION_DISPLAY\n    front_panel::tick();\n#endif\n}\n\nvoid setTemperature(int sensor, float value) {\n    temperature[sensor] = value;\n}\n\nfloat getTemperature(int sensor) {\n    return temperature[sensor];\n}\n\nchar *getConfFilePath(const char *file_name) {\n    static char file_path[1024];\n\n    *file_path = 0;\n\n#ifdef _WIN32\n    if (SUCCEEDED(SHGetFolderPathA(NULL, CSIDL_PROFILE, NULL, 0, file_path))) {\n        strcat(file_path, \"\\\\.eez_psu_sim\");\n        _mkdir(file_path);\n        strcat(file_path, \"\\\\\");\n    }\n#else\n    const char *home_dir = 0;\n    if ((home_dir = getenv(\"HOME\")) == NULL) {\n        home_dir = getpwuid(getuid())->pw_dir;\n    }\n    if (home_dir) {\n        strcat(file_path, home_dir);\n        strcat(file_path, \"/.eez_psu_sim\");\n        mkdir(file_path, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);\n        strcat(file_path, \"/\");\n    }\n#endif\n\n    char *q = file_path + strlen(file_path);\n    const char *p = file_name;\n    while (*p) {\n        char ch = *p++;\n#ifdef _WIN32\n        if (ch == '/') *q++ = '\\\\';\n#else\n        if (ch == '\\\\') *q++ = '/';\n#endif\n        else *q++ = ch;\n    }\n    *q = 0;\n\n    return file_path;\n}\n\nvoid exit() {\n    main_loop_exit();\n}\n\n} // namespace simulator\n\n}\n} // namespace eez::psu"
  },
  {
    "path": "simulator/src/simulator_psu.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#pragma once\n\n#define EEZ_PSU_ARDUINO_DUE\n\n#ifdef _MSC_VER\n#define _CRT_SECURE_NO_WARNINGS\n#else\n#pragma GCC diagnostic ignored \"-Wunused-value\"\n#pragma GCC diagnostic ignored \"-Wwrite-strings\"\n#endif\n\n#include <stdlib.h>\n#include <stdio.h>\n#include <string.h>\n#include <math.h>\n#include <stdarg.h>\n\n#define PSTR(U) U\n#define strcpy_P strcpy\n#define strncpy_P strncpy\n#define strcat_P strcat\n#define sprintf_P sprintf\n#define snprintf_P snprintf\n#define vsnprintf_P vsnprintf\n#define strcmp_P strcmp\n#define strncmp_P strncmp\n\nextern void eez_psu_init();\n\n#define interrupts() 0\n#define noInterrupts() 0\n\nnamespace eez {\nnamespace psu {\n/// Firmware simulator.\nnamespace simulator {\n\nvoid init();\nvoid tick();\n\nvoid setTemperature(int sensor, float value);\nfloat getTemperature(int sensor);\n\nchar *getConfFilePath(const char *file_name);\n\nvoid exit();\n\n}\n}\n} // namespace eez::psu::simulator\n"
  },
  {
    "path": "simulator/src/thread.h",
    "content": "/*\n * EEZ PSU Firmware\n * Copyright (C) 2015-present, Envox d.o.o.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n\n * You should have received a copy of the GNU General Public License\n * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef EEZ_PSU_THREAD_H\n#define EEZ_PSU_THREAD_H\n\n#ifdef _WIN32\n\n#include <windows.h>\ntypedef HANDLE eez_thread_handle_t;\ntypedef DWORD(WINAPI *eez_thread_proc_t)(_In_ LPVOID);\n#define THREAD_PROC(NAME) DWORD WINAPI NAME(_In_ LPVOID param)\n\n#else\n\n#include <pthread.h>\ntypedef pthread_t eez_thread_handle_t;\ntypedef void *(*eez_thread_proc_t)(void *);\n#define THREAD_PROC(NAME) void *NAME(void *param)\n\n#endif\n\neez_thread_handle_t eez_thread_create(eez_thread_proc_t thread_proc, void *param) {\n# ifdef _WIN32\n    return ::CreateThread(0, 0, thread_proc, param, 0, 0);\n# else //_WIN32\n    eez_thread_handle_t thread_handle;\n    int rc = pthread_create(&thread_handle, NULL, thread_proc, param);\n    if (rc) {\n        return 0;\n    }\n    return thread_handle;\n# endif //_WIN32\n}\n\nvoid eez_thread_join(eez_thread_handle_t handle) {\n# ifdef _WIN32\n    ::WaitForSingleObject(handle, INFINITE);\n    ::CloseHandle(handle);\n# else //_WIN32\n    pthread_join(handle, NULL);\n# endif //_WIN32\n}\n\n#endif // EEZ_PSU_DLL_H"
  },
  {
    "path": "sketch_build.bat",
    "content": "REM In C:\\Users\\mvladic\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.11\\platform.txt\nREM replace \"-g\" with \"-g3 -gdwarf-2\"\n\ncall \"C:\\Program Files (x86)\\Arduino\\arduino_debug.exe\" --verify --board arduino:sam:arduino_due_x \"C:\\Users\\mvladic\\Dropbox\\Code\\EEZ\\psu-firmware\\eez_psu_sketch\\eez_psu_sketch.ino\" --pref build.path=\"C:\\Users\\mvladic\\Documents\\Arduino\\build\\psu-firmware\"\npause"
  }
]